@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Barlow+Condensed:wght@600;700;800&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --gold:         #F5C842;
  --gold-dim:     #C8920A;
  --gold-dark:    #8B6500;
  --cream:        #F2E4B8;
  --text:         #EDD690;
  --text-muted:   #C9A44E;
  --text-dim:     #8A6830;
  --bg:           #0B0700;
  --bg2:          #110C00;
  --bg3:          #181000;
  --border:       #2E1C00;
  --border-hi:    #4A2E00;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* ── UTILITY ── */
.section {
  padding: 3.5rem 1.5rem;
  max-width: 860px;
  margin: 0 auto;
}
.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  color: var(--gold-dim);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.section-h {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  letter-spacing: 2px;
  color: var(--gold);
  margin-bottom: 1.75rem;
}
.divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-hi), transparent);
}
.gold-sep {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 1.25rem 1.5rem;
  max-width: 860px;
  margin: 0 auto;
}
.gold-sep-line { flex: 1; height: 1px; background: var(--border); }
.gold-sep-diamond {
  width: 8px; height: 8px;
  background: var(--gold-dim);
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* ── TOP BAR ── */
.topbar {
  height: 4px;
  background: linear-gradient(90deg, var(--bg), var(--gold-dim), var(--gold), var(--gold-dim), var(--bg));
}

/* ── NAV ── */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 7, 0, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.nav-coin {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dim), #7A5800);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 17px; color: #1A0900;
}
.nav-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
  color: var(--gold);
}
.nav-links {
  display: flex;
  gap: 28px;
  list-style: none;
}
.nav-links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1A0900;
  background: var(--gold-dim);
  padding: 7px 18px;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.2s;
}
.nav-cta:hover { background: var(--gold); }

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(150deg, #3D0015 0%, #1E0F00 40%, #0B0700 100%);
}
.hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 20%;
  opacity: 0.38;
  mix-blend-mode: lighten;
}
.hero-vignette {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center top, transparent 30%, rgba(11,7,0,0.6) 100%),
    linear-gradient(to top, var(--bg) 0%, transparent 50%);
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 3rem 1.5rem 4rem;
  max-width: 720px;
  width: 100%;
}
.hero-pill {
  display: inline-block;
  border: 1px solid var(--gold-dim);
  color: var(--gold);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  letter-spacing: 4px;
  padding: 4px 18px;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  background: rgba(11,7,0,0.65);
}
.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  line-height: 0.88;
  letter-spacing: 4px;
  margin-bottom: 0.75rem;
}
.hero-title .t-gold {
  font-size: clamp(80px, 16vw, 140px);
  color: var(--gold);
  display: block;
}
.hero-title .t-for {
  font-size: clamp(22px, 4vw, 36px);
  color: var(--gold-dim);
  letter-spacing: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  display: block;
  margin: 6px 0;
}
.hero-title .t-white {
  font-size: clamp(80px, 16vw, 140px);
  color: #FFFFFF;
  display: block;
}
.hero-tagline {
  font-size: 17px;
  color: var(--cream);
  max-width: 420px;
  margin: 0 auto 2.25rem;
  line-height: 1.85;
}
.hero-tagline strong { color: var(--gold); font-weight: 600; }
.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dim) 100%);
  color: #1A0900;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 15px 44px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s;
}
.btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }

/* ── PREVIEW / GALLERY ── */
.preview-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--border-hi);
  margin-bottom: 10px;
}
.preview-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  filter: brightness(0.22) saturate(0.35) blur(3px);
}
.preview-over {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: rgba(11,7,0,0.45);
}
.lock-ring {
  width: 56px; height: 56px; border-radius: 50%;
  border: 1.5px solid var(--gold-dim);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  background: rgba(245,200,66,0.07);
}
.lock-ring svg { stroke: var(--gold); }
.preview-over .over-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.preview-over .over-sub {
  font-size: 13px;
  color: var(--text-muted);
}

.img-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.img-card {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg2);
  position: relative;
  min-height: 160px;
  display: flex;
  flex-direction: column;
}
.img-card img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  display: block;
  filter: brightness(0.28) saturate(0.45);
}
.img-over {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 155px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 12px;
  background: rgba(11,7,0,0.25);
}
.img-over-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--gold);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
.img-over-sub {
  font-size: 11px;
  color: var(--text-muted);
  text-align: center;
  line-height: 1.5;
}
.img-footer {
  background: rgba(11,7,0,0.92);
  padding: 7px 10px;
  border-top: 1px solid var(--border);
  margin-top: auto;
}
.img-footer .ft {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.5px;
}
.img-footer .fs {
  display: block;
  font-size: 9px;
  color: var(--text-dim);
}
.img-card-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 1;
  padding: 1.25rem;
  min-height: 155px;
}
.img-card-empty svg { stroke: var(--gold-dim); }
.preview-note {
  font-size: 10px;
  color: var(--text-dim);
  text-align: center;
  letter-spacing: 0.5px;
  margin-top: 8px;
}

