/* ─────────────────────────────────────────────────────────────
   ЛЕНДИНГ «ОПЕКА» — мокап в дизайн-коде сайта fond-nika.
   Токены и базовые правила скопированы 1:1 из боевого /css/style.css
   (:root, .button/.button_g, h1..h4, .wrapper=боковые поля 2.5rem,
   font-size 21/18/16px по брейкпоинтам). Декоративные тона
   (peach/paper/pink-soft/green-soft) — из закреплённого языка опеки.
   Hero — зелёный фон #234721 + карточка подопечного (бейдж каталога
   + подпись), по прототипу.
   На бою: /opeka/index.php (header/footer Битрикс) + /opeka/style.css.
   ───────────────────────────────────────────────────────────── */
/* декоративные токены лендинга — их нет в боевом /css/style.css */
:root{ --green-d:#163019; --green-soft:#5a6b5e; --peach:#fff4ec; --grey-2:#efece6; }

/* мокап верстался с глобальным *{box-sizing:border-box}, в боевом css его нет —
   скоупим на лендинг, иначе width:100% + padding шире слайда Swiper */
main.op, main.op *, main.op *::before, main.op *::after{ box-sizing:border-box; }

/* ghost — для тёмных секций (расширение под зелёные фоны) */
.op-btn-ghost{
  background:transparent; color:var(--white);
  box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.55);
}
.op-btn-ghost:hover{ background:var(--white); color:var(--green); box-shadow:none; }

/* кнопка на корп. опеку: плашка справа отделяет её от двух кнопок «для людей» */
.op-btn-biz{ display:inline-flex; align-items:center; gap:.6rem; }
.op-btn-biz__pill{ font-size:.7rem; font-weight:700; letter-spacing:.04em; text-transform:uppercase; line-height:1; padding:.35rem .7rem; border-radius:1rem; background:var(--orange); color:var(--white); white-space:nowrap; }
.op-btn-biz:hover .op-btn-biz__pill{ background:var(--green); color:var(--white); }

/* .wrapper сайта = контент с боковыми полями 2.5rem */
.op-wrap{ margin:0 2.5rem; position:relative; }
@media (max-width:600px){ .op-wrap{ margin:0 1rem; } }

/* ═══════════════ 1. HERO ═══════════════ */
.op-hero{
  position:relative; overflow:hidden;
  background:var(--green); color:var(--white);          /* #234721 */
  border-radius:2.5rem; padding:3rem 3.5rem 3.5rem; margin-top:1.5rem;
}
.op-hero__grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:2.5rem; align-items:center; }

