:root {
  --bg: #07070d;
  --surface: rgba(255, 255, 255, .055);
  --surface-strong: rgba(255, 255, 255, .09);
  --text: #f8f7ff;
  --muted: #aaa7b7;
  --line: rgba(255, 255, 255, .11);
  --accent: #9b86ff;
  --accent-2: #6ce0c2;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 75% 10%, rgba(115, 86, 255, .13), transparent 34%),
    radial-gradient(circle at 10% 80%, rgba(48, 195, 166, .08), transparent 28%),
    var(--bg);
  font-family: Inter, system-ui, sans-serif;
}

a { color: inherit; text-decoration: none; }
.glow { position: fixed; z-index: -1; border-radius: 999px; filter: blur(110px); opacity: .3; pointer-events: none; }
.glow-one { width: 380px; height: 380px; background: #795cff; top: -180px; right: -80px; }
.glow-two { width: 330px; height: 330px; background: #3dc8a8; bottom: -180px; left: -120px; }

.header,
.hero,
.sites,
.final-cta,
footer {
  width: min(1140px, calc(100% - 40px));
  margin-inline: auto;
}

.header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand { display: flex; align-items: center; gap: 10px; font: 700 14px/1 Space Grotesk, sans-serif; letter-spacing: .13em; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, #a28fff, #5f45ef); letter-spacing: 0; }
.header-link { color: #d7d2e5; font-size: 13px; font-weight: 700; }
.header-link:hover { color: white; }

.hero {
  min-height: 670px;
  padding: 76px 0 70px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
}

.badge, .kicker { color: #c5bddf; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.badge { display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.035); }
.badge span { width: 7px; height: 7px; border-radius: 50%; background: #66e6ad; box-shadow: 0 0 14px #66e6ad; }

h1, h2, h3 { font-family: Space Grotesk, Inter, sans-serif; }
h1 { margin: 22px 0 22px; max-width: 720px; font-size: clamp(50px, 6.5vw, 84px); line-height: .96; letter-spacing: -.055em; }
h1 em { color: var(--accent); font-style: normal; }
.hero-copy > p { max-width: 660px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.72; }

.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.button { min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid transparent; border-radius: 13px; font-size: 14px; font-weight: 800; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { background: linear-gradient(135deg, #a18cff, #6a51ed); box-shadow: 0 18px 45px rgba(101, 72, 232, .28); }
.secondary { border-color: var(--line); background: rgba(255,255,255,.035); color: #d8d5e2; }
.light { background: white; color: #14121c; }

.payment-row { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 11px; }
.payment-row strong { padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; color: #efedf5; background: rgba(255,255,255,.035); font-size: 10px; letter-spacing: .04em; }

.store-preview {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035));
  box-shadow: 0 35px 90px rgba(0,0,0,.38);
  backdrop-filter: blur(18px);
  transform: rotate(1.8deg);
  transition: transform .3s ease, border-color .3s ease;
}
.store-preview:hover { transform: rotate(0) translateY(-6px); border-color: rgba(155,134,255,.6); }
.preview-top { display: flex; justify-content: space-between; align-items: center; padding: 4px 4px 18px; border-bottom: 1px solid var(--line); }
.preview-top small { color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.preview-top h2 { margin: 4px 0 0; font-size: 21px; }
.online { color: #6ce0af; font-size: 10px; font-weight: 800; }
.preview-main { margin: 18px 0; min-height: 285px; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 19px; background: radial-gradient(circle at 80% 5%, rgba(108,224,194,.24), transparent 30%), linear-gradient(145deg, rgba(139,116,255,.28), rgba(36,30,68,.65)); border: 1px solid rgba(255,255,255,.1); }
.mini-badge { align-self: flex-start; padding: 7px 9px; border-radius: 999px; background: rgba(255,255,255,.1); color: #ded7ff; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.preview-main h3 { margin: 18px 0 7px; font-size: 34px; line-height: 1; }
.preview-main p { margin: 0; color: #c4c0ce; font-size: 13px; }
.preview-stats { margin-top: 28px; padding-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; border-top: 1px solid rgba(255,255,255,.12); color: #b9b5c4; font-size: 11px; }
.preview-stats span { display: grid; gap: 3px; }
.preview-stats b { color: white; font-size: 16px; }
.preview-footer { display: flex; align-items: center; justify-content: space-between; padding: 4px; font-size: 13px; font-weight: 800; }

.sites { padding: 90px 0 110px; border-top: 1px solid var(--line); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.section-heading h2 { margin: 11px 0 0; font-size: clamp(36px, 5vw, 58px); line-height: 1; letter-spacing: -.04em; }
.section-heading > a { color: #d6d1e5; font-size: 13px; font-weight: 800; white-space: nowrap; }
.site-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.site-grid a { min-height: 118px; padding: 22px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 7px 15px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); transition: .2s ease; }
.site-grid a:hover { transform: translateY(-4px); background: var(--surface-strong); border-color: rgba(155,134,255,.52); }
.site-grid span { font: 700 20px/1.1 Space Grotesk, sans-serif; }
.site-grid small { grid-column: 1; color: var(--muted); }
.site-grid b { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: #c7beff; font-size: 21px; }

.final-cta { margin-bottom: 78px; padding: 44px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-radius: 24px; background: linear-gradient(135deg, #735ced, #4130a2 58%, #1e7e6a); box-shadow: 0 30px 80px rgba(75,51,170,.24); }
.final-cta h2 { margin: 10px 0 8px; font-size: clamp(34px, 4.8vw, 57px); line-height: 1; letter-spacing: -.045em; }
.final-cta p { max-width: 660px; margin: 0; color: rgba(255,255,255,.72); line-height: 1.6; font-size: 13px; }
.final-cta .kicker { color: rgba(255,255,255,.66); }

footer { min-height: 100px; padding: 28px 0 42px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
footer p { max-width: 700px; margin: 0 auto; text-align: center; line-height: 1.55; }
footer a { color: white; font-weight: 700; }
.mobile-cta { display: none; }

@media (max-width: 860px) {
  .hero { min-height: auto; padding: 64px 0 80px; grid-template-columns: 1fr; gap: 56px; }
  .store-preview { width: min(520px, 100%); margin-inline: auto; transform: none; }
  .site-grid { grid-template-columns: repeat(2, 1fr); }
  .final-cta { flex-direction: column; align-items: flex-start; }
  footer { grid-template-columns: 1fr; text-align: center; }
}

@media (max-width: 560px) {
  .header, .hero, .sites, .final-cta, footer { width: min(100% - 24px, 1140px); }
  .header { height: 68px; }
  h1 { font-size: 52px; }
  .hero { padding-top: 50px; }
  .actions { flex-direction: column; }
  .button { width: 100%; justify-content: space-between; }
  .payment-row span { width: 100%; }
  .preview-main { min-height: 250px; padding: 22px; }
  .preview-stats { grid-template-columns: 1fr; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .site-grid { grid-template-columns: 1fr; }
  .sites { padding: 74px 0 90px; }
  .final-cta { padding: 30px 24px; margin-bottom: 94px; }
  .mobile-cta { display: block; position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; }
  .mobile-cta a { padding: 16px 18px; display: flex; justify-content: space-between; border-radius: 13px; background: white; color: #16131f; font-size: 13px; font-weight: 800; box-shadow: 0 18px 50px rgba(0,0,0,.48); }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
