:root {
  --bg: #17191d;
  --bg-soft: #1d2025;
  --panel: #22262b;
  --panel-light: #282d32;
  --text: #f2f4f4;
  --muted: #aeb6b7;
  --green: #1fb08d;
  --green-dark: #16866e;
  --red: #ea4a4a;
  --border: rgba(255,255,255,.09);
  --shadow: 0 32px 80px rgba(0,0,0,.34);
  --container: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 8%, rgba(31,176,141,.08), transparent 30%),
    radial-gradient(circle at 82% 28%, rgba(255,255,255,.04), transparent 26%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.012) 0 1px, transparent 1px 8px),
    var(--bg);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; border-radius: 8px; color: #111; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 64px), var(--container)); margin-inline: auto; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; }
.site-header.is-scrolled { position: fixed; background: rgba(23,25,29,.94); border-bottom: 1px solid var(--border); backdrop-filter: blur(12px); animation: header-in .22s ease-out; }
@keyframes header-in { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.header-inner { min-height: 120px; display: flex; align-items: center; gap: 34px; }
.brand { position: relative; z-index: 4; flex: 0 0 auto; }
.brand img { width: 76px; height: 76px; }
.site-nav { display: flex; gap: 34px; align-items: center; margin-left: auto; font-size: 15px; font-weight: 600; }
.site-nav a { position: relative; padding: 12px 0; color: rgba(255,255,255,.9); }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--green); transition: right .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.languages { display: flex; gap: 8px; }
.language { width: 34px; height: 34px; display: grid; place-items: center; border: 1.5px solid rgba(255,255,255,.76); border-radius: 50%; font-size: 11px; font-weight: 800; }
.language.is-current { color: #111; background: #fff; border-color: #fff; }
.language.is-disabled { opacity: .34; cursor: default; }
.menu-toggle { display: none; position: relative; z-index: 5; width: 44px; height: 44px; padding: 0; border: 1.5px solid #fff; border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle::before, .menu-toggle::after, .menu-toggle > span:first-child { content: ""; position: absolute; left: 11px; width: 20px; height: 2px; background: #fff; transition: transform .22s ease, opacity .22s ease; }
.menu-toggle::before { top: 14px; }
.menu-toggle > span:first-child { top: 20px; }
.menu-toggle::after { top: 26px; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:first-child { opacity: 0; }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.social-rail { position: fixed; z-index: 12; left: 18px; top: 50%; display: flex; flex-direction: column; gap: 12px; transform: translateY(-50%); }
.social-rail a { width: 38px; height: 38px; opacity: .72; transition: opacity .2s ease, transform .2s ease; }
.social-rail a:hover { opacity: 1; transform: translateX(3px); }

.hero { position: relative; min-height: 920px; overflow: hidden; padding: 175px 0 95px; border-bottom: 1px solid var(--border); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,25,29,.98) 0%, rgba(23,25,29,.82) 42%, rgba(23,25,29,.2) 72%, transparent 100%); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; min-height: 640px; display: grid; grid-template-columns: minmax(430px, .72fr) minmax(600px, 1.28fr); align-items: center; gap: 34px; }
.hero-copy { max-width: 590px; }
.eyebrow { margin: 0 0 18px; color: var(--green); text-transform: uppercase; letter-spacing: .18em; font-size: 13px; font-weight: 800; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 32px; font-size: clamp(58px, 7vw, 104px); line-height: .94; letter-spacing: -.055em; }
h1 span { color: var(--green); }
h2 { margin-bottom: 30px; font-size: clamp(38px, 4.4vw, 66px); line-height: 1.1; letter-spacing: -.035em; text-transform: uppercase; }
.lead { margin-bottom: 38px; color: rgba(255,255,255,.78); font-size: clamp(19px, 1.75vw, 26px); line-height: 1.65; }
.store-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.store-link { display: inline-flex; align-items: center; min-height: 54px; border-radius: 8px; transition: transform .2s ease, filter .2s ease; }
.store-link img { max-height: 54px; width: auto; }
.store-link:hover, .store-link:focus-visible { transform: translateY(-3px); filter: brightness(1.08); }
.hero-visual { position: relative; margin-right: -16vw; }
.hero-visual img { width: min(100%, 1100px); filter: drop-shadow(0 36px 48px rgba(0,0,0,.46)); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.glow-one { width: 620px; height: 620px; right: -180px; top: 90px; background: radial-gradient(circle, rgba(31,176,141,.15), transparent 68%); }
.glow-two { width: 360px; height: 360px; left: 23%; bottom: -180px; background: radial-gradient(circle, rgba(234,74,74,.1), transparent 70%); }

.content-section { position: relative; padding: clamp(105px, 11vw, 175px) 0; }
.content-section-alt { background: rgba(255,255,255,.018); border-block: 1px solid rgba(255,255,255,.045); }
.split-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: clamp(60px, 9vw, 145px); }
.split-reverse .copy { order: 2; }
.split-reverse .visual-card { order: 1; }
.copy p:not(.section-index):not(.accent-text) { color: var(--muted); font-size: clamp(18px, 1.55vw, 23px); line-height: 1.85; }
.section-index { margin-bottom: 20px; color: var(--green); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 800; }
.accent-text { margin: 36px 0; color: var(--green); font-size: clamp(20px, 1.7vw, 26px); line-height: 1.55; font-weight: 700; }
.visual-card { position: relative; min-height: 620px; display: grid; place-items: center; padding: 34px; border: 1px solid var(--border); border-radius: 38px; background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(255,255,255,.015)); box-shadow: var(--shadow); }
.visual-card::before { content: ""; position: absolute; width: 180px; height: 180px; right: -38px; top: -42px; border: 2px solid rgba(31,176,141,.18); border-radius: 50%; }
.visual-card img { position: relative; z-index: 1; width: min(100%, 610px); }
.store-row-compact { margin-top: 38px; }