/* хлебные крошки — как в боевом hero */
.op-crumbs{ display:flex; flex-wrap:wrap; align-items:center; gap:.55rem; font-size:.95rem; }
.op-crumbs a{ color:rgba(255,255,255,.82); text-decoration:underline; text-underline-offset:3px; }
.op-crumbs a:hover{ color:var(--orange); }
.op-crumbs i{ color:rgba(255,255,255,.5); font-style:normal; }
.op-crumbs b{ color:#fff; font-weight:400; }

.op-hero__title{ font-size:3rem; line-height:1.1; font-weight:500; margin:1.6rem 0 0; max-width:15ch; }
.op-hero__lead{ margin:1.5rem 0 0; font-size:1.02rem; line-height:1.55; color:rgba(255,255,255,.85); max-width:46ch; }
.op-hero__lead p + p{ margin-top:.9rem; }
.op-hero__cta{ display:flex; gap:1rem; margin-top:2rem; flex-wrap:wrap; }

/* правая колонка: карусель карточек каталога — свайп/перетаскивание + клик по точкам */
.op-hero__media{ display:flex; flex-direction:column; align-items:center; gap:1.1rem; min-width:0; }
/* скругление+обрезка на контейнере, слайды прямоугольные — иначе на стыке карточек
   при свайпе вылезают зелёные «фестоны» от скруглённых углов соседних слайдов */
.op-hero__slider{ width:100%; max-width:22rem; overflow:hidden; border-radius:var(--radius); }
/* не тянем слайды до самого высокого — autoHeight подгоняет контейнер под активную карточку */
.op-hero__slider .swiper-wrapper{ align-items:flex-start; }
.op-hero__slider .swiper-slide{ height:auto; }
.op-hero__slider .pets-list__item{ border-radius:0; }
.op-hero__dots{ display:flex; justify-content:center; gap:.4rem; margin-top:.1rem; }
.op-hero__dots .swiper-pagination-bullet{ width:.55rem; height:.55rem; border-radius:50%; background:rgba(255,255,255,.4); opacity:1; margin:0; cursor:pointer; transition:250ms; }
.op-hero__dots .swiper-pagination-bullet-active{ background:var(--orange); width:1.4rem; border-radius:1rem; }

@media (max-width:900px){
  .op-hero{ padding:2.25rem 1.5rem 2.25rem; border-radius:2rem; }
  .op-hero__grid{ grid-template-columns:1fr; gap:2rem; }
  .op-hero__title{ font-size:2.3rem; max-width:none; }
  /* на телефоне отдаём слайдер всей ширине колонки — жёсткие 21rem вылезали за экран */
  .op-hero__slider{ max-width:100%; }
}
@media (max-width:600px){
  .op-hero__cta .button{ width:100%; }
}

/* ── общие секционные утилиты ── */
.op-section{ padding:3.8rem 0; }               /* внешние отступы между секциями (−20% от 4.75rem) */
@media (max-width:600px){ .op-section{ padding:2.375rem 0; } }  /* на телефоне −50% */
.op-h2{ font-size:2.5rem; font-weight:500; color:var(--green); line-height:1.14; margin:0; }
.op-p{ font-size:1.05rem; line-height:1.6; color:var(--black); max-width:46ch; }
.op-plate{ border-radius:var(--radius); padding:2rem 2.25rem; font-weight:500; }
.op-plate--orange{ background:var(--orange); color:var(--white); font-size:1.6rem; line-height:1.28; }
.op-photo{ display:block; width:100%; object-fit:cover; border-radius:var(--radius); background:var(--grey-2); }

/* ═══════════════ 2. ЧТО ТАКОЕ ОПЕКА ═══════════════ */
.op-2grid{ display:grid; grid-template-columns:1.05fr .95fr; gap:3rem; align-items:center; }
.op-2grid .op-h2{ margin-bottom:1.5rem; }
.op-2grid .op-plate--orange{ margin-top:2rem; }
.op-2grid .op-photo{ height:27rem; }
@media (max-width:900px){
  .op-2grid{ grid-template-columns:1fr; gap:2rem; }
  .op-h2{ font-size:2rem; }
  .op-plate--orange{ font-size:1.35rem; }
  .op-2grid .op-photo{ height:20rem; }
}

/* ═══════════════ 3. КОМУ ПОДХОДИТ ═══════════════ */
.op-suit__head{ max-width:54ch; }
.op-suit__head .op-h2{ margin-bottom:1.25rem; }
.op-suit__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; margin-top:2.75rem; }
.op-suit__card{ background:var(--peach); border-radius:var(--radius); padding:2.1rem 1.9rem 2.2rem; }
/* чередуем тона, чтобы блоки не были сплошными: розовый · зелёный · персиковый */
.op-suit__card:nth-child(1){ background:#ffe6e6; }
.op-suit__card:nth-child(2){ background:#e5efe2; }
.op-suit__card:nth-child(3){ background:#fdece0; }
.op-suit__card h4{ font-size:1.3rem; font-weight:600; color:var(--green); line-height:1.2; }
.op-suit__card h4::after{ content:""; display:block; width:2.5rem; height:3px; background:var(--orange); border-radius:2px; margin:.9rem 0 1.15rem; }
.op-suit__card p{ font-size:1rem; color:var(--green-soft); line-height:1.55; }
@media (max-width:900px){
  .op-suit__grid{ grid-template-columns:1fr; gap:1rem; margin-top:2rem; }
}

/* ── общая зелёная/тёмная панель-«банд» ── */
.op-band-sec{ padding:1.75rem 0; }
.op-band{ border-radius:2.5rem; padding:3.25rem 3.5rem; }
/* управление слайдером */
.op-snav{ display:flex; align-items:center; gap:1rem; }
.op-dots{ display:flex; gap:.4rem; }
.op-dots i{ width:.55rem; height:.55rem; border-radius:50%; background:rgba(255,255,255,.35); }
.op-dots i.on{ background:var(--orange); width:1.4rem; border-radius:1rem; }
.op-arrows{ display:flex; gap:.6rem; }
.op-arrow{ width:2.7rem; height:2.7rem; border-radius:50%; background:rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; color:#fff; cursor:pointer; border:none; transition:300ms; }
.op-arrow:hover{ background:var(--orange); }
.op-arrow svg{ width:1.1rem; height:1.1rem; fill:none; stroke:currentColor; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }

/* ═══════════════ 4 + 9. КАРТОЧКА НОВОСТЕЙ/ИСТОРИЙ (боевой .news-list__item) ═══════════════ */
.op-sec-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:1rem 2rem; margin-bottom:2.25rem; flex-wrap:wrap; }
.op-sec-head .op-h2{ margin-bottom:.5rem; }
.op-sec-head__sub{ color:var(--green-soft); max-width:46ch; font-size:.98rem; line-height:1.5; }
/* нав слайдера — тёмный вариант (для светлых секций) */
.op-snav--dark .op-arrow{ background:var(--grey); color:var(--green); }
.op-snav--dark .op-arrow:hover{ background:var(--orange); color:#fff; }
.op-snav--dark .op-dots i{ background:#d8cfc0; }
.op-snav--dark .op-dots i.on{ background:var(--orange); }
/* боевая карточка новости: серая подложка, дата-пилюля, декор-фигура за фото, заголовок */
.news-list__item{ display:flex; flex-direction:column; background:var(--grey); padding:1.5rem 1.5rem 2.5rem; text-decoration:none; color:var(--black); transition:300ms; }
.news-list__item:hover{ background:var(--green); color:var(--white); }
.news-list__item:hover .news-list__item-date{ border-color:var(--white); color:var(--white); }
.news-list__item:hover .news-list__item-text{ color:rgba(255,255,255,.82); }
.news-list__item-date{ align-self:flex-start; height:1.875rem; border:1px solid var(--green); display:inline-flex; align-items:center; padding:0 .938rem; border-radius:var(--radius); color:var(--green); font-size:.85rem; }
.news-list__item-pic{ position:relative; margin-top:1.25rem; }
.news-list__item-pic-icon{ position:absolute; top:-2.6rem; right:1.5rem; width:5.5rem; height:auto; }
.news-list__item-pic-src{ width:100%; height:15rem; object-fit:cover; border-radius:var(--radius); display:block; background:var(--grey-2); }
.news-list__item-name{ font-size:1.5rem; font-weight:500; margin-top:1.5rem; line-height:1.22; }
.news-list__item-text{ margin-top:.8rem; color:var(--green-soft); font-size:.95rem; line-height:1.5; }
@media (max-width:900px){
  .op-band{ padding:2.25rem 1.5rem; border-radius:2rem; }
  .news-list__item-pic-src{ height:13rem; }
}

.op-band--dgreen{ background:var(--green-d); color:var(--white); }   /* используется секциями 7/9 */

/* ═══════════════ 5. ОПЕКА В ЦИФРАХ (концепт «Команда до 5») ═══════════════ */
/* .op-figs — плоский, без подложки: контент прямо на белом */
.op-figs .op-h2{ margin-bottom:.75rem; }
.op-figs__intro{ max-width:46ch; color:var(--green-soft); line-height:1.55; margin-bottom:2.5rem; }
.op-figs__team{ display:flex; align-items:center; gap:2.25rem; flex-wrap:wrap; }
.op-figs__one{ text-align:center; }
.op-figs__animal{ width:8rem; height:8rem; border-radius:50%; object-fit:cover; display:block; box-shadow:0 0 0 4px var(--white); }
.op-figs__cap{ font-size:.9rem; color:var(--green-soft); margin-top:.7rem; line-height:1.35; }
.op-figs__cap b{ color:var(--green); font-weight:600; }
.op-figs__x{ font-size:2rem; color:var(--pink); font-weight:700; }
.op-figs__slots{ display:flex; }
.op-figs__av{ width:3.4rem; height:3.4rem; border-radius:50%; display:flex; align-items:center; justify-content:center; object-fit:cover; background:#fff4ec; color:#fff; font-weight:700; font-size:1.05rem; box-shadow:0 0 0 4px var(--peach); margin-left:-.6rem; }
.op-figs__av:first-child{ margin-left:0; }
.op-figs__av.empty{ background:transparent; color:#b98e73; border:2px dashed #d3a98c; box-shadow:none; }
/* «до 5 опекунов…» — оранжевая плашка с белым текстом (как «Опекун — это мост») */
.op-figs__slabel{ display:inline-block; margin-top:.95rem; background:var(--orange); color:var(--white); font-size:1rem; line-height:1.3; padding:.7rem 1.15rem; border-radius:1.5rem; }
.op-figs__slabel b{ font-size:1.4rem; font-weight:700; }

/* крупные цифры отдельными карточками — на мобиле не сливаются в строку */
.op-figs__stats{ display:grid; grid-template-columns:repeat(auto-fit, minmax(10.5rem, 1fr)); gap:1rem; margin-top:2.75rem; }
.op-figs__stat{ background:var(--peach); border-radius:1.25rem; padding:1.5rem 1.4rem; }
.op-figs__stat b{ display:block; font-size:2.6rem; font-weight:800; color:var(--orange); line-height:1; font-variant-numeric:tabular-nums; }
.op-figs__stat span{ display:block; margin-top:.5rem; color:var(--green-soft); font-size:.92rem; line-height:1.35; }

/* стоимость опеки: кот (зелёная) · собака (оранжевая) — крупная цифра, мелкий текст */
.op-figs__cost{ display:grid; grid-template-columns:1fr 1fr; gap:1rem; margin-top:1rem; }
.op-figs__price{ display:flex; flex-direction:column; border-radius:1.25rem; padding:1.5rem 1.6rem; color:var(--white); }
.op-figs__price--cat{ background:var(--green); }
.op-figs__price--dog{ background:var(--orange); }
.op-figs__emoji{ font-size:1.8rem; line-height:1; }
.op-figs__price b{ font-size:2.7rem; font-weight:800; line-height:1.05; margin-top:.4rem; font-variant-numeric:tabular-nums; }
.op-figs__pl{ margin-top:.35rem; font-size:.92rem; opacity:.92; }
@media (max-width:900px){
  .op-figs__team{ gap:1.25rem; }
  .op-figs__animal{ width:6rem; height:6rem; }
  .op-figs__stats{ grid-template-columns:1fr 1fr; gap:.7rem; }
  .op-figs__stat{ padding:1.2rem 1.1rem; }
  .op-figs__stat b{ font-size:2.1rem; }
  .op-figs__cost{ gap:.7rem; }
  .op-figs__price{ padding:1.25rem 1.2rem; }
  .op-figs__price b{ font-size:2.2rem; }
}

/* ═══════════════ 6. СВОЯ КОМАНДА (концепт «Кто что делает») ═══════════════ */
.op-team-head{ max-width:24ch; margin-bottom:.5rem; }
.op-team{ display:grid; grid-template-columns:.85fr 1.15fr; gap:3rem; align-items:center; margin-top:2rem; }
.op-team__animal{ text-align:center; }
.op-team__ph{ width:11rem; height:11rem; border-radius:50%; object-fit:cover; box-shadow:0 0 0 5px var(--white); display:inline-block; }
.op-team__name{ margin-top:.8rem; color:var(--green); font-weight:600; }
.op-team__name span{ display:block; color:var(--green-soft); font-size:.85rem; font-weight:400; }
.op-team__list{ display:flex; flex-direction:column; gap:.7rem; }
.op-team__item{ background:var(--white); border-radius:1.4rem; padding:.95rem 1.4rem; display:flex; align-items:baseline; gap:.85rem; }
.op-team__item b{ color:var(--green); font-weight:600; font-size:1.1rem; min-width:8.5rem; }
.op-team__item span{ color:var(--green-soft); font-size:.95rem; }
.op-team__item.free{ background:transparent; border:2px dashed #d3a98c; }
.op-team__item.free b{ color:var(--orange); } .op-team__item.free span{ color:#b98e73; }
.op-team + .op-plate--orange{ margin-top:2.5rem; }
@media (max-width:900px){
  .op-team{ grid-template-columns:1fr; gap:1.75rem; }
  .op-team__item b{ min-width:7rem; }
}

/* ═══════════════ 7. КАК ОФОРМИТЬ ОПЕКУ ═══════════════ */
.op-band--dgreen .op-h2{ color:var(--white); }
.op-steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:2.5rem 3rem; margin:2.5rem 0 2.75rem; }
.op-step{ border-top:1px solid rgba(255,255,255,.16); padding-top:1.25rem; }
.op-step__n{ font-size:2.4rem; font-weight:700; color:var(--orange); line-height:1; font-variant-numeric:tabular-nums; }
.op-step__t{ color:var(--white); font-weight:600; font-size:1.2rem; margin-top:.7rem; }
.op-step__d{ color:rgba(255,255,255,.72); font-size:.95rem; margin-top:.45rem; line-height:1.5; }
@media (max-width:900px){
  .op-steps{ grid-template-columns:1fr 1fr; gap:2rem; }
}
@media (max-width:560px){
  .op-steps{ grid-template-columns:1fr; }
}

/* ═══════════════ 8. ЧТО ПОЛУЧАЕТ ОПЕКУН ═══════════════ */
.op-gets-head{ max-width:52ch; margin-bottom:2.25rem; }
.op-gets-head .op-h2{ margin-bottom:.9rem; }
.op-gets-grid{ display:grid; grid-template-columns:.95fr 1.05fr; gap:3rem; align-items:start; }
/* левая колонка — эмуляция телеграм-канала */
.op-tg{ border-radius:1.4rem; overflow:hidden; box-shadow:0 14px 34px rgba(0,0,0,.12); }
.op-tg__head{ background:#fff; display:flex; align-items:center; gap:.7rem; padding:.7rem .9rem; border-bottom:1px solid #ececec; }
.op-tg__ava{ width:2.6rem; height:2.6rem; border-radius:50%; background:var(--green); color:#fff; display:flex; align-items:center; justify-content:center; font-size:1.1rem; flex:0 0 auto; }
.op-tg__ti b{ display:block; color:#111; font-weight:600; font-size:.95rem; line-height:1.2; }
.op-tg__ti span{ color:#8a9099; font-size:.78rem; }
.op-tg__more{ margin-left:auto; color:#b5bcc4; font-size:1.15rem; letter-spacing:.1em; }
.op-tg__chat{ background:#d7e3d2; padding:1rem .85rem 1.15rem; display:flex; flex-direction:column; gap:.55rem; }
.op-tg__date{ align-self:center; background:rgba(0,0,0,.14); color:#fff; font-size:.72rem; padding:.15rem .75rem; border-radius:1rem; margin-bottom:.15rem; }
.op-tg__post{ background:#fff; border-radius:.95rem; border-top-left-radius:.3rem; overflow:hidden; max-width:93%; align-self:flex-start; }
.op-tg__pimg{ width:100%; height:15rem; object-fit:cover; display:block; background:var(--grey-2); }
.op-tg__pb{ padding:.5rem .7rem; }
.op-tg__pb p{ font-size:.9rem; color:#141414; line-height:1.42; }
.op-tg__react{ display:flex; flex-wrap:wrap; gap:.35rem; margin-top:.5rem; }
.op-tg__react span{ background:#eef1f4; color:#454b54; font-size:.78rem; padding:.14rem .55rem; border-radius:1rem; }
.op-tg__react span.on{ background:#d9efdf; color:var(--green); }
.op-tg__meta{ display:flex; justify-content:flex-end; align-items:center; gap:.3rem; margin-top:.35rem; color:#8a9099; font-size:.72rem; }
.op-tg__foot{ background:#fff; border-top:1px solid #ececec; text-align:center; padding:.65rem; color:#8a9099; font-size:.82rem; }
/* правая колонка — список выгод без иконок, в двух группах */
.op-gets__gl{ color:var(--green-soft); font-weight:600; text-transform:uppercase; letter-spacing:.05em; font-size:.8rem; margin:0 0 .25rem; }
.op-gets__gl.second{ margin-top:1.75rem; }
.op-gets__item{ position:relative; padding:1rem 0 1rem 1.5rem; border-top:1px solid rgba(0,0,0,.09); }
.op-gets__item::before{ content:""; position:absolute; left:.05rem; top:1.55rem; width:.55rem; height:.55rem; border-radius:50%; background:var(--orange); }
.op-gets__item b{ color:var(--green); font-weight:600; font-size:1.1rem; }
.op-gets__item span{ display:block; color:var(--green-soft); font-size:.95rem; margin-top:.2rem; line-height:1.45; }
@media (max-width:900px){
  .op-gets-grid{ grid-template-columns:1fr; gap:2rem; }
  .op-tg__pimg{ height:10rem; }
}

/* ═══════════════ 9. ИСТОРИИ ОПЕКИ ═══════════════ */
/* использует боевую .news-list__item (вариант --light) на op-band--peach */

/* ═══════════════ 10. ОНИ ИЩУТ ОПЕКУ (боевые карточки /ourpets/) ═══════════════ */
.pets-list__item{ border-radius:var(--radius); overflow:hidden; background:var(--grey); display:flex; flex-direction:column; }
.pets-list__item-pic{ position:relative; aspect-ratio:11/8; background:#d6d9d1; }
.pets-list__item-pic img{ width:100%; height:100%; object-fit:cover; display:block; }
.pets-list__item-guard{ position:absolute; top:1rem; left:1rem; z-index:5; display:inline-flex; align-items:center; gap:.5rem; padding:.5rem .75rem; background:var(--white); color:var(--green); border-radius:1.25rem; font-size:.875rem; font-weight:600; box-shadow:0 2px 8px rgba(0,0,0,.18); text-decoration:none; }
.pets-list__item-guard-count{ background:var(--orange); color:#fff; padding:.1rem .5rem; border-radius:1rem; font-size:.8125rem; font-weight:700; }
.pets-list__item-guard-text{ color:var(--green-soft); font-weight:500; }
.pets-list__item-info{ padding:1.25rem 1.875rem 1.875rem; display:flex; flex-direction:column; flex:1; }
.pets-list__item-title{ font-size:1.875rem; font-weight:500; color:var(--green); }
.pets-list__item-age{ font-size:.875rem; color:var(--green-soft); margin-top:.35rem; }
.pets-list__item-text{ color:var(--green); margin-top:.75rem; line-height:1.4; min-height:3.8rem; }
.pets-list__item-buttons{ display:flex; flex-direction:column; gap:.75rem; margin-top:1rem; }
.pets-list__item-buttons a{ height:3.125rem; display:flex; align-items:center; justify-content:center; border-radius:var(--radius); font-weight:600; text-decoration:none; font-size:1rem; transition:300ms; }
.pets-list__item-buttons-guard{ background:var(--orange); color:#fff; }
.pets-list__item-buttons-guard:hover{ background:var(--green); }
.pets-list__item-buttons .button_g{ background:var(--green); color:#fff; }
.pets-list__item-buttons .button_g:hover{ background:var(--orange); }
.op-pets-more{ margin-top:2rem; text-align:center; }

/* ═══════════════ 11. ВОПРОСЫ И ОТВЕТЫ (спокойный одноколоночный) ═══════════════ */
.op-faq-head{ margin-bottom:1.5rem; }
.op-faq{ max-width:56rem; }
.op-faq details{ border-top:1px solid rgba(0,0,0,.12); }
.op-faq details:last-child{ border-bottom:1px solid rgba(0,0,0,.12); }
.op-faq summary{ list-style:none; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:1.5rem; padding:1.45rem 0; font-weight:600; color:var(--green); font-size:1.2rem; line-height:1.35; }
.op-faq summary::-webkit-details-marker{ display:none; }
.op-faq summary:hover{ color:var(--orange); }
.op-faq__ic{ flex:0 0 auto; width:1.5rem; height:1.5rem; display:flex; align-items:center; justify-content:center; color:var(--orange); font-size:1.7rem; line-height:1; transition:transform 300ms; }
.op-faq details[open] .op-faq__ic{ transform:rotate(45deg); }
.op-faq__a{ padding:0 0 1.5rem; color:var(--green-soft); line-height:1.6; margin:0; max-width:52rem; }

/* ═══════════════ 12. CTA-ФУТЕР ═══════════════ */
.op-cta{ background:var(--orange); color:var(--white); border-radius:2.5rem; padding:3.5rem 3.75rem; display:flex; justify-content:space-between; align-items:center; gap:2.5rem; flex-wrap:wrap; }
.op-cta__text h2{ color:var(--white); font-size:2.5rem; line-height:1.12; max-width:16ch; }
.op-cta__text p{ margin-top:1.1rem; color:rgba(255,255,255,.92); max-width:42ch; line-height:1.5; }
.op-cta__btns{ display:flex; flex-direction:column; gap:1rem; flex:0 0 auto; }
.op-cta__btns .button{ min-width:16rem; }
.op-btn-white{ background:var(--white); color:var(--orange); }
.op-btn-white:hover{ background:var(--green); color:var(--white); }
@media (max-width:900px){
  .op-cta{ padding:2.5rem 1.75rem; border-radius:2rem; }
  .op-cta__text h2{ font-size:2rem; max-width:none; }
  .op-cta__btns{ width:100%; }
  .op-cta__btns .button{ min-width:0; width:100%; }
}

/* ═══════════════ ПЛАВАЮЩИЙ БЛОК «БОТЫ» (раскрывающийся FAB) ═══════════════ */
.op-fab{ position:fixed; right:1.5rem; bottom:1.5rem; z-index:900; display:flex; flex-direction:column; align-items:flex-end; gap:.85rem; }
/* меню скрыто, пока не открыто — не перехватывает клики */
.op-fab__menu{ display:flex; flex-direction:column; align-items:flex-end; gap:.7rem; opacity:0; visibility:hidden; transform:translateY(12px); transition:opacity .25s, transform .25s, visibility .25s; pointer-events:none; }
.op-fab.is-open .op-fab__menu{ opacity:1; visibility:visible; transform:none; pointer-events:auto; }
.op-fab__item{ display:flex; align-items:center; gap:.6rem; text-decoration:none; }
.op-fab__label{ background:var(--white); color:var(--green); font-weight:600; font-size:.9rem; padding:.5rem .85rem; border-radius:1.25rem; box-shadow:0 6px 18px rgba(0,0,0,.15); white-space:nowrap; }
.op-fab__ic{ width:3rem; height:3rem; border-radius:50%; overflow:hidden; display:flex; align-items:center; justify-content:center; box-shadow:0 6px 18px rgba(0,0,0,.22); flex:0 0 auto; }
/* telegram-лого уже круглое и цветное — заполняет весь кружок */
.op-fab__item--tg .op-fab__ic svg{ width:100%; height:100%; display:block; }
/* знак MAX — во всю ширину кружка, без подложки; тень по контуру знака */
.op-fab__item--max .op-fab__ic{ background:none; box-shadow:none; overflow:visible; }
.op-fab__item--max .op-fab__ic svg{ width:100%; height:100%; display:block; filter:drop-shadow(0 5px 12px rgba(0,0,0,.3)); }
.op-fab__toggle{ width:3.75rem; height:3.75rem; border-radius:50%; border:none; cursor:pointer; background:var(--orange); color:#fff; box-shadow:0 8px 22px rgba(0,0,0,.25); display:flex; align-items:center; justify-content:center; position:relative; transition:transform .25s, background .25s; }
.op-fab__toggle:hover{ background:var(--green); }
.op-fab__i{ position:absolute; display:flex; transition:opacity .2s, transform .25s; }
.op-fab__i svg{ width:1.7rem; height:1.7rem; }
.op-fab__i--open svg{ fill:currentColor; }
.op-fab__i--close{ opacity:0; transform:rotate(-90deg); }
.op-fab__i--close svg{ fill:none; stroke:currentColor; stroke-width:2.2; stroke-linecap:round; }
.op-fab.is-open .op-fab__i--open{ opacity:0; transform:rotate(90deg); }
.op-fab.is-open .op-fab__i--close{ opacity:1; transform:none; }
@media (max-width:600px){
  .op-fab{ right:1rem; bottom:1rem; }
  .op-fab__toggle{ width:3.4rem; height:3.4rem; }
  .op-fab__ic{ width:2.7rem; height:2.7rem; }
  .op-fab__label{ font-size:.85rem; }
}

/* пагинация Swiper в стиле точек мокапа */
.op-dots .swiper-pagination-bullet{ width:.5rem; height:.5rem; background:currentColor; opacity:.35; margin:0 .2rem; }
.op-dots .swiper-pagination-bullet-active{ opacity:1; }

/* боевые карточки внутри слайдеров и hero: перебиваем сеточные ширины
   их родных страниц (.pets-list__item 33.33%, .news-list__item 50%) */
.op-swiper .pets-list__item,
.op-swiper .news-list__item{ width:100%; margin:0; }
.op-swiper .swiper-slide{ height:auto; }

/* мобила: слайдеры в край экрана (компенсируем поля .op-wrap; Swiper клипает
   по padding-box, поэтому пик следующего слайда виден до самого края) */
@media (max-width:700px){
  .op-swiper{ margin-left:-2.5rem; margin-right:-2.5rem; padding-left:2.5rem; padding-right:2.5rem; }
}
@media (max-width:600px){
  .op-swiper{ margin-left:-1rem; margin-right:-1rem; padding-left:1rem; padding-right:1rem; }
}
