:root {
  --ink: #f7fbff;
  --muted: #a9b8c9;
  --night: #050a10;
  --night-soft: #0a121c;
  --line: rgba(255, 255, 255, 0.13);
  --accent: #00a8ff;
  --accent-bright: #22d6ee;
  --max: 1180px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--night);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 8%, rgba(0, 168, 255, 0.12), transparent 30rem),
    var(--night);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
  background: linear-gradient(90deg, var(--accent-bright), var(--accent));
}

a { color: inherit; }
img { display: block; max-width: 100%; }

.shell {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img { width: 38px; height: 38px; }

.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}
.site-nav a:hover { color: white; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid var(--accent);
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 12px 32px rgba(0, 135, 255, 0.24);
  color: #00101a;
  font-weight: 750;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  background: var(--accent-bright);
  box-shadow: 0 16px 40px rgba(0, 168, 255, 0.34);
}

.button--ghost {
  border-color: var(--line);
  background: rgba(5, 10, 16, 0.35);
  box-shadow: none;
  color: white;
  backdrop-filter: blur(12px);
}

.button--ghost:hover { background: rgba(255,255,255,0.1); box-shadow: none; }
.site-nav .button { min-height: 40px; padding-inline: 17px; color: #00101a; }

.app-store-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.app-store-link:hover { opacity: .88; transform: translateY(-2px); }
.app-store-link img { display: block; width: 200px; height: auto; }
.app-store-link--nav img { width: 132px; }
.app-store-link--final { margin-inline: auto; }

.hero {
  position: relative;
  display: grid;
  min-height: max(720px, 100svh);
  overflow: hidden;
  align-items: center;
  isolation: isolate;
}

.hero::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 22%;
  content: "";
  background: linear-gradient(transparent, var(--night));
}

.hero__inner {
  display: grid;
  align-items: center;
  padding-top: 108px;
  padding-bottom: 68px;
}

.hero__copy {
  position: relative;
  z-index: 3;
  width: min(580px, 51%);
  animation: hero-in 700ms 80ms both cubic-bezier(.2,.7,.2,1);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--accent-bright);
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before { width: 34px; height: 1px; content: ""; background: currentColor; }

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 750px;
  margin-bottom: 26px;
  font-size: clamp(3.4rem, 6.5vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: -0.067em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 4.2vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
  letter-spacing: -0.025em;
}

.hero__lede {
  max-width: 540px;
  margin-bottom: 34px;
  color: #ccd7e4;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
}

.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 17px 0 0; color: #8191a3; font-size: 0.77rem; }

.hero__visual {
  position: absolute;
  z-index: 1;
  top: 78px;
  right: 0;
  bottom: 4%;
  width: 59%;
  overflow: hidden;
  animation: visual-in 900ms 160ms both cubic-bezier(.2,.7,.2,1);
  mask-image: linear-gradient(90deg, transparent 0, black 20%, black 100%);
}

.hero__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, var(--night), transparent 24%), linear-gradient(0deg, var(--night), transparent 22%);
  opacity: 0.48;
}

.car .hero__visual::after {
  background:
    linear-gradient(90deg, var(--night) 0%, var(--night) 20%, transparent 42%),
    linear-gradient(0deg, var(--night), transparent 22%);
  opacity: 1;
}

.car .hero__visual > img {
  object-position: 31% center;
  transform: translate3d(0, calc(var(--parallax, 0) * 24px), 0) scale(1.015);
}

.hero__visual > picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__visual > img,
.hero__visual > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 73% center;
  transform: translate3d(0, calc(var(--parallax, 0) * 24px), 0) scale(1.04);
}

.moto .hero__visual {
  top: 0;
  bottom: 0;
  width: 64%;
  background: #07111d;
}

.moto .hero__visual > img { object-position: center; filter: saturate(0.9) brightness(0.72); }

.device {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 5vw, 94px);
  bottom: 15%;
  width: min(48vw, 690px);
  aspect-ratio: 2.172 / 1;
  padding: 0.8%;
  border: 2px solid rgba(255,255,255,.45);
  border-radius: clamp(18px, 2.1vw, 32px);
  background: #05070b;
  box-shadow: 0 32px 80px rgba(0,0,0,.68), 0 0 0 6px rgba(0,0,0,.38);
  transform: perspective(1000px) rotateX(2deg) rotateY(-4deg) translateY(calc(var(--parallax, 0) * -18px));
}

