/* =========================
   SERVICE SINGLE (/poslugi/.../)
========================= */

.service-single .section { 
	padding: 60px 0; 
	}

.services-hero{
  background:
    radial-gradient(900px 560px at 10% 15%, rgba(98,189,84,0.20), transparent 62%),
    radial-gradient(980px 640px at 85% 10%, rgba(98,189,84,0.10), transparent 68%),
    radial-gradient(900px 600px at 80% 85%, rgba(11,11,11,0.02), transparent 72%),
    linear-gradient(135deg, #FFFFFF 0%, #F7FFF6 40%, #FFFFFF 100%);
}

.services-hero__eyebrow{
  display:inline-flex; align-items:center; gap:6px;
  padding:4px 10px; border-radius:999px;
  background: rgba(11,11,11,0.06);
  font-size:11px; text-transform:uppercase; letter-spacing:.16em;
  margin:0 0 8px;

  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.services-hero__eyebrow::before{
  content:""; width:6px; height:6px; border-radius:50%;
  background:#62BD54;
}

.services-hero__title{
  margin:0 0 10px;
  font-size:clamp(28px, 4vw, 48px);
  font-weight: var(--fw-extrabold, 800);
  letter-spacing:-0.02em;
  color:#0b0b0b;
}
.services-hero__subtitle{
  margin:0;
  font-size:16px; line-height:1.7;
  color:#374151;
}

/* Контент */
.service-content p{ 
	line-height: 1.8; 
	margin-bottom: 60px;
	}

/* Ті ж карточки */
.services-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 1024px){
  .services-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); 
  }
}

@media (max-width: 640px){
  .services-grid{ grid-template-columns: 1fr; }
}

.service-card{
  display:block;
  padding:16px;
  border-radius:16px;
  border:1px solid rgba(11,11,11,0.08);
  background:#fff;
  text-decoration:none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(11,11,11,0.08);
}
.service-card__thumb img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
  margin:0 0 12px;
}
.service-card__title{
  margin:0 0 8px;
  color:#0b0b0b;
  font-size:18px;
  font-weight:700;
}
.service-card__excerpt{
  margin:0;
  color:#374151;
  line-height:1.6;
  font-size:14px;
}


/* =========================
   SERVICE (level 2) – make cards pop
========================= */

/* самі картки — більш “білі”, сильніша тінь, чіткіший бордер */
.service-single .service-card2{
  background: #FFFFFF !important;
  border-color: rgba(11,11,11,0.10) !important;
  box-shadow: 0 26px 70px rgba(11,11,11,0.10) !important;
}

/* внутрішній глянець/обʼєм */
.service-single .service-card2::after{
  opacity: 1 !important;
}

/* hover трохи сильніший */
.service-single .service-card2:hover{
  box-shadow:
    0 34px 90px rgba(11,11,11,0.13),
    0 0 0 1px rgba(98,189,84,0.14),
    0 22px 60px rgba(98,189,84,0.10) !important;
  border-color: rgba(98,189,84,0.28) !important;
}



/* =========================
   SVC REF SECTION
========================= */

.svc-section{ padding: 0px 0px 70px; }
.svc-container{ max-width: 1200px; margin: 0 auto;}

.svc-ref{
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #FFFFFF 0%, #FCFFFB 100%);
}

.svc-ref::before,
.svc-ref::after{
  content:"";
  position:absolute;
  left:0; right:0;
  height:1px;
  background: linear-gradient(90deg, transparent, rgba(11,11,11,0.10), transparent);
  pointer-events:none;
}
.svc-ref::before{ top:0; }
.svc-ref::after{ bottom:0; }

.svc-ref .svc-container{
  position: relative;
}
.svc-ref .svc-container::after{
  content:"";
  position:absolute;
  left:-140px; right:-140px; top:-90px;
  height:240px;
  background:
    radial-gradient(640px 240px at 18% 45%, rgba(98,189,84,0.10), transparent 70%),
    radial-gradient(560px 220px at 82% 30%, rgba(11,11,11,0.04), transparent 68%);
  pointer-events:none;
  z-index:0;
}

/* layout: ліворуч контент, праворуч картинка */
.svc-ref__grid{
  position: relative;
  z-index: 1;
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: center;
}

@media (max-width: 980px){
  .svc-ref__grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .svc-section {
    padding: 30px 20px;
}
}

/* left */
.svc-ref__title{
  margin: 0 0 14px;
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.08;
  font-weight: var(--fw-extrabold, 800);
  letter-spacing: -0.02em;
  color: #0B0B0B;
}

/* WYSIWYG опис */
.svc-ref__wysiwyg{
  font-size: 15px;
  line-height: 1.7;
  color: rgba(11,11,11,0.88);
}

/* списки в WYSIWYG — без кружків, з нашими “спарками” */
.svc-ref__wysiwyg ul{
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.svc-ref__wysiwyg li{
  position: relative;
  padding-left: 34px;
}

.svc-ref__wysiwyg li::before{
  content: "✦"; /* можеш змінити на ⚡ або ➜ */
  position: absolute;
  left: 0;
  top: 2px;

  color: #62BD54;
  font-size: 16px;
  line-height: 1;
  text-shadow: 0 10px 18px rgba(11,11,11,0.12);
}

.svc-ref__wysiwyg li strong{
  color: #0B0B0B;
  font-weight: 800;
}

/* кнопки */
.svc-ref__actions{
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.svc-ref__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}

.svc-ref__btn--primary{
  background: #0B0B0B;
  color: #FFFFFF;
  box-shadow: 0 18px 44px rgba(11,11,11,0.18);
}
.svc-ref__btn--primary:hover{
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(11,11,11,0.22);
}

.svc-ref__btn--ghost{
  background: rgba(255,255,255,0.7);
  color: #0B0B0B;
  border: 1px solid rgba(11,11,11,0.12);
}
.svc-ref__btn--ghost:hover{
  transform: translateY(-2px);
  border-color: rgba(98,189,84,0.26);
  box-shadow: 0 18px 44px rgba(11,11,11,0.10);
}

/* right image */
.svc-ref__right{
  display: flex;
  justify-content: flex-end;
}

.svc-ref__imgWrap{
  width: min(520px, 100%);
}

.svc-ref__img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(11,11,11,0.14);
}



/* =========================
   AUTHOR / INTRO (svc-author) — CLEAN + BRAND
   Colors: #FFFFFF / #0B0B0B / #62BD54
========================= */

