.hero-rebuilt {
  position: relative;
  display: flex;
  width: min(1380px, calc(100% - 48px));
  min-height: auto;
  padding: clamp(72px, 8vw, 116px) 24px 72px;
  flex-direction: column;
  align-items: center;
  gap: 0;
  text-align: center;
}

.hero-rebuilt::before,
.hero-rebuilt::after {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  content: '';
  filter: blur(14px);
}

.hero-rebuilt::before {
  width: 520px;
  height: 520px;
  right: -180px;
  top: -170px;
  background: radial-gradient(circle, rgba(90, 77, 245, .15), transparent 68%);
}

.hero-rebuilt::after {
  width: 460px;
  height: 460px;
  left: -170px;
  bottom: -210px;
  background: radial-gradient(circle, rgba(66, 199, 244, .17), transparent 68%);
}

.hero-rebuilt .eyebrow {
  margin-bottom: 26px;
}

.hero-rebuilt h1 {
  max-width: 1250px;
  margin: 0 auto;
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(58px, 7.6vw, 116px);
  font-weight: 800;
  line-height: .94;
  letter-spacing: -.075em;
}

.hero-rebuilt h1 em {
  display: block;
  margin-top: 16px;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.055em;
}

.hero-rebuilt .hero-lede {
  max-width: 880px;
  margin: 34px auto 28px;
  font-size: clamp(18px, 1.9vw, 25px);
  line-height: 1.55;
}

.hero-pills {
  display: flex;
  margin-bottom: 34px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.hero-pills span {
  padding: 10px 16px;
  border: 1px solid #ded9ff;
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 8px 24px rgba(35, 27, 97, .06);
  color: #2f2a68;
  font-size: 14px;
  font-weight: 800;
}

.hero-pills span::first-letter {
  color: #5a4df5;
}

.hero-main-cta {
  width: min(780px, 100%);
  min-height: 92px;
  border-radius: 999px;
  box-shadow: 0 24px 48px rgba(90, 77, 245, .30), 0 0 0 16px rgba(90, 77, 245, .06);
  font-size: clamp(20px, 2vw, 28px);
}

.hero-rebuilt .microcopy {
  margin-top: 22px;
  color: #8580a8;
  font-size: 13px;
  font-weight: 700;
}

.vsl-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 18px 0 42px;
}

.vsl-intro {
  max-width: 850px;
  margin: 0 auto 42px;
}

.vsl-intro h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.vsl-intro > p:not(.eyebrow) {
  max-width: 720px;
  margin: 22px auto 0;
  color: #5d587e;
  font-size: 18px;
  line-height: 1.65;
}

.vsl-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  padding: 12px;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(140deg, #4b37e6, #6f5fff 60%, #42c7f4);
  box-shadow: 0 34px 90px rgba(32, 23, 93, .22);
}

.vsl-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
}

.vsl-frame.photo-frame {
  aspect-ratio: auto;
}

.photo-frame .vsl-cover {
  height: auto;
}

.photo-frame .vsl-cover > img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: initial;
}

.vsl-cover {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #15123a;
}

.vsl-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.vsl-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 10, 45, .86), rgba(14, 10, 45, .28) 68%, rgba(14, 10, 45, .08));
}

