/* ===================================================
   ИГЛЫ — клиника рефлексотерапии, Краснодар
   =================================================== */

:root{
  --sage: #649077;
  --sage-dark: #4f7a63;
  --sage-light: #EBF5EF;
  --cream: #FAF7F2;
  --white: #FFFFFF;
  --ink: #4C423C;
  --ink-soft: #837a73;
  --accent: #C97B4A;
  --accent-light: #F6E6DA;
  --gold: #D9A566;

  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --radius-pill: 999px;

  --shadow-sm: 0 2px 10px rgba(76,66,60,0.06);
  --shadow-md: 0 10px 30px rgba(76,66,60,0.10);
  --shadow-lg: 0 20px 60px rgba(76,66,60,0.16);

  --font-head: 'Golos Text', var(--font-body), sans-serif;
  --font-body: 'Manrope', sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,h4{ font-family: var(--font-head); line-height:1.12; color:var(--ink); font-weight:600; }
p{ color: var(--ink-soft); }
a{ text-decoration:none; color:inherit; }
ul{ list-style:none; }
img{ max-width:100%; display:block; }
button{ font-family:inherit; cursor:pointer; background:none; border:none; }
input{ font-family:inherit; }

.container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}
.container--narrow{ max-width:820px; }

/* ---------- reveal animation ---------- */
.reveal{
  opacity:0;
  transform: translateY(24px);
  transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1);
}
.reveal.is-visible{ opacity:1; transform:none; }
/* stagger inside grids */
.usp__grid .reveal:nth-child(2), .methods__grid .reveal:nth-child(2),
.conditions__grid .reveal:nth-child(2), .reviews__grid .reveal:nth-child(2),
.gallery .reveal:nth-child(2), .process .reveal:nth-child(3){ transition-delay:.1s; }
.usp__grid .reveal:nth-child(3), .methods__grid .reveal:nth-child(3),
.conditions__grid .reveal:nth-child(3), .reviews__grid .reveal:nth-child(3),
.gallery .reveal:nth-child(3), .process .reveal:nth-child(4){ transition-delay:.2s; }
.usp__grid .reveal:nth-child(4), .methods__grid .reveal:nth-child(4),
.conditions__grid .reveal:nth-child(4), .gallery .reveal:nth-child(4){ transition-delay:.3s; }
.methods__grid .reveal:nth-child(5), .conditions__grid .reveal:nth-child(5){ transition-delay:.4s; }
.methods__grid .reveal:nth-child(6), .conditions__grid .reveal:nth-child(6){ transition-delay:.5s; }

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:500;
  font-size:15px;
  padding:14px 26px;
  border-radius: var(--radius-md);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space:nowrap;
}
.btn:active{ transform: scale(.97); }
.btn--primary{
  background: var(--sage);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(100,144,119,0.35);
}
.btn--primary:hover{ background: var(--sage-dark); box-shadow:0 10px 26px rgba(100,144,119,.45); }
.btn--ghost{
  background: var(--white);
  color: var(--ink);
  border:1.5px solid rgba(76,66,60,0.14);
}
.btn--ghost:hover{ border-color: var(--sage); color:var(--sage-dark); }
.btn--dark{
  background: var(--ink);
  color: var(--white);
}
.btn--dark:hover{ background:#3a322d; }
.btn--sm{ padding:10px 18px; font-size:14px; border-radius: var(--radius-sm); }
.btn--lg{ padding:16px 30px; font-size:16px; }

/* ---------- badges / eyebrow ---------- */
.badge{
  display:inline-block;
  background: var(--sage-light);
  color: var(--sage-dark);
  font-size:13px;
  font-weight:500;
  padding:8px 16px;
  border-radius: var(--radius-pill);
  margin-bottom:20px;
}
.eyebrow{
  display:inline-block;
  font-size:13px;
  font-weight:500;
  letter-spacing:.06em;
  text-transform:uppercase;
  color: var(--sage-dark);
  background: var(--sage-light);
  padding:6px 14px;
  border-radius: var(--radius-pill);
  margin-bottom:14px;
}
.icon-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px; height:52px;
  border-radius: var(--radius-md);
  background: var(--sage-light);
  color: var(--sage-dark);
  flex-shrink:0;
}
.icon-badge--light{
  background: rgba(255,255,255,0.22);
  color: var(--white);
}
.icon-badge{ transition: background .25s ease, color .25s ease, transform .25s ease; }
.usp__card:hover .icon-badge,
.method-card:hover .icon-badge,
.cond-card:hover .icon-badge,
.story__card:hover .icon-badge{
  background: var(--sage);
  color: var(--white);
  transform: rotate(-6deg) scale(1.06);
}

