/* ===== Pink Bone — pet grooming salon, Palm Harbor FL =====
   Значения цветов, размеров и отступов сняты с макетов pink-bone/Main-html и TeethEN-html
   (артборд 1440px, боковые поля 100px). */
:root {
  --pink: #EE4A7B;
  --pink-dark: #D4285E;
  --pink-light: #F49CBB;
  --mauve: #B0768D;
  --bg: #F1F1F5;
  --blush: #F7F0F3;
  --white: #fff;
  --dark: #3D3D3D;
  --dark-2: #4A4A4A;
  --text: #2C2C2C;
  --muted: #5E5E63;
  --muted-2: #8A868C;
  --line: #E7E4E8;
  --star: #FFB300;
  --ok: #1F7A52;
  --no: #B3261E;
  --font: "Jost", "Century Gothic", "Trebuchet MS", sans-serif;
  --script: "Sacramento", "Brush Script MT", cursive;
  --gutter: clamp(16px, 6.95vw, 100px);
  --sec-y: clamp(56px, 5.8vw, 84px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.5; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--pink); text-decoration: none; transition: color .15s; }
a:hover { color: var(--pink-dark); }
ul { list-style: none; }
button, input { font: inherit; color: inherit; }
strong { font-weight: 600; }

.container { max-width: 1440px; margin: 0 auto; padding-inline: var(--gutter); }
.sec { padding-block: var(--sec-y); }
.sec--white { background: var(--white); }
.sec--grey { background: var(--bg); }
.sec--dark { background: var(--dark-2); color: var(--white); }

.script { font-family: var(--script); font-weight: 400; }
.eyebrow { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 600; color: var(--pink); }
.sec--dark .eyebrow { color: var(--pink-light); }
.h2 { font-size: clamp(30px, 3.05vw, 44px); font-weight: 600; letter-spacing: -.01em; line-height: 1.1; text-wrap: balance; }
.h2 .script { font-size: 1.27em; color: var(--pink); line-height: .9; }
.lead { font-size: clamp(16.5px, 1.25vw, 18px); line-height: 1.6; color: var(--muted); }
.sec--dark .lead { color: rgba(255,255,255,.75); }

.sec-head { display: flex; flex-direction: column; gap: 10px; margin-bottom: 44px; }
.sec-head--split { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 40px; }
.sec-head--split > div { display: flex; flex-direction: column; gap: 10px; }
.sec-head--center-y { align-items: center; }

/* Фото-заглушка: заменить на <img> (см. DEPLOY.md). Контейнер уже задаёт размер и скругление */
.ph {
  background: repeating-linear-gradient(135deg, #F7E4EC 0 14px, #F3DBE5 14px 28px);
  display: flex; align-items: center; justify-content: center; text-align: center;
  color: var(--mauve); font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  padding: 10px; line-height: 1.5; overflow: hidden;
}
.ph > img { width: 100%; height: 100%; object-fit: cover; }
.ph:has(> img) { padding: 0; }

/* ===== Кнопки ===== */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 56px; padding: 0 34px; border-radius: 999px; border: 1.5px solid transparent;
  font-weight: 600; font-size: 17px; letter-spacing: .02em; cursor: pointer; white-space: nowrap;
  transition: background .15s, color .15s, border-color .15s, transform .1s;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--pink); color: var(--white); }
.btn--primary:hover { background: var(--pink-dark); color: var(--white); }
.btn--primary:disabled { background: #d9b3c0; cursor: wait; }
.btn--ghost { border-color: rgba(255,255,255,.55); color: var(--white); font-weight: 500; padding: 0 30px; letter-spacing: 0; }
.btn--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.08); color: var(--white); }
.btn--line { height: 48px; padding: 0 26px; border-color: var(--line); color: var(--dark); font-weight: 500; font-size: 15.5px; letter-spacing: 0; }
.btn--line:hover { border-color: var(--pink); color: var(--pink); }
.btn--sm { height: 50px; padding: 0 26px; font-size: 15.5px; letter-spacing: 0; }
.btn--white { background: var(--white); color: var(--pink-dark); height: 52px; padding: 0 30px; font-size: 16px; letter-spacing: 0; }
.btn--white:hover { background: #fff3f7; color: var(--pink-dark); }
.btn-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }

