/*!
 * Yessod annual program landing — Figma yesod2 (desktop 80:2, mobile 142:982)
 */

.yessod-landing {
  --yessod-header-height: var(--ohl-header-height, 110px);
  --yessod-section-gap: clamp(2.75rem, 4vw, 3.25rem);
  direction: rtl;
  font-family: var(--ohl-font-body);
  font-size: var(--ohl-font-size-base);
  line-height: var(--ohl-line-height-base);
  color: var(--ohl-color-text);
  background: #fff;
  overflow-x: clip;
}

:where(
  .yessod-landing a:not(.yessod-landing__nav-link):not(.yessod-landing__cta):not(.yessod-landing__pillars-cta-link):not(.yessod-landing__pillars-cta-trial-link):not(.yessod-landing__register-cta-link):not(.yessod-landing__footer-consult-cta):not(.yessod-landing__doc-link):not(.landing__media-play):not(.ohl-button),
  .yessod-landing a:not(.yessod-landing__nav-link):not(.yessod-landing__cta):not(.yessod-landing__pillars-cta-link):not(.yessod-landing__pillars-cta-trial-link):not(.yessod-landing__register-cta-link):not(.yessod-landing__footer-consult-cta):not(.yessod-landing__doc-link):not(.landing__media-play):not(.ohl-button):visited
) {
  color: var(--ohl-color-text, #343434);
}

.yessod-landing__footer-visual {
  color: #fff;
}

.yessod-landing__footer-visual a:not(.yessod-landing__footer-consult-cta):not(.ohl-button),
.yessod-landing__footer-visual a:not(.yessod-landing__footer-consult-cta):not(.ohl-button):visited {
  color: #fff;
}

.yessod-landing__footer-consult-form .ohl-consent__label a,
.yessod-landing__footer-consult-form .ohl-consent__label a:visited {
  color: var(--ohl-color-primary, #004b71);
}

@media (max-width: 768px) {
  .yessod-landing {
    background: var(--ohl-color-surface);
  }
}

.yessod-landing *,
.yessod-landing *::before,
.yessod-landing *::after {
  box-sizing: border-box;
}

.yessod-landing__container {
  width: calc(100% - 2 * var(--ohl-padding-x));
  max-width: var(--ohl-container-max, 1572px);
  margin-inline: auto;
}

.yessod-landing__section {
  position: relative;
  padding-block: var(--yessod-section-gap);
}

.yessod-landing__section-title {
  font-family: var(--ohl-font-heading);
  font-size: clamp(2.7rem, 4.8vw, var(--ohl-section-title-size));
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 1.5rem;
  color: var(--ohl-color-text, #343434);
}

.yessod-landing__section-title--center {
  text-align: center;
  max-width: 24ch;
  margin-inline: auto;
}

.yessod-landing__section-title--split {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: none;
}

.yessod-landing__section-title-primary,
.yessod-landing__section-title-secondary {
  display: block;
}

/* Header — match trial glass sticky bar */
.yessod-landing__header {
  position: sticky;
  top: 17px;
  z-index: 100;
  padding-inline: var(--ohl-padding-x);
  margin-bottom: calc(-1 * var(--yessod-header-height));
  pointer-events: none;
}

@media (max-width: 768px) {
  .yessod-landing__header {
    top: 12px;
  }
}

.yessod-landing__header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: var(--ohl-container-max, 1572px);
  height: var(--yessod-header-height);
  margin-inline: auto;
  padding-inline: 2.5rem;
  border-radius: var(--ohl-radius-lg);
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  pointer-events: auto;
  transition: background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  --ohl-logo-wordmark: var(--ohl-color-primary);
}

@media (max-width: 768px) {
  .yessod-landing__header-inner {
    height: var(--yessod-header-height);
    max-width: 356px;
    padding-inline: 1rem;
    border-radius: var(--ohl-radius-sm);
    background: rgba(255, 255, 255, 0.55);
  }
}

.yessod-landing__header[data-header-theme='solid'] .yessod-landing__header-inner {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.yessod-landing__header-start {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  min-width: 0;
  flex: 1 1 auto;
}

@media (max-width: 768px) {
  .yessod-landing__header-start {
    flex: 1;
    gap: 0;
  }
}

.yessod-landing__header-brand .trial-landing__logo--static {
  cursor: default;
  pointer-events: none;
}

.yessod-landing__header-brand .trial-landing__logo-img,
.yessod-landing__header-brand .trial-landing__logo-svg {
  display: block;
  width: 208px;
  max-width: 100%;
  height: auto;
  max-height: 67px;
  object-fit: contain;
}

.yessod-landing__header-brand .trial-landing__logo--svg .trial-landing__logo-svg {
  display: block;
  width: 208px;
  max-width: 100%;
  height: auto;
  min-height: 47px;
}

@media (max-width: 768px) {
  .yessod-landing__header-brand .trial-landing__logo-img,
  .yessod-landing__header-brand .trial-landing__logo-svg {
    width: 146px;
    max-height: 47px;
  }

  .yessod-landing__header-brand .trial-landing__logo--svg .trial-landing__logo-svg {
    width: 146px;
    min-height: 40px;
  }
}

.yessod-landing__header[data-header-theme='hero'] .trial-landing__logo-img {
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.35));
}

.yessod-landing__header[data-header-theme='solid'] .trial-landing__logo-img {
  filter: none;
}

.yessod-landing__nav {
  flex: 1 1 auto;
  min-width: 0;
}

.yessod-landing__nav-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.yessod-landing__nav-link,
.yessod-landing__nav-link:visited {
  font-family: var(--ohl-font-body);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.36;
  color: var(--ohl-color-text, #343434);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.yessod-landing__nav-link:hover,
.yessod-landing__nav-link:focus {
  color: var(--ohl-color-text, #343434);
  opacity: 0.7;
}

.yessod-landing__nav-link--active,
.yessod-landing__nav-link--active:visited {
  color: var(--ohl-color-text, #343434);
  font-weight: 600;
}

.yessod-landing__header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-shrink: 0;
}

.yessod-landing__header-cta {
  display: inline-flex;
  flex-shrink: 0;
}

.yessod-landing__menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
  cursor: pointer;
}

.yessod-landing__menu-toggle-icon {
  width: 36px;
  height: 36px;
}

.yessod-landing__nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

.yessod-landing__nav-backdrop[hidden] {
  display: none;
}

.yessod-landing__nav-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: calc(12px + var(--yessod-header-height) + 12px) var(--ohl-padding-x) 2rem;
  pointer-events: none;
}

.yessod-landing__nav-drawer[hidden] {
  display: none;
}

.yessod-landing__nav-drawer-panel {
  width: 100%;
  max-width: 356px;
  padding: 1.25rem 1.5rem 1.5rem;
  border-radius: var(--ohl-radius-sm);
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  pointer-events: auto;
}

.yessod-landing__nav-drawer-list {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
}

.yessod-landing__nav-drawer-list a,
.yessod-landing__nav-drawer-list a:visited {
  display: block;
  padding: 0.875rem 0;
  color: var(--ohl-color-text, #343434);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.125rem;
  border-bottom: 1px solid rgba(0, 75, 113, 0.1);
}

.yessod-landing__nav-drawer-cta {
  width: 100%;
}

@media (max-width: 1200px) {
  .yessod-landing__header-start {
    gap: 1.5rem;
  }

  .yessod-landing__header-inner {
    gap: 1rem;
    padding-inline: 1.5rem;
  }

  .yessod-landing__nav-list {
    gap: 1rem;
  }

  .yessod-landing__nav-link {
    font-size: 1.0625rem;
  }

  .yessod-landing__header-brand .trial-landing__logo-img,
  .yessod-landing__header-brand .trial-landing__logo-svg,
  .yessod-landing__header-brand .trial-landing__logo--svg .trial-landing__logo-svg {
    width: 170px;
    max-height: 55px;
  }

  .yessod-landing__cta--size-header {
    min-height: 60px;
    padding-inline: 0.875rem 1.25rem;
    font-size: 1.125rem;
  }

  .yessod-landing__cta--size-header .yessod-landing__cta-arrow-icon {
    width: 36px;
    height: 36px;
  }
}

body.yessod-landing--nav-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .yessod-landing__nav {
    display: none;
  }

  .yessod-landing__menu-toggle {
    display: inline-flex;
  }

  .yessod-landing__cta.yessod-landing__header-cta {
    display: none !important;
  }
}

/* CTA buttons */
.yessod-landing__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-height: var(--ohl-button-height);
  padding: 0.75rem 2rem;
  border-radius: var(--ohl-radius-pill);
  background: var(--ohl-color-primary, #004b71);
  color: #fff;
  text-decoration: none;
  font-family: var(--ohl-font-body);
  font-size: clamp(1rem, 2vw, 2.125rem);
  font-weight: 600;
  line-height: 1.2;
  transition: background 0.2s ease;
  flex-shrink: 0;
}

.yessod-landing__cta:visited {
  color: #fff;
}

.yessod-landing__cta-label {
  flex-shrink: 0;
}

.yessod-landing__cta-arrow {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.yessod-landing__cta:hover,
.yessod-landing__cta:focus {
  color: #fff;
  background: #003a58;
}

.yessod-landing__cta--size-header {
  min-height: 75px;
  padding-block: 0.5rem;
  padding-inline: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.25;
  white-space: nowrap;
}

.yessod-landing__cta--size-header .yessod-landing__cta-arrow-icon {
  width: 40px;
  height: 40px;
}

.yessod-landing__cta-arrow-icon {
  width: clamp(27px, 3vw, 40px);
  height: clamp(27px, 3vw, 40px);
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .yessod-landing__cta {
    min-height: var(--ohl-button-height);
    padding: 0.5rem 1.25rem;
    font-size: 1.125rem;
  }

  .yessod-landing__cta--size-header {
    min-height: 48px;
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    white-space: normal;
  }

  .yessod-landing__cta--size-header .yessod-landing__cta-arrow-icon {
    width: 32px;
    height: 32px;
  }
}

/* Hero */
.yessod-landing__hero {
  position: relative;
  min-height: 1077px;
  margin-top: 0;
  padding-top: calc(var(--yessod-header-height) + 140px);
  padding-bottom: 3rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.yessod-landing__hero::after {
  content: '';
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 420px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 45%, rgba(255, 255, 255, 0.92) 78%, #fff 100%);
  pointer-events: none;
  z-index: 1;
}

.yessod-landing__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.08) 35%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
}

.yessod-landing__hero-inner {
  position: relative;
  z-index: 2;
  max-width: 52rem;
  margin-inline: auto;
  text-align: center;
}

.yessod-landing__hero-title {
  margin: 0 0 1.5rem;
  font-family: var(--ohl-font-heading);
  font-size: clamp(3rem, 5.05vw, var(--ohl-hero-title-size));
  font-weight: 400;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.yessod-landing__hero-title-line {
  display: block;
}

.yessod-landing__hero-accent {
  color: var(--ohl-color-accent);
}

.yessod-landing__hero-subtitle {
  max-width: 46rem;
  margin: 0 auto;
  font-size: clamp(1.0625rem, 2vw, var(--ohl-hero-subtitle-size));
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .yessod-landing {
    --ohl-hero-title-size: 3.375rem;
    --ohl-hero-subtitle-size: 1.125rem;
    --ohl-section-title-size: 3rem;
    --ohl-section-title-size-lg: 3rem;
  }
}

/* Pillars + facts grid */
.yessod-landing__pillars {
  --yessod-pillar-gap: clamp(1.25rem, 2vw, 1.5rem);
  --yessod-pillar-card-padding: clamp(1.75rem, 2.5vw, 2rem);
  position: relative;
  z-index: 2;
  margin-top: -4rem;
  padding-top: calc(var(--yessod-section-gap) + 4rem);
  background: var(--ohl-color-surface, #fffcf8);
}

@media (max-width: 768px) {
  .yessod-landing__pillars {
    margin-top: -2rem;
    padding-top: calc(var(--yessod-section-gap) + 2rem);
  }
}

.yessod-landing__pillars .yessod-landing__section-title--center {
  max-width: none;
  margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

.yessod-landing__pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--yessod-pillar-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}

.yessod-landing__pillar-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  background: var(--ohl-color-surface-alt, #fbf7f7);
  border: 1px solid color-mix(in srgb, var(--ohl-color-border-accent, #80191d) 32%, transparent);
  border-radius: var(--ohl-radius-lg);
  padding: var(--yessod-pillar-card-padding);
  text-align: center;
}

.yessod-landing__pillar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.yessod-landing__pillar-card:nth-child(odd) .yessod-landing__pillar-icon {
  width: 80px;
  height: 80px;
  padding: 20px;
  border-radius: 40px;
  background: #95bce3;
}

.yessod-landing__pillar-icon-svg {
  width: 80px;
  height: 80px;
  margin: 0 auto clamp(1rem, 1.8vw, 1.25rem);
}

.yessod-landing__pillar-card:nth-child(odd) .yessod-landing__pillar-icon-svg {
  width: 100%;
  height: 100%;
  margin: 0;
}

.yessod-landing__pillar-title {
  font-family: var(--ohl-font-body);
  font-size: clamp(1.375rem, 1.85vw, 1.75rem);
  font-weight: 800;
  color: var(--ohl-color-text, #343434);
  margin: 0 0 clamp(0.65rem, 1.2vw, 0.85rem);
  line-height: 1.25;
}

.yessod-landing__pillar-body {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  font-weight: 400;
  line-height: 1.55;
  color: var(--ohl-color-text, #343434);
}

.yessod-landing__pillars-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--yessod-pillar-gap);
  margin-top: var(--yessod-pillar-gap);
}

.yessod-landing__pillars-facts-card {
  grid-column: span 2;
  background: var(--ohl-color-surface-alt, #fbf7f7);
  border: 1px solid color-mix(in srgb, var(--ohl-color-border-accent, #80191d) 32%, transparent);
  border-radius: var(--ohl-radius-lg);
  padding: var(--yessod-pillar-card-padding);
}

.yessod-landing__pillars-facts-title {
  margin: 0 0 clamp(1rem, 1.8vw, 1.35rem);
  font-family: var(--ohl-font-body);
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 800;
  color: var(--ohl-color-text, #343434);
  line-height: 1.2;
}

.yessod-landing__pillars-facts-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.5vw, 2.5rem);
}

.yessod-landing__pillars-fact-label,
.yessod-landing__pillars-fact-lead {
  margin: 0 0 0.15rem;
  font-family: var(--ohl-font-body);
  font-size: clamp(1.0625rem, 1.45vw, 1.25rem);
  font-weight: 800;
  color: var(--ohl-color-text, #343434);
  line-height: 1.45;
}

.yessod-landing__pillars-fact-value {
  margin: 0;
  font-family: var(--ohl-font-body);
  font-size: clamp(1.0625rem, 1.45vw, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  color: var(--ohl-color-text, #343434);
}

.yessod-landing__pillars-cta-card {
  grid-column: span 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(0.75rem, 1.4vw, 1rem);
  padding: clamp(2rem, 3vw, 2.5rem) var(--yessod-pillar-card-padding);
  border-radius: var(--ohl-radius-lg);
  background: var(--ohl-color-primary, #004b71);
  color: #fff;
  min-width: 0;
}

.yessod-landing__pillars-cta-heading {
  margin: 0;
  font-family: var(--ohl-font-body);
  font-size: clamp(1.625rem, 2.2vw, 1.875rem);
  font-weight: 800;
  line-height: 1.25;
  color: #fff;
}

.yessod-landing__pillars-cta-link,
.yessod-landing__pillars-cta-trial-link,
.yessod-landing__pillars-cta-link:visited,
.yessod-landing__pillars-cta-trial-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  max-width: 100%;
  color: #fff;
  font-size: clamp(1.0625rem, 1.45vw, 1.1875rem);
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.yessod-landing__pillars-cta-link-label,
.yessod-landing__pillars-cta-trial-link-label {
  flex-shrink: 0;
}

.yessod-landing__pillars-cta-link:hover,
.yessod-landing__pillars-cta-link:focus,
.yessod-landing__pillars-cta-trial-link:hover,
.yessod-landing__pillars-cta-trial-link:focus {
  color: #fff;
}

.yessod-landing__pillars-cta-link-arrow {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.yessod-landing__pillars-cta-arrow-icon {
  width: 1rem;
  height: 1rem;
  transform: rotate(180deg);
}

.yessod-landing__pillars-cta-divider {
  width: 100%;
  margin: 0.5rem 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.yessod-landing__pillars-cta-trial {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  width: 100%;
}

.yessod-landing__pillars-cta-trial-heading {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.4;
}

.yessod-landing__pillars-cta-trial-link {
  font-size: clamp(0.9375rem, 1.25vw, 1.0625rem);
  font-weight: 600;
}

/* Audience */
.yessod-landing__audience {
  position: relative;
  background: var(--ohl-color-surface, #fffcf8);
  overflow: hidden;
}

.yessod-landing__audience .yessod-landing__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2rem, 4vw, 3rem);
}

.yessod-landing__audience-media {
  width: 100%;
}

.yessod-landing__audience-video {
  width: 100%;
  aspect-ratio: 1157 / 771;
  min-height: 197px;
  border-radius: var(--ohl-radius-lg);
  overflow: hidden;
}

@media (min-width: 769px) {
  .yessod-landing__audience-video {
    min-height: 594px;
    max-height: 771px;
  }
}

.yessod-landing__audience-copy {
  width: 100%;
  max-width: 62rem;
  margin-inline: auto;
  text-align: center;
}

.yessod-landing__audience-title {
  margin: 0 0 clamp(0.5rem, 1vw, 0.75rem);
  font-family: var(--ohl-font-body);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--ohl-color-text, #343434);
}

.yessod-landing__audience-subtitle {
  margin: 0 0 clamp(1.25rem, 2.5vw, 2rem);
  font-family: var(--ohl-font-body);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--ohl-color-text, #343434);
}

.yessod-landing__audience-body {
  margin: 0 0 clamp(1rem, 2vw, 1.5rem);
  font-family: var(--ohl-font-body);
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  font-weight: 400;
  line-height: 1.55;
  color: var(--ohl-color-text, #343434);
}

.yessod-landing__audience-body:last-child {
  margin-bottom: 0;
}

/* Testimonials */
.yessod-landing__testimonials .yessod-landing__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yessod-landing__testimonials .yessod-landing__section-title {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
  color: var(--ohl-color-text-muted);
  font-size: clamp(2.6rem, 5.82vw, var(--ohl-section-title-size-lg));
}

.yessod-landing__testimonial-media {
  width: 100%;
  max-width: 1273px;
  margin-inline: auto;
  aspect-ratio: 1273 / 704;
}

/* Program rows */
.yessod-landing__program-rows {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 5vw, 4rem);
}

.yessod-landing__program-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
}

.yessod-landing__program-row--reverse .yessod-landing__program-media {
  order: 2;
}

.yessod-landing__program-row--reverse .yessod-landing__program-copy {
  order: 1;
}

.yessod-landing__program-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--ohl-radius-lg);
  object-fit: cover;
}

.yessod-landing__program-title {
  font-family: var(--ohl-font-body);
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 800;
  color: var(--ohl-color-text, #343434);
  margin: 0 0 clamp(1rem, 1.8vw, 1.35rem);
  line-height: 1.2;
}

.yessod-landing__program-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 1.5vw, 1.1rem);
  font-family: var(--ohl-font-body);
  font-size: clamp(1.0625rem, 1.45vw, 1.25rem);
  font-weight: 400;
  line-height: 1.55;
  color: var(--ohl-color-text, #343434);
}

.yessod-landing__program-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}

.yessod-landing__program-list li strong {
  font-weight: 800;
}

.yessod-landing__program-check-icon {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

/* Path */
.yessod-landing__path {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, var(--ohl-color-surface-alt, #fbf7f7) 100%);
  overflow: hidden;
}

.yessod-landing__path .yessod-landing__container {
  position: relative;
  z-index: 1;
}

.yessod-landing__path .yessod-landing__section-title--center {
  max-width: none;
}

.yessod-landing__doc-link-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 clamp(1.25rem, 2.5vw, 2rem);
}

.yessod-landing__doc-link,
.yessod-landing__doc-link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(3rem, 5vw, 4.25rem);
  padding: 0.75rem clamp(1.5rem, 3vw, 2.75rem);
  border-radius: var(--ohl-radius-pill);
  background: var(--ohl-color-primary, #004b71);
  color: #fff;
  font-family: var(--ohl-font-body);
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease;
}

.yessod-landing__doc-link:hover,
.yessod-landing__doc-link:focus {
  color: #fff;
  background: #003a58;
}

@media (max-width: 768px) {
  .yessod-landing__doc-link,
  .yessod-landing__doc-link:visited {
    width: 100%;
    max-width: 22rem;
    min-height: 3.25rem;
    font-size: 1.125rem;
  }
}

.yessod-landing__path-intro {
  text-align: center;
  max-width: min(72rem, 100%);
  margin: 0 auto clamp(2rem, 3.5vw, 3rem);
  font-family: var(--ohl-font-body);
  font-size: clamp(1.0625rem, 1.5vw, 1.25rem);
  font-weight: 400;
  line-height: 1.55;
  color: var(--ohl-color-text, #343434);
}

.yessod-landing__path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
}

.yessod-landing__path-card {
  display: flex;
  flex-direction: column;
  background: #faf7f7;
  border: 1px solid #a15556;
  border-radius: var(--ohl-radius-lg);
  overflow: hidden;
}

.yessod-landing__path-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.yessod-landing__path-card-body {
  flex: 1 1 auto;
  padding: clamp(1.25rem, 2vw, 1.5rem);
  background: #faf7f7;
  text-align: center;
}

.yessod-landing__path-card-year {
  margin: 0 0 0.35rem;
  font-family: var(--ohl-font-body);
  font-size: clamp(0.95rem, 1.3vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.35;
  color: var(--ohl-color-text-muted, #474747);
}

.yessod-landing__path-card-title {
  margin: 0 0 clamp(0.75rem, 1.4vw, 1rem);
  font-family: var(--ohl-font-body);
  font-size: clamp(1.5rem, 2.2vw, 1.875rem);
  font-weight: 800;
  line-height: 1.15;
  color: var(--ohl-color-text, #343434);
}

.yessod-landing__path-card-text {
  margin: 0;
  font-family: var(--ohl-font-body);
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  font-weight: 400;
  line-height: 1.55;
  color: var(--ohl-color-text, #343434);
}

/* Faculty */
.yessod-landing__faculty {
  background: var(--ohl-color-surface, #fffcf8);
}

.yessod-landing__faculty-title {
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  font-family: var(--ohl-font-heading);
  font-size: clamp(2.5rem, 4.8vw, 4.5rem);
  font-weight: 400;
  line-height: 1.05;
  text-align: center;
  color: var(--ohl-color-text, #343434);
}

.yessod-landing__faculty-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
}

.yessod-landing__faculty-card {
  background: #faf7f7;
  border: 1px solid #a15556;
  border-radius: var(--ohl-radius-lg);
  padding: clamp(1.75rem, 2.5vw, 2.75rem) clamp(1.5rem, 2.5vw, 3.875rem);
}

.yessod-landing__faculty-card-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.yessod-landing__faculty-photo {
  width: 7.75rem;
  height: 7.75rem;
  margin-bottom: 2rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  align-self: flex-start;
}

.yessod-landing__faculty-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.yessod-landing__faculty-copy {
  width: 100%;
  text-align: right;
}

.yessod-landing__faculty-name {
  margin: 0 0 0.5rem;
  font-family: var(--ohl-font-body);
  font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  font-weight: 800;
  line-height: 1.35;
  color: var(--ohl-color-text, #343434);
}

.yessod-landing__faculty-body {
  margin: 0;
  font-family: var(--ohl-font-body);
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  font-weight: 400;
  line-height: 1.45;
  color: var(--ohl-color-text, #343434);
}

/* Pricing / register */
.yessod-landing__register {
  position: relative;
  background: var(--ohl-color-surface, #fffcf8);
  overflow: hidden;
}

.yessod-landing__register .yessod-landing__container {
  position: relative;
  z-index: 1;
}

.yessod-landing__register .yessod-landing__section-title--center {
  max-width: none;
  margin-inline: 0;
  margin-bottom: clamp(2rem, 3.5vw, 2.75rem);
  text-align: right;
}

.yessod-landing__pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: clamp(2rem, 3.5vw, 2.75rem);
}

.yessod-landing__pricing-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  text-align: right;
  padding: 0 clamp(0.5rem, 1.5vw, 1rem);
}

.yessod-landing__pricing-icon {
  display: flex;
  justify-content: flex-start;
  align-self: flex-start;
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.yessod-landing__pricing-icon-svg {
  display: block;
  width: 80px;
  height: 80px;
}

.yessod-landing__pricing-title {
  font-family: var(--ohl-font-body);
  color: var(--ohl-color-text, #343434);
  margin: 0 0 clamp(0.75rem, 1.5vw, 1rem);
  font-size: clamp(1.125rem, 1.8vw, 1.375rem);
  font-weight: 700;
  line-height: 1.35;
  width: 100%;
  text-align: right;
}

.yessod-landing__pricing-body {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  font-weight: 400;
  line-height: 1.65;
  color: var(--ohl-color-text, #343434);
  text-align: right;
}

.yessod-landing__pricing-body a,
.yessod-landing__pricing-body a:visited {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.yessod-landing__register-cta-wrap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.yessod-landing__register-cta-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 47.25rem;
  min-height: var(--ohl-button-height);
  padding: 0.75rem 2rem;
  border-radius: var(--ohl-radius-pill);
  background: var(--ohl-color-primary, #004b71);
  color: #fff;
  text-decoration: none;
  font-family: var(--ohl-font-body);
  font-size: clamp(1rem, 1.7vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: background 0.2s ease;
}

.yessod-landing__register-cta-link:visited {
  color: #fff;
}

.yessod-landing__register-cta-link:hover,
.yessod-landing__register-cta-link:focus {
  color: #fff;
  background: #003a58;
}

.yessod-landing__register-form {
  max-width: 47.25rem;
  margin-inline: 0;
  scroll-margin-top: calc(var(--yessod-header-height) + 1.5rem);
}

.yessod-landing__register-form:not(:target) {
  display: none;
}

.yessod-landing__register-cta-wrap:has(+ .yessod-landing__register-form:target) {
  display: none;
}

@media (min-width: 769px) {
  .yessod-landing__register-cta-link {
    min-height: 95px;
  }
}

.yessod-landing__consult-form {
  width: 100%;
  min-width: 0;
}

/* Footer — consult CTA + social / logo / legal */
.yessod-landing__footer-visual {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: clamp(2.5rem, 5vw, 4rem) var(--ohl-padding-x) clamp(2rem, 4vw, 3rem);
  background-color: var(--ohl-color-primary, #004b71);
  overflow: hidden;
}

.yessod-landing__footer-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 6vw, 5rem);
  width: 100%;
  max-width: var(--ohl-container-max, 1572px);
  margin-inline: auto;
}

.yessod-landing__footer-consult {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}

.yessod-landing__footer-consult-title {
  margin: 0 0 clamp(1rem, 2vw, 1.5rem);
  max-width: 16ch;
  font-family: var(--ohl-font-body);
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.yessod-landing__footer-consult-body {
  margin: 0 0 clamp(1.5rem, 3vw, 2.25rem);
  max-width: 34rem;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 400;
  line-height: 1.65;
  color: #fff;
}

.yessod-landing__footer-consult-body a,
.yessod-landing__footer-consult-body a:visited {
  color: #fff;
  text-decoration: none;
}

.yessod-landing__footer-consult-cta-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
}

.yessod-landing__footer-consult-cta,
.yessod-landing__footer-consult-cta:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 47.25rem;
  min-height: var(--ohl-button-height);
  padding: 0.75rem 2rem;
  border-radius: var(--ohl-radius-pill);
  background: #fff;
  color: var(--ohl-color-primary, #004b71);
  text-decoration: none;
  font-family: var(--ohl-font-body);
  font-size: clamp(1rem, 2vw, 2.25rem);
  font-weight: 600;
  line-height: 1.2;
  transition: background 0.2s ease, color 0.2s ease;
}

.yessod-landing__footer-consult-cta:hover,
.yessod-landing__footer-consult-cta:focus {
  color: var(--ohl-color-primary, #004b71);
  background: #f0f6fa;
}

.yessod-landing__footer-consult-cta-label {
  flex-shrink: 0;
  color: var(--ohl-color-primary, #004b71);
}

.yessod-landing__footer-consult-cta-arrow {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--ohl-color-primary, #004b71);
  color: #fff;
}

.yessod-landing__footer-consult-cta-arrow-icon {
  width: 1rem;
  height: 1rem;
  transform: rotate(180deg);
}

.yessod-landing__footer-consult-form {
  width: 100%;
  max-width: 47.25rem;
  min-width: 0;
  margin-inline: auto;
  scroll-margin-top: calc(var(--yessod-header-height) + 1.5rem);
  display: none;
}

.yessod-landing__footer-consult-form .ohl-consent__label {
  color: var(--ohl-color-text, #343434);
}

.yessod-landing__footer-consult-form .ohl-consent__label a,
.yessod-landing__footer-consult-form .ohl-consent__label a:visited,
.site--landing .yessod-landing__footer-consult-form .ohl-consent__label a,
.site--landing .yessod-landing__footer-consult-form .ohl-consent__label a:visited {
  color: var(--ohl-color-primary, #004b71);
}

#yessod-consult:target .yessod-landing__footer-consult-form,
.yessod-landing__footer-consult-form:target {
  display: block;
}

#yessod-consult:target .yessod-landing__footer-consult-title,
#yessod-consult:target .yessod-landing__footer-consult-body,
#yessod-consult:target .yessod-landing__footer-consult-cta-wrap,
.yessod-landing__footer-consult:has(.yessod-landing__footer-consult-form:target) .yessod-landing__footer-consult-title,
.yessod-landing__footer-consult:has(.yessod-landing__footer-consult-form:target) .yessod-landing__footer-consult-body,
.yessod-landing__footer-consult-cta-wrap:has(+ .yessod-landing__footer-consult-form:target) {
  display: none;
}

#yessod-consult:target .yessod-landing__footer-consult-form,
.yessod-landing__footer-consult-form:target {
  margin-top: 0.5rem;
}

.yessod-landing__footer-bottom {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  width: 100%;
}

.yessod-landing__footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}

.yessod-landing__footer-logo-wrap {
  flex-shrink: 0;
}

.yessod-landing__footer-logo.trial-landing__logo--footer .trial-landing__logo-img,
.yessod-landing__footer-logo.trial-landing__logo--footer.trial-landing__logo--svg .trial-landing__logo-svg {
  display: block;
  max-height: clamp(3.5rem, 8vw, 5.5rem);
  width: auto;
  height: auto;
}

.yessod-landing__footer-divider {
  width: 100%;
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.yessod-landing__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.yessod-landing__social a,
.yessod-landing__social a:visited {
  display: inline-flex;
  width: clamp(2rem, 4vw, 3.125rem);
  height: clamp(2rem, 4vw, 3.125rem);
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.yessod-landing__social-icon {
  width: 100%;
  height: 100%;
}

.yessod-landing__footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  font-family: var(--ohl-font-body);
  font-size: clamp(0.95rem, 1.5vw, 1.125rem);
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}

.yessod-landing__social a:hover,
.yessod-landing__social a:focus {
  opacity: 0.8;
}

.yessod-landing__footer-legal a,
.yessod-landing__footer-legal a:visited {
  color: #fff;
  text-decoration: none;
}

.yessod-landing__footer-legal a:hover,
.yessod-landing__footer-legal a:focus {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .yessod-landing__footer-consult-cta {
    min-height: 95px;
  }
}

/* Forms — reuse trial-landing__form-wrap styles from main.css */
.yessod-landing__form-wrap {
  width: 100%;
  min-width: 0;
  padding-bottom: 0;
}

/* Decorative waves — trial landing parity */
.yessod-landing__wave {
  pointer-events: none;
  user-select: none;
  line-height: 0;
}

.yessod-landing__wave-svg {
  display: block;
  width: 100%;
  height: auto;
}

.yessod-landing__wave--about {
  position: absolute;
  inset-inline-end: -10%;
  bottom: -8%;
  width: 72vw;
  max-width: 1106px;
  z-index: 0;
  opacity: 1;
}

.yessod-landing__wave--about path {
  fill: var(--ohl-color-surface-alt);
  fill-opacity: 0.45;
}

.yessod-landing__register > .yessod-landing__wave--about {
  inset-inline-end: auto;
  inset-inline-start: -12%;
  top: -6%;
  bottom: auto;
  width: 68vw;
  opacity: 0.4;
}

.yessod-landing__wave--event {
  width: 100%;
  max-height: clamp(72px, 14vw, 200px);
  margin: 0;
  overflow: hidden;
  line-height: 0;
}

.yessod-landing__wave--event .yessod-landing__wave-svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(72px, 14vw, 200px);
}

.yessod-landing__wave--event path {
  fill: var(--ohl-color-surface-alt);
}

.yessod-landing__wave--footer {
  position: relative;
  width: 100%;
  margin: 0;
  line-height: 0;
}

.yessod-landing__wave--footer .yessod-landing__wave-svg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.yessod-landing__wave--footer path {
  fill: var(--ohl-color-surface, #fffcf8);
}

@media (max-width: 768px) {
  .yessod-landing__wave--about {
    width: 120%;
    inset-inline-end: -20%;
    bottom: -5%;
    opacity: 0.35;
  }

  .yessod-landing__register > .yessod-landing__wave--about {
    inset-inline-start: -25%;
    top: -4%;
    width: 110%;
    opacity: 0.28;
  }

  .yessod-landing__wave--event {
    display: none;
  }
}

/* Footer wave transition */
.yessod-landing__footer-transition {
  position: relative;
  z-index: 2;
  margin: 0;
  line-height: 0;
  pointer-events: none;
}

/* Shared media block */
.yessod-landing .landing__media {
  position: relative;
  overflow: hidden;
  border-radius: var(--ohl-radius-lg);
  background-color: var(--ohl-color-surface-alt, #f5f5f5);
}

.yessod-landing .landing__media-poster {
  position: absolute;
  inset: 0;
}

.yessod-landing .landing__media-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yessod-landing .landing__media-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 35, 55, 0.18);
}

.yessod-landing .landing__media-play,
.yessod-landing .landing__media-play:visited {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.yessod-landing .landing__media-play-icon {
  width: clamp(48px, 8vw, 78px);
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}

.landing__media--playing .landing__media-poster,
.yessod-landing .landing__media--playing .landing__media-poster {
  display: none;
}

.yessod-landing .landing__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile — Figma 142:982 (402px) */
@media (max-width: 768px) {
  .yessod-landing {
    --yessod-section-gap: 2.75rem;
  }

  .yessod-landing__section {
    padding-block: var(--yessod-section-gap);
  }

  .yessod-landing__header-inner {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(255, 255, 255, 0.55);
  }

  .yessod-landing__header[data-header-theme='solid'] .yessod-landing__header-inner {
    background: rgba(255, 255, 255, 0.96);
  }

  /* Hero */
  .yessod-landing__hero {
    min-height: 626px;
    padding-top: calc(var(--yessod-header-height) + 72px);
    padding-bottom: 2rem;
    background-position: center 18%;
  }

  .yessod-landing__hero::after {
    height: 322px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 252, 248, 0.6) 100%);
  }

  .yessod-landing__hero-inner {
    max-width: 22.6875rem;
  }

  .yessod-landing__hero-title {
    margin-bottom: 1rem;
    font-size: 3.375rem;
    line-height: 0.92;
  }

  .yessod-landing__hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.24;
    letter-spacing: 0.073rem;
  }

  /* Pillars */
  .yessod-landing__pillars {
    margin-top: -2rem;
    padding-top: calc(var(--yessod-section-gap) + 2rem);
  }

  .yessod-landing__pillars .yessod-landing__container {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 0;
  }

  .yessod-landing__pillars .yessod-landing__section-title--center {
    padding-inline: var(--ohl-padding-x);
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 1.05;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: anywhere;
    margin-bottom: 2rem;
  }

  .yessod-landing__pillar-grid,
  .yessod-landing__pillars-bottom,
  .yessod-landing__pillars-facts-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .yessod-landing__pillar-grid {
    gap: 1rem;
    padding-inline: var(--ohl-padding-x);
  }

  .yessod-landing__pillar-card {
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 1.5rem;
    border: 1px solid var(--ohl-color-border-accent, #80191d);
    border-radius: var(--ohl-radius-lg);
    text-align: right;
  }

  .yessod-landing__pillar-card .yessod-landing__pillar-icon {
    align-self: flex-start;
  }

  .yessod-landing__pillar-card .yessod-landing__pillar-icon-svg {
    margin-inline: 0;
    margin-bottom: 1rem;
  }

  .yessod-landing__pillar-title,
  .yessod-landing__pillar-body {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    text-align: right;
    overflow-wrap: anywhere;
  }

  .yessod-landing__pillar-card:nth-child(2) .yessod-landing__pillar-icon {
    width: 80px;
    height: 80px;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }

  .yessod-landing__pillar-card:nth-child(2) .yessod-landing__pillar-icon-svg {
    width: 80px;
    height: 80px;
  }

  .yessod-landing__pillar-title {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 0.75rem;
  }

  .yessod-landing__pillar-body {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.44;
  }

  .yessod-landing__pillars-bottom {
    gap: 1rem;
    margin-top: 1rem;
    padding-inline: var(--ohl-padding-x);
  }

  .yessod-landing__pillars-facts-card,
  .yessod-landing__pillars-cta-card {
    grid-column: span 1;
    width: 100%;
    padding: 1.5rem;
    border-radius: var(--ohl-radius-lg);
  }

  .yessod-landing__pillars-facts-title {
    font-family: var(--ohl-font-heading);
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.05;
    margin-bottom: 1.25rem;
  }

  .yessod-landing__pillars-facts-columns {
    gap: 1.25rem;
  }

  .yessod-landing__pillars-fact-label,
  .yessod-landing__pillars-fact-lead {
    font-size: 1.75rem;
    line-height: 1.16;
  }

  .yessod-landing__pillars-fact-value {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.35;
  }

  .yessod-landing__pillars-cta-card {
    align-items: flex-end;
    text-align: right;
    padding: 1.5rem;
  }

  .yessod-landing__pillars-cta-heading {
    font-family: var(--ohl-font-heading);
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.07;
    text-align: right;
    width: 100%;
  }

  .yessod-landing__pillars-cta-link,
  .yessod-landing__pillars-cta-trial-link {
    font-size: 1.5rem;
    letter-spacing: 0.073rem;
  }

  .yessod-landing__pillars-cta-trial-heading {
    font-size: 1.75rem;
  }

  .yessod-landing__pillars-cta-trial-link {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .yessod-landing__pillars-cta-link-arrow {
    width: 1.6875rem;
    height: 1.6875rem;
  }

  /* Audience */
  .yessod-landing__audience .yessod-landing__container {
    gap: 1.75rem;
  }

  .yessod-landing__audience-video {
    aspect-ratio: 401 / 620;
    min-height: 0;
    max-height: none;
    border-radius: 1.054rem;
  }

  .yessod-landing__audience-video .landing__media-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #343434 100%);
  }

  .yessod-landing__audience-video .landing__media-play-icon {
    width: 4.31rem;
    height: auto;
  }

  .yessod-landing__audience-copy {
    max-width: 22.25rem;
    text-align: right;
  }

  .yessod-landing__audience-title {
    font-family: var(--ohl-font-heading);
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.03;
    margin-bottom: 0;
  }

  .yessod-landing__audience-subtitle {
    font-family: var(--ohl-font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.03;
    margin-bottom: 1.75rem;
  }

  .yessod-landing__audience-body {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.39;
    letter-spacing: 0.076rem;
  }

  /* Testimonials */
  .yessod-landing__testimonials .yessod-landing__section-title {
    font-size: 3rem;
    line-height: 1.08;
    color: var(--ohl-color-text, #343434);
    margin-bottom: 1.75rem;
  }

  .yessod-landing__testimonial-media {
    aspect-ratio: 354 / 559;
    max-width: 22.125rem;
    border-radius: 0.348rem;
  }

  .yessod-landing__testimonial-media .landing__media-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #343434 100%);
  }

  .yessod-landing__testimonial-media .landing__media-play-icon {
    width: 4rem;
  }

  /* Program */
  .yessod-landing__program .yessod-landing__section-title--center {
    font-size: 3rem;
    line-height: 1.11;
    max-width: none;
    margin-bottom: 1.75rem;
  }

  .yessod-landing__program-rows {
    gap: 1.75rem;
  }

  .yessod-landing__program-row,
  .yessod-landing__program-row--reverse {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .yessod-landing__program-row--reverse .yessod-landing__program-media,
  .yessod-landing__program-row--reverse .yessod-landing__program-copy {
    order: 0;
  }

  .yessod-landing__program-media img {
    aspect-ratio: 356 / 342;
    border-radius: var(--ohl-radius-sm);
  }

  .yessod-landing__program-copy {
    text-align: right;
  }

  .yessod-landing__program-title {
    font-family: var(--ohl-font-heading);
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: 0.076rem;
    text-align: right;
  }

  .yessod-landing__program-list {
    gap: 1rem;
    font-size: 1.125rem;
    line-height: 1.33;
    letter-spacing: 0.076rem;
  }

  .yessod-landing__program-check-icon {
    width: 1.4375rem;
    height: 1.4375rem;
  }

  /* Path */
  .yessod-landing__path .yessod-landing__section-title--split .yessod-landing__section-title-primary {
    font-size: 3rem;
    line-height: 1.05;
  }

  .yessod-landing__path .yessod-landing__section-title--split .yessod-landing__section-title-secondary {
    font-size: 2.5rem;
    line-height: 1.05;
  }

  .yessod-landing__path-intro {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 0.076rem;
    margin-bottom: 1.75rem;
  }

  .yessod-landing__path-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .yessod-landing__path-card {
    border-radius: var(--ohl-radius-lg);
  }

  .yessod-landing__path-card-media img {
    aspect-ratio: 443 / 169;
    width: 100%;
    object-fit: cover;
  }

  .yessod-landing__path-card-body {
    padding: 0 1.5rem 1.5rem;
    text-align: right;
  }

  .yessod-landing__path-card-year {
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .yessod-landing__path-card-title {
    font-size: 2rem;
    line-height: 1.03;
    margin-bottom: 0.75rem;
  }

  .yessod-landing__path-card-text {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
  }

  /* Faculty — Figma 142:982 */
  .yessod-landing__faculty {
    padding-block: 2.75rem;
  }

  .yessod-landing__faculty .yessod-landing__container {
    width: 100%;
    max-width: none;
    padding-inline: var(--ohl-padding-x);
  }

  .yessod-landing__faculty-title {
    font-size: 3rem;
    line-height: 1.05;
    margin-bottom: 1.75rem;
    color: var(--ohl-color-text, #343434);
  }

  .yessod-landing__faculty-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .yessod-landing__faculty-card {
    background: #fff;
    border: 1px solid #a15556;
    border-radius: var(--ohl-radius-lg);
    padding: 1.5rem;
  }

  .yessod-landing__faculty-card-inner {
    max-width: none;
    align-items: stretch;
  }

  .yessod-landing__faculty-photo {
    align-self: flex-start;
  }

  .yessod-landing__faculty-photo {
    width: 7.75rem;
    height: 7.75rem;
    margin-bottom: 2rem;
  }

  .yessod-landing__faculty-name {
    font-size: 1.375rem;
    line-height: 1.35;
    margin-bottom: 0.5rem;
  }

  .yessod-landing__faculty-body {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: 0.076rem;
  }

  /* Register / pricing */
  .yessod-landing__register .yessod-landing__section-title--center {
    font-size: 3rem;
    line-height: 1.05;
    max-width: none;
    margin-inline: 0;
    margin-bottom: 1.75rem;
    text-align: right;
  }

  .yessod-landing__pricing-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .yessod-landing__pricing-column {
    align-items: flex-start;
    width: 100%;
    min-width: 0;
    padding: 0;
    gap: 0.75rem;
    text-align: right;
  }

  .yessod-landing__pricing-icon {
    align-self: flex-start;
  }

  .yessod-landing__pricing-icon-svg {
    width: 80px;
    height: 80px;
  }

  .yessod-landing__pricing-column:first-child .yessod-landing__pricing-icon {
    width: 80px;
    height: 80px;
    padding: 20px;
    border-radius: 40px;
    background: #95bce3;
  }

  .yessod-landing__pricing-column:first-child .yessod-landing__pricing-icon-svg {
    width: 100%;
    height: 100%;
  }

  .yessod-landing__pricing-title {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 0.75rem;
    width: 100%;
    text-align: right;
  }

  .yessod-landing__pricing-body {
    width: 100%;
    max-width: none;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.33;
    text-align: right;
    overflow-wrap: anywhere;
  }

  .yessod-landing__register-cta-wrap {
    justify-content: flex-start;
  }

  .yessod-landing__register-cta-link {
    max-width: 22.1875rem;
    min-height: 4.125rem;
    padding: 1.25rem 1.25rem;
    font-size: 1.0625rem;
    letter-spacing: 0.04rem;
    border-radius: 5.318rem;
  }

  /* Footer + consult */
  .yessod-landing__footer-visual {
    padding: clamp(2.5rem, 8vw, 3rem) var(--ohl-padding-x) 2.5rem;
  }

  .yessod-landing__footer-inner {
    gap: 3rem;
  }

  .yessod-landing__footer-consult-title {
    max-width: none;
    font-family: var(--ohl-font-heading);
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .yessod-landing__footer-consult-body {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.076rem;
  }

  .yessod-landing__footer-consult-cta {
    max-width: 22.0625rem;
    min-height: 4.125rem;
    padding: 1.375rem 1.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.107rem;
    border-radius: 5.318rem;
  }

  .yessod-landing__footer-consult-cta-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  .yessod-landing__footer-bottom {
    gap: 1.75rem;
  }

  .yessod-landing__footer-bar {
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
  }

  .yessod-landing__footer-logo.trial-landing__logo--footer .trial-landing__logo-img,
  .yessod-landing__footer-logo.trial-landing__logo--footer.trial-landing__logo--svg .trial-landing__logo-svg {
    max-height: 4.125rem;
    width: auto;
  }

  .yessod-landing__social {
    justify-content: center;
    gap: 1rem;
    max-width: 10.75rem;
  }

  .yessod-landing__social a {
    width: 1.625rem;
    height: 1.625rem;
  }

  .yessod-landing__footer-legal {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 22.0625rem;
    font-size: 1.25rem;
    letter-spacing: 0.076rem;
  }

  /* Forms + shared */
  .yessod-landing__section-title {
    font-size: var(--ohl-section-title-size);
  }

  .yessod-landing__footer-consult-form {
    max-width: none;
    padding-bottom: 1.5rem;
  }

  .yessod-landing .landing__media-play-icon {
    width: 48px;
  }
}
