@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-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;
}

.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: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
    box-shadow: var(--shadow-sm);
}

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

.proof-image,
.contact-illustration {
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: var(--surface-alt);
    flex-shrink: 0;
    max-width: 48%;
}

/* ─── 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); }

/* ─── 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-steps-rail article { text-align: center; }

.contact-steps-rail span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    margin-bottom: 10px;
    background: var(--primary-soft);
    color: var(--primary);
    font-weight: 800;
    font-size: 14px;
}

.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: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

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

.plans-banner img {
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: var(--surface-alt);
    flex-shrink: 0;
    max-width: 45%;
}

.plans-banner > div {
    flex: 1 1 auto;
    min-width: 0;
}

.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,
    .proof-panel,
    .plans-banner,
    .footer-shell { flex-direction: column; align-items: stretch; }

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

    .plans-banner img { max-width: 100%; }
    .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 { flex-direction: column; }
    .proof-image { max-width: 100%; }
}

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