:root {
  --navy: #1A213F;
  --pearl: #F8F9F4;
  --blue: #11446C;
  --pink: #F65773;
  --pink-dark: #E2395B;
  --sky: #DCEBFA;
  --ink: #10152C;
  --muted: #677089;
  --white: #FFFFFF;
  --shadow: 0 24px 70px rgba(26, 33, 63, 0.14);
  --shadow-soft: 0 14px 34px rgba(26, 33, 63, 0.12);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Lato, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 10%, rgba(246, 87, 115, 0.16), transparent 28rem),
    radial-gradient(circle at 92% 16%, rgba(17, 68, 108, 0.14), transparent 25rem),
    linear-gradient(180deg, #fff 0%, var(--pearl) 58%, #fff 100%);
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

.page-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(248,249,244,.98));
}

.hero {
  position: relative;
  padding: 34px clamp(22px, 6vw, 86px) 64px;
  min-height: 820px;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.82) 52%, rgba(220,235,250,.75) 100%),
    radial-gradient(circle at 3% 0%, rgba(246, 87, 115, 0.12), transparent 240px),
    linear-gradient(155deg, #fdfdf9 0%, #edf7ff 54%, #ffffff 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .36;
  background:
    linear-gradient(180deg, transparent 0 60%, rgba(17, 68, 108, 0.06) 61%, transparent 73%),
    radial-gradient(ellipse at 16% 46%, rgba(38, 141, 190, .35) 0 11%, transparent 31%),
    linear-gradient(165deg, transparent 0 42%, rgba(246, 87, 115, .08) 42% 44%, transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,.1), rgba(17,68,108,.08));
}

.hero::after {
  content: "";
  position: absolute;
  left: -90px;
  right: -90px;
  bottom: -90px;
  height: 190px;
  z-index: -2;
  background: radial-gradient(ellipse at center, rgba(220,235,250,.8), rgba(255,255,255,0) 72%);
  border-radius: 50%;
}

.hero__network,
.final-cta__network {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .55;
  background-image:
    radial-gradient(circle, rgba(246,87,115,.3) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(17,68,108,.25) 0 2px, transparent 3px),
    linear-gradient(32deg, transparent 0 18%, rgba(17,68,108,.12) 18.2%, transparent 18.6% 42%, rgba(246,87,115,.1) 42.2%, transparent 42.6% 100%);
  background-size: 170px 170px, 230px 230px, 100% 100%;
  background-position: 98% 18%, 12% 85%, 0 0;
  mask-image: linear-gradient(90deg, transparent, #000 58%, #000);
}

.hero__bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  z-index: -2;
}

.hero__bg-orb--one {
  width: 320px;
  height: 320px;
  right: -130px;
  top: 120px;
  background: radial-gradient(circle, rgba(246,87,115,.25), transparent 70%);
}

.hero__bg-orb--two {
  width: 420px;
  height: 420px;
  left: -180px;
  bottom: 60px;
  background: radial-gradient(circle, rgba(17,68,108,.18), transparent 68%);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 54px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--navy);
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 52px;
  color: var(--blue);
}

.brand__mark svg {
  width: 100%;
  height: auto;
}

.brand__text {
  display: grid;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.brand__text strong {
  font-size: clamp(1.35rem, 3vw, 2.05rem);
  letter-spacing: .045em;
}

.brand__text span {
  margin-top: 5px;
  color: var(--pink);
  font-size: clamp(.78rem, 1.6vw, 1rem);
  font-weight: 800;
}

.tagline {
  margin: 0;
  color: var(--navy);
  font-size: clamp(.96rem, 2vw, 1.2rem);
  font-family: "Segoe Script", "Bradley Hand", cursive;
  white-space: nowrap;
}

.tagline em {
  color: var(--pink);
  font-style: normal;
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 500px);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.hero__content {
  max-width: 710px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  border-radius: 999px;
  margin-bottom: 18px;
  color: var(--pink-dark);
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(246,87,115,.2);
  box-shadow: 0 10px 22px rgba(246,87,115,.11);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.eyebrow span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--pink);
  box-shadow: 0 0 0 6px rgba(246,87,115,.14);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--navy);
  font-size: clamp(3.4rem, 8vw, 7.1rem);
  line-height: .87;
  letter-spacing: -.075em;
  font-weight: 950;
}

