:root {
  color-scheme: dark;
  --bg: #08090c;
  --surface: #101218;
  --surface-raised: #151820;
  --surface-soft: #0d1015;
  --border: #272b34;
  --border-soft: #1c2028;
  --text: #f4f6f7;
  --text-dim: #b2b6bd;
  --text-muted: #7e848e;
  --green: #00e87b;
  --green-dark: #00b860;
  --danger: #ff6b6b;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(circle at 14% 5%, rgba(0, 232, 123, 0.09), transparent 31rem),
    radial-gradient(circle at 92% 58%, rgba(0, 232, 123, 0.05), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--green);
  color: #031008;
  font-weight: 750;
  transform: translateY(-160%);
}

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

.site-header {
  border-bottom: 1px solid var(--border-soft);
  background: rgba(8, 9, 12, 0.86);
  backdrop-filter: blur(16px);
}

.header-inner,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-inner {
  min-height: 76px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
}

.brand-link img {
  display: block;
  width: 170px;
  height: auto;
}

.header-status,
.eyebrow,
.step-label {
  margin: 0;
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.header-status {
  color: var(--text-muted);
  font-size: 0.63rem;
}

main {
  flex: 1;
}

.registration-section {
  padding: clamp(54px, 8vw, 96px) 0 clamp(64px, 9vw, 112px);
}

.registration-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-intro {
  max-width: 900px;
  text-align: center;
}

.hero-intro h1,
.confirmation-heading h1 {
  max-width: 760px;
  margin: 18px auto 0;
  font-family: "Instrument Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.8rem, 5.8vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero-title {
  max-width: 760px;
  margin: 0 auto;
  color: #dfe2e5;
  font-family: "Instrument Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2.15rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.hero-lede {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--text-dim);
  font-size: clamp(1rem, 1.6vw, 1.13rem);
  line-height: 1.75;
}

.benefit-list {
  display: grid;
  gap: 14px;
  max-width: 690px;
  margin: 32px auto 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #dfe2e5;
  font-size: 0.98rem;
  line-height: 1.55;
}

.benefit-list li span {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  place-items: center;
  margin-top: 1px;
  border: 1px solid rgba(0, 232, 123, 0.35);
  border-radius: 50%;
  background: rgba(0, 232, 123, 0.08);
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 700px;
  margin: 38px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--border-soft);
}

.proof-strip div {
  padding-right: 20px;
}

.proof-strip div + div {
  padding-left: 20px;
  border-left: 1px solid var(--border-soft);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--text);
  font-size: clamp(1.15rem, 2.3vw, 1.55rem);
  letter-spacing: -0.03em;
}

.proof-strip span {
  margin-top: 5px;
  color: var(--text-muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.halal-note {
  display: flex;
  align-items: center;
  gap: 9px;
  justify-content: center;
  margin: 28px 0 0;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.halal-note span {
  color: var(--green);
  font-size: 0.55rem;
}

.form-card {
  position: relative;
  width: min(100%, 620px);
  margin-top: 30px;
  padding: clamp(26px, 4vw, 40px);
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(21, 24, 32, 0.98), rgba(13, 16, 21, 0.98));
  box-shadow: var(--shadow);
}

.supporting-copy {
  width: min(100%, 840px);
  margin-top: clamp(58px, 8vw, 86px);
  text-align: center;
}

.founder-section {
  width: 100%;
  margin-top: clamp(68px, 10vw, 116px);
  padding-top: clamp(54px, 8vw, 82px);
  border-top: 1px solid var(--border-soft);
}

.founder-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 6vw, 66px);
  align-items: center;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--border);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(20, 23, 30, 0.98), rgba(12, 15, 20, 0.98));
}

.founder-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: 17px;
  background: var(--surface-soft);
}

.founder-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(to top, rgba(8, 9, 12, 0.58), transparent);
  content: "";
  pointer-events: none;
}

.founder-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 60% center;
}

.founder-copy h2,
.videos-heading h2 {
  margin: 12px 0 0;
  color: var(--text);
  font-family: "Instrument Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.8rem, 3.8vw, 3rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.founder-copy > p:not(.eyebrow) {
  margin: 19px 0 0;
  color: var(--text-dim);
  font-size: 0.96rem;
  line-height: 1.72;
}

