:root {
  --burido-primary-color: #F3FF03;
  --burido-secondary-color: #181818;
  --burido-tertiary-color: #FFFFFF;
  --burido-static-color: #F4F2EF;
  --burido-content-color: #444444;
  --burido-content-rgb: 68, 68, 68;
  --burido-primary-rgb: 243, 255, 3;
  --burido-secondary-rgb: 24, 24, 24;
  --burido-static-color-rgb: 244, 242, 239;
  --burido-tertiary-rgb: 255, 255, 255;
  --burido-form-bg-color: #F5F5F5;
  --burido-header-font-family: "Inter", Arial, sans-serif;
  --burido-header-font-weight: 400;
  --burido-header-letter-spacing: -0.02em;
  --burido-h1-font-family: "Inter", Arial, sans-serif;
  --burido-content-font-family: "Inter", Arial, sans-serif;
  --paper: var(--burido-tertiary-color);
  --ink: var(--burido-secondary-color);
  --muted: var(--burido-content-color);
  --olive: var(--burido-secondary-color);
  --olive-dark: var(--burido-secondary-color);
  --gold: var(--burido-primary-color);
  --line: rgba(var(--burido-secondary-rgb), 0.44);
  --font-primary: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--burido-content-font-family, var(--font-primary));
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--burido-header-font-family, var(--font-primary));
  font-weight: var(--burido-header-font-weight, 500);
  letter-spacing: var(--burido-header-letter-spacing, -0.02em);
}

a {
  color: inherit;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 56px 32px 34px;
}

.paper-texture {
  position: absolute;
  inset: 0;
  opacity: 0.36;
  pointer-events: none;
  background-image: radial-gradient(circle at 1px 1px, rgba(var(--burido-secondary-rgb), 0.14) 1px, transparent 0);
  background-size: 7px 7px;
}

.hero::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: 132px;
  height: 72px;
  pointer-events: none;
  background:
    linear-gradient(178deg, transparent 48%, rgba(var(--burido-secondary-rgb), 0.1) 49%, transparent 52%),
    linear-gradient(183deg, transparent 47%, var(--paper) 48%);
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1260px;
  min-height: 720px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 6fr) minmax(340px, 4fr);
  gap: 46px;
  align-items: stretch;
}

.hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.meta-bar {
  display: grid;
  width: min(100%, 640px);
  min-height: 64px;
  margin-bottom: 70px;
  overflow: hidden;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-radius: 9px;
  background: var(--olive-dark);
  box-shadow: 0 15px 30px rgba(var(--burido-secondary-rgb), 0.15);
  color: var(--burido-tertiary-color);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.meta-bar span {
  display: flex;
  min-height: 64px;
  align-items: center;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
}

.meta-bar span + span {
  border-left: 1px solid rgba(var(--burido-tertiary-rgb), 0.18);
  color: var(--burido-static-color);
}

.hero h1 {
  max-width: 680px;
  margin: 0 0 26px;
  font-family: var(--burido-h1-font-family, var(--font-primary));
  font-size: 72px;
  font-weight: 500;
  letter-spacing: var(--burido-header-letter-spacing, -0.02em);
  line-height: 0.96;
}

.hero h1 span {
  display: block;
}

.hero__lead {
  max-width: 700px;
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.43;
}

.hero__note {
  max-width: 650px;
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.55;
}

.ticket-cta {
  position: relative;
  isolation: isolate;
  display: grid;
  width: min(100%, 640px);
  min-height: 98px;
  grid-template-columns: 1fr 96px;
  color: var(--ink);
  filter: drop-shadow(0 18px 22px rgba(var(--burido-secondary-rgb), 0.16));
  text-decoration: none;
  transform-origin: center;
  animation: ctaButtonPulse 2.8s ease-in-out infinite;
  transition: filter 260ms ease, transform 260ms ease;
}

.ticket-cta__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 30px;
  background: var(--burido-primary-color);
  clip-path: polygon(0 0, 1.3% 5%, 0 10%, 1.3% 15%, 0 20%, 1.3% 25%, 0 30%, 1.3% 35%, 0 40%, 1.3% 45%, 0 50%, 1.3% 55%, 0 60%, 1.3% 65%, 0 70%, 1.3% 75%, 0 80%, 1.3% 85%, 0 90%, 1.3% 95%, 0 100%, 98.7% 100%, 100% 95%, 98.7% 90%, 100% 85%, 98.7% 80%, 100% 75%, 98.7% 70%, 100% 65%, 98.7% 60%, 100% 55%, 98.7% 50%, 100% 45%, 98.7% 40%, 100% 35%, 98.7% 30%, 100% 25%, 98.7% 20%, 100% 15%, 98.7% 10%, 100% 5%, 98.7% 0);
}

