:root {
  --green-950: #173d35;
  --green-900: #1d4d42;
  --green-800: #286457;
  --green-700: #387a68;
  --green-100: #e7f2ed;
  --green-50: #f3f8f5;
  --cream: #fbf7ef;
  --cream-deep: #f3eadb;
  --gold: #ddaa5b;
  --coral: #e48c6d;
  --ink: #20312d;
  --muted: #687773;
  --line: #dfe8e3;
  --white: #fff;
  --shadow: 0 22px 60px rgba(25, 66, 56, .12);
  --radius-lg: 28px;
  --radius-md: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Malgun Gothic", "Apple SD Gothic Neo", system-ui, -apple-system, sans-serif;
  line-height: 1.65;
  word-break: keep-all;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(860px, calc(100% - 40px)); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(29, 77, 66, .08);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(15px);
}
.header-inner { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--green-100); }
.brand-mark svg { width: 31px; fill: var(--green-800); }
.brand-mark .brand-hand { fill: var(--gold); opacity: .95; }
.brand strong { display: block; color: var(--green-950); font-size: 22px; line-height: 1.25; letter-spacing: -.035em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; color: #40534e; font-size: 14px; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green-700); transition: .2s; }
.desktop-nav a:hover::after { right: 0; }
.header-call { display: flex; flex-direction: column; justify-content: center; min-width: 178px; height: 54px; padding: 0 19px; border-radius: 15px; color: #fff; background: var(--green-900); }
.header-call span { font-size: 10px; opacity: .72; }
.header-call strong { font-size: 17px; line-height: 1.25; }
.header-consult { min-width: 126px; align-items: center; padding: 0 22px; }
.header-consult strong { font-size: 16px; letter-spacing: .01em; }

.hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #f8f3e9 0%, #fffaf2 49%, #edf6f1 100%); }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; left: -240px; top: 100px; border: 1px solid rgba(56, 122, 104, .1); border-radius: 50%; box-shadow: 0 0 0 60px rgba(56,122,104,.025), 0 0 0 120px rgba(56,122,104,.018); }
.hero-grid { min-height: 700px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 24px; padding-top: 32px; padding-bottom: 54px; }
.hero-copy { position: relative; z-index: 2; padding-left: 20px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--green-700); font-size: 13px; font-weight: 800; letter-spacing: .09em; }
.eyebrow span { width: 25px; height: 2px; background: var(--gold); }
.eyebrow.centered { justify-content: center; }
.eyebrow.light { color: #d5e9e2; }
.hero h1 { margin: 0; color: var(--green-950); font-size: clamp(36px, 3.7vw, 52px); line-height: 1.28; letter-spacing: -.045em; }
.hero-title-line { display: block; }
.hero-title-long { white-space: nowrap; }
.hero h1 em { position: relative; color: var(--green-700); font-style: normal; }
.hero h1 em::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 9px; z-index: -1; border-radius: 20px; background: rgba(221, 170, 91, .28); }
.hero-lead { margin: 25px 0 0; color: #62716c; font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 25px; border: 0; border-radius: 15px; cursor: pointer; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green-900); box-shadow: 0 12px 26px rgba(29, 77, 66, .2); }
.button-primary:hover { background: var(--green-950); box-shadow: 0 15px 30px rgba(29, 77, 66, .28); }
.button-secondary { border: 1px solid #cbd8d2; color: var(--green-900); background: rgba(255,255,255,.7); }
.button-icon { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: var(--green-900); background: #fff; font-size: 12px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 19px; margin: 27px 0 0; padding: 0; list-style: none; color: #5b6b66; font-size: 13px; font-weight: 600; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points span { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: var(--green-800); background: var(--green-100); font-size: 11px; }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.sun-orb { position: absolute; width: 350px; height: 350px; margin-top: 120px; border-radius: 50%; background: linear-gradient(145deg, #f1e5cf, #f9f3e8); }
.visual-card { position: relative; width: min(650px, 100%); height: 590px; }
.business-cards { position: absolute; left: 50%; top: 5px; z-index: 8; width: min(650px, 108%); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; transform: translateX(-50%); }
.business-card { position: relative; aspect-ratio: 1.74 / 1; margin: 0; padding: 15px 17px; overflow: hidden; border: 5px solid #fff; border-radius: 14px; color: #26332f; background: #fffdfa; box-shadow: 0 18px 38px rgba(23,61,53,.2); }
.business-card:first-child { transform: rotate(-2deg); }
.business-card:last-child { transform: rotate(2deg) translateY(7px); }
.business-card-services h3 { margin: 0 0 6px; padding-bottom: 6px; border-bottom: 1px solid #cdd9d3; color: var(--green-950); font-size: 13px; line-height: 1.2; text-align: center; white-space: nowrap; }
.card-service-list { margin: 0; padding-left: 19px; font-size: 9.5px; line-height: 1.3; }
.card-service-list li { margin-bottom: 2px; padding-left: 1px; }
.card-service-list strong, .card-service-list span { display: block; }
.card-service-list strong { color: #b75f48; font-size: 10px; }
.card-service-list span { color: #475651; }
.wheelchair-note { position: absolute; right: 15px; bottom: 9px; margin: 0; color: var(--green-900); font-size: 9.5px; font-weight: 800; }
.wheelchair-note b { color: #2d487c; }
.business-card-contact { display: flex; flex-direction: column; justify-content: center; }
.card-center-name { display: grid; grid-template-columns: 30px 1fr; align-items: center; margin-bottom: 10px; color: var(--green-950); text-align: center; }
.card-center-name > span { grid-row: 1 / 3; color: var(--gold); font-size: 27px; }
.card-center-name strong { font-size: 18px; line-height: 1.18; letter-spacing: -.04em; }
.card-center-name b { font-size: 15px; line-height: 1.15; }
.card-contact-details { display: grid; grid-template-columns: 86px 1fr; align-items: center; border-top: 1px solid #d6dfda; padding-top: 9px; }
.card-representative { padding-right: 9px; border-right: 1px solid #a8b4ae; text-align: center; }
.card-representative small { display: block; font-size: 8.5px; line-height: 1.3; }
.card-representative strong { display: block; margin-top: 4px; font-size: 14px; letter-spacing: .12em; }
.card-phone { padding-left: 10px; }
.card-phone small { display: block; color: #63726d; font-size: 8.5px; }
.card-phone > strong { display: block; color: #2d487c; font-size: 19px; line-height: 1.2; letter-spacing: -.025em; white-space: nowrap; }
.card-phone p { margin: 5px 0 0; font-size: 9px; }
.card-phone p b { color: var(--green-800); }
.care-illustration { position: absolute; left: 50%; bottom: -4px; width: 80%; height: 76%; overflow: visible; transform: translateX(-50%); }
.care-illustration .blob { fill: #dbece4; }
.home-roof { fill: none; stroke: var(--green-900); stroke-width: 18; stroke-linecap: round; stroke-linejoin: round; }
.home-body { fill: #fffdfa; stroke: var(--green-900); stroke-width: 8; stroke-linejoin: round; }
.home-door { fill: #efd8b1; stroke: var(--green-900); stroke-width: 6; }
.heart { fill: var(--coral); }
.hand { fill: #e9b995; stroke: #cf9675; stroke-width: 3; stroke-linejoin: round; }
.hand-right { fill: #f2c8a9; }
.spark { fill: var(--gold); }
.spark-small { fill: var(--coral); }
.leaf { fill: var(--green-700); }
.leaf-right { fill: #6b9988; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 11px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.85); border-radius: 16px; background: rgba(255,255,255,.88); box-shadow: 0 13px 35px rgba(34,72,63,.13); backdrop-filter: blur(10px); }
.floating-note small, .floating-note strong { display: block; color: var(--green-950); font-size: 12px; font-weight: 700; line-height: 1.48; }
.note-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; color: var(--green-900); background: var(--green-100); font-size: 20px; font-weight: 800; }
.note-one { right: -2px; top: 238px; }
.note-two { left: 18px; bottom: 48px; }
.hero-wave { position: absolute; left: -3%; right: -3%; bottom: -47px; height: 85px; border-radius: 50% 50% 0 0; background: #fff; }

.trust-strip { position: relative; z-index: 3; margin-top: -2px; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 17px 45px rgba(30, 77, 66, .08); }
.trust-grid article { display: flex; align-items: center; gap: 17px; padding: 25px 32px; }
.trust-grid article + article { border-left: 1px solid var(--line); }
.trust-number { color: var(--gold); font-size: 24px; font-weight: 800; }
.trust-grid strong, .trust-grid p { display: block; margin: 0; }
.trust-grid strong { color: var(--green-950); font-size: 15px; }
.trust-grid p { margin-top: 2px; color: #7b8a86; font-size: 12px; }

.section { padding: 112px 0; }
.section-heading { margin: 0 auto 52px; text-align: center; }
.section-heading h2, .promise-copy h2, .area h2 { margin: 0; color: var(--green-950); font-size: clamp(31px, 3.2vw, 43px); line-height: 1.4; letter-spacing: -.035em; }
.section-heading > p:last-child { margin: 17px 0 0; color: var(--muted); font-size: 15px; }
.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 310px; padding: 31px 25px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -50px; bottom: -60px; border-radius: 50%; background: var(--green-50); transition: transform .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #bed5ca; box-shadow: var(--shadow); }
.service-card:hover::after { transform: scale(1.35); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: var(--green-100); }
.service-icon svg { width: 32px; fill: none; stroke: var(--green-800); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.service-card.featured { border-color: transparent; color: #fff; background: var(--green-900); box-shadow: 0 16px 35px rgba(29,77,66,.2); }
.service-card.featured .service-icon { background: rgba(255,255,255,.14); }
.service-card.featured .service-icon svg { stroke: #fff; }
.service-card.featured h3, .service-card.featured p { color: #fff; }
.service-card.featured .card-number { color: #dfbe85; }
.service-card.featured::after { background: rgba(255,255,255,.05); }
.card-number { margin: 24px 0 7px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.service-card h3 { margin: 0 0 12px; color: var(--green-950); font-size: 19px; }
.service-card > p:last-child { margin: 0; color: #71807b; font-size: 13px; line-height: 1.75; }

.promise { background: var(--cream); }
.promise-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 80px; }
.promise-visual { position: relative; min-height: 470px; display: flex; flex-direction: column; justify-content: center; padding: 70px 55px; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: linear-gradient(145deg, var(--green-800), var(--green-950)); box-shadow: 0 25px 60px rgba(23,61,53,.19); }
.promise-visual::after { content: ""; position: absolute; width: 190px; height: 190px; right: -50px; top: -60px; border: 35px solid rgba(255,255,255,.06); border-radius: 50%; }
.quote-mark { position: absolute; top: 35px; left: 50px; color: var(--gold); font-family: Georgia, serif; font-size: 92px; line-height: 1; opacity: .8; }
.promise-visual > p { position: relative; z-index: 2; margin: 35px 0 20px; font-size: 21px; line-height: 1.9; }
.promise-visual > p strong { color: #f0d199; }
.promise-visual > span { position: relative; z-index: 2; color: #c2d8d1; font-size: 12px; }
.promise-pattern { position: absolute; width: 220px; height: 220px; right: -40px; bottom: -60px; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 15px, rgba(255,255,255,.055) 16px 17px); }
.promise-copy h2 { margin-bottom: 34px; }
.promise-list { display: grid; gap: 27px; }
.promise-list article { display: grid; grid-template-columns: 44px 1fr; gap: 17px; }
.promise-list article > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #cbd9d2; border-radius: 50%; color: var(--green-800); font-size: 13px; font-weight: 800; }
.promise-list strong { display: block; margin-bottom: 7px; color: var(--green-950); font-size: 16px; }
.promise-list p { margin: 0; color: var(--muted); font-size: 13px; }

.process { background: #fff; }
.process-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 38px; margin: 0; padding: 0; list-style: none; }
.process-list::before { content: ""; position: absolute; left: 12%; right: 12%; top: 94px; border-top: 1px dashed #b7cbc1; }
.process-list li { position: relative; z-index: 1; text-align: center; }
.step { display: block; margin-bottom: 20px; color: var(--green-700); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.process-icon { width: 92px; height: 92px; display: grid; place-items: center; margin: 0 auto 20px; border: 8px solid #fff; border-radius: 50%; color: var(--green-800); background: var(--green-100); box-shadow: 0 0 0 1px var(--line); font-size: 25px; font-weight: 700; }
.process-list strong { display: block; color: var(--green-950); font-size: 17px; }
.process-list p { margin: 8px auto 0; color: var(--muted); font-size: 12px; max-width: 175px; }

.area { background: var(--green-50); }
.area-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 80px; }
.area-lead { max-width: 560px; margin: 20px 0 28px; color: var(--muted); font-size: 14px; }
.area-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.area-pills span { padding: 9px 17px; border: 1px solid #c9dbd2; border-radius: 99px; color: var(--green-800); background: rgba(255,255,255,.75); font-size: 13px; font-weight: 700; }
.map-card { position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.nationwide-map { position: relative; width: 246px; height: 350px; margin-bottom: 45px; display: grid; place-items: center; }
.nationwide-map .map-halo { position: absolute; width: 300px; height: 300px; border-radius: 50%; background: #f0f7f3; }
.korea-map-image { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; opacity: .82; filter: sepia(.36) saturate(.8) hue-rotate(95deg) brightness(1.06); }
.nationwide-badge { position: absolute; z-index: 3; right: -8px; top: 42px; padding: 9px 14px; border-radius: 99px; color: #fff; background: var(--green-900); box-shadow: 0 9px 22px rgba(29,77,66,.2); font-size: 12px; font-weight: 800; }
.nationwide-badge::before { content: ""; position: absolute; left: -8px; top: 50%; width: 10px; height: 10px; transform: translateY(-50%) rotate(45deg); background: var(--green-900); }
.map-caption { position: absolute; left: 25px; right: 25px; bottom: 22px; display: flex; align-items: center; justify-content: space-between; padding: 14px 17px; border-radius: 13px; color: #fff; background: rgba(23,61,53,.92); }
.map-caption strong { font-size: 14px; }
.map-caption span { color: #d3e1dc; font-size: 10px; }

.faq { background: #fff; }
.faq-list { border-top: 2px solid var(--green-950); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 12px; border: 0; color: var(--ink); background: transparent; cursor: pointer; text-align: left; font-size: 15px; font-weight: 700; }
.faq-item button span { display: flex; align-items: center; gap: 15px; }
.faq-item button b { color: var(--green-700); font-size: 17px; }
.faq-item button i { position: relative; width: 18px; height: 18px; flex: 0 0 18px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 2px; right: 2px; top: 8px; height: 2px; background: var(--green-800); transition: transform .2s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item.open button i::after { transform: rotate(0); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-answer p { margin: 0; padding: 0 54px 25px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.faq-item.open .faq-answer { max-height: 180px; }

.contact { padding: 85px 0; color: #fff; background: var(--green-950); }
.contact-grid { display: grid; grid-template-columns: 1fr 430px; align-items: center; gap: 70px; }
.contact h2 { margin: 0; font-size: clamp(34px, 4vw, 49px); line-height: 1.35; letter-spacing: -.04em; }
.contact > .container > div:first-child > p:last-child { margin: 20px 0 0; color: #bdd0ca; }
.contact-card { padding: 31px 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.075); }
.contact-label { display: block; color: #c8d9d3; font-size: 12px; }
.contact-card > strong { display: block; margin: 1px 0 9px; color: #fff; font-size: 34px; letter-spacing: -.02em; }
.contact-card > p { margin: 0 0 20px; color: #b8cbc5; font-size: 12px; }
.button-contact { width: 100%; min-height: 53px; color: var(--green-950); background: #f0d199; }
.contact-card > small { display: block; margin-top: 9px; color: #96afa7; font-size: 10px; text-align: center; }

.site-footer { padding: 45px 0 25px; color: #7d8b87; background: #f6f7f6; font-size: 11px; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; padding-bottom: 29px; }
.footer-brand strong { display: block; color: var(--green-950); font-size: 15px; }
.footer-brand p { margin: 7px 0 0; }
.footer-info p { margin: 3px 0; }
.footer-info b { color: #52635e; }
.footer-info span { display: inline-block; height: 10px; margin: 0 10px; border-left: 1px solid #cbd2cf; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #e0e5e2; }
.footer-bottom p { margin: 0; }
.mobile-call { display: none; }
.toast { position: fixed; left: 50%; bottom: 32px; z-index: 100; transform: translate(-50%, 30px); padding: 13px 20px; border-radius: 12px; color: #fff; background: rgba(23,61,53,.96); box-shadow: 0 12px 35px rgba(0,0,0,.18); font-size: 12px; opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr 1fr; }
  .hero-copy { padding-left: 0; }
  .hero h1 { font-size: 41px; }
  .hero-visual { min-height: 660px; }
  .visual-card { height: 650px; }
  .business-cards { width: min(390px, 96%); grid-template-columns: 1fr; gap: 10px; }
  .care-illustration { width: 78%; height: 50%; }
  .floating-note { transform: scale(.88); }
  .note-one { right: -25px; top: 425px; }
  .note-two { bottom: 35px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .promise-grid { gap: 45px; }
  .area-grid { gap: 45px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 67px; }
  .container, .narrow { width: min(100% - 32px, 620px); }
  .header-inner { height: 72px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand strong { font-size: 18px; }
  .header-call { display: none; }
  .hero-grid { display: flex; flex-direction: column; padding-top: 65px; padding-bottom: 70px; }
  .hero-copy { width: 100%; text-align: center; }
  .eyebrow { justify-content: center; }
  .hero h1 { font-size: 32px; line-height: 1.34; }
  .hero h1 .hero-title-long { font-size: clamp(21px, 6vw, 26px); }
  .hero-lead { font-size: 15px; }
  .desktop-only { display: none; }
  .hero-actions { justify-content: center; }
  .hero-points { justify-content: center; }
  .hero-visual { min-height: 680px; width: 100%; margin-top: 22px; }
  .sun-orb { width: 290px; height: 290px; margin-top: 280px; }
  .visual-card { width: 420px; max-width: 100%; height: 660px; }
  .business-cards { top: 0; width: min(350px, 94%); grid-template-columns: 1fr; gap: 12px; }
  .business-card { padding: 12px 14px; border-width: 4px; border-radius: 11px; box-shadow: 0 14px 30px rgba(23,61,53,.2); }
  .business-card:first-child { transform: rotate(-1deg); }
  .business-card:last-child { transform: rotate(1deg); }
  .business-card-services { display: flex; flex-direction: column; }
  .business-card-services h3 { margin-bottom: 6px; padding-bottom: 6px; font-size: 13px; }
  .card-service-list { padding-left: 19px; font-size: 10.2px; line-height: 1.32; }
  .card-service-list li { margin-bottom: 3px; }
  .card-service-list strong { font-size: 10.8px; }
  .wheelchair-note { position: static; margin: auto 0 0; font-size: 10.5px; text-align: right; }
  .card-center-name { grid-template-columns: 25px 1fr; margin-bottom: 8px; }
  .card-center-name > span { font-size: 23px; }
  .card-center-name strong { font-size: 15px; }
  .card-center-name b { font-size: 13px; }
  .card-contact-details { grid-template-columns: 75px 1fr; padding-top: 7px; }
  .card-representative { padding-right: 8px; }
  .card-representative small, .card-phone small { font-size: 7px; }
  .card-representative strong { margin-top: 3px; font-size: 12px; }
  .card-phone { padding-left: 9px; }
  .card-phone > strong { font-size: 16px; }
  .card-phone p { margin-top: 4px; font-size: 7.5px; }
  .care-illustration { width: 82%; height: 50%; bottom: -1px; }
  .floating-note { padding: 10px 12px; transform: scale(.8); }
  .note-one { right: -25px; top: 435px; }
  .note-two { left: -18px; bottom: 35px; }
  .hero-wave { bottom: -55px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { padding: 20px 24px; }
  .trust-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .section { padding: 82px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .promise-copy h2, .area h2 { font-size: 29px; }
  .section-heading > p:last-child { font-size: 13px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .promise-grid, .area-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .promise-grid { gap: 45px; }
  .promise-visual { min-height: 380px; padding: 55px 35px; }
  .promise-visual > p { font-size: 18px; }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 45px 15px; }
  .process-list::before { display: none; }
  .area-grid { gap: 35px; }
  .map-card { min-height: 350px; }
  .map-caption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .faq-item button { padding: 21px 6px; font-size: 14px; }
  .faq-answer p { padding-left: 40px; padding-right: 12px; }
  .contact { padding: 70px 0; }
  .contact-grid { gap: 37px; }
  .contact h2 { font-size: 36px; }
  .contact-card { padding: 27px 25px; }
  .contact-card > strong { font-size: 29px; }
  .footer-grid { gap: 25px; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .mobile-call { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; min-height: 67px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: var(--green-900); box-shadow: 0 -7px 25px rgba(20,54,46,.18); font-size: 17px; font-weight: 800; }
  .mobile-call span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: var(--green-900); background: #fff; font-size: 13px; }
  .toast { width: calc(100% - 30px); bottom: 84px; text-align: center; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 29px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-points { flex-direction: column; align-items: center; }
  .note-one { right: -42px; }
  .process-list { grid-template-columns: 1fr 1fr; }
}

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