:root {
  color-scheme: light;
  --ink: #233046;
  --ink-soft: #33425b;
  --muted: #687386;
  --line: #dfe5ec;
  --paper: #f4f8f7;
  --white: #ffffff;
  --black: #050608;
  --orange: #ff6a18;
  --orange-dark: #bf4d12;
  --green: #16a35b;
  --green-soft: #e8f7ef;
  --blue: #1283c4;
  --blue-soft: #e7f5fb;
  --sand: #fff3e8;
  --gold: #f7b84b;
  --radius-card: 28px;
  --radius-panel: 38px;
  --radius-phone: 44px;
  --shadow: 0 24px 80px rgba(35, 48, 70, 0.16);
  --soft-shadow: 0 14px 42px rgba(35, 48, 70, 0.1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f9fbfb 0, #f4f8f7 520px, #fff9f4 100%),
    var(--paper);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.has-lightbox {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(1120px, calc(100% - 32px));
  min-height: 58px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  color: #fff;
  background: rgba(5, 6, 8, 0.58);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px);
  transform: translateX(-50%);
}

.site-header.is-scrolled {
  color: var(--ink);
  border-color: rgba(10, 16, 22, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.brand-link,
.header-actions,
.top-nav,
.hero-actions,
.footer-links,
.feature-actions {
  display: flex;
  align-items: center;
}

.brand-link {
  gap: 10px;
  font-weight: 900;
}

.brand-link img {
  width: 36px;
  height: 28px;
  object-fit: contain;
}

.top-nav {
  justify-content: center;
  gap: 4px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  scrollbar-width: none;
  white-space: nowrap;
}

.site-header.is-scrolled .top-nav {
  color: #526070;
}

.top-nav::-webkit-scrollbar {
  display: none;
}

.top-nav a {
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 999px;
}

.top-nav a:hover,
.top-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.site-header.is-scrolled .top-nav a:hover,
.site-header.is-scrolled .top-nav a:focus-visible {
  color: var(--ink);
  background: rgba(11, 16, 22, 0.06);
}

.header-actions {
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-height: 38px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.language-switch a,
.language-switch span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 30px;
  padding: 0 9px;
  border-radius: 999px;
}

.language-switch a {
  color: inherit;
}

.language-switch a:hover,
.language-switch a:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.language-switch .is-active {
  color: var(--ink);
  background: #fff;
}

.site-header.is-scrolled .language-switch {
  border-color: rgba(11, 16, 22, 0.08);
  background: rgba(11, 16, 22, 0.05);
}

.site-header.is-scrolled .language-switch a:hover,
.site-header.is-scrolled .language-switch a:focus-visible {
  background: rgba(11, 16, 22, 0.06);
}

.site-header.is-scrolled .language-switch .is-active {
  color: #fff;
  background: var(--ink);
}

.nav-store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff8b35);
  font-size: 13px;
  font-weight: 900;
}

.site-header.is-scrolled .nav-store-link {
  background: linear-gradient(135deg, var(--orange), #ff8b35);
}

.nav-store-link-play,
.site-header.is-scrolled .nav-store-link-play {
  color: #fff;
  background: linear-gradient(135deg, #111827, #334155);
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 82svh;
  overflow: hidden;
  color: #fff;
  background: var(--black);
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  object-position: center 55%;
  transform: scale(1.01);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 11, 12, 0.74), rgba(6, 11, 12, 0.34) 48%, rgba(6, 11, 12, 0.1)),
    linear-gradient(180deg, rgba(6, 11, 12, 0.08), rgba(6, 11, 12, 0.66));
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(590px, calc(100% - 40px));
  margin-left: max(20px, calc((100vw - 1120px) / 2));
  padding: 124px 0 76px;
}

.eyebrow {
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: uppercase;
}

h1 {
  margin-top: 10px;
  font-size: clamp(54px, 6.2vw, 74px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(29px, 3.2vw, 36px);
  line-height: 1.14;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(20px, 2.1vw, 23px);
  line-height: 1.15;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 560px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 540;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.store-cta,
.text-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  font-weight: 900;
}

.store-cta {
  flex-direction: column;
  min-width: 168px;
  padding: 8px 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), #ff8b35);
  box-shadow: 0 18px 42px rgba(255, 106, 24, 0.32);
}

.store-cta-play {
  color: #fff;
  background: linear-gradient(135deg, #111827, #334155);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.28);
}

.store-cta span {
  font-size: 11px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.68);
}

.store-cta strong {
  margin-top: 3px;
  font-size: 18px;
  line-height: 1;
}

.store-cta:hover,
.store-cta:focus-visible {
  background: linear-gradient(135deg, #f45f12, #ff9445);
}

.store-cta-play:hover,
.store-cta-play:focus-visible {
  background: linear-gradient(135deg, #020617, #475569);
}

.text-cta {
  min-width: 152px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.text-cta:hover,
.text-cta:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.hero-note {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.hero-metrics span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 850;
  backdrop-filter: blur(12px);
}

.hero-metrics strong {
  color: #fff;
  font-size: 16px;
}

.hero-device {
  position: absolute;
  right: max(16px, calc((100vw - 1120px) / 2));
  bottom: -62px;
  z-index: 2;
  width: min(410px, 36vw);
  min-width: 300px;
  height: 540px;
  pointer-events: none;
}

.phone-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 393 / 852;
  border: 8px solid #f7f8fa;
  border-radius: var(--radius-phone);
  background: #eef2f5;
  box-shadow: var(--shadow);
}

.phone-frame::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  width: 88px;
  height: 22px;
  border-radius: 999px;
  background: #0c1016;
  transform: translateX(-50%);
}

.phone-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.phone-frame-front {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 275px;
  transform: rotate(2deg);
}

.phone-frame-back {
  position: absolute;
  right: 170px;
  bottom: 40px;
  width: 225px;
  opacity: 0.9;
  transform: rotate(-5deg);
}

.signal-strip,
.product-intro,
.app-showcase,
.new-section,
.top10-section,
.map-section {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  position: relative;
  z-index: 3;
  margin-top: -34px;
  border-radius: var(--radius-card);
  background: transparent;
  box-shadow: var(--soft-shadow);
}

.signal-strip article {
  display: grid;
  gap: 8px;
  min-height: 154px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(35, 48, 70, 0.09);
}

.signal-strip article:nth-child(1) {
  background: linear-gradient(180deg, #fff, #fff6ed);
}

.signal-strip article:nth-child(2) {
  background: linear-gradient(180deg, #fff, #ecfbf2);
}

.signal-strip article:nth-child(3) {
  background: linear-gradient(180deg, #fff, #eef7ff);
}

.signal-strip span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
}

.signal-strip strong {
  font-size: 18px;
}

.signal-strip p,
.product-intro p,
.section-heading p:not(.eyebrow),
.feature-panel p:not(.eyebrow),
.new-grid p,
.map-copy p,
.category p,
.trust-copy p,
.download-band p,
.trust-list li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.52;
  font-weight: 500;
}

.product-intro {
  display: grid;
  gap: 18px;
  max-width: 900px;
  margin-top: 96px;
  padding: 0 18px;
  text-align: center;
}

.product-intro .eyebrow {
  margin-inline: auto;
}

.app-showcase,
.new-section,
.top10-section,
.map-section,
.trust-section,
.download-band {
  scroll-margin-top: 96px;
  margin-top: 96px;
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 740px;
  margin-bottom: 26px;
}

.showcase-layout {
  display: grid;
  grid-template-columns: minmax(280px, 410px) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
  padding: 54px;
  border: 1px solid rgba(223, 229, 236, 0.95);
  border-radius: var(--radius-panel);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 251, 242, 0.94)),
    url("./img/cover.png") center / cover no-repeat;
  box-shadow: var(--soft-shadow);
}

.showcase-phone {
  display: grid;
  justify-items: center;
}

.interactive-phone {
  width: min(330px, 100%);
  padding: 0;
  border-color: #f8fafc;
  cursor: zoom-in;
}

.interactive-phone:focus-visible,
.feature-tab:focus-visible,
.store-cta:focus-visible,
.text-cta:focus-visible,
.nav-store-link:focus-visible,
.language-switch a:focus-visible,
.top-nav a:focus-visible,
.lightbox-close:focus-visible {
  outline: 3px solid rgba(255, 106, 24, 0.42);
  outline-offset: 3px;
}

.feature-panel {
  display: grid;
  gap: 16px;
}

.feature-panel h3 {
  max-width: 620px;
}

.feature-panel p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
}

