@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700;14..32,800&display=swap");

:root {
    --bg: #f7f9fc;
    --bg-soft: #eef2f7;
    --surface: #ffffff;
    --surface-alt: #f3f7fb;
    --ink: #0c1829;
    --ink-muted: #4a5e72;
    --ink-soft: #7b90a4;
    --line: #dde5ef;
    --line-soft: #ebf1f8;
    --primary: #1649e0;
    --primary-strong: #1136bf;
    --primary-soft: #eaeffd;
    --primary-border: #c4d1f9;
    --success: #15803d;
    --success-soft: #f0fdf4;
    --success-border: #bbf7d0;
    --warning-soft: #fffbeb;
    --warning-border: #fde68a;
    --green-accent: #71d10f;
    --dark: #0c1829;
    --dark-surface: #192436;
    --dark-border: rgba(255, 255, 255, 0.1);
    --dark-ink: rgba(255, 255, 255, 0.92);
    --dark-ink-soft: rgba(255, 255, 255, 0.55);
    --radius-pill: 999px;
    --radius-xl: 16px;
    --radius-lg: 12px;
    --radius-md: 8px;
    --radius-sm: 6px;
    --shadow-sm: 0 1px 4px rgba(12, 24, 41, 0.07), 0 4px 12px rgba(12, 24, 41, 0.04);
    --shadow-md: 0 4px 16px rgba(12, 24, 41, 0.08), 0 8px 32px rgba(12, 24, 41, 0.05);
    --shadow-lg: 0 8px 32px rgba(12, 24, 41, 0.1), 0 24px 64px rgba(12, 24, 41, 0.07);
    --ease: 0.2s ease;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
p { margin: 0; }
ul { margin: 0; padding: 0; }
.site-noise { display: none; }

/* ─── LAYOUT ─────────────────────────────── */

.container {
    width: min(1160px, calc(100vw - 40px));
    margin: 0 auto;
}

/* ─── HEADER ─────────────────────────────── */

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px);
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 72px;
}

.brand {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--ink);
}

.brand-logo-img { width: auto; height: 38px; object-fit: contain; }

.brand small,
.footer-tag {
    color: var(--ink-soft);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    margin-top: 2px;
    display: block;
}

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

.nav-links a {
    color: var(--ink-muted);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 12px;
    border-radius: var(--radius-md);
    transition: var(--ease);
}

.nav-links a:not(.btn):hover,
.nav-links a:not(.btn):focus-visible {
    color: var(--ink);
    background: var(--bg-soft);
}

/* ─── BUTTONS ─────────────────────────────── */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: var(--radius-md);
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: var(--ease);
    white-space: nowrap;
}

.btn-primary {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary);
    box-shadow: 0 2px 8px rgba(22, 73, 224, 0.22);
}

.btn-primary:hover,
.btn-primary:focus-visible {
    background: var(--primary-strong);
    border-color: var(--primary-strong);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(22, 73, 224, 0.3);
}

.btn-accent {
    background: var(--green-accent);
    color: #0f1c2f;
    border-color: var(--green-accent);
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(113, 209, 15, 0.22);
}

.btn-accent:hover,
.btn-accent:focus-visible {
    background: #62b80d;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(113, 209, 15, 0.3);
}

.btn-outline {
    background: var(--surface);
    border-color: var(--line);
    color: var(--ink);
}

.btn-outline:hover,
.btn-outline:focus-visible {
    border-color: var(--primary);
    color: var(--primary);
    background: var(--primary-soft);
}

.btn-outline-dark {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.7);
}

.btn-outline-dark:hover,
.btn-outline-dark:focus-visible {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

/* ─── TYPOGRAPHY ──────────────────────────── */

h1, h2, h3, h4 {
    margin: 0 0 12px;
    line-height: 1.08;
    letter-spacing: -0.025em;
    font-weight: 800;
}

h1 { font-size: clamp(38px, 5.5vw, 62px); }
h2 { font-size: clamp(28px, 3.5vw, 42px); }
h3 { font-size: 19px; font-weight: 700; letter-spacing: -0.015em; }

.subtitle {
    font-size: 17px;
    line-height: 1.72;
    color: var(--ink-muted);
    max-width: 56ch;
}

/* ─── EYEBROW / PILLS ─────────────────────── */

.eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: var(--radius-pill);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: var(--primary-soft);
    color: var(--primary);
    border: 1px solid var(--primary-border);
}

