/* VaidTrack.com treatment pages - editorial layout
   Brand palette: primary blue, medical green (WhatsApp/success only) */
:root {
  --primary: #0F4C81;
  --primary-dark: #0B3A61;
  --primary-light: #3A6F9A;
  --success: #16A34A;
  --success-hover: #15803D;
  --background: #FFFFFF;
  --section-bg: #F8FAFC;
  --border: #E2E8F0;
  --text: #1E293B;
  --text-light: #64748B;

  --bg: #FFFFFF;
  --bg-alt: #F8FAFC;
  --ink: #1E293B;
  --deep: #0F4C81;
  --deep-light: #3A6F9A;
  --deep-dark: #0B3A61;
  --secondary: #0B3A61;
  --accent: #0F4C81;
  --accent-dark: #0B3A61;
  --accent-soft: #E8F0F6;
  --gold: #0F4C81;
  --cta: #0F4C81;
  --cta-hover: #0B3A61;
  --muted: #64748B;
  --line: #E2E8F0;
  --white: #FFFFFF;
  --wa: #16A34A;
  --wa-hover: #15803D;
  --header-h: 72px;
  --max: 1120px;
  --font: "Inter", "Segoe UI", system-ui, sans-serif;
  --mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Women's cancer pages share primary brand (no alternate palette) */
body.tx-theme-women {
  --accent: #0F4C81;
  --accent-dark: #0B3A61;
  --accent-soft: #E8F0F6;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 7.5rem;
}
h1, h2, h3 {
  font-family: var(--font);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--secondary);
  margin: 0;
}
p { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
ul { margin: 0; padding: 0; }
.mono { font-family: var(--mono); }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--deep), var(--accent));
  z-index: 1000;
}

/* Top bar */
.topbar {
  background: var(--secondary);
  color: var(--bg-alt);
  font-size: 13px;
  padding: 9px 16px;
  text-align: center;
}
.topbar b { color: var(--white); }
.topbar a {
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.4);
  font-weight: 600;
}

