:root {
  --brand-primary: #185FA5;
  --brand-dark: #042C53;
  --brand-light: #E6F1FB;
  --brand-mid: #B5D4F4;
  --neutral-bg: #F1EFE8;
  --text-primary: #2C2C2A;
  --text-secondary: #5F5E5A;
  --border: rgba(0,0,0,0.12);
  --white: #FFFFFF;
  --shadow: 0 16px 45px rgba(4, 44, 83, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-primary);
  background: var(--white);
  font-size: 15px;
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; position: relative; }
.narrow { width: min(1000px, calc(100% - 48px)); }
.section { padding: 36px 0; position: relative; overflow: hidden; }
h1, h2, h3 { color: var(--brand-dark); line-height: 1.15; margin: 0; font-weight: 500; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); letter-spacing: -0.045em; }
h2 { font-size: clamp(1.45rem, 3vw, 2.1rem); letter-spacing: -0.025em; margin-bottom: 14px; }
h3 { font-size: 1rem; }
p { margin: 0; color: var(--text-secondary); }
.eyebrow { color: var(--brand-primary); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 700; margin-bottom: 12px; }
.centered { text-align: center; }
.section-subhead { max-width: 680px; margin-bottom: 26px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 14px 24px; background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px); border-bottom: 1px solid rgba(0,0,0,.06);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--brand-dark); }
.brand-logo { height: 58px; width: auto; }
.site-nav { display: none; align-items: center; gap: 22px; font-size: 14px; color: var(--text-secondary); }
.site-nav a:hover { color: var(--brand-primary); }
.accent-link { color: var(--brand-primary) !important; font-weight: 600; }
.call-button { padding: 10px 14px; color: var(--white) !important; background: var(--brand-primary); border-radius: 999px; box-shadow: 0 10px 22px rgba(24,95,165,.18); }
.menu-toggle { border: 1px solid var(--border); background: var(--white); color: var(--brand-dark); width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; }
.site-nav.is-open { display: grid; position: absolute; left: 16px; right: 16px; top: 70px; padding: 18px; background: var(--white); border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow); }

.hero { background: linear-gradient(135deg, var(--brand-light) 0%, var(--white) 70%); padding: 64px 0 46px; }
.hero-shape { position: absolute; width: 520px; right: -120px; top: 4px; opacity: .28; pointer-events: none; }
.hero-grid { display: grid; gap: 34px; align-items: center; }
.hero-copy { max-width: 660px; }
.hero-subhead { font-size: 1.05rem; max-width: 640px; margin: 18px 0 24px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 999px; font-weight: 700; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 12px 22px rgba(4,44,83,.12); }
.btn-primary { background: var(--brand-primary); color: var(--white); }
.btn-secondary { background: rgba(255,255,255,.7); border-color: rgba(24,95,165,.28); color: var(--brand-dark); }
.phone-line { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-dark); font-weight: 600; }
.hero-visual { display: none; }

