@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;650;750;850;900&display=swap');

:root {
  --bg: #05070b;
  --bg2: #080c12;
  --panel: #0d141e;
  --panel2: #101a27;
  --panel3: #142033;
  --line: #26364d;
  --line2: #354b68;
  --text: #eaf2ff;
  --muted: #93a4ba;
  --muted2: #62748b;
  --orange: #ff7a18;
  --orange2: #ffb156;
  --cyan: #22d3ee;
  --blue: #1198ff;
  --green: #35ff92;
  --red: #ff4f61;
  --max: 1200px;
  --radius: 28px;
  --shadow: 0 28px 90px rgba(0,0,0,.48);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(90deg, rgba(255,122,24,.035) 1px, transparent 1px),
    linear-gradient(rgba(34,211,238,.025) 1px, transparent 1px),
    radial-gradient(circle at 15% 0%, rgba(255,122,24,.22), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(34,211,238,.18), transparent 28%),
    linear-gradient(180deg, #05070b 0%, #080c12 45%, #05070b 100%);
  background-size: 54px 54px, 54px 54px, auto, auto, auto;
  overflow-x: hidden;
}

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

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

.topbar {
  background: linear-gradient(90deg, rgba(255,122,24,.12), rgba(34,211,238,.10));
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: #d9efff;
  text-align: center;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 14px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(5,7,11,.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

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

.logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.logo img { width: 42px; height: 42px; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.nav-links a:hover { color: var(--text); }

.menu-btn {
  display: none;
  background: var(--panel);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px 13px;
}

.btn {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  font-weight: 900;
  letter-spacing: -.015em;
  cursor: pointer;
  transition: .18s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: linear-gradient(135deg, var(--orange2), var(--orange));
  color: #07101a;
  box-shadow: 0 18px 42px rgba(255,122,24,.26);
}

.btn-secondary {
  background: rgba(255,255,255,.055);
  color: var(--text);
  border-color: rgba(255,255,255,.11);
}

.btn-secondary:hover {
  border-color: rgba(34,211,238,.45);
  box-shadow: 0 16px 35px rgba(34,211,238,.08);
}

.btn-dark {
  background: #080d14;
  color: var(--text);
  border-color: var(--line);
}

.hero {
  padding: 88px 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr .96fr;
  gap: 48px;
  align-items: center;
}

.launch-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,122,24,.32);
  background: rgba(255,122,24,.09);
  color: #ffd8b8;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 13px;
  font-weight: 900;
}

.pulse {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 0 0 0 rgba(53,255,146,.62);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(53,255,146,.62); }
  70% { box-shadow: 0 0 0 11px rgba(53,255,146,0); }
  100% { box-shadow: 0 0 0 0 rgba(53,255,146,0); }
}

h1 {
  margin: 22px 0 22px;
  font-size: clamp(48px, 7.4vw, 86px);
  line-height: .9;
  letter-spacing: -.08em;
}

.grad {
  background: linear-gradient(135deg, #fff 0%, #dbeafe 28%, #ffb156 55%, #22d3ee 98%);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-text {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.72;
  max-width: 660px;
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 22px;
}

.micro-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.micro-trust span {
  color: #bac7d8;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
  padding: 9px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}

.hero-media {
  position: relative;
}

.hero-frame {
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,122,24,.38), rgba(34,211,238,.28));
  padding: 12px;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.hero-frame img {
  display: block;
  border-radius: 26px;
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
}

.stats-float {
  position: absolute;
  left: -22px;
  bottom: -28px;
  width: 255px;
  padding: 18px;
  background: rgba(8,12,18,.92);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.float-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.float-value {
  font-size: 40px;
  font-weight: 950;
  letter-spacing: -.065em;
  margin: 2px 0 0;
}

.float-sub {
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 78px 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 36px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 56px);
  letter-spacing: -.06em;
  line-height: .98;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.cards-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.product-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 0%, rgba(255,122,24,.16), transparent 34%),
    linear-gradient(180deg, rgba(16,26,39,.96), rgba(8,12,18,.96));
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: var(--shadow);
  min-height: 420px;
}

.product-card.replay {
  background:
    radial-gradient(circle at 90% 0%, rgba(34,211,238,.15), transparent 34%),
    linear-gradient(180deg, rgba(16,26,39,.96), rgba(8,12,18,.96));
}

.product-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

.product-icon {
  width: 78px;
  height: 78px;
}