.founder-link {
  margin-top: 25px;
}

.videos-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-top: clamp(52px, 7vw, 78px);
}

.videos-heading h2 {
  max-width: 650px;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.videos-heading > a {
  flex: 0 0 auto;
  padding-bottom: 4px;
  color: var(--text-muted);
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 150ms ease;
}

.videos-heading > a:hover {
  color: var(--green);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 27px;
}

.video-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.video-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 232, 123, 0.42);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.video-card:focus-visible,
.videos-heading > a:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

.video-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050608;
}

.video-thumb::after {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.14);
  content: "";
  transition: background 160ms ease;
}

.video-card:hover .video-thumb::after {
  background: rgba(0, 0, 0, 0.04);
}

.video-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 300ms ease;
}

.video-card:hover .video-thumb img {
  transform: scale(1.025);
}

.play-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.76);
  color: var(--green);
  font-size: 0.93rem;
  transform: translate(-50%, -50%);
}

.video-copy {
  display: block;
  min-height: 94px;
  padding: 16px;
}

.video-copy small,
.video-copy strong {
  display: block;
}

.video-copy small {
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.video-copy strong {
  margin-top: 8px;
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.4;
}

.form-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
  content: "";
}

.form-heading h2 {
  margin: 10px 0 0;
  font-size: clamp(1.75rem, 3vw, 2.2rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.form-heading > p:last-child {
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

#qualification-form {
  display: grid;
  gap: 19px;
  margin-top: 28px;
}

.honeypot {
  position: absolute;
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.field label {
  display: block;
  margin-bottom: 8px;
  color: #dfe2e5;
  font-size: 0.82rem;
  font-weight: 650;
}

.field input {
  width: 100%;
  height: 52px;
  padding: 0 15px;
  border: 1px solid var(--border);
  border-radius: 11px;
  outline: none;
  background: #0b0d12;
  color: var(--text);
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.field input::placeholder {
  color: #666c76;
}

.field input:hover {
  border-color: #353a45;
}

.field input:focus {
  border-color: var(--green);
  background: #0d1015;
  box-shadow: 0 0 0 3px rgba(0, 232, 123, 0.12);
}

.field input[aria-invalid="true"] {
  border-color: var(--danger);
}

.field-error,
.form-error,
.field-help,
.field-suggest {
  margin: 7px 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
}

.field-help {
  color: var(--text-muted);
}

.field-error,
.form-error {
  color: var(--danger);
}

.field-suggest {
  color: var(--text-muted);
}

.field-suggest button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green);
  cursor: pointer;
  text-decoration: underline;
}

.form-error {
  margin: -2px 0 0;
  padding: 11px 13px;
  border: 1px solid rgba(255, 107, 107, 0.24);
  border-radius: 9px;
  background: rgba(255, 107, 107, 0.06);
  text-align: center;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 24px;
  border-radius: 11px;
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, border-color 150ms ease;
}

.primary-button {
  border: 0;
  background: linear-gradient(135deg, #00f083, #00cf6e);
  color: #031008;
  box-shadow: 0 12px 30px rgba(0, 232, 123, 0.16);
}

.secondary-button {
  border: 1px solid var(--border);
  background: var(--surface-raised);
  color: var(--text);
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-1px);
}

.primary-button:hover {
  box-shadow: 0 16px 36px rgba(0, 232, 123, 0.22);
}

.secondary-button:hover {
  border-color: rgba(0, 232, 123, 0.55);
}

.primary-button:focus-visible,
.secondary-button:focus-visible,
.brand-link:focus-visible,
.site-footer a:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

.primary-button:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}

.header-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(0, 232, 123, 0.42);
  border-radius: 10px;
  background: rgba(0, 232, 123, 0.09);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease;
}

.header-cta:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 232, 123, 0.75);
  background: rgba(0, 232, 123, 0.14);
}

.header-cta:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

#registration-form {
  scroll-margin-top: 24px;
}

.registration-jump {
  min-width: 230px;
  margin-top: 30px;
}

.final-registration-cta {
  width: min(100%, 840px);
  margin: clamp(54px, 8vw, 84px) auto 0;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid rgba(0, 232, 123, 0.25);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 232, 123, 0.12), transparent 58%),
    linear-gradient(145deg, rgba(20, 23, 30, 0.98), rgba(12, 15, 20, 0.98));
  text-align: center;
}

