/* Consent Leads — conversion-first design system
   White background, near-black ink, single orange accent.
   One font: Inter. */

:root {
  --bg: #FFFFFF;
  --bg-soft: #F7F7F5;
  --bg-dark: #0F0F0E;
  --ink: #0F0F0E;
  --ink-2: #4A4A48;
  --ink-3: #6B6B68;
  --line: rgba(15, 15, 14, 0.08);
  --line-strong: rgba(15, 15, 14, 0.16);
  --accent: #FF5C00;
  --accent-hover: #E04F00;
  --accent-soft: #FFF1E8;
  --green: #0E7C4A;
  --shadow-sm: 0 1px 2px rgba(15, 15, 14, 0.04);
  --shadow-md: 0 4px 16px rgba(15, 15, 14, 0.06);
  --shadow-lg: 0 16px 40px rgba(15, 15, 14, 0.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-feature-settings: 'ss01', 'cv11';
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; transition: color 0.15s ease; }
img { max-width: 100%; display: block; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 760px; margin: 0 auto; padding: 0 24px; }
section { padding: 96px 0; }
@media (max-width: 700px) {
  .container, .narrow { padding: 0 20px; }
  section { padding: 64px 0; }
}

/* Nav */
.nav {
  padding: 18px 0;
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 100;
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.logo .mark { color: var(--accent); }
.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
}
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  background: var(--ink);
  color: var(--bg) !important;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.15s ease;
}
.nav-cta:hover { background: var(--accent); }
@media (max-width: 720px) {
  .nav-links a:not(.nav-cta) { display: none; }
}

/* Hero */
.hero {
  padding: 96px 0 64px;
  background: var(--bg);
}
.eyebrow {
  display: inline-block;
  background: var(--accent-soft);
  color: var(--accent);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.hero h1 {
  font-size: clamp(40px, 5.6vw, 64px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  max-width: 18ch;
  margin-bottom: 24px;
  color: var(--ink);
}
.hero h1 .accent { color: var(--accent); }
.hero .lede {
  font-size: clamp(17px, 1.4vw, 20px);
  color: var(--ink-2);
  max-width: 56ch;
  margin-bottom: 36px;
  line-height: 1.55;
}

/* Buttons */
.btn-primary {
  background: var(--accent);
  color: white;
  padding: 16px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.15s ease, transform 0.1s ease;
  border: none;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 4px 14px rgba(255, 92, 0, 0.25);
}
.btn-primary:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 92, 0, 0.3);
}
.btn-secondary {
  color: var(--ink);
  padding: 16px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  border: 1.5px solid var(--line-strong);
  background: transparent;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.btn-secondary:hover {
  border-color: var(--ink);
  background: var(--bg-soft);
}
.btn-dark {
  background: var(--ink);
  color: var(--bg);
  padding: 16px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease;
}
.btn-dark:hover { background: var(--accent); }
.cta-row {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}
.cta-meta {
  margin-top: 16px;
  font-size: 14px;
  color: var(--ink-3);
}
.cta-meta strong { color: var(--ink); font-weight: 600; }

/* Trust bar / stats */
.trust-bar {
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 700px) { .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
.trust-item .num {
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 6px;
}
.trust-item .label {
  font-size: 13px;
  color: var(--ink-2);
}

/* Section heads */
.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.section-title {
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 16px;
  max-width: 22ch;
  color: var(--ink);
}
.section-lede {
  font-size: 17px;
  color: var(--ink-2);
  max-width: 56ch;
  margin-bottom: 56px;
  line-height: 1.55;
}

/* Service cards */
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .services { grid-template-columns: 1fr; } }
.service {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.service:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.service-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 14px;
}
.service h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.service p {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}
.service-price {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  padding-top: 16px;
  border-top: 1px solid var(--line);
  margin-bottom: 16px;
}
.service-price .num { color: var(--accent); }
.service-link {
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
}
.service-link:hover { color: var(--accent-hover); }

/* Process / how it works */
.process-bg { background: var(--bg-soft); }
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .process { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .process { grid-template-columns: 1fr; } }
.step {
  background: var(--bg);
  padding: 28px 24px;
  border-radius: 12px;
  border: 1px solid var(--line);
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--accent);
  color: white;
  border-radius: 50%;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}
.step h3 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.step p {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.55;
}

/* Why list */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; gap: 40px; } }
.why-list {
  list-style: none;
}
.why-list li {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 16px;
}
.why-list li:first-child { padding-top: 0; }
.why-list li:last-child { border-bottom: none; }
.check-box {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--accent-soft);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.check-box svg { width: 14px; height: 14px; stroke: var(--accent); }
.why-list strong {
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: -0.015em;
}
.why-list span {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.55;
}

/* Pull quote */
.pull-quote {
  background: var(--bg-dark);
  color: var(--bg);
  padding: 48px 40px;
  border-radius: 16px;
}
.pull-quote .q {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: -0.015em;
  margin-bottom: 24px;
}
.pull-quote .who {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}

/* CTA band */
.cta-band {
  background: var(--bg-dark);
  color: var(--bg);
  padding: 96px 0;
  text-align: center;
}
.cta-band h2 {
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  max-width: 22ch;
  margin: 0 auto 16px;
  color: var(--bg);
}
.cta-band h2 .accent { color: var(--accent); }
.cta-band .sub {
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  margin-bottom: 32px;
}

