/* KROIRA promotional site — Store/iOS style, lean native-app launch */
:root {
  color-scheme: dark;
  --bg: #07080d;
  --bg-2: #0b0d14;
  --ink: #f7f8fb;
  --muted: #a7adba;
  --faint: #707787;
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(255,255,255,.2);
  --glass: rgba(255,255,255,.065);
  --glass-2: rgba(255,255,255,.095);
  --blue: #3ba7ff;
  --cyan: #6ee7ff;
  --green: #72f0a8;
  --violet: #a98bff;
  --shadow: 0 30px 90px rgba(0,0,0,.46);
  --r: 26px;
  --r2: 36px;
  --max: 1180px;
  --display: "Bricolage Grotesque", "Manrope", system-ui, sans-serif;
  --body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--body);
  background:
    radial-gradient(860px 460px at 72% -8%, rgba(59,167,255,.24), transparent 62%),
    radial-gradient(740px 420px at 12% 8%, rgba(169,139,255,.18), transparent 64%),
    linear-gradient(180deg, #080910 0%, #07080d 45%, #05060a 100%);
  color: var(--ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, #000, rgba(0,0,0,.52) 50%, transparent 92%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  opacity: .16;
  mix-blend-mode: soft-light;
}

img, svg { display: block; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
::selection { background: var(--cyan); color: #061018; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; border-radius: 12px; }

.wrap { width: min(100% - 44px, var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: 14px; z-index: 200; padding: 10px 14px; border-radius: 999px; background: #fff; color: #000; transform: translateY(-160%); transition: transform .18s ease; font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.is-stuck { background: rgba(7,8,13,.72); border-bottom-color: var(--line); backdrop-filter: blur(22px) saturate(150%); }
.nav { height: 76px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--display); font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 34px; height: 34px; border-radius: 10px; filter: drop-shadow(0 0 18px rgba(59,167,255,.3)); }
.brand span { font-size: 20px; }
.nav-links { margin-left: auto; display: flex; align-items: center; gap: 2px; }
.nav-links a { padding: 9px 13px; border-radius: 999px; color: var(--muted); font-size: 14px; font-weight: 750; transition: background .18s ease, color .18s ease; }
.nav-links a:hover { color: #fff; background: rgba(255,255,255,.07); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language-switcher { display: inline-flex; align-items: center; gap: 8px; }
.language-switcher label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.language-switcher select {
  appearance: none;
  min-width: 118px;
  height: 42px;
  padding: 0 34px 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background:
    linear-gradient(45deg, transparent 50%, #dce3ee 50%) calc(100% - 18px) 18px / 6px 6px no-repeat,
    linear-gradient(135deg, #dce3ee 50%, transparent 50%) calc(100% - 14px) 18px / 6px 6px no-repeat,
    rgba(255,255,255,.055);
  color: #eef3fb;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}
.language-switcher select:hover { border-color: rgba(110,231,255,.45); background-color: rgba(255,255,255,.085); }
.language-switcher select option { color: #071018; background: #fff; }
.language-switcher--mobile { display: none; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: var(--glass); }
.menu-button span { display: block; width: 18px; height: 2px; background: #fff; margin: 5px auto; border-radius: 999px; transition: transform .2s ease, opacity .2s ease; }
body.menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
body.menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { display: none; }

.store-badge { display: inline-flex; align-items: center; gap: 12px; padding: 10px 16px; border: 1px solid var(--line-strong); border-radius: 16px; background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.055)); box-shadow: 0 18px 40px rgba(0,0,0,.28); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.store-badge:hover { transform: translateY(-2px); border-color: rgba(110,231,255,.58); background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.075)); }
.store-badge svg { width: 25px; height: 25px; flex: none; fill: #fff; }
.store-badge span { display: grid; text-align: left; line-height: 1.08; }
.store-badge small { color: var(--muted); font-size: 10.5px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.store-badge b { font-family: var(--display); font-size: 15.5px; letter-spacing: -.02em; }
.store-badge--large { padding: 14px 20px; border-radius: 19px; }
.store-badge--large svg { width: 30px; height: 30px; }
.store-badge--large b { font-size: 18px; }
.store-badge--muted { opacity: .72; cursor: default; }
.store-badge--muted:hover { transform: none; border-color: var(--line-strong); }

.hero { position: relative; padding: 92px 0 58px; min-height: calc(100vh - 76px); display: flex; align-items: center; }
.hero-orbit { position: absolute; width: min(68vw, 860px); aspect-ratio: 1; right: -18vw; top: -26vw; border-radius: 50%; border: 1px solid rgba(255,255,255,.09); box-shadow: inset 0 0 90px rgba(59,167,255,.14), 0 0 120px rgba(59,167,255,.14); opacity: .9; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; inset: 10%; border-radius: 50%; border: 1px solid rgba(255,255,255,.07); }
.hero-orbit::after { inset: 24%; border-color: rgba(110,231,255,.16); }
.hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 44px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.045em; line-height: .98; margin: 0; }
h1 { font-size: clamp(50px, 7.1vw, 96px); max-width: 720px; }
.hero-sub { margin: 25px 0 0; max-width: 620px; color: var(--muted); font-size: clamp(17px, 1.45vw, 21px); line-height: 1.58; }
.cta-row { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; margin-top: 32px; }
.proof-row { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.proof-row span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.045); color: #dce3ee; font-size: 13px; font-weight: 800; }

.device-stage { position: relative; min-height: 560px; }
.desktop-device { position: absolute; inset: 44px 0 auto 0; border: 1px solid rgba(255,255,255,.16); border-radius: var(--r2); overflow: hidden; background: #0b0d14; box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-7deg) rotateX(3deg); }
.device-bar { height: 42px; display: flex; align-items: center; gap: 8px; padding: 0 17px; background: rgba(255,255,255,.065); border-bottom: 1px solid var(--line); color: var(--faint); font-size: 12px; font-weight: 900; }
.device-bar span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.25); }
.device-bar span:first-child { background: #ff625f; }
.device-bar span:nth-child(2) { background: #ffbd2e; }
.device-bar span:nth-child(3) { background: #28c840; }
.device-bar b { margin-left: 8px; letter-spacing: .04em; text-transform: uppercase; }
.desktop-device img { width: 100%; height: auto; }
.phone-device { position: absolute; right: -10px; bottom: 0; width: min(30vw, 278px); aspect-ratio: 9 / 18.6; border: 8px solid #11131b; border-radius: 42px; overflow: hidden; background: linear-gradient(165deg, #0c0e17, #05060a); box-shadow: 0 30px 70px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.18); }
.phone-device img { width: 100%; height: 100%; object-fit: cover; object-position: 18% center; filter: saturate(1.08) contrast(1.04); }
.phone-notch { position: absolute; z-index: 2; left: 50%; top: 9px; transform: translateX(-50%); width: 88px; height: 24px; background: #05060a; border-radius: 0 0 18px 18px; }
.phone-os { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 14px; text-align: center; padding: 24px 18px; }
.phone-os img { width: 58px; height: 58px; border-radius: 15px; filter: drop-shadow(0 0 20px rgba(59,167,255,.45)); }
.phone-os .chip { padding: 5px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.055); color: #e8eef8; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.phone-os b { max-width: 150px; font-family: var(--display); font-size: 18px; line-height: 1.05; letter-spacing: -.03em; }
.phone-os small { max-width: 150px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.phone-glass { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(255,255,255,.18), transparent 38%); pointer-events: none; }
.status-card { position: absolute; max-width: 210px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 20px; background: rgba(9,11,18,.72); backdrop-filter: blur(18px); box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.status-card b { display: block; font-family: var(--display); font-size: 18px; letter-spacing: -.03em; }
.status-card span { display: block; margin-top: 3px; color: var(--muted); font-size: 13px; line-height: 1.35; }
.status-card--one { left: -18px; bottom: 54px; }
.status-card--two { right: 206px; top: 4px; }

.strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.045); }
.strip-inner { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; color: var(--muted); }
.strip-inner b { color: #fff; }

.section { padding: 102px 0; }
.section-head { max-width: 780px; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head h2, .final-card h2 { font-size: clamp(34px, 5vw, 64px); }
.section-head p:not(.eyebrow), .final-card p { margin-top: 18px; color: var(--muted); font-size: 18px; line-height: 1.62; }
.platform-grid { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.platform-card, .feature-card, .legal, .faq-list details, .final-card { border: 1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.085), rgba(255,255,255,.035)); box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.platform-card { position: relative; overflow: hidden; min-height: 300px; padding: 30px; border-radius: var(--r2); }
.platform-card::after { content: ""; position: absolute; width: 280px; height: 280px; right: -120px; bottom: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(110,231,255,.18), transparent 64%); }
.platform-card--live::after { background: radial-gradient(circle, rgba(114,240,168,.2), transparent 64%); }
.platform-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.platform-top svg { width: 34px; height: 34px; fill: #fff; }
.platform-top span { padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.08); color: #dbe5ef; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.platform-card h3 { margin-top: 42px; font-size: clamp(34px, 4vw, 54px); }
.platform-card p { max-width: 460px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.text-link { display: inline-flex; margin-top: 20px; color: var(--cyan); font-weight: 900; }
.text-link::after { content: "→"; margin-left: 8px; }
.text-link--muted { color: var(--muted); }
.text-link--muted::after { content: ""; }

.demo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 21px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 19px;
  background: linear-gradient(180deg, rgba(255,64,59,.18), rgba(255,64,59,.08));
  color: #fff;
  font-weight: 950;
  box-shadow: 0 18px 44px rgba(255,64,59,.1);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.demo-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(255,84,78,.68);
  background: linear-gradient(180deg, rgba(255,64,59,.28), rgba(255,64,59,.13));
}

.app-demo {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(760px 420px at 74% 34%, rgba(255,64,59,.13), transparent 62%),
    radial-gradient(620px 420px at 10% 18%, rgba(130,87,255,.16), transparent 64%),
    rgba(255,255,255,.018);
}
.app-demo .reveal,
.demo-reel .reveal {
  opacity: 1;
  transform: none;
}
.app-demo-grid {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 34px;
  align-items: center;
}
.demo-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}
.demo-shell {
  position: relative;
  overflow: hidden;
  min-height: 890px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 38px;
  background: #08090f;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.08);
}
.demo-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(115deg, rgba(255,255,255,.08), transparent 24%, transparent 70%, rgba(255,255,255,.035));
}
.demo-toolbar {
  position: relative;
  z-index: 3;
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.055);
  color: var(--faint);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.demo-toolbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.24);
}
.demo-toolbar span:first-child { background: #ff625f; }
.demo-toolbar span:nth-child(2) { background: #ffbd2e; }
.demo-toolbar span:nth-child(3) { background: #28c840; }
.demo-toolbar b { margin-left: 8px; }
.demo-shell iframe {
  display: block;
  width: 106.383%;
  height: 900px;
  margin-left: -3.1915%;
  border: 0;
  background: #0a0a0d;
  overflow: hidden;
  transform: scale(.94);
  transform-origin: top center;
}

.screens { background: linear-gradient(180deg, transparent, rgba(255,255,255,.025), transparent); }
.demo-reel { background: linear-gradient(180deg, transparent, rgba(255,79,73,.025), transparent); }
.reel-frame {
  position: relative;
  margin-top: 42px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background:
    radial-gradient(620px 320px at 30% 0%, rgba(41,189,255,.16), transparent 60%),
    radial-gradient(620px 360px at 78% 100%, rgba(142,99,255,.2), transparent 62%),
    linear-gradient(180deg, #0b0d15, #07080d);
  box-shadow: var(--shadow);
}
.reel-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; mask-image: radial-gradient(70% 70% at 50% 50%, #000, transparent); }
.reel-center { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 16px; text-align: center; padding: 24px; }
.reel-play { width: 76px; height: 76px; display: grid; place-content: center; border: 1px solid var(--line-strong); border-radius: 50%; background: rgba(255,255,255,.065); backdrop-filter: blur(12px); }
.reel-play svg { width: 28px; height: 28px; fill: #e5ae58; margin-left: 4px; }
.reel-center h3 { font-size: clamp(24px, 3vw, 34px); }
.reel-center p { max-width: 450px; margin: 0; color: var(--muted); font-size: 15.5px; line-height: 1.55; }
.reel-note { position: absolute; left: 18px; bottom: 16px; padding: 7px 12px; border-radius: 999px; background: rgba(0,0,0,.52); backdrop-filter: blur(12px); color: #cfd6e2; font-size: 11.5px; font-weight: 800; letter-spacing: .04em; }
.reel-frame--video {
  width: min(420px, 92vw);
  max-width: none;
  margin-inline: auto;
  aspect-ratio: 9 / 16;
  border-radius: 42px;
  background: #000;
  box-shadow: 0 32px 90px rgba(0,0,0,.48), 0 0 0 1px rgba(255,255,255,.14);
}
.product-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  border-radius: inherit;
}
.reel-frame--video .reel-note { z-index: 2; }
.shot-grid { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.shot { position: relative; margin: 0; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: #090b12; box-shadow: 0 22px 60px rgba(0,0,0,.25); }
.shot--wide { grid-column: span 2; }
.shot img { width: 100%; height: 100%; min-height: 230px; object-fit: cover; }
.shot figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 11px; border-radius: 999px; background: rgba(0,0,0,.54); backdrop-filter: blur(14px); color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.feature-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 32px; align-items: start; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.feature-card { padding: 24px; border-radius: 26px; min-height: 230px; }
.feature-card b { color: var(--cyan); font-family: var(--display); font-size: 15px; }
.feature-card h3 { margin-top: 38px; font-size: 28px; }
.feature-card p { color: var(--muted); line-height: 1.6; }

.legal { padding: 0; border-radius: 0; border-inline: 0; }
.legal-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: center; }
.legal-copy h2 { font-size: clamp(34px, 5vw, 62px); }
.legal-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.65; }
.legal-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.legal-checks span { padding: 17px 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.055); color: #edf5ff; font-weight: 850; }
.legal-checks span::before { content: "✓"; color: var(--green); margin-right: 10px; }

.faq-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 36px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border-radius: 22px; padding: 0 20px; }
.faq-list summary { cursor: pointer; padding: 20px 0; font-weight: 900; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 0; padding: 0 0 20px; color: var(--muted); }

.final-cta { padding: 30px 0 108px; }
.final-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 36px; border-radius: var(--r2); background:
  radial-gradient(520px 240px at 75% 20%, rgba(110,231,255,.18), transparent 62%),
  linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.045)); }
.final-card p { max-width: 670px; }
.footer { border-top: 1px solid var(--line); padding: 30px 0; color: var(--muted); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 14px; }
.footer a { color: #d7deea; font-weight: 800; }
.footer p { margin: 0; font-size: 14px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s cubic-bezier(.22,1,.36,1), transform .72s cubic-bezier(.22,1,.36,1); transition-delay: calc(var(--d, 0) * 90ms); }
.reveal.in { opacity: 1; transform: none; }
[data-delay="1"] { --d: 1; }
[data-delay="2"] { --d: 2; }
[data-delay="3"] { --d: 3; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .store-badge, .nav-links a { transition: none; }
}

@media (max-width: 1040px) {
  .nav-links { display: none; }
  .nav-actions > .language-switcher { display: none; }
  .language-switcher--mobile { display: grid; gap: 8px; padding: 12px 14px; }
  .language-switcher--mobile label { position: static; width: auto; height: auto; margin: 0; clip: auto; white-space: normal; color: var(--muted); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
  .language-switcher--mobile select { width: 100%; }
  .menu-button { display: inline-block; }
  .mobile-menu { position: fixed; inset: 76px 16px auto 16px; z-index: 90; display: grid; gap: 6px; padding: 14px; border: 1px solid var(--line); border-radius: 24px; background: rgba(10,12,19,.94); backdrop-filter: blur(20px); box-shadow: var(--shadow); opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
  body.menu-open .mobile-menu { opacity: 1; transform: none; pointer-events: auto; }
  .mobile-menu a { padding: 13px 14px; border-radius: 16px; color: #edf3ff; font-weight: 850; }
  .mobile-menu a:hover { background: rgba(255,255,255,.07); }
  .hero-grid, .app-demo-grid, .feature-layout, .legal-grid, .faq-grid { grid-template-columns: 1fr; }
  .app-demo-grid { gap: 26px; }
  .demo-shell { min-height: 812px; }
  .demo-shell iframe {
    width: 116.28%;
    height: 880px;
    margin-left: -8.14%;
    transform: scale(.86);
  }
  .device-stage { min-height: 520px; }
  .desktop-device { transform: none; }
  .phone-device { right: 18px; }
  .status-card--two { right: 200px; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .nav { height: 68px; }
  .nav-actions > .store-badge { display: none; }
  .hero { min-height: auto; padding: 62px 0 44px; }
  h1 { font-size: clamp(43px, 13vw, 66px); }
  .hero-sub { font-size: 16.5px; }
  .cta-row { align-items: stretch; }
  .demo-pill { width: 100%; min-height: 54px; }
  .store-badge--large { width: 100%; justify-content: center; }
  .proof-row span { font-size: 12px; }
  .device-stage { min-height: 430px; margin-top: 16px; }
  .desktop-device { top: 18px; border-radius: 24px; }
  .device-bar { height: 34px; }
  .phone-device { width: 150px; right: 6px; border-radius: 30px; border-width: 6px; }
  .phone-notch { width: 62px; height: 17px; }
  .status-card { display: none; }
  .strip-inner { flex-direction: column; gap: 3px; padding: 16px 0; font-size: 14px; }
  .section { padding: 74px 0; }
  .demo-actions { align-items: stretch; flex-direction: column; }
  .demo-shell { border-radius: 28px; min-height: 700px; }
  .demo-toolbar { height: 38px; }
  .demo-shell iframe {
    width: 125%;
    height: 844px;
    margin-left: -12.5%;
    transform: scale(.784);
  }
  .platform-grid, .feature-list, .legal-checks { grid-template-columns: 1fr; }
  .platform-card { min-height: 250px; padding: 24px; }
  .shot-grid { grid-template-columns: 1fr; }
  .shot--wide { grid-column: auto; }
  .shot img { min-height: 190px; }
  .final-card { align-items: stretch; flex-direction: column; padding: 24px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