.feature-actions {
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.feature-tab {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #526070;
  background: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font-weight: 900;
}

.feature-tab:hover,
.feature-tab.is-active {
  color: #fff;
  border-color: rgba(255, 106, 24, 0.72);
  background: linear-gradient(135deg, var(--orange), #ff8b35);
}

.new-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.new-grid article,
.category {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 214px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(35, 48, 70, 0.08);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.new-grid article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 252, 252, 0.96)),
    linear-gradient(135deg, rgba(22, 163, 91, 0.08), rgba(255, 106, 24, 0.06));
}

.new-grid article:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 252, 252, 0.96)),
    linear-gradient(135deg, rgba(255, 106, 24, 0.08), rgba(18, 131, 196, 0.07));
}

.new-grid article:nth-child(3) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 252, 252, 0.96)),
    linear-gradient(135deg, rgba(18, 131, 196, 0.08), rgba(247, 184, 75, 0.12));
}

.new-grid article:nth-child(4) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(250, 252, 252, 0.96)),
    linear-gradient(135deg, rgba(16, 21, 29, 0.07), rgba(22, 163, 91, 0.08));
}

.new-grid article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--green);
}

.new-grid article:nth-child(2)::before {
  background: var(--orange);
}

.new-grid article:nth-child(3)::before {
  background: var(--blue);
}

