/* Roma Explorer — Landing
   Theme via CSS variables */

:root {
  /* Terracotta (default) */
  --tc: #C98359;        /* terracotta */
  --gs: #FAC26E;        /* gold/sun */
  --ink: #3B2E40;       /* deep plum text */
  --muted: #8A7A65;     /* warm muted */
  --surface: #FFFFFF;   /* card / sheet surface */
  --surface-2: #FBF7F0; /* secondary surface */
  --paper: #F4F1EC;     /* page base */
  --line: rgba(59,46,64,0.10);
  --line-soft: rgba(59,46,64,0.06);
  --appbar: #C98359;
  --appbar-ink: #FFFFFF;
  --btn-bg: #3B2E40;
  --btn-ink: #FFFFFF;
  --bg-grad: radial-gradient(ellipse at 70% -10%, #F8EFE2 0%, #EFE3D0 55%, #E8DBC4 100%);
  --shadow: 0 24px 60px rgba(59,46,64,0.16);
  --shadow-sm: 0 8px 24px rgba(59,46,64,0.10);
  --dark-band: #2A2036;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Poppins', system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; background: #E8D8C5; }
a { color: inherit; text-decoration: none; }

.wrap { width: min(1180px, 100% - 48px); margin-inline: auto; }

/* ── Shared type ── */
.eyebrow {
  display: inline-block;
  font-family: 'Play', monospace;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--tc);
  white-space: nowrap;
}
.eyebrow--light { color: var(--gs); }
.sec-head { max-width: 640px; margin-bottom: 52px; }
.sec-title {
  font-weight: 700;
  font-size: clamp(30px, 4.4vw, 52px);
  line-height: 1.04;
  letter-spacing: -1.2px;
  margin: 14px 0 0;
  text-wrap: balance;
}
.sec-lede {
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
  color: var(--muted);
  margin: 18px 0 0;
  max-width: 52ch;
}

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 22px; border-radius: 999px;
  font-weight: 600; font-size: 15px; cursor: pointer;
  border: 1.5px solid transparent; transition: transform .18s, box-shadow .18s, background .2s;
}
.btn--solid { background: var(--tc); color: #fff; box-shadow: var(--shadow-sm); }
.btn--solid:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(201,131,89,.32); }
.btn--ghost { border-color: var(--line); color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--surface); transform: translateY(-2px); }

.store {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 11px 20px; border-radius: 15px;
  font-weight: 600; transition: transform .18s, box-shadow .18s;
}
.store span { display: flex; flex-direction: column; line-height: 1.15; font-size: 16px; }
.store small { font-weight: 400; font-size: 10.5px; opacity: .7; letter-spacing: .3px; }
.store--dark { background: var(--btn-bg); color: var(--btn-ink); }
.store--light { background: #fff; color: var(--ink); }
.store:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }

/* ── Header ── */
.nav {
  position: sticky; top: 0; z-index: 100;
  transition: background .3s, box-shadow .3s, backdrop-filter .3s;
}
.nav.is-stuck {
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 18px; letter-spacing: -.3px; }
.brand__mark {
  display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px;
  background: var(--tc); color: #fff;
}
.nav__links { display: flex; gap: 30px; }
.nav__links a { font-size: 14.5px; font-weight: 500; color: var(--muted); transition: color .2s; }
.nav__links a:hover { color: var(--ink); }
.nav__cta { padding: 10px 18px; font-size: 14px; }

/* ── Hero ── */
.hero { position: relative; padding: 40px 0 90px; overflow: hidden; }
.hero__bg { position: absolute; inset: -10% -10% 0; background: var(--bg-grad); z-index: -2; }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center; }
.hero__title {
  font-weight: 700; font-size: clamp(40px, 6vw, 76px); line-height: .98;
  letter-spacing: -2.4px; margin: 18px 0 0;
}
.hero__lede { font-size: clamp(16px, 1.6vw, 19px); line-height: 1.6; color: var(--muted); margin: 24px 0 0; max-width: 46ch; }
.hero__cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero__cta--center { justify-content: center; }
.hero__proof { display: flex; align-items: center; gap: 12px; margin-top: 26px; font-size: 13.5px; color: var(--muted); }
.hero__proof strong { color: var(--ink); }
.stars { color: var(--gs); letter-spacing: 2px; font-size: 15px; }

