/* ==========================================================================
   LONGPATH DESIGN SYSTEM — longpathcreator.com
   One sheet for all custom pages. Page content is pasted as raw HTML wrapped
   in <div class="lp">…</div>. Page-specific variants are scoped by WP body
   classes: 16=Home, 18=Coaching, 19=Blog, 20=About, 21=Plus.
   Canonical copy lives in HQ: Longpath/Website/wp/longpath.css
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

/* ===== Theme integration: dark canvas, full-bleed, no page title ===== */
html { scroll-behavior: smooth; }
:root {
  /* Brand-tuned overlay scrims for the lp-main-menu module's image-overlay mode
     (the module has built-in fallbacks; these tune them to the Long Path palette) */
  --lp-dark-overlay-color: rgba(20, 18, 17, 0.85);
  --lp-light-overlay-color: rgba(233, 228, 224, 0.6);
  --lp-overlay-scrim-color: rgba(20, 18, 17, 0.6);
}
body:is(.page-id-3, .page-id-16, .page-id-18, .page-id-19, .page-id-20, .page-id-21, .page-id-24, .page-id-25, .page-id-115, .page-id-118) { background: #141211; }
body:is(.page-id-3, .page-id-16, .page-id-18, .page-id-19, .page-id-20, .page-id-21, .page-id-24, .page-id-25, .page-id-115, .page-id-118) .fl-page,
body:is(.page-id-3, .page-id-16, .page-id-18, .page-id-19, .page-id-20, .page-id-21, .page-id-24, .page-id-25, .page-id-115, .page-id-118) .fl-page-content { background: #141211; }
body:is(.page-id-3, .page-id-16, .page-id-18, .page-id-19, .page-id-20, .page-id-21, .page-id-24, .page-id-25, .page-id-115, .page-id-118) .fl-page-content .container { max-width: none; width: 100%; padding-left: 0; padding-right: 0; }
body:is(.page-id-3, .page-id-16, .page-id-18, .page-id-19, .page-id-20, .page-id-21, .page-id-24, .page-id-25, .page-id-115, .page-id-118) .fl-page-content .row { margin-left: 0; margin-right: 0; }
body:is(.page-id-3, .page-id-16, .page-id-18, .page-id-19, .page-id-20, .page-id-21, .page-id-24, .page-id-25, .page-id-115, .page-id-118) .fl-content { padding: 0; }
body:is(.page-id-3, .page-id-16, .page-id-18, .page-id-19, .page-id-20, .page-id-21, .page-id-24, .page-id-25, .page-id-115, .page-id-118) .fl-post { margin: 0; }
body:is(.page-id-3, .page-id-16, .page-id-18, .page-id-19, .page-id-20, .page-id-21, .page-id-24, .page-id-25, .page-id-115, .page-id-118) .fl-post-header { display: none; }
body:is(.page-id-3, .page-id-16, .page-id-18, .page-id-19, .page-id-20, .page-id-21, .page-id-24, .page-id-25, .page-id-115, .page-id-118) .fl-comments { display: none; }

/* ===== Base (scoped to .lp) ===== */
.lp {
  --bg: #141211; --bg-alt: #1a1815; --panel: #1f1c1a; --line: #2d2926;
  --fg: #f2ede6; --soft: #d6cec3; --muted: #8a8076;
  --sage: #88ba96; --sage-deep: #6fa37e; --terra: #AB4D2B; --light: #E9E4E0;
  --maxw: 1140px; --radius: 14px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg); color: var(--fg);
  font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased;
}
.lp, .lp * { box-sizing: border-box; margin: 0; padding: 0; }
.lp a { color: var(--sage); text-decoration: none; }
.lp img { max-width: 100%; display: block; }
.lp .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.lp .eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: 0.22em; font-weight: 600; color: var(--sage); }
.lp h1, .lp h2, .lp h3 { font-weight: 800; letter-spacing: -0.02em; line-height: 1.05; }
.lp .topo { background-image: url('/wp-content/uploads/2026/06/topo-lines-subtle.svg'); background-size: 1400px auto; }

