:root {
  --ink: #073b49;
  --ink-deep: #062f3b;
  --ocean: #087c98;
  --ocean-bright: #0a9bc0;
  --mint: #a8efd2;
  --mint-deep: #047857;
  --cream: #fbf7ef;
  --warm: #f4c47c;
  --sky: #e7f7fa;
  --paper: #ffffff;
  --muted: #56737b;
  --line: #cde3e7;
  --danger: #b42318;
  --shadow: 0 22px 60px rgba(4, 47, 59, .14);
  --shadow-soft: 0 12px 34px rgba(4, 47, 59, .09);
  --radius: 24px;
  --wrap: 1200px;
  --heading: "Figtree", system-ui, sans-serif;
  --body: "Noto Sans", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { touch-action: manipulation; }
svg { display: block; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.section { padding: 104px 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 18px; color: #fff; background: var(--ink-deep); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.notice-bar { color: #d9f3f7; background: var(--ink-deep); font-family: var(--heading); font-size: 13px; }
.notice-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.notice-inner a { min-height: 38px; display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 800; text-decoration: none; }
.notice-inner svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(205,227,231,.8); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 30px; }
.brand { min-width: 275px; display: inline-flex; align-items: center; gap: 12px; color: var(--ink-deep); font-family: var(--heading); text-decoration: none; }
.brand-mark { width: 58px; height: 48px; padding: 5px; display: flex; align-items: center; justify-content: center; background: var(--ink-deep); border-radius: 12px; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-size: 16px; font-weight: 850; line-height: 1.1; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.header nav { margin-left: auto; display: flex; gap: 26px; }
.header nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink); font-family: var(--heading); font-size: 14px; font-weight: 700; text-decoration: none; }
.header nav a:hover { color: var(--ocean); }

.btn { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; color: var(--ink-deep); border: 2px solid transparent; border-radius: 12px; font-family: var(--heading); font-weight: 800; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid var(--warm); outline-offset: 3px; }
.btn-small { min-height: 46px; padding-inline: 18px; border-radius: 10px; font-size: 13px; }
.btn-dark { color: #fff; background: var(--ink-deep); box-shadow: 0 9px 22px rgba(6,47,59,.18); }
.btn-dark:hover { background: #0b5061; }
.btn-mint { background: var(--mint); box-shadow: 0 10px 26px rgba(4,120,87,.2); }
.btn-mint:hover { background: #c1f6df; }
.btn-quiet { color: #fff; border-color: rgba(255,255,255,.24); }
.btn-quiet:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); }
.btn-quiet svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--ink-deep); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -160px; border: 1px solid rgba(168,239,210,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(168,239,210,.035), 0 0 0 140px rgba(168,239,210,.025); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero-layout { position: relative; min-height: 790px; padding-block: 70px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
.hero-copy { max-width: 580px; }
.kicker { margin: 0 0 16px; color: var(--ocean); font-family: var(--heading); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.kicker-light { color: var(--mint); }
.hero .kicker { display: flex; align-items: center; gap: 10px; }
.hero .kicker span { width: 28px; height: 1px; background: var(--mint); }
h1, h2, h3 { margin-top: 0; color: var(--ink-deep); font-family: var(--heading); line-height: 1.05; }
h1 { margin-bottom: 22px; color: #fff; font-size: clamp(56px, 5.5vw, 78px); font-weight: 850; letter-spacing: -.05em; }
h1 em { color: var(--mint); font-style: normal; }
h2 { margin-bottom: 20px; font-size: clamp(38px, 4.2vw, 58px); font-weight: 820; letter-spacing: -.04em; }
h3 { margin-bottom: 12px; font-size: 24px; font-weight: 780; }
.hero-lead { max-width: 560px; margin: 0 0 24px; color: #c9e0e5; font-size: 17px; line-height: 1.65; }
.hero-form-card { margin-bottom: 14px; padding: 20px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.8); border-radius: 20px; box-shadow: 0 24px 70px rgba(0,0,0,.24); }
.hero-form-heading { margin-bottom: 14px; display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.hero-form-heading span { color: var(--mint-deep); font-family: var(--heading); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.hero-form-heading strong { color: var(--ink-deep); font-family: var(--heading); font-size: 17px; line-height: 1.25; text-align: right; }
.hero-lead-form { gap: 9px; }
.hero-form-card .field-row { gap: 10px; }
.hero-form-card .field { gap: 4px; }
.hero-form-card .field label { font-size: 10px; }
.hero-form-card input, .hero-form-card select { min-height: 44px; font-size: 15px; }
.hero-form-card .field-error { font-size: 9px; }
.hero-form-card .field-error:not(:empty) { min-height: 12px; }
.hero-form-footer { display: grid; grid-template-columns: 1fr 170px; align-items: start; gap: 12px; }
.hero-form-card .consent { min-height: 46px; align-items: center; color: var(--muted); font-size: 10px; }
.hero-form-card .consent input { margin-top: 0; }
.hero-form-card .btn-submit { min-height: 46px; padding-inline: 15px; font-size: 13px; }
.hero-form-card .privacy { margin-top: -3px; }
.hero-form-card .hero-form-success { min-height: 224px; padding: 16px 12px 8px; }
.hero-form-card .hero-form-success > span { width: 46px; height: 46px; margin-bottom: 12px; border-radius: 13px; font-size: 20px; }
.hero-form-card .hero-form-success h3 { margin-bottom: 7px; font-size: 21px; }
.hero-form-card .hero-form-success p { margin: 0 0 12px; font-size: 12px; }
.hero-form-card .hero-form-success .btn { min-height: 44px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions .btn-quiet { min-height: 44px; padding-inline: 12px; border: 0; color: #c9e0e5; box-shadow: none; }
.hero-actions .btn-quiet:hover { color: #fff; background: transparent; }
.hero-proof { margin-top: 26px; padding-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-proof > div { display: flex; flex-direction: column; gap: 5px; }
.hero-proof strong { font-family: var(--heading); font-size: 28px; line-height: 1; }
.hero-proof span { color: #a9c9d0; font-size: 11px; line-height: 1.45; }
.hero-proof b { color: var(--warm); letter-spacing: 1px; }

.hero-bento { position: relative; height: 650px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr 120px; gap: 14px; }
.hero-bento::before { content: ""; position: absolute; inset: 40px -24px -24px 56px; background: rgba(10,155,192,.16); border: 1px solid rgba(168,239,210,.16); border-radius: 34px; transform: rotate(3deg); }
.hero-bento > * { position: relative; margin: 0; overflow: hidden; border-radius: 20px; }
.result-tile { background: #dff4f7; }
.result-tile img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.before-tile { grid-row: 1 / 3; }
.after-tile { grid-row: 1 / 3; }
.photo-label { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 7px 11px; color: #fff; background: rgba(6,47,59,.86); border-radius: 8px; font-family: var(--heading); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.photo-label-after { right: 16px; left: auto; background: var(--mint-deep); }
.same-day-tile { grid-column: 1; padding: 18px; display: grid; grid-template-columns: 42px 1fr; align-content: center; column-gap: 12px; color: var(--ink-deep); background: var(--mint); }
.same-day-tile svg { grid-row: 1 / 3; width: 40px; height: 40px; padding: 8px; fill: none; stroke: currentColor; stroke-width: 1.8; background: rgba(255,255,255,.42); border-radius: 10px; }
.same-day-tile strong { font-family: var(--heading); font-size: 14px; line-height: 1.25; }
.same-day-tile span { color: #285c56; font-size: 10px; }
.quote-tile { grid-column: 2; padding: 18px; color: var(--ink-deep); background: var(--warm); }
.quote-mark { position: absolute; top: 5px; right: 12px; color: rgba(6,47,59,.16); font-family: Georgia, serif; font-size: 66px; line-height: 1; }
.quote-tile p { margin: 0 0 5px; font-family: var(--heading); font-size: 14px; font-weight: 750; line-height: 1.35; }
.quote-tile cite { font-size: 9px; font-style: normal; }
.result-note { position: absolute; z-index: 3; right: 22px; bottom: 132px; margin: 0; padding: 5px 9px; color: rgba(255,255,255,.85); background: rgba(6,47,59,.72); border-radius: 6px; font-size: 8px; }

.quick-proof { border-bottom: 1px solid var(--line); background: var(--paper); }
.proof-row { min-height: 122px; display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-row > div { padding: 22px 30px; display: flex; align-items: center; gap: 14px; border-right: 1px solid var(--line); }
.proof-row > div:last-child { border-right: 0; }
.proof-icon { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--ocean); background: var(--sky); border-radius: 14px; }
.proof-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.proof-row span:last-child { display: flex; flex-direction: column; }
.proof-row strong { color: var(--ink-deep); font-family: var(--heading); font-size: 15px; }
.proof-row small { color: var(--muted); font-size: 11px; }

.section-heading { margin-bottom: 52px; }
.heading-split { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 80px; }
.heading-split h2 { margin-bottom: 0; }
.heading-split > p { margin: 0; color: var(--muted); font-size: 17px; }
.symptoms { background: var(--cream); }
.symptom-bento { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.symptom-card, .candidate-card { position: relative; min-height: 270px; padding: 30px; overflow: hidden; background: #fff; border: 1px solid #eadfce; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.symptom-large { grid-row: 1 / 3; min-height: 558px; padding-top: 46px; }
.symptom-dark { color: #fff; background: var(--ink-deep); border-color: var(--ink-deep); }
.symptom-warm { background: #f9dfb8; }
.symptom-number { position: absolute; top: 20px; right: 22px; color: rgba(7,59,73,.28); font-family: var(--heading); font-size: 13px; font-weight: 850; }
.symptom-dark .symptom-number { color: rgba(255,255,255,.35); }
.symptom-icon { width: 58px; height: 58px; margin-bottom: 38px; display: flex; align-items: center; justify-content: center; color: var(--ocean); background: var(--sky); border-radius: 17px; }
.symptom-icon svg { width: 36px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.symptom-dark .symptom-icon { color: var(--mint); background: rgba(255,255,255,.08); }
.symptom-card h3 { max-width: 360px; }
.symptom-dark h3 { color: #fff; }
.symptom-card p { color: var(--muted); }
.symptom-dark p { color: #b9d4da; }
.symptom-card a { position: absolute; right: 30px; bottom: 26px; left: 30px; min-height: 44px; display: flex; align-items: center; justify-content: space-between; color: var(--ocean); font-family: var(--heading); font-size: 13px; font-weight: 800; text-decoration: none; }
.symptom-dark a { color: var(--mint); }
.candidate-card { display: flex; flex-direction: column; justify-content: center; color: #fff; background: var(--ocean); border-color: var(--ocean); }
.candidate-card h3 { color: #fff; }
.candidate-card p:not(.kicker) { color: #d8f2f6; }
.candidate-card .btn { align-self: flex-start; margin-top: 10px; }

.approach { color: #fff; background: var(--ink-deep); }
.approach-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 86px; }
.approach h2 { color: #fff; }
.approach-copy > .lead { color: #bad5db; font-size: 17px; }
.timeline { margin: 36px 0 0; padding: 0; display: grid; gap: 25px; list-style: none; }
.timeline li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; }
.timeline li > span { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; color: var(--ink-deep); background: var(--mint); border-radius: 12px; font-family: var(--heading); font-weight: 850; }
.timeline strong { font-family: var(--heading); }
.timeline p { margin: 4px 0 0; color: #a7c7cf; font-size: 13px; }
.difference-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr auto; gap: 14px; }
.difference-grid > * { margin: 0; border-radius: 20px; }
.difference-main { grid-row: 1 / 3; padding: 30px; color: var(--ink-deep); background: var(--mint); }
.difference-main > span { font-family: var(--heading); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.difference-main h3 { margin-top: 10px; font-size: 30px; }
.difference-main ul { margin: 28px 0 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.difference-main li { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.difference-main svg, .credentials svg, .consult-points svg { width: 22px; height: 22px; padding: 4px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2.5; background: rgba(255,255,255,.45); border-radius: 50%; }
.difference-stat { padding: 26px; color: var(--ink-deep); background: var(--warm); }
.difference-stat strong { display: block; font-family: var(--heading); font-size: 54px; line-height: 1; }
.difference-stat span { display: block; margin-top: 7px; font-size: 12px; line-height: 1.45; }
.difference-quote { padding: 24px; color: var(--ink-deep); background: #fff; }
.difference-quote > div { color: #e1a13e; letter-spacing: 2px; }
.difference-quote blockquote { margin: 10px 0; font-family: var(--heading); font-size: 14px; font-weight: 700; line-height: 1.45; }
.difference-quote cite { color: var(--muted); font-size: 10px; font-style: normal; }
.difference-note { grid-column: 1 / -1; color: #83aeb8; font-size: 10px; text-align: center; }

.surgeon { background: var(--sky); }
.surgeon-card { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.surgeon-image { position: relative; height: 610px; background: #daeef1; }
.surgeon-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.surgeon-image > span { position: absolute; right: 22px; bottom: 22px; width: 145px; padding: 18px; color: #fff; background: var(--ink-deep); border: 4px solid #fff; border-radius: 16px; font-size: 11px; line-height: 1.35; }
.surgeon-image strong { display: block; font-family: var(--heading); font-size: 30px; line-height: 1; }
.surgeon-copy { max-width: 650px; padding: 64px; }
.surgeon-intro { color: var(--ocean); font-family: var(--heading); font-size: 20px; font-weight: 750; }
.surgeon-copy > p:not(.kicker):not(.surgeon-intro) { color: var(--muted); }
.credentials { margin: 28px 0 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.credentials span { padding: 8px 12px; display: inline-flex; align-items: center; gap: 7px; color: var(--ink); background: var(--sky); border-radius: 999px; font-size: 12px; font-weight: 650; }
.credentials svg { width: 18px; height: 18px; color: var(--mint-deep); background: #fff; }

.stories { background: var(--cream); }
.centered-heading { max-width: 720px; margin-inline: auto; text-align: center; }
.centered-heading > p:last-child { color: var(--muted); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.story-grid article { padding: 30px; display: flex; flex-direction: column; background: #fff; border: 1px solid #eadfce; border-radius: 20px; box-shadow: var(--shadow-soft); }
.story-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.story-top span { color: #e1a13e; letter-spacing: 2px; }
.story-top small { color: var(--muted); }
.story-grid blockquote { margin: 24px 0 30px; font-family: var(--heading); font-size: 18px; font-weight: 650; line-height: 1.58; }
.story-grid footer { margin-top: auto; padding-top: 18px; display: flex; flex-direction: column; border-top: 1px solid #eadfce; }
.story-grid footer strong { font-family: var(--heading); }
.story-grid footer span { color: var(--muted); font-size: 11px; }
.story-featured { color: #fff; background: var(--ink-deep) !important; border-color: var(--ink-deep) !important; transform: translateY(-12px); }
.story-featured footer { border-color: rgba(255,255,255,.15); }
.story-featured footer span, .story-featured .story-top small { color: #a9c9d0; }
.fine-print { margin: 26px 0 0; color: #7d8c8f; font-size: 11px; text-align: center; }

.faq { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 90px; }
.faq-heading { position: sticky; top: 122px; }
.faq-heading > p:not(.kicker) { color: var(--muted); }
.faq-heading > a { min-height: 44px; display: inline-flex; align-items: center; color: var(--ocean); font-family: var(--heading); font-weight: 800; text-underline-offset: 4px; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { background: var(--sky); border: 1px solid var(--line); border-radius: 16px; }
.faq-list summary { position: relative; min-height: 72px; padding: 20px 62px 20px 22px; display: flex; align-items: center; color: var(--ink-deep); font-family: var(--heading); font-size: 17px; font-weight: 780; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; right: 22px; width: 28px; height: 28px; border: 1px solid #9ccbd4; border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 2px; background: var(--ocean); transform: translate(-50%,-50%); transition: transform .2s ease; }
.faq-list summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-list details[open] summary span::after { transform: translate(-50%,-50%); }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.consultation { padding: 100px 0; color: #fff; background: var(--ink-deep); }
.closing-cta { position: relative; overflow: hidden; }
.closing-cta::before { content: ""; position: absolute; width: 540px; height: 540px; right: -180px; bottom: -270px; border: 1px solid rgba(168,239,210,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(168,239,210,.025), 0 0 0 140px rgba(168,239,210,.018); }
.closing-shell { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 84px; }
.consultation h2 { color: #fff; }
.consultation-copy > p:not(.kicker) { color: #bad5db; font-size: 17px; }
.closing-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.closing-actions .btn-mint svg, .closing-actions .btn-quiet svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.closing-assurance { max-width: 520px; margin: 24px 0 0; display: flex; align-items: center; gap: 10px; color: #9ec5cd !important; font-size: 12px !important; }
.closing-assurance svg { width: 23px; flex: 0 0 auto; fill: none; stroke: var(--mint); stroke-width: 1.8; }
.next-step-card { padding: 38px; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.7); border-radius: 28px; box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.next-step-heading { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.next-step-heading > span { color: var(--mint-deep); font-family: var(--heading); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.next-step-heading h3 { max-width: 450px; margin: 7px 0 0; font-size: 30px; }
.next-step-list { margin: 26px 0; padding: 0; display: grid; gap: 20px; list-style: none; }
.next-step-list li { display: grid; grid-template-columns: 48px 1fr; gap: 15px; }
.next-step-list li > span { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; color: var(--ink-deep); background: var(--mint); border-radius: 13px; font-family: var(--heading); font-size: 12px; font-weight: 850; }
.next-step-list strong { display: block; color: var(--ink-deep); font-family: var(--heading); font-size: 15px; }
.next-step-list p { margin: 3px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.next-step-note { padding: 18px; display: grid; grid-template-columns: 36px 1fr; gap: 12px; color: #285c56; background: #e4f9f0; border-radius: 16px; font-size: 11px; line-height: 1.5; }
.next-step-note svg { width: 36px; height: 36px; padding: 7px; fill: none; stroke: var(--mint-deep); stroke-width: 1.8; background: #fff; border-radius: 10px; }
.next-step-note strong { display: block; color: var(--ink-deep); font-family: var(--heading); font-size: 13px; }
.consult-points { margin: 28px 0; display: grid; gap: 11px; }
.consult-points span { display: flex; align-items: center; gap: 10px; color: #deeff2; font-size: 13px; }
.consult-points svg { color: var(--ink-deep); background: var(--mint); }
.consult-phone { display: inline-flex; flex-direction: column; color: #fff; text-decoration: none; }
.consult-phone small { color: #8fb8c1; }
.consult-phone strong { font-family: var(--heading); font-size: 25px; }
.form-card { padding: 36px; color: var(--ink); background: #fff; border-radius: 26px; box-shadow: 0 28px 80px rgba(0,0,0,.22); }
.form-heading { margin-bottom: 24px; }
.form-heading > span { color: var(--mint-deep); font-family: var(--heading); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.form-heading h3 { margin: 6px 0 0; font-size: 28px; }
form { display: grid; gap: 15px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 6px; }
.field label, .consent { color: var(--ink); font-family: var(--heading); font-size: 12px; font-weight: 750; }
.field label span, .consent span span { color: var(--danger); }
input, select { width: 100%; min-height: 50px; padding: 0 14px; color: var(--ink); background: #fbfeff; border: 1px solid #aacfd6; border-radius: 10px; font-size: 16px; transition: border-color .2s ease, box-shadow .2s ease; }
select { appearance: none; padding-right: 42px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23073b49' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-position: right 13px center; background-repeat: no-repeat; }
input:focus, select:focus { border-color: var(--ocean); box-shadow: 0 0 0 4px rgba(8,124,152,.13); outline: none; }
input[aria-invalid="true"], select[aria-invalid="true"] { border-color: var(--danger); }
.field-error { min-height: 0; color: var(--danger); font-size: 11px; line-height: 1.3; }
.field-error:not(:empty) { min-height: 14px; }
.consent { min-height: 44px; display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; color: var(--muted); font-family: var(--body); font-size: 11px; font-weight: 500; cursor: pointer; }
.consent input { width: 18px; min-height: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--mint-deep); }
.btn-submit { width: 100%; color: var(--ink-deep); background: var(--mint); border: 0; }
.btn-submit:hover { background: #c1f6df; }
.btn-submit svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.privacy { margin: -2px 0 0; display: flex; justify-content: center; align-items: center; gap: 7px; color: #6f878e; font-size: 10px; text-align: center; }
.privacy svg { width: 14px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; }
.form-success { padding: 40px 10px 18px; text-align: center; }
.form-success > span { width: 58px; height: 58px; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; color: var(--ink-deep); background: var(--mint); border-radius: 16px; font-size: 25px; font-weight: 900; }
.form-success p { color: var(--muted); }
.btn-outline { color: var(--ink-deep); background: #fff; border-color: #9ccbd4; }

.footer { padding: 66px 0 22px; color: #a9c9d0; background: #041f27; }
.footer-main { display: grid; grid-template-columns: 1.5fr .9fr .9fr 1fr; gap: 50px; }
.brand-footer { min-width: 0; color: #fff; }
.brand-footer small { color: #8fb8c1; }
.footer-brand p { max-width: 330px; }
.footer h2 { margin-bottom: 14px; color: #fff; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer p, .footer address { font-size: 12px; font-style: normal; line-height: 1.75; }
.footer a:not(.brand) { min-height: 34px; display: block; color: #d5ebef; text-decoration: none; font-size: 12px; }
.footer-bottom { margin-top: 44px; padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.mobile-actions { display: none; }

@media (max-width: 1080px) {
  .header nav { display: none; }
  .header .btn { margin-left: auto; }
  .hero-layout { grid-template-columns: .9fr 1.1fr; gap: 40px; }
  .hero-form-footer { grid-template-columns: 1fr; gap: 6px; }
  .hero-form-card .btn-submit { width: 100%; }
  .hero-bento { height: 580px; }
  .approach-layout { gap: 44px; }
  .surgeon-copy { padding: 44px; }
}

@media (max-width: 860px) {
  body { padding-bottom: 76px; }
  .section { padding: 80px 0; }
  .notice-inner > span { display: none; }
  .notice-inner { justify-content: center; }
  .header-inner { min-height: 72px; }
  .header .btn { display: none; }
  .brand { min-width: 0; }
  .hero-layout { padding-block: 56px 70px; grid-template-columns: 1fr; }
  .hero-copy { max-width: 680px; }
  .hero-bento { width: min(100%, 640px); height: 620px; }
  .proof-row { grid-template-columns: 1fr; padding-block: 8px; }
  .proof-row > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-row > div:last-child { border-bottom: 0; }
  .heading-split, .approach-layout, .faq-layout, .consultation-shell, .closing-shell { grid-template-columns: 1fr; gap: 42px; }
  .symptom-bento { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .symptom-large { grid-row: auto; min-height: 350px; }
  .candidate-card { min-height: 300px; }
  .surgeon-card { grid-template-columns: 1fr; }
  .surgeon-image { height: 620px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-featured { transform: none; }
  .faq-heading { position: static; }
  .footer-main { grid-template-columns: 1.3fr 1fr; }
  .footer-main > div:last-child { display: none; }
  .mobile-actions { position: fixed; z-index: 500; right: 0; bottom: 0; left: 0; min-height: 76px; padding: 10px max(14px, env(safe-area-inset-left)) max(10px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: .7fr 1.3fr; gap: 10px; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(6,47,59,.13); backdrop-filter: blur(14px); }
  .mobile-actions .btn { min-height: 52px; padding-inline: 14px; }
  .btn-call { color: var(--ink-deep); border-color: #9ccbd4; }
  .btn-call svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
  .btn-mobile { color: var(--ink-deep); background: var(--mint); }
}

@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 30px), var(--wrap)); }
  .section { padding: 68px 0; }
  .brand-mark { width: 52px; height: 43px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 8px; }
  h1 { font-size: clamp(52px, 16vw, 68px); }
  h2 { font-size: 37px; }
  .hero-form-card { padding: 18px 15px; }
  .hero-form-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
  .hero-form-heading strong { text-align: left; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr 1fr; }
  .hero-proof > div:last-child { grid-column: 1 / -1; }
  .hero-bento { height: 500px; grid-template-rows: 1fr 1fr 112px; gap: 9px; }
  .hero-bento > * { border-radius: 15px; }
  .same-day-tile, .quote-tile { padding: 13px; }
  .same-day-tile { grid-template-columns: 32px 1fr; }
  .same-day-tile svg { width: 32px; height: 32px; padding: 6px; }
  .same-day-tile strong, .quote-tile p { font-size: 11px; }
  .result-note { right: 12px; bottom: 120px; }
  .heading-split { gap: 18px; }
  .symptom-bento { grid-template-columns: 1fr; }
  .symptom-card, .candidate-card { min-height: 330px; padding: 26px; }
  .symptom-card a { right: 26px; left: 26px; }
  .difference-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .difference-main { grid-row: auto; }
  .difference-note { grid-column: auto; }
  .surgeon-image { height: 450px; }
  .surgeon-copy { padding: 34px 24px; }
  .surgeon-image > span { right: 14px; bottom: 14px; }
  .story-grid article { padding: 26px 23px; }
  .closing-actions { align-items: stretch; flex-direction: column; }
  .closing-actions .btn { width: 100%; }
  .next-step-card { padding: 28px 22px; }
  .next-step-heading h3 { font-size: 26px; }
  .form-card { padding: 27px 20px; }
  .field-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main > div:nth-child(2), .footer-main > div:nth-child(3) { display: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 4px; }
}

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