.eyebrow-dark {
    background: rgba(22, 73, 224, 0.18);
    color: #93b4ff;
    border-color: rgba(22, 73, 224, 0.3);
}

.hero-stage {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 22px;
}

.hero-stage span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: var(--radius-pill);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

/* ─── HERO ────────────────────────────────── */

.hero--sales {
    background: var(--dark);
    padding: 80px 0 88px;
    position: relative;
    overflow: hidden;
}

.hero--sales::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 90% at 90% 40%, rgba(22, 73, 224, 0.14), transparent),
        radial-gradient(ellipse 50% 60% at 5% 85%, rgba(22, 73, 224, 0.07), transparent);
    pointer-events: none;
}

.hero-shell--sales-single {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 860px;
    position: relative;
}

.hero-shell--sales-split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 56px;
    align-items: center;
    position: relative;
}

.hero-shell--sales-split .hero-copy--sales h1 {
    max-width: 18ch;
}

.hero-chat-proof {
    position: relative;
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.55), 0 12px 24px -8px rgba(22, 73, 224, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0b141a;
    max-width: 420px;
    justify-self: center;
    width: 100%;
    aspect-ratio: 416 / 922;
    isolation: isolate;
}

.hero-chat-proof img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.hero-chat-proof::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, transparent 82%, rgba(11, 20, 26, 0.55) 100%);
    pointer-events: none;
    z-index: 2;
}

.hero-chat-proof__blur {
    position: absolute;
    top: 5.5%;
    left: 15%;
    right: 4%;
    height: 2.7%;
    border-radius: 4px;
    background: rgba(32, 44, 51, 0.35);
    backdrop-filter: blur(8px) saturate(0.6);
    -webkit-backdrop-filter: blur(8px) saturate(0.6);
    pointer-events: none;
    z-index: 3;
}

.hero-chat-proof__caption {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.72rem;
    line-height: 1.35;
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 6px 10px;
    border-radius: 8px;
    z-index: 4;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 8px;
    background: #00a884;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 600;
    z-index: 9999;
    text-decoration: none;
    transition: top 0.2s ease;
}

.skip-link:focus {
    top: 8px;
    outline: 2px solid #fff;
    outline-offset: 2px;
}

@media (max-width: 980px) {
    .hero-shell--sales-split {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 720px;
        margin: 0 auto;
    }

    .hero-chat-proof {
        max-width: 340px;
    }
}

@media (max-width: 640px) {
    .hero-chat-proof {
        max-width: 280px;
    }

    .hero-chat-proof__caption {
        font-size: 0.68rem;
    }
}

.hero-copy--sales {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.hero-copy--sales h1 {
    color: #fff;
    max-width: 16ch;
    margin: 18px 0 22px;
}

.hero-copy--sales .subtitle {
    color: rgba(255, 255, 255, 0.62);
}

.hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 26px;
}

.hero-list {
    display: grid;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.hero-list li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
}

.hero-list li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #4ade80;
}

.proof-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.proof-strip article {
    min-width: 120px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
}

.proof-strip strong {
    display: block;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}

.proof-strip span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
}

.hero-note {
    margin-top: 20px;
    padding: 12px 16px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.48);
    line-height: 1.6;
}

.hero-note strong { color: rgba(255, 255, 255, 0.82); }

/* ─── SECTIONS ────────────────────────────── */

.section { padding: 72px 0; }

