/* Foundation Program page — supplements /styles.css + /onboarding/register/register.css */

@media (max-width: 767px) {
  .foundation-page {
    padding-bottom: 4.5rem;
  }
}

.foundation-page .foundation-skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: #4a9b8e;
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 8px 0;
}
.foundation-page .foundation-skip-link:focus {
  left: 0;
}

.foundation-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Hero: keep wave texture like global .hero::before; replace global .hero::after logo watermark with soft mesh */
.foundation-program-hero {
  isolation: isolate;
  background: linear-gradient(165deg, #c8f0e4 0%, #e4f5e8 38%, #dceefa 100%);
  overflow: hidden;
  /* Extra breathing room vs default .registration-hero */
  padding-top: 8rem;
  padding-bottom: 4.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .foundation-program-hero {
    padding-top: 8.5rem;
    padding-bottom: 5.5rem;
  }
}

/* Top wave — stronger than index default so the texture reads clearly */
.foundation-program-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z" fill="%23ffffff" opacity="0.22"></path></svg>')
    no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}

/* Atmospheric mesh — not the global logo watermark */
.foundation-program-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 100% 70% at 15% 25%, rgba(255, 255, 255, 0.62) 0%, transparent 52%),
    radial-gradient(ellipse 80% 60% at 88% 75%, rgba(179, 229, 252, 0.52) 0%, transparent 48%),
    radial-gradient(ellipse 70% 55% at 50% 100%, rgba(168, 230, 207, 0.38) 0%, transparent 55%);
  opacity: 0.88;
}

.foundation-program-hero .foundation-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 0.25rem;
}

.foundation-urgency {
  display: inline-block;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a3412;
  background: linear-gradient(180deg, rgba(255, 237, 220, 0.98) 0%, rgba(255, 220, 200, 0.95) 100%);
  padding: 0.45rem 1rem;
  border-radius: 999px;
  margin: 0 auto;
  border: 1px solid rgba(196, 92, 62, 0.35);
  box-shadow: 0 4px 16px rgba(196, 92, 62, 0.15), 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

/* Program title — primary identity in hero (full name, two lines) */
.foundation-program-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 1.35rem);
  margin: 0 auto;
  max-width: 36em;
  text-align: center;
}

