:root {
  --green-950: #0b302d;
  --green-900: #103f3a;
  --green-800: #155e56;
  --green-700: #1f746a;
  --green-100: #dcebe7;
  --green-050: #eef7f4;
  --cream: #fbf8f1;
  --cream-2: #f5efe4;
  --coral: #e38a62;
  --gold: #e7b84c;
  --ink: #162b29;
  --muted: #60706e;
  --line: #dfe8e5;
  --white: #fff;
  --shadow: 0 18px 55px rgba(13, 63, 58, .12);
  --radius: 24px;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Noto Sans KR", sans-serif; line-height: 1.65; word-break: keep-all; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.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; top: -60px; left: 16px; z-index: 9999; padding: 12px 18px; background: var(--green-950); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 1000; height: 82px; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(16,63,58,.09); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand span { display: flex; flex-direction: column; line-height: 1.15; }
.brand strong { font-size: 1.25rem; color: var(--green-900); letter-spacing: -.04em; }
.brand small { margin-top: 4px; font-size: .75rem; font-weight: 600; color: var(--muted); letter-spacing: .08em; }
.primary-nav { display: flex; justify-content: center; gap: 30px; margin-left: auto; }
.primary-nav a { position: relative; font-size: .93rem; font-weight: 600; color: #314441; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--coral); transition: .25s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.header-call { display: flex; flex-direction: column; padding-left: 20px; border-left: 1px solid var(--line); line-height: 1.25; }
.header-call span { font-size: .7rem; color: var(--muted); }
.header-call strong { margin-top: 3px; color: var(--green-800); font-size: .98rem; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--green-900); transition: .25s; }

.hero { position: relative; min-height: 730px; display: flex; align-items: center; overflow: hidden; background: var(--cream); }
.hero-media { position: absolute; inset: 0; background: url("assets/images/hero-stroke-rehab.webp") 53% center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,248,241,.98) 0%, rgba(251,248,241,.91) 29%, rgba(251,248,241,.25) 58%, rgba(251,248,241,0) 75%); }
.hero-content { position: relative; z-index: 2; padding-block: 100px; }
.hero-copy { width: min(650px, 55%); }
.eyebrow, .section-kicker { margin: 0 0 16px; color: var(--green-700); font-size: .84rem; font-weight: 800; letter-spacing: .06em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(2.8rem, 5.3vw, 5rem); line-height: 1.12; letter-spacing: -.055em; color: var(--green-950); }
h1 em, h2 em { color: var(--green-700); font-style: normal; }
.hero-lead { margin-bottom: 32px; color: #3f504e; font-size: 1.14rem; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 9px; padding: 0 24px; border: 1px solid transparent; border-radius: 12px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-800); color: #fff; box-shadow: 0 10px 28px rgba(21,94,86,.22); }
.button-primary:hover { background: var(--green-900); box-shadow: 0 14px 35px rgba(21,94,86,.3); }
.button-secondary { border-color: rgba(21,94,86,.28); background: rgba(255,255,255,.74); color: var(--green-900); }
.button-light { background: #fff; color: var(--green-900); }
.button-outline-light { border-color: rgba(255,255,255,.5); color: #fff; }
.button-icon { font-size: 1.1rem; }
.hero-facts { display: flex; gap: 0; margin-top: 42px; }
.hero-facts span { display: flex; align-items: center; gap: 9px; padding: 0 18px; color: #4e5f5c; font-size: .78rem; font-weight: 600; border-right: 1px solid rgba(21,94,86,.18); }
.hero-facts span:first-child { padding-left: 0; }
.hero-facts span:last-child { border: 0; }
.hero-facts b { color: var(--coral); font-size: .69rem; }
.scroll-hint { position: absolute; z-index: 2; bottom: 22px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 4px; color: rgba(16,63,58,.72); font-size: .68rem; letter-spacing: .1em; }
.scroll-hint span { font-size: 1.2rem; animation: bounce 1.7s infinite; }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

.quick-check { position: relative; z-index: 5; margin-top: -1px; background: var(--green-900); color: #fff; }
.quick-grid { min-height: 132px; display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); align-items: stretch; }
.quick-grid > * { display: flex; align-items: center; padding: 28px; border-right: 1px solid rgba(255,255,255,.13); }
.quick-grid > *:last-child { border: 0; }
.quick-title { gap: 15px; }
.quick-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--green-900); background: var(--coral); font-weight: 900; }
.quick-title p, .quick-grid a { margin: 0; }
.quick-title strong, .quick-title small, .quick-grid a span, .quick-grid a b { display: block; }
.quick-title strong { margin-bottom: 4px; font-size: 1rem; }
.quick-title small { color: rgba(255,255,255,.65); font-size: .73rem; }
.quick-grid a { flex-direction: column; justify-content: center; align-items: flex-start; transition: background .2s; }
.quick-grid a:hover { background: rgba(255,255,255,.06); }
.quick-grid a span { color: var(--green-100); font-size: .75rem; }
.quick-grid a b { margin-top: 8px; font-size: .9rem; }

.section { padding: 120px 0; }
.split-layout, .split-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.image-frame { position: relative; }
.image-frame > img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-frame::before { content: ""; position: absolute; z-index: -1; width: 72%; height: 75%; left: -26px; top: -26px; border-radius: var(--radius); background: var(--green-100); }
.image-note { position: absolute; right: -28px; bottom: -32px; width: 330px; padding: 22px 24px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.image-note strong, .image-note span { display: block; }
.image-note strong { margin-bottom: 5px; color: var(--green-900); }
.image-note span { color: var(--muted); font-size: .78rem; }
.section-copy h2, .section-heading h2, .flow-copy h2, .area-copy h2, .faq-intro h2, .contact-copy h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1.28; letter-spacing: -.045em; color: var(--green-950); }
.section-intro, .section-heading > p:last-child, .flow-copy > p, .area-copy > p, .faq-intro > p { color: var(--muted); }
.discipline-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
.discipline-grid article { display: flex; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.discipline-grid article > span { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green-050); color: var(--green-800); font-weight: 900; }
.discipline-grid h3 { margin-bottom: 4px; font-size: .95rem; }
.discipline-grid p { margin-bottom: 0; color: var(--muted); font-size: .76rem; line-height: 1.55; }
.notice { margin: 22px 0 0; padding-left: 14px; border-left: 3px solid var(--coral); color: var(--muted); font-size: .74rem; }

.rehab-section { background: var(--cream); }
.section-heading { max-width: 680px; margin-bottom: 50px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { max-width: 620px; margin-inline: auto; }
.rehab-feature { position: relative; min-height: 510px; margin-bottom: 54px; border-radius: 28px; overflow: hidden; box-shadow: var(--shadow); }
.rehab-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.rehab-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,48,45,.12), transparent 50%); }
.rehab-feature-card { position: absolute; z-index: 2; left: 48px; bottom: 48px; width: 400px; padding: 34px; border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 16px 45px rgba(0,0,0,.15); backdrop-filter: blur(12px); }
.pill { display: inline-block; margin-bottom: 16px; padding: 7px 12px; border-radius: 999px; background: var(--green-100); color: var(--green-800); font-size: .72rem; font-weight: 800; }
.rehab-feature-card h3 { margin-bottom: 18px; color: var(--green-950); font-size: 1.55rem; line-height: 1.45; letter-spacing: -.03em; }
.rehab-feature-card ul, .rehab-card ul { list-style: none; margin: 0; padding: 0; }
.rehab-feature-card li { position: relative; padding: 7px 0 7px 22px; color: #4d605d; font-size: .84rem; }
.rehab-feature-card li::before, .rehab-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-700); font-weight: 900; }
.rehab-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rehab-card { position: relative; min-height: 370px; padding: 32px; border: 1px solid rgba(21,94,86,.1); border-radius: 20px; background: #fff; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.rehab-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.rehab-card::before { content: ""; position: absolute; width: 120px; height: 120px; right: -50px; top: -50px; border-radius: 50%; opacity: .16; background: var(--accent); }
.rehab-card[data-accent="coral"] { --accent: #e38a62; }.rehab-card[data-accent="gold"] { --accent: #e7b84c; }.rehab-card[data-accent="green"] { --accent: #4b947e; }.rehab-card[data-accent="blue"] { --accent: #6198ae; }.rehab-card[data-accent="violet"] { --accent: #8175a8; }.rehab-card[data-accent="mint"] { --accent: #69aa9a; }
.card-number { color: var(--accent); font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.card-icon { width: 55px; height: 55px; display: grid; place-items: center; margin: 20px 0; border-radius: 16px; background: color-mix(in srgb, var(--accent) 16%, white); color: var(--accent); font-size: 1.65rem; font-weight: 400; }
.rehab-card h3 { margin-bottom: 10px; color: var(--green-950); font-size: 1.28rem; }
.rehab-card > p { min-height: 75px; margin-bottom: 18px; color: var(--muted); font-size: .82rem; }
.rehab-card li { position: relative; padding: 4px 0 4px 20px; color: #405451; font-size: .77rem; }
.inline-cta { margin-top: 24px; padding: 24px 30px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-radius: 18px; background: var(--green-100); }
.inline-cta span, .inline-cta strong { display: block; }
.inline-cta span { color: var(--muted); font-size: .78rem; }.inline-cta strong { color: var(--green-900); font-size: 1.12rem; }

.nursing-section { background: #fff; }
.service-infographic { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 260px; padding: 30px 24px; text-align: center; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg,#fff,var(--green-050)); overflow: hidden; transition: .25s; }
.service-card:hover { transform: translateY(-4px); border-color: #b7d1ca; box-shadow: 0 12px 30px rgba(21,94,86,.09); }
.service-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 20px; background: var(--cream-2); color: var(--green-800); font-size: 1.8rem; font-weight: 500; }
.service-card h3 { margin-bottom: 10px; color: var(--green-900); font-size: 1.08rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.75; }
.service-card b { position: absolute; right: 16px; bottom: 8px; color: rgba(21,94,86,.08); font-size: 3.2rem; }
.service-disclaimer { margin: 28px auto 0; color: var(--muted); font-size: .76rem; text-align: center; }

.ltci-section { color: #fff; background: var(--green-900); }
.ltci-section .section-kicker { color: #9fd2c8; }
.ltci-section .section-heading h2 { color: #fff; }
.ltci-section .section-heading h2 em { color: #f2bf68; }
.ltci-section .section-heading > p:last-child { color: rgba(255,255,255,.68); }
.process-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; border-radius: 20px; overflow: hidden; background: rgba(255,255,255,.12); }
.process-list li { position: relative; min-height: 330px; padding: 32px 24px; background: rgba(255,255,255,.07); }
.process-list li > span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--coral); color: #fff; font-size: .72rem; font-weight: 900; }
.process-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 25px 0 20px; border-radius: 20px; border: 1px solid rgba(255,255,255,.2); color: #bde0d9; font-size: .78rem; font-weight: 800; }
.process-list h3 { margin-bottom: 12px; font-size: 1.05rem; }
.process-list p { color: rgba(255,255,255,.7); font-size: .78rem; }
.process-list small { position: absolute; bottom: 24px; left: 24px; right: 24px; color: #f2bf68; font-size: .68rem; }
.ltci-help { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 18px; margin-top: 24px; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.06); }
.help-badge { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--green-950); background: #f2bf68; font-size: 1.25rem; font-weight: 900; }
.ltci-help strong { font-size: .96rem; }.ltci-help p { margin: 4px 0 0; color: rgba(255,255,255,.65); font-size: .74rem; }

.visit-flow { background: var(--green-050); }
.flow-copy { align-self: start; padding-top: 12px; }
.flow-copy h2 { font-size: 2.7rem; }
.text-link { display: inline-flex; gap: 9px; margin-top: 20px; color: var(--green-800); font-weight: 800; }
.text-link span { transition: transform .2s; }.text-link:hover span { transform: translateX(5px); }
.flow-steps { display: grid; gap: 12px; }
.flow-steps article { display: flex; gap: 20px; padding: 20px 24px; border-radius: 16px; background: #fff; box-shadow: 0 8px 25px rgba(21,94,86,.06); }
.flow-steps b { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green-100); color: var(--green-800); font-size: .74rem; }
.flow-steps h3 { margin-bottom: 4px; font-size: .95rem; }.flow-steps p { margin: 0; color: var(--muted); font-size: .78rem; }

.area-section { overflow: hidden; background: var(--cream); }
.area-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.area-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0; }
.area-tags span { padding: 8px 14px; border: 1px solid #c8d9d5; border-radius: 999px; color: var(--green-800); background: #fff; font-size: .76rem; font-weight: 700; }
.area-copy .button { margin-top: 30px; }
.area-map { position: relative; min-height: 510px; border-radius: 50% 45% 48% 52%; background: radial-gradient(circle at 44% 44%,#fff 0,#eef5ed 44%,#dfece7 100%); box-shadow: inset 0 0 0 1px rgba(21,94,86,.08), var(--shadow); }
.map-ring { position: absolute; border: 1px dashed rgba(21,94,86,.24); border-radius: 50%; }
.ring-one { inset: 70px; }.ring-two { inset: 145px; }
.map-city { position: absolute; min-width: 108px; padding: 13px 18px; border-radius: 15px; background: var(--green-800); color: #fff; box-shadow: 0 12px 25px rgba(21,94,86,.2); text-align: center; }
.map-city::after { content: ""; position: absolute; left: 50%; bottom: -8px; width: 16px; height: 16px; background: inherit; transform: translateX(-50%) rotate(45deg); }
.map-city b, .map-city small { position: relative; z-index: 2; display: block; }.map-city b { font-size: 1rem; }.map-city small { margin-top: 2px; color: rgba(255,255,255,.72); font-size: .64rem; }
.anyang { left: 25%; top: 18%; }.uiwang { left: 51%; top: 32%; }.suwon { left: 36%; top: 62%; }
.map-label { position: absolute; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.75); color: #667875; font-size: .7rem; }
.gunpo { left: 8%; top: 43%; }.gwacheon { right: 12%; top: 12%; }.yongin { right: 7%; bottom: 22%; }.hwaseong { left: 12%; bottom: 11%; }

.faq-layout { display: grid; grid-template-columns: .6fr 1.4fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 118px; }
.faq-intro > a { display: inline-flex; gap: 10px; margin-top: 20px; color: var(--green-800); font-size: 1.1rem; font-weight: 800; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 25px 4px; cursor: pointer; font-weight: 700; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--green-800); font-size: 1.3rem; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: 0 0 25px; padding: 18px 20px; color: var(--muted); background: var(--green-050); border-radius: 12px; font-size: .84rem; }

.blog-strip { padding: 30px 0; background: #03c75a; color: #fff; }
.blog-inner { display: flex; align-items: center; gap: 18px; }
.blog-mark { width: 48px; height: 48px; display: grid; place-items: center; background: #fff; color: #03a94d; font-size: 1.45rem; font-weight: 900; border-radius: 12px; }
.blog-inner div:nth-child(2) { flex: 1; }.blog-inner span, .blog-inner strong { display: block; }.blog-inner span { font-size: .72rem; opacity: .78; }.blog-inner strong { margin-top: 2px; font-size: 1.06rem; }
.blog-inner > a { padding: 12px 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 10px; font-size: .82rem; font-weight: 800; }

.contact-section { padding: 120px 0; color: #fff; background: linear-gradient(135deg,var(--green-950),var(--green-800)); }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.section-kicker.light { color: #a8d9d0; }
.contact-copy h2 { color: #fff; }.contact-copy h2 em { color: #f2bf68; }
.contact-copy > p { color: rgba(255,255,255,.67); }
.direct-contact { display: grid; gap: 10px; margin-top: 40px; }
.direct-contact a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.direct-contact span { color: rgba(255,255,255,.6); font-size: .75rem; }.direct-contact strong { font-size: 1rem; }
.contact-form { padding: 34px; color: var(--ink); background: #fff; border-radius: 22px; box-shadow: 0 26px 70px rgba(0,0,0,.22); }
.form-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.form-heading span { color: var(--green-900); font-size: 1.25rem; font-weight: 800; }.form-heading small { color: var(--muted); font-size: .7rem; }
.contact-form fieldset { margin: 0 0 22px; padding: 0; border: 0; }
.contact-form legend, .contact-form > label, .form-row label { display: block; margin-bottom: 10px; color: #364945; font-size: .78rem; font-weight: 700; }
.choice-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; }
.choice-row span { display: grid; place-items: center; min-height: 44px; border: 1px solid var(--line); border-radius: 10px; color: var(--muted); font-size: .78rem; }
.choice-row input:checked + span { border-color: var(--green-800); background: var(--green-800); color: #fff; }
.choice-row input:focus-visible + span { outline: 3px solid rgba(227,138,98,.3); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-form select, .contact-form input[type="tel"] { width: 100%; height: 48px; margin-top: 9px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #fff; outline: none; }
.contact-form select:focus, .contact-form input[type="tel"]:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(21,94,86,.1); }
.consent { display: flex !important; gap: 9px; align-items: flex-start; margin: 20px 0 !important; color: var(--muted) !important; font-weight: 500 !important; line-height: 1.55; }
.consent input { margin-top: 3px; accent-color: var(--green-800); }
.submit-button { width: 100%; border: 0; }
.form-note { margin: 10px 0 0; color: #82908e; font-size: .68rem; text-align: center; }

.site-footer { padding: 52px 0 24px; color: rgba(255,255,255,.7); background: #082a27; }
.footer-top { display: grid; grid-template-columns: 1.1fr 1fr 1fr 1fr; gap: 40px; align-items: start; }
.footer-brand strong { color: #fff; }.footer-brand small { color: rgba(255,255,255,.58); }
.footer-top > p { font-size: .75rem; }.footer-contact, .footer-links { display: flex; flex-direction: column; gap: 8px; font-size: .75rem; }.footer-contact a:first-child { color: #fff; font-size: 1rem; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .66rem; }
.mobile-cta { display: none; }
.toast { position: fixed; z-index: 3000; left: 50%; bottom: -80px; transform: translateX(-50%); padding: 14px 20px; border-radius: 999px; color: #fff; background: var(--green-950); box-shadow: var(--shadow); font-size: .8rem; transition: bottom .3s; }.toast.show { bottom: 30px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.privacy-page { background: var(--cream); }
.privacy-main { padding: 90px 0 120px; }
.privacy-card { max-width: 850px; margin: auto; padding: 48px; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.privacy-card h1 { font-size: 2.5rem; }.privacy-card h2 { margin-top: 32px; color: var(--green-900); font-size: 1.15rem; }.privacy-card p, .privacy-card li { color: var(--muted); font-size: .85rem; }

@media (max-width: 1080px) {
  .primary-nav { gap: 18px; }.header-call { display: none; }
  .quick-grid { grid-template-columns: 1fr 1fr; }.quick-grid > *:nth-child(2) { border-right: 0; }.quick-grid > *:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .split-layout, .split-flow, .contact-layout { gap: 48px; }
  .rehab-grid { grid-template-columns: 1fr 1fr; }.service-infographic { grid-template-columns: repeat(3,1fr); }
  .process-list { grid-template-columns: repeat(5, minmax(210px,1fr)); overflow-x: auto; }.process-list li { min-height: 300px; }
  .ltci-help { grid-template-columns: auto 1fr; }.ltci-help .button { min-height: 48px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }.container { width: min(calc(100% - 32px),var(--max)); }
  .site-header { height: 70px; }.header-inner { justify-content: space-between; }.brand img { width: 40px; height: 40px; }.brand strong { font-size: 1.05rem; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: fixed; inset: 70px 0 auto; max-height: 0; display: block; overflow: hidden; background: #fff; box-shadow: 0 16px 35px rgba(0,0,0,.1); transition: max-height .3s; }
  .primary-nav.open { max-height: 420px; padding: 10px 0; }.primary-nav a { display: block; padding: 14px 24px; }.primary-nav a::after { display: none; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 780px; align-items: flex-end; }.hero-media { background-position: 66% 24%; background-size: auto 55%; background-repeat: no-repeat; }.hero-shade { background: linear-gradient(0deg,var(--cream) 0%,var(--cream) 48%,rgba(251,248,241,.12) 67%,rgba(251,248,241,0) 100%); }.hero-content { padding: 390px 0 72px; }.hero-copy { width: 100%; }.hero-lead br { display: none; }.hero-facts { flex-wrap: wrap; gap: 8px 0; margin-top: 30px; }.hero-facts span { padding: 0 10px; }.scroll-hint { display: none; }
  .quick-grid { grid-template-columns: 1fr; }.quick-grid > * { min-height: 102px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13) !important; }.quick-grid > *:last-child { border-bottom: 0 !important; }
  .section { padding: 86px 0; }.split-layout, .split-flow, .area-layout, .faq-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .image-note { right: 16px; bottom: -34px; }.section-copy { padding-top: 18px; }
  .rehab-feature { min-height: 620px; }.rehab-feature img { object-position: 55% center; }.rehab-feature-card { left: 20px; right: 20px; bottom: 20px; width: auto; }
  .service-infographic { grid-template-columns: 1fr 1fr; }.service-card { min-height: 240px; }
  .ltci-help { grid-template-columns: 1fr; text-align: center; }.help-badge { margin: auto; }
  .area-layout { gap: 60px; }.area-map { min-height: 460px; order: -1; }
  .faq-intro { position: static; }.footer-top { grid-template-columns: 1fr 1fr; }
  .contact-copy { text-align: center; }.direct-contact a { justify-content: center; flex-direction: column; gap: 3px; }.contact-form { padding: 26px; }
  .mobile-cta { position: fixed; z-index: 1100; left: 12px; right: 12px; bottom: 12px; display: grid; grid-template-columns: 1fr 1fr; padding: 6px; border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 12px 40px rgba(0,0,0,.22); backdrop-filter: blur(10px); }.mobile-cta a { min-height: 50px; display: flex; justify-content: center; align-items: center; gap: 7px; border-radius: 11px; color: #fff; background: var(--green-800); font-size: .82rem; font-weight: 800; }.mobile-cta a:last-child { color: var(--green-900); background: var(--green-050); }
  .site-footer { padding-bottom: 95px; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 24px),var(--max)); }.brand small { display: none; }
  h1 { font-size: 2.55rem; }.hero { min-height: 750px; }.hero-media { background-position: 64% 14%; background-size: auto 49%; }.hero-content { padding-top: 345px; }.eyebrow { font-size: .72rem; }.hero-lead { font-size: .96rem; }.hero-actions .button { flex: 1 1 100%; }.hero-facts span { flex: 1 1 100%; border: 0; padding: 0; }
  .section { padding: 72px 0; }.section-copy h2, .section-heading h2, .flow-copy h2, .area-copy h2, .faq-intro h2, .contact-copy h2 { font-size: 2rem; }
  .discipline-grid, .rehab-grid, .service-infographic, .form-row { grid-template-columns: 1fr; }.discipline-grid article { padding: 15px; }
  .image-frame::before { left: -12px; top: -12px; }.image-note { position: relative; right: auto; bottom: auto; width: calc(100% - 24px); margin: -24px auto 0; }
  .rehab-feature { min-height: 540px; }.rehab-feature img { height: 58%; object-position: 47% center; }.rehab-feature::after { background: linear-gradient(0deg,rgba(11,48,45,.1),transparent); }.rehab-feature-card { padding: 25px; }.rehab-feature-card h3 { font-size: 1.3rem; }
  .rehab-card { min-height: auto; }.rehab-card > p { min-height: auto; }.inline-cta { align-items: stretch; flex-direction: column; }.inline-cta .button { width: 100%; }
  .service-card { min-height: 220px; }.process-list { margin-inline: -12px; padding-inline: 12px; scroll-snap-type: x mandatory; background: transparent; }.process-list li { min-width: 82vw; scroll-snap-align: center; border-right: 1px solid rgba(255,255,255,.1); }
  .area-map { min-height: 390px; }.map-city { min-width: 92px; padding: 10px 13px; }.anyang { left: 12%; top: 17%; }.uiwang { left: 50%; top: 34%; }.suwon { left: 29%; top: 63%; }.ring-one { inset: 48px; }.ring-two { inset: 112px; }
  .blog-inner { flex-wrap: wrap; }.blog-inner div:nth-child(2) { flex: 1 1 65%; }.blog-inner > a { width: 100%; text-align: center; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 4px; }.choice-row { grid-template-columns: 1fr 1fr; }.contact-form { padding: 22px 18px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }.footer-bottom { flex-direction: column; }
  .privacy-card { padding: 28px 20px; }.privacy-card h1 { font-size: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
