/* ==========================================================================
   DPF Tech — дизайн-система
   Шрифти: Unbounded (display) + Manrope (текст). Кольори: зелений бренду
   #2BB666, помаранчевий #FF7C32 (ультразвук), графіт #0E1512.
   ========================================================================== */

:root {
  --green: #2BB666;
  --green-600: #1F9A54;
  --green-700: #187A43;
  --green-50: #E9F8EF;
  --green-100: #CDEFDB;
  --orange: #FF7C32;
  --orange-600: #E4641C;
  --orange-50: #FFF1E7;
  --ink: #0E1512;
  --ink-2: #172019;
  --ink-3: #22302A;
  --text: #14201A;
  --muted: #5F6E66;
  --muted-2: #8A968F;
  --line: #E1E7E3;
  --bg: #FFFFFF;
  --bg-2: #F3F6F4;
  --bg-3: #E9EEEB;
  --white: #FFFFFF;
  --danger: #D9463B;
  --radius: 20px;
  --radius-sm: 12px;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(14,21,18,.06), 0 2px 8px rgba(14,21,18,.05);
  --shadow: 0 12px 32px -12px rgba(14,21,18,.16), 0 2px 6px rgba(14,21,18,.05);
  --shadow-lg: 0 30px 60px -24px rgba(14,21,18,.28);
  --font-display: 'Unbounded', 'Manrope', system-ui, sans-serif;
  --font-body: 'Manrope', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --container: 1280px;
  --gutter: 32px;
  --header-h: 80px;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: 0; padding: 0; }
input, select, textarea { font: inherit; color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; border-radius: 6px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: absolute; left: 16px; top: -60px; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 10px; z-index: 1000; transition: top .2s; }
.skip-link:focus { top: 16px; }

/* --- типографіка --------------------------------------------------------- */
.h1, h1 { font-family: var(--font-display); font-weight: 500; font-size: clamp(38px, 5.4vw, 72px); line-height: 1.04; letter-spacing: -.025em; }
.h2, h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(30px, 3.6vw, 48px); line-height: 1.08; letter-spacing: -.02em; }
.h3, h3 { font-family: var(--font-display); font-weight: 500; font-size: clamp(21px, 2vw, 26px); line-height: 1.2; letter-spacing: -.015em; }
.h4, h4 { font-family: var(--font-body); font-weight: 700; font-size: 19px; line-height: 1.3; }
.lead { font-size: clamp(18px, 1.5vw, 22px); line-height: 1.5; color: var(--muted); max-width: 46ch; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green-600); }
.eyebrow::before { content: ''; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.eyebrow--orange { color: var(--orange-600); }
.eyebrow--light { color: rgba(255,255,255,.8); }
.text-green { color: var(--green-600); }
.text-orange { color: var(--orange); }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.prose > * + * { margin-top: 1em; }
.prose h2 { margin-top: 1.6em; font-size: clamp(24px, 2.4vw, 32px); }
.prose h3 { margin-top: 1.4em; }
.prose ul, .prose ol { padding-left: 22px; }
.prose ul { list-style: disc; }
.prose ol { list-style: decimal; }
.prose li + li { margin-top: .4em; }
.prose li::marker { color: var(--green-600); }
.prose img { border-radius: var(--radius-sm); }
.prose blockquote { border-left: 4px solid var(--green); padding: 8px 20px; color: var(--muted); font-style: italic; }
.prose a { color: var(--green-600); text-decoration: underline; text-underline-offset: 3px; }
.prose figure { margin: 0; }
.prose figcaption { font-size: 14px; color: var(--muted); margin-top: 8px; }
.prose table { width: 100%; border-collapse: collapse; font-size: 15px; }
.prose td, .prose th { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }

/* --- сітка --------------------------------------------------------------- */
.grid > *, .split > *, .article > *, .news-grid > *, .feature-split > *, .video-split > *, .calc > *, .banner > *, .cta > *, .contact-strip > *, .locations > *, .stats > *, .steps > * { min-width: 0; }
.prose { min-width: 0; max-width: 100%; }
.table-wrap { max-width: 100%; }
.container { width: min(100% - var(--gutter) * 2, var(--container)); margin-inline: auto; }
.container--narrow { max-width: 860px; }
.section { padding-block: clamp(64px, 8vw, 120px); }
.section--tight { padding-block: clamp(48px, 5vw, 72px); }
.section--bg { background: var(--bg-2); }
.section--dark { background: var(--ink); color: #fff; }
.section--dark .muted { color: rgba(255,255,255,.72); }
.section--dark .lead { color: rgba(255,255,255,.78); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: clamp(32px, 4vw, 56px); flex-wrap: wrap; }
.section-head > div { max-width: 720px; }
.section-head .h2 { margin-top: 12px; }
.section-head p { margin-top: 14px; color: var(--muted); font-size: 18px; max-width: 60ch; }
.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1024px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 680px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } :root { --gutter: 20px; } }

