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

    :root {
        --blue: #3B42AA;
        --blue-dk: #2e347f;
        --red: #DA1010;
        --white: #FDFDFD;
        --off: #f4f5fb;
        --gray: #6b7280;
        --dark: #111827;
        --radius: 14px;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        font-family: 'Inter', sans-serif;
        color: var(--dark);
        background: var(--white);
        overflow-x: hidden;
    }/* ── NAV ── */

    nav {
        position: sticky;
        top: 0;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5vw;
        height: 68px;
        background: rgba(255, 255, 255, 0.96);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(59, 66, 170, .1);
    }

    .nav-logo {
        display: flex;
        align-items: center;
        gap: 12px;
        text-decoration: none;
    }

    .nav-logo img {
        height: 42px;
        width: 42px;
        border-radius: 10px;
        object-fit: cover;
    }

    .nav-logo span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 1.1rem;
        letter-spacing: .02em;
        color: var(--blue);
        text-transform: uppercase;
    }

    .nav-logo span em {
        font-style: normal;
        color: var(--red);
    }

    .nav-links {
        display: flex;
        align-items: center;
        gap: 28px;
    }

    .nav-links a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .8rem;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: var(--dark);
        text-decoration: none;
        transition: color .2s;
    }

    .nav-links a:hover {
        color: var(--blue);
    }

    .nav-cta {
        background: var(--blue);
        color: var(--white) !important;
        padding: 9px 20px;
        border-radius: 8px;
        transition: background .2s !important;
    }

    .nav-cta:hover {
        background: var(--blue-dk) !important;
        color: var(--white) !important;
    }/* ── HERO ── */

    .hero {
        position: relative;
        background: var(--blue);
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 100px 5vw 90px;
        min-height: 88vh;
    }/* Subtle geometric accent */

    .hero::before {
        content: '';
        position: absolute;
        top: -120px;
        right: -120px;
        width: 520px;
        height: 520px;
        border-radius: 50%;
        background: rgba(218, 16, 16, .13);
        pointer-events: none;
    }

    .hero::after {
        content: '';
        position: absolute;
        bottom: -80px;
        left: -80px;
        width: 340px;
        height: 340px;
        border-radius: 50%;
        background: rgba(255, 255, 255, .05);
        pointer-events: none;
    }

    .hero-logo {
        width: 110px;
        height: 110px;
        border-radius: 24px;
        object-fit: cover;
        box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
        margin-bottom: 36px;
        position: relative;
        z-index: 1;
    }

    .hero-eyebrow {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .75rem;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: rgba(253, 253, 253, .6);
        margin-bottom: 16px;
        position: relative;
        z-index: 1;
    }

    .hero h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: clamp(2.4rem, 6vw, 4.4rem);
        line-height: 1.08;
        letter-spacing: -.01em;
        color: var(--white);
        max-width: 780px;
        position: relative;
        z-index: 1;
    }

    .hero h1 .accent {
        color: var(--red);
    }

    .hero-sub {
        margin-top: 22px;
        font-size: clamp(1rem, 2.2vw, 1.2rem);
        color: rgba(253, 253, 253, .8);
        max-width: 580px;
        line-height: 1.7;
        position: relative;
        z-index: 1;
    }

    .hero-actions {
        margin-top: 42px;
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        justify-content: center;
        position: relative;
        z-index: 1;
    }

    .btn {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        padding: 14px 26px;
        border-radius: 10px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .85rem;
        letter-spacing: .04em;
        text-transform: uppercase;
        text-decoration: none;
        transition: transform .18s, box-shadow .18s;
        cursor: pointer;
    }

    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 28px rgba(0, 0, 0, .25);
    }

    .btn-ios {
        background: #000;
        color: var(--white);
    }

    .btn-android {
        background: var(--white);
        color: var(--dark);
    }

    .btn-login {
        background: transparent;
        border: 2px solid rgba(253, 253, 253, .4);
        color: var(--white);
    }

    .btn-login:hover {
        border-color: var(--white);
    }

    .store-icon {
        width: 22px;
        height: 22px;
    }/* ── FREE BADGE ── */

    .hero-note {
        margin-top: 20px;
        font-size: .82rem;
        color: rgba(253, 253, 253, .55);
        position: relative;
        z-index: 1;
    }

    .hero-note strong {
        color: rgba(253, 253, 253, .85);
    }/* ── SECTION SHARED ── */

    section {
        padding: 90px 5vw;
    }

    .section-label {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .72rem;
        letter-spacing: .18em;
        text-transform: uppercase;
        color: var(--red);
        margin-bottom: 12px;
    }

    .section-title {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: clamp(1.8rem, 4vw, 2.8rem);
        line-height: 1.15;
        color: var(--dark);
        max-width: 640px;
    }

    .section-body {
        margin-top: 16px;
        font-size: 1.05rem;
        color: var(--gray);
        max-width: 560px;
        line-height: 1.75;
    }/* ── USE CASES ── */

    .usecases {
        background: var(--off);
    }

    .usecases-inner {
        max-width: 1100px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
    }

    .usecase-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .usecase-card {
        background: var(--white);
        border-radius: var(--radius);
        padding: 22px 18px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
        transition: transform .2s, box-shadow .2s;
    }

    .usecase-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 28px rgba(59, 66, 170, .12);
    }

    .uc-icon {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .usecase-card h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .9rem;
        color: var(--dark);
        margin-bottom: 4px;
    }

    .usecase-card p {
        font-size: .82rem;
        color: var(--gray);
        line-height: 1.5;
    }/* ── FEATURES ── */

    .features {
        background: var(--white);
    }

    .features-inner {
        max-width: 1100px;
        margin: 0 auto;
    }

    .features-header {
        margin-bottom: 52px;
        text-align: center;
    }

    .features-header .section-title {
        margin-left: auto;
        margin-right: auto;
    }

    .feature-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
    }

    .feature-item {
        background: var(--off);
        border-radius: var(--radius);
        padding: 30px 26px;
        border-top: 4px solid transparent;
        transition: border-color .2s, transform .2s;
    }

    .feature-item:hover {
        border-color: var(--blue);
        transform: translateY(-3px);
    }

    .feature-num {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 2.4rem;
        color: rgba(59, 66, 170, .12);
        line-height: 1;
        margin-bottom: 8px;
    }

    .feature-item h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        color: var(--dark);
        margin-bottom: 8px;
    }

    .feature-item p {
        font-size: .9rem;
        color: var(--gray);
        line-height: 1.65;
    }/* ── HOW IT WORKS ── */

    .how {
        background: var(--blue);
        color: var(--white);
    }

    .how-inner {
        max-width: 1100px;
        margin: 0 auto;
    }

    .how .section-title {
        color: var(--white);
    }

    .how .section-body {
        color: rgba(253, 253, 253, .7);
    }

    .how .section-label {
        color: rgba(218, 16, 16, 1);
    }

    .how-header {
        text-align: center;
    }

    .how-header .section-title,
    .how-header .section-body {
        margin-left: auto;
        margin-right: auto;
    }

    .steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        margin-top: 52px;
    }

    .step {
        position: relative;
        padding: 28px 22px;
        background: rgba(255, 255, 255, .07);
        border-radius: var(--radius);
        border: 1px solid rgba(255, 255, 255, .1);
    }

    .step-num {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: var(--red);
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 1rem;
        color: var(--white);
        margin-bottom: 16px;
    }

    .step h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .95rem;
        color: var(--white);
        margin-bottom: 8px;
    }

    .step p {
        font-size: .85rem;
        color: rgba(253, 253, 253, .65);
        line-height: 1.6;
    }/* ── PRICING / FREE TIER ── */

    .pricing {
        background: var(--off);
    }

    .pricing-inner {
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .pricing-inner .section-title,
    .pricing-inner .section-body {
        margin-left: auto;
        margin-right: auto;
    }

    .pricing-cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 22px;
        margin-top: 48px;
        text-align: left;
    }

    .pricing-card {
        background: var(--white);
        border-radius: var(--radius);
        padding: 30px 24px;
        box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
    }

    .pricing-card.featured {
        background: var(--blue);
        box-shadow: 0 12px 40px rgba(59, 66, 170, .35);
    }

    .pricing-card .plan-name {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: .75rem;
        letter-spacing: .16em;
        text-transform: uppercase;
        color: var(--gray);
        margin-bottom: 8px;
    }

    .pricing-card.featured .plan-name {
        color: rgba(253, 253, 253, .6);
    }

    .pricing-card .plan-price {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: 2.6rem;
        color: var(--dark);
        line-height: 1;
    }

    .pricing-card.featured .plan-price {
        color: var(--white);
    }

    .plan-price-unit {
        font-size: 1rem;
        font-weight: 700;
        color: var(--gray);
    }

    .pricing-card.featured .plan-price-unit {
        color: rgba(253, 253, 253, .6);
    }

    .pricing-card .plan-period {
        font-size: .85rem;
        color: var(--gray);
        margin-top: 2px;
        margin-bottom: 20px;
    }

    .pricing-card.featured .plan-period {
        color: rgba(253, 253, 253, .6);
    }

    .plan-features {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .plan-features li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: .88rem;
        color: var(--dark);
        line-height: 1.5;
    }

    .pricing-card.featured .plan-features li {
        color: rgba(253, 253, 253, .85);
    }

    .check-icon {
        flex-shrink: 0;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: var(--red);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 1px;
        font-size: .65rem;
        color: white;
    }

    .pricing-note {
        margin-top: 28px;
        font-size: .85rem;
        color: var(--gray);
    }/* ── DOWNLOAD CTA ── */

    .download-cta {
        background: var(--dark);
        text-align: center;
        padding: 90px 5vw;
    }

    .download-cta h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: clamp(1.8rem, 4vw, 2.8rem);
        color: var(--white);
        line-height: 1.15;
        max-width: 560px;
        margin: 0 auto 12px;
    }

    .download-cta h2 span {
        color: var(--red);
    }

    .download-cta p {
        color: rgba(255, 255, 255, .55);
        font-size: 1rem;
        margin-bottom: 36px;
    }

    .download-cta .cta-actions {
        display: flex;
        gap: 14px;
        justify-content: center;
        flex-wrap: wrap;
    }/* ── FOOTER ── */

    footer {
        background: #0b0e1a;
        padding: 48px 5vw 30px;
    }

    .footer-inner {
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 24px;
    }

    .footer-logo {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
    }

    .footer-logo img {
        height: 36px;
        width: 36px;
        border-radius: 8px;
        object-fit: cover;
    }

    .footer-logo span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: .95rem;
        letter-spacing: .04em;
        color: var(--white);
        text-transform: uppercase;
    }

    .footer-links {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
    }

    .footer-links a {
        font-size: .8rem;
        color: rgba(255, 255, 255, .4);
        text-decoration: none;
        transition: color .2s;
    }

    .footer-links a:hover {
        color: var(--white);
    }

    .footer-copy {
        width: 100%;
        text-align: center;
        font-size: .75rem;
        color: rgba(255, 255, 255, .25);
        margin-top: 28px;
        padding-top: 24px;
        border-top: 1px solid rgba(255, 255, 255, .07);
    }/* ── RESPONSIVE ── */

    @media (max-width: 1000px) {
        .pricing-cards {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media (max-width: 820px) {
        .usecases-inner {
            grid-template-columns: 1fr;
        }

        .feature-list {
            grid-template-columns: 1fr 1fr;
        }

        .steps {
            grid-template-columns: 1fr 1fr;
        }

        .nav-links {
            display: none;
        }
    }

    @media (max-width: 560px) {
        .feature-list {
            grid-template-columns: 1fr;
        }

        .steps {
            grid-template-columns: 1fr;
        }

        .usecase-grid {
            grid-template-columns: 1fr;
        }

        .pricing-cards {
            grid-template-columns: 1fr;
        }
    }/* ── ANIMATION ── */

    @media (prefers-reduced-motion: no-preference) {
        .fadeup {
            opacity: 0;
            transform: translateY(28px);
            transition: opacity .55s ease, transform .55s ease;
        }

        .fadeup.visible {
            opacity: 1;
            transform: none;
        }
    }/* ── LEGAL / TERMS ── */

    .legal {
        background: var(--white);
        padding: 70px 5vw 100px;
    }

    .legal-inner {
        max-width: 780px;
        margin: 0 auto;
    }

    .legal-updated {
        font-size: .85rem;
        color: var(--gray);
        margin-bottom: 36px;
    }

    .legal-inner h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        font-size: clamp(1.8rem, 4vw, 2.6rem);
        line-height: 1.15;
        color: var(--dark);
        margin-bottom: 6px;
    }

    .legal-inner h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 1.25rem;
        color: var(--blue);
        margin-top: 44px;
        margin-bottom: 12px;
        padding-top: 20px;
        border-top: 1px solid rgba(59, 66, 170, .1);
    }

    .legal-inner h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        color: var(--dark);
        margin-top: 24px;
        margin-bottom: 10px;
    }

    .legal-inner p {
        font-size: .95rem;
        line-height: 1.75;
        color: var(--dark);
        margin-bottom: 16px;
    }

    .legal-inner ul {
        margin: 0 0 16px 20px;
        padding: 0;
    }

    .legal-inner li {
        font-size: .95rem;
        line-height: 1.75;
        color: var(--dark);
        margin-bottom: 6px;
    }

    .legal-inner strong {
        color: var(--dark);
    }

    .legal-inner a {
        color: var(--blue);
    }

    .legal-inner hr {
        border: none;
        border-top: 1px solid rgba(59, 66, 170, .1);
        margin: 36px 0;
    }

    .legal-inner table {
        width: 100%;
        border-collapse: collapse;
        margin: 8px 0 20px;
        font-size: .88rem;
    }

    .legal-inner th,
    .legal-inner td {
        text-align: left;
        padding: 10px 14px;
        border-bottom: 1px solid rgba(59, 66, 170, .1);
    }

    .legal-inner th {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: .72rem;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: var(--gray);
        background: var(--off);
    }

    .legal-placeholder {
        background: rgba(218, 16, 16, .08);
        border-left: 3px solid var(--red);
        padding: 14px 18px;
        border-radius: 6px;
        font-size: .85rem;
        color: var(--dark);
        margin-bottom: 32px;
    }

    @media (max-width: 560px) {
        .legal-inner table {
            display: block;
            overflow-x: auto;
        }
    }