.device img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.device::before {
  position: absolute;
  z-index: 3;
  top: 50%; left: -8px;
  width: 6px; height: 24%;
  content: "";
  transform: translateY(-50%);
  border-radius: 6px 0 0 6px;
  background: #181d25;
}

.trust-line {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.018);
}

.trust-line__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 118px;
  align-items: center;
}

.trust-item { padding: 12px 28px; border-left: 1px solid var(--line); }
.trust-item:first-child { padding-left: 0; border-left: 0; }
.trust-item strong { display: block; margin-bottom: 3px; font-size: 1rem; }
.trust-item span { color: var(--muted); font-size: .84rem; }

.section { padding: clamp(90px, 12vw, 160px) 0; }
.section--soft { background: var(--night-soft); }
.section__intro { max-width: 770px; margin-bottom: 72px; }
.section__intro > p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.08rem; }

.feature-list { border-top: 1px solid var(--line); }
.feature {
  display: grid;
  grid-template-columns: minmax(170px, .7fr) 1.3fr;
  gap: 48px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}
.feature__index { color: var(--accent); font-size: .76rem; font-weight: 750; letter-spacing: .12em; }
.feature p { max-width: 660px; margin-bottom: 0; color: var(--muted); }

.visual-break { position: relative; min-height: min(72vw, 840px); overflow: hidden; background: #04080d; }
.visual-break img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-break::after { position:absolute; inset:0; content:""; background:linear-gradient(0deg,rgba(5,10,16,.8),transparent 45%,rgba(5,10,16,.28)); }
.visual-break__label {
  position: absolute;
  z-index: 2;
  right: max(24px, calc((100% - var(--max)) / 2));
  bottom: 36px;
  max-width: 350px;
  padding-left: 18px;
  border-left: 2px solid var(--accent);
  text-shadow: 0 2px 16px #000;
}
.visual-break__label strong { display:block; font-size:1.15rem; }
.visual-break__label span { color:#c4ceda; font-size:.88rem; }

.context-story {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  align-items: stretch;
}

.context-story__media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.context-story__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, transparent 72%, var(--night-soft));
}

.context-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.context-story__copy {
  align-self: center;
  max-width: 590px;
  padding: 90px clamp(32px, 7vw, 110px) 90px clamp(42px, 6vw, 88px);
}

.context-story__copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.fit-grid { display:grid; grid-template-columns:1fr 1fr; gap:clamp(50px,9vw,130px); }
.fit-column { border-top:1px solid var(--line); padding-top:24px; }
.fit-column h3 { margin-bottom:22px; }
.fit-column ul { margin:0; padding:0; list-style:none; }
.fit-column li { position:relative; padding:14px 0 14px 28px; border-bottom:1px solid rgba(255,255,255,.07); color:var(--muted); }
.fit-column li::before { position:absolute; left:0; content:"—"; color:var(--accent); }

