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

:root {
  --bg: #070b0f;
  --bg-soft: #0d1318;
  --panel: rgba(255, 255, 255, 0.06);
  --panel-border: rgba(255, 255, 255, 0.13);
  --text: #f4f7fb;
  --muted: #98a2ad;
  --green: #a7ff00;
  --green-dark: #72b800;
  --white-soft: #d9dee5;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    radial-gradient(circle at 70% 12%, rgba(167,255,0,0.11), transparent 32%),
    radial-gradient(circle at 25% 70%, rgba(167,255,0,0.08), transparent 28%),
    var(--bg);
  background-size: 76px 76px, 76px 76px, auto, auto, auto;
  color: var(--text);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 11, 15, 0.78);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -1px;
}

.logo span,
.eyebrow,
.hero h1 span {
  color: var(--green);
}

.menu {
  display: flex;
  align-items: center;
  gap: 34px;
  color: var(--muted);
  font-size: 14px;
}

.menu a:hover {
  color: var(--green);
}

.nav-btn,
.btn-primary,
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  font-weight: 700;
  transition: 0.2s ease;
}

.nav-btn,
.btn-primary {
  background: var(--green);
  color: #061008;
  box-shadow: 0 0 28px rgba(167,255,0,0.24);
}

.nav-btn {
  padding: 13px 22px;
  font-size: 14px;
}

.btn-primary {
  padding: 17px 25px;
}

.btn-secondary {
  padding: 17px 25px;
  border: 1px solid var(--panel-border);
  background: rgba(255,255,255,0.04);
  color: var(--white-soft);
}

.nav-btn:hover,
.btn-primary:hover,
.btn-secondary:hover {
  transform: translateY(-2px);
}

#menu-toggle,
.menu-btn {
  display: none;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 64px;
  padding: 72px 0 90px;
}

.eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: -4px;
}

.hero-text {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
  margin-top: 28px;
  max-width: 610px;
}

.hero-text strong {
  color: var(--text);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.stats div {
  padding: 18px 22px;
  min-width: 150px;
  border: 1px solid var(--panel-border);
  background: rgba(255,255,255,0.04);
  border-radius: 22px;
}

.stats strong {
  display: block;
  font-size: 24px;
}

.stats span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 5px;
}

.hero-visual {
  position: relative;
  height: 560px;
}

.phone {
  position: absolute;
  width: 245px;
  min-height: 430px;
  padding: 24px;
  border-radius: 38px;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.14), rgba(255,255,255,0.03)),
    #111920;
  border: 1px solid rgba(255,255,255,0.13);
  box-shadow: 0 35px 90px rgba(0,0,0,0.65);
}

.phone-one {
  top: 38px;
  left: 86px;
  transform: rotate(-10deg);
}

.phone-two {
  right: 20px;
  bottom: 40px;
  transform: rotate(14deg);
}

.phone-top {
  width: 70px;
  height: 7px;
  margin: 0 auto 32px;
  border-radius: 99px;
  background: rgba(255,255,255,0.25);
}

.mini-label {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 10px;
}

.phone h2 {
  font-size: 48px;
  letter-spacing: -2px;
}

.phone h3 {
  font-size: 34px;
  margin-bottom: 28px;
}

.status {
  display: inline-block;
  margin: 14px 0 22px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.good {
  background: rgba(167,255,0,0.18);
  color: var(--green);
}

.chart {
  height: 104px;
  margin: 6px 0 22px;
  border-radius: 18px;
  background:
    linear-gradient(140deg, transparent 0 12%, rgba(167,255,0,0.20) 13% 22%, transparent 23% 36%, rgba(167,255,0,0.30) 37% 52%, transparent 53% 100%),
    linear-gradient(to top, rgba(167,255,0,0.20), transparent);
  border: 1px solid rgba(167,255,0,0.25);
}

.row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 13px 0;
  border-top: 1px solid rgba(255,255,255,0.09);
  color: var(--muted);
  font-size: 12px;
}

.row strong {
  color: var(--text);
}

.line {
  height: 13px;
  border-radius: 99px;
  background: rgba(255,255,255,0.14);
  margin-bottom: 14px;
}

.line.short {
  width: 68%;
}

.phone button {
  width: 100%;
  border: 0;
  background: var(--green);
  color: #061008;
  border-radius: 16px;
  padding: 14px;
  font-weight: 800;
  margin-top: 110px;
}