/* Header - home teal bar */
.tp-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--deep);
  box-shadow: 0 4px 12px rgba(2, 59, 68, 0.18);
  height: var(--header-h);
  display: flex; align-items: center;
}
.tp-header .nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; width: min(100% - 2rem, var(--max)); margin-inline: auto;
}
.tp-logo { display: inline-flex; align-items: center; flex-shrink: 1; min-width: 0; max-width: min(58%, 13.2rem); }
.tp-logo img {
  height: 34px; width: auto; max-width: 12.4rem;
  object-fit: contain; object-position: left center;
}
.tp-nav { display: none; gap: 1.5rem; }
.tp-nav a { color: rgba(255,255,255,.9); font-size: 0.875rem; font-weight: 500; }
.tp-nav a:hover { color: var(--white); }
.navcta { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
@media (min-width: 900px) {
  .tp-nav { display: flex; }
  .tp-logo { max-width: 13.2rem; flex-shrink: 0; }
  .tp-logo img { height: 35px; max-width: 12.8rem; }
}
@media (max-width: 899px) {
  .tp-logo { max-width: calc(100% - 7.5rem); }
  .tp-logo img {
    height: auto;
    width: min(100%, 10rem);
    max-height: 29px;
    max-width: 100%;
  }
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: 6px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  border: 1px solid transparent; white-space: nowrap;
  transition: background .2s, color .2s, border-color .2s;
}
.btn-primary { background: var(--accent); color: var(--white); }
.btn-primary:hover { background: var(--accent-dark); color: var(--white); }
.btn-outline {
  border-color: rgba(255,255,255,.55); color: var(--white); background: transparent;
}
.btn-outline:hover { background: rgba(255,255,255,.12); color: var(--white); }
.btn-outline-dark {
  border-color: var(--deep); color: var(--deep); background: transparent;
}
.btn-outline-dark:hover { background: var(--deep); color: var(--white); }
.btn-wa { background: var(--wa); color: var(--white); border: none; }
.btn-wa:hover { background: var(--wa-hover); color: var(--white); }
.btn-sm { padding: 9px 14px; font-size: 13px; }
.btn-block { width: 100%; }
.btn:disabled { opacity: .65; cursor: wait; }

/* Hero */
.hero { padding: 48px 0 40px; border-bottom: 1px solid var(--line); }
.hero-grid {
  display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start;
}
.hero-copy { min-width: 0; }
.eyebrow {
  font-size: 13px; font-weight: 600; letter-spacing: .06em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 16px; display: flex; align-items: center; gap: 8px;
}
.eyebrow::before { content: ""; width: 18px; height: 1px; background: var(--accent); }
.hero h1 {
  font-size: clamp(1.85rem, 5vw, 2.75rem);
  line-height: 1.1; margin-bottom: 20px; color: var(--secondary);
}
.hero h1 em { font-style: italic; font-weight: 600; color: var(--accent); }
.hero-sub {
  font-size: 1.05rem; color: var(--muted); max-width: 480px; margin-bottom: 28px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 0; }
.hero-ctas .btn-outline-dark { border-color: var(--deep); color: var(--deep); }
.hero-overview {
  min-width: 0;
  padding-top: 0.5rem;
  border-top: 1px solid var(--line);
}
.hero-overview .sechead { margin-bottom: 1.25rem; }
.hero-overview .overview-grid { gap: 12px; }
.hero-overview .overview-card { padding: 1rem 1.1rem; }
@media (min-width: 960px) {
  .hero {
    padding-bottom: 56px;
    border-bottom: none;
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    grid-template-rows: auto auto;
    column-gap: 48px;
    row-gap: 2rem;
  }
  .hero-copy { grid-column: 1; grid-row: 1; }
  .formcard {
    grid-column: 2;
    grid-row: 1 / span 2;
    position: sticky;
    top: calc(var(--header-h) + 1rem);
  }
  .hero-overview {
    grid-column: 1;
    grid-row: 2;
    border-top: 1px solid var(--line);
    padding-top: 1.5rem;
  }
}

/* Form card */
.formcard {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 20px 40px -20px rgba(2, 59, 68, .18);
}
.formcard h3 { font-size: 1.2rem; margin-bottom: 4px; color: var(--secondary); }
.formcard .resp { font-size: 13px; color: var(--muted); margin-bottom: 18px; }
.formcard .resp b { color: var(--deep); font-weight: 600; }
.field { margin-bottom: 13px; }
.field label {
  display: block; font-size: 12.5px; font-weight: 600;
  color: var(--ink); margin-bottom: 5px;
}
.field input, .field select, .field textarea {
  width: 100%; padding: 11px 12px;
  border: 1px solid var(--line); border-radius: 6px;
  font-size: 14px; background: var(--bg-alt); color: var(--ink);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 2px solid var(--accent); outline-offset: 1px; border-color: var(--accent);
}
.formcard .submit { width: 100%; justify-content: center; padding: 13px; margin-top: 6px; }
.formnote { font-size: 11.5px; color: var(--muted); margin-top: 12px; text-align: center; }
.form-error { color: var(--primary); font-size: 13px; min-height: 1.2em; margin-top: 8px; }
.form-success { display: none; text-align: center; padding: 1rem 0; }
.form-success.is-visible { display: block; }
.form-success h4 { color: var(--deep); margin-bottom: 0.4rem; }
.form-fields.is-hidden { display: none; }

/* Sections */
.tp-section { padding: 64px 0; border-bottom: 1px solid var(--line); }
.kicker {
  font-size: 12.5px; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 10px;
}
.sechead { max-width: 640px; margin-bottom: 40px; }
.sechead h2 { font-size: clamp(1.5rem, 3vw, 2rem); line-height: 1.15; }
.sechead p { color: var(--muted); font-size: 1rem; margin-top: 12px; }

/* Facts strip */
.facts { background: var(--deep); border-bottom: none; padding: 0; }
.facts-grid { display: grid; grid-template-columns: 1fr 1fr; }
.fact {
  padding: 28px 20px;
  border-right: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.fact .num {
  font-family: var(--mono); font-size: 1.15rem;
  color: var(--accent-soft); margin-bottom: 6px;
}
.fact .lbl { font-size: 12.5px; color: var(--accent-soft); line-height: 1.4; }
@media (min-width: 900px) {
  .facts-grid { grid-template-columns: repeat(5, 1fr); }
  .fact { border-bottom: none; }
  .fact:last-child { border-right: none; }
}

/* Two col checklists */
.twocol { display: grid; grid-template-columns: 1fr; gap: 40px; }
.checklist { list-style: none; }
.checklist li {
  display: flex; gap: 12px; padding: 12px 0;
  border-top: 1px solid var(--line); font-size: 14.5px;
}
.checklist li:first-child { border-top: none; }
.checklist .mark {
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--bg-alt); color: var(--accent-dark);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; flex-shrink: 0; margin-top: 1px; font-weight: 700;
}
@media (min-width: 900px) { .twocol { grid-template-columns: 1fr 1fr; gap: 48px; } }

/* Overview cards */
.overview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.overview-card {
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1.25rem 1.35rem;
}
.overview-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  color: var(--secondary);
}
.overview-card p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}
@media (min-width: 720px) {
  .overview-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
}
.checklist-wide {
  max-width: 720px;
}
.diag-note {
  margin-top: 1.25rem;
  max-width: 720px;
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.65;
}

