/* LVX site system — mobile-first, desktop-dense */

html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #2b1a11;
  background: #FAFAF9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

/* ── Full site nav ── */
.lvx-lp-top {
  position: sticky;
  top: 0;
  z-index: 1100;
  background: rgba(250, 250, 249, 0.97);
  border-bottom: 1px solid #e8dfc8;
  backdrop-filter: blur(10px);
}
.lvx-lp-top-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.lvx-lp-brand {
  font-weight: 900;
  font-size: 19px;
  color: #2b1a11;
  text-decoration: none;
  letter-spacing: -0.02em;
  flex-shrink: 0;
}
.lvx-lp-brand span { color: #B8916A; }

.lvx-nav-toggle { display: none; }
.lvx-nav-burger {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid #e2d4b4;
  border-radius: 10px;
  background: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.lvx-nav-burger span {
  display: block;
  width: 18px; height: 2px;
  background: #2b1a11;
  position: relative;
}
.lvx-nav-burger span::before,
.lvx-nav-burger span::after {
  content: "";
  position: absolute;
  left: 0; width: 18px; height: 2px;
  background: #2b1a11;
}
.lvx-nav-burger span::before { top: -6px; }
.lvx-nav-burger span::after { top: 6px; }

.lvx-nav-links {
  display: flex;
  align-items: center;
  gap: 4px 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.lvx-nav-links a {
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  color: #5c4636;
  padding: 8px 10px;
  border-radius: 8px;
  white-space: nowrap;
  transition: background .12s, color .12s;
}
.lvx-nav-links a:hover,
.lvx-nav-links a.is-active {
  color: #2b1a11;
  background: rgba(184, 145, 106, 0.16);
}
.lvx-lp-top-call {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 13.5px;
  color: #0c0c0c;
  text-decoration: none;
  background: linear-gradient(135deg, #B8916A, #C4A07A);
  padding: 10px 14px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(184, 145, 106, 0.28);
  white-space: nowrap;
  margin-left: 6px;
}
.lvx-lp-top-call svg { width: 15px; height: 15px; flex-shrink: 0; }

@media (max-width: 980px) {
  .lvx-nav-burger { display: inline-flex; }
  .lvx-nav-links {
    display: none;
    position: absolute;
    top: 64px; left: 0; right: 0;
    background: #FAFAF9;
    border-bottom: 1px solid #e8dfc8;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 14px 16px;
    gap: 2px;
    box-shadow: 0 12px 28px rgba(40,28,10,.08);
  }
  .lvx-nav-toggle:checked ~ .lvx-nav-links { display: flex; }
  .lvx-nav-links a { padding: 12px 12px; }
  .lvx-lp-top-call { padding: 10px 12px; font-size: 12.5px; }
  .lvx-lp-top-call .lbl-full { display: none; }
}

/* ── Hero: desktop 2-col, mobile stack ── */
.lvx-hero {
  background: #FAFAF9;
  background-image:
    radial-gradient(720px 420px at 12% -10%, rgba(184, 145, 106,.22), transparent 60%),
    radial-gradient(640px 380px at 90% 110%, rgba(184, 145, 106,.14), transparent 60%);
  padding: 36px 20px 48px;
  color: #b9b3a4;
}
.lvx-hero-shell {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.95fr;
  gap: 40px 48px;
  align-items: start;
}
.lvx-hero-copy { text-align: left; }
.lvx-hero-copy .lvx-eyebrow { margin-bottom: 10px; }
.lvx-hero h1 {
  color: #2b1a11;
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -0.5px;
  margin: 0 0 14px;
  max-width: none;
}
.lvx-hero h1 .gold {
  background: linear-gradient(135deg, #B8916A, #D4B896);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lvx-hero .lead {
  font-size: clamp(16px, 1.5vw, 18.5px);
  line-height: 1.6;
  max-width: 560px;
  margin: 0 0 16px;
  color: #5c4636;
}
.lvx-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 16px;
  max-width: none;
  color: #8a7a5e;
  font-size: 13.5px;
  font-weight: 700;
}
.lvx-hero-proof .stars { color: #B8916A; letter-spacing: 1px; }
.lvx-hero-proof a { color: #5c4636; text-decoration: underline; text-underline-offset: 2px; }

.lvx-hero-quote {
  max-width: 520px;
  margin: 0 0 18px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.78);
  border: 1px solid #e2d4b4;
  border-radius: 12px;
  color: #5c4636;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
}
.lvx-hero-quote cite {
  display: block;
  margin-top: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 12.5px;
  color: #8a7a5e;
}

.lvx-final-person {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin: 0 0 18px;
  max-width: 520px;
}
.lvx-final-person img {
  width: 72px; height: 72px; 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: 15px; line-height: 1.45; }
.lvx-final-person .fp-text b { color: #2b1a11; }

.lvx-cta-row {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.lvx-cta-trust {
  margin: 12px 0 0;
  max-width: 560px;
  text-align: left;
  font-size: 12.5px;
  font-weight: 700;
  color: #8a7a5e;
  line-height: 1.45;
}
.lvx-cta-trust .stars { color: #B8916A; }
.lvx-call-promise {
  margin: 8px 0 0;
  max-width: 520px;
  text-align: left;
  font-size: 13.5px;
  color: #5c4636;
  line-height: 1.5;
}
.lvx-cta-note { color: #8a7a5e; font-size: 13.5px; margin-top: 12px; text-align: left; }
.lvx-cta-note a { color: #5c4636; }
.lvx-cta-text { margin-top: 6px; }
.lvx-cta-text a { color: #8A6649; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

.lvx-btn.secondary {
  background: #ffffff !important;
  color: #2b1a11 !important;
  border: 1.5px solid #e2d4b4 !important;
  box-shadow: 0 4px 14px rgba(60, 40, 10, 0.06);
}
.lvx-btn.secondary:hover { border-color: #B8916A !important; filter: none; }
.lvx-btn.text-btn {
  background: #2b1a11 !important;
  color: #C4A07A !important;
  box-shadow: 0 8px 20px rgba(43, 26, 17, 0.18);
}

/* Hero right column: form + media */
.lvx-hero-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lvx-hero .lvx-lead-card {
  margin: 0;
  max-width: none;
  width: 100%;
}
.lvx-hero-media-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 22px 50px rgba(60, 40, 10, 0.18);
  background: #ddd;
}
.lvx-hero-media-card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}
.lvx-hero-media-card .float-card {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: #ffffff;
  border: 1px solid #e2d4b4;
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 12px 28px rgba(60, 40, 10, .16);
}
.lvx-hero-media-card .float-card .fc-big {
  color: #9A7352; font-weight: 900; font-size: 18px; line-height: 1.2;
}
.lvx-hero-media-card .float-card .fc-small {
  color: #8a7a5e; font-size: 12px; font-weight: 600; margin-top: 2px;
}

/* Stats strip under hero */
.lvx-stats-bar {
  background: #ffffff;
  border-bottom: 1px solid #efe7d2;
}
.lvx-stats-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.lvx-stats-bar .stat {
  padding: 22px 16px;
  text-align: center;
  border-right: 1px solid #efe7d2;
}
.lvx-stats-bar .stat:last-child { border-right: none; }
.lvx-stats-bar .v {
  color: #9A7352;
  font-weight: 900;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.15;
}
.lvx-stats-bar .l {
  color: #8a7a5e;
  font-size: 13px;
  font-weight: 700;
  margin-top: 4px;
}

/* Lead cards — richer desktop form panel */
.lvx-lead-card {
  max-width: 480px;
  margin: 22px auto 0;
  background: #ffffff;
  border: 1px solid #e2d4b4;
  border-radius: 20px;
  padding: 0;
  box-shadow:
    0 18px 44px rgba(60, 40, 10, 0.10),
    0 2px 0 rgba(184, 145, 106, 0.35) inset;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.lvx-lead-card::before {
  content: "";
  display: block;
  height: 5px;
  background: linear-gradient(90deg, #B8916A, #C4A07A 55%, #B8916A);
}
.lvx-lead-card-head {
  padding: 20px 22px 14px;
  background:
    linear-gradient(180deg, rgba(184, 145, 106,0.10), rgba(184, 145, 106,0) 70%),
    #FAFAF9;
  border-bottom: 1px solid #efe7d2;
}
.lvx-lead-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9A7352;
  background: rgba(184, 145, 106, 0.14);
  border: 1px solid rgba(184, 145, 106, 0.35);
  border-radius: 999px;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.lvx-lead-card h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #2b1a11;
  line-height: 1.2;
}
.lvx-lead-card .sub {
  margin: 0;
  font-size: 14px;
  color: #5c4636;
  line-height: 1.5;
}
.lvx-lead-perks {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.lvx-lead-perks li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 12.5px;
  font-weight: 700;
  color: #5c4636;
  line-height: 1.35;
  background: #fff;
  border: 1px solid #efe7d2;
  border-radius: 10px;
  padding: 8px 10px;
}
.lvx-lead-perks li::before {
  content: "✓";
  color: #9A7352;
  font-weight: 900;
  flex-shrink: 0;
}
.lvx-lead-card form {
  display: grid;
  gap: 12px;
  padding: 18px 22px 20px;
}
.lvx-lead-field { display: grid; gap: 6px; }
.lvx-lead-field > label,
.lvx-lead-card label:not(.sr) {
  font-size: 12.5px;
  font-weight: 800;
  color: #2b1a11;
  letter-spacing: 0.01em;
}
.lvx-lead-card label.sr,
.lvx-lead-card .sr {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  border: 0;
}
.lvx-lead-card input,
.lvx-lead-card select {
  width: 100%;
  border: 1.5px solid #e0d6c2;
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 16px;
  background: #FFFFFF;
  color: #2b1a11;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.lvx-lead-card input::placeholder { color: #a89a82; }
.lvx-lead-card input:hover,
.lvx-lead-card select:hover {
  border-color: #d2c19a;
  background: #fff;
}
.lvx-lead-card input:focus,
.lvx-lead-card select:focus {
  outline: none;
  border-color: #B8916A;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(184, 145, 106, 0.18);
}
.lvx-lead-card .row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.lvx-lead-card button[type="submit"] {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 15px 16px;
  font-weight: 900;
  font-size: 16px;
  cursor: pointer;
  background: linear-gradient(135deg, #B8916A, #C4A07A);
  color: #0c0c0c;
  box-shadow: 0 8px 20px rgba(184, 145, 106, 0.32);
  margin-top: 2px;
  letter-spacing: 0.01em;
}
.lvx-lead-card button[type="submit"]:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}
.lvx-lead-card button[type="submit"]:disabled { opacity: 0.65; cursor: wait; transform: none; }
.lvx-lead-card .hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.lvx-lead-msg { display: none; font-size: 14px; font-weight: 700; margin-top: 2px; }
.lvx-lead-msg.ok { display: block; color: #1b6b2e; }
.lvx-lead-msg.err { display: block; color: #b00020; }
.lvx-lead-note {
  margin: 2px 0 0;
  font-size: 11.5px;
  color: #9c8c6e;
  line-height: 1.45;
}
.lvx-lead-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0;
  color: #a89a82;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.lvx-lead-divider::before,
.lvx-lead-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #efe7d2;
}
.lvx-lead-callout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14.5px;
  color: #2b1a11;
  background: #F5F4F2;
  border: 1.5px solid #e2d4b4;
  border-radius: 12px;
  padding: 12px 14px;
  transition: background .15s, border-color .15s;
}
.lvx-lead-callout:hover {
  background: #fff;
  border-color: #B8916A;
  color: #2b1a11;
}
.lvx-lead-callout svg { width: 16px; height: 16px; flex-shrink: 0; color: #9A7352; }
.lvx-lead-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: center;
  padding: 0 22px 18px;
  color: #8a7a5e;
  font-size: 11.5px;
  font-weight: 700;
}
.lvx-lead-foot span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.lvx-lead-foot span::before {
  content: "•";
  color: #B8916A;
}
.lvx-lead-card-wrap {
  background: #ffffff;
  padding: 52px 20px;
  border-top: 1px solid #eee7d8;
}
.lvx-lead-card-wrap .lvx-lead-card { margin-top: 18px; max-width: 520px; }

/* Desktop: form panel fills aside more confidently */
@media (min-width: 921px) {
  .lvx-hero .lvx-lead-card {
    box-shadow:
      0 24px 56px rgba(60, 40, 10, 0.14),
      0 2px 0 rgba(184, 145, 106, 0.4) inset;
  }
  .lvx-lead-card h3 { font-size: 24px; }
  .lvx-lead-card-head { padding: 22px 24px 16px; }
  .lvx-lead-card form { padding: 20px 24px 18px; gap: 13px; }
  .lvx-lead-card input,
  .lvx-lead-card select { padding: 14px 15px; min-height: 50px; }
  .lvx-lead-card button[type="submit"] { padding: 16px 18px; font-size: 16.5px; }
  .lvx-lead-perks { grid-template-columns: 1fr 1fr; }
  .lvx-hero-aside { gap: 18px; min-width: 0; }
}

/* Widen content shells on desktop */
.lvx-programs,
.lvx-proof-block,
.lvx-ready,
.lvx-compare,
.lvx-split,
.lvx-stories,
.lvx-faq,
.lvx-lead-card-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.lvx-programs .lvx-pgrid,
.lvx-proof-block .lvx-proof-grid,
.lvx-proof-block .lvx-vidgrid {
  max-width: 1200px;
}
.lvx-wrap { max-width: 1200px; }

/* Ready */
.lvx-ready {
  background: #ffffff;
  padding: 56px 24px;
  border-top: 1px solid #eee7d8;
}
.lvx-ready-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 1200px;
  margin: 28px auto 0;
}
.lvx-ready-item {
  background: #FAFAF9;
  border: 1px solid #e8dfc8;
  border-radius: 14px;
  padding: 18px 16px;
}
.lvx-ready-item .n {
  display: inline-flex;
  width: 28px; height: 28px;
  align-items: center; justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #B8916A, #C4A07A);
  color: #0c0c0c;
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 10px;
}
.lvx-ready-item h4 { margin: 0 0 6px; font-size: 16px; font-weight: 800; color: #2b1a11; }
.lvx-ready-item p { margin: 0; font-size: 14px; line-height: 1.5; color: #5c4636; }

/* Videos */
.lvx-vid { position: relative; }
.lvx-vid-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  background: rgba(12, 12, 12, 0.78);
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  padding: 7px 11px;
  border-radius: 999px;
  pointer-events: none;
  max-width: calc(100% - 24px);
}
.lvx-vid video { width: 100%; border-radius: 14px; background: #111; }
.lvx-vid-cap {
  margin: 8px 4px 0;
  font-size: 13px;
  color: #8a7a5e;
  line-height: 1.4;
  text-align: left;
}

.lvx-qual {
  max-width: 760px;
  margin: 8px auto 0;
  text-align: center;
  color: #8a7a5e;
  font-size: 14px;
  line-height: 1.5;
}
.lvx-qual strong { color: #5c4636; }

/* Compare + fund */
.lvx-compare { background: #FAFAF9; padding: 56px 24px; }
.lvx-table-wrap {
  max-width: 900px;
  margin: 28px auto 0;
  overflow-x: auto;
  border: 1px solid #e2d4b4;
  border-radius: 14px;
  background: #fff;
}
.lvx-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.lvx-table th, .lvx-table td {
  padding: 13px 16px;
  text-align: left;
  border-bottom: 1px solid #eee7d8;
}
.lvx-table th {
  background: #2b1a11;
  color: #FAFAF9;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.lvx-table th:nth-child(3),
.lvx-table td:nth-child(3) {
  background: rgba(184, 145, 106, 0.12);
  font-weight: 700;
  color: #2b1a11;
}
.lvx-table tr:last-child td { border-bottom: none; }
.lvx-table td:first-child { font-weight: 700; color: #5c4636; }

.lvx-split {
  background: #ffffff;
  padding: 56px 24px;
  border-top: 1px solid #eee7d8;
}
.lvx-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: 1000px;
  margin: 28px auto 0;
}
.lvx-split-card {
  border-radius: 14px;
  padding: 24px 22px;
  border: 1px solid #e2d4b4;
}
.lvx-split-card.yes { background: #f7fbf5; border-color: #c5dfc0; }
.lvx-split-card.no { background: #fbf6f5; border-color: #e8d0cc; }
.lvx-split-card h4 { margin: 0 0 12px; font-size: 16px; font-weight: 800; }
.lvx-split-card.yes h4 { color: #1b6b2e; }
.lvx-split-card.no h4 { color: #8a3a2b; }
.lvx-split-card ul { margin: 0; padding: 0 0 0 18px; color: #5c4636; font-size: 14.5px; line-height: 1.55; }
.lvx-split-card li { margin: 0 0 8px; }

/* FAQ */
.lvx-faq {
  background: #FAFAF9;
  padding: 56px 24px;
  border-top: 3px solid #B8916A;
}
.lvx-faq-list { max-width: 860px; margin: 28px auto 0; }
.lvx-faq details {
  background: #fff;
  border: 1px solid #e2d4b4;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
}
.lvx-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: #2b1a11;
  font-size: 15.5px;
  list-style: none;
}
.lvx-faq summary::-webkit-details-marker { display: none; }
.lvx-faq summary::after {
  content: "+";
  float: right;
  color: #B8916A;
  font-weight: 900;
}
.lvx-faq details[open] summary::after { content: "–"; }
.lvx-faq details p {
  margin: 12px 0 2px;
  color: #5c4636;
  font-size: 14.5px;
  line-height: 1.6;
}

/* Proof block */
.lvx-proof-block {
  background: #FAFAF9;
  padding: 56px 24px 48px;
  border-top: 1px solid #eee7d8;
}
.lvx-proof-block .lvx-proof-grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.lvx-proof-cta {
  margin: 36px auto 0;
  max-width: 780px;
  text-align: center;
  padding: 24px 20px;
  background: #ffffff;
  border: 1px solid #e2d4b4;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(40, 28, 10, 0.06);
}
.lvx-proof-cta .lvx-cta-row { justify-content: center; }
.lvx-proof-cta-label {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 800;
  color: #2b1a11;
}
.lvx-deal-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1200px;
  margin: 28px auto 0;
}
.lvx-deal-card {
  background: #ffffff;
  border: 1px solid #e2d4b4;
  border-radius: 12px;
  padding: 16px 16px;
  text-align: left;
}
.lvx-deal-card strong {
  display: block;
  color: #2b1a11;
  font-size: 14.5px;
  font-weight: 800;
  margin-bottom: 4px;
}
.lvx-deal-card span {
  display: block;
  color: #5c4636;
  font-size: 13px;
  line-height: 1.45;
}
.lvx-proof-block .lvx-vidgrid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Product overview cards denser on desktop */
.lvx-programs { background: #ffffff; padding: 64px 24px; }
.lvx-pgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1200px;
  margin: 32px auto 0;
}

/* Two-col content section for product detail */
.lvx-two-col {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}
.lvx-feature-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.lvx-feature-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 0 0 12px;
  color: #5c4636;
  font-size: 15px;
  line-height: 1.5;
}
.lvx-feature-list li::before {
  content: "✓";
  color: #9A7352;
  font-weight: 900;
  flex-shrink: 0;
}

/* Multi-col site footer */
.lvx-lp-foot {
  background: #2b1a11;
  color: #c7b89f;
  padding: 48px 24px 28px;
  border-top: 3px solid #B8916A;
  font-size: 13.5px;
  line-height: 1.55;
}
.lvx-lp-foot a { color: #C4A07A; text-decoration: none; }
.lvx-lp-foot a:hover { text-decoration: underline; }
.lvx-lp-foot-inner { max-width: 1200px; margin: 0 auto; }
.lvx-lp-foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: 28px 24px;
  text-align: left;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.lvx-lp-foot .brand { font-size: 22px; font-weight: 900; color: #fff; margin-bottom: 8px; }
.lvx-lp-foot .brand span { color: #C4A07A; }
.lvx-lp-foot h5 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.lvx-lp-foot ul { list-style: none; margin: 0; padding: 0; }
.lvx-lp-foot li { margin: 0 0 8px; }
.lvx-lp-foot .meta { margin: 8px 0; color: #b9b3a4; }
.lvx-lp-foot .legal {
  margin-top: 22px;
  font-size: 11.5px;
  color: #7d796d;
  text-align: left;
}
.lvx-lp-foot .legal p { margin: 0 0 10px; }
.lvx-lp-foot-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 16px;
  color: #8d887a;
  font-size: 12.5px;
}

/* Dual mobile bar */
.mobile-dual-bar { display: none; }
@media (max-width: 767px) {
  .mobile-dual-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 2000;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.18);
  }
  .mobile-dual-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 10px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
  }
  .mobile-dual-bar a.call {
    background: linear-gradient(135deg, #B8916A, #C4A07A);
    color: #0c0c0c;
  }
  .mobile-dual-bar a.text {
    background: #2b1a11;
    color: #C4A07A;
  }
  .mobile-dual-bar a svg { width: 16px; height: 16px; flex-shrink: 0; }
  body { padding-bottom: 58px; }
  .lvx-lead-card .row-2 { grid-template-columns: 1fr; }
  .lvx-cta-row .lvx-btn { width: 100%; }
  .lvx-split-grid { grid-template-columns: 1fr; }
  .back-to-top { bottom: 70px; }
  .desk-sticky { display: none !important; }
}

/* Desktop sticky bottom CTA */
.desk-sticky { display: none; }
@media (min-width: 768px) {
  .desk-sticky {
    display: flex;
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 1600;
    align-items: center;
    gap: 10px;
    background: rgba(250, 250, 249, 0.96);
    border: 1px solid #e2d4b4;
    border-radius: 999px;
    padding: 8px 10px 8px 18px;
    box-shadow: 0 12px 32px rgba(40, 28, 10, 0.16);
    backdrop-filter: blur(8px);
  }
  .desk-sticky .msg {
    font-size: 13.5px;
    font-weight: 700;
    color: #5c4636;
    white-space: nowrap;
  }
  .desk-sticky a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 13.5px;
    text-decoration: none;
    border-radius: 999px;
    padding: 10px 14px;
  }
  .desk-sticky a.call {
    background: linear-gradient(135deg, #B8916A, #C4A07A);
    color: #0c0c0c;
  }
  .desk-sticky a.cb {
    background: #fff;
    border: 1px solid #e2d4b4;
    color: #2b1a11;
  }
}

.lvx-reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.lvx-reveal.in { opacity: 1; transform: none; }

.back-to-top {
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 1500;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2b1a11;
  color: #C4A07A;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
  opacity: 0.85;
}
.back-to-top:hover { opacity: 1; }

/* Mobile hero collapse to single column */
@media (max-width: 920px) {
  .lvx-hero-shell {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .lvx-hero-copy { text-align: center; }
  .lvx-hero-proof,
  .lvx-cta-row,
  .lvx-final-person { justify-content: center; }
  .lvx-hero .lead,
  .lvx-hero-quote,
  .lvx-cta-trust,
  .lvx-call-promise,
  .lvx-cta-note { margin-left: auto; margin-right: auto; text-align: center; }
  .lvx-final-person { flex-direction: column; }
  .lvx-final-person .fp-text { text-align: center; }
  .lvx-hero-media-card { max-width: 520px; margin: 0 auto; }
  .lvx-stats-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .lvx-stats-bar .stat:nth-child(2) { border-right: none; }
  .lvx-stats-bar .stat:nth-child(1),
  .lvx-stats-bar .stat:nth-child(2) { border-bottom: 1px solid #efe7d2; }
  .lvx-pgrid { grid-template-columns: repeat(2, 1fr); }
  .lvx-ready-grid { grid-template-columns: repeat(2, 1fr); }
  .lvx-two-col { grid-template-columns: 1fr; }
  .lvx-lp-foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .lvx-pgrid { grid-template-columns: 1fr; }
  .lvx-ready-grid { grid-template-columns: 1fr; }
  .lvx-deal-row { grid-template-columns: 1fr; }
  .lvx-lp-foot-grid { grid-template-columns: 1fr; }
  .lvx-hero { padding: 28px 16px 36px; }
}


/* v6: minimal form + no AI hero images */
.lvx-hero-media-card { display: none !important; }
.lvx-lead-card {
  max-width: 440px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e2d4b4;
  border-radius: 16px;
  padding: 22px 20px 18px;
  box-shadow: 0 14px 32px rgba(60, 40, 10, 0.10);
  text-align: left;
  overflow: visible;
}
.lvx-lead-card::before { display: none; }
.lvx-lead-card-head,
.lvx-lead-perks,
.lvx-lead-kicker,
.lvx-lead-divider,
.lvx-lead-callout,
.lvx-lead-foot,
.lvx-lead-field > label { display: none !important; }
.lvx-lead-card h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 900;
  color: #2b1a11;
  letter-spacing: -0.02em;
}
.lvx-lead-card .sub {
  margin: 0 0 16px;
  font-size: 14px;
  color: #5c4636;
  line-height: 1.45;
}
.lvx-lead-card form {
  display: grid;
  gap: 11px;
  padding: 0;
}
.lvx-lead-card input,
.lvx-lead-card select {
  width: 100%;
  border: 1px solid #e0d6c2;
  border-radius: 11px;
  padding: 13px 14px;
  font-size: 16px;
  background: #fff;
  color: #2b1a11;
}
.lvx-lead-card input:focus,
.lvx-lead-card select:focus {
  outline: none;
  border-color: #B8916A;
  box-shadow: 0 0 0 3px rgba(184, 145, 106, 0.16);
}
.lvx-lead-card .row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.lvx-lead-card button[type="submit"] {
  width: 100%;
  border: none;
  border-radius: 11px;
  padding: 14px 16px;
  font-weight: 800;
  font-size: 15.5px;
  cursor: pointer;
  background: linear-gradient(135deg, #B8916A, #C4A07A);
  color: #0c0c0c;
  box-shadow: 0 6px 16px rgba(184, 145, 106, 0.28);
  margin-top: 2px;
}
.lvx-lead-card button[type="submit"]:hover {
  filter: brightness(1.05);
  transform: none;
}
.lvx-lead-note {
  margin: 8px 0 0;
  font-size: 11.5px;
  color: #9c8c6e;
  line-height: 1.4;
}
.lvx-hero .lvx-lead-card {
  width: 100%;
  max-width: none;
}
@media (min-width: 921px) {
  /* Form-only aside: keep 2-col hero, form sticky-feel without image stack */
  .lvx-hero-aside {
    position: sticky;
    top: 84px;
    align-self: start;
  }
  .lvx-hero .lvx-lead-card {
    box-shadow: 0 18px 40px rgba(60, 40, 10, 0.12);
    padding: 26px 24px 20px;
  }
  .lvx-hero .lvx-lead-card h3 { font-size: 22px; }
  .lvx-hero .lvx-lead-card input,
  .lvx-hero .lvx-lead-card select { min-height: 48px; padding: 13px 14px; }
}

/* v7: pure lead-gen LP — logo + call only, no multi-page nav */
.lvx-lp-top--simple {
  height: auto;
  min-height: 56px;
}
.lvx-lp-top--simple .lvx-lp-top-inner {
  min-height: 56px;
}
.lvx-lp-top--simple .lvx-lp-brand {
  cursor: default;
  pointer-events: none;
}
.lvx-lp-top--simple .lvx-nav-burger,
.lvx-lp-top--simple .lvx-nav-toggle,
.lvx-lp-top--simple .lvx-nav-links {
  display: none !important;
}
.lvx-lp-top--simple .lvx-lp-top-call {
  margin-left: auto;
}
.lvx-lp-foot-grid { display: none !important; }

/* v8: desktop form column matches left hero height (symmetry) */
@media (min-width: 921px) {
  .lvx-hero {
    padding: 40px 24px 56px;
  }
  .lvx-hero-shell {
    align-items: stretch;
    gap: 48px 56px;
  }
  .lvx-hero-aside {
    position: static;
    display: flex;
    flex-direction: column;
    height: auto;
    align-self: stretch;
    min-height: 100%;
  }
  .lvx-lead-card--hero {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: none;
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(60, 40, 10, 0.12);
    overflow: hidden;
  }
  .lvx-lead-card--hero .lvx-lead-card-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 28px 26px 22px;
    min-height: 100%;
  }
  .lvx-lead-card--hero h3 {
    font-size: 24px;
    margin: 0 0 8px;
  }
  .lvx-lead-card--hero .sub {
    margin: 0 0 20px;
    font-size: 15px;
  }
  .lvx-lead-card--hero form {
    display: grid;
    gap: 12px;
    flex: 0 0 auto;
  }
  .lvx-lead-card--hero form > div {
    width: 100%;
  }
  .lvx-lead-card--hero .row-2 {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .lvx-lead-card--hero input,
  .lvx-lead-card--hero select {
    min-height: 52px;
    padding: 15px 16px;
    font-size: 16px;
    border-radius: 12px;
  }
  .lvx-lead-card--hero button[type="submit"] {
    min-height: 54px;
    padding: 16px 18px;
    font-size: 16.5px;
    margin-top: 6px;
    border-radius: 12px;
  }
  .lvx-lead-card--hero .lvx-lead-note {
    margin-top: 10px;
  }
  .lvx-lead-card-bottom {
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid #efe7d2;
  }
  .lvx-lead-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
    color: #2b1a11;
    background: #F5F4F2;
    border: 1px solid #e2d4b4;
    border-radius: 12px;
    padding: 14px 16px;
    transition: border-color .15s, background .15s;
  }
  .lvx-lead-phone:hover {
    border-color: #B8916A;
    background: #fff;
  }
  .lvx-lead-phone svg {
    width: 18px;
    height: 18px;
    color: #9A7352;
    flex-shrink: 0;
  }
  .lvx-lead-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
    margin-top: 14px;
    font-size: 12px;
    font-weight: 700;
    color: #8a7a5e;
  }
  .lvx-lead-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .lvx-lead-meta span::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #B8916A;
  }
}

/* Mobile: keep compact hero form */
@media (max-width: 920px) {
  .lvx-lead-card--hero {
    padding: 22px 18px 16px;
  }
  .lvx-lead-card--hero .lvx-lead-card-inner {
    padding: 0;
  }
  .lvx-lead-card--hero form > div:nth-child(n) {
    /* last name + email still full width stacked */
  }
  .lvx-lead-card-bottom {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #efe7d2;
  }
  .lvx-lead-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    color: #2b1a11;
    background: #F5F4F2;
    border: 1px solid #e2d4b4;
    border-radius: 11px;
    padding: 12px 14px;
  }
  .lvx-lead-phone svg { width: 16px; height: 16px; color: #9A7352; }
  .lvx-lead-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 12px;
    margin-top: 12px;
    font-size: 11.5px;
    font-weight: 700;
    color: #8a7a5e;
  }
}
