:root {
    --ink: #111827;
    --ink-soft: #475569;
    --navy: #0b1220;
    --navy-2: #111d35;
    --blue: #2764ff;
    --blue-dark: #1748cc;
    --cyan: #28c7d9;
    --sky: #eaf2ff;
    --mint: #dcfce7;
    --amber: #fff7dd;
    --surface: #ffffff;
    --surface-soft: #f7f9fc;
    --line: #dfe5ef;
    --shadow: 0 24px 60px rgba(15, 23, 42, .12);
    --radius: 22px;
    --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--surface);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.marketing-container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link {
    position: fixed;
    left: 16px;
    top: -80px;
    z-index: 100;
    padding: 10px 14px;
    border-radius: 10px;
    color: white;
    background: var(--blue);
}
.skip-link:focus { top: 12px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(223, 229, 239, .8);
    background: rgba(255, 255, 255, .92);
    backdrop-filter: blur(16px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 28px; }
.marketing-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--navy);
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -.03em;
    text-decoration: none;
}
.logo-mark {
    width: 34px;
    height: 34px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
    gap: 3px;
    padding: 7px;
    border-radius: 10px;
    background: linear-gradient(145deg, var(--blue), #5a8aff);
    box-shadow: 0 8px 20px rgba(39, 100, 255, .28);
}
.logo-mark span { display: block; border-radius: 4px; background: white; }
.logo-mark span:nth-child(1) { height: 45%; }
.logo-mark span:nth-child(2) { height: 72%; }
.logo-mark span:nth-child(3) { height: 100%; }
.desktop-nav { display: flex; gap: 26px; margin-left: auto; }
.desktop-nav a, .text-link {
    color: #334155;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
}
.desktop-nav a:hover, .text-link:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { cursor: pointer; font-weight: 700; list-style: none; }
.mobile-menu nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 68px;
    display: grid;
    gap: 14px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: white;
    box-shadow: var(--shadow);
}
.mobile-menu nav a { text-decoration: none; font-weight: 650; }

.button, .btn, .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 12px 21px;
    border: 0;
    border-radius: 12px;
    color: white;
    background: var(--blue);
    box-shadow: 0 12px 24px rgba(39, 100, 255, .22);
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.button:hover, .btn:hover, .cta-button:hover {
    background: var(--blue-dark);
    box-shadow: 0 15px 28px rgba(39, 100, 255, .3);
    transform: translateY(-2px);
}
.button-small { min-height: 42px; padding: 10px 16px; border-radius: 10px; font-size: 14px; }
.button-secondary, .btn-secondary, .secondary-cta {
    color: var(--navy);
    border: 1px solid var(--line);
    background: white;
    box-shadow: none;
}
.button-secondary:hover, .btn-secondary:hover, .secondary-cta:hover { color: var(--blue); background: var(--sky); }

section { scroll-margin-top: 88px; }
.marketing-section { padding: 92px 0; }
.marketing-section.soft, .section-soft { background: var(--surface-soft); }
.section-heading { max-width: 700px; margin: 0 auto 46px; text-align: center; }
.section-heading.left { margin-inline: 0; text-align: left; }
.section-kicker, .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.section-heading h2, .legal-hero h1 {
    margin: 0 0 16px;
    color: var(--navy);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.045em;
}
.section-heading p { margin: 0; color: var(--ink-soft); font-size: 18px; }

.hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 72px;
    background:
        radial-gradient(circle at 85% 10%, rgba(40, 199, 217, .18), transparent 30%),
        radial-gradient(circle at 60% 60%, rgba(39, 100, 255, .16), transparent 38%),
        linear-gradient(135deg, #f7faff 0%, #fff 52%, #f1fbfd 100%);
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .35;
    background-image: linear-gradient(rgba(39,100,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(39,100,255,.05) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 66px; }
.hero-copy h1 {
    max-width: 680px;
    margin: 0 0 22px;
    color: var(--navy);
    font-size: clamp(44px, 6vw, 70px);
    line-height: .99;
    letter-spacing: -.06em;
}
.hero-copy .lead { max-width: 620px; margin: 0 0 30px; color: var(--ink-soft); font-size: clamp(18px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 17px; }
.hero-note, .microcopy { color: #64748b; font-size: 14px; font-weight: 600; }
.hero-visual { position: relative; min-height: 510px; }
.product-window {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(203, 213, 225, .9);
    border-radius: 24px;
    background: white;
    box-shadow: var(--shadow);
    transform: rotate(1.5deg);
}
.window-bar { display: flex; align-items: center; gap: 6px; height: 43px; padding: 0 16px; border-bottom: 1px solid var(--line); background: #f8fafc; }
.window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #cbd5e1; }
.window-body { padding: 22px; }
.demo-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.demo-title { font-size: 18px; font-weight: 800; }
.status-pill { padding: 6px 10px; border-radius: 999px; color: #087443; background: var(--mint); font-size: 12px; font-weight: 800; }
.demo-client { margin-bottom: 18px; padding: 14px; border-radius: 12px; background: var(--surface-soft); }
.demo-row { display: grid; grid-template-columns: 1fr 70px 100px; gap: 12px; padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: 13px; }
.demo-row.head { color: #64748b; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.demo-total { display: flex; justify-content: space-between; margin-top: 18px; font-size: 17px; font-weight: 850; }
.flow-card {
    position: absolute;
    right: -20px;
    bottom: 15px;
    width: 270px;
    padding: 18px;
    border: 1px solid #cfe0ff;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 42px rgba(15,23,42,.18);
}
.flow-card strong { display: block; margin-bottom: 12px; }
.flow-line { display: flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: 12px; }
.flow-node { padding: 7px 9px; border-radius: 9px; background: var(--sky); color: var(--blue-dark); font-weight: 800; }
.floating-proof {
    position: absolute;
    left: -32px;
    top: 36px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: white;
    box-shadow: 0 15px 35px rgba(15,23,42,.14);
    font-size: 13px;
    font-weight: 750;
}
.floating-proof b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #087443; background: var(--mint); }

.proof-strip { border-block: 1px solid var(--line); background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { padding: 26px 30px; text-align: center; }
.proof-item + .proof-item { border-left: 1px solid var(--line); }
.proof-item strong { display: block; color: var(--navy); font-size: 24px; }
.proof-item span { color: var(--ink-soft); font-size: 14px; }

.cards-3, .feature-grid, .audience-grid, .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card, .problem-card, .step-card, .audience-card {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: white;
    box-shadow: 0 12px 30px rgba(15,23,42,.055);
}
.feature-card h3, .problem-card h3, .step-card h3, .audience-card h3 { margin: 16px 0 8px; color: var(--navy); font-size: 20px; line-height: 1.25; }
.feature-card p, .problem-card p, .step-card p, .audience-card p { margin: 0; color: var(--ink-soft); }
.icon-box {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: var(--blue);
    background: var(--sky);
    font-size: 22px;
    font-weight: 900;
}
.step-number { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: white; background: var(--blue); font-weight: 850; }

.workflow-band { overflow: hidden; color: white; background: var(--navy); }
.workflow-band .section-heading h2, .workflow-band .section-heading p { color: white; }
.workflow-band .section-heading p { opacity: .72; }
.workflow-track { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; }
.workflow-node { min-height: 180px; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.065); }
.workflow-node span { color: #9bb8ff; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.workflow-node h3 { margin: 10px 0 6px; font-size: 21px; }
.workflow-node p { margin: 0; color: rgba(255,255,255,.68); }
.workflow-arrow { color: var(--cyan); font-size: 28px; font-weight: 900; }

.integrity-panel {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 50px;
    align-items: center;
    padding: 48px;
    border-radius: 28px;
    background: linear-gradient(135deg, var(--sky), #f5fbff);
}
.document-stack { position: relative; min-height: 285px; }
.document-sheet {
    position: absolute;
    inset: 10px 40px 10px 10px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: white;
    box-shadow: 0 18px 38px rgba(15,23,42,.11);
}
.document-sheet:nth-child(2) { transform: translate(26px, 20px) rotate(3deg); opacity: .65; }
.document-sheet:first-child { z-index: 2; }
.document-lines span { display: block; height: 8px; margin: 12px 0; border-radius: 5px; background: #e2e8f0; }
.document-lines span:nth-child(2) { width: 75%; }
.document-lines span:nth-child(3) { width: 45%; }
.integrity-copy h2 { margin: 0 0 16px; color: var(--navy); font-size: clamp(30px, 4vw, 44px); line-height: 1.1; letter-spacing: -.04em; }
.integrity-copy p { color: var(--ink-soft); font-size: 18px; }

.pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 420px)); justify-content: center; gap: 24px; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.price-card.featured { border: 2px solid var(--blue); box-shadow: 0 24px 55px rgba(39,100,255,.14); }
.plan-badge { position: absolute; top: -14px; right: 24px; padding: 6px 12px; border-radius: 999px; color: white; background: var(--blue); font-size: 12px; font-weight: 850; }
.price-card h3 { margin: 0 0 8px; font-size: 22px; }
.price { margin: 14px 0 22px; color: var(--navy); font-size: 42px; font-weight: 850; letter-spacing: -.045em; }
.price small { color: var(--ink-soft); font-size: 14px; font-weight: 600; letter-spacing: 0; }
.price-card ul { display: grid; gap: 11px; padding: 0; margin: 22px 0 28px; list-style: none; }
.price-card li::before { content: "✓"; margin-right: 9px; color: #0b9a5a; font-weight: 900; }
.price-card .button { width: 100%; }

.fiscal-note { display: flex; gap: 18px; max-width: 900px; margin: 34px auto 0; padding: 22px; border: 1px solid #f2d982; border-radius: 16px; background: var(--amber); }
.fiscal-note strong { display: block; margin-bottom: 4px; }
.fiscal-note p { margin: 0; color: #69551b; }
.fiscal-icon { flex: 0 0 auto; font-size: 24px; }

.faq-list { max-width: 820px; margin: auto; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; color: var(--navy); font-size: 18px; font-weight: 750; list-style: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 6px; top: 19px; color: var(--blue); font-size: 25px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { margin: -6px 0 22px; color: var(--ink-soft); }

.final-cta { padding: 40px 0 90px; }
.cta-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 40px;
    padding: 56px;
    border-radius: 30px;
    color: white;
    background: linear-gradient(135deg, #111d35, #153b8e);
}
.cta-panel::after { content: ""; position: absolute; width: 300px; height: 300px; right: -80px; top: -150px; border-radius: 50%; background: rgba(40,199,217,.18); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { margin: 0 0 10px; font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.04em; }
.cta-panel p { margin: 0; color: rgba(255,255,255,.75); }

.legal-hero { padding: 78px 0 38px; background: var(--surface-soft); text-align: center; }
.legal-hero p { margin: 0 auto; max-width: 720px; color: var(--ink-soft); font-size: 18px; }
.legal-content { max-width: 820px; margin: 0 auto; padding: 60px 0 90px; }
.legal-content h2 { margin: 40px 0 10px; color: var(--navy); font-size: 25px; }
.legal-content h3 { margin: 28px 0 8px; color: var(--navy); font-size: 19px; }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.legal-content a { color: var(--blue); }
.legal-content .notice { padding: 18px; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; background: var(--sky); }
.contact-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }

.site-footer { padding: 62px 0 26px; color: rgba(255,255,255,.72); background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-logo { color: white; }
.footer-grid p { max-width: 390px; }
.footer-grid h2 { margin: 0 0 15px; color: white; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div > a:not(.marketing-logo) { display: block; width: fit-content; margin: 9px 0; color: rgba(255,255,255,.72); text-decoration: none; }
.footer-grid > div > a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }

@media (max-width: 920px) {
    .desktop-nav, .header-actions { display: none; }
    .mobile-menu { display: block; }
    .hero { padding-top: 62px; }
    .hero-grid { grid-template-columns: 1fr; gap: 46px; }
    .hero-copy { text-align: center; }
    .hero-copy .lead { margin-inline: auto; }
    .hero-actions { justify-content: center; }
    .hero-visual { width: min(100%, 620px); margin-inline: auto; }
    .cards-3, .feature-grid, .steps-grid { grid-template-columns: 1fr 1fr; }
    .workflow-track { grid-template-columns: 1fr; }
    .workflow-arrow { transform: rotate(90deg); text-align: center; }
    .integrity-panel { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .marketing-container { width: min(calc(100% - 28px), var(--container)); }
    .marketing-section { padding: 68px 0; }
    .hero-copy h1 { font-size: clamp(40px, 13vw, 56px); }
    .hero-actions .button, .hero-actions .btn { width: 100%; }
    .hero-visual { min-height: 430px; }
    .floating-proof { left: -2px; top: 22px; }
    .flow-card { right: 0; bottom: 0; width: 245px; }
    .window-body { padding: 16px; }
    .proof-grid { grid-template-columns: 1fr; }
    .proof-item + .proof-item { border-left: 0; border-top: 1px solid var(--line); }
    .cards-3, .feature-grid, .audience-grid, .steps-grid, .pricing-grid { grid-template-columns: 1fr; }
    .feature-card, .problem-card, .step-card, .audience-card { padding: 23px; }
    .integrity-panel { padding: 26px; }
    .cta-panel { grid-template-columns: 1fr; padding: 34px 26px; text-align: center; }
    .fiscal-note { align-items: flex-start; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; }
}

/* Landing component contract */
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 92px 0; scroll-margin-top: 88px; }
.section__narrow { max-width: 900px; }
.section__heading, .faq__heading { max-width: 740px; margin: 0 auto 46px; text-align: center; }
.section__heading h2, .faq__heading h2, .section__narrow > h2 {
    margin: 0 0 16px;
    color: var(--navy);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.045em;
}
.section__heading > p:last-child, .section__intro { color: var(--ink-soft); font-size: 18px; }
.section__action { margin-top: 34px; text-align: center; }
.section--problem, .section--pricing, .section--audience { background: var(--surface-soft); }
.section--features { background: white; }

.hero__layout { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 66px; }
.hero__content h1 {
    margin: 0 0 22px;
    color: var(--navy);
    font-size: clamp(44px, 6vw, 70px);
    line-height: .99;
    letter-spacing: -.06em;
}
.hero__lead { max-width: 620px; margin: 0 0 30px; color: var(--ink-soft); font-size: clamp(18px, 2vw, 21px); }
.hero__microcopy { margin: 16px 0 0; color: #64748b; font-size: 14px; font-weight: 650; }
.button-group { display: flex; flex-wrap: wrap; gap: 12px; }
.button--secondary { color: var(--navy); border: 1px solid var(--line); background: white; box-shadow: none; }
.button--secondary:hover { color: var(--blue); background: var(--sky); }
.button--full { width: 100%; }
.button--light { color: var(--navy); background: white; box-shadow: 0 14px 28px rgba(0,0,0,.18); }
.button--light:hover { color: var(--blue); background: var(--sky); }
.text-link--light { color: white; }

.workflow-preview {
    position: relative;
    min-height: 465px;
    padding: 64px 42px 44px;
    border: 1px solid rgba(203, 213, 225, .9);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255,255,255,.96), #f1f6ff);
    box-shadow: var(--shadow);
}
.workflow-preview::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 42px;
    border-bottom: 1px solid var(--line);
    border-radius: 28px 28px 0 0;
    background:
        radial-gradient(circle at 20px 21px, #ff7b72 0 4px, transparent 5px),
        radial-gradient(circle at 37px 21px, #f7c84b 0 4px, transparent 5px),
        radial-gradient(circle at 54px 21px, #50c878 0 4px, transparent 5px),
        #f8fafc;
}
.document-card {
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: white;
    box-shadow: 0 14px 30px rgba(15,23,42,.08);
}
.document-card--quote { position: relative; z-index: 2; transform: rotate(-1.2deg); }
.document-card__header { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.document-card__type { color: var(--navy); font-weight: 800; }
.document-card__number, .document-card__client { margin: 10px 0 0; color: var(--ink-soft); }
.document-card__number { font-size: 13px; font-weight: 750; }
.document-card__amount { margin: 20px 0 0; color: var(--navy); font-size: 24px; font-weight: 850; }
.status { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 850; }
.status--accepted { color: #087443; background: var(--mint); }
.workflow-preview__connector { height: 35px; width: 2px; margin: 0 auto; background: #b8c8ea; }
.workflow-preview__connector span { display: block; width: 8px; height: 8px; margin-left: -3px; border-radius: 50%; background: var(--blue); }
.workflow-preview__results { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.document-card--compact { display: flex; align-items: center; gap: 11px; padding: 14px; }
.document-card--compact p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.document-card--compact .document-card__type { color: var(--navy); font-size: 13px; }
.document-card__icon { display: grid; place-items: center; flex: 0 0 32px; height: 32px; border-radius: 10px; color: var(--blue); background: var(--sky); font-weight: 900; }
.workflow-preview__caption { margin: 17px 0 0; color: #64748b; text-align: center; font-size: 13px; font-weight: 700; }

.value-strip { border-block: 1px solid var(--line); background: white; }
.value-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.value-strip__grid p { margin: 0; padding: 25px 28px; text-align: center; }
.value-strip__grid p + p { border-left: 1px solid var(--line); }
.value-strip__grid strong { color: var(--navy); font-size: 19px; }
.value-strip__grid span { color: var(--ink-soft); }

.benefit-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0; margin: 36px 0 0; list-style: none; }
.benefit-list li { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.benefit-list__icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: var(--blue); background: var(--sky); font-size: 12px; font-weight: 900; }
.benefit-list h3 { margin: 16px 0 7px; color: var(--navy); font-size: 19px; }
.benefit-list p { margin: 0; color: var(--ink-soft); }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding: 0; list-style: none; counter-reset: steps; }
.step { position: relative; min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 12px 30px rgba(15,23,42,.055); }
.step::after { content: "→"; position: absolute; top: 34px; right: -19px; z-index: 2; color: var(--cyan); font-size: 25px; font-weight: 900; }
.step:last-child::after { display: none; }
.step__number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: white; background: var(--blue); font-weight: 850; }
.step h3 { margin: 20px 0 8px; color: var(--navy); font-size: 21px; }
.step p { margin: 0; color: var(--ink-soft); }

.feature-card__icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--blue); background: var(--sky); font-size: 22px; font-weight: 900; }

.integrity { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; padding-block: 56px; }
.integrity__content h2 { margin: 0 0 16px; color: var(--navy); font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -.045em; }
.integrity__content > p:last-child { color: var(--ink-soft); font-size: 18px; }
.integrity__visual { position: relative; display: grid; gap: 14px; padding: 32px; border-radius: 24px; background: linear-gradient(145deg, var(--sky), #f7fbff); }
.integrity__visual::before { content: ""; position: absolute; left: 49px; top: 66px; bottom: 66px; width: 2px; background: #b6c9f2; }
.history-item { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; padding: 19px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 10px 22px rgba(15,23,42,.07); }
.history-item__marker { flex: 0 0 12px; height: 12px; border: 3px solid white; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 3px #b8cdf7; }
.history-item strong, .history-item span { display: block; }
.history-item span { color: var(--ink-soft); font-size: 13px; }

.audience-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 820px; padding: 0; margin: auto; list-style: none; }
.audience-list li { padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy); background: white; font-weight: 750; }

.pricing-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.pricing-card--featured { border: 2px solid var(--blue); box-shadow: 0 24px 55px rgba(39,100,255,.14); }
.pricing-card__badge { position: absolute; top: -15px; right: 24px; margin: 0; padding: 6px 12px; border-radius: 999px; color: white; background: var(--blue); font-size: 12px; font-weight: 850; }
.pricing-card__label { margin: 0; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.pricing-card h3 { margin: 8px 0; color: var(--navy); font-size: 27px; }
.price__currency, .price__period { color: var(--ink-soft); font-size: 14px; font-weight: 650; letter-spacing: 0; }
.check-list { display: grid; gap: 11px; padding: 0; margin: 22px 0 28px; list-style: none; }
.check-list li::before { content: "✓"; margin-right: 9px; color: #0b9a5a; font-weight: 900; }
.pricing-card__microcopy, .pricing-note { color: #64748b; font-size: 13px; text-align: center; }
.pricing-note { margin-top: 24px; }

aside.fiscal-note { display: block; max-width: none; margin: 0; padding: 0; border: 0; border-radius: 0; background: var(--amber); }
.fiscal-note__content { display: flex; align-items: flex-start; gap: 18px; padding-block: 28px; }
.fiscal-note__content h2 { margin: 0 0 4px; color: #55420f; font-size: 18px; }
.fiscal-note__content p { margin: 0; color: #69551b; }
.fiscal-note__icon { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; color: #755d16; background: #ffe79a; font-weight: 900; }

.faq { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 70px; }
.faq__heading { margin: 0; text-align: left; }
.faq__list details { border-bottom: 1px solid var(--line); }
.faq__list summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; color: var(--navy); font-size: 18px; font-weight: 750; list-style: none; }
.faq__list summary::after { content: "+"; position: absolute; right: 6px; top: 19px; color: var(--blue); font-size: 25px; }
.faq__list details[open] summary::after { content: "–"; }
.faq__list details p { margin: -6px 0 22px; color: var(--ink-soft); }

.final-cta { padding: 84px 0; color: white; background: linear-gradient(135deg, #111d35, #153b8e); }
.final-cta__content { max-width: 820px; text-align: center; }
.final-cta h2 { margin: 0 0 14px; font-size: clamp(34px, 5vw, 54px); line-height: 1.06; letter-spacing: -.045em; }
.final-cta__content > p:not(.eyebrow):not(.final-cta__microcopy) { color: rgba(255,255,255,.76); font-size: 18px; }
.button-group--center { justify-content: center; margin-top: 28px; }
.final-cta__microcopy { margin-top: 16px; color: rgba(255,255,255,.62); font-size: 13px; }

/* Legal and contact pages */
.page-hero { padding: 78px 0 42px; background: var(--surface-soft); text-align: center; }
.page-hero h1 { margin: 0 0 14px; color: var(--navy); font-size: clamp(36px, 5vw, 56px); line-height: 1.05; letter-spacing: -.05em; }
.page-hero .lead { margin: 0 auto; max-width: 720px; color: var(--ink-soft); font-size: 18px; }
.page-hero .muted { color: #64748b; font-size: 13px; }
.prose-container { max-width: 820px; }
.marketing-page > .container.prose-container { padding-top: 58px; padding-bottom: 88px; }
.legal-content { padding-top: 52px; padding-bottom: 88px; }
.legal-content section + section, .contact-page .prose-container > section + section { margin-top: 38px; }
.legal-content h2, .contact-page h2 { margin: 0 0 10px; color: var(--navy); font-size: 24px; }
.legal-content p, .legal-content li, .contact-page p { color: var(--ink-soft); }
.legal-content a, .contact-page a:not(.button) { color: var(--blue); }
.contact-page .contact-card { margin-top: 58px; }

@media (max-width: 920px) {
    .hero__layout { grid-template-columns: 1fr; gap: 44px; }
    .hero__content { text-align: center; }
    .hero__lead { margin-inline: auto; }
    .button-group { justify-content: center; }
    .workflow-preview { width: min(100%, 610px); margin-inline: auto; }
    .benefit-list, .steps { grid-template-columns: 1fr; }
    .step { min-height: auto; }
    .step::after { display: none; }
    .integrity, .faq { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 680px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 68px 0; }
    .hero__content h1 { font-size: clamp(40px, 13vw, 56px); }
    .button-group .button { width: 100%; }
    .workflow-preview { min-height: 430px; padding: 62px 18px 28px; }
    .workflow-preview__results { grid-template-columns: 1fr; }
    .value-strip__grid { grid-template-columns: 1fr; }
    .value-strip__grid p + p { border-left: 0; border-top: 1px solid var(--line); }
    .feature-grid { grid-template-columns: 1fr; }
    .pricing-card { padding: 27px 22px; }
    .fiscal-note__content { gap: 12px; }
}
