/* SingBet VIP — Black Gold · singbet.vip */
:root {
  --bg: #0a0906;
  --bg-elev: #12100b;
  --bg-card: #16130e;
  --text: #f7f1e4;
  --text-muted: #c4b59a;
  --text-soft: #8a7d68;
  --line: rgba(240, 193, 75, 0.14);
  --line-strong: rgba(240, 193, 75, 0.32);
  --gold: #d4a017;
  --gold-2: #f0c14b;
  --gold-3: #b8860b;
  --gold-light: #f5d76e;
  --gold-deep: #8a6508;
  --gold-glow: rgba(212, 160, 23, 0.42);
  --wa: #25d366;
  --tg: #2aabee;
  --danger: #ff6b6b;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 24px;
  --shadow: 0 22px 50px rgba(0, 0, 0, 0.5);
  --shadow-soft: 0 10px 28px rgba(0, 0, 0, 0.35);
  --font: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --header-h: 72px;
  --container: 1120px;
  --ease: .28s cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
  min-height: 100vh;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-2); text-decoration: none; transition: color var(--ease); }
a:hover { color: var(--gold-light); }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.18;
  letter-spacing: 0.01em;
  margin: 0 0 0.6em;
  font-weight: 700;
  color: var(--text);
}
h1 { font-size: clamp(2rem, 5vw, 3.25rem); }
h2 { font-size: clamp(1.65rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); }
p { margin: 0 0 1rem; color: var(--text-muted); }
strong { color: var(--text); }

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin-left: auto;
  margin-right: auto;
}
.container.narrow { width: min(calc(100% - 2rem), 760px); }

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--gold);
  color: #1a1200;
  padding: 0.75rem 1rem;
  z-index: 10000;
  font-weight: 700;
}
.skip-link:focus { left: 1rem; top: 1rem; }

