:root {
  --navy: #062c43; --navy-deep: #031d2e; --navy-soft: #0a3c57;
  --cyan: #19bce0; --cyan-dark: #0799c0; --sky: #eaf5f8;
  --page: #f4f7f9; --text: #082b42; --muted: #587180; --white: #fff;
  --radius: 34px; --shadow: 0 18px 55px rgba(6,44,67,.1);
  --content-width: 1280px;
  --sans: 'Manrope', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 106px; }
body { margin: 0; overflow-x: clip; color: var(--text); background: var(--page); font-family: var(--sans); font-size: 18px; line-height: 1.65; }
a { color: inherit; } img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }

.site-header { min-height: 92px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 26px; margin: 8px 12px 0; padding: 14px max(4vw,28px); color: var(--white); background: var(--navy); border-radius: var(--radius) var(--radius) 0 0; position: sticky; top: 0; z-index: 30; box-shadow: 0 12px 30px rgba(3,29,46,.15); transition: top .25s ease, margin .25s ease, border-radius .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { top: 10px; margin-left: 20px; margin-right: 20px; border-radius: 24px; background: rgba(6,44,67,.96); box-shadow: 0 18px 45px rgba(3,29,46,.22); backdrop-filter: blur(14px); }
.brand { display: grid; grid-template-columns: 42px auto; grid-template-rows: auto auto; column-gap: 12px; min-width: 275px; line-height: 1.25; text-decoration: none; }
.brand::before { content: 'D'; grid-row: 1 / 3; display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 3px solid var(--cyan); border-left-color: transparent; border-radius: 50%; color: var(--cyan); font-size: 20px; font-weight: 800; }
.brand-name { align-self: end; font-size: 16px; font-weight: 800; }
.brand-role { align-self: start; color: #a9c9d6; font-size: 12px; }
.main-nav { display: flex; justify-content: center; gap: 27px; }
.main-nav a, .header-phone { font-size: 14px; font-weight: 700; text-decoration: none; }
.main-nav a:hover, .header-phone:hover, .text-link:hover { color: var(--cyan); }
.menu-toggle { display: none; }
.section-pad { padding-left: max(5vw,28px); padding-right: max(5vw,28px); }
.button { display: inline-flex; min-height: 60px; align-items: center; justify-content: center; padding: 0 30px; border: 0; border-radius: 16px; background: var(--cyan); color: var(--navy-deep); box-shadow: 0 14px 34px rgba(25,188,224,.22); font-size: 16px; font-weight: 800; text-decoration: none; transition: .2s ease; }
.button:hover { transform: translateY(-2px); background: #5ed7ef; }
.button-small { min-height: 48px; padding: 0 22px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; background: transparent; color: var(--white); box-shadow: none; font-size: 14px; }
.button-small:hover { border-color: var(--cyan); color: var(--navy-deep); }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--cyan-dark); font-size: 15px; font-weight: 800; text-decoration: none; }
.button:focus-visible, a:focus-visible, summary:focus-visible, .menu-toggle:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(25,188,224,.5); outline-offset: 3px; }