.foundation-program-name__brand {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.45rem, 4.8vw, 2.15rem);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
  color: #1a5c52;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.foundation-program-name__program {
  display: inline-block;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: clamp(0.95rem, 2.6vw, 1.2rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  padding: 0.5rem 1.35rem;
  background: linear-gradient(145deg, #256f63 0%, #3d9a8a 42%, #2d7a6e 100%);
  border-radius: 10px;
  box-shadow: 0 6px 22px rgba(45, 122, 110, 0.38), 0 1px 0 rgba(255, 255, 255, 0.28) inset;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.foundation-program-hero h1 {
  font-size: clamp(1.75rem, 5.2vw, 2.55rem);
  line-height: 1.32;
  margin: 0;
  width: 100%;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1e3a3a;
  text-shadow: none;
}

.foundation-program-hero .hero-h1-line {
  display: block;
}

.foundation-program-hero .hero-h1-line--accent {
  margin-top: clamp(0.65rem, 2vw, 1.1rem);
  font-weight: 800;
  background: linear-gradient(115deg, #1a6b5e 0%, #2d8f7f 35%, #4a9b8e 55%, #2a6b8c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: #1a6b5e;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 0 rgba(255, 255, 255, 0.4));
}

@supports not (background-clip: text) {
  .foundation-program-hero .hero-h1-line--accent {
    color: #1a6b5e;
    -webkit-text-fill-color: currentColor;
    background: none;
  }
}

.foundation-program-hero .subhead {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: clamp(1.02rem, 2.5vw, 1.12rem);
  line-height: 1.85;
  color: #3d4f5c;
  margin: 0;
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.foundation-program-hero .subhead-kicker {
  display: block;
  font-size: 1.05em;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1e3a3a;
  margin-bottom: 0;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid rgba(74, 155, 142, 0.35);
}

.foundation-program-hero .subhead-body {
  display: block;
  margin-top: 1.35rem;
}

.foundation-program-hero .subhead em {
  font-style: normal;
  font-weight: 800;
  color: #2d7a6e;
}

.foundation-pricing-card {
  --pricing-teal: #2d7a6e;
  --pricing-teal-bright: #4a9b8e;
  --pricing-sky: #5ba3d4;
  --pricing-coral: #c45c3e;
  --pricing-gold: #c9a227;
  background: linear-gradient(165deg, #ffffff 0%, #f4fcf9 42%, #e8f5ef 100%);
  border-radius: 20px;
  padding: 1.35rem 1.5rem 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 48px rgba(45, 122, 110, 0.18),
    0 0 0 1px rgba(74, 155, 142, 0.2);
}

.foundation-pricing-card .pricing-card-top-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--pricing-teal-bright) 0%, var(--pricing-sky) 45%, #e8a598 100%);
  border-radius: 20px 20px 0 0;
}

.foundation-pricing-card .pricing-top-stack {
  text-align: center;
  padding: 0 0.25rem;
}

.foundation-pricing-card .price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin-bottom: 0.75rem;
  padding-top: 0.15rem;
}
.foundation-pricing-card .was {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #4a5568;
  letter-spacing: 0.02em;
}
.foundation-pricing-card .was s {
  color: #94a3b8;
  font-size: 1.15em;
  font-weight: 800;
  text-decoration-thickness: 2px;
}

.foundation-pricing-card .badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.55rem;
  margin-bottom: 0.85rem;
}
.foundation-pricing-card .badge {
  display: inline-block;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid transparent;
}
.foundation-pricing-card .badge--early {
  color: #7c2d12;
  background: linear-gradient(180deg, #fff5f0 0%, #ffd4c4 100%);
  border-color: rgba(196, 92, 62, 0.45);
  box-shadow: 0 4px 14px rgba(196, 92, 62, 0.22), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.foundation-pricing-card .badge--referral {
  color: #1e3a6e;
  background: linear-gradient(180deg, #f0f4ff 0%, #c7d7ff 100%);
  border-color: rgba(92, 107, 192, 0.45);
  box-shadow: 0 4px 14px rgba(92, 107, 192, 0.18), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.foundation-pricing-card .pricing-savings-note {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto 0.85rem;
  padding: 0.75rem 1.25rem;
  max-width: 100%;
  font-weight: 700;
  color: #2d3748;
  background: linear-gradient(145deg, rgba(255, 248, 220, 0.95) 0%, rgba(255, 230, 180, 0.9) 45%, rgba(232, 245, 239, 0.85) 100%);
  border-radius: 12px;
  border: 2px solid rgba(201, 162, 39, 0.55);
  box-shadow: 0 6px 20px rgba(201, 162, 39, 0.2), 0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.foundation-pricing-card .pricing-savings-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #92400e;
  margin-bottom: 0.45rem;
}

.foundation-pricing-card .pricing-savings-highlights {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem 0.85rem;
}

/* Solid colors for contrast on light gold panel (avoid low-contrast gradient text) */
.foundation-pricing-card .pricing-savings-pct {
  color: #3f1d0d;
  font-weight: 900;
  font-size: clamp(1.35rem, 4.2vw, 1.75rem);
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-shadow: none;
}

.foundation-pricing-card .pricing-savings-amount {
  color: #5c2e0a;
  font-weight: 900;
  font-size: clamp(1.35rem, 4.2vw, 1.75rem);
  letter-spacing: -0.02em;
  text-shadow: none;
  line-height: 1.1;
}

.foundation-pricing-card .pricing-savings-join {
  color: #92400e;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0.75;
}

.foundation-pricing-card .final-wrap {
  margin: 0 -1.5rem 0;
  padding: 1rem 1.5rem 1.35rem;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(155deg, rgba(74, 155, 142, 0.14) 0%, rgba(91, 163, 212, 0.12) 55%, rgba(45, 122, 110, 0.08) 100%);
  border-top: 1px solid rgba(74, 155, 142, 0.22);
  box-shadow: 0 -6px 24px rgba(45, 122, 110, 0.08);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Soft light sweep — “sparkle” shimmer */
.foundation-pricing-card .final-wrap::after {
  content: '';
  position: absolute;
  inset: -40% -50%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 42%,
    rgba(255, 255, 255, 0.55) 48%,
    rgba(255, 255, 255, 0.85) 50%,
    rgba(255, 255, 255, 0.55) 52%,
    transparent 58%,
    transparent 100%
  );
  transform: rotate(-12deg);
  animation: foundation-pricing-shimmer 3.2s ease-in-out infinite;
  pointer-events: none;
}

@keyframes foundation-pricing-shimmer {
  0% {
    transform: rotate(-12deg) translateX(-120%);
    opacity: 0;
  }
  12% {
    opacity: 0.85;
  }
  55% {
    transform: rotate(-12deg) translateX(120%);
    opacity: 0.35;
  }
  100% {
    transform: rotate(-12deg) translateX(120%);
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .foundation-pricing-card .final-wrap::after {
    animation: none;
    opacity: 0;
  }
  .foundation-pricing-card .pricing-sparkle {
    animation: none;
    opacity: 0.85;
  }
  .foundation-pricing-card .final-price {
    animation: none;
  }
}

.foundation-pricing-card .final-label {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--pricing-teal);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.35rem;
  position: relative;
  z-index: 1;
}

.foundation-pricing-card .final-price-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.65rem;
  min-height: 3.5rem;
}

.foundation-pricing-card .pricing-sparkle {
  display: inline-block;
  flex-shrink: 0;
  font-size: clamp(0.95rem, 2.8vw, 1.25rem);
  line-height: 1;
  color: #c9a227;
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.95),
    0 0 18px rgba(255, 215, 120, 0.85),
    0 0 6px rgba(201, 162, 39, 0.9);
  animation: foundation-sparkle-twinkle 2s ease-in-out infinite;
}

.foundation-pricing-card .pricing-sparkle--right {
  animation-delay: 0.55s;
}

@keyframes foundation-sparkle-twinkle {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.85) rotate(-8deg);
    filter: brightness(0.95);
  }
  40% {
    opacity: 1;
    transform: scale(1.15) rotate(8deg);
    filter: brightness(1.25);
  }
  60% {
    opacity: 0.9;
    transform: scale(1.05) rotate(0deg);
  }
}

.foundation-pricing-card .final-price {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: clamp(2.5rem, 9vw, 3.35rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
  background: linear-gradient(120deg, var(--pricing-teal) 0%, var(--pricing-teal-bright) 35%, #1a9d8a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: var(--pricing-teal);
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 0 rgba(255, 255, 255, 0.35));
  animation: foundation-price-glow 2.8s ease-in-out infinite;
}

@keyframes foundation-price-glow {
  0%,
  100% {
    filter: drop-shadow(0 2px 0 rgba(255, 255, 255, 0.35)) drop-shadow(0 0 12px rgba(74, 155, 142, 0.25));
  }
  50% {
    filter: drop-shadow(0 2px 0 rgba(255, 255, 255, 0.35)) drop-shadow(0 0 22px rgba(255, 255, 255, 0.65))
      drop-shadow(0 0 14px rgba(201, 162, 39, 0.45));
  }
}

@supports not (background-clip: text) {
  .foundation-pricing-card .final-price {
    color: var(--pricing-teal);
    -webkit-text-fill-color: currentColor;
    background: none;
  }
}

.foundation-program-hero .cta-button {
  width: 100%;
  max-width: 320px;
}

.foundation-trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.85rem;
  color: #5a6c7d;
  margin-top: 0;
}
.foundation-trust-strip strong {
  color: #2c3e50;
}

.foundation-section {
  padding: 2.25rem 0;
  max-width: 720px;
  margin: 0 auto;
}
.foundation-section h2 {
  font-size: 1.45rem;
  margin: 0 0 1rem;
  color: #2c3e50;
}
.foundation-section .lead {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: #5a6c7d;
  margin: 0 0 1rem;
  font-size: 1rem;
}

.foundation-list {
  margin: 0;
  padding-left: 1.2rem;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.98rem;
  color: #2c3e50;
}
.foundation-list li {
  margin-bottom: 0.5rem;
}

.foundation-mid-cta {
  text-align: center;
  padding: 2rem 1.25rem;
  background: linear-gradient(180deg, rgba(74, 155, 142, 0.08), transparent);
}
.foundation-mid-cta p {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  margin: 0 0 1rem;
  color: #5a6c7d;
}

.foundation-testimonials {
  display: grid;
  gap: 1rem;
}
.foundation-quote {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 1rem 1.15rem;
  border-left: 4px solid #4a9b8e;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.95rem;
}
.foundation-quote cite {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.8rem;
  font-style: normal;
  color: #5a6c7d;
}

.foundation-credibility {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 600px) {
  .foundation-credibility {
    flex-direction: row;
    text-align: left;
  }
}
.foundation-credibility img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(74, 155, 142, 0.25);
}
.foundation-credibility .cred-body {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.95rem;
  color: #5a6c7d;
}
.foundation-credibility .cred-body strong {
  color: #2c3e50;
}