.new-grid article:nth-child(4)::before {
  background: #10151d;
}

.new-grid article:hover,
.category:hover {
  border-color: rgba(35, 48, 70, 0.18);
  box-shadow: 0 18px 44px rgba(35, 48, 70, 0.12);
  transform: translateY(-2px);
}

.new-grid h3,
.category strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.16;
  font-weight: 920;
}

.mini-icon {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  border: 1px solid rgba(35, 48, 70, 0.08);
  background: rgba(255, 255, 255, 0.78);
}

.mini-icon svg,
.category span svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mini-icon-green {
  color: var(--green);
  border-color: rgba(22, 163, 91, 0.18);
  background: #edf9f2;
}

.mini-icon-orange {
  color: var(--orange);
  border-color: rgba(255, 106, 24, 0.2);
  background: #fff3e8;
}

.mini-icon-blue {
  color: var(--blue);
  border-color: rgba(18, 131, 196, 0.2);
  background: #eaf6fb;
}

.mini-icon-dark {
  color: #243044;
  border-color: rgba(35, 48, 70, 0.16);
  background: #eef1f4;
}

.map-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: start;
}

.map-copy {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 14px;
  padding: 18px 0 18px 22px;
  border-left: 3px solid var(--orange);
}

.category-rail {
  display: grid;
  gap: 10px;
  padding: 6px;
  border: 1px solid rgba(223, 229, 236, 0.9);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(232, 247, 239, 0.62)),
    linear-gradient(180deg, rgba(18, 131, 196, 0.06), rgba(255, 106, 24, 0.05));
}

.category {
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 3px 14px;
  min-height: 86px;
  padding: 15px 16px;
  border-color: rgba(223, 229, 236, 0.82);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
}

