:root {
  --ink: #15123a;
  --muted: #4a4775;
  --violet: #3b2fcc;
  --violet2: #5a4df5;
  --soft: #eae8ff;
  --pale: #f4f2ff;
  --line: #e8e6ff;
  --cream: #fbfaff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family:
    "DM Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a {
  color: var(--violet);
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid #277ddc;
  outline-offset: 5px;
}
.wrap {
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}
.masthead {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.masthead img {
  object-fit: contain;
}
.masthead > span {
  font-size: 10px;
  letter-spacing: 1.8px;
  color: var(--muted);
  text-align: right;
}
.masthead small,
.masthead-guests {
  display: block;
  font: inherit;
}
.masthead b {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 3px;
}
.masthead-guests {
  color: var(--violet);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.3px;
  margin-top: 4px;
}
.hero {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
  padding: 10px 0 54px;
  min-height: 650px;
}
.campaign {
  margin: 0;
  display: grid;
  place-items: center;
  border-radius: 28px;
  overflow: hidden;
  background: #f7f7fa;
  border: 1px solid rgba(59, 47, 204, 0.08);
  box-shadow: 0 20px 65px #15123a09;
}
.campaign img {
  width: 100%;
  height: min(640px, calc(100svh - 148px));
  min-height: 520px;
  object-fit: contain;
}
.conversion {
  max-width: 530px;
}
.eyebrow {
  margin: 0 0 14px;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 2px;
  color: var(--violet);
}
.spark {
  font-size: 16px;
  margin-right: 8px;
}
.hero .eyebrow {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.6px;
}
.hero .eyebrow .spark {
  color: var(--violet);
}
.event-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin: 0 0 8px;
}
h1 {
  font-size: clamp(46px, 4.7vw, 66px);
  line-height: 0.98;
  letter-spacing: -3px;
  margin: 0 0 16px;
  font-weight: 750;
}
h1 em,
h2 em {
  font-style: normal;
  color: var(--violet);
}
.hero-intro {
  font-size: 17px;
  line-height: 1.5;
  color: var(--muted);
  margin: 0 0 14px;
}
.hero-intro strong {
  font-weight: 600;
  color: var(--ink);
}
.presenters {
  display: grid;
  gap: 2px;
  margin: -2px 0 16px;
  padding: 11px 14px;
  border-left: 3px solid var(--violet);
  background: var(--pale);
}
.presenters span {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.6px;
}
.presenters strong {
  color: var(--ink);
  font-size: 15px;
}
.presenters b {
  color: var(--violet);
  font-size: 12px;
  letter-spacing: 0.3px;
}
.benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}
.benefits li {
  position: relative;
  padding-left: 25px;
  margin: 7px 0;
  font-size: 14px;
}
.benefits li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--violet);
  font-weight: 750;
}
.logistics {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.2px;
  margin: 17px 0;
}
.logistics i {
  width: 3px;
  height: 3px;
  background: var(--violet);
  border-radius: 50%;
}
.offer {
  border: 1px solid #d8d3ff;
  border-radius: 18px;
  padding: 15px 19px;
  background: linear-gradient(120deg, #fff, var(--pale));
  margin-bottom: 13px;
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.offer .cta {
  margin-top: 11px;
}
.tiny {
  font-size: 9px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: var(--muted);
}
.price {
  display: flex;
  align-items: center;
  gap: 11px;
  line-height: 1.1;
  margin-top: 5px;
}
.price del,
.final-price del {
  font-size: 21px;
  color: #6d6892;
  text-decoration-thickness: 1.5px;
}
.price strong {
  font-size: 40px;
  font-weight: 750;
  letter-spacing: -1.7px;
}
.free-pill {
  font-size: 9px;
  letter-spacing: 0.6px;
  font-weight: 800;
  background: var(--soft);
  color: var(--violet);
  padding: 7px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  text-align: center;
}
.timer-wrap {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 12px;
  padding-top: 11px;
}
.timer-wrap p {
  margin: 0;
  max-width: 130px;
  font-size: 11px;
  color: var(--muted);
}
.timer-wrap p > span {
  font-size: 16px;
}
.timer-label {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.35;
}
.timer-label > span:first-child {
  display: inline-grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(59, 47, 204, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  color: var(--violet);
  font-size: 13px;
}
.timer-label > span:last-child {
  font-size: inherit;
}
.countdown {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-variant-numeric: tabular-nums;
}
.countdown > span {
  display: flex;
  flex-direction: column;
  text-align: center;
  min-width: 25px;
}
.countdown b {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 650;
}
.countdown small {
  font-size: 7px;
  letter-spacing: 1px;
  color: var(--muted);
  margin-top: 5px;
}
.countdown i {
  font-size: 15px;
  color: #8b87b8;
  font-style: normal;
}
.cta {
  border: 0;
  border-radius: 100px;
  width: 100%;
  min-height: 52px;
  padding: 13px 22px;
  background: linear-gradient(110deg, var(--violet), var(--violet2));
  box-shadow: 0 8px 20px #3b2fcc22;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px #3b2fcc35;
}
.cta:active {
  transform: translateY(1px);
}
.cta:disabled {
  opacity: 0.6;
  cursor: wait;
}
.cta span {
  font-size: 20px;
}
.micro {
  text-align: center;
  font-size: 10px;
  color: var(--muted);
  margin: 9px 0 0;
}
.section {
  padding-block: 84px;
}
h2 {
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: 1.12;
  letter-spacing: -1.8px;
  margin: 0 0 24px;
  font-weight: 700;
}
h3 {
  font-size: 23px;
  letter-spacing: -0.8px;
  margin: 22px 0 12px;
}
.journey {
  border-top: 1px solid var(--line);
}
.days {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin-top: 40px;
}
.days article + article {
  border-left: 1px solid var(--line);
  padding-left: 36px;
}
.day-top {
  display: flex;
  align-items: center;
  gap: 15px;
}
.day-top span {
  font-size: 46px;
  line-height: 1;
  color: #c8c1f3;
  letter-spacing: -2px;
}
.day-top b {
  font-size: 10px;
  color: var(--violet);
  letter-spacing: 1.4px;
}
.days p {
  font-size: 14px;
  color: var(--muted);
  min-height: 63px;
}
.shift {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 25px;
}
.shift s {
  display: block;
  text-decoration: none;
  color: #756f94;
  font-size: 12px;
  margin-bottom: 9px;
}
.shift strong {
  font-size: 15px;
  color: var(--violet);
  display: block;
}
.outcome {
  background: var(--pale);
  text-align: center;
}
.outcome p:not(.eyebrow) {
  max-width: 660px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
}
.path {
  display: flex;
  justify-content: center;
  gap: 32px;
  list-style: none;
  padding: 30px 0 0;
  font-size: 14px;
  font-weight: 650;
}
.path li:not(:last-child):after {
  content: "→";
  margin-left: 32px;
  color: #a399e2;
}
.path li:last-child {
  color: var(--violet);
}
.hosts {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 80px;
  align-items: center;
}
.hosts > img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 24px;
}
.hosts p:not(.eyebrow) {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
}
.hosts .guest-callout {
  color: var(--ink);
  font-weight: 700;
  border-left: 3px solid var(--violet);
  padding-left: 14px;
}
.credentials {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 1px;
  line-height: 2.4;
  color: var(--violet);
  border-top: 1px solid var(--line);
  padding-top: 19px;
  margin-top: 24px;
}
.credentials span {
  margin: 0 5px;
}
.for-you {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.for-you .benefits li {
  margin: 0 0 18px;
  font-size: 15px;
  padding-left: 28px;
}
.for-you p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
}
.final {
  background: linear-gradient(135deg, #f3f0ff, #fff);
  text-align: center;
  border-top: 1px solid var(--line);
}
.final .wrap {
  max-width: 740px;
}
.final h2 {
  font-size: clamp(40px, 5vw, 64px);
}
.final p {
  color: var(--muted);
}
.final-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 25px 0;
}
.final-price strong {
  font-size: 52px;
  letter-spacing: -2px;
}
.final-price > span {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--violet);
  max-width: 120px;
  text-align: left;
  font-weight: 700;
}
.final .cta {
  max-width: 360px;
  margin: 22px auto 0;
}
.final-timer {
  border: 0;
  justify-content: center;
  padding: 0;
}
.final-timer .countdown {
  gap: 15px;
}
.final-timer b {
  font-size: 27px;
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-block: 18px;
}
footer p,
footer a {
  font-size: 10px;
  color: var(--muted);
}
footer a {
  margin-left: 15px;
}
.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
  background: #fbfaffef;
  border-top: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.sticky .cta {
  max-width: 400px;
  margin: auto;
}
.skip {
  position: fixed;
  top: -100px;
  padding: 14px;
  background: #fff;
  z-index: 100;
}
.skip:focus {
  top: 0;
}
dialog {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 36px;
  width: min(440px, calc(100% - 28px));
  max-height: 90svh;
  color: var(--ink);
  box-shadow: 0 25px 100px #15123a33;
}
dialog::backdrop {
  background: #15123a80;
  backdrop-filter: blur(6px);
}
dialog h2 {
  font-size: 34px;
  margin-bottom: 12px;
}
dialog > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
}
.close {
  position: absolute;
  right: 12px;
  top: 10px;
  border: 0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: none;
  color: var(--muted);
  font-size: 25px;
}
form label {
  display: block;
  font-size: 12px;
  font-weight: 650;
  margin: 16px 0 6px;
}
form input:not([type="hidden"]) {
  width: 100%;
  height: 48px;
  border: 1px solid #cac4e8;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
}
.consent {
  font-size: 10px;
  color: var(--muted);
  line-height: 1.6;
  margin: 16px 0;
}
.form-status {
  font-size: 13px;
  margin-bottom: 0;
}
.form-status.error {
  color: #a32849;
}
.registration-success {
  text-align: center;
}
.registration-success:focus {
  outline: none;
}
.success-mark {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 2px auto 22px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), #7d6cff);
  box-shadow: 0 14px 30px rgba(59, 47, 204, 0.25);
  font-size: 28px;
  font-weight: 900;
}
.registration-success h2 {
  max-width: 360px;
  margin: 10px auto 14px;
  font-size: clamp(30px, 7vw, 38px);
  line-height: 1.04;
  letter-spacing: -1.2px;
}
.registration-success > p:not(.eyebrow) {
  max-width: 350px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.registration-success .registration-success-cta {
  display: flex;
  width: 100%;
  margin-top: 26px;
  text-decoration: none;
}
.registration-success .success-note {
  margin-top: 14px;
  font-size: 11px;
}
.expired-art {
  padding: 50px 25px;
  text-align: center;
}
.expired-art span {
  font-size: 10px;
  letter-spacing: 2px;
}
.expired-art h2 {
  font-size: 60px;
  margin: 40px 0;
}
.expired-art p {
  color: var(--muted);
}
@media (min-width: 1000px) and (max-height: 820px) {
  .masthead {
    height: 70px;
  }
  .hero {
    min-height: 0;
    padding-bottom: 40px;
    gap: 55px;
  }
  .campaign img {
    height: 590px;
    min-height: 0;
  }
  h1 {
    font-size: 50px;
    margin-bottom: 8px;
  }
  .eyebrow {
    margin-bottom: 5px;
  }
  .event-label {
    margin-bottom: 4px;
  }
  .hero-intro {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .presenters {
    gap: 1px;
    margin-bottom: 8px;
    padding: 7px 10px;
  }
  .presenters strong {
    font-size: 13px;
  }
  .presenters b {
    font-size: 11px;
  }
  .logistics {
    margin: 8px 0;
  }
  .benefits li {
    font-size: 12px;
    margin: 3px 0;
  }
  .offer {
    margin-bottom: 8px;
    padding: 9px 14px;
  }
  .hero .timer-wrap {
    padding-top: 6px;
    margin-top: 6px;
  }
  .hero .cta {
    min-height: 48px;
  }
}
@media (max-width: 999px) and (min-width: 701px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .hero {
    gap: 26px;
    grid-template-columns: 0.82fr 1fr;
  }
  .campaign img {
    min-height: 0;
    height: 570px;
  }
  h1 {
    font-size: 49px;
  }
  .offer {
    padding: 12px;
  }
  .timer-wrap {
    gap: 10px;
  }
  .free-pill {
    max-width: 120px;
  }
  .hosts,
  .for-you {
    gap: 35px;
  }
  .days {
    gap: 20px;
  }
  .days article + article {
    padding-left: 20px;
  }
  .path {
    gap: 15px;
  }
  .path li:not(:last-child):after {
    margin-left: 15px;
  }
}
@media (max-width: 700px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .masthead {
    height: 66px;
  }
  .masthead img {
    width: 132px;
    height: 57px;
  }
  .masthead > span {
    font-size: 7px;
    letter-spacing: 1.2px;
  }
  .masthead b {
    font-size: 9px;
  }
  .masthead-guests {
    font-size: 7px;
    letter-spacing: 0.8px;
  }
  .hero {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-top: 14px;
    padding-bottom: 40px;
    min-height: 0;
  }
  .conversion {
    order: 0;
    width: 100%;
    max-width: 450px;
  }
  .campaign {
    order: 1;
    width: 100%;
    max-width: 450px;
  }
  .campaign img {
    height: auto;
    width: 100%;
    min-height: 0;
    max-height: 620px;
  }
  .eyebrow {
    font-size: 9px;
    margin-bottom: 10px;
  }
  .hero .eyebrow {
    font-size: 10px;
    letter-spacing: 1.8px;
  }
  .event-label {
    font-size: 10px;
    letter-spacing: 1px;
  }
  h1 {
    font-size: 50px;
    letter-spacing: -2.5px;
    margin: 10px 0 12px;
  }
  h1 br {
    display: none;
  }
  .hero-intro {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .benefits li {
    font-size: 12px;
    margin: 5px 0;
  }
  .logistics {
    font-size: 10px;
    margin: 14px 0;
  }
  .offer {
    padding: 12px 16px;
    margin-bottom: 12px;
  }
  .price strong {
    font-size: 35px;
  }
  .free-pill {
    font-size: 8px;
    max-width: 140px;
  }
  .timer-wrap {
    margin-top: 10px;
    padding-top: 10px;
  }
  .micro {
    font-size: 9px;
  }
  .cta {
    min-height: 50px;
  }
  .section {
    padding-block: 54px;
  }
  h2 {
    font-size: 33px;
    letter-spacing: -1.3px;
  }
  .days {
    display: block;
    margin-top: 30px;
  }
  .days article {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
  .days article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 28px 0 0;
  }
  .days article:last-child {
    margin: 0;
    padding-bottom: 0;
  }
  .days p {
    min-height: 0;
  }
  .shift {
    margin-top: 16px;
    padding-top: 16px;
  }
  .path {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 0;
  }
  .path li:not(:last-child):after {
    content: "↓";
    display: block;
    margin: 12px 0 0;
  }
  .hosts,
  .for-you {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .hosts > img {
    height: auto;
    aspect-ratio: 1/1;
    max-width: 430px;
  }
  .for-you .benefits li {
    font-size: 14px;
  }
  .final .wrap {
    width: calc(100% - 40px);
  }
  .final h2 {
    font-size: 40px;
  }
  .final p {
    font-size: 14px;
  }
  .final-price strong {
    font-size: 44px;
  }
  footer {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-bottom: 30px;
    gap: 8px;
  }
  footer p {
    width: 100%;
    margin: 0;
  }
  .sticky[hidden] {
    display: none;
  }
  dialog {
    padding: 32px 24px;
  }
  body:has(dialog[open]) {
    overflow: hidden;
  }
}
.journey #journey-title {
  max-width: 920px;
  font-size: clamp(32px, 3.5vw, 49px);
  letter-spacing: -1.9px;
}
.journey-intro {
  color: var(--muted);
  font-size: 16px;
  margin: 0;
}
.journey .days {
  gap: 18px;
  margin-top: 34px;
  align-items: stretch;
}
.journey .days article,
.journey .days article + article {
  display: flex;
  flex-direction: column;
  padding: 28px 24px 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 28px #15123a05;
  overflow: hidden;
  margin: 0;
}
.journey .day-top {
  justify-content: space-between;
  gap: 8px;
}
.journey .day-top span {
  font-size: 38px;
  font-weight: 600;
}
.journey .day-top b {
  font-size: 9px;
  letter-spacing: 1px;
}
.journey .days h3 {
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.13;
  letter-spacing: -1.25px;
  margin: 25px 0 15px;
}
.journey .days h3 em {
  font-style: normal;
  color: var(--violet);
}
.journey .days article > p {
  font-size: 14px;
  line-height: 1.65;
  min-height: 0;
  margin: 0 0 26px;
}
.journey .shift {
  border-top: 1px solid #ded8fc;
  background: var(--pale);
  margin: auto -24px 0;
  padding: 22px 24px 24px;
  min-height: 178px;
}
.journey .takeaway-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 1.1px;
  font-weight: 750;
  color: var(--violet);
  margin-bottom: 13px;
}
.journey .takeaway-label span {
  font-size: 18px;
  line-height: 1;
}
.journey .shift strong {
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -0.35px;
  color: var(--ink);
}
.journey .shift p {
  font-size: 12px;
  line-height: 1.6;
  min-height: 0;
  margin: 10px 0 0;
  color: var(--muted);
}
@media (max-width: 700px) {
  .journey #journey-title {
    font-size: 34px;
    letter-spacing: -1.4px;
  }
  .journey-intro {
    font-size: 14px;
  }
  .journey .days {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .journey .days h3 {
    font-size: 32px;
  }
  .journey .days h3 br {
    display: none;
  }
  .journey .days h3 em:before {
    content: " ";
  }
  .journey .shift {
    min-height: 0;
  }
  .journey .day-top {
    justify-content: flex-start;
    gap: 16px;
  }
}
.outcome {
  background: linear-gradient(135deg, #f4f2ff, #eae6ff);
  border-block: 1px solid #e2dcff;
}
.outcome h2 {
  font-size: clamp(34px, 4vw, 54px);
  letter-spacing: -1.8px;
  margin-bottom: 22px;
}
.outcome .outcome-copy {
  font-size: 18px;
  max-width: 580px;
  margin-bottom: 15px;
}
.outcome .outcome-invitation {
  font-size: 15px;
  max-width: 570px;
  line-height: 1.7;
}
.outcome .cta {
  max-width: 370px;
  min-height: 58px;
  margin: 28px auto 17px;
  font-size: 17px;
  box-shadow: 0 12px 28px #3b2fcc2b;
}
.outcome .outcome-details {
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.3px;
}
.outcome-details span {
  margin: 0 9px;
  color: var(--violet);
}
.outcome .micro {
  font-size: 10px;
  margin-top: 8px;
}
@media (max-width: 700px) {
  .outcome .outcome-copy {
    font-size: 16px;
  }
  .outcome .outcome-invitation {
    font-size: 14px;
  }
  .outcome .cta {
    font-size: 16px;
  }
}
.guests {
  color: #fff;
  background:
    radial-gradient(circle at 14% 0%, rgba(116, 93, 255, 0.34), transparent 38%),
    linear-gradient(145deg, #11103a, #1c1854 62%, #29216f);
  text-align: center;
}
.guests .eyebrow {
  color: #bcb0ff;
}
.guests h2 {
  margin-bottom: 16px;
  font-size: clamp(36px, 4.3vw, 58px);
}
.guests h2 em {
  color: #b9adff;
}
.guests-intro {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.65;
}
.guest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}
.guest-grid article {
  min-width: 0;
  padding: 10px 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 42px rgba(4, 3, 24, 0.18);
}
.guest-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  border-radius: 15px;
}
.guest-grid span {
  display: block;
  margin-top: 17px;
  color: #bcb0ff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.6px;
}
.guest-grid h3 {
  margin: 7px 0 0;
  color: #fff;
  font-size: 17px;
  letter-spacing: -0.3px;
}
@media (max-width: 700px) {
  .guest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
  }
  .guest-grid article {
    padding: 7px 7px 16px;
    border-radius: 17px;
  }
  .guest-grid img {
    border-radius: 12px;
  }
  .guest-grid h3 {
    font-size: 14px;
  }
}
.proof {
  border-top: 1px solid var(--line);
}
.proof h2 {
  font-size: clamp(34px, 4vw, 52px);
  max-width: 800px;
}
.proof-intro {
  max-width: 630px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.proof-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 40px 0 32px;
}
.proof-stats > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.proof-stats > div + div {
  border-left: 1px solid var(--line);
  padding-left: 32px;
}
.proof-stats dt {
  order: 1;
  font-size: 13px;
  font-weight: 750;
  margin: 13px 0 0;
}
.proof-stats dd {
  order: 0;
  margin: 0;
  color: var(--violet);
  font-size: clamp(56px, 6.8vw, 84px);
  font-weight: 750;
  letter-spacing: -4px;
  line-height: 1.05;
  font-variant-numeric: tabular-nums;
}
.proof-stats dd span {
  font-size: 0.46em;
  letter-spacing: -1.5px;
}
.proof-stats p {
  order: 2;
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
  margin: 10px 0 0;
  max-width: 280px;
}
.proof-payoff {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
  background: var(--pale);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.proof-payoff > span {
  font-size: 30px;
  color: var(--violet);
}
.proof-payoff p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  color: var(--muted);
}
.proof-payoff strong {
  color: var(--ink);
}
.proof-note {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
  margin: 15px 0 0;
}
@media (max-width: 700px) {
  .proof-stats {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 30px;
  }
  .proof-stats > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 25px 0 0;
  }
  .proof-stats dd {
    font-size: 72px;
  }
  .proof-stats p {
    max-width: none;
  }
  .proof-payoff {
    padding: 20px;
    align-items: flex-start;
    gap: 12px;
  }
  .proof-payoff p {
    font-size: 14px;
  }
}
.proof-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.proof-stats > div + div {
  padding-left: 22px;
}
.proof-stats dd {
  font-size: clamp(38px, 4.4vw, 58px);
  letter-spacing: -2.8px;
  white-space: nowrap;
}
.proof-stats .stat-detail {
  order: 2;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0;
  white-space: normal;
  color: var(--muted);
  margin-top: 10px;
}
.stat-detail strong {
  font-weight: 750;
  color: var(--ink);
}
@media (min-width: 701px) and (max-width: 1000px) {
  .proof-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  .proof-stats > div:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
  .proof-stats dd {
    font-size: 54px;
  }
}
@media (max-width: 700px) {
  .proof-stats {
    grid-template-columns: 1fr;
  }
  .proof-stats > div + div {
    padding: 25px 0 0;
  }
  .proof-stats dd {
    font-size: 60px;
  }
  .proof-stats .stat-detail {
    font-size: 13px;
  }
}
.life-map {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  list-style: none;
  padding: 0;
  margin: 40px 0 32px;
}
.life-map li {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.map-stop {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  isolation: isolate;
}
.map-stop:after {
  content: "";
  position: absolute;
  left: 48px;
  right: -22px;
  top: 23px;
  height: 2px;
  background: linear-gradient(90deg, #d9d0fa, #b9aef3);
  z-index: -1;
}
.life-map li:last-child .map-stop:after {
  display: none;
}
.map-stop > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #d8cff9;
  border-radius: 50%;
  background: #f0ecff;
  font-size: 23px;
  box-shadow: 0 0 0 6px var(--cream);
}
.map-stop time {
  background: var(--cream);
  padding: 0 7px;
  font-size: 19px;
  font-weight: 750;
  color: var(--violet);
  letter-spacing: -0.5px;
}
.life-map img,
.map-illustration {
  width: 100%;
  height: 190px;
  border-radius: 16px;
  object-fit: cover;
  object-position: center 43%;
  border: 1px solid var(--line);
}
.life-map li:first-child img {
  object-position: center 46%;
}
.map-illustration {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: linear-gradient(145deg, #f4efff, #e9e5ff);
}
.map-illustration > span {
  font-size: 64px;
  line-height: 1.1;
}
.map-illustration small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--violet);
  text-align: center;
  padding: 0 8px;
}
.map-illustration.wealth {
  background: linear-gradient(145deg, #e9f5f1, #e9e7ff);
}
.life-map h3 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.6px;
  margin: 20px 0 10px;
}
.life-map p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 16px;
}
.map-tag {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-size: 10px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--violet);
}
@media (max-width: 1000px) {
  .life-map {
    display: block;
    margin-top: 32px;
  }
  .life-map li {
    display: grid;
    grid-template-columns: 170px 1fr;
    column-gap: 24px;
    padding: 0 0 30px 65px;
    margin: 0;
    min-height: 220px;
  }
  .life-map li:before {
    content: "";
    position: absolute;
    left: 22px;
    top: 40px;
    bottom: 0;
    border-left: 2px solid #d8cff9;
  }
  .life-map li:last-child:before {
    display: none;
  }
  .map-stop {
    grid-column: 1/-1;
    margin-bottom: 14px;
    position: static;
    height: 46px;
  }
  .map-stop > span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .map-stop:after {
    display: none;
  }
  .map-stop time {
    padding: 0;
    background: none;
  }
  .life-map img,
  .map-illustration {
    grid-column: 1;
    grid-row: 2/5;
    height: 190px;
  }
  .life-map h3 {
    grid-column: 2;
    margin: 0 0 8px;
    align-self: end;
  }
  .life-map p {
    grid-column: 2;
    margin: 0 0 12px;
  }
  .map-tag {
    grid-column: 2;
    margin: 0;
    align-self: start;
  }
  .life-map li:not(:last-child) {
    padding-bottom: 35px;
  }
}
@media (max-width: 560px) {
  .life-map li {
    grid-template-columns: 1fr;
    padding-left: 56px;
    column-gap: 0;
  }
  .life-map img,
  .map-illustration {
    grid-column: 1;
    grid-row: auto;
    height: 230px;
    max-width: 330px;
    margin-bottom: 18px;
  }
  .life-map h3,
  .life-map p,
  .map-tag {
    grid-column: 1;
  }
  .map-stop time {
    font-size: 21px;
  }
  .life-map h3 {
    font-size: 24px;
  }
  .life-map p {
    font-size: 14px;
  }
  .map-tag {
    margin-bottom: 0;
  }
  .map-illustration > span {
    font-size: 72px;
  }
}
.journey .days article {
  transition:
    transform 0.26s cubic-bezier(0.2, 0.7, 0.3, 1),
    box-shadow 0.26s ease,
    border-color 0.26s ease;
}
.journey .takeaway-label span {
  display: inline-block;
  transition: transform 0.26s cubic-bezier(0.2, 0.7, 0.3, 1);
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .journey .days article:hover {
    transform: translateY(-7px);
    border-color: #c9bffc;
    box-shadow: 0 18px 38px rgba(59, 47, 204, 0.12);
  }
  .journey .days article:hover .takeaway-label span {
    transform: translate(3px, -3px);
  }
}
.host-credentials {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.6;
}
.host-credentials > strong {
  font-size: 16px;
  color: var(--ink);
}
.host-credentials ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.host-credentials li {
  display: flex;
  align-items: center;
  min-height: 104px;
  margin: 0;
  padding: 20px;
  border: 1px solid #ded8fc;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff, #f7f5ff);
  color: var(--violet);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 650;
  box-shadow: 0 4px 14px rgba(21, 18, 58, 0.025);
  transition:
    transform 0.25s cubic-bezier(0.2, 0.7, 0.3, 1),
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .host-credentials li:hover {
    transform: translateY(-6px) scale(1.015);
    border-color: #bcb0f5;
    box-shadow: 0 14px 28px rgba(59, 47, 204, 0.14);
  }
}
@media (max-width: 700px) {
  .host-credentials li {
    padding: 16px;
    font-size: 13px;
    min-height: 108px;
  }
  .host-credentials ul {
    gap: 10px;
  }
}
.signup-confetti {
  position: fixed;
  inset: 0;
  z-index: 100;
  overflow: hidden;
  pointer-events: none;
  contain: strict;
}
.signup-confetti > span {
  position: absolute;
  top: -24px;
  left: var(--x);
  width: var(--piece-width);
  height: 14px;
  border-radius: 2px;
  background: var(--confetti-color);
  opacity: 0;
  animation: signup-confetti-fall var(--fall) var(--delay)
    cubic-bezier(0.18, 0.45, 0.65, 1) both;
}
.signup-confetti > span:nth-child(3n) {
  border-radius: 50%;
  height: 8px;
}
@keyframes signup-confetti-fall {
  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0) rotate(0);
  }
  8% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--drift), calc(100vh + 40px), 0)
      rotate(var(--spin));
  }
}
@media (prefers-reduced-motion: reduce) {
  .signup-confetti {
    display: none;
  }
}
.hosts {
  align-items: start;
}
.host-visual {
  min-width: 0;
  width: 100%;
}
.host-visual > img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 24px;
}
.host-visual .host-credentials {
  border-top: 0;
  padding-top: 0;
  margin-top: 24px;
}
.host-story {
  min-width: 0;
}
@media (max-width: 700px) {
  .host-visual > img {
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .host-visual {
    max-width: 100%;
  }
}
body:not(.promo) [data-free] {
  display: none;
}
body:not(.promo) [data-poster] {
  visibility: hidden;
}
@media (max-width: 700px) {
  .campaign img {
    height: 200px;
    width: 100%;
    object-fit: contain;
  }
  .campaign {
    border-radius: 18px;
  }
}
@media (min-width: 701px) {
  .sticky {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
.hosts {
  row-gap: 32px;
}
.hosts > .host-credentials {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.hosts > .host-credentials ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.hosts > .host-credentials li {
  min-height: 140px;
  border: 2px solid var(--violet2);
  box-shadow:
    inset 0 0 0 3px #fff,
    0 5px 18px #3b2fcc09;
}
.hosts > .host-credentials li:hover {
  border-color: var(--violet);
}
@media (max-width: 999px) {
  .hosts > .host-credentials ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 420px) {
  .hosts > .host-credentials ul {
    gap: 12px;
  }
  .hosts > .host-credentials li {
    padding: 14px;
    min-height: 132px;
  }
}
.hosts > .host-credentials li {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 18px;
  min-height: 204px;
  background:
    radial-gradient(circle at 95% 0%, #eae4ff 0, transparent 65%),
    linear-gradient(135deg, #fff, #f7f5ff);
}
.host-credentials .host-emoji {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  flex-shrink: 0;
  margin: 0;
  border-radius: 20px;
  background: #eee9ff;
  border: 1px solid #dcd3ff;
  box-shadow: 0 5px 12px #3b2fcc0d;
  font-size: 34px;
  line-height: 1;
  transform: rotate(-6deg);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.host-credentials li:nth-child(even) .host-emoji {
  transform: rotate(6deg);
}
.host-credentials .host-fact {
  margin: 0;
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .host-credentials li:hover .host-emoji {
    transform: translateY(-3px) rotate(0) scale(1.12);
  }
}
@media (prefers-reduced-motion: reduce) {
  .host-credentials .host-emoji {
    transition: none;
  }
}
.days {
  grid-template-columns: repeat(2, 1fr);
}

/* Magical glass-48 concept: draw, sparkle, then crystallize into the final mark. */
.campaign-animated {
  position: relative;
}
.poster-animation {
  position: relative;
  display: grid;
  width: 100%;
  place-items: center;
  isolation: isolate;
}
.poster-animation > img {
  grid-area: 1/1;
}
.poster-finale {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: glass-finale 4.18s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}
.glass-writer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  animation: writer-exit 4.18s ease both;
}
.freedom-launch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: visible;
  pointer-events: none;
}
.launch-tail {
  fill: none;
  stroke: url(#launch-glass);
  stroke-width: 14;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: url(#launch-glow);
  animation: magic-draw 0.98s 3.49s cubic-bezier(0.3, 0, 0.2, 1) forwards;
}
.rocket-flight {
  opacity: 0;
  filter: url(#launch-glow);
  animation: rocket-visible 1.1s 3.4s ease both;
}
.rocket-body {
  fill: rgba(232, 249, 255, 0.94);
  stroke: #176dff;
  stroke-width: 3;
}
.rocket-fin {
  fill: rgba(111, 86, 244, 0.8);
  stroke: #4f40e9;
  stroke-width: 3;
  stroke-linejoin: round;
}
.rocket-window {
  fill: #643cf4;
  stroke: #fff;
  stroke-width: 2;
}
.rocket-flame {
  fill: url(#rocket-flame);
  transform-origin: 10px 18px;
  animation: flame-flicker 0.16s ease-in-out infinite alternate;
}
.launch-sparks {
  fill: #ffd86b;
  filter: url(#launch-glow);
}
.launch-sparks circle {
  opacity: 0;
  animation: launch-spark 0.75s ease-out forwards;
}
.launch-sparks circle:nth-child(1) {
  animation-delay: 3.69s;
}
.launch-sparks circle:nth-child(2) {
  animation-delay: 3.98s;
}
.launch-sparks circle:nth-child(3) {
  animation-delay: 4.26s;
}
.magic-stroke {
  stroke-width: 24;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  opacity: 0.95;
}
.stroke-4a {
  animation: magic-draw 1.48s 0.23s cubic-bezier(0.35, 0, 0.2, 1) forwards;
}
.stroke-4b {
  animation: magic-draw 0.78s 1.44s cubic-bezier(0.35, 0, 0.2, 1) forwards;
}
.stroke-8 {
  animation: magic-draw 1.64s 2.05s cubic-bezier(0.35, 0, 0.2, 1) forwards;
}
.magic-hand {
  opacity: 0;
  filter: url(#magic-glow);
}
.hand-one {
  animation: hand-visible 1.48s 0.23s linear both;
}
.hand-two {
  animation: hand-visible 0.78s 1.44s linear both;
}
.hand-three {
  animation: hand-visible 1.64s 2.05s linear both;
}
.hand-mark .hand-outline {
  fill: rgba(242, 250, 255, 0.82);
  stroke: #fff;
  stroke-width: 3;
  stroke-linejoin: round;
}
.hand-mark .fingertip {
  fill: #fff;
  stroke: #54a9ff;
  stroke-width: 4;
}
.magic-sparks circle {
  opacity: 0;
  animation: magic-twinkle 1.1s ease-in-out infinite;
}
.magic-sparks circle:nth-child(2) {
  animation-delay: 0.35s;
}
.magic-sparks circle:nth-child(3) {
  animation-delay: 0.8s;
}
.magic-sparks circle:nth-child(4) {
  animation-delay: 1.4s;
}
.magic-sparks circle:nth-child(5) {
  animation-delay: 2.1s;
}
.magic-sparks circle:nth-child(6) {
  animation-delay: 2.8s;
}
@keyframes magic-draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes hand-visible {
  0%,
  100% {
    opacity: 0;
  }
  7%,
  92% {
    opacity: 1;
  }
}
@keyframes magic-twinkle {
  0%,
  100% {
    opacity: 0;
    transform: scale(0.4);
  }
  50% {
    opacity: 0.95;
    transform: scale(1);
  }
}
@keyframes glass-finale {
  0%,
  77% {
    opacity: 0;
  }
  90%,
  100% {
    opacity: 1;
  }
}
@keyframes writer-exit {
  0%,
  78% {
    opacity: 1;
  }
  92%,
  100% {
    opacity: 0;
  }
}
@keyframes rocket-visible {
  0%,
  4% {
    opacity: 0;
  }
  14%,
  100% {
    opacity: 1;
  }
}
@keyframes flame-flicker {
  from {
    transform: scaleX(0.76);
    opacity: 0.7;
  }
  to {
    transform: scaleX(1.18);
    opacity: 1;
  }
}
@keyframes launch-spark {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  45% {
    opacity: 1;
    transform: scale(1.25);
  }
  100% {
    opacity: 0.35;
    transform: scale(0.7);
  }
}
@media (prefers-reduced-motion: reduce) {
  .poster-plate,
  .glass-writer,
  .freedom-launch {
    display: none;
  }
  .poster-finale {
    position: static;
    opacity: 1;
    animation: none;
  }
}

/* Mobile conversion pass: isolate the animated 48 and keep every action thumb-friendly. */
@media (max-width: 700px) {
  .wrap,
  .final .wrap {
    width: calc(100% - 32px);
  }
  .masthead {
    box-sizing: border-box;
    height: auto;
    min-height: 124px;
    padding-top: max(62px, env(safe-area-inset-top));
    padding-bottom: 12px;
  }
  .masthead img {
    width: 118px;
    height: auto;
  }
  .masthead > span {
    max-width: 178px;
  }
  .hero {
    gap: 0;
    padding-top: 10px;
    padding-bottom: 38px;
  }
  .campaign {
    display: grid;
  }
  .campaign-mobile {
    width: 100%;
    max-width: none;
    height: 190px;
    margin: 2px 0 12px;
    border: 0;
    border-radius: 20px;
    background: radial-gradient(circle at 52% 48%, rgba(225, 239, 255, 0.9), rgba(247, 245, 255, 0.88) 56%, rgba(255, 255, 255, 0) 78%);
    box-shadow: none;
  }
  .campaign-mobile .poster-animation {
    width: min(100%, 290px);
    transform: translateY(-130px);
  }
  .campaign-mobile img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    object-fit: initial;
  }
  .campaign-mobile .expired-art {
    align-self: center;
    padding: 24px;
  }
  h1 {
    font-size: clamp(42px, 12vw, 50px);
    line-height: 0.98;
    margin-top: 8px;
  }
  .presenters {
    margin-bottom: 13px;
    padding: 10px 12px;
  }
  .benefits li {
    line-height: 1.45;
  }
  .logistics {
    flex-wrap: wrap;
    gap: 7px;
    margin: 12px 0;
  }
  .offer {
    border-radius: 16px;
  }
  .offer .cta {
    min-height: 52px;
    margin-top: 10px;
  }
  .hero .timer-wrap {
    display: grid;
    grid-template-columns: minmax(116px, 1fr) auto;
    gap: 12px;
    align-items: center;
  }
  .hero .timer-wrap p {
    max-width: none;
    font-size: 11px;
  }
  .countdown {
    gap: 5px;
  }
  .countdown > span {
    min-width: 25px;
  }
  .countdown b {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.45px;
  }
  .countdown small {
    font-size: 6.5px;
    letter-spacing: 0.8px;
  }
  .countdown i {
    color: rgba(59, 47, 204, 0.48);
  }
  .section {
    padding-block: 48px;
  }
  .journey {
    padding-top: 42px;
  }
  .outcome .cta {
    width: 100%;
    margin-top: 22px;
  }
  .hosts {
    gap: 24px;
    row-gap: 24px;
  }
  .host-visual > img {
    border-radius: 20px;
  }
  .hosts > .host-credentials {
    margin-top: 2px;
  }
  .hosts > .host-credentials ul {
    gap: 10px;
  }
  .hosts > .host-credentials li {
    min-height: 150px;
    gap: 12px;
    padding: 14px;
  }
  .host-credentials .host-emoji {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    font-size: 27px;
  }
  .host-credentials .host-fact {
    font-size: 12px;
    line-height: 1.4;
  }
  .guests-intro {
    font-size: 14px;
  }
  .guest-grid span {
    margin-top: 13px;
    font-size: 8px;
    letter-spacing: 1.1px;
  }
  .life-map li {
    padding-left: 50px;
  }
  .proof-intro {
    font-size: 14px;
  }
  .final-price {
    margin: 20px 0;
  }
  footer {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }
}