.foundation-faq details {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(74, 155, 142, 0.15);
  border-radius: 12px;
  margin-bottom: 0.65rem;
  padding: 0.75rem 1rem;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: 0.95rem;
}
.foundation-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: #2c3e50;
  list-style: none;
}
.foundation-faq summary::-webkit-details-marker {
  display: none;
}
.foundation-faq summary::after {
  content: '+';
  float: right;
  color: #4a9b8e;
  font-weight: 700;
}
.foundation-faq details[open] summary::after {
  content: '−';
}
.foundation-faq details p {
  margin: 0.75rem 0 0;
  color: #5a6c7d;
  line-height: 1.5;
}

#register.foundation-form-anchor {
  scroll-margin-top: 100px;
}

.foundation-page .payment-qr-img {
  max-width: 220px;
}

/* Sticky CTA — mobile */
.foundation-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(74, 155, 142, 0.2);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .foundation-sticky-cta {
    display: block;
  }
  .foundation-sticky-cta.foundation-sticky-cta--hidden {
    display: none;
  }
}
.foundation-sticky-cta .cta-button {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0.85rem 1rem;
  font-size: 1rem;
}

.foundation-page .foundation-section-wrap {
  padding-bottom: 2rem;
}

.foundation-benefits-heading {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 1.75rem 0 0.75rem;
}