/* ══════════════════════════════════════════════════════════════
   SITE EXPANSION — added when the site grew from a single page
   to a multi-page site (see CLAUDE.md for date/context).
   Organized as: MOBILE NAV, LAYOUT HELPERS, PAGE HERO, COMPONENTS,
   FORMS, DATA GRAPHICS, BLOG, RESPONSIVE.
   All values reuse the existing design tokens defined at the top
   of this file (--blue, --red, --white, --off, --gray, --dark,
   --radius). No new colors or fonts were introduced.
   ══════════════════════════════════════════════════════════════ */

/* ── MOBILE NAV ── */

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--dark);
    transition: transform .2s, opacity .2s;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
    display: none;
    flex-direction: column;
    position: sticky;
    top: 68px;
    z-index: 99;
    background: var(--white);
    border-bottom: 1px solid rgba(59, 66, 170, .1);
    padding: 8px 5vw 18px;
}

.mobile-nav.open {
    display: flex;
}

.mobile-nav a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .85rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--dark);
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid rgba(59, 66, 170, .08);
}

.mobile-nav a.nav-cta {
    margin-top: 10px;
    text-align: center;
    border-radius: 8px;
    border-bottom: none;
    background: var(--blue);
    color: var(--white) !important;
}

/* ── PAGE HERO (interior pages) ── */