/* Footer */
footer {
  background: var(--bg-dark);
  color: rgba(255, 255, 255, 0.55);
  padding: 56px 0 32px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 700px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
.foot-col h5 {
  color: var(--bg);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.foot-col ul { list-style: none; }
.foot-col li { margin-bottom: 10px; }
.foot-col a:hover { color: var(--bg); }
.foot-col p { max-width: 32ch; line-height: 1.55; }
.foot-base {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 13px;
}
.foot-base .logo { color: var(--bg); }

/* Pricing tiers */
.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .tiers { grid-template-columns: 1fr; } }
.tier {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.tier:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-md);
}
.tier.featured {
  border: 2px solid var(--accent);
  position: relative;
  background: var(--bg);
}
.tier.featured::before {
  content: 'Most popular';
  position: absolute;
  top: -12px;
  left: 24px;
  background: var(--accent);
  color: white;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tier-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 14px;
}
.tier h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.tier-blurb {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.tier-price {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  margin-bottom: 24px;
}
.tier-price .big {
  font-size: 32px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1;
}
.tier-price .unit {
  font-size: 13px;
  color: var(--ink-2);
  margin-top: 6px;
}
.tier-features {
  list-style: none;
  margin-bottom: 28px;
  flex-grow: 1;
}
.tier-features li {
  padding: 10px 0;
  font-size: 14px;
  color: var(--ink-2);
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--line);
}
.tier-features li:last-child { border-bottom: none; }
.tier-features .check {
  color: var(--accent);
  font-weight: 700;
  flex-shrink: 0;
}
.tier-cta {
  background: var(--accent);
  color: white !important;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  transition: background 0.15s ease;
}
.tier-cta:hover { background: var(--accent-hover); }
.tier-cta.alt {
  background: var(--bg);
  color: var(--ink) !important;
  border: 1.5px solid var(--line-strong);
}
.tier-cta.alt:hover { border-color: var(--ink); background: var(--bg-soft); }

/* Add-ons */
.addons {
  background: var(--bg-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.addon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 700px) { .addon-grid { grid-template-columns: 1fr; } }
.addon {
  background: var(--bg);
  padding: 22px;
  border-radius: 10px;
  border: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.addon-name { font-weight: 600; font-size: 16px; }
.addon-desc { color: var(--ink-2); font-size: 14px; margin-top: 4px; }
.addon-price {
  color: var(--accent);
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
}

/* Terms strip */
.terms-strip {
  background: var(--bg-dark);
  color: var(--bg);
}
.terms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 700px) { .terms-grid { grid-template-columns: 1fr; gap: 24px; } }
.term h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--accent);
  letter-spacing: -0.01em;
}
.term p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.55;
}

/* FAQ */
details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
details summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: -0.01em;
  gap: 24px;
}
details summary::-webkit-details-marker { display: none; }
details summary::after {
  content: '+';
  color: var(--accent);
  font-size: 24px;
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
details[open] summary::after { transform: rotate(45deg); }
details p {
  color: var(--ink-2);
  font-size: 15px;
  margin-top: 12px;
  line-height: 1.6;
  max-width: 60ch;
}

/* Page head */
.page-head {
  padding: 80px 0 48px;
  background: var(--bg);
}
.page-head h1 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin-bottom: 20px;
  max-width: 18ch;
}
.page-head h1 .accent { color: var(--accent); }
.page-head .lede {
  font-size: 19px;
  color: var(--ink-2);
  max-width: 60ch;
  line-height: 1.55;
}

/* Pills (clinics page) */
.pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.pill {
  background: var(--bg);
  border: 1px solid var(--line-strong);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pill .dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; }

/* Math band */
.math-band {
  background: var(--bg-dark);
  color: var(--bg);
  padding: 56px 0;
}
.math-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
}
@media (max-width: 700px) { .math-grid { grid-template-columns: 1fr; gap: 24px; } }
.math-num {
  font-size: 36px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 8px;
}
.math-label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
}
.math-foot {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  margin-top: 32px;
}

/* Capabilities */
.caps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .caps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .caps { grid-template-columns: 1fr; } }
.cap {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 28px 24px;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.cap:hover { border-color: var(--accent); transform: translateY(-2px); }
.cap-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--accent-soft);
  color: var(--accent);
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 14px;
}
.cap h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.cap p {
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.55;
}

/* Timeline */
.timeline {
  position: relative;
  padding-left: 48px;
  max-width: 720px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: var(--line);
}
.t-item {
  position: relative;
  padding: 12px 0 28px;
}
.t-item::before {
  content: '';
  position: absolute;
  left: -42px;
  top: 22px;
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--bg);
}
.t-item .t-day {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.t-item h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.t-item p {
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.55;
  max-width: 56ch;
}

/* Offer card */
.offer-card {
  background: var(--bg-dark);
  color: var(--bg);
  padding: 48px 40px;
  border-radius: 16px;
  max-width: 720px;
  margin: 0 auto;
}
.offer-card .label {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.offer-card h2 {
  font-size: clamp(28px, 3.6vw, 38px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 24px;
}
.offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 24px 0;
  margin-bottom: 24px;
}
@media (max-width: 600px) { .offer-grid { grid-template-columns: 1fr; gap: 16px; } }
.offer-line .big {
  font-size: 32px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.02em;
  line-height: 1;
}
.offer-line .unit {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
}
.offer-terms {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 24px;
}
.offer-terms strong { color: var(--bg); font-weight: 600; }
.offer-card .btn-primary {
  background: var(--accent);
  width: 100%;
  justify-content: center;
}
