/**
 * Уникальный лендинг антикора Gomel24 — светлый «дневной сервис»
 */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&family=Syne:wght@600;700;800&display=swap');

body.site-gomel.gak-antikor-page {
  --gak-bg: #eef2f6;
  --gak-bg-soft: #f7f9fb;
  --gak-surface: #ffffff;
  --gak-ink: #172033;
  --gak-muted: #5c667a;
  --gak-line: #d5dde8;
  --gak-accent: #156b5c;
  --gak-accent-soft: rgba(21, 107, 92, 0.1);
  --gak-accent-hot: #0f5549;
  --gak-warm: #e8f0ee;
  --gak-font: 'Figtree', system-ui, sans-serif;
  --gak-display: 'Syne', system-ui, sans-serif;
  background: var(--gak-bg);
  color: var(--gak-ink);
}

body.site-gomel.gak-antikor-page .site-content-fullwidth,
body.site-gomel.gak-antikor-page .g24-entry.entry-content {
  max-width: none;
  padding: 0;
  margin: 0;
  background: var(--gak-bg);
  color: var(--gak-ink);
}

body.site-gomel.gak-antikor-page .gak-root {
  font-family: var(--gak-font);
  overflow-x: clip;
  background:
    radial-gradient(ellipse 80% 50% at 100% -10%, rgba(21, 107, 92, 0.08), transparent 50%),
    radial-gradient(ellipse 60% 40% at -5% 30%, rgba(23, 32, 51, 0.04), transparent 45%),
    var(--gak-bg);
}

.gak-wrap {
  width: min(1100px, calc(100% - 40px));
  margin-inline: auto;
}

.gak-eyebrow {
  margin: 0 0 12px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gak-accent);
}

.gak-section {
  padding: 64px 0;
}

.gak-section-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 36px;
}

.gak-section-head--left {
  text-align: left;
  margin-left: 0;
}

.gak-section-head h2,
.gak-why h2,
.gak-materials h2,
.gak-seo h2,
.gak-cta h2,
.gak-more__title {
  font-family: var(--gak-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--gak-ink);
  line-height: 1.12;
  margin: 0 0 12px;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.gak-section-head p {
  margin: 0;
  color: var(--gak-muted);
  line-height: 1.55;
}

/* —— Hero: текст слева, фото справа —— */
.gak-hero {
  position: relative;
  padding: 48px 0 56px;
  isolation: isolate;
  overflow: hidden;
}

.gak-hero__mesh {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 55% 70% at 85% 40%, rgba(21, 107, 92, 0.12), transparent 55%),
    radial-gradient(ellipse 40% 50% at 10% 80%, rgba(23, 32, 51, 0.05), transparent 50%),
    linear-gradient(180deg, #f7f9fb 0%, var(--gak-bg) 100%);
  pointer-events: none;
}

.gak-hero__layout {
  width: min(1140px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.gak-hero__copy {
  animation: gak-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes gak-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

.gak-hero__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 8px 16px 8px 10px;
  font-family: var(--gak-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--gak-accent-hot);
  background: var(--gak-surface);
  border: 1px solid var(--gak-line);
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(23, 32, 51, 0.06);
}

.gak-hero__brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gak-accent), #2a9d8f);
  color: #fff;
  flex-shrink: 0;
}

.gak-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gak-btn {
  gap: 8px;
}

.gak-hero__title {
  margin: 0 0 18px;
  font-family: var(--gak-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 4.6vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  color: var(--gak-ink);
  text-wrap: balance;
}

.gak-hero__lead {
  margin: 0 0 28px;
  max-width: 34rem;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--gak-muted);
}

.gak-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Фото-блок справа */
.gak-hero__visual {
  position: relative;
  justify-self: end;
  width: min(100%, 520px);
  animation: gak-in 0.9s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.gak-hero__frame {
  position: relative;
  padding: 14px;
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, #eef3f6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow:
    0 4px 8px rgba(23, 32, 51, 0.04),
    0 24px 48px rgba(23, 32, 51, 0.1),
    0 40px 80px rgba(21, 107, 92, 0.08);
  transform-origin: center center;
  animation: gak-float 7s ease-in-out infinite;
}

.gak-hero__frame::before {
  content: '';
  position: absolute;
  inset: -18px -12px auto auto;
  width: 120px;
  height: 120px;
  border-radius: 28px;
  background: var(--gak-accent-soft);
  z-index: -1;
  transform: rotate(12deg);
}

.gak-hero__frame::after {
  content: '';
  position: absolute;
  inset: auto auto -22px -16px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px dashed rgba(21, 107, 92, 0.25);
  z-index: -1;
  animation: gak-spin 28s linear infinite;
}

.gak-hero__frame-glow {
  position: absolute;
  inset: 20% 10% auto 10%;
  height: 50%;
  background: radial-gradient(ellipse, rgba(21, 107, 92, 0.2), transparent 70%);
  filter: blur(28px);
  pointer-events: none;
  z-index: 0;
}

.gak-hero__photo {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #d9e2e8;
}

.gak-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.8s ease;
  animation: gak-ken-soft 14s ease-in-out infinite alternate;
}

.gak-hero__frame:hover .gak-hero__photo img {
  transform: scale(1.06);
}

.gak-hero__badge {
  position: absolute;
  z-index: 2;
  padding: 10px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--gak-ink);
  border: 1px solid var(--gak-line);
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.1);
  backdrop-filter: blur(8px);
  animation: gak-badge 5.5s ease-in-out infinite;
}