.page-hero {
    background: var(--blue);
    text-align: center;
    padding: 64px 5vw 56px;
}

.page-hero .section-label {
    color: var(--red);
    justify-content: center;
}

.page-hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(2rem, 5vw, 3.2rem);
    line-height: 1.12;
    color: var(--white);
    max-width: 760px;
    margin: 10px auto 0;
}

.page-hero h1 .accent {
    color: var(--red);
}

.page-hero p.page-hero-sub {
    margin: 18px auto 0;
    max-width: 620px;
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: rgba(253, 253, 253, .8);
    line-height: 1.7;
}

/* ── BREADCRUMB ── */

.breadcrumb {
    max-width: 1100px;
    margin: 0 auto;
    padding: 18px 5vw 0;
    font-size: .8rem;
    color: var(--gray);
}

.breadcrumb a {
    color: var(--blue);
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .sep {
    margin: 0 6px;
    color: rgba(107, 114, 128, .5);
}

/* ── CONTENT PAGE (About, Security, articles) ── */

.content-page {
    background: var(--white);
    padding: 70px 5vw 100px;
}

.content-inner {
    max-width: 760px;
    margin: 0 auto;
}

.content-inner h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--dark);
    margin-top: 44px;
    margin-bottom: 14px;
}

.content-inner h2:first-child {
    margin-top: 0;
}

