:root {
            --fn-bg: #f4f8ff;
            --fn-bg-soft: #eef5ff;
            --fn-card: #ffffff;
            --fn-primary: #126bff;
            --fn-primary-bright: #33a6ff;
            --fn-primary-dark: #0b52cc;
            --fn-navy: #071b33;
            --fn-text: #20324a;
            --fn-muted: #6c7d92;
            --fn-border: rgba(18, 107, 255, .12);
            --fn-shadow: 0 22px 60px rgba(7, 27, 51, .10);
            --fn-shadow-soft: 0 14px 38px rgba(7, 27, 51, .08);
            --fn-radius-xl: 30px;
            --fn-radius-lg: 22px;
            --fn-radius-md: 16px;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            color: var(--fn-text);
            background: var(--fn-bg);
            font-family: "DM Sans", Arial, sans-serif;
            overflow-x: hidden;
        }

        h1, h2, h3, h4, h5, h6,
        .navbar-brand,
        .btn {
            font-family: "Manrope", Arial, sans-serif;
        }

        a {
            color: var(--fn-primary);
            transition: color .2s ease;
        }

        a:hover {
            color: var(--fn-primary-dark);
            text-decoration: none;
        }

        .wrapper {
            overflow: hidden;
            background: var(--fn-bg);
        }

        .site-nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1030;
            min-height: 82px;
            background: rgba(255, 255, 255, .88);
            border-bottom: 1px solid rgba(7, 27, 51, .07);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            transition: box-shadow .25s ease, background .25s ease;
        }

        .site-nav.is-scrolled {
            background: rgba(255, 255, 255, .96);
            box-shadow: 0 10px 35px rgba(7, 27, 51, .08);
        }

        .site-nav .container {
            min-height: 82px;
        }

        .navbar-brand {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 0;
            margin-right: 32px;
        }

        .navbar-brand img.site-logo {
            display: block;
            width: auto;
            height: 36px;
            max-width: 235px;
            object-fit: contain;
            border-radius: 0;
            box-shadow: none;
        }

        .brand-copy {
            display: flex;
            flex-direction: column;
            line-height: 1;
        }

        .brand-name {
            color: var(--fn-navy);
            font-size: 1.14rem;
            font-weight: 800;
            letter-spacing: -.03em;
        }

        .brand-tagline {
            margin-top: 5px;
            color: var(--fn-muted);
            font-family: "DM Sans", Arial, sans-serif;
            font-size: .71rem;
            font-weight: 600;
            letter-spacing: .11em;
            text-transform: uppercase;
        }

        .navbar-light .navbar-nav .nav-link {
            position: relative;
            margin: 0 3px;
            padding: 29px 12px;
            color: #42556e;
            font-size: .92rem;
            font-weight: 600;
        }

        .navbar-light .navbar-nav .nav-link:after {
            content: "";
            position: absolute;
            right: 12px;
            bottom: 22px;
            left: 12px;
            height: 2px;
            border-radius: 999px;
            background: linear-gradient(90deg, var(--fn-primary), var(--fn-primary-bright));
            transform: scaleX(0);
            transform-origin: center;
            transition: transform .2s ease;
        }

        .navbar-light .navbar-nav .nav-link:hover,
        .navbar-light .navbar-nav .nav-link.active {
            color: var(--fn-navy);
        }

        .navbar-light .navbar-nav .nav-link:hover:after,
        .navbar-light .navbar-nav .nav-link.active:after {
            transform: scaleX(1);
        }

        .nav-cta {
            padding: 11px 19px !important;
            margin-left: 12px !important;
            color: #fff !important;
            border-radius: 999px;
            background: linear-gradient(135deg, var(--fn-primary), var(--fn-primary-bright));
            box-shadow: 0 10px 26px rgba(18, 107, 255, .22);
        }

        .nav-cta:after {
            display: none;
        }

        .nav-cta:hover {
            color: #fff !important;
            transform: translateY(-1px);
        }

        .content-wrapper {
            margin-left: 0 !important;
            min-height: auto !important;
            background: var(--fn-bg);
        }

        .hero {
            position: relative;
            display: flex;
            align-items: center;
            min-height: 780px;
            padding: 150px 0 90px;
            background:
                radial-gradient(circle at 78% 18%, rgba(51, 166, 255, .21), transparent 27%),
                radial-gradient(circle at 15% 35%, rgba(18, 107, 255, .13), transparent 28%),
                linear-gradient(180deg, #fbfdff 0%, var(--fn-bg) 100%);
        }

        .hero:before {
            content: "";
            position: absolute;
            top: 80px;
            right: -180px;
            width: 540px;
            height: 540px;
            border: 1px solid rgba(18, 107, 255, .11);
            border-radius: 50%;
        }

        .hero:after {
            content: "";
            position: absolute;
            top: 150px;
            right: -110px;
            width: 400px;
            height: 400px;
            border: 1px solid rgba(18, 107, 255, .08);
            border-radius: 50%;
        }

        .hero .container {
            position: relative;
            z-index: 1;
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 8px 13px;
            margin-bottom: 24px;
            color: var(--fn-primary-dark);
            border: 1px solid rgba(18, 107, 255, .14);
            border-radius: 999px;
            background: rgba(255, 255, 255, .84);
            box-shadow: 0 8px 20px rgba(7, 27, 51, .05);
            font-size: .76rem;
            font-weight: 700;
            letter-spacing: .09em;
            text-transform: uppercase;
        }

        .eyebrow-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--fn-primary);
            box-shadow: 0 0 0 6px rgba(18, 107, 255, .10);
        }

        .hero h1 {
            max-width: 660px;
            margin: 0;
            color: var(--fn-navy);
            font-size: clamp(3rem, 6vw, 5.5rem);
            font-weight: 800;
            line-height: .98;
            letter-spacing: -.055em;
        }

        .hero h1 .accent {
            display: block;
            color: transparent;
            background: linear-gradient(135deg, var(--fn-primary), var(--fn-primary-bright));
            -webkit-background-clip: text;
            background-clip: text;
        }

        .hero-lead {
            max-width: 610px;
            margin: 26px 0 0;
            color: var(--fn-muted);
            font-size: 1.17rem;
            line-height: 1.75;
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 13px;
            margin-top: 34px;
        }

        .btn-fn-primary,
        .btn-fn-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            min-height: 54px;
            padding: 0 24px;
            border-radius: 999px;
            font-size: .94rem;
            font-weight: 700;
            transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
        }

        .btn-fn-primary {
            color: #fff;
            border: 0;
            background: linear-gradient(135deg, var(--fn-primary), var(--fn-primary-bright));
            box-shadow: 0 16px 34px rgba(18, 107, 255, .24);
        }

        .btn-fn-primary:hover {
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 20px 38px rgba(18, 107, 255, .30);
        }

        .btn-fn-secondary {
            color: var(--fn-navy);
            border: 1px solid rgba(7, 27, 51, .12);
            background: rgba(255, 255, 255, .88);
            box-shadow: 0 10px 24px rgba(7, 27, 51, .06);
        }

        .btn-fn-secondary:hover {
            color: var(--fn-navy);
            transform: translateY(-2px);
            background: #fff;
        }

        .hero-trust {
            display: flex;
            flex-wrap: wrap;
            gap: 22px;
            margin-top: 31px;
            color: #53677f;
            font-size: .86rem;
            font-weight: 600;
        }

        .hero-trust span {
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .hero-trust i {
            color: #1dba72;
        }

        .phone-stage {
            position: relative;
            min-height: 610px;
        }

        .phone-glow {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 420px;
            height: 420px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(51, 166, 255, .28), rgba(18, 107, 255, .03) 68%, transparent 70%);
            transform: translate(-50%, -50%);
            filter: blur(4px);
        }

        .phone-shell {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 282px;
            height: 575px;
            padding: 10px;
            border: 1px solid rgba(255, 255, 255, .85);
            border-radius: 48px;
            background: linear-gradient(150deg, #10253d, #030b14);
            box-shadow:
                0 45px 90px rgba(7, 27, 51, .28),
                inset 0 0 0 2px rgba(255, 255, 255, .07);
            transform: translate(-50%, -50%) rotate(5deg);
            animation: floatPhone 6s ease-in-out infinite;
        }

        .phone-screen {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
            border-radius: 39px;
            background:
                radial-gradient(circle at 75% 5%, rgba(51, 166, 255, .30), transparent 25%),
                linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
        }

        .phone-notch {
            position: absolute;
            top: 9px;
            left: 50%;
            z-index: 2;
            width: 88px;
            height: 25px;
            border-radius: 999px;
            background: #02070d;
            transform: translateX(-50%);
        }

        .screen-content {
            padding: 53px 18px 20px;
        }

        .screen-brand {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 17px;
        }

        .screen-brand img {
            width: 40px;
            height: 40px;
            border-radius: 11px;
            object-fit: contain;
        }

        .screen-brand strong {
            color: var(--fn-navy);
            font-family: "Manrope", Arial, sans-serif;
            font-size: 1rem;
        }

        .screen-hero-card {
            padding: 19px;
            border-radius: 22px;
            color: #fff;
            background: linear-gradient(145deg, #071b33, #126bff);
            box-shadow: 0 16px 32px rgba(18, 107, 255, .20);
        }

        .screen-hero-card small {
            display: block;
            margin-bottom: 7px;
            opacity: .74;
            font-size: .66rem;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase;
        }

        .screen-hero-card h3 {
            margin: 0 0 12px;
            font-size: 1.27rem;
            font-weight: 700;
            line-height: 1.25;
        }

        .screen-hero-card .screen-button {
            display: inline-block;
            padding: 8px 12px;
            border-radius: 999px;
            color: var(--fn-navy);
            background: #fff;
            font-size: .67rem;
            font-weight: 800;
        }

        .screen-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-top: 13px;
        }

        .screen-tile {
            min-height: 95px;
            padding: 13px;
            border: 1px solid rgba(18, 107, 255, .08);
            border-radius: 17px;
            background: #fff;
            box-shadow: 0 9px 20px rgba(7, 27, 51, .06);
        }

        .screen-tile i {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            margin-bottom: 10px;
            border-radius: 10px;
            color: var(--fn-primary);
            background: var(--fn-bg-soft);
        }

        .screen-tile strong {
            display: block;
            color: var(--fn-navy);
            font-size: .70rem;
            line-height: 1.25;
        }

        .floating-card {
            position: absolute;
            z-index: 3;
            min-width: 185px;
            padding: 15px 17px;
            border: 1px solid rgba(255, 255, 255, .9);
            border-radius: 18px;
            background: rgba(255, 255, 255, .86);
            box-shadow: var(--fn-shadow-soft);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
        }

        .floating-card.one {
            top: 110px;
            left: -10px;
            animation: floatCard 5s ease-in-out infinite;
        }

        .floating-card.two {
            right: -15px;
            bottom: 115px;
            animation: floatCard 5.8s ease-in-out infinite reverse;
        }

        .floating-card .mini-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 37px;
            height: 37px;
            margin-right: 10px;
            color: var(--fn-primary);
            border-radius: 12px;
            background: var(--fn-bg-soft);
        }

        .floating-card strong {
            color: var(--fn-navy);
            font-size: .82rem;
        }

        .floating-card small {
            display: block;
            margin-top: 2px;
            color: var(--fn-muted);
            font-size: .69rem;
        }

        .section {
            position: relative;
            padding: 105px 0;
        }

        .section-white {
            background: #fff;
        }

        .section-dark {
            color: #fff;
            background:
                radial-gradient(circle at 10% 20%, rgba(51, 166, 255, .20), transparent 24%),
                radial-gradient(circle at 90% 80%, rgba(18, 107, 255, .22), transparent 24%),
                var(--fn-navy);
        }

        .section-heading {
            max-width: 760px;
            margin: 0 auto 52px;
            text-align: center;
        }

        .section-heading.left {
            max-width: none;
            margin-right: 0;
            margin-left: 0;
            text-align: left;
        }

        .section-kicker {
            display: block;
            margin-bottom: 13px;
            color: var(--fn-primary);
            font-size: .78rem;
            font-weight: 800;
            letter-spacing: .13em;
            text-transform: uppercase;
        }

        .section-dark .section-kicker {
            color: #77c6ff;
        }

        .section-heading h2 {
            margin: 0;
            color: var(--fn-navy);
            font-size: clamp(2rem, 4vw, 3.5rem);
            font-weight: 800;
            line-height: 1.08;
            letter-spacing: -.045em;
        }

        .section-dark .section-heading h2 {
            color: #fff;
        }

        .section-heading p {
            margin: 20px 0 0;
            color: var(--fn-muted);
            font-size: 1.05rem;
            line-height: 1.72;
        }

        .section-dark .section-heading p {
            color: rgba(255, 255, 255, .68);
        }

        .feature-card {
            height: 100%;
            padding: 29px;
            border: 1px solid var(--fn-border);
            border-radius: var(--fn-radius-lg);
            background: var(--fn-card);
            box-shadow: 0 12px 30px rgba(7, 27, 51, .05);
            transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
        }

        .feature-card:hover {
            transform: translateY(-7px);
            border-color: rgba(18, 107, 255, .28);
            box-shadow: var(--fn-shadow-soft);
        }

        .feature-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 54px;
            height: 54px;
            margin-bottom: 22px;
            border-radius: 17px;
            color: var(--fn-primary);
            background: linear-gradient(145deg, #eef5ff, #dfeeff);
            font-size: 1.22rem;
            box-shadow: inset 0 0 0 1px rgba(18, 107, 255, .08);
        }

        .feature-card h3 {
            margin: 0 0 12px;
            color: var(--fn-navy);
            font-size: 1.12rem;
            font-weight: 750;
        }

        .feature-card p {
            margin: 0;
            color: var(--fn-muted);
            font-size: .94rem;
            line-height: 1.67;
        }

        .workflow-card {
            position: relative;
            height: 100%;
            padding: 31px 27px;
            border: 1px solid rgba(255, 255, 255, .11);
            border-radius: var(--fn-radius-lg);
            background: rgba(255, 255, 255, .06);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
        }

        .workflow-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            margin-bottom: 20px;
            border-radius: 14px;
            color: #fff;
            background: linear-gradient(135deg, var(--fn-primary), var(--fn-primary-bright));
            font-family: "Manrope", Arial, sans-serif;
            font-weight: 800;
        }

        .workflow-card h3 {
            margin: 0 0 10px;
            font-size: 1.11rem;
            font-weight: 700;
        }

        .workflow-card p {
            margin: 0;
            color: rgba(255, 255, 255, .66);
            font-size: .92rem;
            line-height: 1.65;
        }

        .showcase-panel {
            position: relative;
            overflow: hidden;
            padding: 54px;
            border: 1px solid rgba(18, 107, 255, .10);
            border-radius: var(--fn-radius-xl);
            background:
                radial-gradient(circle at 85% 15%, rgba(51, 166, 255, .21), transparent 23%),
                linear-gradient(145deg, #ffffff, #eef5ff);
            box-shadow: var(--fn-shadow);
        }



        .showcase-panel-feature {
            padding: 46px;
        }

        .showcase-copy {
            margin-bottom: 0;
        }

        .showcase-visual {
            display: flex;
            justify-content: center;
            align-items: center;
            padding-left: 18px;
        }

        .showcase-image-card {
            width: 100%;
            max-width: 640px;
            padding: 14px;
            border: 1px solid rgba(18, 107, 255, .10);
            border-radius: 26px;
            background: rgba(255, 255, 255, .82);
            box-shadow: 0 24px 55px rgba(7, 27, 51, .12);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }

        .showcase-image {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 18px;
        }

        .showcase-list {
            margin: 27px 0 0;
            padding: 0;
            list-style: none;
        }

        .showcase-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 15px;
            color: #40546c;
            font-size: .95rem;
            line-height: 1.55;
        }

        .showcase-list i {
            margin-top: 4px;
            color: #1dba72;
        }

        .app-preview {
            position: relative;
            min-height: 510px;
        }

        .preview-phone {
            position: absolute;
            right: 44px;
            bottom: -110px;
            width: 255px;
            filter: drop-shadow(0 34px 55px rgba(7, 27, 51, .24));
            transform: rotate(5deg);
        }

        .preview-badge {
            position: absolute;
            top: 80px;
            left: 15px;
            max-width: 210px;
            padding: 17px 19px;
            border-radius: 18px;
            background: #fff;
            box-shadow: var(--fn-shadow-soft);
        }

        .preview-badge strong {
            display: block;
            margin-bottom: 4px;
            color: var(--fn-navy);
            font-size: .9rem;
        }

        .preview-badge span {
            color: var(--fn-muted);
            font-size: .75rem;
            line-height: 1.45;
        }

        .stat-strip {
            position: relative;
            z-index: 2;
            margin-top: -1px;
            padding: 29px 0;
            border-top: 1px solid rgba(7, 27, 51, .06);
            border-bottom: 1px solid rgba(7, 27, 51, .06);
            background: rgba(255, 255, 255, .80);
        }

        .stat-item {
            text-align: center;
        }

        .stat-item strong {
            display: block;
            margin-bottom: 4px;
            color: var(--fn-navy);
            font-family: "Manrope", Arial, sans-serif;
            font-size: 1.05rem;
            font-weight: 800;
        }

        .stat-item span {
            color: var(--fn-muted);
            font-size: .82rem;
        }

        .cta-panel {
            position: relative;
            overflow: hidden;
            padding: 62px;
            border-radius: var(--fn-radius-xl);
            color: #fff;
            background:
                radial-gradient(circle at 85% 0%, rgba(255, 255, 255, .19), transparent 28%),
                linear-gradient(135deg, var(--fn-primary-dark), var(--fn-primary), var(--fn-primary-bright));
            box-shadow: 0 28px 65px rgba(18, 107, 255, .25);
        }

        .cta-panel h2 {
            max-width: 650px;
            margin: 0;
            color: #fff;
            font-size: clamp(2rem, 4vw, 3.35rem);
            font-weight: 800;
            line-height: 1.08;
            letter-spacing: -.045em;
        }

        .cta-panel p {
            max-width: 620px;
            margin: 19px 0 0;
            color: rgba(255, 255, 255, .78);
            font-size: 1rem;
            line-height: 1.68;
        }

        .cta-panel .hero-actions {
            margin-top: 28px;
        }

        .cta-panel .btn-fn-primary {
            color: var(--fn-navy);
            background: #fff;
            box-shadow: 0 14px 28px rgba(7, 27, 51, .14);
        }

        .cta-panel .btn-fn-primary:hover {
            color: var(--fn-navy);
        }

        .site-footer {
            padding: 66px 0 28px;
            color: rgba(255, 255, 255, .65);
            background: #041425;
        }

        .footer-brand {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 18px;
        }

        .footer-brand-mark {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 12px;
            background: #ffffff;
            box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
        }

        .footer-brand-mark img {
            display: block;
            width: 31px;
            height: 31px;
            border-radius: 8px;
            object-fit: contain;
        }

        .footer-brand-copy {
            display: flex;
            flex-direction: column;
            line-height: 1.05;
        }

        .footer-brand-copy strong {
            color: #ffffff;
            font-family: "Manrope", Arial, sans-serif;
            font-size: 1rem;
            font-weight: 800;
            letter-spacing: -.02em;
        }

        .footer-brand-copy span {
            margin-top: 5px;
            color: rgba(255, 255, 255, .46);
            font-size: .66rem;
            font-weight: 700;
            letter-spacing: .11em;
            text-transform: uppercase;
        }

        .footer-copy {
            max-width: 410px;
            font-size: .88rem;
            line-height: 1.7;
        }

        .footer-title {
            margin: 0 0 16px;
            color: #fff;
            font-size: .83rem;
            font-weight: 800;
            letter-spacing: .08em;
            text-transform: uppercase;
        }

        .footer-links {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 10px;
        }

        .footer-links a {
            color: rgba(255, 255, 255, .62);
            font-size: .88rem;
        }

        .footer-links a:hover {
            color: #fff;
        }

        .footer-bottom {
            margin-top: 42px;
            padding-top: 22px;
            border-top: 1px solid rgba(255, 255, 255, .08);
            font-size: .79rem;
        }

        .reveal {
            opacity: 0;
            transform: translateY(28px);
            transition: opacity .7s ease, transform .7s ease;
        }

        .reveal.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        .delay-1 { transition-delay: .08s; }
        .delay-2 { transition-delay: .16s; }
        .delay-3 { transition-delay: .24s; }

        @keyframes floatPhone {
            0%, 100% { transform: translate(-50%, -50%) rotate(5deg) translateY(0); }
            50% { transform: translate(-50%, -50%) rotate(3deg) translateY(-13px); }
        }

        @keyframes floatCard {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-9px); }
        }

        @media (max-width: 991.98px) {
            .navbar-brand img.site-logo {
                height: 32px;
                max-width: 205px;
            }

            .site-nav {
                min-height: 72px;
            }

            .site-nav .container {
                min-height: 72px;
            }

            .navbar-collapse {
                margin-top: 12px;
                padding: 14px;
                border: 1px solid rgba(7, 27, 51, .08);
                border-radius: 18px;
                background: #fff;
                box-shadow: var(--fn-shadow-soft);
            }

            .navbar-light .navbar-nav .nav-link {
                padding: 11px 12px;
            }

            .navbar-light .navbar-nav .nav-link:after {
                display: none;
            }

            .nav-cta {
                margin: 8px 0 0 !important;
                text-align: center;
            }

            .hero {
                min-height: auto;
                padding: 135px 0 70px;
            }

            .hero-copy {
                text-align: center;
            }

            .hero h1,
            .hero-lead {
                margin-right: auto;
                margin-left: auto;
            }

            .hero-actions,
            .hero-trust {
                justify-content: center;
            }

            .phone-stage {
                min-height: 620px;
                margin-top: 35px;
            }

            .showcase-panel {
                padding: 38px;
            }

            .app-preview {
                min-height: 460px;
                margin-top: 25px;
            }

            .preview-phone {
                right: 50%;
                bottom: -125px;
                transform: translateX(50%) rotate(3deg);
            }

            .preview-badge {
                top: 32px;
                left: 10px;
            }
        }

        @media (max-width: 767.98px) {
            .brand-tagline {
                display: none;
            }

            .hero h1 {
                font-size: 3.15rem;
            }

            .hero-lead {
                font-size: 1rem;
            }

            .hero-actions {
                flex-direction: column;
            }

            .hero-actions .btn {
                width: 100%;
            }

            .hero-trust {
                align-items: center;
                flex-direction: column;
                gap: 11px;
            }

            .phone-stage {
                min-height: 560px;
            }

            .phone-shell {
                width: 248px;
                height: 507px;
            }

            .floating-card {
                min-width: 165px;
                padding: 12px 14px;
            }

            .floating-card.one {
                left: 0;
            }

            .floating-card.two {
                right: 0;
            }

            .section {
                padding: 78px 0;
            }

            .showcase-panel,
            .cta-panel {
                padding: 34px 26px;
                border-radius: 24px;
            }

            .showcase-panel-feature {
                padding: 26px;
            }

            .showcase-image-card {
                padding: 10px;
                border-radius: 20px;
            }

            .showcase-image {
                border-radius: 14px;
            }

            .stat-item {
                margin: 10px 0;
            }

            .site-footer {
                text-align: center;
            }

            .footer-brand {
                justify-content: center;
            }

            .footer-copy {
                margin: 0 auto 30px;
            }

            .footer-title {
                margin-top: 22px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }

            *,
            *:before,
            *:after {
                animation-duration: .01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: .01ms !important;
            }

            .reveal {
                opacity: 1;
                transform: none;
            }
        }