.gak-hero__badge--top {
  top: 28px;
  left: -8px;
  color: var(--gak-accent-hot);
  animation-delay: 0.4s;
}

.gak-hero__badge--bot {
  right: -6px;
  bottom: 30px;
  animation-delay: 1.1s;
}

@keyframes gak-float {
  0%, 100% { transform: translateY(0) rotate(-0.6deg); }
  50% { transform: translateY(-14px) rotate(0.8deg); }
}

@keyframes gak-ken-soft {
  from { transform: scale(1.02) translate(0, 0); }
  to { transform: scale(1.08) translate(-1.5%, 1%); }
}

@keyframes gak-spin {
  to { transform: rotate(360deg); }
}

@keyframes gak-badge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.gak-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  font-family: var(--gak-font);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gak-btn--primary {
  background: var(--gak-accent);
  color: #fff;
  border: 1px solid var(--gak-accent);
  box-shadow: 0 10px 28px rgba(21, 107, 92, 0.28);
}

.gak-btn--primary:hover {
  background: var(--gak-accent-hot);
  transform: translateY(-2px);
  color: #fff;
}

.gak-btn--ghost {
  background: var(--gak-surface);
  color: var(--gak-ink);
  border: 1px solid var(--gak-line);
}

.gak-btn--ghost:hover {
  border-color: var(--gak-accent);
  color: var(--gak-accent-hot);
}

/* Jump nav removed — якоря в основном меню шапки */