/* Symptoms + Diagnosis two columns */
.sym-dx { border-bottom: 1px solid var(--line); }
.sym-dx-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
.sym-dx-col .sechead { max-width: none; margin-bottom: 1.25rem; }
.sym-dx-col .checklist-wide,
.sym-dx-col .diag-note { max-width: none; }
@media (min-width: 900px) {
  .sym-dx-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem 3.5rem;
    align-items: start;
  }
}

/* Treatment options */
.optgrid {
  display: grid; grid-template-columns: 1fr;
  gap: 1px; background: var(--line); border: 1px solid var(--line);
}
.optcard { background: var(--white); padding: 28px 24px; }
.optcard .idx {
  font-family: var(--mono); font-size: 12px; color: var(--accent); margin-bottom: 14px;
}
.optcard h3 { font-size: 1.1rem; margin-bottom: 8px; color: var(--secondary); }
.optcard p { font-size: 14px; color: var(--muted); }
@media (min-width: 700px) { .optgrid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .optgrid { grid-template-columns: repeat(3, 1fr); } }

/* Why India */
.whygrid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.whycard {
  border: 1px solid var(--line); border-radius: 8px;
  padding: 24px; background: var(--white);
}
.whycard .ic {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--bg-alt); margin-bottom: 14px;
  display: flex; align-items: center; justify-content: center;
  color: var(--deep); font-weight: 700; font-size: 0.9rem;
}
.whycard h3 { font-size: 1rem; margin-bottom: 6px; }
.whycard p { font-size: 13.5px; color: var(--muted); }
@media (min-width: 640px) { .whygrid { grid-template-columns: 1fr 1fr; gap: 20px; } }
@media (min-width: 1000px) { .whygrid { grid-template-columns: repeat(3, 1fr); } }

/* Cost - minimal */
.cost-simple { max-width: 40rem; }
.cost-simple h2 {
  font-family: var(--mono);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  color: var(--deep);
  margin: 0.35rem 0 0.85rem;
  letter-spacing: -0.02em;
}
.cost-simple-lead {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}
.cost-simple-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  align-items: baseline;
  font-size: 0.95rem;
  color: var(--ink);
  padding: 0.85rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.cost-simple-row strong { color: var(--secondary); font-weight: 600; }
.cost-simple-sep { color: var(--muted); }
.cost-simple-note {
  margin: 0.85rem 0 0;
  font-size: 12.5px;
  color: var(--muted);
}