.ticket-cta strong {
  font-size: 22px;
  line-height: 1.1;
}

.ticket-cta small {
  margin-top: 7px;
  color: var(--burido-content-color);
  font-size: 13px;
  font-weight: 600;
}

.ticket-cta__stub {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-left: 1px dashed rgba(var(--burido-tertiary-rgb), 0.36);
  background: var(--burido-primary-color);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  transition: background 260ms ease, color 260ms ease;
}

.ticket-cta:hover {
  animation-play-state: paused;
  transform: translateY(-4px) scale(1.018);
  filter: drop-shadow(0 26px 28px rgba(var(--burido-secondary-rgb), 0.22));
}

.ticket-cta:hover .ticket-cta__stub {
  background: var(--burido-static-color);
  color: var(--ink);
}

.audience-card {
  display: flex;
  width: min(100%, 640px);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  background: rgba(var(--burido-tertiary-rgb), 0.9);
  box-shadow: 0 10px 24px rgba(var(--burido-secondary-rgb), 0.07);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
  transition: box-shadow 260ms ease, transform 260ms ease;
}

.audience-card strong {
  flex: none;
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--burido-primary-color);
  color: var(--burido-secondary-color);
  font-size: 12px;
}

.hero__visual {
  display: flex;
  min-width: 0;
}

.image-frame {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: visible;
  border-radius: 10px;
  background: var(--burido-tertiary-color);
  transition: box-shadow 420ms ease, transform 420ms ease;
}

.image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 60% center;
  border-radius: 10px;
  transform: translateY(var(--hero-parallax, 0px));
  transition: transform 600ms ease, filter 600ms ease;
}

.hover-image:hover img {
  transform: translateY(var(--hero-parallax, 0px)) scale(1.035);
  filter: saturate(1.04) contrast(1.02);
}

.floating-card {
  position: absolute;
  z-index: 2;
  max-width: 280px;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--burido-static-color);
  box-shadow: 0 14px 34px rgba(var(--burido-secondary-rgb), 0.13);
  color: var(--ink);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
  transition: box-shadow 260ms ease, transform 260ms ease;
}

.floating-card--top {
  top: calc(54% + 60px);
  left: -34px;
}

.floating-card--bottom {
  right: -34px;
  bottom: 16%;
}

.hover-lift:hover,
.floating-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(var(--burido-secondary-rgb), 0.18);
}

.logo-marquee {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 48px auto 0;
  text-align: center;
}

.logo-marquee__label {
  margin-bottom: 18px;
  color: var(--burido-secondary-color);
  font-family: var(--font-primary);
  font-size: 18px;
}

.logo-marquee__mask {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, var(--burido-secondary-color) 12%, var(--burido-secondary-color) 88%, transparent);
}

.logo-marquee__track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: marquee 26s linear infinite;
}

.logo-marquee:hover .logo-marquee__track {
  animation-play-state: paused;
}

.logo-marquee a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 220ms ease;
}

.logo-marquee a:hover {
  transform: translateY(-3px);
}

.logo-marquee img {
  width: auto;
  height: 46px;
  margin: 0 34px;
  opacity: 0.82;
  filter: grayscale(1);
  transition: filter 220ms ease, opacity 220ms ease, transform 220ms ease;
}

.logo-marquee img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.04);
}

.section {
  position: relative;
  padding: 88px 32px;
  border-top: 1px solid var(--line);
}

