.fx-footer-main { background-color: #0F172A; padding: 60px 20px 40px; display: flex; justify-content: center; }
.fx-wrapper-center { max-width: 900px; width: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; }
.fx-brand-block { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 20px; }
.fx-logo-img { height: 36px; width: auto; object-fit: contain; }
.fx-brand-title { color: #FFFFFF; font-size: 26px; font-weight: 800; letter-spacing: -0.5px; margin: 0; line-height: 1; }
.fx-desc-text { color: #FFFFFF; font-size: 16px; font-weight: 700; line-height: 1.6; margin: 0 0 40px 0; max-width: 800px; }
.fx-menu-wrapper { display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px; width: 100%; align-items: center; }
.fx-menu-row { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.fx-copy-text { color: #FFFFFF; font-weight: 500; font-size: 14px; }
.fx-highlight-btn { background-color: #D6E04A; color: #000000; padding: 4px 12px; border-radius: 4px; font-weight: 800; font-size: 12px; text-transform: uppercase; text-decoration: none; transition: opacity 0.2s; }
.fx-highlight-btn:hover { opacity: 0.8; }
.fx-text-link { color: #FFFFFF; font-weight: 500; font-size: 15px; text-decoration: none; transition: color 0.2s; }
.fx-text-link:hover { color: #D6E04A; }
.fx-trust-badges { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.fx-pill-item { border: 2px solid #D6E04A; border-radius: 30px; padding: 8px 20px; display: flex; align-items: center; gap: 8px; }
.fx-pill-item i { color: #D6E04A; font-size: 14px; }
.fx-pill-item span { color: #D6E04A; font-weight: 700; font-size: 14px; }
.fx-dashed-line { width: 100%; border-top: 1px dashed #1E293B; margin-bottom: 20px; }
.fx-disclosure-text { color: #64748b; font-size: 13px; line-height: 1.5; margin: 0; }
.fx-disclosure-bold { color: #D6E04A; font-weight: 700; }