h1 span {
  display: block;
  color: var(--pink);
}

.hero__lede {
  max-width: 650px;
  margin-bottom: 24px;
  color: #1d2237;
  font-size: clamp(1.1rem, 2vw, 1.34rem);
  line-height: 1.4;
}

.hero__lede strong {
  color: var(--pink-dark);
}

.event-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: fit-content;
  margin: 28px 0 34px;
  border-radius: 20px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 10px 28px rgba(17, 68, 108, 0.08);
  border: 1px solid rgba(17,68,108,.08);
  overflow: hidden;
}

.event-strip__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  color: var(--navy);
  font-size: .95rem;
  line-height: 1.15;
}

.event-strip__item + .event-strip__item {
  border-left: 1px solid rgba(17,68,108,.15);
}

.icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 8px 18px rgba(26, 33, 63, 0.12);
}

.speaker-bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 16px;
}

.speaker-bubble,
.speaker-card,
.learn-card,
.live-card,
.signup-card,
.proof-bar {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(17,68,108,.08);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.speaker-bubble {
  width: 150px;
  padding: 0 16px 18px;
  text-align: center;
  border-radius: 20px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin: -14px auto 11px;
  border-radius: 999px;
  color: white;
  font-weight: 950;
  letter-spacing: .03em;
  box-shadow: 0 0 0 5px #fff, 0 0 0 8px rgba(246,87,115,.75), 0 16px 30px rgba(26,33,63,.17);
  background:
    radial-gradient(circle at 45% 32%, rgba(255,255,255,.7) 0 3px, transparent 4px),
    radial-gradient(circle at 52% 42%, rgba(255,255,255,.38), transparent 25px),
    linear-gradient(135deg, #F65773, #f9a389 55%, #11446C);
}

.avatar--brandy {
  box-shadow: 0 0 0 5px #fff, 0 0 0 8px rgba(17,68,108,.62), 0 16px 30px rgba(26,33,63,.17);
  background: linear-gradient(135deg, #11446C, #71a9d5 45%, #F65773);
}

.avatar--chris {
  box-shadow: 0 0 0 5px #fff, 0 0 0 8px rgba(17,68,108,.7), 0 16px 30px rgba(26,33,63,.17);
  background: linear-gradient(135deg, #1A213F, #11446C 58%, #8bc5ea);
}

.avatar--large {
  flex: 0 0 auto;
  width: 118px;
  height: 118px;
  margin: 0;
}

.speaker-bubble h3,
.speaker-card h3 {
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 1rem;
  line-height: 1.1;
}

.speaker-bubble p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
}

.signup-card {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 4vw, 42px);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(26,33,63,.99), rgba(17,68,108,.98)),
    var(--navy);
  box-shadow: 0 28px 90px rgba(26, 33, 63, 0.32);
  color: var(--white);
  overflow: hidden;
}

.signup-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background:
    radial-gradient(circle at 84% 5%, rgba(246,87,115,.35), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(87,177,221,.26), transparent 35%);
}

.signup-card h2 {
  margin-bottom: 22px;
  text-align: center;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  letter-spacing: .03em;
  text-transform: uppercase;
}

.signup-form {
  display: grid;
  gap: 16px;
}

.signup-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.signup-form input {
  width: 100%;
  min-height: 68px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--navy);
  outline: 2px solid transparent;
  box-shadow: inset 0 0 0 1px rgba(26,33,63,.08);
}

.signup-form input:focus {
  outline-color: rgba(246,87,115,.75);
}

.signup-form button,
.button {
  display: inline-grid;
  place-items: center;
  min-height: 68px;
  padding: 0 28px;
  border: 0;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, var(--pink), var(--pink-dark));
  color: var(--white);
  box-shadow: 0 20px 35px rgba(246, 87, 115, 0.28);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.signup-form button:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 42px rgba(246, 87, 115, 0.34);
}

