/* ============================================================
   Chad Maddox 10X™ — parody acquisition site for Setell
   Two voices, two visual languages:
   - CHAD  = loud, gold-on-black, Anton, bombast
   - SETELL = calm, clean, light, Inter, purple accent (the relief)
   ============================================================ */

:root {
  --black: #0a0a0a;
  --ink: #141414;
  --gold: #ffce45;
  --gold-deep: #c9971b;
  --gold-grad: linear-gradient(135deg, #ffe78a 0%, #ffce45 40%, #c9971b 100%);

  --setell-bg: #ffffff;
  --setell-paper: #f6f5fb;
  --setell-ink: #16131f;
  --setell-muted: #6b6577;
  --purple: #6d4aff;
  --purple-deep: #5a35f0;

  --maxw: 1080px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--black);
  color: #fff;
  line-height: 1.55;
  overflow-x: hidden;
}

section { padding: 72px 24px; }

/* ---------- shared display type ---------- */
.chad-h2 {
  font-family: 'Anton', Impact, sans-serif;
  font-size: clamp(2rem, 5.5vw, 3.6rem);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 1.02;
}
.chad-h2.center { text-align: center; }
.gold {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.section-sub {
  text-align: center;
  color: var(--gold);
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 38px;
  opacity: 0.85;
}
.center { text-align: center; }
.tm { font-size: 0.4em; vertical-align: super; opacity: 0.7; }

/* ============ URGENCY BAR ============ */
.urgency-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--gold-grad);
  color: #1a1300;
  text-align: center;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.4px;
  padding: 9px 12px;
  text-transform: uppercase;
  animation: pulsebar 1.4s ease-in-out infinite;
}
@keyframes pulsebar { 50% { filter: brightness(1.12); } }
#countdown { font-variant-numeric: tabular-nums; }