.promise-grid, .steps-grid, .visit-grid, .condition-grid, .area-chips { display: grid; gap: 14px; }
.promise-card, .step-card, .visit-card, .condition-grid article { border: 1px solid rgba(0,0,0,.06); border-radius: 12px; background: var(--white); padding: 18px; }
.promise-card { background: var(--brand-light); text-align: center; padding: 28px 18px; box-shadow: 0 6px 16px rgba(4,44,83,.05); transition: transform .2s ease, box-shadow .2s ease; }
.promise-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(4,44,83,.12); }
.promise-icon { width: 58px; height: 58px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--white); box-shadow: 0 6px 14px rgba(24,95,165,.18); margin-bottom: 16px; }
.promise-subhead { max-width: 600px; margin-left: auto; margin-right: auto; }
.promise-card i, .step-card i, .condition-grid i { color: var(--brand-primary); font-size: 28px; margin-bottom: 12px; display: inline-block; }
.promise-icon i { font-size: 26px; margin-bottom: 0; }
.promise-card p { font-size: 14px; margin-top: 4px; }
.booking { background: #fbfdff; }
.booking-bg { position: absolute; inset: 0; background: url('assets/booking-bg.svg') center/cover no-repeat; opacity: .55; }
.steps { position: relative; margin-top: 36px; }
.spine { display: none; }
.steps-grid { position: relative; z-index: 1; list-style: none; padding: 0; margin: 0; }
.step-card { display: flex; flex-direction: column; align-items: center; text-align: center; background: transparent; border: 0; box-shadow: none; padding: 0 12px; min-height: 0; }
.step-node { width: 52px; height: 52px; border-radius: 50%; background: var(--brand-primary); color: var(--white); display: grid; place-items: center; font-size: 16px; font-weight: 700; border: 4px solid var(--white); box-shadow: 0 8px 18px rgba(24,95,165,.30); margin-bottom: 14px; position: relative; z-index: 1; }
.step-card i { color: var(--brand-primary); font-size: 26px; margin-bottom: 8px; }
.step-card h3 { margin-bottom: 4px; }
.steps-cta { text-align: center; margin-top: 30px; }
.step-card p, .visit-card p, .condition-grid p { margin-top: 8px; }
.visits, .areas { background: var(--neutral-bg); }
.visit-card { padding: 0; overflow: hidden; box-shadow: var(--shadow); }
.visit-illus { background: linear-gradient(180deg, #EAF3FC, #D7E9FA); display: grid; place-items: center; padding: 18px 0; }
.visit-illus img { width: 200px; max-width: 82%; height: auto; }
.visit-body { padding: 20px; }
.visit-body h3 { margin-bottom: 6px; }
.conditions { background: var(--white); }
.condition-grid article { min-height: 170px; padding: 24px 18px; text-align: center; background: linear-gradient(180deg, var(--white), #fbfdff); box-shadow: 0 4px 14px rgba(4,44,83,.04); transition: transform .2s ease, box-shadow .2s ease; }
.condition-grid article:hover { transform: translateY(-4px); box-shadow: 0 16px 30px rgba(4,44,83,.11); }
.condition-icon { width: 52px; height: 52px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--brand-light); margin-bottom: 14px; }
.condition-icon i { font-size: 26px; margin-bottom: 0; }
.condition-illus { display: block; width: 118px; height: auto; margin: 0 auto 8px; }
.condition-grid h3 { margin-bottom: 12px; }
.condition-grid ul { list-style: none; padding: 0; margin: 0; display: inline-block; text-align: left; }
.condition-grid li { position: relative; padding-left: 16px; font-size: 14px; line-height: 1.5; color: var(--text-secondary); margin: 7px 0; }
.condition-grid li::before { content: ""; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: var(--brand-primary); }
.conditions-note { margin-bottom: 26px; color: var(--text-secondary); font-size: 15px; }
.note-pill { display: inline-block; background: var(--brand-light); color: var(--brand-primary); font-weight: 700; font-size: 12px; letter-spacing: .03em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; margin-right: 10px; }
.condition-grid p { font-size: 14px; }
.areas-map { position: absolute; width: 720px; right: -160px; top: 10px; opacity: .16; }
.area-chips { grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 24px; }
.area-chips span, .area-chips a { display: flex; align-items: center; gap: 8px; min-height: 48px; padding: 10px 14px; background: rgba(255,255,255,.76); border: 1px solid rgba(4,44,83,.09); border-radius: 999px; color: var(--brand-dark); font-weight: 600; }
.area-chips i { color: var(--brand-primary); }
.areas-map-static { display: block; width: 100%; max-width: 828px; height: auto; margin: 2px auto 0; }

.request { background: var(--brand-light); }
.form-bg { position: absolute; inset: auto -80px -120px auto; width: 620px; opacity: .36; }
.form-layout { display: grid; gap: 24px; }
.prefer-call { margin-top: 14px; color: var(--brand-dark); font-weight: 600; }
.prefer-call a { color: var(--brand-primary); }
.request-trust { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.request-trust li { display: flex; align-items: flex-start; gap: 10px; color: var(--brand-dark); font-weight: 600; font-size: 15px; line-height: 1.45; }
.request-trust i { color: var(--brand-primary); font-size: 20px; flex-shrink: 0; margin-top: 1px; }
.intake-form { background: rgba(255,255,255,.86); border: 1px solid rgba(0,0,0,.06); border-radius: 14px; padding: 18px; box-shadow: var(--shadow); }
.form-row { display: grid; gap: 14px; }
label { display: grid; gap: 6px; margin-bottom: 14px; color: var(--brand-dark); font-size: 13px; font-weight: 700; }
label span { color: var(--text-secondary); font-weight: 500; }
.req { color: #d64545; font-weight: 700; }
input, textarea { width: 100%; border: 1px solid var(--border); border-radius: 8px; padding: 12px 12px; background: var(--white); color: var(--text-primary); }
input:focus, textarea:focus { outline: 3px solid rgba(24,95,165,.18); border-color: var(--brand-primary); }
.consent { grid-template-columns: 18px 1fr; align-items: start; font-weight: 500; line-height: 1.45; }
.consent input { width: 18px; margin-top: 3px; }
.form-note { margin-top: 10px; font-size: 13px; }

.site-footer { background: var(--brand-dark); color: var(--brand-mid); padding: 36px 0 20px; }
.footer-logo { height: 80px; width: auto; margin-bottom: 14px; filter: brightness(0) invert(1); }
.site-footer p, .site-footer a, .footer-bottom { color: var(--brand-mid); }
.footer-grid { display: grid; gap: 22px; }
.footer-contact { display: grid; gap: 8px; font-weight: 600; }
.footer-social { display: flex; gap: 12px; margin-top: 8px; }
.footer-social a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,.10); transition: background .2s ease, transform .2s ease, color .2s ease; }
.footer-social a:hover { background: var(--brand-primary); color: #fff; transform: translateY(-2px); }
.footer-social i { font-size: 19px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; padding-top: 24px; margin-top: 24px; border-top: 1px solid rgba(255,255,255,.16); font-size: 14px; }
.footer-bottom { margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.fade-in { animation: fadeIn .7s ease both; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 700px) {
  .section { padding: 60px 0; }
  .areas { padding: 44px 0; }
  .promise-grid { grid-template-columns: repeat(4, 1fr); }
  .steps-grid, .visit-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { margin-top: 84px; }
  .spine { display: block; position: absolute; left: 0; right: 0; top: 26px; transform: translateY(-50%); width: 100%; height: auto; z-index: 0; pointer-events: none; }
  .condition-grid { grid-template-columns: repeat(2, 1fr); }
  .area-chips { grid-template-columns: repeat(4, 1fr); }
  .form-row { grid-template-columns: repeat(2, 1fr); }
  .form-layout { grid-template-columns: .8fr 1.2fr; align-items: start; }
  .footer-grid { grid-template-columns: 1fr auto; align-items: start; }
}
@media (min-width: 1000px) {
  .site-header { padding: 14px 40px; }
  .menu-toggle { display: none; }
  .site-nav { display: flex; }
  .hero { padding: 88px 0 72px; }
  .hero-grid { grid-template-columns: 1.05fr .75fr; }
  .hero-visual { display: block; }
  .hero-visual img { width: min(100%, 430px); aspect-ratio: 9 / 10; height: auto; object-fit: cover; object-position: center 30%; margin-left: auto; border-radius: 20px; box-shadow: 0 22px 45px rgba(4,44,83,.22); }
  .condition-grid { grid-template-columns: repeat(5, 1fr); }
}

/* ---- Sub-pages (areas / city pages) ---- */
.breadcrumb { padding-top: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; color: var(--text-secondary); }
.breadcrumb a { color: var(--brand-primary); font-weight: 600; }
.page-hero { background: linear-gradient(135deg, var(--brand-light) 0%, var(--white) 70%); }
.page-lead { font-size: 1.05rem; max-width: 680px; margin: 16px 0 22px; }
.city-grid { display: grid; gap: 16px; margin-top: 8px; }
.city-card { display: flex; flex-direction: column; gap: 8px; padding: 22px; background: var(--white); border: 1px solid rgba(0,0,0,.06); border-radius: 14px; box-shadow: var(--shadow); color: var(--brand-dark); transition: transform .2s ease, box-shadow .2s ease; }
a.city-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(4,44,83,.12); }
.city-card i { color: var(--brand-primary); font-size: 24px; }
.city-card h3 { font-size: 1.15rem; }
.city-card p { font-size: 14px; }
.city-link { margin-top: auto; color: var(--brand-primary); font-weight: 700; display: inline-flex; align-items: center; gap: 6px; }
.city-card--soon { opacity: .9; box-shadow: none; background: #fbfdff; }
.soon-tag { margin-top: auto; align-self: flex-start; font-size: 11px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; color: var(--text-secondary); background: var(--neutral-bg); padding: 4px 10px; border-radius: 999px; }
.city-link { margin-top: auto; color: var(--brand-primary); font-weight: 600; font-size: 14px; display: inline-flex; align-items: center; gap: 5px; }
.city-grid--two { max-width: 720px; margin-left: auto; margin-right: auto; }
.expanding-note { margin: 22px auto 0; max-width: 760px; color: var(--text-secondary); font-size: 15px; line-height: 1.55; background: var(--brand-light); border: 1px solid rgba(24,95,165,.14); border-radius: 12px; padding: 16px 18px; }
.expanding-note i { color: var(--brand-primary); }
.expanding-note strong { color: var(--brand-dark); }
.expanding-note a { color: var(--brand-primary); font-weight: 600; }
.chip-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.chip-list span { background: var(--brand-light); color: var(--brand-dark); padding: 8px 14px; border-radius: 999px; font-weight: 600; font-size: 14px; }
.chip-note { margin-top: 16px; color: var(--text-secondary); font-size: 14px; }
.faq { display: grid; }
.faq-item { padding: 18px 0; border-bottom: 1px solid var(--border); }
.faq-item h3 { font-size: 1.02rem; margin-bottom: 8px; }
.faq-item p { font-size: 15px; }
.area-cta { background: var(--brand-dark); color: var(--white); text-align: center; border-radius: 20px; padding: 40px 24px; }
.area-cta h2 { color: var(--white); }
.area-cta p { color: var(--brand-mid); max-width: 520px; margin: 10px auto 20px; }
@media (min-width: 700px) {
  .city-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-three { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1000px) {
  .city-grid { grid-template-columns: repeat(4, 1fr); }
  .city-grid--two { grid-template-columns: repeat(2, 1fr); }
}
