/* All Care Consulting Services — modern static theme
   Brand: deep navy + teal accent + warm gold CTA (carried from the original ACCS identity) */

:root {
  --navy-900: #0a2342;
  --navy-800: #0f2f5b;
  --navy-700: #143a6e;
  --blue-600: #1f6fb2;
  --blue-500: #2a86d1;
  --teal-500: #14b3c4;
  --teal-400: #36c5d4;
  --gold-500: #f5a623;
  --gold-600: #e0930f;
  --ink: #16212e;
  --slate-700: #334155;
  --slate-500: #64748b;
  --slate-400: #94a3b8;
  --line: #e5edf6;
  --bg: #ffffff;
  --bg-soft: #f4f8fc;
  --bg-softer: #eef4fb;
  --white: #ffffff;
  --shadow-sm: 0 1px 2px rgba(15, 47, 91, .06), 0 1px 3px rgba(15, 47, 91, .08);
  --shadow-md: 0 6px 18px rgba(15, 47, 91, .08), 0 2px 6px rgba(15, 47, 91, .06);
  --shadow-lg: 0 20px 45px rgba(10, 35, 66, .14);
  --radius: 14px;
  --radius-lg: 22px;
  --container: 1180px;
  --gutter: 24px;
  --font-head: "Sora", "Segoe UI", system-ui, -apple-system, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --ease: cubic-bezier(.4, 0, .2, 1);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--slate-700);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--font-head);
  color: var(--ink);
  line-height: 1.15;
  letter-spacing: -.02em;
  margin: 0 0 .5em;
  font-weight: 700;
}

h1 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.28rem; }

p { margin: 0 0 1.1rem; }
a { color: var(--blue-600); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--teal-500); }
img { max-width: 100%; height: auto; display: block; }
ul { margin: 0 0 1.1rem; padding-left: 1.2rem; }
li { margin-bottom: .4rem; }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }

