:root {
  --bg: #f7f6f4;
  --paper: #ffffff;
  --ink: #1d1d1f;
  --muted: #5f5c58;
  --line: #e6e2dc;
  --brand: #ee7320;
  --brand-2: #e0520f;
  --brand-soft: #fdeee3;
  --red: #d33b2c;
  --amber: #e08a1e;
  --green: #2e8b57;
  --radius: 22px;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 17px/1.6 "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; display: block; }
a { color: var(--brand-2); text-underline-offset: 3px; }

.wrap { width: min(100% - 40px, var(--max)); margin-inline: auto; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: var(--bg);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 70%, transparent);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-weight: 700; letter-spacing: -0.01em; }
.brand img { width: 32px; height: 32px; border-radius: 8px; }
.nav { display: flex; gap: 22px; }
.nav a { color: var(--muted); text-decoration: none; font-size: 15px; font-weight: 500; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }

/* Scroll film */
.journey { position: relative; height: 420vh; }
.journey-stage { position: sticky; top: 64px; height: calc(100vh - 64px); overflow: hidden; background: #efece8; contain: strict; }
.journey-stage canvas, .journey-stage img.poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.journey-stage canvas { will-change: contents; }
.journey-copy::before { content: ""; position: absolute; inset: -40px -10vw -9vh; background: linear-gradient(to top, rgba(247,246,244,.92), rgba(247,246,244,0)); z-index: -1; }
.journey-copy {
  position: absolute; inset: auto 0 9vh 0;
  display: grid; place-items: center; text-align: center; pointer-events: none;
}
.chapter {
  grid-area: 1 / 1;
  max-width: 720px; padding: 0 24px;
  opacity: 0; transform: translate3d(0, 18px, 0);
  transition: opacity .45s ease, transform .45s cubic-bezier(.2,.7,.2,1);
  will-change: opacity, transform;
}
.chapter.on { opacity: 1; transform: none; }
.chapter .eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--brand-2); background: var(--paper); padding: 5px 12px; border-radius: 999px; box-shadow: 0 6px 20px rgba(0,0,0,.06); }
.chapter h1, .chapter h2 {
  margin: 14px 0 0; font-size: clamp(34px, 6vw, 68px); line-height: 1.02; letter-spacing: -0.035em;
}
.progress { position: absolute; left: 0; bottom: 0; height: 4px; width: 100%; background: transparent; }
.progress span { display: block; height: 100%; width: 100%; transform-origin: 0 50%; transform: scaleX(0); background: linear-gradient(90deg, var(--brand), var(--brand-2)); will-change: transform; }

/* Hero CTAs */
.ctas { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; padding: 40px 0 10px; }
.store {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--ink); color: #fff; border-radius: 16px; padding: 12px 22px 12px 18px;
  text-decoration: none; font-weight: 700; font-size: 18px; line-height: 1.1;
}
.store small { display: block; font-weight: 500; font-size: 12px; opacity: .75; }
.store svg { width: 26px; height: 26px; }
.ghost {
  display: inline-flex; align-items: center; padding: 14px 24px; border-radius: 16px;
  border: 1.5px solid var(--line); color: var(--ink); text-decoration: none; font-weight: 600;
  background: var(--paper); transition: border-color .2s, transform .2s;
}
.ghost:hover { border-color: var(--brand); transform: translateY(-1px); }

/* Sections */
section { padding: clamp(64px, 10vw, 120px) 0 0; }
h2.big { font-size: clamp(32px, 4.6vw, 54px); line-height: 1.05; letter-spacing: -0.03em; margin: 0 0 14px; max-width: 16ch; }
.lede { color: var(--muted); font-size: 19px; max-width: 60ch; margin: 0; }

