/* Final content and responsive overrides. */
.hero { order: 1; }
.webinar-guidance-section { order: 2; }
.stories-section { order: 3; }
.about-section { order: 4; }
.webinar-glimpse-section { order: 5; }
.proof-section { order: 6; }
.agenda-section { order: 7; }
.frameworks-section { order: 8; }
.outcomes-section { order: 9; }
.faq-section { order: 10; }

.ticker-track {
  display: flex;
  width: max-content;
  min-width: 200%;
  animation: tickerMoveStable 28s linear infinite;
  will-change: transform;
}

.ticker-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 100vw;
  flex-shrink: 0;
}

@keyframes tickerMoveStable {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.hero-growth-kicker {
  display: inline-flex;
  margin: 0 auto 20px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 184, 0, 0.25);
  border-radius: 999px;
  color: #fff3c4;
  background: rgba(255, 184, 0, 0.12);
  font-size: clamp(0.75rem, 1.5vw, 0.95rem);
  font-weight: 850;
  letter-spacing: 0.02em;
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  line-height: 1.03;
}

.hero h1 span { color: var(--accent); }

.hero-promise {
  max-width: 720px;
  margin: -12px auto 26px;
  color: #fff3c4;
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  font-weight: 750;
  line-height: 1.55;
  text-align: center;
}

.hero-promise::before {
  content: "✓";
  margin-right: 8px;
  color: var(--accent-cool);
}

.hero-video-launch {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  place-items: center;
  border: 0;
  color: #fff;
  background: #08090d;
  cursor: pointer;
}

.hero-video-launch::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(0, 0, 0, 0.68));
}

.hero-video-launch img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-play-button {
  position: relative;
  z-index: 2;
  display: grid;
  width: clamp(62px, 10vw, 82px);
  height: clamp(62px, 10vw, 82px);
  place-items: center;
  border-radius: 50%;
  background: #f51720;
  box-shadow: 0 16px 42px rgba(245, 23, 32, 0.4);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  transition: transform 180ms ease;
}

.hero-play-label {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  font-weight: 850;
}

.hero-video-launch:hover .hero-play-button,
.hero-video-launch:focus-visible .hero-play-button { transform: scale(1.08); }
.hero-video-launch:focus-visible { outline: 3px solid var(--accent-cool); outline-offset: -4px; }
.video-embed.is-playing iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.local-video-notice {
  position: absolute;
  z-index: 4;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 28px;
  color: #fff;
  background: linear-gradient(145deg, #14161c, #08090d);
  text-align: center;
}

.local-video-notice strong { color: var(--accent); font-size: clamp(1rem, 2vw, 1.35rem); }
.local-video-notice span { max-width: 42ch; margin: 0 auto; color: var(--silver); font-size: 0.9rem; line-height: 1.5; }
.story-card .local-video-notice { padding: 22px; }
.story-card .local-video-notice strong { font-size: 1rem; }
.story-card .local-video-notice span { font-size: 0.78rem; }

.story-rail {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 22px !important;
  width: min(100%, 1120px) !important;
  padding: 0 !important;
  overflow: visible !important;
  margin: 38px auto 0 !important;
  justify-content: center !important;
}

.story-card {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  transform: none !important;
}

.story-card.is-playing iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.webinar-guidance-section {
  color: var(--white);
  background:
    radial-gradient(circle at 8% 18%, rgba(124, 229, 217, 0.11), transparent 28%),
    radial-gradient(circle at 92% 80%, rgba(255, 184, 0, 0.1), transparent 28%),
    #101218;
}

.learning-grid,
.action-guidance-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1120px);
  margin-inline: auto;
}

.learning-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 38px;
}

.learning-card {
  min-height: 260px;
  padding: 28px 24px;
  border: 1px solid rgba(124, 229, 217, 0.18);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
  box-shadow: 0 24px 54px rgba(0,0,0,0.22);
  transition: transform 200ms ease, border-color 200ms ease;
}

.learning-card:hover { transform: translateY(-7px); border-color: rgba(124, 229, 217, 0.48); }
.learning-card > span { color: var(--accent); font-size: 0.78rem; font-weight: 950; letter-spacing: 0.1em; }
.learning-card h3 { margin: 20px 0 12px; color: #fff; font-size: 1.18rem; }
.learning-card p { margin: 0; color: var(--silver); font-size: 0.94rem; line-height: 1.58; }

.action-guidance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 28px; }