/* Doctors */
.docgrid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.doccard {
  border: 1px solid var(--line);
  border-bottom: 3px solid var(--deep);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 80%;
  max-width: 80%;
  margin-inline: auto;
  box-shadow: 0 1px 0 rgba(9, 120, 149, 0.04);
}
.doccard .avatar { display: none; }
.doccard .info {
  padding: 20px 18px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  width: 100%;
}
.doccard h3 { font-size: 1rem; margin-bottom: 3px; }
.doccard .role {
  font-size: 13px; color: var(--accent-dark); font-weight: 600; margin-bottom: 10px;
}
.doccard .meta { font-size: 12.5px; color: var(--muted); line-height: 1.6; margin-bottom: 14px; flex: 1; }
.doccard .link {
  font-size: 13px; font-weight: 600; color: var(--deep);
  border-bottom: 1px solid var(--deep); align-self: center;
}
.doccard .link:hover { color: var(--accent); border-color: var(--accent); }
@media (max-width: 639px) {
  .docgrid { gap: 10px; }
  .doccard {
    border-bottom-width: 2px;
    border-radius: 6px;
  }
  .doccard .info { padding: 14px 12px 16px; }
  .doccard h3 { font-size: 0.875rem; margin-bottom: 2px; }
  .doccard .role { font-size: 11.5px; margin-bottom: 6px; }
  .doccard .meta { font-size: 11.5px; margin-bottom: 8px; line-height: 1.45; }
  .doccard .link { font-size: 12px; }
}
@media (min-width: 640px) { .docgrid { grid-template-columns: 1fr 1fr; gap: 20px; } }
@media (min-width: 900px) { .docgrid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1100px) { .docgrid { grid-template-columns: repeat(4, 1fr); gap: 16px; } }

/* Journey - horizontal timeline */
.timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  position: relative;
}
.tl-step {
  position: relative;
  padding: 0 0 0 1.35rem;
  border-left: 2px solid var(--line);
  margin-left: 7px;
}
.tl-step:last-child { border-left-color: transparent; padding-bottom: 0; }
.tl-node {
  position: absolute;
  left: -9px;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--accent);
  z-index: 1;
}
.tl-day {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 0.25rem;
}
.tl-step h3 {
  font-size: 0.95rem;
  margin: 0 0 0.3rem;
  color: var(--secondary);
}
.tl-step p {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.45;
  margin: 0;
}
@media (min-width: 900px) {
  .timeline {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    padding-top: 0.5rem;
  }
  .timeline::before {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    top: 11px;
    height: 2px;
    background: var(--line);
  }
  .tl-step {
    border-left: none;
    margin-left: 0;
    padding: 0 0.65rem 0 0;
    text-align: left;
  }
  .tl-step:last-child { padding-right: 0; }
  .tl-node {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 0.85rem;
  }
}

/* FAQ */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-trigger {
  width: 100%; padding: 20px 0; display: flex;
  justify-content: space-between; align-items: center; gap: 16px;
  cursor: pointer; font-size: 15.5px; font-weight: 600;
  color: var(--secondary); background: none; border: none; text-align: left;
}
.faq-trigger:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.faq-trigger .x {
  font-family: var(--mono); color: var(--accent); font-size: 18px;
  transition: transform .2s; flex-shrink: 0;
}
.faq-panel {
  max-height: 0; overflow: hidden; transition: max-height .25s ease;
}
.faq-panel p {
  font-size: 14.5px; color: var(--muted); padding-bottom: 20px; max-width: 640px;
}
.faq-item.open .faq-panel { max-height: 280px; }
.faq-item.open .x { transform: rotate(45deg); }

/* Final CTA */
.finalcta {
  background: var(--deep); color: var(--white); text-align: center;
  border-bottom: none; padding: 72px 0;
}
.finalcta h2 { color: var(--white); font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 14px; }
.finalcta p { color: var(--line); max-width: 480px; margin: 0 auto 28px; }
.finalcta .btn-primary { padding: 14px 28px; }

/* Footer */
.tp-footer {
  padding: 1.25rem 0 6.5rem;
  text-align: center;
  font-size: 12.5px;
  color: var(--muted);
  transition: opacity 0.2s ease;
}
.tp-footer.is-covered {
  opacity: 0;
  pointer-events: none;
}