/* Listings — 1 карточка в ряд, горизонтальный макет */
.gak-listings-host {
  padding: 40px 0 8px;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listings-section {
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listings-inner {
  width: min(1100px, calc(100% - 40px));
  margin-inline: auto;
  padding: 0;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listings-header {
  align-items: flex-end;
  margin-bottom: 28px;
  gap: 16px;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listings-eyebrow {
  color: var(--gak-accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listings-title {
  font-family: var(--gak-display);
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  letter-spacing: -0.02em;
  color: var(--gak-ink);
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listings-lead {
  color: var(--gak-muted);
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listings-pilot-note {
  background: var(--gak-warm);
  color: var(--gak-accent-hot);
  border: 1px solid #c5ddd7;
  border-radius: 999px;
  font-weight: 600;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listings-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-card {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas:
    "media head"
    "media desc"
    "media meta"
    "media actions";
  column-gap: 28px;
  row-gap: 10px;
  align-items: start;
  padding: 16px;
  background: var(--gak-surface);
  border: 1px solid var(--gak-line);
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(23, 32, 51, 0.06);
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-card:hover {
  border-color: #9ec9c0;
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(21, 107, 92, 0.12);
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-card--vip {
  border-color: #7eb8ac;
  background:
    linear-gradient(90deg, rgba(21, 107, 92, 0.06), transparent 42%),
    var(--gak-surface);
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-vip-badge {
  top: 22px;
  right: 22px;
  z-index: 2;
  background: var(--gak-accent);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(21, 107, 92, 0.25);
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-card-media {
  grid-area: media;
  display: block;
  align-self: stretch;
  margin: 0 !important;
  border-radius: 16px !important;
  overflow: hidden;
  min-height: 180px;
  height: 100%;
  aspect-ratio: auto;
  background: #e4ebf0;
  box-shadow: inset 0 0 0 1px rgba(23, 32, 51, 0.04);
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-card-media img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-card:hover .g24-listing-card-media img {
  transform: scale(1.05);
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-card:not(:has(.g24-listing-card-media)) {
  grid-template-columns: 1fr;
  grid-template-areas:
    "head"
    "desc"
    "meta"
    "actions";
  padding: 22px 24px;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-head {
  grid-area: head;
  padding: 6px 72px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-title {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.45rem);
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-title a {
  color: var(--gak-ink);
  font-family: var(--gak-display);
  letter-spacing: -0.02em;
  text-decoration: none;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-title a:hover {
  color: var(--gak-accent-hot);
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-price {
  display: inline-flex;
  align-self: flex-start;
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--gak-accent-soft);
  color: var(--gak-accent-hot);
  font-weight: 700;
  font-size: 0.95rem;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-desc {
  grid-area: desc;
  margin: 0;
  color: var(--gak-muted);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 52rem;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-meta {
  grid-area: meta;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  color: var(--gak-muted);
  font-size: 0.88rem;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-person,
body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-district,
body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-date {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--gak-bg-soft);
  border: 1px solid var(--gak-line);
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-card-actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
  padding-bottom: 4px;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  background: var(--gak-bg-soft);
  color: var(--gak-accent-hot);
  border: 1px solid var(--gak-line);
  border-radius: 999px;
  font-weight: 650;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-more:hover {
  border-color: #9ec9c0;
  background: #fff;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  background: var(--gak-accent);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(21, 107, 92, 0.22);
  transition: background 0.2s ease, transform 0.2s ease;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-call:hover {
  background: var(--gak-accent-hot);
  transform: translateY(-1px);
  color: #fff;
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listings-footer {
  margin-top: 22px;
  padding-top: 16px;
  color: var(--gak-muted);
  border-top: 1px solid var(--gak-line);
  font-size: 0.9rem;
}

@media (max-width: 760px) {
  body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "head"
      "desc"
      "meta"
      "actions";
    padding: 12px;
    gap: 12px;
  }

  body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-card-media,
  body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-card-media img {
    min-height: 200px;
    max-height: 220px;
  }

  body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-head {
    padding: 0 64px 0 4px;
  }

  body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-desc,
  body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-meta,
  body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-card-actions {
    padding-inline: 4px;
  }

  body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-call,
  body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-more {
    flex: 1 1 auto;
  }
}

/* Why */
.gak-why {
  background: var(--gak-surface);
  border-block: 1px solid var(--gak-line);
}

.gak-why__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 36px;
  align-items: start;
}

.gak-why__copy p {
  line-height: 1.7;
  color: var(--gak-muted);
}

.gak-why__aside {
  padding: 28px 24px;
  background: var(--gak-warm);
  border-radius: 20px;
  border: 1px solid #c5ddd7;
}

.gak-why__aside h3 {
  margin: 0 0 16px;
  font-family: var(--gak-display);
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--gak-ink);
}

.gak-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.gak-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.45;
  color: var(--gak-ink);
  font-size: 0.95rem;
}

.gak-checklist__ico {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: var(--gak-accent);
  color: #fff;
}

/* Timeline */
.gak-process {
  background: transparent;
}

.gak-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gak-timeline__step {
  position: relative;
  padding: 24px 20px;
  background: var(--gak-surface);
  border: 1px solid var(--gak-line);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(23, 32, 51, 0.04);
  opacity: 0;
  transform: translateY(14px);
  animation: gak-in 0.65s ease forwards;
}

.gak-timeline__step:nth-child(1) { animation-delay: 0.05s; }
.gak-timeline__step:nth-child(2) { animation-delay: 0.12s; }
.gak-timeline__step:nth-child(3) { animation-delay: 0.19s; }
.gak-timeline__step:nth-child(4) { animation-delay: 0.26s; }

.gak-timeline__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.gak-timeline__ico {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  background: var(--gak-accent-soft);
  color: var(--gak-accent);
}

.gak-timeline__num {
  font-family: var(--gak-display);
  font-size: 0.95rem;
  font-weight: 800;
  color: rgba(21, 107, 92, 0.45);
}

.gak-timeline__step h3 {
  margin: 0 0 8px;
  font-family: var(--gak-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: var(--gak-ink);
}

.gak-timeline__step p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--gak-muted);
}

/* Prices */
.gak-prices {
  background: var(--gak-surface);
  border-block: 1px solid var(--gak-line);
}

.gak-price-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--gak-line);
  border-radius: 16px;
  background: var(--gak-bg-soft);
}

.gak-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.gak-price-table th,
.gak-price-table td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid var(--gak-line);
}

.gak-price-table tr:last-child th,
.gak-price-table tr:last-child td {
  border-bottom: 0;
}

.gak-price-table thead th {
  background: #e7eef2;
  font-family: var(--gak-display);
  letter-spacing: -0.01em;
  color: var(--gak-ink);
  font-size: 0.9rem;
}

.gak-price-table tbody th {
  font-weight: 500;
  color: var(--gak-ink);
  background: transparent;
}

.gak-price-table tbody tr:hover {
  background: rgba(21, 107, 92, 0.05);
}

.gak-price-table td strong {
  color: var(--gak-accent);
  font-weight: 700;
  white-space: nowrap;
}

.gak-price-note {
  margin: 18px 0 0;
  color: var(--gak-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 720px;
}

/* Materials */
.gak-materials__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 32px;
  align-items: center;
}

.gak-materials p {
  line-height: 1.7;
  color: var(--gak-muted);
}

.gak-pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.gak-pillars li {
  padding: 18px 16px;
  background: var(--gak-surface);
  border: 1px solid var(--gak-line);
  border-radius: 14px;
}

.gak-pillars__ico {
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  background: var(--gak-accent-soft);
  color: var(--gak-accent);
}

.gak-pillars strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--gak-display);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--gak-ink);
}

.gak-pillars span {
  font-size: 0.88rem;
  color: var(--gak-muted);
  line-height: 1.4;
}

/* Gallery */
.gak-works {
  background: var(--gak-surface);
  border-block: 1px solid var(--gak-line);
}

body.site-gomel.gak-antikor-page .gak-gallery-host .g24-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

body.site-gomel.gak-antikor-page .gak-gallery-host .g24-gal-item {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--gak-line);
  background: #dde4ea;
}

body.site-gomel.gak-antikor-page .gak-gallery-host .g24-gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

body.site-gomel.gak-antikor-page .gak-gallery-host .g24-gal-item:hover img {
  transform: scale(1.04);
}

/* SEO */
.gak-seo {
  background: transparent;
}

.gak-prose {
  max-width: 740px;
}

.gak-prose p {
  line-height: 1.75;
  margin: 0 0 1.1em;
  color: var(--gak-muted);
}

/* FAQ */
.gak-faq__layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: start;
}

.gak-faq__list {
  background: var(--gak-surface);
  border: 1px solid var(--gak-line);
  border-radius: 18px;
  padding: 8px 20px;
}

.gak-faq__item {
  border-bottom: 1px solid var(--gak-line);
  padding: 2px 0;
}

.gak-faq__item:last-child {
  border-bottom: 0;
}

.gak-faq__q {
  cursor: pointer;
  list-style: none;
  padding: 16px 36px 16px 0;
  font-weight: 600;
  color: var(--gak-ink);
  position: relative;
}

.gak-faq__q::-webkit-details-marker { display: none; }

.gak-faq__q::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--gak-accent-soft);
  color: var(--gak-accent);
  font-size: 1.1rem;
  font-weight: 700;
}

.gak-faq__item[open] .gak-faq__q::after {
  content: '−';
}

.gak-faq__a {
  padding: 0 0 16px;
  color: var(--gak-muted);
  line-height: 1.6;
}

.gak-faq__a p { margin: 0; }

/* Reviews */
.gak-reviews {
  background: var(--gak-surface);
  border-block: 1px solid var(--gak-line);
}

body.site-gomel.gak-antikor-page .gak-review-form-host .g24-review-container {
  background: var(--gak-bg-soft);
  border: 1px solid var(--gak-line);
  border-radius: 16px;
  margin-top: 24px;
}

body.site-gomel.gak-antikor-page .gak-review-form-host .g24-inp:focus {
  border-color: var(--gak-accent);
  box-shadow: 0 0 0 3px rgba(21, 107, 92, 0.15);
}

body.site-gomel.gak-antikor-page .gak-review-form-host .g24-submit-btn {
  background: var(--gak-accent);
  color: #fff;
  border-radius: 999px;
  font-weight: 700;
}

/* CTA */
.gak-cta {
  padding-top: 20px;
}

.gak-cta__box {
  text-align: center;
  padding: 44px 28px;
  background: linear-gradient(145deg, #e8f4f1, #f7f9fb 55%, #fff);
  border: 1px solid #c5ddd7;
  border-radius: 24px;
}

.gak-cta__box p {
  margin: 0 0 20px;
  color: var(--gak-muted);
}

/* More */
.gak-more {
  padding-bottom: 80px;
}

body.site-gomel.gak-antikor-page .gak-more a {
  color: var(--gak-accent-hot);
}

/* Active state for service menu on antikor landing */
body.site-gomel.gak-antikor-page .main-navigation ul.menu-pills--service li.current-menu-item a {
  color: var(--gak-accent);
  background: var(--gak-accent-soft);
}

/* Sticky jump active (legacy) — unused */

/* Responsive */
@media (max-width: 960px) {
  body.site-gomel.gak-antikor-page .gak-listings-host .g24-listings-grid {
    grid-template-columns: 1fr;
  }

  .gak-why__grid,
  .gak-materials__grid,
  .gak-faq__layout,
  .gak-timeline {
    grid-template-columns: 1fr;
  }

  body.site-gomel.gak-antikor-page .gak-gallery-host .g24-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gak-hero {
    padding: 36px 0 40px;
  }

  .gak-hero__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .gak-hero__visual {
    justify-self: center;
    width: min(100%, 440px);
    order: -1;
  }

  .gak-hero__frame {
    animation: gak-float 8s ease-in-out infinite;
  }

  .gak-hero__badge--top {
    left: 8px;
  }

  .gak-hero__badge--bot {
    right: 8px;
  }

  .gak-pillars {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .gak-wrap {
    width: calc(100% - 28px);
  }

  .gak-section {
    padding: 48px 0;
  }

  .gak-hero__layout {
    width: calc(100% - 28px);
  }

  .gak-hero__cta {
    flex-direction: column;
  }

  .gak-btn {
    width: 100%;
  }

  .gak-hero__frame::before,
  .gak-hero__frame::after {
    display: none;
  }
}



/* —— Icon system —— */
.gak-ico {
  width: 1.15em;
  height: 1.15em;
  display: block;
  flex-shrink: 0;
}

.gak-ico--xs { width: 14px; height: 14px; }
.gak-ico--sm { width: 12px; height: 12px; }
.gak-ico--lg { width: 22px; height: 22px; }
.gak-ico--brand { width: 15px; height: 15px; }
.gak-ico--btn { width: 18px; height: 18px; }
.gak-ico--cta { width: 28px; height: 28px; }

.gak-cta__ico {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--gak-accent-soft);
  color: var(--gak-accent);
}

body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-person,
body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-district,
body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-date,
body.site-gomel.gak-antikor-page .gak-listings-host .g24-listing-call {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

body.site-gomel.gak-antikor-page .g24-listing-ico {
  width: 15px;
  height: 15px;
  color: var(--gak-accent);
  flex-shrink: 0;
}

body.site-gomel.gak-antikor-page .g24-listing-ico--call {
  color: #fff;
  width: 16px;
  height: 16px;
}

body.site-gomel.gak-antikor-page .gak-review-form-host .g24-anon-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0;
  color: var(--gak-muted);
}

body.site-gomel.gak-antikor-page .gak-review-form-host .g24-anon-note::before {
  content: '';
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 018 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='11' width='14' height='10' rx='2'/%3E%3Cpath d='M8 11V8a4 4 0 018 0v3'/%3E%3C/svg%3E") center / contain no-repeat;
}

body.site-gomel.gak-antikor-page .gak-review-form-host .g24-anon-note::after {
  content: 'Публикация анонимна';
  font-size: 0.85rem;
  font-family: var(--gak-font);
}

@media (prefers-reduced-motion: reduce) {
  .gak-hero__frame,
  .gak-hero__photo img,
  .gak-hero__badge,
  .gak-hero__frame::after,
  .gak-hero__copy,
  .gak-hero__visual,
  .gak-timeline__step {
    animation: none !important;
  }
}
