/* LVX modern design system — shared site-wide (footer-inspired: dark #0c0c0c + gold #cba349→#e3b74f) */

.lvx-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #cba349, #e3b74f) !important;
  color: #0c0c0c !important;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  padding: 15px 28px;
  border: none !important;
  border-radius: 12px;
  text-decoration: none !important;
  box-shadow: 0 8px 22px rgba(203, 163, 73, 0.30);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  white-space: nowrap;
  cursor: pointer;
}
.lvx-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.07);
  box-shadow: 0 12px 28px rgba(203, 163, 73, 0.40);
}
.lvx-btn.ghost {
  background: transparent !important;
  color: #ffffff !important;
  border: 1.5px solid rgba(227, 183, 79, 0.65) !important;
  box-shadow: none;
}
.lvx-btn.ghost:hover { background: rgba(227, 183, 79, 0.12) !important; }
.lvx-btn.sm { padding: 11px 18px; font-size: 14.5px; border-radius: 10px; }

.lvx-eyebrow {
  display: inline-block;
  color: #b58a2e;
  background: rgba(203, 163, 73, 0.12);
  border: 1px solid rgba(203, 163, 73, 0.35);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.lvx-dark .lvx-eyebrow { color: #e3b74f; }

/* dark feature section (matches footer) */
.lvx-dark {
  background: #f4ecdc;
  border-top: 3px solid #cba349;
  color: #5c4636;
  padding: 56px 0;
}
.lvx-dark .lvx-h2 {
  color: #2b1a11;
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  margin: 14px 0 8px;
}
.lvx-dark .lvx-sub { color: #5c4636; font-size: 17px; max-width: 560px; margin: 0 auto; }

.lvx-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 34px;
  text-align: left;
}
.lvx-step {
  position: relative;
  background: #ffffff;
  border: 1px solid #e2d4b4;
  border-radius: 16px;
  padding: 26px 22px 22px;
  transition: transform .15s ease, border-color .15s ease;
}
.lvx-step:hover { transform: translateY(-3px); border-color: rgba(227, 183, 79, 0.45); }
.lvx-step .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #cba349, #e3b74f);
  color: #0c0c0c;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 14px;
}
.lvx-step h4 { color: #2b1a11; font-size: 18px; font-weight: 800; margin: 0 0 8px; }
.lvx-step p { color: #5c4636; font-size: 15px; line-height: 1.55; margin: 0; }

.lvx-center { text-align: center; }
.lvx-mt28 { margin-top: 28px; }

/* light section heading helpers */
.lvx-light-h2 { color: #0c0c0c; font-size: clamp(24px, 3.2vw, 34px); font-weight: 800; margin: 12px 0 6px; }

@media (max-width: 560px) {
  .lvx-btn { width: 100%; white-space: normal; }
  .lvx-dark { padding: 42px 0; }
}

/* ── modern hero (no image) ── */
.lvx-hero {
  background: #f4ecdc;
  background-image:
    radial-gradient(640px 380px at 16% -12%, rgba(203,163,73,.20), transparent 62%),
    radial-gradient(560px 340px at 86% 112%, rgba(203,163,73,.13), transparent 62%);
  padding: 84px 24px 64px;
  text-align: center;
  color: #b9b3a4;
}
.lvx-hero h1 {
  color: #2b1a11;
  font-size: clamp(36px, 5.4vw, 62px);
  font-weight: 900;
  line-height: 1.07;
  letter-spacing: -0.5px;
  margin: 18px auto 16px;
  max-width: 840px;
}
.lvx-hero h1 .gold {
  background: linear-gradient(135deg, #cba349, #e8c160);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lvx-hero .lead {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 30px;
  color: #5c4636;
}
.lvx-cta-row { display: flex; gap: 14px; justify-content: center; align-items: center; flex-wrap: wrap; }
.lvx-cta-note { color: #8a7a5e; font-size: 13.5px; margin-top: 14px; }
.lvx-cta-note a { color: #5c4636; }
.lvx-stats {
  display: flex;
  justify-content: center;
  margin: 44px auto 0;
  max-width: 720px;
  border: 1px solid #e2d4b4;
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}
.lvx-stat { flex: 1; padding: 20px 12px; }
.lvx-stat + .lvx-stat { border-left: 1px solid rgba(227,183,79,.16); }
.lvx-stat .v { color: #b8741a; font-weight: 900; font-size: clamp(20px, 2.6vw, 28px); }
.lvx-stat .l { color: #8a7a5e; font-size: 13px; margin-top: 3px; }
.lvx-trust {
  display: flex; gap: 10px 22px; justify-content: center; flex-wrap: wrap;
  margin-top: 28px; color: #9c8c6e; font-size: 12.5px; letter-spacing: .05em; text-transform: uppercase;
}

/* ── value props ── */
.lvx-values { background: #faf7f0; padding: 64px 24px; }
.lvx-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  max-width: 1140px;
  margin: 32px auto 0;
  text-align: left;
}
.lvx-vcard {
  background: #ffffff;
  border: 1px solid #eee7d8;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 12px 28px rgba(20,16,8,.05);
  transition: transform .15s ease, box-shadow .15s ease;
}
.lvx-vcard:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(20,16,8,.10); }
.lvx-vcard .ic {
  width: 46px; height: 46px; border-radius: 13px;
  background: linear-gradient(135deg, #cba349, #e3b74f);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.lvx-vcard .ic svg { width: 22px; height: 22px; stroke: #0c0c0c; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lvx-vcard h4 { color: #0c0c0c; font-size: 19px; font-weight: 800; margin: 0 0 8px; }
.lvx-vcard p { color: #5b5546; font-size: 15px; line-height: 1.6; margin: 0; }
.lvx-vcard .more { color: #b58a2e; font-weight: 700; font-size: 14px; display: inline-block; margin-top: 14px; text-decoration: none; }
.lvx-vcard .more:hover { color: #8a6b20; }

@media (max-width: 600px) {
  .lvx-hero { padding: 56px 18px 46px; }
  .lvx-stats { flex-direction: column; }
  .lvx-stat + .lvx-stat { border-left: none; border-top: 1px solid rgba(227,183,79,.16); }
}

/* ============================================================
   SECTION: shared nav (appended from /tmp/lvx-build/nav.css, v3)
   ============================================================ */
/* ── LVX shared nav ─────────────────────────────────────────────
   Sticky dark header, 64px tall (the homepage gold banner
   .banner-inline is sticky at top:64px and tucks under this).
   CSS-only mobile menu via hidden checkbox — no JavaScript.   */

.lvx-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 64px;
  background: #fdfaf2;
  border-bottom: 1px solid #e8dfc8;
}

.lvx-nav-inner {
  max-width: 1140px;
  height: 64px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 28px;
}

/* logo */
.lvx-nav-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  line-height: 0;
}
.lvx-nav-logo img {
  height: 36px;
  width: auto;
  display: block;
}

/* links */
.lvx-nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}
.lvx-nav-links a {
  color: #2b1a11;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.lvx-nav-links a:hover {
  color: #b8741a;
}

/* right cluster: call button + hamburger */
.lvx-nav-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.lvx-nav .lvx-nav-call {
  white-space: nowrap;
  width: auto; /* guard against global .lvx-btn { width:100% } on small screens */
}

/* hidden checkbox driving the mobile menu */
.lvx-nav-toggle {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* hamburger (hidden on desktop) */
.lvx-nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  cursor: pointer;
  border: 1px solid rgba(203, 163, 73, 0.35);
  border-radius: 9px;
  box-sizing: border-box;
}
.lvx-nav-burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #2b1a11;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

/* ── mobile ── */
@media (max-width: 900px) {
  .lvx-nav-burger { display: flex; }

  .lvx-nav-links {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 8px 0 12px;
    background: #fdfaf2;
    border-bottom: 1px solid #e8dfc8;
    box-shadow: 0 14px 28px rgba(60, 40, 10, 0.12);
  }
  .lvx-nav-links a {
    padding: 14px 24px;
    font-size: 16px;
    border-top: 1px solid #efe7d2;
  }
  .lvx-nav-links a:first-child { border-top: none; }

  /* open state */
  .lvx-nav-toggle:checked ~ .lvx-nav-links { display: flex; }

  /* morph hamburger into an X when open */
  .lvx-nav-toggle:checked ~ .lvx-nav-right .lvx-nav-burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .lvx-nav-toggle:checked ~ .lvx-nav-right .lvx-nav-burger span:nth-child(2) {
    opacity: 0;
  }
  .lvx-nav-toggle:checked ~ .lvx-nav-right .lvx-nav-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media (max-width: 560px) {
  .lvx-nav-inner { padding: 0 14px; gap: 16px; }
  .lvx-nav .lvx-nav-call { padding: 9px 13px; font-size: 13.5px; }
}

/* ============================================================
   SECTION: home expansion (appended from /tmp/lvx-build/home.css, v3)
   ============================================================ */
/* ============================================================
   LVX home expansion styles — companion to /css/lvx-modern.css
   New sections: .lvx-programs, .lvx-edu, .lvx-team, .lvx-stories,
                 .lvx-area, .lvx-final  (process reuses .lvx-dark)
   ============================================================ */

/* shared wrapper + section sub-line */
.lvx-wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.lvx-section-sub {
  color: #5b5546;
  font-size: 16.5px;
  line-height: 1.6;
  max-width: 560px;
  margin: 8px auto 0;
}

/* ── a) loan programs grid (white) ── */
.lvx-programs { background: #ffffff; padding: 64px 24px; }
.lvx-pgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1140px;
  margin: 32px auto 0;
  text-align: left;
}
.lvx-pcard {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #eee7d8;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 12px 28px rgba(20, 16, 8, .05);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.lvx-pcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(20, 16, 8, .10);
  border-color: rgba(203, 163, 73, .45);
}
.lvx-pcard .ic {
  width: 46px; height: 46px; border-radius: 13px;
  background: linear-gradient(135deg, #cba349, #e3b74f);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.lvx-pcard .ic svg { width: 22px; height: 22px; stroke: #0c0c0c; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lvx-pcard h4 { color: #0c0c0c; font-size: 19px; font-weight: 800; margin: 0 0 8px; }
.lvx-pcard p { color: #5b5546; font-size: 15px; line-height: 1.6; margin: 0 0 6px; }
.lvx-pcard .more {
  color: #b58a2e; font-weight: 700; font-size: 14px;
  display: inline-block; margin-top: auto; padding-top: 10px; text-decoration: none;
}
.lvx-pcard .more:hover { color: #8a6b20; }
@media (max-width: 920px) { .lvx-pgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .lvx-pgrid { grid-template-columns: 1fr; } }

/* ── b) process — reuses .lvx-dark / .lvx-steps-grid / .lvx-step from lvx-modern.css ── */
#how-it-works .lvx-step h4 { font-size: 17px; }

/* ── c) what is hard money (cream two-column) ── */
.lvx-edu { background: #faf7f0; padding: 64px 24px; }
.lvx-edu-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 36px;
  align-items: start;
}
.lvx-edu-copy h2 { margin-bottom: 14px; }
.lvx-edu-copy p { color: #5b5546; font-size: 16px; line-height: 1.7; margin: 0 0 16px; }
.lvx-edu-copy p:last-child { margin-bottom: 0; }
.lvx-edu-card {
  background: #ffffff;
  border: 1px solid #eee7d8;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 12px 28px rgba(20, 16, 8, .05);
}
.lvx-edu-card h4 { color: #0c0c0c; font-size: 18px; font-weight: 800; margin: 0 0 16px; }
.lvx-fit-list { list-style: none; margin: 0 0 22px; padding: 0; }
.lvx-fit-list li {
  display: flex; align-items: flex-start; gap: 11px;
  color: #3c382f; font-size: 15px; line-height: 1.55;
  padding: 9px 0;
  border-bottom: 1px solid #f4efe3;
}
.lvx-fit-list li:last-child { border-bottom: none; }
.lvx-fit-list svg {
  width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px;
  stroke: #b58a2e; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
}
.lvx-edu-cta { text-align: center; }
.lvx-edu-note { color: #8d887a; font-size: 13px; margin: 10px 0 0; }
@media (max-width: 860px) {
  .lvx-edu-grid { grid-template-columns: 1fr; gap: 26px; }
}

/* ── d) team (white) ── */
.lvx-team { background: #ffffff; padding: 64px 24px; }
.lvx-tgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 920px;
  margin: 32px auto 0;
}
.lvx-tcard {
  display: block;
  background: #ffffff;
  border: 1px solid #eee7d8;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(20, 16, 8, .05);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.lvx-tcard:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(20, 16, 8, .10);
  border-color: rgba(203, 163, 73, .45);
}
.lvx-tcard img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}
.lvx-tinfo { padding: 16px 18px 18px; text-align: center; }
.lvx-tinfo h4 { color: #0c0c0c; font-size: 18px; font-weight: 800; margin: 0 0 4px; }
.lvx-tinfo .more { color: #b58a2e; font-weight: 700; font-size: 14px; }
.lvx-tcard:hover .more { color: #8a6b20; }
/* ghost button on white background needs dark text/border */
.lvx-btn.ghost.lvx-ghost-dark {
  color: #0c0c0c !important;
  border-color: rgba(181, 138, 46, 0.6) !important;
}
.lvx-btn.ghost.lvx-ghost-dark:hover { background: rgba(203, 163, 73, 0.12) !important; }
@media (max-width: 700px) {
  .lvx-tgrid { grid-template-columns: 1fr; max-width: 360px; }
}

/* ── e) video testimonials (cream) ── */
.lvx-stories { background: #faf7f0; padding: 64px 24px; }
.lvx-vidgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1140px;
  margin: 32px auto 0;
}
.lvx-vid {
  background: #2b1a11;
  border: 1px solid #eee7d8;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(20, 16, 8, .08);
  transition: transform .15s ease, box-shadow .15s ease;
}
.lvx-vid:hover { transform: translateY(-3px); box-shadow: 0 18px 36px rgba(20, 16, 8, .14); }
.lvx-vid video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #2b1a11;
}
@media (max-width: 860px) {
  .lvx-vidgrid { grid-template-columns: 1fr; max-width: 400px; }
}

/* ── f) service area strip (white) ── */
.lvx-area { background: #ffffff; padding: 44px 24px 52px; border-top: 1px solid #f4efe3; }
.lvx-area-line { color: #0c0c0c; font-size: 18px; font-weight: 700; margin: 16px 0 14px; }
.lvx-chips {
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: center;
  max-width: 760px; margin: 0 auto;
}
.lvx-chip {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  background: #faf7f0;
  border: 1px solid #eee7d8;
  color: #5b5546;
  font-size: 14px;
  font-weight: 600;
  transition: border-color .15s ease, color .15s ease;
}
.lvx-chip:hover { border-color: rgba(203, 163, 73, .5); color: #b58a2e; }

/* ── g) final CTA banner (dark, gold glow like .lvx-hero) ── */
.lvx-final {
  background: #f4ecdc;
  background-image:
    radial-gradient(640px 380px at 50% -20%, rgba(203, 163, 73, .22), transparent 65%),
    radial-gradient(520px 320px at 85% 120%, rgba(203, 163, 73, .12), transparent 62%);
  border-top: 3px solid #cba349;
  padding: 74px 24px;
  color: #b9b3a4;
}
.lvx-final h2 {
  color: #2b1a11;
  font-size: clamp(30px, 4.6vw, 48px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin: 16px auto 26px;
  max-width: 720px;
}
.lvx-final h2 .gold {
  background: linear-gradient(135deg, #cba349, #e8c160);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lvx-final .lvx-final-btn { font-size: 18px; padding: 18px 34px; }
.lvx-final-note { color: #8a7a5e; font-size: 14px; margin: 18px 0 0; }
@media (max-width: 560px) {
  .lvx-final { padding: 54px 18px; }
  .lvx-programs, .lvx-edu, .lvx-team, .lvx-stories { padding: 48px 18px; }
}

/* ============================================================
   SECTION: richness pass (v5) — depth, motion, imagery
   ============================================================ */

/* two-column hero with photo card */
.lvx-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 44px;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  text-align: left;
}
.lvx-hero-grid .lvx-cta-row, .lvx-hero-grid .lvx-stats { justify-content: flex-start; }
.lvx-hero-grid .lvx-stats { margin-left: 0; }
.lvx-hero-grid h1, .lvx-hero-grid .lead { margin-left: 0; margin-right: 0; }
.lvx-hero-media { position: relative; }
.lvx-hero-media .frame {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  box-shadow: 0 26px 60px rgba(60, 40, 10, .22);
  border: 4px solid #ffffff;
  transform: rotate(1.5deg);
}
.lvx-hero-media .float-card {
  position: absolute;
  left: -18px;
  bottom: -20px;
  background: #ffffff;
  border: 1px solid #e2d4b4;
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 16px 34px rgba(60, 40, 10, .18);
  transform: rotate(-1deg);
}
.lvx-hero-media .float-card .fc-big { color: #b8741a; font-weight: 900; font-size: 22px; }
.lvx-hero-media .float-card .fc-small { color: #8a7a5e; font-size: 12.5px; font-weight: 600; }
@media (max-width: 920px) {
  .lvx-hero-grid { grid-template-columns: 1fr; text-align: center; }
  .lvx-hero-grid .lvx-cta-row, .lvx-hero-grid .lvx-stats { justify-content: center; }
  .lvx-hero-media { max-width: 440px; margin: 8px auto 0; }
}

/* trust badge strip */
.lvx-badges-strip {
  background: #ffffff;
  border-top: 1px solid #efe7d2;
  border-bottom: 1px solid #efe7d2;
  padding: 18px 24px;
}
.lvx-badges-row {
  max-width: 1140px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  gap: 18px 42px; flex-wrap: wrap;
}
.lvx-badges-row img { height: 40px; width: auto; }
.lvx-badges-row .tb { color: #8a7a5e; font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }

/* scrolling loan-type marquee */
.lvx-marquee {
  overflow: hidden;
  background: linear-gradient(135deg, #cba349, #e3b74f);
  padding: 13px 0;
  white-space: nowrap;
}
.lvx-marquee-track {
  display: inline-block;
  animation: lvxscroll 28s linear infinite;
}
.lvx-marquee span {
  color: #2b1a11; font-weight: 800; font-size: 15px;
  letter-spacing: .06em; text-transform: uppercase;
  margin: 0 26px;
}
@keyframes lvxscroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* process: oversized ghost numerals */
.lvx-step { overflow: hidden; }
.lvx-step .ghostnum {
  position: absolute;
  right: 6px; top: -26px;
  font-size: 110px; font-weight: 900;
  color: rgba(203, 163, 73, .13);
  line-height: 1;
  pointer-events: none;
}

/* sage tint variety for the explainer */
.lvx-edu { background: #eef0e4 !important; }

/* FAQ accordion */
.lvx-faq { background: #ffffff; padding: 64px 24px; }
.lvx-faq-list { max-width: 820px; margin: 30px auto 0; }
.lvx-faq details {
  background: #fdfaf2;
  border: 1px solid #e8dfc8;
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}
.lvx-faq summary {
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 18px 22px;
  color: #2b1a11; font-weight: 800; font-size: 16.5px;
}
.lvx-faq summary::-webkit-details-marker { display: none; }
.lvx-faq summary::after {
  content: '+';
  color: #b8741a; font-size: 24px; font-weight: 700; line-height: 1;
  transition: transform .2s ease;
}
.lvx-faq details[open] summary::after { transform: rotate(45deg); }
.lvx-faq details p { margin: 0; padding: 0 22px 20px; color: #5c4636; font-size: 15.5px; line-height: 1.65; }
.lvx-faq details[open] { border-color: rgba(203, 163, 73, .55); }

/* scroll-reveal */
.lvx-reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.lvx-reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .lvx-reveal { opacity: 1; transform: none; transition: none; }
  .lvx-marquee-track { animation: none; }
}

/* ============================================================
   SECTION: mobile polish (v6) — desktop untouched (<=700px only)
   ============================================================ */
@media (max-width: 700px) {

  /* hero: tighter, image up top, compact 3-across stats */
  .lvx-hero { padding: 40px 18px 44px; }
  .lvx-hero-grid { gap: 26px; }
  .lvx-hero-media { order: -1; max-width: 340px; margin: 0 auto; }
  .lvx-hero-media .frame { aspect-ratio: 16 / 11; border-width: 3px; }
  .lvx-hero-media .float-card { left: -10px; bottom: -14px; padding: 10px 14px; }
  .lvx-hero-media .float-card .fc-big { font-size: 16px; }
  .lvx-hero-media .float-card .fc-small { font-size: 11px; }
  .lvx-hero h1 { font-size: clamp(30px, 8.6vw, 38px); margin: 12px auto 10px; }
  .lvx-hero .lead { font-size: 15.5px; margin-bottom: 20px; }
  .lvx-stats { flex-direction: row !important; margin-top: 26px; }
  .lvx-stat { padding: 12px 6px; }
  .lvx-stat + .lvx-stat { border-top: none !important; border-left: 1px solid #e2d4b4 !important; }
  .lvx-stat .v { font-size: 17px; }
  .lvx-stat .l { font-size: 10.5px; }
  .lvx-trust { gap: 6px 14px; margin-top: 20px; font-size: 11px; }

  /* badge strip: compact two-row */
  .lvx-badges-strip { padding: 12px 14px; }
  .lvx-badges-row { gap: 10px 20px; }
  .lvx-badges-row img { height: 30px; }
  .lvx-badges-row .tb { font-size: 10.5px; }

  /* swipeable card rails (programs, team, videos) with peeking next card */
  .lvx-pgrid, .lvx-tgrid, .lvx-vidgrid {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: none !important;
    grid-auto-columns: 80%;
    gap: 14px;
    overflow-x: auto;
    max-width: none !important;
    scroll-snap-type: x mandatory;
    scroll-padding: 18px;
    padding: 4px 18px 18px;
    margin-left: -18px;
    margin-right: -18px;
    scrollbar-width: none;
  }
  .lvx-pgrid::-webkit-scrollbar, .lvx-tgrid::-webkit-scrollbar, .lvx-vidgrid::-webkit-scrollbar { display: none; }
  .lvx-pgrid > *, .lvx-tgrid > *, .lvx-vidgrid > * { scroll-snap-align: center; }
  .lvx-vidgrid { grid-auto-columns: 68%; }

  /* swipe hint under rails */
  .lvx-programs .lvx-section-sub::after,
  .lvx-team .lvx-section-sub::after { content: "  ·  swipe →"; color: #b8741a; font-weight: 700; }

  /* section rhythm: tighter but with breathing room */
  .lvx-values, .lvx-programs, .lvx-edu, .lvx-team, .lvx-stories, .lvx-faq { padding: 44px 18px; }
  .lvx-values-grid { gap: 12px; margin-top: 22px; }
  .lvx-vcard, .lvx-pcard { padding: 20px 18px; }
  .lvx-light-h2 { font-size: 24px; }
  .lvx-eyebrow { font-size: 11px; padding: 4px 12px; }

  /* steps: keep stacked but slimmer with left accent */
  .lvx-steps-grid { gap: 12px; margin-top: 22px; }
  .lvx-step { padding: 18px 16px 16px; border-left: 4px solid #cba349; }
  .lvx-step .ghostnum { font-size: 84px; top: -18px; }
  .lvx-step .num { width: 34px; height: 34px; font-size: 15px; margin-bottom: 10px; }

  /* explainer + faq density */
  .lvx-edu-copy p { font-size: 15px; }
  .lvx-faq summary { padding: 15px 16px; font-size: 15px; }
  .lvx-faq details p { padding: 0 16px 16px; font-size: 14.5px; }

  /* final CTA + chips */
  .lvx-final { padding: 48px 18px; }
  .lvx-final h2 { font-size: clamp(26px, 8vw, 34px); }
  .lvx-chip { padding: 7px 13px; font-size: 13px; }
}

/* ============================================================
   SECTION: reviews container fix + landscape video tiles (v7)
   ============================================================ */
.lvx-reviews { background: #ffffff; padding: 56px 24px; }
.lvx-reviews-wrap {
  width: 100%;
  max-width: 1140px;
  margin: 26px auto 0;
  min-height: 340px;   /* gives the lazy widget real layout room before it loads */
}
.lvx-reviews-wrap .elfsight-app-48bca34e-3d3b-4c7a-b58b-0aa2f425da21 {
  display: block;
  width: 100%;
  min-height: 320px;
}
@media (max-width: 700px) {
  .lvx-reviews { padding: 40px 14px; }
  .lvx-reviews-wrap { min-height: 380px; }
}

/* videos are landscape 16:9, not portrait */
.lvx-vid video { aspect-ratio: 16 / 9 !important; }
@media (max-width: 700px) {
  .lvx-vidgrid { grid-auto-columns: 86%; }
}

/* ============================================================
   SECTION: hero rating badge + proof strip + CTA face (v8)
   ============================================================ */
.lvx-hero-rating {
  display: inline-flex; align-items: center; gap: 9px;
  margin-top: 16px;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #e2d4b4;
  border-radius: 999px;
  padding: 8px 16px;
  box-shadow: 0 8px 18px rgba(60, 40, 10, .08);
}
.lvx-hero-rating .stars { color: #f5a623; font-size: 15px; letter-spacing: 1px; }
.lvx-hero-rating .rtxt { color: #2b1a11; font-weight: 800; font-size: 13.5px; }
.lvx-hero-rating .rsub { color: #8a7a5e; font-weight: 600; font-size: 13px; }

.lvx-proof { background: #ffffff; padding: 60px 24px; border-top: 1px solid #f4efe3; }
.lvx-proof-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  max-width: 1140px; margin: 30px auto 0;
}
.lvx-quote {
  background: #fdfaf2;
  border: 1px solid #e8dfc8;
  border-radius: 16px;
  padding: 24px 22px;
  display: flex; flex-direction: column;
  transition: transform .15s ease, box-shadow .15s ease;
}
.lvx-quote:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgba(60,40,10,.10); }
.lvx-quote .stars { color: #f5a623; font-size: 15px; letter-spacing: 2px; margin-bottom: 10px; }
.lvx-quote p { color: #4a3c2a; font-size: 15px; line-height: 1.65; margin: 0 0 16px; flex: 1; }
.lvx-quote .who { color: #2b1a11; font-weight: 800; font-size: 14px; }
.lvx-quote .via { color: #9c8c6e; font-size: 12px; font-weight: 600; }
.lvx-proof-more { text-align: center; margin-top: 24px; }
.lvx-proof-more a { color: #b58a2e; font-weight: 700; text-decoration: none; font-size: 15px; }
.lvx-proof-more a:hover { color: #8a6b20; }
@media (max-width: 860px) {
  .lvx-proof { padding: 44px 18px; }
  .lvx-proof-grid {
    grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 84%;
    overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 18px;
    padding: 4px 18px 16px; margin-left: -18px; margin-right: -18px; scrollbar-width: none;
  }
  .lvx-proof-grid::-webkit-scrollbar { display: none; }
  .lvx-proof-grid > * { scroll-snap-align: center; }
}

.lvx-final-person {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  margin: 0 auto 24px; max-width: 520px;
}
.lvx-final-person img {
  width: 76px; height: 76px; border-radius: 50%; object-fit: cover;
  border: 3px solid #ffffff; box-shadow: 0 10px 24px rgba(60,40,10,.18);
  flex-shrink: 0;
}
.lvx-final-person .fp-text { text-align: left; color: #5c4636; font-size: 15.5px; line-height: 1.5; }
.lvx-final-person .fp-text b { color: #2b1a11; }
@media (max-width: 560px) {
  .lvx-final-person { flex-direction: column; text-align: center; gap: 10px; }
  .lvx-final-person .fp-text { text-align: center; }
}

/* ============================================================
   SECTION: reviews fallback — no dead white space when blocked (v9)
   ============================================================ */
.lvx-reviews-wrap { min-height: 0 !important; }
.lvx-reviews-wrap .elfsight-app-48bca34e-3d3b-4c7a-b58b-0aa2f425da21 { min-height: 0 !important; }
.lvx-reviews-fallback {
  display: none;
  text-align: center;
  background: #fdfaf2;
  border: 1px solid #e8dfc8;
  border-radius: 16px;
  padding: 34px 24px;
  max-width: 560px;
  margin: 0 auto;
}
.lvx-reviews-fallback .stars { color: #f5a623; font-size: 26px; letter-spacing: 4px; }
.lvx-reviews-fallback .big { color: #2b1a11; font-weight: 900; font-size: 22px; margin: 8px 0 2px; }
.lvx-reviews-fallback .sub { color: #8a7a5e; font-size: 14.5px; margin-bottom: 18px; }
.lvx-reviews-fallback .lvx-btn { font-size: 15px; padding: 13px 24px; }