.foundation-benefits-list li {
  margin-bottom: 0.65rem;
  line-height: 1.55;
}

.foundation-pricing-section {
  text-align: center;
}

.foundation-pricing-section .lead {
  margin-bottom: 1.5rem;
}

.foundation-pricing-section .foundation-mid-cta {
  margin-top: 1.5rem;
  background: none;
  padding: 0;
}

#pricing.foundation-pricing-section {
  scroll-margin-top: 100px;
}

@media (min-width: 768px) {
  .foundation-section {
    padding: 2.5rem 0;
  }
}

/* ── Hero layout ── */

.foundation-program-hero .foundation-hero-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 4vw, 2.5rem);
}

.foundation-hero-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 1.35rem);
  text-align: center;
  width: 100%;
}

.foundation-hero-bottom {
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 4vw, 2.5rem);
  width: 100%;
}

.foundation-hero-video {
  width: 100vw;
  flex-shrink: 0;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.foundation-hero-video-wrap {
  position: relative;
  padding-top: 177.78%; /* 9:16 portrait */
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.foundation-hero-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.foundation-hero-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 2;
}

/* display:flex above overrides the UA [hidden] rule — must re-assert */
.foundation-hero-play-btn[hidden] {
  display: none;
}

.foundation-hero-play-btn svg {
  display: block;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  transition: transform 0.18s ease;
}

.foundation-hero-play-btn:hover svg {
  transform: scale(1.12);
}

.foundation-hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 2.25rem);
  text-align: center;
}

@media (min-width: 900px) {
  .foundation-program-hero .foundation-hero-inner {
    max-width: 1060px;
  }

  .foundation-hero-bottom {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }

  .foundation-hero-video {
    flex: 0 0 50%;
    position: static;
    margin-left: 0;
  }

  .foundation-hero-video-wrap {
    border-radius: 16px;
  }

  .foundation-hero-text {
    flex: 1 1 0;
    min-width: 0;
    align-items: flex-start;
    text-align: left;
  }

  .foundation-hero-text .subhead {
    margin-left: 0;
    margin-right: 0;
  }
}