.privacy {
  margin: 16px 0 0;
  text-align: center;
  color: rgba(255,255,255,.78);
  font-size: .88rem;
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: min(100%, 650px);
  margin: 36px 0 0 auto;
  border-radius: 22px;
  overflow: hidden;
}

.proof-bar div {
  display: grid;
  place-items: center;
  gap: 4px;
  padding: 24px 18px;
  text-align: center;
}

.proof-bar div + div {
  border-left: 1px solid rgba(17,68,108,.12);
}

.proof-bar__icon {
  font-size: 2rem;
  line-height: 1;
}

.proof-bar strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.proof-bar small {
  color: var(--muted);
  font-weight: 800;
}

.section {
  position: relative;
  padding: 58px clamp(22px, 6vw, 86px);
}

.section-heading {
  display: grid;
  place-items: center;
  gap: 12px;
  margin-bottom: 34px;
  text-align: center;
}

.section-heading h2,
.final-cta h2 {
  margin-bottom: 0;
  color: var(--navy);
  font-size: clamp(2rem, 4.4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.section-heading span {
  width: 76px;
  height: 4px;
  border-radius: 999px;
  background: var(--pink);
}

.section--learn {
  background:
    radial-gradient(circle at 0% 78%, rgba(17,68,108,.08), transparent 22rem),
    radial-gradient(circle at 100% 25%, rgba(246,87,115,.08), transparent 22rem),
    #fff;
}

.learn-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.learn-grid::before {
  content: "";
  position: absolute;
  top: 76px;
  left: 12%;
  right: 12%;
  border-top: 2px dashed rgba(17,68,108,.15);
}

.learn-card {
  position: relative;
  z-index: 1;
  min-height: 205px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  padding: 28px 24px;
  border-radius: 22px;
  text-align: center;
}

.learn-card__icon,
.live-card__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--pink), var(--pink-dark));
  box-shadow: 0 14px 28px rgba(246,87,115,.23);
  font-size: 2rem;
  font-weight: 950;
}

.learn-card__icon--blue,
.live-card__icon--blue {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  box-shadow: 0 14px 28px rgba(17,68,108,.2);
}

.learn-card h3 {
  max-width: 230px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.2;
}

.section--live {
  background:
    linear-gradient(180deg, #fff 0%, var(--pearl) 100%);
}

.live-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.live-card {
  display: grid;
  place-items: center;
  align-content: start;
  gap: 18px;
  min-height: 210px;
  padding: 30px 28px;
  border-radius: 24px;
  text-align: center;
  box-shadow: none;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(17,68,108,.14);
}

.live-card:last-child {
  border-right: 0;
}

.live-card__icon {
  background: rgba(246,87,115,.12);
  color: var(--pink-dark);
  box-shadow: none;
}

.live-card__icon--blue {
  background: rgba(17,68,108,.1);
  color: var(--blue);
}

.live-card p {
  max-width: 250px;
  margin: 0;
  color: var(--navy);
  font-weight: 800;
  line-height: 1.35;
}

.scholarship-ribbon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin: 24px auto 0;
  padding: 13px 26px;
  border-radius: 999px;
  color: var(--pink-dark);
  background: linear-gradient(90deg, rgba(246,87,115,.13), rgba(246,87,115,.24));
  border: 1px solid rgba(246,87,115,.16);
  box-shadow: 0 14px 35px rgba(246,87,115,.12);
}

.scholarship-ribbon span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-left: -14px;
  border-radius: 999px;
  background: var(--pink);
}

.scholarship-ribbon em,
.final-cta em {
  font-family: "Segoe Script", "Bradley Hand", cursive;
  font-style: normal;
}

.section--speakers {
  background: #fff;
}

.speaker-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.speaker-card {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 190px;
  padding: 24px;
  border-radius: 24px;
}

.speaker-card h3 {
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 1.35rem;
}