.section-alt {
    background: var(--surface);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.section-offer {
    background: var(--bg-soft);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.section-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
}

.section-head-center {
    align-items: center;
    text-align: center;
}

.section-head p {
    color: var(--ink-muted);
    max-width: 64ch;
    font-size: 16px;
    line-height: 1.72;
}

.section-head-cost {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.section-head-cost h2 { max-width: 26ch; }

.section-head-cost p {
    font-size: 16px;
    line-height: 1.82;
    max-width: 80ch;
}

.api-explainer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 32px;
}

.api-step-card {
    position: relative;
    padding: 28px 24px 24px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid var(--line, #e5e9f0);
    box-shadow: 0 8px 22px -12px rgba(15, 23, 42, 0.12);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.api-step-card h3 {
    font-size: 17px;
    line-height: 1.35;
    margin: 0;
    color: var(--ink, #0f172a);
}

.api-step-card p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--ink-soft, #475569);
    margin: 0;
}

.api-step-card p strong {
    color: var(--ink, #0f172a);
    font-weight: 600;
}

.api-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--primary-soft, #eaeffd);
    color: var(--primary-strong, #1136bf);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.06em;
    border: 1px solid var(--primary-border, #c4d1f9);
}

.glossary-page {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.glossary-toc {
    background: var(--line-soft, #ebf1f8);
    border: 1px solid var(--line, #dde5ef);
    border-radius: 16px;
    padding: 20px 24px;
}

.glossary-toc strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink-soft, #7b90a4);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.glossary-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}

.glossary-toc a {
    color: var(--primary-strong, #1136bf);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--primary-border, #c4d1f9);
    transition: background 0.15s ease, color 0.15s ease;
}

.glossary-toc a:hover,
.glossary-toc a:focus-visible {
    background: var(--primary-strong, #1136bf);
    color: #ffffff;
}

.glossary-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.glossary-entry {
    scroll-margin-top: 90px;
    background: #ffffff;
    border: 1px solid var(--line, #dde5ef);
    border-radius: 18px;
    padding: 24px 28px;
    box-shadow: 0 6px 18px -14px rgba(15, 23, 42, 0.18);
}

.glossary-entry dt {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.glossary-entry dt h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.3;
    color: var(--ink, #0c1829);
}

.glossary-alt {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--ink-soft, #7b90a4);
    font-weight: 600;
}

.glossary-entry dd {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--ink-muted, #4a5e72);
}

.glossary-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    background: var(--dark, #0c1829);
    color: #ffffff;
    border-radius: 22px;
    padding: 32px 36px;
    margin-top: 16px;
}

.glossary-cta strong {
    display: block;
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 8px;
}

.glossary-cta p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    max-width: 54ch;
}

.glossary-cta > div {
    min-width: 0;
    flex: 1 1 320px;
}

@media (max-width: 720px) {
    .glossary-entry {
        padding: 20px 18px;
    }

    .glossary-cta {
        padding: 24px 20px;
    }
}

.section-kicker,
.section-mini-label,
.plan-card-topline {
    color: var(--ink-soft);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
}

/* ─── SHARED CARD BASE ────────────────────── */

.pain-card,
.solution-card,
.step-card,
.cost-card,
.compare-card,
.contact-note-panel,
.contact-steps-rail article,
.trust-grid article,
.decision-strip article,
.plans-explainer article {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 24px;
}

.proof-panel,
.plans-banner,
.contact-shell,
.card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 32px;
}

/* ─── PAIN / SOLUTION / STEPS GRIDS ──────── */

.pain-grid,
.solution-grid,
.steps-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 16px;
    border-radius: var(--radius-md);
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    border-radius: var(--radius-md);
    background: var(--dark);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.pain-card h3,
.solution-card h3,
.step-card h3 { margin-bottom: 8px; }

.pain-card p,
.solution-card p,
.step-card p,
.cost-card p,
.trust-grid p { color: var(--ink-muted); font-size: 15px; }

/* ─── PROOF PANEL ─────────────────────────── */

.proof-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    align-items: center;
    gap: 32px;
    margin-top: 32px;
    box-shadow: var(--shadow-sm);
}

.proof-panel > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    min-width: 0;
}

.proof-image,
.contact-illustration {
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: var(--surface-alt);
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
    display: block;
}

/* ─── COMPARE GRID ────────────────────────── */

.compare-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compare-card h3 { margin-bottom: 4px; }

.compare-card ul {
    display: grid;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 12px 0 0;
}

.compare-card li {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    color: var(--ink-muted);
}

.compare-card-warning {
    border-color: var(--warning-border);
    background: var(--warning-soft);
}

.compare-card-warning .section-mini-label {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 9px;
    border-radius: var(--radius-pill);
    background: #fef3c7;
    color: #92400e;
    border: 1px solid var(--warning-border);
    margin-bottom: 12px;
}

.compare-card-warning li::before {
    content: "⚠";
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 11px;
    color: #d97706;
}

.compare-card-safe {
    border-color: var(--success-border);
    border-width: 2px;
    background: var(--success-soft);
}

.compare-card-safe .section-mini-label {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 9px;
    border-radius: var(--radius-pill);
    background: #dcfce7;
    color: #166534;
    border: 1px solid var(--success-border);
    margin-bottom: 12px;
}

.compare-card-safe li::before {
    content: "✓";
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 13px;
    font-weight: 700;
    color: var(--success);
}

/* ─── OFFER GRID ──────────────────────────── */

.offer-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: stretch;
}

@media (min-width: 1200px) {
    .offer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.offer-card {
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 24px;
    min-height: 100%;
    box-shadow: var(--shadow-sm);
    transition: transform var(--ease), box-shadow var(--ease);
}

.offer-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

[data-contact-url] { cursor: pointer; }

.offer-card-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.offer-badge {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 10px;
    border-radius: var(--radius-pill);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: var(--primary-soft);
    color: var(--primary);
    border: 1px solid var(--primary-border);
}

.product-mark {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ink-muted);
    font-size: 13px;
    font-weight: 600;
}

.product-mark-logo {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.18);
}

.offer-card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1 1 auto;
}

.offer-card-body h3 { font-size: 19px; margin: 0; line-height: 1.1; }
.offer-card-body > p { color: var(--ink-muted); font-size: 14px; }

.offer-price-stack {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 12px 0;
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
}

.price {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    color: var(--ink);
    margin: 0;
}

.price-accent { color: var(--green-accent); }

.billing-note { font-size: 12px; color: var(--ink-soft); }

.offer-card ul {
    display: grid;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-card li {
    position: relative;
    padding-left: 18px;
    font-size: 14px;
    color: var(--ink-muted);
}

.offer-card li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--primary);
}

.offer-card-footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
    padding-top: 18px;
}

.offer-card-footer .btn { width: 100%; justify-content: center; }

.offer-footnote {
    font-size: 12px;
    color: var(--ink-soft);
    min-height: 48px;
    margin: 0;
    line-height: 1.6;
}

.offer-card--featured {
    background: linear-gradient(160deg, #1a2f5c 0%, #0f1e3d 100%);
    border-color: #253b70;
    box-shadow: 0 8px 32px rgba(12, 24, 41, 0.22), 0 2px 8px rgba(12, 24, 41, 0.14);
}

.offer-card--featured:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 48px rgba(12, 24, 41, 0.28), 0 4px 16px rgba(12, 24, 41, 0.18);
}

.offer-card--featured .offer-card-head { border-color: rgba(255, 255, 255, 0.1); }
.offer-card--featured .offer-price-stack { border-color: rgba(255, 255, 255, 0.08); }

.offer-card--featured .offer-badge {
    background: rgba(22, 73, 224, 0.28);
    color: #93b4ff;
    border-color: rgba(22, 73, 224, 0.38);
}

.offer-card--featured h3,
.offer-card--featured .product-mark { color: rgba(255, 255, 255, 0.9); }

.offer-card--featured .offer-card-body > p,
.offer-card--featured .billing-note,
.offer-card--featured .offer-footnote { color: rgba(255, 255, 255, 0.52); }

.offer-card--featured li { color: rgba(255, 255, 255, 0.72); }
.offer-card--featured li::before { background: #4ade80; }

/* ─── COST GRID ───────────────────────────── */

.cost-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cost-card { display: flex; flex-direction: column; gap: 8px; }

.cost-card strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--ink);
}

.cost-card p { font-size: 14px; line-height: 1.65; }

/* ─── FAQ ─────────────────────────────────── */

.faq {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 840px;
    margin: 0 auto;
}

details.faq-item {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: border-color var(--ease), box-shadow var(--ease);
}

details.faq-item[open] {
    border-color: var(--primary-border);
    box-shadow: var(--shadow-sm);
}

details.faq-item summary {
    padding: 18px 20px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--ink);
    transition: background var(--ease), color var(--ease);
}

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

details.faq-item summary::after {
    content: "+";
    font-size: 22px;
    font-weight: 300;
    color: var(--ink-soft);
    flex-shrink: 0;
    transition: transform 0.2s ease, color 0.2s ease;
    line-height: 1;
}

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

details.faq-item summary:hover { background: var(--bg-soft); }
details.faq-item[open] summary { color: var(--primary); }

details.faq-item p {
    padding: 14px 20px 20px;
    color: var(--ink-muted);
    font-size: 15px;
    line-height: 1.72;
    border-top: 1px solid var(--line-soft);
    margin: 0;
}

/* ─── FINAL CTA ───────────────────────────── */

.final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
    background: var(--dark);
    border: none;
    border-radius: var(--radius-lg);
    padding: 32px 36px;
}