.action-panel {
  padding: clamp(26px, 4vw, 40px);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.24);
}

.action-do { border: 1px solid rgba(76, 222, 139, 0.3); background: rgba(76, 222, 139, 0.075); }
.action-dont { border: 1px solid rgba(255, 112, 112, 0.28); background: rgba(255, 112, 112, 0.065); }
.action-panel-title { display: flex; align-items: center; gap: 13px; }
.action-panel-title > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; font-size: 1.3rem; font-weight: 950; }
.action-do .action-panel-title > span { color: #06180d; background: #4cde8b; }
.action-dont .action-panel-title > span { color: #250606; background: #ff7070; }
.action-panel h3 { margin: 0; color: #fff; font-size: clamp(1.25rem, 2vw, 1.6rem); }
.action-panel ul { display: grid; gap: 13px; margin: 24px 0 0; padding: 0; list-style: none; }
.action-panel li { position: relative; padding-left: 26px; color: #d2d4da; }
.action-do li::before { content: "✓"; }
.action-dont li::before { content: "×"; }
.action-panel li::before { position: absolute; left: 0; top: 0; font-weight: 950; }
.action-do li::before { color: #4cde8b; }
.action-dont li::before { color: #ff7070; }

.webinar-glimpse-section {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 112px) clamp(20px, 4vw, 48px);
  color: #fff;
  background:
    radial-gradient(circle at 15% 10%, rgba(255,184,0,0.11), transparent 30%),
    radial-gradient(circle at 90% 85%, rgba(124,229,217,0.1), transparent 28%),
    #0a0b0f;
}

.glimpse-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 230px;
  gap: 16px;
  width: min(100%, 1120px);
  margin: 38px auto 0;
}

.glimpse-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 20px;
  background: #17191f;
  box-shadow: 0 22px 55px rgba(0,0,0,0.3);
  cursor: zoom-in;
}

.glimpse-featured { grid-row: span 2; }
.glimpse-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease; }
.glimpse-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,0.82)); }
.glimpse-card span { position: absolute; z-index: 2; left: 18px; bottom: 16px; color: #fff; font-size: 0.92rem; font-weight: 900; }
.glimpse-card:hover img, .glimpse-card:focus-visible img { transform: scale(1.045); }
.glimpse-card:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.glimpse-lightbox {
  width: min(92vw, 980px);
  max-width: none;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 24px;
  color: #fff;
  background: #08090c;
  box-shadow: 0 40px 120px rgba(0,0,0,0.75);
}

.glimpse-lightbox::backdrop { background: rgba(2,3,5,0.88); backdrop-filter: blur(8px); }
.glimpse-lightbox img { display: block; width: 100%; max-height: 82vh; border-radius: 24px; object-fit: contain; }
.glimpse-lightbox p { position: absolute; left: 50%; bottom: 14px; margin: 0; padding: 7px 12px; border-radius: 999px; background: rgba(0,0,0,0.7); font-size: 0.82rem; transform: translateX(-50%); }
.glimpse-close, .glimpse-nav { position: absolute; z-index: 3; display: grid; place-items: center; border: 0; color: #fff; background: rgba(0,0,0,0.72); cursor: pointer; }
.glimpse-close { top: 12px; right: 12px; width: 42px; height: 42px; border-radius: 50%; font-size: 1.7rem; }
.glimpse-nav { top: 50%; width: 48px; height: 70px; font-size: 2.4rem; transform: translateY(-50%); }
.glimpse-prev { left: 12px; border-radius: 14px; }
.glimpse-next { right: 12px; border-radius: 14px; }

.business-assessment {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.45fr) minmax(180px, 0.55fr);
  gap: 28px;
  width: min(100%, 1120px);
  margin: 30px auto 0;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(255, 184, 0, 0.28);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,184,0,0.1), rgba(255,255,255,0.035));
  box-shadow: 0 28px 70px rgba(0,0,0,0.28);
}