.final-registration-cta h2 {
  margin: 12px 0 0;
  color: var(--text);
  font-family: "Instrument Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.final-registration-cta > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--text-dim);
  font-size: 0.94rem;
  line-height: 1.65;
}

.final-registration-cta .primary-button {
  min-width: 230px;
  margin-top: 24px;
}

.privacy-note {
  margin: -4px 0 0;
  color: var(--text-muted);
  font-size: 0.7rem;
  line-height: 1.5;
  text-align: center;
}

.iti {
  width: 100%;
  --iti-border-color: var(--border);
  --iti-country-selector-bg: #0b0d12;
  --iti-hover-color: rgba(255, 255, 255, 0.06);
  --iti-icon-color: var(--text-muted);
}

.iti__selected-dial-code,
.iti__country,
.iti__country-list,
.iti__country-selector {
  color: var(--text);
}

.iti__country-list,
.iti__country-selector {
  background: var(--surface-raised);
}

.iti__search-input {
  background: #0b0d12;
  color: var(--text);
}

.confirmation-section {
  padding: clamp(52px, 8vw, 86px) 0 clamp(72px, 9vw, 110px);
}

.confirmation-shell {
  max-width: 1040px;
}

.confirmation-heading {
  max-width: 690px;
  margin-inline: auto;
  text-align: center;
}

.confirmation-heading h1 {
  margin-top: 0;
  font-size: clamp(3rem, 8vw, 5.8rem);
}

.confirmation-heading h1 span {
  display: block;
  margin-top: 0.13em;
  background: linear-gradient(110deg, #00e87b 5%, #a8ffd4 55%, #00c96a 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.confirmation-heading > p:last-child {
  max-width: 590px;
  margin: 20px auto 0;
  color: var(--text-dim);
  font-size: clamp(1rem, 2vw, 1.14rem);
  line-height: 1.65;
}

.confirmation-video-shell {
  width: min(100%, 780px);
  margin: 34px auto 0;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #050608;
  box-shadow: var(--shadow);
}

.masterclass-video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #050608;
}

.masterclass-confirmation-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.action-stack {
  display: grid;
  gap: 16px;
  width: min(100%, 900px);
  margin: 34px auto 0;
}

.action-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(20, 23, 30, 0.98), rgba(12, 15, 20, 0.98));
}

.action-card-primary {
  border-color: rgba(0, 232, 123, 0.44);
  box-shadow: 0 18px 55px rgba(0, 232, 123, 0.07);
}

.step-number {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface-raised);
  color: var(--green);
  font-size: 1.05rem;
  font-weight: 800;
}

.action-card-primary .step-number {
  border-color: transparent;
  background: var(--green);
  color: #031008;
}

.action-copy h2 {
  margin: 6px 0 0;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  letter-spacing: -0.03em;
}

