/* ─────────────────────────────────────────────────────────────
   Shared stylesheet for all Postural Orthodontics landing pages
   (growth-protocol, advanced-phase-4, advanced, lab, clinical)
   ───────────────────────────────────────────────────────────── */

:root {
  --navy:        #0b1d35;
  --navy-mid:    #14284e;
  --gold:        #c8a84b;
  --gold-light:  #e6c97a;
  --teal:        #1f7a8c;
  --cream:       #f9f6f0;
  --off-white:   #f3f0ea;
  --text-dark:   #0b1d35;
  --text-mid:    #3d4f6a;
  --text-light:  #6b7c9a;
  --border:      #e3ddd0;
  --radius:      10px;
  --radius-lg:   14px;
  --shadow-sm:   0 6px 20px rgba(11, 29, 53, 0.08);
  --shadow-md:   0 16px 40px rgba(11, 29, 53, 0.14);
  --transition:  0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  color: var(--text-dark);
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a  { color: inherit; text-decoration: none; }
button { font-family: inherit; }

/* ───────── Nav ───────── */
.lp-nav {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 10;
  padding: 1.25rem 0;
}
.lp-nav__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-nav__logo { display: flex; align-items: center; gap: 0.6rem; color: #fff; }
.lp-nav__logo img { height: 40px; width: auto; }
.lp-nav__home {
  font-size: 0.85rem; font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  transition: color var(--transition);
}
.lp-nav__home:hover { color: var(--gold); }

/* ───────── Hero ───────── */
.lp-hero {
  position: relative;
  padding: 7rem 1.5rem 4rem;
  background:
    radial-gradient(ellipse 80% 60% at 70% 30%, rgba(20, 60, 140, 0.35) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 20% 80%, rgba(200, 168, 75, 0.08) 0%, transparent 55%),
    linear-gradient(135deg, var(--navy) 0%, #14284e 50%, var(--navy) 100%);
  color: #fff;
  overflow: hidden;
}
.lp-hero__inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
}
.lp-hero__eyebrow {
  display: inline-block;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(200, 168, 75, 0.4);
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(200, 168, 75, 0.06);
  margin-bottom: 1.5rem;
}
.lp-hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.1rem, 4.2vw, 3.35rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin: 0 0 1.15rem;
  color: #fff;
  text-wrap: balance;
}
.lp-hero__title em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  color: var(--gold);
  font-size: 1.05em;
  font-weight: 700;
}
.lp-hero__sub {
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 2rem;
  max-width: 560px;
  text-wrap: pretty;
}
.lp-hero__sub strong { color: var(--gold); font-weight: 600; }
.lp-hero__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 2.25rem;
  display: grid;
  gap: 0.65rem;
}
.lp-hero__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.5;
}
.lp-hero__bullets .tick {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 2px;
}

/* ───────── Form Card ───────── */
.lp-form-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.08);
  position: relative;
}
.lp-form-card__banner {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--navy);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.35rem 0.95rem;
  border-radius: 50px;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(200, 168, 75, 0.4);
}
.lp-form-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.3rem, 1.8vw, 1.55rem);
  font-weight: 700;
  color: var(--navy);
  margin: 0.3rem 0 0.5rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
.lp-form-card__sub {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.5;
  margin: 0 0 1.25rem;
  text-wrap: balance;
}
.lp-form {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.lp-form__input,
.lp-form__select {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  background: #fafafa;
  font-family: inherit;
  font-size: 0.94rem;
  color: var(--navy);
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.lp-form__input::placeholder { color: var(--text-light); }
.lp-form__input:focus,
.lp-form__select:focus {
  outline: none;
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(200, 168, 75, 0.18);
}
.lp-form__select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%233d4f6a' d='M1 1l5 5 5-5' stroke='%233d4f6a' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}
.lp-form__submit {
  margin-top: 0.5rem;
  padding: 1.05rem 1.25rem;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--navy);
  border: none;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 8px 22px rgba(200, 168, 75, 0.4);
}
.lp-form__submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(200, 168, 75, 0.55);
}
.lp-form__submit:disabled { opacity: 0.65; cursor: not-allowed; transform: none; }
.lp-form__privacy {
  margin: 0.85rem 0 0;
  font-size: 0.72rem;
  color: var(--text-light);
  line-height: 1.55;
  text-align: center;
}
.lp-form__privacy span { margin-right: 0.3rem; }
.lp-form__thanks { text-align: center; padding: 1rem 0 0.5rem; }
.lp-form__thanks[hidden] { display: none; }
.lp-form__thanks-icon {
  width: 56px; height: 56px;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; font-weight: 700;
  box-shadow: 0 8px 22px rgba(200, 168, 75, 0.4);
}
.lp-form__thanks h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem; color: var(--navy); margin: 0 0 0.5rem;
}
.lp-form__thanks p { color: var(--text-mid); font-size: 0.92rem; line-height: 1.55; margin: 0; }

