@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600&display=swap");

@font-face {
  font-family: "RubikMonoOne-Regular";
  src: url("../assets/fonts/RubikMonoOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.landing-hair-page {
  --lp-lavender: #f5f0ff;
  --lp-lavender-2: #e9deff;
  --lp-lavender-3: #d8c8fa;
  --lp-purple: #8d73d6;
  --lp-purple-dark: #52328e;
  --lp-ink: #222;
  --lp-soft: #606060;
  --lp-white: #fff;
  --lp-gold: #d7a83f;
  --lp-gold-light: #ffe9a3;
  --lp-border: #252525;
  --lp-shadow: 0 10px 22px rgba(82, 50, 142, 0.18);
  scroll-padding-top: 0;
}

body.landing-hair-page p:not(.hero-kicker):not(.hair-hero-title-top):not(.hero-subtitle):not(.hero-course-name):not(.hair-hero-subtitle):not(.hero-subtitle-title),
body.landing-hair-page li,
body.landing-hair-page .description,
body.landing-hair-page .hero-copy,
body.landing-hair-page .hero-description,
body.landing-hair-page .section-text,
body.landing-hair-page .course-text,
body.landing-hair-page .problem-text {
  font-family: "Assistant", sans-serif !important;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}

.landing-hair-page main {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
  background: var(--lp-white);
}

.landing-hair-page .landing-page {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow-x: visible;
  overflow-y: hidden;
  background: var(--lp-lavender);
  color: var(--lp-ink);
  text-align: center;
}

.landing-hair-page .landing-container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.landing-hair-page .landing-page section:not(.hair-hero) {
  padding: 46px 10px;
  box-sizing: border-box;
}

/* Hair hero — full-width banner layout */
.landing-hair-page .landing-page .hair-hero {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
  margin: 0;
  padding-top: calc(env(safe-area-inset-top, 0px) + 32px);
  padding-bottom: 0;
  display: block;
  text-align: center;
  background: linear-gradient(#f6f2fb, #ede4fa);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: visible;
}

.landing-hair-page .landing-page .hair-hero .hero-content {
  width: 100%;
  max-width: none;
  padding-inline: clamp(6px, 1.5vw, 24px);
  text-align: center;
  box-sizing: border-box;
}

.landing-hair-page .landing-page .hair-hero .hero-headings {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.landing-hair-page .landing-page .hair-hero .hero-title-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  transform: none !important;
}

.landing-hair-page .landing-page .hair-hero .hero-title-wrap .hero-title {
  transform: none !important;
}

.landing-hair-page .landing-page .hair-hero .hero-title-inner {
  display: inline-block;
  transform-origin: center center;
}

.landing-hair-page .landing-page .hair-hero .hero-typing-wrap {
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.landing-hair-page .landing-page .hair-hero .hero-kicker,
.landing-hair-page .landing-page .hair-hero .hero-title,
.landing-hair-page .landing-page .hair-hero .hero-subtitle,
.landing-hair-page .landing-page .hair-hero .hero-course-name,
.landing-hair-page .landing-page .hair-hero .hero-course-name-wrap {
  font-family: "Rubik", "Heebo", sans-serif;
  font-weight: 900;
  width: 100%;
  max-width: none;
  overflow: visible;
  padding-inline: 0;
  text-align: center;
  white-space: normal;
  letter-spacing: 0;
  margin-inline: auto;
  display: block;
  box-sizing: border-box;
}

.landing-hair-page .landing-page .hair-hero .hero-kicker {
  margin-bottom: 10px;
  color: #222;
}

.landing-hair-page .landing-page .hair-hero .hero-title {
  margin-bottom: 10px;
  color: var(--lp-purple);
}

.landing-hair-page .landing-page .hair-hero .hero-subtitle,
.landing-hair-page .landing-page .hair-hero .hero-course-name,
.landing-hair-page .landing-page .hair-hero .hero-course-name-wrap {
  margin-bottom: 12px;
  color: var(--lp-purple-dark);
}

.landing-hair-page .landing-page .hair-hero .hero-course-name-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
}

.landing-hair-page .landing-page .hair-hero .hero-course-name-placeholder {
  visibility: hidden;
  display: block;
  white-space: nowrap;
  text-align: center;
}

.landing-hair-page .landing-page .hair-hero .hero-course-name-typed {
  position: absolute;
  inset: 0;
  display: block;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .landing-hair-page .landing-page .hair-hero {
    padding: 18px 0 0;
  }

  .landing-hair-page .landing-page .hair-hero .hero-content {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .landing-hair-page .landing-page .hair-hero .hero-kicker {
    font-size: clamp(34px, 9.5vw, 46px);
    line-height: 0.85;
    margin: 0;
  }

  .landing-hair-page .landing-page .hair-hero .hero-title {
    font-size: clamp(64px, 17vw, 86px);
    line-height: 0.88;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    letter-spacing: -0.03em;
    transform: none;
    margin: 2px 0 0;
  }

  .landing-hair-page .landing-page .hair-hero .hero-title-inner {
    transform: scaleX(calc(1.08 * 0.94 * 0.97));
    transform-origin: center;
  }

  .landing-hair-page .landing-page .hair-hero .hero-subtitle,
  .landing-hair-page .landing-page .hair-hero .hero-course-name,
  .landing-hair-page .landing-page .hair-hero .hero-course-name-wrap {
    font-size: clamp(42px, 11.5vw, 64px);
    line-height: 0.82;
    margin: 8px 0 0;
  }

  .landing-hair-page .landing-page .hair-hero .hero-copy {
    width: 96%;
    max-width: 96%;
    margin: 16px auto 20px;
  }

  .landing-hair-page .landing-page .hair-hero__cover.hero-image-wrapper,
  .landing-hair-page .landing-page .hair-hero .hero-image-wrapper {
    width: 100%;
    max-width: none;
    padding-inline: 12px;
    margin-top: 22px;
    border-radius: 0;
    box-sizing: border-box;
  }

  .landing-hair-page .landing-page .hair-hero__cover img.hero-image,
  .landing-hair-page .landing-page .hero-image-wrapper img {
    width: calc(100% - 24px);
    max-width: none;
    margin-inline: auto;
    border-radius: 28px;
    display: block;
  }
}

.landing-hair-page .landing-page .hair-hero__desc {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.landing-hair-page .landing-page .hair-hero__desc,
.landing-hair-page .landing-page .hair-hero .hero-copy,
.landing-hair-page .landing-page .hair-hero .hero-description {
  font-family: "Assistant", sans-serif !important;
  font-size: clamp(1.05rem, 2.2vw, 1.4375rem);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  word-spacing: 0;
  color: #4b4b4b;
}

/* Elinor premium mobile video */
.landing-hair-page .landing-page .elinor-mobile-video-section {
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(2.75rem, 7vw, 5rem);
  background: linear-gradient(
    180deg,
    #f8f2ea 0%,
    #f1e9df 42%,
    #efe5d9 100%
  );
}

.landing-hair-page .landing-page .elinor-mobile-video-section__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.landing-hair-page .landing-page .elinor-mobile-video {
  width: 88vw;
  max-width: 380px;
  margin-inline: auto;
  opacity: 0;
  transition: opacity 0.95s ease 0.08s;
}

.landing-hair-page .landing-page .elinor-mobile-video.is-visible {
  opacity: 1;
}

.landing-hair-page .landing-page .elinor-mobile-video__frame {
  position: relative;
  padding: 10px;
  border-radius: 42px;
  background: linear-gradient(145deg, #241733, #2d1b43);
  box-shadow:
    0 0 0 2px rgba(212, 175, 55, 0.7),
    0 20px 60px rgba(36, 23, 51, 0.35),
    0 0 40px rgba(212, 175, 55, 0.12);
  transition: box-shadow 0.45s ease;
  transform: none;
  filter: none;
}

.landing-hair-page .landing-page .elinor-mobile-video__shine {
  position: absolute;
  top: 8px;
  left: 12%;
  right: 12%;
  z-index: 4;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(212, 175, 55, 0.15) 20%,
    rgba(255, 235, 190, 0.55) 50%,
    rgba(212, 175, 55, 0.15) 80%,
    transparent 100%
  );
  pointer-events: none;
}

.landing-hair-page .landing-page .elinor-mobile-video__notch {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 5;
  width: clamp(56px, 18%, 72px);
  height: 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2a193d 0%, #241733 100%);
  border: 1px solid rgba(212, 175, 55, 0.32);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transform: translateX(-50%);
  pointer-events: none;
}

.landing-hair-page .landing-page .elinor-mobile-video__speaker {
  display: block;
  width: 28px;
  height: 3px;
  margin: 7px auto 0;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.42);
}

.landing-hair-page .landing-page .hero-video {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 34px;
  border: 2px solid #d4af37;
  background: #1a1028;
  transform: none;
  filter: none;
  opacity: 1;
  isolation: isolate;
}

.landing-hair-page .landing-page .hero-video video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: none;
  opacity: 1;
  will-change: auto;
  pointer-events: none;
}

.landing-hair-page .landing-page .hero-video__embed--player {
  display: block;
}

.landing-hair-page .landing-page .hero-video__controls {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  transform: none;
  filter: none;
  opacity: 1;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.landing-hair-page .landing-page .hero-video__center-btn,
.landing-hair-page .landing-page .hero-video__mute-btn,
.landing-hair-page .landing-page .hero-video__progress-wrap {
  pointer-events: auto;
}

.landing-hair-page .landing-page .hero-video__center-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.landing-hair-page .landing-page .hero-video__center-btn:focus-visible,
.landing-hair-page .landing-page .hero-video__mute-btn:focus-visible,
.landing-hair-page .landing-page .hero-video__progress:focus-visible {
  outline: 3px solid rgba(184, 148, 77, 0.8);
  outline-offset: 4px;
}

.landing-hair-page .landing-page .hero-video__center-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50%;
  background: rgba(36, 23, 51, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.55);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.28),
    0 0 20px rgba(212, 175, 55, 0.14);
  transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}

.landing-hair-page .landing-page .hero-video__center-icon--play {
  width: clamp(62px, 17vw, 76px);
  height: clamp(62px, 17vw, 76px);
}

.landing-hair-page .landing-page .hero-video__center-icon--play svg {
  display: block;
  width: clamp(26px, 7vw, 32px);
  height: clamp(26px, 7vw, 32px);
  fill: #fff;
  transform: translateX(2px);
}

.landing-hair-page .landing-page .hero-video__center-icon--pause {
  display: none;
  width: 44px;
  height: 44px;
  opacity: 0.5;
  background: rgba(36, 23, 51, 0.55);
  border-color: rgba(212, 175, 55, 0.35);
}

.landing-hair-page .landing-page .hero-video__center-icon--pause svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #fff;
}

