/* Turntsol — brand tokens from WagerBrah Brand Guide (midnight felt / wager gold / cream ledger) */
:root {
  --bg: #07101C;
  --bg-elev: #0E1B2C;
  --bg-soft: #182A40;
  --gold: #D4A24C;
  --gold-bright: #E8BC65;
  --gold-deep: #A87D2E;
  --cream: #F5EFE0;
  --cream-muted: rgba(245, 239, 224, 0.72);
  --cream-faint: rgba(245, 239, 224, 0.5);
  --border: rgba(212, 162, 76, 0.18);
  --border-strong: rgba(212, 162, 76, 0.4);
  --sans: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: "Fraunces", Georgia, serif;
  --max: 960px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background-image:
    radial-gradient(60% 40% at 50% 0%, rgba(212, 162, 76, 0.10), transparent 70%),
    linear-gradient(180deg, #1A2D44 0%, #07101C 40%);
  background-repeat: no-repeat;
}
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 3px; }
h1, h2, h3 { margin: 0; }
p { margin: 0; }
img { max-width: 100%; }

.skip {
  position: absolute; left: -999px; top: 8px; padding: 8px 12px;
  background: var(--gold); color: var(--bg); border-radius: 6px;
}
.skip:focus { left: 8px; z-index: 10; }

/* Nav */
.nav {
  max-width: var(--max); margin: 0 auto; padding: 22px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.nav-brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--serif); font-weight: 600; font-size: 22px; color: var(--cream);
  letter-spacing: 0.01em;
}
.nav-brand:hover { text-decoration: none; color: var(--cream); }
.nav-sun {
  width: 14px; height: 14px; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, var(--gold-bright), var(--gold-deep));
  box-shadow: 0 0 0 3px rgba(212, 162, 76, 0.18), 0 0 18px rgba(212, 162, 76, 0.35);
}
.nav nav { display: flex; align-items: center; gap: 22px; font-size: 15px; font-weight: 500; }
.nav nav a { color: var(--cream-muted); }
.nav nav a:hover { color: var(--cream); text-decoration: none; }
.nav-cta {
  padding: 8px 14px; border: 1px solid var(--border-strong); border-radius: 999px; color: var(--gold) !important;
}
.nav-cta:hover { background: rgba(212, 162, 76, 0.1); }

/* Shared */
.eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 14px;
}
.rule { display: block; width: 160px; height: 40px; margin: 0 auto; opacity: 0.8; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 22px; border-radius: 12px; font-weight: 600; font-size: 16px;
  border: 1px solid transparent; transition: transform 120ms ease, background 120ms ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: var(--bg-elev); }
.btn-gold:hover { background: var(--gold-bright); color: var(--bg-elev); }
.btn-ghost { color: var(--cream); border-color: var(--border-strong); }
.btn-ghost:hover { background: rgba(245, 239, 224, 0.06); color: var(--cream); }

section { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
section h2 { font-family: var(--serif); font-weight: 600; font-size: 34px; line-height: 1.15; }

/* Hero */
.hero { text-align: center; padding-top: 72px; padding-bottom: 40px; }
.hero-title {
  font-family: var(--serif); font-weight: 600; font-size: clamp(36px, 6vw, 60px);
  line-height: 1.08; letter-spacing: -0.01em; color: var(--cream);
}
.hero-sub { max-width: 620px; margin: 22px auto 0; color: var(--cream-muted); font-size: 19px; }
.hero-sub strong { color: var(--cream); font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 34px 0 40px; }

/* Product */
.product { padding-top: 24px; padding-bottom: 32px; }
.product-head { display: flex; align-items: center; gap: 22px; margin-bottom: 26px; }
.product-icon { width: 96px; height: 96px; border-radius: 22px; box-shadow: 0 10px 30px rgba(0,0,0,0.45), 0 0 0 1px var(--border); flex: none; }
.wordmark { font-family: var(--serif); font-size: clamp(40px, 6vw, 56px); line-height: 1; letter-spacing: -0.01em; }
.wm-upright { font-weight: 700; color: var(--cream); }
.wm-italic { font-weight: 700; font-style: italic; color: var(--gold); }
.tagline {
  margin-top: 8px; font-size: 12px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-deep);
}
.lede { font-size: 20px; color: var(--cream-muted); max-width: 720px; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 34px; }
.badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px;
  border: 1px solid var(--border); background: rgba(14, 27, 44, 0.6); font-size: 14px; font-weight: 500; color: var(--cream-muted);
}
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 10px var(--gold); }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.card {
  background: var(--bg-elev); border: 1px solid var(--border); border-radius: 16px; padding: 22px 22px 24px;
}
.card .suit { width: 22px; height: 22px; opacity: 0.9; margin-bottom: 14px; display: block; }
.card h3 { font-family: var(--serif); font-weight: 600; font-size: 21px; margin-bottom: 8px; }
.card p { color: var(--cream-muted); font-size: 16px; }
.notice {
  margin-top: 28px; padding: 18px 20px; border-radius: 14px;
  background: rgba(212, 162, 76, 0.07); border: 1px solid var(--border-strong); color: var(--cream-muted); font-size: 15.5px;
}
.notice strong { color: var(--gold); }

/* Support + Legal */
.support, .legal { padding-top: 56px; }
.support > p { color: var(--cream-muted); margin-top: 8px; }
.contact-list, .legal-list { list-style: none; padding: 0; margin: 22px 0 0; }
.contact-list li {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px;
  padding: 16px 0; border-top: 1px solid var(--border);
}
.contact-list li:last-child { border-bottom: 1px solid var(--border); }
.contact-label { color: var(--cream-muted); }
.contact-list a { font-weight: 600; }
.legal-list { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.legal-list a { font-weight: 600; }

/* Footer */
.footer { text-align: center; padding: 64px 24px 48px; color: var(--cream-faint); font-size: 14px; }
.footer .rule { margin-bottom: 18px; }

/* Responsive */
@media (max-width: 720px) {
  body { font-size: 16px; }
  .nav { padding: 18px 20px; }
  .nav nav { gap: 14px; font-size: 14px; }
  .nav nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 48px; }
  .hero-title br { display: none; }
  .grid { grid-template-columns: 1fr; }
  .product-head { align-items: flex-start; }
  .product-icon { width: 72px; height: 72px; border-radius: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