.hero { display: grid; grid-template-columns: minmax(500px,1.04fr) minmax(470px,.96fr); align-items: center; min-height: 690px; gap: 34px; margin: 0 12px; padding-top: 42px; padding-bottom: 34px; color: var(--white); background: radial-gradient(circle at 16% 48%,rgba(8,64,93,.52),transparent 46%),linear-gradient(180deg,#03263d 0%,#01233c 58%,#011536 100%); border-radius: 0 0 var(--radius) var(--radius); overflow: hidden; }
.hero-copy { position: relative; z-index: 3; min-width: 0; padding-left: max(1vw,8px); }
h1 { max-width: 680px; margin-bottom: 18px; font-size: clamp(45px,4.7vw,72px); line-height: 1.08; letter-spacing: -.045em; font-weight: 800; }
h1 span { color: var(--cyan); }
.hero-method { margin-bottom: 14px; color: var(--white); font-size: 23px; font-weight: 800; }
.hero-lead { max-width: 660px; margin-bottom: 24px; color: #c4d8e1; font-size: 18px; }
.hero-benefits { display: grid; grid-template-columns: repeat(3,1fr); max-width: 650px; gap: 10px; }
.hero-benefits span { min-height: 78px; display: flex; align-items: center; padding: 15px 14px 15px 46px; border: 1px solid rgba(25,188,224,.34); border-radius: 15px; position: relative; color: #e4f1f5; font-size: 14px; font-weight: 700; line-height: 1.45; }
.hero-benefits span::before { content: '✓'; position: absolute; left: 14px; display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: rgba(25,188,224,.14); color: var(--cyan); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 24px; }
.hero-actions .button { min-width: 285px; background: var(--white); color: var(--navy); box-shadow: none; }
.hero-actions .button:hover { background: var(--cyan); }
.hero-actions .text-link { color: #a9d9e9; }
.hero-note { margin: 16px 0 0; color: #9ab8c5; font-size: 13px; }
.hero-media { position: relative; align-self: stretch; min-height: 580px; margin-right: -5vw; }
.hero-media::before { content: ''; position: absolute; z-index: 0; inset: 6% 9% 5% 5%; border: 1px solid rgba(25,188,224,.26); border-radius: 50%; background: radial-gradient(circle,rgba(25,188,224,.13),transparent 68%); box-shadow: 0 0 80px rgba(25,188,224,.08); }
.hero-media::after { content: ''; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg,#03263d 0%,#01233c 58%,#011536 100%); -webkit-mask-image: linear-gradient(90deg,#000 0,rgba(0,0,0,.9) 15%,transparent 43%); mask-image: linear-gradient(90deg,#000 0,rgba(0,0,0,.9) 15%,transparent 43%); pointer-events: none; }
.hero-anatomy { display: none; }
.hero-doctor { position: absolute; z-index: 1; inset: -2% -1% -4% -2%; width: 103%; height: 106%; object-fit: cover; object-position: center top; opacity: .98; filter: saturate(.9) contrast(.98) brightness(.96); -webkit-mask-image: linear-gradient(90deg,transparent 0,transparent 7%,rgba(0,0,0,.35) 18%,#000 36%,#000 91%,transparent 100%); mask-image: linear-gradient(90deg,transparent 0,transparent 7%,rgba(0,0,0,.35) 18%,#000 36%,#000 91%,transparent 100%); }

.trust-rail { display: grid; grid-template-columns: repeat(4,1fr); margin: 12px; min-height: 116px; padding: 0 max(3vw,25px); color: var(--white); background: linear-gradient(110deg,var(--navy),#084668); border: 1px solid #176387; border-radius: var(--radius); }
.trust-rail > * { display: flex; flex-direction: column; justify-content: center; padding: 20px 32px; border-right: 1px solid rgba(255,255,255,.13); text-decoration: none; }
.trust-rail > *:last-child { border: 0; }
.trust-rail strong { color: var(--cyan); font-size: 32px; line-height: 1.1; font-weight: 800; }
.trust-rail span { color: #d1e3e9; font-size: 14px; }

main > section:not(.hero):not(.trust-rail) { width: calc(100% - 24px); margin: 12px auto; border-radius: var(--radius); }
.section-heading { display: grid; grid-template-columns: .28fr 1fr .72fr; gap: 46px; max-width: var(--content-width); margin: 0 auto 55px; align-items: start; }
.section-heading.compact { grid-template-columns: .28fr 1fr .62fr; }
.section-index { color: var(--cyan-dark); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h2 { margin-bottom: 20px; font-size: clamp(40px,3.8vw,60px); line-height: 1.12; letter-spacing: -.04em; font-weight: 800; }
.section-heading > p:last-child { color: var(--muted); margin-top: 7px; font-size: 17px; }

.method { padding-top: 78px; padding-bottom: 78px; background: linear-gradient(135deg,var(--sky),#f9fcfd); }
.method .section-heading { margin-bottom: 34px; }
.method-layout { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: var(--content-width); margin: 0 auto; }
.method-visuals { display: grid; grid-template-columns: 1.32fr .68fr; grid-template-rows: 480px; gap: 16px; }
.method-image, .method-detail-image { margin: 0; position: relative; border: 1px solid #d4e7ed; border-radius: 24px; overflow: hidden; background: var(--sky); box-shadow: 0 14px 40px rgba(6,44,67,.08); }
.method-image img { width: 100%; height: 100%; object-fit: cover; object-position: 46% center; }
.method-detail-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%; }
.method-image figcaption, .method-detail-image figcaption { position: absolute; left: 18px; right: 18px; bottom: 14px; padding: 12px 15px; border-radius: 10px; color: #e4f2f6; background: rgba(3,29,46,.84); backdrop-filter: blur(8px); font-size: 14px; }
.mechanism-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.mechanism-grid article { min-height: 285px; padding: 30px; border-radius: 22px; background: rgba(255,255,255,.94); box-shadow: 0 10px 32px rgba(6,44,67,.06); }
.mechanism-grid article > span { display: inline-grid; width: 31px; height: 31px; place-items: center; margin-bottom: 20px; border-radius: 50%; color: var(--navy); background: var(--cyan); font-size: 10px; font-weight: 900; }
.mechanism-grid h3 { margin-bottom: 12px; font-size: 21px; line-height: 1.25; }
.mechanism-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.process { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; max-width: 1180px; margin: 0 auto; }
.process article { position: relative; min-height: 370px; padding: 28px 30px; background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.95); border-radius: 24px; box-shadow: 0 12px 38px rgba(6,44,67,.06); }
.process-number { display: inline-grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--cyan); color: var(--navy); font-size: 11px; font-weight: 800; }
.process h3 { margin-bottom: 8px; font-size: 18px; line-height: 1.25; }
.process p { color: var(--muted); font-size: 12px; }
.process-visual { height: 145px; position: relative; margin: 18px 0 22px; }
.process-visual::before, .process-visual::after { content: ''; position: absolute; left: 50%; width: 74px; height: 67px; transform: translateX(-50%); border: 2px solid #9fc8d8; background: rgba(220,239,245,.6); }
.process-visual::before { top: 0; border-radius: 30px 30px 14px 14px; }
.process-visual::after { bottom: 0; border-radius: 14px 14px 30px 30px; }
.process-visual span { position: absolute; z-index: 2; left: 50%; top: 58px; width: 108px; height: 28px; transform: translateX(-50%); border: 2px solid var(--cyan-dark); border-radius: 50%; box-shadow: 0 0 28px rgba(25,188,224,.24); }
.visual-bone span::after { content: ''; position: absolute; left: 66px; top: 9px; width: 5px; height: 48px; background: var(--navy); transform: rotate(28deg); border-radius: 3px; }
.visual-flow i { position: absolute; z-index: 3; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan-dark); top: 48px; left: calc(50% + 12px); animation: flow 2.2s infinite ease-in-out; }
.visual-flow i:nth-of-type(2) { left: calc(50% - 8px); animation-delay: .5s; }
.visual-flow i:nth-of-type(3) { left: calc(50% + 30px); animation-delay: 1s; }
.visual-joint span { background: rgba(25,188,224,.15); box-shadow: 0 0 35px rgba(25,188,224,.45); }
@keyframes flow { 0%,100% { transform: translateY(0); opacity: .2; } 50% { transform: translateY(42px); opacity: 1; } }
.source-note { max-width: var(--content-width); margin: 20px auto 0; display: grid; grid-template-columns: .45fr 1.5fr .5fr; align-items: center; gap: 30px; padding: 26px 30px; border-radius: 20px; background: var(--navy); color: var(--white); }
.source-note span { color: var(--cyan); font-size: 21px; font-weight: 800; }
.source-note p { margin: 0; color: #c8dce4; font-size: 15px; }
.source-note a { color: var(--white); font-weight: 800; font-size: 14px; text-decoration: none; }

.compare { padding-top: 85px; padding-bottom: 90px; background: linear-gradient(135deg,#dff1f6,#f4fafc); }
.comparison { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; max-width: var(--content-width); margin: 0 auto; align-items: stretch; }
.comparison-card { display: flex; flex-direction: column; min-height: 370px; padding: 32px; border: 1px solid rgba(140,185,202,.3); border-radius: 24px; background: rgba(255,255,255,.86); box-shadow: 0 10px 35px rgba(6,44,67,.05); }
.comparison-card.featured { position: relative; color: var(--white); background: linear-gradient(150deg,var(--navy),#0a4969); border-color: transparent; box-shadow: 0 20px 48px rgba(6,44,67,.18); transform: translateY(-10px); }
.comparison-number { display: grid; width: 32px; height: 32px; place-items: center; margin-bottom: 38px; border-radius: 50%; color: var(--navy); background: #bfeaf3; font-size: 10px; font-weight: 900; }
.featured .comparison-number { background: var(--cyan); }
.comparison-label { position: absolute; left: 80px; right: 24px; top: 34px; min-height: 32px; display: flex; align-items: center; margin: 0; color: #88dced !important; font-size: 11px !important; font-weight: 800; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
.comparison-card h3 { margin: 0 0 16px; max-width: 320px; font-size: 24px; line-height: 1.25; }
.comparison-card.featured h3 { color: var(--cyan); }
.comparison-card p { margin: 0 0 26px; color: var(--muted); font-size: 15px; }
.comparison-card.featured p { color: #c1d9e3; }
.comparison-card strong { display: block; margin-top: auto; padding-top: 22px; border-top: 1px solid #d6e6ec; color: var(--text); font-size: 15px; line-height: 1.55; }
.comparison-card.featured strong { border-color: rgba(255,255,255,.17); color: var(--white); }
.fine-print { max-width: var(--content-width); margin: 24px auto 0; color: var(--muted); font-size: 14px; }

.indications { display: grid; grid-template-columns: 1.05fr .95fr; gap: 55px; padding-top: 85px; padding-bottom: 85px; background: linear-gradient(120deg,#f8fcfd,var(--sky)); }
.indications-copy { padding-left: 0; }
.check-list { list-style: none; padding: 8px 0 0; margin: 0; }
.check-list li { position: relative; padding: 15px 10px 15px 36px; border-bottom: 1px solid #cbe2ea; font-size: 16px; }
.check-list li::before { content: '✓'; position: absolute; left: 3px; color: var(--cyan-dark); font-weight: 900; }
.decision-panel { align-self: center; margin-right: 0; padding: 48px; border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.decision-mark { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; background: var(--cyan); color: var(--navy); font-size: 20px; font-weight: 900; }
.decision-panel h3 { margin: 22px 0 14px; font-size: 31px; line-height: 1.2; }
.decision-panel p { color: var(--muted); font-size: 16px; }

.conditions { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding-top: 55px; padding-bottom: 55px; color: var(--white); background: linear-gradient(105deg,var(--navy-deep),var(--navy-soft)); }
.conditions h2 { margin: 0; color: var(--cyan); }
.conditions .section-index { color: #8ddbed; }
.conditions-text { align-self: center; max-width: 620px; }
.conditions-text p { margin-bottom: 8px; }
.conditions-text p:last-child { color: #b7d0da; font-size: 15px; }

.doctor { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; padding-top: 90px; padding-bottom: 85px; background: linear-gradient(140deg,var(--sky),#fff); }
.doctor-heading { align-self: start; padding-left: 0; }
.doctor-role { color: var(--cyan-dark); font-size: 17px; font-weight: 700; }
.doctor-details { margin-right: 0; }
.doctor-quote { padding: 38px; border-radius: 22px; background: var(--white); box-shadow: var(--shadow); font-size: 22px; line-height: 1.55; font-weight: 700; }
.doctor-details dl { margin: 0 0 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.doctor-details dl div { padding: 22px; border-radius: 18px; background: rgba(255,255,255,.78); }
.doctor-details dt { margin-bottom: 8px; color: var(--cyan-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.doctor-details dd { margin: 0; color: var(--muted); font-size: 15px; }

.documents { padding-top: 78px; padding-bottom: 78px; background: var(--white); }
.documents-heading { display: grid; grid-template-columns: .28fr 1fr .72fr; gap: 46px; max-width: var(--content-width); margin: 0 auto 38px; align-items: start; }
.documents-heading h2 { max-width: 730px; }
.documents-heading > p:last-child { color: var(--muted); margin-top: 7px; font-size: 17px; }
.credential-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; max-width: var(--content-width); margin: 0 auto; }
.credential-list article { min-height: 260px; padding: 30px; border: 1px solid #d7e8ee; border-radius: 22px; background: linear-gradient(145deg,#fff,var(--sky)); }
.credential-list span { display: inline-flex; margin-bottom: 38px; color: var(--cyan-dark); font-size: 13px; font-weight: 900; }
.credential-list h3 { margin-bottom: 12px; font-size: 21px; line-height: 1.25; }
.credential-list p { margin: 0; color: var(--muted); font-size: 15px; }
.document-actions { display: flex; align-items: center; gap: 28px; max-width: var(--content-width); margin: 24px auto 0; }

.services { display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px 70px; padding-top: 88px; padding-bottom: 88px; background: var(--white); }
.services-heading { padding-left: 0; }
.services-heading h2 { max-width: 520px; }
.services-heading > p:last-child { max-width: 540px; color: var(--muted); font-size: 17px; }
.services-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-right: 0; }
.services-list article { position: relative; min-height: 225px; padding: 30px; border-radius: 21px; background: var(--sky); transition: transform .2s ease, background .2s ease; }
.services-list article:hover { transform: translateY(-3px); background: #dff1f6; }
.services-list span { color: var(--cyan-dark); font-size: 13px; font-weight: 900; }
.services-list h3 { margin: 22px 0 10px; font-size: 21px; line-height: 1.25; }
.services-list p { margin: 0; color: var(--muted); font-size: 15px; }
.services > .button { grid-column: 2; justify-self: start; }

.reviews { padding-top: 85px; padding-bottom: 85px; background: linear-gradient(135deg,#e4f3f7,#f8fcfd); }
.reviews-head { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 50px; max-width: var(--content-width); margin: 0 auto 42px; }
.reviews-head h2 { max-width: 800px; margin: 0; }
.review-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: var(--content-width); margin: 0 auto; }
.documents .documents-heading, .documents .credential-list, .documents .document-actions,
.method .section-heading, .method .method-layout, .method .source-note,
.compare .section-heading, .compare .comparison, .compare .fine-print,
.reviews .reviews-head, .reviews .review-list, .reviews .fine-print { max-width: none; }
blockquote { margin: 0; padding: 34px; border-radius: 22px; background: var(--white); box-shadow: 0 8px 30px rgba(6,44,67,.05); }
blockquote p { min-height: 120px; font-size: 18px; font-weight: 650; }
blockquote footer { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 13px; }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; padding-top: 85px; padding-bottom: 85px; background: var(--white); }
.faq .section-heading { display: block; margin: 0; padding-left: 0; }
.accordion { margin-right: 0; }
details { margin-bottom: 8px; border-radius: 15px; background: var(--sky); overflow: hidden; }
summary { cursor: pointer; list-style: none; position: relative; padding: 21px 58px 21px 25px; font-weight: 750; font-size: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 19px; top: 12px; color: var(--cyan-dark); font-size: 23px; transition: .2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 760px; padding: 0 52px 24px 25px; color: var(--muted); font-size: 15px; }

.consultation { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(430px,.76fr); align-items: center; gap: clamp(48px,6vw,105px); min-height: 720px; padding-top: 72px; padding-bottom: 72px; color: var(--white); background: radial-gradient(circle at 80% 42%,rgba(10,85,120,.95),var(--navy) 38%,var(--navy-deep)); overflow: hidden; }
.consultation::before { content: ''; position: absolute; right: -7%; bottom: -22%; width: 55%; height: 92%; background: url('assets/ams-knee-v3.png') center / cover no-repeat; opacity: .08; filter: saturate(.75); -webkit-mask-image: radial-gradient(ellipse at center,#000 10%,transparent 70%); mask-image: radial-gradient(ellipse at center,#000 10%,transparent 70%); pointer-events: none; }
.consultation-copy, .lead-form { position: relative; z-index: 1; }
.consultation h2 { max-width: 760px; color: var(--white); }
.consultation p:not(.section-index):not(.form-note) { max-width: 700px; color: #c6d9e1; font-size: 17px; }
.consultation .section-index { color: var(--cyan); }
.consultation-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; margin-top: 34px; }
.button-light { background: var(--white); color: var(--navy); box-shadow: none; }
.consultation-phone { display: flex; flex-direction: column; color: var(--white); font-size: 24px; font-weight: 800; text-decoration: none; }
.consultation-phone span { color: #a7c3ce; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.lead-form { display: grid; gap: 17px; width: 100%; padding: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: rgba(255,255,255,.97); color: var(--text); box-shadow: 0 28px 70px rgba(1,17,28,.28); }
.lead-form-head h3 { margin: 0 0 8px; font-size: 31px; line-height: 1.15; }
.lead-form-head p { margin: 0 !important; color: var(--muted) !important; font-size: 15px !important; }
.lead-form label:not(.consent-field) { display: grid; gap: 7px; }
.lead-form label > span:first-child { font-size: 13px; font-weight: 800; }
.lead-form input[type='text'], .lead-form input[type='tel'], .lead-form textarea { width: 100%; border: 1px solid #cbdfe7; border-radius: 13px; padding: 15px 16px; color: var(--text); background: #f7fbfc; font: 500 16px/1.4 var(--sans); transition: border-color .2s,background .2s; }
.lead-form textarea { resize: vertical; min-height: 108px; }
.lead-form input:hover, .lead-form textarea:hover { border-color: #91cbd9; background: var(--white); }
.consent-field { display: grid; grid-template-columns: 21px 1fr; gap: 11px; align-items: start; color: var(--muted); font-size: 12px; line-height: 1.5; cursor: pointer; }
.consent-field input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--cyan-dark); }
.consent-field a { color: var(--cyan-dark); }
.lead-submit { width: 100%; cursor: pointer; }
.form-note { margin: -5px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.site-footer { display: grid; grid-template-columns: .8fr 1.3fr .7fr; gap: 34px 45px; margin: 0 12px 12px; padding-top: 46px; padding-bottom: 38px; border-radius: var(--radius); background: var(--navy-deep); color: #a9c0ca; font-size: 14px; }
.site-footer > div:first-child { display: flex; flex-direction: column; }
.site-footer strong { color: var(--white); font-size: 16px; }
.footer-links { display: flex; gap: 20px; }
.legal-info { grid-column: 1 / -1; margin: 4px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #a8c2cd; }
.legal-info strong { color: var(--white); font-family: var(--sans); font-size: 14px; }
.footer-legal-links { grid-column: 1 / -1; display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 12px 24px; margin-top: -24px; }
.footer-legal-links a, .footer-links a { color: #c6d8df; text-decoration: none; }
.footer-legal-links a:hover, .footer-links a:hover { color: var(--cyan); }
.cookie-banner { position: fixed; z-index: 60; left: 24px; right: 24px; bottom: 22px; display: flex; max-width: 760px; margin: 0 auto; align-items: center; gap: 24px; padding: 18px 20px 18px 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; color: #d7e8ee; background: rgba(3,29,46,.97); box-shadow: 0 20px 60px rgba(3,29,46,.3); backdrop-filter: blur(14px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { flex: 1; margin: 0; font-size: 13px; line-height: 1.5; }
.cookie-banner a { color: var(--cyan); }
.cookie-accept { min-width: 105px; min-height: 43px; border: 0; border-radius: 12px; color: var(--navy-deep); background: var(--cyan); font: 800 14px var(--sans); cursor: pointer; }

.legal-page { min-height: 100vh; background: linear-gradient(145deg,var(--page),var(--sky)); }
.legal-header { display: flex; max-width: 1304px; min-height: 88px; margin: 12px auto 0; padding: 14px 28px; align-items: center; justify-content: space-between; gap: 30px; color: var(--white); background: var(--navy); border-radius: 28px 28px 0 0; }
.legal-header .brand { color: var(--white); }
.legal-document { max-width: 1304px; margin: 0 auto 24px; padding: 72px clamp(28px,7vw,110px) 90px; border-radius: 0 0 28px 28px; background: var(--white); box-shadow: var(--shadow); }
.legal-document > h1 { max-width: 900px; margin-bottom: 12px; color: var(--text); font-size: clamp(44px,6vw,78px); }
.legal-date { margin-bottom: 56px; color: var(--muted); font-size: 14px; }
.legal-document section { max-width: 900px; margin: 0 0 36px; }
.legal-document section h2 { margin-bottom: 12px; font-size: 25px; letter-spacing: -.02em; }
.legal-document section p { margin: 0; color: var(--muted); font-size: 16px; }
.legal-document section a { color: var(--cyan-dark); font-weight: 700; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .main-nav, .header-phone { display: none; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 7px; width: 44px; height: 44px; border: 0; background: transparent; }
  .menu-toggle span { width: 24px; height: 1px; background: var(--white); }
  .main-nav.is-open { display: flex; position: absolute; left: 0; right: 0; top: 76px; padding: 25px max(5vw,24px); background: var(--navy); border-radius: 0 0 24px 24px; justify-content: flex-start; flex-wrap: wrap; box-shadow: 0 20px 40px rgba(3,29,46,.25); }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 52px; }
  .hero-benefits { grid-template-columns: 1fr; }
  .hero-benefits span { min-height: 46px; }
  .section-heading { grid-template-columns: .3fr 1fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .documents-heading { grid-template-columns: .3fr 1fr; }
  .documents-heading > p:last-child { grid-column: 2; }
  .credential-list { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  h1, h2, h3 { overflow-wrap: break-word; hyphens: auto; }
  .site-header { min-height: 74px; margin: 5px 5px 0; padding: 11px 17px; gap: 8px; border-radius: 22px 22px 0 0; }
  .site-header.is-scrolled { top: 7px; margin-left: 10px; margin-right: 10px; border-radius: 20px; }
  .brand { min-width: 0; grid-template-columns: 32px auto; column-gap: 8px; }
  .brand::before { width: 30px; height: 30px; font-size: 15px; }
  .brand-name { font-size: 13px; }
  .brand-role { font-size: 9px; }
  .site-header > .button { display: none; }
  .main-nav.is-open { top: 70px; flex-direction: column; gap: 18px; }
  .hero { grid-template-columns: 1fr; min-height: auto; margin: 0 5px; padding-top: 42px; padding-bottom: 0; border-radius: 0 0 22px 22px; }
  .hero-copy { padding: 0 3px; }
  h1 { font-size: clamp(36px,10.5vw,48px); }
  .hero-copy > *, .reviews-head > * { min-width: 0; max-width: 100%; }
  .hero-method { font-size: 19px; }
  .hero-lead { font-size: 17px; }
  .hero-benefits { grid-template-columns: 1fr; }
  .hero-benefits span { min-height: 58px; font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 16px; }
  .hero-actions .button { width: 100%; min-width: 0; }
  .hero-media { min-height: 410px; margin: 18px -20px 0; }
  .hero-doctor { object-position: center top; -webkit-mask-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.35) 12%,#000 28%,#000 90%,transparent 100%); mask-image: linear-gradient(90deg,transparent 0,rgba(0,0,0,.35) 12%,#000 28%,#000 90%,transparent 100%); }
  .hero-anatomy { right: -15%; top: 13%; width: 90%; height: 75%; }
  .trust-rail { grid-template-columns: 1fr 1fr; margin: 7px 5px; border-radius: 22px; }
  .trust-rail > * { min-height: 90px; padding: 16px 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-rail strong { font-size: 22px; }
  main > section:not(.hero):not(.trust-rail) { width: calc(100% - 10px); margin: 7px auto; border-radius: 22px; }
  .section-heading, .section-heading.compact, .documents-heading { display: block; margin-bottom: 38px; }
  h2 { font-size: 38px; }
  .method, .compare, .reviews { padding-top: 66px; padding-bottom: 66px; }
  .process { grid-template-columns: 1fr; }
  .process article { min-height: auto; }
  .method-layout { grid-template-columns: 1fr; }
  .method-image { min-height: 300px; }
  .method-visuals { grid-template-columns: 1fr; grid-template-rows: 300px 210px; }
  .mechanism-grid { grid-template-columns: 1fr; }
  .mechanism-grid article { min-height: auto; }
  .source-note { grid-template-columns: 1fr; padding: 25px; }
  .comparison { display: block; }
  .comparison-card { min-height: 340px; margin-bottom: 14px; }
  .comparison-card.featured { transform: none; }
  .comparison-label, .consent-field, .form-note { font-size: 13px !important; }
  .indications, .doctor, .services, .faq { grid-template-columns: 1fr; gap: 40px; padding-top: 65px; padding-bottom: 65px; }
  .indications-copy, .doctor-heading, .services-heading, .faq .section-heading { padding-left: 0; }
  .decision-panel, .doctor-details, .accordion { margin-right: 0; }
  .decision-panel { padding: 32px 25px; }
  .conditions { grid-template-columns: 1fr; gap: 15px; padding-top: 48px; padding-bottom: 48px; }
  .doctor-details dl { grid-template-columns: 1fr; }
  .doctor-quote { padding: 28px; font-size: 20px; }
  .documents { padding-top: 62px; padding-bottom: 62px; }
  .credential-list { grid-template-columns: 1fr; }
  .credential-list article { min-height: auto; }
  .credential-list span { margin-bottom: 22px; }
  .document-actions { flex-direction: column; align-items: flex-start; }
  .services-list { grid-template-columns: 1fr; margin-right: 0; }
  .services-list article { min-height: auto; }
  .services > .button { grid-column: 1; }
  .reviews-head { grid-template-columns: 1fr; }
  .review-list { grid-template-columns: 1fr; }
  blockquote p { min-height: 0; }
  blockquote footer { flex-direction: column; gap: 2px; }
  .consultation { grid-template-columns: 1fr; gap: 38px; min-height: auto; padding-top: 58px; padding-bottom: 58px; }
  .consultation-actions { align-items: flex-start; flex-direction: column; }
  .lead-form { padding: 27px 22px; border-radius: 22px; }
  .lead-form-head h3 { font-size: 27px; }
  .site-footer { grid-template-columns: 1fr; gap: 20px; margin: 5px; border-radius: 22px; }
  .legal-info, .footer-legal-links { grid-column: 1; }
  .footer-legal-links { justify-content: flex-start; margin-top: 0; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; align-items: stretch; flex-direction: column; gap: 14px; padding: 17px; }
  .cookie-accept { width: 100%; }
  .legal-header { margin: 5px 5px 0; padding: 13px 17px; border-radius: 22px 22px 0 0; }
  .legal-header .button { display: none; }
  .legal-document { margin: 0 5px 5px; padding: 50px 24px 65px; border-radius: 0 0 22px 22px; }
  .legal-document > h1 { font-size: 42px; }
  .legal-date { margin-bottom: 42px; }
  .legal-document section h2 { font-size: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