.landing-hair-page .landing-page .hero-video.is-playing .hero-video__center-icon--play {
  display: none;
}

.landing-hair-page .landing-page .hero-video.is-playing .hero-video__center-icon--pause {
  display: flex;
}

.landing-hair-page .landing-page .hero-video__progress-wrap {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 52px;
  height: 28px;
  display: flex;
  align-items: center;
}

.landing-hair-page .landing-page .hero-video__progress {
  width: 100%;
  height: 3px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  outline: none;
  cursor: pointer;
  touch-action: manipulation;
}

.landing-hair-page .landing-page .hero-video__progress::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.landing-hair-page .landing-page .hero-video__progress::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  margin-top: -4.5px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #d4af37;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.45);
}

.landing-hair-page .landing-page .hero-video__progress::-moz-range-track {
  height: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: none;
}

.landing-hair-page .landing-page .hero-video__progress::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #d4af37;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.45);
}

.landing-hair-page .landing-page .hero-video__mute-btn {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 0;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(36, 23, 51, 0.72);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.landing-hair-page .landing-page .hero-video__mute-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.landing-hair-page .landing-page .hero-video__mute-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: #f5ecd4;
}

.landing-hair-page .landing-page .hero-video__mute-icon--on svg {
  transform: translate(-1px, 0);
}

