:root{
  --ink:#18211c;
  --ink-soft:#5c6a61;
  --surface:#ffffff;
  --cream:#f6f5f0;
  --line:#e2e0d6;
  --green:#1d5c4a;
  --green-deep:#0f3e31;
  --green-soft:#e4efe9;
  --gold:#e69a2e;
  --gold-deep:#8a5a0e;
  --gold-soft:#fbecd2;
  --villain:#241f1a;
  --villain-line:rgba(232,228,216,0.14);
  --villain-ink:#e8e4d8;
  --villain-ink-soft:#a8a196;
  --font-display:'Space Grotesk', -apple-system, sans-serif;
  --font-body:-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --header-height:60px;
}
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{ margin:0; font-family:var(--font-body); color:var(--ink); background:var(--surface); -webkit-font-smoothing:antialiased; }
img,svg{ display:block; max-width:100%; }
a{ color:inherit; }
.wrap{ max-width:1120px; margin:0 auto; padding:0 24px; }

/* Anchored sections: leave room under the sticky header so the eyebrow
   isn't hidden when the browser jumps to the anchor. */
section[id]{ scroll-margin-top: calc(var(--header-height) + 24px); }

.eyebrow{ font-family:var(--font-display); font-weight:700; font-size:12.5px; letter-spacing:0.12em; text-transform:uppercase; color:var(--gold-deep); display:inline-flex; align-items:center; gap:8px; margin-bottom:14px; }
.eyebrow::before{ content:''; width:18px; height:2px; background:var(--gold); display:inline-block; }
section.dark .eyebrow{ color:var(--gold); }
section.dark .eyebrow::before{ background:var(--gold); }
h1,h2,h3{ font-family:var(--font-display); font-weight:700; line-height:1.08; margin:0; }
h1{ font-size:clamp(34px,5.4vw,58px); letter-spacing:-0.01em; }
h2{ font-size:clamp(26px,3.6vw,40px); letter-spacing:-0.01em; }
h3{ font-size:19px; }
p{ line-height:1.6; margin:0; }
.btn{ display:inline-flex; align-items:center; gap:8px; font-family:var(--font-display); font-weight:700; font-size:15px; padding:14px 26px; border-radius:10px; border:2px solid var(--ink); background:var(--ink); color:#fff; text-decoration:none; cursor:pointer; transition:transform .12s ease; }
.btn:hover{ transform:translateY(-2px); }
.btn-gold{ background:var(--gold); border-color:var(--gold); color:#241705; }
.btn-ghost{ background:transparent; color:var(--ink); }
section.dark .btn-ghost{ color:var(--villain-ink); border-color:var(--villain-ink); }

/* ---------- Nav ---------- */
header{ position:sticky; top:0; z-index:20; height:var(--header-height); display:flex; align-items:center; background:rgba(255,255,255,0.92); backdrop-filter:blur(6px); border-bottom:1px solid var(--line); }
nav{ width:100%; max-width:1120px; margin:0 auto; padding:0 24px; display:flex; align-items:center; justify-content:space-between; }
.nav-logo{ height:40px; }
.nav-links{ display:flex; gap:28px; font-size:14px; font-weight:500; }
.nav-links a{ text-decoration:none; color:var(--ink-soft); }
.nav-links a:hover{ color:var(--ink); }
.nav-right{ display:flex; align-items:center; gap:14px; }
.lang-switch{ display:flex; gap:6px; font-size:13px; }
.lang-switch a{ text-decoration:none; color:var(--ink-soft); padding:4px 6px; border-radius:6px; }
.lang-switch a.active{ color:var(--ink); font-weight:700; }
.lang-switch a:hover{ color:var(--ink); }
@media (max-width:760px){ .nav-links{ display:none; } }

/* ---------- Hero ---------- */
.hero{ padding:76px 0 60px; }
.hero-grid{ display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center; }
.hero-sub{ font-size:18px; color:var(--ink-soft); margin:20px 0 26px; max-width:480px; }
.hero-actions{ display:flex; align-items:center; gap:18px; flex-wrap:wrap; }
.hero-trust{ font-size:13px; color:var(--ink-soft); margin-top:14px; }
.hero-fit{ font-size:13px; color:var(--green); font-weight:600; margin-top:8px; }
@media (max-width:900px){ .hero-grid{ grid-template-columns:1fr; } }
.hero-visual{ position:relative; }
.hero-placeholder-img{ width:100%; height:auto; border-radius:16px; border:2px solid var(--ink); box-shadow:8px 8px 0 var(--green-soft); }

.manifesto{ padding:10px 0 60px; text-align:center; }
.manifesto p{ font-family:var(--font-display); font-weight:700; font-size:clamp(18px,2.4vw,24px); color:var(--green-deep); max-width:640px; margin:0 auto; }

/* ---------- Villain ---------- */
section.dark{ background:var(--villain); color:var(--villain-ink); padding:88px 0; }
.villain-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start; }
section.dark h2{ color:#fff; }
.villain-copy{ color:var(--villain-ink-soft); font-size:16.5px; margin-top:16px; max-width:440px; }
.rap-sheet{ border:1px solid var(--villain-line); border-radius:14px; overflow:hidden; }
.rap-item{ display:flex; gap:14px; padding:18px 20px; border-bottom:1px solid var(--villain-line); align-items:flex-start; }
.rap-item:last-child{ border-bottom:none; }
.rap-mark{ font-family:var(--font-display); font-weight:700; color:var(--gold); font-size:13px; flex-shrink:0; width:20px; }
.rap-title{ font-weight:700; font-size:14.5px; margin-bottom:3px; }
.rap-desc{ font-size:13.5px; color:var(--villain-ink-soft); line-height:1.55; }
@media (max-width:860px){ .villain-grid{ grid-template-columns:1fr; } }

/* ---------- Power ---------- */
.power{ padding:90px 0 60px; text-align:center; }
.power-logo{ height:72px; margin:24px auto 8px; }
.power h2{ max-width:640px; margin:0 auto; }
.power p{ max-width:520px; margin:18px auto 0; color:var(--ink-soft); font-size:16.5px; }

/* ---------- Steps (all same direction, no reverse) ---------- */
.steps{ background:var(--cream); padding:90px 0; }
.steps-head{ max-width:560px; margin-bottom:56px; }
.steps-head p{ color:var(--ink-soft); font-size:16.5px; margin-top:14px; }
.step{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:48px; align-items:center; margin-bottom:56px; }
.step:last-child{ margin-bottom:0; }
.step-head{ display:flex; align-items:center; gap:12px; margin-bottom:10px; }
.step-num{ font-family:var(--font-display); font-weight:700; font-size:14px; color:#fff; background:var(--green); display:inline-flex; align-items:center; justify-content:center; width:32px; height:32px; border-radius:50%; flex-shrink:0; }
.step h3{ font-size:22px; }
.step p{ color:var(--ink-soft); font-size:15.5px; }
/* Every step image shares the same box so the row heights line up */
.step-visual{ border-radius:14px; overflow:hidden; aspect-ratio:4/3; }
.step-visual img{ width:100%; height:100%; object-fit:cover; }
@media (max-width:820px){ .step{ grid-template-columns:1fr; } }

/* ---------- Integrate: two columns, no tabs ---------- */
.integrate{ padding:90px 0; }
.integrate-head{ max-width:600px; margin-bottom:44px; }
.integrate-head p{ color:var(--ink-soft); font-size:16.5px; margin-top:14px; }
.integrate-cols{ display:grid; grid-template-columns:1fr 1fr; gap:36px; }
.integrate-col-visual{ border-radius:14px; overflow:hidden; aspect-ratio:4/3; margin-bottom:18px; }
.integrate-col-visual img{ width:100%; height:100%; object-fit:cover; }
.integrate-col h3{ font-size:20px; margin-bottom:6px; }
.integrate-col-desc{ color:var(--ink-soft); font-size:14.5px; margin-bottom:20px; }
.example-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.example-card{ border:1px solid var(--line); border-radius:12px; padding:14px; font-size:13px; }
.example-card b{ display:block; font-size:13.5px; margin-bottom:3px; }
.example-card span{ color:var(--ink-soft); font-size:12px; }
@media (max-width:860px){ .integrate-cols{ grid-template-columns:1fr; } }
@media (max-width:480px){ .example-grid{ grid-template-columns:1fr; } }

/* ---------- Visitor journey ---------- */
.visitor{ background:var(--cream); padding:90px 0; }
.visitor-head{ max-width:600px; margin-bottom:20px; }
.visitor-head p{ color:var(--ink-soft); font-size:16.5px; margin-top:14px; }
.visitor-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:36px; }
.visitor-card{ background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:24px; }
.visitor-num{ font-family:var(--font-display); font-weight:700; color:var(--gold-deep); font-size:13px; margin-bottom:10px; }
.visitor-card h3{ margin-bottom:8px; font-size:18px; }
.visitor-card p{ color:var(--ink-soft); font-size:14px; }
@media (max-width:860px){ .visitor-grid{ grid-template-columns:1fr; } }

/* ---------- Urgency ---------- */
.urgency{ padding:90px 0; text-align:center; }
.urgency h2{ max-width:620px; margin:0 auto; }
.urgency p{ max-width:480px; margin:18px auto 0; color:var(--ink-soft); font-size:16.5px; }

/* ---------- Pricing ---------- */
.pricing{ background:var(--green); color:#fff; padding:90px 0; }
.pricing-grid{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:56px; align-items:center; }
.pricing h2{ color:#fff; }
.price-huge{ font-family:var(--font-display); font-weight:700; font-size:64px; margin:20px 0 4px; }
.price-huge span{ font-size:20px; font-weight:500; opacity:0.85; }
.price-fine{ font-size:13.5px; opacity:0.8; max-width:340px; }
.reasons{ display:flex; flex-direction:column; gap:14px; }
.reason{ display:flex; gap:12px; align-items:flex-start; font-size:15px; background:rgba(255,255,255,0.08); border-radius:12px; padding:14px 16px; }
.reason b{ display:block; margin-bottom:2px; }
.reason-sub{ opacity:0.78; font-size:13.5px; }
@media (max-width:860px){ .pricing-grid{ grid-template-columns:1fr; } }

/* ---------- Bonus ---------- */
.bonus{ padding:90px 0; }
.bonus-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.bonus p{ color:var(--ink-soft); font-size:16.5px; margin-top:16px; max-width:440px; }
.stats-placeholder-img{ width:100%; height:auto; border-radius:14px; border:1px solid var(--line); }
@media (max-width:860px){ .bonus-grid{ grid-template-columns:1fr; } }

/* ---------- Testimonials ---------- */
.testimonials{ background:var(--cream); padding:90px 0; }
.stat-row{ display:flex; gap:40px; margin:40px 0 56px; flex-wrap:wrap; }
.stat b{ font-family:var(--font-display); font-size:30px; display:block; color:var(--green); }
.stat span{ font-size:13px; color:var(--ink-soft); }
.quote-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.quote-card{ background:var(--surface); border:1px solid var(--line); border-radius:14px; padding:24px; }
.quote-card p{ font-size:14.5px; line-height:1.6; margin-bottom:18px; }
.quote-person{ display:flex; align-items:center; gap:10px; }
.quote-avatar{ width:38px; height:38px; border-radius:50%; background:var(--green); color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; font-size:13px; font-family:var(--font-display); flex-shrink:0; }
.quote-name{ font-size:13.5px; font-weight:700; }
.quote-role{ font-size:12px; color:var(--ink-soft); }
@media (max-width:860px){ .quote-grid{ grid-template-columns:1fr; } }

/* ---------- Personas ---------- */
.personas{ padding:90px 0; }
.personas-head{ max-width:560px; margin-bottom:48px; }
.personas-head p{ color:var(--ink-soft); font-size:16.5px; margin-top:14px; }
.persona-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.persona-card{ border:1px solid var(--line); border-radius:14px; padding:26px; }
.persona-tag{ font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:0.06em; color:var(--gold-deep); background:var(--gold-soft); display:inline-block; padding:4px 10px; border-radius:20px; margin-bottom:14px; }
.persona-card h3{ margin-bottom:10px; }
.persona-card p{ color:var(--ink-soft); font-size:14.5px; }
@media (max-width:860px){ .persona-grid{ grid-template-columns:1fr; } }

/* ---------- FAQ: white background, centered ---------- */
.faq{ background:var(--surface); padding:90px 0; }
.faq-head{ max-width:560px; margin:0 auto 40px; text-align:center; }
.faq-head .eyebrow{ justify-content:center; }
.faq-list{ max-width:760px; margin:0 auto; }
.faq-item{ border-bottom:1px solid var(--line); }
.faq-q{ width:100%; text-align:left; background:none; border:none; padding:20px 0; font-family:var(--font-body); font-size:16px; font-weight:600; color:var(--ink); display:flex; justify-content:space-between; align-items:center; cursor:pointer; }
.faq-q .plus{ font-family:var(--font-display); font-size:20px; color:var(--green); transition:transform .15s ease; flex-shrink:0; margin-left:16px; }
.faq-item.open .plus{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .2s ease; }
.faq-item.open .faq-a{ max-height:280px; }
.faq-a p{ padding:0 0 20px; color:var(--ink-soft); font-size:14.5px; line-height:1.65; }

/* ---------- Final CTA ---------- */
.final-cta{ background:var(--ink); color:#fff; padding:90px 0; text-align:center; }
.final-cta h2{ color:#fff; max-width:600px; margin:0 auto; }
.final-cta p{ color:#b9c2bc; margin:16px auto 30px; max-width:420px; }

/* ---------- Footer ---------- */
footer{ background:var(--green-deep); color:var(--villain-ink-soft); padding:48px 0 28px; border-top:1px solid rgba(255,255,255,0.06); }
.footer-top{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px; margin-bottom:28px; }
.footer-logo{ height:32px; }
.footer-links{ display:flex; gap:24px; font-size:13px; flex-wrap:wrap; }
.footer-links a{ text-decoration:none; color:var(--villain-ink-soft); }
.footer-bottom{ border-top:1px solid var(--villain-line); padding-top:20px; font-size:12px; }
