:root {
  --gold: #f7c75a;
  --gold-2: #b98528;
  --ink: #030817;
  --navy: #071329;
  --blue: #0d2b5c;
  --panel: rgba(5, 14, 32, 0.82);
  --panel-2: rgba(8, 24, 54, 0.74);
  --line: rgba(247, 199, 90, 0.34);
  --text: #fff8eb;
  --muted: #bdc8da;
  --pink: #ff2d85;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 28%, rgba(36, 114, 215, 0.22), transparent 30%),
    radial-gradient(circle at 82% 14%, rgba(247, 199, 90, 0.18), transparent 27%),
    radial-gradient(circle at 50% 96%, rgba(6, 35, 88, 0.6), transparent 42%),
    #020713;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.45;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 6, 19, 0.94) 0%, rgba(4, 14, 34, 0.75) 52%, rgba(2, 8, 24, 0.84) 100%),
    radial-gradient(circle at 68% 30%, rgba(32, 89, 166, 0.26), transparent 34%),
    radial-gradient(circle at 82% 70%, rgba(247, 199, 90, 0.14), transparent 27%),
    url("assets/big-daddy-vip-lounge-bg.png") center top / cover no-repeat;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 14px;
  z-index: 50;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--gold);
  color: #150a00;
  padding: 10px 14px;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px 0 0;
  background: linear-gradient(180deg, rgba(2, 7, 19, 0.9), rgba(2, 7, 19, 0));
}

.nav {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  width: min(1324px, calc(100% - 56px));
  min-height: 76px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(5, 14, 32, 0.9), rgba(3, 8, 19, 0.82));
  padding: 0 28px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.brand-crush,
.agency-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-crush img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  box-shadow: 0 0 24px rgba(255, 45, 133, 0.38), 0 0 34px rgba(40, 120, 225, 0.22);
}

.brand-crush span {
  font-size: 28px;
  font-weight: 950;
}

.agency-mark img {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--line);
  object-fit: cover;
}

.agency-mark span {
  display: grid;
  gap: 1px;
}

.agency-mark strong {
  color: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
}

.agency-mark small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 34px;
  color: #f5ecd8;
  font-size: 14px;
  font-weight: 950;
}

.nav-cta,
.btn,
.final-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  border-radius: 14px;
  font-weight: 950;
}

.nav-cta {
  min-height: 48px;
  padding: 0 24px;
  color: #160900;
  background: linear-gradient(135deg, #ffe7a0, #f3bd42 46%, #a86c1d);
  box-shadow: 0 18px 34px rgba(247, 199, 90, 0.24);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.88fr) minmax(440px, 1fr);
  gap: 44px;
  align-items: center;
  width: min(1324px, calc(100% - 56px));
  min-height: 760px;
  margin: 0 auto;
  padding: 70px 18px 28px;
}

.hero-bg {
  position: absolute;
  inset: 96px 0 44px;
  z-index: -1;
  border: 1px solid rgba(247, 199, 90, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 74% 25%, rgba(247, 199, 90, 0.15), transparent 25%),
    radial-gradient(circle at 52% 70%, rgba(32, 92, 180, 0.28), transparent 38%),
    linear-gradient(90deg, rgba(2, 8, 21, 0.86), rgba(7, 26, 58, 0.52), rgba(1, 7, 18, 0.74)),
    repeating-linear-gradient(90deg, rgba(247, 199, 90, 0.08) 0 1px, transparent 1px 130px);
  box-shadow: inset 0 0 0 1px rgba(42, 114, 210, 0.1), inset 0 -80px 120px rgba(0, 0, 0, 0.32);
}

.eyebrow {
  width: fit-content;
  margin: 0 0 28px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  background: rgba(5, 14, 32, 0.84);
  color: #ffe58b;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 650px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(56px, 6vw, 86px);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero h1 span {
  color: #ffd466;
}

.hero-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 28px 0 34px;
  color: #ecf1fb;
  font-size: 20px;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  min-width: 220px;
  border: 1px solid var(--gold);
  padding: 0 26px;
}

.btn-primary {
  color: #170900;
  background: linear-gradient(135deg, #fff0b5, #f2bd45 48%, #a96d1f);
  box-shadow: 0 22px 44px rgba(247, 199, 90, 0.25), 0 0 30px rgba(36, 114, 215, 0.14);
}

.btn-secondary {
  color: #fff3d5;
  background: rgba(5, 16, 38, 0.8);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 620px;
  margin-top: 38px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}

.hero-proof article {
  display: grid;
  gap: 6px;
}

.hero-proof strong {
  color: var(--gold);
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}

.hero-proof span {
  color: var(--muted);
}

.hero-visual {
  position: relative;
  min-height: 610px;
}

.emblem-card {
  position: absolute;
  right: 16%;
  top: 12px;
  width: min(390px, 62vw);
  aspect-ratio: 1;
  border: 8px solid rgba(201, 147, 45, 0.86);
  border-radius: 999px;
  overflow: hidden;
  background: #061022;
  box-shadow: var(--shadow), 0 0 54px rgba(28, 92, 180, 0.26);
}

.emblem-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.emblem-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(7, 21, 48, 0.25), transparent 42%, rgba(247, 199, 90, 0.1));
  pointer-events: none;
}

