/**
 * Страницы услуг Grodno24 — gr24-svc-*, зелёная палитра (#22c55e).
 * Пачка 4: полировка всех секций.
 */
:root {
  --gr24-blue: #22c55e;
  --gr24-blue-dark: #16a34a;
  --gr24-blue-deep: #14532d;
  --gr24-blue-soft: #dcfce7;
  --gr24-blue-glow: #86efac;
  --gr24-ink: #111827;
  --gr24-muted: #6b7280;
  --gr24-surface: #f9fafb;
  --gr24-border: #e5e7eb;
  --gr24-radius: 16px;
  --gr24-radius-pill: 999px;
  --gr24-shadow-sm: 0 4px 14px rgba(17, 24, 39, 0.06);
  --gr24-shadow-md: 0 12px 32px rgba(17, 24, 39, 0.1);
  --gr24-header-offset: 92px;
}

body.site-grodno.gr24-service-page {
  --gr24-svc-accent: var(--gr24-blue);
  --gr24-svc-accent-hover: var(--gr24-blue-dark);
}

body.site-grodno.gr24-service-page .gr24-ico--on-dark {
  color: #86efac;
}

/* Full-bleed layout */
body.site-grodno.gr24-service-page .site-content-fullwidth {
  padding: 0;
  overflow-x: clip;
  max-width: none;
}

body.site-grodno.gr24-service-page .site-content-fullwidth .entry-content,
body.site-grodno.gr24-service-page .site-content-fullwidth .gr24-entry.entry-content {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

body.site-grodno.gr24-service-page .site-content-fullwidth .entry-content > * {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
  box-sizing: border-box;
}

body.site-grodno.gr24-service-page .panel-layout {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}

body.site-grodno.gr24-service-page .panel-layout > section[class*='gr24-svc-'] {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

body.site-grodno.gr24-service-page .gr24-svc-hero,
body.site-grodno.gr24-service-page .gr24-svc-cta,
body.site-grodno.gr24-service-page .gr24-svc-faq,
body.site-grodno.gr24-service-page .gr24-svc-trust,
body.site-grodno.gr24-service-page .gr24-svc-pricing,
body.site-grodno.gr24-service-page .gr24-svc-gallery,
body.site-grodno.gr24-service-page .gr24-svc-article,
body.site-grodno.gr24-service-page .gr24-svc-reviews,
body.site-grodno.gr24-service-page .gr24-svc-related {
  width: 100%;
  max-width: 100%;
}

/* ——— Hero (пачка 2) ——— */
body.site-grodno.gr24-service-page .gr24-ico--xs {
  width: 16px;
  height: 16px;
}

body.site-grodno.gr24-service-page .gr24-ico--sm {
  width: 20px;
  height: 20px;
}

body.site-grodno.gr24-service-page .gr24-svc-hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 96px 20px 48px;
  color: #fff;
  font-family: 'Inter', system-ui, sans-serif;
  background-color: #111827;
}

body.site-grodno.gr24-service-page .gr24-svc-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--gr24-svc-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
}

body.site-grodno.gr24-service-page .gr24-svc-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    118deg,
    rgba(17, 24, 39, 0.93) 0%,
    rgba(17, 24, 39, 0.82) 45%,
    rgba(17, 24, 39, 0.55) 70%,
    rgba(22, 163, 74, 0.15) 100%
  );
}

body.site-grodno.gr24-service-page .gr24-svc-hero__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 12% 20%, rgba(34, 197, 94, 0.28) 0%, transparent 55%),
    radial-gradient(circle at 88% 85%, rgba(134, 239, 172, 0.12) 0%, transparent 40%);
  pointer-events: none;
}

body.site-grodno.gr24-service-page .gr24-svc-hero__layout {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 32px;
  align-items: center;
}

body.site-grodno.gr24-service-page .gr24-svc-hero__crumbs {
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9ca3af;
}

body.site-grodno.gr24-service-page .gr24-svc-hero__crumbs a {
  color: #d1d5db;
  text-decoration: none;
}

body.site-grodno.gr24-service-page .gr24-svc-hero__crumbs a:hover {
  color: #86efac;
}

body.site-grodno.gr24-service-page .gr24-svc-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: var(--gr24-radius-pill);
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(134, 239, 172, 0.35);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #bbf7d0;
}