.speaker-card span {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--pink-dark);
  font-weight: 950;
}

.speaker-card p {
  margin: 0;
  color: #333a50;
  line-height: 1.45;
}

.final-cta {
  position: relative;
  isolation: isolate;
  padding: clamp(54px, 7vw, 78px) clamp(22px, 6vw, 86px) 70px;
  text-align: center;
  color: white;
  background:
    linear-gradient(0deg, rgba(3, 11, 29, .5), rgba(3, 11, 29, .12)),
    radial-gradient(circle at 85% 85%, rgba(246,87,115,.65), transparent 24rem),
    radial-gradient(circle at 10% 0%, rgba(87,177,221,.35), transparent 24rem),
    linear-gradient(135deg, var(--navy), #07142d 62%, var(--blue));
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -84px;
  height: 180px;
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% 18%, rgba(246,87,115,.5), transparent 34%),
    linear-gradient(180deg, transparent, rgba(0,0,0,.4));
  border-radius: 50% 50% 0 0;
}

.final-cta::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 20px;
  width: 280px;
  height: 110px;
  z-index: -1;
  opacity: .42;
  background:
    radial-gradient(ellipse at 80% 100%, #000 0 10%, transparent 11%),
    linear-gradient(80deg, transparent 43%, rgba(0,0,0,.88) 44% 48%, transparent 49%),
    linear-gradient(105deg, transparent 50%, rgba(0,0,0,.82) 51% 55%, transparent 56%);
  transform: rotate(-3deg);
}

.final-cta__network {
  mask-image: none;
  opacity: .38;
}

.final-cta h2 {
  color: white;
  font-size: clamp(2.1rem, 5vw, 4rem);
}

.final-cta h2 em {
  color: var(--pink);
}

.final-cta p {
  max-width: 750px;
  margin: 18px auto 26px;
  color: rgba(255,255,255,.86);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.final-cta__details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 22px;
  margin-bottom: 26px;
  color: rgba(255,255,255,.94);
  font-weight: 850;
}

.final-cta__details span + span {
  padding-left: 22px;
  border-left: 1px solid rgba(255,255,255,.32);
}

.button--final {
  min-width: min(100%, 420px);
  margin-bottom: 20px;
}

.final-cta small {
  display: block;
  color: rgba(255,255,255,.82);
  font-family: "Segoe Script", "Bradley Hand", cursive;
  font-size: 1.15rem;
}

@media (max-width: 1080px) {
  .hero {
    min-height: auto;
  }

  .hero__grid {
    grid-template-columns: 1fr;
  }

  .signup-card {
    max-width: 620px;
  }

  .proof-bar {
    margin-left: 0;
  }

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

  .learn-grid::before {
    display: none;
  }

  .speaker-card {
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 38px;
  }

  .tagline {
    white-space: normal;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.7rem);
  }

  .event-strip {
    width: 100%;
  }

  .event-strip__item {
    flex: 1 1 100%;
  }

  .event-strip__item + .event-strip__item {
    border-left: 0;
    border-top: 1px solid rgba(17,68,108,.15);
  }

  .speaker-bubble {
    flex: 1 1 135px;
  }

  .proof-bar,
  .learn-grid,
  .live-grid,
  .speaker-cards {
    grid-template-columns: 1fr;
  }

  .proof-bar div + div {
    border-left: 0;
    border-top: 1px solid rgba(17,68,108,.12);
  }

  .live-card {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(17,68,108,.14);
  }

  .live-card:last-child {
    border-bottom: 0;
  }

  .scholarship-ribbon {
    align-items: flex-start;
    border-radius: 22px;
  }

  .speaker-card {
    flex-direction: column;
  }

  .final-cta__details {
    display: grid;
    gap: 10px;
  }

  .final-cta__details span + span {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 440px) {
  .hero,
  .section,
  .final-cta {
    padding-left: 18px;
    padding-right: 18px;
  }

  .signup-card {
    padding: 24px 18px;
  }

  .signup-form input,
  .signup-form button,
  .button {
    min-height: 60px;
  }
}