.phone-card {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 254px;
  border: 10px solid #071226;
  border-radius: 38px;
  background: #071226;
  box-shadow: 0 28px 55px rgba(0, 0, 0, 0.62), 0 0 38px rgba(247, 199, 90, 0.12);
}

.phone-screen {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 28px;
}

.phone-screen img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.68) saturate(0.96);
}

.phone-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4, 15, 37, 0.28), transparent 48%, rgba(4, 13, 31, 0.36));
  pointer-events: none;
}

.live-pill,
.viewer-pill,
.phone-copy,
.phone-dock {
  position: absolute;
  z-index: 2;
}

.live-pill {
  left: 18px;
  top: 28px;
  border-radius: 8px;
  background: var(--pink);
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 950;
}

.viewer-pill {
  right: 18px;
  top: 30px;
  border-radius: 999px;
  background: rgba(3, 9, 22, 0.7);
  padding: 7px 11px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.phone-copy {
  left: 18px;
  right: 18px;
  bottom: 78px;
  display: grid;
  gap: 8px;
  font-size: 13px;
}

.phone-copy strong {
  color: #ffe07b;
}

.phone-copy small {
  color: #fff;
  font-weight: 800;
}

.phone-dock {
  left: 18px;
  right: 18px;
  bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.phone-dock span {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  padding: 8px 4px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
}

.visual-note {
  position: absolute;
  left: 10%;
  bottom: 58px;
  display: grid;
  gap: 12px;
  width: min(310px, 64vw);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(6, 16, 36, 0.9), rgba(3, 9, 22, 0.86));
  padding: 24px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.visual-note strong,
.quick-row strong,
.path-card p,
.section-copy p,
.faq-section > p,
.final-cta p {
  color: #ffd466;
  font-weight: 950;
  text-transform: uppercase;
}

.visual-note span {
  color: #e7eefb;
}

.quick-row,
.voice-room,
.path-grid,
.why-section,
.faq-section,
.final-cta {
  width: min(1324px, calc(100% - 56px));
  margin: 0 auto 54px;
}

.quick-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(247, 199, 90, 0.24);
  background: linear-gradient(180deg, rgba(5, 15, 34, 0.78), rgba(2, 8, 20, 0.8));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.quick-row article {
  min-height: 110px;
  border-right: 1px solid rgba(247, 199, 90, 0.2);
  padding: 24px 26px;
}

.quick-row article:last-child {
  border-right: 0;
}

.quick-row span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
}

.voice-room,
.why-section,
.faq-section,
.final-cta {
  border: 1px solid rgba(247, 199, 90, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 18%, rgba(247, 199, 90, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(5, 15, 34, 0.9), rgba(9, 31, 68, 0.64));
  box-shadow: var(--shadow);
}

.voice-room {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
  padding: 42px;
}

.section-copy p,
.faq-section > p,
.final-cta p {
  margin: 0 0 12px;
  letter-spacing: 0.12em;
  font-size: 13px;
}

.section-copy h2,
.path-card h2,
.why-section h2,
.faq-section h2,
.final-cta h2 {
  margin: 0 0 16px;
  color: #fffaf0;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.06;
}

.section-copy span,
.path-card li,
.why-grid span,
.faq-grid span,
.final-cta span {
  color: var(--muted);
}

.room-panel {
  display: grid;
  gap: 22px;
  border: 1px solid rgba(247, 199, 90, 0.22);
  border-radius: 22px;
  background: rgba(2, 9, 22, 0.58);
  padding: 28px;
}

.room-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
}

.room-head span {
  color: var(--gold);
  font-weight: 900;
}

.avatar-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.avatar-grid span {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(135deg, #14345f, #061022 48%, #1e1507);
  color: var(--gold);
  font-weight: 950;
}

.wave-bars {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 10px;
  min-height: 90px;
}

.wave-bars i {
  display: block;
  height: 34px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--gold), #2c70c9 52%, var(--pink));
}

.wave-bars i:nth-child(2) { height: 56px; }
.wave-bars i:nth-child(3) { height: 78px; }
.wave-bars i:nth-child(4) { height: 48px; }
.wave-bars i:nth-child(5) { height: 66px; }
.wave-bars i:nth-child(6) { height: 42px; }

.room-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.room-tags span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 9px 12px;
  color: #fff5dc;
  font-size: 13px;
  font-weight: 900;
}