.faq { max-width:880px; }
.faq details { border-top:1px solid var(--line); }
.faq details:last-child { border-bottom:1px solid var(--line); }
.faq summary { display:flex; min-height:78px; align-items:center; justify-content:space-between; cursor:pointer; font-weight:650; list-style:none; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary::after { content:"+"; color:var(--accent); font-size:1.55rem; font-weight:400; }
.faq details[open] summary::after { content:"−"; }
.faq details p { max-width:700px; margin:0 0 28px; color:var(--muted); }

.final-cta { position:relative; overflow:hidden; padding:clamp(100px,15vw,190px) 0; text-align:center; }
.final-cta::before { position:absolute; inset:10% 15%; content:""; border-radius:50%; background:rgba(0,168,255,.12); filter:blur(90px); }
.final-cta .shell { position:relative; }
.final-cta .eyebrow { justify-content:center; }
.final-cta .eyebrow::before { display:none; }
.final-cta__icon { width:90px; height:90px; margin:0 auto 28px; border-radius:21px; box-shadow:0 18px 44px rgba(0,0,0,.42); }
.final-cta h2 { max-width:880px; margin-inline:auto; }
.final-cta p { max-width:600px; margin:0 auto 30px; color:var(--muted); }
.final-cta__actions { display:flex; flex-direction:column; align-items:center; gap:18px; }
.rate-link {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  text-align:center;
  color:#d8e3ee;
  font-size:.88rem;
  font-weight:650;
  text-decoration:none;
  text-underline-offset:4px;
  transition:color 180ms ease, transform 180ms ease;
}
.rate-link::after {
  content:"\2605\2605\2605\2605\2605";
  color:#ffd25a;
  font-size:1rem;
  line-height:1;
  letter-spacing:.12em;
}
.rate-link:hover { color:white; transform:translateY(-1px); }

.site-footer { padding:32px 0; border-top:1px solid var(--line); }
.footer-inner { display:flex; align-items:center; justify-content:space-between; gap:24px; color:#778798; font-size:.78rem; }
.footer-links { display:flex; flex-wrap:wrap; gap:14px 22px; }
.footer-links a { display:inline-flex; align-items:center; gap:8px; text-decoration:none; }
.footer-links a::before {
  display:block;
  width:18px;
  height:18px;
  flex:0 0 18px;
  content:"";
  background-color:var(--accent);
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-size:contain;
  mask-size:contain;
}
.footer-links a[data-footer-icon="blog"]::before {
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm2 4v2h10V7H7Zm0 4v2h10v-2H7Zm0 4v2h7v-2H7Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm2 4v2h10V7H7Zm0 4v2h10v-2H7Zm0 4v2h7v-2H7Z'/%3E%3C/svg%3E");
}
.footer-links a[data-footer-icon="apps"]::before {
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Zm10 0h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1ZM4 13h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Zm10 0h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 3h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Zm10 0h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1ZM4 13h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Zm10 0h6a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1Z'/%3E%3C/svg%3E");
}
.footer-links a[data-footer-icon="privacy"]::before {
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5.2 3.4 9.7 8 11 4.6-1.3 8-5.8 8-11V5l-8-3Zm0 4 4 1.5V11c0 3.2-1.7 6.1-4 7.2V6Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 4 5v6c0 5.2 3.4 9.7 8 11 4.6-1.3 8-5.8 8-11V5l-8-3Zm0 4 4 1.5V11c0 3.2-1.7 6.1-4 7.2V6Z'/%3E%3C/svg%3E");
}
.footer-links a[data-footer-icon="support"]::before {
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm9 7.1L4.7 7h14.6L12 12.1ZM3 9v8h18V9l-9 6.3L3 9Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm9 7.1L4.7 7h14.6L12 12.1ZM3 9v8h18V9l-9 6.3L3 9Z'/%3E%3C/svg%3E");
}
.footer-links a[data-footer-icon="facebook"]::before {
  background-color:#1877f2;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 22v-8h2.8l.4-3H14V9.1c0-.9.3-1.6 1.7-1.6h1.8V4.8c-.3 0-1.4-.1-2.6-.1-2.6 0-4.3 1.6-4.3 4.4V11H7.7v3h2.9v8H14Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 22v-8h2.8l.4-3H14V9.1c0-.9.3-1.6 1.7-1.6h1.8V4.8c-.3 0-1.4-.1-2.6-.1-2.6 0-4.3 1.6-4.3 4.4V11H7.7v3h2.9v8H14Z'/%3E%3C/svg%3E");
}
.footer-links a[data-footer-icon="x"]::before {
  background-color:#f2f2f2;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.9 2H22l-6.8 7.8L23 22h-6.1l-4.8-6.3L6.6 22H3.5l7.1-8.1L3.1 2h6.3l4.3 5.7L18.9 2Zm-1.1 17.8h1.7L8.5 4.1H6.7l11.1 15.7Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.9 2H22l-6.8 7.8L23 22h-6.1l-4.8-6.3L6.6 22H3.5l7.1-8.1L3.1 2h6.3l4.3 5.7L18.9 2Zm-1.1 17.8h1.7L8.5 4.1H6.7l11.1 15.7Z'/%3E%3C/svg%3E");
}
.footer-links a[data-footer-icon="youtube"]::before {
  background-color:#ff0033;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M23 7.2a3 3 0 0 0-2.1-2.1C19 4.6 15.8 4.5 12 4.5s-7 .1-8.9.6A3 3 0 0 0 1 7.2C.5 9 .5 12 .5 12s0 3 .5 4.8a3 3 0 0 0 2.1 2.1c1.9.5 5.1.6 8.9.6s7-.1 8.9-.6a3 3 0 0 0 2.1-2.1c.5-1.8.5-4.8.5-4.8s0-3-.5-4.8ZM9.7 15.5v-7l6.1 3.5-6.1 3.5Z'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M23 7.2a3 3 0 0 0-2.1-2.1C19 4.6 15.8 4.5 12 4.5s-7 .1-8.9.6A3 3 0 0 0 1 7.2C.5 9 .5 12 .5 12s0 3 .5 4.8a3 3 0 0 0 2.1 2.1c1.9.5 5.1.6 8.9.6s7-.1 8.9-.6a3 3 0 0 0 2.1-2.1c.5-1.8.5-4.8.5-4.8s0-3-.5-4.8ZM9.7 15.5v-7l6.1 3.5-6.1 3.5Z'/%3E%3C/svg%3E");
}
.footer-links a:hover { color:white; }
.footer-links a:hover::before { filter:brightness(1.22); }

.reveal { opacity:0; transform:translateY(28px); transition:opacity 680ms ease,transform 680ms cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity:1; transform:none; }

@keyframes hero-in { from { opacity:0; transform:translateY(28px); } }
@keyframes visual-in { from { opacity:0; transform:scale(1.035); } }

@media (max-width: 900px) {
  .site-nav > a:not(.button) { display:none; }
  .hero { min-height:980px; align-items:start; }
  .hero__inner { padding-top:132px; }
  .hero__copy { width:100%; }
  .hero__visual, .moto .hero__visual { top:auto; bottom:0; width:100%; height:54%; mask-image:linear-gradient(0deg,black 55%,transparent); }
  .hero__visual::after,
  .car .hero__visual::after { background:linear-gradient(0deg,var(--night),transparent 25%),linear-gradient(180deg,var(--night) 0%,transparent 42%); opacity:1; }
  .hero__visual > img,
  .hero__visual > picture img { object-position:72% center; }
  .car .hero__visual > img { object-position:center; }
  .device { right:5%; bottom:13%; width:90%; }
  .trust-line__inner { grid-template-columns:1fr 1fr; }
  .trust-item { min-height:86px; padding:16px 20px; border-bottom:1px solid var(--line); }
  .trust-item:nth-child(odd) { border-left:0; }
  .feature { grid-template-columns:1fr; gap:8px; }
  .context-story { grid-template-columns: 1fr; }
  .context-story__media { min-height: 62vw; }
  .context-story__media::after { background: linear-gradient(0deg, var(--night-soft), transparent 40%); }
  .context-story__copy { max-width: 720px; padding: 68px 24px 90px; }
}

@media (max-width: 620px) {
  body { font-size:16px; }
  .shell { width:min(calc(100% - 32px), var(--max)); }
  .site-header__inner { min-height:68px; }
  .site-nav .button { display:none; }
  h1 { font-size:clamp(3.15rem,15vw,4.6rem); }
  .hero { min-height:1050px; }
  .hero__inner { padding-top:110px; }
  .hero__visual, .moto .hero__visual { height:47%; }
  .car .hero__visual::after {
    background:
      linear-gradient(0deg, var(--night), transparent 20%),
      linear-gradient(180deg, var(--night) 0%, var(--night) 24%, transparent 62%);
  }
  .device { bottom:10%; }
  .button { width:100%; }
  .hero__actions { display:grid; }
  .trust-line__inner { grid-template-columns:1fr; }
  .trust-item, .trust-item:first-child { padding:18px 0; border-left:0; }
  .feature { padding:28px 0; }
  .section__intro { margin-bottom:48px; }
  .fit-grid { grid-template-columns:1fr; gap:48px; }
  .visual-break { min-height:92vw; }
  .visual-break__label { left:24px; right:24px; }
  .footer-inner { flex-direction:column; align-items:flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
  .hero__visual > img,
  .hero__visual > picture img,
  .device { transform:none; }
}
