/* ============================================================
   Health Blueprint — $49 conversion landing page (Libertyville)
   Brand: green-on-near-black, Inter Tight / Inter. Scoped to .cfh-bp.
   ============================================================ */
.cfh-bp {
  --bp-green: #7FE26B; --bp-teal: #2BC0A8; --bp-ink: #0E0F0E; --bp-elev: #141614;
  --bp-cream: #F5F5F0; --bp-line: rgba(245,245,240,0.12);
  background: var(--bp-ink); color: var(--bp-cream);
  font-family: var(--font-body); line-height: 1.6; overflow-x: hidden;
}
.cfh-bp * { box-sizing: border-box; }
.cfh-bp__wrap { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.cfh-bp h1, .cfh-bp h2, .cfh-bp h3 { font-family: var(--font-display); line-height: 1.04; letter-spacing: -0.01em; margin: 0; }
.cfh-bp a { color: inherit; }

/* grain + glow atmosphere */
.cfh-bp::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 0; opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}
.cfh-bp > * { position: relative; z-index: 1; }

/* ---------- sticky top bar ---------- */
.cfh-bp-bar { position: sticky; top: 0; z-index: 50; background: rgba(14,15,14,0.82);
  backdrop-filter: blur(12px); border-bottom: 1px solid var(--bp-line); }
.cfh-bp-bar__in { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.85rem 0; }
.cfh-bp-bar__logo img { height: 30px; width: auto; display: block; }
.cfh-bp-bar__right { display: flex; align-items: center; gap: 1.25rem; }
.cfh-bp-bar__tel { font-weight: 600; font-size: 0.95rem; text-decoration: none; white-space: nowrap; }
.cfh-bp-bar__tel span { color: var(--bp-green); }
.cfh-bp-btn { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--bp-green); color: #06210A;
  font-family: var(--font-display); font-weight: 800; text-decoration: none; padding: 0.8rem 1.5rem;
  border-radius: 999px; border: 0; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease; white-space: nowrap; }
.cfh-bp-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(127,226,107,0.35); }
.cfh-bp-btn--lg { font-size: 1.15rem; padding: 1.1rem 2.2rem; }
.cfh-bp-btn--ghost { background: transparent; color: var(--bp-cream); border: 1px solid var(--bp-line); }
.cfh-bp-btn--ghost:hover { border-color: var(--bp-green); box-shadow: none; }

/* ---------- hero ---------- */
.cfh-bp-hero { padding: 4.5rem 0 3.5rem; position: relative; }
.cfh-bp-hero::after { content: ""; position: absolute; top: -10%; right: -15%; width: 60vw; height: 60vw; max-width: 720px; max-height: 720px;
  background: radial-gradient(circle, rgba(127,226,107,0.18), rgba(43,192,168,0.05) 45%, transparent 70%); filter: blur(10px); pointer-events: none; }
.cfh-bp-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 3rem; align-items: center; }
.cfh-bp-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; text-transform: uppercase; letter-spacing: 0.18em;
  font-size: 0.72rem; font-weight: 600; color: var(--bp-green); margin-bottom: 1.25rem; }