.platform { padding: clamp(110px, 12vw, 190px) 0; overflow: hidden; }
.platform-heading { max-width: 1060px; margin: 0 auto 62px; text-align: center; }
.platform-image { position: relative; max-width: 1220px; margin: 0 auto 70px; }
.platform-image::before { content: ""; position: absolute; inset: 22% 15%; z-index: -1; border-radius: 50%; background: rgba(31,176,141,.09); filter: blur(60px); }
.platform-image img { width: 100%; filter: drop-shadow(0 42px 60px rgba(0,0,0,.48)); }
.fact-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.fact-card { min-height: 240px; padding: 38px; border: 1px solid var(--border); border-radius: 22px; background: linear-gradient(145deg, var(--panel-light), var(--panel)); box-shadow: 0 18px 52px rgba(0,0,0,.18); }
.fact-mark { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 50%; color: #111; background: var(--green); font-size: 22px; }
.fact-card p { margin: 0; color: rgba(255,255,255,.84); font-size: clamp(19px, 1.55vw, 24px); line-height: 1.65; }

.cta { padding: clamp(84px, 9vw, 125px) 0; border-block: 1px solid rgba(31,176,141,.22); background: linear-gradient(110deg, #113a32, #1b6c5b 62%, #1a8f75); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta h2 { max-width: 820px; margin-bottom: 18px; font-size: clamp(36px, 4vw, 58px); }
.cta p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.75); font-size: 19px; }
.cta .eyebrow { color: #fff; opacity: .72; }
.cta .store-row { flex: 0 0 auto; }

.site-footer { background: #101216; }
.footer-inner { min-height: 120px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; }
.footer-inner p { margin: 0; color: rgba(255,255,255,.5); font-size: 14px; }
.footer-inner nav { display: flex; gap: 28px; color: rgba(255,255,255,.72); font-size: 14px; }
.footer-inner nav a:hover { color: #fff; text-decoration: underline; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; opacity: .68; }
.footer-social a:hover { opacity: 1; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal-delay { transition-delay: .14s; }
.js .reveal.is-visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; padding: 70px 0; }
.legal-page article { max-width: 850px; padding: 58px; border: 1px solid var(--border); border-radius: 28px; background: var(--panel); box-shadow: var(--shadow); }
.legal-page a { display: inline-block; margin-bottom: 46px; color: var(--green); font-weight: 700; }
.legal-page h1 { color: #fff; font-size: clamp(42px, 6vw, 70px); }
.legal-page p { color: var(--muted); font-size: 19px; line-height: 1.8; }

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

@media (max-width: 1180px) {
  .container { width: min(calc(100% - 48px), var(--container)); }
  .languages .language:nth-child(n+4) { display: none; }
  .hero-grid { grid-template-columns: minmax(390px, .78fr) minmax(520px, 1.22fr); }
  .hero-visual { margin-right: -22vw; }
  .social-rail { display: none; }
}

@media (max-width: 900px) {
  .header-inner { min-height: 96px; }
  .brand img { width: 64px; height: 64px; }
  .menu-toggle { display: block; margin-left: auto; }
  .languages { position: relative; z-index: 5; }
  .languages .language:not(.is-current) { display: none; }
  .site-nav { position: fixed; z-index: 4; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 90px 28px 40px; background: rgba(16,18,22,.98); transform: translateY(-105%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .site-nav.is-open { transform: translateY(0); visibility: visible; }
  .site-nav a { width: min(100%, 340px); padding: 16px; text-align: center; font-size: 21px; }
  .hero { min-height: 0; padding: 135px 0 78px; }
  .hero::before { background: linear-gradient(180deg, rgba(23,25,29,.96), rgba(23,25,29,.45) 70%, transparent); }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 35px; }
  .hero-copy { max-width: 760px; text-align: center; margin: 0 auto; }
  .hero-copy .store-row { justify-content: center; }
  .hero-visual { margin: 0 -18vw; }
  .split-grid { grid-template-columns: 1fr; gap: 58px; }
  .split-reverse .copy, .split-reverse .visual-card { order: initial; }
  .visual-card { min-height: 520px; max-width: 700px; width: 100%; margin: 0 auto; }
  .fact-grid { grid-template-columns: 1fr; }
  .cta-inner { flex-direction: column; text-align: center; }
  .cta .store-row { justify-content: center; }
  .footer-inner { grid-template-columns: 1fr; justify-items: center; padding: 34px 0; text-align: center; gap: 22px; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header.is-scrolled { position: absolute; background: transparent; border: 0; backdrop-filter: none; animation: none; }
  .hero { padding-top: 120px; }
  h1 { font-size: clamp(54px, 18vw, 76px); }
  h2 { font-size: clamp(33px, 10.5vw, 48px); }
  .lead { font-size: 18px; }
  .hero-visual { margin: 0 -38vw; }
  .content-section, .platform { padding: 88px 0; }
  .copy p:not(.section-index):not(.accent-text) { font-size: 17px; line-height: 1.75; }
  .visual-card { min-height: 420px; padding: 18px; border-radius: 24px; }
  .fact-card { min-height: 0; padding: 28px 24px; }
  .fact-card p { font-size: 18px; }
  .store-row { justify-content: center; }
  .store-link img { max-height: 48px; max-width: 152px; object-fit: contain; }
  .footer-inner nav { flex-direction: column; gap: 10px; }
  .legal-page { padding: 20px 0; }
  .legal-page article { padding: 34px 24px; }
}