.path-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.path-card {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(247, 199, 90, 0.24);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(5, 15, 34, 0.82), rgba(2, 8, 20, 0.82));
  padding: 34px;
}

.path-card.primary-path {
  background:
    radial-gradient(circle at 90% 10%, rgba(247, 199, 90, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(10, 36, 78, 0.94), rgba(5, 14, 32, 0.82));
}

.path-card p {
  margin: 0;
  letter-spacing: 0.14em;
}

.path-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.path-card .btn {
  width: fit-content;
}

.why-section,
.faq-section,
.final-cta {
  padding: 42px;
}

.why-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

.why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-grid article,
.faq-grid details {
  border: 1px solid rgba(247, 199, 90, 0.2);
  border-radius: 16px;
  background: rgba(3, 10, 24, 0.54);
  padding: 22px;
}

.why-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #ffd466;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-grid summary {
  cursor: pointer;
  color: #fffaf0;
  font-weight: 950;
}

.faq-grid span {
  display: block;
  margin-top: 12px;
}

.final-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  background:
    linear-gradient(135deg, rgba(4, 12, 29, 0.94), rgba(12, 39, 80, 0.72)),
    radial-gradient(circle at 76% 40%, rgba(247, 199, 90, 0.18), transparent 35%);
}

.final-actions a {
  min-width: 180px;
  border: 1px solid var(--gold);
  padding: 0 24px;
}

.final-actions a:first-child {
  color: #170900;
  background: linear-gradient(135deg, #fff0b5, #f2bd45 48%, #a96d1f);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(1324px, calc(100% - 56px));
  margin: 0 auto;
  padding: 18px 0 34px;
  color: var(--muted);
  font-size: 13px;
}

footer strong {
  color: var(--gold);
}

@media (max-width: 1120px) {
  .nav {
    grid-template-columns: auto 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual {
    min-height: 560px;
  }

  .emblem-card {
    left: 4%;
    right: auto;
  }

  .quick-row,
  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voice-room {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 740px) {
  .site-header {
    padding-top: 10px;
  }

  .nav {
    width: calc(100% - 20px);
    grid-template-columns: auto 1fr;
    min-height: 62px;
    border-radius: 16px;
    padding: 0 12px;
  }

  .brand-crush img {
    width: 38px;
    height: 38px;
  }

  .brand-crush span {
    font-size: 0;
  }

  .brand-crush span::after {
    content: "Crush Live";
    font-size: 16px;
  }

  .agency-mark {
    justify-self: end;
  }

  .agency-mark img {
    width: 30px;
    height: 30px;
  }

  .agency-mark strong {
    font-size: 12px;
  }

  .agency-mark small,
  .nav-cta {
    display: none;
  }

  .hero,
  .quick-row,
  .voice-room,
  .path-grid,
  .why-section,
  .faq-section,
  .final-cta,
  footer {
    width: calc(100% - 20px);
  }

  .hero {
    gap: 22px;
    padding: 38px 0 20px;
  }

  .hero-bg {
    inset: 74px -10px 10px;
    border-radius: 18px;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .hero h1 {
    font-size: clamp(42px, 15vw, 58px);
  }

  .hero-copy p:not(.eyebrow) {
    margin: 22px 0 24px;
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
    min-height: 56px;
  }

  .hero-proof {
    display: none;
  }

  .hero-visual {
    min-height: 360px;
  }

  .emblem-card {
    left: 50%;
    top: 0;
    width: min(300px, 84vw);
    transform: translateX(-50%);
    border-width: 6px;
  }

  .phone-card {
    right: 0;
    bottom: 0;
    width: 174px;
    border-width: 7px;
    border-radius: 30px;
  }

  .phone-screen {
    min-height: 300px;
    border-radius: 22px;
  }

  .live-pill,
  .viewer-pill {
    top: 18px;
    font-size: 10px;
    padding: 6px 8px;
  }

  .phone-copy {
    left: 12px;
    right: 12px;
    bottom: 58px;
    font-size: 11px;
  }

  .phone-dock {
    left: 12px;
    right: 12px;
    bottom: 14px;
    gap: 5px;
  }

  .phone-dock span {
    padding: 6px 2px;
    font-size: 9px;
  }

  .visual-note {
    left: 0;
    bottom: 18px;
    width: min(260px, 70vw);
    padding: 16px;
  }

  .quick-row,
  .path-grid,
  .why-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .quick-row article {
    border-right: 0;
    border-bottom: 1px solid rgba(240, 189, 72, 0.2);
  }

  .quick-row article:last-child {
    border-bottom: 0;
  }

  .voice-room,
  .why-section,
  .faq-section,
  .final-cta {
    padding: 24px;
  }

  .avatar-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .final-cta {
    display: grid;
  }

  .final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  footer {
    display: grid;
  }
}