/* ===================== HEADER ===================== */
.header{
  position: sticky; top:0; z-index:100;
  background: rgba(250,247,242,0.85);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(76,66,60,0.08);
}
.header__row{
  display:flex; align-items:center; justify-content:space-between;
  height:76px;
  gap:24px;
}
.logo{
  display:flex; align-items:center; gap:10px;
  font-family: var(--font-head);
  font-weight:700;
  font-size:24px;
  letter-spacing:.03em;
  color: var(--ink);
  flex-shrink:0;
}
.logo__mark{
  display:flex; align-items:center; justify-content:center;
  width:36px; height:36px;
  border-radius:10px;
  background: var(--ink);
  color: var(--white);
}
.logo--light{ color: var(--white); }
.logo--light .logo__mark{ background: var(--sage); }

.nav{
  display:flex; align-items:center; gap:26px;
  font-size:15px; font-weight:400;
  letter-spacing:.01em;
}
.nav a{ color: var(--ink-soft); transition:color .2s ease; position:relative; white-space:nowrap; }
.nav a:hover{ color: var(--sage-dark); }

.header__actions{ display:flex; align-items:center; gap:18px; }
.header__phone{
  display:flex; align-items:center; gap:6px;
  font-weight:500; font-size:14px;
  color: var(--ink);
  white-space:nowrap;
}
.header__phone svg{ color: var(--sage); }

.burger{ display:none; color:var(--ink); }

/* mobile nav drawer */
.mobilenav{
  position:fixed; inset:0; z-index:200;
  background: var(--cream);
  padding:24px;
  display:flex; flex-direction:column; gap:22px;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.2,.7,.3,1);
}
.mobilenav.is-open{ transform:none; }
.mobilenav__top{ display:flex; align-items:center; justify-content:space-between; margin-bottom:10px; }
.mobilenav a{ font-size:20px; font-weight:700; font-family:var(--font-head); }
.mobilenav .btn{ margin-top:auto; }

/* ===================== HERO ===================== */
.hero{
  position:relative;
  padding:64px 0 88px;
  overflow:hidden;
}
.hero__blob{
  position:absolute;
  border-radius:50%;
  filter: blur(60px);
  opacity:.5;
  z-index:0;
}
.hero__blob--1{ width:420px; height:420px; background:var(--sage-light); top:-160px; right:-120px; animation: blob-float 9s ease-in-out infinite alternate; }
.hero__blob--2{ width:300px; height:300px; background:var(--accent-light); bottom:-140px; left:-100px; opacity:.6; animation: blob-float 11s ease-in-out infinite alternate-reverse; }
@keyframes blob-float{
  from{ transform: translate(0,0) scale(1); }
  to{ transform: translate(24px, 18px) scale(1.06); }
}
@media (prefers-reduced-motion: reduce){
  .hero__blob--1, .hero__blob--2, .pulse-path{ animation:none; }
  .reveal{ opacity:1; transform:none; transition:none; }
}

.hero__grid{
  position:relative; z-index:1;
  display:grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items:center;
  gap:40px;
}
.hero h1{ font-size: clamp(32px, 4.2vw, 50px); line-height:1.08; margin-bottom:20px; }
.hero__sub{ font-size:18.5px; max-width:500px; margin-bottom:32px; }
.hero__cta{ display:flex; flex-wrap:wrap; gap:14px; margin-bottom:44px; }
.hero__stats{ display:flex; gap:36px; }
.hero__stats strong{ display:block; font-family:var(--font-head); font-size:28px; font-weight:700; color:var(--ink); }
.hero__stats span{ font-size:13px; color:var(--ink-soft); }

