/* Heart and Vascular Care of Georgia — Atlanta landing page (v3)
   Self-hosted fonts only. No external requests. No inline styles (CSP style-src 'self'). */

@font-face { font-family: 'Inter'; src: url('/assets/fonts/inter-latin-wght-normal.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Source Serif 4'; src: url('/assets/fonts/source-serif-4-latin-opsz-normal.woff2') format('woff2'); font-weight: 200 900; font-style: normal; font-display: swap; }

:root {
  --red: #EB1E25; --red-deep: #B8141B; --red-button: #D9141B; --red-tint: #FDECEC;
  --ink: #2F2D2E; --navy: #12263A; --navy-2: #1B3A5C; --muted: #5C6B78;
  --paper: #FFFFFF; --mist: #F1F5F8; --sky: #E6EEF5; --line: #DFE6EC; --focus: #1D4ED8;
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --radius: 12px; --radius-lg: 20px; --gutter: 16px; --measure: 62ch;
  --shadow: 0 18px 50px rgba(18, 38, 58, 0.14), 0 1px 3px rgba(18, 38, 58, 0.08);
  --shadow-sm: 0 4px 14px rgba(18, 38, 58, 0.08);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
#request { scroll-margin-top: 16px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body { margin: 0; font-family: var(--font); font-size: 1rem; line-height: 1.55; color: var(--ink); background: var(--paper); font-optical-sizing: auto; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-underline-offset: 0.15em; }
a:hover { color: var(--red-deep); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 4px; }
.visit :focus-visible, .skip-link:focus-visible, .emergency :focus-visible { outline-color: #fff; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: var(--gutter); top: -100px; background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 6px; z-index: 100; }
.skip-link:focus { top: 8px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ico { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }
.wrap { width: min(100% - 2 * var(--gutter), 1200px); margin-inline: auto; }
@media (min-width: 640px) { :root { --gutter: 24px; } }

/* type */
.eyebrow { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red-deep); margin: 0 0 10px; }
.display { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.3rem, 1.3rem + 3.4vw, 3.9rem); line-height: 1.04; letter-spacing: -0.02em; margin: 0 0 16px; color: var(--navy); text-wrap: balance; }
.display em { font-style: italic; color: var(--red); }
.h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.2rem); line-height: 1.12; letter-spacing: -0.015em; margin: 0 0 12px; color: var(--navy); text-wrap: balance; }
.h2--small { font-size: 1.55rem; margin-bottom: 12px; }
.h3 { font-weight: 700; font-size: 1.0625rem; line-height: 1.3; margin: 0 0 6px; color: var(--navy); }
.lede { font-size: 1.12rem; line-height: 1.55; color: var(--ink); max-width: 34rem; margin: 0 0 18px; }
.muted { color: var(--muted); }
.tabular { font-variant-numeric: tabular-nums; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font: inherit; font-weight: 700; text-decoration: none; cursor: pointer; padding: 13px 20px; border-radius: 999px; border: 2px solid transparent; line-height: 1.2; transition: background-color 120ms ease, border-color 120ms ease, transform 120ms ease; }
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--red-button); color: #fff; box-shadow: 0 8px 20px rgba(217, 20, 27, 0.28); }
.btn--primary:hover { background: var(--red-deep); color: #fff; }
.btn--primary:disabled { background: #C9CED3; box-shadow: none; cursor: wait; }
.btn--outline { background: var(--paper); color: var(--navy); border-color: var(--navy); }
.btn--outline:hover { background: var(--navy); color: #fff; }
.btn--block { width: 100%; padding: 15px 20px; font-size: 1.0625rem; }

/* emergency + header */
.emergency { background: var(--navy); color: #fff; font-size: 0.88rem; padding: 8px var(--gutter); text-align: center; line-height: 1.4; margin: 0; }
.emergency strong { color: #FFB4B7; }
.header { background: rgba(255,255,255,0.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.header__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); }
.brand__mark { width: 38px; height: auto; }
.brand__name { display: flex; flex-direction: column; font-weight: 800; font-size: 1.02rem; line-height: 1.05; letter-spacing: -0.01em; }
.brand__name small { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.header__actions { display: flex; align-items: center; gap: 14px; }
.header__phone { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--navy); }
.header__phone .ico { width: 1.6em; height: 1.6em; color: var(--red); }
.header__phone span { display: flex; flex-direction: column; line-height: 1.15; }
.header__phone small { font-size: 0.7rem; color: var(--muted); font-weight: 500; }
.header__phone b { font-size: 1.02rem; font-weight: 800; white-space: nowrap; }
.header__cta { display: none; }
@media (min-width: 760px) { .brand__mark { width: 46px; } .header__cta { display: inline-flex; } }
@media (max-width: 759px) { .header__phone small { display: none; } .header__phone b { font-size: 0.9rem; } .brand__name { font-size: 0.82rem; white-space: nowrap; } .brand__mark { width: 34px; } }
@media (max-width: 400px) { .header__phone .ico { display: none; } }

/* hero */
.hero { position: relative; overflow: hidden; background: url('/assets/hero-backdrop.webp') center top / cover no-repeat, linear-gradient(180deg, #FFFFFF 0%, var(--mist) 100%); padding: 36px 0 0; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.55) 45%, var(--mist) 100%); pointer-events: none; }
.hero__pulse { display: none; position: absolute; right: -8%; top: 6%; width: min(78vw, 980px); opacity: 0.35; pointer-events: none; z-index: 0; }
.hero__grid { position: relative; z-index: 1; display: grid; gap: 22px; }
.hero__copy { max-width: 640px; order: 1; }
.hero__form { position: relative; z-index: 2; order: 2; }
.hero__portrait { order: 3; }
.hero__more { order: 4; padding-bottom: 36px; }
.hero__call { margin: 18px 0 0; font-size: 0.95rem; color: var(--muted); }
.hero__call a { font-weight: 700; }
/* Physician card under the hero copy (all widths) */
.hero__portrait { display: flex; align-items: center; gap: 14px; margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 10px 16px 10px 10px; box-shadow: var(--shadow-sm); max-width: 560px; }
.hero__portrait picture { display: block; width: 84px; height: 84px; border-radius: 50%; overflow: hidden; background: linear-gradient(180deg, var(--sky), #CFDCE9); flex: 0 0 auto; }
.hero__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 8%; }
.hero__portrait figcaption { font-size: 0.92rem; line-height: 1.3; color: var(--navy); }
.hero__portrait figcaption b { font-weight: 800; }
.hero__portrait figcaption span { display: block; color: var(--muted); font-size: 0.8rem; margin-top: 2px; }
@media (min-width: 1024px) {
  .hero { padding: 56px 0 0; }
  .hero__grid { grid-template-columns: minmax(0, 1fr) 420px; gap: 20px 48px; align-items: start; }
  .hero__form { grid-column: 2; grid-row: 1 / span 3; padding-bottom: 56px; }
  .hero__copy { grid-column: 1; grid-row: 1; max-width: 600px; }
  .hero__more { grid-column: 1; grid-row: 2; padding-bottom: 0; }
  .hero__portrait { grid-column: 1; grid-row: 3; margin: 4px 0 56px; }
  .display { font-size: clamp(2.4rem, 1.2rem + 3vw, 3.6rem); }
}

.proof { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0 0 20px; list-style: none; }
.proof li { display: inline-flex; align-items: center; gap: 7px; font-size: 0.84rem; font-weight: 600; color: var(--navy); background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 7px 13px; }
.proof li b { font-weight: 800; }
.proof .ico { color: var(--navy-2); width: 1.1em; height: 1.1em; }
.proof__star { color: #E8A317 !important; fill: currentColor; stroke: none; }
.treat { margin: 0 0 16px; }
.treat__label { margin: 0 0 10px; font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.treat__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 0; margin: 0; list-style: none; }
@media (min-width: 560px) and (max-width: 1023px) { .treat__list { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.treat__list li { display: flex; align-items: center; gap: 10px; min-width: 0; font-size: 0.88rem; font-weight: 600; color: var(--navy); background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 8px 10px; overflow-wrap: anywhere; }
.treat__ico { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--navy); color: #fff; flex: 0 0 auto; }
.treat__ico .ico { width: 19px; height: 19px; }

/* form card */
.card { background: var(--paper); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; border: 1px solid var(--line); border-top: 4px solid var(--red); }
.card__head { padding: 22px 24px 4px; }
.card__title { font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; margin: 0 0 4px; line-height: 1.12; letter-spacing: -0.01em; color: var(--navy); }
.card__sub { margin: 0; font-size: 0.88rem; color: var(--muted); }
.form { display: grid; gap: 12px; padding: 14px 24px 0; }
.field { display: grid; gap: 5px; }
.input-wrap { position: relative; }
.input-wrap > .ico { position: absolute; left: 13px; top: 50%; transform: translateY(-50%); color: var(--navy-2); width: 20px; height: 20px; pointer-events: none; }
.field__input { font: inherit; font-size: 1rem; color: var(--ink); background: var(--paper); border: 1.5px solid #7F8B98; border-radius: 10px; padding: 12px 12px 12px 42px; width: 100%; min-height: 48px; }
.field__input::placeholder { color: #5C6B78; }
.field__input:focus { border-color: var(--navy); outline: 3px solid rgba(29, 78, 216, 0.28); outline-offset: 0; }
.field--invalid .field__input { border-color: var(--red-deep); }
.field__error { display: none; font-size: 0.85rem; color: var(--red-deep); font-weight: 600; margin: 0; }
.field--invalid .field__error { display: block; }
.choice { margin: 0; padding: 0; border: 0; }
.choice__legend { font-weight: 700; font-size: 0.86rem; color: var(--navy); padding: 0; margin: 0 0 8px; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { position: relative; }
.pill input { position: absolute; opacity: 0; width: 1px; height: 1px; margin: 0; }
.pill span { display: inline-block; padding: 9px 14px; border: 1.5px solid #7F8B98; border-radius: 999px; font-weight: 600; font-size: 0.9rem; color: var(--navy); cursor: pointer; background: var(--paper); line-height: 1.2; transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease; }
.pill span:hover { border-color: var(--navy); }
.pill input:checked + span { background: var(--navy); color: #fff; border-color: var(--navy); }
.pill input:focus-visible + span, .field--invalid .pill input:focus + span { outline: 3px solid var(--focus); outline-offset: 2px; }
.field--invalid .pill span { border-color: var(--red-deep); }
.consent { display: flex; align-items: flex-start; gap: 10px; font-size: 0.8rem; line-height: 1.4; color: var(--ink); }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--navy); }
.consent__more { margin: 4px 0 0 28px; font-size: 0.78rem; color: var(--muted); }
.consent__more summary { cursor: pointer; color: var(--navy); font-weight: 700; }
.consent__more p { margin: 8px 0 0; }
.form__status { margin: 0; font-size: 0.92rem; font-weight: 600; }
.form__status[data-tone="error"] { color: var(--red-deep); }
.form__status:empty { height: 0; margin-top: -12px; overflow: hidden; }
.form__privacy { display: flex; align-items: flex-start; gap: 8px; margin: 0; font-size: 0.78rem; color: var(--muted); line-height: 1.4; }
.form__privacy .ico { color: var(--navy-2); margin-top: 1px; }
.form__emergency { margin: 0 0 4px; font-size: 0.78rem; color: var(--muted); }
.form__emergency strong { color: var(--red-deep); }
.hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.card__alt { padding: 12px 24px 22px; position: relative; }
.card__or { display: block; text-align: center; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin: 0 0 12px; position: relative; }
.card__or::before, .card__or::after { content: ''; position: absolute; top: 50%; width: calc(50% - 22px); height: 1px; background: var(--line); }
.card__or::before { left: 0; } .card__or::after { right: 0; }
.card__alt-note { margin: 8px 0 0; text-align: center; font-size: 0.75rem; color: var(--muted); }

/* navy visit band */
.visit { background: var(--navy) url('/assets/band-texture.webp') center / cover no-repeat; color: #fff; padding: 26px 0; }
.visit__grid { display: grid; gap: 16px; align-items: stretch; }
@media (min-width: 760px) { .visit__grid { grid-template-columns: 1fr 1fr; } .visit__box { grid-column: 1 / -1; } }
@media (min-width: 1200px) { .visit__grid { grid-template-columns: 1.25fr 1fr 1fr; gap: 24px; } .visit__box { grid-column: auto; } }
.visit__box { display: grid; gap: 6px 18px; align-items: start; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--radius); padding: 14px 16px; }
.visit__title { display: flex; align-items: center; gap: 10px; margin: 0 0 4px; font-weight: 800; font-size: 1.05rem; }
.visit__title .ico { color: #FFB4B7; width: 1.4em; height: 1.4em; }
.visit__list { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; font-size: 0.9rem; }
@media (min-width: 560px) { .visit__list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.visit__list li { display: flex; align-items: center; gap: 8px; }
.visit__list .ico { color: #9ED1B1; width: 1.2em; height: 1.2em; }
.visit__where { display: flex; align-items: center; gap: 14px; padding: 8px 0; }
.visit__pin { width: 52px; height: 52px; border-radius: 50%; background: var(--paper); color: var(--navy); display: grid; place-items: center; flex: 0 0 auto; }
.visit__pin .ico { width: 26px; height: 26px; }
.visit__where-title { margin: 0 0 2px; font-weight: 800; font-size: 1.02rem; }
.visit__where-sub { margin: 0; font-size: 0.85rem; color: #C9D4DF; line-height: 1.4; }
.visit__where-sub a { color: #fff; }
.visit__call { display: flex; align-items: center; justify-content: space-around; gap: 12px; background: var(--red-deep); border-radius: var(--radius); padding: 14px 16px; }
.visit__call-item { display: flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; }
.visit__call-item:hover { color: #fff; }
.visit__call-item span:last-child { display: flex; flex-direction: column; line-height: 1.15; }
.visit__call-item small { font-size: 0.75rem; }
.visit__call-item b { font-size: 1.02rem; font-weight: 800; white-space: nowrap; }
.visit__call-ico { width: 44px; height: 44px; border-radius: 50%; background: #fff; color: var(--red); display: grid; place-items: center; flex: 0 0 auto; }
.visit__call-ico .ico { width: 22px; height: 22px; }
.visit__divider { width: 1px; align-self: stretch; background: rgba(255,255,255,0.35); }
@media (max-width: 559px) { .visit__call { flex-direction: column; align-items: flex-start; } .visit__divider { display: none; } }

/* conditions (what we treat) */
.treat-section { padding-top: 40px; }
.conditions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; list-style: none; }
@media (min-width: 640px) { .conditions { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; } }
@media (min-width: 1024px) { .conditions { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; } }
.condition { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 18px 12px 16px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; font-weight: 700; font-size: 0.95rem; color: var(--navy); box-shadow: var(--shadow-sm); transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; }
.condition:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #C9D5E0; }
.condition picture { display: block; width: 84px; height: 84px; }
.condition img { width: 100%; height: 100%; object-fit: contain; }
.conditions__more { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin: 18px 0 0; justify-content: center; }
.conditions__more-label { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.pillset { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.pillset span { display: inline-block; padding: 7px 12px; border-radius: 999px; background: var(--mist); color: var(--navy); font-size: 0.86rem; font-weight: 600; }

/* gentle reveal on scroll (no motion when the user prefers reduced motion) */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity 500ms ease, transform 500ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* sections */
.section { padding: 44px 0; }
.section--tint { background: var(--mist); }
@media (min-width: 960px) { .section { padding: 56px 0; } }
.creds { display: grid; gap: 28px; align-items: end; }
@media (min-width: 900px) { .creds { grid-template-columns: 260px minmax(0, 1fr); gap: 44px; } }
.creds__photo { position: relative; width: 220px; margin: 0 auto; padding-top: 16px; }
@media (min-width: 900px) { .creds__photo { width: 100%; } }
.creds__photo::before { content: ''; position: absolute; left: 6%; right: 6%; top: 18%; bottom: 0; border-radius: 160px 160px 18px 18px; background: linear-gradient(180deg, #FFFFFF 0%, var(--sky) 100%); border: 1px solid var(--line); }
.creds__photo picture { position: relative; display: block; width: 100%; }
.creds__photo img { width: 100%; height: auto; filter: drop-shadow(0 14px 24px rgba(18, 38, 58, 0.2)); }
.creds__cols { display: grid; gap: 22px; }
@media (min-width: 640px) { .creds__cols { grid-template-columns: 1fr 1fr; } .creds__cols > div:first-child { grid-column: 1 / -1; } }
@media (min-width: 1200px) { .creds__cols { grid-template-columns: 1.5fr 1fr 1fr; gap: 32px; align-items: start; } .creds__cols > div:first-child { grid-column: auto; } }
.creds p { margin: 0 0 10px; font-size: 0.95rem; max-width: var(--measure); }
.creds__list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: 0.95rem; }
.creds__list li { padding-left: 14px; border-left: 3px solid var(--red); line-height: 1.35; }
.creds__reviews { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin: 16px 0 0 !important; font-size: 0.9rem !important; }
.creds__reviews b { font-weight: 800; }

.faq { display: grid; gap: 10px; }
.faq--grid { grid-template-columns: 1fr; }
@media (min-width: 860px) { .faq--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 24px; } }
.faq__item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.faq__item summary { cursor: pointer; padding: 14px 16px; font-weight: 700; color: var(--navy); list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; font-size: 0.95rem; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: '+' / ''; font-size: 1.4rem; line-height: 1; color: var(--muted); flex: 0 0 auto; }
.faq__item[open] summary::after { content: '\2013' / ''; }
.faq__item p { margin: 0; padding: 0 16px 16px; color: var(--ink); font-size: 0.92rem; }

/* footer */
.footer { border-top: 1px solid var(--line); padding: 36px 0 24px; font-size: 0.9rem; color: var(--muted); }
.footer__grid { display: grid; gap: 24px; }
@media (min-width: 860px) { .footer__grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; } }
.brand--footer { margin-bottom: 12px; }
.footer__logo img { width: 190px; margin-bottom: 10px; }
.footer h2 { font: inherit; font-weight: 700; color: var(--navy); margin: 0 0 8px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.footer__legal { border-top: 1px solid var(--line); margin-top: 24px; padding-top: 16px; font-size: 0.82rem; }
.footer__legal p { margin: 0 0 8px; max-width: 80ch; }

/* simple pages (thank-you, privacy, 404) */
.page { padding: 48px 0 64px; }
.page .measure > * + * { margin-top: 1em; }
.page h2 { color: var(--navy); font-family: var(--font-display); font-size: 1.4rem; margin-top: 2em; }
.measure { max-width: var(--measure); }
.header__logo img { width: 200px; }
.header__phone-mobile { display: none; }

/* sticky quick actions on phones; hidden while the form itself is on screen */
.mobile-bar { display: none; }
@media (max-width: 759px) {
  body { padding-bottom: 78px; }
  .mobile-bar { display: grid; grid-template-columns: 1fr 1.5fr; gap: 10px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 30; padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(8px); border-top: 1px solid var(--line); transition: transform 180ms ease; }
  .mobile-bar .btn { padding: 12px 14px; font-size: 0.95rem; }
  .mobile-bar--hidden { transform: translateY(110%); }
  .hero { padding-top: 26px; }
  .emergency { font-size: 0.82rem; }
}
