:root {
  color-scheme: dark;
  --bg: #020a09;
  --bg2: #061311;
  --panel: rgba(255, 255, 255, 0.045);
  --panel2: #0a1212;
  --line: rgba(135, 255, 214, 0.14);
  --text: #f5fbf8;
  --muted: #a9b9b4;
  --green: #16d793;
  --green2: #63f7bf;
  --red: #ff7d75;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.54);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 83% 6%, rgba(22, 215, 147, 0.22), transparent 26%),
    radial-gradient(circle at 12% 20%, rgba(22, 215, 147, 0.11), transparent 24%),
    linear-gradient(180deg, #020a09 0%, #06100f 46%, #020807 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; text-decoration: none; }
em { color: var(--green); font-style: normal; }

.page-shell { width: min(1210px, calc(100% - 48px)); margin: 0 auto; }
.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 46px;
  background: rgba(2, 10, 9, 0.72);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 26px; font-weight: 900; letter-spacing: -0.04em; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand strong { color: var(--green); }
.brand.small { font-size: 20px; }
.brand.small img { width: 30px; height: 30px; }
nav { display: flex; gap: 40px; color: var(--text); font-size: 14px; font-weight: 800; }
.outline-buy {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  border: 1px solid var(--green);
  border-radius: 10px;
  color: var(--green2);
  padding: 0 28px;
  font-size: 14px;
  font-weight: 900;
}

.hero {
  display: grid;
  min-height: 820px;
  grid-template-columns: 0.92fr 1.18fr;
  align-items: center;
  gap: 38px;
  padding: 54px 0 74px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.pill, .kicker {
  display: inline-flex;
  color: var(--green2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.pill {
  margin-bottom: 28px;
  border-radius: 999px;
  background: rgba(22, 215, 147, 0.12);
  padding: 8px 13px;
}
.hero h1 {
  max-width: 630px;
  margin: 0;
  font-size: clamp(48px, 5.7vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.065em;
}
.hero-copy p {
  max-width: 530px;
  margin: 26px 0 0;
  color: #c8d4d0;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.55;
}
.actions { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 38px; }
.buy-button, .ghost-button {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 900;
}
.buy-button {
  gap: 12px;
  background: linear-gradient(180deg, var(--green2), var(--green));
  color: #03100c;
  box-shadow: 0 22px 52px rgba(22, 215, 147, 0.22);
}
.ghost-button {
  gap: 18px;
  border: 1px solid rgba(22, 215, 147, 0.7);
  background: rgba(255,255,255,0.025);
}
.mini-benefits {
  display: grid;
  max-width: 630px;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 58px;
}
.mini-benefits div { display: flex; align-items: center; gap: 12px; color: #dce8e4; font-size: 13px; font-weight: 800; line-height: 1.35; }
.mini-benefits i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: rgba(22, 215, 147, 0.12);
  color: var(--green2);
  font-style: normal;
}

.device-hero { position: relative; min-height: 560px; }
.laptop,
.real-laptop {
  position: absolute;
  right: 5px;
  top: 2px;
  width: 690px;
  transform: perspective(1200px) rotateY(-8deg) rotateX(2deg);
}
.real-laptop img,
.real-tablet img {
  display: block;
  width: 100%;
  border: 8px solid #171b1f;
  border-radius: 20px;
  background: #060b0d;
  box-shadow: var(--shadow);
}
.screen {
  overflow: hidden;
  border: 8px solid #171b1f;
  border-radius: 20px;
  background: #060b0d;
  box-shadow: var(--shadow);
}
.base {
  height: 48px;
  margin: -3px 54px 0;
  border-radius: 0 0 40px 40px;
  background: linear-gradient(180deg, #252b2d, #0d1112);
  box-shadow: 0 30px 70px rgba(0,0,0,0.5);
}
.app-mini { display: grid; grid-template-columns: 150px 1fr; min-height: 450px; background: #050b0c; }
.app-mini aside { display: grid; align-content: start; gap: 9px; border-right: 1px solid rgba(255,255,255,0.08); background: #091112; padding: 20px 14px; }
.mini-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: 12px; }
.mini-logo img { width: 24px; height: 24px; object-fit: contain; }
.mini-logo em { color: var(--green); font-style: normal; }
.app-mini aside span { border-radius: 5px; padding: 8px 10px; color: #c3d0cc; font-size: 10px; font-weight: 800; }
.app-mini aside .selected { background: #f4f7f6; color: #08100e; }
.app-mini section { padding: 26px; }
.app-mini small { color: var(--green2); font-weight: 900; }
.app-mini h3 { margin: 4px 0 6px; font-size: 18px; }
.app-mini p { margin: 0; color: var(--muted); font-size: 11px; }
.mini-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.mini-cards div, .tablet-grid div, .expense-list p, .reading {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  padding: 16px;
}
.mini-cards strong, .tablet-grid strong { display: block; margin-top: 10px; color: var(--green2); font-size: 22px; }
.mini-cards span { display: block; margin-top: 10px; color: #d9e4df; font-size: 12px; }
.bars { display: flex; align-items: end; gap: 12px; height: 145px; margin-top: 20px; border-radius: 12px; background: rgba(255,255,255,0.035); padding: 18px; }
.bars i { flex: 1; border-radius: 5px 5px 0 0; background: var(--green); }
.bars i:nth-child(2), .bars i:nth-child(5) { height: 48%; background: #ee4f4f; }
.bars i:nth-child(1) { height: 62%; } .bars i:nth-child(3) { height: 78%; } .bars i:nth-child(4) { height: 35%; } .bars i:nth-child(6) { height: 68%; }

.tablet,
.real-tablet {
  position: absolute;
  right: -72px;
  top: 168px;
  width: 330px;
}
.real-tablet img {
  border-width: 8px;
  border-radius: 26px;
}
.tablet-screen { padding: 22px; }
.tablet-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.tablet-head b { font-size: 17px; }
.tablet-head span { border: 1px solid rgba(255,255,255,.12); border-radius: 8px; padding: 7px 9px; color: var(--muted); font-size: 11px; }
.tablet-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tablet-grid div { padding: 12px; }
.tablet-grid strong { font-size: 16px; }
.danger { color: #ff938d !important; }
.expense-list { display: grid; gap: 8px; margin-top: 14px; }
.expense-list p { display: flex; justify-content: space-between; gap: 10px; margin: 0; color: #dfe8e5; font-size: 11px; }
.expense-list b { color: #ff938d; }
.reading { margin-top: 12px; color: var(--green2); font-size: 13px; font-weight: 900; }
.reading small { color: var(--muted); font-size: 10px; }

.features { padding: 54px 0 66px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.features h2 {
  margin: 0 0 34px;
  text-align: center;
  font-size: clamp(30px, 4vw, 42px);
  letter-spacing: -0.045em;
}
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 18px; }
.feature-grid article {
  min-height: 300px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 9px;
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.022));
  padding: 34px 18px;
  text-align: center;
}
.feature-grid i {
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  margin: 0 auto 28px;
  border: 1px solid rgba(22,215,147,.42);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22,215,147,.18), rgba(22,215,147,.06));
  color: var(--green);
  font-size: 48px;
  font-style: normal;
}
.feature-grid h3 { margin: 0 0 14px; font-size: 23px; }
.feature-grid p { margin: 0; color: #c4cfcb; font-size: 14px; line-height: 1.55; }

.screens {
  padding: 76px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.screens-heading {
  max-width: 720px;
  margin-bottom: 30px;
}
.screens-heading h2 {
  margin: 14px 0 14px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.06em;
}
.screens-heading p {
  margin: 0;
  color: #c5d2ce;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}
.screen-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.screen-gallery article {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
  box-shadow: 0 24px 70px rgba(0,0,0,.26);
}
.screen-gallery article.wide {
  grid-column: span 2;
}
.screen-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  background: #060b0d;
}
.screen-gallery article.wide img {
  aspect-ratio: 16 / 8.4;
}
.screen-gallery div {
  padding: 20px 22px 22px;
}
.screen-gallery b {
  display: block;
  color: var(--green2);
  font-size: 21px;
  letter-spacing: -0.025em;
}
.screen-gallery span {
  display: block;
  margin-top: 8px;
  color: #c5d2ce;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}

.offline, .compat { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; padding: 78px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.offline h2, .compat h2 {
  margin: 16px 0 22px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: -0.06em;
}
.offline p, .compat p { color: #c5d2ce; font-size: 17px; font-weight: 600; line-height: 1.6; }
.offline ul { display: grid; gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; }
.offline li { color: #dfebe7; font-weight: 700; }
.offline li::before { content: "✓"; display: inline-grid; width: 20px; height: 20px; margin-right: 12px; place-items: center; border: 1px solid var(--green); border-radius: 50%; color: var(--green2); font-size: 12px; }
.security-orbit { position: relative; min-height: 480px; }
.security-orbit::before {
  content: "";
  position: absolute;
  inset: 40px 120px;
  border: 1px dashed rgba(255,255,255,.24);
  border-radius: 50%;
}
.secure-laptop {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  width: 240px;
  height: 150px;
  place-items: center;
  border: 4px solid var(--green);
  border-radius: 12px 12px 4px 4px;
  background: radial-gradient(circle, rgba(22,215,147,.28), rgba(22,215,147,.05));
  color: var(--green2);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 80px rgba(22,215,147,.22);
}
.secure-laptop span { display: grid; width: 78px; height: 78px; place-items: center; border: 2px solid rgba(22,215,147,.6); border-radius: 50%; font-size: 42px; }
.orbit-label { position: absolute; color: #e4efec; font-size: 13px; font-weight: 800; text-align: center; }
.orbit-label::before { content: "⌁"; display: grid; width: 70px; height: 70px; place-items: center; margin: 0 auto 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.06); font-size: 32px; }
.orbit-label.top { left: 50%; top: 10px; transform: translateX(-50%); }
.orbit-label.left { left: 48px; top: 190px; }
.orbit-label.right { right: 32px; top: 190px; }
.orbit-label.bottom { left: 50%; bottom: 18px; transform: translateX(-50%); }

.compat { grid-template-columns: .95fr 1.05fr; }
.platforms { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 36px; max-width: 590px; }
.download-card {
  display: grid;
  min-height: 132px;
  gap: 8px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  padding: 18px;
  text-align: center;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.download-card:hover {
  transform: translateY(-3px);
  border-color: rgba(22, 215, 147, .72);
  background: rgba(22, 215, 147, .08);
}
.download-card i { color: var(--green); font-size: 36px; font-style: normal; line-height: 1; }
.platform-icon {
  width: 62px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(22, 215, 147, .2));
}
.download-card span { color: #e3ece8; font-size: 14px; font-weight: 900; }
.download-card small { color: var(--muted); font-size: 11px; font-weight: 750; line-height: 1.3; }
.compat-preview { position: relative; min-height: 430px; }
.preview-main {
  position: absolute;
  left: 0;
  bottom: 58px;
  display: block;
  width: min(560px, 92%);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  border: 6px solid #141a1b;
  border-radius: 18px;
  background: #060b0d;
  box-shadow: var(--shadow);
}
.preview-float {
  position: absolute;
  right: 0;
  bottom: 45px;
  display: block;
  width: min(290px, 42%);
  aspect-ratio: 10 / 14;
  object-fit: cover;
  object-position: top left;
  border: 6px solid #151b1b;
  border-radius: 24px;
  background: #060b0d;
  box-shadow: var(--shadow);
}
.seal {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  width: auto;
  height: auto;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #f2faf7;
  background: rgba(255,255,255,.05);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  backdrop-filter: blur(12px);
}

.cta-band, .guarantees article {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  background: rgba(255,255,255,.045);
}

.cta-band {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 28px;
  align-items: center;
  margin-top: 20px;
  padding: 34px 42px;
  background: linear-gradient(90deg, rgba(22,215,147,.18), rgba(22,215,147,.05));
}
.cart-icon { display: grid; width: 96px; height: 96px; place-items: center; border-radius: 14px; background: rgba(22,215,147,.16); color: var(--green); font-size: 46px; box-shadow: 0 0 55px rgba(22,215,147,.18); }
.promo-label { display: inline-flex; margin-bottom: 10px; border-radius: 999px; background: rgba(22,215,147,.14); padding: 8px 12px; color: var(--green2); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cta-band h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); letter-spacing: -0.05em; }
.cta-band p { margin: 8px 0 0; color: #c8d4d0; font-weight: 700; }
.cta-offer { min-width: 220px; border: 1px solid rgba(22,215,147,.35); border-radius: 16px; padding: 18px 22px; background: radial-gradient(circle at 30% 0%, rgba(22,215,147,.28), rgba(22,215,147,.08) 55%, rgba(4,10,10,.18)); box-shadow: 0 0 55px rgba(22,215,147,.16); }
.cta-offer span, .cta-offer small { display: block; color: #d9fff1; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.cta-offer span { font-size: 12px; }
.cta-offer strong { display: block; color: var(--green2); font-size: clamp(46px, 5vw, 72px); line-height: .94; letter-spacing: -0.055em; white-space: nowrap; text-shadow: 0 0 34px rgba(22,215,147,.36); }
.cta-offer small { margin-top: 8px; color: var(--muted); font-size: 11px; line-height: 1.25; }

.guarantees {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
}
.guarantees article { display: grid; grid-template-columns: auto 1fr; column-gap: 12px; border: 0; border-right: 1px solid rgba(255,255,255,.1); border-radius: 0; padding: 24px; }
.guarantees article:last-child { border-right: 0; }
.guarantees i { grid-row: span 2; color: var(--green); font-size: 28px; font-style: normal; }
.guarantees b { font-size: 14px; }
.guarantees span { color: var(--muted); font-size: 13px; line-height: 1.35; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 34px 0 46px; color: var(--muted); font-size: 13px; }

@media (max-width: 1100px) {
  nav { display: none; }
  .hero, .offline, .compat { grid-template-columns: 1fr; }
  .device-hero { min-height: 650px; }
  .laptop { left: 0; right: auto; width: min(720px, 90vw); }
  .real-laptop { left: 0; right: auto; width: min(720px, 90vw); }
  .tablet { right: 0; }
  .real-tablet { right: 0; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .cta-band { grid-template-columns: auto 1fr; }
  .cta-offer, .cta-band .buy-button { grid-column: 1 / -1; }
  .guarantees { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .page-shell { width: min(100% - 28px, 1210px); }
  .topbar { padding: 18px 14px; }
  .brand { font-size: 20px; }
  .brand img { width: 38px; height: 38px; }
  .outline-buy { display: none; }
  .hero { min-height: auto; padding-top: 40px; }
  .hero h1 { font-size: 42px; }
  .mini-benefits, .feature-grid, .platforms, .guarantees, .cta-band { grid-template-columns: 1fr; }
  .cta-band { padding: 28px; }
  .cta-offer { min-width: 0; }
  .cta-offer strong { font-size: 52px; }
  .device-hero { min-height: 520px; }
  .app-mini { grid-template-columns: 1fr; }
  .app-mini aside { display: none; }
  .laptop { position: relative; width: 100%; transform: none; }
  .real-laptop { position: relative; width: 100%; transform: none; }
  .tablet { position: relative; right: auto; top: auto; width: 92%; margin: -18px auto 0; }
  .real-tablet { position: relative; right: auto; top: auto; width: 92%; margin: -18px auto 0; }
  .screen-gallery { grid-template-columns: 1fr; }
  .screen-gallery article.wide { grid-column: span 1; }
  .screen-gallery article.wide img,
  .screen-gallery img { aspect-ratio: 16 / 10; }
  .security-orbit { min-height: 420px; transform: scale(.86); transform-origin: center; }
  .compat-preview { min-height: 470px; }
  .preview-main { left: 0; width: 100%; }
  .preview-float { right: 18px; width: 45%; }
  .seal { left: 0; right: auto; bottom: 0; }
  .footer { flex-direction: column; align-items: flex-start; }
}
