:root {
  --black: #050506;
  --panel: #17171b;
  --white: #fff;
  --ivory: #f7f3ea;
  --gold: #f5b927;
  --gold-light: #ffd66a;
  --purple: #8b5cf6;
  --muted: #b8b8c2;
}
* {
  box-sizing: border-box;
}
.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
[hidden] {
  display: none !important;
}
.success-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: radial-gradient(circle at 50% 15%, #35125d, #050506 55%);
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, Manrope, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  border-bottom: 1px solid #ffffff20;
  background: #050506d8;
  backdrop-filter: blur(14px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.brand em {
  color: var(--gold);
  font-style: normal;
}
.brand-camera {
  display: grid;
  place-items: center;
  width: 42px;
  height: 32px;
  border: 2px solid var(--purple);
  border-radius: 7px;
  color: var(--gold);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  box-shadow: 0 0 22px #8b5cf646;
}
.header-link {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.header-link span {
  color: var(--gold);
  margin-left: 7px;
}
.top-banner {
  position: relative;
  padding-top: 74px;
  background: #050506;
}
.top-banner .banner-art {
  display: block;
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  object-position: center;
}
.banner-portrait {
  position: absolute;
  z-index: 2;
  top: 145px;
  left: clamp(14px, 2.2vw, 34px);
  width: clamp(68px, 7vw, 112px);
  height: auto;
  border: 2px solid #f5b927;
  border-radius: 7px;
  box-shadow: 0 12px 30px #000b, 0 0 22px #f5b92738;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 90px max(24px, calc((100vw - 1240px) / 2)) 84px;
  background:
    radial-gradient(circle at 75% 10%, #35125d 0, transparent 26%),
    linear-gradient(145deg, #050506 0 50%, #10091b 100%);
}
.spotlight {
  position: absolute;
  width: 520px;
  height: 820px;
  top: -340px;
  background: linear-gradient(180deg, #f5b92755, transparent 70%);
  filter: blur(28px);
  transform: rotate(24deg);
  opacity: 0.3;
  pointer-events: none;
}
.spotlight-one {
  left: 5%;
}
.spotlight-two {
  right: 15%;
  transform: rotate(-20deg);
  opacity: 0.16;
}
.hero-intro {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 890px;
  margin: 0 auto 48px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow.purple {
  color: var(--purple);
}
h1,
h2,
h3 {
  margin: 0;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  line-height: 0.98;
}
h1 {
  font-size: clamp(4rem, 7vw, 7.2rem);
}
h1 em {
  color: var(--gold);
  font-style: normal;
  text-shadow: 0 0 38px #f5b9272f;
}
.subhead {
  display: grid;
  gap: 6px;
  max-width: 720px;
  margin: 24px auto 0;
  padding: 18px 26px;
  border: 1px solid #f5b92780;
  border-radius: 12px;
  background: linear-gradient(135deg, #0a0a0de8, #241037e8);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
  box-shadow: 0 16px 35px #0007, inset 0 1px 0 #ffffff12;
}
.subhead strong {
  color: var(--gold-light);
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  font-weight: 900;
  letter-spacing: 0.02em;
}
.subhead span {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2.2vw, 1.6rem);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.credibility-strip {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 34px auto 0;
  padding: 26px 10px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background: #ffffff0a;
}
.credibility-strip p {
  margin: 0;
  color: #f3f0e9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.08rem;
  line-height: 1.65;
}
.credibility-strip strong {
  color: var(--gold-light);
}
.credibility-strip .credibility-heading {
  color: var(--gold-light);
  font-size: 1.32rem;
  font-weight: 900;
  line-height: 1.4;
}
.credibility-strip .trust-callout {
  width: 100%;
  margin: 8px 0 0;
  padding: 18px 24px;
  border: 1px solid #f5b927a8;
  border-radius: 9px;
  background: linear-gradient(135deg, #f5b92720, #8b5cf622);
  color: #fff;
  font-size: clamp(1.05rem, 1.65vw, 1.22rem);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 #ffffff16;
}
.webinar-wrap {
  position: relative;
  z-index: 3;
  width: min(100%, 900px);
  margin: auto;
  border: 1px solid #8b5cf6aa;
  border-radius: 18px;
  overflow: hidden;
  background: #09090b;
  box-shadow:
    0 35px 80px #000a,
    0 0 45px #8b5cf632;
}
.live-pill {
  position: absolute;
  z-index: 5;
  top: 13px;
  left: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #09090bd9;
  color: white;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}
.live-pill i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 6px;
  background: #ff4d5e;
  box-shadow: 0 0 10px #ff4d5e;
  animation: pulse 1.6s infinite;
}
.webinar-grid {
  position: relative;
  aspect-ratio: 3 / 2;
  background: #111;
  overflow: hidden;
}
.webinar-people {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coach-tile {
  position: absolute;
  left: 33.333%;
  top: 33.333%;
  width: 33.333%;
  height: 33.333%;
  border: 3px solid var(--gold);
  overflow: hidden;
  background: #222;
  box-shadow: 0 0 25px #f5b92770;
}
.coach-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}
.coach-tile span {
  position: absolute;
  right: 7px;
  bottom: 6px;
  padding: 3px 7px;
  border-radius: 4px;
  background: #050506cf;
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
}
.webinar-bar {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
  color: #cfcbd4;
  font-size: 0.72rem;
}
.webinar-bar strong {
  color: white;
  letter-spacing: 0.04em;
}
.invitation {
  position: relative;
  z-index: 3;
  width: min(100%, 900px);
  margin: 58px auto 0;
  padding: 54px clamp(28px, 7vw, 76px);
  border-radius: 20px;
  background: var(--ivory);
  color: #28262c;
  box-shadow: 0 28px 75px #0007;
  text-align: center;
}
.invitation h2 {
  margin-inline: auto;
  font-size: clamp(2.6rem, 5.2vw, 4.7rem);
  line-height: 1.05;
  max-width: 760px;
}
.invitation p {
  max-width: 760px;
  margin-inline: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.72;
}
.invitation .lead {
  font-size: 1.18rem;
  color: #59545f;
}
.gold-callout {
  display: block;
  margin: 22px auto 30px !important;
  padding: 20px 28px;
  border-top: 3px solid #dca51c;
  border-bottom: 3px solid #dca51c;
  border-radius: 2px;
  background: linear-gradient(90deg, #120c1a, #241033, #120c1a);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 1.38rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.015em;
  box-shadow: 0 14px 32px #1607203d;
}
.lesson-copy {
  display: grid;
  gap: 18px;
  padding: 32px 0;
  border-top: 2px solid #e3dac9;
  border-bottom: 2px solid #e3dac9;
}
.lesson-copy p {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 500;
}
.community-callout {
  margin: 36px 0 24px;
  padding: 25px;
  border: 1px solid var(--purple);
  border-radius: 14px;
  background: linear-gradient(135deg, #160c28, #050506);
  color: white;
  text-align: center;
  box-shadow: 0 0 28px #8b5cf62e;
}
.community-callout p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.community-callout h3 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
}
.closing-line {
  margin-top: 28px !important;
  padding: 20px 24px;
  border: 2px solid #8b5cf6;
  border-radius: 11px;
  background: linear-gradient(135deg, #1a0d2c, #070609);
  color: #fff;
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  box-shadow: 0 14px 30px #1f0b3770;
}
.signup-zone {
  position: relative;
  z-index: 5;
  width: min(100%, 900px);
  margin: 58px auto 0;
  padding: 84px 24px;
  background:
    linear-gradient(90deg, #050506dc, #16092de3),
    url("/actors-banner-v2.png") center / cover no-repeat;
  border: 1px solid #8b5cf65c;
  border-radius: 20px;
  box-shadow: 0 28px 70px #0008;
}
.signup-card {
  position: relative;
  z-index: 6;
  width: min(100%, 640px);
  margin: 0 auto;
  padding: 34px;
  border: 1px solid #f5b927a6;
  outline: 1px solid #8b5cf654;
  outline-offset: 6px;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, var(--ivory));
  color: #202026;
  box-shadow: 0 28px 80px #0008;
  text-align: center;
}
.signup-card h2 {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
}
.signup-card > p:not(.eyebrow),
.success-state > p:not(.eyebrow) {
  margin: 12px auto 22px;
  max-width: 500px;
  color: #605d65;
  line-height: 1.55;
}
form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  text-align: left;
}
label {
  display: grid;
  gap: 7px;
}
label span {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
input {
  width: 100%;
  min-height: 54px;
  border: 1px solid #d6d0c2;
  border-radius: 8px;
  background: white;
  padding: 0 15px;
  color: #202026;
  font-size: 1rem;
  outline: none;
}
input:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px #8b5cf624;
}
.primary-button {
  grid-column: 1/-1;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #17120a;
  cursor: pointer;
  font:
    900 0.88rem Inter,
    Arial,
    sans-serif;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px #f5b9273b;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.primary-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 38px #f5b92755;
}
.primary-button:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}
form small {
  grid-column: 1/-1;
  color: #77717e;
  text-align: center;
}
.form-error {
  grid-column: 1/-1;
  margin: 0;
  color: #b4232f;
  font-size: 0.84rem;
  font-weight: 700;
  text-align: center;
}
.success-state {
  display: grid;
  justify-items: center;
}
.success-mark {
  display: grid;
  place-items: center;
  width: 56px;
  aspect-ratio: 1;
  margin-bottom: 15px;
  border-radius: 50%;
  background: var(--purple);
  color: white;
  font-size: 1.8rem;
  box-shadow: 0 0 28px #8b5cf66a;
}
.success-state .primary-button {
  width: 100%;
}
@keyframes pulse {
  50% {
    opacity: 0.4;
    transform: scale(0.8);
  }
}
@media (max-width: 760px) {
  .invitation {
    padding: 40px 24px;
  }
  .invitation p {
    font-size: 1.08rem;
  }
  .lesson-copy p {
    font-size: 1.12rem;
  }
  .top-banner .banner-art {
    min-height: 240px;
  }
  .webinar-wrap {
    border-radius: 12px;
  }
  .webinar-bar strong {
    font-size: 0.6rem;
  }
}
@media (max-width: 600px) {
  .site-header {
    height: 66px;
  }
  .header-link {
    display: none;
  }
  .top-banner {
    padding-top: 66px;
  }
  .top-banner .banner-art {
    min-height: 210px;
    object-fit: cover;
  }
  .banner-portrait {
    top: 112px;
    left: 10px;
    width: 58px;
    border-width: 1px;
  }
  .hero {
    padding: 62px 16px 50px;
  }
  h1 {
    font-size: clamp(3.4rem, 17vw, 5rem);
  }
  .subhead {
    padding: 15px 16px;
  }
  .signup-card {
    padding: 28px 20px;
    outline-offset: 4px;
  }
  form {
    grid-template-columns: 1fr;
  }
  .primary-button,
  form small,
  .form-error {
    grid-column: 1;
  }
}