/* About page */
.about-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 710px;
    padding: 150px 0 92px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(51, 166, 255, .19), transparent 28%),
        radial-gradient(circle at 8% 62%, rgba(18, 107, 255, .10), transparent 25%),
        linear-gradient(180deg, #fbfdff 0%, var(--fn-bg) 100%);
}

.about-hero:before {
    content: "";
    position: absolute;
    top: 105px;
    right: -170px;
    width: 510px;
    height: 510px;
    border: 1px solid rgba(18, 107, 255, .10);
    border-radius: 50%;
}

.about-hero .container {
    position: relative;
    z-index: 1;
}

.about-hero h1 {
    max-width: 720px;
    margin: 0;
    color: var(--fn-navy);
    font-size: clamp(3rem, 5.8vw, 5.2rem);
    font-weight: 800;
    line-height: .99;
    letter-spacing: -.055em;
}

.about-hero h1 .accent {
    display: block;
    color: transparent;
    background: linear-gradient(135deg, var(--fn-primary), var(--fn-primary-bright));
    -webkit-background-clip: text;
    background-clip: text;
}

.about-hero-lead {
    max-width: 650px;
    margin: 26px 0 0;
    color: var(--fn-muted);
    font-size: 1.12rem;
    line-height: 1.75;
}

.about-hero-visual {
    position: relative;
    min-height: 500px;
}

