/* =====================================================
   REDAÇÃO INTERATIVA — Landing Page
   Dark · Premium · Tech · Conversão
   Cyan / Indigo / Violet + Emerald (aprovação)
   ===================================================== */

:root {
    --bg: #07070F;
    --bg-1: #0B0B17;
    --bg-2: #11111E;
    --surface: rgba(255, 255, 255, 0.035);
    --surface-2: rgba(255, 255, 255, 0.06);
    --line: rgba(255, 255, 255, 0.08);
    --line-strong: rgba(255, 255, 255, 0.16);

    --cyan: #22D3EE;
    --indigo: #6366F1;
    --violet: #A855F7;
    --emerald: #34D399;

    --cyan-glow: rgba(34, 211, 238, 0.45);
    --indigo-glow: rgba(99, 102, 241, 0.5);
    --violet-glow: rgba(168, 85, 247, 0.42);

    --grad: linear-gradient(110deg, #22D3EE 0%, #6366F1 52%, #A855F7 100%);
    --grad-soft: linear-gradient(135deg, rgba(34,211,238,0.15), rgba(168,85,247,0.15));

    --text: #F5F6FB;
    --text-dim: #A9ACC4;
    --text-mute: #6B6E86;

    --heading: 'Sora', system-ui, -apple-system, sans-serif;
    --sans: 'Inter', system-ui, -apple-system, sans-serif;

    --container: 1180px;
    --radius: 16px;
    --radius-lg: 26px;
    --radius-pill: 999px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    background: var(--bg);
    color: var(--text);
    font-family: var(--sans);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
::selection { background: var(--cyan); color: #04040A; }

/* ---------- Background atmosphere ---------- */
.grain {
    position: fixed; inset: 0; pointer-events: none; z-index: 2; opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.bg-aurora {
    position: fixed; inset: 0; pointer-events: none; z-index: 0;
    background:
        radial-gradient(60% 50% at 15% 0%, rgba(99, 102, 241, 0.22), transparent 70%),
        radial-gradient(50% 45% at 90% 5%, rgba(34, 211, 238, 0.16), transparent 70%),
        radial-gradient(60% 60% at 80% 100%, rgba(168, 85, 247, 0.16), transparent 70%);
}
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--heading); font-weight: 700; letter-spacing: -0.03em; line-height: 1.06; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

.eyebrow {
    display: inline-block; font-family: var(--heading); font-size: 12px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.16em; color: var(--cyan);
    margin-bottom: 20px; padding: 7px 16px; border: 1px solid rgba(34, 211, 238, 0.28);
    border-radius: var(--radius-pill); background: rgba(34, 211, 238, 0.06);
}

.section { padding: 110px 0; position: relative; }
.section-alt { background: linear-gradient(180deg, rgba(255,255,255,0.012), rgba(255,255,255,0)); }
.section-heading { max-width: 720px; margin-bottom: 60px; }
.section-heading.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2 { font-size: clamp(2rem, 5vw, 3.3rem); margin-bottom: 18px; }
.section-lead { color: var(--text-dim); font-size: 1.08rem; line-height: 1.7; max-width: 620px; }
.section-heading.center .section-lead { margin-left: auto; margin-right: auto; }

/* ---------- Glass ---------- */
.glass {
    background: var(--surface);
    border: 1px solid var(--line);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 1px 0 rgba(255,255,255,0.05) inset, 0 30px 60px -30px rgba(0,0,0,0.6);
}

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    padding: 14px 26px; border-radius: var(--radius-pill); font-family: var(--heading);
    font-size: 15px; font-weight: 600;
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), filter .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease), background .35s var(--ease);
    border: 1px solid transparent; white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary {
    background: var(--grad); color: #fff; background-size: 160% 160%;
    box-shadow: 0 0 0 1px rgba(255,255,255,0.12) inset, 0 16px 44px -14px var(--indigo-glow), 0 8px 24px -10px var(--cyan-glow);
}
.btn-primary:hover {
    transform: translateY(-2px); background-position: 100% 0; filter: brightness(1.06);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.2) inset, 0 24px 60px -12px var(--indigo-glow), 0 12px 34px -10px var(--cyan-glow);
}
.btn-outline { background: var(--surface); border-color: var(--line-strong); color: var(--text); }
.btn-outline:hover { border-color: var(--cyan); color: var(--cyan); transform: translateY(-2px); }
.btn-ghost { background: transparent; border-color: var(--line-strong); color: var(--text); }
.btn-ghost:hover { background: var(--surface-2); border-color: var(--line-strong); transform: translateY(-2px); }
.btn-sm { padding: 10px 18px; font-size: 13.5px; }
.btn-lg { padding: 17px 34px; font-size: 16px; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 16px 0;
    background: rgba(7, 7, 15, 0.6); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid transparent; transition: border-color .3s var(--ease), background .3s var(--ease);
}
.site-header.scrolled { border-bottom-color: var(--line); background: rgba(7, 7, 15, 0.9); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; align-items: center; gap: 10px; }
.brand-mark {
    display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px;
    color: #fff; background: var(--grad);
    box-shadow: 0 8px 22px -8px var(--indigo-glow), 0 0 0 1px rgba(255,255,255,0.12) inset;
}
.brand-mark svg { width: 20px; height: 20px; }
.brand-name { font-family: var(--heading); font-weight: 700; font-size: 18px; letter-spacing: -0.02em; }
.brand-name-accent { color: var(--text-dim); font-weight: 500; }
.header-nav { display: flex; gap: 28px; margin-left: auto; margin-right: 8px; }
.header-nav a { font-size: 14.5px; font-weight: 500; color: var(--text-dim); transition: color .3s var(--ease); }
.header-nav a:hover { color: var(--text); }

