@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #07131b;
  --ink-soft: #233139;
  --night: #061017;
  --night-2: #0b1d27;
  --paper: #f6f8f6;
  --line: #dbe4e1;
  --mint: #bff89b;
  --lime: #94ef5b;
  --coral: #ff8067;
  --sky: #a8defe;
  --muted: #6c7c80;
  --white: #ffffff;
  --radius-lg: 30px;
  --radius-md: 20px;
  --shadow: 0 18px 55px rgba(4, 27, 31, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; }
.eyebrow {
  align-items: center;
  color: #5e7171;
  display: inline-flex;
  font-family: "DM Mono", monospace;
  font-size: .72rem;
  font-weight: 500;
  gap: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.eyebrow::before { background: var(--coral); border-radius: 50%; content: ""; height: 8px; width: 8px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2.8rem, 7vw, 5.8rem); letter-spacing: -.075em; line-height: .98; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.06em; line-height: 1.04; }
h3 { font-size: 1.18rem; letter-spacing: -.03em; }
.lead { color: #4b5c60; font-size: 1.1rem; max-width: 600px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  align-items: center; border: 1px solid transparent; border-radius: 999px; cursor: pointer; display: inline-flex;
  font-size: .86rem; font-weight: 800; gap: 9px; justify-content: center; min-height: 52px; padding: 0 21px; transition: .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--mint); color: var(--ink); }