/* ============ NAV ============ */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.logo {
  font-family: 'Anton', sans-serif;
  font-size: 1.35rem;
  letter-spacing: 1px;
}
.logo-10x {
  background: var(--gold-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-left: 4px;
}
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: #cfcfcf; text-decoration: none; font-size: 0.9rem; font-weight: 600; }
.nav-links a:hover { color: #fff; }
.nav-cta {
  background: var(--gold-grad);
  color: #1a1300 !important;
  padding: 9px 16px;
  border-radius: 999px;
  font-weight: 800 !important;
}

/* ============ HERO ============ */
.hero {
  background:
    radial-gradient(1200px 500px at 70% -10%, rgba(255,206,69,0.18), transparent 60%),
    var(--black);
  padding-top: 40px;
}
.hero-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 40px;
  align-items: center;
}
.eyebrow {
  color: var(--gold);
  font-weight: 800;
  font-size: 0.74rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.hero h1 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(2.4rem, 6.4vw, 4.6rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.hero-sub { margin: 22px 0 30px; font-size: 1.08rem; color: #d6d6d6; max-width: 30em; }
.hero-sub strong { color: #fff; }

.btn-gold {
  display: inline-block;
  background: var(--gold-grad);
  color: #1a1300;
  font-weight: 800;
  text-decoration: none;
  padding: 16px 26px;
  border-radius: 12px;
  font-size: 1.02rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.btn-glow { box-shadow: 0 0 0 0 rgba(255,206,69,0.6); animation: glow 1.8s ease-in-out infinite; }
@keyframes glow {
  0%,100% { box-shadow: 0 0 22px 2px rgba(255,206,69,0.35); }
  50% { box-shadow: 0 0 38px 8px rgba(255,206,69,0.6); }
}
.microcopy { margin-top: 14px; color: #8c8c8c; font-size: 0.86rem; font-style: italic; }

.hero-photo { display: flex; justify-content: center; }
.photo-frame {
  position: relative;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 4/5;
  border: 3px solid var(--gold-deep);
  border-radius: 18px;
  background: linear-gradient(160deg, #1c1c1c, #0c0c0c);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}
.photo-emoji { font-size: 3.4rem; }
.photo-label { color: #777; font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; }
.rented-tag {
  position: absolute;
  bottom: 14px;
  transform: rotate(-7deg);
  border: 2px solid #ff5b5b;
  color: #ff5b5b;
  font-weight: 800;
  font-size: 0.72rem;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 1px;
}

/* ============ AS SEEN ON ============ */
.logos { background: #111; padding: 34px 24px; }
.logos-title { text-align: center; color: #666; letter-spacing: 3px; font-size: 0.72rem; font-weight: 700; margin-bottom: 16px; }
.logos-list {
  list-style: none; display: flex; flex-wrap: wrap; gap: 14px 34px;
  justify-content: center; max-width: var(--maxw); margin: 0 auto;
}
.logos-list li { color: #8b8b8b; font-weight: 600; font-style: italic; }

/* ============ STORY ============ */
.band-dark { max-width: 760px; margin: 0 auto; text-align: center; }
.story-lead { margin-top: 22px; font-size: 1.15rem; color: #d4d4d4; }
.story-lead em { color: var(--gold); }

/* ---------- THE SETELL BREAK (the calm interrupt) ---------- */
.setell-break {
  max-width: 640px;
  margin: 34px auto 0;
  background: var(--setell-paper);
  color: var(--setell-ink);
  border-left: 4px solid var(--purple);
  border-radius: 12px;
  padding: 22px 26px;
}
.setell-break.wide { max-width: 760px; }
.setell-break p { color: #2a2535; font-size: 1.02rem; }
.setell-break p + p { margin-top: 10px; }
.setell-tag, .chad-tag {
  display: inline-block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.setell-tag { color: var(--purple); }
.lockup-line {
  margin-top: 14px !important;
  font-weight: 800;
  font-size: 1.12rem !important;
  color: var(--purple-deep) !important;
}

/* ============ VALUE STACK ============ */
.valuestack { background: var(--ink); max-width: 100%; }
.stack { list-style: none; max-width: 680px; margin: 36px auto 0; }
.stack li {
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 10px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: baseline;
}
.stack .check { color: var(--gold); }
.stack .val { color: #7d7d7d; font-style: italic; font-weight: 500; margin-left: auto; font-size: 0.9rem; }
.total { text-align: center; margin: 30px auto 0; }
.total-label { color: #888; letter-spacing: 2px; font-size: 0.8rem; font-weight: 700; }
.total-prices { font-family: 'Anton', sans-serif; font-size: 1.6rem; color: #ff6b6b; }
.total-prices s { opacity: 0.55; margin: 0 6px; }
.total-now { font-family: 'Anton', sans-serif; font-size: 2.4rem; margin-top: 6px; }

/* ============ TESTIMONIALS ============ */
.testimonials { background: var(--black); }
.t-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.t-card {
  background: linear-gradient(160deg, #1e1e1e, #131313);
  border: 1px solid #2b2b2b;
  border-radius: 14px;
  padding: 22px;
}
.t-card blockquote { font-size: 1.12rem; font-weight: 700; margin-bottom: 12px; }
.t-card figcaption { color: #8f8f8f; font-size: 0.9rem; font-style: italic; }

/* ============ DUEL (Chad says / Setell does) ============ */
.wisdom { background: var(--ink); }
.duel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 880px;
  margin: 0 auto 16px;
}
.chad-card, .setell-card { border-radius: 14px; padding: 22px 24px; }
.chad-card {
  background: linear-gradient(160deg, #211a07, #141414);
  border: 1px solid var(--gold-deep);
}
.chad-card p { font-size: 1.05rem; font-weight: 600; }
.chad-tag { color: var(--gold); }
.setell-card {
  background: var(--setell-paper);
  color: var(--setell-ink);
  border: 1px solid #e4e0f2;
}
.setell-card p { color: #2a2535; }
.setell-card em { color: var(--purple-deep); font-style: italic; }

/* ============ THE RENTED EMPIRE ============ */
.empire { background: var(--black); }
.empire-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  max-width: 820px;
  margin: 0 auto;
}
.empire-item {
  position: relative;
  background: linear-gradient(160deg, #1d1d1d, #121212);
  border: 1px solid #2c2c2c;
  border-radius: 14px;
  padding: 26px 14px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: inherit;
  transition: transform 0.12s ease, border-color 0.2s ease;
}
.empire-item:hover { transform: translateY(-3px); border-color: var(--gold-deep); }
.empire-emoji { font-size: 2.2rem; }
.empire-name { font-weight: 700; font-size: 0.95rem; text-align: center; }
.empire-item.revealed { border-color: #ff5b5b; }
.empire-item .stamp {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10,10,10,0.82);
  color: #ff5b5b;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.82rem;
  text-align: center;
  padding: 10px;
  border: 2px dashed #ff5b5b;
  border-radius: 14px;
  transform: rotate(-6deg) scale(1.02);
  animation: stampin 0.18s ease-out;
}
@keyframes stampin { from { transform: rotate(-6deg) scale(1.5); opacity: 0; } to { transform: rotate(-6deg) scale(1.02); opacity: 1; } }

/* ============ CREDENTIALS ============ */
.credentials { background: var(--ink); }
.cred-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 880px;
  margin: 38px auto 0;
}
.cred-chad, .cred-setell { border-radius: 14px; padding: 26px; }
.cred-chad { background: #1a1206; border: 1px solid var(--gold-deep); }
.cred-setell { background: var(--setell-paper); color: var(--setell-ink); border: 1px solid #e4e0f2; }
.cred-head { font-weight: 800; text-transform: uppercase; letter-spacing: 1px; font-size: 0.78rem; margin-bottom: 16px; }
.cred-chad .cred-head { color: var(--gold); }
.cred-setell .cred-head { color: var(--purple); }
.cred-chad ul, .cred-setell ul { list-style: none; }
.cred-chad li, .cred-setell li { padding: 8px 0; border-bottom: 1px solid rgba(128,128,128,0.18); }
.cred-chad em { color: #ff8c8c; font-style: italic; }
.cred-foot { margin-top: 16px; color: var(--purple-deep); font-weight: 600; }

/* ============ DMs ============ */
.dms { background: var(--black); }
.dm-thread { max-width: 540px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.dm { padding: 13px 17px; border-radius: 18px; max-width: 86%; font-size: 0.98rem; }
.chad-dm { align-self: flex-start; background: #242424; border-bottom-left-radius: 5px; }
.setell-dm { align-self: flex-end; background: var(--purple); color: #fff; border-bottom-right-radius: 5px; }
.setell-dm.muted { background: transparent; color: #6f6f6f; font-style: italic; font-size: 0.82rem; padding: 2px 10px; }

/* ============ CONFESSION (emotional center) ============ */
.confession {
  background: linear-gradient(180deg, #0a0a0a 0%, #0a0a0a 50%, var(--setell-bg) 50%, var(--setell-bg) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
}
.confession-chad {
  max-width: 640px;
  text-align: center;
  padding: 72px 24px 48px;
  color: #d8d8d8;
}
.confession-chad p { font-size: 1.45rem; font-style: italic; line-height: 1.4; }
.confession-by { display: block; margin-top: 16px; color: var(--gold); font-size: 0.9rem; }
.confession-setell {
  max-width: 640px;
  text-align: center;
  padding: 48px 24px 72px;
  color: var(--setell-ink);
}
.confession-setell p { font-size: 1.12rem; }
.confession-setell p + p { margin-top: 14px; }
.confession-setell em { color: var(--purple-deep); }
.confession-setell .big { font-size: 1.5rem; font-weight: 800; color: var(--purple-deep); margin-top: 22px; }

/* ============ MASTERCLASS ============ */
.masterclass { background: var(--setell-bg); color: var(--setell-ink); }
.masterclass .chad-h2 { color: var(--setell-ink); }
.masterclass .microcopy { color: var(--setell-muted); }
.video-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(640px, 100%);
  margin: 30px auto 0;
  aspect-ratio: 16/8;
  background: linear-gradient(160deg, #1a1530, #0c0a18);
  border: none;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
}
.play-btn {
  width: 74px; height: 74px;
  border-radius: 50%;
  background: var(--purple);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  padding-left: 6px;
}
.video-runtime {
  position: absolute; bottom: 12px; right: 14px;
  background: rgba(0,0,0,0.6); color: #fff;
  padding: 2px 8px; border-radius: 5px; font-size: 0.82rem;
}

/* ============ NO-UPSELL ============ */
.noupsell { background: var(--black); text-align: center; }
.noupsell-chad {
  max-width: 640px; margin: 30px auto 0;
  font-size: 1.2rem; font-style: italic; color: #d8d8d8; line-height: 1.5;
}
.noupsell-setell { margin-top: 22px; color: var(--purple); font-weight: 700; font-size: 1.05rem; }

/* ============ FOUNDERS (real CTA) ============ */
.founders { background: var(--setell-bg); }
.founders-card {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border: 1px solid #ece9f7;
  border-radius: 20px;
  padding: 48px 36px;
  box-shadow: 0 30px 70px rgba(109,74,255,0.10);
}
.founders-kicker { color: var(--setell-muted); font-size: 0.86rem; letter-spacing: 1px; text-transform: uppercase; }
.founders-logo {
  font-family: 'Anton', sans-serif;
  font-size: 3.2rem;
  color: var(--setell-ink);
  margin: 6px 0 16px;
  letter-spacing: 0.5px;
}
.founders-body { color: #38323f; font-size: 1.08rem; max-width: 30em; margin: 0 auto 28px; }
.btn-setell {
  display: inline-block;
  background: var(--purple);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 12px;
  font-size: 1.05rem;
  transition: background 0.15s ease, transform 0.12s ease;
}
.btn-setell:hover { background: var(--purple-deep); transform: translateY(-2px); }
.founders-fine { margin-top: 18px; color: var(--setell-muted); font-size: 0.9rem; }

/* ============ FOOTER ============ */
.footer { background: var(--black); text-align: center; padding: 54px 24px; }
.footer-lockup { font-weight: 800; font-size: 1.15rem; }
.footer-lockup span { color: var(--gold); }
.footer-disclaimer { max-width: 620px; margin: 18px auto 0; color: #6b6b6b; font-size: 0.8rem; line-height: 1.6; }

/* ============ MODALS ============ */
.modal-overlay {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(0,0,0,0.78);
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  animation: fade 0.18s ease;
}
/* the [hidden] attribute must win over display:flex above, or modals show on load */
.modal-overlay[hidden] { display: none; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.modal {
  position: relative;
  background: #fff;
  color: var(--setell-ink);
  border-radius: 18px;
  padding: 38px 34px;
  max-width: 560px;
  width: 100%;
  text-align: center;
}
.modal-close {
  position: absolute; top: 14px; right: 16px;
  background: none; border: none; font-size: 1.2rem; cursor: pointer; color: #999;
}
.video-placeholder {
  background: linear-gradient(160deg, #1a1530, #0c0a18);
  color: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  margin-bottom: 18px;
}
.vp-label { color: var(--gold); font-weight: 800; letter-spacing: 1px; margin-bottom: 12px; }
.vp-script { color: #cfc8e8; font-size: 0.96rem; line-height: 1.5; }
.modal-punch { font-size: 1.05rem; color: #2a2535; margin-bottom: 22px; }
.exit-modal { max-width: 440px; }
.exit-title { font-family: 'Anton', sans-serif; font-size: 1.8rem; margin-bottom: 14px; }
.exit-body { color: #555; margin-bottom: 24px; }

/* ============ RESPONSIVE ============ */
@media (max-width: 760px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-photo { order: -1; }
  .duel, .cred-cols { grid-template-columns: 1fr; }
  .nav-links a:not(.nav-cta) { display: none; }
  section { padding: 54px 20px; }
}