.about-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(18, 107, 255, .12);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.about-orbit-one {
    width: 410px;
    height: 410px;
}

.about-orbit-two {
    width: 300px;
    height: 300px;
}

.about-brand-card {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 330px;
    padding: 38px 34px;
    border: 1px solid rgba(255, 255, 255, .90);
    border-radius: 30px;
    background: rgba(255, 255, 255, .90);
    box-shadow: var(--fn-shadow);
    text-align: center;
    transform: translate(-50%, -50%) rotate(2deg);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.about-brand-card img {
    display: block;
    width: 100%;
    max-width: 240px;
    height: auto;
    margin: 0 auto 26px;
}

.about-brand-card span {
    display: block;
    margin-bottom: 7px;
    color: var(--fn-primary);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.about-brand-card strong {
    display: block;
    color: var(--fn-navy);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
}

.about-floating-note {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    min-width: 220px;
    padding: 15px 17px;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 18px;
    background: rgba(255, 255, 255, .90);
    box-shadow: var(--fn-shadow-soft);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.about-floating-note i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 11px;
    color: var(--fn-primary);
    border-radius: 13px;
    background: var(--fn-bg-soft);
}

.about-floating-note strong,
.about-floating-note small {
    display: block;
}

.about-floating-note strong {
    color: var(--fn-navy);
    font-size: .82rem;
}

.about-floating-note small {
    margin-top: 2px;
    color: var(--fn-muted);
    font-size: .69rem;
}

.about-note-one {
    top: 72px;
    left: -12px;
    animation: floatCard 5.4s ease-in-out infinite;
}

.about-note-two {
    right: -18px;
    bottom: 82px;
    animation: floatCard 6.2s ease-in-out infinite reverse;
}

.about-story-heading p + p {
    margin-top: 16px;
}

.about-story-card {
    position: relative;
    padding: 38px;
    overflow: hidden;
    border: 1px solid var(--fn-border);
    border-radius: var(--fn-radius-xl);
    background:
        radial-gradient(circle at 95% 0%, rgba(51, 166, 255, .15), transparent 30%),
        #fff;
    box-shadow: var(--fn-shadow-soft);
}

.about-story-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
    color: var(--fn-primary);
    border-radius: 18px;
    background: var(--fn-bg-soft);
    font-size: 1.35rem;
}

.about-story-card h3 {
    margin: 0 0 16px;
    color: var(--fn-navy);
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -.025em;
}

.about-story-card p {
    margin: 0;
    color: var(--fn-muted);
    line-height: 1.72;
}

.about-story-divider {
    height: 1px;
    margin: 26px 0;
    background: rgba(7, 27, 51, .08);
}

.about-story-points {
    display: flex;
    flex-wrap: wrap;
    gap: 11px 18px;
}

.about-story-points span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #445870;
    font-size: .86rem;
    font-weight: 700;
}