.content-inner p {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--dark);
    margin-bottom: 18px;
}

.content-inner ul {
    margin: 0 0 18px 22px;
}

.content-inner li {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--dark);
    margin-bottom: 8px;
}

.content-lead {
    font-size: 1.2rem;
    line-height: 1.7;
    color: var(--gray);
    margin-bottom: 8px;
}

.founder-block {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    background: var(--off);
    border-radius: var(--radius);
    padding: 28px;
    margin: 32px 0;
}

.founder-block img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.founder-block .founder-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1rem;
    color: var(--dark);
    margin-bottom: 4px;
}

.founder-block .founder-role {
    font-size: .82rem;
    color: var(--red);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 10px;
}

.founder-block p {
    font-size: .92rem;
    color: var(--gray);
    margin-bottom: 0;
    line-height: 1.7;
}

/* ── TRUST / CHECK LIST ── */

.trust-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0;
}

.trust-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--dark);
}

.trust-list .check-icon {
    margin-top: 4px;
}

/* ── FAQ ACCORDION ── */

.faq-list {
    max-width: 780px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid rgba(59, 66, 170, .12);
}

.faq-item summary {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.02rem;
    color: var(--dark);
    padding: 20px 4px;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

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

.faq-item summary::after {
    content: '+';
    font-size: 1.4rem;
    color: var(--red);
    flex-shrink: 0;
    transition: transform .2s;
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-item .faq-answer {
    padding: 0 4px 22px;
    font-size: .95rem;
    line-height: 1.75;
    color: var(--gray);
    max-width: 680px;
}

/* ── COMPARISON TABLE ── */

.compare-wrap {
    overflow-x: auto;
    margin: 32px 0;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 560px;
    font-size: .9rem;
}

.compare-table th,
.compare-table td {
    text-align: left;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(59, 66, 170, .1);
}

.compare-table th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: .75rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--white);
    background: var(--blue);
}