/* ───────── Trust Bar ───────── */
.lp-trust {
  background: var(--navy);
  padding: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.lp-trust__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2.75rem;
}
.lp-trust__label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lp-trust__item {
  color: rgba(255, 255, 255, 0.82);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 500;
}
.lp-trust__dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; opacity: 0.5; }

/* ───────── Sections ───────── */
.lp-section { padding: clamp(4rem, 7vw, 6rem) 1.5rem; }
.lp-container { max-width: 1140px; margin: 0 auto; }
.lp-section-header { text-align: center; max-width: 720px; margin: 0 auto 3rem; }
.lp-section-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.85rem;
}
.lp-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 3.3vw, 2.5rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin: 0 0 1rem;
  text-wrap: balance;
}
.lp-section-title em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  color: var(--gold);
  font-size: 1.05em;
}
.lp-section-sub { font-size: 1.05rem; color: var(--text-mid); line-height: 1.65; margin: 0; }

/* Generic card grids */
.lp-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.lp-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.75rem; }
.lp-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  position: relative;
  transition: transform var(--transition), box-shadow var(--transition);
}
.lp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.lp-card__num {
  position: absolute;
  top: 1.25rem; right: 1.5rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 1.4rem;
  color: var(--gold);
  font-weight: 700;
}
.lp-card__icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
  margin-bottom: 1.1rem;
}
.lp-card__icon svg { width: 26px; height: 26px; }
.lp-card__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 0.5rem;
  line-height: 1.3;
}
.lp-card__sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  color: var(--gold);
  font-size: 0.95rem;
  margin: 0 0 0.6rem;
}
.lp-card__body { font-size: 0.93rem; color: var(--text-mid); line-height: 1.6; margin: 0; }

/* Authority Quote */
.lp-authority {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(200, 168, 75, 0.14) 0%, transparent 70%),
    linear-gradient(135deg, var(--navy) 0%, #14284e 100%);
  color: #fff;
}
.lp-authority__inner { max-width: 880px; margin: 0 auto; text-align: center; }
.lp-authority__quote-mark {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 5rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.4;
  margin-bottom: -1.5rem;
}
.lp-authority__quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.4rem, 2.3vw, 1.85rem);
  line-height: 1.35;
  font-weight: 500;
  color: #fff;
  margin: 0 0 1.75rem;
  font-style: italic;
  text-wrap: balance;
}
.lp-authority__cite {
  display: block;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.3rem;
}
.lp-authority__role { display: block; font-size: 0.86rem; color: rgba(255, 255, 255, 0.6); }

/* Pricing */
.lp-pricing__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.lp-price-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition);
}
.lp-price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.lp-price-card--featured {
  background: linear-gradient(135deg, var(--navy) 0%, #14284e 100%);
  color: #fff;
  border-color: rgba(200, 168, 75, 0.4);
  position: relative;
}
.lp-price-card--featured::before {
  content: 'Most popular';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
  padding: 0.3rem 0.85rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 5px 14px rgba(200, 168, 75, 0.4);
}
.lp-price-card__name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 0.3rem;
}
.lp-price-card--featured .lp-price-card__name { color: #fff; }
.lp-price-card__tagline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  color: var(--gold);
  font-size: 1rem;
  margin: 0 0 1rem;
}
.lp-price-card__price {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  margin: 0 0 0.2rem;
}
.lp-price-card--featured .lp-price-card__price { color: var(--gold); }
.lp-price-card__period {
  font-size: 0.8rem;
  color: var(--text-light);
  margin: 0 0 1.25rem;
}
.lp-price-card--featured .lp-price-card__period { color: rgba(255, 255, 255, 0.7); }
.lp-price-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.65rem;
}
.lp-price-card__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.5;
}
.lp-price-card--featured .lp-price-card__list li { color: rgba(255, 255, 255, 0.88); }
.lp-price-card__list li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}
.lp-price-card__cta {
  margin-top: auto;
  padding: 0.85rem 1rem;
  background: var(--navy);
  color: #fff;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  transition: background var(--transition), transform var(--transition);
}
.lp-price-card__cta:hover { background: #14284e; transform: translateY(-1px); }
.lp-price-card--featured .lp-price-card__cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy);
  box-shadow: 0 8px 22px rgba(200, 168, 75, 0.4);
}
.lp-price-card--featured .lp-price-card__cta:hover { box-shadow: 0 12px 28px rgba(200, 168, 75, 0.55); }