.section > *,
.two-col,
.learning-grid,
.fit-grid,
.center-cta {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.section-inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.section-inner .learning-grid,
.section-inner .fit-grid,
.section-inner .center-cta {
  max-width: none;
}

.section__eyebrow {
  margin-bottom: 16px;
  color: var(--olive);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.section h2 {
  margin: 0;
  font-family: var(--font-primary);
  font-size: 52px;
  font-weight: 500;
  line-height: 1;
}

.learn {
  background: var(--burido-static-color);
}

.learn h2 {
  color: var(--ink);
}

.two-col {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.rich-copy p,
.speaker-card p,
.final-cta p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.section-intro {
  max-width: 760px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.section-link {
  display: inline-flex;
  margin-top: 34px;
  align-items: center;
  border-bottom: 2px solid var(--gold);
  color: var(--olive-dark);
  font-size: 15px;
  font-weight: 850;
  text-decoration: none;
  transition: color 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.section-link::after {
  content: "→";
  margin-left: 10px;
  transition: transform 220ms ease;
}

.section-link:hover {
  border-color: var(--olive);
  color: var(--olive);
  transform: translateY(-2px);
}

.section-link:hover::after {
  transform: translateX(5px);
}

.center-cta {
  display: flex;
  margin-top: 42px;
  justify-content: center;
}

.ticket-cta--compact {
  width: min(100%, 560px);
  min-height: 88px;
}

.learning-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.learning-scroll {
  display: grid;
  margin-top: 54px;
  min-height: 300vh;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr);
  gap: 42px;
  align-items: start;
}

.learning-steps {
  position: sticky;
  top: 112px;
  min-height: 360px;
}

.learning-step {
  position: relative;
  position: absolute;
  inset: 0;
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(var(--burido-tertiary-rgb), 0.72);
  box-shadow: 0 12px 28px rgba(var(--burido-secondary-rgb), 0.06);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px);
  transition: opacity 360ms ease, background 260ms ease, box-shadow 260ms ease, transform 360ms ease, border-color 260ms ease;
}

.learning-step::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 0;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: var(--gold);
  opacity: 0;
  transition: opacity 260ms ease;
}

.learning-step.is-active {
  border-color: rgba(var(--burido-primary-rgb), 0.5);
  background: var(--burido-tertiary-color);
  box-shadow: 0 20px 44px rgba(var(--burido-secondary-rgb), 0.11);
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.learning-step.is-active::before {
  opacity: 1;
}

.learning-step span {
  color: var(--gold);
  font-weight: 900;
}

.learning-step h3 {
  margin: 18px 0 10px;
  font-size: 24px;
}

.learning-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.learning-visual {
  position: sticky;
  top: 112px;
  overflow: hidden;
  min-height: 640px;
  border: 1px solid rgba(var(--burido-secondary-rgb), 0.1);
  border-radius: 10px;
  background: var(--burido-tertiary-color);
  box-shadow: 0 30px 80px rgba(var(--burido-secondary-rgb), 0.13);
}

.learning-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 520ms ease, transform 700ms ease;
}

.learning-visual img.is-active {
  opacity: 1;
  transform: scale(1);
}

.learning-card,
.fit-panel,
.speaker-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(var(--burido-tertiary-rgb), 0.68);
  box-shadow: 0 12px 28px rgba(var(--burido-secondary-rgb), 0.06);
}

.learning-card {
  padding: 24px;
  transition: box-shadow 260ms ease, transform 260ms ease;
}

.learning-card span {
  color: var(--gold);
  font-weight: 900;
}

.learning-card h3,
.fit-panel h3 {
  margin: 18px 0 10px;
  font-size: 20px;
}

.learning-card p,
.fit-panel li {
  color: var(--muted);
  line-height: 1.55;
}

.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 42px;
}

.fit-panel {
  overflow: hidden;
  padding: 0 0 28px;
}

.fit-panel--yes {
  background: var(--burido-tertiary-color);
}

.fit-panel__image {
  width: 100%;
  height: 390px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.95);
}

.fit-panel h3,
.fit-panel ul {
  margin-left: 28px;
  margin-right: 28px;
}

.fit-panel ul {
  padding-left: 20px;
}