/* Ambient background */
.bg-stage {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212, 160, 23, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 160, 23, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 50% 18%, #000 18%, transparent 70%);
}
.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: orbFloat 18s ease-in-out infinite;
}
.bg-orb-1 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(240, 193, 75, 0.22), transparent 70%);
  top: -12%; left: -8%;
}
.bg-orb-2 {
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(212, 160, 23, 0.18), transparent 70%);
  bottom: 8%; right: -6%;
  animation-delay: -6s;
}
.bg-orb-3 {
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(184, 134, 11, 0.14), transparent 70%);
  top: 42%; left: 42%;
  animation-delay: -12s;
}
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(28px, -36px) scale(1.08); }
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background: rgba(10, 9, 6, 0.92);
  border-bottom: 1px solid var(--line);
  transition: box-shadow var(--ease), background var(--ease);
}
.site-header.scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  background: rgba(10, 9, 6, 0.98);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 1rem;
  min-width: 0;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--text);
  flex-shrink: 0;
  min-width: 0;
}
.logo:hover { color: var(--text); opacity: 0.92; }
.logo-mark, .logo img { border-radius: 8px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; min-width: 0; }
.logo-text strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: var(--gold-light);
}
.logo-tag {
  font-size: 0.68rem;
  color: var(--gold-2);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-left: auto;
}
.site-nav ul {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.site-nav a {
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 500;
  padding: 0.45rem 0.7rem;
  border-radius: 8px;
}
.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  background: rgba(212, 160, 23, 0.1);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg-card);
  cursor: pointer;
  padding: 10px;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--gold-light);
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
  transform-origin: center;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.55);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font);
  font-weight: 700;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: transform var(--ease), box-shadow var(--ease), background var(--ease), border-color var(--ease), color var(--ease);
  text-decoration: none;
  line-height: 1.2;
  white-space: nowrap;
}
.btn:active { transform: scale(0.98); }
.btn-sm { padding: 0.55rem 1.1rem; font-size: 0.85rem; }
.btn-lg { padding: 0.95rem 1.75rem; font-size: 1rem; }
.btn-block { width: 100%; }
.btn-gold {
  background: linear-gradient(180deg, #f5d76e 0%, #e0b12a 40%, #b8860b 100%);
  color: #1a1200 !important;
  box-shadow: 0 8px 24px var(--gold-glow), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.12);
}
.btn-gold:hover {
  background: linear-gradient(180deg, #ffe9a0 0%, #f0c14b 40%, #d4a017 100%);
  color: #140e00 !important;
  box-shadow: 0 12px 32px rgba(212, 160, 23, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: var(--text) !important;
  border-color: var(--line-strong);
}
.btn-outline:hover {
  border-color: var(--gold-2);
  background: rgba(212, 160, 23, 0.1);
  color: var(--gold-light) !important;
}
.btn-wa {
  background: linear-gradient(180deg, #3be07a, #1ebe57);
  color: #04150a !important;
  border: none;
  padding: 0.75rem 1.4rem;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.28);
}
.btn-wa:hover { filter: brightness(1.05); transform: translateY(-2px); color: #04150a !important; }
.btn-tg {
  background: linear-gradient(180deg, #54c4ff, #1d9fd8);
  color: #041018 !important;
  border: none;
  padding: 0.75rem 1.4rem;
  box-shadow: 0 8px 22px rgba(42, 171, 238, 0.28);
}
.btn-tg:hover { filter: brightness(1.05); transform: translateY(-2px); color: #041018 !important; }
.pulse-glow { animation: pulseGlow 2.4s ease-in-out infinite; }
@keyframes pulseGlow {
  0%, 100% { box-shadow: 0 8px 24px var(--gold-glow), inset 0 1px 0 rgba(255, 255, 255, 0.35); }
  50% { box-shadow: 0 8px 36px rgba(212, 160, 23, 0.65), 0 0 0 6px rgba(212, 160, 23, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.4); }
}

/* Hero */
.hero {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 4rem;
  overflow-x: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}
.eyebrow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  width: auto;
  max-width: 100%;
  margin: 0 0 0.9rem;
  padding: 0.5rem 0.85rem;
  background: rgba(212, 160, 23, 0.1);
  border: 1px solid rgba(212, 160, 23, 0.28);
  border-radius: 12px;
  line-height: 1.4;
}
.eyebrow-main {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-light);
  word-break: break-word;
}
.eyebrow-domain {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--gold-2);
  word-break: break-word;
}
.eyebrow-line {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: rgba(212, 160, 23, 0.1);
  border: 1px solid var(--line);
  border-radius: 999px;
}
.hero-lead { font-size: 1.08rem; max-width: 36rem; margin-bottom: 1rem; }
.site-slogan {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--gold-2);
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
  font-style: italic;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}
.hero-actions.center { justify-content: center; }
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}
.hero-badges li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 500;
}
.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-light), var(--gold-3));
  box-shadow: 0 0 10px rgba(212, 160, 23, 0.5);
}

/* Gold card visual */
.hero-visual { width: 100%; max-width: 400px; margin-left: auto; }
.gold-card {
  position: relative;
  border-radius: 22px;
  padding: 1.4rem 1.35rem 1.2rem;
  background: linear-gradient(145deg, #2a2214 0%, #14100a 48%, #0e0c08 100%);
  border: 1px solid rgba(240, 193, 75, 0.4);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 230, 150, 0.16);
  overflow: hidden;
  min-height: 220px;
}
.pc-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 230, 150, 0.16) 0%, transparent 36%, transparent 62%, rgba(212, 160, 23, 0.1) 100%);
  pointer-events: none;
}
.pc-top, .pc-mid, .pc-bot { position: relative; z-index: 1; }
.pc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.pc-chip {
  width: 42px;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(135deg, #fff6c8, #d4a017 55%, #f0c14b);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.pc-brand {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--gold-light);
}
.pc-label {
  display: block;
  font-size: 0.75rem;
  color: var(--text-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}
.pc-amount {
  display: block;
  font-family: var(--font-display);
  font-size: 1.85rem;
  color: var(--gold-light);
  letter-spacing: 0.02em;
}
.pc-bot {
  display: flex;
  justify-content: space-between;
  margin-top: 1.75rem;
  font-size: 0.78rem;
  color: var(--text-soft);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.float-anim { animation: floatY 5.5s ease-in-out infinite; }
@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin-top: 1rem;
}
.stat-pill {
  background: rgba(22, 19, 14, 0.95);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.65rem 0.5rem;
  text-align: center;
}
.stat-pill strong {
  display: block;
  font-size: 0.85rem;
  color: var(--gold-light);
  margin-bottom: 0.15rem;
}
.stat-pill span {
  font-size: 0.68rem;
  color: var(--text-soft);
}

/* Sections */
.section { position: relative; z-index: 1; padding: 4.5rem 0; }
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 2.5rem;
}
.section-desc { margin-bottom: 0; font-size: 1.05rem; }
.vip-tagline {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--gold-2);
  font-style: italic;
  margin: 0;
}