/* Testimonials */
.lp-tests__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.lp-test-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow-sm);
}
.lp-test-card__quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.5rem;
  color: var(--gold);
  line-height: 0.8;
  margin: 0 0 0.5rem;
}
.lp-test-card__body {
  font-size: 0.94rem;
  color: var(--text-mid);
  line-height: 1.6;
  margin: 0 0 1.25rem;
  font-style: italic;
}
.lp-test-card__attribution strong { display: block; color: var(--navy); font-size: 0.92rem; }
.lp-test-card__attribution span { display: block; color: var(--text-light); font-size: 0.8rem; margin-top: 0.15rem; }

/* Result callout */
.lp-result { background: var(--cream); }
.lp-result__card {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.lp-result__visual { aspect-ratio: 1 / 1; overflow: hidden; }
.lp-result__visual img { width: 100%; height: 100%; object-fit: cover; }
.lp-result__body { padding: clamp(1.75rem, 3.5vw, 3rem); }
.lp-result__stat {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 0 0.4rem;
}
.lp-result__stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 0 0 1.1rem;
}
.lp-result__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  margin: 0 0 0.85rem;
}
.lp-result__body p { font-size: 0.96rem; color: var(--text-mid); line-height: 1.65; margin: 0; }

/* About Dr. Wong block */
.lp-about { background: #fff; }
.lp-about__inner {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 2.5rem;
  align-items: center;
}
.lp-about__portrait {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  box-shadow: var(--shadow-md);
}
.lp-about__portrait img { width: 100%; height: 100%; object-fit: cover; }
.lp-about__content h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.5rem, 2.3vw, 1.85rem);
  color: var(--navy);
  margin: 0 0 0.35rem;
  font-weight: 700;
}
.lp-about__role {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  color: var(--gold);
  font-size: 1.1rem;
  margin: 0 0 1.1rem;
}
.lp-about__content p { color: var(--text-mid); line-height: 1.7; margin: 0 0 0.85rem; font-size: 0.97rem; }
.lp-about__content a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  font-weight: 600;
}

/* Final CTA */
.lp-final-cta {
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(200,168,75,0.16) 0%, transparent 70%),
    linear-gradient(135deg, var(--navy) 0%, #14284e 100%);
  text-align: center;
  color: #fff;
}
.lp-final-cta__inner { max-width: 720px; margin: 0 auto; }
.lp-final-cta h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
  line-height: 1.18;
}
.lp-final-cta p {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 2rem;
  line-height: 1.6;
}
.lp-btn {
  display: inline-block;
  padding: 1.05rem 2rem;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
  color: var(--navy);
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 32px rgba(200, 168, 75, 0.4);
  transition: transform var(--transition), box-shadow var(--transition);
  border: none;
  cursor: pointer;
}
.lp-btn:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(200, 168, 75, 0.55); }
.lp-btn--outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
}
.lp-btn--outline:hover { background: rgba(255, 255, 255, 0.08); border-color: var(--gold); color: var(--gold); box-shadow: none; }

/* Footer */
.lp-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.6);
  padding: 2.5rem 1.5rem;
  text-align: center;
  font-size: 0.82rem;
}
.lp-footer__inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.lp-footer a { color: rgba(255, 255, 255, 0.7); margin: 0 0.75rem; transition: color var(--transition); }
.lp-footer a:hover { color: var(--gold); }

/* Cross-sell block */
.lp-crosssell__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 1040px;
  margin: 0 auto;
}
.lp-crosssell__card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1rem;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.lp-crosssell__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: rgba(200, 168, 75, 0.35); }
.lp-crosssell__eyebrow {
  display: block;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.45rem;
}
.lp-crosssell__name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 0.25rem;
}
.lp-crosssell__desc { font-size: 0.8rem; color: var(--text-light); line-height: 1.45; margin: 0; }

/* ───────── Scroll-reveal animations (IntersectionObserver driven) ───────── */
.lp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.lp-reveal.is-visible { opacity: 1; transform: none; }