body.site-grodno.gr24-service-page .gr24-svc-hero__title {
  margin: 0 0 16px;
  font-size: clamp(26px, 4.2vw, 42px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

body.site-grodno.gr24-service-page .gr24-svc-hero__rating {
  margin-bottom: 20px;
}

body.site-grodno.gr24-service-page .site-content-fullwidth .entry-content {
  overflow: visible;
}

body.site-grodno.gr24-service-page .gr24-svc-hero__rating .kksr-legend {
  color: #e5e7eb;
  font-size: 14px;
}

body.site-grodno.gr24-service-page .gr24-svc-hero__rating .kksr-stars .kksr-star .kksr-icon {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

body.site-grodno.gr24-service-page .gr24-svc-hero__perks {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

body.site-grodno.gr24-service-page .gr24-svc-hero__perk {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.45;
  color: #e5e7eb;
}

body.site-grodno.gr24-service-page .gr24-svc-hero__perk-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

body.site-grodno.gr24-service-page .gr24-svc-hero__contact-label {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #9ca3af;
}

body.site-grodno.gr24-service-page .gr24-svc-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}

body.site-grodno.gr24-service-page .gr24-svc-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.site-grodno.gr24-service-page .gr24-svc-phone--main {
  background: linear-gradient(135deg, var(--gr24-blue) 0%, var(--gr24-blue-dark) 100%);
  color: #fff;
  box-shadow: 0 8px 22px rgba(34, 197, 94, 0.35);
}

body.site-grodno.gr24-service-page .gr24-svc-phone--alt {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

body.site-grodno.gr24-service-page .gr24-svc-phone:hover {
  transform: translateY(-2px);
}

body.site-grodno.gr24-service-page .gr24-svc-messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.site-grodno.gr24-service-page .gr24-svc-messenger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f9fafb;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

body.site-grodno.gr24-service-page .gr24-svc-messenger img {
  width: 20px;
  height: 20px;
  border-radius: 6px;
}

body.site-grodno.gr24-service-page .gr24-svc-messenger:hover {
  background: rgba(34, 197, 94, 0.2);
  transform: translateY(-1px);
}

body.site-grodno.gr24-service-page .gr24-svc-stop {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.35);
}

body.site-grodno.gr24-service-page .gr24-svc-stop__title {
  font-weight: 700;
  font-size: 14px;
}

body.site-grodno.gr24-service-page .gr24-svc-stop__text {
  font-size: 13px;
  color: #fca5a5;
}

body.site-grodno.gr24-service-page .gr24-svc-card {
  padding: 22px 20px;
  border-radius: var(--gr24-radius);
  background: rgba(255, 255, 255, 0.97);
  color: var(--gr24-ink);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  border-left: 4px solid var(--gr24-blue);
}

body.site-grodno.gr24-service-page .gr24-svc-card__badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 800;
  color: var(--gr24-blue-dark);
}

body.site-grodno.gr24-service-page .gr24-svc-card__badge .gr24-ico {
  color: var(--gr24-blue);
}

body.site-grodno.gr24-service-page .gr24-svc-card__org-name {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}

body.site-grodno.gr24-service-page .gr24-svc-card__org-unp {
  font-size: 12px;
  color: var(--gr24-muted);
  margin-bottom: 10px;
}

body.site-grodno.gr24-service-page .gr24-svc-card__hours {
  font-size: 12px;
  line-height: 1.5;
  color: var(--gr24-muted);
  margin-bottom: 10px;
}

body.site-grodno.gr24-service-page .gr24-svc-card__addr {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}

body.site-grodno.gr24-service-page .gr24-svc-card__addr .gr24-ico {
  color: var(--gr24-blue);
  flex-shrink: 0;
  margin-top: 2px;
}

body.site-grodno.gr24-service-page .gr24-svc-card__note {
  margin: 0 0 16px;
  font-size: 11px;
  line-height: 1.45;
  color: var(--gr24-muted);
}

body.site-grodno.gr24-service-page .gr24-svc-card__anchors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

body.site-grodno.gr24-service-page .gr24-svc-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 8px;
  border-radius: 10px;
  background: var(--gr24-blue-soft);
  color: var(--gr24-blue-dark);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

body.site-grodno.gr24-service-page .gr24-svc-anchor .gr24-ico {
  color: var(--gr24-blue-dark);
}

body.site-grodno.gr24-service-page .gr24-svc-anchor:hover {
  background: #bbf7d0;
  transform: translateY(-1px);
}

@media (max-width: 960px) {
  body.site-grodno.gr24-service-page .gr24-svc-hero {
    min-height: auto;
    padding: 88px 16px 40px;
  }

  body.site-grodno.gr24-service-page .gr24-svc-hero__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.site-grodno.gr24-service-page .gr24-svc-hero__shade {
    background: linear-gradient(
      180deg,
      rgba(17, 24, 39, 0.92) 0%,
      rgba(17, 24, 39, 0.88) 100%
    );
  }
}

@media (max-width: 480px) {
  body.site-grodno.gr24-service-page .gr24-svc-hero__title {
    font-size: 24px;
  }

  body.site-grodno.gr24-service-page .gr24-svc-phone {
    width: 100%;
    justify-content: center;
  }
}

/* Related block */
body.site-grodno.gr24-service-page .gr24-svc-related {
  padding: 48px 20px 56px;
  background: #fff;
  border-top: 1px solid var(--gr24-border);
}

body.site-grodno.gr24-service-page .gr24-svc-related__inner {
  max-width: 1200px;
  margin: 0 auto;
}

body.site-grodno.gr24-service-page .gr24-svc-section-head {
  text-align: center;
  margin-bottom: 1.75rem;
}

body.site-grodno.gr24-service-page .gr24-svc-related__title {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 800;
  color: var(--gr24-ink);
  margin: 0 0 0.35rem;
}

body.site-grodno.gr24-service-page .gr24-svc-related__title span {
  color: var(--gr24-blue);
}

body.site-grodno.gr24-service-page .gr24-svc-section-head p {
  margin: 0;
  color: var(--gr24-muted);
  font-size: 0.95rem;
}

body.site-grodno.gr24-service-page .gr24-svc-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 14px;
}

body.site-grodno.gr24-service-page .gr24-svc-related__card {
  position: relative;
  display: block;
  min-height: 132px;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: var(--gr24-shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.site-grodno.gr24-service-page .gr24-svc-related__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(34, 197, 94, 0.2);
}

body.site-grodno.gr24-service-page .gr24-svc-related__card--no-img .gr24-svc-related__bg {
  background: linear-gradient(145deg, #ecfdf5 0%, #d1fae5 45%, #bbf7d0 100%);
}

body.site-grodno.gr24-service-page .gr24-svc-related__card--no-img .gr24-svc-related__overlay {
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.04) 0%, rgba(17, 24, 39, 0.55) 100%);
}

body.site-grodno.gr24-service-page .gr24-svc-related__card--no-img .gr24-svc-related__label {
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

body.site-grodno.gr24-service-page .gr24-svc-related__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #e5e7eb;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

body.site-grodno.gr24-service-page .gr24-svc-related__card:hover .gr24-svc-related__bg {
  transform: scale(1.06);
}

body.site-grodno.gr24-service-page .gr24-svc-related__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.08) 0%, rgba(17, 24, 39, 0.85) 100%);
}