.assessment-intro h3 { margin: 12px 0; color: #fff; font-size: clamp(1.55rem, 2.7vw, 2.25rem); line-height: 1.12; }
.assessment-intro p { margin: 0; color: var(--silver); line-height: 1.55; }
.assessment-grid { display: grid; gap: 15px; }
.assessment-grid label { display: grid; grid-template-columns: minmax(0, 1fr) minmax(110px, 0.72fr) 30px; align-items: center; gap: 12px; color: #f2f2f4; font-size: 0.9rem; }
.assessment-grid input { width: 100%; accent-color: var(--accent); cursor: pointer; }
.assessment-grid output { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #111; background: var(--accent); font-weight: 950; }
.assessment-result { display: grid; align-content: center; justify-items: center; padding: 22px; border: 1px solid rgba(124,229,217,0.22); border-radius: 18px; background: rgba(7,9,12,0.6); text-align: center; }
.assessment-result span { color: var(--accent-cool); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.assessment-result strong { margin: 8px 0; color: #fff; font-size: clamp(2rem, 4vw, 3rem); }
.assessment-result p { margin: 0; color: #d6d7da; font-size: 0.86rem; line-height: 1.5; }

.about-section {
  color: #fff;
  background: #050506;
}

.about-shell { position: relative; z-index: 1; width: min(100%, 1160px); margin: 0 auto; }
.about-intro { margin-bottom: 44px; text-align: center; }
.about-intro > span { display: inline-flex; margin-bottom: 18px; padding: 9px 16px; border: 1px solid rgba(255,184,0,0.22); border-radius: 999px; color: var(--accent); background: rgba(255,184,0,0.08); font-family: inherit; font-size: clamp(0.78rem, 1.4vw, 0.95rem); font-weight: 950; letter-spacing: 0.12em; text-transform: uppercase; }
.about-intro h2 { max-width: 900px; margin: 0 auto; color: #fff; font-size: clamp(2rem, 4.3vw, 4rem); line-height: 1.08; }
.about-intro h2::first-letter { color: #fff; }

.about-layout { display: grid; grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr); align-items: stretch; gap: clamp(30px, 6vw, 74px); }

.about-photo-card {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 26px;
  background: linear-gradient(145deg, #292a2e, #0b0c0f);
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}

.about-photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.84)); pointer-events: none; }
.about-photo-card img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: 50% 22%; }
.about-photo-card > div { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 24px; }
.about-photo-card strong, .about-photo-card span { display: block; }
.about-photo-card strong { font-size: 1.45rem; }
.about-photo-card span { color: var(--accent-cool); }

.about-copy { align-self: center; }
.about-copy h3 { max-width: 700px; margin: 12px 0 22px; color: #fff; font-size: clamp(1.8rem, 3.3vw, 3rem); line-height: 1.1; }
.about-copy > p { color: #c6c8ce; font-size: clamp(1rem, 1.45vw, 1.12rem); line-height: 1.7; }
.about-copy .about-lead { color: #fff; font-size: clamp(1.1rem, 1.8vw, 1.3rem); font-weight: 800; line-height: 1.5; }
.about-direct-points { display: grid; gap: 10px; margin: 24px 0; }
.about-direct-points article { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid rgba(124,229,217,0.15); border-radius: 13px; background: rgba(124,229,217,0.045); }
.about-direct-points span { color: var(--accent-cool); font-size: 0.75rem; font-weight: 950; }
.about-direct-points strong { color: #fff; font-size: 0.98rem; }
.about-proof-list { display: grid; gap: 12px; margin: 28px 0; }
.about-proof-list article { display: grid; grid-template-columns: 110px 1fr; gap: 15px; padding: 16px 18px; border: 1px solid rgba(255,184,0,0.16); border-radius: 14px; background: rgba(255,184,0,0.055); }
.about-proof-list strong { color: var(--accent); }
.about-proof-list span { color: #e8e8e6; }
.about-closing { padding-left: 18px; border-left: 3px solid var(--accent); color: #fff !important; font-weight: 800; }

@media (max-width: 900px) {
  .story-rail { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .learning-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-layout { grid-template-columns: 1fr; }
  .about-photo-card { width: min(100%, 560px); min-height: 560px; margin: 0 auto; }
  .about-photo-card img { min-height: 560px; }
  .business-assessment { grid-template-columns: 1fr 1.4fr; }
  .assessment-result { grid-column: 1 / -1; }
  .glimpse-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 220px; }
  .glimpse-featured { grid-row: span 2; }
}

@media (max-width: 620px) {
  .ticker-track { min-width: 240%; animation-duration: 22s; }
  .ticker-group { min-width: 120vw; }
  .ticker-group span, .ticker-group b { padding-inline: 24px; }
  .story-rail { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 10px !important; margin-top: 24px !important; }
  .story-card { aspect-ratio: 9 / 16; border-radius: 14px !important; }
  .hero-growth-kicker { display: flex; width: fit-content; max-width: 100%; padding: 9px 14px; line-height: 1.3; text-align: center; }
  .hero h1 { font-size: clamp(2rem, 10.5vw, 3rem); line-height: 1.06; }
  .hero-promise { margin-top: -8px; }
  .hero-points { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .hero-points article { min-height: 0; padding: 13px 11px; }
  .hero-points article:last-child { grid-column: 1 / -1; }
  .hero-points span { margin-bottom: 7px; font-size: 0.68rem; }
  .hero-points strong { font-size: 0.82rem; line-height: 1.3; }
  .hero-card { padding: 13px; }
  .video-kicker { margin-bottom: 12px; }
  .hero-play-label { bottom: 12px; font-size: 0.82rem; }
  .learning-grid, .action-guidance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .learning-card { min-height: 0; padding: 20px 14px; border-radius: 16px; }
  .learning-card h3 { margin: 12px 0 8px; font-size: 0.98rem; }
  .learning-card p { font-size: 0.78rem; line-height: 1.45; }
  .action-panel { padding: 20px 14px; border-radius: 16px; }
  .action-panel-title { align-items: flex-start; gap: 8px; }
  .action-panel-title > span { flex: 0 0 auto; width: 28px; height: 28px; font-size: 1rem; }
  .action-panel h3 { font-size: 0.95rem; line-height: 1.25; }
  .action-panel ul { gap: 9px; margin-top: 16px; }
  .action-panel li { padding-left: 18px; font-size: 0.76rem; line-height: 1.4; }
  .about-intro { margin-bottom: 30px; }
  .about-intro > span { font-size: 0.78rem; }
  .about-intro h2 { font-size: 2.05rem; }
  .about-photo-card { min-height: 470px; border-radius: 20px; }
  .about-photo-card img { min-height: 470px; }
  .about-proof-list article { grid-template-columns: 1fr; gap: 4px; }
  .business-assessment { grid-template-columns: 1fr; gap: 24px; padding: 24px 18px; }
  .assessment-grid label { grid-template-columns: 1fr 30px; gap: 8px; }
  .assessment-grid input { grid-column: 1 / -1; grid-row: 2; }
  .assessment-grid output { grid-column: 2; grid-row: 1; }
  .assessment-result { grid-column: auto; }
  .glimpse-gallery { grid-auto-rows: 170px; gap: 10px; margin-top: 26px; }
  .glimpse-featured { grid-column: 1 / -1; grid-row: auto; }
  .glimpse-card { border-radius: 14px; }
  .glimpse-card span { left: 12px; bottom: 11px; font-size: 0.75rem; }
  .glimpse-lightbox { width: calc(100vw - 24px); border-radius: 18px; }
  .glimpse-lightbox img { border-radius: 18px; }
  .glimpse-nav { width: 38px; height: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  .learning-card, .hero-play-button { transition: none; }
}

/* Compact split hero: copy left, invitation video right. */
.hero {
  min-height: auto;
  padding: 42px 24px 76px;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 184, 0, 0.22), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(124, 229, 217, 0.18), transparent 32%),
    radial-gradient(circle at 72% 88%, rgba(89, 72, 255, 0.16), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #10182b 54%, #171027 100%);
}

.hero-logo {
  width: min(190px, 42vw);
  margin: 12px auto 34px;
}

.hero-inner { width: min(100%, 1180px); }

.hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, 0.92fr);
  grid-template-areas:
    "kicker video"
    "title video"
    "subtitle video"
    "promise video"
    "points video"
    "actions video";
  column-gap: clamp(36px, 5vw, 72px);
  align-items: start;
  text-align: left;
}

.hero-growth-kicker {
  grid-area: kicker;
  margin: 0 0 16px;
  border-color: rgba(124, 229, 217, 0.34);
  color: #dffffb;
  background: rgba(124, 229, 217, 0.1);
}

.hero h1 {
  grid-area: title;
  max-width: 690px;
  margin: 0 0 20px;
  font-size: clamp(2.55rem, 4.3vw, 4.2rem);
  line-height: 0.99;
  text-align: left;
}

.hero h1 span {
  display: block;
  color: #ffbd16;
  text-shadow: 0 0 32px rgba(255, 184, 0, 0.2);
}

.hero-card {
  grid-area: video;
  align-self: center;
  width: 100%;
  margin: 0;
  padding: 16px;
  gap: 11px;
  border: 1px solid rgba(124, 229, 217, 0.28);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045)),
    radial-gradient(circle at 100% 0%, rgba(124,229,217,0.14), transparent 40%);
  box-shadow: 0 34px 90px rgba(0,0,0,0.42), 0 0 55px rgba(124,229,217,0.08);
}

.video-kicker { font-size: 0.84rem; letter-spacing: 0.11em; }
.hero-video-caption { padding: 9px 4px 2px; }
.hero-video-caption strong { font-size: 0.98rem; }
.hero-video-caption span { font-size: 0.8rem; }

.hero-subtitle {
  grid-area: subtitle;
  max-width: 620px;
  margin: 0 0 10px;
  color: #d8dceb;
  font-size: clamp(0.96rem, 1.35vw, 1.08rem);
  line-height: 1.55;
  text-align: left;
}

.hero-promise {
  grid-area: promise;
  max-width: none;
  margin: 0 0 16px;
  color: #fff0bd;
  font-size: 0.94rem;
  text-align: left;
}

.hero-points {
  grid-area: points;
  width: 100%;
  margin: 0 0 18px;
  gap: 9px;
}

.hero-points article {
  min-height: 82px;
  padding: 12px;
  border-color: rgba(124, 229, 217, 0.16);
  background: rgba(255,255,255,0.065);
  text-align: left;
}

.hero-points span { margin-bottom: 6px; color: #7ce5d9; font-size: 0.69rem; }
.hero-points strong { font-size: 0.82rem; line-height: 1.3; }

.hero-actions {
  grid-area: actions;
  display: grid;
  justify-items: start;
  justify-content: start;
  gap: 9px;
  margin: 0;
  text-align: left;
}

.hero-actions .cta-button {
  color: #171106;
  background: linear-gradient(135deg, #ffd33d, #ff9d00 62%, #ff7a00);
  box-shadow: 0 16px 42px rgba(255, 157, 0, 0.28);
}

.hero-actions .cta-button:hover { box-shadow: 0 20px 52px rgba(255, 157, 0, 0.38); }
.framework-gift { color: #eafdfb; font-size: 0.86rem; }
.hero-note { color: #aeb6ca; font-size: 0.76rem; text-align: left; }

@media (max-width: 900px) {
  .hero { padding: 28px 14px 54px; }
  .hero-logo { width: min(158px, 44vw); margin: 8px auto 20px; }
  .hero-inner { width: min(100%, 680px); }
  .hero-copy { display: block; text-align: center; }
  .hero-growth-kicker { margin: 0 auto 13px; padding: 8px 13px; font-size: 0.72rem; }
  .hero h1 { max-width: 620px; margin: 0 auto 16px; font-size: clamp(2rem, 9.2vw, 3.15rem); line-height: 1.02; text-align: center; }
  .hero-card { width: min(100%, 600px); margin: 0 auto; padding: 10px; gap: 7px; border-radius: 18px; }
  .video-kicker { font-size: 0.74rem; }
  .video-embed { border-radius: 13px; }
  .hero-play-button { width: 58px; height: 58px; font-size: 1.3rem; }
  .hero-play-label { bottom: 10px; font-size: 0.72rem; }
  .hero-video-caption { display: none; }
  .hero-subtitle { max-width: 560px; margin: 14px auto 7px; font-size: 0.88rem; line-height: 1.48; text-align: center; }
  .hero-promise { margin: 0 auto 13px; font-size: 0.82rem; text-align: center; }
  .hero-points { margin: 0 auto 14px; }
  .hero-actions { justify-items: center; justify-content: center; gap: 7px; text-align: center; }
  .hero-actions .cta-button { min-height: 48px; padding: 13px 20px; font-size: 0.95rem; }
  .framework-gift { font-size: 0.76rem; }
  .hero-note { font-size: 0.68rem; line-height: 1.4; text-align: center; }
}

@media (max-width: 420px) {
  .hero { padding-inline: 11px; padding-bottom: 46px; }
  .hero-logo { width: 145px; margin-bottom: 16px; }
  .hero h1 { font-size: clamp(1.88rem, 9vw, 2.35rem); }
  .hero-subtitle { font-size: 0.82rem; }
  .hero-promise { font-size: 0.78rem; }
}

/* Restrained yellow, red and black brand system. */
:root {
  --night: #080808;
  --night-soft: #111111;
  --panel: #191919;
  --accent: #ffc400;
  --accent-cool: #ff3b30;
}

body { background: #080808; }

.hero {
  padding-top: 74px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 196, 0, 0.18), transparent 31%),
    radial-gradient(circle at 88% 20%, rgba(230, 37, 31, 0.16), transparent 32%),
    linear-gradient(135deg, #060606 0%, #15100a 52%, #160707 100%);
}

.hero-logo { margin-top: 10px; }
.hero-growth-kicker { border-color: rgba(255, 196, 0, 0.34); color: #fff2bd; background: rgba(255, 196, 0, 0.09); }
.hero h1 span { color: #ffc400; text-shadow: 0 0 32px rgba(255,196,0,0.2); }
.hero-promise::before { color: #ff3b30; }
.hero-card { border-color: rgba(230,37,31,0.3); background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(230,37,31,0.055)); box-shadow: 0 34px 90px rgba(0,0,0,0.48), 0 0 48px rgba(230,37,31,0.09); }
.hero-points article { border-color: rgba(255,196,0,0.16); }
.hero-points span { color: #ffca28; }

.cta-button,
.mobile-sticky-cta,
.hero-actions .cta-button {
  color: #171106;
  background: linear-gradient(135deg, #ffd83d, #ffc000 58%, #ff9d00);
  box-shadow: 0 16px 40px rgba(255, 176, 0, 0.26), inset 0 1px 0 rgba(255,255,255,0.38);
}

.cta-button:hover,
.mobile-sticky-cta:hover,
.hero-actions .cta-button:hover {
  color: #090909;
  background: linear-gradient(135deg, #ffe36b, #ffc400 60%, #ffad14);
  box-shadow: 0 20px 52px rgba(255, 176, 0, 0.34), 0 0 0 6px rgba(255,196,0,0.08);
}

.webinar-guidance-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(255,196,0,0.08), transparent 28%),
    radial-gradient(circle at 92% 80%, rgba(230,37,31,0.09), transparent 28%),
    #0c0c0c;
}

.stories-section,
.outcomes-section,
.faq-section { background: #111; }

.agenda-section,
.frameworks-section { background: #080808; }

.webinar-glimpse-section {
  background:
    radial-gradient(circle at 15% 10%, rgba(255,196,0,0.1), transparent 30%),
    radial-gradient(circle at 90% 85%, rgba(230,37,31,0.09), transparent 28%),
    #090909;
}

.learning-card { border-color: rgba(255,196,0,0.16); }
.learning-card:hover { border-color: rgba(230,37,31,0.45); }
.action-do { border-color: rgba(255,196,0,0.3); background: rgba(255,196,0,0.065); }
.action-do .action-panel-title > span { color: #171106; background: #ffc400; }
.action-do li::before { color: #ffc400; }
.action-dont { border-color: rgba(230,37,31,0.32); background: rgba(230,37,31,0.065); }
.action-dont .action-panel-title > span { color: #fff; background: #e6251f; }
.action-dont li::before { color: #ff514b; }
.business-assessment { border-color: rgba(255,196,0,0.3); }
.assessment-result { border-color: rgba(230,37,31,0.28); }
.assessment-result span,
.about-photo-card span,
.about-direct-points span { color: #ffca28; }
.about-direct-points article { border-color: rgba(230,37,31,0.15); background: rgba(230,37,31,0.04); }
.video-embed { box-shadow: 0 26px 72px rgba(0,0,0,0.42), 0 0 0 1px rgba(255,196,0,0.08); }
.proof-section::before { background: radial-gradient(circle, #ffc400, transparent 68%); }
.proof-section::after { background: radial-gradient(circle, #e6251f, transparent 68%); }
.hero-video-launch:focus-visible,
.story-card.video-launch:focus-visible { outline-color: #ffc400; }

@media (max-width: 900px) {
  .hero { padding-top: 62px; }
  .hero-logo { margin-top: 6px; }
}
