/* ===========================================================
   راديو وموقع الناس — Premium dark landing (2026)
   Brand gold #FFAF00 / #FCB73F · ink #0B0B0D
   =========================================================== */

:root {
  --gold: #ffaf00;
  --gold-2: #ffc24d;
  --gold-deep: #f59300;
  --gold-grad: linear-gradient(135deg, #ffce6b 0%, #ffaf00 52%, #f08a00 100%);

  --bg: #0b0b0d;
  --bg-2: #0f0f12;
  --surface: rgba(255, 255, 255, .045);
  --surface-2: rgba(255, 255, 255, .07);
  --border: rgba(255, 255, 255, .09);
  --border-2: rgba(255, 255, 255, .14);

  --text: #f3f3f5;
  --muted: #9b9ba6;
  --muted-2: #74747f;

  --radius: 24px;
  --radius-sm: 16px;
  --shadow-lg: 0 30px 70px rgba(0, 0, 0, .55);
  --shadow-gold: 0 20px 60px rgba(255, 175, 0, .28);
  --container: 1200px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Tajawal', system-ui, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.75;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }

.grad-text {
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ===== Aurora backdrop ===== */
.aurora { position: fixed; inset: 0; z-index: -1; overflow: hidden; background:
    radial-gradient(120% 80% at 100% 0%, #16140d 0%, transparent 55%),
    radial-gradient(120% 80% at 0% 0%, #121319 0%, transparent 50%),
    var(--bg); }
.aurora span { position: absolute; border-radius: 50%; filter: blur(90px); }
.aurora-a { width: 620px; height: 620px; background: radial-gradient(circle, rgba(255,175,0,.20), transparent 70%); top: -220px; inset-inline-end: -120px; animation: drift 24s ease-in-out infinite; }
.aurora-b { width: 520px; height: 520px; background: radial-gradient(circle, rgba(86,120,255,.10), transparent 70%); top: 38%; inset-inline-start: -160px; animation: drift 30s ease-in-out infinite reverse; }
.grid-overlay { position: absolute; inset: 0; filter: none; border-radius: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(120% 90% at 50% 0%, #000 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 0%, transparent 70%); }
@keyframes drift { 0%,100% { transform: translate(0,0) } 50% { transform: translate(-30px, 40px) } }

/* ===== Header ===== */
.site-header { position: sticky; top: 0; z-index: 100; transition: background .35s, box-shadow .35s, border-color .35s; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(11, 11, 13, .72); backdrop-filter: blur(16px) saturate(140%); border-color: var(--border); }
.nav-inner { display: flex; align-items: center; gap: 18px; height: 78px; }
.brand-logo { height: 40px; width: auto; }
.brand { display: inline-flex; align-items: center; }
.nav-links { display: flex; gap: 28px; margin-inline-start: auto; }
.nav-links a { font-weight: 500; color: var(--muted); position: relative; padding: 4px 2px; transition: color .2s; }
.nav-links a::after { content: ""; position: absolute; bottom: -3px; inset-inline: 0; height: 2px; background: var(--gold-grad); transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); border-radius: 2px; }
.nav-links a:hover { color: var(--text); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta { margin-inline-start: 6px; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; margin-inline-start: auto; }
.nav-toggle span { width: 26px; height: 2.5px; background: var(--text); border-radius: 3px; transition: .3s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: inherit; font-weight: 700; font-size: .98rem; padding: 13px 28px; border-radius: 999px; cursor: pointer; border: 0; transition: transform .25s var(--ease), box-shadow .25s var(--ease), filter .2s; }
.btn-primary { background: var(--gold-grad); color: #2a1c00; box-shadow: var(--shadow-gold); }
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 26px 64px rgba(255,175,0,.4); }
.btn-sm { padding: 10px 22px; font-size: .92rem; }

/* ===== Hero ===== */
.hero { position: relative; padding: 64px 0 84px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 48px; align-items: center; }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: .92rem; color: var(--gold-2); background: rgba(255,175,0,.08); border: 1px solid rgba(255,175,0,.22); padding: 7px 16px; border-radius: 999px; margin-bottom: 22px; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 0 rgba(255,175,0,.55); animation: pulse 1.8s infinite; }

.hero-title { font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 900; line-height: 1.18; letter-spacing: -1px; color: #fff; }
.hero-lead { font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--muted); margin-top: 22px; max-width: 540px; }

.trust-row { display: flex; align-items: center; gap: 22px; margin-top: 30px; flex-wrap: wrap; }
.trust-item { display: flex; flex-direction: column; gap: 2px; }
.trust-num { font-size: 1.5rem; font-weight: 900; color: #fff; line-height: 1.1; }
.trust-num small { font-size: .8rem; color: var(--gold-2); margin-inline-start: 2px; }
.trust-cap { font-size: .82rem; color: var(--muted-2); }
.trust-badge { font-size: 1.05rem; font-weight: 800; color: var(--gold-2); }
.trust-sep { width: 1px; height: 38px; background: var(--border-2); }

.cta-group { margin-top: 30px; }
.store-badges { display: flex; gap: 14px; flex-wrap: wrap; }
.store-badges--center { justify-content: center; margin-top: 28px; }
.store-badge img { height: 54px; width: auto; border-radius: 11px; box-shadow: 0 10px 26px rgba(0,0,0,.5); outline: 1px solid rgba(255,255,255,.08); outline-offset: -1px; transition: transform .25s var(--ease), box-shadow .25s; }
.store-badge:hover img { transform: translateY(-3px) scale(1.03); box-shadow: 0 16px 34px rgba(0,0,0,.6); }

.official-note { display: flex; gap: 12px; align-items: flex-start; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-sm); padding: 14px 18px; margin-top: 28px; max-width: 540px; backdrop-filter: blur(6px); }
.official-note p { font-size: .92rem; color: var(--muted); margin: 0; }
.official-note a { color: var(--gold-2); font-weight: 700; border-bottom: 1px solid transparent; }
.official-note a:hover { border-color: var(--gold-2); }
.official-icon { flex: none; width: 26px; height: 26px; display: grid; place-items: center; background: var(--gold-grad); color: #2a1c00; border-radius: 50%; font-size: .78rem; font-weight: 900; margin-top: 2px; }

/* Hero visual */
.hero-visual { position: relative; display: grid; place-items: center; min-height: 560px; }
.phone-glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(255,175,0,.32), transparent 68%); filter: blur(30px); }
.phone-stage { position: relative; display: grid; place-items: center; }
/* light rim so the black phone frame separates from the dark bg */
.hero-phone { position: relative; border-radius: 38px;
  filter: drop-shadow(0 0 1px rgba(255,255,255,.32)) drop-shadow(0 34px 54px rgba(0,0,0,.6)); }
.hero-phone-main { width: 300px; z-index: 2; animation: floatPhone 6.5s ease-in-out infinite; }
.hero-phone-side { position: absolute; width: 224px; inset-inline-start: -14%; bottom: 4%; z-index: 1; opacity: .94; transform: rotate(-9deg); animation: floatPhone 8s ease-in-out infinite reverse; }
@keyframes floatPhone { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-16px) } }
.hero-phone-side { animation-name: floatPhoneSide; }
@keyframes floatPhoneSide { 0%,100% { transform: rotate(-9deg) translateY(0) } 50% { transform: rotate(-9deg) translateY(-14px) } }

.live-chip { position: absolute; inset-inline-end: 2%; top: 16%; z-index: 5; display: flex; align-items: center; gap: 11px; background: rgba(15,15,18,.82); border: 1px solid var(--border-2); backdrop-filter: blur(12px); padding: 12px 16px; border-radius: 16px; box-shadow: var(--shadow-lg); font-size: .82rem; line-height: 1.35; animation: floatPhone 7s ease-in-out infinite; }
.live-chip strong { color: var(--gold-2); }
.live-dot { width: 10px; height: 10px; border-radius: 50%; background: #ff4d4d; box-shadow: 0 0 0 0 rgba(255,77,77,.6); animation: pulse 1.6s infinite; flex: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(255,77,77,.55) } 70% { box-shadow: 0 0 0 11px rgba(255,77,77,0) } 100% { box-shadow: 0 0 0 0 rgba(255,77,77,0) } }
.live-eq { display: flex; align-items: flex-end; gap: 2.5px; height: 18px; }
.live-eq i { width: 3px; background: var(--gold-grad); border-radius: 2px; animation: eq 1s ease-in-out infinite; }
.live-eq i:nth-child(1){height:40%;animation-delay:0s}
.live-eq i:nth-child(2){height:90%;animation-delay:.2s}
.live-eq i:nth-child(3){height:60%;animation-delay:.4s}
.live-eq i:nth-child(4){height:100%;animation-delay:.1s}
@keyframes eq { 0%,100% { transform: scaleY(.4) } 50% { transform: scaleY(1) } }

/* ===== Marquee ===== */
.marquee { border-block: 1px solid var(--border); padding: 18px 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); background: rgba(255,255,255,.015); }
.marquee-track { display: flex; align-items: center; gap: 30px; white-space: nowrap; width: max-content; animation: marquee 28s linear infinite; }
.marquee-track span { font-size: 1.15rem; font-weight: 800; color: var(--muted); letter-spacing: .3px; }
.marquee-track .dot { color: var(--gold); font-size: .85rem; }
@keyframes marquee { from { transform: translateX(0) } to { transform: translateX(50%) } }

/* ===== Sections ===== */
.section { padding: 104px 0; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 60px; }
.section-tag { display: inline-block; color: var(--gold-2); font-weight: 700; font-size: .9rem; letter-spacing: 1px; margin-bottom: 12px; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); font-weight: 900; color: #fff; letter-spacing: -.6px; line-height: 1.25; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 1.08rem; }

/* ===== Bento ===== */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.bento-card { position: relative; overflow: hidden; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; transition: transform .35s var(--ease), border-color .35s, background .35s; }
.bento-card:hover { transform: translateY(-5px); border-color: var(--border-2); background: var(--surface-2); }
.bento-card h3 { font-size: 1.22rem; font-weight: 800; color: #fff; margin-bottom: 8px; }
.bento-card p { color: var(--muted); font-size: .98rem; }
.feature-ic { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; color: var(--gold-2); background: linear-gradient(150deg, rgba(255,175,0,.16), rgba(255,175,0,.05)); border: 1px solid rgba(255,175,0,.22); margin-bottom: 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.feature-ic svg { width: 27px; height: 27px; }
.bento-card:hover .feature-ic { color: var(--gold); }

.bento-lg { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(150deg, rgba(255,175,0,.14), rgba(255,175,0,.02) 60%); border-color: rgba(255,175,0,.22); min-height: 260px; }
.bento-radio { position: relative; width: 96px; height: 96px; display: grid; place-items: center; }
.radio-core { position: relative; z-index: 2; color: var(--gold-2); display: grid; place-items: center; }
.radio-core svg { width: 46px; height: 46px; }
.radio-rings { position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(255,175,0,.4); animation: ring 2.6s ease-out infinite; }
.radio-rings::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(255,175,0,.4); animation: ring 2.6s ease-out infinite; animation-delay: 1.3s; }
@keyframes ring { 0% { transform: scale(.6); opacity: .9 } 100% { transform: scale(1.8); opacity: 0 } }
.bento-lg h3 { font-size: 1.6rem; }
.bento-lg p { font-size: 1.05rem; max-width: 90%; }
.bento-eq { position: absolute; inset-inline-end: 28px; bottom: 26px; display: flex; align-items: flex-end; gap: 4px; height: 46px; opacity: .9; }
.bento-eq i { width: 5px; background: var(--gold-grad); border-radius: 3px; animation: eq 1.1s ease-in-out infinite; }
.bento-eq i:nth-child(1){height:30%;animation-delay:0s}
.bento-eq i:nth-child(2){height:70%;animation-delay:.15s}
.bento-eq i:nth-child(3){height:100%;animation-delay:.3s}
.bento-eq i:nth-child(4){height:55%;animation-delay:.45s}
.bento-eq i:nth-child(5){height:85%;animation-delay:.2s}
.bento-eq i:nth-child(6){height:40%;animation-delay:.35s}

.bento-wide { grid-column: span 2; display: flex; align-items: center; gap: 22px; }
.bento-wide .feature-ic { margin-bottom: 0; flex: none; }

/* ===== Gallery — 3D coverflow tour ===== */
.tour { padding-bottom: 96px; overflow: hidden; }
.tour-viewport { position: relative; margin-top: 8px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent); }
.tour-stage { position: relative; height: clamp(430px, 56vw, 560px); perspective: 1700px; transform-style: preserve-3d; }
.tour-glow { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: clamp(260px, 32vw, 380px); height: clamp(260px, 32vw, 380px); border-radius: 50%; background: radial-gradient(circle, rgba(255,175,0,.24), transparent 70%); filter: blur(36px); z-index: 0; pointer-events: none; opacity: 1; transition: opacity .45s var(--ease); }
/* hide the glow while phones are mid-transition so it never flashes through the gap */
.tour-stage.is-moving .tour-glow { opacity: 0; }

.tour-item { position: absolute; left: 50%; top: 50%; width: clamp(206px, 26vw, 272px); margin: 0; transform-style: preserve-3d; cursor: pointer; -webkit-tap-highlight-color: transparent;
  transition: transform .7s var(--ease), opacity .7s var(--ease), filter .7s var(--ease); will-change: transform, opacity; }
.tour-item img { width: 100%; border-radius: 34px; pointer-events: none;
  transition: filter .55s var(--ease);
  filter: drop-shadow(0 0 1px rgba(255,255,255,.3)) drop-shadow(0 28px 48px rgba(0,0,0,.6)); }
.tour-item.is-active { cursor: default; }
.tour-item.is-active img {
  filter: drop-shadow(0 0 1.5px rgba(255,255,255,.45)) drop-shadow(0 34px 60px rgba(0,0,0,.6)); }

.tour-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 40; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--border-2); background: rgba(15,15,18,.7); backdrop-filter: blur(10px); color: #fff; font-size: 1.7rem; line-height: 1; display: grid; place-items: center; cursor: pointer; transition: background .25s, transform .25s, border-color .25s; }
.tour-nav:hover { background: var(--gold-grad); color: #2a1c00; border-color: transparent; transform: translateY(-50%) scale(1.06); }
.tour-next { inset-inline-end: max(12px, calc((100vw - var(--container)) / 2)); }
.tour-prev { inset-inline-start: max(12px, calc((100vw - var(--container)) / 2)); }

.tour-caption { text-align: center; margin-top: 14px; min-height: 78px; }
.tour-caption h3 { font-size: 1.45rem; font-weight: 800; color: #fff; }
.tour-caption p { color: var(--muted); font-size: 1.02rem; max-width: 440px; margin: 6px auto 0; }
.tour-caption.swap h3, .tour-caption.swap p { animation: capIn .5s var(--ease); }
@keyframes capIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.tour-dots { display: flex; justify-content: center; gap: 10px; margin-top: 22px; }
.tour-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 99px; background: var(--border-2); cursor: pointer; transition: width .35s var(--ease), background .35s; }
.tour-dots button.active { width: 30px; background: var(--gold-grad); }

/* ===== About ===== */
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: center; }
.about-visual { position: relative; display: grid; place-items: center; }
.about-glow { position: absolute; width: 340px; height: 340px; border-radius: 50%; background: radial-gradient(circle, rgba(255,175,0,.26), transparent 68%); filter: blur(28px); }
.about-phone { position: relative; width: 280px; border-radius: 36px; filter: drop-shadow(0 0 1px rgba(255,255,255,.3)) drop-shadow(0 28px 50px rgba(0,0,0,.6)); animation: floatPhone 7.5s ease-in-out infinite; }
.about-copy h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); font-weight: 900; color: #fff; margin: 8px 0 18px; letter-spacing: -.5px; }
.about-copy p { color: var(--muted); font-size: 1.12rem; }
.about-list { list-style: none; margin: 24px 0 30px; display: grid; gap: 13px; }
.about-list li { position: relative; padding-inline-start: 32px; color: var(--text); font-weight: 500; }
.about-list li::before { content: "✔"; position: absolute; inset-inline-start: 0; top: 1px; width: 21px; height: 21px; background: var(--gold-grad); color: #2a1c00; border-radius: 50%; font-size: .68rem; font-weight: 900; display: grid; place-items: center; }

/* ===== Download CTA ===== */
.download { padding: 60px 0 110px; }
.download-card { position: relative; overflow: hidden; border-radius: 32px; padding: 72px 30px; text-align: center; background: linear-gradient(160deg, rgba(255,175,0,.12), rgba(255,255,255,.03)); border: 1px solid rgba(255,175,0,.2); box-shadow: var(--shadow-lg); }
.download-inner { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }
.download-logo { height: 54px; width: auto; margin: 0 auto 22px; }
.download-card h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); font-weight: 900; color: #fff; letter-spacing: -.5px; }
.download-card p { color: var(--muted); margin-top: 12px; font-size: 1.1rem; }
.download-glow { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(255,175,0,.3), transparent 65%); filter: blur(60px); top: -220px; inset-inline-end: -120px; }