body.site-grodno.gr24-service-page .gr24-svc-related__label {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
}

/* Service menu — якоря (пачка 5 доработает JS) */
body.site-grodno.gr24-service-page #primary-menu .menu-item-portal {
  display: none !important;
}

body.site-grodno.gr24-service-page .main-navigation--service #primary-menu {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
}

body.site-grodno.gr24-service-page .main-navigation--service #primary-menu li a {
  border-radius: var(--gr24-radius-pill);
  transition: background 0.2s ease, color 0.2s ease;
}

body.site-grodno.gr24-service-page .main-navigation--service #primary-menu li a:hover {
  background: var(--gr24-blue-soft);
  color: var(--gr24-blue-dark);
}

body.site-grodno.gr24-service-page .header-mobile-nav--service .header-mobile-link {
  text-align: center;
}

body.site-grodno.gr24-service-page .page-stats-footer {
  border-top: 1px solid var(--gr24-border) !important;
  background: var(--gr24-surface);
  color: var(--gr24-muted) !important;
}

/* ——— Trust / акция ——— */
body.site-grodno.gr24-service-page .gr24-svc-trust {
  padding: 16px 20px;
  background: linear-gradient(90deg, #ecfdf5 0%, #f0fdf4 100%);
  border-bottom: 1px solid #bbf7d0;
}

body.site-grodno.gr24-service-page .gr24-svc-trust__inner {
  max-width: 1200px;
  margin: 0 auto;
}

body.site-grodno.gr24-service-page .gr24-svc-trust__promo {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

body.site-grodno.gr24-service-page .gr24-svc-trust__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--gr24-blue-soft);
  color: var(--gr24-blue-dark);
}