.orbit {
  position: absolute;
  width: 430px;
  height: 180px;
  border: 2px solid rgba(167,255,0,0.45);
  border-radius: 50%;
  top: 170px;
  right: 20px;
  transform: rotate(-22deg);
  filter: drop-shadow(0 0 18px rgba(167,255,0,0.26));
}

.trusted {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 80px;
  padding: 30px 0 70px;
}

.trusted h2,
.info-text h2,
.section-head h2,
.cta h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -2px;
}

.trusted p,
.info-text p,
.cta p {
  color: var(--muted);
  line-height: 1.8;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  padding: 40px 0 120px;
}

.card {
  min-height: 250px;
  padding: 34px;
  background: rgba(255,255,255,0.045);
  border: 1px solid var(--panel-border);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card.featured {
  background: var(--green);
  color: #061008;
  transform: scale(1.08);
  box-shadow: 0 28px 70px rgba(167,255,0,0.23);
  z-index: 2;
}

.card span {
  color: var(--green);
  font-weight: 900;
  font-size: 22px;
}

.card.featured span {
  color: #061008;
}

.card h3 {
  font-size: 22px;
  margin: 22px 0 16px;
  max-width: 260px;
}

.card p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}

.card.featured p {
  color: rgba(6,16,8,0.72);
}

.card a {
  margin-top: 26px;
  font-weight: 900;
}

.info {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 86px;
  padding: 40px 0 120px;
}

.graph-card {
  min-height: 360px;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035));
  border: 1px solid var(--panel-border);
  overflow: hidden;
  position: relative;
}

.price {
  color: var(--green);
  font-weight: 900;
  font-size: 27px;
  margin-bottom: 8px;
}

.graph-card span {
  color: var(--muted);
}

.graph {
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  padding: 30px;
}

.graph i {
  flex: 1;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(to top, rgba(167,255,0,0.60), rgba(167,255,0,0.12));
}

.graph i:nth-child(1) { height: 42%; }
.graph i:nth-child(2) { height: 68%; }
.graph i:nth-child(3) { height: 52%; }
.graph i:nth-child(4) { height: 88%; }
.graph i:nth-child(5) { height: 63%; }

.benefits {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.benefits div {
  padding: 15px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}

.plans {
  padding: 20px 0 110px;
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.plan {
  padding: 34px;
  border-radius: 26px;
  background: rgba(255,255,255,0.045);
  border: 1px solid var(--panel-border);
}

.plan.active {
  background: rgba(167,255,0,0.12);
  border-color: rgba(167,255,0,0.5);
}

.plan h3 {
  font-size: 24px;
}

.plan p {
  color: var(--muted);
  line-height: 1.7;
  margin: 14px 0 25px;
}

.plan strong {
  display: block;
  font-size: 32px;
  color: var(--green);
  margin-bottom: 5px;
}

.plan span {
  color: var(--white-soft);
}

.cta {
  margin-bottom: 80px;
  padding: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 95% 50%, rgba(167,255,0,0.18), transparent 35%),
    rgba(255,255,255,0.06);
  border: 1px solid var(--panel-border);
}

.cta p {
  max-width: 720px;
  margin-top: 14px;
}

.footer {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 28px 0;
  color: var(--muted);
  font-size: 13px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

@media (max-width: 920px) {
  .nav-btn {
    display: none;
  }

  .menu-btn {
    display: block;
    font-size: 28px;
    cursor: pointer;
  }

  .menu {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
    background: rgba(10,15,20,0.97);
    border: 1px solid var(--panel-border);
    border-radius: 22px;
  }

  #menu-toggle:checked ~ .menu {
    display: flex;
  }

  .hero,
  .trusted,
  .info {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-visual {
    height: 520px;
  }

  .cards,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .card.featured {
    transform: none;
  }

  .cta,
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 26px, 1120px);
  }

  .hero h1 {
    letter-spacing: -2px;
  }

  .hero-visual {
    height: 470px;
  }

  .phone {
    width: 205px;
    min-height: 360px;
    padding: 18px;
    border-radius: 30px;
  }

  .phone-one {
    left: 0;
  }

  .phone-two {
    right: -5px;
  }

  .orbit {
    width: 315px;
    right: -16px;
  }

  .stats,
  .hero-actions,
  .benefits {
    grid-template-columns: 1fr;
  }

  .stats div,
  .btn-primary,
  .btn-secondary {
    width: 100%;
  }

  .cta {
    padding: 30px;
  }
}
