:root {
  color-scheme: light;
  --night: #0a1713;
  --ink: #10211c;
  --ink-soft: #17352b;
  --brand: #9fe13c;
  --brand-dark: #4f7717;
  --canvas: #f4f7f3;
  --surface: #ffffff;
  --surface-muted: #eaf0e8;
  --text: #17211d;
  --muted: #66756c;
  --line: #dce5dc;
  --error: #a43833;
  --success: #276d45;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  font-family: "Segoe UI Variable", "Segoe UI", Inter, Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; min-height: 100vh; margin: 0; color: var(--text); background: var(--canvas); }
body.launch-view { color: #fff; background: var(--night); }
body.admin-bar .site-header { top: 32px; }
a { color: inherit; text-underline-offset: 3px; }
button, input { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--brand);
  border-radius: 8px;
  font-weight: 750;
  transform: translateY(-160%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 20;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(22px, 4vw, 68px);
  color: #fff;
  background: var(--night);
  border-bottom: 1px solid rgba(220, 229, 220, .13);
}

.product-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  letter-spacing: .12em;
  font-size: 15px;
  font-weight: 420;
}
.product-brand img { width: 42px; height: 42px; }
.product-brand strong { color: var(--brand); font-weight: 830; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.system-state { display: inline-flex; align-items: center; gap: 9px; color: #b8c9bf; font-size: 12px; }
.system-state i, .launch-facts strong i {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: var(--brand);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(159, 225, 60, .12);
}
.language-switcher { display: flex; align-items: center; gap: 4px; }
.language-switcher a {
  min-width: 34px;
  min-height: 34px;
  display: grid;
  place-items: center;
  color: #95a99e;
  border: 1px solid transparent;
  border-radius: 8px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}
.language-switcher a:hover { color: #fff; background: rgba(255,255,255,.06); }
.language-switcher a[aria-current="page"] { color: var(--ink); background: var(--brand); }

.launch-main {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - 148px);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(460px, .75fr);
  align-items: center;
  gap: clamp(48px, 7vw, 128px);
  overflow: hidden;
  padding: clamp(58px, 8vh, 104px) clamp(24px, 7vw, 124px);
  background:
    linear-gradient(90deg, rgba(10,23,19,.97) 0%, rgba(10,23,19,.78) 52%, rgba(10,23,19,.94) 100%),
    radial-gradient(circle at 70% 20%, rgba(159,225,60,.13), transparent 34%);
}
.launch-main::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: .08;
  background-image:
    linear-gradient(rgba(159,225,60,.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(159,225,60,.25) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 40%, #000);
}
.ambient-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.ambient-orb-one { width: 500px; height: 500px; right: -280px; top: -240px; border: 1px solid rgba(159,225,60,.2); box-shadow: 0 0 100px rgba(159,225,60,.08) inset; }
.ambient-orb-two { width: 230px; height: 230px; left: 44%; bottom: -170px; background: rgba(159,225,60,.06); }
.launch-copy { max-width: 780px; }
.eyebrow, .panel-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: #b8c9bf;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
.eyebrow span { width: 32px; height: 2px; background: var(--brand); }
.launch-copy h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(51px, 6.2vw, 96px);
  line-height: .96;
  letter-spacing: -.064em;
  font-weight: 760;
}
.launch-copy h1 em { color: var(--brand); font-style: normal; }
.launch-copy .lead { max-width: 650px; margin: 30px 0 0; color: #b8c9bf; font-size: clamp(16px, 1.3vw, 20px); line-height: 1.68; }
.launch-facts { display: flex; flex-wrap: wrap; gap: 42px; margin-top: 46px; padding-top: 25px; border-top: 1px solid rgba(220,229,220,.15); }
.launch-facts div { display: flex; flex-direction: column; gap: 8px; }
.launch-facts span { color: #7f9489; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.launch-facts strong { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 650; }

.countdown-panel {
  position: relative;
  padding: clamp(26px, 3vw, 42px);
  color: var(--text);
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-lg);
  box-shadow: 0 34px 90px rgba(0,0,0,.33);
}
.countdown-panel::after { content: ""; position: absolute; inset: 0; z-index: -1; border-radius: inherit; box-shadow: 0 0 0 8px rgba(159,225,60,.035); }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.panel-kicker { margin-bottom: 9px; color: var(--brand-dark); }
.panel-heading h2, .newsletter-block h2 { margin: 0; color: var(--ink); font-size: clamp(22px, 2vw, 30px); letter-spacing: -.04em; }
.timezone { padding: 7px 9px; color: var(--muted); background: var(--surface-muted); border-radius: 7px; font-size: 9px; font-weight: 750; }
.countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 28px; }
.countdown-grid div { min-width: 0; padding: 18px 6px 16px; text-align: center; background: var(--ink); border-radius: 12px; }
.countdown-grid strong { display: block; color: var(--brand); font-size: clamp(30px, 3vw, 48px); line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -.05em; }
.countdown-grid span { display: block; margin-top: 9px; color: #aebfb5; font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.countdown-note { margin: 13px 0 0; color: #87948c; font-size: 10px; text-align: right; }
.countdown-panel.is-live .countdown-grid strong { color: #fff; }
.newsletter-block { margin-top: 30px; padding-top: 27px; border-top: 1px solid var(--line); }
.newsletter-block > div:first-child > p:last-child { margin: 10px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.newsletter-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
.newsletter-form input[type="email"] { min-width: 0; min-height: 48px; padding: 0 14px; color: var(--text); background: #fff; border: 1px solid #cbd6cd; border-radius: 9px; outline: none; }
.newsletter-form input[type="email"]:focus { border-color: #78aa31; box-shadow: 0 0 0 3px rgba(159,225,60,.22); }
.newsletter-form button, .secondary-button {
  min-height: 48px;
  padding: 0 17px;
  color: var(--ink);
  background: var(--brand);
  border: 0;
  border-radius: 9px;
  font-weight: 780;
}
.newsletter-form button:hover { background: #b0ed53; }
.newsletter-form button:disabled { opacity: .65; cursor: wait; }
.consent-note { margin: 10px 0 0; color: #7a8980; font-size: 9px; line-height: 1.5; }
.consent-note a { color: #486b2a; }
.pending-badge { display: inline-flex; padding: 9px 12px; color: #526159; background: var(--surface-muted); border-radius: 99px; font-size: 10px; font-weight: 750; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-notice { margin: 0 0 14px; padding: 11px 13px; border: 1px solid; border-radius: 9px; font-size: 11px; line-height: 1.45; }
.form-notice.is-success { color: var(--success); background: #eef8e9; border-color: #d1e7c8; }
.form-notice.is-error { color: var(--error); background: #fff1ef; border-color: #f0cfcc; }

.site-footer {
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(22px, 4vw, 68px);
  color: #81938a;
  background: var(--night);
  border-top: 1px solid rgba(220,229,220,.13);
  font-size: 10px;
}
.legal-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.legal-links a, .link-button { color: #a4b5ab; text-decoration: none; }
.legal-links a:hover, .link-button:hover { color: #fff; text-decoration: underline; }
.link-button { padding: 0; background: none; border: 0; font-size: inherit; }
.ownership { margin: 0; color: #5f7168; font-size: 9px; white-space: nowrap; }

.legal-view { background: #f3f6f2; }
.legal-main { max-width: 1240px; min-height: calc(100vh - 148px); margin: 0 auto; padding: 42px clamp(22px, 5vw, 72px) 90px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 48px; color: #587064; text-decoration: none; font-size: 12px; font-weight: 700; }
.back-link:hover { color: var(--brand-dark); }
.legal-heading { max-width: 850px; padding-bottom: 40px; border-bottom: 1px solid var(--line); }
.legal-heading .eyebrow { margin-bottom: 15px; color: var(--brand-dark); }
.legal-heading h1 { margin: 0; color: var(--ink); font-size: clamp(42px, 5.4vw, 72px); line-height: 1; letter-spacing: -.055em; }
.legal-heading > p:not(.eyebrow):not(.legal-updated) { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.legal-updated { margin: 18px 0 0; color: #849188; font-size: 10px; font-weight: 650; }
.legal-layout { display: grid; grid-template-columns: 210px minmax(0, 760px); gap: clamp(42px, 7vw, 100px); align-items: start; margin-top: 46px; }
.legal-notice-message { max-width: 760px; margin: 28px 0 -10px; }
.legal-layout aside { position: sticky; top: 24px; }
.legal-layout aside strong { color: #516159; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.legal-layout aside nav { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; padding-left: 15px; border-left: 1px solid var(--line); }
.legal-layout aside a { color: #718078; text-decoration: none; font-size: 10px; line-height: 1.35; }
.legal-layout aside a:hover { color: var(--brand-dark); }
.legal-document section { padding: 0 0 34px; margin: 0 0 34px; border-bottom: 1px solid var(--line); scroll-margin-top: 25px; }
.legal-document h2 { margin: 0 0 17px; color: var(--ink); font-size: 21px; letter-spacing: -.025em; }
.legal-document p, .legal-document li { color: #526159; font-size: 13px; line-height: 1.78; }
.legal-document p { margin: 0 0 14px; }
.legal-document ul { display: grid; gap: 8px; padding-left: 20px; }
.legal-document a { color: #3e6725; }
.legal-document strong { color: #2a3b32; }
.secondary-button { padding-inline: 20px; }
.privacy-request-card { margin-top: 40px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: 0 12px 35px rgba(16,33,28,.06); }
.privacy-request-card h2 { margin-bottom: 8px; }
.privacy-request-card > p { margin-bottom: 18px; }
.privacy-request-card .newsletter-form { max-width: 640px; }
.privacy-confirm-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.privacy-confirm-actions a { min-height: 48px; display: inline-flex; align-items: center; padding: 0 17px; color: #526159; background: #fff; border: 1px solid var(--line); border-radius: 9px; text-decoration: none; font-weight: 700; }

:focus-visible { outline: 3px solid #7fb936; outline-offset: 3px; }
::selection { color: var(--ink); background: var(--brand); }

@media (max-width: 1080px) {
  .launch-main { grid-template-columns: 1fr; }
  .launch-copy { max-width: 870px; }
  .countdown-panel { width: min(720px, 100%); }
}

@media (max-width: 720px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { align-items: flex-start; padding-block: 15px; }
  .header-actions { align-items: flex-end; flex-direction: column; gap: 7px; }
  .system-state { display: none; }
  .language-switcher { max-width: 220px; flex-wrap: wrap; justify-content: flex-end; }
  .language-switcher a { min-width: 30px; min-height: 30px; }
  .launch-main { min-height: auto; padding-block: 58px 72px; }
  .launch-copy h1 { font-size: clamp(47px, 14vw, 70px); }
  .launch-facts { gap: 28px; }
  .countdown-grid { gap: 6px; }
  .countdown-grid div { padding-inline: 3px; }
  .countdown-grid strong { font-size: clamp(27px, 9vw, 42px); }
  .newsletter-form { grid-template-columns: 1fr; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .ownership { white-space: normal; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-layout aside { position: static; }
  .legal-layout aside nav { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 440px) {
  .product-brand { gap: 8px; font-size: 11px; }
  .product-brand img { width: 34px; height: 34px; }
  .site-header { gap: 10px; padding-inline: 16px; }
  .language-switcher { max-width: 108px; }
  .launch-main { padding-inline: 18px; }
  .countdown-panel { padding: 22px 16px; border-radius: 17px; }
  .timezone { display: none; }
  .countdown-grid span { font-size: 6px; }
  .legal-main { padding-inline: 18px; }
  .legal-layout aside nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media print {
  .site-header, .site-footer, .back-link, .legal-layout aside, .secondary-button { display: none !important; }
  .legal-main { max-width: none; padding: 0; }
  .legal-layout { display: block; margin-top: 25px; }
  .legal-document p, .legal-document li { color: #000; }
}