.compare-table th:first-child,
.compare-table td:first-child {
    font-weight: 700;
    color: var(--dark);
}

.compare-table td.yes {
    color: var(--blue);
    font-weight: 700;
}

.compare-table td.no {
    color: var(--gray);
}

.compare-table tr.highlight td {
    background: rgba(59, 66, 170, .05);
}

/* ── BLOG / RESOURCE CARDS ── */

.resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.resource-card {
    background: var(--white);
    border-radius: var(--radius);
    padding: 26px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    text-decoration: none;
    display: block;
    transition: transform .2s, box-shadow .2s;
}

.resource-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(59, 66, 170, .12);
}

.resource-tag {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: .68rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 10px;
    display: block;
}

.resource-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--dark);
    margin-bottom: 8px;
    line-height: 1.35;
}

.resource-card p {
    font-size: .88rem;
    color: var(--gray);
    line-height: 1.6;
}

.resource-section {
    background: var(--white);
    padding: 24px 5vw 90px;
}

.resource-section-off {
    background: var(--off);
}

.resource-section-title {
    max-width: 1100px;
    margin: 0 auto 28px;
}

.resource-section-title h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--dark);
}

/* ── BLOG POST TEMPLATE ── */

.blog-post {
    background: var(--white);
    padding: 60px 5vw 100px;
}

.blog-post-inner {
    max-width: 720px;
    margin: 0 auto;
}

.blog-post-meta {
    font-size: .82rem;
    color: var(--gray);
    margin-bottom: 14px;
}

.blog-post-inner h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    line-height: 1.15;
    color: var(--dark);
    margin-bottom: 20px;
}

.blog-post-inner h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.35rem;
    color: var(--dark);
    margin-top: 40px;
    margin-bottom: 14px;
}

.blog-post-inner p {
    font-size: 1.02rem;
    line-height: 1.85;
    color: var(--dark);
    margin-bottom: 18px;
}