body.site-grodno.gr24-service-page .gr24-svc-trust__label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gr24-blue-dark);
  margin-bottom: 4px;
}

body.site-grodno.gr24-service-page .gr24-svc-trust__text {
  font-size: 15px;
  font-weight: 600;
  color: var(--gr24-ink);
}

/* ——— Цены ——— */
body.site-grodno.gr24-service-page .gr24-svc-pricing {
  padding: 48px 20px 56px;
  background: #fff;
}

body.site-grodno.gr24-service-page .gr24-svc-pricing__inner {
  max-width: 1200px;
  margin: 0 auto;
}

body.site-grodno.gr24-service-page .gr24-svc-pricing__title {
  text-align: center;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 800;
  margin: 0 0 1.5rem;
  color: var(--gr24-ink);
}

body.site-grodno.gr24-service-page .gr24-svc-pricing__title::after {
  content: '';
  display: block;
  width: 64px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--gr24-blue), #86efac);
}

body.site-grodno.gr24-service-page .gr24-svc-pricing .seo-price-table thead th {
  background: linear-gradient(135deg, #15803d 0%, var(--gr24-blue) 100%);
  color: #fff;
}

body.site-grodno.gr24-service-page .gr24-svc-pricing__note {
  margin-top: 16px;
  text-align: center;
  color: var(--gr24-muted);
  font-size: 14px;
}

body.site-grodno.gr24-service-page #gr24-svc-prices,
body.site-grodno.gr24-service-page #works,
body.site-grodno.gr24-service-page #callback,
body.site-grodno.gr24-service-page #faq,
body.site-grodno.gr24-service-page #reviews {
  scroll-margin-top: var(--gr24-header-offset);
}

/* Таблица цен */
body.site-grodno.gr24-service-page .gr24-svc-pricing .pricing-table-wrapper {
  border-radius: var(--gr24-radius);
  border: 1px solid var(--gr24-border);
  box-shadow: var(--gr24-shadow-sm);
  overflow: hidden;
  background: #fff;
}

body.site-grodno.gr24-service-page .gr24-svc-pricing .pricing-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

body.site-grodno.gr24-service-page .gr24-svc-pricing .seo-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

body.site-grodno.gr24-service-page .gr24-svc-pricing .seo-price-table thead th {
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: left;
}

body.site-grodno.gr24-service-page .gr24-svc-pricing .seo-price-table tbody td {
  padding: 14px 18px;
  border-top: 1px solid var(--gr24-border);
  vertical-align: top;
}

body.site-grodno.gr24-service-page .gr24-svc-pricing .seo-price-table tbody tr:nth-child(even) td {
  background: #f0fdf4;
}

body.site-grodno.gr24-service-page .gr24-svc-pricing .seo-price-table tbody tr:hover td {
  background: #ecfdf5;
}

body.site-grodno.gr24-service-page .gr24-svc-pricing .price-value {
  font-weight: 800;
  color: var(--gr24-blue-dark);
  white-space: nowrap;
}

body.site-grodno.gr24-service-page .gr24-svc-pricing .seo-price-table tbody td:last-child {
  text-align: right;
}

/* ——— Галерея ——— */
body.site-grodno.gr24-service-page .gr24-svc-gallery {
  padding: 44px 20px 52px;
  background: var(--gr24-surface);
}

body.site-grodno.gr24-service-page .gr24-svc-gallery__inner {
  max-width: 1200px;
  margin: 0 auto;
}

body.site-grodno.gr24-service-page .gr24-svc-gallery__title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  margin: 0;
  color: var(--gr24-ink);
}

body.site-grodno.gr24-service-page .gr24-svc-gallery .gr24-svc-section-head h2::after {
  content: '';
  display: block;
  width: 48px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--gr24-blue), var(--gr24-blue-glow));
}