.about-story-points i {
    color: #1dba72;
}

.about-values-section {
    background: var(--fn-bg);
}

.about-value-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--fn-border);
    border-radius: var(--fn-radius-lg);
    background: #fff;
    box-shadow: 0 12px 30px rgba(7, 27, 51, .05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-value-card:hover {
    transform: translateY(-6px);
    border-color: rgba(18, 107, 255, .26);
    box-shadow: var(--fn-shadow-soft);
}

.about-value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    color: var(--fn-primary);
    border-radius: 16px;
    background: linear-gradient(145deg, #eef5ff, #dfeeff);
}

.about-value-card h3 {
    margin: 0 0 11px;
    color: var(--fn-navy);
    font-size: 1.06rem;
    font-weight: 800;
}

.about-value-card p {
    margin: 0;
    color: var(--fn-muted);
    font-size: .91rem;
    line-height: 1.67;
}

.about-mission-section {
    overflow: hidden;
}

.mission-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.mission-stat {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .11);
    border-radius: 20px;
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.mission-stat-wide {
    grid-column: 1 / -1;
}

.mission-stat strong,
.mission-stat span {
    display: block;
}

.mission-stat strong {
    margin-bottom: 6px;
    color: #fff;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.mission-stat span {
    color: rgba(255, 255, 255, .63);
    font-size: .81rem;
    line-height: 1.5;
}

.team-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--fn-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(7, 27, 51, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.team-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--fn-shadow-soft);
}