.category span {
  grid-row: span 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(35, 48, 70, 0.08);
  font-weight: 950;
}

.category p {
  max-width: 520px;
  font-size: 14px;
  line-height: 1.42;
}

.category-nature span {
  color: var(--green);
  border-color: rgba(22, 163, 91, 0.18);
  background: #edf9f2;
}

.category-parking span {
  color: var(--orange);
  border-color: rgba(255, 106, 24, 0.2);
  background: #fff3e8;
}

.category-stellplatz span {
  color: #2f3e46;
  border-color: rgba(47, 62, 70, 0.18);
  background: #f6f1e7;
}

.category-letter {
  font-size: 18px;
  line-height: 1;
}

.category-water span {
  color: var(--blue);
  border-color: rgba(18, 131, 196, 0.2);
  background: #eaf6fb;
}

.category-dump span {
  color: #7442d8;
  border-color: rgba(116, 66, 216, 0.2);
  background: #f2edff;
}

.category-alert span {
  color: #d52f3b;
  border-color: rgba(213, 47, 59, 0.2);
  background: #fff0f1;
}

.top10-section .section-heading p:not(.eyebrow) {
  max-width: 700px;
  color: var(--muted);
  line-height: 1.6;
}

.top10-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1.24fr);
  gap: 28px;
  align-items: stretch;
}

.top10-copy {
  display: grid;
  gap: 10px;
}

.top10-copy article {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 18px;
  border: 1px solid rgba(223, 229, 236, 0.92);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 28px rgba(35, 48, 70, 0.07);
}

.top10-copy strong {
  font-size: 15px;
  line-height: 1.25;
}

.top10-copy span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
}

.top10-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-content: stretch;
  padding: 14px;
  border: 1px solid rgba(223, 229, 236, 0.95);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(239, 251, 244, 0.74)),
    radial-gradient(circle at 20% 0%, rgba(255, 106, 24, 0.12), transparent 34%);
}

.top10-cards figure {
  overflow: hidden;
  min-height: 210px;
  border: 1px solid rgba(35, 48, 70, 0.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(35, 48, 70, 0.1);
}

.top10-cards img {
  width: 100%;
  height: 158px;
  object-fit: cover;
}

.top10-cards figcaption {
  padding: 12px 12px 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 920;
  line-height: 1.24;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(250px, 370px) minmax(0, 690px);
  gap: 54px;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 72px max(24px, calc((100vw - 1120px) / 2));
  color: #fff;
  background:
    linear-gradient(135deg, rgba(8, 10, 13, 0.96), rgba(18, 31, 28, 0.95)),
    url("./img/cover.png") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.trust-media {
  display: grid;
  justify-items: center;
}

.trust-media .phone-frame {
  width: min(300px, 100%);
}

.trust-copy {
  display: grid;
  gap: 18px;
}

.trust-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 6px 0 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-card);
  background: rgba(255, 255, 255, 0.16);
  list-style: none;
}

.trust-list li {
  min-height: 98px;
  padding: 18px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.08);
}