/* Buttons */
.lp .btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; font-size: 15px; letter-spacing: 0.01em; padding: 16px 30px; min-height: 52px; border-radius: 10px; border: 1.5px solid transparent; cursor: pointer; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.lp .btn-primary { background: var(--sage); color: #10120f; border-color: var(--sage); }
.lp .btn-primary:hover { background: var(--sage-deep); border-color: var(--sage-deep); color: #10120f; }
.lp .btn-ghost { background: transparent; color: var(--fg); border-color: #3a342f; }
.lp .btn-ghost:hover { border-color: var(--sage); color: var(--sage); }
.lp .btn:focus-visible { outline: 3px solid var(--sage); outline-offset: 3px; }

/* Hero (shared) */
.lp .hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.lp .hero .wrap { position: relative; z-index: 1; padding: 92px 28px 92px; }
.lp .hero h1 { font-size: clamp(40px, 6.4vw, 76px); color: var(--fg); margin: 20px 0 0; }
.lp .hero h1 .accent { color: var(--sage); }
.lp .hero .sub { font-size: clamp(17px, 2vw, 20px); font-weight: 400; color: var(--soft); max-width: 660px; margin: 26px 0 36px; line-height: 1.6; }
.lp .hero-cta { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.lp .hero-meta { display: flex; gap: 36px; flex-wrap: wrap; margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--line); }
.lp .hero-meta .stat .n { font-size: 30px; font-weight: 800; color: var(--fg); line-height: 1; }
.lp .hero-meta .stat .l { font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); margin-top: 8px; font-weight: 600; }
.lp .hero-note { font-size: 13.5px; color: var(--muted); margin-top: 24px; letter-spacing: 0.03em; font-weight: 500; }
.lp .hero-note strong { color: var(--sage); font-weight: 700; }

/* Sections (shared) */
.lp section { padding: 92px 0; }
.lp .section-head { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.lp .section-head h2 { font-size: clamp(30px, 4.6vw, 48px); color: var(--fg); margin: 16px 0 0; }
.lp .section-head p { font-size: 18px; color: var(--soft); margin: 18px 0 0; font-weight: 400; }

/* Feature cards (Plus + Coaching) */
.lp .feat { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.lp .feat .ic { width: 50px; height: 50px; border-radius: 12px; background: var(--bg); border: 1px solid var(--sage); display: flex; align-items: center; justify-content: center; color: var(--sage); margin-bottom: 20px; }
.lp .feat h3 { font-size: 22px; color: var(--fg); margin-bottom: 12px; }
.lp .feat p { font-size: 15.5px; color: var(--soft); font-weight: 400; }
.lp .incl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.lp .work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

/* Honest-fit cards (Plus + Coaching) */
.lp .fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.lp .fit-card { border-radius: var(--radius); padding: 36px; border: 1px solid var(--line); background: var(--panel); }
.lp .fit-card h3 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; font-weight: 800; margin-bottom: 18px; }
.lp .fit-card.yes h3 { color: var(--sage); }
.lp .fit-card.no h3 { color: var(--terra); }
.lp .fit-card ul { list-style: none; }
.lp .fit-card li { font-size: 15.5px; padding: 11px 0 11px 30px; position: relative; color: var(--soft); border-bottom: 1px solid var(--line); font-weight: 400; }
.lp .fit-card li:last-child { border-bottom: none; }
.lp .fit-card li::before { position: absolute; left: 0; top: 10px; font-weight: 800; }
.lp .fit-card.yes li::before { content: "\2713"; color: var(--sage); }
.lp .fit-card.no li::before { content: "\2715"; color: var(--terra); }

/* FAQ accordions (Plus + Coaching) */
.lp .faq { background: var(--bg-alt); border-top: 1px solid var(--line); }
.lp .faq-list { max-width: 780px; margin: 0 auto; }
.lp details { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; margin-bottom: 14px; overflow: hidden; }
.lp details[open] { border-color: var(--sage); }
.lp summary { cursor: pointer; list-style: none; padding: 22px 26px; font-weight: 700; font-size: 16.5px; color: var(--fg); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.lp summary::-webkit-details-marker { display: none; }
.lp summary .chev { flex: none; transition: transform .2s ease; color: var(--sage); }
.lp details[open] summary .chev { transform: rotate(180deg); }
.lp details .ans { padding: 0 26px 24px; font-size: 15.5px; color: var(--soft); line-height: 1.65; font-weight: 400; }

/* Final CTA (shared, rings) */
.lp .final { position: relative; overflow: hidden; text-align: center; border-top: 1px solid var(--line); }
.lp .final::before { content: ""; position: absolute; inset: 0; background-image: url('/wp-content/uploads/2026/06/topo-rings-subtle.svg'); background-size: 1200px auto; opacity: 0.65; pointer-events: none; }
.lp .final .wrap { position: relative; }
.lp .final h2 { font-size: clamp(32px, 5.2vw, 56px); color: var(--fg); }
.lp .final p { font-size: 18px; color: var(--soft); max-width: 540px; margin: 20px auto 36px; font-weight: 400; }

/* ===== HOME (page-id-16) ===== */
.page-id-16 .lp .hero .wrap { padding: 104px 28px 110px; }
.page-id-16 .lp .hero h1 { font-size: clamp(44px, 7vw, 88px); margin: 22px 0 0; }
.page-id-16 .lp .hero h1 .accent { display: block; }
.page-id-16 .lp .hero .sub { font-size: clamp(17px, 2vw, 21px); max-width: 640px; margin: 28px 0 38px; }
.page-id-16 .lp .section-head { margin: 0 0 54px; text-align: left; max-width: 740px; }
.page-id-16 .lp .section-head.center { margin: 0 auto 54px; text-align: center; }
.page-id-16 .lp .final h2 { font-size: clamp(34px, 5.6vw, 60px); }
.page-id-16 .lp .final p { font-size: 19px; }
.page-id-16 .lp .final { border-top: none; }

.lp .trust { background: var(--bg-alt); border-bottom: 1px solid var(--line); }
.lp .trust .wrap { display: flex; flex-wrap: wrap; gap: 16px 44px; align-items: center; justify-content: center; padding: 22px 28px; }
.lp .trust span { font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); font-weight: 600; display: inline-flex; align-items: center; gap: 9px; }
.lp .trust svg { color: var(--sage); flex: none; }

.lp .story { background: var(--bg-alt); }
.lp .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.lp .pain, .lp .gain { border-radius: var(--radius); padding: 36px; border: 1px solid var(--line); }
.lp .pain { background: var(--panel); }
.lp .gain { background: var(--panel); border-color: var(--sage); position: relative; overflow: hidden; }
.lp .gain::before { content: ""; position: absolute; inset: 0; background-image: url('/wp-content/uploads/2026/06/topo-ridge-subtle.svg'); background-size: 900px auto; opacity: 0.5; pointer-events: none; }
.lp .gain > * { position: relative; }
.lp .pain h3, .lp .gain h3 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 700; margin-bottom: 20px; }
.lp .pain h3 { color: var(--terra); }
.lp .gain h3 { color: var(--sage); }
.lp .pain ul, .lp .gain ul { list-style: none; }
.lp .pain li, .lp .gain li { font-size: 16px; line-height: 1.5; padding: 13px 0 13px 32px; position: relative; border-bottom: 1px solid var(--line); color: var(--soft); }
.lp .pain li:last-child, .lp .gain li:last-child { border-bottom: none; }
.lp .pain li::before, .lp .gain li::before { position: absolute; left: 0; top: 12px; font-weight: 800; }
.lp .pain li::before { content: "\2715"; color: var(--terra); font-size: 14px; }
.lp .gain li::before { content: "\2192"; color: var(--sage); font-size: 15px; }

/* Steps — shared grid + card (page-specific accents below) */
.lp .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lp .step { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.page-id-16 .lp .step .num { font-size: 13px; font-weight: 800; letter-spacing: 0.2em; color: var(--terra); }
.page-id-16 .lp .step h3 { font-size: 23px; color: var(--fg); margin: 14px 0 12px; }
.page-id-16 .lp .step p { font-size: 15.5px; color: var(--soft); font-weight: 400; }

/* While-you-sleep flow */
.lp .flow { border-top: 1px solid var(--line); }
.lp .flow-chain { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px; max-width: 980px; margin: 0 auto; }
.lp .fchip { background: var(--panel); border: 1px solid var(--line); border-radius: 999px; padding: 12px 22px; font-size: 14.5px; font-weight: 600; color: var(--soft); }
.lp .farrow { color: var(--sage); font-weight: 800; }
.lp .flow-tag { text-align: center; margin-top: 30px; font-size: 17px; color: var(--fg); font-weight: 700; }
.lp .flow-tag span { color: var(--sage); }

/* Home offer card */
.lp .offer { background: var(--bg-alt); }
.lp .offer-card { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; display: grid; grid-template-columns: 1.15fr 1fr; box-shadow: 0 24px 60px -30px rgba(0,0,0,0.6); }
.lp .offer-main { padding: 48px; }
.lp .offer-main .pill { display: inline-block; background: var(--terra); color: var(--fg); padding: 6px 14px; border-radius: 6px; font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; border: none; }
.lp .offer-main h3 { font-size: 34px; color: var(--fg); margin: 20px 0 8px; }
.lp .offer-main .lede { font-size: 16.5px; color: var(--soft); margin: 0 0 26px; font-weight: 400; }
.lp .incl { list-style: none; }
.lp .incl li { font-size: 15.5px; padding: 13px 0 13px 32px; position: relative; border-bottom: 1px solid var(--line); color: var(--soft); }
.lp .incl li:last-child { border-bottom: none; }
.lp .incl li strong { color: var(--fg); font-weight: 700; }
.lp .incl li svg { position: absolute; left: 0; top: 15px; color: var(--sage); }
.lp .offer-side { position: relative; background: var(--bg); padding: 48px 40px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
.lp .offer-side::before { content: ""; position: absolute; inset: 0; background-image: url('/wp-content/uploads/2026/06/topo-rings-subtle.svg'); background-size: 800px auto; pointer-events: none; }
.lp .offer-side > * { position: relative; }
.lp .offer-side .price { font-size: 62px; font-weight: 800; line-height: 0.95; color: var(--fg); letter-spacing: -0.03em; }
.lp .offer-side .price span { font-size: 16px; font-weight: 600; color: var(--sage); letter-spacing: 0; }
.lp .offer-side .alt { font-size: 14px; color: var(--muted); margin: 14px 0 28px; font-weight: 500; }
.lp .offer-side .alt b { color: var(--sage); }
.lp .offer-side .btn { width: 100%; }
.lp .offer-side .reassure { font-size: 12.5px; color: var(--muted); margin-top: 16px; text-align: center; font-weight: 500; }

/* Guides — Home variant (row layout) */
.lp .guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.page-id-16 .lp .guide { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; display: flex; gap: 22px; align-items: flex-start; }
.page-id-16 .lp .guide .avatar { width: 74px; height: 74px; border-radius: 50%; flex: none; background: var(--bg); border: 2px solid var(--sage); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 24px; color: var(--sage); overflow: hidden; }
.page-id-16 .lp .guide .avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.page-id-16 .lp .guide h3 { font-size: 23px; color: var(--fg); }
.page-id-16 .lp .guide .role { font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--terra); font-weight: 700; margin: 6px 0 12px; }
.page-id-16 .lp .guide p { font-size: 15px; color: var(--soft); font-weight: 400; }

/* Pull quote */
.lp .pullquote { position: relative; background: var(--bg-alt); text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.lp .pullquote::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 65% at 50% 45%, rgba(136,186,150,0.10), transparent 70%); pointer-events: none; }
.lp .pullquote .wrap { position: relative; }
.lp .pullquote blockquote { max-width: 840px; margin: 0 auto; font-size: clamp(22px, 3.2vw, 32px); font-weight: 700; line-height: 1.35; color: var(--fg); letter-spacing: -0.01em; border: none; background: none; }
.lp .pullquote blockquote .hl { color: var(--sage); }
.lp .pullquote .by { display: block; margin-top: 26px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.18em; color: var(--muted); font-weight: 700; }

/* ===== PLUS (page-id-21) ===== */
.lp .toolkit { border-top: 1px solid var(--line); }
.page-id-21 .lp .pill { display: inline-flex; align-items: center; padding: 11px 20px; border-radius: 999px; border: 1px solid var(--sage); background: rgba(136,186,150,0.08); color: var(--fg); font-size: 14.5px; font-weight: 600; }
.lp .pill-cloud { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 940px; margin: 0 auto; }
.lp .pill-note { text-align: center; color: var(--muted); font-size: 14px; margin-top: 28px; font-weight: 500; }

.lp .credits { background: var(--bg-alt); border-top: 1px solid var(--line); }
.lp .cred-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lp .cred { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.lp .cred .n { width: 40px; height: 40px; border-radius: 50%; background: var(--bg); border: 1px solid var(--sage); color: var(--sage); display: flex; align-items: center; justify-content: center; font-weight: 800; margin-bottom: 18px; }
.lp .cred h3 { font-size: 20px; color: var(--fg); margin-bottom: 10px; }
.lp .cred p { font-size: 15px; color: var(--soft); font-weight: 400; }
.lp .cred-strip-label { text-align: center; font-size: 13px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--sage); font-weight: 700; margin-top: 38px; }
.lp .cred-rates { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; max-width: 880px; margin: 18px auto 0; text-align: center; }
.lp .rate { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 22px 14px; }
.lp .rate .rn { font-size: 26px; font-weight: 800; color: var(--sage); letter-spacing: -0.02em; }
.lp .rate .rl { font-size: 11.5px; color: var(--muted); margin-top: 6px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
.lp .cred-note { text-align: center; color: var(--muted); font-size: 14px; margin: 30px auto 0; max-width: 640px; font-weight: 500; }

.lp .pricing { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.lp .pricing::before { content: ""; position: absolute; inset: 0; background-image: url('/wp-content/uploads/2026/06/topo-ridge-subtle.svg'); background-size: 1400px auto; opacity: 0.55; pointer-events: none; }
.lp .pricing .wrap { position: relative; }
.lp .price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 880px; margin: 0 auto; }
.lp .plan { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 40px; position: relative; }
.lp .plan.featured { border-color: var(--sage); box-shadow: 0 24px 60px -30px rgba(0,0,0,0.7); }
.lp .plan .tag { font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 800; color: var(--muted); }
.lp .plan.featured .tag { color: var(--sage); }
.lp .plan .save { position: absolute; top: 22px; right: 22px; background: var(--terra); color: var(--fg); font-size: 10.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 12px; border-radius: 6px; }
.lp .plan .amt { font-size: 56px; font-weight: 800; line-height: 0.95; margin: 18px 0 6px; color: var(--fg); letter-spacing: -0.03em; }
.lp .plan .amt span { font-size: 15px; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.lp .plan.featured .amt span { color: var(--sage); }
.lp .plan .billed { font-size: 13.5px; color: var(--muted); margin-bottom: 26px; font-weight: 500; }
.lp .plan .btn { width: 100%; }
.lp .plan ul { list-style: none; margin-top: 26px; padding-top: 24px; border-top: 1px solid var(--line); }
.lp .plan li { font-size: 14.5px; padding: 8px 0 8px 28px; position: relative; color: var(--soft); font-weight: 500; }
.lp .plan li svg { position: absolute; left: 0; top: 11px; color: var(--sage); }

.lp .upsell { position: relative; overflow: hidden; border-top: 1px solid var(--line); }
.lp .upsell::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 75% at 78% 50%, rgba(171,77,43,0.16), transparent 70%); pointer-events: none; }
.lp .upsell .wrap { position: relative; display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.lp .upsell h2 { font-size: clamp(28px, 3.8vw, 42px); color: var(--fg); margin: 14px 0 16px; }
.lp .upsell p { font-size: 16px; color: var(--soft); margin: 0 0 18px; font-weight: 400; }
.lp .upsell .uside { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 34px; }
.lp .upsell .uside .amt { font-size: 46px; font-weight: 800; color: var(--fg); line-height: 0.95; letter-spacing: -0.02em; }
.lp .upsell .uside .amt span { font-size: 14px; color: var(--terra); font-weight: 700; letter-spacing: 0; }
.lp .upsell .uside ul { list-style: none; margin: 20px 0 26px; }
.lp .upsell .uside li { font-size: 14px; color: var(--soft); padding: 7px 0 7px 26px; position: relative; font-weight: 500; }
.lp .upsell .uside li svg { position: absolute; left: 0; top: 9px; color: var(--sage); }

/* ===== COACHING (page-id-18) ===== */
.lp .how { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.lp .how::before { content: ""; position: absolute; inset: 0; background-image: url('/wp-content/uploads/2026/06/topo-ridge-subtle.svg'); background-size: 1400px auto; opacity: 0.55; pointer-events: none; }
.lp .how .wrap { position: relative; }
.page-id-18 .lp .step .num { font-size: 13px; font-weight: 800; color: var(--sage); letter-spacing: 0.14em; margin-bottom: 16px; }
.page-id-18 .lp .step h3 { font-size: 21px; color: var(--fg); margin-bottom: 10px; }
.page-id-18 .lp .step p { font-size: 15px; color: var(--soft); font-weight: 400; }

.lp .invest { position: relative; overflow: hidden; border-top: 1px solid var(--line); }
.lp .invest::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 75% at 50% 40%, rgba(171,77,43,0.16), transparent 70%); pointer-events: none; }
.lp .invest .wrap { position: relative; }
.lp .invest-card { max-width: 640px; margin: 0 auto; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 44px; text-align: center; }
.lp .invest-card .amt { font-size: 58px; font-weight: 800; color: var(--fg); line-height: 0.95; letter-spacing: -0.03em; }
.lp .invest-card .amt span { font-size: 15px; font-weight: 600; color: var(--terra); letter-spacing: 0; }
.lp .invest-card ul { list-style: none; margin: 28px 0 30px; text-align: left; }
.lp .invest-card li { font-size: 15px; color: var(--soft); padding: 9px 0 9px 28px; position: relative; font-weight: 500; }
.lp .invest-card li svg { position: absolute; left: 0; top: 11px; color: var(--sage); }
.lp .invest-card .btn { width: 100%; }
.lp .invest-card .reassure { font-size: 13px; color: var(--muted); margin-top: 16px; font-weight: 500; }

/* ===== ABOUT (page-id-20) ===== */
.page-id-20 .lp .hero h1 { font-size: clamp(40px, 6.2vw, 72px); max-width: 880px; }
.page-id-20 .lp .hero .sub { max-width: 680px; margin: 26px 0 0; }
.lp .name-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.lp .name-grid h2 { font-size: clamp(30px, 4.2vw, 44px); color: var(--fg); margin: 16px 0 22px; }
.lp .name-grid p { font-size: 16.5px; color: var(--soft); font-weight: 400; margin-bottom: 16px; }
.lp .name-grid p strong { color: var(--fg); }
.lp .name-panel { position: relative; overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 44px; }
.lp .name-panel::before { content: ""; position: absolute; inset: 0; background-image: url('/wp-content/uploads/2026/06/topo-rings-subtle.svg'); background-size: 700px auto; opacity: 0.8; pointer-events: none; }
.lp .name-panel blockquote { position: relative; font-size: 21px; font-weight: 600; color: var(--fg); line-height: 1.5; border: none; background: none; margin: 0; padding: 0; }
.lp .name-panel blockquote .hl { color: var(--sage); }
.lp .name-panel .by { display: block; margin-top: 18px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted); font-weight: 700; }

.lp .beliefs { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.lp .beliefs::before { content: ""; position: absolute; inset: 0; background-image: url('/wp-content/uploads/2026/06/topo-ridge-subtle.svg'); background-size: 1400px auto; opacity: 0.55; pointer-events: none; }
.lp .beliefs .wrap { position: relative; }
.lp .belief-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.lp .belief { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; }
.lp .belief .num { font-size: 13px; font-weight: 800; color: var(--sage); letter-spacing: 0.14em; margin-bottom: 14px; }
.lp .belief h3 { font-size: 21px; color: var(--fg); margin-bottom: 10px; }
.lp .belief p { font-size: 15px; color: var(--soft); font-weight: 400; }

/* Guides — About variant (stacked layout) */
.page-id-20 .lp .guide { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 38px; }
.page-id-20 .lp .guide .avatar { width: 88px; height: 88px; border-radius: 50%; background: var(--bg); border: 2px solid var(--sage); color: var(--sage); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 24px; letter-spacing: 0.02em; margin-bottom: 22px; overflow: hidden; }
.page-id-20 .lp .guide .avatar img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.page-id-20 .lp .guide h3 { font-size: 24px; color: var(--fg); margin-bottom: 6px; }
.page-id-20 .lp .guide .role { font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--sage); font-weight: 700; margin-bottom: 16px; }
.page-id-20 .lp .guide p { font-size: 15.5px; color: var(--soft); font-weight: 400; margin-bottom: 12px; }
.page-id-20 .lp .guide p:last-child { margin-bottom: 0; }

.lp .faith { position: relative; overflow: hidden; border-top: 1px solid var(--line); text-align: center; }
.lp .faith::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 65% at 50% 45%, rgba(136,186,150,0.10), transparent 70%); pointer-events: none; }
.lp .faith .wrap { position: relative; max-width: 760px; }
.lp .faith h2 { font-size: clamp(30px, 4.6vw, 48px); color: var(--fg); margin: 16px 0 22px; }
.lp .faith p { font-size: 17.5px; color: var(--soft); font-weight: 400; margin-bottom: 16px; }
.lp .faith p strong { color: var(--fg); }