/* ===== Footer ===== */
.site-footer { border-top: 1px solid var(--border); padding-top: 70px; background: var(--bg-2); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 44px; padding-bottom: 52px; }
.footer-logo { height: 44px; width: auto; margin-bottom: 18px; }
.footer-about { color: var(--muted); max-width: 340px; }
.footer-col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; font-weight: 800; }
.footer-col ul { list-style: none; display: grid; gap: 11px; }
.footer-col a { color: var(--muted); transition: color .2s; }
.footer-col a:hover { color: var(--gold-2); }
.footer-contact a { display: inline-flex; align-items: center; gap: 9px; }
.footer-contact svg { width: 17px; height: 17px; color: var(--gold-2); flex: none; }
.footer-stores { display: flex; gap: 12px; margin-top: 20px; }
.footer-stores img { height: 40px; width: auto; border-radius: 9px; outline: 1px solid rgba(255,255,255,.08); transition: transform .2s; }
.footer-stores a:hover img { transform: translateY(-2px); }
.footer-bottom { border-top: 1px solid var(--border); padding: 24px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .88rem; color: var(--muted-2); }
.dev-credit a { color: var(--gold-2); font-weight: 700; }

/* ===== Sticky mobile CTA ===== */
.sticky-cta { position: fixed; inset-inline: 12px; bottom: 12px; z-index: 90; display: none; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 12px 10px 16px; background: rgba(15,15,18,.9); backdrop-filter: blur(14px); border: 1px solid var(--border-2); border-radius: 18px; box-shadow: var(--shadow-lg); transform: translateY(160%); transition: transform .4s var(--ease); }
.sticky-cta.show { transform: translateY(0); }
.sticky-info { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: .92rem; color: var(--text); }
.sticky-logo { height: 30px; width: auto; }