/* --- кнопки -------------------------------------------------------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 56px; padding: 0 30px; border-radius: var(--radius-pill); font-weight: 700; font-size: 16px; line-height: 1; white-space: nowrap; transition: transform .2s var(--ease-out), background .2s, color .2s, border-color .2s, box-shadow .2s; border: 2px solid transparent; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--primary { background: var(--green); color: #fff; box-shadow: 0 10px 24px -10px rgba(43,182,102,.7); }
.btn--primary:hover { background: var(--green-600); }
.btn--orange { background: var(--orange); color: #fff; box-shadow: 0 10px 24px -10px rgba(255,124,50,.7); }
.btn--orange:hover { background: var(--orange-600); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--ink-3); }
.btn--white { background: #fff; color: var(--ink); }
.btn--white:hover { background: var(--bg-2); }
.btn--outline { border-color: var(--green); color: var(--green-600); background: transparent; }
.btn--outline:hover { background: var(--green); color: #fff; }
.btn--outline-orange { border-color: var(--orange); color: var(--orange-600); }
.btn--outline-orange:hover { background: var(--orange); color: #fff; }
.btn--outline-light { border-color: rgba(255,255,255,.55); color: #fff; }
.btn--outline-light:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--ghost { color: var(--text); padding-inline: 8px; }
.btn--ghost:hover { color: var(--green-600); transform: none; }
.btn--sm { min-height: 46px; padding-inline: 22px; font-size: 15px; }
.btn--lg { min-height: 64px; padding-inline: 36px; font-size: 17px; }
.btn[disabled] { opacity: .55; pointer-events: none; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--green-600); }
.link-arrow svg { width: 18px; height: 18px; transition: transform .2s; }
.link-arrow:hover svg { transform: translateX(4px); }
.link-arrow--orange { color: var(--orange-600); }

/* --- хедер --------------------------------------------------------------- */
.header { position: fixed; inset: 0 0 auto 0; z-index: 100; height: var(--header-h); display: flex; align-items: center; transition: background .3s, box-shadow .3s, color .3s, backdrop-filter .3s; color: #fff; }
.header .container { display: flex; align-items: center; gap: 24px; }
.header__logo { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; font-size: 20px; letter-spacing: -.01em; }
.header__logo img { height: 34px; width: auto; }
.header__logo sup { font-size: 9px; font-weight: 500; margin-left: 2px; }
.header__nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.header__nav a { padding: 10px 14px; border-radius: 10px; font-weight: 600; font-size: 15px; opacity: .92; transition: background .2s, opacity .2s; }
.header__nav a:hover, .header__nav a[aria-current="page"] { opacity: 1; background: rgba(255,255,255,.12); }
.header__phone { font-weight: 700; font-size: 15px; padding: 10px 14px; border-radius: 10px; }
.header__phone:hover { background: rgba(255,255,255,.12); }
.header__cta { min-height: 46px; padding-inline: 22px; font-size: 15px; }
.header--solid, .header--light { color: var(--text); background: rgba(255,255,255,.96); box-shadow: 0 1px 0 var(--line); }
.header--solid .header__nav a:hover, .header--light .header__nav a:hover, .header--solid .header__nav a[aria-current="page"], .header--light .header__nav a[aria-current="page"], .header--solid .header__phone:hover, .header--light .header__phone:hover { background: var(--bg-2); color: var(--green-600); }
.burger { display: none; width: 48px; height: 48px; border-radius: 12px; align-items: center; justify-content: center; margin-left: auto; }
.burger span { display: block; width: 24px; height: 2px; background: currentColor; border-radius: 2px; position: relative; transition: transform .3s, background .3s; }
.burger span::before, .burger span::after { content: ''; position: absolute; left: 0; width: 24px; height: 2px; background: currentColor; border-radius: 2px; transition: transform .3s, top .3s; }
.burger span::before { top: -8px; } .burger span::after { top: 8px; }
.burger[aria-expanded="true"] span { background: transparent; }
.burger[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.burger[aria-expanded="true"] span::after { top: 0; transform: rotate(-45deg); }
.mobile-nav { position: fixed; inset: 0; z-index: 90; background: var(--ink); color: #fff; padding: calc(var(--header-h) + 24px) var(--gutter) 40px; display: flex; flex-direction: column; transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity .3s, transform .3s var(--ease-out); overflow: auto; }
.mobile-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
.mobile-nav a.mobile-nav__link { font-family: var(--font-display); font-size: clamp(28px, 7vw, 40px); font-weight: 500; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-nav__sub { display: grid; gap: 6px; margin: 8px 0 4px; padding-left: 16px; }
.mobile-nav__sub a { font-size: 15px; opacity: .8; padding: 4px 0; }
.mobile-nav__foot { margin-top: auto; padding-top: 32px; display: grid; gap: 14px; }
.mobile-nav__foot .phone { font-family: var(--font-display); font-size: 24px; font-weight: 500; }
.mobile-nav__foot .muted { color: rgba(255,255,255,.65); }
@media (max-width: 1024px) {
  .header__nav, .header__phone, .header__cta { display: none; }
  .burger { display: inline-flex; }
  :root { --header-h: 68px; }
  .header__logo img { height: 30px; }
}
body.nav-open { overflow: hidden; }
body.nav-open .header { color: #fff; background: transparent; box-shadow: none; backdrop-filter: none; }

/* --- соцмережі ----------------------------------------------------------- */
.social { display: flex; gap: 8px; }
.social a { width: 44px; height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.08); transition: background .2s, transform .2s; }
.social a:hover { background: var(--green); transform: translateY(-2px); }
.social svg { width: 20px; height: 20px; fill: currentColor; }
.social--light a { background: var(--bg-2); color: var(--text); }
.social--light a:hover { color: #fff; }

/* --- hero ---------------------------------------------------------------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: #fff; background: var(--ink); overflow: hidden; padding-top: var(--header-h); }
.hero__media { position: absolute; inset: 0; }
.hero__media video, .hero__media img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.hero__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,21,18,.92) 0%, rgba(14,21,18,.55) 55%, rgba(14,21,18,.2) 100%), linear-gradient(0deg, rgba(14,21,18,1) 0%, rgba(14,21,18,0) 30%); }
.hero .container { position: relative; padding-block: clamp(56px, 8vw, 96px); }
.hero__inner { max-width: 760px; display: grid; gap: 28px; }
.hero__title { font-size: clamp(42px, 6.6vw, 84px); }
.hero__title em { font-style: normal; color: var(--green); }
.hero__sub { font-size: clamp(18px, 1.6vw, 22px); color: rgba(255,255,255,.82); max-width: 54ch; line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__stats { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.14); margin-top: clamp(40px, 6vw, 72px); padding-top: 28px; }
.hero__stats > div { padding-right: 24px; }
.hero__stats b { display: block; font-family: var(--font-display); font-weight: 500; font-size: clamp(26px, 3vw, 40px); line-height: 1; letter-spacing: -.02em; }
.hero__stats b i { font-style: normal; color: var(--green); }
.hero__stats span { display: block; margin-top: 8px; font-size: 14px; color: rgba(255,255,255,.66); }
@media (max-width: 800px) { .hero__stats { grid-template-columns: repeat(2, 1fr); row-gap: 24px; } }
.hero__scroll { position: absolute; right: var(--gutter); bottom: 32px; display: inline-flex; align-items: center; gap: 10px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.hero__scroll i { width: 1px; height: 48px; background: linear-gradient(to bottom, rgba(255,255,255,.7), transparent); animation: scrollLine 2s infinite; transform-origin: top; }
@keyframes scrollLine { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* page hero (внутрішні сторінки) */
.page-hero { position: relative; padding-top: calc(var(--header-h) + clamp(48px, 7vw, 96px)); padding-bottom: clamp(48px, 6vw, 88px); background: var(--green); color: #fff; overflow: hidden; }
.page-hero--orange { background: var(--orange); }
.page-hero--dark { background: var(--ink); }
.page-hero--light { background: var(--bg-2); color: var(--text); }
.page-hero--light .lead { color: var(--muted); }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 80% at 100% 0%, rgba(255,255,255,.18), transparent 60%); pointer-events: none; }
.page-hero .container { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.page-hero--single .container { grid-template-columns: 1fr; }
.page-hero .lead { color: rgba(255,255,255,.86); margin-top: 20px; }
.page-hero--light .lead { color: var(--muted); }
.page-hero__title { margin-top: 14px; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.page-hero__media { position: relative; }
.page-hero__media img { width: 100%; max-height: 460px; object-fit: contain; filter: drop-shadow(0 30px 40px rgba(0,0,0,.25)); }
.page-hero__media--photo img { max-height: none; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 14px; opacity: .8; }
.breadcrumbs a:hover { text-decoration: underline; }
.breadcrumbs li + li::before { content: '/'; margin-right: 8px; opacity: .5; }
@media (max-width: 900px) { .page-hero .container { grid-template-columns: 1fr; } .page-hero__media { order: -1; } .page-hero__media img { max-height: 280px; } .page-hero__media--photo img { max-height: none; } }

/* --- картки -------------------------------------------------------------- */
.card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: transform .3s var(--ease-out), box-shadow .3s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card--pad { padding: 28px; }
.card--flat { box-shadow: none; }
.icon-card { padding: 28px; display: grid; gap: 14px; align-content: start; }
.icon-card__icon { width: 60px; height: 60px; border-radius: 16px; background: var(--green-50); display: grid; place-items: center; }
.icon-card__icon img, .icon-card__icon svg { width: 34px; height: 34px; }
.icon-card__icon--orange { background: var(--orange-50); }
.icon-card__icon--dark { background: rgba(255,255,255,.08); }
.icon-card h3 { font-family: var(--font-body); font-weight: 700; font-size: 19px; line-height: 1.3; }
.icon-card p { color: var(--muted); font-size: 15.5px; line-height: 1.55; }
.icon-card b.text-orange { font-weight: 700; }

/* service cards (home + services list) */
.service-card { display: grid; grid-template-rows: auto 1fr; overflow: hidden; }
.service-card__media { position: relative; height: 280px; display: grid; place-items: center; background: linear-gradient(180deg, var(--bg-2), #fff); padding: 24px; }
.service-card__media img { max-height: 100%; width: auto; object-fit: contain; }
.service-card__badge { position: absolute; top: 20px; right: 20px; background: var(--orange); color: #fff; font-weight: 800; font-size: 12px; letter-spacing: .1em; padding: 6px 12px; border-radius: 999px; }
.service-card__body { padding: 28px; display: grid; gap: 14px; align-content: start; }
.service-card__body p { color: var(--muted); font-size: 15.5px; }
.service-card__price { font-family: var(--font-display); font-weight: 500; font-size: 30px; color: var(--green-600); letter-spacing: -.02em; }
.service-card__price small { display: block; font-family: var(--font-body); font-weight: 500; font-size: 13px; color: var(--muted-2); letter-spacing: 0; margin-top: 4px; }
.service-card--orange .service-card__price { color: var(--orange); }
.service-card__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.seg { display: inline-flex; background: var(--bg-2); border-radius: 999px; padding: 4px; gap: 4px; }
.seg button { padding: 8px 16px; border-radius: 999px; font-weight: 700; font-size: 14px; color: var(--muted); transition: background .2s, color .2s; }
.seg button[aria-selected="true"] { background: #fff; color: var(--green-600); box-shadow: var(--shadow-sm); }
.seg--orange button[aria-selected="true"] { color: var(--orange-600); }

/* компактні картки послуг (усі послуги) */
.mini-service { padding: 26px; display: grid; gap: 12px; align-content: start; position: relative; }
.mini-service__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mini-service__icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--green-50); color: var(--green-600); }
.mini-service__icon svg { width: 26px; height: 26px; }
.mini-service__cities { font-size: 12.5px; font-weight: 700; color: var(--muted-2); text-transform: uppercase; letter-spacing: .06em; text-align: right; }
.mini-service h3 { font-family: var(--font-body); font-weight: 800; font-size: 19px; }
.mini-service p { color: var(--muted); font-size: 15px; }
.mini-service__price { font-weight: 800; color: var(--green-600); margin-top: auto; padding-top: 6px; }
.mini-service a.stretched::after { content: ''; position: absolute; inset: 0; border-radius: inherit; }

/* --- банери -------------------------------------------------------------- */
.banner { position: relative; border-radius: var(--radius); overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 32px; padding: clamp(32px, 4vw, 56px); }
.banner--dark { background: radial-gradient(80% 100% at 100% 50%, #2A1A0E 0%, var(--ink) 60%); color: #fff; }
.banner--green { background: linear-gradient(120deg, var(--green-600), var(--green)); color: #fff; }
.banner--orange { background: linear-gradient(120deg, var(--orange-600), var(--orange)); color: #fff; }
.banner__badge { position: absolute; top: 24px; right: 28px; font-family: var(--font-display); font-weight: 600; font-size: 14px; letter-spacing: .08em; color: var(--orange); }
.banner__text { display: grid; gap: 16px; }
.banner__text .h2 { font-size: clamp(30px, 4vw, 52px); }
.banner__text p { color: rgba(255,255,255,.82); font-size: 17px; max-width: 46ch; }
.banner__text .small { color: rgba(255,255,255,.55); }
.banner__media img { width: 100%; max-height: 380px; object-fit: contain; }
.banner__media--bleed { margin: -16% -8% -20% 0; }
@media (max-width: 900px) { .banner { grid-template-columns: 1fr; } .banner__media { order: -1; } .banner__media img { max-height: 240px; } .banner__media--bleed { margin: 0; } .banner__badge { top: 16px; right: 16px; } }

/* --- відео --------------------------------------------------------------- */
.video { position: relative; border-radius: var(--radius); overflow: hidden; background: var(--ink); aspect-ratio: 16/9; box-shadow: var(--shadow-lg); }
.video img { width: 100%; height: 100%; object-fit: cover; opacity: .85; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video__play { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 24px; }
.video__play span { display: inline-flex; align-items: center; gap: 12px; background: #fff; color: var(--ink); border-radius: 999px; padding: 14px 24px 14px 16px; font-weight: 700; box-shadow: var(--shadow); transition: transform .2s; }
.video__play span i { width: 32px; height: 32px; border-radius: 50%; background: var(--green); display: grid; place-items: center; }
.video__play span i svg { width: 12px; height: 12px; fill: #fff; margin-left: 2px; }
.video__play:hover span { transform: translateY(-2px); }
.video-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.video-split .h2 { font-size: clamp(28px, 3.2vw, 44px); }
.video-split .switch { display: grid; gap: 6px; margin-top: 8px; }
.video-split .switch button { text-align: left; font-family: var(--font-display); font-weight: 500; font-size: clamp(22px, 2.6vw, 34px); letter-spacing: -.02em; color: var(--muted-2); transition: color .2s; }
.video-split .switch button[aria-selected="true"] { color: var(--green-600); text-decoration: underline; text-decoration-thickness: 3px; text-underline-offset: 8px; }
.video-split .switch button[data-color="orange"][aria-selected="true"] { color: var(--orange); }
@media (max-width: 900px) { .video-split { grid-template-columns: 1fr; } }

/* --- before/after -------------------------------------------------------- */
.tabs { display: flex; gap: 6px; flex-wrap: wrap; }
.tabs button { font-family: var(--font-display); font-weight: 500; font-size: clamp(16px, 1.6vw, 22px); letter-spacing: -.01em; color: var(--muted-2); padding: 8px 4px; border-bottom: 3px solid transparent; transition: color .2s, border-color .2s; }
.tabs button[aria-selected="true"] { color: var(--green-600); border-color: var(--green); }
.tabs button[data-color="orange"][aria-selected="true"] { color: var(--orange); border-color: var(--orange); }
.tabs--pill button { font-family: var(--font-body); font-weight: 700; font-size: 15px; padding: 10px 18px; border-radius: 999px; border: 1.5px solid var(--line); color: var(--muted); }
.tabs--pill button[aria-selected="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }
[role="tabpanel"][hidden] { display: none; }
.compare { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/9; user-select: none; touch-action: pan-y; background: var(--ink); box-shadow: var(--shadow-lg); }
.compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare__after { clip-path: inset(0 0 0 var(--pos, 50%)); }
.compare__handle { position: absolute; top: 0; bottom: 0; left: var(--pos, 50%); width: 0; }
.compare__handle::before { content: ''; position: absolute; top: 0; bottom: 0; left: -1px; width: 2px; background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.2); }
.compare__handle span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 54px; height: 54px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; box-shadow: var(--shadow); cursor: ew-resize; }
.compare__handle span svg { width: 22px; height: 22px; fill: #fff; }
.compare--orange .compare__handle span { background: var(--orange); }
.compare__label { position: absolute; top: 16px; padding: 6px 12px; border-radius: 999px; background: rgba(14,21,18,.72); color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(6px); }
.compare__label--before { left: 16px; } .compare__label--after { right: 16px; background: var(--green); }
.compare--orange .compare__label--after { background: var(--orange); }
.compare input[type="range"] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; margin: 0; cursor: ew-resize; -webkit-appearance: none; }

/* --- відгуки ------------------------------------------------------------- */
.carousel { position: relative; }
.carousel__track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 8px 4px 24px; margin: -8px -4px -24px; }
.carousel__track::-webkit-scrollbar { display: none; }
.carousel__track > * { flex: 0 0 min(100%, 520px); scroll-snap-align: start; }
.carousel__nav { display: flex; gap: 10px; }
.carousel__nav button { width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; transition: background .2s, border-color .2s, color .2s; }
.carousel__nav button:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.carousel__nav button svg { width: 20px; height: 20px; }
.review { padding: 28px; display: grid; gap: 18px; align-content: start; }
.review__head { display: flex; align-items: center; gap: 16px; }
.review__head img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.review__head b { display: block; font-family: var(--font-display); font-weight: 500; font-size: 20px; }
.review__head span { color: var(--muted); font-size: 14px; }
.review__stars { display: flex; gap: 2px; color: var(--orange); margin-left: auto; }
.review__stars svg { width: 16px; height: 16px; fill: currentColor; }
.review__text { font-size: 16px; line-height: 1.6; }
.review__photos { display: flex; gap: 12px; }
.review__photos figure { margin: 0; display: grid; gap: 6px; }
.review__photos img { width: 88px; height: 88px; object-fit: cover; border-radius: 10px; }
.review__photos figcaption { font-size: 12px; color: var(--muted-2); text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }

/* --- галерея з мініатюрами ------------------------------------------------ */
.gallery { display: grid; gap: 14px; }
.gallery__main { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16/9; background: var(--bg-3); }
.gallery__main img { width: 100%; height: 100%; object-fit: cover; transition: opacity .3s; }
.gallery__main button.gallery__arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--ink); display: grid; place-items: center; box-shadow: var(--shadow); transition: background .2s; }
.gallery__main button.gallery__arrow:hover { background: var(--green); color: #fff; }
.gallery__main button.gallery__arrow svg { width: 20px; height: 20px; }
.gallery__arrow--prev { left: 16px; } .gallery__arrow--next { right: 16px; }
.gallery__counter { position: absolute; bottom: 14px; right: 16px; background: rgba(14,21,18,.72); color: #fff; font-size: 13px; font-weight: 700; padding: 6px 10px; border-radius: 999px; }
.gallery__thumbs { display: flex; gap: 10px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
.gallery__thumbs::-webkit-scrollbar { display: none; }
.gallery__thumbs button { flex: 0 0 96px; aspect-ratio: 4/3; border-radius: 10px; overflow: hidden; opacity: .55; transition: opacity .2s, box-shadow .2s; }
.gallery__thumbs button img { width: 100%; height: 100%; object-fit: cover; }
.gallery__thumbs button[aria-selected="true"] { opacity: 1; box-shadow: 0 0 0 3px var(--green); }
.gallery--orange .gallery__thumbs button[aria-selected="true"] { box-shadow: 0 0 0 3px var(--orange); }
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(8,12,10,.92); display: grid; place-items: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .25s; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img { max-width: min(100%, 1400px); max-height: 90vh; width: auto; border-radius: 12px; box-shadow: var(--shadow-lg); }
.lightbox__close { position: absolute; top: 20px; right: 20px; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; display: grid; place-items: center; }
.lightbox__close svg { width: 22px; height: 22px; }

/* --- кроки процесу ------------------------------------------------------- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { position: relative; padding: 28px 28px 28px 28px; display: grid; gap: 12px; align-content: start; }
.step::before { counter-increment: step; content: '0' counter(step); font-family: var(--font-display); font-weight: 600; font-size: 14px; letter-spacing: .1em; color: var(--green-600); }
.step h3 { font-family: var(--font-body); font-weight: 800; font-size: 19px; }
.step p { color: var(--muted); font-size: 15.5px; }
.step__meta { font-size: 13px; font-weight: 700; color: var(--muted-2); text-transform: uppercase; letter-spacing: .06em; }
@media (max-width: 1024px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .steps { grid-template-columns: 1fr; } }
.timeline { display: grid; gap: 0; }
.timeline__item { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.timeline__item:last-child { border-bottom: 1px solid var(--line); }
.timeline__num { font-family: var(--font-display); font-weight: 500; font-size: 26px; color: var(--green-600); line-height: 1; }
.timeline__item h3 { font-family: var(--font-body); font-weight: 800; font-size: 19px; }
.timeline__item p { color: var(--muted); margin-top: 6px; font-size: 16px; }

/* --- статистика ---------------------------------------------------------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { padding: 28px; border-radius: var(--radius); background: var(--green); color: #fff; display: grid; gap: 8px; align-content: end; min-height: 180px; }
.stat--dark { background: var(--ink-2); }
.stat--orange { background: var(--orange); }
.stat--light { background: #fff; color: var(--text); border: 1px solid var(--line); }
.stat b { font-family: var(--font-display); font-weight: 500; font-size: clamp(36px, 4vw, 56px); line-height: 1; letter-spacing: -.03em; }
.stat b sup { font-size: .5em; vertical-align: top; margin-left: 2px; }
.stat span { font-size: 15px; opacity: .85; }
@media (max-width: 900px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* --- акордеон ------------------------------------------------------------ */
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; font-family: var(--font-display); font-weight: 500; font-size: clamp(17px, 1.6vw, 21px); letter-spacing: -.01em; transition: color .2s; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary:hover { color: var(--green-600); }
.accordion summary i { flex: none; width: 36px; height: 36px; border-radius: 50%; border: 1.5px solid var(--line); display: grid; place-items: center; position: relative; transition: background .25s, border-color .25s, transform .3s; }
.accordion summary i::before, .accordion summary i::after { content: ''; position: absolute; background: currentColor; border-radius: 2px; transition: transform .3s; }
.accordion summary i::before { width: 14px; height: 2px; } .accordion summary i::after { width: 2px; height: 14px; }
.accordion details[open] summary { color: var(--green-600); }
.accordion details[open] summary i { background: var(--green); border-color: var(--green); color: #fff; }
.accordion details[open] summary i::after { transform: rotate(90deg); }
.accordion__body { padding: 0 0 24px; color: var(--muted); max-width: 72ch; font-size: 16px; line-height: 1.65; }
.accordion__body ul, .accordion__body ol { padding-left: 20px; margin-top: 8px; display: grid; gap: 6px; }
.accordion__body ul { list-style: disc; } .accordion__body ol { list-style: decimal; }
.accordion__body b { color: var(--text); }

/* --- новини -------------------------------------------------------------- */
.news-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 32px; }
.news-feature { display: grid; gap: 18px; align-content: start; }
.news-feature img { aspect-ratio: 16/10; object-fit: cover; border-radius: var(--radius); width: 100%; }
.news-feature h3 { font-size: clamp(22px, 2.4vw, 30px); }
.news-feature h3 a:hover, .news-item h3 a:hover { color: var(--green-600); }
.news-list { display: grid; gap: 20px; align-content: start; }
.news-item { display: grid; grid-template-columns: 200px 1fr; gap: 18px; align-items: center; }
.news-item img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 14px; }
.news-item h3 { font-family: var(--font-body); font-weight: 700; font-size: 17px; line-height: 1.35; }
.news-date { font-size: 13.5px; color: var(--muted-2); font-weight: 600; margin-top: 8px; display: block; }
.news-tag { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--green-600); background: var(--green-50); padding: 5px 10px; border-radius: 999px; }
.news-tag--orange { color: var(--orange-600); background: var(--orange-50); }
.news-card { overflow: hidden; display: grid; grid-template-rows: auto 1fr; }
.news-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.news-card__body { padding: 22px; display: grid; gap: 10px; align-content: start; }
.news-card h3 { font-family: var(--font-body); font-weight: 700; font-size: 18px; line-height: 1.35; }
.news-card h3 a::after { content: ''; position: absolute; inset: 0; }
.news-card { position: relative; }
.pagination { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 48px; }
.pagination a, .pagination span { min-width: 46px; height: 46px; padding: 0 14px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; border: 1.5px solid var(--line); transition: background .2s, color .2s, border-color .2s; }
.pagination a:hover { border-color: var(--green); color: var(--green-600); }
.pagination [aria-current="page"] { background: var(--ink); color: #fff; border-color: var(--ink); }
.pagination .dots { border: 0; }
.article { display: grid; grid-template-columns: minmax(0, 760px) 320px; gap: clamp(32px, 5vw, 80px); align-items: start; }
.article__aside { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 20px; }
.article__hero { border-radius: var(--radius); overflow: hidden; margin-bottom: 32px; }
.article__hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.article__meta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: 18px; color: var(--muted); font-size: 15px; }
.article .prose { font-size: 17.5px; }
.article .prose p { max-width: 70ch; }
.aside-card { padding: 24px; display: grid; gap: 12px; }
.aside-card h3 { font-family: var(--font-body); font-weight: 800; font-size: 18px; }
.aside-card p { color: var(--muted); font-size: 15px; }
.aside-card .phone { font-family: var(--font-display); font-size: 20px; font-weight: 500; color: var(--green-600); }
.aside-card--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.aside-card--dark p { color: rgba(255,255,255,.7); }
.aside-list { display: grid; gap: 14px; }
.aside-list a { display: grid; grid-template-columns: 84px 1fr; gap: 12px; align-items: center; font-weight: 600; font-size: 14.5px; line-height: 1.35; }
.aside-list img { width: 84px; aspect-ratio: 4/3; object-fit: cover; border-radius: 10px; }
.aside-list a:hover { color: var(--green-600); }
@media (max-width: 1024px) { .news-grid { grid-template-columns: 1fr; } .article { grid-template-columns: 1fr; } .article__aside { position: static; } }
@media (max-width: 560px) { .news-item { grid-template-columns: 120px 1fr; } }

/* --- контакти / карта ---------------------------------------------------- */
.locations { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.location { padding: 24px; display: grid; gap: 10px; align-content: start; }
.location__city { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 500; font-size: 20px; }
.location__city svg { width: 20px; height: 20px; color: var(--green); flex: none; }
.location__addr { color: var(--muted); font-size: 15.5px; }
.location__tags { display: flex; flex-wrap: wrap; gap: 6px; }
.location__tags span { font-size: 12px; font-weight: 700; background: var(--bg-2); color: var(--muted); padding: 4px 9px; border-radius: 999px; }
.location__tags span.main { background: var(--green-50); color: var(--green-700); }
.location .link-arrow { font-size: 15px; margin-top: 6px; }
@media (max-width: 1024px) { .locations { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .locations { grid-template-columns: 1fr; } }
.map { position: relative; border-radius: var(--radius); overflow: hidden; height: clamp(360px, 55vw, 620px); background: var(--bg-3); }
.map .leaflet-container { width: 100%; height: 100%; font-family: var(--font-body); }
.map__card { position: absolute; z-index: 500; top: 24px; left: 24px; background: #fff; padding: 18px 22px; border-radius: 16px; box-shadow: var(--shadow); display: grid; gap: 4px; }
.map__card .phone { font-family: var(--font-display); font-weight: 500; font-size: 20px; color: var(--green-600); }
.map__card .muted { font-size: 14px; }
.leaflet-popup-content { font-size: 14px; line-height: 1.45; }
.leaflet-popup-content b { display: block; font-size: 15px; margin-bottom: 2px; }
.leaflet-popup-content-wrapper { border-radius: 12px; }
.dpf-marker { width: 18px; height: 18px; border-radius: 50%; background: var(--green); border: 3px solid #fff; box-shadow: 0 0 0 4px rgba(43,182,102,.3), 0 4px 10px rgba(0,0,0,.25); }
.contact-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.contact-strip > div { padding: 28px; display: grid; gap: 8px; }
.contact-strip .h4 { font-size: 15px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-2); }
.contact-strip a.big { font-family: var(--font-display); font-weight: 500; font-size: clamp(20px, 2vw, 26px); color: var(--green-600); letter-spacing: -.01em; }
.contact-strip a.big:hover { text-decoration: underline; }
@media (max-width: 900px) { .contact-strip { grid-template-columns: 1fr; } }

/* --- форми --------------------------------------------------------------- */
.form { display: grid; gap: 16px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form__row { grid-template-columns: 1fr; } }
.field { display: grid; gap: 6px; }
.field label { font-size: 13.5px; font-weight: 700; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; min-height: 54px; padding: 14px 16px; border-radius: 14px; border: 1.5px solid var(--line); background: #fff; transition: border-color .2s, box-shadow .2s; }
.field textarea { min-height: 120px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235F6E66' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 44px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(43,182,102,.15); }
.field.is-invalid input, .field.is-invalid select { border-color: var(--danger); }
.field__error { display: none; font-size: 13px; color: var(--danger); font-weight: 600; }
.field.is-invalid .field__error { display: flex; align-items: center; gap: 6px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips label { position: relative; }
.chips input { position: absolute; opacity: 0; inset: 0; }
.chips span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1.5px solid var(--line); font-weight: 700; font-size: 14.5px; cursor: pointer; transition: background .2s, border-color .2s, color .2s; }
.chips input:checked + span { background: var(--green); border-color: var(--green); color: #fff; }
.chips input:focus-visible + span { outline: 3px solid var(--green); outline-offset: 2px; }
.form__note { font-size: 13px; color: var(--muted-2); }
.form__note a { text-decoration: underline; }
.form__status { display: none; padding: 14px 16px; border-radius: 12px; font-weight: 600; font-size: 15px; align-items: flex-start; gap: 10px; }
.form__status.is-ok { display: flex; background: var(--green-50); color: var(--green-700); }
.form__status.is-err { display: flex; background: #FDECEA; color: #9E2B23; }
.form__status svg { width: 20px; height: 20px; flex: none; margin-top: 2px; }
.form-card { padding: clamp(24px, 3vw, 40px); }
.form-card h3 { margin-bottom: 6px; }
.form-card > p { color: var(--muted); margin-bottom: 20px; font-size: 15.5px; }
.form-card--dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.form-card--dark > p, .form-card--dark .field label { color: rgba(255,255,255,.7); }
.form-card--dark .field input, .form-card--dark .field select, .form-card--dark .field textarea { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: #fff; }
.form-card--dark .chips span { border-color: rgba(255,255,255,.2); }
.form-card--dark .form__note { color: rgba(255,255,255,.5); }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 72px); align-items: start; }
@media (max-width: 960px) { .split { grid-template-columns: 1fr; } }
.sticky { position: sticky; top: calc(var(--header-h) + 24px); }

/* --- калькулятор --------------------------------------------------------- */
.calc { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); }
.calc__controls { display: grid; gap: 22px; }
.calc__result { padding: clamp(24px, 3vw, 36px); background: var(--ink); color: #fff; border-radius: var(--radius); display: grid; gap: 12px; align-content: start; }
.calc__result .label { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.55); font-weight: 700; }
.calc__total { font-family: var(--font-display); font-weight: 500; font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -.03em; }
.calc__total small { font-size: .4em; color: var(--green); margin-left: 6px; }
.calc__lines { display: grid; gap: 8px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.12); font-size: 15px; }
.calc__lines div { display: flex; justify-content: space-between; gap: 12px; color: rgba(255,255,255,.8); }
.calc__lines div b { color: #fff; }
.calc__note { font-size: 13.5px; color: rgba(255,255,255,.55); }
.counter { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; }
.counter button { width: 48px; height: 48px; font-size: 22px; font-weight: 600; transition: background .2s; }
.counter button:hover { background: var(--bg-2); }
.counter output { min-width: 48px; text-align: center; font-weight: 800; font-size: 18px; }
@media (max-width: 900px) { .calc { grid-template-columns: 1fr; } }

/* --- прайс --------------------------------------------------------------- */
.price-table { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.price-table th, .price-table td { padding: 14px 12px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table th { font-size: 12.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-2); font-weight: 800; }
.price-table td:last-child, .price-table th:last-child { text-align: right; white-space: nowrap; font-weight: 700; }
.price-table td.num { text-align: right; white-space: nowrap; font-weight: 700; }
.price-table tr:hover td { background: var(--bg-2); }
.price-table .sub { color: var(--muted); font-size: 13.5px; display: block; font-weight: 500; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.price-block { display: grid; gap: 16px; }
.price-block h3 { font-family: var(--font-body); font-weight: 800; font-size: 20px; }
.price-block .note { font-size: 14px; color: var(--muted); }
.toc { display: flex; flex-wrap: wrap; gap: 8px; }
.toc a { padding: 10px 16px; border-radius: 999px; border: 1.5px solid var(--line); font-weight: 700; font-size: 14px; transition: background .2s, border-color .2s, color .2s; }
.toc a:hover { border-color: var(--green); color: var(--green-600); }

/* --- переваги / фічі ----------------------------------------------------- */
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.feature-split img { border-radius: var(--radius); width: 100%; aspect-ratio: 4/3; object-fit: cover; box-shadow: var(--shadow-lg); }
.feature-split .h2 { margin-top: 14px; }
.feature-split .lead { margin-top: 16px; }
.checklist { display: grid; gap: 14px; margin-top: 28px; }
.checklist li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; font-size: 16.5px; }
.checklist li i { width: 26px; height: 26px; border-radius: 50%; background: var(--green-50); color: var(--green-600); display: grid; place-items: center; margin-top: 2px; }
.checklist li i svg { width: 14px; height: 14px; }
.checklist li b { display: block; }
.checklist li span { color: var(--muted); font-size: 15px; }
.section--dark .checklist li i { background: rgba(43,182,102,.2); color: var(--green); }
.section--dark .checklist li span { color: rgba(255,255,255,.65); }
@media (max-width: 900px) { .feature-split { grid-template-columns: 1fr; } }
.logos { display: flex; flex-wrap: wrap; gap: 20px 48px; align-items: center; }
.logos img { height: 44px; width: auto; filter: grayscale(1); opacity: .7; transition: filter .2s, opacity .2s; }
.logos img:hover { filter: none; opacity: 1; }
.partner-cert { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; padding: 22px; }
.partner-cert img { height: 52px; width: auto; }
.partner-cert p { font-size: 15px; color: var(--muted); }
.partner-cert b { color: var(--text); }

/* --- CTA секція ---------------------------------------------------------- */
.cta { position: relative; overflow: hidden; border-radius: var(--radius); padding: clamp(40px, 6vw, 80px); background: var(--ink); color: #fff; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(50% 80% at 90% 20%, rgba(43,182,102,.35), transparent 60%); }
.cta > * { position: relative; }
.cta .h2 { font-size: clamp(28px, 3.6vw, 48px); }
.cta p { color: rgba(255,255,255,.75); margin-top: 14px; max-width: 52ch; font-size: 17px; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.cta__phones { display: grid; gap: 6px; }
.cta__phones a { font-family: var(--font-display); font-weight: 500; font-size: clamp(22px, 2.4vw, 32px); letter-spacing: -.01em; }
.cta__phones a:hover { color: var(--green); }
.cta__phones span { color: rgba(255,255,255,.6); font-size: 15px; }
@media (max-width: 900px) { .cta { grid-template-columns: 1fr; } }

/* --- футер --------------------------------------------------------------- */
.footer { background: var(--ink); color: #fff; padding: clamp(56px, 6vw, 88px) 0 32px; margin-top: 0; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer__brand { display: grid; gap: 18px; align-content: start; }
.footer__brand p { color: rgba(255,255,255,.65); font-size: 15px; max-width: 34ch; }
.footer h4 { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 18px; }
.footer ul { display: grid; gap: 10px; }
.footer ul a { color: rgba(255,255,255,.85); font-size: 15.5px; transition: color .2s; }
.footer ul a:hover { color: var(--green); }
.footer__contacts { display: grid; gap: 14px; }
.footer__contacts a.phone { font-family: var(--font-display); font-weight: 500; font-size: 22px; letter-spacing: -.01em; }
.footer__contacts a.phone:hover { color: var(--green); }
.footer__contacts .muted { color: rgba(255,255,255,.6); font-size: 14.5px; }
.footer__bottom { margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; font-size: 14px; color: rgba(255,255,255,.5); }
.footer__bottom a:hover { color: #fff; }
@media (max-width: 1024px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .footer__grid { grid-template-columns: 1fr; } }

/* --- модалка ------------------------------------------------------------- */
.modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: opacity .25s; }
.modal.is-open { opacity: 1; pointer-events: auto; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(8,12,10,.7); backdrop-filter: blur(6px); }
.modal__panel { position: relative; width: min(100%, 720px); max-height: calc(100vh - 40px); overflow: auto; background: #fff; border-radius: 24px; padding: clamp(24px, 4vw, 44px); box-shadow: var(--shadow-lg); transform: translateY(16px) scale(.98); transition: transform .3s var(--ease-out); }
.modal.is-open .modal__panel { transform: none; }
.modal__close { position: absolute; top: 16px; right: 16px; width: 44px; height: 44px; border-radius: 50%; background: var(--bg-2); display: grid; place-items: center; transition: background .2s; }
.modal__close:hover { background: var(--bg-3); }
.modal__close svg { width: 20px; height: 20px; }
.modal__panel .h2 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 8px; padding-right: 48px; }
.modal__panel > p { color: var(--muted); margin-bottom: 22px; }
.modal__success { display: none; text-align: center; padding: 24px 0; }
.modal__success.is-shown { display: grid; gap: 14px; justify-items: center; }
.modal__success i { width: 72px; height: 72px; border-radius: 50%; background: var(--green-50); color: var(--green-600); display: grid; place-items: center; }
.modal__success i svg { width: 32px; height: 32px; }
body.modal-open { overflow: hidden; }

/* --- плаваючі кнопки ----------------------------------------------------- */
.float { position: fixed; z-index: 80; bottom: 24px; display: grid; gap: 12px; }
.float--left { left: 24px; }
.float--right { right: 24px; }
.float a, .float button { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; color: #fff; box-shadow: var(--shadow-lg); transition: transform .2s; position: relative; }
.float a:hover, .float button:hover { transform: translateY(-3px); }
.float svg { width: 26px; height: 26px; fill: currentColor; }
.float__phone { background: var(--green); animation: pulse 2.4s infinite; }
.float__tg { background: #2AABEE; }
.float__viber { background: #7360F2; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(43,182,102,.5), var(--shadow-lg); } 70% { box-shadow: 0 0 0 18px rgba(43,182,102,0), var(--shadow-lg); } 100% { box-shadow: 0 0 0 0 rgba(43,182,102,0), var(--shadow-lg); } }
@media (max-width: 680px) { .float { bottom: 16px; } .float--left { left: 16px; } .float--right { right: 16px; } .float a, .float button { width: 54px; height: 54px; } }

/* --- утиліти ------------------------------------------------------------- */
.mt-1 { margin-top: 8px; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 32px; } .mt-6 { margin-top: 48px; } .mt-8 { margin-top: 64px; }
.mb-2 { margin-bottom: 16px; } .mb-3 { margin-bottom: 24px; } .mb-4 { margin-bottom: 32px; } .mb-6 { margin-bottom: 48px; }
.center { text-align: center; }
.flex { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }
.between { justify-content: space-between; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag-row span { font-size: 13px; font-weight: 700; padding: 6px 12px; border-radius: 999px; background: var(--bg-2); color: var(--muted); }
.divider { height: 1px; background: var(--line); }
.notice { display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 18px 20px; border-radius: 14px; background: var(--orange-50); color: #7A3A12; font-size: 15px; }
.notice svg { width: 22px; height: 22px; color: var(--orange-600); margin-top: 2px; }
.notice--green { background: var(--green-50); color: var(--green-700); }
.notice--green svg { color: var(--green-600); }
.img-cover { width: 100%; height: 100%; object-fit: cover; }
.rounded { border-radius: var(--radius); overflow: hidden; }
.error-page { min-height: 70vh; display: grid; place-items: center; text-align: center; padding-top: var(--header-h); }
.error-page b { font-family: var(--font-display); font-size: clamp(80px, 16vw, 180px); line-height: 1; color: var(--green); font-weight: 600; display: block; }

/* --- анімації (GSAP керує transform; opacity завжди 1) ------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}