/* Cascading reveal: parent staggers direct children with a drop-in feel */
.lp-reveal--cascade > * {
  opacity: 0;
  transform: translateY(-36px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
              transform 1.1s cubic-bezier(0.34, 1.3, 0.64, 1);
  will-change: opacity, transform;
}
.lp-reveal--cascade.is-visible > *        { opacity: 1; transform: none; }
.lp-reveal--cascade.is-visible > *:nth-child(1) { transition-delay: 0.12s; }
.lp-reveal--cascade.is-visible > *:nth-child(2) { transition-delay: 0.24s; }
.lp-reveal--cascade.is-visible > *:nth-child(3) { transition-delay: 0.36s; }
.lp-reveal--cascade.is-visible > *:nth-child(4) { transition-delay: 0.48s; }
.lp-reveal--cascade.is-visible > *:nth-child(5) { transition-delay: 0.60s; }
.lp-reveal--cascade.is-visible > *:nth-child(6) { transition-delay: 0.72s; }
.lp-reveal--cascade.is-visible > *:nth-child(7) { transition-delay: 0.84s; }
.lp-reveal--cascade.is-visible > *:nth-child(8) { transition-delay: 0.96s; }

/* Gentler rise for card grids — translate from below, no drop */
.lp-reveal--rise > * {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.lp-reveal--rise.is-visible > *        { opacity: 1; transform: none; }
.lp-reveal--rise.is-visible > *:nth-child(1) { transition-delay: 0.05s; }
.lp-reveal--rise.is-visible > *:nth-child(2) { transition-delay: 0.15s; }
.lp-reveal--rise.is-visible > *:nth-child(3) { transition-delay: 0.25s; }
.lp-reveal--rise.is-visible > *:nth-child(4) { transition-delay: 0.35s; }
.lp-reveal--rise.is-visible > *:nth-child(5) { transition-delay: 0.45s; }
.lp-reveal--rise.is-visible > *:nth-child(6) { transition-delay: 0.55s; }

@media (prefers-reduced-motion: reduce) {
  .lp-reveal, .lp-reveal--cascade > *, .lp-reveal--rise > * {
    opacity: 1 !important; transform: none !important; transition: none !important;
  }
}

/* ───────── Trust Logo Row (matches home page featured logos) ───────── */
.lp-trustlogos {
  background: var(--navy);
  color: #fff;
  padding: 2.5rem 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.lp-trustlogos__label {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 1.5rem;
}
.lp-trustlogos__row {
  max-width: 1104px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  overflow-x: auto;
}
.lp-trustlogos__item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.78);
  background: none; border: none; padding: 0;
  font: inherit; cursor: default;
  transition: color var(--transition);
}
.lp-trustlogos__item--clickable { cursor: pointer; }
.lp-trustlogos__item:hover { color: #fff; }
/* Red Netflix-style play button overlay on clickable trust logos (mirrors home page) */
.lp-trustlogos__item--clickable .lp-trustlogos__logo { position: relative; }
.lp-trustlogos__item--clickable .lp-trustlogos__logo::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 25px;
  border-radius: 7px;
  background: #ff0000 url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon points='9,6 18,12 9,18' fill='white'/%3E%3C/svg%3E") center/14px no-repeat;
  transform: translate(-50%, -50%) scale(0.7);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
  pointer-events: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}
.lp-trustlogos__item--clickable:hover .lp-trustlogos__logo::after,
.lp-trustlogos__item--clickable:focus-visible .lp-trustlogos__logo::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.lp-trustlogos__item--clickable:focus-visible { outline: none; }
@media (prefers-reduced-motion: reduce) {
  .lp-trustlogos__item--clickable .lp-trustlogos__logo::after { transition: none; }
}
.lp-trustlogos__logo {
  width: 36px;
  height: 36px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-trustlogos__logo img {
  width: 100%; height: 100%;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity var(--transition);
}
.lp-trustlogos__item:hover .lp-trustlogos__logo img { opacity: 1; }
.lp-trustlogos__logo--netflix { width: 72px; height: 20px; }
.lp-trustlogos__logo--tamu { width: 38px; height: 38px; }
/* PACE logo needs to scale beyond its box so it reads at the same optical size as the others */
.lp-trustlogos__logo--pace { overflow: visible; }
.lp-trustlogos__logo--pace img {
  transform: scale(1.55);
  transform-origin: center;
  opacity: 0.82;
}
.lp-trustlogos__caption {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 0.82rem;
  font-weight: 500;
  text-align: center;
}
.lp-trustlogos__caption em { font-style: italic; color: inherit; }

/* ───────── Video Feature Block ───────── */
.lp-video {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #000;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  border: none;
  padding: 0;
  transition: transform var(--transition), box-shadow var(--transition);
}
.lp-video:hover { transform: translateY(-3px); box-shadow: 0 24px 50px rgba(11, 29, 53, 0.35); }
.lp-video img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--transition);
}
.lp-video:hover img { transform: scale(1.03); }
.lp-video__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 84px; height: 84px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: transform var(--transition), background var(--transition);
}
.lp-video:hover .lp-video__play {
  background: var(--gold);
  transform: translate(-50%, -50%) scale(1.08);
}
.lp-video__play svg { width: 28px; height: 28px; margin-left: 4px; }
.lp-video__tag {
  position: absolute;
  top: 1rem; left: 1rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.4rem 0.85rem;
  border-radius: 50px;
  backdrop-filter: blur(6px);
}
.lp-video__caption {
  text-align: center;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--text-mid);
  margin: 1rem 0 0;
}