.download-band {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 58px max(24px, calc((100vw - 1120px) / 2));
  border-top: 1px solid rgba(255, 179, 106, 0.34);
  border-bottom: 1px solid rgba(255, 179, 106, 0.34);
  background:
    linear-gradient(135deg, #fff8ef 0%, #effbf4 54%, #f1f8ff 100%);
}

.download-band > div:not(.download-actions) {
  display: grid;
  gap: 12px;
  max-width: 720px;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.store-cta-light {
  flex: 0 0 auto;
}

.store-cta-light-play {
  color: #fff;
  background: linear-gradient(135deg, #111827, #334155);
  box-shadow: none;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 112px;
  margin-top: 96px;
  padding: 24px max(24px, calc((100vw - 1120px) / 2));
  color: rgba(255, 255, 255, 0.7);
  background: #07090c;
}

.site-footer img {
  width: 140px;
}

.site-footer span {
  font-size: 14px;
  font-weight: 650;
}

.footer-links {
  gap: 18px;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 900;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(2, 4, 6, 0.92);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  width: min(430px, 90vw);
  max-height: 90vh;
  border: 8px solid #f7f8fa;
  border-radius: var(--radius-phone);
  object-fit: contain;
  background: #eef2f5;
  box-shadow: var(--shadow);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.lightbox-close span,
.lightbox-close span::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transform: rotate(45deg);
}

.lightbox-close span::after {
  content: "";
  transform: rotate(90deg);
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .top-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
  }

  .hero {
    min-height: 760px;
  }

  .hero-copy {
    padding-top: 150px;
  }

  .hero-device {
    width: 320px;
    height: 430px;
    opacity: 0.82;
  }

  .phone-frame-front {
    width: 230px;
  }

  .phone-frame-back {
    right: 124px;
    width: 188px;
  }

  .signal-strip,
  .new-grid,
  .map-section,
  .top10-layout,
  .trust-section {
    grid-template-columns: 1fr;
  }

  .showcase-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .map-copy {
    position: static;
  }

  .new-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top10-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    top: 8px;
    width: calc(100% - 20px);
    min-height: 58px;
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 24px;
  }

  .brand-link span {
    font-size: 15px;
  }

  .header-actions {
    gap: 6px;
  }

  .language-switch {
    min-height: 34px;
    padding: 2px;
    font-size: 11px;
  }

  .language-switch a,
  .language-switch span {
    min-width: 28px;
    min-height: 26px;
    padding: 0 7px;
  }

  .top-nav {
    display: none;
  }

  .nav-store-link {
    min-height: 34px;
    padding: 0 12px;
  }

  .hero {
    min-height: 650px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(6, 11, 12, 0.16), rgba(6, 11, 12, 0.84)),
      linear-gradient(90deg, rgba(6, 11, 12, 0.46), rgba(6, 11, 12, 0.18));
  }

  .hero-copy {
    width: calc(100% - 28px);
    margin-inline: 14px;
    padding: 132px 0 42px;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 30px;
    line-height: 1.14;
  }

  h3 {
    font-size: 22px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .store-cta,
  .text-cta {
    min-height: 50px;
  }

  .hero-device {
    display: none;
  }

  .phone-frame-front {
    width: 186px;
  }

  .phone-frame-back {
    right: 104px;
    bottom: 28px;
    width: 154px;
  }

  .signal-strip,
  .product-intro,
  .app-showcase,
  .new-section,
  .top10-section,
  .map-section {
    width: calc(100% - 24px);
  }

  .signal-strip,
  .new-grid {
    grid-template-columns: 1fr;
  }

  .signal-strip {
    margin-top: -26px;
    gap: 10px;
  }

  .signal-strip article {
    min-height: 0;
    padding: 20px;
  }

  .product-intro,
  .app-showcase,
  .new-section,
  .top10-section,
  .map-section,
  .trust-section,
  .download-band {
    margin-top: 64px;
  }

  .product-intro {
    text-align: left;
  }

  .product-intro .eyebrow {
    margin-inline: 0;
  }

  .showcase-layout {
    padding: 22px;
    border-radius: 30px;
  }

  .trust-section,
  .download-band {
    padding: 48px 24px;
  }

  .interactive-phone {
    width: min(280px, 100%);
  }

  .feature-actions {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
  }

  .feature-actions::-webkit-scrollbar {
    display: none;
  }

  .feature-tab {
    flex: 0 0 auto;
  }

  .new-grid article,
  .category {
    min-height: 0;
  }

  .top10-cards {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .top10-cards figure {
    min-height: 0;
  }

  .top10-cards img {
    height: 180px;
  }

  .trust-list {
    grid-template-columns: 1fr;
  }

  .download-band,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .download-actions {
    justify-content: flex-start;
  }

  .site-footer {
    margin-top: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
