
:root {
  --ink: #102033;
  --ink-2: #182b40;
  --paper: #fbfaf6;
  --soft: #f2f5f3;
  --mint: #58d09d;
  --mint-dark: #168864;
  --gold: #f1bd61;
  --sand: #f2eadc;
  --line: rgba(16, 32, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 112px 0; }
.section--light { background: var(--soft); }
.section--sand { background: var(--sand); }
.section--ink { background: var(--ink); color: white; overflow: hidden; }
.eyebrow { margin-bottom: 22px; color: var(--mint-dark); font-size: 12px; line-height: 1; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--gold { color: var(--gold); }
.eyebrow--mint { color: var(--mint); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 750px; margin-bottom: 24px; font-size: clamp(42px, 5.4vw, 76px); line-height: .98; letter-spacing: -.055em; }
h2 { max-width: 840px; margin-bottom: 24px; font-size: clamp(36px, 4vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--mint-dark); font-style: normal; }
.section--ink h2 em, .postpartum h2 em, .booking h2 em { color: var(--mint); }
.section-lead { max-width: 760px; margin-bottom: 48px; color: #526173; font-size: 20px; line-height: 1.55; }
.section-lead--dark { color: #b7c4d0; }

.topbar { position: sticky; z-index: 50; top: 0; display: flex; min-height: 72px; padding: 10px max(20px, calc((100vw - 1180px) / 2)); align-items: center; gap: 28px; background: rgba(16, 32, 51, .96); color: white; border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.brand > span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--ink); background: var(--mint); border-radius: 50%; font-weight: 900; }
.brand div { display: flex; flex-direction: column; }
.brand b { font-size: 14px; }
.brand small { color: #aeb9c6; font-size: 11px; }
.topbar nav { display: flex; gap: 24px; font-size: 13px; color: #cbd4dd; }
.topbar__phone { font-weight: 800; white-space: nowrap; }
.button { display: inline-flex; min-height: 56px; padding: 0 26px; align-items: center; justify-content: center; color: #0b2a20; background: var(--mint); border: 0; border-radius: 10px; box-shadow: 0 14px 35px rgba(88,208,157,.2); font-weight: 900; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { background: #6de0ae; transform: translateY(-2px); }
.button--small { min-height: 44px; padding: 0 20px; font-size: 13px; }
.button--wide { width: 100%; }
.button:disabled { cursor: wait; opacity: .7; }

.hero { position: relative; min-height: 790px; padding: 76px 0 70px; overflow: hidden; color: white; background: var(--ink); }
.hero__glow { position: absolute; width: 700px; height: 700px; top: -150px; right: -100px; background: radial-gradient(circle, rgba(88,208,157,.18), transparent 64%); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: center; }
.hero__lead { max-width: 680px; margin-bottom: 20px; color: #cbd5df; font-size: 19px; line-height: 1.55; }
.rating-row { display: flex; margin-bottom: 28px; align-items: center; gap: 12px; color: #c7d0dc; font-size: 14px; flex-wrap: wrap; }
.rating-row b { color: white; }
.stars { color: #ffc44d; font-size: 19px; letter-spacing: 2px; }
.hero-offer { max-width: 650px; margin-bottom: 28px; padding: 12px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; background: rgba(255,255,255,.06); }
.hero-offer > div { display: grid; min-height: 47px; grid-template-columns: 1fr auto auto; align-items: center; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.1); }
.hero-offer > div:last-child { border-bottom: 0; }
.hero-offer span { font-size: 14px; font-weight: 700; }
.hero-offer s { color: #9eabb7; font-size: 14px; }
.hero-offer b { color: var(--mint); font-size: 19px; }
.hero-offer .hero-offer__saving { grid-template-columns: 1fr auto; padding-top: 7px; row-gap: 3px; }
.hero-offer__saving strong { color: var(--gold); font-size: 30px; line-height: 1; }
.hero-offer__saving em { grid-column: 1 / -1; font-style: normal; font-size: 12px; color: #9fb0c0; }
.hero__actions { display: flex; align-items: center; gap: 24px; }
.link-arrow { color: white; font-size: 14px; font-weight: 800; }
.countdown { display: flex; max-width: 650px; margin-top: 22px; padding: 15px 18px; align-items: center; justify-content: space-between; gap: 18px; border-radius: 12px; color: #d7e0e8; background: #182d43; }
.countdown > div:first-child { display: flex; flex-direction: column; gap: 3px; }
.countdown strong { color: white; font-size: 13px; }
.countdown span { font-size: 11px; }
.countdown__digits { display: flex; align-items: center; gap: 8px; }
.countdown__digits > span { display: flex; min-width: 42px; padding: 6px; flex-direction: column; align-items: center; background: #0c1a29; border-radius: 7px; }
.countdown__digits b { color: white; font-size: 16px; }
.countdown__digits small { color: #8fa1b2; font-size: 9px; }
.hero__visual { position: relative; align-self: stretch; min-height: 640px; }
.hero__photo { position: absolute; inset: 0; overflow: hidden; border-radius: 220px 220px 24px 24px; background: #d9ddd9; }
.hero__photo:after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(6,19,31,.75)); }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 44%; }
.doctor-caption { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 26px; display: flex; flex-direction: column; }
.doctor-caption strong { font-size: 18px; }
.doctor-caption span { margin-top: 4px; color: #cbd5df; font-size: 13px; }
.award { position: absolute; z-index: 3; top: 120px; left: -55px; display: flex; padding: 12px 16px; align-items: center; gap: 10px; color: var(--ink); background: var(--gold); border-radius: 12px; box-shadow: 0 18px 50px rgba(0,0,0,.25); transform: rotate(-3deg); }
.award > span { font-size: 25px; font-weight: 950; }
.award div { display: flex; flex-direction: column; }
.award b { font-size: 12px; }
.award small { font-size: 10px; }

.trust-strip { background: #e1e9e4; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid div { display: flex; min-height: 108px; padding: 20px 30px; flex-direction: column; justify-content: center; border-right: 1px solid rgba(16,32,51,.1); }
.trust-strip__grid div:first-child { border-left: 1px solid rgba(16,32,51,.1); }
.trust-strip b { font-size: 24px; letter-spacing: -.03em; }
.trust-strip span { margin-top: 5px; color: #627063; font-size: 12px; }

.mechanisms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.mechanism { position: relative; min-height: 370px; padding: 26px; overflow: hidden; color: white; background: var(--ink); border-radius: 18px; }
.mechanism > small { display: inline-block; margin: 34px 0 54px; color: #9daab7; }
.mechanism h3 { position: relative; z-index: 2; max-width: 260px; margin-bottom: 14px; font-size: 25px; line-height: 1.1; }
.mechanism p { position: relative; z-index: 2; margin: 0; color: #b8c5d0; line-height: 1.55; }
.mechanism__visual { position: absolute; width: 180px; height: 180px; top: -32px; right: -26px; border: 24px solid rgba(255,255,255,.06); border-radius: 50%; }
.mechanism__visual span, .mechanism__visual i { position: absolute; inset: 24px; border: 3px solid var(--mint); border-radius: 50%; }
.mechanism__visual i { inset: 48px; background: var(--mint); opacity: .75; }
.mechanism--red .mechanism__visual span, .mechanism--red .mechanism__visual i { border-color: #fa7870; background-color: #fa7870; }
.mechanism--amber .mechanism__visual span, .mechanism--amber .mechanism__visual i { border-color: #f0ba58; background-color: #f0ba58; }
.mechanism--blue .mechanism__visual span, .mechanism--blue .mechanism__visual i { border-color: #62b6e9; background-color: #62b6e9; }
.doctor-note { display: flex; max-width: 850px; margin-top: 28px; padding: 18px 22px; align-items: center; gap: 16px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.doctor-note > span { display: grid; min-width: 34px; height: 34px; place-items: center; color: white; background: var(--mint-dark); border-radius: 50%; font-weight: 900; }
.doctor-note p { margin: 0; color: #5f6d78; font-size: 14px; line-height: 1.55; }
.doctor-note strong { color: var(--ink); }

.depth-visual { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.depth-card { padding: 24px; background: #1a3046; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; }
.depth-card__top { display: flex; margin-bottom: 24px; align-items: center; justify-content: space-between; }
.depth-card__top span { font-weight: 800; }
.depth-card__top b { color: var(--mint); }
.depth-card--surface .depth-card__top b { color: var(--gold); }
.layers { position: relative; height: 220px; overflow: hidden; border-radius: 12px; background: #e5c3ac; }
.layers i { display: block; height: 25%; border-bottom: 1px solid rgba(65,35,20,.2); }
.layers i:nth-child(2) { background: #dba989; }
.layers i:nth-child(3) { background: #c97f6d; }
.layers i:nth-child(4) { background: #a45c52; }
.layers > span { position: absolute; width: 42%; top: 0; left: 29%; background: linear-gradient(180deg, rgba(88,208,157,.82), rgba(88,208,157,.08)); clip-path: polygon(35% 0, 65% 0, 100% 100%, 0 100%); }
.depth-card--surface .layers > span { background: linear-gradient(180deg, rgba(241,189,97,.9), rgba(241,189,97,.2)); }
.depth-card p { min-height: 66px; margin: 20px 0 0; color: #c1ccd6; font-size: 14px; line-height: 1.55; }
.microcopy { margin: 22px 0 0; color: #8294a6; font-size: 12px; }

.visit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.steps { margin-top: 42px; }
.steps > div { display: grid; padding: 19px 0; grid-template-columns: 42px 1fr; gap: 14px; border-top: 1px solid var(--line); }
.steps > div > span { display: grid; width: 32px; height: 32px; place-items: center; color: white; background: var(--mint-dark); border-radius: 50%; font-size: 13px; font-weight: 900; }
.steps p { margin: 0; color: #667381; font-size: 14px; line-height: 1.5; }
.steps b { display: block; margin-bottom: 3px; color: var(--ink); font-size: 16px; }
.gallery-wrap { position: relative; min-width: 0; }
.gallery { display: flex; overflow-x: auto; gap: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery::-webkit-scrollbar { display: none; }
.gallery__slide { position: relative; min-width: min(520px, 88%); height: 610px; margin: 0; overflow: hidden; scroll-snap-align: start; border-radius: 18px; }
.gallery__slide img { width: 100%; height: 100%; object-fit: cover; }
.gallery__slide:after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(7,19,31,.8)); }
.gallery__slide figcaption { position: absolute; z-index: 2; left: 22px; bottom: 20px; color: white; font-weight: 800; }
.gallery__buttons { display: flex; margin-top: 14px; justify-content: flex-end; gap: 8px; }
.gallery__buttons button { width: 48px; height: 48px; color: white; background: var(--ink); border: 0; border-radius: 50%; cursor: pointer; }

.doctor-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.doctor-photo-stack { position: relative; min-height: 620px; }
.doctor-photo-stack__main { position: absolute; width: 78%; height: 100%; left: 0; object-fit: cover; border-radius: 180px 180px 20px 20px; }
.doctor-photo-stack__small { position: absolute; width: 48%; height: 240px; right: 0; bottom: 28px; object-fit: cover; border: 8px solid var(--sand); border-radius: 16px; box-shadow: 0 20px 45px rgba(39,43,37,.2); }
.doctor-badges { display: flex; margin: 32px 0; gap: 10px; flex-wrap: wrap; }
.doctor-badges span { padding: 10px 13px; background: rgba(255,255,255,.6); border: 1px solid rgba(16,32,51,.1); border-radius: 9px; font-size: 12px; }
.doctor-badges b { color: var(--mint-dark); }
blockquote { margin: 0 0 30px; padding-left: 22px; color: #4c5c68; border-left: 3px solid var(--mint-dark); font-size: 18px; line-height: 1.55; }
.outline-link { display: inline-flex; min-height: 48px; padding: 0 18px; align-items: center; border: 1px solid var(--ink); border-radius: 8px; font-size: 13px; font-weight: 800; }

.postpartum { position: relative; min-height: 800px; display: flex; align-items: center; overflow: hidden; color: white; }
.postpartum > img, .postpartum__shade { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.postpartum__shade { background: linear-gradient(90deg, rgba(8,22,35,.92) 0%, rgba(8,22,35,.73) 50%, rgba(8,22,35,.04) 100%); }
.postpartum__content { position: relative; z-index: 2; }
.postpartum h2 { max-width: 730px; }
.postpartum p { max-width: 620px; color: #ced7df; font-size: 19px; line-height: 1.55; }
.situation-cards { display: grid; max-width: 740px; margin: 32px 0; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.situation-cards span { padding: 16px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 10px; backdrop-filter: blur(7px); font-size: 13px; line-height: 1.4; }

.price-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 74px; align-items: center; }
.price-table { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 16px; }
.price-table > div { display: flex; min-height: 86px; padding: 18px 22px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.price-table > div > span { display: flex; flex-direction: column; gap: 5px; }
.price-table b { font-size: 15px; }
.price-table small { color: #6f7c87; }
.price-table s { color: #9aa3aa; font-size: 13px; }
.price-table strong { color: var(--mint-dark); font-size: 20px; }
.price-table .price-table__total { color: white; background: var(--ink); border: 0; }
.price-table__total strong { color: var(--gold); font-size: 30px; }
.price-table__total small { display: block; margin-top: 4px; color: #9fb0c0; font-size: 12px; font-weight: 600; }
.price-photo { overflow: hidden; background: var(--ink); border-radius: 18px; }
.price-photo img { width: 100%; height: 440px; object-fit: cover; }
.price-photo div { display: flex; padding: 22px; flex-direction: column; gap: 6px; color: white; }
.price-photo span { color: #b9c6d1; font-size: 13px; line-height: 1.5; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.faq-list details { padding: 22px 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; cursor: pointer; font-size: 18px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; float: right; color: var(--mint-dark); font-size: 24px; }
.faq-list details[open] summary:after { content: "−"; }
.faq-list p { max-width: 660px; margin: 14px 0 0; color: #687580; line-height: 1.6; }

.booking { padding: 110px 0; color: white; background: var(--ink); }
.booking-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: center; }
.booking-recap { display: flex; max-width: 520px; margin: 28px 0; padding: 16px 18px; align-items: center; justify-content: space-between; background: rgba(255,255,255,.07); border-radius: 10px; }
.booking-recap span { color: #c1ccd6; }
.booking-recap strong { color: var(--gold); font-size: 26px; line-height: 1; }
.booking ul { display: grid; padding: 0; gap: 12px; list-style: none; }
.booking li:before { content: "✓"; margin-right: 10px; color: var(--mint); font-weight: 900; }
.booking > .container > div > p { color: #9cadbd; }
.booking-card { padding: 34px; color: var(--ink); background: white; border-radius: 20px; box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.booking-card h3 { margin-bottom: 8px; font-size: 28px; }
.booking-card > p { color: #6a7782; line-height: 1.5; }
.lead-form { display: grid; margin-top: 24px; gap: 15px; }
.lead-form label:not(.consent) { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
.lead-form input:not([type="checkbox"]) { width: 100%; height: 54px; padding: 0 15px; color: var(--ink); background: #f6f7f5; border: 1px solid #dce1dd; border-radius: 9px; outline: none; }
.lead-form input:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 3px rgba(22,136,100,.1); }
.consent { display: flex; align-items: flex-start; gap: 9px; color: #65717a; font-size: 11px; line-height: 1.4; }
.consent input { margin-top: 1px; }
.lead-form > small { color: #818a91; line-height: 1.4; text-align: center; }
.form-error { margin: 0; color: #a53a38; font-size: 12px; }
.form-error a { text-decoration: underline; }
.success-card { text-align: center; }
.success-card__icon { display: grid; width: 52px; height: 52px; margin: 0 auto 16px; place-items: center; color: white; background: var(--mint-dark); border-radius: 50%; font-size: 24px; }
.success-card p { color: #65717a; line-height: 1.55; }
.success-card a { font-weight: 800; }
.bonus { display: flex; padding: 18px; flex-direction: column; gap: 8px; background: var(--soft); border-radius: 12px; text-align: left; }
.bonus span { color: #66737d; font-size: 13px; line-height: 1.5; }

footer { padding: 42px 0 90px; color: #aebbc7; background: #091522; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.footer-grid b { color: white; }
.footer-grid p { margin: 5px 0; font-size: 13px; }
.footer-grid a { color: white; font-weight: 800; }
.footer-grid small { grid-column: 1 / -1; max-width: 900px; color: #7f8e9c; line-height: 1.5; font-size: 12px; }
.footer-grid small b { color: #cfd9e3; }
.footer-legal { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px 26px; padding-top: 6px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-legal a { font-size: 13px; font-weight: 600; color: #cfd9e3; text-decoration: underline; text-underline-offset: 3px; }
.footer-legal a:hover { color: white; }
.lead-form .consent a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .topbar nav, .topbar__phone { display: none; }
  .hero__grid, .doctor-grid, .price-grid, .booking-grid { grid-template-columns: 1fr; }
  .hero__grid { gap: 50px; }
  .hero__visual { width: min(500px, 100%); min-height: 600px; }
  .visit-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .mechanisms, .depth-visual { grid-template-columns: 1fr; }
  .mechanism { min-height: 320px; }
  .depth-card { display: grid; grid-template-columns: 1fr 180px; gap: 16px; }
  .depth-card__top { grid-column: 1 / -1; }
  .layers { grid-column: 2; grid-row: 2; height: 180px; }
  .depth-card p { grid-column: 1; grid-row: 2; }
  .doctor-photo-stack { min-height: 650px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 76px 0; }
  .topbar { min-height: 62px; padding: 8px 14px; }
  .topbar .button { display: none; }
  .brand b { font-size: 13px; }
  .hero { min-height: 0; padding: 58px 0 70px; }
  .hero__grid { gap: 38px; }
  h1 { font-size: 44px; }
  h2 { font-size: 38px; }
  .hero__lead, .section-lead { font-size: 17px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__actions .link-arrow { text-align: center; }
  .hero-offer > div { gap: 8px; }
  .hero-offer span { font-size: 12px; }
  .countdown { align-items: flex-start; flex-direction: column; }
  .countdown__digits { width: 100%; justify-content: space-between; }
  .countdown__digits > span { min-width: 50px; }
  .hero__visual { min-height: 520px; }
  .award { top: 50px; left: -6px; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__grid div { min-height: 90px; padding: 16px; border-bottom: 1px solid var(--line); }
  .mechanism { min-height: 300px; }
  .depth-card { display: block; }
  .depth-card__top { gap: 15px; }
  .layers { height: 190px; }
  .gallery__slide { min-width: 91%; height: 470px; }
  .doctor-photo-stack { min-height: 520px; }
  .doctor-photo-stack__main { width: 88%; }
  .doctor-photo-stack__small { width: 56%; height: 180px; }
  .postpartum { min-height: 900px; align-items: flex-end; padding-bottom: 70px; }
  .postpartum > img { object-position: 61% center; }
  .postpartum__shade { background: linear-gradient(0deg, rgba(8,22,35,.96), rgba(8,22,35,.36)); }
  .situation-cards { grid-template-columns: 1fr; }
  .price-table > div { align-items: flex-start; }
  .price-table > div > span:last-child { align-items: flex-end; white-space: nowrap; }
  .price-photo img { height: 340px; }
  .booking-card { padding: 24px 18px; }
  .booking-recap { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid small { grid-column: 1; }
  .mobile-cta { position: fixed; z-index: 60; right: 10px; bottom: 10px; left: 10px; display: flex; min-height: 58px; padding: 9px 16px; align-items: center; justify-content: space-between; color: #09241c; background: var(--mint); border-radius: 12px; box-shadow: 0 12px 45px rgba(0,0,0,.32); }
  .mobile-cta span { font-size: 11px; }
  .mobile-cta b { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