/* ---------- Hero ---------- */
.hero { padding: 168px 0 90px; position: relative; }
.hero-inner {
    display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center;
    margin-bottom: 80px;
}
.hero-title { font-size: clamp(2.5rem, 5.6vw, 4.1rem); font-weight: 800; margin-bottom: 22px; }
.hero-lead { color: var(--text-dim); font-size: 1.18rem; line-height: 1.7; max-width: 540px; margin-bottom: 32px; }
.hero-lead strong { color: var(--text); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; }
.hero-trust li { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--text-dim); font-weight: 500; }
.hero-trust svg { width: 17px; height: 17px; color: var(--emerald); flex-shrink: 0; }

/* Hero visual / mockup */
.hero-visual { position: relative; }
.mock-card { border-radius: var(--radius-lg); padding: 22px; position: relative; z-index: 2; }
.mock-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.mock-dots { display: flex; gap: 6px; }
.mock-dots span { width: 10px; height: 10px; border-radius: 50%; background: var(--line-strong); }
.mock-dots span:first-child { background: #ff5f57; } .mock-dots span:nth-child(2){ background:#febc2e;} .mock-dots span:nth-child(3){ background: var(--emerald); }
.mock-tag {
    font-size: 12px; font-weight: 600; color: var(--emerald);
    padding: 5px 12px; border-radius: var(--radius-pill);
    background: rgba(52, 211, 153, 0.12); border: 1px solid rgba(52, 211, 153, 0.3);
}
.mock-score { display: flex; align-items: center; gap: 20px; margin-bottom: 22px; }
.score-ring {
    --p: 92; width: 96px; height: 96px; border-radius: 50%; flex-shrink: 0;
    background: conic-gradient(from -90deg, var(--cyan), var(--indigo) calc(var(--p) * 1% * 0.6), var(--violet) calc(var(--p) * 1%), rgba(255,255,255,0.07) calc(var(--p) * 1%));
    display: grid; place-items: center;
}
.score-ring-inner {
    width: 76px; height: 76px; border-radius: 50%; background: var(--bg-1);
    display: grid; place-items: center; text-align: center; line-height: 1;
}
.score-ring-inner strong { font-family: var(--heading); font-size: 26px; font-weight: 800; }
.score-ring-inner small { color: var(--text-mute); font-size: 11px; }
.score-meta { display: flex; flex-direction: column; gap: 10px; }
.score-label { font-size: 13.5px; color: var(--text-dim); line-height: 1.4; }
.score-label strong { color: var(--text); font-weight: 600; }
.score-delta {
    display: inline-flex; align-items: center; gap: 6px; align-self: flex-start;
    font-size: 12.5px; font-weight: 600; color: var(--emerald);
    padding: 4px 10px; border-radius: var(--radius-pill); background: rgba(52,211,153,0.12);
}
.score-delta svg { width: 14px; height: 14px; }
.mock-comps { display: flex; flex-direction: column; gap: 11px; margin-bottom: 20px; }
.mock-comps li { display: grid; grid-template-columns: 128px 1fr 34px; align-items: center; gap: 12px; font-size: 12.5px; color: var(--text-dim); }
.mock-comps i { height: 7px; border-radius: 999px; background: rgba(255,255,255,0.08); position: relative; overflow: hidden; }
.mock-comps i::after { content: ""; position: absolute; inset: 0; width: var(--v); border-radius: 999px; background: var(--grad); }
.mock-comps b { font-family: var(--heading); font-weight: 700; color: var(--text); text-align: right; font-size: 13px; }
.mock-audio {
    display: flex; align-items: center; gap: 12px; padding: 12px 14px;
    border-radius: 14px; background: rgba(255,255,255,0.04); border: 1px solid var(--line);
}
.audio-play {
    width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; display: grid; place-items: center;
    background: var(--grad); color: #fff; box-shadow: 0 8px 20px -8px var(--indigo-glow);
}
.audio-play svg { width: 16px; height: 16px; margin-left: 2px; }
.audio-wave { display: flex; align-items: center; gap: 3px; flex: 1; height: 26px; }
.audio-wave span {
    flex: 1; background: linear-gradient(180deg, var(--cyan), var(--violet)); border-radius: 2px;
    animation: wave 1.2s ease-in-out infinite; height: 30%;
}
.audio-wave span:nth-child(odd){ animation-delay: -.4s; } .audio-wave span:nth-child(3n){ animation-delay:-.8s;} .audio-wave span:nth-child(4n){ animation-delay:-.2s;}
@keyframes wave { 0%,100%{ height: 25%;} 50%{ height: 90%;} }
.audio-time { font-size: 11.5px; color: var(--text-mute); white-space: nowrap; }

.mock-pill {
    position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 15px; border-radius: var(--radius-pill); font-size: 13px; font-weight: 600;
    font-family: var(--heading); box-shadow: 0 14px 34px -14px rgba(0,0,0,0.7);
}
.mock-pill svg { width: 17px; height: 17px; }
.pill-1 { top: -18px; right: -8px; color: var(--emerald); animation: float 6s ease-in-out infinite; }
.pill-2 { bottom: 40px; left: -28px; color: var(--cyan); animation: float 7s ease-in-out infinite -2s; }
@keyframes float { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-10px);} }