.button-primary:hover { background: var(--lime); box-shadow: 0 12px 24px rgba(148,239,91,.22); }
.button-dark { background: var(--ink); color: white; }
.button-outline { border-color: #b7c9c5; color: var(--ink); }
.button-light { background: white; color: var(--ink); }
.button svg { height: 16px; width: 16px; }

.site-header { background: rgba(246,248,246,.92); border-bottom: 1px solid rgba(7,19,27,.08); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.nav { align-items: center; display: flex; justify-content: space-between; min-height: 78px; }
.brand { align-items: center; display: inline-flex; font-size: 1.1rem; font-weight: 800; gap: 10px; letter-spacing: -.05em; }
.brand-mark { align-items: center; background: var(--ink); border-radius: 11px; color: var(--mint); display: inline-flex; font-family: "DM Mono", monospace; font-size: .7rem; height: 32px; justify-content: center; letter-spacing: -.1em; width: 32px; }
.brand span { color: #728183; font-weight: 600; }
.nav-links { align-items: center; display: flex; gap: 24px; }
.nav-links a { color: #536166; font-size: .8rem; font-weight: 800; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); }
.nav .button { min-height: 42px; padding: 0 16px; }

.hero { background: var(--night); color: white; overflow: hidden; padding: 85px 0 70px; position: relative; }
.hero::before { background: radial-gradient(circle, rgba(148,239,91,.18), transparent 66%); content: ""; height: 760px; position: absolute; right: -210px; top: -270px; width: 760px; }
.hero::after { border: 1px solid rgba(191,248,155,.18); border-radius: 50%; content: ""; height: 500px; position: absolute; right: -80px; top: -115px; width: 500px; }
.hero-grid { align-items: center; display: grid; gap: 58px; grid-template-columns: 1.05fr .95fr; position: relative; z-index: 1; }
.hero .eyebrow { color: #afc7c3; }
.hero .lead { color: #b6c8ca; max-width: 580px; }
.hero .eyebrow::before { background: var(--mint); }
.accent { color: var(--mint); }
.hero-art { min-height: 420px; position: relative; }
.glow-card { background: linear-gradient(135deg, #183946, #0b202a); border: 1px solid rgba(191,248,155,.25); border-radius: 28px; box-shadow: 0 30px 90px rgba(0,0,0,.4); height: 335px; overflow: hidden; padding: 25px; position: absolute; right: 5%; top: 44px; transform: rotate(4deg); width: min(100%, 400px); }
.glow-card::after { background: linear-gradient(120deg, transparent 35%, rgba(191,248,155,.18), transparent 66%); content: ""; inset: 0; position: absolute; transform: translateX(-85%); animation: shimmer 7s infinite; }
@keyframes shimmer { 35%, 100% { transform: translateX(105%); } }
.screen-top { align-items: center; display: flex; gap: 7px; }
.dot { border-radius: 50%; height: 8px; width: 8px; }
.dot:nth-child(1){ background: var(--coral); }.dot:nth-child(2){ background: #f2cf6e; }.dot:nth-child(3){ background: var(--lime); }
.watch-copy { bottom: 30px; left: 29px; position: absolute; z-index: 1; }
.watch-copy small { color: var(--mint); display: block; font-family: "DM Mono", monospace; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.watch-copy strong { display: block; font-size: 2.15rem; letter-spacing: -.07em; line-height: 1.1; margin-top: 8px; max-width: 230px; }
.orbit { border: 1px dashed rgba(191,248,155,.3); border-radius: 50%; height: 260px; left: -12px; position: absolute; top: 56px; width: 260px; }
.pill { align-items: center; background: var(--mint); border-radius: 999px; bottom: 8px; box-shadow: var(--shadow); color: var(--ink); display: flex; font-family: "DM Mono", monospace; font-size: .68rem; font-weight: 500; gap: 8px; left: -1%; padding: 12px 15px; position: absolute; transform: rotate(-5deg); z-index: 2; }
.pill::before { background: #2e9b49; border-radius: 50%; content: ""; height: 7px; width: 7px; }
.float-number { background: var(--coral); border-radius: 50%; color: var(--ink); display: grid; font-family: "DM Mono", monospace; font-size: .7rem; font-weight: 500; height: 92px; place-items: center; position: absolute; right: 3%; top: 5px; transform: rotate(10deg); width: 92px; z-index: 2; }
.stat-strip { background: #ecf1ee; border-bottom: 1px solid #dfe8e4; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { border-right: 1px solid #d6e0dc; padding: 25px 28px; }
.stat:last-child { border: 0; }
.stat strong { display: block; font-size: 1.65rem; letter-spacing: -.06em; }
.stat span { color: var(--muted); font-size: .75rem; font-weight: 700; }

.intro-grid { align-items: end; display: grid; gap: 64px; grid-template-columns: .9fr 1.1fr; }
.intro-note { border-left: 2px solid var(--coral); color: #536166; font-size: 1.08rem; padding-left: 21px; }
.feature-grid { display: grid; gap: 17px; grid-template-columns: repeat(3, 1fr); margin-top: 48px; }
.feature { background: white; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 25px; }
.feature-icon { align-items: center; background: #eaf5e4; border-radius: 12px; display: flex; height: 42px; justify-content: center; margin-bottom: 38px; width: 42px; }
.feature-icon svg { height: 21px; width: 21px; }
.feature p, .guide-card p, .timeline p, .faq-item p { color: #627174; font-size: .88rem; margin-bottom: 0; }

.plans { background: var(--night); color: white; }
.section-heading { align-items: end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 38px; }
.section-heading .lead { color: #aebfc2; }
.plan-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); }
.plan { background: #10242e; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; min-height: 276px; padding: 26px; position: relative; }
.plan.recommended { background: var(--mint); border-color: var(--mint); color: var(--ink); transform: translateY(-10px); }
.plan-tag { background: var(--coral); border-radius: 999px; color: var(--ink); font-family: "DM Mono", monospace; font-size: .61rem; font-weight: 500; padding: 6px 9px; position: absolute; right: 15px; top: 15px; text-transform: uppercase; }
.plan-label { color: #b1c5c7; font-family: "DM Mono", monospace; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.recommended .plan-label { color: #425d50; }
.price { font-size: 2.8rem; font-weight: 800; letter-spacing: -.08em; line-height: 1; margin: 22px 0 10px; }
.price span { font-size: 1rem; letter-spacing: -.02em; }
.plan p { color: #acc0c2; font-size: .78rem; margin-bottom: 25px; }
.recommended p { color: #425d50; }
.plan .button { bottom: 22px; left: 22px; position: absolute; right: 22px; }

.steps { display: grid; gap: 17px; grid-template-columns: repeat(3, 1fr); }
.step { border-top: 1px solid #bdccc7; padding-top: 18px; }
.step-number { color: var(--coral); font-family: "DM Mono", monospace; font-size: .72rem; font-weight: 500; }
.step h3 { margin: 16px 0 9px; }
.step p { color: var(--muted); font-size: .89rem; margin-bottom: 0; }

.callout { background: #dff4d2; border-radius: var(--radius-lg); overflow: hidden; padding: 48px; position: relative; }
.callout::after { border: 1px solid rgba(7,19,27,.14); border-radius: 50%; content: ""; height: 380px; position: absolute; right: -170px; top: -135px; width: 380px; }
.callout h2 { max-width: 600px; position: relative; z-index: 1; }
.callout p { color: #4d6153; max-width: 545px; position: relative; z-index: 1; }

.page-hero { background: var(--night); color: white; overflow: hidden; padding: 78px 0 76px; position: relative; }
.page-hero::after { border: 1px solid rgba(191,248,155,.18); border-radius: 50%; content: ""; height: 490px; position: absolute; right: -140px; top: -220px; width: 490px; }
.page-hero .lead { color: #b4c5c7; margin-bottom: 0; }
.page-hero h1 { font-size: clamp(2.8rem, 6.2vw, 5rem); max-width: 780px; margin: 15px 0 24px; position: relative; z-index: 1; }
.page-hero .eyebrow { color: #b3cbca; position: relative; z-index: 1; }
.page-hero .eyebrow::before { background: var(--mint); }

.subscription-grid { align-items: stretch; display: grid; gap: 18px; grid-template-columns: repeat(4, 1fr); }
.subscription-card { background: white; border: 1px solid var(--line); border-radius: 25px; display: flex; flex-direction: column; min-height: 430px; padding: 28px; }
.subscription-card.popular { background: var(--mint); border-color: var(--mint); box-shadow: var(--shadow); transform: translateY(-12px); }
.subscription-card .price { margin-bottom: 22px; }
.subscription-card ul { color: #516065; font-size: .82rem; list-style: none; margin: 0 0 28px; padding: 0; }
.subscription-card li { border-top: 1px solid rgba(7,19,27,.1); padding: 12px 0; }
.subscription-card li::before { color: #29935c; content: "✓"; font-weight: 800; margin-right: 9px; }
.subscription-card .button { margin-top: auto; width: 100%; }
.offer-note { background: #fff1eb; border: 1px solid #ffd0c6; border-radius: var(--radius-md); display: flex; gap: 21px; margin-top: 33px; padding: 23px; }
.offer-note > div:first-child { background: var(--coral); border-radius: 12px; display: grid; flex: 0 0 44px; height: 44px; place-items: center; }
.offer-note h3 { margin: 0 0 3px; }
.offer-note p { color: #6f5a55; font-size: .87rem; margin: 0; }

.guide-layout { display: grid; gap: 48px; grid-template-columns: .72fr 1.28fr; }
.guide-side { background: #eaf1ee; border-radius: var(--radius-md); height: fit-content; padding: 26px; position: sticky; top: 98px; }
.guide-side h3 { margin-bottom: 13px; }
.guide-side a { border-bottom: 1px solid #cfdbd6; color: #536166; display: block; font-size: .84rem; font-weight: 700; padding: 12px 0; }
.guide-card { border-bottom: 1px solid #d4ded9; padding: 0 0 36px; margin-bottom: 36px; }
.guide-card:last-child { margin-bottom: 0; }
.device-label { color: var(--coral); font-family: "DM Mono", monospace; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.guide-card h2 { font-size: clamp(1.7rem, 3vw, 2.45rem); margin: 11px 0; }
.guide-card ol { counter-reset: setup; list-style: none; margin: 25px 0 0; padding: 0; }
.guide-card li { border-top: 1px solid #dce5e1; counter-increment: setup; display: grid; font-size: .88rem; grid-template-columns: 33px 1fr; gap: 12px; padding: 14px 0; }
.guide-card li::before { color: #7d9290; content: "0" counter(setup); font-family: "DM Mono", monospace; font-size: .7rem; padding-top: 3px; }

.reseller-intro { display: grid; gap: 28px; grid-template-columns: 1fr 1fr; }
.dark-card { background: var(--night-2); border-radius: var(--radius-lg); color: white; padding: 40px; }
.dark-card h2 { margin-bottom: 20px; }
.dark-card p { color: #b7c8ca; }
.check-list { list-style: none; margin: 27px 0 0; padding: 0; }
.check-list li { border-top: 1px solid rgba(255,255,255,.14); color: #d5e4e5; font-size: .87rem; padding: 13px 0; }
.check-list li::before { color: var(--mint); content: "→"; font-weight: 800; margin-right: 10px; }
.light-card { background: #ecf3ef; border-radius: var(--radius-lg); padding: 40px; }
.light-card p { color: #5b6b6c; }
.reseller-stats { display: grid; grid-template-columns: 1fr 1fr; margin-top: 33px; }
.reseller-stats div { border-top: 1px solid #b7c8c1; padding-top: 12px; }
.reseller-stats strong { display: block; font-size: 1.6rem; letter-spacing: -.06em; }
.reseller-stats span { color: #687876; font-size: .75rem; font-weight: 700; }
.timeline { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); margin-top: 45px; }
.timeline > div { border-left: 1px solid #bdccc7; padding: 0 22px 12px; }
.timeline > div:first-child { border-left: 0; padding-left: 0; }
.timeline .step-number { display: block; margin-bottom: 13px; }

.contact-banner { background: var(--coral); border-radius: var(--radius-lg); display: flex; gap: 30px; justify-content: space-between; margin-top: 30px; padding: 35px 39px; }
.contact-banner p { color: #52352e; margin-bottom: 0; max-width: 560px; }
.contact-banner .button { align-self: center; flex: 0 0 auto; }

.site-footer { background: var(--ink); color: white; padding: 48px 0 20px; }
.footer-grid { display: grid; gap: 30px; grid-template-columns: 1.5fr .7fr .9fr; }
.footer-grid .brand { color: white; margin-bottom: 15px; }
.footer-grid .brand span { color: #92a5a6; }
.footer-grid p { color: #aababc; font-size: .82rem; max-width: 380px; }
.footer-title { color: var(--mint); font-family: "DM Mono", monospace; font-size: .65rem; letter-spacing: .1em; margin-bottom: 12px; text-transform: uppercase; }
.footer-links a { color: #d7e2e1; display: block; font-size: .81rem; font-weight: 700; padding: 5px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.11); color: #829698; display: flex; font-size: .7rem; gap: 20px; justify-content: space-between; margin-top: 38px; padding-top: 19px; }
.footer-bottom a { color: #aebebf; }
.notice { background: #fbf2e0; color: #726049; font-size: .72rem; padding: 11px 0; text-align: center; }
.notice a { color: #3e735e; font-weight: 800; }

@media (max-width: 900px) {
  .hero-grid, .intro-grid, .guide-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 65px; }
  .hero-art { min-height: 320px; max-width: 460px; width: 100%; }
  .plan-grid, .subscription-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .reseller-intro { grid-template-columns: 1fr; }
  .guide-side { position: static; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 30px, 1160px); }
  .section { padding: 66px 0; }
  .nav { min-height: 70px; }
  .nav-links { display: none; }
  .nav .button { font-size: .72rem; padding: 0 12px; }
  h1 { font-size: clamp(2.7rem, 15vw, 4.2rem); }
  .hero-art { min-height: 270px; }
  .glow-card { height: 255px; right: 0; width: 300px; }
  .watch-copy strong { font-size: 1.7rem; }
  .orbit { height: 190px; width: 190px; }
  .float-number { height: 72px; width: 72px; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat { border-bottom: 1px solid #d6e0dc; border-right: 0; padding: 18px 4px; }
  .plan-grid, .subscription-grid, .feature-grid, .steps, .timeline, .footer-grid { grid-template-columns: 1fr; }
  .plan.recommended, .subscription-card.popular { transform: none; }
  .section-heading { align-items: start; flex-direction: column; }
  .callout, .dark-card, .light-card { padding: 29px; }
  .contact-banner { align-items: start; flex-direction: column; padding: 29px; }
  .footer-bottom { align-items: start; flex-direction: column; }
  .timeline > div, .timeline > div:first-child { border-left: 0; border-top: 1px solid #bdccc7; padding: 16px 0; }
}