.check-list { display: flex; flex-direction: column; gap: 12px; font-size: 16.5px; }
.check-list li { display: flex; align-items: center; gap: 12px; }
.check-list svg { flex: 0 0 auto; }
.ico { stroke: var(--pink); fill: none; stroke-linecap: round; stroke-linejoin: round; }

.stars { color: var(--star); letter-spacing: 2px; font-size: 14px; }

/* ===== Trust bar ===== */
.trustbar { background: var(--dark); color: var(--bg); font-size: 13.5px; letter-spacing: .02em; }
.trustbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 44px; }
.trustbar__group { display: flex; align-items: center; gap: 26px; }
.trustbar__rating { display: flex; align-items: center; gap: 8px; }
.trustbar__rating .stars { color: #FFC24A; letter-spacing: 1px; }
.trustbar .sep { opacity: .3; }
.trustbar .dim { opacity: .82; }
.trustbar a { color: inherit; }
.trustbar a:hover { color: var(--pink-light); }

/* ===== Header ===== */
.header { position: sticky; top: 0; z-index: 50; background: var(--white); box-shadow: 0 1px 0 rgba(0,0,0,.06); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; height: 84px; }
.logo { display: flex; align-items: baseline; gap: 2px; font-family: var(--script); font-size: 40px; line-height: 1; color: var(--pink); }
.logo span { color: var(--dark); }
.logo:hover { color: var(--pink); }
.nav { display: flex; align-items: center; gap: 34px; font-size: 15px; font-weight: 500; }
.nav a { color: var(--dark); }
.nav a:hover { color: var(--pink); }
.header__actions { display: flex; align-items: center; gap: 16px; }
.header__phone { font-size: 17px; font-weight: 600; color: var(--dark); white-space: nowrap; }
.header__cta { height: 46px; padding: 0 24px; font-size: 15px; letter-spacing: 0; }
.burger { display: none; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; position: relative; }
.burger span, .burger::before, .burger::after {
  content: ""; position: absolute; left: 11px; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: transform .2s, opacity .2s;
}
.burger::before { top: 15px; } .burger span { top: 21px; } .burger::after { top: 27px; }
.header.is-open .burger::before { transform: translateY(6px) rotate(45deg); }
.header.is-open .burger span { opacity: 0; }
.header.is-open .burger::after { transform: translateY(-6px) rotate(-45deg); }

/* ===== Hero ===== */
.hero { background: var(--dark-2); color: var(--white); padding: 72px 0 88px; }
.hero--service { padding-top: 30px; padding-bottom: 76px; }
.hero__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: center; }
.hero__content { display: flex; flex-direction: column; gap: 26px; }
.hero--service .hero__content { gap: 24px; }
.hero .eyebrow { color: var(--pink-light); }
.hero h1 { font-size: clamp(36px, 4.17vw, 60px); line-height: 1.04; font-weight: 600; letter-spacing: -.02em; text-wrap: balance; }
.hero--service h1 { font-size: clamp(34px, 3.75vw, 54px); line-height: 1.06; }
.hero__sub { font-size: clamp(17px, 1.32vw, 19px); line-height: 1.6; color: rgba(255,255,255,.82); max-width: 30em; }
.hero .check-list { color: rgba(255,255,255,.9); }
.hero__note { font-size: 14px; color: rgba(255,255,255,.6); margin-top: -8px; }
.hero__media { display: flex; flex-direction: column; gap: 16px; }
.hero__main-photo { height: 420px; border-radius: 24px; }
.hero--service .hero__main-photo { height: 440px; }
.hero__thumbs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.hero__thumbs--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hero__thumbs .ph { height: 110px; border-radius: 16px; }
.hero__thumbs--2 .ph { height: 120px; }
.hero__facts { display: flex; align-items: center; gap: 24px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.hero__facts div { display: flex; flex-direction: column; gap: 2px; }
.hero__facts small { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.hero__facts b { font-size: 26px; font-weight: 600; }
.hero__facts i { width: 1px; height: 40px; background: rgba(255,255,255,.2); }

.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 13.5px; color: rgba(255,255,255,.55); margin-bottom: 30px; }
.crumbs a { color: inherit; }
.crumbs a:hover { color: var(--white); }
.crumbs [aria-current] { color: var(--white); }

/* ===== Карточки ===== */
.grid { display: grid; gap: 22px; }
.grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { background: var(--white); border-radius: 20px; padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.sec--white .card--soft { background: var(--bg); }
.card__title { font-size: 19px; font-weight: 600; line-height: 1.3; }
.card__text { font-size: 15px; line-height: 1.6; color: var(--muted); }
.card--sm { padding: 20px; gap: 7px; }
.card--sm .card__title { font-size: 16.5px; }
.card--sm .card__text { font-size: 14.5px; }
.card__head { display: flex; align-items: center; gap: 12px; }
.card__head .card__title { font-size: 20px; }
.card--wide .card__text { font-size: 15.5px; line-height: 1.65; }

/* Услуги */
.svc { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; background: var(--white); }
.svc .ph { height: 180px; }
.svc__body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.svc__top { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.svc__name { font-size: 20px; font-weight: 600; line-height: 1.25; }
.svc__name a { color: inherit; }
.svc__name a:hover { color: var(--pink); }
.svc__price { font-size: 17px; font-weight: 600; color: var(--pink); white-space: nowrap; }
.svc__meta { font-size: 13.5px; color: var(--muted-2); margin-top: auto; }
.svc__more { font-size: 14.5px; font-weight: 600; }

/* Цены */
.tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.tab {
  display: inline-flex; align-items: center; height: 46px; padding: 0 26px; border-radius: 999px; border: 0; cursor: pointer;
  background: rgba(255,255,255,.1); color: rgba(255,255,255,.8); font-weight: 500; font-size: 15.5px; transition: background .15s;
}
.tab:hover { background: rgba(255,255,255,.18); }
.tab[aria-selected="true"] { background: var(--pink); color: var(--white); font-weight: 600; }
.price-card { background: var(--bg); color: var(--text); border-radius: 20px; overflow: hidden; display: flex; flex-direction: column; }
.price-card .ph { height: 150px; }
.price-card__body { padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.price-card__name { font-size: 18px; font-weight: 600; line-height: 1.3; }
.price-card__price { font-size: 30px; font-weight: 600; color: var(--pink-dark); line-height: 1; }
.price-card__price small { font-size: 15px; color: var(--muted-2); font-weight: 400; }
.price-card__text { font-size: 14.5px; line-height: 1.55; color: var(--muted); }
.addons { margin-top: 32px; background: rgba(255,255,255,.07); border-radius: 20px; padding: 28px 32px; }
.addons__title { font-size: 18px; font-weight: 600; margin-bottom: 16px; }
.addons__list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 44px; font-size: 15.5px; }
.addons__list li { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.12); }
.addons__list span { opacity: .85; }
.addons__list b { font-weight: 600; white-space: nowrap; }
.price-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 34px; font-size: 15.5px; color: rgba(255,255,255,.7); }
.price-cta strong, .price-cta a { color: var(--white); }

/* Оффер */
.offer { background: var(--pink); color: var(--white); padding: 28px 0 22px; }
.offer__inner { display: flex; flex-direction: column; gap: 18px; }
.offer__row { display: flex; align-items: center; justify-content: space-between; gap: 24px 40px; flex-wrap: wrap; }
.offer__main { display: flex; align-items: baseline; gap: 12px 22px; flex-wrap: wrap; }
.offer__main .eyebrow { color: var(--white); opacity: .85; }
.offer__title { font-size: clamp(22px, 1.8vw, 26px); font-weight: 600; letter-spacing: -.01em; }
.offer__deadline { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.16); border-radius: 999px; padding: 7px 16px; font-size: 14.5px; }
.offer__terms { border-top: 1px solid rgba(255,255,255,.28); padding-top: 12px; font-size: 13px; line-height: 1.5; opacity: .8; max-width: 60em; }