.steps-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin: 0 auto 1.75rem;
  max-width: 720px;
}
.steps-bar li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(22, 19, 14, 0.85);
  font-size: 0.82rem;
  color: var(--text-soft);
  font-weight: 600;
}
.steps-bar li span {
  display: inline-flex;
  width: 1.35rem;
  height: 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(212, 160, 23, 0.14);
  color: var(--gold-2);
  font-size: 0.72rem;
}
.steps-bar li.is-active {
  border-color: var(--line-strong);
  color: var(--text);
  background: rgba(212, 160, 23, 0.1);
}

/* Application */
.app-board {
  display: grid;
  gap: 1rem;
  max-width: 880px;
  margin: 0 auto;
}
.app-card, .send-panel {
  background: linear-gradient(165deg, rgba(36, 30, 20, 0.96), rgba(16, 13, 8, 0.98));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.25rem 1.4rem;
  box-shadow: var(--shadow);
}
.app-card-head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
}
.app-num {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--gold-2);
  min-width: 2.2rem;
  line-height: 1;
}
.app-card-head h3 { margin: 0 0 0.2rem; }
.app-card-head p { margin: 0; font-size: 0.9rem; color: var(--text-soft); }
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem 1rem;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}
.field-span-2, .field-full { grid-column: 1 / -1; }
.field-label {
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--text-muted);
}
.field-label i { color: var(--danger); font-style: normal; }
.field-label em {
  font-style: normal;
  font-weight: 500;
  color: var(--text-soft);
  font-size: 0.78rem;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(240, 193, 75, 0.18);
  background: rgba(0, 0, 0, 0.38);
  color: var(--text);
  font: inherit;
  padding: 0.8rem 0.95rem;
  outline: none;
  transition: border-color var(--ease), box-shadow var(--ease);
}
.field input::placeholder,
.field textarea::placeholder { color: var(--text-soft); }
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(212, 160, 23, 0.14);
}
.field input.error,
.field select.error,
.field textarea.error,
.money.error { border-color: var(--danger) !important; }
.field-error {
  min-height: 1.05em;
  font-size: 0.78rem;
  color: var(--danger);
}
.field-hint {
  font-size: 0.78rem;
  color: var(--text-soft);
}
.money {
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  border: 1px solid rgba(240, 193, 75, 0.18);
  background: rgba(0, 0, 0, 0.38);
  overflow: hidden;
}
.money span {
  display: inline-flex;
  align-items: center;
  padding: 0 0.85rem;
  background: rgba(212, 160, 23, 0.12);
  color: var(--gold-light);
  font-weight: 700;
  font-size: 0.82rem;
  border-right: 1px solid rgba(240, 193, 75, 0.14);
}
.money input {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  flex: 1;
  min-width: 0;
  padding: 0.8rem 0.95rem;
}