.product-kicker {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h3 {
  margin: 7px 0 11px;
  font-size: 34px;
  letter-spacing: -.045em;
}

.product-card p,
.price-card p,
.step-card p,
.safety-card p,
.faq-item p {
  color: var(--muted);
  line-height: 1.67;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 26px 0 0;
  display: grid;
  gap: 12px;
}

.feature-list li {
  display: flex;
  gap: 11px;
  color: #cbd7e7;
  align-items: flex-start;
}

.check {
  flex: none;
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(53,255,146,.12);
  color: var(--green);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

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

.price-card {
  position: relative;
  border-radius: var(--radius);
  padding: 29px;
  background: rgba(16,26,39,.91);
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: var(--shadow);
}

.price-card.featured {
  transform: translateY(-12px);
  border-color: rgba(255,122,24,.7);
  background:
    radial-gradient(circle at 82% 0%, rgba(255,122,24,.22), transparent 34%),
    linear-gradient(180deg, rgba(19,31,47,.98), rgba(8,12,18,.98));
}

.price-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #ffd8b8;
  background: rgba(255,122,24,.14);
  border: 1px solid rgba(255,122,24,.29);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 950;
}

.price-card h3 { font-size: 26px; }

.price-line {
  display: flex;
  align-items: end;
  gap: 10px;
  margin: 20px 0 4px;
}

.price-line strong {
  font-size: 50px;
  letter-spacing: -.07em;
}

.price-line span {
  margin-bottom: 10px;
  color: var(--muted);
  font-weight: 750;
}

.old {
  color: var(--muted2);
  text-decoration: line-through;
  margin-left: 8px;
}

.note {
  color: var(--muted2);
  font-size: 13px;
  margin: 0 0 22px;
}

.price-card .btn { width: 100%; }

.discount-box {
  margin-top: 34px;
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255,122,24,.13), rgba(34,211,238,.09));
  border: 1px solid rgba(255,255,255,.08);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}

.discount-box strong {
  color: var(--orange2);
}

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

.step-card,
.safety-card,
.faq-item {
  padding: 24px;
  border-radius: 24px;
  background: rgba(16,26,39,.72);
  border: 1px solid rgba(255,255,255,.08);
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: rgba(34,211,238,.1);
  border: 1px solid rgba(34,211,238,.22);
  color: var(--cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  margin-bottom: 15px;
}

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

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.cta {
  padding: 82px 0;
}

.cta-box {
  padding: 44px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255,122,24,.26), transparent 36%),
    radial-gradient(circle at 90% 12%, rgba(34,211,238,.18), transparent 34%),
    rgba(16,26,39,.95);
  border: 1px solid rgba(255,122,24,.24);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.cta-box p {
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

.footer {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 45px 0;
  background: rgba(0,0,0,.22);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.footer-note {
  color: var(--muted2);
  font-size: 13px;
  line-height: 1.6;
  max-width: 720px;
}

.page {
  padding: 74px 0;
}

.prose {
  max-width: 900px;
  color: #cbd7e7;
  line-height: 1.75;
}

.prose h1 {
  font-size: clamp(42px, 6vw, 64px);
  line-height: .98;
  letter-spacing: -.065em;
}

.prose h2 {
  color: var(--text);
  font-size: 30px;
  margin-top: 40px;
}

.prose a { color: var(--cyan); }

.notice {
  padding: 18px;
  border-radius: 18px;
  background: rgba(34,211,238,.08);
  border: 1px solid rgba(34,211,238,.18);
}

@media (max-width: 960px) {
  .hero-grid,
  .cards-2,
  .price-grid,
  .steps,
  .safety-grid,
  .faq-grid,
  .cta-box,
  .footer-grid,
  .discount-box {
    grid-template-columns: 1fr;
  }

  .price-card.featured {
    transform: none;
  }

  .nav-links {
    position: absolute;
    display: none;
    flex-direction: column;
    align-items: stretch;
    left: 20px;
    right: 20px;
    top: 90px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(8,12,18,.98);
    border: 1px solid rgba(255,255,255,.1);
  }

  .nav-links.open { display: flex; }

  .menu-btn { display: inline-flex; }

  .stats-float {
    position: static;
    width: 100%;
    margin-top: 18px;
  }

  .hero-frame { transform: none; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--max)); }
  .hero { padding-top: 56px; }
  .hero-actions .btn, .cta-box .btn { width: 100%; }
  .product-card, .price-card, .cta-box { padding: 23px; }
}


.legal-strip {
  margin-top: 26px;
  padding: 22px;
  border: 1px solid rgba(255, 180, 65, .28);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 180, 65, .10), rgba(255,255,255,.035));
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  box-shadow: var(--shadow);
}

.legal-strip h3 { margin: 4px 0 8px; }
.legal-strip p { color: var(--muted); margin: 0; max-width: 780px; }

@media (max-width: 780px) {
  .legal-strip { flex-direction: column; align-items: flex-start; }
}

.contact-box {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  padding: 34px 38px;
  border-radius: var(--radius);
  background: rgba(16,26,39,.91);
  border: 1px solid rgba(34,211,238,.18);
  box-shadow: var(--shadow);
}

.contact-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.contact-email {
  font-size: 28px;
  font-weight: 850;
  letter-spacing: -.04em;
  color: var(--cyan);
  transition: .18s ease;
}

.contact-email:hover {
  color: var(--text);
}