.speaker-card {
  display: grid;
  max-width: 1180px;
  grid-template-columns: 380px 1fr;
  gap: 34px;
  padding: 42px;
  align-items: center;
  transition: box-shadow 260ms ease, transform 260ms ease;
}

.speaker.reveal.is-visible {
  background: var(--burido-static-color);
}

.problem.reveal.is-visible {
  background: var(--burido-static-color);
}

.speaker-card__media {
  overflow: hidden;
  align-self: stretch;
  min-height: 360px;
  border-radius: 8px;
  background: var(--burido-tertiary-color);
}

.speaker-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.02);
}

.speaker-card__role {
  display: block;
  margin: 12px 0 10px;
  color: var(--olive);
  font-size: 16px;
}

.speaker-link {
  display: inline-flex;
  margin-top: 10px;
  align-items: center;
  color: var(--olive);
  font-weight: 850;
  text-decoration: none;
  transition: color 220ms ease, transform 220ms ease;
}

.speaker-link::after {
  content: "→";
  margin-left: 10px;
  transition: transform 220ms ease;
}

.speaker-link:hover {
  color: var(--olive-dark);
  transform: translateY(-2px);
}

.speaker-link:hover::after {
  transform: translateX(5px);
}

.countdown-section {
  overflow: hidden;
  background: var(--burido-tertiary-color);
}

.countdown-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.countdown-inner h2 {
  max-width: 960px;
  margin: 0 auto;
  font-size: 68px;
  line-height: 0.95;
}

.countdown-inner h2 span {
  display: block;
  color: inherit;
}

.countdown-inner p {
  max-width: 820px;
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.55;
}

.countdown {
  display: grid;
  max-width: 820px;
  margin: 86px auto 76px;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 28px;
  align-items: center;
}

.countdown-card {
  min-height: 178px;
  padding: 26px 18px 22px;
  border: 1px solid rgba(var(--burido-secondary-rgb), 0.06);
  border-radius: 24px;
  background: rgba(var(--burido-tertiary-rgb), 0.92);
  box-shadow: 0 18px 44px rgba(var(--burido-secondary-rgb), 0.07);
}

.countdown-card strong {
  display: block;
  font-family: var(--font-primary);
  font-size: 86px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.95;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
}

.countdown-card span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-family: var(--font-primary);
  font-size: 28px;
  line-height: 1;
}

.countdown-separator {
  color: var(--ink);
  font-family: var(--font-primary);
  font-size: 70px;
  line-height: 1;
}

.ticket-cta--wide {
  width: min(100%, 640px);
  margin: 0 auto;
}

.video-section {
  background: var(--burido-secondary-color);
  color: var(--burido-tertiary-color);
}

.video-shell {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: center;
}

.video-shell h2 {
  color: var(--burido-tertiary-color);
}

.video-shell p {
  color: var(--burido-static-color);
  font-size: 18px;
  line-height: 1.6;
}

.video-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(var(--burido-primary-rgb), 0.28);
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  background: var(--burido-secondary-color);
  box-shadow: 0 28px 80px rgba(var(--burido-secondary-rgb), 0.28);
}

.video-box iframe,
.video-box video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  text-align: center;
}

.play-button {
  display: flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 28px;
  transform-origin: center;
  animation: pulse 2.4s ease-in-out infinite;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--burido-static-color);
}

.final-cta .ticket-cta {
  flex: 0 0 min(560px, 100%);
}

.ticket-cta--dark .ticket-cta__copy,
.ticket-cta--dark .ticket-cta__stub {
  background: var(--burido-primary-color);
}

.ticket-cta--pulse {
  animation: ctaButtonPulse 2.8s ease-in-out infinite;
}

.reveal {
  opacity: 1;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal--delay {
  transition-delay: 160ms;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(var(--burido-primary-rgb), 0.34);
  }
  50% {
    box-shadow: 0 0 0 18px rgba(var(--burido-primary-rgb), 0);
  }
}

@keyframes ctaButtonPulse {
  0%,
  100% {
    filter: drop-shadow(0 18px 22px rgba(var(--burido-secondary-rgb), 0.16));
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 22px 28px rgba(var(--burido-secondary-rgb), 0.2));
    transform: scale(1.035);
  }
}