.hero__art{ display:flex; justify-content:center; width:100%; }
.hero__img{
  width:100%;
  max-width:760px;
  height:auto;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  transition: transform .4s ease;
}
.hero__img:hover{ transform: scale(1.02); }
.pulse-path{ stroke-dasharray:900; stroke-dashoffset:900; animation:draw 2.4s ease-out forwards .3s; }
@keyframes draw{ to{ stroke-dashoffset:0; } }

/* ===================== USP ===================== */
.usp{ padding: 8px 0 40px; }
.usp__grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:20px;
}
.usp__card{
  background: var(--white);
  border-radius: var(--radius-lg);
  padding:28px 24px;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.usp__card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.usp__card h3{ font-size:20px; margin:16px 0 8px; }
.usp__card p{ font-size:15px; }
.usp__card--accent{
  background: linear-gradient(150deg, var(--sage) 0%, var(--sage-dark) 100%);
  color: var(--white);
}
.usp__card--accent h3{ color: var(--white); }
.usp__card--accent p{ color: rgba(255,255,255,0.85); }

/* ===================== SECTION generic ===================== */
.section{ padding:88px 0; }
.section--tint{ background: var(--sage-light); }
.section--tint .eyebrow{ background: var(--white); }
.section__head{ max-width:720px; margin-bottom:48px; }
.section__head h2{ text-wrap:balance; }
.section__head h2{ font-size: clamp(30px, 3.5vw, 44px); }
.section__head h2.nowrap{ white-space:nowrap; }
@media (max-width:600px){
  .section__head h2.nowrap{ white-space:normal; font-size: clamp(24px, 6vw, 30px); }
}
.section__head h2::after{
  content:'';
  display:block;
  width:64px; height:3px;
  margin-top:18px;
  border-radius:2px;
  background: linear-gradient(90deg, var(--sage), var(--accent));
}

/* ===================== METHODS ===================== */
.methods__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:20px;
}
.method-card{
  background: var(--white);
  border-radius: var(--radius-lg);
  padding:28px;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.method-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.method-card h3{ font-size:21px; margin:18px 0 8px; }
.method-card p{ font-size:15px; }

/* ===================== CONDITIONS ===================== */
.conditions__grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:20px;
}
.cond-card{
  background: var(--white);
  border-radius: var(--radius-lg);
  padding:26px;
  box-shadow: var(--shadow-sm);
}
.cond-card h3{ font-size:19.5px; margin:16px 0 14px; }
.tags{ display:flex; flex-wrap:wrap; gap:8px; }
.tags span{
  font-size:12.5px;
  font-weight:400;
  color: var(--sage-dark);
  background: var(--sage-light);
  padding:6px 12px;
  border-radius: var(--radius-pill);
}

/* ===================== PROCESS ===================== */
.process{
  position:relative;
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap:24px;
}
.process__line{
  position:absolute;
  top:26px; left:0; right:0;
  height:2px;
  background: repeating-linear-gradient(90deg, rgba(100,144,119,0.35) 0 10px, transparent 10px 20px);
  z-index:0;
}
.process__step{ position:relative; z-index:1; padding-right:12px; }
.process__num{
  position:relative;
  display:flex; align-items:center; justify-content:center;
  width:52px; height:52px;
  border-radius: var(--radius-md);
  background: var(--sage-light);
  color: var(--sage-dark);
  margin-bottom:20px;
  transition: background .25s ease, color .25s ease;
}
.process__step:hover .process__num{ background: var(--sage); color: var(--white); }
.process__num i{
  position:absolute;
  top:-8px; right:-8px;
  display:flex; align-items:center; justify-content:center;
  width:22px; height:22px;
  border-radius:50%;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-head);
  font-style:normal;
  font-weight:800;
  font-size:12px;
}
.process__step h3{ font-size:20px; margin-bottom:8px; }
.process__step p{ font-size:15px; }

