.footer-section *, .footer-section *::before, .footer-section *::after { box-sizing: border-box; margin: 0; padding: 0; }

.footer-section { position: relative; background: #020c1b; overflow: hidden; width: 100%; }
.footer-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.065) 1px, transparent 1px); background-size: 26px 26px; pointer-events: none; z-index: 0; }
.footer-section::after { content: ''; position: absolute; top: -150px; left: -150px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(30,58,138,0.5) 0%, transparent 65%); pointer-events: none; z-index: 0; }

.footer-container { position: relative; z-index: 1; max-width: 1200px; margin: 0 auto; padding: 60px 40px 60px; }
.footer-container::after { content: ''; position: absolute; bottom: -150px; right: -150px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(14,116,144,0.25) 0%, transparent 65%); pointer-events: none; z-index: -1; }

.content-wrapper-3 { display: flex; flex-direction: column; gap: 0; }

.cta-content-top { padding-bottom: 24px; }
.cta-title { display: block; }
.cta-heading { font-size: clamp(28px, 4vw, 48px); font-weight: 700; color: #ffffff; letter-spacing: -0.5px; line-height: 1.15; background: none; -webkit-text-fill-color: #ffffff; }

.footer-line { width: 100%; height: 1px; background: rgba(255,255,255,0.1); margin-bottom: 40px; }

.content-navitems { display: flex; gap: 48px; align-items: flex-start; }

.footer-content-left { display: flex; flex-direction: column; gap: 20px; flex: 0 0 220px; min-width: 180px; }
.footer-content-left a.project-logo-link { display: inline-block; line-height: 0; text-decoration: none; outline: none; border: none; }
.project-logo-2 { display: block; width: 166px; height: auto; }

.footer-content-right { display: flex; flex: 1; gap: 40px; flex-wrap: wrap; justify-content: flex-end; }

.navitem-wrapper { display: flex; flex-direction: column; gap: 28px; min-width: 130px; }
.navitem-wrapper-top, .navitem-wrapper-bottom { display: flex; flex-direction: column; gap: 10px; }

.navitem-list.footer { display: flex; flex-direction: column; gap: 8px; }

.body-text-12-white-opacity { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; line-height: 1.4; }
.navitem-list.footer.fx-company-details .body-text-12-white-opacity, .navitem-list.fx-company-details .body-text-12-white-opacity { text-transform: none; letter-spacing: 0; font-weight: 400; color: rgba(255,255,255,0.55); font-size: 12px; line-height: 1.7; }

.navtext-footer { font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.75); text-decoration: none; line-height: 1.5; transition: color 0.2s ease; display: inline-block; }
.navtext-footer:hover { color: #ffffff; }

.social-icon-wrapper { display: flex; gap: 12px; align-items: center; margin-top: 4px; }
.social-icons { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 6px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); text-decoration: none; transition: background 0.2s ease, border-color 0.2s ease; flex-shrink: 0; }
.social-icons:hover { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.25); }
.social-icons .icons { display: block; width: auto; height: auto; max-width: 16px; max-height: 16px; object-fit: contain; }

.footer-content-bottom { margin-top: 40px; padding-top: 24px; border-top: none; }

.body-text-12-white-opacity-70 { font-size: 11px; line-height: 1.75; color: rgba(255,255,255,0.38); font-weight: 400; }
.body-text-12-white-opacity-70 strong { color: rgba(255,255,255,0.55); font-weight: 600; }

@media (max-width: 1024px) { .footer-content-right { gap: 28px; } .footer-container { padding: 48px 28px 48px; } }
@media (max-width: 768px) { .content-navitems { flex-direction: column; gap: 36px; } .footer-content-left { flex: unset; width: 100%; } .footer-content-right { justify-content: flex-start; gap: 32px; } .navitem-wrapper { min-width: 140px; } }
@media (max-width: 480px) { .footer-container { padding: 36px 20px 36px; } .footer-content-right { flex-direction: column; gap: 24px; } .navitem-wrapper { width: 100%; } .cta-heading { font-size: 26px; } }