:root {
  --blue: #123d79;
  --blue-2: #19539a;
  --blue-dark: #08284f;
  --yellow: #ffd51f;
  --yellow-soft: #fff7c9;
  --red: #e61f34;
  --green: #24a65a;
  --ink: #15253a;
  --muted: #637286;
  --line: #dfe6ef;
  --paper: #f5f8fc;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 20px 55px rgba(14, 44, 82, .10);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: -100px; left: 20px; padding: 10px 18px; color: white; background: var(--blue); border-radius: 8px; }
.skip-link:focus { top: 10px; }

.top-strip { color: rgba(255,255,255,.86); background: var(--blue-dark); font-size: 12px; font-weight: 600; letter-spacing: .02em; }
.top-strip__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-strip p, .top-strip__links { margin: 0; display: flex; align-items: center; gap: 24px; }
.top-strip svg { width: 14px; height: 14px; margin-right: 6px; vertical-align: -2px; }
.top-strip a { color: var(--white); }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(18,61,121,.08); background: rgba(255,255,255,.94); backdrop-filter: blur(14px); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(10,37,72,.08); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand img { width: 112px; height: 50px; object-fit: contain; }
.brand__copy { display: flex; flex-direction: column; line-height: 1.15; padding-left: 10px; border-left: 1px solid var(--line); }
.brand__copy strong { font-family: "Manrope", sans-serif; color: var(--blue-dark); font-size: 14px; font-weight: 800; }
.brand__copy small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.nav-link { position: relative; color: #394b61; font-size: 14px; font-weight: 600; }
.nav-link::after { position: absolute; right: 0; bottom: -9px; left: 0; width: 0; height: 2px; margin: auto; content: ""; background: var(--yellow); transition: width .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--blue); }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--blue-dark); transition: .25s ease; }

