:root {
  color-scheme: light;
  --paper: #f3f2ed;
  --paper-soft: #faf9f6;
  --ink: #111311;
  --muted: #656a64;
  --line: rgba(17, 19, 17, 0.12);
  --forest: #173f36;
  --mint: #b7d3c4;
  --blue: #176fe8;
  --dark: #0e1a18;
  --white: #ffffff;
  --danger: #8f3229;
  --radius-lg: 32px;
  --radius-md: 22px;
  --max: 1200px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.2em; }
p, h1, h2, h3 { margin-top: 0; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  border-radius: 10px;
}
.skip-link:focus { transform: translateY(0); }

.draft-banner {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 8px 20px;
  color: #fff7ea;
  background: #7c3f1f;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-align: center;
}
.draft-banner strong { text-transform: uppercase; letter-spacing: 0.12em; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(17, 19, 17, 0.08);
  background: rgba(243, 242, 237, 0.88);
  backdrop-filter: blur(20px) saturate(150%);
}
.header-inner, .footer-inner, .footer-bottom, .section-shell {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}
.header-inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-size: 15px; font-weight: 700; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: var(--white);
  background: var(--forest);
  font-size: 10px;
  letter-spacing: -0.04em;
}
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a, .language-switch a { color: #383d39; font-size: 14px; font-weight: 600; text-decoration: none; }
.primary-nav a:hover, .primary-nav a:focus-visible, .language-switch a:hover, .language-switch a:focus-visible, .footer-links a:hover, .footer-links a:focus-visible { color: var(--blue); }
.primary-nav [aria-current="page"] { color: var(--ink); text-decoration: underline; }
.language-switch { justify-self: end; display: flex; gap: 6px; align-items: center; }
.language-switch [aria-current="true"] { color: var(--ink); font-weight: 800; }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  align-items: center;
  gap: 70px;
  padding-block: 100px;
}
.eyebrow { margin-bottom: 20px; color: var(--forest); font-size: 12px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.hero h1 { margin-bottom: 22px; font-size: clamp(58px, 8vw, 116px); line-height: 0.88; letter-spacing: -0.075em; }
.hero-rhythm { display: flex; flex-direction: column; margin-bottom: 30px; font-size: clamp(30px, 4.2vw, 64px); line-height: 1.02; letter-spacing: -0.055em; }
.hero-rhythm span:nth-child(2) { color: var(--forest); }
.hero-rhythm span:nth-child(3) { color: #7a7f7a; }
.hero-description { max-width: 670px; margin-bottom: 24px; color: var(--muted); font-size: clamp(17px, 1.8vw, 23px); line-height: 1.5; }
.coming-soon { display: flex; align-items: center; gap: 10px; margin: 0; color: #353a36; font-size: 13px; font-weight: 700; }
.coming-soon span { width: 8px; height: 8px; border-radius: 999px; background: #38a66e; box-shadow: 0 0 0 6px rgba(56, 166, 110, 0.12); }
.hero-orbit {
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 450px);
  justify-self: end;
  border: 1px solid rgba(23, 63, 54, 0.15);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 211, 196, 0.48) 0 33%, transparent 34% 100%);
}
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(23, 63, 54, 0.13); border-radius: 50%; }
.hero-orbit::before { inset: 14%; }
.hero-orbit::after { inset: 31%; background: var(--forest); box-shadow: 0 24px 70px rgba(23, 63, 54, 0.28); }
.hero-orbit span { position: absolute; z-index: 1; display: grid; place-items: center; width: 64px; height: 64px; border: 1px solid rgba(17, 19, 17, 0.1); border-radius: 18px; background: var(--paper-soft); font-size: 12px; font-weight: 800; }
.hero-orbit span:nth-child(1) { top: 4%; left: 18%; }
.hero-orbit span:nth-child(2) { color: var(--white); background: transparent; border: 0; font-size: 24px; }
.hero-orbit span:nth-child(3) { right: 4%; bottom: 20%; }