.landing-hair-page .landing-page .hero-video__mute-icon--off svg {
  transform: translate(0, 0);
}

.landing-hair-page .landing-page .hero-video__mute-icon--off {
  display: none;
}

.landing-hair-page .landing-page .hero-video.is-muted .hero-video__mute-icon--on {
  display: none;
}

.landing-hair-page .landing-page .hero-video.is-muted .hero-video__mute-icon--off {
  display: flex;
}

.landing-hair-page .landing-page .hero-video.is-packages-mode {
  touch-action: pan-y;
}

.landing-hair-page .landing-page .hero-video-packages {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  touch-action: pan-y;
  overscroll-behavior: auto;
  background: linear-gradient(180deg, #faf7f0 0%, #f5efe4 100%);
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.landing-hair-page .landing-page .hero-video.is-packages-mode .hero-video-packages {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.landing-hair-page .landing-page .hero-video.is-packages-mode .hero-video__controls {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.landing-hair-page .landing-page .hero-video-packages__scroll {
  flex: 1;
  overflow: visible;
  overscroll-behavior: auto;
  touch-action: pan-y;
  padding: clamp(2.75rem, 10vw, 3.25rem) clamp(10px, 3.5vw, 14px) clamp(12px, 3.5vw, 16px);
}

.landing-hair-page .landing-page .hero-video-packages__header {
  margin-bottom: clamp(10px, 3vw, 14px);
  text-align: center;
}

.landing-hair-page .landing-page .hero-video-packages__title {
  margin: 0 0 6px;
  font-family: "Rubik", "Heebo", sans-serif;
  font-size: clamp(1.05rem, 4.2vw, 1.25rem);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #332040;
}

.landing-hair-page .landing-page .hero-video-packages__subtitle {
  margin: 0;
  font-family: "Rubik", "Heebo", sans-serif;
  font-size: clamp(0.78rem, 3.1vw, 0.92rem);
  font-weight: 500;
  line-height: 1.35;
  color: rgba(82, 50, 142, 0.82);
}

.landing-hair-page .landing-page .hero-video-packages__cards {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 2.5vw, 10px);
}

.landing-hair-page .landing-page .hero-video-packages__card {
  padding: clamp(10px, 3vw, 12px) clamp(10px, 3.2vw, 12px) clamp(11px, 3.2vw, 13px);
  border: 1.5px solid rgba(184, 148, 77, 0.55);
  border-radius: 14px;
  background: linear-gradient(180deg, #fffdf8 0%, #faf6ec 100%);
  box-shadow:
    0 4px 14px rgba(51, 32, 64, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  text-align: center;
}

.landing-hair-page .landing-page .hero-video-packages__card-title {
  margin: 0 0 4px;
  font-family: "Rubik", "Heebo", sans-serif;
  font-size: clamp(0.72rem, 2.9vw, 0.84rem);
  font-weight: 800;
  line-height: 1.3;
  color: #332040;
}

.landing-hair-page .landing-page .hero-video-packages__card-price {
  margin: 0 0 8px;
  font-family: "Rubik", "Heebo", sans-serif;
  font-size: clamp(0.95rem, 3.8vw, 1.08rem);
  font-weight: 900;
  line-height: 1.2;
  color: #241733;
}

.landing-hair-page .landing-page .hero-video-packages__card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 168px);
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid rgba(184, 148, 77, 0.5);
  border-radius: 999px;
  background: linear-gradient(
    120deg,
    #dcc07a 0%,
    #e8d08a 28%,
    #c9a865 58%,
    #b8944d 100%
  );
  background-size: 200% 100%;
  box-shadow:
    0 4px 12px rgba(184, 148, 77, 0.24),
    inset 0 1px 0 rgba(255, 252, 247, 0.4);
  color: #241733;
  font-family: "Rubik", "Heebo", sans-serif;
  font-size: clamp(0.68rem, 2.7vw, 0.78rem);
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    filter 300ms ease;
}

@media (prefers-reduced-motion: no-preference) {
  .landing-hair-page .landing-page .hero-video-packages__card-btn {
    animation: cta-luxury-glow 3.2s ease-in-out infinite;
  }

  .landing-hair-page .landing-page .hero-video-packages__card-btn:hover,
  .landing-hair-page .landing-page .hero-video-packages__card-btn:focus-visible {
    animation-play-state: paused;
  }
}

@media (min-width: 769px) {
  .landing-hair-page .landing-page .hero-video-packages__card-btn:hover,
  .landing-hair-page .landing-page .hero-video-packages__card-btn:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.04);
    box-shadow:
      0 6px 16px rgba(184, 148, 77, 0.26),
      inset 0 1px 0 rgba(255, 252, 247, 0.38);
  }
}

.landing-hair-page .landing-page .hero-video-packages__card-btn:active {
  transform: translateY(0);
  filter: none;
  transition-duration: 150ms;
}

.landing-hair-page .landing-page .hero-video-packages__replay {
  display: block;
  width: 100%;
  margin-top: clamp(10px, 3vw, 14px);
  padding: 8px 6px 4px;
  border: 0;
  background: none;
  color: rgba(82, 50, 142, 0.72);
  font-family: "Rubik", "Heebo", sans-serif;
  font-size: clamp(0.68rem, 2.6vw, 0.76rem);
  font-weight: 600;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: color 200ms ease;
}

.landing-hair-page .landing-page .hero-video-packages__replay:hover,
.landing-hair-page .landing-page .hero-video-packages__replay:focus-visible {
  color: #52328e;
}

@media (prefers-reduced-motion: reduce) {
  .landing-hair-page .landing-page .hero-video-packages {
    transition: none;
  }
}

@media (min-width: 769px) {
  .landing-hair-page .landing-page .elinor-mobile-video {
    width: 420px;
    max-width: 420px;
  }

  .landing-hair-page .landing-page .elinor-mobile-video.is-visible .elinor-mobile-video__frame {
    animation: elinor-mobile-video-float 7s ease-in-out infinite;
  }

  .landing-hair-page .landing-page .elinor-mobile-video__frame:hover {
    box-shadow:
      0 0 0 2px rgba(212, 175, 55, 0.85),
      0 24px 68px rgba(36, 23, 51, 0.42),
      0 0 52px rgba(212, 175, 55, 0.18);
  }
}

@media (max-width: 1023px) {
  .landing-hair-page .landing-page .elinor-mobile-video-section {
    position: relative;
    overflow: hidden;
    padding: clamp(3rem, 8vw, 4.25rem) 0 clamp(3.25rem, 8.5vw, 4.75rem);
    background: transparent;
  }

  .landing-hair-page .landing-page .elinor-mobile-video-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../assets/forest-background-mobile.png?v=1");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.96;
  }

  .landing-hair-page .landing-page .elinor-mobile-video-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(
      circle at center,
      rgba(247, 242, 235, 0.05) 0%,
      rgba(247, 242, 235, 0.16) 100%
    );
    pointer-events: none;
  }

  .landing-hair-page .landing-page .elinor-mobile-video-section__inner {
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1024px) {
  .landing-hair-page .landing-page .elinor-mobile-video-section {
    position: relative;
    overflow: hidden;
    padding: clamp(3.75rem, 6.5vw, 5.75rem) 0 clamp(4.25rem, 7.5vw, 6.25rem);
    background: transparent;
  }

  .landing-hair-page .landing-page .elinor-mobile-video-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../assets/forest-background-desktop.png?v=1");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.95;
  }

  .landing-hair-page .landing-page .elinor-mobile-video-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(
      circle at center,
      rgba(247, 242, 235, 0.08) 0%,
      rgba(247, 242, 235, 0.2) 100%
    );
    pointer-events: none;
  }

  .landing-hair-page .landing-page .elinor-mobile-video-section__inner {
    position: relative;
    z-index: 2;
  }
}