/* ───────── Mentee testimonial rail (mirrors home page "Voices From the Clinical Mentoring Program") ───────── */
.lp-mentees {
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.lp-mentees::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 168, 75, 0.10) 0%, transparent 70%);
  filter: blur(60px);
  pointer-events: none;
}
.lp-mentees .lp-container { position: relative; z-index: 1; }
.lp-mentees .lp-section-eyebrow { color: var(--gold); }
.lp-mentees .lp-section-title { color: #fff; }
.lp-mentees .lp-section-sub { color: rgba(255, 255, 255, 0.65); max-width: 880px; }

/* Rail head: nav arrows on the right */
.mentees__rail-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
.mentees__nav {
  display: flex;
  gap: 0.6rem;
}
.mentees__nav button {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), border-color var(--transition), color var(--transition), transform var(--transition);
}
.mentees__nav button:hover {
  background: rgba(200, 168, 75, 0.12);
  border-color: var(--gold);
  color: var(--gold);
}
.mentees__nav button:disabled {
  opacity: 0.35;
  cursor: default;
}
.mentees__nav svg { width: 16px; height: 16px; }

/* Horizontal scroll rail */
.mentees__scroll {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0 1.5rem;
  scrollbar-width: none;
  position: relative;
  z-index: 1;
}
.mentees__scroll::-webkit-scrollbar { display: none; }

.mentees__cta {
  margin-top: 2.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.mentees__cta-lead {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  letter-spacing: 0.005em;
}

/* Portrait mentee card — 2:3, with hover Watch pill + centered play + gold bottom-left badge */
.mentee-card {
  flex: 0 0 auto;
  width: clamp(240px, 24vw, 300px);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.mentee-card__thumb {
  position: relative;
  aspect-ratio: 2 / 3;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  padding: 0;
  width: 100%;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
  box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.55);
}
.mentee-card__thumb:hover,
.mentee-card__thumb:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px -18px rgba(0, 0, 0, 0.7);
  outline: none;
}
.mentee-card__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
/* YouTube hqdefault frames come letterboxed — scale up to fill the 2:3 card */
.mentee-card__thumb--letterboxed img { transform: scale(1.35); }
.mentee-card__thumb--letterboxed-down img { transform: scale(1.35) translateY(8%); }
.mentee-card__thumb--shrink-10 img { transform: scale(0.9); }
.mentee-card__thumb--shrink-10:hover img { transform: scale(0.95); }
.mentee-card__thumb--brighten img { filter: brightness(1.25) contrast(1.08); }
.mentee-card__thumb--zoom-more img { transform: scale(1.75); }
.mentee-card__thumb--zoom-top img { transform: scale(1.30) translateY(-5%); transform-origin: top center; }
.mentee-card__thumb--zoom-top-deep img { transform: scale(1.30) translateY(-12%); transform-origin: top center; }
.mentee-card__thumb:hover img { transform: scale(1.05); }
.mentee-card__thumb--letterboxed:hover img { transform: scale(1.4); }
.mentee-card__thumb--letterboxed-down:hover img { transform: scale(1.4) translateY(8%); }
.mentee-card__thumb--zoom-more:hover img { transform: scale(1.8); }
.mentee-card__thumb--zoom-top:hover img { transform: scale(1.35) translateY(-5%); transform-origin: top center; }
.mentee-card__thumb--zoom-top-deep:hover img { transform: scale(1.35) translateY(-12%); transform-origin: top center; }

/* Desktop-only forced breaks (mentee quote line break + generic utility) */
@media (max-width: 720px) {
  .mentee-card__quote-break,
  .br--desktop { display: none; }
}