/* ===================== DOCTOR (personal brand) ===================== */
.doctor{
  display:grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap:52px;
  align-items:center;
  margin-bottom:56px;
}
.doctor__photo{ position:relative; max-width:420px; }
.doctor__frame{
  position:relative;
  border-radius: var(--radius-xl);
  overflow:hidden;
  box-shadow: var(--shadow-lg);
}
.doctor__frame::after{
  content:'';
  position:absolute; inset:0;
  border-radius: var(--radius-xl);
  border:1.5px solid rgba(255,255,255,0.35);
  pointer-events:none;
}
.doctor__frame img{
  width:100%;
  aspect-ratio: 4/5;
  object-fit:cover;
}
.doctor__photo::before{
  content:'';
  position:absolute;
  inset:-16px auto auto -16px;
  width:100%; height:100%;
  border:2px dashed rgba(100,144,119,0.4);
  border-radius: var(--radius-xl);
  z-index:-1;
}
.doctor__badge{
  position:absolute;
  left:20px; bottom:20px;
  display:inline-flex; align-items:center; gap:8px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(6px);
  color: var(--ink);
  font-weight:500; font-size:13.5px;
  padding:10px 16px;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-md);
}
.doctor__badge svg{ color: var(--sage-dark); }

.doctor__name{ font-size: clamp(28px, 3vw, 36px); margin-bottom:6px; }
.doctor__role{
  display:inline-block;
  font-size:14px; font-weight:400;
  letter-spacing:.02em;
  color: var(--sage-dark);
  margin-bottom:20px;
}
.doctor__quote{
  position:relative;
  font-family: var(--font-head);
  font-size:21px;
  font-weight:600;
  line-height:1.4;
  color: var(--ink);
  padding-left:18px;
  border-left:3px solid var(--accent);
  margin-bottom:16px;
}
.doctor__text{ font-size:16px; margin-bottom:22px; }
.doctor__list{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:10px 24px;
  margin-bottom:24px;
}
.doctor__list li{
  display:flex; align-items:center; gap:10px;
  font-size:15.5px; font-weight:400;
  color: var(--ink);
}
.doctor__list svg{ color: var(--sage); flex-shrink:0; }
.doctor__chips{ display:flex; flex-wrap:wrap; gap:10px; }
.chip{
  display:inline-flex; align-items:center; gap:8px;
  background: var(--white);
  color: var(--ink);
  font-size:13px; font-weight:500;
  padding:9px 16px;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-sm);
}
.chip svg{ color: var(--accent); }

/* --- personal story cards --- */
.story{
  display:grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap:20px;
}
.story__card{
  background: var(--white);
  border-radius: var(--radius-lg);
  padding:28px;
  box-shadow: var(--shadow-sm);
  display:flex;
  gap:28px;
  align-items:flex-start;
  transition: transform .25s ease, box-shadow .25s ease;
}
.story__card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.story__compare{
  display:flex; align-items:center; gap:12px;
  flex-shrink:0;
}
.story__compare figure{ display:flex; flex-direction:column; gap:10px; }
.story__photo{ position:relative; }
.story__compare img{
  width:132px; height:164px;
  object-fit:cover;
  border-radius: var(--radius-md);
  display:block;
}
.story__compare figcaption{
  position:absolute;
  left:8px; bottom:8px;
  background: rgba(76,66,60,0.82);
  color: var(--white);
  font-size:11.5px; font-weight:500;
  padding:4px 10px;
  border-radius: var(--radius-pill);
  white-space:nowrap;
}
.story__compare figure:last-child figcaption{ background: var(--sage-dark); }
.story__arrow{
  display:flex; align-items:center; justify-content:center;
  width:36px; height:36px;
  border-radius:50%;
  background: var(--sage-light);
  color: var(--sage-dark);
  flex-shrink:0;
}
.story__body h3{ font-size:21px; margin:14px 0 8px; }
.story__body p{ font-size:15px; }
.story__facts{
  display:flex; gap:26px;
  margin:16px 0;
  padding:14px 18px;
  background: var(--cream);
  border-radius: var(--radius-md);
}
.story__facts strong{
  display:block;
  font-family: var(--font-head);
  font-size:20px; font-weight:800;
  color: var(--ink);
}
.story__facts span{ font-size:12px; color: var(--ink-soft); }
.story__note{ font-size:13.5px !important; color: var(--sage-dark) !important; font-weight:500; }

