/* Life Navigator, Life Medical New Jersey
   Brand: life brand guidelines (gradient 180deg #ED67A6 to #EC3E2C, SF Pro).
   Bump the ?v= query in index.html whenever this file changes. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/inter-latin-var.woff2) format('woff2');
}

:root {
  --ink: #333333;
  --gray: #888888;        /* captions, rules, small labels */
  --gray-text: #6E6E6E;   /* gray for text meant to be read */
  --light: #F2F2F2;
  --pink: #ED67A6;
  --red: #EC3E2C;
  --red-deep: #C7301F;
  --grad: linear-gradient(180deg, #ED67A6 0%, #EC3E2C 100%);
  --line: #E2E2E2;
  --wrap: 1080px;
  --pad: 22px;
  --sans: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'SF Pro Text',
          'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.62;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 84px; /* room for the sticky call bar */
}

img, svg { max-width: 100%; }

.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--pad);
}
.wrap.narrow { max-width: 760px; }
.center { text-align: center; }

.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip {
  position: absolute; left: -9999px; top: 0;
  background: #fff; color: var(--ink);
  padding: 14px 20px; z-index: 60; font-weight: 600;
}
.skip:focus { left: 8px; top: 8px; }

a { color: var(--red-deep); }

:focus-visible {
  outline: 3px solid var(--red-deep);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ---------- header ---------- */

.top {
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.top-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 78px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--ink);
  min-width: 0;
}
.logo { display: block; width: auto; height: 30px; color: var(--ink); }
.brand-sub {
  font-size: 14px;
  line-height: 1.25;
  color: var(--gray-text);
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

.top-call {
  display: none;
  flex: none;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  min-height: 52px;
  border-radius: 999px;
  background: var(--grad);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
}
.top-call .call-ico { width: 20px; height: 20px; flex: none; }
/* On phones the sticky bar at the bottom carries the number, so the header
   stays clear. From 620px up the header button appears. */

.num { white-space: nowrap; }

.call-ico { width: 22px; height: 22px; }

/* ---------- hero ---------- */

.hero {
  background: var(--grad);
  color: #fff;
  padding: 58px 0 62px;
}
.hero-in { max-width: 760px; }

.hero h1 {
  margin: 0 0 20px;
  font-size: clamp(38px, 9vw, 62px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.hero .lede {
  margin: 0 0 18px;
  font-size: clamp(20px, 4.6vw, 25px);
  line-height: 1.45;
  font-weight: 500;
  max-width: 620px;
}
.hero .foryou {
  margin: 0 0 32px;
  font-size: 19px;
  font-weight: 600;
  padding-top: 18px;
  border-top: 2px solid rgba(255,255,255,0.4);
  max-width: 620px;
}
.hero-note {
  margin: 22px 0 0;
  font-size: 19px;
  font-weight: 600;
}

/* ---------- call button ---------- */

.call-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  background: var(--grad);
  color: #fff;
  padding: 16px 30px;
  min-height: 74px;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(236, 62, 44, 0.22);
}
.call-btn .call-ico { width: 30px; height: 30px; flex: none; }
.call-btn-in { display: flex; flex-direction: column; line-height: 1.15; text-align: left; }
.call-btn-top {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  opacity: 0.92;
}
.call-btn-num {
  font-size: clamp(26px, 6.4vw, 34px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.call-btn.on-color {
  background: #fff;
  color: var(--red-deep);
  box-shadow: 0 10px 26px rgba(120, 20, 10, 0.22);
}
.call-btn.big { min-height: 84px; padding: 18px 34px; }

.call-btn:hover { filter: brightness(1.04); }
.call-btn:active { transform: translateY(1px); }

/* ---------- sections ---------- */

.sec { padding: 64px 0; }
.sec.alt { background: var(--light); }

h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 6.4vw, 42px);
  line-height: 1.14;
  letter-spacing: -0.025em;
  font-weight: 600;
}
h3 {
  margin: 0 0 6px;
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: -0.015em;
  font-weight: 600;
}
p { margin: 0 0 18px; }

.sec-lede {
  font-size: 20px;
  color: var(--gray-text);
  margin: 0 0 36px;
  max-width: 620px;
}
.center .sec-lede { margin-left: auto; margin-right: auto; }

.big-body { font-size: 19px; }

/* ---------- problem ---------- */

.problem-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}
.problem-list li {
  display: flex;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  font-size: 18px;
}
.problem-list li:last-child { border-bottom: 1px solid var(--line); }
.problem-list strong { display: block; font-weight: 600; margin-bottom: 3px; }
.p-num {
  flex: none;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--light);
  color: var(--red-deep);
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 17px;
}

