:root {
  --background: #08070d;
  --surface: #0e0b16;
  --surface-light: #151022;
  --text: #f6f3fb;
  --soft: #b8b2c3;
  --muted: #787181;
  --line: rgba(255, 255, 255, 0.11);
  --purple: #9656fa;
  --purple-light: #bc91ff;
  --shell: min(1240px, calc(100vw - 64px));
  color: var(--text);
  background: var(--background);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-color: #4a2b76 #08070d; }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: var(--background); color: var(--text); }
body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 50% -18%, rgba(115, 56, 210, 0.16), transparent 42rem);
  content: "";
  pointer-events: none;
}
body::selection { color: #fff; background: rgba(150, 86, 250, 0.65); }
a { color: inherit; }
img { display: block; }
.shell { width: var(--shell); margin-inline: auto; }

.skip-link {
  position: fixed;
  z-index: 20;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-150%);
  border: 1px solid var(--purple);
  background: var(--background);
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 42px; height: 34px; object-fit: contain; }
.brand > span { display: grid; gap: 2px; }
.brand strong { font-size: 14px; letter-spacing: -0.01em; }
.brand small { color: var(--muted); font-size: 10px; }
.main-navigation { display: flex; align-items: center; gap: 32px; }
.main-navigation a { color: #97909e; font-size: 11px; font-weight: 650; text-decoration: none; transition: color 160ms ease; }
.main-navigation a:hover { color: var(--text); }
.nav-highlight { color: var(--purple-light); }
.header-actions { display: flex; align-items: center; gap: 28px; }
.language-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 24px;
  border-left: 1px solid var(--line);
  color: #514b57;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
}
.language-switch a { color: #746d7b; text-decoration: none; transition: color 160ms ease; }
.language-switch a:hover, .language-switch a[aria-current="page"] { color: var(--text); }
.language-switch a[aria-current="page"] { text-decoration: underline; text-decoration-color: var(--purple); text-underline-offset: 5px; }

.hero {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(350px, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
  padding-block: 94px 120px;
}
.hero-copy { min-width: 0; }
.overline {
  margin: 0 0 22px;
  color: var(--purple-light);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font-size: clamp(58px, 6.4vw, 96px);
  font-weight: 760;
  letter-spacing: -0.065em;
  line-height: 0.92;
}
.hero h1 span { color: var(--purple); }
.hero-text { max-width: 520px; margin: 30px 0 0; color: var(--soft); font-size: 15px; line-height: 1.75; }
.hero-meta { display: flex; align-items: center; gap: 38px; margin-top: 38px; }
.hero-meta > a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 25px;
  padding: 0 18px;
  border: 1px solid rgba(169, 111, 255, 0.5);
  color: #efe7ff;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease;
}
.hero-meta > a:hover { border-color: var(--purple-light); background: rgba(150, 86, 250, 0.08); }
.hero-meta > p { display: grid; gap: 5px; margin: 0; }
.hero-meta strong { color: #d8d1df; font-size: 11px; }
.hero-meta p span { color: var(--muted); font-size: 9px; }

.product-shot { min-width: 0; margin: 0; }
.product-shot__image {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(178, 126, 255, 0.24);
  background: #0b0911;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.52), 0 0 70px rgba(104, 46, 196, 0.09);
}
.product-shot__image::after {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  content: "";
  pointer-events: none;
}
.product-shot img { width: 100%; height: auto; }
.product-shot figcaption {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  color: #6d6674;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.performance { padding-block: 126px 148px; border-top: 1px solid var(--line); }
.performance-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr); align-items: end; gap: 90px; }
.performance-intro .overline { margin-bottom: 18px; }
.performance-intro h2 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.5vw, 76px); letter-spacing: -0.06em; line-height: 0.96; }
.performance-intro > p { max-width: 440px; margin: 0 0 4px; color: var(--soft); font-size: 13px; line-height: 1.75; }
.performance-goals { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 80px; border-top: 1px solid rgba(178, 126, 255, 0.38); border-bottom: 1px solid var(--line); }
.performance-goals article { min-width: 0; min-height: 335px; padding: 34px clamp(25px, 3vw, 44px) 40px; }
.performance-goals article + article { border-left: 1px solid var(--line); }
.performance-goals article > span { display: block; color: #696170; font-size: 9px; font-weight: 750; letter-spacing: 0.15em; }
.performance-goals h3 { margin: 86px 0 20px; font-size: clamp(42px, 4.7vw, 66px); font-weight: 730; letter-spacing: -0.06em; line-height: 0.88; }
.performance-goals h3 strong { display: block; color: var(--purple); font-weight: inherit; }
.performance-goals p { max-width: 330px; margin: 0; color: #8c8493; font-size: 11px; line-height: 1.7; }
.performance-footer { display: flex; justify-content: flex-end; gap: 42px; padding-top: 24px; color: #716a78; font-size: 8px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.performance-footer span + span::before { margin-right: 42px; color: #4d4653; content: "/"; }

.launch { padding-block: 54px 132px; }
.launch-inner {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  padding: 78px clamp(34px, 7vw, 94px);
  border-top: 1px solid rgba(177, 119, 255, 0.45);
  border-bottom: 1px solid rgba(177, 119, 255, 0.28);
  background: linear-gradient(125deg, rgba(43, 23, 72, 0.72), rgba(13, 10, 20, 0.78) 58%);
}
.launch-inner::before {
  position: absolute;
  top: -28%;
  right: -5%;
  width: 55%;
  height: 150%;
  background: radial-gradient(circle, rgba(144, 72, 255, 0.16), transparent 64%);
  content: "";
}
.launch-inner > img { width: 86px; height: 69px; object-fit: contain; filter: drop-shadow(0 0 24px rgba(152, 88, 255, 0.34)); }
.launch-inner > p { margin: 90px 0 13px; color: var(--purple-light); font-size: 11px; font-weight: 750; letter-spacing: 0.16em; text-transform: uppercase; }
.launch h2 { position: relative; margin: 0; font-size: clamp(90px, 13vw, 184px); letter-spacing: -0.08em; line-height: 0.69; }
.launch-footer { position: absolute; right: clamp(34px, 7vw, 94px); bottom: 62px; left: clamp(34px, 7vw, 94px); display: flex; justify-content: space-between; gap: 30px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.launch-footer p { margin: 0; color: #8f8797; font-size: 11px; }

.site-footer { display: flex; min-height: 100px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); color: #716b77; font-size: 9px; letter-spacing: 0.05em; text-transform: uppercase; }
.footer-brand { display: flex; align-items: center; gap: 9px; color: #96909d; font-weight: 700; text-transform: none; }
.footer-brand img { width: 25px; height: 20px; object-fit: contain; }
.site-footer a { color: #827b89; text-decoration: none; }
.site-footer a:hover { color: var(--text); }
.footer-legal { display: flex; align-items: center; gap: 22px; }
.brand:focus-visible, .main-navigation a:focus-visible, .language-switch a:focus-visible, .hero-meta a:focus-visible, .site-footer a:focus-visible, .legal-back:focus-visible, .error-page a:focus-visible { outline: 2px solid var(--purple-light); outline-offset: 5px; }

.error-page {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  text-align: center;
}
.error-page img { width: 82px; height: auto; margin-bottom: 36px; }
.error-page > span { color: var(--purple-light); font-size: 10px; font-weight: 750; letter-spacing: 0.16em; }
.error-page h1 { margin: 14px 0 10px; font-size: clamp(58px, 10vw, 112px); letter-spacing: -0.07em; }
.error-page p { margin: 0 0 30px; color: var(--muted); }
.error-page .button { padding: 13px 18px; border: 1px solid rgba(169, 111, 255, 0.5); text-decoration: none; }
.error-legal { display: flex; gap: 18px; margin-top: 34px; }
.error-legal a { color: var(--muted); font-size: 10px; text-decoration: none; }

.legal-header { min-height: 92px; }
.legal-actions { gap: 24px; }
.legal-back { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.legal-back:hover { color: var(--text); }
.legal-main { display: grid; grid-template-columns: minmax(220px, 0.42fr) minmax(0, 0.58fr); gap: clamp(60px, 10vw, 150px); padding-block: 100px 140px; }
.legal-title { position: sticky; top: 42px; align-self: start; }
.legal-title .overline { margin-bottom: 17px; }
.legal-title h1 { margin: 0; font-size: clamp(54px, 7vw, 90px); letter-spacing: -0.065em; line-height: 0.92; }
.legal-title > p:last-child { max-width: 300px; margin: 24px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.legal-content { min-width: 0; }
.legal-content section { padding-block: 0 42px; }
.legal-content section + section { padding-top: 42px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 18px; font-size: 22px; letter-spacing: -0.025em; }
.legal-content h3 { margin: 24px 0 10px; font-size: 14px; }
.legal-content p, .legal-content li, .legal-content address { color: #aaa3b1; font-size: 13px; font-style: normal; line-height: 1.78; }
.legal-content p { margin: 0 0 14px; }
.legal-content ul { margin: 0; padding-left: 19px; }
.legal-content a { color: #c6a7ff; text-underline-offset: 3px; }
.legal-content strong { color: #ebe6f1; font-weight: 700; }
.legal-note { padding: 17px 18px; border-left: 2px solid var(--purple); background: rgba(150, 86, 250, 0.06); }
.legal-language-note { margin: 0 0 46px !important; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #827b89 !important; font-size: 11px !important; }
.privacy-summary { margin-bottom: 56px; border-top: 1px solid rgba(178, 126, 255, 0.38); border-bottom: 1px solid var(--line); }
.privacy-summary__label { margin: 0 !important; padding: 18px 0; color: var(--purple-light) !important; font-size: 9px !important; font-weight: 750; letter-spacing: 0.15em; text-transform: uppercase; }
.privacy-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.privacy-facts > div { min-width: 0; padding: 24px 20px 26px; }
.privacy-facts > div:first-child { padding-left: 0; }
.privacy-facts > div + div { border-left: 1px solid var(--line); }
.privacy-facts span { display: block; margin-bottom: 14px; color: #6f6876; font-size: 8px; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; }
.privacy-facts strong { display: block; min-height: 42px; font-size: 17px; line-height: 1.25; }
.privacy-facts p { margin: 10px 0 0; color: #89818f; font-size: 10px; line-height: 1.6; }
.legal-date { color: #6e6775 !important; font-size: 10px !important; letter-spacing: 0.07em; text-transform: uppercase; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-block: 90px 110px; }
  .hero-copy { max-width: 720px; }
  .product-shot { width: 100%; }
  .performance-intro { grid-template-columns: 1fr; gap: 30px; }
  .performance-goals h3 { font-size: clamp(40px, 5vw, 55px); }
  .launch-inner { min-height: 560px; }
}

@media (max-width: 700px) {
  :root { --shell: min(calc(100vw - 30px), 1240px); }
  .site-header { min-height: 80px; }
  .main-navigation a:not(.nav-highlight) { display: none; }
  .main-navigation { gap: 0; }
  .header-actions { gap: 18px; }
  .language-switch { padding-left: 18px; }
  .hero { min-height: auto; padding-block: 76px 94px; gap: 70px; }
  .hero h1 { font-size: clamp(52px, 15vw, 72px); }
  .hero-text { font-size: 14px; }
  .hero-meta { align-items: flex-start; flex-direction: column; gap: 22px; }
  .product-shot figcaption { gap: 20px; font-size: 6px; }
  .performance { padding-block: 92px 108px; }
  .performance-intro h2 { font-size: 44px; }
  .performance-goals { grid-template-columns: 1fr; margin-top: 58px; }
  .performance-goals article { min-height: auto; padding: 28px 5px 34px; }
  .performance-goals article + article { border-top: 1px solid var(--line); border-left: 0; }
  .performance-goals h3 { margin: 44px 0 16px; font-size: 54px; }
  .performance-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .performance-footer span + span::before { margin-right: 10px; }
  .launch { padding-bottom: 90px; }
  .launch-inner { min-height: 520px; padding: 48px 26px; }
  .launch-inner > img { width: 65px; height: 52px; }
  .launch-inner > p { margin-top: 82px; }
  .launch h2 { font-size: clamp(76px, 25vw, 112px); line-height: 0.74; }
  .launch-footer { right: 26px; bottom: 38px; left: 26px; align-items: flex-start; flex-direction: column; gap: 9px; }
  .site-footer { min-height: 150px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 17px; }
  .legal-main { grid-template-columns: 1fr; gap: 70px; padding-block: 76px 100px; }
  .legal-title { position: static; }
  .legal-back { display: none; }
  .legal-actions { gap: 0; }
  .legal-actions .language-switch { border-left: 0; }
  .privacy-facts { grid-template-columns: 1fr; }
  .privacy-facts > div, .privacy-facts > div:first-child { padding: 22px 0 24px; }
  .privacy-facts > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .privacy-facts strong { min-height: auto; }
}

@media (max-width: 440px) {
  .site-header .main-navigation { display: none; }
  .brand small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
