:root {
  --paper: #f4f1eb;
  --paper-deep: #e9e4da;
  --white: #fffefb;
  --ink: #11182c;
  --muted: #636775;
  --purple: #432092;
  --purple-soft: #7554c8;
  --green: #00ca74;
  --orange: #ff8b12;
  --line: rgba(17, 24, 44, .14);
  --shadow: 0 32px 90px rgba(30, 19, 67, .17);
  --radius-lg: 42px;
  --radius-md: 26px;
  --page: min(1240px, calc(100vw - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  width: var(--page);
  min-height: 88px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand { width: 156px; color: var(--purple); }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { color: #454958; font-size: 14px; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--purple); }
.site-header > .button { justify-self: end; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid rgba(0, 202, 116, .42); outline-offset: 3px; }
.button--small { min-height: 44px; padding: 0 19px; font-size: 13px; }
.button--dark { color: white; background: var(--ink); box-shadow: 0 10px 24px rgba(17, 24, 44, .15); }

.hero {
  position: relative;
  overflow: hidden;
  width: var(--page);
  min-height: 790px;
  margin: 0 auto;
  padding: 86px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(520px, 1.16fr);
  align-items: center;
  gap: clamp(52px, 7vw, 110px);
}
.hero__ambient { position: absolute; z-index: -1; border-radius: 999px; filter: blur(2px); opacity: .85; }
.hero__ambient--one { width: 360px; height: 360px; right: -110px; top: 76px; background: rgba(0, 202, 116, .12); }
.hero__ambient--two { width: 260px; height: 260px; left: 38%; bottom: -120px; background: rgba(255, 139, 18, .13); }
.hero__copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 10px; color: #4e5260; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(0, 202, 116, .13); }
h1 { margin: 0; max-width: 680px; font-size: clamp(62px, 6.4vw, 102px); line-height: .91; letter-spacing: -.072em; font-weight: 800; }
h1 em { color: var(--purple); font-style: normal; }
.hero__lede { max-width: 610px; margin: 32px 0 0; color: var(--muted); font-size: clamp(17px, 1.45vw, 20px); line-height: 1.65; }
.hero__actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button--play { min-width: 194px; min-height: 64px; justify-content: flex-start; padding: 8px 22px; color: white; background: var(--purple); box-shadow: 0 18px 36px rgba(67, 32, 146, .24); }
.button--play:hover { box-shadow: 0 22px 44px rgba(67, 32, 146, .3); }
.button--play small { display: block; margin-bottom: 1px; font-size: 8px; letter-spacing: .13em; opacity: .7; }
.button--play > span:last-child { font-size: 16px; line-height: 1.1; }
.play-mark { color: var(--green); font-size: 25px; }
.text-link { padding: 12px 0; color: var(--ink); font-size: 14px; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.text-link span { display: inline-block; margin-left: 8px; color: var(--purple); }
.hero__proof { margin: 50px 0 0; padding: 25px 0 0; display: flex; gap: 28px; border-top: 1px solid var(--line); list-style: none; }
.hero__proof li { display: grid; gap: 3px; color: #555966; font-size: 12px; font-weight: 700; }
.hero__proof span { color: var(--purple); font-size: 10px; letter-spacing: .15em; }

.hero__visual { position: relative; min-width: 0; transform: rotate(1.25deg); }
.tablet-card { position: relative; overflow: hidden; margin: 0; border: 10px solid var(--ink); border-radius: 38px; background: var(--purple); box-shadow: var(--shadow); }
.tablet-card::after { content: ""; position: absolute; inset: 0; border-radius: 27px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); pointer-events: none; }
.tablet-card img { width: 100%; height: auto; }
.hero__label { position: absolute; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; border: 1px solid rgba(17,24,44,.1); border-radius: 999px; color: var(--ink); background: rgba(255,254,251,.94); box-shadow: 0 16px 34px rgba(17,24,44,.14); backdrop-filter: blur(12px); font-size: 11px; font-weight: 800; }
.hero__label--top { top: -24px; right: 7%; }
.hero__label--top span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.hero__label--bottom { left: -42px; bottom: 28px; }
.hero__label--bottom span { color: var(--orange); }

.journey-strip {
  min-height: 140px;
  padding: 28px max(24px, calc((100vw - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: white;
  background: var(--ink);
}
.journey-strip p { margin: 0; color: rgba(255,255,255,.56); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.journey-strip div { display: flex; align-items: center; gap: clamp(13px, 2.5vw, 36px); font-size: clamp(18px, 2.3vw, 30px); font-weight: 800; }
.journey-strip b { color: var(--green); font-weight: 500; }

.section { width: var(--page); margin: 0 auto; padding: clamp(100px, 12vw, 170px) 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); column-gap: clamp(40px, 8vw, 120px); align-items: end; }
.section-heading .section-index { grid-column: 1 / -1; }
.section-index { margin: 0 0 22px; color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-heading h2, .app-gallery__head h2, .difference h2, .privacy-panel h2, .final-cta h2 {
  margin: 0;
  font-size: clamp(46px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.06em;
}
.section-heading h2 em, .app-gallery__head h2 em, .difference h2 em { color: var(--purple); font-style: normal; }
.section-heading > p:last-child { max-width: 480px; margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.75; }

.principles { margin-top: clamp(70px, 8vw, 110px); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.principle { min-height: 300px; padding: 38px 38px 48px 0; }
.principle + .principle { padding-left: 38px; border-left: 1px solid var(--line); }
.principle__number { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--purple); font-size: 10px; font-weight: 800; }
.principle h3 { max-width: 290px; margin: 42px 0 14px; font-size: 24px; line-height: 1.1; letter-spacing: -.035em; }
.principle p { max-width: 320px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.product-stories { width: var(--page); margin: 0 auto; padding-bottom: clamp(110px, 12vw, 180px); display: grid; gap: 24px; }
.story { min-height: 720px; overflow: hidden; display: grid; grid-template-columns: minmax(320px, .8fr) minmax(460px, 1.2fr); align-items: stretch; border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 1px 0 rgba(17,24,44,.03); }
.story__copy { align-self: center; padding: clamp(50px, 6vw, 92px); }
.story__tag { margin: 0 0 26px; color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.story__copy h2 { margin: 0; font-size: clamp(43px, 5vw, 70px); line-height: .98; letter-spacing: -.06em; }
.story__copy > p:not(.story__tag) { max-width: 480px; margin: 28px 0 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.tick-list { margin: 34px 0 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.tick-list li { position: relative; padding-left: 26px; color: #393e4b; font-size: 13px; font-weight: 750; }
.tick-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: var(--purple); background: rgba(67,32,146,.1); font-size: 10px; }
.story__visual { position: relative; min-height: 720px; overflow: hidden; }
.phone-stage { display: grid; place-items: end center; padding: 70px 44px 0; }
.phone-stage--green { background: #d7eee4; }
.phone-stage--teal { background: #cbe9e8; }
.phone-stage img { width: min(490px, 88%); border: 8px solid rgba(17,24,44,.94); border-bottom: 0; border-radius: 42px 42px 0 0; box-shadow: 0 30px 70px rgba(17,24,44,.25); transform: translateY(8%); }
.float-pill { position: absolute; z-index: 2; padding: 14px 18px; border-radius: 999px; background: rgba(255,254,251,.95); box-shadow: 0 18px 40px rgba(17,24,44,.18); font-size: 11px; font-weight: 800; }
.float-pill--one { top: 9%; right: 5%; }
.float-pill--two { top: 12%; left: 5%; display: inline-flex; align-items: center; gap: 8px; }
.float-pill--two b { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.story--map { background: #fffaf2; }
.story--map .story__copy { order: 2; }
.story--map .story__visual { order: 1; }
.story--moments { color: white; background: var(--ink); }
.story--moments .story__tag { color: var(--green); }
.story--moments .story__copy > p:not(.story__tag) { color: rgba(255,255,255,.65); }
.story--moments .tick-list li { color: rgba(255,255,255,.86); }
.story--moments .tick-list li::before { color: var(--green); background: rgba(0,202,116,.14); }
.double-stage { position: relative; min-height: 720px; overflow: hidden; background: radial-gradient(circle at 72% 25%, rgba(117,84,200,.65), transparent 32%), linear-gradient(145deg, #27105c, #48269b 54%, #251052); }
.mini-phone { position: absolute; overflow: hidden; width: 43%; border: 7px solid var(--ink); border-radius: 34px; background: white; box-shadow: 0 30px 80px rgba(0,0,0,.34); }
.mini-phone img { width: 100%; }
.mini-phone--back { top: 7%; left: 10%; transform: rotate(-7deg); }
.mini-phone--front { right: 9%; bottom: -25%; transform: rotate(5deg); }
.memory-chip { position: absolute; z-index: 4; left: 35%; top: 51%; padding: 14px 20px; border-radius: 999px; color: var(--ink); background: var(--green); box-shadow: 0 18px 40px rgba(0,0,0,.24); font-size: 12px; font-weight: 900; transform: rotate(-2deg); }


/* ── WoaTrail (30 Agu 2026): urunun ayirt edici parcasi. Olculer galeri
   bolumuyle AYNI (kurucu: "diger sectionlara benzet") — var(--page) genislik,
   390px tavanli kare rayi; mor sahne tam genislige tasar. ── */
.trail-story { padding: clamp(100px, 12vw, 170px) 0; color: #fff;
  background: radial-gradient(circle at 78% 18%, rgba(122,86,214,.55), transparent 38%),
              linear-gradient(155deg, #220f52, #3f1e8c 52%, #1d0c47); }
.trail-story__head { width: var(--page); margin: 0 auto; }
.trail-story__head .section-index { color: rgba(255,255,255,.62); }
.trail-story__head h2 { color: #fff; }
.trail-story__head h2 em { color: #00ca6f; font-style: normal; }
.trail-story__head > p { max-width: 620px; margin-top: 18px; color: rgba(255,255,255,.72);
  font-size: 15px; line-height: 1.7; }
.trail-rail { width: var(--page); margin: 56px auto 0; display: flex; gap: 22px;
  overflow-x: auto; padding-bottom: 20px; scroll-snap-type: x mandatory;
  scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.45) transparent; }
.trail-shot { flex: 0 0 clamp(280px, 31vw, 390px); margin: 0; scroll-snap-align: start; }
.trail-shot img { width: 100%; height: auto; display: block; border-radius: 30px;
  background: #fff; box-shadow: 0 24px 58px rgba(0,0,0,.34); }
.trail-shot figcaption { padding: 18px 4px 0; display: flex; align-items: center; gap: 12px;
  font-size: 13px; font-weight: 800; color: rgba(255,255,255,.82); }
.trail-shot figcaption span { color: #00ca6f; font-size: 10px; letter-spacing: .12em; }
.trail-points { width: var(--page); margin: 46px auto 0; list-style: none; padding: 0;
  display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.trail-points li { padding: 22px 24px; border-radius: 22px; font-size: 14.5px; line-height: 1.62;
  color: rgba(255,255,255,.76); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); }
.trail-points b { display: block; margin-bottom: 6px; color: #fff; font-weight: 800; }
@media (max-width: 720px) { .trail-shot { flex-basis: 80vw; } }

.feature-field { color: white; background: var(--ink); }
.feature-field__inner { width: var(--page); margin: 0 auto; padding: clamp(100px, 12vw, 170px) 0; }
.section-heading--light { align-items: start; }
.section-heading--light .section-index { color: var(--green); }
.section-heading--light h2 em { color: var(--green); }
.feature-grid { margin-top: clamp(70px, 8vw, 110px); display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); overflow: hidden; }
.feature-card { min-height: 310px; padding: clamp(34px, 4vw, 54px); border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.feature-card:nth-child(3n) { border-right: 0; }
.feature-card:nth-child(n+4) { border-bottom: 0; }
.feature-card > span { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.feature-card h3 { margin: 74px 0 14px; font-size: 22px; line-height: 1.15; letter-spacing: -.035em; }
.feature-card p { margin: 0; color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.75; }
.feature-card--accent { color: var(--ink); background: var(--green); }
.feature-card--accent > span { color: var(--purple); }
.feature-card--accent p { color: rgba(17,24,44,.65); }

.app-gallery { width: var(--page); margin: 0 auto; padding: clamp(110px, 13vw, 180px) 0; }
.app-gallery__head { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.app-gallery__head > p { max-width: 350px; margin: 0 0 8px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.screen-rail { width: calc(100vw - max(24px, calc((100vw - 1240px) / 2))); margin-top: 76px; display: flex; gap: 22px; overflow-x: auto; padding: 0 max(24px, calc((100vw - 1240px) / 2)) 24px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--purple) transparent; }
.screen-shot { flex: 0 0 clamp(280px, 31vw, 390px); margin: 0; scroll-snap-align: start; }
.screen-shot img { width: 100%; border-radius: 30px; box-shadow: 0 24px 58px rgba(17,24,44,.12); }
.screen-shot figcaption { padding: 18px 4px 0; display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 800; }
.screen-shot figcaption span { color: var(--purple); font-size: 10px; letter-spacing: .12em; }
.swipe-hint { margin: 20px 0 0; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.swipe-hint span { margin-left: 8px; color: var(--purple); }

.difference { width: var(--page); margin: 0 auto; padding: 0 0 clamp(110px, 13vw, 180px); }
.difference__lead { max-width: 900px; }
.difference__grid { margin-top: 74px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.difference-card { position: relative; min-height: 420px; padding: clamp(34px, 4vw, 52px); display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,254,251,.46); }
.difference-card > span { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.difference-card h3 { margin: auto 0 18px; font-size: clamp(27px, 2.6vw, 38px); line-height: 1.04; letter-spacing: -.05em; }
.difference-card p { margin: 0 0 34px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.difference-card b { width: fit-content; padding: 9px 13px; border-radius: 999px; color: var(--purple); background: rgba(67,32,146,.1); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.difference-card--purple { color: white; border-color: var(--purple); background: var(--purple); box-shadow: 0 30px 65px rgba(67,32,146,.2); }
.difference-card--purple > span { color: var(--green); }
.difference-card--purple p { color: rgba(255,255,255,.67); }
.difference-card--purple b { color: var(--ink); background: var(--green); }

.privacy-panel { width: var(--page); min-height: 390px; margin: 0 auto clamp(110px, 12vw, 170px); padding: clamp(46px, 6vw, 80px); display: grid; grid-template-columns: auto 1fr minmax(260px, .7fr); align-items: center; gap: clamp(30px, 5vw, 74px); border-radius: var(--radius-lg); background: #e3ddd2; }
.privacy-panel__mark { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--purple); font-size: 30px; box-shadow: inset 0 0 0 8px rgba(255,255,255,.1); }
.privacy-panel .section-index { margin-bottom: 14px; }
.privacy-panel h2 { font-size: clamp(39px, 4.7vw, 64px); }
.privacy-panel > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.final-cta { position: relative; overflow: hidden; width: min(1420px, calc(100vw - 32px)); min-height: 700px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; align-items: center; border-radius: 50px; color: white; background: linear-gradient(135deg, #361679, var(--purple) 60%, #5b2ec0); }
.final-cta::before { content: ""; position: absolute; width: 520px; height: 520px; right: -130px; top: -180px; border-radius: 50%; background: rgba(0,202,116,.12); }
.final-cta__content { position: relative; z-index: 2; padding: clamp(52px, 7vw, 110px); }
.eyebrow--light { color: rgba(255,255,255,.66); }
.final-cta h2 { font-size: clamp(51px, 6.3vw, 88px); }
.final-cta__content > p:not(.eyebrow) { margin: 22px 0 36px; color: var(--green); font-size: 20px; font-weight: 800; }
.button--play-light { color: var(--purple); background: white; box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.final-cta__phone { position: absolute; width: min(520px, 40vw); right: 8%; top: 82px; border: 9px solid var(--ink); border-radius: 44px; box-shadow: 0 38px 90px rgba(0,0,0,.36); transform: rotate(6deg); }
.final-cta__route { position: absolute; left: 46%; right: 0; top: 50%; height: 2px; border-top: 2px dashed rgba(255,255,255,.2); transform: rotate(-12deg); }
.final-cta__route i { position: absolute; top: -7px; width: 14px; height: 14px; border: 4px solid var(--purple); border-radius: 50%; background: var(--green); }
.final-cta__route i:nth-child(1) { left: 5%; }.final-cta__route i:nth-child(2) { left: 35%; }.final-cta__route i:nth-child(3) { left: 66%; }.final-cta__route i:nth-child(4) { left: 92%; }

.site-footer { width: var(--page); min-height: 210px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.brand--footer { width: 144px; }
.site-footer nav { display: flex; gap: 28px; }
.site-footer nav a, .site-footer p { color: var(--muted); font-size: 12px; font-weight: 700; }
.site-footer nav a:hover { color: var(--purple); }
.site-footer p { grid-column: 1 / -1; margin: -58px 0 0; }
.site-footer p a { text-underline-offset: 3px; }

.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding-top: 70px; grid-template-columns: 1fr; gap: 74px; }
  .hero__copy { max-width: 760px; }
  .hero__visual { width: min(860px, 93%); margin: 0 auto; }
  .story { grid-template-columns: minmax(300px, .75fr) minmax(400px, 1.25fr); }
  .story__copy { padding: 48px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); gap: 1px; background: rgba(255,255,255,.14); }
  .feature-card, .feature-card:nth-child(3n), .feature-card:nth-child(n+4) { border: 0; background-color: var(--ink); }
  .feature-card--accent, .feature-card--accent:nth-child(3n), .feature-card--accent:nth-child(n+4) { background: var(--green); }
  .privacy-panel { grid-template-columns: auto 1fr; }
  .privacy-panel > p { grid-column: 2; }
}

@media (max-width: 820px) {
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .section-heading > p:last-child { margin-top: 30px; }
  .principles { grid-template-columns: 1fr; }
  .principle { min-height: auto; padding: 34px 0; }
  .principle + .principle { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .principle h3 { margin-top: 30px; }
  .story { min-height: 0; grid-template-columns: 1fr; }
  .story__copy { padding: 58px 38px; }
  .story__visual, .double-stage { min-height: 660px; }
  .story--map .story__copy { order: 1; }
  .story--map .story__visual { order: 2; }
  .app-gallery__head { align-items: start; flex-direction: column; }
  .difference__grid { grid-template-columns: 1fr; }
  .difference-card { min-height: 330px; }
  .privacy-panel { grid-template-columns: 1fr; }
  .privacy-panel > p { grid-column: auto; max-width: 560px; }
  .final-cta { min-height: 980px; grid-template-columns: 1fr; align-items: start; }
  .final-cta__phone { width: min(520px, 68vw); right: 50%; top: 470px; transform: translateX(50%) rotate(4deg); }
  .final-cta__route { top: 69%; left: 6%; }
}

@media (max-width: 640px) {
  :root { --page: calc(100vw - 32px); --radius-lg: 30px; }
  .site-header { min-height: 74px; }
  .brand { width: 124px; }
  .button--small { min-height: 40px; padding: 0 15px; }
  .hero { padding: 54px 0 58px; gap: 58px; }
  h1 { font-size: clamp(51px, 16vw, 74px); }
  .hero__lede { margin-top: 26px; font-size: 16px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .button--play { width: 100%; justify-content: center; }
  .hero__proof { gap: 16px; justify-content: space-between; }
  .hero__proof li { font-size: 10px; }
  .tablet-card { border-width: 6px; border-radius: 24px; }
  .hero__label--top { right: 0; }
  .hero__label--bottom { left: -6px; bottom: -22px; }
  .journey-strip { padding-block: 34px; align-items: flex-start; flex-direction: column; }
  .journey-strip div { width: 100%; gap: 9px; justify-content: space-between; font-size: 15px; }
  .section { padding-block: 94px; }
  .section-heading h2, .app-gallery__head h2, .difference h2, .privacy-panel h2, .final-cta h2 { font-size: 43px; }
  .section-heading > p:last-child { font-size: 15px; }
  .product-stories { padding-bottom: 100px; }
  .story { border-radius: 28px; }
  .story__copy { padding: 48px 25px; }
  .story__copy h2 { font-size: 42px; }
  .story__copy > p:not(.story__tag) { font-size: 15px; }
  .story__visual, .double-stage { min-height: 520px; }
  .phone-stage { padding: 54px 12px 0; }
  .phone-stage img { width: 88%; border-width: 6px; border-radius: 30px 30px 0 0; }
  .float-pill { padding: 11px 13px; font-size: 9px; }
  .mini-phone { width: 48%; border-width: 5px; border-radius: 24px; }
  .mini-phone--back { left: 5%; }
  .mini-phone--front { right: 4%; bottom: -17%; }
  .memory-chip { left: 24%; top: 54%; font-size: 10px; }
  .feature-field__inner { padding-block: 94px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; }
  .feature-card h3 { margin-top: 56px; }
  .app-gallery { padding-block: 100px; }
  .screen-rail { margin-top: 56px; width: calc(100vw - 16px); }
  .screen-shot { flex-basis: 80vw; }
  .difference { padding-bottom: 100px; }
  .difference__grid { margin-top: 52px; }
  .privacy-panel { min-height: 0; margin-bottom: 100px; padding: 38px 25px 44px; }
  .privacy-panel__mark { width: 60px; height: 60px; }
  .final-cta { min-height: 840px; border-radius: 32px; }
  .final-cta__content { padding: 64px 28px; }
  .final-cta__phone { width: 82vw; top: 430px; border-width: 6px; border-radius: 30px; }
  .site-footer { min-height: 290px; padding-block: 50px; grid-template-columns: 1fr; align-content: center; }
  .site-footer nav { flex-wrap: wrap; gap: 20px; }
  .site-footer p { grid-column: auto; margin: 14px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