.steps { list-style: none; padding: 0; margin: 44px 0 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.steps li { background: var(--paper); border-radius: var(--radius); padding: 28px; border: 1px solid var(--line); }
.steps .n { font-weight: 800; color: var(--brand); font-size: 15px; letter-spacing: .08em; }
.steps h3 { margin: 10px 0 6px; font-size: 24px; letter-spacing: -0.02em; }
.steps p { margin: 0; color: var(--muted); }

.features { list-style: none; padding: 0; margin: 44px 0 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 14px; }
.features li { background: var(--paper); border-radius: 18px; padding: 22px; border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }
.features li:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,.06); }
.features .ico { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand-2); font-size: 20px; }
.features h3 { margin: 14px 0 4px; font-size: 18px; letter-spacing: -0.01em; }
.features p { margin: 0; color: var(--muted); font-size: 15px; }

.privacy-band {
  margin-top: clamp(64px, 10vw, 120px);
  background: linear-gradient(135deg, #ff9a3c, #e0520f); color: #fff;
  border-radius: 28px; padding: clamp(28px, 5vw, 56px);
  display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start;
}
.privacy-band .lock { width: 56px; height: 56px; border-radius: 16px; background: rgba(255,255,255,.18); display: grid; place-items: center; font-size: 26px; }
.privacy-band h2 { margin: 0 0 8px; font-size: clamp(26px, 3.4vw, 38px); letter-spacing: -0.02em; line-height: 1.1; }
.privacy-band p { margin: 0 0 12px; opacity: .92; max-width: 60ch; }
.privacy-band a { color: #fff; font-weight: 700; }

.prices { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin-top: 40px; }
.price { position: relative; background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 28px; }
.price.best { border-color: var(--brand); box-shadow: 0 18px 40px rgba(238,115,32,.15); }
.price .flag { position: absolute; top: -12px; left: 24px; background: var(--brand); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.price h3 { margin: 0; font-size: 18px; }
.amt { font-size: 42px; font-weight: 800; letter-spacing: -0.03em; margin: 6px 0; }
.amt span { font-size: 16px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.price p { margin: 0; color: var(--muted); }
.fine { color: var(--muted); font-size: 14px; margin-top: 18px; }

details { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 18px 22px; margin-top: 10px; }
summary { cursor: pointer; font-weight: 700; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--brand); font-weight: 800; font-size: 22px; line-height: 1; transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { margin: 10px 0 0; color: var(--muted); }

.final { text-align: center; padding-bottom: 20px; }
.final img { width: 96px; height: 96px; border-radius: 22px; margin: 0 auto 18px; box-shadow: 0 16px 40px rgba(224,82,15,.25); }
.final h2 { font-size: clamp(32px, 5vw, 56px); letter-spacing: -0.035em; margin: 0; }
.final p { color: var(--muted); }

/* Documents */
.doc { width: min(100% - 40px, 760px); margin: 56px auto 0; }
.doc h1 { font-size: clamp(36px, 5vw, 52px); letter-spacing: -0.035em; margin: 0 0 6px; }
.doc .meta { color: var(--muted); margin: 0 0 28px; }
.doc h2 { font-size: 22px; letter-spacing: -0.01em; margin: 36px 0 8px; }
.doc ul { padding-left: 20px; }
.doc li { margin: 6px 0; }
.contact-card { margin-top: 28px; background: var(--paper); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 28px; }
.contact-card .mail { display: inline-flex; align-items: center; gap: 10px; margin-top: 10px; background: linear-gradient(135deg, #ff9a3c, #e0520f); color: #fff; font-weight: 700; padding: 13px 22px; border-radius: 14px; text-decoration: none; }

/* Footer */
footer { margin-top: clamp(64px, 10vw, 120px); border-top: 1px solid var(--line); padding: 30px 0 40px; color: var(--muted); font-size: 14px; }
footer .wrap { display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: space-between; }
footer nav { display: flex; gap: 20px; }
footer a { color: var(--muted); }

@media (max-width: 640px) {
  .nav { gap: 14px; }
  .nav a:nth-child(1) { display: none; }
  .privacy-band { grid-template-columns: 1fr; }
  .journey { height: 340vh; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .journey { height: auto; }
  .journey-stage { position: relative; top: 0; height: 70vh; }
  .chapter { transition: none; }
  .features li { transition: none; }
}