body.site-grodno.gr24-service-page .gr24-svc-gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}

body.site-grodno.gr24-service-page .gr24-svc-gallery__item {
  aspect-ratio: 4 / 3;
  border: none;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  background-color: #e5e7eb;
  cursor: zoom-in;
  box-shadow: 0 6px 20px rgba(17, 24, 39, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.site-grodno.gr24-service-page .gr24-svc-gallery__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.22);
}

/* ——— CTA ——— */
body.site-grodno.gr24-service-page .gr24-svc-cta {
  position: relative;
  overflow: hidden;
  padding: 52px 20px;
  background: linear-gradient(135deg, #0f172a 0%, #14532d 55%, #166534 100%);
  color: #fff;
}

body.site-grodno.gr24-service-page .gr24-svc-cta__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 25%, rgba(34, 197, 94, 0.22) 0%, transparent 45%),
    radial-gradient(circle at 85% 75%, rgba(134, 239, 172, 0.12) 0%, transparent 40%);
  pointer-events: none;
}

body.site-grodno.gr24-service-page .gr24-svc-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

body.site-grodno.gr24-service-page .gr24-svc-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #86efac;
}

body.site-grodno.gr24-service-page .gr24-svc-cta__title {
  margin: 0 0 10px;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 800;
  line-height: 1.15;
}

body.site-grodno.gr24-service-page .gr24-svc-cta__lead {
  margin: 0;
  color: #d1d5db;
  font-size: 15px;
  line-height: 1.55;
}

body.site-grodno.gr24-service-page .gr24-svc-cta .gr24-svc-messengers {
  margin-top: 12px;
}

body.site-grodno.gr24-service-page .gr24-svc-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

body.site-grodno.gr24-service-page .gr24-svc-cta__actions .gr24-svc-phones {
  margin-bottom: 0;
}

body.site-grodno.gr24-service-page .gr24-svc-cta__actions .gr24-svc-phone {
  justify-content: center;
}

body.site-grodno.gr24-service-page .gr24-svc-review-form__error {
  color: #dc2626;
  font-size: 13px;
  margin-bottom: 8px;
  text-align: center;
}

/* ——— SEO-текст ——— */
body.site-grodno.gr24-service-page .gr24-svc-article {
  padding: 48px 20px 52px;
  background: #fff;
}

body.site-grodno.gr24-service-page .gr24-svc-article__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 24px;
  background: var(--gr24-surface);
  border-radius: var(--gr24-radius);
  border: 1px solid #e5e7eb;
}

body.site-grodno.gr24-service-page .gr24-svc-article__inner h2 {
  margin: 24px 0 12px;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 800;
  color: var(--gr24-ink);
}

body.site-grodno.gr24-service-page .gr24-svc-article__inner h2:first-child {
  margin-top: 0;
}

body.site-grodno.gr24-service-page .gr24-svc-article__inner h3 {
  margin: 18px 0 10px;
  font-size: 1.15rem;
  font-weight: 700;
}

body.site-grodno.gr24-service-page .gr24-svc-article__inner p,
body.site-grodno.gr24-service-page .gr24-svc-article__inner li {
  font-size: 15px;
  line-height: 1.65;
  color: #374151;
}

body.site-grodno.gr24-service-page .gr24-svc-article__inner a {
  color: var(--gr24-blue-dark);
  font-weight: 600;
  text-underline-offset: 2px;
}

body.site-grodno.gr24-service-page .gr24-svc-article__inner ul,
body.site-grodno.gr24-service-page .gr24-svc-article__inner ol {
  padding-left: 1.25rem;
  margin: 0.75rem 0 1rem;
}

body.site-grodno.gr24-service-page .gr24-svc-article__inner img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

body.site-grodno.gr24-service-page .gr24-svc-article__inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 14px;
}

body.site-grodno.gr24-service-page .gr24-svc-article__inner table td,
body.site-grodno.gr24-service-page .gr24-svc-article__inner table th {
  border: 1px solid var(--gr24-border);
  padding: 8px 12px;
}

body.site-grodno.gr24-service-page .gr24-svc-check {
  color: var(--gr24-blue-dark);
  font-weight: 800;
  margin-right: 4px;
}