/* ===================== CABINET GALLERY ===================== */
.section__sub{ margin-top:14px; font-size:16px; }
.gallery{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 240px;
  gap:16px;
}
.gallery__item{
  display:block;
  border-radius: var(--radius-lg);
  overflow:hidden;
  box-shadow: var(--shadow-sm);
}
.gallery__item img{
  width:100%; height:100%;
  object-fit:cover;
  transition: transform .5s cubic-bezier(.2,.7,.3,1);
}
.gallery__item:hover img{ transform: scale(1.05); }
.gallery__item--tall{ grid-row: span 2; }
.gallery__item--wide{ grid-column: span 2; }

/* ===================== STATS ===================== */
.stats{ padding:44px 0; }
.stats__card{
  display:grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items:center;
  gap:56px;
  background: var(--white);
  border:1px solid rgba(76,66,60,0.07);
  border-radius: var(--radius-xl);
  padding:56px 64px;
  box-shadow: var(--shadow-md);
}
.stats__art{ display:flex; justify-content:center; }
.stats__svg{ width:100%; max-width:300px; }
.stats__dot{ animation: dot-pulse 2.6s ease-in-out infinite; transform-origin:center; transform-box:fill-box; }
.stats__dot:nth-of-type(odd){ animation-delay:1.3s; }
@keyframes dot-pulse{
  0%,100%{ opacity:1; transform:scale(1); }
  50%{ opacity:.45; transform:scale(1.35); }
}
.stats__grid{
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:44px 40px;
}
.stats__grid > div{
  padding-left:20px;
  border-left:1px solid rgba(76,66,60,0.14);
}
.stats__grid strong{
  display:block;
  font-family: var(--font-head);
  font-size: clamp(36px, 3.6vw, 50px);
  font-weight:600;
  line-height:1;
  color: var(--sage-dark);
  margin-bottom:8px;
}
.stats__grid span{
  font-size:12px;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
  color: var(--ink-soft);
}

/* ===================== REVIEWS (slider) ===================== */
.reviews__slider{ position:relative; }
.reviews__track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns: calc((100% - 40px) / 3);
  gap:20px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:4px 4px 12px;
  scrollbar-width:none;
}
.reviews__track::-webkit-scrollbar{ display:none; }
.reviews__track .review-card{ scroll-snap-align:start; }
.reviews__nav{
  display:flex; justify-content:flex-end; gap:10px;
  margin-top:14px;
}
.reviews__btn{
  display:flex; align-items:center; justify-content:center;
  width:46px; height:46px;
  border-radius:50%;
  background: var(--white);
  color: var(--sage-dark);
  box-shadow: var(--shadow-sm);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.reviews__btn:hover{ background: var(--sage); color: var(--white); }
.reviews__btn:active{ transform: scale(.94); }
.review-card{
  position:relative;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding:28px;
  box-shadow: var(--shadow-sm);
  overflow:hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.review-card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); }