/* ---------- REVEAL (no flicker) ---------- */
.service-single .svc-author{ opacity: 1; transform: none; }

html.js .service-single .svc-author[data-svc-reveal]:not(.is-inview){
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity .55s ease, transform .55s cubic-bezier(.2,.9,.2,1);
  will-change: opacity, transform;
}
html.js .service-single .svc-author.is-inview{
  opacity: 1;
  transform: translate3d(0,0,0);
}

@media (prefers-reduced-motion: reduce){
  html.js .service-single .svc-author[data-svc-reveal]:not(.is-inview){
    opacity: 1; transform: none; transition: none;
  }
  .service-single .svc-author__cta{ animation: none !important; }
}


/* ---------- CARD (greenier background for whole section) ---------- */
.service-single .svc-author__card{
  position: relative;
  border-radius: 34px;
  overflow: hidden;

  border: 1px solid rgba(98,189,84,0.95);

  /* main green mass across the whole card (NOT behind photo only) */
  background:
    radial-gradient(1200px 760px at 18% 22%, rgba(98,189,84,0.34), transparent 62%),
    radial-gradient(980px 680px at 86% 78%, rgba(11,11,11,0.06), transparent 66%),
    linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);

  box-shadow: 0 34px 110px rgba(11,11,11,0.14);
}

/* light gloss (cheap, no blur) */
.service-single .svc-author__card::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 340px at 60% 0%, rgba(255,255,255,0.55), transparent 56%),
    linear-gradient(180deg, rgba(255,255,255,0.32), transparent 42%);
  opacity: .55;
}

/* ---------- GRID ---------- */
.service-single .svc-author__grid{
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: center;
  min-height: 520px;
}

/* ---------- MEDIA ---------- */
.service-single .svc-author__media{
  position: relative;
  min-height: 520px;

  display: flex;
  align-items: flex-end;
  justify-content: center;

  padding: 24px 0 0 34px;
  isolation: isolate;
}

/* anti-halo matte only (NO “stage рамка”) */
.service-single .svc-author__media::after{
  content:"";
  position:absolute;
  left: 0; right: 0; bottom: 0;
  height: 64%;
  pointer-events:none;
  z-index: 1;
  background: radial-gradient(closest-side at 48% 92%,
    rgba(255,255,255,0.96) 0%,
    rgba(255,255,255,0.86) 38%,
    rgba(255,255,255,0.00) 72%);
}

.service-single .svc-author__img{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  filter: drop-shadow(0 28px 90px rgba(11,11,11,0.16));
}

/* ---------- OVERLAY (badge + button) ---------- */
.service-single .svc-author__overlay{
  position: absolute;
  z-index: 3;

  left: 164px;
  bottom: 52px;

  width: min(720px, calc(100% - 44px));
  display: flex;
  align-items: center;
  gap: 14px;

  pointer-events: none; /* overlay container not clickable */
}

/* plaque */
.service-single .svc-author__badge{
  pointer-events: none;
  flex: 1 1 auto;
  min-width: 0;

  padding: 18px 22px;
  border-radius: 18px;

  background: #62BD54;
  color: #0B0B0B;

  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;

  box-shadow: 0 22px 70px rgba(11,11,11,0.22);
  overflow-wrap: anywhere;
}

/* CTA (clickable, overlaps into right column but safe) */
.service-single .svc-author__cta{
  pointer-events: auto; /* only button clickable */
  cursor: pointer;

  width: 78px;
  height: 78px;
  border-radius: 999px;

  border: 2px solid rgba(11,11,11,0.12);
  background: #62BD54;

  display: grid;
  place-items: center;

  margin-left: 10px;
  margin-right: -18px; /* subtle overlap, not aggressive */

  box-shadow:
    0 30px 110px rgba(98,189,84,0.34),
    0 16px 44px rgba(11,11,11,0.18),
    0 0 0 0 rgba(98,189,84,0.38);

  animation: svcPulse 1.25s ease-in-out infinite;
  transition: transform .15s ease, filter .15s ease;
  transform: translateZ(0);
}

.service-single .svc-author__cta:hover{ transform: translateY(-3px) scale(1.05); }
.service-single .svc-author__cta:active{ transform: translateY(0) scale(0.98); }
.service-single .svc-author__cta:focus-visible{
  outline: 2px solid rgba(255,255,255,0.92);
  outline-offset: 4px;
}

.service-single .svc-author__ctaIcon{
  width: 0;
  height: 0;
  border-left: 19px solid #0B0B0B;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  margin-left: 5px;
}

@keyframes svcPulse{
  0%{
    transform: translateZ(0) scale(1);
    box-shadow:
      0 30px 110px rgba(98,189,84,0.34),
      0 16px 44px rgba(11,11,11,0.18),
      0 0 0 0 rgba(98,189,84,0.38);
  }
  65%{
    transform: translateZ(0) translateY(-4px) scale(1.09);
    box-shadow:
      0 40px 150px rgba(98,189,84,0.40),
      0 20px 58px rgba(11,11,11,0.20),
      0 0 0 22px rgba(98,189,84,0);
  }
  100%{
    transform: translateZ(0) scale(1);
    box-shadow:
      0 30px 110px rgba(98,189,84,0.34),
      0 16px 44px rgba(11,11,11,0.18),
      0 0 0 0 rgba(98,189,84,0.38);
  }
}

/* ---------- CONTENT ---------- */
.service-single .svc-author__content{
  position: relative;
  z-index: 2;
  padding: 0 44px 44px 0;
  max-width: 780px;
}