/* Sticky bottom bar */
.sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: var(--secondary);
  border-top: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 -8px 28px rgba(2, 59, 68, .22);
  padding: 0.85rem 1rem 0.95rem;
}
.sticky-bar-panel {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.85rem 1.5rem;
}
.sticky-bar-copy {
  text-align: left;
  flex: 0 0 auto;
  max-width: none;
  padding: 0;
}
.sticky-bar-title {
  margin: 0;
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}
.sticky-bar-sub {
  margin: 0.2rem 0 0;
  color: rgba(255,255,255,.72);
  font-size: 0.875rem;
  line-height: 1.4;
  white-space: nowrap;
}
.sticky-bar-inner {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  flex: 0 0 auto;
}
.sticky-bar .btn {
  border-radius: 6px;
  padding: 0.7rem 0.9rem;
  font-size: 0.8125rem;
  flex: 0 0 auto;
  white-space: nowrap;
}
.sticky-bar .btn-help {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,.35);
}
.sticky-bar .btn-help:hover {
  background: rgba(255,255,255,.1);
  color: var(--white);
}
.sticky-bar .btn-plan {
  background: var(--accent);
  color: var(--white);
  border: none;
}
.sticky-bar .btn-plan:hover {
  background: var(--accent-dark);
  color: var(--white);
}
.sticky-bar .btn-wa-rect {
  background: var(--wa);
  color: var(--white);
  border: none;
  gap: 0.4rem;
}
.sticky-bar .btn-wa-rect:hover { background: var(--wa-hover); color: var(--white); }
.sticky-bar-legal {
  display: none;
  flex: 1 1 100%;
  width: 100%;
  text-align: center;
  font-size: 11.5px;
  line-height: 1.45;
  color: rgba(255,255,255,.62);
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255,255,255,.12);
}
.sticky-bar-legal a {
  color: rgba(255,255,255,.85);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sticky-bar.is-at-end .sticky-bar-legal { display: block; }
body.sticky-at-end { padding-bottom: 10.5rem; }
.sticky-bar .btn-plan-short { display: none; }
@media (min-width: 721px) {
  .sticky-bar .btn { padding: 0.75rem 1.15rem; font-size: 0.875rem; }
  .sticky-bar-inner { gap: 0.75rem; }
  .sticky-bar-title { font-size: 1.125rem; }
  .sticky-bar-sub { font-size: 0.9375rem; }
}
@media (max-width: 720px) {
  .sticky-bar {
    padding: 0.55rem 0.65rem 0.6rem;
  }
  .sticky-bar-panel {
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
  }
  .sticky-bar-copy {
    text-align: center;
    max-width: 100%;
    min-width: 0;
    flex: 1 1 auto;
  }
  .sticky-bar-title,
  .sticky-bar-sub {
    white-space: normal;
  }
  .sticky-bar-title { font-size: 0.8rem; line-height: 1.25; }
  .sticky-bar-sub { font-size: 0.68rem; margin-top: 0.15rem; line-height: 1.3; }
  .sticky-bar-inner {
    width: 90%;
    margin-inline: auto;
    gap: 0.35rem;
  }
  .sticky-bar .btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.55rem 0.4rem;
    font-size: 0.7rem;
    white-space: nowrap;
  }
  .sticky-bar .btn-plan-full { display: none; }
  .sticky-bar .btn-plan-short { display: inline; }
  .sticky-bar-legal {
    font-size: 10px;
    padding-top: 0.4rem;
  }
  body { padding-bottom: 8.5rem; }
  body.sticky-at-end { padding-bottom: 11rem; }
}
@media (max-width: 380px) {
  .sticky-bar-title { font-size: 0.74rem; }
  .sticky-bar-sub { font-size: 0.64rem; }
  .sticky-bar .btn { font-size: 0.65rem; padding: 0.5rem 0.3rem; }
}

.reveal { opacity: 0; transform: translateY(14px); transition: opacity .5s var(--ease), transform .5s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

.navcta .btn-primary {
  background: var(--white);
  color: var(--deep);
  border-color: var(--white);
}
.navcta .btn-primary:hover {
  background: rgba(255,255,255,.9);
  color: var(--deep-dark);
}
.navcta .navcta-short { display: none; }
@media (max-width: 899px) {
  .navcta .btn-outline { display: none; }
  .navcta .navcta-full { display: none; }
  .navcta .navcta-short { display: inline; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