.review-card::before{
  content:'';
  position:absolute;
  top:16px; right:18px;
  width:44px; height:44px;
  background: currentColor;
  color: var(--sage-light);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M10 28c0-9 5-15 13-18l2 4c-5 2-8 5-9 9 4 0 7 3 7 7s-3 7-7 7-6-3-6-9zm22 0c0-9 5-15 13-18l2 4c-5 2-8 5-9 9 4 0 7 3 7 7s-3 7-7 7-6-3-6-9z'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M10 28c0-9 5-15 13-18l2 4c-5 2-8 5-9 9 4 0 7 3 7 7s-3 7-7 7-6-3-6-9zm22 0c0-9 5-15 13-18l2 4c-5 2-8 5-9 9 4 0 7 3 7 7s-3 7-7 7-6-3-6-9z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.review-card__stars{ margin-bottom:14px; }
.review-card__stars::before{
  content:'★★★★★';
  color: var(--gold);
  font-size:16px;
  letter-spacing:3px;
}
.review-card p{ font-size:15.5px; color: var(--ink); margin-bottom:18px; }
.review-card__author{ font-size:13px; font-weight:500; color: var(--sage-dark); }

/* ===================== FAQ ===================== */
.faq__item{
  background: var(--white);
  border-radius: var(--radius-md);
  margin-bottom:12px;
  overflow:hidden;
  box-shadow: var(--shadow-sm);
}
.faq__q{
  width:100%;
  display:flex; align-items:center; justify-content:space-between;
  padding:20px 24px;
  font-family: var(--font-head);
  font-weight:600;
  font-size:19px;
  color: var(--ink);
  text-align:left;
}
.faq__q svg{ color:var(--sage); transition: transform .3s ease; flex-shrink:0; }
.faq__item.is-open .faq__q svg{ transform: rotate(180deg); }
.faq__a{
  max-height:0;
  overflow:hidden;
  transition: max-height .3s ease;
}
.faq__a p{ padding:0 24px 20px; font-size:15.5px; }
.faq__item.is-open .faq__a{ max-height:200px; }

/* ===================== FAQ + BOOKING (combined) ===================== */
.faqbook{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap:40px;
  align-items:stretch;
}
.faqbook__side{
  position:sticky; top:100px;
  display:flex;
  flex-direction:column;
  gap:20px;
  height:100%;
}
.booking-card{
  flex-shrink:0;
  background: var(--white);
  border:1px solid rgba(76,66,60,0.12);
  border-radius: var(--radius-lg);
  padding:28px;
  box-shadow: var(--shadow-sm);
}
.booking-card h2{
  font-size:24px;
  margin:0 0 8px;
}
.booking-card > p{
  font-size:14px;
  margin-bottom:18px;
}
.cta__form{
  display:flex; flex-direction:column; gap:10px;
}

.map-card{
  position:relative;
  flex:1;
  min-height:180px;
  overflow:hidden;
  border-radius: var(--radius-lg);
  border:1px solid rgba(76,66,60,0.12);
  box-shadow: var(--shadow-sm);
}
.map-card__frame{
  position:absolute; inset:0;
  width:100%; height:100%;
  border:none;
  filter: saturate(.75) contrast(.95);
}
.map-card__label{
  position:absolute;
  left:14px; bottom:14px;
  display:inline-flex; align-items:center; gap:8px;
  background: var(--white);
  color: var(--ink);
  font-size:13px; font-weight:500;
  padding:9px 14px;
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-md);
}
.map-card__label svg{ color: var(--accent); flex-shrink:0; }
.cta__form input{
  padding:13px 16px;
  border-radius: var(--radius-sm);
  border:1px solid rgba(76,66,60,0.16);
  background: var(--cream);
  font-size:14.5px;
  color: var(--ink);
  transition: border-color .2s ease;
}
.cta__form input:focus{ outline:none; border-color: var(--sage); }
.cta__form input::placeholder{ color: var(--ink-soft); }
.cta__consent{ font-size:12px; color: var(--ink-soft); line-height:1.4; }

/* ===================== FOOTER ===================== */
.footer{ background: var(--ink); color: rgba(255,255,255,0.7); padding:64px 0 0; }
.footer__grid{
  display:grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap:32px;
  padding-bottom:48px;
  border-bottom:1px solid rgba(255,255,255,0.1);
}
.footer__brand p{ color: rgba(255,255,255,0.55); font-size:14px; margin-top:14px; max-width:220px; }
.footer__col h4{ color: var(--white); font-size:14px; margin-bottom:18px; }
.footer__col a, .footer__col span{
  display:flex; align-items:center; gap:8px;
  color: rgba(255,255,255,0.65);
  font-size:14px;
  margin-bottom:12px;
  transition: color .2s ease;
}
.footer__col a:hover{ color: var(--white); }
.footer__col svg{ color: var(--sage); flex-shrink:0; }
.footer__sub{
  font-size:12.5px !important;
  color: rgba(255,255,255,0.45) !important;
  margin-top:-6px;
  margin-bottom:16px !important;
}
.footer__note{ font-size:13.5px; margin-bottom:16px; color:rgba(255,255,255,0.55); }
.footer__bottom{
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:8px;
  padding:24px 24px;
  font-size:12.5px;
  color: rgba(255,255,255,0.45);
}

