:root {
  color-scheme: dark;
  --bg: #07090b;
  --panel: #101316;
  --panel-2: #181d22;
  --text: #f8fbff;
  --muted: #bdc6cf;
  --line: #303940;
  --blue: #61b7ee;
  --blue-2: #0074b6;
  --red: #d20a11;
  --shadow: 0 24px 80px rgba(0, 0, 0, .42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--bg); scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 10%, rgba(97, 183, 238, .18), transparent 26rem),
    radial-gradient(circle at 84% 16%, rgba(210, 10, 17, .14), transparent 22rem),
    linear-gradient(180deg, #07090b, #101317 58%, #07090b);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(7, 9, 11, .84);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1160px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.brand.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-4px); }
.brand img { width: 42px; height: 42px; border-radius: 10px; box-shadow: 0 12px 28px rgba(97, 183, 238, .22); }
.nav-links, .language-links { display: flex; align-items: center; gap: 10px; }
.nav-links { gap: 60px; }
.language-links { justify-content: flex-end; }
.nav-links a, .language-links a, .more-languages summary { color: var(--muted); text-decoration: none; font-size: .94rem; }
.nav-links a:hover, .language-links a:hover, .language-links a[aria-current="page"] { color: var(--text); }
.language-links a[aria-current="page"] { font-weight: 900; }
.more-languages { position: relative; }
.more-languages summary {
  min-width: 38px;
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 9, 11, .76);
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.more-languages summary::-webkit-details-marker { display: none; }
.more-languages[open] summary,
.more-languages summary:hover {
  color: var(--text);
  background: rgba(255, 255, 255, .08);
}
.more-languages div {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  width: 190px;
  padding: 10px;
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(7, 9, 11, .98);
  box-shadow: var(--shadow);
}
.more-languages div a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.more-languages span:last-child {
  color: var(--muted);
}

.hero, .section, .footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100svh - 72px);
  padding: 58px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 500px);
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.2rem);
  line-height: .88;
  letter-spacing: 0;
}
h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}
h3 { margin-bottom: 10px; font-size: 1.08rem; }

.hero-brand {
  min-height: clamp(86px, 14vw, 132px);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 28px);
}
.hero-brand img {
  width: clamp(72px, 12vw, 112px);
  height: clamp(72px, 12vw, 112px);
  flex: 0 0 auto;
  border-radius: clamp(16px, 2.4vw, 26px);
  box-shadow: 0 22px 58px rgba(97, 183, 238, .26);
}
.hero-subbrand { margin: 12px 0 0; color: var(--muted); font-weight: 800; }
.subtitle {
  max-width: 720px;
  margin-bottom: 16px;
  color: #e8f6ff;
  font-size: clamp(1.26rem, 2.3vw, 1.74rem);
  font-weight: 820;
  line-height: 1.16;
}

.proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

.proof-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(97, 183, 238, .34);
  border-radius: 999px;
  background: rgba(97, 183, 238, .11);
  color: #f2f9ff;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.lead, .section-copy {
  max-width: 700px;
  color: #dbe3ea;
  font-size: clamp(1.04rem, 2vw, 1.23rem);
}

