/* LT2 hero — shared overrides for coaching & long-term landing pages */

.lt2-hero {
  padding: 28px 0 24px;
  overflow: hidden;
}

.lt2-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}

.lt2-hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + clamp(60px, 10vw, 110px));
  object-fit: cover;
  object-position: 82% top;
  transform: translateY(clamp(-60px, -8vw, -100px));
}

.lt2-hero .lt2-h1 {
  font-family: Montserrat, 'Space Grotesk', Inter, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.lt2-hero .lt2-h1-line {
  display: block;
  line-height: 1.18;
  margin: 0;
}

.lt2-hero .lt2-subheadline {
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-weight: 700;
}

.lt2-hero .lt2-quote p {
  font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.lt2-hero .lt2-highlight {
  color: #c8ff3d;
  font-weight: 900;
}

.lt2-hero .lt2-strip {
  margin-top: clamp(28px, 5vw, 64px);
  padding: 11px 12px 12px;
  gap: 6px;
}

.lt2-hero .lt2-feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 2px 4px;
}

.lt2-hero .lt2-fcopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-height: 2.75rem;
  text-align: center;
  gap: 2px;
}

.lt2-hero .lt2-fico {
  width: 38px;
  height: 38px;
}

.lt2-hero .lt2-fico i {
  font-size: 14px;
}

.lt2-hero .lt2-ftitle {
  margin: 0;
  font-family: Montserrat, Inter, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-weight: 700;
  font-size: clamp(13px, 1.65vw, 15px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #c8ff3d;
}

.lt2-hero .lt2-ftitle--stat {
  font-size: clamp(15px, 1.9vw, 17px);
  line-height: 1.05;
}

.lt2-hero .lt2-fsub {
  margin: 0;
  min-height: 2.2em;
  font-family: Montserrat, Inter, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1100px) {
  .lt2-hero-bg {
    object-position: 80% top;
    transform: translateY(clamp(-50px, -7vw, -85px));
  }
}

@media (max-width: 640px) {
  .lt2-hero-bg {
    object-position: 58% top;
    transform: translateY(clamp(-40px, -6vw, -70px));
  }
}