@keyframes elinor-mobile-video-float {
  0%,
  100% {
    box-shadow:
      0 0 0 2px rgba(212, 175, 55, 0.7),
      0 20px 60px rgba(36, 23, 51, 0.35),
      0 0 40px rgba(212, 175, 55, 0.12);
  }

  50% {
    box-shadow:
      0 0 0 2px rgba(212, 175, 55, 0.78),
      0 26px 68px rgba(36, 23, 51, 0.4),
      0 0 48px rgba(212, 175, 55, 0.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hair-page .landing-page .elinor-mobile-video {
    opacity: 1;
    transition: none;
  }

  .landing-hair-page .landing-page .elinor-mobile-video.is-visible .elinor-mobile-video__frame {
    animation: none !important;
  }
}

@media (min-width: 900px) {
  .landing-hair-page .landing-page .hair-hero {
    min-height: auto;
    padding-top: calc(env(safe-area-inset-top, 0px) + 40px);
    padding-bottom: 0;
  }
}

/* Intro */
.landing-hair-page .landing-page .intro {
  background: #e7dcff;
  padding-top: 42px;
  padding-bottom: 42px;
}

.landing-hair-page .landing-page .intro.hair-loss-section {
  padding-top: 42px;
}

.landing-hair-page .landing-page .intro h2:not(.section-title-hair-loss),
.landing-hair-page .landing-page .section-title {
  margin: 0 0 18px;
  width: 100%;
  max-width: none;
  font-size: clamp(1.75rem, 4.5vw, 2.875rem);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #282828;
  text-shadow: 0 5px 11px rgba(0, 0, 0, 0.15);
}

.landing-hair-page .landing-page .course-learn-card,
.landing-hair-page .landing-page .course-learn-card *,
.landing-hair-page .landing-page .learn-card,
.landing-hair-page .landing-page .learn-card *,
.landing-hair-page .landing-page .course-topics-card,
.landing-hair-page .landing-page .course-topics-card * {
  font-family: "Rubik", "Heebo", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
}

.landing-hair-page .landing-page .course-learn-title,
.landing-hair-page .landing-page .learn h2,
.landing-hair-page .landing-page .learn h3,
.landing-hair-page .landing-page .learn ~ section h2,
.landing-hair-page .landing-page .learn ~ section h3,
.landing-hair-page .landing-page .learn .section-title,
.landing-hair-page .landing-page .learn ~ section .section-title,
.landing-hair-page .landing-page .learn .section-heading,
.landing-hair-page .landing-page .learn ~ section .section-heading {
  font-family: "Rubik", "Heebo", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.landing-hair-page .landing-page .why-title,
.landing-hair-page .landing-page .why-section .why-reason,
.landing-hair-page .landing-page .why-section .why-reason *,
.landing-hair-page .landing-page .what-you-get-title,
.landing-hair-page .landing-page .what-you-get-card,
.landing-hair-page .landing-page .what-you-get-card *,
.landing-hair-page .landing-page .price-title,
.landing-hair-page .landing-page .price-amount,
.landing-hair-page .landing-page .price-amount *,
.landing-hair-page .landing-page .buy-now-text,
.landing-hair-page .landing-page .buy-now-text * {
  font-family: "Rubik", "Heebo", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
}

.landing-hair-page .landing-page .old-price-label,
.landing-hair-page .landing-page .old-price,
.landing-hair-page .landing-page .bundle-price {
  font-family: "Rubik", "Heebo", sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  word-spacing: 0 !important;
}

.landing-hair-page .landing-page .intro .section-title-hair-loss {
  font-family: "RubikMonoOne-Regular", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-size: clamp(42px, 4vw, 72px);
  text-align: center;
  text-wrap: balance;
  width: 100%;
  max-width: none;
  margin: 0 0 18px;
  color: #282828;
  text-shadow: 0 5px 11px rgba(0, 0, 0, 0.15);
}


@media (max-width: 768px) {
  .landing-hair-page .landing-page .hair-loss-section {
    margin-top: 0;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .landing-hair-page .landing-page .intro .section-title-hair-loss {
    font-family: "Rubik", "Heebo", sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(32px, 7.8vw, 40px) !important;
    line-height: 0.95 !important;
    margin-top: 18px !important;
    margin-bottom: 22px !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    white-space: normal !important;
    text-align: center !important;
    max-width: 94% !important;
    margin-inline: auto !important;
    transform: none !important;
    text-wrap: normal !important;
  }
}

.landing-hair-page .landing-page .intro p {
  width: calc(100% - 24px);
  max-width: none;
  margin: 0 auto 18px;
  font-size: clamp(1.05rem, 2.2vw, 1.4375rem);
  line-height: 1.5;
  color: #4b4b4b;
}

.landing-hair-page .landing-page .intro p strong {
  color: #222;
  font-weight: 900;
}

/* Learn / Receive grids */
.landing-hair-page .landing-page .learn {
  background: #f7f4ff;
}

.landing-hair-page .landing-page .course-learn-section {
  position: relative;
  overflow: hidden;
  background-color: #f7f4ff;
}

.landing-hair-page .landing-page .course-learn-bg {
  position: absolute;
  inset: -30px;
  z-index: 0;
  will-change: transform;
  background-color: #f7f4ff;
  background-image: url("../assets/images/course-learn-section-bg.png?v=2");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing-hair-page .landing-page .course-learn-content {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .landing-hair-page .landing-page .course-learn-bg {
    inset: -15px;
    background-image: url("../assets/images/course-learn-section-bg-mobile.png?v=1");
  }
}

/* Parallax — disabled temporarily */
.landing-hair-page .landing-page .course-learn-bg,
.landing-hair-page .landing-page .course-learn-section {
  transform: none !important;
  background-position: center center !important;
}

.landing-hair-page .landing-page .course-learn-section .course-learn-title,
.landing-hair-page .landing-page .course-learn-section .course-learn-card {
  -webkit-text-stroke: 0.55px var(--lp-gold);
  paint-order: stroke fill;
  text-shadow:
    0.5px 0 0 rgba(215, 168, 58, 0.55),
    -0.5px 0 0 rgba(215, 168, 58, 0.55),
    0 0.5px 0 rgba(215, 168, 58, 0.55),
    0 -0.5px 0 rgba(215, 168, 58, 0.55);
}

.landing-hair-page .landing-page .course-learn-section .course-learn-title {
  -webkit-text-stroke-width: 0.7px;
}

.landing-hair-page .landing-page .course-learn-section .course-learn-card .ico {
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.landing-hair-page .landing-page .course-learn-section .course-icon {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: visible;
  flex-shrink: 0;
}

.landing-hair-page .landing-page .course-learn-section .course-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: transparent !important;
  filter:
    drop-shadow(0.5px 0 0 var(--lp-purple-dark))
    drop-shadow(-0.5px 0 0 var(--lp-purple-dark))
    drop-shadow(0 0.5px 0 var(--lp-purple-dark))
    drop-shadow(0 -0.5px 0 var(--lp-purple-dark));
}

.landing-hair-page .landing-page .course-learn-section .course-learn-card.meet-elinor--hero {
  justify-content: flex-start !important;
  gap: 18px !important;
  padding-block: 14px !important;
  padding-inline-start: 28px !important;
  padding-inline-end: 18px !important;
}

@media (max-width: 768px) {
  .landing-hair-page .landing-page .course-learn-section .course-icon {
    width: 41px;
    height: 41px;
  }
}

/* Rubric layout only — glass surface from main.css .meet-elinor--hero (no ::before/::after on source card) */
.landing-hair-page .landing-page .tile.meet-elinor--hero {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 86px !important;
  margin: 0 !important;
  padding: 14px 18px !important;
  grid-template-columns: unset !important;
  cursor: default !important;
  transition: none !important;
  transform: none !important;
  text-align: center !important;
}

.landing-hair-page .landing-page .tile.meet-elinor--hero:hover {
  transform: none !important;
}

@media (min-width: 901px) {
  .landing-hair-page .landing-page .tile.meet-elinor--hero:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12) !important;
  }
}

.landing-hair-page .landing-page .grid {
  display: grid;
  gap: 14px;
  width: calc(100% - 24px);
  max-width: none;
  margin: 0 auto;
}

.landing-hair-page .landing-page .tile {
  width: 100%;
  max-width: none;
  min-height: 86px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: clamp(1.05rem, 2vw, 1.75rem);
  line-height: 1.25;
  font-weight: 900;
  color: #333;
  letter-spacing: -0.01em;
}

.landing-hair-page .landing-page .tile:not(.meet-elinor--hero) {
  background: #fff;
  border: 3px solid var(--lp-border);
  border-radius: 19px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.08);
}

.landing-hair-page .landing-page .tile .ico {
  flex-shrink: 0;
  font-size: 1.35em;
}

/* Fit */
.landing-hair-page .landing-page .fit {
  background: #fff;
}

.landing-hair-page .landing-page .why-section {
  background: linear-gradient(180deg, #e7d7ff 0%, #dfccff 45%, #d9c3ff 100%) !important;
}

.landing-hair-page .landing-page .why-section .why-title,
.landing-hair-page .landing-page .why-section .why-reason {
  -webkit-text-stroke: 0.55px var(--lp-gold);
  paint-order: stroke fill;
  text-shadow:
    0.5px 0 0 rgba(215, 168, 58, 0.55),
    -0.5px 0 0 rgba(215, 168, 58, 0.55),
    0 0.5px 0 rgba(215, 168, 58, 0.55),
    0 -0.5px 0 rgba(215, 168, 58, 0.55);
}

.landing-hair-page .landing-page .why-section .why-title {
  -webkit-text-stroke-width: 0.7px;
}

.landing-hair-page .landing-page .fit-list {
  display: grid;
  gap: 12px;
  width: calc(100% - 24px);
  max-width: none;
  margin: 0 auto;
}

.landing-hair-page .landing-page .fit-row {
  width: 100%;
  max-width: none;
  min-height: 70px;
  border: 2.5px solid var(--lp-border);
  background: var(--lp-lavender);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  font-size: clamp(1rem, 2vw, 1.5625rem);
  line-height: 1.3;
  font-weight: 900;
}

/* Visual break */
.landing-hair-page .landing-page .visual-break {
  padding: 36px 0;
  background: linear-gradient(
    180deg,
    #d8c4f6 0%,
    #d4bdf4 35%,
    #e7d7ef 60%,
    #f3e7d4 82%,
    #f6ecd9 100%
  ) !important;
}

.landing-hair-page .landing-page .mock-video {
  width: calc(100% - 24px);
  max-width: none;
  min-height: 210px;
  aspect-ratio: 16 / 9;
  max-height: 520px;
  margin: 0 auto;
  border-radius: 28px;
  border: 4px solid var(--lp-border);
  background: #000;
  box-shadow: var(--lp-shadow);
  position: relative;
  overflow: hidden;
  display: block;
}

.landing-hair-page .landing-page .mock-video iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  border-radius: inherit;
}

.landing-hair-page .landing-page .receive {
  background: #f7f4ff;
}

.landing-hair-page .landing-page .receive.what-you-get-section {
  background-color: #f7f4ff;
  background-image: url("../assets/images/what-you-get-section-bg.png?v=1");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing-hair-page .landing-page .what-you-get-section .what-you-get-title,
.landing-hair-page .landing-page .what-you-get-section .what-you-get-card {
  -webkit-text-stroke: 0.55px var(--lp-gold);
  paint-order: stroke fill;
  text-shadow:
    0.5px 0 0 rgba(215, 168, 58, 0.55),
    -0.5px 0 0 rgba(215, 168, 58, 0.55),
    0 0.5px 0 rgba(215, 168, 58, 0.55),
    0 -0.5px 0 rgba(215, 168, 58, 0.55);
}

.landing-hair-page .landing-page .what-you-get-section .what-you-get-title {
  -webkit-text-stroke-width: 0.7px;
}

.landing-hair-page .landing-page .what-you-get-section .what-you-get-card .ico,
.landing-hair-page .landing-page .what-you-get-section .benefit-icon {
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.landing-hair-page .landing-page .what-you-get-section .what-you-get-card.benefit-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.landing-hair-page .landing-page .what-you-get-section .what-you-get-card.benefit-card.meet-elinor--hero {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  flex-direction: unset !important;
  justify-content: stretch !important;
  justify-items: stretch !important;
  gap: 18px !important;
}

.landing-hair-page .landing-page .what-you-get-section .benefit-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
  justify-self: center;
  align-self: center;
  background: transparent !important;
  filter:
    drop-shadow(0.5px 0 0 var(--lp-gold))
    drop-shadow(-0.5px 0 0 var(--lp-gold))
    drop-shadow(0 0.5px 0 var(--lp-gold))
    drop-shadow(0 -0.5px 0 var(--lp-gold));
}

/* Pricing */
.landing-hair-page .landing-page .pricing {
  background: linear-gradient(
    180deg,
    #f5ead7 0%,
    #f1e4d4 25%,
    #e9d7e9 50%,
    #dcc8f4 78%,
    #d4bdf3 100%
  ) !important;
  padding: 44px 0;
}

.landing-hair-page .landing-page .pricing-section .price-card {
  width: calc(100% - 24px);
  max-width: none;
  margin: 0 auto;
  padding: 28px 22px 30px;
  border-radius: 34px !important;
  background: rgba(255, 255, 255, 0.26) !important;
  backdrop-filter: blur(20px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
  border: 1.5px solid rgba(60, 40, 90, 0.25) !important;
  box-shadow:
    0 16px 40px rgba(94, 72, 138, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.65) !important;
  overflow: hidden !important;
}

.landing-hair-page .landing-page .badge {
  display: inline-block;
  background: #fff2b8;
  border-radius: 15px;
  padding: 10px 22px;
  margin-bottom: 16px;
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  font-weight: 900;
  line-height: 1.2;
}

.landing-hair-page .landing-page .old {
  font-size: clamp(1.25rem, 2.5vw, 1.875rem);
  font-weight: 900;
  color: #555;
  margin-bottom: 6px;
}

.landing-hair-page .landing-page .price {
  margin: 0 0 20px;
  font-size: clamp(2.75rem, 8vw, 4.875rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.landing-hair-page .landing-page .price small {
  display: block;
  font-size: 0.58em;
  margin-top: 4px;
}

.landing-hair-page .landing-page .pricing-section .cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 84px;
  border: 1.5px solid rgba(35, 35, 35, 0.75);
  border-radius: 20px !important;
  overflow: hidden;
  color: #111;
  text-decoration: none;
  font-size: clamp(1.25rem, 2.5vw, 2.0625rem);
  line-height: 1.2;
  font-weight: 900;
}

.landing-hair-page .landing-page .pricing-section .second-plan {
  margin-top: 16px;
  padding: 18px;
  border-radius: 26px !important;
  background: rgba(247, 242, 255, 0.85) !important;
  border: 1px solid rgba(70, 50, 100, 0.14) !important;
  box-shadow: 0 10px 25px rgba(94, 72, 138, 0.08) !important;
  overflow: hidden !important;
}

.landing-hair-page .landing-page .pricing-section .second-plan h3 {
  margin: 0 0 6px;
  font-size: clamp(1.125rem, 2vw, 1.625rem);
  font-weight: 900;
  line-height: 1.25;
}

.landing-hair-page .landing-page .pricing-section .second-plan p {
  margin: 0 0 12px;
  font-size: clamp(1rem, 1.8vw, 1.1875rem);
  line-height: 1.45;
  color: #555;
}

.landing-hair-page .landing-page .pricing-section .cta.secondary {
  min-height: 68px;
  font-size: clamp(1.05rem, 2vw, 1.5625rem);
  border: 1.5px solid rgba(35, 35, 35, 0.75);
  border-radius: 18px !important;
  overflow: hidden;
}

.landing-hair-page .landing-page .pricing-section .gold-button {
  background: linear-gradient(
    120deg,
    #dcc07a 0%,
    #e8d08a 28%,
    #c9a865 58%,
    #b8944d 100%
  );
  background-size: 200% 100%;
  box-shadow:
    0 6px 18px rgba(184, 148, 77, 0.3),
    inset 0 1px 0 rgba(255, 252, 247, 0.4);
  transition:
    transform 300ms ease,
    box-shadow 300ms ease,
    filter 300ms ease;
}

.landing-hair-page .landing-page .pricing-section .badge.gold-button {
  min-width: 0;
  min-height: auto;
  color: inherit;
}

@media (prefers-reduced-motion: no-preference) {
  .landing-hair-page .landing-page .pricing-section .gold-button {
    animation: cta-luxury-glow 3.2s ease-in-out infinite;
  }

  .landing-hair-page .landing-page .pricing-section .gold-button:hover,
  .landing-hair-page .landing-page .pricing-section .gold-button:focus-visible {
    animation-play-state: paused;
  }
}

.landing-hair-page .landing-page .pricing-section .gold-button:hover,
.landing-hair-page .landing-page .pricing-section .gold-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 8px 22px rgba(184, 148, 77, 0.26),
    inset 0 1px 0 rgba(255, 252, 247, 0.38);
}

.landing-hair-page .landing-page .pricing-section .gold-button:active {
  transform: translateY(0);
  filter: none;
  transition-duration: 150ms;
}

/* Landing hair tree — mobile only, above visual-break */
.landing-hair-page .landing-hair-tree-wrap {
  display: none;
}

@media (max-width: 768px) {
  .landing-hair-page .landing-page .why-section {
    padding-bottom: 0;
  }

  .landing-hair-page .landing-hair-tree-wrap {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 0 -12px;
    padding: 0;
    background: linear-gradient(180deg, #d9c3ff 0%, #d8c4f6 100%);
    background-position: center center;
    transform: none;
    pointer-events: none;
  }

  .landing-hair-page .landing-hair-tree-wrap .tree-reveal {
    width: 57.4%;
    max-width: 238px;
    margin: 0 auto -44px;
    transform: none;
  }

  .landing-hair-page .landing-page .visual-break {
    padding-top: 0;
    margin-top: -8px;
    padding-bottom: 16px;
  }

  .landing-hair-page .landing-page .visual-break .section-title {
    margin-bottom: 6px;
  }

  .landing-hair-page .landing-page .what-you-get-section {
    padding-top: 16px;
  }

  .landing-hair-page .landing-page .what-you-get-section .what-you-get-card.benefit-card,
  .landing-hair-page .landing-page .what-you-get-section .what-you-get-card.benefit-card.meet-elinor--hero {
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .landing-hair-page .landing-page .what-you-get-section .benefit-icon {
    width: 42px;
    height: 42px;
  }
}

.landing-hair-page .landing-hair-tree-wrap {
  transform: none !important;
  background-position: center center !important;
}

/* FAQ */
.landing-hair-page .landing-page .faq {
  background: #e7dcff;
  padding-bottom: 58px;
}

.landing-hair-page .landing-page .faq-list {
  width: calc(100% - 24px);
  max-width: none;
  margin: 0 auto;
}

.landing-hair-page .landing-page .faq-item {
  width: 100%;
  max-width: none;
  margin: 0 auto 13px;
  text-align: right;
  background: #fff;
  border: 3px solid #222;
  border-radius: 18px;
  padding: 19px 20px;
}

.landing-hair-page .landing-page .faq-item h3 {
  margin: 0 0 6px;
  font-size: clamp(1.05rem, 2vw, 1.5rem);
  font-weight: 900;
  line-height: 1.3;
}

.landing-hair-page .landing-page .faq-item p {
  margin: 0;
  font-size: clamp(1rem, 1.8vw, 1.1875rem);
  line-height: 1.5;
  color: #555;
}

/* Tablet */
@media (min-width: 640px) {
  .landing-hair-page .landing-page .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hair-page .landing-page .fit-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Desktop */
@media (min-width: 900px) {
  .landing-hair-page .landing-page .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .landing-hair-page .landing-page .receive .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hair-page .landing-page section:not(.hair-hero) {
    padding: 56px 12px;
  }
}

/* DESKTOP ONLY — do not touch mobile */
@media (min-width: 769px) {
  .landing-hair-page .landing-page,
  .landing-hair-page .hair-course-page {
    width: 100%;
  }

  .landing-hair-page .section-inner,
  .landing-hair-page .container {
    width: min(92vw, 1800px);
    max-width: 1800px;
    margin-inline: auto;
    padding-inline: 24px;
  }

  .landing-hair-page .hair-hero,
  .landing-hair-page .hero-section {
    width: 100%;
    max-width: none;
    min-height: auto;
    padding: 55px 0 0;
    text-align: center;
    overflow: hidden;
    display: block;
    margin-inline: 0;
  }

  .landing-hair-page .hair-hero .hero-content {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0 auto;
  }

  .landing-hair-page .hair-hero .hero-kicker {
    font-size: clamp(58px, 4.8vw, 96px);
    line-height: 0.85;
    margin: 0 0 16px;
  }

  .landing-hair-page .hair-hero .hero-title,
  .landing-hair-page .hair-hero .hero-main-title {
    font-size: clamp(150px, 13vw, 260px);
    line-height: 0.78;
    margin: 0;
    white-space: nowrap;
    width: 100%;
    max-width: none;
    text-align: center;
    transform: none;
  }

  .landing-hair-page .hair-hero .hero-course-name,
  .landing-hair-page .hair-hero .hero-subtitle-title,
  .landing-hair-page .hair-hero .hero-course-name-wrap {
    font-size: clamp(72px, 6vw, 120px);
    line-height: 0.85;
    margin: 18px 0 0;
    max-width: none;
  }

  .landing-hair-page .hair-hero .hero-copy,
  .landing-hair-page .hair-hero .hero-description {
    max-width: none;
    width: 100%;
    margin: 26px auto 0;
    padding: 0 24px;
    text-align: center;
  }

  .landing-hair-page .hair-hero .hero-image,
  .landing-hair-page .hair-hero .hero-image img,
  .landing-hair-page .hair-hero .hair-hero__cover {
    width: 100%;
    max-width: none;
    border-radius: 0;
    margin: 32px 0 0;
    padding: 0;
    display: block;
    box-shadow: none;
  }

  .landing-hair-page .hair-loss-problem-title {
    font-family: "Rubik", "Heebo", sans-serif !important;
    font-weight: 900 !important;
    font-size: clamp(56px, 4.8vw, 92px) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    text-align: center !important;
    display: block !important;
    white-space: normal !important;
    max-width: 1200px !important;
    margin: 0 auto 34px !important;
    transform: none !important;
  }

  .landing-hair-page .hair-loss-problem-title span {
    display: inline !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* Hero entrance — initial state only (landing-hair.html first load) */
html.hair-hero-animate-pending .landing-hair-page .hair-hero .hero-kicker {
  opacity: 0;
  transform: translate3d(0, -60px, 0);
}

html.hair-hero-animate-pending .landing-hair-page .hair-hero .hero-title-inner {
  opacity: 0;
  transform: translate3d(120px, 0, 0);
}

html.hair-hero-animate-pending .landing-hair-page .hair-hero .hero-course-name-typed:empty {
  visibility: hidden;
}

@media (max-width: 768px) {
  html.hair-hero-animate-pending .landing-hair-page .hair-hero .hero-title-inner {
    transform: translate3d(120px, 0, 0) scaleX(calc(1.08 * 0.94 * 0.97));
  }
}