.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--soft { background: var(--bg-soft); }
.section--navy { background: linear-gradient(160deg, var(--navy-800), var(--navy-900)); color: #cfe0f2; }
.section--navy h2, .section--navy h3 { color: #fff; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--teal-500);
  margin-bottom: .9rem;
}
.section--navy .eyebrow { color: var(--teal-400); }

.section-head { max-width: 720px; margin: 0 auto clamp(36px, 5vw, 60px); text-align: center; }
.section-head p { color: var(--slate-500); font-size: 1.08rem; margin-bottom: 0; }
.section--navy .section-head p { color: #b9cce4; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-head); font-weight: 600; font-size: .98rem;
  padding: .85em 1.6em; border-radius: 999px;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease), color .2s var(--ease);
  white-space: nowrap;
}
.btn svg { width: 1.1em; height: 1.1em; }
.btn--gold { background: var(--gold-500); color: var(--navy-900); box-shadow: 0 8px 20px rgba(245, 166, 35, .35); }
.btn--gold:hover { background: var(--gold-600); color: var(--navy-900); transform: translateY(-2px); }
.btn--primary { background: var(--blue-600); color: #fff; }
.btn--primary:hover { background: var(--teal-500); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .5); }
.btn--ghost:hover { background: rgba(255, 255, 255, .12); color: #fff; border-color: #fff; }
.btn--outline { background: transparent; color: var(--blue-600); border-color: var(--line); }
.btn--outline:hover { border-color: var(--blue-600); color: var(--blue-600); transform: translateY(-2px); }
.btn--lg { padding: 1.05em 2em; font-size: 1.05rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s var(--ease);
}
.site-header.is-scrolled { box-shadow: var(--shadow-md); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 32px; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { height: 46px; width: auto; }
.brand-text { font-family: var(--font-head); font-weight: 700; color: var(--navy-800); font-size: 1.05rem; line-height: 1.1; letter-spacing: -.01em; }
.brand-text span { display: block; font-size: .62rem; font-weight: 600; letter-spacing: .16em; color: var(--teal-500); text-transform: uppercase; }

.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  display: inline-block; white-space: nowrap;
  font-family: var(--font-head); font-weight: 500; font-size: .95rem;
  color: var(--slate-700); padding: .5em .8em; border-radius: 8px;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.nav-links a:hover { background: var(--bg-soft); color: var(--navy-800); }
.nav-links a.active { color: var(--blue-600); }
.nav-cta { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.nav-phone { display: inline-flex; align-items: center; gap: .5em; white-space: nowrap; font-family: var(--font-head); font-weight: 600; color: var(--navy-800); font-size: .95rem; }
.nav-phone svg { width: 1.05em; height: 1.05em; color: var(--teal-500); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; color: var(--navy-800); }
.nav-toggle svg { width: 28px; height: 28px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 520px at 85% -10%, rgba(54, 197, 212, .22), transparent 60%),
    radial-gradient(900px 500px at 0% 110%, rgba(31, 111, 178, .25), transparent 55%),
    linear-gradient(155deg, var(--navy-800) 0%, var(--navy-900) 100%);
  color: #dbe8f7;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 22px 22px; opacity: .5; pointer-events: none;
  animation: hero-dots 60s linear infinite;
}
@keyframes hero-dots { from { background-position: 0 0; } to { background-position: 44px 44px; } }

/* Subtle EKG / heartbeat trace */
.hero-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero-ekg { position: absolute; left: 0; right: 0; top: 52%; transform: translateY(-50%); width: 100%; height: 260px; }
.hero-ekg path { fill: none; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; }
.ekg-base { stroke: rgba(90, 205, 220, .18); stroke-width: 1.75; }
.ekg-pulse {
  stroke: rgba(125, 232, 246, .95); stroke-width: 2.75;
  stroke-dasharray: 44 1240; stroke-dashoffset: 1284;
  filter: drop-shadow(0 0 8px rgba(125, 232, 246, .7));
  animation: ekg-sweep 7s linear infinite;
}
@keyframes ekg-sweep { from { stroke-dashoffset: 1284; } to { stroke-dashoffset: 0; } }

.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; padding: clamp(64px, 9vw, 120px) var(--gutter); }
.hero h1 { color: #fff; margin-bottom: 1rem; }
.hero h1 .accent { background: linear-gradient(90deg, var(--teal-400), var(--gold-500)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lead { font-size: 1.18rem; color: #c2d5ec; max-width: 38ch; margin-bottom: 1.8rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 2rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 8px 26px; font-size: .92rem; color: #9fb8d6; }
.hero-trust span { display: inline-flex; align-items: center; gap: .5em; }
.hero-trust svg { width: 1.05em; height: 1.05em; color: var(--teal-400); }

.hero-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-lg);
  padding: 30px; backdrop-filter: blur(6px);
  box-shadow: var(--shadow-lg);
}
.hero-card h3 { color: #fff; font-size: 1.15rem; margin-bottom: 1.1rem; display: flex; align-items: center; gap: .5em; }
.hero-card h3 svg { width: 1.2em; height: 1.2em; color: var(--teal-400); }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hero-stat { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius); padding: 18px; }
.hero-stat .num { font-family: var(--font-head); font-weight: 800; font-size: 1.8rem; color: #fff; line-height: 1; }
.hero-stat .lbl { font-size: .82rem; color: #a9c1de; margin-top: .4rem; }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s var(--ease);
  height: 100%;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: #d3e3f4; }
.card h3 { margin-bottom: .5rem; }
.card p { color: var(--slate-500); font-size: .98rem; margin-bottom: 0; }

.icon-badge {
  width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center;
  background: linear-gradient(150deg, var(--blue-600), var(--teal-500));
  color: #fff; margin-bottom: 18px; box-shadow: 0 8px 18px rgba(31, 111, 178, .28);
}
.icon-badge svg { width: 28px; height: 28px; }

/* Business type card with link */
.type-card { display: flex; flex-direction: column; }
.type-card .card-foot { margin-top: auto; padding-top: 16px; }
.type-card .more { font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--blue-600); display: inline-flex; align-items: center; gap: .4em; }
.type-card:hover .more { color: var(--teal-500); gap: .65em; }
.type-card .more svg { width: 1em; height: 1em; transition: transform .2s var(--ease); }

/* Stat band */
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-band .num { font-family: var(--font-head); font-weight: 800; font-size: clamp(2rem, 4vw, 2.8rem); color: var(--navy-800); line-height: 1; }
.stat-band .lbl { color: var(--slate-500); font-size: .96rem; margin-top: .5rem; }

/* Process steps */
.steps { counter-reset: step; display: grid; gap: 22px; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 26px 26px 84px; box-shadow: var(--shadow-sm); }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 22px; top: 24px;
  width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center;
  font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; color: #fff;
  background: linear-gradient(150deg, var(--blue-600), var(--teal-500));
}
.step h3 { margin-bottom: .3rem; }
.step p { margin-bottom: 0; color: var(--slate-500); font-size: .98rem; }

/* Split content (about/cta) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.media-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); background: #fff; }
.media-frame img { width: 100%; }

/* Check list */
.checklist { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.checklist li { position: relative; padding-left: 34px; margin-bottom: .8rem; color: var(--slate-700); }
.checklist li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%;
  background: var(--teal-500) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/13px no-repeat;
}

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, var(--blue-600), var(--teal-500));
  border-radius: var(--radius-lg); padding: clamp(40px, 6vw, 70px); text-align: center; color: #fff;
  box-shadow: var(--shadow-lg);
}
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, .9); max-width: 56ch; margin: 0 auto 1.8rem; font-size: 1.1rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.cta-band .btn--gold { box-shadow: 0 10px 24px rgba(0, 0, 0, .2); }
.cta-band .btn--ghost { border-color: rgba(255, 255, 255, .7); }