/* ── TIERS ── */
.tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  gap: 1px;
  background: var(--border);
}
.tier {
  background: var(--bg2);
  padding: 2rem 1.5rem;
  position: relative;
}
.tier.hot { background: #160D00; }
.tier-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--gold-dim);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tier-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px;
  color: var(--gold);
  line-height: 1;
}
.tier-unit {
  font-size: 11px;
  color: var(--text-dim);
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.tier-body {
  font-size: 14px;
  color: var(--cream);
  line-height: 1.75;
}
.tier-body strong { color: var(--gold); font-weight: 600; }
.tier-cheeky {
  font-size: 12px;
  color: var(--text-dim);
  font-style: italic;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--border);
}
.hot-badge {
  position: absolute;
  top: 14px; right: 14px;
  background: var(--gold-dim);
  color: #1A0900;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 3px 10px;
  border-radius: 2px;
  text-transform: uppercase;
}

/* ── TOP-UP STRIP ── */
.topup-strip {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--bg3);
  border: 1px solid var(--border-hi);
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1.75rem;
}
.topup-img {
  width: 90px; height: 90px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  flex-shrink: 0;
  border: 1px solid var(--border);
}
.topup-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  color: var(--gold-dim);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.topup-h {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  color: var(--gold);
  margin-bottom: 5px;
}
.topup-p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ── HOW IT WORKS ── */
.steps { display: flex; flex-direction: column; }
.step { display: flex; gap: 18px; }
.step-col {
  display: flex; flex-direction: column;
  align-items: center;
  width: 36px; flex-shrink: 0;
}
.step-num {
  width: 36px; height: 36px; border-radius: 50%;
  border: 1.5px solid var(--gold-dim);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 17px;
  color: var(--gold);
  flex-shrink: 0;
}
.step-line {
  flex: 1; width: 1px;
  background: var(--border);
  margin: 6px 0;
  min-height: 20px;
}
.step-body { padding: 2px 0 2rem; }
.step-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 5px;
}
.step-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
}
.step-desc em { color: var(--gold); font-style: normal; }

/* ── FAQ ── */
.faq-list { border-top: 1px solid var(--border); }
.faq {
  border-bottom: 1px solid var(--border);
  padding: 1.2rem 0;
  cursor: pointer;
}
.faq-q {
  font-size: 15px;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.faq-q::after {
  content: '+';
  font-size: 20px;
  color: var(--gold-dim);
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.faq.open .faq-q::after { transform: rotate(45deg); }
.faq-a {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.75;
  display: none;
  padding-top: 4px;
}
.faq.open .faq-a { display: block; }
.faq-a em { color: var(--gold); font-style: normal; }

/* ── FOOTER ── */
.footer {
  text-align: center;
  padding: 3rem 1.5rem 4rem;
  border-top: 1px solid var(--border);
}
.footer-logo {
  display: flex; align-items: center;
  justify-content: center;
  gap: 12px; margin-bottom: 1.25rem;
}
.footer-coin {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-dim), #7A5800);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px; color: #1A0900;
}
.footer-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  letter-spacing: 3px;
  color: var(--gold-dim);
}
.footer-fine {
  font-size: 11px;
  color: var(--text-dim);
  line-height: 2;
  max-width: 480px;
  margin: 0 auto;
}

.dva-gutter {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 50;
  pointer-events: none;
  display: none;
}
.dva-gutter img {
  display: block;
  width: 220px;
  height: auto;
  transform-origin: bottom right;
}
@media (min-width: 1100px) {
  .dva-gutter { display: block; }
}
@media (min-width: 1400px) {
  .dva-gutter img { width: 270px; }
}

/* ── VIOLET GUTTER ── */
.violet-gutter {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 50;
  pointer-events: none;
  /* only show when there's enough horizontal space */
  display: none;
}
.violet-gutter img {
  display: block;
  width: 220px;
  height: auto;
  /* anchor her feet to the bottom-left */
  transform-origin: bottom left;
}
/* show once viewport is wide enough to have a real gutter */
@media (min-width: 1100px) {
  .violet-gutter { display: block; }
}
@media (min-width: 1400px) {
  .violet-gutter img { width: 270px; }
}

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .nav-links { display: none; }
  .img-grid { grid-template-columns: 1fr 1fr; }
  .tiers { grid-template-columns: 1fr; }
  .topup-strip { flex-direction: column; text-align: center; }
  .hero-title .t-gold,
  .hero-title .t-white { font-size: clamp(64px, 18vw, 100px); }
  .topup-img {
  width: 90%; height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  flex-shrink: 0;
  border: 1px solid var(--border);
}
}