/* Hero device */
.hero__device { position: relative; display: grid; place-items: center; }
.hero__glow {
  position: absolute; width: 80%; height: 80%; border-radius: 50%;
  background: radial-gradient(circle, color-mix(in srgb, var(--gs) 55%, transparent) 0%, transparent 65%);
  filter: blur(30px); z-index: -1;
}

/* ── Phone ── */
.phone {
  position: relative; width: 320px; aspect-ratio: 320 / 660;
  background: #0d0b12; border-radius: 46px; padding: 11px;
  box-shadow: var(--shadow), inset 0 0 0 2px rgba(255,255,255,.06);
}
.phone--float { animation: float 6s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@media (prefers-reduced-motion: reduce) { .phone--float { animation: none; } }
.phone__island {
  position: absolute; top: 20px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 26px; background: #000; border-radius: 999px; z-index: 6;
}
.phone__screen {
  position: relative; width: 100%; height: 100%; border-radius: 36px; overflow: hidden;
  background: var(--surface); display: flex; flex-direction: column;
}

/* App bar */
.appbar {
  background: var(--appbar); color: var(--appbar-ink);
  padding: 40px 16px 11px; display: flex; align-items: center; gap: 8px;
  flex-shrink: 0;
}
.appbar__icon { position: relative; display: grid; place-items: center; }
.appbar__dot { position: absolute; top: -1px; right: -1px; width: 8px; height: 8px; border-radius: 50%; background: var(--gs); border: 2px solid var(--appbar); }
.appbar__title { flex: 1; text-align: center; font-weight: 600; font-size: 15.5px; letter-spacing: -.2px; }

/* Map */
.map { position: relative; flex: 1; background: var(--surface-2); overflow: hidden; }
.map__grid {
  position: absolute; inset: 0; opacity: .5;
  background-image:
    linear-gradient(var(--line-soft) 1px, transparent 1px),
    linear-gradient(90deg, var(--line-soft) 1px, transparent 1px);
  background-size: 34px 34px;
}
.map__river {
  position: absolute; left: -10%; top: 20%; width: 130%; height: 60px;
  background: color-mix(in srgb, #BDDDFC 60%, transparent);
  transform: rotate(-18deg); filter: blur(1px);
}
.map__park {
  position: absolute; right: -8%; top: 8%; width: 120px; height: 120px; border-radius: 50%;
  background: color-mix(in srgb, #A8C9A0 45%, transparent);
}
.map__label { position: absolute; font-family: 'Play', monospace; font-size: 9px; letter-spacing: 2px; color: var(--muted); font-weight: 700; }
.pin {
  position: absolute; transform: translate(-50%,-100%); border: none; background: none; padding: 0; cursor: pointer;
}
.pin img { width: 32px; height: 32px; border-radius: 50%; border: 2px solid var(--tc); object-fit: cover; box-shadow: 0 3px 8px rgba(0,0,0,.25); }
.pin--lg img { width: 42px; height: 42px; }
.pin::after { content: ""; position: absolute; left: 50%; bottom: -4px; width: 8px; height: 8px; background: #fff; border-right: 2px solid var(--tc); border-bottom: 2px solid var(--tc); transform: translateX(-50%) rotate(45deg); }
.map__me { position: absolute; left: 52%; top: 46%; width: 13px; height: 13px; border-radius: 50%; background: #2A6FDB; border: 2px solid #fff; box-shadow: 0 0 0 5px rgba(42,111,219,.18); }
.map__target { position: absolute; right: 12px; top: 12px; width: 36px; height: 36px; border-radius: 11px; background: var(--surface); color: var(--ink); border: none; display: grid; place-items: center; box-shadow: 0 4px 12px rgba(0,0,0,.15); }

/* Sheet */
.sheet {
  position: relative; margin-top: -22px; background: var(--surface);
  border-radius: 22px 22px 0 0; padding: 8px 14px 6px; z-index: 4;
  box-shadow: 0 -8px 24px rgba(0,0,0,.12); flex-shrink: 0;
}
.sheet__handle { width: 38px; height: 4px; border-radius: 3px; background: var(--line); margin: 0 auto 10px; }
.sheet__head { display: flex; align-items: flex-start; justify-content: space-between; }
.sheet__title { font-weight: 600; font-size: 15px; letter-spacing: -.2px; }
.sheet__sub { font-family: 'Play', monospace; font-size: 8.5px; letter-spacing: 1.5px; color: var(--muted); margin-top: 2px; }
.sheet__fav { display: inline-flex; align-items: center; gap: 5px; padding: 6px 11px; border-radius: 999px; border: 1px solid var(--line); font-size: 11.5px; font-weight: 500; }
.chips { display: flex; gap: 6px; margin: 11px 0; overflow: hidden; }
.chip { padding: 6px 11px; border-radius: 999px; border: 1px solid var(--line); font-size: 11px; font-weight: 500; white-space: nowrap; color: var(--ink); }
.chip--on { background: var(--tc); color: #fff; border-color: var(--tc); }

.placecard { border-radius: 14px; overflow: hidden; background: var(--tc); box-shadow: 0 6px 16px rgba(0,0,0,.14); }
.placecard__photo { position: relative; height: 116px; }
.placecard__photo img { width: 100%; height: 100%; object-fit: cover; }
.placecard__badge { position: absolute; top: 9px; left: 9px; padding: 4px 8px; border-radius: 999px; background: rgba(255,255,255,.92); font-size: 10px; font-weight: 500; color: var(--ink); }
.placecard__heart { position: absolute; top: 7px; right: 9px; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.92); display: grid; place-items: center; }
.placecard__status { position: absolute; bottom: 9px; left: 9px; display: inline-flex; align-items: center; gap: 5px; padding: 4px 9px; border-radius: 999px; background: rgba(20,16,24,.6); color: #fff; font-size: 10px; font-weight: 500; }
.placecard__status i { width: 6px; height: 6px; border-radius: 50%; background: #4CAE50; }
.placecard__foot { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; }
.placecard__name { font-weight: 600; font-size: 15px; color: #fff; }
.placecard__meta { font-size: 11px; color: rgba(255,255,255,.85); margin-top: 1px; }
.placecard__go { width: 28px; height: 28px; border-radius: 50%; background: rgba(255,255,255,.18); color: #fff; display: grid; place-items: center; font-size: 20px; line-height: 0; }

/* Tab bar */
.tabbar { background: var(--appbar); display: flex; justify-content: space-around; padding: 9px 0 16px; flex-shrink: 0; }
.tab { font-size: 9.5px; font-weight: 400; color: color-mix(in srgb, var(--appbar-ink) 45%, transparent); }
.tab--on { font-weight: 700; color: var(--appbar-ink); }

/* ── Stats ── */
.stats { padding: 6px 0 80px; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { background: var(--surface); border: 1px solid var(--line-soft); border-radius: 18px; padding: 26px 24px; box-shadow: var(--shadow-sm); }
.stat__num { font-family: 'Play', monospace; font-weight: 700; font-size: clamp(30px, 3.4vw, 42px); color: var(--tc); letter-spacing: -1px; }
.stat__lbl { font-size: 13.5px; color: var(--muted); margin-top: 6px; line-height: 1.4; }

/* ── Features / bento ── */
.feat { padding: 80px 0; }
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: 22px;
  overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card--wide { grid-column: span 2; flex-direction: row; align-items: stretch; }
.card--wide .card__body { flex: 1; }
.card--wide .card__art { flex: 1.05; }
.card__body { padding: 28px 28px 26px; }
.card__kicker { display: inline-flex; align-items: center; gap: 7px; font-family: 'Play', monospace; font-weight: 700; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--tc); white-space: nowrap; }
.card__title { font-weight: 700; font-size: 22px; letter-spacing: -.6px; margin: 14px 0 0; }
.card__text { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin: 10px 0 0; }
.card__art { position: relative; min-height: 180px; background: var(--surface-2); display: grid; place-items: center; overflow: hidden; }

/* chat art */
.card__art--chat { flex-direction: column; gap: 12px; padding: 30px; align-items: stretch; justify-content: center; }
.bubble { font-size: 13.5px; line-height: 1.5; padding: 12px 15px; border-radius: 16px; max-width: 80%; }
.bubble--user { align-self: flex-end; background: var(--tc); color: #fff; border-bottom-right-radius: 5px; }
.bubble--ai { align-self: flex-start; background: var(--surface); border: 1px solid var(--line); border-bottom-left-radius: 5px; box-shadow: var(--shadow-sm); position: relative; }
.bubble__tag { display: block; font-family: 'Play', monospace; font-size: 9.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--tc); margin-bottom: 5px; }
.bubble__dots { display: inline-flex; gap: 4px; margin-left: 4px; vertical-align: middle; }
.bubble__dots i { width: 5px; height: 5px; border-radius: 50%; background: var(--tc); animation: dotb 1s infinite ease-in-out; }
.bubble__dots i:nth-child(2){ animation-delay:.15s; } .bubble__dots i:nth-child(3){ animation-delay:.3s; }
@keyframes dotb { 0%,80%,100%{ transform: translateY(0); opacity:.4; } 40%{ transform: translateY(-4px); opacity:1; } }

/* cam art */
.card__art--cam img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.cam__scan { position: absolute; left: 8%; right: 8%; height: 2px; background: linear-gradient(90deg, transparent, var(--gs), transparent); box-shadow: 0 0 12px var(--gs); animation: scan 2.6s ease-in-out infinite; }
@keyframes scan { 0%,100%{ top: 14%; } 50%{ top: 82%; } }
.cam__chip { position: absolute; bottom: 14px; left: 14px; right: 14px; padding: 9px 13px; border-radius: 12px; background: rgba(20,16,24,.62); backdrop-filter: blur(6px); color: #fff; font-size: 12.5px; font-weight: 600; }

/* map art */
.card__art--map { background: var(--surface-2); }
.mini-map { position: absolute; inset: 0; background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 30px 30px; }
.mini-map::before { content:""; position:absolute; left:-10%; top:30%; width:120%; height:46px; background: color-mix(in srgb,#BDDDFC 55%, transparent); transform: rotate(-16deg); }
.mini-pin { position: absolute; width: 16px; height: 16px; border-radius: 50% 50% 50% 0; background: var(--tc); transform: translate(-50%,-100%) rotate(-45deg); box-shadow: 0 3px 7px rgba(0,0,0,.22); }
.mini-pin--lg { width: 22px; height: 22px; background: var(--gs); }

/* audio art */
.card__art--audio { padding: 30px; }
.player { display: flex; align-items: center; gap: 14px; width: 100%; max-width: 320px; background: var(--surface); border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; box-shadow: var(--shadow-sm); }
.player__play { width: 44px; height: 44px; border-radius: 50%; background: var(--gs); color: var(--ink); display: grid; place-items: center; flex-shrink: 0; box-shadow: 0 0 0 0 color-mix(in srgb,var(--gs) 45%, transparent); animation: halo 2.4s ease-out infinite; }
@keyframes halo { 0%{ box-shadow: 0 0 0 0 color-mix(in srgb,var(--gs) 50%, transparent); } 70%{ box-shadow: 0 0 0 14px transparent; } 100%{ box-shadow: 0 0 0 0 transparent; } }
.player__info { flex: 1; min-width: 0; }
.player__name { font-weight: 600; font-size: 13.5px; }
.player__eq { display: flex; align-items: flex-end; gap: 3px; height: 18px; margin-top: 7px; }
.player__eq i { width: 3px; border-radius: 2px; background: var(--tc); height: 100%; transform-origin: bottom; animation: eq 900ms ease-in-out infinite; }
.player__eq i:nth-child(2n){ animation-delay: .18s; } .player__eq i:nth-child(3n){ animation-delay: .36s; } .player__eq i:nth-child(4n){ animation-delay: .12s; }
@keyframes eq { 0%,100%{ transform: scaleY(.3); } 50%{ transform: scaleY(1); } }
.player__time { font-family: 'Play', monospace; font-size: 12px; color: var(--muted); }

/* ── Come funziona ── */
.how { padding: 80px 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; padding: 32px 28px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line-soft); }
.step__n { font-family: 'Play', monospace; font-weight: 700; font-size: 34px; color: color-mix(in srgb, var(--tc) 35%, transparent); letter-spacing: -1px; }
.step h3 { font-weight: 600; font-size: 19px; margin: 10px 0 0; letter-spacing: -.4px; }
.step p { font-size: 14px; line-height: 1.55; color: var(--muted); margin: 8px 0 0; }

/* ── Galleria ── */
.places { padding: 80px 0; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 16px; }
.tile {
  margin: 0; position: relative; border-radius: 18px; overflow: hidden;
  background-image: var(--img); background-size: cover; background-position: center;
  box-shadow: var(--shadow-sm); cursor: pointer;
}
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,12,8,.72) 0%, transparent 55%); transition: opacity .3s; }
.tile--tall { grid-row: span 2; }
.tile img { width: 100%; height: 100%; object-fit: cover; }
.tile figcaption { position: absolute; left: 16px; bottom: 14px; z-index: 2; color: #fff; }
.tile__cat { display: block; font-family: 'Play', monospace; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gs); white-space: nowrap; }
.tile__name { display: block; font-weight: 600; font-size: 18px; letter-spacing: -.4px; margin-top: 2px; }
.tile { transition: transform .3s; }
.tile:hover { transform: translateY(-4px) scale(1.01); }

/* ── Premium ── */
.support { padding: 70px 0; }
.support__inner {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center;
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: 28px;
  padding: 54px; box-shadow: var(--shadow-sm);
}
.support__cta { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.plan-card { background: var(--bg-grad); border: 1px solid var(--line); border-radius: 22px; padding: 30px; box-shadow: var(--shadow-sm); }
.plan-card__badge { display: inline-block; font-family: 'Play', monospace; font-weight: 700; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #fff; background: var(--tc); padding: 5px 11px; border-radius: 999px; white-space: nowrap; }
.plan-card__price { display: flex; align-items: baseline; gap: 7px; margin: 18px 0 4px; }
.plan-card__amt { font-family: 'Play', monospace; font-weight: 700; font-size: 46px; color: var(--ink); letter-spacing: -1.5px; }
.plan-card__per { font-size: 15px; color: var(--muted); font-weight: 500; }
.plan-card__note { font-size: 13px; color: var(--muted); }
.plan-card__list { list-style: none; margin: 20px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 13px; }
.plan-card__list li { position: relative; padding-left: 28px; font-size: 14.5px; color: var(--ink); line-height: 1.35; }
.plan-card__list li::before { content: ""; position: absolute; left: 0; top: 0; width: 19px; height: 19px; border-radius: 50%; background: var(--tc) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5 10 17.5 19 7'/%3E%3C/svg%3E") center/12px no-repeat; }

/* ── CTA ── */
.cta { position: relative; padding: 100px 0; overflow: hidden; text-align: center; background: var(--dark-band); }
.cta__bg { position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 125%, color-mix(in srgb, var(--tc) 60%, transparent) 0%, transparent 60%); }
.cta__inner { position: relative; z-index: 1; }
.cta__title { font-weight: 700; font-size: clamp(38px, 6vw, 68px); letter-spacing: -2px; color: #fff; margin: 14px 0 0; }
.cta__lede { font-size: 17px; line-height: 1.6; color: rgba(255,255,255,.7); max-width: 46ch; margin: 18px auto 0; }
.cta .hero__cta { margin-top: 34px; }

/* ── Footer ── */
.foot { padding: 44px 0; border-top: 1px solid var(--line); }
.foot__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.brand--foot { font-size: 16px; }
.brand--foot .brand__mark { width: 30px; height: 30px; }
.foot__links { display: flex; gap: 24px; }
.foot__links a { font-size: 14px; color: var(--muted); transition: color .2s; }
.foot__links a:hover { color: var(--ink); }
.foot__copy { font-size: 13px; color: var(--muted); }

/* ── Reveal ──
   Content is ALWAYS visible (opacity:1). The entrance animates transform only,
   so if the animation clock is frozen content still shows — just un-slid — instead of stuck invisible. */
.reveal { opacity: 1; }
.reveal.is-in { animation: revealIn .7s cubic-bezier(.22,.61,.36,1) both; }
.reveal.is-in[data-delay="1"] { animation-delay: .08s; }
.reveal.is-in[data-delay="2"] { animation-delay: .16s; }
.reveal.is-in[data-delay="3"] { animation-delay: .24s; }
@keyframes revealIn { from { transform: translateY(22px); } to { transform: none; } }
@media (prefers-reduced-motion: reduce) { .reveal.is-in { animation: none; } }

/* ── Responsive ── */
@media (max-width: 980px) {
  .hero__inner { grid-template-columns: 1fr; gap: 30px; }
  .hero__device { order: -1; }
  .nav__links { display: none; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .card--wide { grid-column: span 2; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .support__inner { grid-template-columns: 1fr; gap: 32px; padding: 38px; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 32px); }
  .bento { grid-template-columns: 1fr; }
  .card--wide { grid-column: auto; flex-direction: column; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .support__inner { padding: 28px; }
}

/* ── Lang Switcher ── */
.nav__right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px;
}
.lang-btn {
  border: none;
  background: transparent;
  font-family: 'Play', monospace;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--muted);
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 999px;
  transition: background .18s, color .18s;
  line-height: 1;
}
.lang-btn[aria-pressed="true"] { background: var(--tc); color: #fff; }
.lang-btn:hover:not([aria-pressed="true"]) { color: var(--ink); background: var(--surface); }
@media (max-width: 560px) {
  .lang-btn { padding: 4px 8px; font-size: 10px; }
}