@media (min-width: 768px) {
  html {
    scroll-behavior: smooth;
  }
}

@media (max-width: 991px) {
  .hero__grid,
  .two-col,
  .video-shell {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero__visual {
    min-height: 520px;
  }

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

  .learning-scroll {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .learning-steps {
    position: relative;
    top: auto;
    min-height: 300px;
    order: 2;
  }

  .learning-visual {
    position: relative;
    top: auto;
    min-height: 520px;
    order: -1;
  }

  .countdown-inner h2 {
    font-size: 54px;
  }

  .countdown {
    gap: 14px;
  }

  .countdown-card strong {
    font-size: 64px;
  }

  .countdown-card span {
    font-size: 22px;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .speaker-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hero,
  .section {
    padding: 48px 18px;
  }

  .hero {
    min-height: auto;
    padding-top: 26px;
  }

  .hero__grid {
    gap: 24px;
    min-height: auto;
  }

  .meta-bar {
    grid-template-columns: 1fr;
    margin-bottom: 26px;
  }

  .meta-bar span {
    justify-content: center;
    min-height: 46px;
    text-align: center;
  }

  .meta-bar span + span {
    border-top: 1px solid rgba(var(--burido-tertiary-rgb), 0.18);
    border-left: 0;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: 39px;
  }

  .hero__lead,
  .rich-copy p,
  .video-shell p {
    font-size: 16px;
  }

  .ticket-cta {
    grid-template-columns: 1fr 64px;
  }

  .ticket-cta__copy {
    align-items: flex-start;
    padding: 18px 22px;
    text-align: left;
  }

  .ticket-cta strong {
    font-size: 18px;
    text-align: left;
  }

  .ticket-cta small {
    text-align: left;
  }

  .ticket-cta__stub {
    min-height: auto;
    border-top: 0;
    border-left: 1px dashed rgba(var(--burido-tertiary-rgb), 0.36);
  }

  .audience-card {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .audience-card strong {
    align-self: flex-start;
  }

  .fit-grid,
  .speaker-card {
    grid-template-columns: 1fr;
  }

  .two-col {
    gap: 28px;
  }

  .problem .two-col {
    gap: 16px;
  }

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

  .section-intro {
    margin-top: 18px;
  }

  .learning-grid,
  .fit-grid,
  .center-cta {
    margin-top: 28px;
  }

  .learning-scroll {
    margin-top: 28px;
    display: block;
    gap: 0;
  }

  .learning-visual {
    position: relative;
    top: auto;
    min-height: 320px;
    margin-bottom: 18px;
  }

  .learning-steps {
    display: flex;
    min-height: auto;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 18px 10px 0;
    scroll-padding-inline: 0 18px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .learning-steps::-webkit-scrollbar {
    display: none;
  }

  .learning-step {
    position: relative;
    inset: auto;
    flex: 0 0 86%;
    min-height: auto;
    padding: 22px;
    scroll-snap-align: start;
    opacity: 0.7;
    pointer-events: auto;
    transform: none;
  }

  .learning-step.is-active {
    opacity: 1;
    transform: none;
  }

  .fit-panel__image {
    height: 290px;
  }

  .learning-step h3 {
    font-size: 21px;
  }

  .section h2 {
    font-size: 38px;
  }

  .countdown-inner h2 {
    font-size: 39px;
  }

  .countdown-inner p {
    font-size: 16px;
  }

  .countdown {
    margin: 44px auto 42px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .countdown-separator {
    display: none;
  }

  .countdown-card {
    min-height: 128px;
    border-radius: 14px;
  }

  .countdown-card strong {
    font-size: 48px;
  }

  .countdown-card span {
    font-size: 18px;
  }

  .hero__visual {
    min-height: 360px;
  }

  .floating-card {
    max-width: 210px;
    padding: 12px 14px;
    font-size: 13px;
  }

  .floating-card--top {
    top: 216px;
    left: -8px;
  }

  .floating-card--bottom {
    right: -8px;
    bottom: 18px;
  }

  .speaker-card__media {
    min-height: 320px;
  }
}