.send-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.25rem;
  align-items: start;
}
.send-copy h3 { margin-bottom: 0.5rem; }
.send-tips {
  display: grid;
  gap: 0.4rem;
  margin-top: 0.75rem;
}
.send-tips li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: var(--text-soft);
}
.send-tips li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.send-actions { display: grid; gap: 0.7rem; }
.action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform .2s, filter .2s, box-shadow .2s;
  text-align: center;
  line-height: 1.25;
}
.action-btn:active { transform: scale(0.98); }
.action-ico { display: inline-flex; }
.action-copy {
  background: linear-gradient(180deg, #f5d76e 0%, #e0b12a 42%, #b8860b 100%);
  color: #1a1200;
  box-shadow: 0 8px 22px var(--gold-glow);
}
.action-copy:hover { filter: brightness(1.05); }
.action-wa {
  background: linear-gradient(180deg, #3be07a, #1ebe57);
  color: #04150a;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.25);
}
.action-wa:hover { filter: brightness(1.04); }
.action-tg {
  background: linear-gradient(180deg, #54c4ff, #1d9fd8);
  color: #041018;
  box-shadow: 0 8px 22px rgba(42, 171, 238, 0.25);
}
.action-tg:hover { filter: brightness(1.04); }
.send-note {
  margin: 0.15rem 0 0;
  font-size: 0.82rem;
  color: var(--text-soft);
  text-align: center;
}
.preview-box {
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
}
.preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--line);
  background: rgba(212, 160, 23, 0.08);
}
.btn-link {
  background: none;
  border: 0;
  color: var(--gold-2);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.btn-link:hover { color: var(--gold-light); }
.preview-body {
  margin: 0;
  padding: 1rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  line-height: 1.55;
  color: var(--text-muted);
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 240px;
  overflow: auto;
}
.form-status {
  margin-top: 0.25rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  font-weight: 500;
  text-align: center;
}
.form-status.success {
  background: rgba(212, 160, 23, 0.12);
  border: 1px solid var(--line-strong);
  color: var(--gold-light);
}
.form-status.error {
  background: rgba(255, 107, 107, 0.1);
  border: 1px solid rgba(255, 107, 107, 0.4);
  color: #ffb3b3;
}

/* VIP */
.vip-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr;
  gap: 1.5rem;
  align-items: start;
}
.vip-block {
  background: linear-gradient(165deg, rgba(36, 30, 20, 0.92), rgba(14, 12, 8, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.25rem;
  margin-bottom: 1rem;
}
.vip-block h3 {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}
.vip-ico { color: var(--gold-2); font-size: 1rem; }
.vip-lead { margin-bottom: 1rem; }
.audience-grid,
.path-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}
.audience-card,
.path-card {
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
}
.audience-card h4,
.path-card h4 {
  margin: 0 0 0.4rem;
  font-family: var(--font);
  font-size: 1rem;
  color: var(--gold-light);
}
.audience-card p,
.path-card p { margin: 0; font-size: 0.92rem; }
.path-label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1200;
  background: linear-gradient(90deg, #f5d76e, #d4a017);
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
}
.path-req { margin-bottom: 0.55rem !important; }
.process-list { display: grid; gap: 0.85rem; }
.process-list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}
.process-step {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.85rem;
  color: #1a1200;
  background: linear-gradient(180deg, #f5d76e, #d4a017);
}
.process-list strong { display: block; margin-bottom: 0.2rem; }
.process-list p { margin: 0; font-size: 0.92rem; }
.why-list { display: grid; gap: 0.75rem; }
.why-list li {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.25);
}
.why-list strong { color: var(--gold-light); }
.why-list span { color: var(--text-muted); font-size: 0.92rem; }
.vip-disclaimer {
  font-size: 0.88rem;
  color: var(--text-soft);
  border-left: 3px solid var(--gold);
  padding-left: 0.85rem;
  margin: 0.5rem 0 1.25rem;
}
.vip-panel {
  position: sticky;
  top: calc(var(--header-h) + 1rem);
  background: linear-gradient(165deg, #2a2214 0%, #14100a 100%);
  border: 1px solid rgba(212, 160, 23, 0.4);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem 1.5rem;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.vip-badge {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #1a1200;
  background: linear-gradient(90deg, #f5d76e, #d4a017);
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
}
.vip-panel h3 { margin-bottom: 0.85rem; }
.vip-panel ul {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}
.vip-panel li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}
.vip-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(180deg, #f5d76e, #d4a017);
}
.vip-panel-note {
  font-size: 0.86rem;
  color: var(--text-soft);
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem;
  margin-bottom: 1rem;
}
.vip-panel-note strong {
  display: block;
  color: var(--gold-light);
  margin-bottom: 0.25rem;
}
.vip-panel-secondary { margin-top: 0.65rem; }

/* Features / how / crown / faq */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.feature-card {
  background: linear-gradient(165deg, rgba(36, 30, 20, 0.92), rgba(14, 12, 8, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1.1rem;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--line-strong);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}
.feature-num {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--gold-2);
  margin-bottom: 0.65rem;
}
.feature-card h3 { margin-bottom: 0.45rem; }
.feature-card p { margin: 0; font-size: 0.92rem; }

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 1.5rem 1.75rem;
  border-radius: var(--radius);
  background: linear-gradient(90deg, rgba(212, 160, 23, 0.16), rgba(240, 193, 75, 0.06));
  border: 1px solid var(--line-strong);
}
.cta-banner h3 { margin: 0 0 0.35rem; }
.cta-banner p { margin: 0; }

.crown-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  max-width: 720px;
  margin: 0 auto 2rem;
}
.crown-col {
  background: linear-gradient(165deg, rgba(36, 30, 20, 0.92), rgba(14, 12, 8, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1.1rem;
}
.crown-col-title {
  margin: 0 0 0.85rem;
  font-family: var(--font);
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-2);
  text-align: center;
}
.url-list { display: grid; gap: 0.55rem; }
.url-list a {
  display: block;
  text-align: center;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.28);
  color: var(--text);
  font-weight: 600;
  transition: transform var(--ease), border-color var(--ease), background var(--ease);
}
.url-list a:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  background: rgba(212, 160, 23, 0.1);
  color: var(--gold-light);
}
.crown-cta { text-align: center; }
.crown-cta p { margin-bottom: 1rem; }

