:root {
  --lime: #b9ff39;
  --lime-2: #d9ff91;
  --green: #063e27;
  --green-2: #022d1c;
  --ink: #0a0d0b;
  --muted: #606860;
  --paper: #f7f8f2;
  --line: #dfe4d9;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 24px 80px rgba(7, 42, 25, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
section[id], main[id] { scroll-margin-top: 92px; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--white); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; background: var(--lime); padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 18px 0; transition: .3s ease; }
.site-header.scrolled { padding: 10px 0; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(10,13,11,.08); }
.nav-wrap { display: flex; align-items: center; gap: 36px; }
.brand img { width: 142px; height: 31px; object-fit: contain; object-position: left; }
.main-nav { display: flex; gap: 32px; margin-left: auto; }
.main-nav a, .text-link { font-size: 14px; font-weight: 600; color: #304138; }
.main-nav a:hover, .text-link:hover { color: #000; }
.nav-actions { display: flex; align-items: center; gap: 12px; margin-left: 8px; }
.login-link { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 19px; border: 1px solid rgba(3,43,27,.2); border-radius: 100px; background: rgba(255,255,255,.42); transition: background .25s ease, border-color .25s ease, transform .25s ease; }
.login-link:hover { color: var(--green-2); background: white; border-color: rgba(3,43,27,.38); transform: translateY(-1px); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 26px; border-radius: 100px; font-size: 15px; font-weight: 700; border: 1px solid transparent; white-space: nowrap; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; font-size: 13px; }
.button-primary { background: var(--lime); color: var(--green-2); box-shadow: 0 12px 28px rgba(146, 219, 29, .28); }
.button-primary:hover { background: #aaf422; }
.button-dark { background: var(--green-2); color: white; }
.button-ghost { border-color: var(--line); background: #fff; color: var(--green-2); box-shadow: 0 8px 24px rgba(7,42,25,.06); }
.button-ghost:hover { border-color: rgba(3,43,27,.3); transform: translateY(-1px); box-shadow: 0 12px 28px rgba(7,42,25,.1); }
.button-outline { border-color: var(--green); color: var(--green); width: 100%; }
.button-light { background: white; color: var(--green-2); }
.button-large { min-height: 64px; padding: 0 34px; }
.full { width: 100%; }
.play { display: grid; place-items: center; width: 28px; height: 28px; font-size: 9px; background: var(--lime); color: var(--green-2); border-radius: 50%; }

.hero { position: relative; min-height: 900px; padding: 170px 0 44px; overflow: hidden; background: radial-gradient(circle at 82% 16%, #dfffb1 0, #f1f8e6 28%, transparent 52%), linear-gradient(135deg, #fff 0%, #f5f8ef 60%, #e9f5df 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(#4c725a 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, transparent 8%, black 58%, transparent 98%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 1.1fr; align-items: center; gap: 44px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; color: var(--green); }
.eyebrow span { width: 9px; height: 9px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(185,255,57,.24); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 24px 0; font-size: clamp(44px, 4.4vw, 64px); letter-spacing: -.055em; line-height: 1.02; font-weight: 700; }
h1 em, h2 em { font-style: normal; color: var(--green); }
.headline-nowrap { white-space: nowrap; }
.hero-lead { max-width: 610px; color: #536057; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.micro-proof { display: flex; align-items: center; gap: 18px; margin-top: 34px; }
.avatar-stack { display: flex; }
.avatar-stack img { width: 38px; height: 38px; object-fit: cover; object-position: 50% 12%; background: #e5efdb; border: 3px solid white; border-radius: 50%; margin-left: -9px; }
.avatar-stack img:first-child { margin-left: 0; }
.micro-proof p { margin: 0; font-size: 12px; line-height: 1.5; color: #657067; }
.micro-proof strong { color: #19251d; }
.hero-visual { position: relative; min-height: 520px; display: flex; align-items: center; }
.hero-glow { position: absolute; width: 470px; height: 470px; left: 15%; top: 3%; border-radius: 50%; background: var(--lime); filter: blur(80px); opacity: .32; }
.dashboard-window { position: relative; z-index: 2; width: 720px; margin-right: -80px; overflow: hidden; border: 1px solid rgba(7,45,28,.12); border-radius: 18px; background: white; box-shadow: 0 34px 90px rgba(10,61,34,.2); transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }
.browser-bar { height: 39px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; background: #f8faf6; border-bottom: 1px solid #e6eae2; font-size: 9px; color: #849086; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 6px; height: 6px; background: #cdd5cc; border-radius: 50%; }
.secure-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.dashboard-window img { width: 100%; min-height: 420px; object-fit: cover; object-position: top left; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 13px 16px; background: rgba(255,255,255,.92); backdrop-filter: blur(12px); border: 1px solid white; border-radius: 14px; box-shadow: 0 12px 35px rgba(4,35,20,.16); transition: transform .35s ease, box-shadow .35s ease; }
.floating-audio:hover { transform: translateY(-6px) rotate(-1.2deg); box-shadow: 0 22px 48px rgba(4,35,20,.24); }
.floating-output:hover { transform: translateY(6px) rotate(1.2deg); box-shadow: 0 22px 48px rgba(4,35,20,.24); }
.floating-time { left: -30px; bottom: 40px; }
.floating-time strong { display: block; font-size: 21px; }
.floating-time small { color: #738078; font-size: 9px; line-height: 1.3; }
.floating-icon { display: grid; place-items: center; width: 34px; height: 34px; background: var(--green); color: var(--lime); border-radius: 9px; }
.floating-ai { right: -25px; top: 40px; }
.floating-ai .spark { display: grid; place-items: center; width: 34px; height: 34px; background: var(--lime); border-radius: 50%; }
.floating-ai small, .floating-ai strong { display: block; font-size: 10px; }
.floating-ai small { color: #7a857d; margin-bottom: 2px; }
.floating-ai b { color: #46a93c; }
.proof-bar { position: relative; z-index: 2; margin-top: 90px; padding-top: 28px; border-top: 1px solid rgba(30,61,41,.15); display: flex; justify-content: space-between; align-items: center; }
.proof-bar > span { font-size: 12px; color: #718078; }
.proof-items { display: flex; align-items: center; gap: 20px; }
.proof-items b { font-size: 11px; letter-spacing: .12em; color: #526057; }
.proof-items i { width: 3px; height: 3px; background: #7d8e82; border-radius: 50%; }
.hero-orbit { position: absolute; border: 1px solid rgba(14,63,37,.1); border-radius: 50%; }
.orbit-one { width: 650px; height: 650px; right: -190px; top: 10px; }
.orbit-two { width: 820px; height: 820px; right: -280px; top: -70px; }

.section-heading { max-width: 760px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .mechanism-intro h2, .benefits-sticky h2, .mobile-copy h2, .confidence-copy h2, .gallery-heading h2, .faq-intro h2 { margin: 18px 0 22px; font-size: clamp(40px, 4.5vw, 62px); line-height: 1.04; letter-spacing: -.055em; font-weight: 700; }
.section-heading p, .benefits-sticky > p, .mobile-copy p, .confidence-copy > p, .faq-intro p { color: var(--muted); line-height: 1.75; font-size: 17px; }
.problem-section { background: white; }
.pain-grid { display: grid; grid-template-columns: 1fr 1.32fr 1fr; gap: 18px; margin-top: 60px; }
.pain-card { position: relative; min-height: 385px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); display: flex; flex-direction: column; justify-content: flex-end; }
.pain-number { position: absolute; left: 25px; top: 23px; font-size: 11px; font-weight: 800; color: #7e8a81; }
.pain-icon { display: grid; place-items: center; width: 64px; height: 64px; margin-bottom: auto; border-radius: 50%; background: var(--lime); font-size: 25px; color: var(--green); }
.pain-card h3 { margin-bottom: 12px; font-size: 23px; letter-spacing: -.03em; }
.pain-card p { margin: 0; color: #667068; font-size: 14px; line-height: 1.65; }
.feature-pain { padding: 0; color: white; }
.feature-pain img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-pain::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 15%, rgba(0,0,0,.88) 100%); }
.pain-overlay { position: relative; z-index: 2; padding: 30px; }
.pain-overlay .pain-number { color: white; opacity: .7; }
.pain-overlay p { color: rgba(255,255,255,.72); }

.mechanism-section { color: white; background: var(--green-2); overflow: hidden; }
.mechanism-section .container { position: relative; }
.mechanism-section .container::after { content: "✦"; position: absolute; top: -120px; right: -50px; font-size: 330px; line-height: 1; color: rgba(185,255,57,.05); }
.section-kicker.light { color: var(--lime); }
.mechanism-intro { max-width: 800px; margin: 0 auto 70px; text-align: center; }
.mechanism-intro h2 em, .mobile-copy h2 em { color: var(--lime); }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 26px; }
.step { text-align: center; }
.step-tag { display: inline-block; margin-bottom: 18px; color: var(--lime); font-size: 11px; font-weight: 800; }
.step-visual { height: 175px; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.05); display: flex; justify-content: center; align-items: center; }
.step h3 { margin: 24px 0 10px; font-size: 22px; }
.step p { margin: 0; color: #9fb3a6; font-size: 14px; line-height: 1.6; }
.step-arrow { color: var(--lime); font-size: 28px; opacity: .65; }
.message-bubble { flex-wrap: wrap; align-content: center; text-align: left; }
.message-bubble span { width: 100%; padding: 16px; color: #dbe6dc; background: rgba(255,255,255,.08); border-radius: 14px; font-size: 12px; }
.message-bubble i { width: 5px; height: 5px; margin: 14px 3px 0; background: var(--lime); border-radius: 50%; }
.ai-core { gap: 14px; }
.ai-core span { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 22px; background: var(--lime); color: var(--green); font-size: 35px; box-shadow: 0 0 50px rgba(185,255,57,.23); }
.ai-core b { font-size: 26px; }
.ready-list { flex-direction: column; align-items: stretch; gap: 7px; }
.ready-list div { padding: 9px 12px; text-align: left; border-radius: 8px; background: rgba(255,255,255,.07); color: #dce9df; font-size: 11px; }
.ready-list i { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 8px; border-radius: 50%; background: var(--lime); color: var(--green); font-style: normal; }

.product-section { background: var(--paper); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 80px; }
.split-heading p { padding-bottom: 8px; }
.product-stage { margin-top: 58px; overflow: hidden; border: 1px solid #d7ddd2; border-radius: 28px; background: white; box-shadow: var(--shadow); }
.stage-tabs { display: grid; grid-template-columns: repeat(4, 1fr); padding: 8px; border-bottom: 1px solid #e3e7df; background: #f3f5ef; }
.stage-tab { border: 0; border-radius: 12px; padding: 16px 12px; color: #707a72; background: transparent; font-size: 12px; font-weight: 700; }
.stage-tab span { margin-right: 6px; }
.stage-tab.active { color: var(--green); background: white; box-shadow: 0 3px 15px rgba(26,54,36,.08); }
.stage-content { display: grid; grid-template-columns: .42fr 1fr; min-height: 550px; }
.stage-copy { padding: 64px 30px 50px 50px; }
.stage-label { color: #718076; font-size: 10px; letter-spacing: .13em; font-weight: 800; }
.stage-copy h3 { margin: 18px 0; font-size: 31px; line-height: 1.15; letter-spacing: -.04em; }
.stage-copy > p { color: #667068; font-size: 14px; line-height: 1.7; }
.stage-copy ul { list-style: none; padding: 0; margin: 28px 0 0; }
.stage-copy li { padding: 10px 0; border-bottom: 1px solid #edf0ea; font-size: 13px; }
.stage-copy li span { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 9px; border-radius: 50%; background: var(--lime); color: var(--green); font-size: 10px; }
.stage-device { position: relative; overflow: hidden; background: radial-gradient(circle at 60% 35%, #eaffc9, #eef3e8 55%, #e6ebe1); }
.desktop-shot { position: absolute; left: 7%; top: 9%; width: 110%; max-height: 460px; overflow: hidden; border: 8px solid #17211b; border-radius: 17px 0 0 17px; box-shadow: 0 25px 60px rgba(8,43,25,.2); transition: .35s ease; }
.desktop-shot img { width: 100%; }
.phone-shot { position: absolute; width: 270px; height: 480px; left: 43%; top: 18px; opacity: 0; transform: translateY(30px); transition: .35s ease; border: 8px solid #17211b; border-radius: 28px; overflow: hidden; background: #17211b; box-shadow: 0 25px 60px rgba(8,43,25,.2); }
.phone-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.phone-shot.active { opacity: 1; transform: none; }
.desktop-shot.hidden { opacity: 0; transform: translateY(30px); }
.lifestyle-shot { position: absolute; width: 390px; height: 500px; left: 22%; top: 25px; overflow: hidden; opacity: 0; transform: translateY(30px); border: 8px solid white; border-radius: 24px; box-shadow: 0 25px 60px rgba(8,43,25,.2); transition: .35s ease; }
.lifestyle-shot img { width: 100%; height: 100%; object-fit: cover; object-position: center 56%; }
.lifestyle-shot.active { opacity: 1; transform: none; }

.benefits-section { padding-bottom: 70px; }
.benefits-layout { display: grid; grid-template-columns: .8fr 1fr; gap: 110px; align-items: start; }
.benefits-sticky { position: sticky; top: 130px; }
.arrow-link { display: inline-flex; gap: 35px; align-items: center; margin-top: 12px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-weight: 700; font-size: 14px; }
.benefit-row { min-height: 150px; display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); }
.benefit-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #eff4e9; color: var(--green); font-size: 11px; font-weight: 800; }
.benefit-row h3 { margin-bottom: 8px; font-size: 23px; }
.benefit-row p { margin: 0; color: #6e766f; font-size: 14px; line-height: 1.6; }
.benefit-row > b { font-size: 20px; color: var(--green); }
.team-feature { position: relative; height: 320px; margin: 22px 0 10px; overflow: hidden; border-radius: 20px; }
.team-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(2,29,18,.88) 100%); }
.team-feature img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.team-feature figcaption { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 22px; color: white; }
.team-feature figcaption span, .team-feature figcaption strong { display: block; }
.team-feature figcaption span { margin-bottom: 8px; color: var(--lime); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.team-feature figcaption strong { max-width: 430px; font-size: 20px; line-height: 1.35; }

.mobile-showcase { padding-bottom: 0; color: white; background: var(--green-2); overflow: hidden; }
.mobile-copy { max-width: 670px; text-align: center; margin: 0 auto 40px; }
.mobile-copy p { color: #9db1a4; }
.phones-row { height: auto; display: flex; align-items: flex-start; justify-content: center; gap: 20px; }
.phones-row img { width: 300px; filter: drop-shadow(0 25px 40px rgba(0,0,0,.28)); }
.phones-row img:first-child { transform: translateY(100px) rotate(-7deg); }
.phones-row img:last-child { transform: translateY(110px) rotate(7deg); }
.phones-row .phone-main { width: 340px; z-index: 2; }

.confidence-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 100px; align-items: center; }
.confidence-photo { position: relative; height: 680px; overflow: hidden; border-radius: 24px; background: #111; }
.confidence-photo > img { width: 100%; height: 100%; object-fit: cover; }
.photo-caption { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 18px 20px; display: flex; align-items: center; gap: 12px; color: white; background: rgba(5,22,13,.74); backdrop-filter: blur(10px); border-radius: 14px; font-size: 13px; }
.photo-caption span { color: var(--lime); font-size: 22px; }
.objections { margin-top: 35px; }
.objections details { border-top: 1px solid var(--line); }
.objections details:last-child { border-bottom: 1px solid var(--line); }
.objections summary { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; padding: 21px 0; list-style: none; font-weight: 700; }
.objections summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.objections summary span { font-size: 10px; color: #8a938c; }
.objections summary b { transition: .2s; }
.objections details[open] summary b { transform: rotate(45deg); }
.objections details p { padding: 0 35px 18px; color: #69736b; font-size: 14px; line-height: 1.65; }

.gallery-section { background: var(--paper); }
.gallery-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; }
.gallery-heading h2 { margin-bottom: 0; text-align: right; }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 310px 310px; gap: 16px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: 18px; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: .5s ease; }
.gallery-grid figure:hover img { transform: scale(1.03); }
.gallery-tall { grid-row: 1 / 3; }
.gallery-quote { grid-column: 2 / 4; padding: 36px 42px; color: white; background: var(--green); }
.gallery-quote > span { color: var(--lime); font-size: 54px; }
.gallery-quote blockquote { margin: 12px 0 45px; max-width: 630px; font-size: 29px; line-height: 1.3; letter-spacing: -.03em; }
.gallery-quote small { color: #a5b8aa; font-weight: 700; letter-spacing: .13em; }

.pricing-section { background: white; }
.billing-toggle { width: fit-content; margin: 30px auto 0; display: flex; padding: 5px; border-radius: 100px; background: #edf1ea; }
.billing-toggle button { border: 0; padding: 11px 18px; border-radius: 100px; background: transparent; color: #697269; font-size: 12px; font-weight: 700; }
.billing-toggle button.active { background: white; color: var(--ink); box-shadow: 0 3px 12px rgba(0,0,0,.08); }
.billing-toggle span { color: var(--green); margin-left: 4px; }
.annual-message { display: none; max-width: 850px; margin: 18px auto 0; padding: 13px 20px; border-radius: 100px; color: white !important; background: var(--green-2); font-size: 12px !important; font-weight: 700; }
.pricing-section.annual-mode .annual-message { display: block; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1040px; margin: 55px auto 0; }
.price-card { position: relative; min-height: 750px; padding: 34px 30px; border: 1px solid var(--line); border-radius: 20px; background: white; display: flex; flex-direction: column; }
.plan-name { align-self: flex-start; padding: 8px 12px; border-radius: 100px; color: var(--green); background: #eff7dc; letter-spacing: .12em; font-size: 9px; font-weight: 800; }
.price-card h3 { margin: 20px 0 8px; font-size: 24px; }
.price-card > p { min-height: 76px; color: #667068; font-size: 13px; line-height: 1.7; }
.ideal-box { min-height: 112px; margin: 10px 0 8px; padding: 18px; border-radius: 18px; background: var(--paper); }
.ideal-box small, .ideal-box strong { display: block; }
.ideal-box small { margin-bottom: 10px; color: #718076; font-size: 10px; font-weight: 700; }
.ideal-box strong { font-size: 13px; line-height: 1.5; }
.price { height: 82px; display: flex; align-items: center; }
.price sup { font-size: 13px; font-weight: 700; }
.price strong { font-size: 43px; letter-spacing: -.06em; }
.price small { align-self: center; margin: 16px 0 0 5px; color: #747c75; font-size: 11px; }
.price-card ul { list-style: none; padding: 14px 0 18px; margin: 0; }
.price-card li { padding: 7px 0; color: #515a53; font-size: 12px; }
.annual-total { display: block; min-height: 18px; margin: -12px 0 7px; color: #778078; font-size: 10px; opacity: 0; transition: opacity .2s ease; }
.plan-credit { display: block; margin-bottom: 4px; color: #5f9100; font-size: 12px; }
.trial-copy { display: block; margin: 6px 0 2px; color: var(--green); font-size: 11px; font-weight: 800; }
.trial-copy-dark { color: var(--lime); }
.price-card > .button { margin-top: auto; }
.checkout-link { padding-inline: 16px; font-size: 13px; }
.annual-discount { position: absolute; top: 14px; right: 14px; display: none; padding: 7px 9px; border-radius: 100px; background: #e8ffd1; color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .04em; }
.pricing-section.annual-mode .annual-total { opacity: 1; }
.pricing-section.annual-mode .annual-discount { display: inline-block; }
.price-card.featured { border: 2px solid var(--lime); box-shadow: 0 20px 50px rgba(26,68,38,.12); transform: translateY(-10px); }
.popular-badge { position: absolute; right: 14px; top: 14px; padding: 7px 9px; border-radius: 100px; background: var(--lime); color: var(--green); font-size: 8px; font-weight: 800; }
.pricing-section.annual-mode .featured .popular-badge { display: none; }
.dark-card { color: white; background: var(--green-2); border-color: var(--green-2); }
.dark-card .plan-name { color: var(--green-2); background: var(--lime-2); }
.dark-card > p, .dark-card .price small, .dark-card li { color: #a4b5a9; }
.dark-card .ideal-box { background: rgba(255,255,255,.08); }
.dark-card .ideal-box small { color: #a4b5a9; }
.dark-card .plan-credit { color: var(--lime); }
.dark-card ul { border-color: rgba(255,255,255,.12); }
.consultation-price strong { font-size: 35px; letter-spacing: -.05em; }
.pricing-note { margin: 32px 0 0; text-align: center; color: #747d75; font-size: 13px; }
.pricing-note a { color: var(--green); font-weight: 700; }

.launch-section { padding: 80px 0; color: white; background: var(--green); }
.launch-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.launch-badge { display: inline-block; padding: 8px 12px; color: var(--green); background: var(--lime); border-radius: 100px; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.launch-copy h2 { margin: 24px 0 15px; font-size: 47px; letter-spacing: -.05em; line-height: 1.05; }
.launch-copy p { color: #adbeaf; line-height: 1.7; }
.bonus-list > div { display: flex; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.bonus-list > div:first-child { border-top: 1px solid rgba(255,255,255,.14); }
.bonus-list > div > span { display: grid; place-items: center; min-width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--lime); font-size: 10px; }
.bonus-list p, .bonus-list strong, .bonus-list small { display: block; margin: 0; }
.bonus-list strong { margin-bottom: 4px; }
.bonus-list small { color: #9eb1a2; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .6fr 1fr; gap: 120px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-list details { border-bottom: 1px solid #d5dcd2; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 27px 0; list-style: none; font-size: 17px; font-weight: 700; }
.faq-list summary span { font-size: 22px; font-weight: 400; transition: .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 620px; padding: 0 40px 27px 0; color: #687169; font-size: 14px; line-height: 1.7; }

.final-cta { position: relative; min-height: 700px; display: flex; align-items: center; overflow: hidden; text-align: center; color: white; background: var(--green-2); }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(var(--lime) 1px, transparent 1px); background-size: 25px 25px; }
.final-shape { position: absolute; width: 700px; height: 700px; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 1px solid rgba(185,255,57,.18); border-radius: 50%; box-shadow: 0 0 0 120px rgba(185,255,57,.025), 0 0 0 240px rgba(185,255,57,.018); }
.final-content { position: relative; z-index: 3; max-width: 670px; }
.final-content > img { width: 62px; height: 62px; margin: 0 auto 25px; border-radius: 18px; }
.final-content > span { color: var(--lime); font-size: 10px; letter-spacing: .15em; font-weight: 800; }
.final-content h2 { margin: 18px 0; font-size: clamp(58px, 7vw, 86px); line-height: .93; letter-spacing: -.065em; }
.final-content h2 em { color: var(--lime); font-style: normal; }
.final-content p { margin: 0 auto 28px; max-width: 520px; color: #a7baac; line-height: 1.7; }
.final-content small { display: block; margin-top: 18px; color: #8ea194; font-size: 11px; }
.final-chef { position: absolute; z-index: 2; bottom: -6px; height: 610px; opacity: .82; object-fit: contain; object-position: bottom; }
.final-chef-left { left: -35px; height: 660px; transform: rotate(2deg); -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0%, #000 88%, transparent 100%); }
.final-chef-right { right: -20px; transform: rotate(-3deg); }

.site-footer { padding: 75px 0 25px; color: white; background: #06150e; }
.footer-top { display: grid; grid-template-columns: .45fr .5fr 1.2fr; gap: 60px; align-items: start; }
.footer-logo { width: 145px; filter: brightness(0) invert(1); }
.footer-top > p { color: #819087; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links strong, .footer-links a { display: block; }
.footer-links strong { margin-bottom: 20px; color: #718077; font-size: 9px; letter-spacing: .15em; }
.footer-links a { margin: 11px 0; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #6e7d73; font-size: 10px; }

.cookie-banner { position: fixed; z-index: 300; left: 50%; bottom: 22px; width: min(1120px, calc(100% - 32px)); padding: 18px; display: grid; grid-template-columns: auto minmax(280px, 1fr) auto; align-items: center; gap: 18px; color: white; background: rgba(3,43,27,.96); border: 1px solid rgba(185,255,57,.22); border-radius: 22px; box-shadow: 0 24px 80px rgba(0,0,0,.3); backdrop-filter: blur(18px); opacity: 0; transform: translate(-50%, 24px); transition: opacity .35s ease, transform .35s ease; }
.cookie-banner[hidden] { display: none; }
.cookie-banner.show { opacity: 1; transform: translate(-50%, 0); }
.cookie-mark { display: grid; place-items: center; width: 50px; height: 50px; color: var(--green-2); background: var(--lime); border-radius: 15px; font-size: 24px; }
.cookie-copy strong { display: block; margin-bottom: 5px; font-size: 15px; }
.cookie-copy p { max-width: 650px; margin: 0; color: #b8c9bd; font-size: 12px; line-height: 1.55; }
.cookie-actions { display: flex; align-items: center; gap: 8px; }
.cookie-button { min-height: 42px; padding: 0 17px; border: 1px solid transparent; border-radius: 100px; font-size: 11px; font-weight: 800; white-space: nowrap; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.cookie-button:hover { transform: translateY(-1px); }
.cookie-button-primary { color: var(--green-2); background: var(--lime); }
.cookie-button-secondary { color: white; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.14); }
.cookie-button-ghost { color: #bed0c3; background: transparent; border-color: rgba(255,255,255,.14); }
.cookie-modal { width: min(580px, calc(100% - 32px)); padding: 0; color: var(--ink); background: white; border: 0; border-radius: 24px; box-shadow: 0 35px 100px rgba(0,0,0,.35); }
.cookie-modal::backdrop { background: rgba(1,20,12,.65); backdrop-filter: blur(5px); }
.cookie-modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 28px 30px 18px; border-bottom: 1px solid var(--line); }
.cookie-modal-head span { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.cookie-modal-head h2 { margin: 8px 0 0; font-size: 27px; letter-spacing: -.04em; }
.cookie-close { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--paper); font-size: 22px; line-height: 1; }
.cookie-modal-intro { margin: 0; padding: 20px 30px 8px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.cookie-options { padding: 8px 30px 18px; }
.cookie-option { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; padding: 17px 0; border-bottom: 1px solid var(--line); cursor: pointer; }
.cookie-option span strong, .cookie-option span small { display: block; }
.cookie-option span strong { margin-bottom: 5px; font-size: 14px; }
.cookie-option span small { max-width: 400px; color: #727c74; font-size: 11px; line-height: 1.5; }
.cookie-option input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-option i { position: relative; width: 42px; height: 24px; border-radius: 100px; background: #d9ded7; transition: .2s ease; }
.cookie-option i::after { content: ""; position: absolute; width: 18px; height: 18px; left: 3px; top: 3px; border-radius: 50%; background: white; box-shadow: 0 2px 6px rgba(0,0,0,.18); transition: .2s ease; }
.cookie-option input:checked + i { background: var(--lime); }
.cookie-option input:checked + i::after { transform: translateX(18px); background: var(--green-2); }
.cookie-option input:disabled + i { opacity: .65; }
.cookie-modal-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 30px 26px; }
.cookie-modal-footer a { color: var(--green); font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .main-nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; text-align: center; margin-inline: auto; }
  .eyebrow, .hero-actions, .micro-proof { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { max-width: 780px; width: 100%; margin-inline: auto; }
  .dashboard-window { width: 100%; margin-right: 0; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card.featured { transform: none; }
  .final-chef { opacity: .27; }
  .benefits-layout, .confidence-grid { gap: 55px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-tall { grid-row: 1 / 3; }
  .gallery-quote { grid-column: 1 / 3; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 560px); }
  .section { padding: 78px 0; }
  .site-header { padding: 12px 0; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); }
  .brand img { width: 120px; }
  .nav-actions .text-link, .nav-actions .button { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .main-nav.open { position: absolute; display: flex; flex-direction: column; left: 16px; right: 16px; top: 66px; padding: 24px; gap: 20px; background: white; border-radius: 16px; box-shadow: var(--shadow); }
  .hero { padding-top: 135px; }
  h1 { font-size: 49px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { min-height: 330px; margin-top: 15px; }
  .dashboard-window { transform: none; border-radius: 13px; }
  .dashboard-window img { min-height: 235px; }
  .floating-time { left: 8px; bottom: 5px; }
  .floating-ai { right: 4px; top: -8px; }
  .proof-bar { margin-top: 45px; display: block; text-align: center; }
  .proof-items { margin-top: 20px; justify-content: center; gap: 9px; flex-wrap: wrap; }
  .proof-items i { display: none; }
  .proof-items b { padding: 7px; }
  .section-heading h2, .mechanism-intro h2, .benefits-sticky h2, .mobile-copy h2, .confidence-copy h2, .gallery-heading h2, .faq-intro h2 { font-size: 39px; }
  .pain-grid, .steps, .stage-content, .benefits-layout, .confidence-grid, .launch-grid, .faq-layout { grid-template-columns: 1fr; }
  .pain-card { min-height: 315px; }
  .step-arrow { transform: rotate(90deg); }
  .steps { gap: 25px; }
  .split-heading { grid-template-columns: 1fr; gap: 5px; }
  .stage-tabs { display: flex; overflow-x: auto; }
  .stage-tab { flex: 0 0 auto; padding: 13px 16px; }
  .stage-content { min-height: auto; }
  .stage-copy { padding: 42px 25px; }
  .stage-device { min-height: 410px; }
  .desktop-shot { width: 130%; left: 5%; }
  .phone-shot { left: 50%; transform: translate(-50%, 30px); }
  .phone-shot.active { transform: translate(-50%, 0); }
  .lifestyle-shot { width: calc(100% - 40px); height: 370px; left: 20px; top: 20px; }
  .benefits-sticky, .faq-intro { position: static; }
  .benefit-row { min-height: 135px; grid-template-columns: 45px 1fr; }
  .benefit-row > b { display: none; }
  .mobile-showcase { padding-bottom: 0; }
  .phones-row { height: auto; gap: 0; }
  .phones-row img { width: 195px; margin: 0 -48px; }
  .phones-row .phone-main { width: 230px; }
  .confidence-photo { height: 500px; order: 2; }
  .gallery-heading { display: block; }
  .gallery-heading h2 { text-align: left; margin-top: 18px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 440px 280px 280px auto; }
  .gallery-tall, .gallery-quote { grid-column: auto; grid-row: auto; }
  .gallery-quote { padding: 34px 27px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: auto; }
  .launch-grid { gap: 40px; }
  .launch-copy h2 { font-size: 41px; }
  .faq-layout { gap: 45px; }
  .final-cta { min-height: 680px; }
  .final-chef { height: 390px; bottom: -50px; opacity: .22; }
  .final-chef-left { left: -140px; }
  .final-chef-right { right: -140px; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-links { margin-top: 20px; }
  .footer-bottom { display: block; line-height: 2; }
  .cookie-banner { bottom: 10px; padding: 17px; grid-template-columns: 42px 1fr; gap: 12px; border-radius: 18px; }
  .cookie-mark { width: 42px; height: 42px; border-radius: 12px; }
  .cookie-copy strong { font-size: 14px; }
  .cookie-copy p { font-size: 11px; }
  .cookie-actions { grid-column: 1 / 3; display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .cookie-button-primary { grid-column: 1 / 3; grid-row: 1; }
  .cookie-button { width: 100%; padding-inline: 12px; }
  .cookie-modal-head { padding: 24px 22px 16px; }
  .cookie-modal-intro { padding: 18px 22px 6px; }
  .cookie-options { padding: 6px 22px 14px; }
  .cookie-modal-footer { padding: 16px 22px 22px; flex-direction: column; align-items: stretch; }
  .cookie-modal-footer a { text-align: center; }
}

/* ── Hero: áudio → operação ─────────────────────────────── */
.floating-audio { left: 34px; bottom: 0; width: 250px; }
.floating-audio .audio-body { flex: 1; }
.floating-audio small { display: block; margin-bottom: 7px; color: #7a857d; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.audio-play { display: grid; place-items: center; min-width: 34px; height: 34px; border-radius: 50%; background: var(--green); color: var(--lime); font-size: 10px; }
.audio-play.small { min-width: 26px; height: 26px; font-size: 8px; }
.audio-time { color: #66716a; font-size: 10px; }
.wave { display: flex; align-items: center; gap: 3px; height: 20px; }
.wave i { width: 3px; border-radius: 3px; background: var(--green); opacity: .45; animation: waveBeat 1.15s ease-in-out infinite; }
.wave i:nth-child(odd) { height: 60%; }
.wave i:nth-child(even) { height: 100%; }
.wave i:nth-child(3n) { height: 40%; }
.wave i:nth-child(1) { animation-delay: 0s; }   .wave i:nth-child(2) { animation-delay: .08s; }
.wave i:nth-child(3) { animation-delay: .16s; } .wave i:nth-child(4) { animation-delay: .24s; }
.wave i:nth-child(5) { animation-delay: .32s; } .wave i:nth-child(6) { animation-delay: .40s; }
.wave i:nth-child(7) { animation-delay: .48s; } .wave i:nth-child(8) { animation-delay: .56s; }
.wave i:nth-child(9) { animation-delay: .64s; } .wave i:nth-child(10) { animation-delay: .72s; }
.wave i:nth-child(11) { animation-delay: .80s; } .wave i:nth-child(12) { animation-delay: .88s; }
.wave.mini { height: 16px; }
.wave.mini i { width: 2px; background: var(--lime); opacity: .8; }
@keyframes waveBeat { 0%, 100% { transform: scaleY(.55); opacity: .35; } 50% { transform: scaleY(1); opacity: .9; } }

.floating-output { right: -34px; top: 2px; width: 232px; align-items: flex-start; }
.floating-output .spark { display: grid; place-items: center; min-width: 34px; height: 34px; background: var(--lime); color: var(--green); border-radius: 50%; }
.floating-output small { display: block; margin-bottom: 8px; color: #7a857d; font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.output-list { list-style: none; margin: 0; padding: 0; }
.output-list li { display: flex; align-items: center; gap: 8px; padding: 4px 0; font-size: 11px; font-weight: 600; color: #23302a; opacity: 0; animation: outPop .5s ease forwards; }
.output-list li:nth-child(1) { animation-delay: .5s; }
.output-list li:nth-child(2) { animation-delay: 1.1s; }
.output-list li:nth-child(3) { animation-delay: 1.7s; }
.output-list i { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--lime); color: var(--green); font-style: normal; font-size: 8px; }
@keyframes outPop { from { opacity: 0; transform: translateX(-6px); } to { opacity: 1; transform: none; } }

/* ── Hero: barra de vocabulário ─────────────────────────── */
.vocab-bar { position: relative; z-index: 2; margin-top: 84px; padding-top: 26px; border-top: 1px solid rgba(30,61,41,.15); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 28px; }
.vocab-bar > span { color: #718078; font-size: 12px; white-space: nowrap; }
.vocab-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 88%, transparent); }
.vocab-track { display: flex; align-items: center; gap: 18px; width: max-content; animation: vocabSlide 38s linear infinite; }
.vocab-track b { font-size: 11px; letter-spacing: .12em; font-weight: 800; color: #526057; white-space: nowrap; }
.vocab-track i { width: 4px; height: 4px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 3px rgba(185,255,57,.25); }
@keyframes vocabSlide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Seção: os 9 lugares ────────────────────────────────── */
.scatter-section { background: white; }
.scatter-stage { max-width: 880px; margin: 58px auto 70px; text-align: center; }
.scatter-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.scatter-cloud .chip { padding: 11px 17px; border: 1px dashed #c9d2c5; border-radius: 100px; background: var(--paper); color: #6b756d; font-size: 13px; font-weight: 600; transform: rotate(var(--tilt, 0deg)); transition: .3s ease; }
.scatter-cloud .chip:nth-child(2n) { --tilt: -1.6deg; }
.scatter-cloud .chip:nth-child(3n) { --tilt: 1.8deg; }
.scatter-cloud .chip:nth-child(5n) { --tilt: -2.4deg; }
.scatter-stage:hover .chip { border-color: #b6c2b2; color: #56605a; }
.scatter-arrow { margin: 26px 0; color: var(--lime); font-size: 30px; animation: scatterPulse 2.2s ease-in-out infinite; }
@keyframes scatterPulse { 0%, 100% { transform: translateY(-4px); opacity: .55; } 50% { transform: translateY(4px); opacity: 1; } }
.scatter-target { display: inline-flex; align-items: center; gap: 18px; max-width: 640px; padding: 20px 28px; text-align: left; color: white; background: var(--green-2); border-radius: 20px; box-shadow: 0 20px 50px rgba(6,62,39,.22); }
.scatter-target img { width: 46px; height: 46px; border-radius: 13px; }
.scatter-target strong { display: block; margin-bottom: 6px; font-size: 18px; }
.scatter-target small { color: #9db1a4; font-size: 11px; line-height: 1.65; }

/* ── Mecanismo: demo áudio → operação ───────────────────── */
.mechanism-lead { max-width: 640px; margin: 0 auto; color: #9fb3a6; font-size: 16px; line-height: 1.75; }
.demo-stage { display: grid; grid-template-columns: 340px auto 1fr; align-items: center; gap: 30px; margin-top: 62px; }
.demo-phone { padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: rgba(255,255,255,.05); }
.demo-phone-top { display: flex; align-items: center; gap: 11px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
.demo-avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--lime); color: var(--green); font-weight: 800; font-size: 14px; }
.demo-phone-top strong { display: block; font-size: 13px; }
.demo-phone-top small { color: #8fa697; font-size: 10px; }
.demo-chat { padding-top: 16px; }
.demo-bubble { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 16px; font-size: 12px; }
.demo-bubble.in { background: rgba(255,255,255,.09); border-bottom-left-radius: 5px; }
.demo-bubble.in b { color: #a9bdb0; font-size: 10px; }
.demo-bubble.in .audio-play { background: var(--lime); color: var(--green); }
.demo-bubble.out { justify-content: flex-end; margin-top: 14px; background: rgba(185,255,57,.16); color: var(--lime); border-bottom-right-radius: 5px; font-weight: 700; }
.demo-transcript { margin: 14px 0 0; padding: 14px; border-left: 2px solid var(--lime); background: rgba(255,255,255,.04); border-radius: 0 12px 12px 0; color: #c2d3c6; font-size: 12px; font-style: italic; line-height: 1.65; }
.demo-arrow { color: var(--lime); font-size: 30px; opacity: .6; }
.demo-output { padding: 26px 28px; border: 1px solid rgba(185,255,57,.22); border-radius: 26px; background: rgba(185,255,57,.04); }
.demo-output-head { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.demo-output-head .spark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--lime); color: var(--green); font-size: 17px; }
.demo-output-head strong { display: block; font-size: 14px; }
.demo-output-head small { color: #8fa697; font-size: 10px; }
.demo-result { list-style: none; margin: 18px 0 0; padding: 0; }
.demo-result li { display: flex; align-items: flex-start; gap: 13px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.demo-result li:last-child { border-bottom: 0; }
.demo-result i { display: grid; place-items: center; min-width: 21px; height: 21px; margin-top: 1px; border-radius: 50%; background: var(--lime); color: var(--green); font-style: normal; font-size: 10px; font-weight: 800; }
.demo-result strong { display: block; margin-bottom: 3px; font-size: 13px; }
.demo-result small { color: #93a999; font-size: 11px; line-height: 1.5; }
.demo-result .pending i { background: rgba(255,255,255,.14); color: var(--lime); }
.demo-result .pending strong { color: var(--lime); }
.mechanism-note { max-width: 720px; margin: 46px auto 0; padding: 20px 26px; border-radius: 18px; background: rgba(255,255,255,.05); color: #a8bcae; font-size: 14px; line-height: 1.75; text-align: center; }
.mechanism-note strong { color: var(--lime); }

/* ── Diferenciação ──────────────────────────────────────── */
.difference-section { background: var(--paper); }
.versus { display: grid; grid-template-columns: 1fr auto 1fr; align-items: stretch; gap: 0; max-width: 960px; margin: 58px auto 0; }
.versus-col { padding: 36px 34px; border: 1px solid var(--line); background: white; }
.versus-col.generic { border-radius: 22px 0 0 22px; }
.versus-col.wechef { border-radius: 0 22px 22px 0; border-color: var(--lime); background: linear-gradient(160deg, #fbfff2, white); box-shadow: 0 22px 60px rgba(26,68,38,.1); }
.versus-tag { display: inline-block; margin-bottom: 22px; padding: 8px 13px; border-radius: 100px; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.generic .versus-tag { color: #7c867e; background: #eef1ec; }
.wechef .versus-tag { color: var(--green); background: var(--lime); }
.versus-col ul { list-style: none; margin: 0; padding: 0; }
.versus-col li { display: flex; align-items: flex-start; gap: 10px; padding: 14px 0; border-bottom: 1px solid #eef1eb; font-size: 14px; line-height: 1.5; }
.versus-col li:last-child { border-bottom: 0; }
.generic li { color: #8a938b; text-decoration: line-through; text-decoration-color: #d6dcd3; }
.wechef li { color: #22302a; font-weight: 600; }
.wechef li i { display: grid; place-items: center; min-width: 19px; height: 19px; margin-top: 1px; border-radius: 50%; background: var(--lime); color: var(--green); font-style: normal; font-size: 9px; font-weight: 800; }
.versus-divider { display: grid; place-items: center; width: 58px; }
.versus-divider span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: var(--green-2); color: var(--lime); font-size: 12px; font-weight: 800; box-shadow: 0 10px 26px rgba(6,62,39,.24); }

.mcp-block { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 64px; margin-top: 80px; padding: 52px 56px; color: white; background: var(--green-2); border-radius: 28px; overflow: hidden; }
.mcp-copy h3 { margin: 16px 0 14px; font-size: 38px; letter-spacing: -.045em; line-height: 1.08; }
.mcp-copy > p { margin: 0; color: #a8bcae; font-size: 15px; line-height: 1.75; }
.mcp-copy > p strong { color: var(--lime); }
.mcp-list { list-style: none; margin: 26px 0 20px; padding: 0; }
.mcp-list li { display: flex; align-items: flex-start; gap: 11px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.09); color: #d3e2d7; font-size: 13px; font-style: italic; }
.mcp-list i { color: var(--lime); font-style: normal; font-weight: 800; }
.mcp-note { display: block; color: #7f9587; font-size: 11px; line-height: 1.6; }
.mcp-visual { position: relative; display: grid; place-items: center; gap: 18px; padding: 34px 20px; border: 1px solid rgba(185,255,57,.18); border-radius: 24px; background: rgba(185,255,57,.04); }
.mcp-badge { display: grid; place-items: center; width: 78px; height: 78px; border-radius: 24px; background: var(--lime); color: var(--green); font-size: 17px; font-weight: 800; letter-spacing: .06em; box-shadow: 0 0 50px rgba(185,255,57,.28); }
.mcp-nodes { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.mcp-nodes span { padding: 8px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 100px; font-size: 11px; font-weight: 700; color: #cfe0d4; }
.mcp-count { text-align: center; }
.mcp-count strong { display: block; font-size: 42px; letter-spacing: -.06em; color: var(--lime); line-height: 1; }
.mcp-count small { display: block; margin-top: 6px; color: #8fa697; font-size: 10px; line-height: 1.45; }

@media (max-width: 1020px) {
  .floating-audio { left: 0; bottom: 10px; width: 216px; }
  .floating-output { right: 0; top: 10px; width: 210px; }
  .vocab-bar { grid-template-columns: 1fr; gap: 16px; text-align: center; }
  .demo-stage { grid-template-columns: 1fr; gap: 22px; justify-items: center; }
  .demo-phone { width: 100%; max-width: 420px; }
  .demo-arrow { transform: rotate(90deg); }
  .demo-output { width: 100%; }
  .mcp-block { grid-template-columns: 1fr; gap: 38px; padding: 40px 34px; }
}

@media (max-width: 760px) {
  .floating-audio { left: 4px; bottom: -14px; width: 190px; padding: 10px 12px; }
  .floating-output { right: 2px; top: -16px; width: 178px; padding: 10px 12px; }
  .output-list li { font-size: 10px; }
  .vocab-bar { margin-top: 46px; }
  .scatter-stage { margin: 40px auto 52px; }
  .scatter-cloud .chip { padding: 9px 13px; font-size: 12px; }
  .scatter-target { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px 22px; }
  .demo-stage { margin-top: 42px; }
  .demo-output { padding: 22px 20px; }
  .mcp-copy h3 { font-size: 30px; }
  .mcp-block { padding: 32px 24px; border-radius: 22px; }
  .versus { grid-template-columns: 1fr; }
  .versus-col.generic { border-radius: 20px 20px 0 0; }
  .versus-col.wechef { border-radius: 0 0 20px 20px; }
  .versus-divider { width: auto; height: 0; }
  .versus-divider span { position: relative; z-index: 2; margin: -23px 0; }
}

/* ---- Seção Parceiro (dobra 3) ---- */
.partner-section { padding-top: 96px; padding-bottom: 96px; background: var(--white); }
.partner-verbs { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 720px; margin: 44px auto 0; }
.partner-verbs span { padding: 11px 22px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--green); font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.partner-verbs span:nth-child(odd) { background: var(--lime); border-color: transparent; color: var(--green-2); }
.partner-note { max-width: 620px; margin: 36px auto 0; text-align: center; color: var(--muted); font-size: 17px; line-height: 1.7; }
.partner-note strong { color: var(--green); }

/* ---- CTA pós-demo ---- */
.mechanism-cta { margin-top: 36px; text-align: center; }

/* ---- Seção marketing (Antes do primeiro oi) ---- */
.marketing-section { color: white; background: var(--green-2); overflow: hidden; }
.marketing-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.marketing-copy h2 { margin: 18px 0 22px; font-size: clamp(36px, 4vw, 54px); line-height: 1.05; letter-spacing: -.05em; font-weight: 700; }
.marketing-copy h2 em { color: var(--lime); font-style: normal; }
.marketing-copy > p { color: #cfe0d2; line-height: 1.75; font-size: 17px; }
.lead-flow { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.lead-flow li { display: flex; align-items: center; gap: 14px; padding: 13px 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; font-weight: 600; font-size: 15px; }
.lead-flow li span { display: grid; place-items: center; min-width: 28px; height: 28px; border-radius: 50%; background: var(--lime); color: var(--green-2); font-size: 12px; font-weight: 800; }
.marketing-note { margin-top: 22px; color: var(--lime); font-weight: 700; font-size: 15px; }
.marketing-visual img { width: 100%; border-radius: 20px; }
.marketing-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; justify-content: center; }
.marketing-chips span { padding: 8px 16px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); font-size: 12.5px; font-weight: 700; color: #e4f2e6; }

@media (max-width: 900px) {
  .marketing-grid { grid-template-columns: 1fr; gap: 36px; }
}

/* ---- Seção história (Rafael) ---- */
.story-section { background: var(--paper); }
.story-timeline { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 900px; margin: 56px auto 0; }
.story-step { position: relative; padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; gap: 14px; transition: transform .3s ease, box-shadow .3s ease; }
.story-step:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(7,42,25,.1); }
.story-step:last-child { grid-column: 1 / -1; max-width: 560px; margin-inline: auto; width: 100%; }
.story-day { align-self: flex-start; padding: 6px 14px; background: var(--lime); color: var(--green-2); border-radius: 999px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.story-step blockquote { margin: 0; padding: 16px 18px; background: #eff6e6; border-radius: 14px 14px 14px 4px; color: var(--green-2); font-size: 15px; font-weight: 600; line-height: 1.55; }
.story-step p { margin: 0; color: var(--muted); font-size: 14.5px; line-height: 1.7; }
.story-punchline { max-width: 640px; margin: 48px auto 0; text-align: center; color: var(--muted); font-size: 18px; line-height: 1.65; }
.story-punchline strong { color: var(--green-2); }

@media (max-width: 760px) {
  .story-timeline { grid-template-columns: 1fr; }
}

/* ---- Animação da troca mensal/anual ---- */
.billing-swap { animation: billingSwap .45s ease both; }
@keyframes billingSwap {
  0% { opacity: 0; transform: translateY(10px) scale(.97); }
  100% { opacity: 1; transform: none; }
}
.billing-pulse { animation: billingPulse .5s ease both; }
@keyframes billingPulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.015); }
  100% { transform: scale(1); }
}
.price-card.featured.billing-pulse { animation: billingPulseFeatured .5s ease both; }
@keyframes billingPulseFeatured {
  0% { transform: translateY(-10px) scale(1); }
  40% { transform: translateY(-10px) scale(1.015); }
  100% { transform: translateY(-10px) scale(1); }
}
@media (max-width: 1020px) {
  .price-card.featured.billing-pulse { animation: billingPulse .5s ease both; }
}

@media (max-width: 720px) {
  .partner-verbs span { padding: 9px 16px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .output-list li { opacity: 1; }
  .vocab-track { animation: none; }
}