.blog-post-inner ul {
    margin: 0 0 18px 22px;
}

.blog-post-inner li {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 8px;
}

.blog-byline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 28px 0 40px;
    padding: 16px 0;
    border-top: 1px solid rgba(59, 66, 170, .1);
    border-bottom: 1px solid rgba(59, 66, 170, .1);
}

.blog-byline img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-byline strong {
    display: block;
    font-size: .9rem;
    color: var(--dark);
}

.blog-byline span {
    font-size: .8rem;
    color: var(--gray);
}

/* ── CTA BANNER (reusable mid-page prompt) ── */

.cta-banner {
    background: var(--off);
    border-radius: var(--radius);
    padding: 32px;
    text-align: center;
    margin: 40px auto;
    max-width: 720px;
}

.cta-banner h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--dark);
    margin-bottom: 8px;
}

.cta-banner p {
    font-size: .92rem;
    color: var(--gray);
    margin-bottom: 18px;
}

/* ── FORMS ── */

.form-page {
    background: var(--off);
    padding: 70px 5vw 100px;
}

.form-wrap {
    max-width: 560px;
    margin: 0 auto;
    background: var(--white);
    border-radius: var(--radius);
    padding: 40px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
}

.form-field {
    margin-bottom: 20px;
}

.form-field label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .82rem;
    color: var(--dark);
    margin-bottom: 6px;
}

.form-field input,
.form-field textarea,
.form-field select {
    width: 100%;
    padding: 13px 14px;
    border: 1.5px solid rgba(59, 66, 170, .18);
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: .95rem;
    color: var(--dark);
    background: var(--white);
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
    outline: 3px solid rgba(59, 66, 170, .35);
    outline-offset: 1px;
    border-color: var(--blue);
}

.form-field .help-text {
    font-size: .78rem;
    color: var(--gray);
    margin-top: 6px;
}

.form-submit {
    width: 100%;
    border: none;
    background: var(--blue);
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: .88rem;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .2s;
}

.form-submit:hover {
    background: var(--blue-dk);
}

.form-alt-contact {
    text-align: center;
    margin-top: 24px;
    font-size: .88rem;
    color: var(--gray);
}

.form-alt-contact a {
    color: var(--blue);
    font-weight: 600;
}

/* ── DATA GRAPHICS ── */

.chart-block {
    background: var(--off);
    border-radius: var(--radius);
    padding: 28px;
}

.chart-block.on-white {
    background: var(--white);
    border: 1px solid rgba(59, 66, 170, .1);
}

.chart-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: .95rem;
    color: var(--dark);
    margin-bottom: 4px;
}

.chart-sub {
    font-size: .82rem;
    color: var(--gray);
    margin-bottom: 18px;
}

.chart-caption {
    font-size: .74rem;
    color: var(--gray);
    margin-top: 14px;
    line-height: 1.5;
}

.chart-caption strong {
    color: var(--dark);
}

.graphics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1100px;
    margin: 48px auto 0;
}

.graphics-grid.single {
    grid-template-columns: 1fr;
    max-width: 640px;
}

.bar-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.bar-label {
    width: 84px;
    flex-shrink: 0;
    font-size: .78rem;
    color: var(--dark);
    font-weight: 600;
}

.bar-track {
    flex: 1;
    background: rgba(59, 66, 170, .1);
    border-radius: 6px;
    height: 22px;
    position: relative;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    border-radius: 6px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
}

.bar-fill.red {
    background: var(--red);
}

.bar-fill span {
    font-size: .72rem;
    font-weight: 700;
    color: var(--white);
}

/* ── RESPONSIVE (site expansion) ── */

@media (max-width: 820px) {
    .nav-links {
        display: none;
    }

    .nav-toggle {
        display: flex;
    }

    .resource-grid {
        grid-template-columns: 1fr 1fr;
    }

    .graphics-grid {
        grid-template-columns: 1fr;
    }

    .founder-block {
        flex-direction: column;
        text-align: center;
    }

    .founder-block img {
        margin: 0 auto;
    }
}

@media (max-width: 560px) {
    .resource-grid {
        grid-template-columns: 1fr;
    }

    .form-wrap {
        padding: 26px 20px;
    }

    .compare-table {
        min-width: 480px;
    }
}