.how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.how-card {
  background: linear-gradient(165deg, rgba(36, 30, 20, 0.92), rgba(14, 12, 8, 0.96));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1.1rem;
}
.how-num {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 800;
  color: #1a1200;
  background: linear-gradient(180deg, #f5d76e, #d4a017);
  margin-bottom: 0.75rem;
}
.how-card h3 { margin-bottom: 0.4rem; }
.how-card p { margin: 0; font-size: 0.92rem; }

.faq-list { display: grid; gap: 0.75rem; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(22, 19, 14, 0.9);
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.15rem;
  font-weight: 700;
  color: var(--text);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--gold-2);
  font-weight: 700;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p {
  margin: 0;
  padding: 0 1.15rem 1.1rem;
  font-size: 0.95rem;
}

.final-cta {
  text-align: center;
  padding-bottom: 5rem;
}
.final-cta h2 { margin-bottom: 0.75rem; }
.final-cta > .container > p {
  max-width: 560px;
  margin: 0 auto 1.5rem;
}
.contact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

/* Footer */
.site-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--line);
  background: #070605;
  padding: 2.5rem 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.75rem;
  padding-bottom: 2rem;
}
.footer-slogan {
  margin: 0.85rem 0 0.35rem;
  color: var(--gold-2);
  font-family: var(--font-display);
  font-style: italic;
}
.footer-meta { font-size: 0.9rem; margin: 0; }
.footer-links h3,
.footer-contact h3 {
  font-family: var(--font);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-3);
  margin-bottom: 0.75rem;
}
.footer-links a,
.footer-contact a {
  display: inline-block;
  padding: 0.25rem 0;
  color: var(--text-muted);
}
.footer-links a:hover,
.footer-contact a:hover { color: var(--gold-light); }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 1.1rem 0 1.4rem;
}
.footer-bottom p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--text-soft);
}
.disclaimer {
  margin-top: 0.45rem !important;
  font-size: 0.78rem !important;
  max-width: 820px;
}

