@font-face {
  font-family: "Inter Local";
  src: url("../assets/fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Local";
  src: url("../assets/fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Local";
  src: url("../assets/fonts/Inter-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter Local";
  src: url("../assets/fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #10213a;
  --blue: #1b5191;
  --blue-dark: #0f315b;
  --green: #4e8658;
  --paper: #f3f5f1;
  --white: #fff;
  --muted: #5c6879;
  --line: #d7dee2;
  --warm: #c85e3d;
  --radius: 12px;
  --radius-lg: 20px;
  --shell: 1180px;
  --shadow: 0 18px 46px rgba(16, 33, 58, 0.12);
  --shadow-soft: 0 10px 28px rgba(16, 33, 58, 0.07);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 84px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter Local", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.feature-icon svg, .product-note-icon svg, .contact-method svg, .contact-address svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--white); }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(248, 247, 242, 0.95);
  border-bottom: 1px solid rgba(21, 34, 56, 0.12);
  backdrop-filter: blur(12px);
}
.header-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: auto; height: 66px; }
.header-actions { display: flex; align-items: center; gap: 22px; }
.header-place { color: var(--muted); font-size: 14px; }
.phone-link { font-weight: 700; text-decoration: none; white-space: nowrap; }

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid var(--blue);
  border-radius: var(--radius);
  background: var(--blue);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}
.button:hover { background: var(--blue-dark); transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(232, 110, 77, 0.65); outline-offset: 3px; }
.button-small { min-height: 44px; padding: 9px 17px; font-size: 15px; }
.button-outline { color: var(--blue); background: transparent; }
.button-outline:hover { color: var(--white); }
.button-dark { background: var(--ink); border-color: var(--ink); }
.button-dark:hover { background: #030c1b; }
.button-light { background: var(--white); color: var(--blue-dark); border-color: var(--white); }
.button-light:hover { background: #e8edf7; }
.text-link { font-weight: 700; text-underline-offset: 5px; }

.hero { min-height: 650px; display: flex; align-items: stretch; background: #f8f7f2; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr); gap: 56px; align-items: center; }
.hero-copy { padding: 64px 0; display: flex; flex-direction: column; align-items: flex-start; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; max-width: 640px; font-size: clamp(42px, 3.75vw, 52px); line-height: 1.1; letter-spacing: -.01em; }
.hero-offer-kicker { margin-bottom: 16px; padding: 7px 11px; color: #7d2c18; background: #f7d7c8; border-radius: 8px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-lead { max-width: 580px; margin-bottom: 24px; color: #3f4c60; font-size: 19px; line-height: 1.5; }
.hero-payment { width: 100%; max-width: 430px; margin: 0 0 28px; padding: 18px 22px; color: var(--white); background: var(--blue-dark); border-left: 6px solid var(--warm); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.hero-payment > span { display: block; margin-bottom: 2px; color: #c8d7ea; font-size: 14px; font-weight: 600; }
.hero-payment strong { display: block; font-size: clamp(30px, 3vw, 42px); line-height: 1.1; font-variant-numeric: tabular-nums; }
.hero-payment small { font-size: .48em; font-weight: 600; }
.hero-facts { width: 100%; max-width: 590px; display: grid; gap: 0; margin: 0 0 28px; border-top: 1px solid var(--line); }
.hero-facts div { display: grid; grid-template-columns: 112px 1fr; gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.hero-facts dt { color: var(--muted); font-size: 13px; }
.hero-facts dd { margin: 0; font-size: 14px; font-weight: 600; }
.hero-buttons { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-photo { min-width: 0; margin: 40px 0; }
.hero-media { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: #e5e8e5; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hero-photo figcaption { display: grid; gap: 3px; padding: 10px 4px 0; color: var(--muted); font-size: 12px; line-height: 1.45; }

.section { padding: 80px 0; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: 64px; align-items: end; margin-bottom: 48px; }
h2 { margin-bottom: 0; max-width: 720px; font-size: clamp(34px, 3.2vw, 42px); line-height: 1.18; letter-spacing: 0; }
.section-intro { margin-bottom: 6px; color: var(--muted); font-size: 18px; }
.concerns { background: var(--paper); }
.concern-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.concern-list article { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.concern-card { display: flex; flex-direction: column; }
.concern-card > img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; background: #f4f0ec; }
.concern-card-copy { flex: 1; display: flex; align-items: flex-start; flex-direction: column; padding: 22px 20px 20px; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 34px; color: var(--blue); background: #e9f0f8; border-radius: var(--radius); }
.concern-list h3 { margin-bottom: 12px; font-size: 20px; line-height: 1.25; }
.concern-list p { margin-bottom: 20px; color: var(--muted); font-size: 15px; }
.concern-cta { width: 100%; margin-top: auto; padding-inline: 12px; font-size: 14px; }
.types { background: var(--white); }
.prosthesis-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px; }
.prosthesis-card { min-width: 0; grid-column: span 5; overflow: hidden; background: #edf1ed; border-radius: var(--radius-lg); }
.prosthesis-card-wide { grid-column: span 7; }
.prosthesis-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.prosthesis-card-copy { display: grid; grid-template-columns: 36px minmax(0, 1fr); grid-template-areas: "number title" ". text" ". note"; gap: 8px 12px; padding: 24px; }
.prosthesis-card-copy span { grid-area: number; padding-top: 4px; color: var(--warm); font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; }
.prosthesis-card-copy h3 { grid-area: title; margin: 0; font-size: 23px; line-height: 1.2; }
.prosthesis-card-copy p { grid-area: text; margin: 0; color: var(--ink); font-size: 16px; }
.prosthesis-card-copy small { grid-area: note; color: var(--muted); font-size: 14px; line-height: 1.5; }
.prosthesis-note { margin-top: 18px; color: var(--muted); font-size: 13px; }
.type-overview { margin-top: -4px; margin-bottom: 28px; }
.type-overview-media { overflow: hidden; background: #e8ecef; border: 1px solid var(--line); border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.type-overview-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }
.type-overview-legend { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; background: #f8f9f7; border: 1px solid var(--line); border-top: 0; list-style: none; }
.type-overview-legend li { min-width: 0; display: flex; align-items: baseline; gap: 10px; padding: 15px 18px; }
.type-overview-legend li + li { border-left: 1px solid var(--line); }
.type-overview-legend span { flex: 0 0 auto; color: var(--warm); font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; }
.type-overview-legend strong { font-size: 15px; line-height: 1.3; }
.type-overview figcaption { padding: 9px 4px 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.type-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.type-card { min-width: 0; display: grid; grid-template-columns: 54px minmax(0, 1fr); grid-template-areas: "number title" "number detail"; gap: 20px 18px; padding: 28px; background: #edf1ed; border-radius: var(--radius-lg); }
.type-card-main { grid-column: 1 / -1; grid-template-columns: 54px minmax(260px, .82fr) minmax(0, 1.18fr); grid-template-areas: "number title detail"; align-items: start; background: var(--blue-dark); color: var(--white); }
.type-card-accent { background: #e7edf5; }
.type-number { grid-area: number; color: var(--warm); font-size: 15px; font-weight: 700; font-variant-numeric: tabular-nums; }
.type-card h3 { margin-bottom: 10px; font-size: 23px; line-height: 1.2; }
.type-card p { margin-bottom: 0; color: var(--muted); }
.type-card-main p { color: #c9d4e4; }
.type-card dl { grid-area: detail; display: grid; gap: 18px; margin: 0; }
.type-card-main dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.type-card dl div { padding-top: 16px; border-top: 1px solid rgba(16, 33, 58, .16); }
.type-card-main dl div { border-color: rgba(255, 255, 255, .2); }
.type-card dt { margin-bottom: 5px; color: var(--muted); font-size: 13px; font-weight: 700; }
.type-card-main dt { color: #aebed1; }
.type-card dd { margin: 0; font-size: 15px; line-height: 1.5; }
.type-card dd strong { font-size: 22px; font-variant-numeric: tabular-nums; }

.pricing { background: #edf1ed; }
.pricing-grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 72px; align-items: start; }
.pricing-copy h2 { margin-bottom: 24px; }
.pricing-copy p { max-width: 54ch; margin-bottom: 30px; color: var(--muted); font-size: 17px; }
.price-list { padding: 10px 28px 24px; background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.price-list > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.price-list span { color: var(--muted); }
.price-list strong { text-align: right; font-variant-numeric: tabular-nums; }
.price-list small { display: block; margin-top: 18px; color: var(--muted); line-height: 1.5; }

.product-section { background: var(--paper); }
.product-note { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); grid-template-areas: "title copy" "visual copy"; gap: 24px 56px; margin-top: 18px; padding: 34px; background: var(--blue-dark); color: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.product-note-title { grid-area: title; display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; align-items: center; align-content: start; }
.product-note-icon { width: 48px; height: 48px; display: grid; place-items: center; color: #bce0bd; background: rgba(255,255,255,.09); border-radius: var(--radius); }
.product-note-title h2 { margin: 0; font-size: 30px; line-height: 1.2; }
.product-note-visual { grid-area: visual; margin: 0; overflow: hidden; border-radius: var(--radius); background: #091d38; }
.product-note-visual img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.product-note-visual figcaption { padding: 9px 12px 11px; color: #aebed1; font-size: 12px; line-height: 1.4; }
.product-note-copy { grid-area: copy; align-self: center; }
.product-note-copy p { margin-bottom: 14px; color: #c9d4e4; font-size: 16px; }
.product-note-copy strong { color: var(--white); }
.product-note-copy .button { margin-top: 8px; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: minmax(260px, .62fr) minmax(520px, 1.38fr); gap: 72px; align-items: start; }
.faq-heading { position: sticky; top: 118px; }
.faq-heading h2 { margin-bottom: 20px; }
.faq-heading p { max-width: 34ch; color: var(--muted); font-size: 17px; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 52px 24px 0; font-size: 19px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 19px; right: 4px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--blue); border: 1px solid var(--line); border-radius: 50%; font-size: 20px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 66ch; margin-bottom: 24px; color: var(--muted); }

.process { background: var(--white); }
.process-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
.process-heading { position: sticky; top: 118px; }
.process-heading h2 { margin-bottom: 38px; }
.process-photo { margin: 34px 0 0; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.process-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.steps li { display: grid; grid-template-columns: 78px 1fr; gap: 24px; padding: 30px 0 34px; border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--green); font-weight: 700; font-size: 20px; }
.steps h3 { margin-bottom: 8px; font-size: 21px; }
.steps p { margin-bottom: 0; color: var(--muted); }

.quiz-section { background: var(--blue-dark); color: var(--white); }
.quiz-shell { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr); gap: 64px; align-items: start; }
.quiz-aside h2 { margin-bottom: 24px; font-size: clamp(32px, 2.8vw, 38px); line-height: 1.2; }
.quiz-aside > p { color: #becbe0; font-size: 18px; }
.quiz { min-height: 570px; padding: 40px; background: var(--blue); border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.quiz-progress { height: 3px; margin-bottom: 16px; background: rgba(255,255,255,.17); }
.quiz-progress span { display: block; width: 25%; height: 100%; background: var(--green); transition: width 180ms ease; }
.quiz-counter { margin-bottom: 42px; color: #b9c9e4; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.quiz-step { display: none; margin: 0; padding: 0; border: 0; }
.quiz-step.is-active { display: grid; gap: 11px; }
.quiz-step legend { width: 100%; margin-bottom: 25px; padding: 0; font-size: 27px; line-height: 1.2; font-weight: 700; }
.choice { display: block; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice span { display: block; padding: 15px 17px; border: 1px solid rgba(255,255,255,.28); border-radius: var(--radius); transition: background-color 140ms ease, border-color 140ms ease; }
.choice span::before { content: ""; display: inline-block; width: 10px; height: 10px; margin-right: 12px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; vertical-align: 1px; }
.choice:hover span { border-color: rgba(255,255,255,.7); }
.choice input:checked + span { background: var(--white); color: var(--blue-dark); border-color: var(--white); }
.choice input:checked + span::before { border: 3px solid var(--green); background: var(--blue-dark); }
.choice input:focus-visible + span { outline: 3px solid rgba(232,110,77,.8); outline-offset: 2px; }
.quiz-contact { gap: 18px !important; }
.field span { display: block; margin-bottom: 7px; color: #c5d2e6; font-size: 13px; }
.field input { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.35); border-radius: var(--radius); background: rgba(255,255,255,.06); color: var(--white); }
.field input::placeholder { color: #93a6c4; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: #bfcaDC; font-size: 13px; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--green); }
.quiz-error { min-height: 24px; margin: 16px 0 4px; color: #ffb29f; font-size: 14px; }
.quiz-controls { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 4px; }
.quiz-back { padding: 11px 0; border: 0; background: transparent; color: #ccd6e7; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.quiz-success { grid-column: 2; min-height: 430px; padding: 50px; background: var(--blue); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.quiz-success h3 { margin-bottom: 18px; font-size: 32px; line-height: 1.2; }
.quiz-success p { max-width: 560px; color: #c7d2e4; }
.quiz-success .button { margin-top: 20px; }

.doctor-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.doctor-card { margin: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.doctor-image { height: 480px; overflow: hidden; background: #e9e9e7; }
.doctor-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; }
.doctor-card figcaption { padding: 24px 26px 28px; }
.doctor-card small { color: var(--muted); }
.doctor-card h3 { margin: 7px 0 0; font-size: 22px; }
.doctor-facts { display: grid; gap: 7px; margin: 18px 0 16px; padding: 0; color: #465268; list-style: none; }
.doctor-facts li { position: relative; padding-left: 18px; }
.doctor-facts li::before { content: ""; position: absolute; left: 0; top: .72em; width: 8px; height: 2px; background: var(--green); }
.doctor-profile { color: var(--blue); font-size: 14px; font-weight: 700; text-underline-offset: 4px; }

.reviews { background: #e9eeea; }
.reviews-heading { margin-bottom: 46px; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.review-card { min-width: 0; margin: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.review-card-featured { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr); }
.review-content { min-width: 0; height: 100%; padding: 26px; display: flex; flex-direction: column; }
.review-card-featured .review-content { padding: 34px; }
.review-author { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 13px; align-items: center; margin-bottom: 18px; }
.review-author > span:last-child, .review-author strong, .review-author small { display: block; }
.review-author strong { line-height: 1.25; }
.review-author small { margin-top: 3px; color: var(--muted); font-size: 13px; }
.review-avatar { width: 52px; height: 52px; object-fit: cover; border: 2px solid var(--white); border-radius: 50%; box-shadow: 0 0 0 1px var(--line); }
.platform-mark { min-width: 34px; height: 34px; display: grid; place-items: center; padding: 0 7px; border-radius: 9px; font-size: 13px; font-weight: 800; }
.platform-yandex { color: #fff; background: #b83229; }
.platform-2gis { color: #fff; background: #1b7257; }
.review-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.review-rating span { color: #e08b22; letter-spacing: 2px; }
.review-rating strong { color: var(--muted); font-size: 13px; }
.review-context { flex: 1; margin-bottom: 14px; color: var(--muted); font-size: 15px; }
.review-card blockquote { margin: 0 0 24px; font-size: 20px; line-height: 1.42; font-weight: 600; }
.review-card footer { display: flex; align-items: end; justify-content: space-between; gap: 16px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.review-card footer span { max-width: 165px; }
.review-card a { flex: 0 0 auto; color: var(--blue); font-weight: 700; text-underline-offset: 4px; }
.review-gallery { position: relative; min-height: 430px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 3px; margin: 0; background: #dfe4e7; }
.review-gallery img { width: 100%; height: 100%; object-fit: cover; }
.review-gallery figcaption, .review-photo figcaption { position: absolute; left: 10px; bottom: 10px; padding: 6px 9px; color: var(--white); background: rgba(7,19,37,.88); border-radius: 7px; font-size: 12px; }
.review-photo { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: #dfe4e7; }
.review-photo img { width: 100%; height: 100%; object-fit: cover; }
.review-photo-portrait img { object-position: center top; }
.review-platforms { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 24px; }
.review-platforms a { display: grid; gap: 2px; padding: 20px 24px; background: rgba(255,255,255,.66); border: 1px solid var(--line); border-radius: var(--radius); text-decoration: none; }
.review-platforms a + a { padding-left: 24px; border-left: 1px solid var(--line); }
.review-platforms strong { font-size: 22px; }
.review-platforms span { color: var(--muted); font-size: 14px; }
.review-platforms a:hover span { color: var(--blue); }

.clinic { background: var(--white); }
.clinic-gallery { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: repeat(2, 250px); gap: 14px; }
.clinic-gallery figure { margin: 0; overflow: hidden; background: #e8ebee; border-radius: var(--radius); }
.clinic-gallery .clinic-main { grid-row: 1 / 3; }
.clinic-gallery img { width: 100%; height: 100%; object-fit: cover; }

.contact { background: var(--ink); color: var(--white); }
.contact-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: end; margin-bottom: 42px; }
.contact-heading h2 { color: var(--white); }
.contact-heading p { margin: 18px 0 0; color: #b8c7da; font-size: 18px; }
.contact-address { display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: start; font-style: normal; }
.contact-address > svg { width: 30px; height: 30px; color: #8dd295; }
.contact-address span, .contact-address strong, .contact-address small { display: block; }
.contact-address strong { font-size: 18px; line-height: 1.4; }
.contact-address small { margin-top: 7px; color: #aebed1; font-size: 14px; }
.contact-methods { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-method { width: 100%; min-width: 0; display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; padding: 20px; color: inherit; background: #162d4b; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); font: inherit; text-align: left; text-decoration: none; cursor: pointer; }
.contact-method:hover { background: #1c385d; border-color: rgba(255,255,255,.3); }
.contact-method > svg { width: 25px; height: 25px; color: #8dd295; }
.contact-method span, .contact-method small, .contact-method strong { display: block; min-width: 0; }
.contact-method small { color: #9eb0c7; font-size: 12px; }
.contact-method strong { margin-top: 2px; overflow: hidden; font-size: 16px; text-overflow: ellipsis; }
.map-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 14px; }
.map-links a { display: flex; justify-content: space-between; gap: 16px; padding: 18px 20px; background: transparent; border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius); text-decoration: none; }
.map-links a::after { content: "↗"; }
.map-links a:hover { color: #91dc98; }

.site-footer { padding: 50px 0 90px; background: #071325; color: #aab6c7; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 180px 1.1fr 1fr; gap: 48px; align-items: start; }
.footer-grid > img { width: 170px; height: auto; }
.footer-grid p { margin-bottom: 0; }
.mobile-bar { display: none; }

[hidden] { display: none !important; }

@media (max-width: 980px) {
  .header-place { display: none; }
  .hero-grid { grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); gap: 32px; }
  .hero { min-height: 620px; }
  .hero-copy { padding-top: 56px; }
  .concern-list { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid, .faq-grid { gap: 42px; }
  .process-grid, .quiz-shell { gap: 54px; }
  .quiz-shell { grid-template-columns: .7fr 1.3fr; }
  .quiz { padding: 30px; }
  .contact-heading { gap: 48px; }
  .contact-methods { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 160px 1fr 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 16px; padding-bottom: 62px; }
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .site-header { position: relative; }
  .header-row { min-height: 68px; }
  .brand img { width: auto; height: 54px; }
  .header-actions .phone-link, .header-actions .button { display: none; }
  .hero { min-height: auto; }
  .hero-grid { width: 100%; min-width: 0; grid-template-columns: minmax(0, 1fr); gap: 0; }
  .hero-copy, .hero-photo { min-width: 0; }
  .hero-copy { padding: 48px 15px 32px; }
  h1 { max-width: 100%; font-size: clamp(32px, 8.9vw, 36px); line-height: 1.14; letter-spacing: 0; }
  .hero-lead { font-size: 18px; }
  .hero-facts div { grid-template-columns: 94px 1fr; }
  .hero-buttons { align-items: flex-start; flex-direction: column; }
  .hero-photo { margin: 0 15px 32px; }
  .hero-photo img { aspect-ratio: 4 / 3; }
  .section { padding: 64px 0; }
  .split-heading, .pricing-grid, .process-grid, .quiz-shell, .faq-grid, .contact-heading { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .split-heading { margin-bottom: 42px; }
  h2 { font-size: 30px; line-height: 1.2; }
  .concern-list { grid-template-columns: 1fr; }
  .feature-icon { margin-bottom: 24px; }
  .prosthesis-grid { grid-template-columns: minmax(0, 1fr); }
  .prosthesis-card, .prosthesis-card-wide { grid-column: auto; }
  .prosthesis-card img { aspect-ratio: 3 / 2; }
  .prosthesis-card-copy { padding: 22px 20px; }
  .type-grid { grid-template-columns: minmax(0, 1fr); grid-auto-rows: auto; }
  .type-overview { margin-bottom: 22px; }
  .type-overview-media img { aspect-ratio: auto; object-fit: contain; object-position: center; }
  .type-overview-legend li { align-items: flex-start; flex-direction: column; gap: 3px; padding: 12px 9px; }
  .type-overview-legend strong { font-size: 12px; }
  .type-card-main { grid-column: auto; grid-template-columns: 40px minmax(0, 1fr); grid-template-areas: "number title" "number detail"; }
  .type-card { grid-template-columns: 40px minmax(0, 1fr); padding: 24px 20px; }
  .type-card-main dl { grid-template-columns: minmax(0, 1fr); }
  .price-list { padding: 8px 20px 22px; }
  .price-list > div { grid-template-columns: minmax(0, 1fr); gap: 5px; padding: 17px 0; }
  .price-list strong { text-align: left; }
  .product-note { grid-template-columns: 1fr; grid-template-areas: "title" "visual" "copy"; gap: 24px; padding: 26px 22px; }
  .product-note-title h2 { font-size: 27px; }
  .product-note-copy .button { width: 100%; }
  .faq-heading { position: static; }
  .faq-list summary { padding-top: 21px; padding-bottom: 21px; font-size: 18px; }
  .faq-list summary::after { top: 16px; }
  .process-heading { position: static; }
  .process-heading .button { width: 100%; }
  .process-photo { margin-top: 24px; }
  .steps li { grid-template-columns: 52px 1fr; gap: 14px; }
  .quiz-aside h2 { font-size: 27px; }
  .quiz { min-height: 540px; margin-inline: -15px; padding: 28px 20px; }
  .quiz-step legend { font-size: 24px; }
  .quiz-success { grid-column: 1; margin-inline: -15px; padding: 36px 22px; }
  .doctor-grid { grid-template-columns: 1fr; }
  .doctor-image { height: 430px; }
  .review-grid, .review-platforms { grid-template-columns: 1fr; }
  .review-card-featured { grid-template-columns: minmax(0, 1fr); }
  .review-card-featured .review-content { padding: 26px 22px; }
  .review-gallery { min-height: 0; height: 300px; }
  .review-card blockquote { font-size: 18px; }
  .reviews-heading { margin-bottom: 34px; }
  .review-card > p { min-height: 0; }
  .review-card footer { align-items: start; flex-direction: column; }
  .review-platforms a + a { padding-left: 24px; border-left: 1px solid var(--line); }
  .clinic-gallery { width: 100%; display: flex; gap: 12px; overflow-x: auto; padding: 0 15px 12px; scroll-snap-type: x mandatory; }
  .clinic-gallery figure, .clinic-gallery .clinic-main { flex: 0 0 82vw; height: 260px; grid-row: auto; scroll-snap-align: start; }
  .contact-heading { margin-bottom: 32px; }
  .contact-methods, .map-links { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .mobile-bar { position: fixed; z-index: 40; inset: auto 0 0; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 62px; box-shadow: 0 -6px 24px rgba(0,0,0,.14); }
  .mobile-bar a, .mobile-bar button { display: flex; align-items: center; justify-content: center; padding: 12px; border: 0; font-weight: 700; text-decoration: none; }
  .mobile-bar a { background: var(--white); color: var(--blue); }
  .mobile-bar button { background: var(--blue); color: var(--white); }
}

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