
        .pricing-page {
            --pricing-ink: #15213a;
            --pricing-blue: #2f66d7;
            --pricing-blue-dark: #234da6;
            --pricing-green: #2d9a63;
            --pricing-gold: #f0aa3c;
            --pricing-mist: #f3f7fc;
            --pricing-line: #dfe7f1;
            color: var(--pricing-ink);
            overflow: hidden;
        }

        .pricing-page h1,
        .pricing-page h2,
        .pricing-page h3,
        .pricing-page h4 {
            color: var(--pricing-ink);
        }

        .pricing-hero {
            position: relative;
            padding: 6.5rem 0 7rem;
            background:
                radial-gradient(circle at 12% 18%, rgba(47, 102, 215, .13), transparent 28rem),
                radial-gradient(circle at 88% 14%, rgba(240, 170, 60, .14), transparent 24rem),
                linear-gradient(180deg, #fbfdff 0%, #f3f7fc 100%);
            border-bottom: 1px solid var(--pricing-line);
        }

        .pricing-hero::after {
            content: "";
            position: absolute;
            right: -9rem;
            bottom: -12rem;
            width: 28rem;
            height: 28rem;
            border: 1px solid rgba(47, 102, 215, .12);
            border-radius: 50%;
            box-shadow: 0 0 0 3.5rem rgba(47, 102, 215, .035), 0 0 0 7rem rgba(47, 102, 215, .025);
            pointer-events: none;
        }

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

        .pricing-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: .55rem;
            margin-bottom: 1.25rem;
            padding: .48rem .8rem;
            border: 1px solid rgba(47, 102, 215, .2);
            border-radius: 999px;
            background: rgba(255, 255, 255, .72);
            color: var(--pricing-blue-dark);
            font-size: .78rem;
            font-weight: 800;
            letter-spacing: .07em;
            text-transform: uppercase;
        }

        .pricing-eyebrow-dot {
            width: .55rem;
            height: .55rem;
            border-radius: 50%;
            background: var(--pricing-green);
            box-shadow: 0 0 0 .3rem rgba(45, 154, 99, .12);
        }

        .pricing-title {
            max-width: 720px;
            margin-bottom: 1.35rem;
            font-size: clamp(2.65rem, 5.2vw, 4.85rem);
            font-weight: 900;
            letter-spacing: -.045em;
            line-height: .98;
        }

        .pricing-lead {
            max-width: 650px;
            margin-bottom: 1.75rem;
            color: #5d6b82;
            font-size: 1.18rem;
            line-height: 1.65;
        }

        .hero-benefits {
            display: grid;
            gap: .85rem;
            max-width: 650px;
            margin: 0 0 1.7rem;
            padding: 0;
            list-style: none;
        }

        .hero-benefits li {
            display: flex;
            align-items: flex-start;
            gap: .75rem;
            color: #34425b;
            font-weight: 700;
        }

        .hero-benefits i {
            display: inline-flex;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
            width: 1.55rem;
            height: 1.55rem;
            margin-top: .05rem;
            border-radius: 50%;
            background: rgba(45, 154, 99, .12);
            color: var(--pricing-green);
            font-size: .9rem;
        }

        .hero-proof {
            display: flex;
            align-items: center;
            gap: .85rem;
            color: #6c788d;
            font-size: .94rem;
        }

        .hero-proof-mark {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 2.6rem;
            height: 2.6rem;
            border-radius: .85rem;
            background: #fff;
            box-shadow: 0 .55rem 1.4rem rgba(21, 33, 58, .1);
            color: var(--pricing-gold);
        }

        .hero-proof a {
            color: var(--pricing-blue-dark);
            font-weight: 800;
        }

        .trial-card {
            position: relative;
            max-width: 465px;
            margin-left: auto;
            padding: 2rem;
            border: 1px solid rgba(47, 102, 215, .16);
            border-radius: 1.35rem;
            background: rgba(255, 255, 255, .96);
            box-shadow: 0 1.7rem 4rem rgba(31, 61, 110, .16);
        }

        .trial-card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 2rem;
            right: 2rem;
            height: .28rem;
            border-radius: 0 0 .5rem .5rem;
            background: linear-gradient(90deg, var(--pricing-blue), var(--pricing-green), var(--pricing-gold));
        }

        .trial-label {
            color: var(--pricing-green);
            font-size: .8rem;
            font-weight: 900;
            letter-spacing: .08em;
            text-transform: uppercase;
        }

        .currency-toggle {
            display: inline-flex;
            gap: .3rem;
            padding: .28rem;
            border: 1px solid var(--pricing-line);
            border-radius: 999px;
            background: var(--pricing-mist);
        }

        .currency-toggle .curbtn {
            display: inline-flex;
            align-items: center;
            gap: .38rem;
            padding: .45rem .7rem;
            border-radius: 999px;
            color: #59687d;
            font-size: .78rem;
            font-weight: 900;
            text-decoration: none;
        }

        .currency-toggle .curbtn:hover {
            color: var(--pricing-blue-dark);
        }

        .currency-toggle .curbtn.active {
            background: #fff;
            color: var(--pricing-ink);
            box-shadow: 0 .18rem .65rem rgba(21, 33, 58, .1);
        }

        .currency-toggle img {
            width: 1.15rem;
            height: auto;
        }

        .price-line {
            display: flex;
            align-items: flex-end;
            margin: 1.6rem 0 .35rem;
        }

        .price-currency {
            margin: 0 .25rem .75rem 0;
            font-size: 1.55rem;
            font-weight: 900;
        }

        .price-number {
            font-size: 5rem;
            font-weight: 900;
            letter-spacing: -.06em;
            line-height: .8;
        }

        .price-period {
            margin: 0 0 .42rem .75rem;
            color: #59687d;
            font-weight: 700;
        }

        .price-country {
            display: flex;
            align-items: center;
            gap: .45rem;
            color: #59687d;
            font-size: .82rem;
            font-weight: 700;
        }

        .price-country img {
            width: 1.3rem;
        }

        .trial-cta {
            width: 100%;
            margin-top: 1.4rem;
            padding: .9rem 1rem;
            border: 0;
            border-radius: .72rem;
            background: linear-gradient(135deg, var(--pricing-blue), #467eea);
            box-shadow: 0 .75rem 1.5rem rgba(47, 102, 215, .25);
            color: #fff !important;
            font-size: 1.04rem;
            font-weight: 900;
            text-decoration: none;
            transition: transform .15s ease, box-shadow .15s ease;
        }

        .trial-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 1rem 1.9rem rgba(47, 102, 215, .32);
        }

        .trial-charge-note {
            margin: .8rem 0 0;
            color: #45536a;
            font-size: .86rem;
            font-weight: 800;
            text-align: center;
        }

        .trial-charge-note i {
            margin-right: .25rem;
            color: var(--pricing-green);
        }

        .trial-timeline {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            margin: 1.45rem 0 0;
            padding-top: 1.2rem;
            border-top: 1px solid var(--pricing-line);
        }

        .trial-step {
            position: relative;
            padding: 0 .45rem;
            color: #59687d;
            font-size: .72rem;
            line-height: 1.35;
            text-align: center;
        }

        .trial-step + .trial-step {
            border-left: 1px solid var(--pricing-line);
        }

        .trial-step strong {
            display: block;
            margin-bottom: .15rem;
            color: var(--pricing-ink);
            font-size: .78rem;
        }

        .stripe-note {
            margin: 1rem 0 0;
            color: #7a8699;
            font-size: .76rem;
            text-align: center;
        }

        .section-kicker {
            margin-bottom: .55rem;
            color: var(--pricing-blue);
            font-size: .78rem;
            font-weight: 900;
            letter-spacing: .08em;
            text-transform: uppercase;
        }

        .section-title {
            font-size: clamp(2rem, 3.5vw, 3rem);
            font-weight: 900;
            letter-spacing: -.035em;
        }

        .section-intro {
            color: #66748a;
            font-size: 1.08rem;
            line-height: 1.7;
        }

        .outcomes-section {
            padding: 6.5rem 0;
            background: #fff;
        }

        .outcome-card {
            position: relative;
            height: 100%;
            padding: 1.65rem;
            border: 1px solid var(--pricing-line);
            border-radius: 1rem;
            background: #fff;
            box-shadow: 0 .7rem 2rem rgba(21, 33, 58, .055);
        }

        .outcome-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 2.6rem;
            height: 2.6rem;
            margin-bottom: 1.15rem;
            border-radius: .8rem;
            background: var(--pricing-mist);
            color: var(--pricing-blue-dark);
            font-size: .82rem;
            font-weight: 900;
        }

        .outcome-card h3 {
            margin-bottom: .55rem;
            font-size: 1.22rem;
            font-weight: 900;
        }

        .outcome-card p {
            margin: 0;
            color: #69768b;
            line-height: 1.65;
        }

        .proof-panel {
            display: grid;
            grid-template-columns: 190px 1fr auto;
            align-items: center;
            gap: 1.6rem;
            margin-top: 2rem;
            padding: 1.5rem 1.7rem;
            border-radius: 1rem;
            background: linear-gradient(125deg, #17253f, #274b81);
            color: #fff;
        }

        .proof-stat {
            font-size: 2.5rem;
            font-weight: 900;
            letter-spacing: -.04em;
            line-height: 1;
        }

        .proof-copy strong {
            display: block;
            margin-bottom: .3rem;
            color: #fff;
            font-size: 1.05rem;
        }

        .proof-copy span {
            color: rgba(255, 255, 255, .72);
            font-size: .9rem;
        }

        .proof-link {
            white-space: nowrap;
            color: #fff !important;
            font-weight: 900;
            text-decoration: none;
        }

        .proof-link i {
            margin-left: .35rem;
        }

        .mid-cta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 2rem;
            margin-top: 2rem;
            padding: 1.35rem 1.5rem;
            border: 1px solid rgba(47, 102, 215, .16);
            border-radius: 1rem;
            background: #f5f8fd;
        }

        .mid-cta h3 {
            margin: 0 0 .25rem;
            font-size: 1.2rem;
            font-weight: 900;
        }

        .mid-cta p {
            margin: 0;
            color: #59687d;
            font-size: .9rem;
        }

        .mid-cta .trial-cta {
            width: auto;
            min-width: 245px;
            margin: 0;
            text-align: center;
        }

        .included-section {
            padding: 6.5rem 0;
            background: var(--pricing-mist);
            border-top: 1px solid var(--pricing-line);
            border-bottom: 1px solid var(--pricing-line);
        }

        .plan-shell {
            margin-top: 2.4rem;
            overflow: hidden;
            border: 1px solid var(--pricing-line);
            border-radius: 1.2rem;
            background: #fff;
            box-shadow: 0 1rem 2.8rem rgba(21, 33, 58, .07);
        }

        .limits-row {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            border-bottom: 1px solid var(--pricing-line);
            background: #fbfcfe;
        }

        .limit-item {
            padding: 1.4rem .8rem;
            text-align: center;
        }

        .limit-item + .limit-item {
            border-left: 1px solid var(--pricing-line);
        }

        .limit-number {
            color: var(--pricing-ink);
            font-size: 1.65rem;
            font-weight: 900;
            line-height: 1;
        }

        .limit-label {
            margin-top: .4rem;
            color: #59687d;
            font-size: .78rem;
            font-weight: 700;
        }

        .feature-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0 2rem;
            padding: 1.5rem 2rem;
        }

        .feature-row {
            display: flex;
            align-items: flex-start;
            gap: .8rem;
            padding: 1rem 0;
            border-bottom: 1px solid #edf1f6;
        }

        .feature-row:nth-last-child(-n+2) {
            border-bottom: 0;
        }

        .feature-icon {
            display: inline-flex;
            flex: 0 0 auto;
            align-items: center;
            justify-content: center;
            width: 2rem;
            height: 2rem;
            border-radius: .65rem;
            background: rgba(45, 154, 99, .11);
            color: var(--pricing-green);
        }

        .feature-row strong {
            display: block;
            margin-bottom: .2rem;
            color: var(--pricing-ink);
        }

        .feature-row span {
            display: block;
            color: #59687d;
            font-size: .84rem;
            line-height: 1.5;
        }

        .addons-strip {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1.5rem;
            margin-top: 1.5rem;
            padding: 1.4rem 1.5rem;
            border: 1px dashed #cbd7e7;
            border-radius: 1rem;
            background: rgba(255, 255, 255, .66);
        }

        .addons-strip h3 {
            margin: 0 0 .3rem;
            font-size: 1.1rem;
            font-weight: 900;
        }

        .addons-strip p {
            margin: 0;
            color: #59687d;
            font-size: .88rem;
        }

        .addon-tags {
            display: flex;
            justify-content: flex-end;
            gap: .45rem;
            flex-wrap: wrap;
        }

        .addon-tag {
            padding: .38rem .62rem;
            border: 1px solid #dce5f1;
            border-radius: 999px;
            background: #fff;
            color: #526078;
            font-size: .72rem;
            font-weight: 800;
            white-space: nowrap;
        }

        .final-cta-section {
            padding: 6rem 0;
            background:
                radial-gradient(circle at 20% 20%, rgba(72, 126, 234, .34), transparent 26rem),
                linear-gradient(135deg, #14223b, #203d6c);
            color: #fff;
        }

        .final-cta-section h2 {
            color: #fff;
            font-size: clamp(2.15rem, 4vw, 3.5rem);
            font-weight: 900;
            letter-spacing: -.04em;
        }

        .final-cta-section p {
            max-width: 620px;
            margin: 0 auto;
            color: rgba(255, 255, 255, .72);
            font-size: 1.05rem;
        }

        .final-cta-section .trial-cta {
            display: inline-flex;
            width: auto;
            min-width: 280px;
            justify-content: center;
            margin-top: 1.6rem;
            background: #fff;
            color: var(--pricing-blue-dark) !important;
            box-shadow: 0 1rem 2.3rem rgba(0, 0, 0, .2);
        }

        .final-terms {
            margin-top: .85rem !important;
            color: rgba(255, 255, 255, .68) !important;
            font-size: .82rem !important;
        }

        .faq-section {
            padding: 6.5rem 0 7rem;
            background: #fff;
        }

        .faq-list {
            margin-top: 2.2rem;
            border-top: 1px solid var(--pricing-line);
        }

        .faq-item {
            border-bottom: 1px solid var(--pricing-line);
        }

        .faq-item summary {
            position: relative;
            padding: 1.25rem 2.5rem 1.25rem 0;
            color: var(--pricing-ink);
            font-size: 1.02rem;
            font-weight: 900;
            cursor: pointer;
            list-style: none;
        }

        .faq-item summary::-webkit-details-marker {
            display: none;
        }

        .faq-item summary::after {
            content: "+";
            position: absolute;
            top: 1rem;
            right: .15rem;
            color: var(--pricing-blue);
            font-size: 1.55rem;
            font-weight: 500;
        }

        .faq-item[open] summary::after {
            content: "-";
        }

        .faq-answer {
            max-width: 780px;
            padding: 0 0 1.25rem;
            color: #59687d;
            line-height: 1.7;
        }

        .faq-answer a {
            font-weight: 800;
        }

        .agency-note {
            margin-top: 1.8rem;
            color: #59687d;
            text-align: center;
        }

        .agency-note a {
            font-weight: 900;
        }

        .mobile-sticky-cta {
            display: none;
        }

        @media (max-width: 991.98px) {
            .pricing-hero {
                padding: 5rem 0 5.5rem;
            }

            .trial-card {
                max-width: none;
                margin: 3rem 0 0;
            }

            .proof-panel {
                grid-template-columns: 150px 1fr;
            }

            .proof-link {
                grid-column: 1 / -1;
            }

            .addons-strip {
                align-items: flex-start;
                flex-direction: column;
            }

            .addon-tags {
                justify-content: flex-start;
            }
        }

        @media (max-width: 767.98px) {
            .pricing-page {
                padding-bottom: 86px;
            }

            .pricing-hero {
                padding: 3.6rem 0 4rem;
            }

            .pricing-title {
                font-size: 2.8rem;
            }

            .pricing-lead {
                font-size: 1.03rem;
            }

            .hero-proof {
                align-items: flex-start;
            }

            .trial-card {
                margin-top: 2.2rem;
                padding: 1.4rem;
            }

            .price-number {
                font-size: 4.25rem;
            }

            .outcomes-section,
            .included-section,
            .faq-section {
                padding: 4.5rem 0;
            }

            .proof-panel {
                grid-template-columns: 1fr;
                gap: .8rem;
            }

            .proof-link {
                grid-column: auto;
            }

            .mid-cta {
                align-items: stretch;
                flex-direction: column;
            }

            .mid-cta .trial-cta {
                width: 100%;
                min-width: 0;
            }

            .limits-row {
                grid-template-columns: repeat(2, 1fr);
            }

            .limit-item:nth-child(3),
            .limit-item:nth-child(4) {
                border-top: 1px solid var(--pricing-line);
            }

            .limit-item:nth-child(3) {
                border-left: 0;
            }

            .feature-grid {
                grid-template-columns: 1fr;
                padding: 1rem 1.3rem;
            }

            .feature-row:nth-last-child(2) {
                border-bottom: 1px solid #edf1f6;
            }

            .final-cta-section {
                padding: 4.5rem 0;
            }

            .mobile-sticky-cta {
                position: fixed;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: 1050;
                display: block;
                padding: .7rem .8rem calc(.7rem + env(safe-area-inset-bottom));
                border-top: 1px solid #dfe7f1;
                background: rgba(255, 255, 255, .97);
                box-shadow: 0 -.7rem 1.8rem rgba(21, 33, 58, .11);
                backdrop-filter: blur(10px);
            }

            .mobile-sticky-inner {
                display: flex;
                align-items: center;
                gap: .75rem;
                max-width: 540px;
                margin: 0 auto;
            }

            .mobile-sticky-price {
                flex: 0 0 auto;
                color: #59687d;
                font-size: .7rem;
                line-height: 1.25;
            }

            .mobile-sticky-price strong {
                display: block;
                color: var(--pricing-ink);
                font-size: .92rem;
            }

            .mobile-sticky-cta .trial-cta {
                flex: 1 1 auto;
                width: auto;
                margin: 0;
                padding: .75rem .7rem;
                font-size: .88rem;
                text-align: center;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .trial-cta {
                transition: none;
            }
        }
    
