/* ═══════════════════════════════════════════════════════════════
   ApiZap — site institucional
   Mesmas cores do painel (Design System v2): azul #0b74f1,
   verde = WhatsApp, violeta = webchat, âmbar = robô/IA.
   ═══════════════════════════════════════════════════════════════ */

:root {
    --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

    --blue: #0b74f1;
    --blue-600: #0660cf;
    --blue-800: #0a3f8f;
    --blue-soft: #e8f2ff;
    --navy: #07142e;
    --navy-2: #0c1f45;

    --wa: #16a34a;
    --wa-soft: #e7f7ed;
    --web: #7c3aed;
    --web-soft: #f1eafe;
    --ai: #d97706;
    --ai-soft: #fef4e2;
    --red: #dc2626;
    --red-soft: #fdecec;

    --ink: #0f1a2e;
    --text: #3d4a5f;
    --muted: #6b778c;
    --line: #e3e7ee;
    --line-2: #eef1f6;
    --bg: #ffffff;
    --bg-soft: #f5f7fb;

    --radius-sm: 8px;
    --radius: 14px;
    --radius-lg: 20px;
    --shadow-sm: 0 1px 2px rgba(16, 24, 40, .06);
    --shadow: 0 8px 24px rgba(16, 24, 40, .08);
    --shadow-lg: 0 24px 64px rgba(10, 40, 90, .16);

    --wrap: 1180px;
    --gutter: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
    margin: 0;
    font-family: var(--font);
    font-size: 17px;
    line-height: 1.6;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-600); }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.15; letter-spacing: -.025em; margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: clamp(2.2rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.2rem; letter-spacing: -.01em; font-weight: 700; }
p { margin: 0 0 1em; }
ul { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid rgba(11, 116, 241, .45); outline-offset: 2px; border-radius: 6px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.i { width: 20px; height: 20px; flex-shrink: 0; }
.i-sm { width: 16px; height: 16px; }
.i-lg { width: 24px; height: 24px; }

/* ── Botões ─────────────────────────────────────────────────── */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    height: 48px; padding: 0 22px; border-radius: 12px;
    font: 700 16px/1 var(--font); letter-spacing: -.005em;
    border: 1px solid transparent; cursor: pointer; white-space: nowrap;
    transition: background .15s, color .15s, border-color .15s, transform .15s, box-shadow .15s;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 6px 16px rgba(11, 116, 241, .28); }