/* ===================== LIGHTBOX ===================== */
.lightbox{
  position:fixed; inset:0; z-index:300;
  display:flex; align-items:center; justify-content:center;
  background: rgba(40,34,30,0.92);
  opacity:0; visibility:hidden;
  transition: opacity .3s ease, visibility .3s ease;
}
.lightbox.is-open{ opacity:1; visibility:visible; }
.lightbox img{
  max-width: min(92vw, 1000px);
  max-height: 86vh;
  border-radius: var(--radius-md);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
}
.lightbox__btn{
  position:absolute;
  display:flex; align-items:center; justify-content:center;
  width:52px; height:52px;
  border-radius:50%;
  background: rgba(255,255,255,0.12);
  color: var(--white);
  transition: background .2s ease;
}
.lightbox__btn:hover{ background: rgba(255,255,255,0.25); }
.lightbox__close{ top:20px; right:20px; }
.lightbox__prev{ left:20px; top:50%; transform:translateY(-50%); }
.lightbox__next{ right:20px; top:50%; transform:translateY(-50%); }
.lightbox__counter{
  position:absolute;
  bottom:22px; left:50%; transform:translateX(-50%);
  color: rgba(255,255,255,0.75);
  font-size:14px; font-weight:600;
}

/* ===================== MOBILE STICKY BAR ===================== */
.stickybar{
  display:none;
  position:fixed; bottom:0; left:0; right:0; z-index:150;
  background: var(--white);
  border-top:1px solid rgba(76,66,60,0.1);
  padding:12px 16px;
  align-items:center;
  gap:12px;
  box-shadow: 0 -6px 20px rgba(76,66,60,0.08);
}
.stickybar__icon{
  display:flex; align-items:center; justify-content:center;
  width:48px; height:48px;
  border-radius: var(--radius-md);
  background: var(--sage-light);
  color: var(--sage-dark);
  flex-shrink:0;
}
.stickybar__btn{ flex:1; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 980px){
  .nav{ display:none; }
  .header__phone{ display:none; }
  .burger{ display:flex; }
  .hero__grid{ grid-template-columns:1fr; }
  .hero__art{ order:-1; }
  .hero__img{ max-width:420px; height:auto; }
  .stats__card{ grid-template-columns:1fr; gap:36px; padding:40px 32px; }
  .stats__svg{ max-width:240px; }
  .usp__grid{ grid-template-columns: repeat(2,1fr); }
  .methods__grid{ grid-template-columns: repeat(2,1fr); }
  .conditions__grid{ grid-template-columns: repeat(2,1fr); }
  .process{ grid-template-columns: repeat(2,1fr); }
  .process__line{ display:none; }
  .doctor{ grid-template-columns:1fr; gap:40px; }
  .doctor__photo{ margin:0 auto; }
  .story{ grid-template-columns:1fr; }
  .gallery{ grid-template-columns: repeat(2,1fr); grid-auto-rows:220px; }
  .reviews__track{ grid-auto-columns: 72%; }
  .faqbook{ grid-template-columns:1fr; }
  .faqbook__side{ position:static; height:auto; }
  .booking-card{ padding:36px 28px; }
  .map-card{ min-height:220px; }
  .footer__grid{ grid-template-columns: 1fr 1fr; }
  .stickybar{ display:flex; }
  .section{ padding:64px 0; }
  body{ padding-bottom:78px; }
}

@media (max-width: 600px){
  .header__row{ height:68px; }
  .usp__grid{ grid-template-columns:1fr; }
  .methods__grid{ grid-template-columns:1fr; }
  .conditions__grid{ grid-template-columns:1fr; }
  .process{ grid-template-columns:1fr; }
  .stats__grid{ gap:28px 16px; }
  .footer__grid{ grid-template-columns:1fr; }
  .footer__bottom{ flex-direction:column; }
  .hero__stats{ gap:22px; flex-wrap:wrap; }
  .hero__cta .btn{ flex:1; }
  .doctor__list{ grid-template-columns:1fr; }
  .doctor__photo::before{ display:none; }
  .story__card{ flex-direction:column; align-items:flex-start; }
  .story__compare{ align-self:center; }
  .story__compare img{ width:120px; height:150px; }
  .story__facts{ gap:18px; flex-wrap:wrap; }
  .gallery{ grid-template-columns:1fr; grid-auto-rows:240px; }
  .gallery__item--tall{ grid-row:auto; }
  .gallery__item--wide{ grid-column:auto; }
  .reviews__track{ grid-auto-columns: 92%; }
  .lightbox__prev{ left:8px; }
  .lightbox__next{ right:8px; }
}