/* ===== Reveal ===== */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ===== Responsive ===== */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { order: 2; }
  .hero-visual { order: 1; min-height: 470px; }
  .eyebrow, .official-note, .hero-lead { margin-inline: auto; }
  .official-note { text-align: start; }
  .store-badges, .trust-row { justify-content: center; }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-visual { order: 2; }
  .about-copy { text-align: center; }
  .about-list { display: inline-grid; text-align: start; }
  .bento-lg, .bento-wide { grid-column: span 2; }
  .bento-lg { grid-row: auto; }
}
@media (max-width: 760px) {
  .nav-links { position: fixed; inset: 78px 0 auto 0; flex-direction: column; gap: 0; background: rgba(11,11,13,.97); backdrop-filter: blur(16px); padding: 8px 24px 20px; border-bottom: 1px solid var(--border); transform: translateY(-130%); transition: transform .35s var(--ease); margin: 0; }
  .nav-links.open { transform: translateY(0); }
  .nav-links a { padding: 15px 0; border-bottom: 1px solid var(--border); color: var(--text); }
  .nav-toggle { display: flex; }
  .nav-cta { display: none; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-lg, .bento-wide { grid-column: span 2; }
  .bento-wide { flex-direction: row; }
  .section { padding: 76px 0; }
  .download { padding: 40px 0 90px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom-inner { flex-direction: column; }
  .sticky-cta { display: flex; }
  .live-chip { inset-inline-end: -2%; font-size: .76rem; padding: 10px 13px; }
}
@media (max-width: 460px) {
  .hero-phone-main { width: 248px; }
  .hero-phone-side { display: none; }
  .bento { grid-template-columns: 1fr; }
  .bento-lg, .bento-wide { grid-column: span 1; }
  .bento-wide { flex-direction: column; align-items: flex-start; }
  .trust-row { gap: 14px; }
  .trust-sep { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}