/* ---------- Page hero (interior) ---------- */
.page-hero {
  background:
    radial-gradient(800px 400px at 90% -20%, rgba(54, 197, 212, .2), transparent 60%),
    linear-gradient(155deg, var(--navy-800), var(--navy-900));
  color: #cfe0f2; padding: clamp(54px, 8vw, 92px) 0 clamp(48px, 7vw, 76px); text-align: center;
}
.page-hero h1 { color: #fff; }
.page-hero p { color: #b9cce4; max-width: 60ch; margin: 0 auto; font-size: 1.12rem; }
.breadcrumb { font-size: .85rem; color: #8fa9c9; margin-bottom: 1rem; }
.breadcrumb a { color: #aec6e6; }
.breadcrumb a:hover { color: #fff; }

/* Prose (blog/article) */
.prose { max-width: 760px; margin: 0 auto; }
.prose h2 { margin-top: 2rem; }
.prose h3 { margin-top: 1.6rem; }
.prose img { border-radius: var(--radius); margin: 1.5rem 0; box-shadow: var(--shadow-sm); }
.prose ul { padding-left: 1.3rem; }
.prose .lead { font-size: 1.18rem; color: var(--slate-700); }

.post-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--slate-500); font-size: .9rem; margin-bottom: 1.5rem; }
.post-meta span { display: inline-flex; align-items: center; gap: .4em; }
.post-meta svg { width: 1em; height: 1em; color: var(--teal-500); }

.tag { display: inline-flex; align-items: center; gap: .4em; background: var(--bg-softer); color: var(--blue-600); font-family: var(--font-head); font-weight: 600; font-size: .78rem; padding: .35em .85em; border-radius: 999px; }

/* Blog cards */
.post-card { display: flex; flex-direction: column; overflow: hidden; padding: 0; }
.post-card .thumb { aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-softer); }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s var(--ease); }
.post-card:hover .thumb img { transform: scale(1.05); }
.post-card .body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.post-card h3 { font-size: 1.12rem; margin-bottom: .5rem; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--blue-600); }
.post-card .excerpt { color: var(--slate-500); font-size: .95rem; flex: 1; }
.post-card .more { margin-top: 14px; font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--blue-600); display: inline-flex; gap: .4em; align-items: center; }
.more svg { width: 1em; height: 1em; flex-shrink: 0; }
.breadcrumb svg, .post-meta svg, .info-item svg, .hero-trust svg { flex-shrink: 0; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.info-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; }
.info-item .ic { flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; background: var(--bg-softer); color: var(--blue-600); }
.info-item .ic svg { width: 22px; height: 22px; }
.info-item .k { font-family: var(--font-head); font-weight: 600; color: var(--ink); font-size: .95rem; }
.info-item .v { color: var(--slate-500); font-size: 1rem; }
.info-item .v a { font-weight: 600; }
.map-frame { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line); min-height: 340px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }

.callout {
  background: linear-gradient(150deg, var(--navy-800), var(--navy-900)); color: #cfe0f2;
  border-radius: var(--radius-lg); padding: 36px; text-align: center;
}
.callout h3 { color: #fff; }
.callout .big-phone { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.6rem); color: #fff; display: inline-block; margin: .3rem 0 1rem; }
.callout .big-phone:hover { color: var(--teal-400); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #9fb6d2; padding: 64px 0 28px; font-size: .95rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer-brand img { height: 44px; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { color: #8ba3c2; font-size: .92rem; max-width: 32ch; }
.footer-col h4 { color: #fff; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: .6rem; }
.footer-col a { color: #9fb6d2; }
.footer-col a:hover { color: #fff; }
/* details-based columns: behave as plain columns on desktop (non-interactive, no marker) */
.footer-col > summary { list-style: none; cursor: default; pointer-events: none; }
.footer-col > summary::-webkit-details-marker { display: none; }
.acc-ico { display: none; }
.footer-contact-body div { display: flex; gap: 10px; margin-bottom: .8rem; align-items: flex-start; }
.footer-contact-body svg { width: 1.05em; height: 1.05em; color: var(--teal-400); flex-shrink: 0; margin-top: .25em; }
.footer-contact-body a { color: #cdddf0; }
.social { display: flex; gap: 12px; margin-top: 18px; }
.social a { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: rgba(255, 255, 255, .08); color: #cdddf0; }
.social a:hover { background: var(--teal-500); color: #fff; transform: translateY(-2px); }
.social svg { width: 20px; height: 20px; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .85rem; color: #7e96b5; }
.powered-by a { color: #cdddf0; font-weight: 600; }
.powered-by a:hover { color: var(--teal-400); }

/* utilities */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.lead { font-size: 1.15rem; color: var(--slate-700); }
.divider-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 2rem; }

/* reveal on scroll — only hidden when JS is active, so no-JS/crawlers always see content */
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .ekg-pulse, .hero::after { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
/* Medium widths: free up space by tightening the nav and hiding the phone text */
@media (max-width: 1180px) {
  .nav { gap: 18px; }
  .nav-links { gap: 0; }
  .nav-links a { padding: .5em .62em; font-size: .92rem; }
  .nav-phone { display: none; }
}

/* Collapse the horizontal nav to a hamburger before the links run out of room */
@media (max-width: 940px) {
  .nav-links, .nav-cta .btn--gold { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-menu-open .nav-links {
    display: flex; flex-direction: column; align-items: stretch; gap: 2px;
    position: absolute; top: 78px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 12px 24px 20px;
    box-shadow: var(--shadow-md);
  }
  .nav-menu-open .nav-links a { padding: .8em .6em; border-radius: 8px; font-size: 1rem; }
}

@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero-card { max-width: 460px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .stat-band { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .split .media-frame { order: -1; }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  /* trim oversized inner padding so content keeps its own comfortable gutter */
  .card { padding: 26px 24px; }
  .cta-band { padding: 36px 24px; }
  .callout { padding: 30px 24px; }
  .step { padding: 22px 22px 22px 74px; }
  .step::before { left: 18px; top: 22px; }

  /* ----- Compact, centered, accordion footer ----- */
  .footer-grid { grid-template-columns: 1fr; gap: 0; padding-bottom: 24px; }
  .footer-brand { text-align: center; padding-bottom: 26px; }
  .footer-brand img { height: 64px; margin-left: auto; margin-right: auto; margin-bottom: 20px; }
  .footer-brand p { margin-left: auto; margin-right: auto; max-width: 38ch; }
  .social { justify-content: center; }

  .footer-col { border-top: 1px solid rgba(255, 255, 255, .1); }
  .footer-col > summary {
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; pointer-events: auto; padding: 16px 2px; gap: 8px;
    -webkit-tap-highlight-color: transparent;
  }
  .footer-col summary h4 { margin-bottom: 0; }
  .acc-ico { display: inline-flex; color: #8ba3c2; transition: transform .25s var(--ease); }
  .acc-ico svg { width: 18px; height: 18px; }
  .footer-col[open] > summary .acc-ico { transform: rotate(180deg); }
  .footer-col > ul, .footer-contact-body { padding: 0 2px 18px; text-align: center; }
  .footer-contact-body div { justify-content: center; }

  .footer-bottom { flex-direction: column; align-items: center; text-align: center; gap: 6px; padding-top: 20px; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(1.95rem, 8vw, 2.4rem); }
  h2 { font-size: clamp(1.5rem, 6.4vw, 1.9rem); }
  .section { padding: clamp(48px, 11vw, 72px) 0; }
  .card { padding: 24px 20px; }
  .cta-band { padding: 32px 22px; }
  .callout { padding: 28px 20px; }
  .hero-card { padding: 22px; }
  .step { padding: 20px 18px 20px 66px; }
  .step::before { left: 16px; top: 20px; width: 38px; height: 38px; font-size: 1rem; }
  .map-frame, .map-frame iframe { min-height: 280px; }
}

@media (max-width: 420px) {
  .hero-actions .btn, .cta-actions .btn { width: 100%; justify-content: center; }
}