.turn {
  margin: 0;
  font-size: clamp(22px, 5vw, 28px);
  line-height: 1.35;
  font-weight: 400;
  color: var(--gray-text);
  letter-spacing: -0.015em;
}
.turn strong {
  font-weight: 600;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- cards ---------- */

.cards {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 24px;
}
.card p { margin: 0; color: #555; }
.ico {
  display: flex;
  width: 52px; height: 52px;
  border-radius: 14px;
  background: var(--grad);
  align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.ico svg {
  width: 28px; height: 28px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- the month ---------- */

.weeks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
.weeks li {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 22px;
  background: #fff;
}
.weeks .wk {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--grad);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.weeks p { margin: 0; color: #555; }

/* ---------- triggers ---------- */

.triggers { margin: 0 0 28px; }
.triggers dt {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.015em;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.triggers dd {
  margin: 8px 0 22px;
  color: #555;
}
.alarm {
  margin: 0;
  padding: 18px 20px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 17px;
  font-weight: 600;
}

/* ---------- conditions ---------- */

.chips {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chips li {
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--light);
  border: 1px solid var(--line);
  font-size: 17px;
  font-weight: 500;
}

/* ---------- qualify and steps ---------- */

.qual, .steps { list-style: none; margin: 0 0 34px; padding: 0; }
.qual li, .steps li {
  display: flex;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
}
.qual li:last-child, .steps li:last-child { border-bottom: 1px solid var(--line); }
.qual p, .steps p { margin: 0; color: #555; }
.q-num, .s-num {
  flex: none;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--grad);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 19px;
}

.nots { margin: 0 0 26px; padding-left: 24px; }
.nots li { margin-bottom: 14px; color: #555; }

.inline-cta {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.cta-line {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 18px;
}

/* ---------- doctors ---------- */

.doctors {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  align-items: center;
}

/* ---------- image placeholders ---------- */

.ph { margin: 0; }
.ph-box {
  background: var(--light);
  border: 2px dashed #CFCFCF;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  padding: 24px;
}
.ph-wide .ph-box { aspect-ratio: 16 / 9; border-radius: 0; border-left: 0; border-right: 0; }
.ph-tall .ph-box { aspect-ratio: 4 / 5; }
.ph-tag {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red-deep);
}
.ph-desc { font-size: 17px; font-weight: 500; max-width: 34ch; }
.ph-size { font-size: 14px; color: var(--gray); }

/* ---------- faq ---------- */

.faq h3 {
  margin: 0 0 8px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 21px;
}
.faq p { margin: 0 0 24px; color: #555; }
.faq p:last-child { margin-bottom: 0; padding-bottom: 4px; }

/* ---------- cost ---------- */

.cost .zero {
  margin: 8px 0 0;
  font-size: clamp(96px, 30vw, 190px);
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: -0.05em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.zero-cap {
  margin: 6px 0 26px;
  font-size: 20px;
  font-weight: 600;
  color: var(--gray);
  letter-spacing: 0.02em;
}

/* ---------- close ---------- */

.close {
  background: var(--grad);
  color: #fff;
  padding: 66px 0 72px;
}
.close h2 { margin-bottom: 16px; }
.close-lede {
  font-size: 20px;
  max-width: 560px;
  margin: 0 auto 32px;
}
.close-note { margin: 22px 0 0; font-size: 18px; font-weight: 600; }

/* ---------- footer ---------- */

.foot {
  padding: 44px 0 40px;
  border-top: 1px solid var(--line);
}
.foot-logo { height: 26px; color: var(--ink); margin-bottom: 16px; }
.foot-brand { margin: 0 0 4px; font-size: 18px; }
.foot-brand strong { font-weight: 600; }
.foot-call { margin: 0 0 22px; }
.foot-call a {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: var(--red-deep);
}
.fine {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--gray-text);
}
.fine:last-child { margin-bottom: 0; }

/* ---------- sticky call bar ---------- */

.sticky-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 50;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
}
.sticky-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 62px;
  border-radius: 14px;
  background: var(--grad);
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.sticky-bar .call-ico { width: 26px; height: 26px; }

/* ---------- larger screens ---------- */

@media (min-width: 620px) {
  body { padding-bottom: 0; }
  .sticky-bar { display: none; }
  .top-call { display: inline-flex; }
  .logo { height: 32px; }
  .cards { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .weeks { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .sec { padding: 76px 0; }
  .hero { padding: 76px 0 80px; }
  .ph-wide .ph-box { aspect-ratio: 21 / 9; }
}

@media (min-width: 900px) {
  :root { --pad: 32px; }
  .cards { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .doctors { grid-template-columns: 1.15fr 1fr; gap: 46px; }
  .sec { padding: 92px 0; }
  .hero { padding: 96px 0 100px; }
  .weeks { grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .weeks li { padding: 26px 22px; }
}
