:root {
  --ink: #352827;
  --muted: #746563;
  --wine: #6f4946;
  --wine-dark: #4c3433;
  --rose: #b4877d;
  --sand: #d6bda9;
  --cream: #fbf8f5;
  --paper: #ffffff;
  --line: #eadfd9;
  --success: #355f50;
  --shadow: 0 22px 60px rgba(67, 45, 42, .12);
  --radius: 26px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--wine);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--rose); }
h1, h2, h3 { margin: 0; line-height: 1.12; font-weight: 620; letter-spacing: -.025em; }
h1, h2 { font-family: "Cormorant Garamond", Georgia, serif; }
h1 { font-size: clamp(2.75rem, 5.3vw, 4.35rem); max-width: 780px; }
h2 { font-size: clamp(2.25rem, 4vw, 3.45rem); }
h3 { font-size: 1.18rem; }
p { margin: 0; }
.lead { color: var(--muted); font-size: clamp(1.02rem, 1.5vw, 1.18rem); max-width: 710px; }
.section { padding: 104px 0; }
.section--white { background: var(--paper); }
.section--soft { background: #f3eae5; }
.section-header { display: grid; gap: 20px; margin-bottom: 52px; }
.section-header.center { justify-items: center; text-align: center; }
.section-header.center .lead { margin-inline: auto; }
.btn {
  display: inline-flex;
  min-height: 54px;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 720;
  transition: .22s ease;
}
.btn--primary { background: var(--wine); color: #fff; box-shadow: 0 14px 28px rgba(111, 73, 70, .22); }
.btn--primary:hover { background: var(--wine-dark); transform: translateY(-2px); }
.btn--ghost { border-color: rgba(255,255,255,.42); color: #fff; }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn svg { width: 18px; height: 18px; }

.topbar { background: var(--wine-dark); color: rgba(255,255,255,.92); font-size: .84rem; }
.topbar .container { min-height: 40px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar a { text-decoration: none; }
.topbar-links { display: flex; gap: 22px; align-items: center; }
.header { position: sticky; top: 0; z-index: 40; background: rgba(251,248,245,.93); border-bottom: 1px solid rgba(111,73,70,.08); backdrop-filter: blur(16px); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo { width: 220px; max-width: 46vw; }
.nav-links { display: flex; align-items: center; gap: 27px; }
.nav-links a { text-decoration: none; font-size: .9rem; font-weight: 650; color: #594745; }
.nav-links a:hover { color: var(--wine); }
.mobile-toggle { display: none; border: 0; background: none; padding: 8px; }
.mobile-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--wine-dark); }

.hero { position: relative; overflow: hidden; padding: 70px 0 88px; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -220px; top: -230px; border-radius: 50%; background: rgba(214,189,169,.27); filter: blur(6px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .82fr; gap: 68px; align-items: center; }
.hero-copy { display: grid; gap: 24px; }
.hero-copy h1 span { color: var(--wine); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 5px; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 10px; }
.meta-card { padding: 18px 16px; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 18px; }
.meta-card strong { display: block; color: var(--wine-dark); font-size: .98rem; }
.meta-card span { color: var(--muted); font-size: .82rem; }
.hero-visual { position: relative; }
.hero-visual > img { border-radius: 34px; box-shadow: var(--shadow); }
.image-placeholder {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(145deg, #efe8e4 0%, #e6d8d1 100%);
  border: 1px solid rgba(111,73,70,.08);
  box-shadow: var(--shadow);
}
.image-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1.5px dashed rgba(111,73,70,.18);
}
.image-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255,255,255,.58), transparent 36%), radial-gradient(circle at bottom left, rgba(111,73,70,.06), transparent 32%);
}
.image-placeholder--hero { aspect-ratio: 4 / 4.8; min-height: 560px; }
.image-placeholder--doctor { aspect-ratio: 4 / 4.7; min-height: 620px; }
.placeholder-center {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  gap: 14px;
  text-align: center;
  padding: 34px;
}
.placeholder-center strong {
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--wine-dark);
}
.placeholder-camera {
  width: 76px;
  height: 76px;
  margin-inline: auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.82);
  color: var(--wine);
  box-shadow: 0 12px 30px rgba(76,52,51,.12);
}
.placeholder-camera svg { width: 30px; height: 30px; }
.placeholder-note {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  padding: 13px 16px;
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.45;
}
.price-badge { position: absolute; right: -28px; bottom: 30px; min-width: 188px; padding: 20px 24px; border-radius: 22px; background: var(--wine-dark); color: #fff; box-shadow: 0 20px 44px rgba(54,36,35,.28); }
.price-badge small { display: block; color: rgba(255,255,255,.72); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.price-badge strong { display: block; margin-top: 3px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.12rem; line-height: 1; font-weight: 600; }
.trust-strip { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 104px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: center; gap: 16px; padding: 22px 28px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.icon-wrap { position: relative; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #f2e8e3; color: var(--wine); align-self: center; justify-self: center; overflow: hidden; }
.icon-wrap svg { position: absolute; left: 50%; top: 50%; width: 26px; height: 26px; display: block; transform: translate(-50%, -50%); transform-origin: center; }
.trust-item > div strong { display: block; font-size: .94rem; line-height: 1.25; color: var(--ink); }
.trust-item > div span { display: block; color: var(--muted); font-size: .8rem; line-height: 1.35; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { padding: 30px; border-radius: var(--radius); background: var(--paper); border: 1px solid var(--line); transition: .25s ease; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card .icon-wrap { margin-bottom: 24px; }
.card h3 { margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .94rem; }

.split { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.visual-panel { position: relative; min-height: 560px; border-radius: 34px; overflow: hidden; background: linear-gradient(145deg, #d8bcb0 0%, #8c625c 100%); box-shadow: var(--shadow); }
.visual-panel::before, .visual-panel::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.38); }
.visual-panel::before { width: 390px; height: 390px; left: -80px; top: 64px; }
.visual-panel::after { width: 520px; height: 520px; right: -250px; bottom: -220px; }
.eye-mark { position: absolute; inset: 0; display: grid; place-items: center; }
.eye-mark svg { width: 76%; color: #fff; opacity: .9; }
.quote-card { position: absolute; left: 28px; right: 28px; bottom: 28px; padding: 22px; border-radius: 22px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); }
.quote-card strong { display: block; margin-bottom: 5px; }
.quote-card span { color: var(--muted); font-size: .87rem; }
.check-list { display: grid; gap: 15px; margin: 28px 0 32px; }
.check-item { display: grid; grid-template-columns: 30px 1fr; gap: 13px; align-items: start; }
.check-item i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #eadbd4; color: var(--wine); font-style: normal; font-weight: 800; font-size: .78rem; }
.check-item strong { display: block; font-size: .95rem; }
.check-item p { color: var(--muted); font-size: .88rem; }
.note { padding: 17px 19px; border-left: 3px solid var(--rose); background: #f5ece7; color: var(--muted); border-radius: 0 14px 14px 0; font-size: .9rem; }

.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: step; }
.step { position: relative; padding: 28px 22px; min-height: 230px; border-radius: 24px; background: var(--paper); border: 1px solid var(--line); counter-increment: step; }
.step::before { content: "0" counter(step); display: block; margin-bottom: 34px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2.15rem; color: var(--rose); }
.step:not(:last-child)::after { content: ""; position: absolute; width: 32px; height: 1px; right: -25px; top: 48px; background: var(--sand); z-index: 2; }
.step h3 { margin-bottom: 9px; font-size: 1rem; }
.step p { color: var(--muted); font-size: .84rem; }

.doctor { display: grid; grid-template-columns: .82fr 1.18fr; gap: 68px; align-items: center; }
.doctor-art { position: relative; }
.doctor-art img, .doctor-art .image-placeholder { border-radius: 32px; box-shadow: var(--shadow); }
.doctor-tag { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 18px 20px; border-radius: 18px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); }
.doctor-tag small { color: var(--wine); font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.doctor-tag strong { display: block; font-size: 1.12rem; }
.doctor-copy { display: grid; gap: 21px; }
.doctor-copy .credentials { display: flex; flex-wrap: wrap; gap: 10px; }
.pill { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: #6b5551; font-size: .78rem; font-weight: 650; }
.doctor-copy p { color: var(--muted); }

.faq { width: min(100%, 900px); margin: 0 auto; display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.faq-question { width: 100%; padding: 20px 22px; border: 0; background: transparent; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; font-weight: 700; }
.faq-question span:last-child { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #f2e8e3; color: var(--wine); transition: transform .2s; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-answer p { padding: 0 22px 22px; color: var(--muted); font-size: .92rem; }
.faq-item.open .faq-answer { max-height: 220px; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.cta { padding: 92px 0; background: var(--wine-dark); color: #fff; overflow: hidden; position: relative; }
.cta::before { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; right: -150px; top: -310px; }
.cta-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: center; }
.cta-copy { display: grid; gap: 20px; }
.cta-copy h2 { color: #fff; }
.cta-copy p { color: rgba(255,255,255,.72); max-width: 540px; }
.contact-mini { display: grid; gap: 10px; margin-top: 8px; }
.contact-mini a { text-decoration: none; color: #fff; font-weight: 650; }
.form-card { padding: 34px; border-radius: 28px; background: #fff; color: var(--ink); box-shadow: 0 26px 70px rgba(20,12,12,.24); }
.form-card h3 { margin-bottom: 7px; font-size: 1.35rem; }
.form-card > p { color: var(--muted); font-size: .88rem; margin-bottom: 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 700; color: #5f4c49; }
.field input, .field textarea { width: 100%; padding: 13px 14px; border: 1px solid #dfd3cd; border-radius: 12px; background: #fcfaf8; color: var(--ink); outline: none; }
.field input:focus, .field textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(180,135,125,.14); }
.field textarea { min-height: 88px; resize: vertical; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; margin: 16px 0; align-items: start; }
.consent input { margin-top: 4px; accent-color: var(--wine); }
.consent label { color: var(--muted); font-size: .71rem; line-height: 1.45; }
.form-card .btn { width: 100%; border: 0; }
.form-status { min-height: 24px; margin-top: 12px; font-size: .82rem; text-align: center; }
.form-status.success { color: var(--success); }
.form-status.error { color: #9b3232; }

.footer { padding: 58px 0 28px; background: #2f2423; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .85fr .85fr; gap: 55px; padding-bottom: 38px; }
.footer-logo { width: 220px; opacity: .88; margin-bottom: 18px; }
.footer h3 { color: #fff; margin-bottom: 14px; font-size: .92rem; letter-spacing: .06em; text-transform: uppercase; }
.footer p, .footer a { color: rgba(255,255,255,.68); font-size: .84rem; text-decoration: none; }
.footer a:hover { color: #fff; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .nav-links { position: fixed; left: 20px; right: 20px; top: 112px; display: none; padding: 22px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .mobile-toggle { display: block; }
  .nav-links .btn { width: 100%; }
  .hero-grid, .split, .doctor, .cta-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 44px; }
  .hero-copy { text-align: center; justify-items: center; }
  .hero-meta { width: min(100%, 680px); }
  .price-badge { right: 18px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { border-left: 1px solid var(--line); }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cards { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step::after { display: none; }
  .doctor-art { max-width: 620px; }
}

@media (max-width: 680px) {
  body { padding-bottom: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar { display: none; }
  .nav { min-height: 70px; }
  .logo { width: 205px; }
  .nav-links { top: 82px; }
  .header .nav > .btn { display: none; }
  .hero { padding: 48px 0 64px; }
  h1 { font-size: clamp(2.5rem, 13vw, 3.35rem); }
  .hero-copy { gap: 20px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-meta { grid-template-columns: 1fr; }
  .meta-card { text-align: left; }
  .price-badge { position: static; margin: -32px 14px 0 auto; width: max-content; transform: translateY(0); }
  .trust-grid, .cards, .steps, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child, .trust-item:nth-child(3) { border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 76px 0; }
  .section-header { margin-bottom: 36px; }
  .card { padding: 25px; }
  .visual-panel { min-height: 450px; }
  .image-placeholder--hero { min-height: 420px; }
  .image-placeholder--doctor { min-height: 470px; }
  .placeholder-center { padding: 20px; }
  .placeholder-center strong { font-size: 1.02rem; }
  .placeholder-camera { width: 62px; height: 62px; }
  .placeholder-camera svg { width: 26px; height: 26px; }
  .placeholder-note { left: 18px; right: 18px; bottom: 18px; padding: 12px 14px; font-size: .8rem; }
  .split, .doctor, .cta-grid { gap: 42px; }
  .step { min-height: 190px; }
  .cta { padding: 72px 0; }
  .form-card { padding: 24px 18px; border-radius: 22px; }
  .field.full { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: grid; grid-template-columns: 1fr 1.45fr; padding: 9px 12px; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .mobile-cta a { min-height: 50px; display: grid; place-items: center; text-decoration: none; font-size: .82rem; font-weight: 750; border-radius: 999px; }
  .mobile-cta a:first-child { color: var(--wine); }
  .mobile-cta a:last-child { background: var(--wine); color: #fff; }
}

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

.footer img.footer-logo { filter: brightness(0) invert(1) grayscale(1) contrast(1.05); }