.action-copy > p:last-child {
  margin: 9px 0 0;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.action-button {
  min-width: 178px;
}

.confirmation-note {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 23px;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.confirmation-note strong {
  color: var(--text-dim);
}

.confirmation-details {
  margin-top: clamp(76px, 10vw, 112px);
}

.confirmation-section-heading {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.confirmation-section-heading h2 {
  margin: 16px 0 0;
  font-family: "Instrument Sans", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2rem, 4.8vw, 3.65rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.confirmation-section-heading > p:last-child:not(.eyebrow) {
  max-width: 610px;
  margin: 18px auto 0;
  color: var(--text-dim);
  font-size: 0.98rem;
  line-height: 1.65;
}

.live-reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 38px;
}

.live-reasons article {
  padding: 25px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(20, 23, 30, 0.96), rgba(12, 15, 20, 0.96));
}

.live-reasons article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: rgba(0, 232, 123, 0.1);
  color: var(--green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 800;
}

.live-reasons h3 {
  margin: 19px 0 0;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.live-reasons p {
  margin: 9px 0 0;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.62;
}

.confirmation-host {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  width: min(100%, 820px);
  margin: clamp(76px, 10vw, 112px) auto 0;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(20, 23, 30, 0.96), rgba(12, 15, 20, 0.96));
}

.confirmation-host > img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 15px;
  object-fit: cover;
}

.confirmation-host h2 {
  margin: 9px 0 0;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  letter-spacing: -0.04em;
}

.confirmation-host div > p:not(.eyebrow) {
  margin: 14px 0 0;
  color: var(--text-dim);
  font-size: 0.92rem;
  line-height: 1.68;
}

.confirmation-host a {
  display: inline-block;
  margin-top: 17px;
  color: var(--green);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.confirmation-final-cta {
  width: min(100%, 720px);
  margin: 70px auto 0;
  text-align: center;
}

.confirmation-final-cta p {
  margin: 0 0 20px;
  color: var(--text-dim);
  font-size: 0.92rem;
  line-height: 1.6;
}

.confirmation-final-cta .primary-button {
  width: auto;
  min-width: 260px;
}

.site-footer {
  margin-top: auto;
  border-top: 1px solid var(--border-soft);
}

.footer-inner {
  min-height: 82px;
  color: var(--text-muted);
  font-size: 0.75rem;
}

.footer-inner p {
  margin: 0;
}

.footer-inner a {
  text-decoration: none;
}

.footer-inner a:hover {
  color: var(--text-dim);
}

@media (max-width: 850px) {
  .form-card {
    width: min(100%, 620px);
  }

  .action-card {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .action-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .founder-card {
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
    gap: 28px;
  }

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

  .video-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 8px);
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 28px, 1120px);
  }

  .header-inner {
    min-height: 66px;
  }

  .brand-link img {
    width: 146px;
  }

  .header-status {
    max-width: 90px;
    line-height: 1.35;
    text-align: right;
  }

  .registration-section {
    padding-top: 20px;
  }

  .hero-intro {
    margin-top: 0;
  }

  .hero-intro h1 {
    font-size: clamp(3rem, 14vw, 4.15rem);
  }

  .hero-title {
    font-size: clamp(1.45rem, 7.4vw, 1.9rem);
  }

  .hero-lede {
    margin-top: 21px;
    line-height: 1.65;
  }

  .benefit-list {
    margin-top: 27px;
  }

  .proof-strip {
    margin-top: 31px;
  }

  .proof-strip div {
    padding-right: 11px;
  }

  .proof-strip div + div {
    padding-left: 11px;
  }

  .proof-strip span {
    font-size: 0.65rem;
  }

  .form-card {
    margin-top: 26px;
    padding: 25px 20px 24px;
    border-radius: 19px;
  }

  .supporting-copy {
    margin-top: 52px;
  }

  .registration-jump,
  .final-registration-cta .primary-button {
    width: 100%;
    min-width: 0;
  }

  .final-registration-cta {
    padding: 30px 20px;
    border-radius: 19px;
  }

  .founder-section {
    margin-top: 62px;
    padding-top: 48px;
  }

  .founder-card {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 15px 15px 24px;
    border-radius: 19px;
  }

  .founder-photo {
    aspect-ratio: 16 / 10;
    border-radius: 14px;
  }

  .founder-copy {
    padding: 0 6px;
  }

  .founder-copy h2 {
    font-size: clamp(1.75rem, 9vw, 2.35rem);
  }

  .founder-link {
    width: 100%;
  }

  .videos-heading {
    display: block;
    margin-top: 50px;
  }

  .videos-heading > a {
    display: inline-block;
    margin-top: 16px;
  }

  .video-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
  }

  .video-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .confirmation-section {
    padding-top: 34px;
  }

  .confirmation-heading h1 {
    font-size: 3.6rem;
  }

  .confirmation-video-shell {
    width: calc(100% + 28px);
    margin-left: -14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .action-stack {
    margin-top: 35px;
  }

  .action-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 15px;
    padding: 20px 18px;
    border-radius: 17px;
  }

  .step-number {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .confirmation-details {
    margin-top: 70px;
  }

  .confirmation-section-heading h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .live-reasons {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .live-reasons article {
    padding: 21px;
  }

  .confirmation-host {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 70px;
    padding: 16px 16px 24px;
  }

  .confirmation-host > img {
    aspect-ratio: 16 / 10;
  }

  .confirmation-host > div {
    padding-inline: 5px;
  }

  .confirmation-final-cta {
    margin-top: 58px;
  }

  .confirmation-final-cta .primary-button {
    width: 100%;
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