/* Hero stats */
.hero-stats {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
    padding: 32px; border-radius: var(--radius-lg);
    background: var(--surface); border: 1px solid var(--line); backdrop-filter: blur(16px);
}
.stat { text-align: center; }
.stat-num, .stat-plus { font-family: var(--heading); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; }
.stat .grad, .stat-num { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat-plus { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat p { color: var(--text-dim); font-size: 13.5px; margin-top: 6px; line-height: 1.4; }

/* ---------- Trust strip ---------- */
.trust-strip { padding: 30px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip-label { text-align: center; color: var(--text-mute); font-size: 13px; margin-bottom: 18px; letter-spacing: 0.02em; }
.trust-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.chip {
    font-family: var(--heading); font-weight: 600; font-size: 14px; color: var(--text-dim);
    padding: 8px 18px; border-radius: var(--radius-pill); border: 1px solid var(--line);
    background: var(--surface); transition: color .3s var(--ease), border-color .3s var(--ease);
}
.chip:hover { color: var(--text); border-color: var(--line-strong); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 44px; }
.step {
    position: relative; padding: 28px 24px; border-radius: var(--radius-lg);
    background: var(--surface); border: 1px solid var(--line);
    transition: transform .4s var(--ease), border-color .4s var(--ease);
}
.step:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.step-num {
    font-family: var(--heading); font-size: 13px; font-weight: 700; letter-spacing: 0.1em;
    color: transparent; background: var(--grad); -webkit-background-clip: text; background-clip: text;
}
.step-icon {
    display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px;
    margin: 14px 0 16px; color: var(--cyan); background: var(--grad-soft); border: 1px solid var(--line);
}
.step-icon svg { width: 24px; height: 24px; }
.step h3 { font-size: 1.18rem; margin-bottom: 8px; }
.step p { color: var(--text-dim); font-size: 14.5px; line-height: 1.6; }

.credit-banner {
    display: flex; align-items: center; gap: 22px; padding: 26px 30px; border-radius: var(--radius-lg);
    background: var(--grad-soft); border: 1px solid var(--line-strong);
}
.credit-banner-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 14px; flex-shrink: 0; color: var(--cyan); background: rgba(34,211,238,0.1); border: 1px solid rgba(34,211,238,0.3); }
.credit-banner-icon svg { width: 28px; height: 28px; }
.credit-banner-text { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.credit-banner-text strong { font-family: var(--heading); font-size: 1.15rem; }
.credit-banner-text span { color: var(--text-dim); font-size: 14.5px; }

/* ---------- Bento / Benefícios ---------- */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.bento-card { padding: 30px; border-radius: var(--radius-lg); transition: transform .4s var(--ease), border-color .4s var(--ease); }
.bento-card:hover { transform: translateY(-4px); border-color: var(--line-strong); }
.bento-lg { grid-row: span 2; display: flex; flex-direction: column; }
.bento-wide { grid-column: span 2; }
.feature-icon {
    display: grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; margin-bottom: 18px;
    color: var(--cyan); background: rgba(34,211,238,0.1); border: 1px solid rgba(34,211,238,0.25);
}
.feature-icon svg { width: 26px; height: 26px; }
.feature-icon.accent-audio { color: var(--violet); background: rgba(168,85,247,0.1); border-color: rgba(168,85,247,0.25); }
.feature-icon.accent-report { color: var(--indigo); background: rgba(99,102,241,0.12); border-color: rgba(99,102,241,0.28); }
.feature-icon.accent-evo, .feature-icon.accent-credit { color: var(--emerald); background: rgba(52,211,153,0.1); border-color: rgba(52,211,153,0.25); }
.bento-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.bento-lg h3 { font-size: 1.6rem; }
.bento-card p { color: var(--text-dim); font-size: 14.5px; line-height: 1.65; }
.bento-lg p { font-size: 15.5px; }

/* ---------- Audience ---------- */
.audience { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.audience-card { padding: 38px; border-radius: var(--radius-lg); display: flex; flex-direction: column; }
.audience-tag {
    align-self: flex-start; font-family: var(--heading); font-size: 12px; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.12em; color: var(--cyan);
    padding: 6px 14px; border-radius: var(--radius-pill); background: rgba(34,211,238,0.08);
    border: 1px solid rgba(34,211,238,0.25); margin-bottom: 18px;
}
.audience-tag.tag-b2b { color: var(--violet); background: rgba(168,85,247,0.08); border-color: rgba(168,85,247,0.25); }
.audience-card h3 { font-size: 1.7rem; margin-bottom: 12px; }
.audience-lead { color: var(--text-dim); font-size: 15px; line-height: 1.65; margin-bottom: 24px; }
.audience-list { display: flex; flex-direction: column; gap: 13px; margin-bottom: 30px; flex: 1; }
.audience-list li { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; color: var(--text); }
.audience-list svg { width: 19px; height: 19px; color: var(--emerald); flex-shrink: 0; margin-top: 2px; }

/* ---------- Comparativo ---------- */
.compare { border-radius: var(--radius-lg); overflow: hidden; max-width: 920px; margin: 0 auto; }
.compare-row { display: grid; grid-template-columns: 1.1fr 1fr 1fr; align-items: center; padding: 18px 26px; border-bottom: 1px solid var(--line); gap: 16px; }
.compare-row:last-child { border-bottom: none; }
.compare-head { background: rgba(255,255,255,0.03); }
.compare-head span { font-family: var(--heading); font-weight: 700; font-size: 14.5px; }
.compare-old { color: var(--text-mute); }
.compare-new { color: var(--text); }
.compare-head .compare-new { color: transparent; background: var(--grad); -webkit-background-clip: text; background-clip: text; }
.compare-feature { font-weight: 600; font-size: 14.5px; color: var(--text-dim); }
.compare-old, .compare-new { display: flex; align-items: center; gap: 9px; font-size: 14px; }
.compare-old { color: var(--text-mute); }
.compare-old svg, .compare-new svg { width: 18px; height: 18px; flex-shrink: 0; }
.compare-old .x { color: #ff6b6b; }
.compare-new .v { color: var(--emerald); }

/* ---------- Planos ---------- */
.plan-toggle {
    position: relative; display: flex; width: fit-content; margin: 0 auto 44px; gap: 4px; padding: 5px;
    border-radius: var(--radius-pill); background: var(--surface); border: 1px solid var(--line);
}
.plan-toggle-btn {
    position: relative; z-index: 2; padding: 11px 24px; border-radius: var(--radius-pill);
    font-family: var(--heading); font-weight: 600; font-size: 14.5px; color: var(--text-dim);
    transition: color .35s var(--ease);
}
.plan-toggle-btn.is-active { color: #fff; }
.plan-toggle-pill {
    position: absolute; z-index: 1; top: 5px; bottom: 5px; left: 5px; border-radius: var(--radius-pill);
    background: var(--grad); box-shadow: 0 8px 22px -10px var(--indigo-glow);
    transition: transform .4s var(--ease), width .4s var(--ease);
}

.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plans-grid.is-b2b { grid-template-columns: repeat(4, 1fr); }
.plan-card {
    position: relative; padding: 30px 26px; border-radius: var(--radius-lg);
    background: var(--surface); border: 1px solid var(--line); display: flex; flex-direction: column;
    transition: transform .4s var(--ease), border-color .4s var(--ease);
}
.plan-card:hover { transform: translateY(-5px); border-color: var(--line-strong); }
.plan-card.is-featured {
    border-color: rgba(99,102,241,0.5);
    background: linear-gradient(180deg, rgba(99,102,241,0.08), var(--surface));
    box-shadow: 0 30px 70px -34px var(--indigo-glow);
}
.plan-badge {
    position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
    font-family: var(--heading); font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
    color: #fff; padding: 6px 16px; border-radius: var(--radius-pill); background: var(--grad);
    box-shadow: 0 8px 20px -8px var(--indigo-glow); white-space: nowrap;
}
.plan-name { font-family: var(--heading); font-weight: 700; font-size: 1.2rem; margin-bottom: 4px; }
.plan-credits { display: flex; align-items: baseline; gap: 7px; margin: 8px 0 4px; }
.plan-credits .num { font-family: var(--heading); font-weight: 800; font-size: 2.6rem; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.plan-credits .unit { color: var(--text-dim); font-size: 14px; font-weight: 500; }
.plan-percredit { color: var(--text-mute); font-size: 13px; margin-bottom: 18px; }
.plan-price { padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 18px; }
.plan-price .pre { color: var(--text-mute); font-size: 13px; }
.plan-price .val { font-family: var(--heading); font-weight: 800; font-size: 1.9rem; letter-spacing: -0.02em; }
.plan-price .val small { font-size: 0.95rem; font-weight: 600; color: var(--text-dim); }
.plan-price .inst { color: var(--text-dim); font-size: 13px; margin-top: 4px; }
.plan-price .custom { font-family: var(--heading); font-weight: 700; font-size: 1.5rem; }
.plan-feats { display: flex; flex-direction: column; gap: 11px; margin-bottom: 24px; flex: 1; }
.plan-feats li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.8px; color: var(--text-dim); }
.plan-feats svg { width: 17px; height: 17px; color: var(--emerald); flex-shrink: 0; margin-top: 2px; }
.plans-note { text-align: center; color: var(--text-mute); font-size: 13.5px; margin-top: 30px; }

/* ---------- Depoimentos ---------- */
.testimonials { columns: 2; column-gap: 20px; }
.testimonial { break-inside: avoid; margin-bottom: 20px; padding: 28px; border-radius: var(--radius-lg); }
.testimonial-stars { color: #FFC857; font-size: 15px; letter-spacing: 2px; margin-bottom: 14px; }
.testimonial blockquote { font-size: 1.05rem; line-height: 1.6; color: var(--text); margin-bottom: 20px; }
.testimonial figcaption { display: flex; align-items: center; gap: 13px; }
.avatar {
    display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
    font-family: var(--heading); font-weight: 700; font-size: 15px; color: #fff;
    background: linear-gradient(135deg, var(--c1), var(--c2));
}
.testimonial figcaption span:last-child { display: flex; flex-direction: column; }
.testimonial figcaption strong { font-family: var(--heading); font-size: 14.5px; }
.testimonial figcaption small { color: var(--text-mute); font-size: 12.5px; }

/* ---------- FAQ ---------- */
.faq-container { max-width: 820px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border-radius: var(--radius); background: var(--surface); border: 1px solid var(--line); overflow: hidden; transition: border-color .3s var(--ease); }
.faq-item[open] { border-color: var(--line-strong); }
.faq-item summary {
    display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer;
    padding: 20px 24px; font-family: var(--heading); font-weight: 600; font-size: 1.02rem; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chev { position: relative; width: 16px; height: 16px; flex-shrink: 0; }
.faq-chev::before, .faq-chev::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; border-radius: 2px; background: var(--cyan); transform: translate(-50%,-50%); transition: transform .3s var(--ease); }
.faq-chev::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item[open] .faq-chev::after { transform: translate(-50%,-50%) rotate(0); }
.faq-answer { padding: 0 24px 22px; }
.faq-answer p { color: var(--text-dim); font-size: 15px; line-height: 1.7; }
.faq-answer strong { color: var(--text); }

/* ---------- CTA final ---------- */
.cta-final { padding: 90px 0 110px; }
.cta-card { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 50px; padding: 50px; border-radius: var(--radius-lg); }
.cta-copy h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 16px; }
.cta-copy p { color: var(--text-dim); font-size: 1.05rem; line-height: 1.7; margin-bottom: 26px; }
.cta-bullets { display: flex; flex-direction: column; gap: 13px; }
.cta-bullets li { display: flex; align-items: center; gap: 11px; font-size: 14.5px; color: var(--text); }
.cta-bullets svg { width: 19px; height: 19px; color: var(--emerald); flex-shrink: 0; }

.cta-form-wrap { position: relative; }
.cta-form { display: flex; flex-direction: column; gap: 14px; }
.cta-form h3 { font-size: 1.4rem; margin-bottom: 4px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field label { font-size: 13px; font-weight: 600; color: var(--text-dim); }
.field input, .select-wrap select {
    width: 100%; padding: 14px 16px; border-radius: 12px; font: inherit; font-size: 15px;
    background: rgba(255,255,255,0.04); border: 1px solid var(--line); color: var(--text);
    transition: border-color .3s var(--ease), background .3s var(--ease);
}
.field input::placeholder { color: var(--text-mute); }
.field input:focus, .select-wrap select:focus { outline: none; border-color: var(--cyan); background: rgba(34,211,238,0.05); }
.field input.invalid { border-color: #ff6b6b; background: rgba(255,107,107,0.05); }
.select-wrap { position: relative; }
.select-wrap::after { content: ""; position: absolute; right: 16px; top: 50%; width: 9px; height: 9px; border-right: 2px solid var(--text-mute); border-bottom: 2px solid var(--text-mute); transform: translateY(-65%) rotate(45deg); pointer-events: none; }
.select-wrap select { appearance: none; -webkit-appearance: none; cursor: pointer; }
.select-wrap select option { background: var(--bg-1); color: var(--text); }
.cta-form .btn { margin-top: 6px; }
.form-fine { font-size: 12px; color: var(--text-mute); text-align: center; line-height: 1.5; }

[hidden] { display: none !important; }
.form-success { text-align: center; padding: 30px 10px; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.success-check { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; color: #fff; background: var(--grad); box-shadow: 0 14px 34px -12px var(--indigo-glow); }
.success-check svg { width: 30px; height: 30px; }
.form-success h3 { font-size: 1.5rem; }
.form-success p { color: var(--text-dim); font-size: 15px; max-width: 340px; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--line); padding: 56px 0 30px; }
.footer-inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; padding-bottom: 36px; border-bottom: 1px solid var(--line); }
.footer-brand { max-width: 360px; }
.footer-brand .brand { margin-bottom: 14px; }
.footer-brand p { color: var(--text-dim); font-size: 14px; line-height: 1.6; }
.footer-nav { display: flex; gap: 28px; flex-wrap: wrap; align-items: flex-start; }
.footer-nav a { color: var(--text-dim); font-size: 14.5px; transition: color .3s var(--ease); }
.footer-nav a:hover { color: var(--text); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 26px; color: var(--text-mute); font-size: 13px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
    .hero-inner { grid-template-columns: 1fr; gap: 48px; }
    .hero-visual { max-width: 460px; margin: 0 auto; }
    .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
    .steps { grid-template-columns: repeat(2, 1fr); }
    .bento { grid-template-columns: repeat(2, 1fr); }
    .bento-lg { grid-row: auto; }
    .bento-wide { grid-column: span 2; }
    .audience { grid-template-columns: 1fr; }
    .plans-grid, .plans-grid.is-b2b { grid-template-columns: repeat(2, 1fr); }
    .cta-card { grid-template-columns: 1fr; gap: 38px; padding: 38px; }
    .testimonials { columns: 1; }
}
@media (max-width: 680px) {
    body { font-size: 16px; }
    .section { padding: 76px 0; }
    .header-nav { display: none; }
    .hero { padding: 130px 0 70px; }
    .hero-actions .btn { flex: 1; }
    .hero-stats { grid-template-columns: repeat(2, 1fr); padding: 24px 18px; }
    .mock-pill { display: none; }
    .steps, .bento, .plans-grid, .plans-grid.is-b2b { grid-template-columns: 1fr; }
    .bento-wide { grid-column: auto; }
    .credit-banner { flex-direction: column; text-align: center; align-items: center; }
    .credit-banner .btn { width: 100%; }
    .compare-row { grid-template-columns: 1fr 1fr; padding: 16px; }
    .compare-feature { grid-column: 1 / -1; margin-bottom: 4px; color: var(--text); }
    .compare-head .compare-feature { display: none; }
    .plan-toggle { width: calc(100% - 0px); }
    .plan-toggle-btn { flex: 1; padding: 11px 12px; font-size: 13px; }
    .cta-card { padding: 28px 22px; }
    .footer-inner { flex-direction: column; gap: 28px; }
}

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