.mentee-card__thumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(8, 18, 45, 0.75) 100%);
  pointer-events: none;
}
.mentee-card__watch {
  position: absolute;
  top: 0.9rem; left: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  z-index: 3;
  opacity: 0;
  transform: translate(-4px, -4px);
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.mentee-card__watch svg { width: 12px; height: 12px; }
.mentee-card__thumb:hover .mentee-card__watch,
.mentee-card__thumb:focus-visible .mentee-card__watch {
  opacity: 1;
  transform: translate(0, 0);
}
.mentee-card__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s;
  z-index: 2;
  pointer-events: none;
}
.mentee-card__thumb:hover .mentee-card__play {
  transform: translate(-50%, -50%) scale(1.08);
  background: #fff;
}
.mentee-card__play svg {
  width: 20px; height: 20px;
  fill: var(--navy);
  margin-left: 3px;
}
.mentee-card__badge {
  position: absolute;
  left: 1rem;
  bottom: 0.9rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  z-index: 2;
}
.mentee-card__quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.45;
  color: #fff;
  margin: 0;
  text-wrap: balance;
}
.mentee-card__attribution {
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}
.mentee-card__attribution strong {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
@media (max-width: 640px) {
  .mentee-card { width: 70vw; }
}

/* ───────── Testimonial carousel (mirrors home page "Trusted by Leading Clinicians") ───────── */
.testimonials { background: var(--navy); }
.testimonials .lp-section-eyebrow { color: var(--gold); }
.testimonials .lp-section-title { color: #fff; }
.testimonials .lp-section-sub { color: rgba(255, 255, 255, 0.7); }

.tcarousel {
  max-width: 1280px;
  margin: 0 auto;
}
.tcarousel__stage {
  position: relative;
  aspect-ratio: 21 / 9;
  min-height: 420px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--navy);
}
.tcarousel__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.tcarousel__slide.is-active { opacity: 1; pointer-events: auto; }
.tcarousel__image-wrap { position: absolute; inset: 0; overflow: hidden; }
.tcarousel__image {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.tcarousel__image-wrap::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 38%,
    rgba(11, 29, 53, 0.35) 58%,
    rgba(11, 29, 53, 0.7) 100%
  );
  pointer-events: none;
}
.tcarousel__slide--quote-left .tcarousel__quote-wrap { left: 0; right: auto; }
.tcarousel__slide--quote-left .tcarousel__image-wrap::after {
  background: linear-gradient(
    to left,
    transparent 0%,
    transparent 38%,
    rgba(11, 29, 53, 0.35) 58%,
    rgba(11, 29, 53, 0.7) 100%
  );
}
.tcarousel__watch {
  position: absolute;
  inset: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 5;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
.tcarousel__watch-pill {
  position: absolute;
  top: 2.5rem; right: 2.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transform-origin: right center;
}
.tcarousel__watch-pill svg { width: 14px; height: 14px; }
.tcarousel__watch:hover .tcarousel__watch-pill,
.tcarousel__watch:focus-visible .tcarousel__watch-pill { transform: scale(1.05); }
.tcarousel__watch-play {
  position: absolute;
  top: 50%; left: 30%;
  transform: translate(-50%, -50%);
  width: 76px; height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s;
  animation: tcarouselPlayPulse 2.4s ease-in-out infinite;
}
.tcarousel__watch:hover .tcarousel__watch-play,
.tcarousel__watch:focus-visible .tcarousel__watch-play {
  transform: translate(-50%, -50%) scale(1.08);
  background: #fff;
  animation-play-state: paused;
}
@keyframes tcarouselPlayPulse {
  0%, 100% { box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4), 0 0 0 0 rgba(255, 255, 255, 0.45); }
  50%      { box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4), 0 0 0 14px rgba(255, 255, 255, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .tcarousel__watch-play { animation: none; }
}
.tcarousel__watch-play svg { width: 26px; height: 26px; color: var(--navy); margin-left: 4px; }
.tcarousel__slide--play-center .tcarousel__watch-play { left: 50%; }
@media (max-width: 800px) {
  .tcarousel__watch-play,
  .tcarousel__slide--quote-left .tcarousel__watch-play { left: 50%; width: 64px; height: 64px; }
  .tcarousel__watch-play svg { width: 22px; height: 22px; }
}
/* Mobile carousel — hide only the "Watch" pill (keep the play button) */
@media (max-width: 720px) {
  .tcarousel__watch-pill { display: none !important; }
}
.tcarousel__quote-wrap {
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 48%;
  padding: clamp(2rem, 4vw, 3.5rem) clamp(1.75rem, 3.5vw, 3.5rem);
  display: flex;
  align-items: center;
  z-index: 4;
}
.tcarousel__stage::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 120% 110% at center, transparent 40%, rgba(0, 0, 0, 0.55) 100%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
  z-index: 2;
}
.tcarousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), transform var(--transition), border-color var(--transition);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  -webkit-tap-highlight-color: transparent;
}
.tcarousel__nav:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%) scale(1.08);
}
.tcarousel__nav:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.tcarousel__nav--prev { left: 0.85rem; }
.tcarousel__nav--next { right: 0.85rem; }
.tcarousel__nav svg { width: 20px; height: 20px; }
@media (max-width: 800px) {
  .tcarousel__nav { width: 38px; height: 38px; }
  .tcarousel__nav svg { width: 16px; height: 16px; }
}
.tcarousel__quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.2rem, 2vw, 2.1rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: pretty;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.tcarousel__quote-cite {
  display: block;
  margin-top: 1rem;
  padding-left: 1ch;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: clamp(0.85rem, 0.95vw, 1.05rem);
  font-weight: 500;
  color: var(--gold);
  letter-spacing: 0.01em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.tcarousel__thumbs {
  max-width: 1240px;
  margin: 2.5rem auto 0;
  padding: 0.5rem 0 1.25rem;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0, #000 5%, #000 95%, transparent 100%);
  -webkit-overflow-scrolling: touch;
}
.tcarousel__thumbs::-webkit-scrollbar { display: none; height: 0; }
.tcarousel__thumbs.is-dragging { cursor: grabbing; }
.tcarousel__thumbs.is-dragging .tcarousel__thumb { pointer-events: none; }
.tcarousel__thumbs-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
}
.tcarousel__thumb {
  background: none;
  border: none;
  padding: 0.75rem 0.5rem;
  cursor: pointer;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 200px;
  opacity: 0.5;
  transition: opacity var(--transition), transform var(--transition);
  -webkit-tap-highlight-color: transparent;
}
.tcarousel__thumb:hover { opacity: 0.8; transform: translateY(-2px); }
.tcarousel__thumb.is-active { opacity: 1; transform: none; }
.tcarousel__thumb-avatar {
  width: 68px; height: 68px;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(135deg, #0f2340 0%, #1b3058 100%);
  margin-bottom: 0.75rem;
  border: 2px solid transparent;
  transition: border-color var(--transition), box-shadow var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tcarousel__thumb.is-active .tcarousel__thumb-avatar {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200, 168, 75, 0.2);
}
.tcarousel__thumb-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tcarousel__thumb-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 0 0 0.3rem;
  line-height: 1.2;
}
.tcarousel__thumb-credential {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  line-height: 1.4;
  margin: 0;
  max-width: 220px;
}
@media (max-width: 800px) {
  .tcarousel__stage { aspect-ratio: auto; min-height: 0; }
  .tcarousel__slide {
    position: relative; inset: auto;
    opacity: 1; pointer-events: auto;
    display: none;
  }
  .tcarousel__slide.is-active { display: block; }
  .tcarousel__image-wrap { position: relative; aspect-ratio: 16 / 9; }
  .tcarousel__image-wrap::after { display: none; }
  .tcarousel__quote-wrap {
    position: relative; width: 100%;
    top: auto; right: auto; bottom: auto;
    background: var(--navy);
    padding: 1.75rem 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tcarousel__slide { transition: none; }
}

/* ───────── Case Vault tiled grid ───────── */
.lp-vault {
  background: var(--off-white);
  overflow: hidden;
}
.lp-vault__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.6rem;
  margin-top: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.lp-vault__tile {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  box-shadow: 0 4px 14px rgba(11, 29, 53, 0.08);
  transition: transform var(--transition), box-shadow var(--transition);
}
.lp-vault__tile:hover { transform: scale(1.04); box-shadow: var(--shadow-md); z-index: 2; }
.lp-vault__tile img { width: 100%; height: 100%; object-fit: cover; }

/* ───────── Netflix feature card ───────── */
.lp-netflix {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 80% at 50% 10%, rgba(229, 9, 20, 0.22) 0%, transparent 70%),
    linear-gradient(180deg, #000 0%, #111 100%);
  cursor: pointer;
  border: 0; padding: 0;
  box-shadow: var(--shadow-md);
  transition: transform var(--transition), box-shadow var(--transition);
}
.lp-netflix:hover { transform: translateY(-3px); box-shadow: 0 26px 55px rgba(0, 0, 0, 0.45); }
.lp-netflix__logo {
  position: absolute;
  top: 1.5rem; left: 1.5rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  color: #e50914;
  text-transform: uppercase;
}
.lp-netflix__title {
  position: absolute;
  bottom: 2rem; left: 1.75rem; right: 5.5rem;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  margin: 0;
}
.lp-netflix__title em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  color: #e50914;
}
.lp-netflix__play {
  position: absolute;
  bottom: 1.85rem; right: 1.75rem;
  width: 54px; height: 54px;
  border-radius: 50%;
  background: #e50914;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px rgba(229, 9, 20, 0.5);
  transition: transform var(--transition), background var(--transition);
}
.lp-netflix:hover .lp-netflix__play { transform: scale(1.1); }
.lp-netflix__play svg { width: 20px; height: 20px; margin-left: 2px; fill: #fff; }

/* ───────── Ambient background-video section (mirrors home page "Join the Movement") ───────── */
.lp-ambient {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: clamp(440px, 72vh, 760px);
  overflow: hidden;
  background: #050e22;
}
.lp-ambient__video-wrap { position: absolute; inset: 0; overflow: hidden; }
.lp-ambient__video {
  position: absolute;
  top: 50%; left: 50%;
  width: 100vw;
  height: 56.25vw;
  min-width: 177.78vh;
  min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
  opacity: 0.72;
}
.lp-ambient__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(8,18,45,0.55) 0%, rgba(8,18,45,0.18) 45%, rgba(8,18,45,0.7) 100%),
    linear-gradient(90deg, rgba(8,18,45,0.25), transparent 35%, transparent 65%, rgba(8,18,45,0.25));
  pointer-events: none;
  z-index: 1;
}
.lp-ambient__caption {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  padding: 2rem 1.5rem;
  z-index: 2;
}
.lp-ambient__caption-lead {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  line-height: 1.15;
  color: #fff;
  margin: 0;
  letter-spacing: -0.01em;
  text-wrap: balance;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.45);
}
.lp-ambient__caption-rule {
  display: block;
  width: 56px; height: 1px;
  background: var(--gold);
  opacity: 0.9;
  margin: 1.5rem 0;
}
.lp-ambient__caption-sub {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  letter-spacing: 0.03em;
  max-width: 620px;
  text-wrap: balance;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}