.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding-block: 0 110px; }
.benefit-card { min-height: 270px; padding: 32px 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-card + .benefit-card { border-left: 1px solid var(--line); }
.benefit-card > span { color: #8d928d; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; }
.benefit-card h2 { margin: 72px 0 12px; font-size: 22px; line-height: 1.15; letter-spacing: -0.035em; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; }

.showcase { overflow: hidden; position: relative; display: grid; grid-template-columns: minmax(280px, 0.75fr) minmax(480px, 1.25fr); min-height: 760px; padding: 90px max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--dark); }
.showcase::before { content: ""; position: absolute; width: 620px; height: 620px; right: -170px; top: -250px; border-radius: 50%; background: rgba(90, 150, 130, 0.18); filter: blur(3px); }
.showcase-copy { align-self: center; max-width: 440px; position: relative; z-index: 2; }
.showcase-copy .eyebrow { color: var(--mint); }
.showcase-copy h2 { margin-bottom: 26px; font-size: clamp(40px, 5vw, 70px); line-height: 0.98; letter-spacing: -0.06em; }
.showcase-copy > p:last-child { color: #afbab5; font-size: 16px; }
.device-stage { position: relative; z-index: 1; min-height: 650px; }
.device { position: absolute; width: 286px; height: 620px; margin: 0; padding: 11px; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 49px; background: #070908; box-shadow: 0 45px 90px rgba(0, 0, 0, 0.42); }
.device-screen { position: relative; overflow: hidden; width: 100%; height: 100%; border-radius: 39px; background: #f5f5f7; }
.device-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.device-one { right: 300px; bottom: -170px; transform: rotate(-7deg); }
.device-two { right: 10px; top: 16px; transform: rotate(7deg); }

.authorized { padding-block: 140px; text-align: center; }
.authorized .eyebrow { margin-bottom: 24px; }
.authorized h2 { max-width: 900px; margin: 0 auto 28px; font-size: clamp(42px, 6vw, 84px); line-height: 0.98; letter-spacing: -0.065em; }
.authorized > p:not(.eyebrow) { max-width: 660px; margin: 0 auto 28px; color: var(--muted); font-size: 17px; }
.text-link { font-weight: 750; }

.legal-hero { max-width: 920px; padding-block: 100px 60px; }
.legal-hero h1 { margin-bottom: 24px; font-size: clamp(50px, 7vw, 92px); line-height: 0.96; letter-spacing: -0.065em; }
.legal-hero > p:last-child { max-width: 720px; color: var(--muted); font-size: 20px; }
.legal-content { max-width: 920px; padding-bottom: 120px; }
.legal-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0 0 60px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.legal-facts div { padding: 22px; background: var(--paper-soft); }
.legal-facts dt { margin-bottom: 7px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.legal-facts dd { margin: 0; font-size: 14px; font-weight: 650; }
.legal-content > section { padding: 42px 0; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 18px; font-size: 30px; line-height: 1.15; letter-spacing: -0.04em; }
.legal-content h3 { margin: 28px 0 8px; font-size: 18px; }
.legal-content p, .legal-content li { color: #3e443f; font-size: 16px; }
.legal-content ul { padding-left: 22px; }
.legal-content li + li { margin-top: 8px; }
.support-card { margin-bottom: 44px; padding: 42px !important; border: 0 !important; border-radius: var(--radius-lg); color: var(--white); background: var(--forest); }
.support-card .eyebrow { color: var(--mint); }
.support-card h2 { max-width: 720px; margin-bottom: 18px; font-size: clamp(30px, 5vw, 50px); overflow-wrap: anywhere; }
.support-card h2 a { text-decoration: none; }
.support-card p { color: #d5e0db; }
.button-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 14px; padding: 14px 19px; border-radius: 999px; color: var(--ink); background: var(--white); font-size: 14px; font-weight: 800; text-decoration: none; }
.button-link:hover, .button-link:focus-visible { color: var(--white); background: var(--blue); }
.small-note { margin: 20px 0 0; font-size: 13px !important; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 40px 24px 0; cursor: pointer; list-style: none; font-size: 18px; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; color: var(--muted); font-size: 24px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 720px; padding: 0 40px 18px 0; }
.steps { list-style: none; padding: 0; }
.steps li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.steps li > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--white); background: var(--forest); font-size: 13px; font-weight: 800; }
.steps h3 { margin: 0 0 5px; }
.steps p { margin: 0; }

.site-footer { padding: 70px 0 22px; color: #dfe6e2; background: #101613; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 60px; padding-bottom: 60px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-mark { color: var(--forest); background: var(--mint); }
.footer-brand p { margin: 20px 0 0; color: #8f9a94; font-size: 14px; }
.footer-links { display: grid; grid-template-columns: 1fr; gap: 12px; }
.footer-links a { width: fit-content; color: #dfe6e2; font-size: 14px; text-decoration: none; }
.footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-contact span { color: #8f9a94; font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-contact a { overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.1); color: #8f9a94; font-size: 12px; }
.not-found { min-height: 80vh; padding-block: 120px; }
.not-found h1 { font-size: clamp(54px, 8vw, 100px); letter-spacing: -0.06em; }

:focus-visible { outline: 3px solid #6aa8ff; outline-offset: 4px; border-radius: 4px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 90px; }
  .hero-orbit { width: min(78vw, 420px); justify-self: center; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefit-card:nth-child(3) { border-left: 0; }
  .showcase { grid-template-columns: 1fr; padding-top: 80px; }
  .showcase-copy { max-width: 700px; }
  .device-stage { min-height: 650px; margin-top: 40px; }
  .device-one { right: 48%; }
  .device-two { right: 10%; }
}

@media (max-width: 640px) {
  .header-inner, .footer-inner, .footer-bottom, .section-shell { width: min(calc(100% - 30px), var(--max)); }
  .draft-banner { flex-direction: column; gap: 1px; padding: 7px 12px; }
  .header-inner { grid-template-columns: 1fr auto; min-height: 64px; gap: 12px; }
  .brand > span:last-child { display: none; }
  .primary-nav { grid-column: 1 / -1; grid-row: 2; justify-content: center; gap: 24px; padding-bottom: 10px; }
  .language-switch { grid-column: 2; grid-row: 1; }
  .hero { gap: 48px; padding-block: 70px; }
  .hero h1 { font-size: clamp(54px, 19vw, 86px); overflow-wrap: anywhere; }
  .hero-description { font-size: 17px; }
  .benefits { grid-template-columns: 1fr; padding-bottom: 70px; }
  .benefit-card + .benefit-card { border-left: 0; border-top: 0; }
  .benefit-card { min-height: auto; padding: 28px 6px; }
  .benefit-card h2 { margin-top: 36px; }
  .showcase { display: block; min-height: 870px; padding: 70px 20px; }
  .device-stage { min-height: 590px; }
  .device { width: 218px; height: 475px; border-radius: 38px; padding: 8px; }
  .device-screen { border-radius: 31px; }
  .device-one { left: -28px; right: auto; bottom: -40px; }
  .device-two { right: -20px; top: 40px; }
  .authorized { padding-block: 90px; }
  .legal-hero { padding-block: 72px 42px; }
  .legal-hero h1 { font-size: clamp(44px, 14vw, 70px); overflow-wrap: anywhere; }
  .legal-hero > p:last-child { font-size: 17px; }
  .legal-facts { grid-template-columns: 1fr; }
  .legal-content { padding-bottom: 80px; }
  .legal-content > section { padding-block: 34px; }
  .support-card { margin-inline: -4px; padding: 30px 22px !important; border-radius: 24px; }
  .footer-inner { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { flex-direction: column; }
}

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