:root {
  --ink: #061d29;
  --ink-soft: #0a2430;
  --cream: #f4f1e8;
  --paper: #f4f1e8;
  --muted: #9aabb0;
  --red: #eb4f36;
  --orange: #d9a769;
  --line: rgba(244, 241, 232, 0.12);
  --max: 1180px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 100; transform: translateY(-120%); background: var(--paper); color: var(--ink); padding: .7rem 1rem; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid transparent; background: rgba(6,29,41,.82); backdrop-filter: blur(16px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; font-weight: 800; font-size: 1.15rem; letter-spacing: -.03em; }
.brand__planet { width: 28px; height: 28px; color: var(--cream); }
.nav__toggle { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--cream); font-size: 1.3rem; }
.nav__links { display: none; position: absolute; top: 72px; left: 1rem; right: 1rem; padding: 1rem; border: 1px solid var(--line); border-radius: 20px; background: #0a2634; box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.nav__links--open { display: grid; }
.nav__links a { padding: .7rem; text-decoration: none; color: var(--muted); }
.nav__links a:hover { color: var(--cream); }
.nav__cta { display: none !important; }
.button { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; gap: .55rem; padding: .75rem 1.2rem; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--cream); color: var(--ink); box-shadow: none; }
.button--primary:hover { background: #fff; }
.button--ghost { border-color: var(--line); background: rgba(255,255,255,.03); }
.button--light { background: var(--cream); color: var(--ink); }
.hero { padding: 1rem 0 4rem; }
.hero__card { min-height: min(760px, calc(100svh - 100px)); display: grid; align-items: end; overflow: hidden; position: relative; border: 1px solid var(--line); border-radius: 28px; background: #041b27; isolation: isolate; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 61% center; z-index: -2; filter: saturate(.72) contrast(.96); opacity: .86; }
.hero__card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(4,27,39,.04) 20%, rgba(4,27,39,.95) 73%); }
.hero__content { padding: 2rem 1.25rem; max-width: 650px; }
.eyebrow { margin: 0 0 .6rem; color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-weight: 850; text-wrap: balance; }
h1, h2 { letter-spacing: -.025em; line-height: 1.02; }
h3 { letter-spacing: -.012em; line-height: 1.18; }
h1 { font-size: clamp(2.8rem, 11vw, 6.7rem); }
h2 { font-size: clamp(2.1rem, 7vw, 4.3rem); }
h3 { font-size: 1.55rem; }
.accent { color: var(--red); }
.hero__lead { max-width: 560px; margin: 1.25rem 0 1.7rem; color: #d7dfdc; font-size: clamp(1rem, 2vw, 1.2rem); }
.hero__actions { display: grid; gap: .75rem; }
.hero__note { margin: 1rem 0 0; color: var(--muted); font-size: .85rem; }
.section { padding: 4.8rem 0; }
.section--paper { background: #09212d; color: var(--cream); border-block: 1px solid var(--line); }
.section--red { background: #0b2632; color: var(--cream); border-top: 1px solid var(--line); }
.section__head { display: grid; gap: 1.1rem; margin-bottom: 2.5rem; }
.section__head p:not(.eyebrow) { max-width: 590px; margin: 0; color: var(--muted); }
.section--paper .section__head p:not(.eyebrow) { color: var(--muted); }
.grid { display: grid; gap: 1rem; }
.feature-card, .device-card, .step, .price-card { border-radius: 22px; }
.feature-card { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.4rem; border: 1px solid var(--line); background: transparent; }
.feature-card__icon { font-size: 1.6rem; color: var(--cream); }
.feature-card p, .device-card p, .step p, .price-card p { margin: .7rem 0 0; color: var(--muted); }
.devices { grid-template-columns: repeat(2, 1fr); }
.device-card { padding: 1.35rem; background: transparent; border: 1px solid var(--line); }
.device-card p { color: var(--muted); }
.device-card__icon { width: 30px; height: 30px; margin-bottom: 1.5rem; color: var(--cream); }
.steps { counter-reset: steps; }
.step { counter-increment: steps; padding: 1.5rem; border-top: 1px solid var(--line); }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 1rem; color: var(--orange); font-weight: 900; }
.prices { align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 1.5rem; border: 1px solid var(--line); background: transparent; }
.price-card--featured { background: rgba(244,241,232,.045); color: var(--cream); transform: none; border-color: rgba(244,241,232,.28); }
.price-card__badge { align-self: flex-start; margin-bottom: 1rem; padding: .35rem .65rem; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); font-size: .75rem; font-weight: 800; }
.price-card h3 { font-size: 2.5rem; }
.price-card__period { margin-top: .25rem !important; }
.price-card .button { margin-top: 1.5rem; }
.legal-note { margin: 1.25rem 0 0; color: var(--muted); font-size: .9rem; }
.icon { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; }
.button--primary .icon { color: var(--red); }
.faq { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; position: relative; padding: 1.35rem 2.5rem 1.35rem 0; font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .25rem; font-size: 1.4rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { max-width: 750px; margin: 0; padding: 0 2rem 1.35rem 0; color: var(--muted); }
.final-cta { display: grid; gap: 1.5rem; align-items: end; }
.final-cta p { max-width: 600px; }
.site-footer { padding: 3rem 0; }
.footer__grid { display: grid; gap: 2rem; }
.footer__links { display: grid; gap: .6rem; }
.footer__links a { color: var(--muted); text-decoration: none; }
.footer__meta { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
.legal-page { min-height: 70vh; padding: 4rem 0 7rem; }
.legal-page__head { max-width: 850px; margin-bottom: 3rem; }
.legal-page__head h1 { font-size: clamp(2.5rem, 8vw, 5.2rem); }
.legal-page__head p { color: var(--muted); }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin: 2.5rem 0 1rem; font-size: 1.65rem; letter-spacing: -.03em; }
.legal-copy p, .legal-copy li { color: #d3ddda; }
.placeholder { display: inline-block; padding: .1rem .35rem; border: 1px dashed var(--orange); border-radius: .35rem; color: var(--orange); }
.error-page { min-height: 100svh; display: grid; place-items: center; text-align: center; padding: 2rem; }
.error-page__code { margin: 0; color: var(--red); font-size: clamp(5rem, 24vw, 13rem); font-weight: 900; line-height: .8; letter-spacing: -.09em; }
.error-page h1 { margin: 1.4rem 0 .8rem; font-size: clamp(2rem, 6vw, 4rem); }
.error-page p { max-width: 520px; margin: 0 auto 1.5rem; color: var(--muted); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
@media (min-width: 720px) {
  .container { width: min(calc(100% - 4rem), var(--max)); }
  .hero { padding-top: 1.5rem; }
  .hero__content { padding: 3.5rem; }
  .hero__card::after { background: linear-gradient(90deg, rgba(4,27,39,.98) 0%, rgba(4,27,39,.8) 38%, rgba(4,27,39,.08) 73%); }
  .hero__image { object-position: center; }
  .hero__actions { display: flex; }
  .section { padding: 7rem 0; }
  .section__head { grid-template-columns: 1fr .8fr; align-items: end; }
  .features { grid-template-columns: repeat(3, 1fr); }
  .devices { grid-template-columns: repeat(4, 1fr); }
  .steps, .prices { grid-template-columns: repeat(3, 1fr); }
  .price-card--featured { transform: translateY(-6px); }
  .final-cta { grid-template-columns: 1fr auto; }
  .footer__grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .nav__toggle { display: none; }
  .nav__links { position: static; display: flex; padding: 0; border: 0; background: transparent; box-shadow: none; }
  .nav__cta { display: inline-flex !important; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
