:root {
    --brand: #087f86;
    --accent: #7047eb;
    --navy: #102a43;
    --ink: #173042;
    --muted: #647b88;
    --line: #dce9eb;
    --soft: #f2f8f8;
    --white: #fff;
    --radius: 28px;
    --shadow: 0 22px 55px rgba(20, 63, 73, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 90% 5%, color-mix(in srgb, var(--brand) 10%, transparent), transparent 30%), radial-gradient(circle at 6% 38%, color-mix(in srgb, var(--accent) 7%, transparent), transparent 27%); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, strong { font-family: "Manrope", sans-serif; }
h1, h2, h3, p { margin-top: 0; }
.public-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; padding: .7rem 1rem; color: #fff; background: var(--navy); border-radius: 10px; }
.skip-link:focus { top: 1rem; }
.public-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0; transition: .25s ease; }
.public-header.is-scrolled { padding: 8px 0; background: rgba(255, 255, 255, .92); box-shadow: 0 8px 34px rgba(21, 69, 76, .09); backdrop-filter: blur(18px); }
.public-header__inner { min-height: 70px; padding: 8px 12px 8px 22px; display: flex; align-items: center; justify-content: space-between; gap: 26px; background: rgba(255, 255, 255, .9); border: 1px solid rgba(221, 235, 237, .9); border-radius: 24px; box-shadow: 0 12px 40px rgba(38, 72, 82, .07); }
.public-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.public-brand__mark { width: 54px; height: 54px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; background: #fff; border: 1px solid rgba(8, 127, 134, .15); border-radius: 16px; box-shadow: 0 10px 26px rgba(8, 127, 134, .12); }
.public-brand__mark img { width: 42px; height: 42px; object-fit: contain; }
.public-brand__wordmark { display: grid; line-height: 1.05; }
.public-brand__wordmark strong { color: var(--navy); font-size: 1.55rem; font-weight: 900; letter-spacing: -.045em; }
.public-brand__wordmark em { color: var(--brand); font-style: normal; }
.public-brand__wordmark small { margin-top: 5px; color: #536f7b; font-size: .58rem; font-weight: 900; letter-spacing: .28em; text-transform: uppercase; white-space: nowrap; }
.public-nav { display: flex; align-items: center; gap: 26px; font-weight: 600; }
.public-header__actions { display: flex; align-items: center; gap: 12px; }
.public-locale-switch { flex: 0 0 auto; min-height: 32px; padding: 0 3px 0 10px; display: inline-flex; align-items: center; gap: 3px; color: #647985; background: transparent; border: 0; border-left: 1px solid rgba(73,100,114,.16); border-radius: 0; box-shadow: none; opacity: .82; transition: opacity .2s ease, color .2s ease; }
.public-locale-switch:hover, .public-locale-switch:focus-within { color: var(--brand); opacity: 1; }
.public-locale-switch i { color: currentColor; font-size: 15px; }
.public-locale-switch select { min-width: 38px; padding: 0 13px 0 2px; color: inherit; background: transparent; border: 0; outline: 0; font: inherit; font-size: .78rem; font-weight: 800; cursor: pointer; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.public-nav > a:not(.public-nav__cta) { color: #496472; transition: color .2s; }
.public-nav > a:hover { color: var(--brand); }
.public-nav__login { display: inline-flex; align-items: center; gap: 7px; font-size: .9rem; font-weight: 800; }
.public-nav__login i { color: var(--brand); font-size: 1.05rem; }
.public-nav__cta, .public-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; color: #fff; font-weight: 700; border: 0; border-radius: 15px; background: linear-gradient(135deg, var(--brand), color-mix(in srgb, var(--brand) 75%, var(--accent))); box-shadow: 0 13px 28px color-mix(in srgb, var(--brand) 24%, transparent); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.public-button:hover, .public-nav__cta:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 17px 35px color-mix(in srgb, var(--brand) 30%, transparent); }
.public-button--secondary { color: var(--ink); background: #fff; border: 1px solid var(--line); box-shadow: none; }
.public-button--secondary:hover { color: var(--brand); background: var(--soft); box-shadow: none; }
.public-nav-toggle { display: none; width: 50px; height: 50px; padding: 0; color: var(--navy); background: var(--soft); border: 1px solid var(--line); border-radius: 14px; font-size: 24px; }
.hero { position: relative; overflow: hidden; min-height: 810px; padding: 170px 0 92px; background: linear-gradient(125deg, #f8fcfc 0%, #eff9f8 56%, color-mix(in srgb, var(--brand) 12%, #fff) 100%); }
.hero::before { content: ""; position: absolute; width: 580px; height: 580px; right: -230px; top: -170px; border: 90px solid color-mix(in srgb, var(--brand) 7%, transparent); border-radius: 50%; }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 65px; }
.section-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 17px; color: var(--brand); font-size: .84rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin-bottom: 24px; color: var(--navy); font-size: clamp(3rem, 5.3vw, 5.4rem); line-height: 1.02; letter-spacing: -.055em; }
.hero__copy > p { max-width: 620px; margin-bottom: 34px; color: var(--muted); font-size: 1.18rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 33px; }
.hero__assurances { display: flex; flex-wrap: wrap; gap: 18px; margin: 0; padding: 0; list-style: none; color: #4d6975; font-size: .9rem; font-weight: 600; }
.hero__assurances i { color: var(--brand); margin-right: 4px; }
.hero__visual { position: relative; min-height: 555px; overflow: hidden; display: grid; place-items: center; border-radius: 48% 48% 35% 35% / 42% 42% 38% 38%; background: linear-gradient(145deg, color-mix(in srgb, var(--brand) 90%, #0a3350), color-mix(in srgb, var(--accent) 62%, var(--brand))); box-shadow: 0 35px 90px color-mix(in srgb, var(--brand) 27%, transparent); }
.hero__visual::after { content: ""; position: absolute; inset: 27px; border: 1px solid rgba(255, 255, 255, .24); border-radius: inherit; }
.hero__visual.has-image img { width: 100%; height: 100%; min-height: 555px; object-fit: cover; }
.hero__medical-mark { z-index: 1; text-align: center; color: #fff; }
.hero__medical-mark i { display: block; margin-bottom: 22px; font-size: 8rem; }
.hero__medical-mark span { font-family: "Manrope", sans-serif; font-size: 1.5rem; font-weight: 800; line-height: 1.25; }
.hero__trust-card { position: absolute; z-index: 2; left: 20px; bottom: 28px; width: min(390px, calc(100% - 40px)); padding: 19px; display: flex; gap: 14px; align-items: center; color: var(--ink); background: rgba(255, 255, 255, .93); border: 1px solid rgba(255, 255, 255, .8); border-radius: 19px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.hero__trust-card > i { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; color: var(--brand); background: color-mix(in srgb, var(--brand) 12%, white); border-radius: 14px; font-size: 24px; }
.hero__trust-card strong, .hero__trust-card span { display: block; }
.hero__trust-card span { color: var(--muted); font-size: .85rem; }
.trust-strip { position: relative; z-index: 2; margin-top: -48px; }
.trust-strip__grid { overflow: hidden; display: grid; grid-template-columns: repeat(3, 1fr); background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.trust-strip article { min-height: 120px; padding: 28px; display: flex; align-items: center; gap: 16px; }
.trust-strip article + article { border-left: 1px solid var(--line); }
.trust-strip article > i { width: 50px; height: 50px; flex: 0 0 auto; display: grid; place-items: center; color: var(--brand); background: var(--soft); border-radius: 16px; font-size: 25px; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { color: var(--muted); font-size: .88rem; }
.public-section { padding: 105px 0; }
.public-section--tint { background: var(--soft); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 80px; }
.about-visual { min-height: 525px; position: relative; overflow: hidden; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, color-mix(in srgb, var(--brand) 92%, #102a43), color-mix(in srgb, var(--accent) 50%, var(--brand))); border-radius: 32px 110px 32px 32px; box-shadow: var(--shadow); }
.about-visual.has-image img { width: 100%; height: 525px; object-fit: cover; }
.about-visual__symbol { font-size: 8rem; opacity: .92; }
.about-visual__caption { position: absolute; inset: auto 22px 22px; padding: 20px; background: rgba(13, 39, 54, .78); border: 1px solid rgba(255, 255, 255, .2); border-radius: 18px; backdrop-filter: blur(12px); }
.about-visual__caption strong, .about-visual__caption span { display: block; }
.about-visual__caption span { color: rgba(255,255,255,.75); }
.section-copy h2, .section-heading h2, .contact-copy h2 { color: var(--navy); font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.12; letter-spacing: -.04em; }
.section-copy > p, .section-heading > p, .contact-copy > p { color: var(--muted); font-size: 1.08rem; }
.benefit-list { margin-top: 35px; display: grid; gap: 16px; }
.benefit-list article { display: flex; gap: 15px; }
.benefit-list article > i { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: var(--brand); border-radius: 13px; font-size: 21px; }
.benefit-list strong, .benefit-list span { display: block; }
.benefit-list span { color: var(--muted); }
.section-heading { max-width: 730px; margin: 0 auto 48px; text-align: center; }
.services-showcase { position: relative; min-height: 378px; margin: 0 0 34px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); isolation: isolate; }
.services-showcase img { width: 100%; height: 100%; min-height: 378px; object-fit: cover; }
.services-showcase::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(16, 42, 67, .74), rgba(16, 42, 67, .18) 48%, rgba(8, 127, 134, .2)); pointer-events: none; }
.services-showcase__panel { position: absolute; left: 30px; bottom: 30px; z-index: 2; max-width: 455px; padding: 24px; color: var(--ink); background: rgba(255, 255, 255, .9); border: 1px solid rgba(255, 255, 255, .82); border-radius: 24px; box-shadow: 0 22px 50px rgba(16, 42, 67, .18); backdrop-filter: blur(18px); }
.services-showcase__panel span { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--brand); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.services-showcase__panel strong { display: block; margin-bottom: 8px; color: var(--navy); font-size: 1.45rem; line-height: 1.18; }
.services-showcase__panel p { margin: 0; color: var(--muted); font-size: .96rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 350px; padding: 34px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 24px; transition: .25s ease; }
.service-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--brand) 35%, var(--line)); box-shadow: var(--shadow); }
.service-card > i { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 26px; color: var(--brand); background: color-mix(in srgb, var(--brand) 10%, white); border-radius: 19px; font-size: 31px; }
.service-card > span:not(.service-card__number) { color: var(--brand); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-card h3 { margin: 8px 0 10px; color: var(--navy); font-size: 1.35rem; }
.service-card p { color: var(--muted); }
.service-card > a { position: absolute; left: 34px; bottom: 27px; color: var(--brand); font-weight: 700; }
.service-card__number { position: absolute; right: 25px; top: 19px; color: #dce7e9; font-family: "Manrope", sans-serif; font-size: 2rem; font-weight: 800; }
.care-path { position: relative; overflow: hidden; color: #fff; background: linear-gradient(125deg, #102a43, color-mix(in srgb, var(--brand) 75%, #102a43)); isolation: isolate; }
.care-path::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(125deg, rgba(16, 42, 67, .9), color-mix(in srgb, var(--brand) 72%, rgba(16, 42, 67, .9))), var(--care-path-image); background-size: cover; background-position: center; opacity: .72; transform: scale(1.02); }
.care-path::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -180px; z-index: -1; border: 78px solid rgba(255, 255, 255, .07); border-radius: 999px; pointer-events: none; }
.section-heading--light h2, .section-heading--light .section-kicker { color: #fff; }
.section-heading--light > p { color: rgba(255,255,255,.7); }
.care-path__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: path; }
.care-path__grid article { position: relative; min-height: 270px; padding: 32px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-radius: 23px; backdrop-filter: blur(10px); }
.care-path__grid article > span { position: absolute; right: 24px; top: 20px; color: rgba(255,255,255,.23); font-family: "Manrope", sans-serif; font-size: 2.5rem; font-weight: 800; }
.care-path__grid article > i { width: 57px; height: 57px; display: grid; place-items: center; margin-bottom: 25px; color: #fff; background: rgba(255,255,255,.13); border-radius: 17px; font-size: 28px; }
.care-path__grid h3 { font-size: 1.25rem; }
.care-path__grid p { color: rgba(255,255,255,.72); }
.specialist-grid, .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.specialist-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 10px 35px rgba(22, 66, 74, .07); }
.specialist-card__photo { height: 300px; display: grid; place-items: center; color: var(--brand); background: var(--soft); font-size: 6rem; }
.specialist-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.specialist-card > div:last-child { padding: 25px; }
.specialist-card span { color: var(--brand); font-size: .8rem; font-weight: 800; text-transform: uppercase; }
.specialist-card h3 { margin: 5px 0; color: var(--navy); }
.specialist-card p { margin: 0; color: var(--muted); }
.testimonial-grid blockquote { margin: 0; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 23px; }
.testimonial-grid blockquote > i { color: var(--brand); font-size: 34px; }
.testimonial-grid blockquote > p { color: #3b5966; font-size: 1.05rem; }
.testimonial-grid footer strong, .testimonial-grid footer span { display: block; }
.testimonial-grid footer span { color: var(--muted); font-size: .86rem; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.text-link { color: var(--brand); font-weight: 700; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 21px 23px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); font-family: "Manrope", sans-serif; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list details[open] { border-color: color-mix(in srgb, var(--brand) 35%, var(--line)); box-shadow: 0 10px 30px rgba(20, 69, 74, .07); }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { margin: 16px 0 2px; color: var(--muted); }
.public-access { position: relative; overflow: hidden; background: linear-gradient(135deg, #102a43, color-mix(in srgb, var(--brand) 72%, #102a43)); isolation: isolate; }
.public-access::before { content: ""; position: absolute; z-index: -1; width: 520px; height: 520px; right: -180px; bottom: -280px; border: 80px solid rgba(255,255,255,.055); border-radius: 50%; }
.public-access__grid { display: grid; grid-template-columns: 1fr minmax(380px, .82fr); align-items: center; gap: 72px; }
.public-access__copy { color: #fff; }
.public-access__copy .section-kicker { color: #7fe3df; }
.public-access__copy h2 { margin-bottom: 18px; color: #fff; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.08; letter-spacing: -.045em; }
.public-access__copy > p { max-width: 650px; color: rgba(255,255,255,.72); font-size: 1.06rem; }
.public-access__roles { margin-top: 34px; display: grid; gap: 14px; }
.public-access__roles article { padding: 16px 18px; display: flex; align-items: center; gap: 15px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 17px; backdrop-filter: blur(8px); }
.public-access__roles article > i { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.12); border-radius: 13px; font-size: 22px; }
.public-access__roles strong, .public-access__roles span { display: block; }
.public-access__roles span { color: rgba(255,255,255,.65); font-size: .88rem; }
.public-access__card { padding: 32px; background: #fff; border: 1px solid rgba(255,255,255,.7); border-radius: 28px; box-shadow: 0 28px 70px rgba(3,28,42,.26); }
.public-access__card > header { margin-bottom: 25px; padding-bottom: 20px; display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }
.public-access__card > header > span { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; color: var(--brand); background: var(--soft); border-radius: 14px; font-size: 23px; }
.public-access__card h3 { margin: 0 0 2px; color: var(--navy); font-size: 1.25rem; }
.public-access__card header p { margin: 0; color: var(--muted); font-size: .87rem; }
.public-login-form { display: grid; gap: 17px; }
.public-login-form > label > span:first-child { display: block; margin-bottom: 7px; color: #405b67; font-size: .86rem; font-weight: 800; }
.public-login-field { min-height: 52px; padding: 0 12px; display: flex; align-items: center; gap: 10px; color: var(--muted); background: #fbfdfd; border: 1px solid #cedfe2; border-radius: 13px; transition: border-color .2s ease, box-shadow .2s ease; }
.public-login-field:focus-within { color: var(--brand); border-color: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent); }
.public-login-field > i { font-size: 1.15rem; }
.public-login-field input { min-width: 0; flex: 1; padding: 0; color: var(--ink); background: transparent; border: 0; outline: 0; }
.public-login-field button { width: 35px; height: 35px; padding: 0; display: grid; place-items: center; color: var(--muted); background: transparent; border: 0; border-radius: 9px; cursor: pointer; }
.public-login-field button:hover, .public-login-field button:focus-visible { color: var(--brand); background: var(--soft); outline: 0; }
.public-login-form__options { display: flex; align-items: center; justify-content: space-between; gap: 15px; color: var(--muted); font-size: .84rem; }
.public-login-form__options label { display: inline-flex; align-items: center; gap: 7px; cursor: pointer; }
.public-login-form__options input { accent-color: var(--brand); }
.public-login-form__options a { color: var(--brand); font-weight: 800; }
.public-login-form__submit, .public-access__continue { width: 100%; margin-top: 3px; }
.public-access__security { margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--muted); text-align: center; }
.public-access__security i { color: #07916e; }
.emergency-callout { padding: 35px 0; background: #fff4f0; }
.emergency-callout__inner { padding: 31px 36px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; color: #663327; background: #fff; border: 1px solid #f1d4ca; border-radius: 24px; box-shadow: 0 15px 40px rgba(95, 52, 37, .08); }
.emergency-callout__inner > span { width: 65px; height: 65px; display: grid; place-items: center; color: #be4a2d; background: #fff0ea; border-radius: 19px; font-size: 31px; }
.emergency-callout small { color: #be4a2d; font-weight: 800; text-transform: uppercase; }
.emergency-callout h2 { margin: 2px 0; font-size: 1.35rem; }
.emergency-callout p { margin: 0; color: #846155; }
.emergency-callout a { min-height: 48px; padding: 0 19px; display: inline-flex; align-items: center; gap: 8px; color: #fff; background: #be4a2d; border-radius: 13px; font-weight: 700; }
.public-section--contact { background: linear-gradient(145deg, #f4fbfa, #edf8fa); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.contact-visual { position: relative; overflow: hidden; margin: 28px 0 26px; background: #fff; border: 1px solid rgba(255,255,255,.75); border-radius: 26px; box-shadow: 0 22px 45px rgba(22, 66, 74, .12); }
.contact-visual img { width: 100%; height: 250px; object-fit: cover; }
.contact-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(16, 42, 67, .72)); pointer-events: none; }
.contact-visual span { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 1; display: inline-flex; align-items: center; gap: 10px; width: fit-content; max-width: calc(100% - 36px); padding: 12px 15px; color: var(--ink); background: rgba(255, 255, 255, .92); border: 1px solid rgba(255, 255, 255, .82); border-radius: 16px; box-shadow: 0 12px 28px rgba(16, 42, 67, .16); font-weight: 800; backdrop-filter: blur(14px); }
.contact-visual span i { color: var(--brand); font-size: 1.25rem; }
.contact-methods { margin-top: 32px; display: grid; gap: 13px; }
.contact-methods > a, .contact-methods > div { display: flex; align-items: center; gap: 14px; }
.contact-methods i { width: 44px; height: 44px; flex: 0 0 auto; display: grid; place-items: center; color: var(--brand); background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.contact-methods small, .contact-methods strong { display: block; }
.contact-methods small { color: var(--muted); }
.contact-methods strong { word-break: break-word; }
.contact-form { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.contact-form__trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form__head { margin-bottom: 25px; padding-bottom: 20px; display: flex; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); }
.contact-form__head > i { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--brand); border-radius: 14px; font-size: 24px; }
.contact-form__head strong, .contact-form__head span { display: block; }
.contact-form__head span { color: var(--muted); font-size: .86rem; }
.contact-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: block; margin-bottom: 17px; }
.contact-form label > span { display: block; margin-bottom: 7px; color: #405b67; font-weight: 700; font-size: .88rem; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 15px; color: var(--ink); background: #fbfdfd; border: 1px solid #cedfe2; border-radius: 12px; outline: 0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 12%, transparent); }
.contact-form textarea { resize: vertical; }
.contact-form .public-button { width: 100%; }
.contact-form__privacy { display: block; margin-top: 14px; color: var(--muted); line-height: 1.45; }
.contact-form__privacy a { color: var(--brand); font-weight: 700; }
.form-message { margin-bottom: 18px; padding: 12px 14px; display: flex; gap: 9px; border-radius: 11px; font-weight: 600; }
.form-message--success { color: #087455; background: #e8faf3; }
.form-message--error { color: #a23939; background: #fff0f0; }
.public-footer { padding: 75px 0 24px; color: rgba(255,255,255,.75); background: #102a43; }
.public-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1fr; gap: 50px; }
.public-footer-brand { display: inline-flex!important; align-items: center; gap: 13px; margin: 0 0 22px!important; color: #fff; }
.public-footer-brand:hover { color: #fff; }
.public-footer-brand__mark { display: grid!important; place-items: center; flex: 0 0 58px; width: 58px; height: 58px; margin: 0!important; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 13px 30px rgba(0,0,0,.18); }
.public-footer-brand__mark img { display: block; width: 46px; height: 46px; margin: 0; object-fit: contain; }
.public-footer-brand__wordmark { display: grid!important; margin: 0!important; line-height: 1.02; }
.public-footer-brand__wordmark strong { margin: 0!important; color: #fff; font-size: 1.65rem; font-weight: 900; letter-spacing: -.045em; }
.public-footer-brand__wordmark em { color: #31c8d5; font-style: normal; }
.public-footer-brand__wordmark small { margin-top: 7px; color: rgba(255,255,255,.68); font-size: .56rem; font-weight: 900; letter-spacing: .25em; text-transform: uppercase; white-space: nowrap; }
.public-footer__grid strong { display: block; margin-bottom: 16px; color: #fff; }
.public-footer__grid a, .public-footer__grid span { display: block; margin-bottom: 9px; }
.public-footer__grid a:hover { color: #fff; }
.public-footer__bottom { margin-top: 48px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); font-size: .87rem; }
.public-footer__bottom div { display: flex; gap: 10px; }
.public-footer__bottom a { width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.08); border-radius: 10px; }
.legal-page { min-height: 100vh; padding: 150px 0 80px; background: var(--soft); }
.legal-card { max-width: 900px; padding: 55px; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.legal-card h1 { color: var(--navy); font-size: clamp(2.4rem, 6vw, 4rem); line-height: 1; }
.legal-card h2 { margin: 35px 0 8px; color: var(--navy); font-size: 1.25rem; }
.legal-card p { color: var(--muted); }
.legal-card a { color: var(--brand); font-weight: 700; }
.legal-card__lead { padding: 20px; background: var(--soft); border-left: 4px solid var(--brand); border-radius: 0 14px 14px 0; }
[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
    .public-nav-toggle { display: grid; place-items: center; }
    .public-locale-switch { align-self: flex-start; min-height: 38px; margin: 3px 12px; padding-left: 0; border-left: 0; }
    .public-nav { position: absolute; top: calc(100% + 10px); left: 20px; right: 20px; padding: 20px; display: none; align-items: stretch; flex-direction: column; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
    .public-nav.is-open { display: flex; }
    .public-nav > a:not(.public-nav__cta) { padding: 10px 12px; }
    .hero__grid, .about-grid, .contact-grid, .public-access__grid { grid-template-columns: 1fr; }
    .public-access__grid { gap: 42px; }
    .hero { padding-top: 145px; }
    .hero__visual { min-height: 460px; }
    .hero__visual.has-image img { min-height: 460px; }
    .services-showcase, .services-showcase img { min-height: 330px; }
    .services-showcase__panel { max-width: calc(100% - 40px); }
    .trust-strip__grid, .service-grid, .care-path__grid, .specialist-grid, .testimonial-grid { grid-template-columns: 1fr 1fr; }
    .trust-strip article + article { border-left: 0; border-top: 1px solid var(--line); }
    .faq-layout { grid-template-columns: 1fr; gap: 35px; }
    .public-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .public-shell { width: min(100% - 24px, 1180px); }
    .public-header { padding: 8px 0; }
    .public-header__inner { min-height: 62px; padding: 6px 8px 6px 14px; border-radius: 18px; }
    .public-header__actions { gap: 7px; }
    .public-header__actions .public-button { min-height: 46px; padding: 0 14px; }
    .public-header__actions .public-locale-switch { min-height: 38px; margin: 0; padding: 0 4px; border-left: 0; }
    .public-brand { gap: 9px; }
    .public-brand__mark { width: 46px; height: 46px; border-radius: 14px; }
    .public-brand__mark img { width: 36px; height: 36px; }
    .public-brand__wordmark strong { font-size: 1.18rem; }
    .public-brand__wordmark small { font-size: .46rem; letter-spacing: .2em; }
    .public-nav-toggle { width: 46px; height: 46px; }
    .hero { min-height: auto; padding: 120px 0 70px; }
    .hero h1 { font-size: 2.65rem; }
    .hero__copy > p { font-size: 1.02rem; }
    .hero__actions { align-items: stretch; flex-direction: column; }
    .hero__actions a { width: 100%; }
    .hero__visual, .hero__visual.has-image img { min-height: 390px; }
    .hero__medical-mark i { font-size: 5.5rem; }
    .hero__assurances { display: grid; gap: 8px; }
    .trust-strip { margin-top: -25px; }
    .trust-strip__grid, .service-grid, .care-path__grid, .specialist-grid, .testimonial-grid { grid-template-columns: 1fr; }
    .trust-strip article { min-height: 104px; padding: 22px; }
    .public-section { padding: 74px 0; }
    .about-grid { gap: 42px; }
    .about-visual, .about-visual.has-image img { min-height: 400px; height: 400px; }
    .section-copy h2, .section-heading h2, .contact-copy h2 { font-size: 2.2rem; }
    .services-showcase { min-height: 440px; border-radius: 24px; }
    .services-showcase img { min-height: 440px; }
    .services-showcase__panel { left: 16px; right: 16px; bottom: 16px; max-width: none; padding: 18px; border-radius: 20px; }
    .services-showcase__panel strong { font-size: 1.18rem; }
    .service-card { min-height: 330px; }
    .emergency-callout__inner { grid-template-columns: 1fr; padding: 25px; }
    .contact-form { padding: 22px; }
    .public-access__card { padding: 24px 20px; border-radius: 22px; }
    .public-access__roles article { align-items: flex-start; }
    .public-login-form__options { align-items: flex-start; flex-direction: column; gap: 10px; }
    .contact-visual img { height: 220px; }
    .contact-visual span { left: 14px; right: 14px; bottom: 14px; max-width: calc(100% - 28px); }
    .contact-form__grid { grid-template-columns: 1fr; gap: 0; }
    .public-footer__grid { grid-template-columns: 1fr; gap: 28px; }
    .public-footer__bottom { align-items: flex-start; flex-direction: column; gap: 15px; }
    .legal-card { padding: 30px 22px; }
}

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