:root {
  --navy: #153e64;
  --navy-deep: #0d2d4b;
  --blue: #2375a9;
  --sky: #e8f5f7;
  --cream: #fffaf3;
  --coral: #ee725f;
  --yellow: #f4bd55;
  --green: #62a881;
  --purple: #8e77b9;
  --teal: #399aa0;
  --ink: #1d3448;
  --muted: #637384;
  --line: #dce7ec;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(25, 64, 90, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand b { font-family: "Nunito", sans-serif; }
h2 { color: var(--navy); font-size: clamp(2rem, 4vw, 3rem); line-height: 1.12; letter-spacing: -.035em; }
h3 { color: var(--navy); }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; border-radius: 8px; background: #fff; color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid #f3ab2f; outline-offset: 3px; }

.eyebrow { margin-bottom: 14px; color: var(--coral); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #9fd9de; }
.section-heading { max-width: 660px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 16px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.split-heading { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 50px; }
.split-heading > div { max-width: 650px; }
.split-heading > div h2 { margin-bottom: 0; }
.split-heading > p { max-width: 410px; margin-bottom: 4px; color: var(--muted); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 12px 22px; border: 2px solid var(--coral); border-radius: 12px; background: var(--coral); color: #fff; font-weight: 700; line-height: 1.2; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(208, 83, 67, .2); background: #dd624f; }
.button-sm { min-height: 42px; padding: 9px 16px; font-size: .9rem; }
.button-ghost { border-color: var(--navy); background: transparent; color: var(--navy); }
.button-ghost:hover { background: var(--navy); color: #fff; box-shadow: none; }
.button-white { border-color: #fff; background: #fff; color: var(--navy); }
.button-white:hover { background: #eff8f8; }
.button-outline-light { border-color: rgba(255,255,255,.5); background: transparent; color: #fff; }
.button-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.text-link { color: var(--navy); font-weight: 700; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.urgent-bar { position: relative; z-index: 22; background: var(--navy-deep); color: #fff; }
.urgent-inner { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 16px; font-size: .81rem; }
.urgent-inner p { margin: 0; }
.urgent-icon { display: grid; width: 22px; height: 22px; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--yellow); color: var(--navy-deep); font-weight: 900; }
.urgent-inner a { color: #ffd786; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(21, 62, 100, .08); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); line-height: 1; }
.brand-mark { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; background: var(--navy); }
.brand-mark svg { width: 31px; }
.brand-mark svg path:first-child { fill: none; stroke: #fff; stroke-width: 2.3; }
.brand-mark svg path:last-child { fill: none; stroke: var(--yellow); stroke-linecap: round; stroke-width: 2.2; }
.brand b { display: block; font-size: 1.18rem; letter-spacing: .06em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: .69rem; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a { color: #40566a; font-size: .88rem; font-weight: 600; }
.main-nav a:hover { color: var(--coral); }
.menu-toggle { display: none; }

.hero { position: relative; overflow: hidden; background: linear-gradient(112deg, var(--cream) 0 50%, #e2f1f1 50% 100%); }
.hero::before { content: ""; position: absolute; width: 370px; height: 370px; top: -220px; left: 35%; border: 1px solid rgba(238,114,95,.13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(238,114,95,.04), 0 0 0 110px rgba(238,114,95,.025); }
.hero-grid { position: relative; min-height: 630px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 60px; padding-top: 40px; padding-bottom: 65px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 9px; }
.hero-copy .eyebrow span { width: 26px; height: 2px; background: currentColor; }
.hero h1 { margin-bottom: 22px; color: var(--navy); font-size: clamp(2.8rem, 5.3vw, 4.8rem); line-height: 1.02; letter-spacing: -.045em; }
.hero h1 em { color: var(--coral); font-style: normal; }
.hero-text { max-width: 610px; margin-bottom: 29px; color: #506577; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; padding: 0; margin: 29px 0 0; list-style: none; color: #496172; font-size: .85rem; font-weight: 600; }
.trust-list span { display: inline-grid; width: 20px; height: 20px; place-items: center; margin-right: 5px; border-radius: 50%; background: #d8eee4; color: #317b56; }
.hero-visual { position: relative; align-self: stretch; min-height: 540px; }
.hero-visual > svg { position: absolute; z-index: 2; width: 115%; max-width: none; right: -7%; bottom: 3%; }
.sun { position: absolute; width: 420px; height: 420px; top: 55px; left: 50%; border-radius: 50%; background: #fff7de; transform: translateX(-50%); box-shadow: 0 0 0 35px rgba(255,255,255,.2); }
.scene-ground { fill: #95cec1; }
.scene-leaf { fill: #76b6a2; }
.leaf-1 { transform-origin: 110px 340px; transform: rotate(-8deg); }
.leaf-2 { transform-origin: 520px 325px; transform: rotate(8deg); }
.person circle, .skin { fill: #e9a978; }
.person > path:nth-of-type(1) { fill: var(--navy); }
.person-adult circle { stroke: #293e50; stroke-width: 20px; paint-order: stroke; }
.person-child-one circle { stroke: #725344; stroke-width: 13px; paint-order: stroke; }
.person-child-two circle { stroke: #283b4f; stroke-width: 15px; paint-order: stroke; }
.person .clothes-light { fill: #f0c15e; }
.person-child-one .clothes-light { fill: #f7e2ac; }
.person .clothes-warm { fill: var(--coral); }
.heart { fill: var(--coral); }
.sparkles { fill: none; stroke: var(--yellow); stroke-linecap: round; stroke-width: 6px; }
.visual-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 17px; border-radius: 14px; background: #fff; box-shadow: var(--shadow); color: var(--navy); font-size: .8rem; }
.visual-note span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; background: #ffded7; color: var(--coral); font-size: 1.3rem; }
.note-one { top: 95px; left: -20px; }
.note-two { right: -15px; bottom: 72px; }
.note-two span { background: #dff1e6; color: #3e8b63; }
.hero-wave { position: absolute; z-index: 4; width: 120%; height: 36px; left: -10%; bottom: -22px; border-radius: 50% 50% 0 0 / 100% 100% 0 0; background: #fff; }

.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 210px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: border-color .2s, transform .2s, box-shadow .2s; }
.service-card:hover, .service-card[open] { border-color: transparent; box-shadow: var(--shadow); transform: translateY(-4px); }
.service-card summary { min-height: 208px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; cursor: pointer; list-style: none; }
.service-card summary::-webkit-details-marker { display: none; }
.service-card summary > span:nth-child(2) { display: contents; }
.service-icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 21px; border-radius: 15px; font-family: Georgia, serif; font-size: 1.65rem; }
.service-icon.coral { background: #ffebe6; color: var(--coral); }
.service-icon.blue { background: #e2f1f9; color: var(--blue); }
.service-icon.yellow { background: #fff4d7; color: #bd8421; }
.service-icon.green { background: #e3f3e9; color: var(--green); }
.service-icon.purple { background: #eee9f8; color: var(--purple); }
.service-icon.teal { background: #dcf2f2; color: var(--teal); }
.service-card summary b { display: block; margin-bottom: 7px; color: var(--navy); font-family: "Nunito", sans-serif; font-size: 1.13rem; }
.service-card summary small { display: block; color: var(--muted); font-size: .89rem; line-height: 1.45; }
.service-card summary i { position: absolute; align-self: flex-end; color: var(--coral); font-size: 1.3rem; font-style: normal; transition: transform .2s; }
.service-card[open] summary { min-height: auto; padding-bottom: 12px; }
.service-card[open] summary i { transform: rotate(45deg); }
.service-card > div { padding: 0 25px 25px; color: var(--muted); font-size: .88rem; }
.service-card > div p { margin-bottom: 8px; }
.service-card ul { padding-left: 18px; margin: 7px 0 0; }
.fine-print { padding: 10px; border-radius: 9px; background: var(--cream); font-size: .8rem; }

.guide { overflow: hidden; background: var(--navy); color: #fff; }
.guide-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 75px; }
.guide-intro { position: relative; }
.guide-intro h2 { color: #fff; }
.guide-intro > p:not(.eyebrow) { color: #ccdae5; }
.guide-art { position: relative; width: 150px; height: 85px; margin: 35px 0 -20px auto; }
.guide-art > span { position: relative; z-index: 2; display: grid; width: 70px; height: 70px; place-items: center; border-radius: 50% 50% 50% 12px; background: var(--yellow); color: var(--navy); font: 800 2rem "Nunito", sans-serif; transform: rotate(-8deg); }
.guide-art i, .guide-art b { position: absolute; width: 45px; height: 45px; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; }
.guide-art i { top: -5px; right: 25px; }
.guide-art b { right: 0; bottom: 0; width: 20px; height: 20px; background: var(--coral); border: 0; }
.guide-panel { padding: 36px; border-radius: 25px; background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.22); color: var(--ink); }
.guide-panel > label { display: block; margin-bottom: 9px; color: var(--navy); font-weight: 800; }
.select-wrap { position: relative; }
.select-wrap::after { content: "⌄"; position: absolute; right: 17px; top: 11px; color: var(--navy); font-size: 1.3rem; pointer-events: none; }
.guide-panel select { width: 100%; padding: 15px 48px 15px 16px; border: 2px solid var(--line); border-radius: 12px; background: #f9fcfd; color: var(--ink); appearance: none; cursor: pointer; }
.guide-result { min-height: 165px; padding: 22px; margin-top: 19px; border-left: 4px solid var(--coral); border-radius: 0 14px 14px 0; background: #fff7f4; }
.guide-result h3 { margin-bottom: 7px; font-size: 1.12rem; }
.guide-result p { margin-bottom: 9px; color: #55697a; font-size: .91rem; }
.guide-result strong { color: var(--coral); }
.guide-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; }

.process { background: #fbfdfd; }
.process-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; padding: 0; margin: 0; list-style: none; text-align: center; }
.process-list::before { content: ""; position: absolute; top: 48px; right: 12%; left: 12%; border-top: 2px dashed #b7d3db; }
.process-list li { position: relative; }
.process-list li > span { position: absolute; z-index: 2; top: -4px; right: calc(50% - 49px); display: grid; width: 25px; height: 25px; place-items: center; border: 3px solid #fbfdfd; border-radius: 50%; background: var(--coral); color: #fff; font-size: .7rem; font-weight: 800; }
.process-icon { position: relative; z-index: 1; display: grid; width: 92px; height: 92px; place-items: center; margin: 0 auto 22px; border: 1px solid #cde1e6; border-radius: 50%; background: #fff; color: var(--navy); font: 2rem Georgia, serif; box-shadow: 0 10px 25px rgba(30,73,98,.07); }
.process-list h3 { margin-bottom: 7px; font-size: 1.15rem; }
.process-list p { color: var(--muted); font-size: .88rem; }
.process-note { display: flex; width: fit-content; max-width: 820px; align-items: center; gap: 10px; padding: 13px 18px; margin: 42px auto 0; border-radius: 12px; background: #eaf4f6; color: #536a7b; font-size: .85rem; }
.process-note span { display: grid; width: 23px; height: 23px; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--blue); color: #fff; font-weight: 800; }

.everyone { background: var(--cream); }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.profile-card { overflow: hidden; border: 1px solid #eee2d5; border-radius: var(--radius); background: #fff; box-shadow: 0 12px 35px rgba(68,53,34,.05); }
.profile-card summary { display: flex; align-items: center; gap: 17px; padding: 23px; cursor: pointer; list-style: none; }
.profile-card summary::-webkit-details-marker { display: none; }
.profile-card summary > span:nth-child(2) { flex: 1; }
.profile-card summary b { display: block; color: var(--navy); font-family: "Nunito", sans-serif; font-size: 1.02rem; }
.profile-card summary small { display: block; margin-top: 4px; color: var(--muted); line-height: 1.35; }
.profile-card summary i { color: var(--coral); font-size: 1.2rem; font-style: normal; transition: transform .2s; }
.profile-card[open] summary i { transform: rotate(90deg); }
.profile-card > p { padding: 0 23px 23px; margin: 0; color: var(--muted); font-size: .9rem; }
.avatar { display: grid; width: 58px; height: 58px; place-items: center; flex: 0 0 auto; border-radius: 18px; font: 1.8rem Georgia, serif; }
.avatar-child { background: #ffe8dc; color: var(--coral); }
.avatar-family { background: #dfeff5; color: var(--blue); }
.avatar-neighbor { background: #e4f2e8; color: var(--green); }

.voice { padding-bottom: 45px; background: var(--cream); }
.voice-card { min-height: 365px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; border-radius: 30px; background: linear-gradient(125deg, #287e92, #1b5b78); color: #fff; }
.voice-copy { padding: 55px 60px; }
.voice-copy h2 { color: #fff; }
.voice-copy > p:not(.eyebrow) { color: #d5ebed; }
.speech-art { position: relative; align-self: stretch; background: radial-gradient(circle at 50% 60%, rgba(255,255,255,.18), transparent 55%); }
.bubble { position: absolute; display: grid; place-items: center; padding: 12px 17px; border-radius: 20px 20px 20px 4px; background: #fff; color: var(--navy); font: 700 .9rem "Nunito", sans-serif; text-align: center; transform: rotate(-3deg); }
.b1 { top: 45px; left: 25px; }
.b2 { top: 85px; right: 25px; background: #ffda88; transform: rotate(4deg); }
.b3 { top: 170px; left: 42%; background: #ffd8d0; transform: rotate(2deg); }
.faces { position: absolute; right: 45px; bottom: -40px; left: 45px; display: flex; align-items: flex-end; justify-content: space-around; }
.faces i { display: grid; width: 100px; height: 130px; place-items: center; border: 16px solid #f0aa74; border-radius: 55px 55px 10px 10px; background: var(--yellow); color: var(--navy); font: normal 2.3rem Georgia, serif; }
.faces i:nth-child(2) { height: 150px; border-color: #c78662; background: var(--coral); }
.faces i:nth-child(3) { height: 120px; background: #8dc2b1; }

.activities { background: #fff; }
.carousel-controls { display: flex; gap: 9px; }
.carousel-controls button { width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--navy); cursor: pointer; font-size: 1.2rem; }
.carousel-controls button:hover { border-color: var(--navy); background: var(--navy); color: #fff; }
.activity-window { overflow: hidden; }
.activity-track { display: grid; grid-auto-columns: calc((100% - 36px) / 3); grid-auto-flow: column; gap: 18px; transition: transform .35s ease; }
.activity-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.activity-visual { position: relative; height: 205px; display: grid; place-items: center; overflow: hidden; background: #e6f2f3; }
.activity-visual::before, .activity-visual::after { content: ""; position: absolute; border-radius: 50%; }
.activity-visual::before { width: 160px; height: 160px; top: -50px; right: -35px; background: rgba(255,255,255,.5); }
.activity-visual::after { width: 100px; height: 100px; bottom: -35px; left: -25px; background: rgba(238,114,95,.15); }
.activity-visual span { position: relative; z-index: 1; display: grid; width: 95px; height: 95px; place-items: center; border-radius: 35px; background: #fff; color: var(--navy); font: 2.8rem Georgia, serif; transform: rotate(-5deg); box-shadow: var(--shadow); }
.activity-card:nth-child(2n) .activity-visual { background: #fff1dc; }
.activity-card:nth-child(3n) .activity-visual { background: #e9e5f5; }
.activity-content { padding: 22px; }
.activity-content small { color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.activity-content h3 { margin: 8px 0; font-size: 1.2rem; }
.activity-content p { margin: 0; color: var(--muted); font-size: .9rem; }
.activity-help { margin: 22px 0 0; color: var(--muted); font-size: .82rem; text-align: center; }

.faq { background: #f5fafb; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 85px; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro h2 { margin-bottom: 18px; }
.faq-intro p { color: var(--muted); }
.faq-list { border-top: 1px solid #cadde3; }
.faq-list details { border-bottom: 1px solid #cadde3; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 4px; color: var(--navy); cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary i { font-size: 1.4rem; font-style: normal; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { padding: 0 35px 20px 4px; margin: 0; color: var(--muted); font-size: .92rem; }

.contact { background: #fff; }
.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 30px; background: var(--navy); box-shadow: var(--shadow); }
.contact-info { padding: 55px; color: #fff; }
.contact-info h2 { color: #fff; }
.contact-info > p:not(.eyebrow) { color: #cbd9e3; }
.contact-info dl { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 35px 0; }
.contact-info dl div { min-width: 0; }
.contact-info dt { margin-bottom: 5px; color: #a9c6d7; font-size: .77rem; font-weight: 700; text-transform: uppercase; }
.contact-info dt span { margin-right: 5px; color: var(--yellow); }
.contact-info dd { margin: 0; font-size: .92rem; overflow-wrap: anywhere; }
.contact-info dd a:hover { text-decoration: underline; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-wrap { position: relative; min-height: 565px; background: #e5eced; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 565px; border: 0; filter: saturate(.75) contrast(.95); }
.map-label { position: absolute; top: 24px; left: 24px; display: flex; align-items: center; gap: 12px; padding: 15px 17px; border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.map-label > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; background: #ffe7e1; color: var(--coral); font-size: 1.4rem; }
.map-label b, .map-label small { display: block; }
.map-label b { color: var(--navy); font-size: .87rem; }
.map-label small { color: var(--muted); }
.map-actions { position: absolute; right: 24px; bottom: 24px; display: flex; gap: 8px; }
.map-actions a { padding: 10px 14px; border-radius: 10px; background: #fff; box-shadow: var(--shadow); color: var(--navy); font-size: .82rem; font-weight: 800; }

.emergency { padding: 65px 0; background: #fff3e2; }
.emergency-heading { display: flex; align-items: center; gap: 17px; margin-bottom: 28px; }
.emergency-heading > span { display: grid; width: 48px; height: 48px; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--coral); color: #fff; font: 800 1.3rem "Nunito", sans-serif; }
.emergency-heading h2 { margin-bottom: 3px; font-size: 1.7rem; }
.emergency-heading p { margin: 0; color: var(--muted); }
.emergency-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.emergency-grid a { display: flex; min-width: 0; align-items: center; gap: 12px; padding: 19px; border: 1px solid #f1ddc5; border-radius: 16px; background: #fff; transition: transform .2s, box-shadow .2s; }
.emergency-grid a:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(109,75,34,.1); }
.emergency-grid b { color: var(--coral); font: 800 1.35rem "Nunito", sans-serif; }
.emergency-grid span { min-width: 0; flex: 1; }
.emergency-grid strong, .emergency-grid small { display: block; }
.emergency-grid strong { color: var(--navy); font-size: .84rem; }
.emergency-grid small { color: var(--muted); font-size: .67rem; line-height: 1.35; }
.emergency-grid i { color: var(--coral); font-style: normal; }

.site-footer { padding-top: 65px; background: var(--navy-deep); color: #c2d0da; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr 1fr 1.2fr; gap: 55px; padding-bottom: 55px; }
.brand-footer { margin-bottom: 20px; color: #fff; }
.brand-footer small { color: #afc0cd; }
.footer-grid > div > p { max-width: 260px; color: #9fb1bf; font-size: .86rem; }
.footer-grid h2 { margin-bottom: 17px; color: #fff; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: 8px 0; color: #aebfca; font-size: .83rem; }
.footer-grid > div > a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); color: #8298a8; font-size: .76rem; }
.footer-bottom p { margin: 0; }
.mobile-contact { display: none; }
.quick-exit { position: fixed; z-index: 19; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 7px; padding: 9px 13px; border-radius: 10px; background: #fff; box-shadow: 0 5px 25px rgba(0,0,0,.18); color: var(--navy); font-size: .75rem; font-weight: 800; }
.quick-exit span { display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--coral); color: #fff; }

@media (max-width: 1050px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .78rem; }
  .nav-cta { display: none; }
  .hero-grid { gap: 20px; }
  .hero-visual > svg { right: -12%; }
  .service-grid, .profile-grid { grid-template-columns: repeat(2, 1fr); }
  .emergency-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:nth-child(3) { display: none; }
}

@media (max-width: 800px) {
  html { scroll-padding-top: 76px; }
  .container { width: min(100% - 28px, 620px); }
  .section { padding: 75px 0; }
  .urgent-inner { min-height: 52px; justify-content: flex-start; gap: 10px; }
  .urgent-inner p { flex: 1; line-height: 1.3; }
  .urgent-inner p strong { display: block; }
  .urgent-inner a { white-space: nowrap; }
  .urgent-inner a:nth-of-type(2) { display: none; }
  .nav-wrap { min-height: 72px; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; margin-left: auto; border: 0; border-radius: 10px; background: #eef5f7; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 2px; background: var(--navy); transition: transform .2s, opacity .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(3) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-last-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; top: 124px; right: 0; bottom: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 25px 30px; background: #fff; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .hero { background: linear-gradient(180deg, var(--cream) 0 58%, #e2f1f1 58%); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 65px; text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .trust-list { justify-content: center; }
  .hero-text { margin-inline: auto; }
  .hero-visual { min-height: 470px; }
  .hero-visual > svg { width: 100%; right: 0; }
  .sun { width: 360px; height: 360px; }
  .note-one { left: 0; }
  .note-two { right: 0; }
  .guide-grid, .faq-grid, .contact-card, .voice-card { grid-template-columns: 1fr; }
  .guide-grid { gap: 45px; }
  .guide-art { display: none; }
  .process-list { grid-template-columns: repeat(2, 1fr); row-gap: 45px; }
  .process-list::before { display: none; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 18px; }
  .voice-card { text-align: center; }
  .voice-copy { padding: 45px 30px; }
  .speech-art { min-height: 310px; }
  .activity-track { grid-auto-columns: calc((100% - 18px) / 2); }
  .faq-grid { gap: 40px; }
  .faq-intro { position: static; }
  .map-wrap, .map-wrap iframe { min-height: 440px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
  .footer-grid > div:nth-child(2) { display: none; }
}

@media (max-width: 560px) {
  body { padding-bottom: 62px; }
  h2 { font-size: 2.1rem; }
  .urgent-inner { font-size: .68rem; }
  .urgent-inner p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .brand-mark { width: 39px; height: 39px; }
  .brand b { font-size: 1rem; }
  .hero h1 { font-size: 2.7rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-list { gap: 8px 14px; font-size: .76rem; }
  .hero-visual { min-height: 360px; }
  .sun { width: 290px; height: 290px; top: 30px; }
  .visual-note { padding: 8px 10px; font-size: .65rem; }
  .visual-note span { width: 25px; height: 25px; }
  .note-one { top: 55px; }
  .note-two { bottom: 45px; }
  .service-grid, .profile-grid, .process-list, .emergency-grid { grid-template-columns: 1fr; }
  .service-card, .service-card summary { min-height: auto; }
  .service-card summary { display: grid; grid-template-columns: 50px 1fr 20px; gap: 14px; align-items: center; padding: 20px; }
  .service-card summary > span:nth-child(2) { display: block; }
  .service-icon { margin: 0; }
  .service-card summary i { position: static; grid-column: 3; grid-row: 1; }
  .guide-panel { padding: 23px; }
  .guide-result { min-height: 200px; }
  .guide-actions { align-items: stretch; flex-direction: column; text-align: center; }
  .process-list { gap: 25px; }
  .process-list li { display: grid; grid-template-columns: 75px 1fr; text-align: left; }
  .process-icon { width: 64px; height: 64px; grid-row: 1 / 3; margin: 0; }
  .process-list li > span { top: -5px; right: auto; left: 47px; }
  .process-list h3 { align-self: end; margin: 0; }
  .process-list p { margin: 4px 0 0; }
  .profile-card summary { padding: 18px; }
  .avatar { width: 48px; height: 48px; border-radius: 14px; }
  .voice { padding-bottom: 25px; }
  .voice-card { border-radius: 22px; }
  .bubble { padding: 9px 11px; font-size: .7rem; }
  .faces { right: 20px; left: 20px; }
  .faces i { width: 72px; height: 100px; border-width: 11px; }
  .faces i:nth-child(2) { height: 120px; }
  .faces i:nth-child(3) { height: 90px; }
  .activity-track { grid-auto-columns: 100%; }
  .contact-info { padding: 35px 25px; }
  .contact-info dl { grid-template-columns: 1fr; gap: 18px; }
  .contact-actions .button { width: 100%; }
  .map-wrap, .map-wrap iframe { min-height: 400px; }
  .map-label { top: 14px; left: 14px; }
  .map-actions { right: 14px; bottom: 14px; left: 14px; }
  .map-actions a { flex: 1; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:nth-child(4) { display: none; }
  .footer-bottom { display: block; text-align: center; }
  .footer-bottom p + p { margin-top: 5px; }
  .mobile-contact { position: fixed; z-index: 18; right: 0; bottom: 0; left: 0; display: flex; height: 62px; align-items: center; justify-content: center; gap: 10px; background: var(--coral); color: #fff; box-shadow: 0 -6px 25px rgba(0,0,0,.15); }
  .quick-exit { right: 9px; bottom: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