.cfh-bp-eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--bp-green); }
.cfh-bp-hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 800; }
.cfh-bp-hero h1 em { font-style: normal; color: var(--bp-green); }
.cfh-bp-hero__sub { color: rgba(245,245,240,0.72); font-size: 1.15rem; max-width: 46ch; margin: 1.5rem 0 2rem; }
.cfh-bp-hero__cta { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.cfh-bp-hero__trust { margin-top: 1.5rem; color: rgba(245,245,240,0.55); font-size: 0.85rem; display: flex; gap: 1.25rem; flex-wrap: wrap; }
.cfh-bp-hero__trust span { display: inline-flex; align-items: center; gap: 0.4rem; }
.cfh-bp-hero__trust svg { width: 16px; height: 16px; color: var(--bp-green); }

/* offer card / price reveal */
.cfh-bp-offer { background: linear-gradient(160deg, var(--bp-elev), #0c0d0c); border: 1px solid var(--bp-line);
  border-radius: 22px; padding: 2.25rem; box-shadow: 0 30px 80px rgba(0,0,0,0.5); position: relative; overflow: hidden; }
.cfh-bp-offer::before { content: ""; position: absolute; inset: 0; border-radius: 22px; padding: 1px;
  background: linear-gradient(160deg, rgba(127,226,107,0.5), transparent 40%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.cfh-bp-offer__tag { display: inline-block; background: rgba(127,226,107,0.14); color: var(--bp-green);
  font-weight: 700; font-size: 0.78rem; letter-spacing: 0.04em; padding: 0.35rem 0.9rem; border-radius: 999px; text-transform: uppercase; }
.cfh-bp-offer__name { font-size: 1.4rem; font-weight: 800; margin: 1rem 0 0.25rem; }
.cfh-bp-offer__dur { color: rgba(245,245,240,0.6); font-size: 0.9rem; }
.cfh-bp-price { display: flex; align-items: flex-end; gap: 1rem; margin: 1.5rem 0 0.5rem; }
.cfh-bp-price__now { font-family: var(--font-display); font-weight: 800; font-size: 5rem; line-height: 0.85; color: var(--bp-cream);
  text-shadow: 0 0 40px rgba(127,226,107,0.35); }
.cfh-bp-price__now sup { font-size: 1.8rem; vertical-align: super; color: var(--bp-green); }
.cfh-bp-price__was { display: flex; flex-direction: column; padding-bottom: 0.5rem; }
.cfh-bp-price__was s { color: rgba(245,245,240,0.45); font-size: 1.5rem; font-family: var(--font-display); text-decoration-color: var(--bp-green); }
.cfh-bp-price__was b { color: var(--bp-green); font-size: 0.85rem; letter-spacing: 0.04em; text-transform: uppercase; }
.cfh-bp-offer__scarcity { display: flex; align-items: center; gap: 0.6rem; margin: 1rem 0 1.5rem; font-size: 0.9rem; color: rgba(245,245,240,0.8); }
.cfh-bp-offer__pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--bp-green); box-shadow: 0 0 0 0 rgba(127,226,107,0.6); animation: cfhpulse 2s infinite; }
@keyframes cfhpulse { 0%{box-shadow:0 0 0 0 rgba(127,226,107,0.5);} 70%{box-shadow:0 0 0 12px rgba(127,226,107,0);} 100%{box-shadow:0 0 0 0 rgba(127,226,107,0);} }
.cfh-bp-offer .cfh-bp-btn { width: 100%; justify-content: center; }
.cfh-bp-offer__fine { text-align: center; color: rgba(245,245,240,0.45); font-size: 0.75rem; margin-top: 0.85rem; }

/* ---------- section shells ---------- */
.cfh-bp-sec { padding: 4.5rem 0; }
.cfh-bp-sec--cream { background: var(--bp-cream); color: var(--bp-ink); }
.cfh-bp-sec--cream .cfh-bp-eyebrow { color: var(--bp-teal); }
.cfh-bp-sec--cream .cfh-bp-eyebrow::before { background: var(--bp-teal); }
.cfh-bp-head { max-width: 620px; margin-bottom: 2.5rem; }
.cfh-bp-head h2 { font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; }
.cfh-bp-head p { margin-top: 1rem; font-size: 1.1rem; opacity: 0.75; }

/* value stack */
.cfh-bp-stack { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2.5rem; align-items: center; }
.cfh-bp-stack__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.85rem; }
.cfh-bp-stack__list li { display: flex; gap: 0.9rem; align-items: flex-start; padding-bottom: 0.85rem; border-bottom: 1px solid rgba(14,15,14,0.08); }
.cfh-bp-stack__list b { font-family: var(--font-display); }
.cfh-bp-stack__list span { display: block; font-size: 0.92rem; opacity: 0.7; }
.cfh-bp-check { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--bp-green); display: grid; place-items: center; margin-top: 2px; }
.cfh-bp-check svg { width: 15px; height: 15px; color: #06210A; }
.cfh-bp-valuecard { background: var(--bp-ink); color: var(--bp-cream); border-radius: 20px; padding: 2rem; text-align: center; box-shadow: 0 24px 60px rgba(0,0,0,0.25); }
.cfh-bp-valuecard small { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; color: rgba(245,245,240,0.55); }
.cfh-bp-valuecard .cfh-bp-valuecard__was { font-family: var(--font-display); font-size: 1.6rem; color: rgba(245,245,240,0.5); text-decoration: line-through; text-decoration-color: var(--bp-green); margin: 0.5rem 0; }
.cfh-bp-valuecard .cfh-bp-valuecard__now { font-family: var(--font-display); font-weight: 800; font-size: 3.4rem; color: var(--bp-green); line-height: 1; }
.cfh-bp-valuecard .cfh-bp-btn { margin-top: 1.25rem; width: 100%; justify-content: center; }

/* modalities */
.cfh-bp-mods { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 1rem; }
.cfh-bp-mod { background: var(--bp-elev); border: 1px solid var(--bp-line); border-radius: 16px; padding: 1.4rem 1.1rem;
  transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.cfh-bp-mod:hover { transform: translateY(-4px); border-color: var(--bp-green); background: #181a18; }
.cfh-bp-mod__ico { width: 38px; height: 38px; border-radius: 11px; background: rgba(127,226,107,0.12); display: grid; place-items: center; margin-bottom: 0.9rem; color: var(--bp-green); font-weight: 800; font-family: var(--font-display); }
.cfh-bp-mod h3 { font-size: 1.05rem; font-weight: 700; }
.cfh-bp-mods__note { margin-top: 1.75rem; opacity: 0.65; font-size: 0.95rem; }

/* how it works */
.cfh-bp-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; counter-reset: bpstep; }
.cfh-bp-step { position: relative; padding: 1.75rem; border: 1px solid rgba(14,15,14,0.1); border-radius: 18px; background: #fff; }
.cfh-bp-sec--cream .cfh-bp-step { background: #fff; }
.cfh-bp-step::before { counter-increment: bpstep; content: "0" counter(bpstep); font-family: var(--font-display); font-weight: 800;
  font-size: 2.4rem; color: var(--bp-teal); opacity: 0.25; line-height: 1; }
.cfh-bp-step h3 { font-size: 1.2rem; font-weight: 700; margin: 0.5rem 0; }
.cfh-bp-step p { margin: 0; opacity: 0.72; font-size: 0.96rem; }

/* walk-away list */
.cfh-bp-away { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px,1fr)); gap: 1rem; }
.cfh-bp-away__item { display: flex; gap: 0.8rem; align-items: center; padding: 1.1rem 1.25rem; border: 1px solid var(--bp-line); border-radius: 14px; background: var(--bp-elev); }
.cfh-bp-away__item .cfh-bp-check { width: 24px; height: 24px; }

/* final CTA / booking */
.cfh-bp-final { background: radial-gradient(120% 120% at 20% 0%, rgba(127,226,107,0.16), transparent 55%), var(--bp-ink); padding: 5rem 0; }
.cfh-bp-final__grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: 3rem; align-items: start; }
.cfh-bp-final h2 { font-size: clamp(2.2rem, 4vw, 3.2rem); font-weight: 800; }
.cfh-bp-final__loc { margin-top: 1.75rem; display: grid; gap: 0.6rem; color: rgba(245,245,240,0.75); font-size: 0.98rem; }
.cfh-bp-final__loc a { color: var(--bp-green); text-decoration: none; font-weight: 600; }
.cfh-bp-formcard { background: #fff; color: var(--bp-ink); border-radius: 20px; padding: 2rem; box-shadow: 0 30px 70px rgba(0,0,0,0.45); }
.cfh-bp-formcard h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 0.25rem; }
.cfh-bp-formcard p { opacity: 0.65; font-size: 0.9rem; margin: 0 0 1.25rem; }

/* slim footer */
.cfh-bp-foot { border-top: 1px solid var(--bp-line); padding: 2rem 0; color: rgba(245,245,240,0.5); font-size: 0.85rem; }
.cfh-bp-foot__in { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; align-items: center; }

/* sticky mobile CTA */
.cfh-bp-mobile { position: fixed; bottom: 0; left: 0; right: 0; z-index: 60; display: none; gap: 0.6rem; padding: 0.7rem 1rem;
  background: rgba(14,15,14,0.92); backdrop-filter: blur(10px); border-top: 1px solid var(--bp-line); }
.cfh-bp-mobile .cfh-bp-btn { flex: 1; justify-content: center; }

/* reveal animation */
.cfh-bp-reveal { opacity: 0; transform: translateY(22px); animation: cfhrise 0.8s cubic-bezier(.2,.7,.2,1) forwards; }
.cfh-bp-reveal.d1 { animation-delay: 0.08s; } .cfh-bp-reveal.d2 { animation-delay: 0.18s; }
.cfh-bp-reveal.d3 { animation-delay: 0.30s; } .cfh-bp-reveal.d4 { animation-delay: 0.44s; }
@keyframes cfhrise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .cfh-bp-reveal { animation: none; opacity: 1; transform: none; } .cfh-bp-offer__pulse { animation: none; } }

/* responsive */
@media (max-width: 900px) {
  .cfh-bp-hero__grid, .cfh-bp-stack, .cfh-bp-steps, .cfh-bp-final__grid { grid-template-columns: 1fr; }
  .cfh-bp-hero { padding-top: 3rem; }
  .cfh-bp-bar__tel { display: none; }
  .cfh-bp-mobile { display: flex; }
  .cfh-bp-final { padding-bottom: 6rem; }
}