.team-photo-wrap {
    position: relative;
    padding: 28px 28px 0;
    background:
        radial-gradient(circle at 50% 0%, rgba(51, 166, 255, .18), transparent 48%),
        linear-gradient(180deg, #f7fbff, #eef5ff);
}

.team-photo {
    display: block;
    width: 148px;
    height: 148px;
    margin: 0 auto -8px;
    object-fit: cover;
    border: 7px solid #fff;
    border-radius: 50%;
    box-shadow: 0 15px 32px rgba(7, 27, 51, .15);
}

.team-card-body {
    padding: 31px 28px 30px;
    text-align: center;
}

.team-role {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--fn-primary);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.team-card h3 {
    margin: 0 0 14px;
    color: var(--fn-navy);
    font-size: 1.3rem;
    font-weight: 800;
}

.team-card p {
    margin: 0;
    color: var(--fn-muted);
    font-size: .91rem;
    line-height: 1.68;
}

.about-final-cta {
    padding-top: 25px;
    background: #fff;
}

.about-cta-secondary {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .32) !important;
    background: rgba(255, 255, 255, .10) !important;
}

.footer-brand-text {
    margin-bottom: 18px;
}

.footer-brand-text a {
    color: #fff;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 1.32rem;
    font-weight: 800;
    letter-spacing: -.035em;
}

