* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #07070c;
  color: #e8e8f0;
  line-height: 1.6;
}
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
a { color: #7dd3fc; text-decoration: none; }
code { background: rgba(255,255,255,.06); padding: 6px 10px; border-radius: 8px; font-size: .85em; word-break: break-all; display: inline-block; margin-right: 8px; }

.nav { position: sticky; top: 0; z-index: 50; background: rgba(7,7,12,.85); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.06); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { font-weight: 800; font-size: 1.25rem; letter-spacing: -.02em; color: #fff; }
.logo span { color: #38bdf8; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a:not(.btn) { color: #b6b6c2; font-size: .92rem; }
.nav-links a:not(.btn):hover { color: #fff; }

.hero { padding: 110px 0 80px; text-align: center; background: radial-gradient(ellipse at top, rgba(56,189,248,.14), transparent 60%), radial-gradient(ellipse at bottom right, rgba(99,102,241,.1), transparent 55%); }
.hero-small { padding: 70px 0 50px; }
.badge { display: inline-block; border: 1px solid rgba(125,211,252,.35); color: #7dd3fc; padding: 6px 14px; border-radius: 999px; font-size: .8rem; margin-bottom: 26px; background: rgba(125,211,252,.07); }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.12; }
h1 span { background: linear-gradient(90deg, #38bdf8, #818cf8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lead { max-width: 640px; margin: 22px auto 0; color: #a3a3b5; font-size: 1.08rem; }
.hero-cta { margin-top: 34px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 50px; justify-content: center; margin-top: 60px; flex-wrap: wrap; }
.hero-stats div { text-align: center; }
.hero-stats strong { display: block; font-size: 1.6rem; font-weight: 800; color: #fff; }
.hero-stats span { color: #7d7d8f; font-size: .85rem; }

.btn { display: inline-block; padding: 13px 28px; border-radius: 12px; font-weight: 700; font-size: .95rem; transition: transform .12s ease, box-shadow .12s ease, background .12s ease; border: none; cursor: pointer; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(90deg, #0ea5e9, #6366f1); color: #fff; box-shadow: 0 8px 24px rgba(56,189,248,.25); }
.btn-primary:hover { box-shadow: 0 10px 30px rgba(56,189,248,.4); }
.btn-ghost { background: rgba(255,255,255,.06); color: #e8e8f0; border: 1px solid rgba(255,255,255,.14); }
.btn-ghost:hover { background: rgba(255,255,255,.12); }
.btn-sm { padding: 8px 16px; font-size: .85rem; }

.section { padding: 90px 0; }
.section-dark { background: #0b0b13; border-top: 1px solid rgba(255,255,255,.05); border-bottom: 1px solid rgba(255,255,255,.05); }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -.02em; text-align: center; }
.sub { text-align: center; color: #8f8fa3; margin: 10px 0 46px; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.card { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); border-radius: 16px; padding: 26px; }
.card h3 { font-size: 1.05rem; margin-bottom: 8px; color: #fff; }
.card p { color: #9c9cae; font-size: .92rem; }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin-bottom: 34px; }
.step { text-align: center; padding: 20px; }
.step span { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, #0ea5e9, #6366f1); font-weight: 800; font-size: 1.05rem; margin-bottom: 14px; }
.step h3 { font-size: 1rem; margin-bottom: 6px; color: #fff; }
.step p { color: #9c9cae; font-size: .88rem; }
.note { text-align: center; color: #8f8fa3; font-size: .88rem; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; padding: 16px 20px; }
.note strong { color: #e8e8f0; }

.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; align-items: stretch; }
.plan { position: relative; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); border-radius: 18px; padding: 32px 28px; display: flex; flex-direction: column; }
.plan h3 { font-size: 1.05rem; color: #7dd3fc; text-transform: uppercase; letter-spacing: .08em; }
.price { font-size: 2.4rem; font-weight: 800; margin: 14px 0 4px; color: #fff; }
.price span { font-size: .85rem; font-weight: 400; color: #8f8fa3; margin-left: 6px; }
.plan ul { list-style: none; margin: 18px 0 26px; flex: 1; }
.plan li { padding: 7px 0 7px 26px; position: relative; color: #b6b6c2; font-size: .92rem; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: #34d399; font-weight: 700; }
.plan .btn { text-align: center; }
.plan-featured { border-color: rgba(56,189,248,.5); box-shadow: 0 0 0 1px rgba(56,189,248,.25), 0 20px 50px rgba(56,189,248,.12); }
.ribbon { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, #0ea5e9, #6366f1); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; }
.fine { color: #7d7d8f; font-size: .82rem; text-align: center; margin-top: 22px; }
.pulse { animation: pulse 1.2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 8px 24px rgba(56,189,248,.25); } 50% { box-shadow: 0 8px 40px rgba(56,189,248,.7); } }

.faq { max-width: 720px; margin: 0 auto; }
.faq details { background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; padding: 18px 22px; margin-bottom: 12px; }
.faq summary { cursor: pointer; font-weight: 600; color: #e8e8f0; }
.faq details p { margin-top: 10px; color: #9c9cae; font-size: .92rem; }

.order-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 26px; align-items: start; }
.order-card h2 { text-align: left; font-size: 1.15rem; margin: 26px 0 14px; }
.order-card h2:first-child { margin-top: 0; }
.tier-opt { display: block; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 14px 16px; margin-bottom: 10px; cursor: pointer; }
.tier-opt input { margin-right: 10px; accent-color: #0ea5e9; }
.tier-opt:has(input:checked) { border-color: #38bdf8; background: rgba(56,189,248,.08); }
.pay-row { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 12px 16px; margin-bottom: 10px; }
.coin { flex-shrink: 0; width: 52px; text-align: center; background: rgba(56,189,248,.12); color: #7dd3fc; border-radius: 8px; padding: 6px 0; font-size: .75rem; font-weight: 800; letter-spacing: .05em; }
.pay-row code { max-width: 100%; }
.order-side { position: sticky; top: 84px; }
.sum-row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06); color: #9c9cae; font-size: .92rem; }
.sum-row strong { color: #fff; }
.check-list { list-style: none; margin-top: 10px; }
.check-list li { padding: 5px 0 5px 24px; position: relative; color: #b6b6c2; font-size: .9rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #34d399; font-weight: 700; }

.footer { border-top: 1px solid rgba(255,255,255,.06); padding: 46px 0 30px; }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin-bottom: 26px; }
.footer p { color: #7d7d8f; font-size: .88rem; max-width: 420px; margin-top: 8px; }
.footer-links { display: flex; gap: 22px; align-items: flex-start; }
.footer-links a { color: #b6b6c2; font-size: .9rem; }
.legal { border-top: 1px solid rgba(255,255,255,.05); padding-top: 20px; text-align: center; font-size: .78rem; }

@media (max-width: 760px) {
  .nav-links a:not(.btn) { display: none; }
  .order-grid { grid-template-columns: 1fr; }
  .order-side { position: static; }
  .hero { padding: 70px 0 50px; }
}