.cta-row { margin-top: 28px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.cta-row.center { justify-content: center; }
.store-badge, .button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
}
.store-badge img { width: 180px; height: 53px; }
.store-badge.play img { width: 200px; height: 77px; object-fit: contain; }
.button {
  padding: 12px 18px;
  border: 1px solid rgba(97, 183, 238, .68);
  background: linear-gradient(135deg, var(--blue), #f6fbff);
  color: #071016;
  font-weight: 950;
}
.button.secondary { background: transparent; color: var(--text); border-color: var(--line); }

.hero-stage { display: grid; justify-items: center; gap: 22px; }
.ticker-board {
  width: min(100%, 460px);
  min-height: 92px;
  padding: 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid rgba(97, 183, 238, .28);
  border-radius: 8px;
  background:
    radial-gradient(circle, rgba(97, 183, 238, .28) 0 18%, transparent 20%) 0 0 / 18px 18px,
    linear-gradient(180deg, #111, #050607);
  box-shadow: var(--shadow);
}
.ticker-board span {
  display: inline-block;
  min-width: 100%;
  color: #f4fbff;
  font-size: clamp(1.5rem, 4vw, 2.8rem);
  font-weight: 950;
  white-space: nowrap;
  text-shadow: 0 0 18px rgba(97, 183, 238, .92);
  animation: ticker 12s linear infinite;
}
@keyframes ticker {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}

.phone {
  overflow: hidden;
  border: 10px solid #050607;
  border-radius: 34px;
  background: #050607;
  box-shadow: var(--shadow), 0 0 0 1px rgba(255, 255, 255, .1);
}
.hero-phone { width: min(100%, 286px); aspect-ratio: 554 / 1200; }
.gallery-phone { aspect-ratio: 554 / 1200; }
.phone img { width: 100%; height: 100%; object-fit: cover; }

.stat-strip {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(16, 19, 22, .82);
}
.stat-strip article { min-height: 118px; padding: 22px; border-right: 1px solid var(--line); }
.stat-strip article:last-child { border-right: 0; }
.stat-strip strong { display: block; margin-bottom: 8px; color: #fff; }
.stat-strip span, .card p, .faq-list p, .footer-inner { color: var(--muted); }

.section { padding: 88px 0; }
.split { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: 54px; align-items: start; }
.split.reverse { grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); }
.band { border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); background: rgba(255,255,255,.04); }
.cards { display: grid; gap: 14px; }
.card, .faq-list details {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 19, 22, .78);
}

.use-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 54px; align-items: start; }
.use-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; list-style: none; }
.use-list li { min-height: 92px; padding: 20px; border-left: 3px solid var(--blue); background: rgba(255,255,255,.045); }

.gallery-section { background: linear-gradient(180deg, rgba(97,183,238,.08), rgba(210,10,17,.05)); }
.gallery { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; align-items: start; }
.gallery-phone:nth-child(even) { transform: translateY(28px); }

.faq-section { max-width: 860px; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { padding: 0; }
.faq-list summary { min-height: 58px; padding: 16px 20px; cursor: pointer; font-weight: 900; }
.faq-list p { padding: 0 20px 18px; margin-bottom: 0; }
.final-cta { text-align: center; }

.app-family {
  padding-top: 72px;
}

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

.app-link-card {
  min-height: 150px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 19, 22, .72);
  color: var(--muted);
  text-decoration: none;
}

.app-link-card strong {
  color: var(--text);
  font-size: 1.08rem;
}

.app-link-card:hover,
.app-link-card:focus-visible {
  border-color: rgba(97, 183, 238, .58);
  background: rgba(97, 183, 238, .08);
}

.site-footer { padding: 54px 0; background: #050607; border-top: 1px solid rgba(255,255,255,.08); }
.footer-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 380px); gap: 42px; }
.footer-inner strong, .footer-inner a { color: var(--text); }
.footer-product { color: #e8f6ff; font-size: 1.12rem; font-weight: 820; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-board span { animation: none; transform: none; }
}

@media (min-width: 941px) {
  .hero-brand img {
    width: clamp(124px, 13vw, 168px);
    height: clamp(124px, 13vw, 168px);
    border-radius: clamp(28px, 3vw, 38px);
  }
}

@media (max-width: 940px) {
  .nav { min-height: 66px; grid-template-columns: minmax(0, 1fr) auto; }
  .nav-links { display: none; }
  .hero, .split, .split.reverse, .use-grid, .footer-inner { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 44px; }
  .stat-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stat-strip article:nth-child(2) { border-right: 0; }
  .stat-strip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .brand span { display: none; }
  .nav, .hero, .section, .footer-inner, .stat-strip { width: min(100% - 24px, 1160px); }
  .language-links { gap: 14px; }
  .language-links a,
  .more-languages summary { font-size: .78rem; }
  .more-languages summary { min-width: 34px; min-height: 34px; }
  .hero-brand { align-items: center; }
  .hero .cta-row { flex-wrap: nowrap; gap: 10px; }
  .hero .store-badge img { width: min(156px, calc((100vw - 34px) * .47)); height: auto; }
  .hero .store-badge.play img { width: min(174px, calc((100vw - 34px) * .53)); height: auto; }
  .stat-strip, .use-list { grid-template-columns: 1fr; }
  .app-link-grid { grid-template-columns: 1fr; }
  .stat-strip article, .stat-strip article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .stat-strip article:last-child { border-bottom: 0; }
  .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-phone:nth-child(even) { transform: translateY(14px); }
  .section { padding: 68px 0; }
}
