:root {
  --bg: #0a0a0a;
  --panel: #121212;
  --panel-2: #171717;
  --soft: #1e1e1e;
  --text: #f6f2eb;
  --muted: #b7b0a4;
  --line: rgba(255,255,255,.08);
  --accent: #c79d61;
  --accent-2: #6f52ff;
  --white: #ffffff;
  --max: 1220px;
  --radius: 22px;
  --shadow: 0 20px 60px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(111,82,255,.12), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(199,157,97,.14), transparent 25%),
    var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
img { display:block; width:100%; height:auto; }
.container { width:min(var(--max), calc(100% - 40px)); margin:0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(10,10,10,.75);
  border-bottom: 1px solid var(--line);
}
.nav-row {
  display:flex; align-items:center; justify-content:space-between; gap:20px;
  padding: 16px 0;
}
.logo { display:flex; align-items:center; gap:12px; font-weight:800; letter-spacing:.08em; }
.logo-mark {
  display:grid; place-items:center; width:38px; height:38px; border-radius:12px;
  background: linear-gradient(135deg, var(--accent), #8a6739); color:#111; font-weight:900;
}
.logo-type { font-size:.95rem; }
.nav-links { display:flex; gap:26px; color:var(--muted); }
.nav-links a:hover { color: var(--white); }
.btn {
  display:inline-flex; align-items:center; justify-content:center; border-radius:999px;
  padding: 14px 22px; font-weight:700; transition:.2s ease; border:1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-solid { background: var(--white); color:#111; }
.btn-outline { border-color: var(--line); background: rgba(255,255,255,.04); }
.btn-ghost { border-color: var(--line); color: var(--text); background: transparent; }
.btn.wide { width:100%; }
.hero { padding: 64px 0 34px; }
.hero-grid { display:grid; grid-template-columns: 1.05fr .95fr; gap:36px; align-items:center; }
.eyebrow {
  color: var(--accent); font-size:.8rem; font-weight:800; letter-spacing:.18em; margin:0 0 16px;
}
.hero h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(4rem, 12vw, 8rem);
  line-height: .92;
  letter-spacing:.02em;
  margin: 0 0 18px;
}
.hero-text { color: var(--muted); font-size:1.08rem; max-width: 650px; margin: 0 0 24px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:22px; }
.hero-points { display:flex; flex-wrap:wrap; gap:10px; }
.hero-points span {
  border:1px solid var(--line); color: var(--muted); padding:10px 14px; border-radius:999px; font-size:.9rem;
}
.hero-visual { position:relative; min-height: 640px; }
.hero-card {
  position:absolute; overflow:hidden; border-radius: var(--radius); box-shadow: var(--shadow); border:1px solid var(--line);
  background: var(--panel);
}
.hero-main { width:68%; right:0; top:0; }
.hero-small { width:46%; }
.top-card { left:0; top:70px; background: #fff; }
.bottom-card { left:6%; bottom:26px; }
.hero-badge {
  position:absolute; left:16px; top:16px; background: rgba(0,0,0,.7); border:1px solid var(--line); color:#fff;
  font-size:.78rem; font-weight:800; letter-spacing:.14em; border-radius:999px; padding:10px 14px;
}
.copy-card { padding:28px; display:flex; flex-direction:column; justify-content:center; }
.copy-card-label, .small-label {
  margin:0 0 10px; color: var(--accent); font-size:.78rem; letter-spacing:.16em; font-weight:800;
}
.copy-card h3, .copy-panel h3 { margin:0 0 10px; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height:1; }
.copy-card p, .copy-panel p { margin:0; color: var(--muted); }
.strip { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background: rgba(255,255,255,.03); }
.strip-row {
  display:flex; gap:28px; flex-wrap:wrap; justify-content:center; padding:18px 0; font-size:.86rem; letter-spacing:.18em; color:var(--muted); font-weight:800;
}
.section { padding: 84px 0; }
.section-head { margin-bottom: 28px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.8rem); line-height:1; margin:0 0 14px; }
.section-head p { margin:0; color:var(--muted); max-width:760px; }
.masonry {
  display:grid; grid-template-columns: 1.1fr .9fr; gap:24px;
}
.panel {
  background: var(--panel); border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow);
}
.panel img { height:100%; object-fit:cover; }
.tall { grid-row: span 2; min-height: 860px; }
.copy-panel { padding:32px; display:flex; flex-direction:column; justify-content:center; min-height: 260px; }
.accent-panel { background: linear-gradient(145deg, rgba(199,157,97,.12), rgba(255,255,255,.03)); }
.dark-panel { background: linear-gradient(145deg, rgba(111,82,255,.12), rgba(255,255,255,.03)); }
.feature-list { margin:12px 0 0; padding-left:18px; color:var(--muted); }
.feature-list li { margin: 8px 0; }
.stores { background: rgba(255,255,255,.02); }
.split-head { display:grid; grid-template-columns: 1fr .9fr; gap:24px; align-items:end; }
.head-side { color: var(--muted); }
.store-options { display:grid; grid-template-columns: repeat(3, 1fr); gap:22px; }
.store-option {
  background: var(--panel-2); border:1px solid var(--line); border-radius: var(--radius); padding:28px;
}
.store-option h3 { margin:14px 0 10px; font-size:1.7rem; line-height:1.05; }
.store-option p { margin:0; color:var(--muted); }
.tag {
  display:inline-block; padding:8px 12px; border-radius:999px; font-size:.75rem; font-weight:800; letter-spacing:.14em;
  color:#111; background: var(--accent);
}
.later-option .tag { background: var(--accent-2); color: #fff; }
.how .steps { display:grid; grid-template-columns: repeat(3, 1fr); gap:22px; }
.step {
  background: var(--panel); border:1px solid var(--line); border-radius: var(--radius); padding:30px;
}
.step span {
  display:inline-grid; place-items:center; width:42px; height:42px; border-radius:50%; background: rgba(255,255,255,.08); font-weight:800; margin-bottom:14px;
}
.step h3 { margin:0 0 8px; font-size:1.4rem; }
.step p { margin:0; color:var(--muted); }
.join-grid { display:grid; grid-template-columns: 1fr .85fr; gap:28px; align-items:center; }
.join-card {
  background: linear-gradient(145deg, rgba(255,255,255,.05), rgba(111,82,255,.08));
  border:1px solid var(--line); border-radius: var(--radius); padding:32px; box-shadow: var(--shadow);
}
.join-card h3 { margin:0 0 16px; font-size:1.6rem; }
.join-card ul { margin:0 0 22px; padding-left:18px; color:var(--muted); }
.join-card li { margin:10px 0; }
.site-footer { border-top:1px solid var(--line); padding:26px 0 40px; }
.footer-row { display:flex; justify-content:space-between; gap:20px; color: var(--muted); }
@media (max-width: 1100px) {
  .hero-grid, .split-head, .join-grid, .store-options, .how .steps, .masonry { grid-template-columns: 1fr; }
  .hero-visual { min-height: 0; display:grid; grid-template-columns: 1fr 1fr; gap:20px; }
  .hero-card { position:relative; width:auto; left:auto; right:auto; top:auto; bottom:auto; }
  .hero-main { grid-column: 1 / -1; }
  .tall { min-height: 540px; grid-row: auto; }
}
@media (max-width: 760px) {
  .nav-links { display:none; }
  .container { width:min(var(--max), calc(100% - 24px)); }
  .section, .hero { padding: 56px 0; }
  .hero h1 { font-size: 4.8rem; }
  .footer-row, .hero-actions { flex-direction:column; align-items:flex-start; }
  .btn { width:100%; }
  .hero-visual { grid-template-columns: 1fr; }
}