@media (prefers-reduced-motion: reduce) {
  .lp-ambient__video { display: none; }
  .lp-ambient { background: linear-gradient(135deg, #0b1d35, #1f4a6c); }
}
@media (max-width: 640px) {
  .lp-ambient { height: clamp(380px, 62vh, 540px); }
  .lp-ambient__caption-rule { width: 42px; margin: 1.1rem 0; }
}

/* ───────── Video Modal (shared) ───────── */
.lp-vmodal {
  position: fixed; inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.lp-vmodal.is-open { display: flex; }
.lp-vmodal__frame {
  width: 100%;
  max-width: 1080px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6);
}
.lp-vmodal__frame iframe {
  width: 100%; height: 100%;
  border: 0;
}
.lp-vmodal__close {
  position: absolute;
  top: -2.25rem; right: 0;
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.25rem 0.65rem;
}

/* Responsive */
@media (max-width: 960px) {
  .lp-hero { padding: 5.5rem 1.25rem 3rem; }
  .lp-hero__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .lp-grid-3, .lp-grid-2, .lp-pricing__grid, .lp-tests__grid { grid-template-columns: 1fr 1fr; }
  .lp-result__card { grid-template-columns: 1fr; }
  .lp-result__visual { aspect-ratio: 16 / 9; }
  .lp-about__inner { grid-template-columns: 1fr; text-align: center; }
  .lp-about__portrait { max-width: 200px; margin: 0 auto; }
  .lp-crosssell__grid { grid-template-columns: 1fr 1fr; }
  .lp-trustlogos__row { gap: 1.25rem; justify-content: flex-start; padding: 0 0.5rem; }
  .lp-vault__grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 600px) {
  .lp-hero { padding: 5rem 1rem 2.5rem; }
  .lp-hero__title { font-size: 2rem; }
  .lp-hero__sub { font-size: 1rem; }
  .lp-form-card { padding: 1.75rem 1.5rem 1.5rem; }
  .lp-grid-3, .lp-grid-2, .lp-pricing__grid, .lp-tests__grid, .lp-crosssell__grid { grid-template-columns: 1fr; }
  .lp-trust__inner { gap: 0.75rem 1.5rem; }
  .lp-vault__grid { grid-template-columns: repeat(3, 1fr); }
  .lp-netflix__title { right: 4.5rem; bottom: 1.25rem; font-size: 1.05rem; }
  .lp-netflix__play { width: 44px; height: 44px; bottom: 1.1rem; right: 1.1rem; }
  .lp-netflix__play svg { width: 16px; height: 16px; }
}