.back-top {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 900;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #f5d76e, #d4a017);
  color: #1a1200 !important;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity var(--ease), transform var(--ease), visibility var(--ease);
}
.back-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-top:hover { transform: translateY(-3px); color: #1a1200 !important; }

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s cubic-bezier(.22, 1, .36, 1), transform 0.65s cubic-bezier(.22, 1, .36, 1);
}
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: 0.08s; }
.delay-2 { transition-delay: 0.16s; }
.delay-3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .bg-orb, .float-anim, .pulse-glow { animation: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Tablet */
@media (max-width: 1024px) {
  .feature-grid,
  .how-grid { grid-template-columns: 1fr 1fr; }
  .hero-grid,
  .vip-layout { grid-template-columns: 1fr; gap: 2rem; }
  .vip-panel { position: relative; top: auto; }
  .audience-grid,
  .path-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 420px; margin: 0 auto; width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .send-panel { grid-template-columns: 1fr; }
}

/* Mobile */
@media (max-width: 768px) {
  :root { --header-h: 60px; }
  html, body { overflow-x: hidden; max-width: 100%; }
  .container,
  .container.narrow {
    width: calc(100% - 1.5rem);
    max-width: 100%;
  }

  .site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    width: 100%;
    height: var(--header-h);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: #0a0906;
    z-index: 1000;
  }
  body { padding-top: var(--header-h); }
  .header-inner {
    gap: 0.75rem;
    width: calc(100% - 1.5rem);
    max-width: 100%;
  }
  .logo { max-width: calc(100% - 56px); }
  .logo-text strong { font-size: 1.05rem; }
  .logo-tag { font-size: 0.62rem; }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
    z-index: 1003;
  }
  .site-nav {
    position: fixed;
    top: var(--header-h);
    left: 0; right: 0;
    width: 100%;
    margin: 0;
    z-index: 1002;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0.75rem 1rem 1.25rem;
    background: #12100b;
    border-bottom: 1px solid var(--line-strong);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
    max-height: calc(100dvh - var(--header-h));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  .site-nav.open { display: flex; }
  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
  }
  .site-nav li { width: 100%; }
  .site-nav a {
    display: block;
    width: 100%;
    padding: 0.9rem 0.75rem;
    font-size: 1rem;
    color: var(--text);
    border-radius: 10px;
    box-sizing: border-box;
  }
  .site-nav a:active {
    background: rgba(212, 160, 23, 0.12);
    color: var(--gold-light);
  }
  .header-cta {
    width: 100%;
    margin-top: 0.4rem;
    text-align: center;
    box-sizing: border-box;
  }
  .nav-backdrop {
    display: none;
    position: fixed;
    top: var(--header-h);
    left: 0; right: 0; bottom: 0;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.55);
  }
  .nav-backdrop.open { display: block !important; }
  body.nav-open { overflow: hidden; touch-action: none; }

  .hero { padding: 1.5rem 0 1.85rem; }
  .hero-grid { grid-template-columns: 1fr; gap: 1.35rem; }
  .hero-lead { font-size: 0.98rem; max-width: none; }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }
  .hero-actions .btn {
    width: 100%;
    white-space: normal;
    box-sizing: border-box;
  }
  .hero-visual { width: 100%; max-width: 100%; margin: 0; }
  h1 { font-size: clamp(1.55rem, 7vw, 2.15rem); word-break: break-word; }
  h2 { font-size: clamp(1.35rem, 6vw, 1.85rem); }

  .eyebrow {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .eyebrow-main {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    white-space: normal;
  }

  .form-grid,
  .feature-grid,
  .how-grid,
  .audience-grid,
  .path-grid,
  .footer-grid,
  .crown-grid,
  .send-panel {
    grid-template-columns: 1fr;
  }

  .section { padding: 2.35rem 0; }
  .section-head { margin-bottom: 1.5rem; max-width: 100%; }
  .section-desc { font-size: 0.95rem; }
  .cta-banner {
    flex-direction: column;
    text-align: center;
    align-items: stretch;
    padding: 1.15rem 1rem;
  }
  .cta-banner .btn { width: 100%; box-sizing: border-box; }

  .app-card,
  .send-panel,
  .vip-block,
  .vip-panel {
    padding: 1.05rem 0.9rem;
    border-radius: 16px;
    width: 100%;
    box-sizing: border-box;
  }
  .field input,
  .field select,
  .field textarea { font-size: 16px; }

  .steps-bar { gap: 0.4rem; margin-bottom: 1.15rem; }
  .steps-bar li { font-size: 0.72rem; padding: 0.35rem 0.55rem; }

  .vip-main .hero-actions .btn,
  .vip-panel .btn,
  .crown-cta .btn,
  .final-cta .btn {
    width: 100%;
    box-sizing: border-box;
    white-space: normal;
  }
  .final-cta { padding-bottom: 3rem; }
  .final-cta .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-row { flex-direction: column; align-items: stretch; }
  .contact-row .btn { width: 100%; box-sizing: border-box; }
  .stat-row { gap: 0.4rem; }
  .stat-pill { padding: 0.55rem 0.35rem; }
  .back-top { right: 0.85rem; bottom: 0.85rem; width: 44px; height: 44px; }
}

@media (max-width: 400px) {
  .container,
  .container.narrow,
  .header-inner { width: calc(100% - 1.15rem); }
  .logo-text strong { font-size: 0.98rem; }
  .hero { padding: 1.35rem 0 1.6rem; }
  .section { padding: 2rem 0; }
  .pc-amount { font-size: 1.55rem; }
}