/* ——— FAQ (тёмный зелёный блок) ——— */
body.site-grodno.gr24-service-page .gr24-svc-faq {
  position: relative;
  isolation: isolate;
  padding: 56px 20px 52px;
  color: #ecfdf5;
  background:
    radial-gradient(ellipse 85% 50% at 50% 0%, rgba(34, 197, 94, 0.18) 0%, transparent 55%),
    linear-gradient(168deg, #14532d 0%, #0f172a 48%, #0b1220 100%);
  overflow: hidden;
}

body.site-grodno.gr24-service-page .gr24-svc-faq__inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

body.site-grodno.gr24-service-page .gr24-svc-faq__head {
  margin-bottom: 28px;
}

body.site-grodno.gr24-service-page .gr24-svc-faq__head h2 {
  text-align: center;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  font-weight: 800;
  margin: 0 0 8px;
  color: #fff;
}

body.site-grodno.gr24-service-page .gr24-svc-faq__head p {
  text-align: center;
  color: #86efac;
  margin: 0;
  font-size: 15px;
}

body.site-grodno.gr24-service-page .gr24-svc-faq .faq-item {
  margin-bottom: 10px;
  border-radius: 14px;
  border: 1px solid rgba(134, 239, 172, 0.2);
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  backdrop-filter: blur(6px);
}

body.site-grodno.gr24-service-page .gr24-svc-faq .faq-item summary {
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 700;
  color: #f0fdf4;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 40px;
}

body.site-grodno.gr24-service-page .gr24-svc-faq .faq-item summary::-webkit-details-marker {
  display: none;
}

body.site-grodno.gr24-service-page .gr24-svc-faq .faq-item summary::after {
  content: '+';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  color: var(--gr24-blue-glow);
  line-height: 1;
}

body.site-grodno.gr24-service-page .gr24-svc-faq .faq-item details[open] summary::after {
  content: '−';
}

body.site-grodno.gr24-service-page .gr24-svc-faq .faq-answer {
  padding: 0 18px 16px;
  color: #d1fae5;
  font-size: 14px;
  line-height: 1.6;
}

body.site-grodno.gr24-service-page .gr24-svc-faq .faq-answer a {
  color: #bbf7d0;
  font-weight: 600;
}

body.site-grodno.gr24-service-page .gr24-svc-faq__foot {
  margin-top: 24px;
  text-align: center;
  font-size: 15px;
  color: #86efac;
}

body.site-grodno.gr24-service-page .gr24-svc-faq__foot a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.site-grodno.gr24-service-page .gr24-svc-faq .reviews-empty-hint {
  color: #86efac !important;
  text-align: center;
}

/* ——— Отзывы ——— */
body.site-grodno.gr24-service-page .gr24-svc-reviews {
  padding: 48px 20px 56px;
  background: #fff;
  border-top: 1px solid var(--gr24-border);
  overflow: visible;
}

body.site-grodno.gr24-service-page .gr24-svc-reviews__inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: visible;
}

body.site-grodno.gr24-service-page .gr24-svc-reviews__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 28px;
  align-items: start;
  overflow: visible;
}

body.site-grodno.gr24-service-page .gr24-svc-reviews__head {
  margin-bottom: 20px;
}

body.site-grodno.gr24-service-page .gr24-svc-reviews__head h2 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  margin: 0;
  color: var(--gr24-ink);
}

body.site-grodno.gr24-service-page .gr24-svc-reviews__jump {
  margin-top: 10px;
  padding: 10px 16px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gr24-blue), var(--gr24-blue-dark));
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(34, 197, 94, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.site-grodno.gr24-service-page .gr24-svc-reviews__jump:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.35);
}

body.site-grodno.gr24-service-page .gr24-svc-reviews__form-col {
  position: sticky;
  top: var(--gr24-header-offset);
  z-index: 20;
  align-self: start;
}

body.site-grodno.gr24-service-page .gr24-svc-review-form {
  position: relative;
  padding: 24px 20px 20px;
  border-radius: var(--gr24-radius);
  border: 1px solid var(--gr24-border);
  background: #fff;
  box-shadow: var(--gr24-shadow-md);
  max-height: calc(100vh - 108px);
  overflow-y: auto;
}