/* ===== BLOG (page-id-19) ===== */
.lp .format-strip { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-bottom: 54px; }
.lp .fmt { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 999px; border: 1px solid var(--sage); background: rgba(136,186,150,0.08); color: var(--fg); font-size: 14px; font-weight: 600; }
.lp .fmt svg { color: var(--sage); flex: none; }
.lp .post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.lp .post { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; gap: 12px; transition: border-color .18s ease; }
.lp .post:hover { border-color: var(--sage); }
.lp .post .cat { font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 800; color: var(--sage); }
.lp .post h3 { font-size: 20px; color: var(--fg); line-height: 1.25; }
.lp .post p { font-size: 14.5px; color: var(--soft); font-weight: 400; flex: 1; }
.lp .post .meta { font-size: 12.5px; color: var(--muted); font-weight: 600; }

.lp .newsletter { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); position: relative; overflow: hidden; }
.lp .newsletter::before { content: ""; position: absolute; inset: 0; background-image: url('/wp-content/uploads/2026/06/topo-ridge-subtle.svg'); background-size: 1400px auto; opacity: 0.55; pointer-events: none; }
.lp .newsletter .wrap { position: relative; max-width: 640px; text-align: center; }
.lp .newsletter h2 { font-size: clamp(28px, 4.2vw, 44px); color: var(--fg); margin: 16px 0 14px; }
.lp .newsletter p { font-size: 16.5px; color: var(--soft); font-weight: 400; margin-bottom: 30px; }
.lp .nl-form { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.lp .nl-form input { flex: 1; min-width: 240px; padding: 15px 20px; border-radius: 10px; border: 1.5px solid var(--line); background: var(--panel); color: var(--fg); font-family: inherit; font-size: 15px; }
.lp .nl-form input:focus-visible { outline: 3px solid var(--sage); outline-offset: 2px; border-color: var(--sage); }
.lp .nl-note { font-size: 13px; color: var(--muted); margin-top: 16px; font-weight: 500; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .lp section { padding: 64px 0; }
  .lp .story-grid, .lp .steps, .lp .offer-card, .lp .guide-grid,
  .lp .incl-grid, .lp .work-grid, .lp .price-grid, .lp .fit-grid,
  .lp .cred-grid, .lp .upsell .wrap, .lp .name-grid, .lp .belief-grid,
  .lp .post-grid, .lp .contact-grid { grid-template-columns: 1fr; }
  .lp .cred-rates { grid-template-columns: repeat(2, 1fr); }
  .page-id-16 .lp .hero .wrap { padding: 76px 28px 80px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lp * { transition: none !important; }
}

/* ==========================================================================
   Beaver Builder Button classes — match the .lp design-system buttons.
   Usage: Button module → Advanced → Class → "lp-btn-sage" or "lp-btn-ghost"
   ========================================================================== */
.fl-builder-content .lp-btn-sage a.fl-button,
.fl-builder-content .lp-btn-sage a.fl-button:visited {
  background: #88ba96;
  border: 1.5px solid #88ba96;
  border-radius: 10px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  padding: 16px 30px;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.fl-builder-content .lp-btn-sage a.fl-button .fl-button-text,
.fl-builder-content .lp-btn-sage a.fl-button:visited .fl-button-text { color: #10120f; }
.fl-builder-content .lp-btn-sage a.fl-button:hover,
.fl-builder-content .lp-btn-sage a.fl-button:focus { background: #6fa37e; border-color: #6fa37e; }
.fl-builder-content .lp-btn-sage a.fl-button:hover .fl-button-text,
.fl-builder-content .lp-btn-sage a.fl-button:focus .fl-button-text { color: #10120f; }
.fl-builder-content .lp-btn-sage a.fl-button:focus-visible { outline: 3px solid #88ba96; outline-offset: 3px; }

.fl-builder-content .lp-btn-ghost a.fl-button,
.fl-builder-content .lp-btn-ghost a.fl-button:visited {
  background: transparent;
  border: 1.5px solid #3a342f;
  border-radius: 10px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  padding: 16px 30px;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.fl-builder-content .lp-btn-ghost a.fl-button .fl-button-text,
.fl-builder-content .lp-btn-ghost a.fl-button:visited .fl-button-text { color: #f2ede6; }
.fl-builder-content .lp-btn-ghost a.fl-button:hover,
.fl-builder-content .lp-btn-ghost a.fl-button:focus { border-color: #88ba96; }
.fl-builder-content .lp-btn-ghost a.fl-button:hover .fl-button-text,
.fl-builder-content .lp-btn-ghost a.fl-button:focus .fl-button-text { color: #88ba96; }
.fl-builder-content .lp-btn-ghost a.fl-button:focus-visible { outline: 3px solid #88ba96; outline-offset: 3px; }

/* ==========================================================================
   Themer header — lp-main-menu module, brand styling
   ========================================================================== */
/* Toggle label typography (colors now live in the module's Toggle Color settings) */
.fl-module-lp-main-menu-module .mobile-menu-switcher-text {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px !important;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: inherit;
}
/* Regular (inline) menu — for when the breakpoint isn't "always toggle" */
.fl-module-lp-main-menu-module .regular-menu-container .lp-menu-nav > li > a,
.fl-module-lp-main-menu-module .regular-menu-container .lp-menu-nav > li .lp-has-submenu-container > a {
  color: #d6cec3; transition: color .18s ease;
}
.fl-module-lp-main-menu-module .regular-menu-container .lp-menu-nav > li > a:hover,
.fl-module-lp-main-menu-module .regular-menu-container .lp-menu-nav > li > a:focus,
.fl-module-lp-main-menu-module .regular-menu-container .lp-menu-nav > li .lp-has-submenu-container > a:hover {
  color: #88ba96;
}
/* Dropdown panel on the regular menu */
.fl-module-lp-main-menu-module .regular-menu-container .lp-menu-nav .sub-menu {
  background: #1f1c1a; border: 1px solid #2d2926; border-radius: 12px; padding: 8px 0;
}
.fl-module-lp-main-menu-module .regular-menu-container .lp-menu-nav .sub-menu li > a { color: #d6cec3; }
.fl-module-lp-main-menu-module .regular-menu-container .lp-menu-nav .sub-menu li > a:hover { color: #88ba96; }

/* ==========================================================================
   Legal pages (Privacy 3, Terms 25) — dark topo canvas, white reading card
   ========================================================================== */
.lp .legal { padding: 72px 0; }
.lp .legal-card { max-width: 840px; margin: 0 auto; background: #ffffff; border: 1px solid #e3d9c1; border-radius: 14px; padding: 25px; color: #4a443e; box-shadow: 0 30px 80px -40px rgba(0, 0, 0, 0.8); }
.lp .legal-card h1 { color: #2a2520; font-size: clamp(28px, 4vw, 40px); margin-bottom: 8px; }
.lp .legal-card .effective { color: #8a8076; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 20px; padding-bottom: 18px; border-bottom: 1px solid #eee5d4; }
.lp .legal-card h2 { color: #2a2520; font-size: 20px; margin: 26px 0 10px; }
.lp .legal-card p { font-size: 15.5px; line-height: 1.7; margin-bottom: 13px; }
.lp .legal-card ul { margin: 0 0 13px 22px; }
.lp .legal-card li { font-size: 15.5px; line-height: 1.7; margin-bottom: 5px; list-style: disc; }
.lp .legal-card a { color: #527e62; text-decoration: underline; }
.lp .legal-card a:hover { color: #6fa37e; }
.lp .legal-card .addr { font-size: 15.5px; line-height: 1.7; }

/* ==========================================================================
   BLOG — Themer layout helpers
   Top/bottom paste blocks reuse the .lp classes above. The post grid is a
   Beaver Builder Posts/PowerPack module (OUTSIDE .lp), so its card styles
   live here, scoped to a module class "lp-postgrid" (add it in the module's
   Advanced → Class field). Custom layout per post uses .lp-post-* classes.
   ========================================================================== */
.lp .blog-formats { padding: 54px 0 16px; }
.lp .blog-formats .format-strip { margin-bottom: 0; }

/* Reset BB/PowerPack default post wrappers so our card is the only chrome */
.lp-postgrid .fl-post-grid-post,
.lp-postgrid .pp-content-post,
.lp-postgrid .pp-post-grid-post { background: none !important; border: none !important; box-shadow: none !important; padding: 0 !important; margin: 0 0 24px !important; }

/* Brand post card (mirrors .lp .post, standalone so it works outside .lp) */
.lp-postgrid .lp-post-card { display: flex; flex-direction: column; gap: 12px; height: 100%; background: #1f1c1a; border: 1px solid #2d2926; border-radius: 14px; padding: 30px; text-decoration: none; transition: border-color .18s ease; }
.lp-postgrid .lp-post-card:hover { border-color: #88ba96; }
.lp-postgrid .lp-post-cat { font-size: 11px; text-transform: uppercase; letter-spacing: 0.16em; font-weight: 800; color: #88ba96; }
.lp-postgrid .lp-post-title { font-family: 'Montserrat', -apple-system, sans-serif; font-size: 20px; font-weight: 800; letter-spacing: -0.01em; line-height: 1.25; color: #f2ede6; margin: 0; }
.lp-postgrid .lp-post-excerpt { font-size: 14.5px; font-weight: 400; line-height: 1.6; color: #d6cec3; flex: 1; margin: 0; }
.lp-postgrid .lp-post-meta { font-size: 12.5px; font-weight: 600; color: #8a8076; }

/* [lp_blog_grid] shortcode — standalone post grid section (real posts) */
.lp-blog-grid-section { background: #141211; padding: 8px 0 64px; }
.lp-blog-wrap { max-width: 1140px; margin: 0 auto; padding: 0 28px; }
.lp-postgrid--flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .lp-postgrid--flow { grid-template-columns: 1fr; } }

/* ==========================================================================
   SINGLE BLOG POST — branded (bb-theme single template, skinned to match)
   ========================================================================== */
body.single-post { background:#141211; }
body.single-post .fl-page, body.single-post .fl-page-content { background:#141211; }
body.single-post .fl-page-content .container { max-width:none; width:100%; padding-left:0; padding-right:0; }
body.single-post .fl-page-content .row { margin-left:0; margin-right:0; }
body.single-post .fl-content { padding:0; }
body.single-post .fl-post { margin:0; }
body.single-post .fl-comments, body.single-post .fl-post-nav { display:none; }

/* Hero built from the post header */
body.single-post .fl-post-header { background:#141211 url('/wp-content/uploads/2026/06/topo-lines-subtle.svg') center/1400px auto; border-bottom:1px solid #2d2926; padding:84px 24px 70px; text-align:center; margin:0; }
body.single-post .fl-post-title { font-family:'Montserrat',-apple-system,sans-serif; font-size:clamp(30px,5vw,54px); font-weight:800; letter-spacing:-0.02em; line-height:1.08; color:#f2ede6; max-width:820px; margin:0 auto; }
body.single-post .fl-post-meta { color:#8a8076; font-size:13px; text-transform:uppercase; letter-spacing:0.12em; font-weight:600; margin-top:18px; }
body.single-post .fl-post-meta a { color:#88ba96; text-decoration:none; }

/* Article body */
body.single-post .fl-post-content { max-width:740px; margin:0 auto; padding:58px 24px 36px; font-family:'Montserrat',-apple-system,sans-serif; color:#d6cec3; font-size:17px; line-height:1.75; }
body.single-post .fl-post-content h1,
body.single-post .fl-post-content h2 { color:#f2ede6; font-size:28px; font-weight:800; letter-spacing:-0.01em; line-height:1.2; margin:38px 0 14px; }
body.single-post .fl-post-content h3 { color:#f2ede6; font-size:22px; font-weight:700; margin:30px 0 12px; }
body.single-post .fl-post-content p { margin:0 0 20px; }
body.single-post .fl-post-content a { color:#88ba96; text-decoration:underline; }
body.single-post .fl-post-content a:hover { color:#6fa37e; }
body.single-post .fl-post-content strong, body.single-post .fl-post-content b { color:#f2ede6; }
body.single-post .fl-post-content ul, body.single-post .fl-post-content ol { margin:0 0 20px 22px; }
body.single-post .fl-post-content li { margin-bottom:8px; }
body.single-post .fl-post-content blockquote { border-left:3px solid #88ba96; background:#1a1815; padding:18px 24px; margin:26px 0; border-radius:0 10px 10px 0; color:#f2ede6; font-weight:600; }
body.single-post .fl-post-content img { border-radius:12px; margin:24px 0; }

/* Appended end-of-post CTA */
.lp-post-cta { background:#1f1c1a; border:1px solid #2d2926; border-radius:16px; padding:38px; text-align:center; margin:44px 0 8px; }
.lp-post-cta h3 { font-family:'Montserrat',sans-serif; color:#f2ede6; font-size:24px; font-weight:800; letter-spacing:-0.01em; line-height:1.15; margin:0 0 10px; }
.lp-post-cta p { color:#d6cec3; font-size:15.5px; margin:0 0 22px; }
.lp-post-cta a { display:inline-flex; align-items:center; justify-content:center; font-family:'Montserrat',sans-serif; font-weight:700; font-size:15px; padding:14px 28px; border-radius:10px; border:1.5px solid #88ba96; text-decoration:none; margin:4px; transition:background .18s ease,border-color .18s ease,color .18s ease; }
.lp-post-cta .lp-btn-primary { background:#88ba96; color:#10120f; }
.lp-post-cta .lp-btn-primary:hover { background:#6fa37e; border-color:#6fa37e; }
.lp-post-cta .lp-btn-ghost { background:transparent; color:#f2ede6; border-color:#3a342f; }
.lp-post-cta .lp-btn-ghost:hover { border-color:#88ba96; color:#88ba96; }
/* Single post — clean the default meta down to just the date */
body.single-post .fl-post-meta .fl-post-author,
body.single-post .fl-post-meta .fl-sep,
body.single-post .fl-post-meta .fl-comments-popup-link { display:none; }
body.single-post .fl-post-meta .fl-post-date { color:#88ba96; }
/* Single post — category eyebrow above title */
body.single-post .fl-post-title .lp-cat-eyebrow { display:block; font-size:13px; text-transform:uppercase; letter-spacing:0.2em; font-weight:700; color:#88ba96; margin-bottom:16px; }
/* Podcast player (top of content) */
.lp-podcast-player { margin:0 0 34px; }
.lp-podcast-player iframe { width:100%; border:1px solid #2d2926; border-radius:12px; display:block; }
/* CTA buttons — beat the prose link rule (specificity + kill underline) */
body.single-post .lp-post-cta a { text-decoration:none; }
body.single-post .lp-post-cta .lp-btn-primary { color:#10120f; }
body.single-post .lp-post-cta .lp-btn-primary:hover { color:#10120f; }
body.single-post .lp-post-cta .lp-btn-ghost { color:#f2ede6; }
body.single-post .lp-post-cta .lp-btn-ghost:hover { color:#88ba96; }
/* Single post — video player (Plyr, sage accent) */
.lp-video-player { margin:0 0 34px; --plyr-color-main:#88ba96; border-radius:12px; overflow:hidden; }
.lp-video-player .plyr { border-radius:12px; }

/* Blog format pills — interactive filters */
.lp .fmt { cursor: pointer; font-family: inherit; line-height: 1; -webkit-appearance: none; appearance: none; transition: background .15s ease, color .15s ease, border-color .15s ease; }
.lp .fmt:hover { background: rgba(136,186,150,0.18); }
.lp .fmt.is-active { background: #88ba96; border-color: #88ba96; color: #141211; }
.lp .fmt.is-active svg { color: #141211; }
.lp-grid-empty { text-align: center; color: #8a8076; font-size: 16px; padding: 28px 0 12px; margin: 0; }

/* ==========================================================================
   Contact + Support pages (page-id-24, page-id-115)
   ========================================================================== */
.lp .contact-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: start; }
.lp .contact-info h2 { font-size: clamp(28px, 4vw, 42px); color: var(--fg); margin: 16px 0 18px; }
.lp .contact-info .ci-intro { font-size: 16.5px; color: var(--soft); font-weight: 400; margin-bottom: 32px; max-width: 460px; }
.lp .contact-methods { display: flex; flex-direction: column; gap: 22px; }
.lp .contact-method { display: flex; gap: 16px; align-items: flex-start; }
.lp .contact-method .ci-ic { flex: none; width: 46px; height: 46px; border-radius: 12px; background: rgba(136,186,150,0.10); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--sage); }
.lp .contact-method .ci-ic svg { width: 20px; height: 20px; }
.lp .contact-method .ci-l { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted); font-weight: 700; margin-bottom: 4px; }
.lp .contact-method .ci-v { color: var(--soft); font-weight: 400; }
.lp .contact-method a { color: var(--fg); font-weight: 600; }
.lp .contact-method a:hover { color: var(--sage); }

/* Support helper list */
.lp .support-list { list-style: none; margin: 18px 0 32px; display: flex; flex-direction: column; gap: 15px; max-width: 460px; }
.lp .support-list li { position: relative; padding-left: 26px; color: var(--soft); font-size: 16px; font-weight: 400; line-height: 1.55; }
.lp .support-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--sage); }
.lp .support-list strong { color: var(--fg); font-weight: 700; }

/* Embedded GHL form card — light card so the form reads cleanly on the dark canvas */
.lp .lp-form-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 12px; box-shadow: 0 26px 64px rgba(0,0,0,0.38); }
.lp .lp-form-embed { border-radius: 10px; overflow: hidden; }
.lp .lp-form-embed iframe { width: 100%; border: none; display: block; }

/* Social row */
.lp .social-row { display: flex; gap: 12px; margin-top: 34px; padding-top: 28px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.lp .social-link { width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: var(--panel); display: flex; align-items: center; justify-content: center; color: var(--soft); transition: color .15s ease, border-color .15s ease, background .15s ease; }
.lp .social-link:hover { color: #10120f; background: var(--sage); border-color: var(--sage); }
.lp .social-link svg { width: 20px; height: 20px; }

@media (max-width: 900px) {
  .lp .contact-grid { gap: 40px; }
}

/* ==========================================================================
   Global site footer (rendered into bb-theme footer via fl_before_footer_widgets)
   ========================================================================== */
/* Neutralize the theme's default footer wrap + hide its credit bar/widgets
   (kept enabled so FLTheme::has_footer() stays true and our hook fires). */
.fl-page-footer-wrap { background: transparent !important; border: 0 !important; padding: 0 !important; margin: 0 !important; }
.fl-page-footer-wrap > .fl-page-footer, .fl-page-footer-wrap > .fl-page-footer-widgets { display: none !important; }

.lp .lp-footer { background: #0f0d0c; border-top: 1px solid var(--line); position: relative; overflow: hidden; }
.lp .lp-footer::before { content: ""; position: absolute; inset: 0; background-image: url('/wp-content/uploads/2026/06/topo-ridge-subtle.svg'); background-size: 1400px auto; opacity: 0.40; pointer-events: none; }
.lp .lp-footer .wrap { position: relative; padding-top: 66px; padding-bottom: 30px; }
.lp .lpf-top { display: grid; grid-template-columns: 1.35fr 2fr; gap: 56px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.lp .lpf-brand .lpf-mark { height: 32px; width: auto; margin-bottom: 20px; }
.lp .lpf-blurb { font-size: 14.5px; color: var(--muted); font-weight: 400; max-width: 430px; line-height: 1.62; margin-bottom: 26px; }
.lp .lpf-cta { font-size: 14px; padding: 13px 26px; min-height: 0; }
.lp .lpf-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-self: start; }
.lp .lpf-col h4 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.16em; color: var(--fg); font-weight: 700; margin-bottom: 16px; }
.lp .lpf-col a { display: block; font-size: 14.5px; color: var(--soft); padding: 6px 0; font-weight: 500; }
.lp .lpf-col a:hover { color: var(--sage); }
.lp .lpf-bottom { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; padding-top: 26px; }
.lp .lpf-copy { font-size: 13px; color: var(--muted); font-weight: 500; }
.lp .lpf-tag { font-size: 13px; color: var(--sage); font-weight: 600; letter-spacing: 0.02em; }
.lp .lpf-social { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.lp .lpf-social a { width: 42px; height: 42px; border-radius: 11px; border: 1px solid var(--line); background: var(--panel); display: flex; align-items: center; justify-content: center; color: var(--soft); transition: color .15s ease, background .15s ease, border-color .15s ease; }
.lp .lpf-social a:hover { color: #10120f; background: var(--sage); border-color: var(--sage); }
.lp .lpf-social svg { width: 19px; height: 19px; }

@media (max-width: 900px) {
  .lp .lpf-top { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 560px) {
  .lp .lpf-cols { grid-template-columns: 1fr 1fr; gap: 24px 30px; }
  .lp .lpf-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* /plus — when the inclusions grid has an odd count, center the lone last card */
@media (min-width:901px){
  .lp .incl-grid .feat:last-child:nth-child(odd) { grid-column:1 / -1; justify-self:center; width:calc(50% - 12px); }
}

/* Contact — "join free community" CTA in the info column */
.lp .contact-join { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--line); }
.lp .contact-join p { font-size: 15px; color: var(--soft); font-weight: 400; margin-bottom: 16px; max-width: 380px; }
