:root {
  --bg: #07111f;
  --bg-soft: #0d1b2f;
  --panel: rgba(18, 31, 51, 0.88);
  --panel-strong: #10233d;
  --text: #ecf3ff;
  --muted: #afbdd3;
  --line: rgba(255,255,255,0.09);
  --blue: #59a8ff;
  --blue-2: #1d6fff;
  --yellow: #f5c84c;
  --green: #43d39e;
  --shadow: 0 20px 60px rgba(0,0,0,0.35);
  --radius: 20px;
  --radius-sm: 14px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(89,168,255,0.14), transparent 30%),
    radial-gradient(circle at top right, rgba(245,200,76,0.12), transparent 25%),
    linear-gradient(180deg, #07111f 0%, #081524 50%, #0a1320 100%);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(100% - 2rem, var(--max-width));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(14px);
  background: rgba(7, 17, 31, 0.78);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
  font-size: 1.15rem;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue), var(--yellow));
  color: #04111f;
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.site-nav a,
.site-footer a {
  color: var(--muted);
  text-decoration: none;
}

.site-nav a:hover,
.site-footer a:hover,
.brand:hover {
  color: #fff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.9rem 1.25rem;
  background: linear-gradient(135deg, var(--blue), var(--blue-2));
  color: white;
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.button:hover {
  filter: brightness(1.05);
}

.button-secondary,
.button-ghost {
  background: transparent;
  border-color: rgba(255,255,255,0.18);
  box-shadow: none;
}

.button-secondary {
  color: var(--text);
}

.button-ghost {
  color: var(--text);
}

.button-sm {
  padding: 0.7rem 1rem;
}

.hero {
  padding: 5.5rem 0 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero h1,
.section-heading h2 {
  margin: 0;
  line-height: 1.08;
}

.hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  max-width: 12ch;
}

.hero h1 span {
  color: var(--blue);
}

.lead {
  margin: 1.3rem 0 0;
  max-width: 62ch;
  font-size: 1.05rem;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.75rem;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 0;
  display: grid;
  gap: 0.7rem;
  color: var(--muted);
}

.hero-points li::before {
  content: "•";
  color: var(--green);
  margin-right: 0.55rem;
}

.hero-panel {
  position: relative;
}

.panel-glow {
  position: absolute;
  inset: auto 10% -8% 10%;
  height: 70%;
  background: radial-gradient(circle, rgba(89,168,255,0.22), transparent 65%);
  filter: blur(35px);
}

.hero-card,
.topic-card,
.step-card,
.price-card,
.storefront-card,
.metric-card {
  position: relative;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 1.6rem;
}

.card-label,
.plan-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.35rem 0.7rem;
  background: rgba(245, 200, 76, 0.16);
  color: var(--yellow);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-card h2 {
  margin: 0.85rem 0 0.45rem;
  font-size: 1.7rem;
}

.hero-card p {
  margin: 0;
  color: var(--muted);
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.stat {
  padding: 1rem;
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}

.stat-number,
.metric-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
}

.stat-label,
.metric-label {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.section {
  padding: 4.5rem 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-heading {
  max-width: 72ch;
  margin-bottom: 2rem;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.section-heading p:last-child {
  color: var(--muted);
  margin-top: 0.9rem;
}

.section-heading.narrow {
  max-width: 50ch;
}

.topic-grid,
.steps,
.pricing-grid,
.metrics-grid,
.footer-grid,
.storefront-grid {
  display: grid;
  gap: 1.2rem;
}

.topic-grid,
.pricing-grid,
.metrics-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.storefront-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.topic-card,
.step-card,
.price-card,
.storefront-card,
.metric-card {
  padding: 1.4rem;
}

.topic-icon {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: rgba(89,168,255,0.16);
  color: var(--blue);
  font-weight: 800;
  margin-bottom: 0.9rem;
}

.topic-card h3,
.step-card h3,
.price-card .plan-name,
.storefront-card h3 {
  margin: 0 0 0.45rem;
}

.topic-card p,
.step-card p,
.price-card p,
.storefront-card p {
  margin: 0;
  color: var(--muted);
}

.step-number {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--yellow);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0.7rem 0;
}

.price {
  font-size: 2.4rem;
  font-weight: 800;
}

.price-note {
  color: var(--muted);
}

.price-card ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.featured-plan {
  border-color: rgba(89,168,255,0.45);
  background: linear-gradient(180deg, rgba(29,111,255,0.16), rgba(18,31,51,0.94));
}

.plan-badge {
  background: rgba(89,168,255,0.18);
  color: #bfe0ff;
}

.micro-note {
  margin-top: 1rem;
  color: var(--muted);
}

.storefront-card {
  background: linear-gradient(180deg, rgba(245,200,76,0.08), rgba(18,31,51,0.94));
}

.storefront-status {
  margin: 0.35rem 0 0.8rem !important;
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--yellow) !important;
}

.storefront-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.15rem;
}

.metric-card {
  text-align: center;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 2rem 0 3rem;
}

.footer-grid {
  grid-template-columns: 1.1fr 1fr;
  align-items: start;
}

.site-footer p,
.site-footer h3 {
  margin: 0 0 0.6rem;
}

@media (max-width: 980px) {
  .hero-grid,
  .storefront-grid,
  .footer-grid,
  .topic-grid,
  .steps,
  .pricing-grid,
  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .site-nav {
    display: none;
  }
}

@media (max-width: 680px) {
  .hero {
    padding-top: 4rem;
  }

  .nav-wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 0;
  }

  .hero-actions,
  .storefront-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }
}


.footer-ad-shell {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.footer-ad-label {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-ad-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  width: 100%;
  padding: 1rem;
  border: 1px dashed rgba(255,255,255,0.18);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,0.03);
}

.footer-ad-placeholder {
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
}