body.site-grodno.gr24-service-page .gr24-svc-review-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: var(--gr24-radius) var(--gr24-radius) 0 0;
  background: linear-gradient(90deg, var(--gr24-blue-dark), var(--gr24-blue-glow));
}

body.site-grodno.gr24-service-page .gr24-svc-review-form .sticky-title {
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 4px;
  text-align: center;
  color: var(--gr24-ink);
}

body.site-grodno.gr24-service-page .gr24-svc-review-form .sticky-subtitle {
  margin: 0 0 16px;
  font-size: 12px;
  text-align: center;
  color: var(--gr24-muted);
  line-height: 1.4;
}

body.site-grodno.gr24-service-page .gr24-svc-review-form .form-compact-input {
  border-radius: 10px;
  border: 1px solid var(--gr24-border);
}

body.site-grodno.gr24-service-page .gr24-svc-review-form .form-compact-input:focus {
  outline: none;
  border-color: var(--gr24-blue);
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

body.site-grodno.gr24-service-page .gr24-svc-review-form .policy-checkbox-wrapper a {
  color: var(--gr24-blue-dark);
  font-weight: 600;
}

body.site-grodno.gr24-service-page .gr24-svc-review-form__submit {
  width: 100%;
  padding: 13px 16px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gr24-blue), var(--gr24-blue-dark));
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(34, 197, 94, 0.3);
  transition: transform 0.2s ease;
}

body.site-grodno.gr24-service-page .gr24-svc-review-form__submit:hover {
  transform: translateY(-1px);
}

body.site-grodno.gr24-service-page .gr24-svc-review-form__textarea {
  min-height: 96px;
  resize: vertical;
}

body.site-grodno.gr24-service-page .gr24-svc-reviews .review-card-grid {
  border-color: var(--gr24-border);
  border-radius: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.site-grodno.gr24-service-page .gr24-svc-reviews .review-card-grid:hover {
  border-color: #bbf7d0;
  box-shadow: 0 8px 24px rgba(34, 197, 94, 0.12);
}

body.site-grodno.gr24-service-page .gr24-svc-review-form__stars input:checked ~ label,
body.site-grodno.gr24-service-page .gr24-svc-review-form__stars label:hover,
body.site-grodno.gr24-service-page .gr24-svc-review-form__stars label:hover ~ label {
  color: var(--gr24-blue);
}

@media (max-width: 960px) {
  body.site-grodno.gr24-service-page .gr24-svc-cta__inner,
  body.site-grodno.gr24-service-page .gr24-svc-reviews__split {
    grid-template-columns: 1fr;
  }

  body.site-grodno.gr24-service-page .gr24-svc-reviews__form-col {
    position: relative;
    top: auto;
  }

  body.site-grodno.gr24-service-page .gr24-svc-card__anchors {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  body.site-grodno.gr24-service-page .gr24-svc-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body.site-grodno.gr24-service-page .gr24-svc-pricing .seo-price-table thead {
    display: none;
  }

  body.site-grodno.gr24-service-page .gr24-svc-pricing .seo-price-table tbody tr {
    display: block;
    margin-bottom: 10px;
    border: 1px solid var(--gr24-border);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
  }

  body.site-grodno.gr24-service-page .gr24-svc-pricing .seo-price-table tbody td {
    display: block;
    border: none;
    padding: 10px 14px;
  }

  body.site-grodno.gr24-service-page .gr24-svc-pricing .seo-price-table tbody td:first-child {
    font-weight: 700;
    background: #f0fdf4;
    padding-bottom: 4px;
  }

  body.site-grodno.gr24-service-page .gr24-svc-pricing .seo-price-table tbody td:last-child {
    text-align: left;
    padding-top: 0;
  }

  body.site-grodno.gr24-service-page .gr24-svc-pricing .seo-price-table tbody td:last-child::before {
    content: 'Цена: ';
    font-weight: 600;
    color: var(--gr24-muted);
  }

  body.site-grodno.gr24-service-page .gr24-svc-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  body.site-grodno.gr24-service-page .gr24-svc-article__inner {
    padding: 20px 16px;
  }
}

@media (max-width: 480px) {
  body.site-grodno.gr24-service-page .gr24-svc-card__anchors {
    grid-template-columns: 1fr;
  }

  body.site-grodno.gr24-service-page .main-navigation--service #primary-menu {
    justify-content: center;
  }
}