.final-cta strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: -0.015em;
}

.final-cta p { color: rgba(255, 255, 255, 0.52); font-size: 15px; }

/* ─── FLASH MESSAGES ──────────────────────── */

.message-stack { padding-top: 16px; }

.flash {
    padding: 14px 18px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: var(--surface);
    font-size: 14px;
}

/* ─── FOOTER ──────────────────────────────── */

.site-footer {
    padding: 40px 0 48px;
    border-top: 1px solid var(--line);
    background: var(--surface);
}

.footer-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.footer-brand strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 4px 0 8px;
}

.footer-brand p { color: var(--ink-soft); font-size: 14px; }

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    justify-content: flex-end;
}

.footer-links a {
    color: var(--ink-soft);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color var(--ease);
}

.footer-links a:hover,
.footer-links a:focus-visible { color: var(--primary); }

.footer-legal {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--line-soft, #ebf1f8);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: var(--ink-soft, #7b90a4);
    font-size: 12.5px;
}

.footer-legal nav {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.footer-legal a,
.footer-legal-btn {
    color: var(--ink-soft, #7b90a4);
    text-decoration: none;
    font-weight: 500;
    font-size: 12.5px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
}

.footer-legal a:hover,
.footer-legal a:focus-visible,
.footer-legal-btn:hover,
.footer-legal-btn:focus-visible {
    color: var(--primary, #1649e0);
    text-decoration: underline;
    outline: none;
}

.footer-legal time {
    font-weight: 600;
    color: var(--ink-muted, #4a5e72);
}

/* ─── COOKIE BANNER & MODAL ─────────────────── */

.cookie-banner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 9000;
    background: #ffffff;
    border: 1px solid var(--line, #dde5ef);
    border-radius: 18px;
    box-shadow: 0 24px 60px -20px rgba(15, 23, 42, 0.28);
    padding: 18px 22px;
    animation: cookieBannerIn 0.3s ease-out;
}

@keyframes cookieBannerIn {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

.cookie-banner[hidden] { display: none; }

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

.cookie-banner__text {
    flex: 1 1 320px;
    min-width: 0;
}

.cookie-banner__text strong {
    display: block;
    font-size: 15px;
    color: var(--ink, #0c1829);
    margin-bottom: 4px;
}

.cookie-banner__text p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.55;
    color: var(--ink-muted, #4a5e72);
}

.cookie-banner__text a {
    color: var(--primary, #1649e0);
    font-weight: 600;
}

.cookie-banner__actions {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.cookie-btn {
    border-radius: 9999px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    border: 1px solid transparent;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.cookie-btn:focus-visible {
    outline: 2px solid var(--primary, #1649e0);
    outline-offset: 2px;
}

.cookie-btn--primary {
    background: var(--primary, #1649e0);
    color: #ffffff;
    border-color: var(--primary, #1649e0);
}

.cookie-btn--primary:hover {
    background: var(--primary-strong, #1136bf);
    border-color: var(--primary-strong, #1136bf);
}

.cookie-btn--secondary {
    background: #ffffff;
    color: var(--ink, #0c1829);
    border-color: var(--line, #dde5ef);
}

.cookie-btn--secondary:hover {
    border-color: var(--ink-soft, #7b90a4);
}

.cookie-btn--ghost {
    background: transparent;
    color: var(--ink-muted, #4a5e72);
}

.cookie-btn--ghost:hover {
    background: var(--line-soft, #ebf1f8);
    color: var(--ink, #0c1829);
}

/* Modal de preferências */

.cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 9100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cookie-modal[hidden] { display: none; }

.cookie-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 15, 26, 0.55);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.cookie-modal__panel {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    max-width: 520px;
    width: 100%;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    animation: cookieBannerIn 0.2s ease-out;
}

.cookie-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 26px 14px;
    border-bottom: 1px solid var(--line-soft, #ebf1f8);
    gap: 12px;
}

.cookie-modal__header h2 {
    font-size: 18px;
    margin: 0;
    color: var(--ink, #0c1829);
}

.cookie-modal__close {
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: var(--ink-soft, #7b90a4);
    padding: 6px 10px;
    border-radius: 8px;
}

.cookie-modal__close:hover {
    background: var(--line-soft, #ebf1f8);
    color: var(--ink, #0c1829);
}

.cookie-modal__body {
    padding: 18px 26px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.cookie-modal__lead {
    margin: 0;
    font-size: 13.5px;
    color: var(--ink-muted, #4a5e72);
    line-height: 1.55;
}

.cookie-category {
    border: 1px solid var(--line-soft, #ebf1f8);
    border-radius: 14px;
    padding: 14px 16px;
    background: #fbfdff;
}

.cookie-category__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.cookie-category__head strong {
    font-size: 14.5px;
    color: var(--ink, #0c1829);
    margin-right: 8px;
}

.cookie-category__tag {
    display: inline-flex;
    font-size: 10.5px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--primary-soft, #eaeffd);
    color: var(--primary-strong, #1136bf);
    border: 1px solid var(--primary-border, #c4d1f9);
}

.cookie-category__tag--optional {
    background: #fff4dc;
    color: #9a6a0f;
    border-color: #f0d790;
}

.cookie-category p {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.55;
    color: var(--ink-muted, #4a5e72);
}

.cookie-toggle {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
    flex-shrink: 0;
    cursor: pointer;
}

.cookie-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.cookie-toggle__slider {
    position: absolute;
    inset: 0;
    background: #d6dde7;
    border-radius: 999px;
    transition: background 0.18s ease;
}

.cookie-toggle__slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: transform 0.18s ease;
}

.cookie-toggle input:checked + .cookie-toggle__slider {
    background: var(--primary, #1649e0);
}

.cookie-toggle input:checked + .cookie-toggle__slider::before {
    transform: translateX(18px);
}

.cookie-toggle input:focus-visible + .cookie-toggle__slider {
    outline: 2px solid var(--primary, #1649e0);
    outline-offset: 2px;
}

.cookie-toggle.is-disabled {
    cursor: not-allowed;
    opacity: 0.9;
}

.cookie-toggle.is-disabled .cookie-toggle__slider {
    background: var(--primary-strong, #1136bf);
}

.cookie-modal__footer {
    padding: 14px 26px 22px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    border-top: 1px solid var(--line-soft, #ebf1f8);
}

/* Botão flutuante "Gerenciar cookies" */

.cookie-reopen {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 8900;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--line, #dde5ef);
    background: #ffffff;
    color: var(--ink-muted, #4a5e72);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12.5px;
    font-weight: 600;
    box-shadow: 0 10px 24px -12px rgba(15, 23, 42, 0.22);
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
}

.cookie-reopen:hover {
    transform: translateY(-1px);
    background: var(--line-soft, #ebf1f8);
}

.cookie-reopen[hidden] { display: none; }

/* ─── LEGAL PAGES (privacy + terms) ──────────── */

.legal-page {
    display: grid;
    grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.legal-toc {
    position: sticky;
    top: 100px;
    background: var(--line-soft, #ebf1f8);
    border: 1px solid var(--line, #dde5ef);
    border-radius: 16px;
    padding: 18px 20px;
    font-size: 13.5px;
}

.legal-toc strong {
    display: block;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--ink-soft, #7b90a4);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.legal-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.legal-toc a {
    color: var(--ink-muted, #4a5e72);
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 4px 6px;
    border-radius: 6px;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
    background: #ffffff;
    color: var(--primary-strong, #1136bf);
    outline: none;
}

.legal-content {
    background: #ffffff;
    border: 1px solid var(--line, #dde5ef);
    border-radius: 20px;
    padding: 36px 40px;
    box-shadow: 0 10px 30px -20px rgba(15, 23, 42, 0.16);
    min-width: 0;
}

.legal-content section {
    scroll-margin-top: 90px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line-soft, #ebf1f8);
}

.legal-content section:first-child { padding-top: 0; }
.legal-content section:last-child { border-bottom: 0; padding-bottom: 0; }

.legal-content h2 {
    font-size: 19px;
    line-height: 1.3;
    color: var(--ink, #0c1829);
    margin: 0 0 10px;
}

.legal-content p,
.legal-content li {
    font-size: 15px;
    line-height: 1.7;
    color: var(--ink-muted, #4a5e72);
}

.legal-content strong { color: var(--ink, #0c1829); }

.legal-content a {
    color: var(--primary-strong, #1136bf);
    text-decoration: underline;
    word-break: break-word;
}

.legal-content ul,
.legal-content ol {
    padding-left: 22px;
    display: grid;
    gap: 6px;
}

.legal-content code {
    background: var(--line-soft, #ebf1f8);
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 13px;
}

.legal-inline-link {
    border: 0;
    background: transparent;
    padding: 0;
    color: var(--primary-strong, #1136bf);
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}

.cookie-table {
    display: grid;
    gap: 10px;
    margin: 10px 0;
}

.cookie-table > div {
    border: 1px solid var(--line-soft, #ebf1f8);
    border-radius: 12px;
    padding: 12px 16px;
    background: #fbfdff;
}

.cookie-table dt {
    font-weight: 700;
    color: var(--ink, #0c1829);
    margin-bottom: 4px;
    font-size: 14.5px;
}

.cookie-table dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink-muted, #4a5e72);
}

.legal-cta {
    margin-top: 32px;
    grid-column: 1 / -1;
    background: var(--dark, #0c1829);
    color: #ffffff;
    border-radius: 20px;
    padding: 28px 32px;
}

.legal-cta strong {
    display: block;
    font-size: 18px;
    margin-bottom: 6px;
}

.legal-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14.5px;
    line-height: 1.6;
}

.legal-cta a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
}

.page-hero-meta {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12.5px;
}

@media (max-width: 900px) {
    .legal-page {
        grid-template-columns: 1fr;
    }

    .legal-toc {
        position: static;
    }

    .legal-content {
        padding: 28px 22px;
    }

    .cookie-banner__actions {
        width: 100%;
        justify-content: flex-end;
    }
}

@media (max-width: 520px) {
    .cookie-banner {
        padding: 16px;
    }

    .cookie-btn {
        flex: 1 1 calc(50% - 8px);
    }

    .cookie-reopen__label {
        display: none;
    }

    .cookie-reopen {
        padding: 10px;
    }
}

/* ─── PAGE HERO (páginas secundárias) ────────── */

.page-hero {
    background: var(--dark);
    padding: 56px 0 64px;
    position: relative;
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 80% at 85% 30%, rgba(22, 73, 224, 0.12), transparent),
        radial-gradient(ellipse 40% 60% at 10% 80%, rgba(22, 73, 224, 0.06), transparent);
    pointer-events: none;
}

.page-hero-inner {
    position: relative;
    max-width: 720px;
}

.page-hero h1 {
    color: #fff;
    margin: 16px 0 18px;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.58);
    font-size: 17px;
    line-height: 1.72;
    max-width: 60ch;
}

/* ─── CONTACT PAGE ────────────────────────── */

.contact-page,
.plans-page { padding-top: 48px; padding-bottom: 48px; }

.contact-layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.contact-layout > section {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-shell { flex: 1 1 0; }

.contact-steps-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.contact-bullets {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-bullets p {
    position: relative;
    padding-left: 22px;
    font-size: 15px;
    color: var(--ink-muted);
    margin: 0;
}

.contact-bullets p::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--primary);
}

.contact-note-panel strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 8px 0 6px;
}

.contact-note-panel p,
.contact-steps-rail p { color: var(--ink-muted); font-size: 14px; }

/* ─── FORMS ───────────────────────────────── */

.lead-form { display: flex; flex-direction: column; gap: 18px; }

.form-intro strong { display: block; font-size: 17px; margin-bottom: 6px; font-weight: 700; }
.form-intro p { color: var(--ink-muted); font-size: 14px; }

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.form-grid label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
}

.form-grid .wide { grid-column: 1 / -1; }

.integration-questionnaire {
    display: none;
    padding: 18px;
    border-radius: var(--radius-lg);
    border: 1px dashed var(--primary-border);
    background: var(--primary-soft);
}

.integration-questionnaire.is-visible { display: grid; gap: 14px; }

.integration-questionnaire-title p { color: var(--ink-muted); font-size: 14px; }

.integration-questionnaire-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: var(--radius-md);
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink);
    font: inherit;
    font-size: 15px;
    transition: border-color var(--ease), box-shadow var(--ease);
}

.lead-form textarea { min-height: 110px; resize: vertical; }

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(22, 73, 224, 0.1);
}

.form-footnote { display: flex; flex-wrap: wrap; gap: 8px; }
.form-footnote span { font-size: 12px; color: var(--ink-soft); }

/* ─── PLANS PAGE ──────────────────────────── */

.plans-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 32px;
}

.plans-banner > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.plans-banner img {
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: var(--surface-alt);
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: contain;
    display: block;
}

.plans-banner--dark {
    background: var(--dark);
    border-color: var(--dark-border);
    margin-top: 32px;
}

.plans-banner--dark .section-kicker { color: var(--dark-ink-soft); }
.plans-banner--dark > div > p { color: var(--dark-ink-soft); }
.plans-banner--dark img {
    border-color: var(--dark-border);
    background: var(--dark-surface);
}

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

.banner-phases li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--dark-ink);
    font-size: 15px;
    line-height: 1.5;
}

.phase-step {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.plans-explainer { margin-bottom: 32px; }

.pricing-card h2 { font-size: clamp(17px, 1.8vw, 22px); margin-bottom: 6px; }

.compare-card h3 { font-size: clamp(14px, 1.5vw, 18px); }

.decision-strip,
.plans-explainer {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.trust-grid { display: grid; gap: 16px; }

.trust-band {
    margin-top: 18px;
    padding: 18px 22px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.trust-band span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: var(--radius-pill);
    font-size: 11px;
    font-weight: 700;
    background: var(--primary-soft);
    color: var(--primary);
    border: 1px solid var(--primary-border);
}

.scale-note {
    margin-top: 18px;
    padding: 18px 22px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
}

.pricing-card {
    display: flex;
    flex-direction: column;
    padding: 28px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    min-height: 100%;
    transition: transform var(--ease), box-shadow var(--ease);
}

.pricing-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.pricing-card .btn { margin-top: auto; }

.pricing-card--featured {
    background: linear-gradient(160deg, #1a2f5c 0%, #0f1e3d 100%);
    border-color: #253b70;
}

.pricing-card--featured h2,
.pricing-card--featured p,
.pricing-card--featured li,
.pricing-card--featured .billing-note,
.pricing-card--featured .offer-footnote,
.pricing-card--featured .product-mark,
.pricing-card--featured .plan-card-topline { color: rgba(255, 255, 255, 0.85); }

.cards-plans-simple {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    align-items: stretch;
}

/* ─── ERRORS ──────────────────────────────── */

.error { color: #dc2626; font-size: 12px; }

/* ─── RESPONSIVE ──────────────────────────── */

@media (max-width: 1080px) {
    .cost-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .hero--sales { padding: 56px 0 64px; }
    .page-hero { padding: 44px 0 52px; }

    .pain-grid,
    .solution-grid,
    .steps-grid,
    .compare-grid,
    .decision-strip,
    .plans-explainer,
    .contact-steps-rail { grid-template-columns: 1fr; }

    .contact-layout,
    .footer-shell { flex-direction: column; align-items: stretch; }

    .proof-panel,
    .plans-banner { grid-template-columns: 1fr; }

    .proof-image { max-width: 100%; max-height: 300px; }

    .plans-banner img { max-width: 100%; max-height: 300px; }
    .banner-phases li { font-size: 14px; }

    .offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

    .final-cta { flex-direction: column; align-items: flex-start; }

    .nav-links { flex-wrap: wrap; gap: 4px; }
}

@media (max-width: 640px) {
    .container { width: calc(100vw - 32px); }
    .section { padding: 52px 0; }
    .hero--sales { padding: 48px 0 56px; }
    .page-hero { padding: 36px 0 44px; }
    .hero-cta { flex-direction: column; }
    .hero-cta .btn { width: 100%; }
    .cost-grid { grid-template-columns: 1fr; }
    .offer-grid { grid-template-columns: 1fr; }
    .form-grid,
    .integration-questionnaire-grid { grid-template-columns: 1fr; }
    .btn { width: 100%; }
    .final-cta { padding: 24px; }
    .nav-shell { min-height: 62px; }
    .proof-panel { grid-template-columns: 1fr; }
    .proof-image { max-width: 100%; max-height: 260px; }
}

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