/* Шаги */
.step { display: flex; flex-direction: column; gap: 12px; border-top: 3px solid var(--pink); padding-top: 22px; }
.step__num { font-size: 13px; font-weight: 700; letter-spacing: .18em; color: var(--pink); }
.sec--dark .step__num { color: var(--pink-light); }
.step__title { font-size: 22px; font-weight: 600; line-height: 1.25; }
.step__text { font-size: 15.5px; line-height: 1.65; color: var(--muted); }
.sec--dark .step { padding-top: 20px; }
.sec--dark .step__title { font-size: 20px; }
.sec--dark .step__text { font-size: 15px; color: rgba(255,255,255,.75); }
.durations { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px 32px; font-size: 15px; color: var(--muted); background: var(--blush); border-radius: 16px; padding: 20px 26px; }
.durations strong { color: var(--text); }

/* До / после */
.ba { background: var(--white); border-radius: 20px; overflow: hidden; }
.sec--white .ba { background: var(--bg); }
.ba__pics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; }
.ba__pics .ph { height: 210px; }
.ba--sm .ba__pics .ph { height: 200px; }
.ba__body { padding: 20px; display: flex; flex-direction: column; gap: 5px; }
.ba__title { font-size: 17px; font-weight: 600; }
.ba__text { font-size: 14.5px; color: var(--muted); }
.insta-link { font-size: 15.5px; color: var(--muted); }
.insta-link strong { color: var(--pink); }