.vsl-cover-copy {
  position: absolute;
  inset: 0;
  display: flex;
  max-width: 640px;
  padding: clamp(28px, 6vw, 72px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  text-align: left;
}

.vsl-kicker {
  margin-bottom: 18px;
  color: #c9c4ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.vsl-cover-copy strong {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4.4vw, 62px);
  line-height: 1.03;
  letter-spacing: -.04em;
}

.vsl-play {
  display: grid;
  width: 68px;
  height: 68px;
  margin-top: 28px;
  place-items: center;
  padding-left: 4px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
}

.vsl-cover-copy small {
  margin-top: 12px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
}

.vsl-cta {
  margin-top: 34px;
}

.founder-note {
  padding: 42px 48px 46px;
  border-radius: 0 0 28px 28px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(32, 23, 93, .14);
  color: #2f2a68;
}

.founder-note .eyebrow {
  margin-bottom: 12px;
}

.founder-note h2 {
  margin: 0 0 16px;
  color: #15123a;
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -.04em;
}

.founder-note p {
  max-width: 960px;
  margin: 0 0 13px;
  font-size: 16px;
  line-height: 1.65;
}

.founder-note a {
  color: #3b2fcc;
  font-weight: 800;
}

.founder-note .signature {
  margin-top: 20px;
  color: #4a3fe0;
  font-size: 12px;
  font-weight: 900;
}

.vsl-section .vsl-frame {
  border-radius: 28px 28px 0 0;
  box-shadow: 0 24px 70px rgba(32, 23, 93, .18);
}

footer {
  justify-content: center;
  padding: 18px 24px 26px;
  border-top: 0;
  background: transparent;
  text-align: center;
}

@media (max-width: 720px) {
  .hero-rebuilt {
    width: calc(100% - 28px);
    padding: 56px 0 60px;
  }

  .hero-rebuilt h1 {
    font-size: clamp(48px, 14.5vw, 72px);
    line-height: .96;
  }

  .hero-rebuilt .hero-lede {
    margin-top: 26px;
    font-size: 17px;
  }

  .hero-pills {
    gap: 7px;
  }

  .hero-pills span {
    padding: 8px 11px;
    font-size: 11px;
  }

  .hero-main-cta {
    min-height: 68px;
    box-shadow: 0 18px 38px rgba(90, 77, 245, .28), 0 0 0 9px rgba(90, 77, 245, .06);
    font-size: 18px;
  }

  .vsl-section {
    width: calc(100% - 24px);
    padding-bottom: 28px;
  }

  .vsl-intro {
    margin-bottom: 28px;
  }

  .vsl-intro > p:not(.eyebrow) {
    font-size: 16px;
  }

  .vsl-frame {
    padding: 7px;
    border-radius: 20px;
  }

  .vsl-cover {
    border-radius: 14px;
  }

  .vsl-cover-copy {
    max-width: 72%;
    padding: 20px;
  }

  .vsl-kicker {
    margin-bottom: 9px;
    font-size: 8px;
  }

  .vsl-cover-copy strong {
    font-size: clamp(21px, 7vw, 32px);
  }

  .vsl-play {
    width: 44px;
    height: 44px;
    margin-top: 15px;
    font-size: 12px;
  }

  .vsl-cover-copy small {
    margin-top: 7px;
    font-size: 8px;
  }

  .founder-note {
    padding: 28px 22px 30px;
    border-radius: 0 0 18px 18px;
  }

  .founder-note p {
    font-size: 14px;
  }
}

/* Compact landing-page contract: hero + VSL + founder note only. */
.hero-rebuilt {
  padding: 42px 24px 38px;
}

.hero-rebuilt .eyebrow {
  margin-bottom: 16px;
}

.hero-rebuilt h1 {
  max-width: 980px;
  font-size: clamp(52px, 6.1vw, 84px);
}

.hero-rebuilt h1 em {
  margin-top: 9px;
}

.hero-pills {
  margin: 22px 0 24px;
}

.hero-main-cta {
  width: min(650px, 100%);
  min-height: 68px;
  font-size: clamp(18px, 1.6vw, 22px);
}

.hero-rebuilt .microcopy {
  margin-top: 14px;
}

.vsl-section {
  width: min(980px, calc(100% - 48px));
  padding-top: 12px;
}

.founder-note {
  padding: 30px 38px 32px;
}

.founder-note h2 {
  font-size: clamp(32px, 3.4vw, 46px);
}

.founder-note p {
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .hero-rebuilt {
    padding: 34px 0 36px;
  }

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

  .hero-pills {
    margin: 20px 0 22px;
  }

  .vsl-section {
    width: calc(100% - 24px);
  }
}