.footer-brand-text a:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .about-hero {
        min-height: auto;
        padding: 135px 0 76px;
    }

    .about-hero h1,
    .about-hero-lead {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .about-hero .eyebrow {
        display: flex;
        width: max-content;
        margin-right: auto;
        margin-left: auto;
    }

    .about-hero .hero-actions {
        justify-content: center;
    }

    .about-hero-visual {
        min-height: 500px;
        margin-top: 34px;
    }

    .mission-stat-grid {
        margin-top: 34px;
    }
}

@media (max-width: 767.98px) {
    .about-hero h1 {
        font-size: 3.1rem;
    }

    .about-hero-lead {
        font-size: 1rem;
    }

    .about-hero-visual {
        min-height: 430px;
    }

    .about-brand-card {
        width: 270px;
        padding: 30px 24px;
    }

    .about-floating-note {
        min-width: 175px;
        padding: 12px 13px;
    }

    .about-note-one {
        top: 45px;
        left: 0;
    }

    .about-note-two {
        right: 0;
        bottom: 45px;
    }

    .about-story-card {
        padding: 29px 24px;
    }

    .about-story-points {
        flex-direction: column;
    }

    .mission-stat-grid {
        grid-template-columns: 1fr;
    }

    .mission-stat-wide {
        grid-column: auto;
    }
}


/* =========================================================
   Shared inner-page foundations
   ========================================================= */
