:root {
  --bg: #0b0b0b;
  --bg-soft: #141414;
  --panel: #181818;
  --text: #f8f5ef;
  --muted: #aaa7a1;
  --ink: #151515;
  --ink-muted: #69665f;
  --paper: #f4f0e8;
  --paper-2: #ebe5db;
  --accent: #ff7b2c;
  --accent-2: #ffb171;
  --line: rgba(255,255,255,.1);
  --radius: 28px;
  --shadow: 0 30px 80px rgba(0,0,0,.28);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 16px; background: var(--accent); color: #111; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 90;
  height: 78px;
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s, backdrop-filter .25s;
}
.site-header.scrolled { background: rgba(10,10,10,.82); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.03em; font-size: 21px; }
.brand img { border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.35); }
.main-nav { display: flex; align-items: center; gap: 30px; color: #d4d1cb; font-size: 14px; font-weight: 700; }
.main-nav a { transition: color .2s; }
.main-nav a:hover { color: #fff; }
.nav-cta { padding: 11px 18px; color: #16110d !important; background: var(--accent); border-radius: 999px; }
.nav-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 0; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 6px auto; background: #fff; transition: transform .2s; }

.section-shell { position: relative; overflow: hidden; }
.hero { min-height: 820px; padding: 150px 0 90px; display: flex; align-items: center; background:
  linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px),
  linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px),
  radial-gradient(circle at 70% 22%, rgba(255,119,38,.13), transparent 27%);
  background-size: 52px 52px, 52px 52px, auto;
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 180px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.hero-copy { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #d6d2cc; text-transform: uppercase; font-size: 12px; letter-spacing: .18em; font-weight: 850; }
.eyebrow span { width: 28px; height: 2px; background: var(--accent); border-radius: 99px; }
.eyebrow.dark { color: #605d58; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 24px 0 25px; font-size: clamp(48px, 6.2vw, 88px); line-height: .98; letter-spacing: -.065em; max-width: 760px; }
h1 em, h2 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 610px; color: #b7b4ae; font-size: 19px; line-height: 1.7; }
.store-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.store-button { min-width: 194px; display: inline-flex; align-items: center; gap: 12px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.16); background: #161616; border-radius: 14px; box-shadow: 0 12px 32px rgba(0,0,0,.24); transition: transform .2s, border-color .2s, background .2s; }
.store-button:hover { transform: translateY(-3px); border-color: rgba(255,123,44,.65); background: #1d1d1d; }
.store-button img { width: 29px; height: 29px; color: #fff; }
.store-button span { display: grid; line-height: 1.1; }
.store-button small { color: #a7a39d; font-size: 9px; letter-spacing: .09em; font-weight: 800; }
.store-button strong { margin-top: 3px; font-size: 16px; letter-spacing: -.02em; }
.microcopy { margin: 15px 0 0; color: #77746f; font-size: 12px; }
.hero-points { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); color: #d2cec7; font-size: 13px; font-weight: 650; }
.check { display: inline-grid; width: 19px; height: 19px; place-items: center; margin-right: 6px; background: rgba(255,123,44,.15); color: var(--accent); border-radius: 50%; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; perspective: 1200px; }
.phone { position: absolute; overflow: hidden; border: 8px solid #171717; background: #000; border-radius: 42px; box-shadow: 0 38px 100px rgba(0,0,0,.62); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-main { z-index: 4; width: 274px; aspect-ratio: 660 / 1184; transform: rotate(1.5deg); animation: phoneFloat 7s ease-in-out infinite; }
.phone-back { width: 218px; aspect-ratio: 660 / 1184; opacity: .48; filter: saturate(.75) brightness(.72); }
.phone-back-left { z-index: 2; left: 3%; transform: rotate(-10deg) translateY(22px); }
.phone-back-right { z-index: 2; right: 2%; transform: rotate(10deg) translateY(30px); }
.phone-speaker { position: absolute; z-index: 3; top: 8px; left: 50%; width: 76px; height: 20px; transform: translateX(-50%); background: #080808; border-radius: 0 0 13px 13px; }
.float-card { position: absolute; z-index: 8; display: flex; align-items: center; gap: 12px; width: 220px; padding: 14px; background: rgba(24,24,24,.84); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; backdrop-filter: blur(16px); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 14px; }
.float-card small { color: #99958e; font-size: 11px; margin-top: 2px; }
.float-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #15110e; background: var(--accent); border-radius: 13px; font-size: 25px; font-weight: 800; }
.spark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--accent); background: rgba(255,123,44,.12); border-radius: 13px; font-size: 24px; }
.float-top { top: 78px; right: -20px; }
.float-bottom { left: -12px; bottom: 70px; }
.orbit { position: absolute; border: 1px solid rgba(255,123,44,.19); border-radius: 50%; }
.orbit-a { width: 510px; height: 510px; }
.orbit-b { width: 390px; height: 390px; border-style: dashed; animation: orbitSpin 30s linear infinite; }
.hero-glow { position: absolute; pointer-events: none; border-radius: 50%; filter: blur(80px); opacity: .18; }
.hero-glow-one { width: 340px; height: 340px; right: 3%; top: 18%; background: var(--accent); }
.hero-glow-two { width: 240px; height: 240px; left: 7%; bottom: 2%; background: #8b5cff; opacity: .08; }

.trust-strip { position: relative; z-index: 4; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0e0e0e; }
.trust-grid { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #88857f; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 850; }
.trust-grid i { width: 4px; height: 4px; background: var(--accent); border-radius: 50%; }

.section { padding: 120px 0; }
.section-light { color: var(--ink); background: var(--paper); border-radius: 42px 42px 0 0; }
.section-heading { max-width: 730px; margin-bottom: 56px; }
.section-heading h2, .process-copy h2, .gallery-head h2, .privacy-card h2, .final-cta h2 { margin: 20px 0; font-size: clamp(40px, 5.1vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading p { max-width: 610px; color: var(--ink-muted); font-size: 18px; }
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.feature-card { position: relative; overflow: hidden; min-height: 330px; padding: 34px; border-radius: var(--radius); border: 1px solid rgba(21,21,21,.09); background: #fff; box-shadow: 0 18px 60px rgba(37,29,18,.06); }
.feature-card h3 { margin: 14px 0 12px; font-size: 28px; line-height: 1.1; letter-spacing: -.035em; }
.feature-card p { color: #6c6963; }
.feature-number { display: inline-flex; color: #85817a; font-size: 12px; letter-spacing: .16em; font-weight: 900; }
.feature-large { grid-column: span 7; display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; align-items: center; background: #fff; }
.feature-dark { grid-column: span 5; color: #fff; background: #151515; border-color: #151515; }
.feature-dark p { color: #aaa59e; }
.feature-accent { grid-column: span 5; color: #18100c; background: var(--accent); border-color: var(--accent); }
.feature-accent p { color: rgba(24,16,12,.67); }
.feature-wide { grid-column: span 7; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: center; background: #e9e4da; }
.mini-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 24px 0 0; }
.mini-list li { padding: 8px 12px; background: #f0ece4; border-radius: 999px; font-size: 12px; font-weight: 750; }
.dashboard-art { position: relative; min-height: 278px; padding: 22px; background: #161616; border-radius: 25px; box-shadow: 0 28px 55px rgba(0,0,0,.25); transform: rotate(3deg); }
.dash-top { display: flex; gap: 6px; }
.dash-top span { width: 7px; height: 7px; border-radius: 50%; background: #474747; }
.dash-top span:first-child { background: var(--accent); }
.dash-ring { width: 112px; height: 112px; display: grid; place-items: center; align-content: center; margin: 34px auto 22px; border: 8px solid #2e2e2e; border-right-color: var(--accent); border-top-color: var(--accent); border-radius: 50%; color: #fff; transform: rotate(-14deg); }
.dash-ring > * { transform: rotate(14deg); }
.dash-ring b { font-size: 32px; line-height: 1; }
.dash-ring small { color: #aaa; }
.dash-bars { height: 70px; display: flex; align-items: flex-end; justify-content: center; gap: 8px; }
.dash-bars i { width: 12px; height: var(--h); background: #393939; border-radius: 5px 5px 2px 2px; }
.dash-bars i:nth-child(4), .dash-bars i:nth-child(6) { background: var(--accent); }
.icon-box { width: 60px; height: 60px; display: grid; place-items: center; margin-top: 42px; color: var(--accent); border: 1px solid rgba(255,123,44,.28); background: rgba(255,123,44,.09); border-radius: 18px; font-size: 34px; }
.progress-orb { position: relative; width: 128px; height: 128px; display: grid; place-items: center; margin: 25px 0 8px; background: conic-gradient(#17110d 0 75%, rgba(23,17,13,.18) 75%); border-radius: 50%; }
.progress-orb::after { content: ""; position: absolute; width: 98px; height: 98px; background: var(--accent); border-radius: 50%; }
.progress-orb span { position: relative; z-index: 2; font-size: 25px; font-weight: 900; }
.stack-cards { display: grid; gap: 10px; }
.stack-cards span { display: flex; align-items: center; gap: 14px; padding: 17px; background: rgba(255,255,255,.65); border: 1px solid rgba(21,21,21,.08); border-radius: 15px; font-size: 13px; font-weight: 750; transform: translateX(var(--offset, 0)); }
.stack-cards span:nth-child(2) { --offset: 18px; }
.stack-cards span:nth-child(3) { --offset: 36px; }
.stack-cards b { color: var(--accent); }

.process-section { background: #101010; }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.process-copy { position: sticky; top: 120px; }
.process-copy p { max-width: 520px; color: #9e9a94; font-size: 17px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { display: grid; grid-template-columns: 68px 1fr; gap: 25px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.steps li:first-child { border-top: 1px solid var(--line); }
.steps > li > span { display: grid; place-items: center; width: 56px; height: 56px; color: #15100c; background: var(--accent); border-radius: 18px; font-weight: 900; font-size: 20px; }
.steps h3 { margin: 2px 0 8px; font-size: 25px; letter-spacing: -.03em; }
.steps p { color: #99958f; margin: 0; }

.gallery-section { overflow: hidden; color: var(--ink); background: var(--paper-2); }
.gallery-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.gallery-head h2 { margin-bottom: 0; }
.gallery-controls { display: flex; gap: 10px; }
.gallery-controls button { width: 50px; height: 50px; border: 1px solid rgba(21,21,21,.13); color: var(--ink); background: rgba(255,255,255,.55); border-radius: 50%; cursor: pointer; transition: transform .2s, background .2s; }
.gallery-controls button:hover { transform: translateY(-2px); background: #fff; }
.gallery-track-wrap { margin-top: 44px; }
.gallery-track { display: flex; gap: 20px; overflow-x: auto; padding: 15px max(20px, calc((100vw - var(--container)) / 2)) 35px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-item { flex: 0 0 278px; padding: 0; overflow: hidden; border: 8px solid #171717; background: #171717; border-radius: 38px; box-shadow: 0 24px 60px rgba(50,37,24,.18); cursor: zoom-in; scroll-snap-align: start; transition: transform .25s, box-shadow .25s; }
.gallery-item:hover { transform: translateY(-8px) rotate(-1deg); box-shadow: 0 35px 75px rgba(50,37,24,.28); }
.gallery-item img { width: 100%; height: auto; }

.privacy-section { padding-top: 0; color: var(--text); background: var(--paper-2); }
.privacy-card { position: relative; display: grid; grid-template-columns: 90px 1fr auto; gap: 28px; align-items: center; padding: 48px; overflow: hidden; background: #151515; border-radius: 30px; }
.privacy-card::after { content: ""; position: absolute; right: -90px; top: -130px; width: 330px; height: 330px; background: radial-gradient(circle, rgba(255,123,44,.22), transparent 66%); }
.privacy-icon { width: 72px; height: 72px; display: grid; place-items: center; color: var(--accent); border: 1px solid rgba(255,123,44,.25); background: rgba(255,123,44,.08); border-radius: 22px; font-size: 36px; }
.privacy-card h2 { margin: 10px 0 12px; font-size: clamp(34px, 4vw, 52px); }
.privacy-card p { max-width: 700px; margin: 0; color: #aaa59e; }
.text-link { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; color: var(--accent); font-weight: 800; }
.text-link img { color: currentColor; }

.faq-section { color: var(--ink); background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.accordion details { border-top: 1px solid rgba(21,21,21,.12); }
.accordion details:last-child { border-bottom: 1px solid rgba(21,21,21,.12); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 820; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 24px; color: var(--accent); transition: transform .25s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 650px; padding: 0 42px 24px 0; color: var(--ink-muted); }

.final-cta { position: relative; overflow: hidden; padding: 110px 0; background: #0b0b0b; }
.cta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; }
.cta-icon { border-radius: 25px; box-shadow: 0 24px 60px rgba(0,0,0,.45); }
.final-cta h2 { margin-bottom: 0; font-size: clamp(40px, 5vw, 66px); }
.store-row.compact { margin-top: 0; display: grid; }
.store-row.compact .store-button { min-width: 190px; }
.cta-glow { position: absolute; right: 10%; top: -130px; width: 420px; height: 420px; background: var(--accent); border-radius: 50%; filter: blur(130px); opacity: .15; }

.site-footer { background: #080808; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: .5fr 1fr 1.4fr; gap: 40px; align-items: start; padding: 55px 0 40px; }
.footer-top p { max-width: 440px; color: #85827d; font-size: 14px; }
.footer-top nav { display: flex; justify-content: flex-end; gap: 22px; flex-wrap: wrap; color: #b1ada7; font-size: 13px; font-weight: 700; }
.footer-top nav a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 28px; border-top: 1px solid var(--line); color: #5f5d59; font-size: 12px; }

.cookie-banner { position: fixed; z-index: 120; left: 24px; right: 24px; bottom: 24px; display: none; align-items: center; justify-content: space-between; gap: 25px; max-width: 1020px; margin: 0 auto; padding: 20px; color: #eeeae4; background: rgba(21,21,21,.96); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; box-shadow: 0 24px 70px rgba(0,0,0,.48); backdrop-filter: blur(16px); }
.cookie-banner.show { display: flex; }
.cookie-banner strong { display: block; margin-bottom: 4px; }
.cookie-banner p { margin: 0; color: #aaa7a1; font-size: 13px; }
.cookie-banner a { color: var(--accent); text-decoration: underline; }
.cookie-actions { display: flex; gap: 9px; flex: 0 0 auto; }
.button-primary, .button-secondary { padding: 11px 15px; border-radius: 11px; cursor: pointer; font-weight: 800; border: 1px solid transparent; }
.button-primary { background: var(--accent); color: #16110d; }
.button-secondary { background: transparent; color: #ddd9d2; border-color: rgba(255,255,255,.18); }

.lightbox { position: fixed; z-index: 150; inset: 0; display: none; align-items: center; justify-content: center; padding: 30px 80px; background: rgba(0,0,0,.88); backdrop-filter: blur(12px); }
.lightbox.open { display: flex; }
.lightbox-frame { max-height: 88vh; overflow: hidden; border: 8px solid #181818; border-radius: 34px; box-shadow: 0 40px 120px rgba(0,0,0,.6); }
.lightbox-frame img { width: auto; max-height: calc(88vh - 16px); }
.lightbox-close, .lightbox-arrow { position: absolute; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); color: #fff; background: rgba(25,25,25,.8); border-radius: 50%; cursor: pointer; }
.lightbox-close { top: 22px; right: 22px; width: 48px; height: 48px; font-size: 32px; }
.lightbox-arrow { top: 50%; width: 52px; height: 52px; transform: translateY(-50%); font-size: 22px; }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; color: var(--ink); background: var(--paper); }
.legal-header { position: static; background: #0b0b0b; }
.legal-main { padding: 90px 0 110px; }
.legal-hero { max-width: 800px; margin-bottom: 52px; }
.legal-hero h1 { color: var(--ink); font-size: clamp(46px, 7vw, 76px); }
.legal-hero p { color: var(--ink-muted); font-size: 18px; }
.legal-content { max-width: 850px; }
.legal-content section { padding: 28px 0; border-top: 1px solid rgba(21,21,21,.12); }
.legal-content h2 { font-size: 26px; letter-spacing: -.035em; }
.legal-content p, .legal-content li { color: #5f5b55; }
.legal-content a { color: #d75f15; text-decoration: underline; }
.legal-back { display: inline-flex; gap: 8px; margin-bottom: 35px; font-weight: 800; color: #d75f15; }

@keyframes phoneFloat { 0%,100% { transform: rotate(1.5deg) translateY(0); } 50% { transform: rotate(.2deg) translateY(-14px); } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  h1 { font-size: clamp(48px, 7.5vw, 72px); }
  .phone-main { width: 240px; }
  .phone-back { width: 182px; }
  .float-card { width: 190px; }
  .float-top { right: -5px; }
  .float-bottom { left: -5px; }
  .feature-large, .feature-wide { grid-column: span 12; }
  .feature-dark, .feature-accent { grid-column: span 6; }
  .privacy-card { grid-template-columns: 76px 1fr; }
  .privacy-card .text-link { grid-column: 2; }
  .cta-inner { grid-template-columns: auto 1fr; }
  .store-row.compact { grid-column: 2; display: flex; }
}

@media (max-width: 820px) {
  .site-header { height: 70px; }
  .nav-toggle { display: block; position: relative; z-index: 3; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 26px; background: rgba(8,8,8,.97); font-size: 24px; opacity: 0; visibility: hidden; transition: opacity .2s, visibility .2s; }
  .main-nav.open { opacity: 1; visibility: visible; }
  .nav-cta { font-size: 17px; }
  .hero { padding-top: 120px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; margin-inline: auto; }
  .hero-copy .eyebrow, .store-row, .hero-points { justify-content: center; }
  .hero-visual { min-height: 610px; margin-top: 10px; }
  .phone-main { width: 270px; }
  .phone-back { width: 198px; }
  .phone-back-left { left: 8%; }
  .phone-back-right { right: 8%; }
  .float-top { right: 4%; }
  .float-bottom { left: 5%; }
  .trust-grid { padding: 20px 0; flex-wrap: wrap; justify-content: center; }
  .trust-grid i { display: none; }
  .section { padding: 90px 0; }
  .process-grid, .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .process-copy { position: static; }
  .privacy-card { padding: 38px; }
  .cta-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .store-row.compact { grid-column: auto; justify-content: center; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; }
  .footer-top nav { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--container)); }
  .hero { min-height: auto; padding: 110px 0 50px; }
  h1 { font-size: clamp(46px, 15vw, 64px); }
  .hero-lead { font-size: 17px; }
  .store-row { display: grid; width: 100%; }
  .store-button { width: 100%; justify-content: center; }
  .hero-points { display: grid; gap: 11px; justify-items: start; max-width: 300px; margin-inline: auto; }
  .hero-visual { min-height: 520px; }
  .phone-main { width: 236px; }
  .phone-back { width: 168px; }
  .phone-back-left { left: -2%; }
  .phone-back-right { right: -2%; }
  .orbit-a { width: 390px; height: 390px; }
  .orbit-b { width: 310px; height: 310px; }
  .float-card { width: 176px; padding: 10px; }
  .float-card small { font-size: 9px; }
  .float-top { top: 78px; right: -8px; }
  .float-bottom { bottom: 55px; left: -8px; }
  .feature-card { padding: 26px; }
  .feature-large, .feature-wide, .feature-dark, .feature-accent { grid-column: span 12; }
  .feature-large, .feature-wide { grid-template-columns: 1fr; }
  .dashboard-art { min-height: 250px; }
  .stack-cards span:nth-child(n) { transform: none; }
  .steps li { grid-template-columns: 54px 1fr; gap: 16px; }
  .steps > li > span { width: 48px; height: 48px; }
  .gallery-head { align-items: flex-end; }
  .gallery-controls { display: none; }
  .gallery-item { flex-basis: 242px; }
  .privacy-card { grid-template-columns: 1fr; padding: 30px; }
  .privacy-card .text-link { grid-column: auto; }
  .privacy-icon { width: 60px; height: 60px; }
  .accordion summary { font-size: 16px; }
  .final-cta { padding: 85px 0; }
  .store-row.compact { display: grid; width: 100%; }
  .footer-bottom { flex-direction: column; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; flex-direction: column; align-items: stretch; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .lightbox { padding: 50px 16px 20px; }
  .lightbox-arrow { top: auto; bottom: 18px; transform: none; }
  .lightbox-prev { left: calc(50% - 62px); }
  .lightbox-next { right: calc(50% - 62px); }
  .lightbox-frame { max-height: 78vh; }
  .lightbox-frame img { max-height: calc(78vh - 16px); }
}

@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; }
}
