/* =========================================================================
   ShivTirth Janadhar - public site design system
   Healthcare palette: deep teal primary, warm green accent, neutral surface.
   Typography supports Latin + Devanagari.
   ========================================================================= */

:root {
  --st-primary:        #d50a14;
  --st-primary-dark:   #a50810;
  --st-primary-light:  #fdecec;
  --st-accent:         #fc7300;
  --st-accent-light:   #fff1e3;
  --st-danger:         #b42318;
  --st-warn:           #b25e09;
  --st-warn-light:     #fdf3e6;
  --st-info:           #175cd3;

  --st-bg:             #fff9f4;
  --st-surface:        #ffffff;
  --st-border:         #efe1d7;
  --st-border-strong:  #dcc7b8;

  --st-text:           #1f2933;
  --st-text-soft:      #52606d;
  --st-text-faint:     #7b8794;

  /* Saffron family, sampled from the logo arch (#FC7300) */
  --st-saffron:        #fc7300;
  --st-saffron-dark:   #c85400;
  --st-saffron-light:  #fff1e3;
  --st-brand-red:      #d50a14;
  --st-brand-red-deep: #a50810;

  --st-radius:         12px;
  --st-radius-sm:      8px;
  --st-shadow:         0 1px 2px rgba(16,24,40,.05), 0 4px 12px rgba(16,24,40,.05);
  --st-shadow-lg:      0 8px 28px rgba(16,24,40,.10);

  --st-font: "Inter", "Noto Sans Devanagari", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.lang-mr {
  --st-font: "Noto Sans Devanagari", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

* { -webkit-tap-highlight-color: rgba(213,10,20,.15); }

.st-body {
  font-family: var(--st-font);
  background: var(--st-bg);
  color: var(--st-text);
  font-size: 1rem;
  line-height: 1.65;
  padding-bottom: 0;
}
.lang-mr .st-body, .lang-mr p, .lang-mr li { line-height: 1.8; }

h1, h2, h3, h4, h5 { font-weight: 700; color: #2a1008; letter-spacing: -0.01em; }
h1 { font-size: clamp(1.6rem, 4.2vw, 2.5rem); }
h2 { font-size: clamp(1.35rem, 3vw, 1.9rem); }
h3 { font-size: 1.15rem; }

a { color: var(--st-primary); text-underline-offset: 3px; }
a:hover { color: var(--st-primary-dark); }

/* Visible focus everywhere - never rely on the browser default alone. */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, [tabindex]:focus-visible, .form-check-input:focus-visible {
  outline: 3px solid #d50a14;
  outline-offset: 2px;
  border-radius: 4px;
}

.st-skip {
  position: absolute; left: -9999px; top: 0; z-index: 2000;
  background: var(--st-primary); color: #fff; padding: .75rem 1.25rem;
  border-radius: 0 0 var(--st-radius-sm) 0; font-weight: 600;
}
.st-skip:focus { left: 0; color: #fff; }

/* ---------- Top bar ---------- */
.st-topbar {
  background: var(--st-primary-dark); color: #ffe7d6;
  font-size: .8125rem; padding: .4rem 0;
}
.st-topbar__trust { max-width: 62ch; }
.st-topbar__link, .st-lang__btn { color: #ffffff; text-decoration: none; font-weight: 600; white-space: nowrap; }
.st-topbar__link:hover, .st-lang__btn:hover { color: #ffffff; text-decoration: underline; }
.st-lang { display: inline-flex; gap: .4rem; align-items: center; color: #f0a877; }
.st-lang__btn.is-active { text-decoration: underline; text-decoration-thickness: 2px; }

/* ---------- Header ---------- */
.st-header { background: var(--st-surface); border-bottom: 1px solid var(--st-border); position: sticky; top: 0; z-index: 1030; }
.st-brand { display: flex; align-items: center; gap: .65rem; padding: .35rem 0; }
.st-brand__mark {
  width: 42px; height: 42px; flex: 0 0 42px; border-radius: 11px;
  background: linear-gradient(135deg, var(--st-primary), var(--st-accent));
  color: #fff; display: grid; place-items: center; font-size: 1.25rem;
}
.st-brand__text { display: flex; flex-direction: column; line-height: 1.2; }
.st-brand__name { font-weight: 700; font-size: 1.05rem; color: #2a1008; }
.st-brand__sub { font-size: .72rem; color: var(--st-text-faint); max-width: 30ch; }

.navbar-nav .nav-link {
  color: var(--st-text); font-weight: 500; font-size: .93rem;
  padding: .55rem .7rem; border-radius: var(--st-radius-sm);
}
.navbar-nav .nav-link:hover { background: var(--st-primary-light); color: var(--st-primary-dark); }
.navbar-nav .nav-link.active { color: var(--st-primary-dark); font-weight: 700; background: var(--st-primary-light); }

.st-btn-primary {
  background: var(--st-primary); color: #fff; font-weight: 600;
  border: 1px solid var(--st-primary); border-radius: var(--st-radius-sm);
  padding: .6rem 1.1rem; min-height: 44px; display: inline-flex; align-items: center; gap: .5rem;
}
.st-btn-primary:hover, .st-btn-primary:focus { background: var(--st-primary-dark); border-color: var(--st-primary-dark); color: #fff; }
.st-btn-outline {
  background: #fff; color: var(--st-primary-dark); font-weight: 600;
  border: 1.5px solid var(--st-primary); border-radius: var(--st-radius-sm);
  padding: .6rem 1.1rem; min-height: 44px; display: inline-flex; align-items: center; gap: .5rem;
}
.st-btn-outline:hover { background: var(--st-primary-light); color: var(--st-primary-dark); }
.st-btn-ghost {
  background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.6);
  border-radius: var(--st-radius-sm); padding: .6rem 1.1rem; min-height: 44px;
  display: inline-flex; align-items: center; gap: .5rem; font-weight: 600;
}
.st-btn-ghost:hover { background: rgba(255,255,255,.14); color: #fff; }

/* ---------- Hero ---------- */
.st-hero {
  background: linear-gradient(150deg, #fc7300 0%, #e33210 42%, #b00812 100%);
  color: #fff; padding: 2.25rem 0 2.75rem;
  position: relative; overflow: hidden;
}
.st-hero::after {                     /* subtle arch echoing the logo outline */
  content: ""; position: absolute; right: -80px; top: -60px;
  width: 320px; height: 320px; border: 26px solid rgba(255,255,255,.09);
  border-radius: 46% 46% 12% 12%; pointer-events: none;
}
@media (min-width: 992px) { .st-hero { padding: 3rem 0 3.5rem; } }
.st-hero h1 { color: #fff; margin-bottom: .9rem; }
.st-hero__lead { font-size: clamp(1rem, 2.2vw, 1.15rem); color: #ffe7d6; max-width: 60ch; }
.st-hero__badge {
  display: inline-flex; align-items: center; gap: .45rem;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px; padding: .35rem .9rem; font-size: .85rem; font-weight: 600; margin-bottom: 1rem;
}
.st-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.st-hero__note {
  margin-top: 1.75rem; padding: .9rem 1.1rem; border-radius: var(--st-radius-sm);
  background: rgba(0,0,0,.18); border-left: 4px solid #ffc98a; font-size: .875rem; color: #e4f2f2;
}

/* ---------- Sections & cards ---------- */
.st-section { padding: 3rem 0; }
.st-section--alt { background: #fdf3ec; }
.st-section__head { max-width: 68ch; margin-bottom: 1.75rem; }
.st-section__head p { color: var(--st-text-soft); margin-bottom: 0; }
.st-eyebrow {
  text-transform: uppercase; letter-spacing: .08em; font-size: .75rem;
  font-weight: 700; color: var(--st-accent); margin-bottom: .35rem;
}

.st-card {
  background: var(--st-surface); border: 1px solid var(--st-border);
  border-radius: var(--st-radius); padding: 1.35rem; height: 100%; box-shadow: var(--st-shadow);
}
.st-card--link { transition: transform .15s ease, box-shadow .15s ease; text-decoration: none; color: inherit; display: block; }
.st-card--link:hover { transform: translateY(-2px); box-shadow: var(--st-shadow-lg); color: inherit; }
.st-card__icon {
  width: 46px; height: 46px; border-radius: 11px; display: grid; place-items: center;
  background: var(--st-primary-light); color: var(--st-primary-dark); font-size: 1.3rem; margin-bottom: .85rem;
}
.st-card__icon--accent { background: var(--st-accent-light); color: #a8500a; }
.st-card h3 { margin-bottom: .4rem; font-size: 1.05rem; }
.st-card p { color: var(--st-text-soft); margin-bottom: 0; font-size: .94rem; }

.st-steps { counter-reset: step; display: grid; gap: 1rem; }
@media (min-width: 768px) { .st-steps { grid-template-columns: repeat(3, 1fr); } }
.st-step {
  background: #fff; border: 1px solid var(--st-border); border-radius: var(--st-radius);
  padding: 1.15rem 1.15rem 1.15rem 3.4rem; position: relative;
}
.st-step::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 1rem; top: 1.15rem;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--st-primary); color: #fff;
  display: grid; place-items: center; font-weight: 700; font-size: .9rem;
}
.st-step h3 { font-size: .98rem; margin-bottom: .25rem; }
.st-step p { font-size: .9rem; color: var(--st-text-soft); margin-bottom: 0; }

.st-note {
  border-left: 4px solid var(--st-warn); background: var(--st-warn-light);
  padding: 1rem 1.15rem; border-radius: 0 var(--st-radius-sm) var(--st-radius-sm) 0;
  font-size: .92rem; color: #6b3d05;
}
.st-note--info { border-left-color: var(--st-info); background: #eef4ff; color: #12408f; }
.st-note--ok   { border-left-color: var(--st-accent); background: var(--st-accent-light); color: #a8500a; }

.st-list-check { list-style: none; padding-left: 0; margin: 0; }
.st-list-check li { position: relative; padding-left: 1.85rem; margin-bottom: .6rem; }
.st-list-check li::before {
  content: "\F26E"; font-family: "bootstrap-icons"; position: absolute; left: 0; top: 0;
  color: var(--st-accent); font-size: 1.05rem;
}

/* ---------- Forms ---------- */
.st-form-card {
  background: #fff; border: 1px solid var(--st-border);
  border-radius: var(--st-radius); box-shadow: var(--st-shadow); padding: 1.5rem;
}
@media (min-width: 768px) { .st-form-card { padding: 2rem; } }

.form-label { font-weight: 600; font-size: .92rem; margin-bottom: .3rem; color: #223; }
.form-label .req { color: var(--st-danger); }
.form-text { font-size: .82rem; color: var(--st-text-faint); }
.form-control, .form-select {
  min-height: 48px; border-radius: var(--st-radius-sm);
  border: 1.5px solid var(--st-border-strong); font-size: 1rem; padding: .6rem .8rem;
}
textarea.form-control { min-height: 110px; }
.form-control:focus, .form-select:focus {
  border-color: var(--st-primary); box-shadow: 0 0 0 3px rgba(213,10,20,.15);
}
.form-control.is-invalid, .form-select.is-invalid { border-color: var(--st-danger); }
.invalid-feedback { font-size: .84rem; font-weight: 500; }
.form-check-input { width: 1.25rem; height: 1.25rem; margin-top: .18rem; }
.form-check-label { font-size: .95rem; }

.st-radio-grid { display: grid; gap: .6rem; }
@media (min-width: 576px) { .st-radio-grid--2 { grid-template-columns: 1fr 1fr; } }
.st-radio {
  display: flex; align-items: flex-start; gap: .65rem;
  border: 1.5px solid var(--st-border-strong); border-radius: var(--st-radius-sm);
  padding: .75rem .9rem; cursor: pointer; background: #fff; min-height: 52px;
}
.st-radio:hover { border-color: var(--st-primary); background: var(--st-primary-light); }
.st-radio input:checked ~ .st-radio__text { font-weight: 700; color: var(--st-primary-dark); }
.st-radio:has(input:checked) { border-color: var(--st-primary); background: var(--st-primary-light); }
.st-radio__text small { display: block; font-weight: 400; color: var(--st-text-soft); font-size: .82rem; }

.st-progress { display: flex; gap: .4rem; margin-bottom: 1.5rem; }
.st-progress__seg { flex: 1; height: 6px; border-radius: 3px; background: var(--st-border); }
.st-progress__seg.is-done { background: var(--st-primary); }
.st-fieldset { border: 0; padding: 0; margin: 0 0 1rem; }
.st-fieldset legend { font-size: 1.1rem; font-weight: 700; color: #2a1008; margin-bottom: 1rem; }

.st-consent {
  background: #fdf7f3; border: 1px solid var(--st-border);
  border-radius: var(--st-radius-sm); padding: 1.1rem;
}

/* ---------- Reference number ---------- */
.st-refbox {
  background: var(--st-primary-light); border: 2px dashed var(--st-primary);
  border-radius: var(--st-radius); padding: 1.25rem; text-align: center;
}
.st-refnum {
  font-size: clamp(1.4rem, 5vw, 2rem); font-weight: 800; letter-spacing: .06em;
  color: var(--st-primary-dark); font-family: "Inter", monospace;
}

/* ---------- Status badges (colour + text, never colour alone) ---------- */
.st-badge {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .2rem .6rem; border-radius: 999px;
  font-size: .78rem; font-weight: 700; border: 1px solid transparent; white-space: nowrap;
}
.st-badge::before { content: "\F287"; font-family: "bootstrap-icons"; font-size: .7rem; }
.st-badge--new      { background: #eef4ff; color: #12408f; border-color: #c7d9fb; }
.st-badge--info     { background: #eef4ff; color: #12408f; border-color: #c7d9fb; }
.st-badge--warn     { background: var(--st-warn-light); color: #6b3d05; border-color: #f3d6a8; }
.st-badge--warn::before     { content: "\F33A"; }
.st-badge--ok       { background: var(--st-accent-light); color: #a8500a; border-color: #ffd7ae; }
.st-badge--ok::before       { content: "\F26E"; }
.st-badge--progress { background: #fdeee6; color: #a50810; border-color: #f7cfae; }
.st-badge--progress::before { content: "\F130"; }
.st-badge--bad      { background: #fdecea; color: #8e1c12; border-color: #f5c3bd; }
.st-badge--bad::before      { content: "\F623"; }
.st-badge--muted    { background: #eef1f4; color: #4b5763; border-color: #d6dde4; }
.st-badge--muted::before    { content: "\F62A"; }

/* ---------- Timeline ---------- */
.st-timeline { list-style: none; padding-left: 0; margin: 0; position: relative; }
.st-timeline::before { content: ""; position: absolute; left: 11px; top: 6px; bottom: 6px; width: 2px; background: var(--st-border); }
.st-timeline li { position: relative; padding-left: 2.25rem; padding-bottom: 1.1rem; }
.st-timeline li::before {
  content: ""; position: absolute; left: 5px; top: 6px; width: 14px; height: 14px;
  border-radius: 50%; background: #fff; border: 3px solid var(--st-primary);
}
.st-timeline li.is-current::before { background: var(--st-primary); }

/* ---------- FAQ ---------- */
.accordion-button { font-weight: 600; font-size: 1rem; }
.accordion-button:not(.collapsed) { background: var(--st-primary-light); color: var(--st-primary-dark); box-shadow: none; }
.accordion-button:focus { box-shadow: 0 0 0 3px rgba(213,10,20,.2); }

/* ---------- Footer ---------- */
.st-footer { background: #1c1310; color: #ece0d8; padding: 2.75rem 0 1rem; margin-top: 3rem; }
.st-footer__brand { font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: .6rem; }
.st-footer__text { font-size: .9rem; color: #d9c8bd; }
.st-footer__head { font-size: .82rem; text-transform: uppercase; letter-spacing: .07em; color: #f0a877; margin-bottom: .75rem; }
.st-footer__list { list-style: none; padding: 0; margin: 0; }
.st-footer__list li { margin-bottom: .45rem; font-size: .9rem; }
.st-footer__list a { color: #ffe7d6; text-decoration: none; }
.st-footer__list a:hover { color: #fff; text-decoration: underline; }
.st-footer__list--plain li { display: flex; gap: .5rem; align-items: flex-start; color: #d9c8bd; }
.st-footer__legal {
  margin-top: 2rem; padding: 1.1rem 1.25rem; background: rgba(0,0,0,.22);
  border-radius: var(--st-radius-sm); font-size: .82rem; color: #d9c8bd;
}
.st-footer__legal p { margin-bottom: .5rem; }
.st-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12); margin-top: 1.25rem; padding-top: 1rem;
  font-size: .85rem;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .75rem;
}
/* Staff shortcut: deliberately quiet so it never competes with the patient
   calls to action, but still a 44px tap target on a phone. */
.st-footer__staff {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .5rem .85rem; min-height: 44px;
  border: 1px solid rgba(255,255,255,.22); border-radius: 999px;
  background: rgba(255,255,255,.06); color: #f3e3d8;
  font-size: .82rem; font-weight: 600; text-decoration: none;
}
.st-footer__staff:hover,
.st-footer__staff:focus-visible { background: rgba(255,255,255,.16); color: #fff; }
.st-footer__staff-who {
  padding-left: .5rem; margin-left: .1rem;
  border-left: 1px solid rgba(255,255,255,.25);
  font-weight: 500; opacity: .85; max-width: 12ch;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* ---------- Mobile sticky CTA ---------- */
.st-sticky {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 1040;
  display: flex; background: #fff; border-top: 1px solid var(--st-border);
  box-shadow: 0 -2px 12px rgba(16,24,40,.10);
}
.st-sticky__btn {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .1rem; padding: .55rem .25rem; min-height: 58px;
  font-size: .72rem; font-weight: 600; color: var(--st-primary-dark); text-decoration: none;
}
.st-sticky__btn i { font-size: 1.15rem; }
.st-sticky__btn--primary { background: var(--st-primary); color: #fff; }
.st-sticky__btn--primary:hover, .st-sticky__btn--primary:focus { color: #fff; }
@media (max-width: 991.98px) { .st-body { padding-bottom: 62px; } }

/* ---------- Print ---------- */
@media print {
  .st-topbar, .st-header, .st-footer, .st-sticky, .st-no-print, .alert { display: none !important; }
  .st-body { background: #fff; padding: 0; }
  .st-form-card, .st-card { border: 1px solid #999; box-shadow: none; }
  a[href]::after { content: ""; }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}


/* =========================================================================
   Brand additions — logo header, helpline block, quick enquiry, sharing
   ========================================================================= */

/* ---------- Logo lockup in the header ---------- */
.st-brand__logo {
  height: 52px; width: auto; display: block; flex: 0 0 auto;
}
@media (min-width: 992px) { .st-brand__logo { height: 60px; } }
.st-brand { gap: .7rem; }
.st-brand__name { color: var(--st-brand-red); letter-spacing: -.01em; }
.st-brand__sub  { color: var(--st-saffron-dark); font-weight: 600; }

.st-header { border-bottom: 3px solid var(--st-saffron); }
.st-topbar { background: var(--st-brand-red-deep); color: #ffe3d5; }
.st-topbar__link:hover { color: #fff; }

/* ---------- Big helpline block ---------- */
.st-helpline {
  background: #fff; border: 2px solid var(--st-saffron);
  border-radius: var(--st-radius); padding: 1.1rem 1.25rem;
  display: flex; flex-wrap: wrap; align-items: center; gap: .75rem 1.25rem;
  box-shadow: 0 6px 20px rgba(213,10,20,.10);
}
.st-helpline__label {
  text-transform: uppercase; letter-spacing: .09em; font-size: .74rem;
  font-weight: 800; color: var(--st-saffron-dark); margin: 0;
}
.st-helpline__number {
  font-size: clamp(1.6rem, 7vw, 2.5rem); font-weight: 800; line-height: 1.05;
  color: var(--st-brand-red); text-decoration: none; letter-spacing: -.02em;
  display: block; font-variant-numeric: tabular-nums;
}
.st-helpline__number:hover { color: var(--st-brand-red-deep); }
.st-helpline__note { font-size: .84rem; color: var(--st-text-soft); margin: 0; }
.st-helpline--hero {
  background: rgba(0,0,0,.22); border-color: rgba(255,255,255,.45);
  box-shadow: none;
}
.st-helpline--hero .st-helpline__label { color: #ffd9bd; }
.st-helpline--hero .st-helpline__number { color: #fff; }
.st-helpline--hero .st-helpline__note { color: #ffe7d6; }

/* ---------- Quick enquiry card ---------- */
.st-quick {
  background: #fff; border: 2px solid var(--st-saffron);
  border-radius: 14px; box-shadow: 0 10px 30px rgba(176,8,18,.14);
  overflow: hidden;
}
.st-quick__head {
  background: linear-gradient(135deg, var(--st-saffron), var(--st-brand-red));
  color: #fff; padding: .9rem 1.15rem;
}
.st-quick__head h2 { color: #fff; font-size: 1.1rem; margin: 0; }
.st-quick__head p  { margin: .15rem 0 0; font-size: .84rem; color: #ffe7d6; }
.st-quick__body { padding: 1.15rem; }
.st-quick .form-control, .st-quick .form-select { min-height: 52px; font-size: 1.02rem; }
.st-quick .form-label { font-size: .88rem; margin-bottom: .25rem; }

.st-chipgrid { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.st-chip {
  position: relative; display: flex; align-items: center; justify-content: center;
  text-align: center; min-height: 58px; padding: .5rem .4rem;
  border: 1.5px solid var(--st-border-strong); border-radius: 10px;
  font-size: .88rem; font-weight: 600; cursor: pointer; background: #fff;
  line-height: 1.2;
}
.st-chip input { position: absolute; opacity: 0; pointer-events: none; }
.st-chip:hover { border-color: var(--st-saffron); background: var(--st-saffron-light); }
.st-chip:has(input:checked) {
  border-color: var(--st-brand-red); background: var(--st-saffron-light);
  color: var(--st-brand-red-deep); box-shadow: inset 0 0 0 1px var(--st-brand-red);
}
.st-chip i { margin-right: .35rem; color: var(--st-saffron-dark); }
.st-chip:has(input:checked) i { color: var(--st-brand-red); }

.btn-whatsapp {
  background: #25D366; border: 1px solid #1da851; color: #073b23;
  font-weight: 700; border-radius: var(--st-radius-sm);
  min-height: 52px; display: inline-flex; align-items: center;
  justify-content: center; gap: .5rem; padding: .6rem 1.1rem; font-size: 1rem;
}
.btn-whatsapp:hover { background: #1da851; color: #fff; }

/* ---------- Share row ---------- */
.st-share { display: flex; flex-wrap: wrap; gap: .5rem; }
.st-share a {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .5rem .85rem; border-radius: 999px; font-size: .86rem;
  font-weight: 600; text-decoration: none; border: 1.5px solid var(--st-border-strong);
  color: var(--st-text); background: #fff; min-height: 44px;
}
.st-share a:hover { border-color: var(--st-saffron); background: var(--st-saffron-light); }
.st-share a.is-wa:hover { border-color: #25D366; background: #e8f9ef; }

/* ---------- Mobile refinements ---------- */
.st-sticky { border-top: 3px solid var(--st-saffron); }
.st-sticky__btn { color: var(--st-brand-red-deep); }
.st-sticky__btn--primary { background: var(--st-brand-red); }
.st-sticky__btn--wa { background: #25D366; color: #073b23; }
.st-sticky__btn--wa:hover, .st-sticky__btn--wa:focus { color: #073b23; }

@media (max-width: 575.98px) {
  .st-section { padding: 2rem 0; }
  h1 { font-size: 1.55rem; }
  h2 { font-size: 1.25rem; }
  .st-card { padding: 1.1rem; }
  .st-hero__actions .btn { width: 100%; justify-content: center; }
  .st-brand__sub { display: none; }
  .st-brand__logo { height: 44px; }
}

/* Anything tap-sized stays tap-sized. */
.btn, .nav-link, .st-share a, .form-check-label { touch-action: manipulation; }

@media print { .st-quick, .st-share, .st-helpline--hero { display: none !important; } }

.st-footer__share { margin-top: 1.75rem; }
.st-footer__share .st-share a {
  background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); color: #f3e3d8;
}
.st-footer__share .st-share a:hover { background: rgba(255,255,255,.16); color: #fff; }

/* ---------------------------------------------------------------------------
   The quick-enquiry card is rendered inside .st-hero, which sets color:#fff.
   Its body must never inherit that, or the labels and unselected chips render
   white-on-white. Only the gradient header keeps white text.
   --------------------------------------------------------------------------- */
.st-quick__body                    { color: var(--st-text); }
.st-quick__body .form-label        { color: #223; }
.st-quick__body .form-check-label  { color: var(--st-text); }
.st-quick__body .form-text         { color: var(--st-text-faint); }
.st-quick__body .text-body-secondary { color: var(--st-text-soft) !important; }
.st-chip                           { color: var(--st-text); }
.st-chip span                      { color: inherit; }
.st-chip:has(input:checked)        { color: var(--st-brand-red-deep); }