.inner-hero {
    position: relative;
    overflow: hidden;
    padding: 168px 0 94px;
    background: radial-gradient(circle at 85% 12%, rgba(51,166,255,.20), transparent 26%), linear-gradient(180deg,#fbfdff 0%,var(--fn-bg) 100%);
}
.inner-hero:after { content:""; position:absolute; right:-120px; top:95px; width:390px; height:390px; border:1px solid rgba(18,107,255,.10); border-radius:50%; }
.inner-hero .container { position:relative; z-index:1; }
.inner-hero h1 { max-width:760px; margin:0; color:var(--fn-navy); font-size:clamp(2.7rem,5.6vw,5rem); font-weight:800; line-height:1; letter-spacing:-.052em; }
.inner-hero h1 .accent { display:block; color:transparent; background:linear-gradient(135deg,var(--fn-primary),var(--fn-primary-bright)); -webkit-background-clip:text; background-clip:text; }
.inner-hero-lead { max-width:690px; margin:25px 0 0; color:var(--fn-muted); font-size:1.12rem; line-height:1.75; }
.support-hero-card,.contact-hero-card { position:relative; padding:34px; border:1px solid rgba(18,107,255,.12); border-radius:var(--fn-radius-xl); background:rgba(255,255,255,.88); box-shadow:var(--fn-shadow); backdrop-filter:blur(14px); }
.support-hero-icon { display:flex; align-items:center; justify-content:center; width:58px; height:58px; margin-bottom:22px; border-radius:18px; color:#fff; background:linear-gradient(135deg,var(--fn-primary),var(--fn-primary-bright)); font-size:1.3rem; }
.support-hero-card span,.support-hero-card strong,.contact-hero-card strong,.contact-hero-card span { display:block; }
.support-hero-card>span { color:var(--fn-primary); font-size:.76rem; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.support-hero-card strong,.contact-hero-card strong { margin:9px 0 12px; color:var(--fn-navy); font-family:"Manrope",Arial,sans-serif; font-size:1.45rem; line-height:1.25; }
.support-hero-card p,.contact-hero-card span { margin:0; color:var(--fn-muted); line-height:1.65; }
.support-route-card { height:100%; padding:30px; border:1px solid var(--fn-border); border-radius:var(--fn-radius-lg); background:#fff; box-shadow:0 12px 30px rgba(7,27,51,.05); }
.support-route-card h3 { margin:0 0 12px; color:var(--fn-navy); font-size:1.12rem; font-weight:750; }
.support-route-card p { color:var(--fn-muted); line-height:1.67; }
.support-route-card a { display:inline-flex; align-items:center; gap:8px; font-weight:700; }
.sticky-heading { position:sticky; top:120px; }
.faq-item { margin-bottom:14px; border:1px solid rgba(18,107,255,.11); border-radius:18px; background:#fff; box-shadow:0 10px 26px rgba(7,27,51,.05); }
.faq-item summary { position:relative; padding:22px 56px 22px 24px; color:var(--fn-navy); cursor:pointer; font-family:"Manrope",Arial,sans-serif; font-weight:750; list-style:none; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary:after { content:"+"; position:absolute; right:23px; top:50%; color:var(--fn-primary); font-size:1.4rem; transform:translateY(-50%); }
.faq-item[open] summary:after { content:"–"; }
.faq-answer { padding:0 24px 22px; color:var(--fn-muted); line-height:1.72; }
.faq-answer p { margin:0; }
.compact-cta { display:flex; align-items:center; justify-content:space-between; gap:30px; padding:38px 42px; border-radius:var(--fn-radius-xl); background:linear-gradient(145deg,#eef5ff,#fff); border:1px solid var(--fn-border); box-shadow:var(--fn-shadow-soft); }
.compact-cta h2 { max-width:720px; margin:0; color:var(--fn-navy); font-size:clamp(1.7rem,3vw,2.5rem); font-weight:800; letter-spacing:-.04em; }
.contact-hero-card { text-align:left; }
.contact-hero-card>i { color:var(--fn-primary); font-size:2rem; }
.contact-details-card,.contact-action-card { height:100%; padding:38px; border:1px solid var(--fn-border); border-radius:var(--fn-radius-xl); background:#fff; box-shadow:var(--fn-shadow-soft); }
.contact-details-card h2,.contact-action-card h2 { margin:0 0 24px; color:var(--fn-navy); font-size:1.75rem; font-weight:800; }
.contact-detail { display:flex; gap:15px; margin-top:20px; padding-top:20px; border-top:1px solid rgba(7,27,51,.07); }
.contact-detail i { display:flex; align-items:center; justify-content:center; flex:0 0 40px; height:40px; border-radius:13px; color:var(--fn-primary); background:var(--fn-bg-soft); }
.contact-detail strong,.contact-detail span,.contact-detail a { display:block; }
.contact-detail strong { margin-bottom:4px; color:var(--fn-navy); font-size:.84rem; }
.contact-detail span,.contact-detail a { color:var(--fn-muted); line-height:1.6; }
.contact-action-card>p { color:var(--fn-muted); line-height:1.7; }
.contact-action-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:28px; }
.contact-action { display:flex; align-items:center; gap:14px; padding:18px; border:1px solid rgba(18,107,255,.10); border-radius:17px; background:var(--fn-bg); transition:transform .2s ease,box-shadow .2s ease; }
.contact-action:hover { transform:translateY(-3px); box-shadow:0 12px 26px rgba(7,27,51,.08); }
.contact-action i { display:flex; align-items:center; justify-content:center; flex:0 0 40px; height:40px; border-radius:12px; color:#fff; background:linear-gradient(135deg,var(--fn-primary),var(--fn-primary-bright)); }
.contact-action strong,.contact-action small { display:block; }
.contact-action strong { color:var(--fn-navy); }
.contact-action small { margin-top:3px; color:var(--fn-muted); line-height:1.35; }
.contact-note { display:flex; align-items:flex-start; gap:18px; padding:28px 30px; border:1px solid rgba(18,107,255,.11); border-radius:20px; background:#fff; box-shadow:var(--fn-shadow-soft); }
.contact-note-icon { display:flex; align-items:center; justify-content:center; flex:0 0 48px; height:48px; border-radius:15px; color:var(--fn-primary); background:var(--fn-bg-soft); }
.contact-note h3 { margin:0 0 7px; color:var(--fn-navy); font-size:1.05rem; font-weight:750; }
.contact-note p { margin:0; color:var(--fn-muted); line-height:1.65; }

/* Legal pages */
.legal-hero { padding:158px 0 62px; background:linear-gradient(180deg,#fbfdff,var(--fn-bg)); }
.legal-hero-inner { max-width:850px; }
.legal-hero h1 { margin:0; color:var(--fn-navy); font-size:clamp(2.7rem,5vw,4.4rem); font-weight:800; letter-spacing:-.05em; }
.legal-hero p { max-width:720px; margin:20px 0 0; color:var(--fn-muted); font-size:1.05rem; line-height:1.7; }
.legal-section { padding:45px 0 100px; }
.legal-layout { display:grid; grid-template-columns:260px minmax(0,1fr); gap:34px; align-items:start; }
.legal-aside { position:sticky; top:116px; }
.legal-aside-card { padding:25px; border:1px solid var(--fn-border); border-radius:20px; background:#fff; box-shadow:var(--fn-shadow-soft); }
.legal-aside-card>i { display:flex; align-items:center; justify-content:center; width:48px; height:48px; margin-bottom:18px; border-radius:15px; color:var(--fn-primary); background:var(--fn-bg-soft); }
.legal-aside-card strong { display:block; margin-bottom:9px; color:var(--fn-navy); font-family:"Manrope",Arial,sans-serif; }
.legal-aside-card p { color:var(--fn-muted); font-size:.88rem; line-height:1.65; }
.legal-aside-card a { font-weight:700; }
.legal-document { padding:48px; border:1px solid rgba(7,27,51,.07); border-radius:var(--fn-radius-xl); background:#fff; box-shadow:var(--fn-shadow-soft); color:#40546c; font-size:.96rem; line-height:1.78; }
.legal-document h2,.legal-document h3 { margin:34px 0 12px; color:var(--fn-navy); font-weight:800; letter-spacing:-.025em; }
.legal-document h2:first-child,.legal-document h3:first-child { margin-top:0; }
.legal-document h2 { font-size:1.55rem; }
.legal-document h3 { font-size:1.2rem; }
.legal-document p { margin:0 0 16px; }
.legal-document ul,.legal-document ol { padding-left:24px; margin-bottom:20px; }
.legal-document li { margin-bottom:7px; }

@media (max-width:991.98px) {
    .inner-hero { padding:135px 0 75px; text-align:center; }
    .inner-hero h1,.inner-hero-lead { margin-right:auto; margin-left:auto; }
    .inner-hero .hero-actions { justify-content:center; }
    .support-hero-card,.contact-hero-card { margin-top:38px; text-align:left; }
    .sticky-heading,.legal-aside { position:static; }
    .compact-cta { align-items:flex-start; flex-direction:column; }
    .legal-layout { grid-template-columns:1fr; }
}
@media (max-width:767.98px) {
    .inner-hero h1 { font-size:3rem; }
    .support-hero-card,.contact-hero-card,.contact-details-card,.contact-action-card { padding:28px 23px; }
    .contact-action-grid { grid-template-columns:1fr; }
    .compact-cta { padding:30px 24px; }
    .legal-hero { padding:132px 0 48px; }
    .legal-document { padding:30px 23px; border-radius:22px; }
}

/* =========================================================
   FINAL MAIN NAVIGATION OVERRIDES
   Keep this at the end of fn-site.css
   ========================================================= */

@media (min-width: 992px) {

    .site-nav > .container {
        display: flex;
        align-items: center;
        min-height: 82px;
    }

    .site-nav .navbar-collapse {
        align-items: center;
        height: 82px;
    }

    .site-nav .navbar-nav {
        display: flex;
        align-items: center !important;
        height: 82px;
    }

        .site-nav .navbar-nav .nav-item {
            display: flex;
            align-items: center;
            height: 82px;
        }

    .site-nav.navbar-light .navbar-nav .nav-link {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 82px;
        min-height: 82px;
        margin: 0 3px;
        padding: 0 12px !important;
        color: #42556e;
        font-size: .92rem;
        font-weight: 600;
        line-height: 1;
        white-space: nowrap;
    }

        /*
       Override the original bottom:22px rule.
       The line now sits at the bottom of the navigation item.
    */
        .site-nav.navbar-light .navbar-nav .nav-link:not(.nav-cta)::after {
            content: "";
            position: absolute;
            right: 12px;
            bottom: 10px !important;
            left: 12px;
            width: auto;
            height: 3px !important;
            border-radius: 999px;
            background: linear-gradient( 90deg, var(--fn-primary), var(--fn-primary-bright) );
            transform: scaleX(0);
            transform-origin: center;
            transition: transform .2s ease;
        }

        .site-nav.navbar-light .navbar-nav .nav-link:not(.nav-cta):hover::after,
        .site-nav.navbar-light .navbar-nav .nav-link:not(.nav-cta).active::after {
            transform: scaleX(1);
        }

        .site-nav.navbar-light .navbar-nav .nav-link:hover,
        .site-nav.navbar-light .navbar-nav .nav-link.active {
            color: var(--fn-navy);
        }

        /* Get FN+ button alignment */
        .site-nav.navbar-light .navbar-nav .nav-link.nav-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: auto;
            height: 44px;
            min-height: 44px;
            margin: 0 0 0 12px !important;
            padding: 0 21px !important;
            border-radius: 999px;
            color: #fff !important;
            background: linear-gradient( 135deg, var(--fn-primary), var(--fn-primary-bright) );
            box-shadow: 0 10px 26px rgba(18, 107, 255, .22);
            line-height: 1;
            transform: none;
        }

            .site-nav.navbar-light .navbar-nav .nav-link.nav-cta::after {
                content: none !important;
                display: none !important;
            }

            .site-nav.navbar-light .navbar-nav .nav-link.nav-cta:hover,
            .site-nav.navbar-light .navbar-nav .nav-link.nav-cta:focus {
                color: #fff !important;
                background: linear-gradient( 135deg, var(--fn-primary-dark), var(--fn-primary) );
                box-shadow: 0 13px 29px rgba(18, 107, 255, .28);
                transform: translateY(-1px);
            }
}

/* Mobile navigation */
@media (max-width: 991.98px) {

    .site-nav .navbar-nav {
        display: block;
        width: 100%;
        height: auto;
        padding: 8px 0;
    }

        .site-nav .navbar-nav .nav-item {
            display: block;
            width: 100%;
            height: auto;
        }

    .site-nav.navbar-light .navbar-nav .nav-link {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        min-height: 46px;
        margin: 0;
        padding: 0 15px !important;
    }

        .site-nav.navbar-light .navbar-nav .nav-link::after {
            content: none !important;
            display: none !important;
        }

        .site-nav.navbar-light .navbar-nav .nav-link.active:not(.nav-cta) {
            padding-left: 19px !important;
            color: var(--fn-navy);
            background: var(--fn-bg-soft);
            border-left: 4px solid var(--fn-primary);
            border-radius: 10px;
        }

        .site-nav.navbar-light .navbar-nav .nav-link.nav-cta {
            justify-content: center;
            width: 100%;
            min-height: 46px;
            margin: 10px 0 0 !important;
            padding: 0 20px !important;
            color: #fff !important;
            border-radius: 999px;
            background: linear-gradient( 135deg, var(--fn-primary), var(--fn-primary-bright) );
        }
}

@media (min-width: 992px) {

    /* Remove the old animated line completely */
    .site-nav.navbar-light .navbar-nav .nav-link:not(.nav-cta)::after {
        content: none !important;
        display: none !important;
    }

    /* Underline the actual menu text */
    .site-nav.navbar-light .navbar-nav .nav-link:not(.nav-cta):hover,
    .site-nav.navbar-light .navbar-nav .nav-link:not(.nav-cta).active {
        color: var(--fn-navy);
        text-decoration-line: underline;
        text-decoration-color: var(--fn-primary);
        text-decoration-thickness: 3px;
        text-underline-offset: 6px;
        text-decoration-skip-ink: none;
    }

    /* Keep normal links without an underline */
    .site-nav.navbar-light .navbar-nav .nav-link:not(.nav-cta) {
        text-decoration: none;
    }

    /* Ensure the FN+ button never receives the underline */
    .site-nav.navbar-light .navbar-nav .nav-link.nav-cta,
    .site-nav.navbar-light .navbar-nav .nav-link.nav-cta:hover,
    .site-nav.navbar-light .navbar-nav .nav-link.nav-cta.active {
        text-decoration: none !important;
    }
}




/* Production accessibility and rendering safeguards */
.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
    padding: 10px 14px;
    color: #fff;
    background: #071b33;
    border-radius: 10px;
    transform: translateY(-160%);
    transition: transform .18s ease;
}
.skip-link:focus { color:#fff; transform:translateY(0); }
img { max-width: 100%; }
:focus-visible { outline: 3px solid rgba(18,107,255,.55); outline-offset: 3px; }
.content-wrapper { overflow: clip; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto !important; }
}