.btn-primary:hover { background: var(--blue-600); color: #fff; box-shadow: 0 8px 22px rgba(11, 116, 241, .36); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: #c9d2df; color: var(--ink); background: var(--bg-soft); }
.btn-white { background: #fff; color: var(--blue-800); }
.btn-white:hover { background: #eef5ff; color: var(--blue-800); }
.btn-outline-white { color: #fff; border-color: rgba(255, 255, 255, .35); background: transparent; }
.btn-outline-white:hover { color: #fff; border-color: #fff; background: rgba(255, 255, 255, .08); }
.btn-lg { height: 56px; padding: 0 28px; font-size: 17px; border-radius: 14px; }
.btn-sm { height: 40px; padding: 0 16px; font-size: 15px; border-radius: 10px; }
.btn .i { width: 18px; height: 18px; }

/* ── Header ─────────────────────────────────────────────────── */
.site-header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: saturate(180%) blur(12px);
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    border-bottom: 1px solid transparent;
    transition: border-color .2s, box-shadow .2s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 1px 0 rgba(16, 24, 40, .02); }
.nav { display: flex; align-items: center; gap: 28px; height: 68px; }
.nav-logo img { height: 30px; width: auto; }
.nav-links { display: flex; gap: 4px; list-style: none; margin-left: 8px; }
.nav-links a { display: block; padding: 8px 12px; border-radius: 8px; color: var(--text); font-weight: 600; font-size: 15px; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); background: var(--bg-soft); }
.nav-cta { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.nav-login { font-weight: 600; font-size: 15px; color: var(--text); padding: 8px 10px; }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 10px; align-items: center; justify-content: center; color: var(--ink); cursor: pointer; }

.nav-panel { display: flex; align-items: center; flex: 1; gap: 20px; }

@media (max-width: 960px) {
    .nav-toggle { display: inline-flex; }
    .nav-panel { display: none; }
    .site-header.is-open .nav-panel {
        display: flex; flex-direction: column; align-items: stretch; gap: 12px;
        position: absolute; top: 68px; left: 0; right: 0; background: #fff;
        padding: 12px var(--gutter) 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
    }
    .site-header.is-open .nav-links { flex-direction: column; margin: 0; gap: 2px; }
    .site-header.is-open .nav-links a { padding: 12px; font-size: 16px; }
    .site-header.is-open .nav-cta { flex-direction: column; align-items: stretch; margin: 0; }
    .site-header.is-open .nav-login { text-align: center; padding: 12px; }
}

/* ── Seções ─────────────────────────────────────────────────── */
.section { padding: 96px 0; }
.section-soft { background: var(--bg-soft); }
.section-head { max-width: 720px; margin: 0 auto 56px; text-align: center; }
.section-head p { font-size: 1.12rem; color: var(--muted); margin: 0; }
.eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
    color: var(--blue); margin-bottom: 14px;
}
.eyebrow .i { width: 16px; height: 16px; }
.lead { font-size: 1.2rem; color: var(--text); }

@media (max-width: 720px) {
    body { font-size: 16px; }
    .section { padding: 64px 0; }
    .section-head { margin-bottom: 40px; }
}

/* ── Hero ───────────────────────────────────────────────────── */
.hero { position: relative; padding: 64px 0 88px; overflow: hidden; }
.hero::before {
    content: ''; position: absolute; inset: -30% -10% auto -10%; height: 820px; z-index: -1;
    background:
        radial-gradient(600px 360px at 18% 20%, rgba(11, 116, 241, .10), transparent 70%),
        radial-gradient(520px 320px at 85% 10%, rgba(124, 58, 237, .08), transparent 70%),
        radial-gradient(480px 300px at 70% 70%, rgba(22, 163, 74, .07), transparent 70%);
}
.hero-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 56px; align-items: center; }
.hero-copy h1 { margin-bottom: 20px; }
.hero-copy h1 em { font-style: normal; color: var(--blue); }
.hero-copy .lead { max-width: 540px; margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 20px; list-style: none; font-size: 14.5px; color: var(--muted); font-weight: 600; }
.hero-proof li { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof .i { width: 16px; height: 16px; color: var(--wa); }
.pill {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px 6px 6px; border-radius: 999px; margin-bottom: 22px;
    background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm);
    font-size: 14px; font-weight: 600; color: var(--ink);
}
.pill b { background: var(--blue-soft); color: var(--blue); font-size: 12px; padding: 3px 9px; border-radius: 999px; text-transform: uppercase; letter-spacing: .04em; }

@media (max-width: 1020px) {
    .hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .hero-copy { text-align: center; }
    .hero-copy .lead { margin-left: auto; margin-right: auto; }
    .hero-actions, .hero-proof { justify-content: center; }
}
@media (max-width: 520px) {
    .hero { padding: 40px 0 64px; }
    .hero-actions .btn { width: 100%; }
}

/* ── Mock da caixa de entrada (hero) ────────────────────────── */
.mock {
    position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg); overflow: hidden; font-size: 13px; line-height: 1.45; color: var(--text);
}
.mock-bar { display: flex; align-items: center; gap: 6px; padding: 10px 14px; border-bottom: 1px solid var(--line); background: var(--bg-soft); }
.mock-bar i { width: 10px; height: 10px; border-radius: 50%; background: #d9dee7; }
.mock-bar span { margin-left: 10px; font-size: 12px; color: var(--muted); font-weight: 600; }
.mock-body { display: grid; grid-template-columns: 220px 1fr; min-height: 420px; }
.mock-list { border-right: 1px solid var(--line); background: #fbfcfe; }
.mock-tabs { display: flex; gap: 4px; padding: 10px; border-bottom: 1px solid var(--line); }
.mock-tabs span { white-space: nowrap; font-size: 11px; font-weight: 700; padding: 4px 8px; border-radius: 6px; color: var(--muted); }
.mock-tabs span.on { background: var(--blue-soft); color: var(--blue); }
.mock-conv { display: flex; gap: 10px; padding: 11px 12px; border-bottom: 1px solid var(--line-2); }
.mock-conv.on { background: var(--blue-soft); box-shadow: inset 3px 0 0 var(--blue); }
.mock-av { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; font-size: 12px; color: #fff; flex-shrink: 0; }
.mock-conv b { display: block; color: var(--ink); font-size: 12.5px; }
.mock-conv small { display: block; color: var(--muted); font-size: 11.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 130px; }
.tag { display: inline-flex; align-items: center; gap: 4px; font-size: 10.5px; font-weight: 700; padding: 2px 7px; border-radius: 999px; margin-top: 4px; }
.tag-wa { background: var(--wa-soft); color: var(--wa); }
.tag-web { background: var(--web-soft); color: var(--web); }
.tag-ai { background: var(--ai-soft); color: var(--ai); }
.tag-late { background: var(--red-soft); color: var(--red); }
.mock-chat { display: flex; flex-direction: column; background: #eef2f8; min-width: 0; }
.mock-chat-head { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: #fff; border-bottom: 1px solid var(--line); }
.mock-chat-head b { color: var(--ink); font-size: 13px; }
.mock-chat-head small { display: block; color: var(--muted); font-size: 11px; }
.mock-chat-head .btn-xs { margin-left: auto; font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 7px; background: var(--blue); color: #fff; }
.mock-msgs { flex: 1; padding: 14px; display: flex; flex-direction: column; gap: 8px; }
.msg { max-width: 82%; padding: 8px 11px; border-radius: 12px; background: #fff; box-shadow: var(--shadow-sm); }
.msg small { display: block; font-size: 10px; color: var(--muted); margin-top: 2px; text-align: right; }
.msg-out { align-self: flex-end; background: #dcebff; }
.msg-ai { align-self: flex-end; background: #fff7e6; border: 1px solid #f7e2b5; }
.msg-who { display: block; font-size: 10.5px; font-weight: 800; margin-bottom: 2px; }
.msg-ai .msg-who { color: var(--ai); }
.msg-out .msg-who { color: var(--blue-800); }
.msg-event { align-self: center; font-size: 11px; font-weight: 600; color: var(--muted); background: rgba(255, 255, 255, .7); padding: 4px 10px; border-radius: 999px; }
.mock-reply { display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: #fff; border-top: 1px solid var(--line); }
.mock-reply .seg { display: flex; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; font-size: 11px; font-weight: 700; }
.mock-reply .seg span { padding: 5px 8px; color: var(--muted); }
.mock-reply .seg span.on { background: var(--wa-soft); color: var(--wa); }
.mock-reply .fake-input { flex: 1; height: 30px; border-radius: 8px; background: var(--bg-soft); border: 1px solid var(--line); color: var(--muted); font-size: 11.5px; display: flex; align-items: center; padding: 0 10px; white-space: nowrap; overflow: hidden; }

.float-card {
    position: absolute; z-index: 2; display: flex; gap: 10px; align-items: center;
    background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow);
    padding: 10px 14px; font-size: 13px; line-height: 1.35; color: var(--ink);
}
.float-card small { display: block; color: var(--muted); font-size: 12px; }
.float-card .ic { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
.float-a { left: -26px; bottom: 44px; }
.float-b { right: -18px; top: -22px; }
.hero-visual { position: relative; }

/* Animação de entrada das mensagens do mock */
.mock-msgs > * { opacity: 0; transform: translateY(6px); animation: pop .45s ease forwards; }
.mock-msgs > *:nth-child(1) { animation-delay: .3s; }
.mock-msgs > *:nth-child(2) { animation-delay: 1.1s; }
.mock-msgs > *:nth-child(3) { animation-delay: 1.9s; }
.mock-msgs > *:nth-child(4) { animation-delay: 2.6s; }
.mock-msgs > *:nth-child(5) { animation-delay: 3.3s; }
.mock-msgs > *:nth-child(6) { animation-delay: 4s; }
@keyframes pop { to { opacity: 1; transform: none; } }

@media (max-width: 1100px) { .float-a { left: 8px; } .float-b { right: 8px; } }
@media (max-width: 640px) {
    .mock-body { grid-template-columns: 1fr; min-height: 0; }
    .mock-list { display: none; }
    .float-card { position: static; margin-top: 12px; }
    .hero-visual { display: flex; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .mock-msgs > * { animation: none; opacity: 1; transform: none; }
}

/* ── Faixa de canais ────────────────────────────────────────── */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.strip-inner { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 36px; padding: 22px 0; font-weight: 700; color: var(--ink); font-size: 15px; }
.strip-inner span { display: inline-flex; align-items: center; gap: 8px; }
.strip-inner .i { color: var(--blue); }

/* ── Cards de dor ───────────────────────────────────────────── */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
@media (max-width: 1020px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.card h3 { margin-bottom: 8px; }
.card p { margin: 0; color: var(--muted); font-size: 15.5px; }
.card-ic { width: 44px; height: 44px; flex-shrink: 0; border-radius: 12px; display: grid; place-items: center; margin-bottom: 18px; background: var(--blue-soft); color: var(--blue); }
.card-ic.red { background: var(--red-soft); color: var(--red); }
.card-ic.wa { background: var(--wa-soft); color: var(--wa); }
.card-ic.web { background: var(--web-soft); color: var(--web); }
.card-ic.ai { background: var(--ai-soft); color: var(--ai); }

/* ── Linhas de recurso (texto + visual) ─────────────────────── */
.feature { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: center; }
.feature + .feature { margin-top: 112px; }
.feature.reverse .feature-copy { order: 2; }
.feature > *, .hero-grid > *, .article-layout > * { min-width: 0; }
.feature-copy h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
.feature-copy > p { font-size: 1.1rem; }
.checks { list-style: none; display: grid; gap: 12px; margin: 24px 0 0; }
.checks li { display: flex; gap: 12px; align-items: flex-start; }
.checks li::before {
    content: ''; width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; margin-top: 2px;
    background: var(--blue-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b74f1' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 13px no-repeat;
}
.checks b { color: var(--ink); }
@media (max-width: 960px) {
    .feature { grid-template-columns: 1fr; gap: 36px; }
    .feature.reverse .feature-copy { order: 0; }
    .feature + .feature { margin-top: 80px; }
}

/* ── Placeholder de print (trocar por <img> depois) ─────────── */
.shot { margin: 0; border-radius: var(--radius-lg); overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.shot img { width: 100%; height: auto; }
.shot-ph {
    aspect-ratio: 16 / 10; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; text-align: center; padding: 24px;
    background:
        repeating-linear-gradient(45deg, rgba(11, 116, 241, .035) 0 12px, transparent 12px 24px),
        linear-gradient(180deg, #f8fbff, #eef4fd);
    color: var(--blue-800);
}
.shot-ph .i { width: 34px; height: 34px; opacity: .6; margin-bottom: 6px; }
.shot-ph b { font-size: 15px; }
.shot-ph small { font-size: 12.5px; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.shot .mock-bar { border-bottom: 1px solid var(--line); }

/* ── Seção escura: número oculto / webchat ──────────────────── */
.dark { background: radial-gradient(900px 500px at 85% 0%, rgba(124, 58, 237, .28), transparent 60%), radial-gradient(800px 500px at 0% 100%, rgba(11, 116, 241, .30), transparent 60%), var(--navy); color: #c6d1e4; }
.dark h2, .dark h3, .dark .checks b { color: #fff; }
.dark .eyebrow { color: #a7c8ff; }
.dark .checks li::before { background-color: rgba(255, 255, 255, .12); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E"); }
.badge-excl { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: #1a0b3b; background: linear-gradient(90deg, #c4b5fd, #93c5fd); padding: 5px 12px; border-radius: 999px; margin-bottom: 16px; }
.dark .code {
    margin-top: 28px; font: 13px/1.6 ui-monospace, SFMono-Regular, Consolas, monospace; color: #dbe6ff;
    background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; padding: 14px 16px; overflow-x: auto; white-space: nowrap;
}
.dark .code span { color: #a5b4fc; }

/* Mock do webchat (celular) */
.phones { display: flex; gap: 24px; justify-content: center; align-items: flex-end; }
.phone {
    width: 290px; max-width: 100%; border-radius: 34px; padding: 10px; background: #0b1022; border: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .45);
}
.phone-screen { border-radius: 26px; overflow: hidden; background: #f3f5fa; font-size: 12.5px; line-height: 1.45; color: var(--text); }
.phone-top { padding: 16px 14px 12px; color: #fff; background: linear-gradient(135deg, #7c3aed, #0b74f1); }
.phone-top b { display: block; font-size: 14px; }
.phone-top small { opacity: .85; font-size: 11.5px; display: flex; align-items: center; gap: 6px; }
.phone-top small::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #4ade80; }
.phone-msgs { padding: 14px 12px; display: flex; flex-direction: column; gap: 8px; min-height: 300px; }
.phone-msgs .msg { max-width: 88%; }
.phone-msgs .msg-out { background: #ede7fe; }
.phone-foot { display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: #fff; border-top: 1px solid var(--line); color: var(--muted); }
.phone-foot .ph-text { flex: 1; font-size: 11.5px; }
.phone-foot .i { width: 16px; height: 16px; }
.phone-foot .send { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: var(--web); color: #fff; display: grid; place-items: center; }
.stars { display: flex; gap: 4px; justify-content: center; color: #f59e0b; padding: 4px 0; }
.stars .i { width: 18px; height: 18px; }
@media (max-width: 520px) { .phone { width: 100%; } }

/* ── Menu de triagem (mock WhatsApp) ────────────────────────── */
.wa-mock { max-width: 440px; margin: 0 auto; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-lg); background: #efeae2; font-size: 14px; line-height: 1.5; }
.wa-top { background: #075e54; color: #fff; padding: 12px 16px; display: flex; align-items: center; gap: 10px; }
.wa-top .mock-av { background: rgba(255, 255, 255, .2); }
.wa-top b { display: block; font-size: 14.5px; }
.wa-top small { opacity: .8; font-size: 12px; }
.wa-msgs { padding: 16px; display: flex; flex-direction: column; gap: 8px; }
.wa-msgs .msg { max-width: 85%; border-radius: 10px; }
.wa-msgs .msg-out { background: #d9fdd3; align-self: flex-end; }
.wa-msgs .msg-in { align-self: flex-start; }
.wa-msgs .opt { display: block; }

/* ── Grade "tudo incluso" ───────────────────────────────────── */
.inc { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.inc-item { background: #fff; padding: 26px; display: flex; gap: 16px; }
.inc-item .card-ic { margin: 0; width: 40px; height: 40px; }
.inc-item h3 { font-size: 1.02rem; margin-bottom: 4px; }
.inc-item p { margin: 0; font-size: 14.5px; color: var(--muted); line-height: 1.5; }
@media (max-width: 1020px) { .inc { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .inc { grid-template-columns: 1fr; } }

/* ── Passos ─────────────────────────────────────────────────── */
.steps { counter-reset: step; }
.step { position: relative; padding-top: 8px; }
.step-n { width: 40px; height: 40px; border-radius: 12px; background: var(--blue); color: #fff; display: grid; place-items: center; font-weight: 800; margin-bottom: 18px; }
.step h3 { margin-bottom: 6px; }
.step p { color: var(--muted); margin: 0; font-size: 15.5px; }

/* ── Tabela comparativa ─────────────────────────────────────── */
.compare-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.compare { width: 100%; border-collapse: collapse; min-width: 560px; font-size: 15.5px; }
.compare th, .compare td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--line-2); vertical-align: middle; }
.compare thead th { font-size: 14px; color: var(--muted); font-weight: 700; background: var(--bg-soft); }
.compare thead th.us { color: var(--blue); background: var(--blue-soft); }
.compare td.us { background: #f7fbff; font-weight: 600; color: var(--ink); }
.compare tr:last-child td { border-bottom: 0; }
.compare td:first-child { color: var(--ink); font-weight: 600; }
.yes, .no { display: inline-flex; align-items: center; gap: 6px; }
.yes .i { color: var(--wa); width: 18px; height: 18px; }
.no .i { color: #b0b8c6; width: 18px; height: 18px; }
.no { color: var(--muted); font-weight: 500; }

/* ── Preço ──────────────────────────────────────────────────── */
.price-box { display: grid; grid-template-columns: 1.1fr 1fr; max-width: 980px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow-lg); overflow: hidden; }
.price-main { padding: 44px; }
.price-main h3 { font-size: 1.1rem; color: var(--blue); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 14px; }
.price { display: flex; align-items: baseline; gap: 6px; color: var(--ink); margin-bottom: 4px; }
.price .cur { font-size: 1.4rem; font-weight: 700; }
.price .val { font-size: 4rem; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.price .per { font-size: 1.05rem; color: var(--muted); font-weight: 600; }
.price-note { color: var(--muted); margin-bottom: 28px; }
.price-main .btn { width: 100%; }
.price-fine { font-size: 14px; color: var(--muted); margin: 14px 0 0; text-align: center; }
.price-list { padding: 44px; background: var(--bg-soft); border-left: 1px solid var(--line); }
.price-list h4 { font-size: 15px; margin-bottom: 16px; }
.price-list .checks { margin: 0; gap: 10px; font-size: 15.5px; }
@media (max-width: 820px) {
    .price-box { grid-template-columns: 1fr; }
    .price-list { border-left: 0; border-top: 1px solid var(--line); }
    .price-main, .price-list { padding: 30px 24px; }
}

/* ── FAQ (details/summary, sem JS) ──────────────────────────── */
.faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 22px; transition: border-color .15s, box-shadow .15s; }
.faq details[open] { border-color: #c8dafc; box-shadow: var(--shadow); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 32px 20px 0; position: relative; font-weight: 700; color: var(--ink); font-size: 1.05rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
    content: ''; position: absolute; right: 0; top: 50%; width: 12px; height: 12px; margin-top: -8px;
    border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted); transform: rotate(45deg); transition: transform .2s;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq details > div { padding: 0 0 20px; color: var(--text); }
.faq details > div p:last-child { margin: 0; }

/* ── CTA final ──────────────────────────────────────────────── */
.cta-final { text-align: center; }
.cta-box { background: linear-gradient(135deg, #0b74f1 0%, #0a4fb0 55%, #0a2f6e 100%); color: #d8e6ff; border-radius: 28px; padding: 72px 32px; position: relative; overflow: hidden; }
.cta-box::after { content: ''; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: rgba(255, 255, 255, .06); right: -160px; bottom: -220px; }
.cta-box h2 { color: #fff; max-width: 760px; margin: 0 auto 16px; }
.cta-box p { max-width: 600px; margin: 0 auto 32px; font-size: 1.12rem; }
.cta-box .hero-actions { justify-content: center; position: relative; z-index: 1; margin: 0; }
.cta-box .hero-proof { justify-content: center; margin-top: 20px; color: #bcd3fb; position: relative; z-index: 1; }
.cta-box .hero-proof .i { color: #86efac; }
@media (max-width: 520px) { .cta-box { padding: 48px 20px; border-radius: 20px; } .cta-box .btn { width: 100%; } }

/* ── Callout ────────────────────────────────────────────────── */
.callout { display: flex; gap: 20px; align-items: center; justify-content: space-between; flex-wrap: wrap; background: var(--blue-soft); border: 1px solid #cfe2fd; border-radius: var(--radius); padding: 22px 26px; margin-top: 28px; }
.callout p { margin: 0; color: var(--ink); font-weight: 600; }

/* ── Blog: listagem ─────────────────────────────────────────── */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 1020px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .post-grid { grid-template-columns: 1fr; } }
.post-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; color: var(--text); transition: border-color .15s, box-shadow .15s, transform .15s; }
.post-card:hover { border-color: #c8dafc; box-shadow: var(--shadow); transform: translateY(-2px); color: var(--text); }
.post-card .cat { font-size: 12.5px; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 10px; }
.post-card h2, .post-card h3 { font-size: 1.2rem; line-height: 1.3; margin-bottom: 10px; }
.post-card p { font-size: 15px; color: var(--muted); margin-bottom: 18px; }
.post-card .meta { margin-top: auto; font-size: 13.5px; color: var(--muted); display: flex; gap: 12px; }

/* ── Página interna / artigo ────────────────────────────────── */
.page-hero { padding: 56px 0 40px; background: linear-gradient(180deg, var(--bg-soft), #fff); border-bottom: 1px solid var(--line-2); }
.page-hero h1 { font-size: clamp(2rem, 4.2vw, 3rem); max-width: 860px; }
.page-hero .lead { max-width: 720px; color: var(--muted); }
.crumbs { font-size: 14px; color: var(--muted); margin: 0 0 18px; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.crumbs li + li::before { content: '/'; margin-right: 6px; color: #c0c8d4; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--blue); }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 14.5px; color: var(--muted); margin-top: 8px; }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 56px; padding: 48px 0 88px; }
@media (max-width: 1020px) { .article-layout { grid-template-columns: 1fr; } }
.prose { font-size: 18px; line-height: 1.75; color: #2f3b50; max-width: 740px; }
.prose h2 { font-size: 1.7rem; margin: 2em 0 .6em; }
.prose h3 { font-size: 1.28rem; margin: 1.6em 0 .5em; }
.prose p, .prose ul, .prose ol { margin: 0 0 1.2em; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin-bottom: .45em; }
.prose strong { color: var(--ink); }
.prose a { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(11, 116, 241, .35); }
.prose blockquote { margin: 1.6em 0; padding: 4px 0 4px 20px; border-left: 4px solid var(--blue); color: var(--ink); font-weight: 500; }
.prose table { width: 100%; border-collapse: collapse; font-size: 16px; margin: 0 0 1.4em; display: block; overflow-x: auto; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.prose th { background: var(--bg-soft); color: var(--ink); }
.prose code { background: var(--bg-soft); border: 1px solid var(--line); padding: 1px 6px; border-radius: 6px; font-size: .88em; }
.prose figure { margin: 1.8em 0; }
.prose figcaption { font-size: 14px; color: var(--muted); margin-top: 10px; text-align: center; }
.prose > *:first-child { margin-top: 0; }
@media (max-width: 620px) { .prose { font-size: 17px; } }

.tldr { background: var(--blue-soft); border: 1px solid #cfe2fd; border-radius: var(--radius); padding: 22px 24px; margin: 0 0 2em; font-size: 17px; }
.tldr b { display: block; color: var(--blue-800); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; }
.tldr p:last-child, .tldr ul:last-child { margin-bottom: 0; }
.note { background: var(--ai-soft); border: 1px solid #f5dcae; border-radius: var(--radius); padding: 18px 22px; font-size: 16px; margin: 0 0 1.4em; }

.aside-sticky { position: sticky; top: 92px; display: grid; gap: 20px; }
.aside-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: #fff; }
.aside-card h3 { font-size: 1.05rem; }
.aside-card p { font-size: 15px; color: var(--muted); }
.aside-card .btn { width: 100%; }
.aside-cta { background: linear-gradient(160deg, #0b74f1, #0a3f8f); border: 0; color: #d8e6ff; }
.aside-cta h3 { color: #fff; }
.aside-cta p { color: #c9dcff; }
.toc ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: 14.5px; }
.toc a { color: var(--text); }
.toc a:hover { color: var(--blue); }
@media (max-width: 1020px) { .aside-sticky { position: static; } .toc { display: none; } }

.author { display: flex; gap: 14px; align-items: center; border-top: 1px solid var(--line); margin-top: 48px; padding-top: 28px; }
.author .mock-av { width: 48px; height: 48px; font-size: 16px; background: var(--blue); }
.author b { color: var(--ink); display: block; }
.author small { color: var(--muted); font-size: 14px; }

/* ── Ferramenta (gerador de link) ───────────────────────────── */
.tool { max-width: 640px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 32px; }
.field { display: grid; gap: 6px; margin-bottom: 18px; }
.field label { font-weight: 700; color: var(--ink); font-size: 15px; }
.field input, .field textarea {
    font: inherit; font-size: 16px; color: var(--ink); width: 100%;
    border: 1px solid #cfd5df; border-radius: 10px; padding: 12px 14px; background: #fff;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11, 116, 241, .18); }
.field small { color: var(--muted); font-size: 13.5px; }
.result { margin-top: 20px; padding: 18px; border-radius: 12px; background: var(--wa-soft); border: 1px solid #bfe8cd; }
.result-row { display: flex; gap: 8px; }
.result-row input { flex: 1; min-width: 0; font: inherit; font-size: 15px; border: 1px solid #bfe8cd; border-radius: 10px; padding: 10px 12px; background: #fff; }
@media (max-width: 520px) { .tool { padding: 22px; } .result-row { flex-direction: column; } }

/* ── Footer ─────────────────────────────────────────────────── */
.site-footer { background: var(--navy); color: #94a3c0; padding: 64px 0 32px; font-size: 15px; }
.foot-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 40px; }
.foot-grid img { height: 30px; width: auto; filter: brightness(0) invert(1); margin-bottom: 16px; }
.foot-grid p { max-width: 320px; }
.foot-grid h4 { color: #fff; font-size: 14px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 14px; }
.foot-grid ul { list-style: none; display: grid; gap: 8px; }
.foot-grid a { color: #b8c4da; }
.foot-grid a:hover { color: #fff; }
.foot-bottom { border-top: 1px solid rgba(255, 255, 255, .1); margin-top: 48px; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 14px; }
.foot-bottom a { color: #b8c4da; }
@media (max-width: 820px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-grid > div:first-child { grid-column: 1 / -1; } }

/* ── Barra fixa de CTA no celular ───────────────────────────── */
.mobile-cta { display: none; }
@media (max-width: 620px) {
    .mobile-cta {
        display: flex; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .96);
        border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(16, 24, 40, .08);
        transform: translateY(110%); transition: transform .25s;
    }
    .mobile-cta.is-visible { transform: none; }
    .mobile-cta .btn { flex: 1; height: 46px; }
    body.has-mobile-cta .site-footer { padding-bottom: 96px; }
}

/* ── Revelar ao rolar (só com JS) ───────────────────────────── */
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .js .reveal { opacity: 1; transform: none; transition: none; } }

.center { text-align: center; }
.mt-0 { margin-top: 0; }
.muted { color: var(--muted); }