.service-single .svc-author__title{
  margin: 0 0 14px;
  font-size: clamp(28px, 3.4vw, 50px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.035em;
  color: #0B0B0B;
}

.service-single .svc-author__line{
  width: 240px;
  height: 3px;
  border-radius: 999px;
  background: rgba(98,189,84,0.78);
  margin: 12px 0 18px;
}

.service-single .svc-author__text{
  font-size: 16px;
  line-height: 1.8;
  color: rgba(11,11,11,0.84);
}
.service-single .svc-author__text p{ margin: 0; }
.service-single .svc-author__text p + p{ margin-top: 10px; }

/* ---------- RESPONSIVE (tablet + phone) ---------- */
@media (max-width: 980px){
  .service-single .svc-author__grid{
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 14px;
  }

  .service-single .svc-author__card{
    border-radius: 26px;
  }

  .service-single .svc-author__media{
    min-height: auto;
    padding: 22px 20px 0 20px; /* 20px sides */
  }

  .service-single .svc-author__overlay{
    left: 20px;
    right: 20px;
    bottom: 16px;
    width: auto;
  }

  .service-single .svc-author__cta{
    width: 64px;
    height: 64px;
    margin-right: 0; /* no overlap on tablet/mobile */
  }

  .service-single .svc-author__content{
    padding: 0 20px 22px 20px; /* 20px sides */
    max-width: none;
  }
}

@media (max-width: 640px){
  .service-single .svc-author__overlay{
    display: grid;
    grid-template-columns: 1fr 58px;
    grid-template-rows: auto auto;
    gap: 10px;
    left: 20px;
    right: 20px;
    bottom: 14px;
  }

  .service-single .svc-author__badge{
    grid-column: 1 / -1;
    font-size: 14px;
    padding: 14px 16px;
    border-radius: 16px;
  }

  .service-single .svc-author__cta{
    width: 58px;
    height: 58px;
    justify-self: end;
    animation-duration: 1.2s;
  }

  .service-single .svc-author__title{
    font-size: clamp(22px, 7vw, 34px);
  }

  .service-single .svc-author__line{
    width: 200px;
  }

  .service-single .svc-author__text{
    font-size: 15px;
    line-height: 1.75;
  }
}

/* =========================
   VIDEO MODAL — optimized
========================= */

.svc-vmodal-open{ overflow: hidden; }

.svc-vmodal{
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;

  opacity: 0;
  transition: opacity .18s ease;
}

.svc-vmodal.is-open{
  display: block;
  opacity: 1;
}

.svc-vmodal__backdrop{
  position:absolute;
  inset:0;
  background: rgba(11,11,11,0.78);
}

.svc-vmodal__dialog{
  position:absolute;
  inset: 18px;
  display:grid;
  place-items:center;
}

.svc-vmodal__close{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;

  width: 44px;
  height: 44px;
  border-radius: 14px;

  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(11,11,11,0.70);
  color: #FFFFFF;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.svc-vmodal__frame{
  width: min(980px, 92vw);
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  background: #0B0B0B;
  box-shadow: 0 34px 110px rgba(0,0,0,0.45);
}

.svc-vmodal__frame iframe,
.svc-vmodal__frame video{
  width: 100%;
  height: 100%;
  display:block;
}



/* =========================
   WHY SECTION (svc-why)
========================= */

.svc-why{
  background: #FFFFFF;
}

.svc-why__grid{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr; /* зліва текст / справа колаж */
  gap: 38px;
  align-items: start;
}

@media (max-width: 980px){
  .svc-why__grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* LEFT */
.svc-why__title{
  margin: 0 0 14px;
  font-size: clamp(30px, 3.5vw, 52px);
  line-height: 1.05;
  font-weight: var(--fw-extrabold, 800);
  letter-spacing: -0.02em;
  color: #0B0B0B;
}

.svc-why__line{
  width: 220px;
  height: 2px;
  border-radius: 999px;
  background: rgba(98,189,84,0.55);
  margin: 12px 0 22px;
}

.svc-why__items{
  display: grid;
  gap: 22px;
}

.svc-why__item{
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 14px;
  align-items: start;
}

.svc-why__dot{
  width: 8px;
  height: 8px;
  margin-top: 9px;
  border-radius: 50%;
  background: #62BD54;
  box-shadow: 0 10px 18px rgba(98,189,84,0.22);
}

.svc-why__h{
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
  color: #0B0B0B;
}

.svc-why__p{
  font-size: 15px;
  line-height: 1.75;
  color: rgba(11,11,11,0.75);
}
.svc-why__p p{ margin: 0; }
.svc-why__p p + p{ margin-top: 10px; }

/* RIGHT */
.svc-why__right{
  display: flex;
  justify-content: stretch;
}

/* Collage area (desktop) */
.svc-why__collage{
  position: relative;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  height: 560px;
}

/* =========================
   Collage layers: button + image
========================= */

.svc-why__shotBtn{
  position: absolute;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  border-radius: 14px;
  box-shadow: 0 22px 60px rgba(11,11,11,0.14);
  transform: translateY(26px) scale(.985);
  opacity: 0;
  transition:
  transform .95s cubic-bezier(.2,.8,.2,1),
  opacity .95s ease,
  box-shadow .25s ease,
  filter .25s ease;
}

.svc-why__shotImg{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  background: #FFFFFF;
}

/* Reveal when in view */
.svc-why__collage.is-inview .svc-why__shotBtn{
  opacity: 1;
}

/* Stagger delays */
.svc-why__shotBtn:nth-child(1){ transition-delay: .10s; }
.svc-why__shotBtn:nth-child(2){ transition-delay: .35s; }
.svc-why__shotBtn:nth-child(3){ transition-delay: .60s; }
.svc-why__shotBtn:nth-child(4){ transition-delay: .85s; }


/* Hover: bring to front + slight lift */
@media (hover:hover){
  .svc-why__shotBtn:hover{
    z-index: 20 !important;
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 34px 90px rgba(11,11,11,0.22);
    filter: saturate(1.05);
  }
}

/* Keyboard focus */
.svc-why__shotBtn:focus-visible{
  outline: 2px solid rgba(98,189,84,0.65);
  outline-offset: 3px;
}

/* =========================
   Layer positions (DESKTOP)
   (менше накладання, читабельніше)
========================= */

.svc-why__shotBtn:nth-child(1){
  width: 60%;
  top: 0%;
  left: 43%;
  z-index: 3;
}

.svc-why__shotBtn:nth-child(2) {
    width: 66%;
    top: 20%;
    left: 58%;
    transform: translateX(-50%);
    z-index: 2;
}

.svc-why__shotBtn:nth-child(3) {
    width: 84%;
    top: 50%;
    left: 42%;
    transform: translateX(-50%);
    z-index: 1;
}

.svc-why__shotBtn:nth-child(4) {
    width: 44%;
    top: 89%;
    left: 80%;
    transform: translateX(-50%);
    z-index: 4;
}

/* =========================
   Responsive: tablet/mobile
   -> swipe carousel instead of absolute collage
========================= */

@media (max-width: 980px){
  .svc-why__right{ justify-content: flex-start; }

  .svc-why__collage{
    height: auto;
    max-width: 100%;
    margin-left: 0;

    display: flex;
    gap: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .svc-why__shotBtn{
    position: relative;
    flex: 0 0 82%;
    width: auto !important;
    top: auto !important;
    left: auto !important;
    z-index: 1 !important;

    scroll-snap-align: start;

    opacity: 1;
    transform: none;
    transition: box-shadow .2s ease, transform .2s ease;
  }

  .svc-why__shotBtn:active{
    transform: scale(0.98);
  }
}

@media (max-width: 640px){
  .svc-why__shotBtn{ flex-basis: 88%; }
}

/* =========================
   Lightbox (click to zoom)
========================= */

.svc-lightbox-open{ overflow: hidden; }

.svc-lightbox{
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.svc-lightbox__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(11,11,11,0.72);
  backdrop-filter: blur(6px);
}

.svc-lightbox__dialog{
  position: absolute;
  inset: 24px;
  display: grid;
  place-items: center;
}

.svc-lightbox__img{
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  width: auto;
  height: auto;
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0 40px 120px rgba(0,0,0,0.45);
}

.svc-lightbox__close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(11,11,11,0.55);
  color: #FFFFFF;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.svc-lightbox__close:hover{
  background: rgba(11,11,11,0.70);
}




/* =========================
   INCLUDES (svc-inc) — unified modern shell (green accent)
========================= */

.svc-inc{
  background:#FFFFFF;
}

/* header like svc-why */
.svc-inc__title{
  margin: 0 0 14px;
  font-size: clamp(30px, 3.5vw, 52px);
  line-height: 1.05;
  font-weight: var(--fw-extrabold, 800);
  letter-spacing: -0.02em;
  color: #0B0B0B;
}
.svc-inc__line{
  width: 220px;
  height: 2px;
  border-radius: 999px;
  background: rgba(98,189,84,0.55);
  margin: 12px 0 18px;
}
.svc-inc__lead{
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(11,11,11,0.75);
  max-width: 860px;
}

/* ONE shared shell for both columns */
.svc-inc__shell{
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(11,11,11,0.08);
  background:
    radial-gradient(900px 380px at 10% 0%, rgba(98,189,84,0.12), transparent 60%),
    radial-gradient(900px 380px at 90% 100%, rgba(98,189,84,0.10), transparent 62%),
    linear-gradient(180deg, #FFFFFF 0%, #FCFFFB 100%);
  box-shadow:
    0 26px 80px rgba(11,11,11,0.08),
    0 1px 0 rgba(255,255,255,0.7) inset;
  overflow: hidden;
}

/* subtle glow border (modern) */
.svc-inc__shell::before{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 28px;
  background: radial-gradient(900px 280px at 20% 20%, rgba(98,189,84,0.18), transparent 55%);
  pointer-events:none;
  opacity:.55;
}

/* grid inside shell */
.svc-inc__grid{
  position: relative;
  z-index: 1;
  display:grid;
  grid-template-columns: 420px 1fr;
  min-height: 520px;
}

/* vertical divider inside same shell */
.svc-inc__grid::after{
  content:"";
  position:absolute;
  top: 18px;
  bottom: 18px;
  left: 430px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(11,11,11,0.10), transparent);
}

/* LEFT NAV */
.svc-inc__nav{
	padding: 43px 15px;
}

/* nav buttons as “rows” (integrated) */
.svc-inc__navBtn{
  width:100%;
  border: 1px solid transparent;
  background: rgba(255,255,255,0.0);
  border-radius: 18px;
  padding: 12px 12px;
  cursor:pointer;
  text-align:left;

  display:flex;
  align-items:center;
  gap: 12px;

  transition: background .18s ease, transform .18s ease, border-color .18s ease;
}

.svc-inc__navBtn:hover{
  background: rgba(11,11,11,0.03);
  transform: translateY(-1px);
}

.svc-inc__navBtn.is-active{
  background: rgba(98,189,84,0.10);
  border-color: rgba(98,189,84,0.24);
}

/* left number */
.svc-inc__navNum{
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display:grid;
  place-items:center;

  background: rgba(11,11,11,0.06);
  color: #0B0B0B;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .08em;
  flex: 0 0 auto;
}

.svc-inc__navBtn.is-active .svc-inc__navNum{
  background: rgba(98,189,84,0.18);
}

/* two-line text: nav_title + title */
.svc-inc__navText{
  min-width: 0;
  flex: 1 1 auto;
}


.svc-inc__navKicker{
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(11,11,11,0.55);
  font-weight: 800;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: anywhere;
}

.svc-inc__navTitle{
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
  color: #0B0B0B;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: anywhere;
}


/* small chevron, green on active */
.svc-inc__navChev{
  margin-left:auto;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(11,11,11,0.03);
  position: relative;
  flex: 0 0 auto;
  transition: background .18s ease;
}

.svc-inc__navChev::before{
  content:"";
  position:absolute;
  inset:0;
  margin:auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(11,11,11,0.55);
  border-bottom: 2px solid rgba(11,11,11,0.55);
  transform: rotate(-45deg);
}

.svc-inc__navBtn.is-active .svc-inc__navChev{
  background: rgba(98,189,84,0.16);
}
.svc-inc__navBtn.is-active .svc-inc__navChev::before{
  border-right-color: rgba(11,11,11,0.75);
  border-bottom-color: rgba(11,11,11,0.75);
}

/* RIGHT PANE */
.svc-inc__panes{
  padding: 22px;
  min-width:0;
}

.svc-inc__panel[hidden]{ display:none !important; }

/* right card — still inside same shell, but slightly lifted */
.svc-inc__card{
  border-radius: 22px;
  padding: 18px;
  backdrop-filter: blur(6px);
}

.svc-inc__media img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  background:#FFFFFF;
  border: 1px solid rgba(11,11,11,0.08);
  box-shadow: 0 16px 45px rgba(11,11,11,0.10);
  margin-bottom: 16px;
}

.svc-inc__h3{
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.01em;
  color:#0B0B0B;
}

.svc-inc__text{
  font-size: 15px;
  line-height: 1.75;
  color: rgba(11,11,11,0.78);
}
.svc-inc__text p{ margin:0; }
.svc-inc__text p + p{ margin-top: 10px; }

/* RESPONSIVE */

/* =========================
   INCLUDES (svc-inc) — MOBILE ACCORDION
========================= */

@media (max-width: 980px){

  .svc-inc__grid{
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .svc-inc__grid::after{ display:none; }

  /* лівий блок стає вертикальним списком */
  .svc-inc__nav{
    padding: 14px;
    display: grid;
    gap: 10px;
  }

  .svc-inc__navBtn{
    width: 100%;
    flex: none;
    border: 1px solid rgba(11,11,11,0.10);
    background: rgba(255,255,255,0.72);
    padding: 14px 14px;
    border-radius: 18px;
    transform: none;
  }

  /* ховер не критичний на мобільному */
  .svc-inc__navBtn:hover{ transform:none; }

  /* "стрілка" повертається коли відкрито */
  .svc-inc__navBtn.is-active .svc-inc__navChev::before{
    transform: rotate(45deg);
  }

  /* панелі на мобільному будуть всередині nav (під кнопкою) */
  .svc-inc__panes{
    display:none !important; /* JS сховає контейнер і перемістить панелі */
  }

  .svc-inc__accPanel{
    margin-top: 10px;
    border-radius: 18px;
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(11,11,11,0.08);
    box-shadow: 0 18px 50px rgba(11,11,11,0.08);
    overflow: hidden;
  }

  .svc-inc__card{
    padding: 14px;
    border-radius: 0;
    backdrop-filter: none;
  }

  .svc-inc__h3{
    font-size: 20px;
    margin: 0 0 10px;
  }

  .svc-inc__text{
    font-size: 15px;
    line-height: 1.75;
  }

  .svc-inc__media img{
    border-radius: 14px;
    margin-bottom: 12px;
  }
}



/* =========================
   RESULTS (svc-res)
========================= */

.svc-res{
  background:#FFFFFF;
}

/* header */
.svc-res__title{
  margin: 0 0 14px;
  font-size: clamp(30px, 3.5vw, 52px);
  line-height: 1.05;
  font-weight: var(--fw-extrabold, 800);
  letter-spacing: -0.02em;
  color: #0B0B0B;
}
.svc-res__line{
  width: 220px;
  height: 2px;
  border-radius: 999px;
  background: rgba(98,189,84,0.55);
  margin: 12px 0 18px;
}
.svc-res__lead{
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(11,11,11,0.75);
  max-width: 860px;
}

.svc-res__wrap{ position: relative; }
.svc-res__swiper{ position: relative; }

/* card layout */
.svc-res__card{
  border-radius: 26px;
  border: 1px solid rgba(11,11,11,0.08);
  background:
    radial-gradient(900px 380px at 12% 10%, rgba(98,189,84,0.10), transparent 60%),
    radial-gradient(900px 380px at 88% 90%, rgba(98,189,84,0.08), transparent 62%),
    linear-gradient(180deg, #FFFFFF 0%, #FCFFFB 100%);
  box-shadow: 0 26px 80px rgba(11,11,11,0.08);
  overflow: hidden;

  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  min-height: 520px;
}

@media (max-width: 980px){
  .svc-res__card{
    grid-template-columns: 1fr;
    min-height: auto;
  }
}

/* LEFT media */
.svc-res__media{
  position: relative;
  padding: 22px;
  min-height: 520px;
}

@media (max-width: 980px){
  .svc-res__media{
    min-height: auto;
    padding: 16px;
  }
}

.svc-res__stack{
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 470px;
}

@media (max-width: 980px){
  .svc-res__stack{ min-height: 320px; }
}
@media (max-width: 640px){
  .svc-res__stack{ min-height: 280px; }
}

/* clickable shots */
.svc-res__shot{
  position: absolute;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;

  border-radius: 18px;
  overflow: hidden;

  box-shadow: 0 26px 70px rgba(11,11,11,0.16);
  transform: translateY(0);
  transition: transform .18s ease, box-shadow .18s ease;
}

.svc-res__shot img{
  width: 100%;
  height: 100%;
  display: block;
  background: #FFFFFF;
  object-fit: cover;
}

/* якщо хочеш стабільні пропорції превʼю */
.svc-res__shot{
  aspect-ratio: 16 / 10;
}

/* positions (читабельніше, менше накладання) */
.svc-res__shot:nth-child(1){
  width: 72%;
  top: 4%;
  left: 10%;
  z-index: 3;
}
.svc-res__shot:nth-child(2){
  width: 70%;
  top: 30%;
  left: 22%;
  z-index: 2;
}
.svc-res__shot:nth-child(3){
  width: 64%;
  top: 58%;
  left: 14%;
  z-index: 1;
}

@media (hover:hover){
  .svc-res__shot:hover{
    z-index: 20;
    transform: translateY(-4px);
    box-shadow: 0 36px 95px rgba(11,11,11,0.22);
  }
}
.svc-res__shot:focus-visible{
  outline: 2px solid rgba(98,189,84,0.70);
  outline-offset: 4px;
}

.svc-res__placeholder{
  width: 100%;
  min-height: 360px;
  border-radius: 18px;
  border: 1px dashed rgba(11,11,11,0.18);
  display: grid;
  place-items: center;
  color: rgba(11,11,11,0.45);
}

/* RIGHT info */
.svc-res__info{
  padding: 26px;
  border-left: 1px solid rgba(11,11,11,0.08);
  background: rgba(255,255,255,0.35);
}
@media (max-width: 980px){
  .svc-res__info{
    border-left: 0;
    border-top: 1px solid rgba(11,11,11,0.08);
    padding: 18px;
  }
}

.svc-res__row{
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(11,11,11,0.08);
}
@media (max-width: 640px){
  .svc-res__row{
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.svc-res__lbl{
  font-weight: 800;
  color: #0B0B0B;
  opacity: .9;
}
.svc-res__val{
  color: rgba(11,11,11,0.80);
  line-height: 1.55;
}

.svc-res__link{
  color: #0B0B0B;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(98,189,84,0.55);
}
.svc-res__link:hover{
  border-bottom-color: rgba(98,189,84,1);
}

.svc-res__result{
  padding-top: 16px;
  color: rgba(11,11,11,0.78);
  line-height: 1.75;
  font-size: 15px;
}
.svc-res__result p{ margin: 0; }
.svc-res__result p + p{ margin-top: 10px; }
.svc-res__result b,
.svc-res__result strong{ color:#0B0B0B; font-weight: 800; }

/* Swiper nav */
.svc-res__nav{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(11,11,11,0.10);
  background: rgba(255,255,255,0.78);
  box-shadow: 0 18px 48px rgba(11,11,11,0.12);
  cursor: pointer;
  z-index: 10;

  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.svc-res__nav:hover{
  transform: translateY(-50%) translateY(-2px);
  border-color: rgba(98,189,84,0.25);
  box-shadow: 0 24px 70px rgba(11,11,11,0.16);
}

.svc-res__prev{ left: -10px; }
.svc-res__next{ right: -10px; }

@media (max-width: 640px){
  .svc-res__prev{ left: 8px; }
  .svc-res__next{ right: 8px; }
}

.svc-res__nav::before{
  content:"";
  display:block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-right: 2px solid rgba(11,11,11,0.65);
  border-bottom: 2px solid rgba(11,11,11,0.65);
  transform: rotate(135deg);
}
.svc-res__next::before{ transform: rotate(-45deg); }

/* dots */
.svc-res__dots{
  margin-top: 14px;
  display:flex;
  justify-content:center;
  gap: 8px;
}
.svc-res__dots .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(11,11,11,0.22);
  opacity: 1;
}
.svc-res__dots .swiper-pagination-bullet-active{
  background: rgba(98,189,84,1);
  box-shadow: 0 10px 18px rgba(98,189,84,0.25);
}


/* =========================
   PRICING HERO — PREMIUM
========================= */

.pricing-hero{
  position: relative;
  overflow: hidden;
  color: #fff;
}

/* ===== BACKGROUND ===== */
.pricing-hero__bg{
  position: absolute;
  inset: 0;
  background:
    /* зелений glow */
    radial-gradient(900px 520px at 18% 45%, rgba(98,189,84,.28), transparent 60%),

    /* синій glow */
    radial-gradient(700px 480px at 75% 30%, rgba(82,140,255,.25), transparent 65%),

    /* фіолетовий легкий */
    radial-gradient(800px 520px at 70% 85%, rgba(145,110,255,.18), transparent 65%),

    /* базовий градієнт */
    linear-gradient(
      120deg,
      #0E2A24 0%,
      #0B3A2D 35%,
      #0A2540 70%,
      #081A2F 100%
    );
}

/* ===== INNER ===== */
.pricing-hero__inner{
  position: relative;
  padding: 60px 0;
}

/* =========================
   CARD
========================= */

.pricing-hero__card{
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 44px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.14),
      rgba(255,255,255,.06)
    );
  border-radius: 30px;
  padding: clamp(28px, 4vw, 46px);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
	box-shadow: none;
    align-items: start;
    height: 100%;
}

/* =========================
   PRICING LABEL (eyebrow)
========================= */

.pricing-hero .pricing-demo-card__label{
  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 4px 10px;
  border-radius: 999px;

  background: rgba(255,255,255,0.12);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .16em;

  margin: 0 0 14px;

  color: rgba(255,255,255,.95);
  text-decoration: none;
  cursor: default;

  transition: background .2s ease, transform .2s ease;
}

.pricing-hero .pricing-demo-card__label:hover{
  background: rgba(255,255,255,0.18);
  transform: translateY(-1px);
}

/* зелена точка */
.pricing-hero .pricing-demo-card__label::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #62BD54;
  box-shadow: 0 0 0 2px rgba(98,189,84,.35);
}



/* =========================
   LEFT
========================= */


.pricing-hero__left .pricing-demo-card__title{
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.05;
  margin: 0 0 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.pricing-demo-card__note{
  color: rgba(255,255,255,.85);
  font-size: 16px;
  line-height: 1.7;
}

/* списки з WYSIWYG */
.pricing-demo-card__note ul{
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.pricing-demo-card__note li{
  position: relative;
  padding-left: 20px;
}

.pricing-demo-card__note li::before{
  content: "•";
  position: absolute;
  left: 0;
  color: #62BD54;
}

/* =========================
   RIGHT
========================= */

.pricing-hero__right{
  background:
    linear-gradient(
      180deg,
      rgba(11,11,11,.45),
      rgba(11,11,11,.25)
    );
  border-radius: 24px;
  padding: 30px;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.08),
    0 20px 60px rgba(0,0,0,.35);
    align-self: flex-start;
}

.pricing-demo-card__price{
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 40px;
}

/* короткий список */
.pricing-hero__features{
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 12px;
}

.pricing-hero__features li{
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,.92);
}

.pricing-hero__features li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #62BD54;
  box-shadow:
    0 0 0 3px rgba(98,189,84,.25),
    0 6px 16px rgba(98,189,84,.35);
}

/* CTA */
.pricing-hero__cta{
  display: block;
  text-align: center;
  padding: 15px 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  background: linear-gradient(135deg, #6FD865, #62BD54);
  color: #fff;
  box-shadow:
    0 18px 50px rgba(98,189,84,.35),
    inset 0 0 0 1px rgba(255,255,255,.35);
  transition: transform .15s ease, box-shadow .15s ease;
}

.pricing-hero__cta:hover{
  transform: translateY(-2px);
  box-shadow:
    0 26px 80px rgba(98,189,84,.45);
}

/* =========================
   PRICING HERO — SLIDER CORE
========================= */

/* swiper base */
.pricing-hero .swiper{
  overflow: hidden;
}

.pricing-hero .swiper-wrapper{
  box-sizing: border-box;
}

.pricing-hero .swiper-slide{
  width: 100%;
  box-sizing: border-box;
  display: flex; /* для рівної висоти */
}


/* =========================
   PAGINATION (bullets)
========================= */

.pricing-hero__pagination{
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pricing-hero__pagination .swiper-pagination-bullet{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
  opacity: 1;
  transition: transform .2s ease, background .2s ease;
}

.pricing-hero__pagination .swiper-pagination-bullet-active{
  background: #62BD54;
  transform: scale(1.35);
  box-shadow: 0 0 0 4px rgba(98,189,84,.25);
}


/* =========================
   NAVIGATION ARROWS
========================= */

.pricing-hero__prev,
.pricing-hero__next{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
  cursor: pointer;
  z-index: 20;
  transition: background .2s ease, transform .2s ease;
}

/* arrow icons */
.pricing-hero__prev::before,
.pricing-hero__next::before{
  content:"";
  display:block;
  width:10px;
  height:10px;
  margin:auto;
  border-right:2px solid #fff;
  border-bottom:2px solid #fff;
}

.pricing-hero__prev::before{ transform: rotate(135deg); }
.pricing-hero__next::before{ transform: rotate(-45deg); }

/* hover */
.pricing-hero__prev:hover,
.pricing-hero__next:hover{
  background: rgba(255,255,255,.28);
  transform: translateY(-1px);
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px){

  .pricing-hero__card{
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 24px;
  }

  .pricing-demo-card__price{
    font-size: 30px;
  }

  .pricing-hero__features{
    gap: 10px;
    margin-bottom: 18px;
  }

  .pricing-hero__features li{
    font-size: 13px;
    padding-left: 26px;
  }

  .pricing-hero__features li::before{
    width: 14px;
    height: 14px;
    top: 5px;
  }
}




/* =========================
   FAQ Section
========================= */

/* section base */
.svc-faq2{
  background: #FFFFFF;
  position: relative;
  margin-top: 60px;
}

.svc-faq2{ 
  background:#fff;
  position:relative;
  padding-left: 20px;
  padding-right: 20px;
}
.svc-faq2 > .svc-container{
  padding-left: 0;
  padding-right: 0;
}

/* ---------- header ---------- */
.svc-faq2__title{
  margin: 0 0 14px;
  font-size: clamp(30px, 3.5vw, 52px);
  line-height: 1.05;
  font-weight: var(--fw-extrabold, 800);
  letter-spacing: -0.02em;
  color: #0B0B0B;
}

.svc-faq2__line{
  width: 220px;
  height: 2px;
  border-radius: 999px;
  background: rgba(98,189,84,0.55);
  margin: 12px 0 18px;
}

.svc-faq2__lead{
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(11,11,11,0.75);
  max-width: 860px;
}

/* ---------- layout ---------- */
.svc-faq2__grid{
  display: grid;
  grid-template-columns: 368px minmax(0, 1fr);
  gap: 42px;
  align-items: start;
}

/* ---------- LEFT aside sticky ---------- */
.svc-faq2__aside{
  position: relative;
  min-width: 0;
}

@media (min-width: 981px){
  .svc-faq2__asideCard{
    position: relative;
    top: auto;
    transform: none;
  }
}


.svc-faq2__asideCard{
  border-radius: 22px;
  border: 1px solid rgba(11,11,11,0.10);
  background:
    radial-gradient(520px 220px at 20% 10%, rgba(98,189,84,0.14), transparent 60%),
    linear-gradient(180deg, #FFFFFF 0%, #FCFFFB 100%);
  box-shadow: 0 22px 70px rgba(11,11,11,0.08);
  padding: 18px;
}

.svc-faq2__asideH{
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  color: #0B0B0B;
  margin: 0 0 14px;
  text-align: center;
}

.svc-faq2__messengers{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.svc-faq2__ms{
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid rgba(11,11,11,0.10);
  background: rgba(255,255,255,0.90);
  box-shadow: 0 16px 40px rgba(11,11,11,0.10);
  display: grid;
  place-items: center;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.svc-faq2__ms img{
  width: 22px;
  height: 22px;
  display: block;
}

@media (hover:hover){
  .svc-faq2__ms:hover{
    transform: translateY(-2px);
    border-color: rgba(98,189,84,0.35);
    box-shadow: 0 22px 60px rgba(11,11,11,0.14);
  }
}

.svc-faq2__asideHint{
  margin-top: 10px;
  color: rgba(11,11,11,0.65);
  font-size: 14px;
  text-align: center;
}

/* ---------- RIGHT accordion ---------- */
.svc-faq2__right{
  min-width: 0;
  border-top: 1px solid rgba(11,11,11,0.10);
}

.svc-faq2__item{
  border-bottom: 1px solid rgba(11,11,11,0.10);
}

/* button row */
.svc-faq2__btn{
  width: 100%;
  background: transparent;
  border: 0;
  padding: 20px 0;
  cursor: pointer;

  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 44px;
  gap: 16px;
  align-items: center;

  text-align: left;
}

.svc-faq2__num{
  font-weight: 900;
  color: rgba(11,11,11,0.45);
  letter-spacing: .14em;
  font-size: 12px;
  white-space: nowrap;
}

.svc-faq2__q {
    min-width: 0;
    font-size: clamp(18px, 2.1vw, 28px);
    line-height: 1.15;
    font-weight: 800;
    color: #0B0B0B;
    overflow-wrap: anywhere;
    font-family: var(--ff-main);
}

.svc-faq2__ico{
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(11,11,11,0.10);
  background: rgba(255,255,255,0.90);
  position: relative;
  box-shadow: 0 14px 40px rgba(11,11,11,0.10);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.svc-faq2__ico::before,
.svc-faq2__ico::after{
  content:"";
  position:absolute;
  inset:0;
  margin:auto;
  width: 14px;
  height: 2px;
  background: rgba(11,11,11,0.70);
  border-radius: 99px;
}

.svc-faq2__ico::after{ transform: rotate(90deg); }

/* open state */
.svc-faq2__item.is-open .svc-faq2__num{ color: rgba(98,189,84,1); }

.svc-faq2__item.is-open .svc-faq2__ico{
  border-color: rgba(98,189,84,0.35);
  background: rgba(98,189,84,0.10);
  transform: rotate(45deg);
}

.svc-faq2__item.is-open .svc-faq2__ico::before,
.svc-faq2__item.is-open .svc-faq2__ico::after{
  background: rgba(11,11,11,0.75);
}

/* panel */
.svc-faq2__panel{
  padding: 0 0 22px 72px;
}

.svc-faq2__a{
  border-left: 2px solid rgba(98,189,84,0.55);
  padding-left: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
}

.svc-faq2__a p{ margin:0; }
.svc-faq2__a p + p{ margin-top: 10px; }

/* ---------- responsive ---------- */
@media (max-width: 1100px){
  .svc-faq2__grid{
    grid-template-columns: 320px minmax(0,1fr);
    gap: 26px;
  }
}

@media (max-width: 980px){
  /* stack */
  .svc-faq2__grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  /* sticky off */
  .svc-faq2__asideCard{
    position: relative;
    top: auto;
  }

  /* accordion spacing */
  .svc-faq2__btn{
    grid-template-columns: 42px minmax(0,1fr) 40px;
  }

  .svc-faq2__panel{ padding-left: 0; }
  .svc-faq2__a{ border-left: 0; padding-left: 0; }
}

@media (max-width: 640px){
  .svc-faq2__lead{ font-size: 16px; }

  .svc-faq2__btn{ padding: 16px 0; }
  .svc-faq2__ico{ width: 38px; height: 38px; }
}



/* =========================
   OTHER SERVICES (svc-other)
========================= */

.svc-other{ background: #fff; }

.svc-other__head{
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.svc-other__title{
  margin:0;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height:1.06;
  font-weight: 900;
  color:#0B0B0B;
  letter-spacing: -0.02em;
}

.svc-other__all{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(11,11,11,0.10);
  background: rgba(255,255,255,0.85);
  color:#0B0B0B;
  text-decoration:none;
  font-weight: 800;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
@media (hover:hover){
  .svc-other__all:hover{
    transform: translateY(-2px);
    border-color: rgba(98,189,84,0.40);
    box-shadow: 0 18px 50px rgba(11,11,11,0.10);
  }
}

.svc-other__grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
}

.svc-other__card{
  display:flex;
  flex-direction: column;
  border-radius: 22px;
  overflow:hidden;
  text-decoration:none;
  border: 1px solid rgba(11,11,11,0.10);
  background:
    radial-gradient(520px 220px at 20% 10%, rgba(98,189,84,0.10), transparent 60%),
    linear-gradient(180deg, #FFFFFF 0%, #FCFFFB 100%);
  box-shadow: 0 22px 70px rgba(11,11,11,0.08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.svc-other__media{
  aspect-ratio: 16 / 10;
  background: rgba(11,11,11,0.04);
  overflow:hidden;
}
.svc-other__media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
  transform: scale(1.02);
  transition: transform .22s ease;
}

.svc-other__body{
  padding: 16px 16px 18px;
}

.svc-other__name{
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  color:#0B0B0B;
}

.svc-other__txt{
  margin-top: 8px;
  color: rgba(11,11,11,0.72);
  line-height: 1.65;
  font-size: 14px;
  min-height: 44px;
}

.svc-other__more{
  margin-top: 12px;
  font-weight: 900;
  color: rgba(98,189,84,1);
}

@media (hover:hover){
  .svc-other__card:hover{
    transform: translateY(-3px);
    border-color: rgba(98,189,84,0.35);
    box-shadow: 0 34px 100px rgba(11,11,11,0.12);
  }
  .svc-other__card:hover .svc-other__media img{
    transform: scale(1.06);
  }
}

/* responsive */
@media (max-width: 1100px){
  .svc-other__grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 640px){
  .svc-other__head{ align-items:flex-start; flex-direction: column; }
  .svc-other__grid{ grid-template-columns: 1fr; }
}



/* =========================
   HOME FORM
========================= */

.home-form {
  background: var(--c-green);
  padding: 70px 0;
}

.home-form__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  background: linear-gradient(135deg, #ffffff 0%, #f6fff3 40%, #f3fdf6 100%);
  border-radius: 28px;
  padding: 40px 36px;
  box-shadow: 0 14px 36px rgba(0,0,0,0.08);
  border: 1px solid rgba(98, 189, 84, 0.1);
}


/* LEFT */
.home-form__visual {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.home-form__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(11,11,11,0.05);
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  width: auto;
  align-self: flex-start;
}


.home-form__label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #62BD54;
}

.home-form__title {
  font-size: 38px;
  font-weight: 800;
  margin: 0;
}

.home-form__text {
  font-size: 14px;
  line-height: 1.6;
  color: #555b5f;
  max-width: 420px;
}

.home-form__bullets {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  display: grid;
  gap: 6px;
}
.home-form__bullets li {
  font-size: 14px;
  line-height: 1.5;
  color: #3a3f42;
  position: relative;
  padding-left: 18px;
}
.home-form__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-green);
}

/* RIGHT */
.home-form__box {
  background: #fff;
  border-radius: 20px;
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid rgb(11 11 11 / 15%);
}

.home-form__box-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px;
}
.home-form__box-sub {
  margin: 0 0 14px;
  font-size: 13px;
  color: #6b6f71;
}

/* FORM */
.home-form__form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cf7-row {
  display: flex;
  gap: 10px;
}
.cf7-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cf7-field label {
  font-size: 13px;
  font-weight: 600;
}

.cf7-field input,
.cf7-field textarea {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #dde1e6;
  background: #fff;
  transition: 0.2s;
}
.cf7-field input:focus,
.cf7-field textarea:focus {
  border-color: var(--c-green);
  box-shadow: 0 0 0 1px rgba(98,189,84,0.25);
}
.cf7-field textarea {
  min-height: 80px;
  resize: vertical;
}

/* MESSENGERS */

.cf7-messenger-option {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border: 1.5px solid #E5E7EB;
  border-radius: 999px;
  padding: 8px 16px;
  background: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
  line-height: 1;
}

.cf7-messenger-option img {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}

.cf7-messenger-option span {
  font-size: 14px;
  color: #111;
  line-height: 1;
  display: inline-block;
  transform: translateY(1px);
}

.cf7-messenger-option input[type="radio"] {
  display: none;
}

/* hover */
.cf7-messenger-option:hover {
  border-color: var(--c-green);
  background: rgba(98,189,84,0.06);
}


.cf7-messenger-option input[type="radio"]:checked ~ span {
  color: var(--c-green);
  font-weight: 600;
}

.cf7-messenger-option input[type="radio"]:checked ~ * {
  border-color: var(--c-green);
}

.cf7-messenger-option:has(input[type="radio"]:checked) {
  border-color: var(--c-green);
}


/* BUTTON */
.btn--black {
  border: none;
  border-radius: 999px;
  background: var(--c-black);
  color: #fff;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}
.btn--black:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .home-form__split {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 24px;
  }
}

@media (max-width: 768px) {

  /* поля одне під одним */
  .cf7-row {
    flex-direction: column;
    gap: 14px;
  }

  .cf7-field input,
  .cf7-field textarea {
    font-size: 15px;
    padding: 12px 14px;
  }

  /* --- МЕСЕНДЖЕРИ --- */
  .cf7-messenger-options {
    display: flex;
    flex-direction: column; /* ← головне! */
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
  }

  .cf7-messenger-option {
    width: 100%;
    max-width: 260px;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 10px 16px;
  }

  .cf7-messenger-option img {
    width: 22px;
    height: 22px;
  }

  .cf7-messenger-option span {
    font-size: 15px;
  }

  /* кнопка */
  .btn--black {
    font-size: 15px;
    padding: 14px 20px;
    width: 100%;
  }

  /* сам бокс */
  .home-form__box {
    padding: 22px 20px 26px;
  }
}