.button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--blue); border-radius: 12px; color: white; background: var(--blue); font-weight: 700; line-height: 1; cursor: pointer; box-shadow: 0 10px 24px rgba(18,61,121,.16); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue-2); box-shadow: 0 14px 28px rgba(18,61,121,.22); }
.button svg { width: 18px; height: 18px; }
.button--small { min-height: 43px; padding: 0 18px; border-radius: 10px; font-size: 13px; }
.button--light { border-color: white; color: var(--blue); background: white; box-shadow: none; }
.button--yellow { border-color: var(--yellow); color: var(--blue-dark); background: var(--yellow); box-shadow: 0 12px 24px rgba(255,213,31,.18); }
.button--yellow:hover { color: white; background: #e7ba00; }
.button--outline { color: var(--blue); background: white; box-shadow: none; }
.button--full { width: 100%; }

.hero { position: relative; min-height: 680px; overflow: hidden; background: #ecf0f4; isolation: isolate; }
.hero__image { position: absolute; z-index: -3; inset: 0; background-image: url("assets/physio-hero.jpg"); background-position: center; background-size: cover; }
.hero__wash { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(247,249,251,.98) 0%, rgba(247,249,251,.95) 31%, rgba(247,249,251,.6) 50%, rgba(247,249,251,.02) 69%); }
.hero::after { position: absolute; z-index: -1; right: -100px; bottom: -190px; width: 500px; height: 500px; content: ""; border: 80px solid rgba(255,213,31,.78); border-radius: 50%; }
.hero__content { position: relative; min-height: 680px; display: flex; align-items: center; }
.hero__copy { width: min(590px, 52%); padding: 74px 0 92px; }
.eyebrow { display: flex; margin: 0 0 18px; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 3px; border-radius: 99px; background: var(--yellow); }
.eyebrow--light { color: rgba(255,255,255,.75); }
.hero h1, .section-heading h2, .about-copy h2, .reviews h2, .faq h2, .appointment h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(44px, 5vw, 71px); font-weight: 800; letter-spacing: -.055em; line-height: 1.04; }
.hero h1 em, h2 em { position: relative; color: var(--blue); font-style: normal; }
.hero h1 em::after { position: absolute; z-index: -1; right: -4px; bottom: 4px; left: -4px; height: 12px; content: ""; border-radius: 4px; background: rgba(255,213,31,.7); }
.hero__lead { max-width: 545px; margin: 24px 0 30px; color: #526377; font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--blue-dark); font-weight: 700; line-height: 1.2; }
.text-link__icon { width: 42px; height: 42px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; }
.text-link__icon svg { width: 18px; height: 18px; }
.text-link small { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; font-weight: 500; }
.hero__trust { display: flex; margin-top: 35px; align-items: center; gap: 14px; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { width: 33px; height: 33px; margin-left: -8px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; color: white; background: var(--blue); font-size: 9px; font-weight: 800; }
.avatar-stack span:nth-child(2) { background: var(--red); }
.avatar-stack span:nth-child(3) { color: var(--blue-dark); background: var(--yellow); }
.stars { display: block; color: #f6bb12; font-size: 13px; letter-spacing: 2px; }
.hero__trust p { margin: 0; color: var(--muted); font-size: 12px; }
.hero-note { position: absolute; right: 18px; bottom: 30px; width: 320px; padding: 18px; display: flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.55); border-radius: 16px; background: rgba(255,255,255,.9); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.hero-note__icon { width: 42px; height: 42px; display: grid; flex-shrink: 0; place-items: center; border-radius: 12px; color: var(--red); background: #ffe9ec; }
.hero-note__icon svg { width: 20px; height: 20px; }
.hero-note strong { color: var(--blue-dark); font-size: 13px; }
.hero-note p { margin: 2px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.trust-bar { position: relative; z-index: 3; margin-top: -28px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #e5ebf2; border-radius: 18px; background: white; box-shadow: 0 16px 42px rgba(14,44,82,.09); }
.trust-grid article { min-height: 104px; padding: 24px 26px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.trust-grid article:last-child { border-right: 0; }
.trust-icon { width: 43px; height: 43px; display: grid; flex-shrink: 0; place-items: center; border-radius: 12px; color: var(--blue); background: #eef4fb; }
.trust-icon svg { width: 22px; height: 22px; }
.trust-grid strong { display: block; color: var(--blue-dark); font-family: "Manrope"; font-size: 15px; }
.trust-grid p { margin: 1px 0 0; color: var(--muted); font-size: 12px; line-height: 1.35; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 48px; }
.section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; }
.section-heading--split > div { max-width: 650px; }
.section-heading--split > p { max-width: 420px; margin: 0 0 5px; color: var(--muted); }
.section-heading h2, .about-copy h2, .reviews h2, .faq h2, .appointment h2 { font-size: clamp(35px, 4.1vw, 54px); line-height: 1.12; }
.section-heading h2 em::after, .about-copy h2 em::after, .faq h2 em::after { bottom: 1px; height: 8px; }
.section-heading--center { max-width: 710px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p:last-child { max-width: 630px; margin: 18px auto 0; color: var(--muted); }

.services { background: var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 330px; padding: 31px; overflow: hidden; border: 1px solid #e2e8f0; border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(18,61,121,.2); box-shadow: var(--shadow); }
.service-card__number { position: absolute; top: 20px; right: 24px; color: #c7d1dc; font-family: "Manrope"; font-size: 12px; font-weight: 800; }
.service-card__icon { width: 65px; height: 65px; display: grid; place-items: center; border-radius: 18px; }
.service-card__icon svg { width: 39px; height: 39px; stroke-width: 1.6; }
.service-card__icon--blue { color: var(--blue); background: #e9f1fb; }
.service-card__icon--yellow { color: #927100; background: var(--yellow-soft); }
.service-card__icon--red { color: var(--red); background: #ffeaed; }
.service-card__icon--green { color: var(--green); background: #e7f7ee; }
.service-card__icon--violet { color: #7453b8; background: #f0eafb; }
.service-card__icon--white { color: var(--blue); background: white; }
.service-card h3 { margin: 23px 0 10px; color: var(--blue-dark); font-family: "Manrope"; font-size: 20px; }
.service-card p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.service-card > a:not(.button) { color: var(--blue); font-size: 13px; font-weight: 800; }
.service-card > a span { color: var(--red); }
.service-card--cta { border-color: var(--blue); color: white; background: var(--blue); }
.service-card--cta::after { position: absolute; right: -78px; bottom: -100px; width: 240px; height: 240px; content: ""; border: 45px solid var(--yellow); border-radius: 50%; opacity: .94; }
.service-card--cta h3 { color: white; }
.service-card--cta p { color: rgba(255,255,255,.72); }
.service-card--cta .button { position: relative; z-index: 2; min-height: 44px; }

.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: minmax(400px, .92fr) 1.08fr; align-items: center; gap: 95px; }
.about-visual { position: relative; min-height: 570px; }
.about-visual::before { position: absolute; top: 16px; left: 42px; width: 80%; height: 86%; content: ""; border-radius: 48% 48% 22px 22px; background: #e7eff8; transform: rotate(-5deg); }
.about-visual__panel { position: absolute; top: 30px; right: 28px; bottom: 20px; left: 20px; padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: 210px 210px 28px 28px; color: white; background: radial-gradient(circle at 50% 33%, #2a69b1, var(--blue) 48%, var(--blue-dark)); box-shadow: 0 32px 70px rgba(18,61,121,.25); }
.about-visual__panel::before, .about-visual__panel::after { position: absolute; content: ""; border-radius: 50%; }
.about-visual__panel::before { top: 75px; left: 50%; width: 220px; height: 220px; border: 42px solid rgba(255,213,31,.96); transform: translateX(-50%); }
.about-visual__panel::after { top: 142px; left: 50%; width: 85px; height: 85px; background: rgba(255,255,255,.12); transform: translateX(-50%); }
.doctor-monogram { position: absolute; z-index: 1; top: 142px; left: 50%; color: white; font-family: "Manrope"; font-size: 46px; font-weight: 800; letter-spacing: -.08em; transform: translateX(-50%); }
.about-visual__label { position: absolute; z-index: 1; top: 36px; left: 50%; width: max-content; padding: 8px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; color: rgba(255,255,255,.8); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transform: translateX(-50%); }
.about-visual__line { width: 42px; height: 3px; margin-bottom: 20px; border-radius: 99px; background: var(--yellow); }
.about-visual__panel p { position: relative; z-index: 1; max-width: 340px; margin: 0; font-family: "Manrope"; font-size: 19px; font-weight: 600; line-height: 1.55; }
.experience-card { position: absolute; z-index: 3; right: -30px; bottom: 35px; min-width: 175px; padding: 23px; display: flex; align-items: center; gap: 13px; border-radius: 16px; background: white; box-shadow: var(--shadow); }
.experience-card strong { color: var(--red); font-family: "Manrope"; font-size: 40px; line-height: 1; }
.experience-card span { color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.3; text-transform: uppercase; }
.about-dots { position: absolute; bottom: 5px; left: -18px; width: 90px; color: var(--yellow); }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-copy__lead { margin-top: 24px; font-size: 18px; }
.about-copy__lead strong { color: var(--blue-dark); }
.check-list { margin: 26px 0 31px; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 24px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; color: #42536a; font-size: 14px; font-weight: 600; }
.check-list span { width: 22px; height: 22px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 11px; }
.signature-row { padding-top: 25px; display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--line); }
.signature-mark { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid #cfdbe8; border-radius: 50%; color: var(--blue); font-family: "Manrope"; font-size: 14px; font-weight: 800; }
.signature-row strong, .signature-row span { display: block; }
.signature-row strong { color: var(--blue-dark); font-family: "Manrope"; }
.signature-row span { color: var(--muted); font-size: 12px; }

.pathway { background: #fbfcfe; }
.pathway-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.pathway-step { position: relative; min-height: 285px; padding: 34px 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); background: white; }
.pathway-step:first-child { border-radius: var(--radius) 0 0 var(--radius); }
.pathway-step:last-child { border-right: 1px solid var(--line); border-radius: 0 var(--radius) var(--radius) 0; }
.pathway-step__num { position: absolute; top: 22px; right: 24px; color: #c8d2dd; font-family: "Manrope"; font-size: 12px; font-weight: 800; }
.pathway-step__icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; color: var(--blue); background: #eef4fb; }
.pathway-step:nth-child(2) .pathway-step__icon { color: #987600; background: var(--yellow-soft); }
.pathway-step:nth-child(3) .pathway-step__icon { color: var(--red); background: #ffeaed; }
.pathway-step:nth-child(4) .pathway-step__icon { color: var(--green); background: #e7f7ee; }
.pathway-step__icon svg { width: 30px; height: 30px; }
.pathway-step h3 { margin: 25px 0 8px; color: var(--blue-dark); font: 800 19px "Manrope"; }
.pathway-step p { margin: 0; color: var(--muted); font-size: 13px; }

.reviews { position: relative; overflow: hidden; color: white; background: var(--blue-dark); }
.reviews::before { position: absolute; top: -300px; left: -250px; width: 650px; height: 650px; content: ""; border: 100px solid rgba(255,213,31,.05); border-radius: 50%; }
.reviews-grid { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 85px; }
.reviews-intro > p { color: rgba(255,255,255,.65); }
.reviews h2 em { color: var(--yellow); }
.rating-block { margin: 28px 0; display: flex; align-items: center; gap: 14px; }
.rating-block > strong { font: 800 48px/1 "Manrope"; }
.rating-block > div { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.2); }
.rating-block small { display: block; color: rgba(255,255,255,.5); font-size: 11px; }
.review-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.review-card { min-height: 245px; padding: 27px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.review-card--offset { transform: translateY(45px); }
.quote-mark { display: block; height: 38px; color: var(--yellow); font: 800 54px/1 Georgia, serif; }
.review-card > p { min-height: 80px; margin: 7px 0 22px; color: rgba(255,255,255,.83); font-size: 14px; line-height: 1.7; }
.review-card footer { display: flex; align-items: center; gap: 11px; }
.review-avatar { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: white; background: var(--blue-2); font-size: 10px; font-weight: 800; }
.review-avatar--red { background: var(--red); }
.review-avatar--green { background: var(--green); }
.review-card footer div { flex: 1; }
.review-card footer strong, .review-card footer small { display: block; }
.review-card footer strong { font-size: 12px; }
.review-card footer small { color: rgba(255,255,255,.45); font-size: 10px; }
.review-card footer .stars { font-size: 9px; }
.review-cards .review-card:last-child { grid-column: 1 / span 1; }

.outline-link { padding: 9px 0; border-bottom: 1px solid var(--blue); color: var(--blue); font-weight: 700; }
.outline-link span { margin-left: 12px; color: var(--red); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.blog-card__visual { position: relative; height: 215px; display: block; overflow: hidden; }
.blog-card__visual span { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 6px 11px; border-radius: 99px; color: var(--blue-dark); background: rgba(255,255,255,.9); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-card__visual svg { position: absolute; right: 10px; bottom: -8px; width: 205px; height: 150px; opacity: .85; stroke-width: 4; }
.blog-card__visual::before { position: absolute; top: -70px; left: -60px; width: 190px; height: 190px; content: ""; border: 34px solid rgba(255,255,255,.22); border-radius: 50%; }
.blog-card__visual--blue { color: white; background: linear-gradient(135deg, var(--blue), #4586ca); }
.blog-card__visual--yellow { color: #745a00; background: linear-gradient(135deg, var(--yellow), #ffed86); }
.blog-card__visual--red { color: white; background: linear-gradient(135deg, var(--red), #ff6b7b); }
.blog-card__body { padding: 26px; }
.blog-meta { display: flex; align-items: center; justify-content: space-between; color: #8290a2; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.blog-card h3 { margin: 13px 0 10px; color: var(--blue-dark); font: 800 20px/1.38 "Manrope"; }
.blog-card h3 a:hover { color: var(--blue-2); }
.blog-card__body > p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.read-more { color: var(--blue); font-size: 12px; font-weight: 800; }
.read-more span { color: var(--red); }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 90px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-intro .text-link { margin-top: 22px; }
.accordion { border-top: 1px solid #cad5e1; }
.accordion-item { border-bottom: 1px solid #cad5e1; }
.accordion-item button { width: 100%; padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; font-family: "Manrope"; font-size: 16px; font-weight: 800; text-align: left; cursor: pointer; }
.accordion-item button b { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid #b7c4d2; border-radius: 50%; }
.accordion-item button b::before, .accordion-item button b::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; content: ""; background: var(--blue); transform: translate(-50%, -50%); transition: transform .2s ease; }
.accordion-item button b::after { transform: translate(-50%, -50%) rotate(90deg); }
.accordion-item.open button b::after { transform: translate(-50%, -50%) rotate(0); }
.accordion-panel { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.accordion-panel p { margin: 0; padding: 0 55px 23px 0; color: var(--muted); font-size: 14px; }
.accordion-item.open .accordion-panel { max-height: 180px; }

.appointment { position: relative; padding: 95px 0; overflow: hidden; color: white; background: var(--blue); }
.appointment::before { position: absolute; top: -180px; right: -170px; width: 500px; height: 500px; content: ""; border: 85px solid var(--yellow); border-radius: 50%; opacity: .95; }
.appointment-grid { position: relative; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 100px; }
.appointment-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.7); font-size: 17px; }
.appointment h2 em { color: var(--yellow); }
.appointment-points { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px 18px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 700; }
.appointment-points span::first-letter { color: var(--yellow); }
.appointment-form { padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: white; box-shadow: 0 28px 60px rgba(4,25,51,.25); }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; margin-bottom: 6px; color: var(--blue-dark); font-size: 12px; font-weight: 800; }
.form-row label span { color: var(--muted); font-weight: 500; }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 13px 14px; border: 1px solid #d7e0e9; border-radius: 10px; outline: 0; color: var(--ink); background: #fbfcfe; transition: border-color .2s, box-shadow .2s; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--blue-2); box-shadow: 0 0 0 3px rgba(25,83,154,.1); }
.form-row input.invalid, .form-row select.invalid { border-color: var(--red); }
.form-row textarea { resize: vertical; }
.form-status { min-height: 18px; margin: 8px 0 0; color: var(--red); font-size: 11px; text-align: center; }

.contact { background: white; }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.contact-map { min-height: 500px; background: #eaf0f5; }
.contact-map iframe { width: 100%; height: 100%; min-height: 500px; display: block; border: 0; filter: saturate(.7) contrast(.96); }
.contact-details { padding: 42px; }
.contact-details article { padding: 18px 0; display: flex; gap: 16px; border-bottom: 1px solid var(--line); }
.contact-details article > span { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 12px; color: var(--blue); background: #edf3fa; }
.contact-details article > span svg { width: 20px; height: 20px; }
.contact-details small, .contact-details strong, .contact-details p { display: block; }
.contact-details small { margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { color: var(--blue-dark); font-size: 14px; line-height: 1.5; }
.contact-details p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.contact-details article a:not(strong a) { display: inline-block; margin-top: 6px; color: var(--blue); font-size: 11px; font-weight: 800; }
.contact-actions { margin-top: 24px; display: flex; gap: 10px; }
.contact-actions .button { min-height: 44px; flex: 1; padding: 0 15px; font-size: 12px; }

.footer { padding-top: 75px; color: rgba(255,255,255,.68); background: #061f3d; }
.footer-grid { padding-bottom: 52px; display: grid; grid-template-columns: 1.7fr .7fr .9fr 1.2fr; gap: 55px; }
.brand--footer .brand__copy { border-left-color: rgba(255,255,255,.14); }
.brand--footer .brand__copy strong { color: white; }
.brand--footer img { padding: 4px; border-radius: 6px; background: white; }
.footer-brand > p { max-width: 360px; margin: 23px 0; font-size: 13px; }
.footer h3 { margin: 5px 0 22px; color: white; font: 800 13px "Manrope"; }
.footer-grid > div:not(.footer-brand) > a { display: block; margin: 10px 0; font-size: 12px; transition: color .2s; }
.footer-grid > div:not(.footer-brand) > a:hover { color: var(--yellow); }
.footer-grid > div > p { font-size: 12px; }
.social-row { display: flex; gap: 8px; }
.social-row a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: white; font-size: 10px; font-weight: 800; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.mobile-action-bar { display: none; }

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

/* Blog article page */
.blog-hero { padding: 95px 0 80px; text-align: center; background: linear-gradient(180deg, #edf4fc, #fff); }
.blog-hero h1 { max-width: 850px; margin: 0 auto; color: var(--blue-dark); font: 800 clamp(43px, 5.2vw, 70px)/1.08 "Manrope"; letter-spacing: -.055em; }
.blog-hero p { max-width: 660px; margin: 20px auto 0; color: var(--muted); font-size: 17px; }
.blog-hero .eyebrow { justify-content: center; }
.articles { padding: 90px 0 120px; background: var(--paper); }
.article-card { max-width: 880px; margin: 0 auto 32px; padding: 52px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 15px 45px rgba(13,45,83,.06); scroll-margin-top: 110px; }
.article-tag { display: inline-block; padding: 6px 11px; border-radius: 99px; color: var(--blue); background: #edf4fb; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-card h2 { margin: 17px 0 10px; color: var(--blue-dark); font: 800 clamp(28px, 4vw, 42px)/1.18 "Manrope"; letter-spacing: -.04em; }
.article-card h3 { margin: 32px 0 8px; color: var(--blue-dark); font: 800 19px "Manrope"; }
.article-card p, .article-card li { color: var(--muted); }
.article-card ul { padding-left: 20px; }
.article-card__meta { padding-bottom: 24px; border-bottom: 1px solid var(--line); color: #8491a0; font-size: 11px; font-weight: 700; }
.article-note { margin-top: 30px; padding: 20px 22px; border-left: 4px solid var(--yellow); border-radius: 0 12px 12px 0; color: var(--blue-dark) !important; background: var(--yellow-soft); font-weight: 600; }
.back-home { display: inline-flex; margin-top: 30px; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; }

@media (max-width: 1080px) {
  .primary-nav { gap: 17px; }
  .nav-link { font-size: 13px; }
  .brand__copy { display: none; }
  .hero__copy { width: 56%; }
  .hero h1 { font-size: 57px; }
  .trust-grid article { padding: 20px 16px; }
  .about-grid { gap: 60px; }
  .reviews-grid { gap: 50px; }
}

@media (max-width: 880px) {
  :root { --container: min(100% - 32px, 720px); }
  .top-strip { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 96px; height: 44px; }
  .brand__copy { display: flex; }
  .menu-toggle { display: block; }
  .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); }
  .primary-nav { position: fixed; top: 72px; right: 0; left: 0; height: calc(100vh - 72px); padding: 35px 28px; display: flex; flex-direction: column; align-items: stretch; gap: 4px; visibility: hidden; opacity: 0; background: white; transform: translateY(-10px); transition: .25s ease; }
  .primary-nav.open { visibility: visible; opacity: 1; transform: none; }
  .nav-link { padding: 13px 2px; border-bottom: 1px solid var(--line); font: 700 17px "Manrope"; }
  .nav-link::after { display: none; }
  .primary-nav .button { margin-top: 18px; }
  .hero { min-height: auto; padding-bottom: 0; }
  .hero__image { position: relative; height: 400px; background-position: 60% center; }
  .hero__wash { top: 395px; background: white; }
  .hero__content { min-height: auto; display: block; }
  .hero__copy { width: 100%; padding: 54px 0 82px; }
  .hero h1 { font-size: clamp(45px, 8.5vw, 65px); }
  .hero-note { display: none; }
  .hero::after { right: -170px; bottom: -280px; opacity: .6; }
  .trust-bar { margin-top: -35px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(2) { border-right: 0; }
  .trust-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 85px 0; }
  .section-heading--split { display: block; }
  .section-heading--split > p { margin-top: 18px; }
  .service-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { width: min(520px, 100%); margin-inline: auto; }
  .pathway-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .pathway-step, .pathway-step:first-child, .pathway-step:last-child { border: 1px solid var(--line); border-radius: 18px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .reviews-intro { max-width: 650px; }
  .faq-grid { grid-template-columns: 1fr; gap: 50px; }
  .appointment-grid { grid-template-columns: 1fr; gap: 50px; }
  .appointment-form { max-width: 620px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-map, .contact-map iframe { min-height: 360px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 32px); --radius: 18px; }
  body { font-size: 15px; padding-bottom: 66px; }
  .brand img { width: 80px; height: 39px; }
  .brand__copy { padding-left: 8px; }
  .brand__copy strong { font-size: 11px; }
  .brand__copy small { font-size: 8px; }
  .hero__image { height: 295px; background-position: 61% center; }
  .hero__wash { top: 290px; }
  .hero__copy { padding: 42px 0 75px; }
  .hero h1 { font-size: 45px; }
  .hero__lead { font-size: 16px; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero__actions .button { width: 100%; }
  .hero__trust { align-items: flex-start; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid article { min-height: 116px; padding: 16px 12px; align-items: flex-start; flex-direction: column; gap: 8px; }
  .trust-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
  .trust-icon { width: 36px; height: 36px; }
  .section { padding: 70px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .about-copy h2, .reviews h2, .faq h2, .appointment h2 { font-size: 36px; }
  .section-heading--split { gap: 0; }
  .service-grid, .blog-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; padding: 27px; }
  .about-grid { gap: 45px; }
  .about-visual { min-height: 440px; }
  .about-visual__panel { inset: 15px 6px 10px; padding: 31px; border-radius: 180px 180px 22px 22px; }
  .about-visual__panel::before { top: 73px; width: 170px; height: 170px; border-width: 34px; }
  .about-visual__panel::after { top: 126px; width: 65px; height: 65px; }
  .doctor-monogram { top: 125px; font-size: 35px; }
  .about-visual__panel p { font-size: 15px; }
  .experience-card { right: -4px; bottom: -6px; min-width: 150px; padding: 16px; }
  .check-list { grid-template-columns: 1fr; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-step { min-height: 235px; }
  .review-cards { grid-template-columns: 1fr; }
  .review-card--offset { transform: none; }
  .review-cards .review-card:last-child { grid-column: auto; }
  .blog-card__visual { height: 190px; }
  .outline-link { display: inline-block; margin-top: 22px; }
  .appointment { padding: 72px 0; }
  .appointment::before { width: 300px; height: 300px; border-width: 55px; }
  .appointment-points { display: grid; }
  .appointment-form { padding: 24px 19px; }
  .contact-details { padding: 25px 20px; }
  .contact-actions { flex-direction: column; }
  .footer { padding-top: 60px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; }
  .mobile-action-bar { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; height: 66px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(0,0,0,.08); background: white; box-shadow: 0 -10px 30px rgba(9,38,73,.12); }
  .mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--blue); font-size: 13px; font-weight: 800; }
  .mobile-action-bar a:last-child { color: white; background: var(--green); }
  .mobile-action-bar svg { width: 19px; height: 19px; }
  .blog-hero { padding: 70px 0 58px; }
  .article-card { padding: 29px 21px; }
}

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