/* Отзывы */
.rating-box { display: flex; align-items: center; gap: 18px; border: 1px solid var(--line); border-radius: 16px; padding: 16px 24px; flex: 0 0 auto; }
.rating-box__num { font-size: 44px; font-weight: 600; line-height: 1; }
.rating-box__meta { display: flex; flex-direction: column; gap: 3px; font-size: 14px; color: var(--muted); }
.rating-box .stars { font-size: 16px; }
.review { border: 1px solid var(--line); border-radius: 18px; padding: 24px; display: flex; flex-direction: column; gap: 14px; background: var(--white); }
.review--accent { border: 1.5px solid var(--pink); }
.review--placeholder .review__text { color: var(--muted-2); }
.review__author { display: flex; align-items: center; gap: 12px; }
.avatar { width: 40px; height: 40px; border-radius: 999px; color: var(--white); display: flex; align-items: center; justify-content: center; font-weight: 600; flex: 0 0 auto; background: var(--pink); }
.avatar--dark { background: var(--dark-2); }
.avatar--mauve { background: var(--mauve); }
.avatar--empty { background: #E4DFE2; color: var(--mauve); }
.review__name { font-weight: 600; font-size: 15.5px; display: block; }
.review__date { font-size: 13px; color: var(--muted-2); display: block; }
.review__text { font-size: 15px; line-height: 1.65; color: var(--dark-2); }
.after-grid { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 16px; }

/* Команда */
.member { display: flex; flex-direction: column; gap: 14px; }
.member .ph { height: 300px; border-radius: 18px; }
.member__name { font-size: 20px; font-weight: 600; }
.member__role { font-size: 14px; color: var(--pink); font-weight: 600; margin-top: -10px; }
.member__text { font-size: 14.5px; line-height: 1.6; color: var(--muted); margin-top: -10px; }

/* Подготовка */
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.split--even { grid-template-columns: 1fr 1.15fr; }
.split--price { grid-template-columns: 1fr 1.1fr; align-items: center; }
.split__intro { display: flex; flex-direction: column; gap: 16px; }
.tips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.tip { display: flex; flex-direction: column; gap: 7px; }
.tip__head { display: flex; align-items: baseline; gap: 9px; }
.tip__num { font-family: ui-monospace, Menlo, monospace; font-size: 12px; font-weight: 700; color: var(--pink); }
.tip__title { font-size: 17px; font-weight: 600; line-height: 1.3; }
.tip__text { font-size: 15px; line-height: 1.6; color: var(--muted); }

/* Для кого / противопоказания */
.fit { background: var(--blush); border-radius: 20px; padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.fit__head { display: flex; align-items: center; gap: 12px; font-size: 22px; font-weight: 600; }
.fit__list { display: flex; flex-direction: column; gap: 12px; font-size: 15.5px; line-height: 1.6; color: var(--muted); }
.note { margin-top: 26px; background: var(--white); border-radius: 18px; padding: 26px 30px; display: flex; gap: 18px; align-items: flex-start; }
.note svg { flex: 0 0 auto; margin-top: 2px; }
.note__title { font-size: 17px; font-weight: 600; display: block; margin-bottom: 6px; }
.note__text { font-size: 15.5px; line-height: 1.65; color: var(--muted); }

/* Карточка цены услуги */
.price-box { background: var(--white); border: 1.5px solid var(--pink); border-radius: 22px; padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.price-box__top { display: flex; align-items: baseline; justify-content: space-between; gap: 8px 20px; flex-wrap: wrap; }
.price-box__name { font-size: 22px; font-weight: 600; }
.price-box__price { font-size: 34px; font-weight: 600; color: var(--pink-dark); white-space: nowrap; }
.price-box__list { display: flex; flex-direction: column; gap: 10px; font-size: 15.5px; color: var(--muted); padding-top: 16px; border-top: 1px solid var(--line); }
.price-box__list li { position: relative; padding-left: 26px; }
.price-box__list li::before {
  content: ""; position: absolute; left: 2px; top: 7px; width: 12px; height: 7px;
  border-left: 2px solid var(--pink); border-bottom: 2px solid var(--pink); transform: rotate(-45deg);
}
.price-box__bundle { background: var(--blush); border-radius: 14px; padding: 16px 18px; font-size: 15px; line-height: 1.55; color: var(--dark-2); }

/* FAQ */
.faq { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 24px; align-items: start; }
.faq__col { display: flex; flex-direction: column; gap: 14px; }
.faq details { background: var(--white); border-radius: 14px; padding: 20px 24px; }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; list-style: none; font-size: 16.5px; font-weight: 600; line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--pink); font-size: 22px; line-height: 1; font-weight: 400; flex: 0 0 auto; }
.faq details[open] summary::after { content: "−"; }
.faq summary:hover { color: var(--pink-dark); }
.faq__answer { font-size: 15px; line-height: 1.65; color: var(--muted); padding-top: 10px; }

/* Контакты */
.location { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; align-items: center; }
.location__info { display: flex; flex-direction: column; gap: 22px; }
.facts { display: flex; flex-direction: column; gap: 14px; font-size: 16px; color: var(--dark-2); }
.facts div { display: flex; gap: 12px; }
.facts dt { font-weight: 600; min-width: 120px; flex: 0 0 auto; }
.map { height: 420px; border-radius: 22px; overflow: hidden; background: var(--blush); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }

/* Финальный CTA + форма */
.booking { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.booking__intro { display: flex; flex-direction: column; gap: 20px; }
.booking__extra { margin-top: 18px; display: flex; flex-direction: column; gap: 10px; font-size: 15.5px; color: rgba(255,255,255,.8); }
.booking__extra strong, .booking__extra a { color: var(--white); }
.booking__extra a:hover { color: var(--pink-light); }

.lead-form { background: var(--white); border-radius: 22px; padding: 32px; display: flex; flex-direction: column; gap: 16px; color: var(--text); }
.lead-form__fields { display: flex; flex-direction: column; gap: 16px; }
.lead-form__title { font-size: 22px; font-weight: 600; }
.lead-form__interest { font-size: 14px; color: var(--pink-dark); background: var(--blush); border-radius: 10px; padding: 8px 12px; margin-top: -4px; }
.lead-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field span { font-size: 13px; font-weight: 600; color: var(--muted); }
.field input {
  height: 48px; border: 1.5px solid #E4E1E5; border-radius: 12px; padding: 0 14px; font-size: 16px; background: var(--white);
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus { outline: none; border-color: var(--pink); box-shadow: 0 0 0 3px rgba(238,74,123,.15); }
.field input[aria-invalid="true"] { border-color: var(--no); }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; line-height: 1.55; color: #6E6A70; cursor: pointer; }
.consent input { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--pink); cursor: pointer; }
.consent a { text-decoration: underline; }
.lead-form .btn { width: 100%; }
.lead-form__fine { font-size: 13px; color: var(--muted-2); text-align: center; }
.lead-form__fine a { color: inherit; text-decoration: underline; }
.lead-form__error { font-size: 14px; color: var(--no); background: #fdeceb; border-radius: 10px; padding: 10px 14px; }
.lead-form__ok { text-align: center; padding: 24px 0; display: flex; flex-direction: column; gap: 10px; align-items: center; }
.lead-form__ok b { font-size: 22px; }
.lead-form__ok p { color: var(--muted); font-size: 15.5px; line-height: 1.6; }
.lead-form__honeypot { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }

/* ===== Footer ===== */
.footer { background: var(--dark); color: rgba(255,255,255,.72); padding: 56px 0 36px; font-size: 15px; }
.footer__grid { display: grid; grid-template-columns: 1.3fr .9fr 1.5fr 1.1fr; gap: 44px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer__col { display: flex; flex-direction: column; gap: 11px; }
.footer__col--blog { gap: 13px; }
.footer__about { display: flex; flex-direction: column; gap: 16px; }
.footer__about p { line-height: 1.6; }
.footer .logo { font-size: 38px; }
.footer .logo span { color: var(--white); }
.footer__title { color: var(--white); font-weight: 600; }
.footer a { color: rgba(255,255,255,.78); }
.footer a:hover { color: var(--white); }
.footer .footer__post { color: var(--pink-light); font-size: 14.5px; line-height: 1.45; }
.footer .footer__post:hover { color: var(--white); }
.footer .footer__all { color: rgba(255,255,255,.6); font-size: 14px; }
.footer__phone { color: var(--white) !important; font-weight: 600; font-size: 17px; }
.footer__hours { margin-top: 6px; display: flex; flex-direction: column; gap: 5px; }
.socials { display: flex; gap: 10px; margin-top: 2px; flex-wrap: wrap; }
.social { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 7px 15px; font-size: 14px; color: var(--white) !important; }
.social:hover { border-color: var(--white); }
.footer__bottom { display: flex; gap: 8px 22px; padding-top: 22px; font-size: 13.5px; color: rgba(255,255,255,.5); flex-wrap: wrap; }
.footer__bottom a { color: inherit; }

/* Липкая кнопка на мобильных */
.mobile-bar { display: none; }

/* ===== Юридические страницы и 404 ===== */
.doc { background: var(--white); }
.doc__inner { max-width: 820px; margin: 0 auto; padding: 56px var(--gutter) 80px; }
.doc h1 { font-size: clamp(30px, 3vw, 42px); font-weight: 600; letter-spacing: -.01em; line-height: 1.15; margin-bottom: 8px; }
.doc__date { color: var(--muted-2); font-size: 14px; margin-bottom: 32px; }
.doc h2 { font-size: 22px; font-weight: 600; margin: 32px 0 12px; }
.doc p, .doc li { font-size: 16px; line-height: 1.7; color: var(--dark-2); }
.doc p + p { margin-top: 12px; }
.doc ul { list-style: disc; padding-left: 22px; margin: 10px 0; display: flex; flex-direction: column; gap: 6px; }
.doc a { text-decoration: underline; }

.nf { min-height: 70vh; background: var(--dark-2); color: var(--white); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 64px var(--gutter); gap: 18px; }
.nf__code { font-family: var(--script); font-size: clamp(110px, 18vw, 190px); line-height: .9; color: var(--pink); }
.nf h1 { font-size: clamp(26px, 3vw, 38px); font-weight: 600; }
.nf p { color: rgba(255,255,255,.75); max-width: 30em; font-size: 17px; line-height: 1.6; }
.nf__links { font-size: 15px; color: rgba(255,255,255,.6); }
.nf__links a { color: var(--white); }

/* ===== Адаптив ===== */
@media (max-width: 1240px) {
  .nav { gap: 22px; }
  .header__phone { display: none; }
  .grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1024px) {
  .trustbar__address, .trustbar__hours, .trustbar .sep { display: none; }
  .burger { display: block; }
  .header__inner { height: 68px; gap: 16px; }
  .logo { font-size: 34px; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0; background: var(--white);
    flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--gutter) 20px;
    box-shadow: 0 12px 24px rgba(0,0,0,.08); display: none; font-size: 17px;
  }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .header.is-open .nav { display: flex; }
  .header__actions { margin-left: auto; }
  .hero__grid, .split, .split--even, .split--price, .location, .booking { grid-template-columns: 1fr; gap: 40px; }
  .hero { padding: 48px 0 64px; }
  .hero__main-photo, .hero--service .hero__main-photo { height: 360px; }
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .addons__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sec-head--split { flex-direction: column; align-items: flex-start; gap: 20px; }
  .sec-head { margin-bottom: 32px; }
  .map { height: 340px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 68px; } /* место под липкую панель */
  .trustbar__inner { justify-content: center; }
  .trustbar__phone { display: none; }
  .header__cta { display: none; }
  .grid--2, .grid--3, .grid--4, .tips, .faq, .addons__list, .lead-form__row { grid-template-columns: 1fr; }
  .grid--4.grid--team { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .member .ph { height: 220px; }
  .hero h1 { font-size: clamp(34px, 9.4vw, 44px); }
  .hero__main-photo, .hero--service .hero__main-photo { height: 260px; border-radius: 20px; }
  .hero__thumbs .ph { height: 84px; border-radius: 12px; }
  .hero__facts { gap: 16px; }
  .hero__facts b { font-size: 22px; }
  .btn-row { flex-direction: column; align-items: stretch; }
  .btn-row .btn { width: 100%; }
  .tabs { flex-wrap: nowrap; overflow-x: auto; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); scrollbar-width: none; }
  .tab { flex: 0 0 auto; padding: 0 20px; }
  .addons { padding: 22px 20px; }
  .offer__row .btn { width: 100%; }
  .card, .lead-form, .price-box, .fit { padding: 22px; }
  .facts div { flex-direction: column; gap: 2px; }
  .map { height: 280px; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); background: rgba(255,255,255,.96);
    box-shadow: 0 -4px 20px rgba(0,0,0,.1); backdrop-filter: blur(6px);
  }
  .mobile-bar .btn { height: 48px; font-size: 15.5px; padding: 0 12px; letter-spacing: 0; }
  .mobile-bar .btn--call { border-color: var(--line); color: var(--dark); }
}

@media (max-width: 380px) {
  .grid--4.grid--team { grid-template-columns: 1fr; }
  .member .ph { height: 280px; }
}

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