.page-about .about-v2 {
  display: grid;
  gap: clamp(16px, 2.2vw, 24px);
  margin-top: clamp(2px, 0.5vw, 8px);
  color: #111827;
}

.page-about .about-v2__intro {
  padding: clamp(18px, 2.6vw, 28px);
  border: 1px solid #fed7aa;
  border-radius: clamp(16px, 2vw, 22px);
  background: #fffaf5;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.page-about .about-v2__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #fdba74;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-about .about-v2__title {
  margin: 12px 0 0;
  font-size: clamp(34px, 5.2vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #0f172a;
}

.page-about .about-v2__lead {
  margin: 10px 0 0;
  max-width: 80ch;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.7;
  color: #374151;
}

.page-about .about-v2__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.page-about .about-v2__stat {
  min-height: 98px;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #fdba74;
  border-radius: 14px;
  background: #ffffff;
}

.page-about .about-v2__stat:nth-child(2) {
  border-top-color: #93c5fd;
  background: #f8fbff;
}

.page-about .about-v2__stat:nth-child(3) {
  border-top-color: #86efac;
  background: #f7fef9;
}

.page-about .about-v2__stat:nth-child(4) {
  border-top-color: #c4b5fd;
  background: #faf9ff;
}

.page-about .about-v2__stat h3 {
  margin: 0;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.2;
  font-weight: 800;
  color: #0f172a;
}

.page-about .about-v2__stat p {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #6b7280;
}

.page-about .about-v2__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.page-about .about-v2__card {
  padding: clamp(16px, 2.2vw, 24px);
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.page-about .about-v2__card--wide {
  grid-column: 1 / -1;
}

.page-about .about-v2__card--soft {
  background: #f8fafc;
}

.page-about .about-v2__card h2.about-v2__h {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.6vw, 16px);
  margin: 0 0 14px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
  font-weight: 800;
  color: #0f172a;
}

.page-about .about-v2__h-icon {
  flex: 0 0 auto;
  width: clamp(44px, 5vw, 52px);
  height: clamp(44px, 5vw, 52px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

.page-about .about-v2__h-icon svg {
  width: 24px;
  height: 24px;
}

.page-about .about-v2__h-text {
  letter-spacing: -0.02em;
}

.page-about #about-v2-story.about-v2__h .about-v2__h-icon {
  background: #fff7ed;
  color: #c2410c;
  border-color: #fed7aa;
}

.page-about #about-v2-services.about-v2__h .about-v2__h-icon {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}

.page-about #about-v2-values.about-v2__h .about-v2__h-icon {
  background: #f0fdf4;
  color: #15803d;
  border-color: #bbf7d0;
}

.page-about #about-v2-location.about-v2__h .about-v2__h-icon {
  background: #faf5ff;
  color: #7c3aed;
  border-color: #e9d5ff;
}

.page-about .about-v2__card p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
}

.page-about .about-v2__card p:last-child {
  margin-bottom: 0;
}

.page-about .about-v2__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.page-about .about-v2__list li {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.65;
  color: #374151;
}

.page-about .about-v2__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f97316;
}

.page-about .about-v2__hours {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #fdba74;
  background: #fff7ed;
  color: #9a3412;
  font-weight: 700;
}

.page-about .about-v2__contacts {
  padding: clamp(16px, 2.2vw, 24px);
  border: 1px solid #fde68a;
  border-radius: 16px;
  background: #fffef8;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.page-about .about-v2__contacts h2 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
  font-weight: 800;
  color: #0f172a;
}

.page-about .about-v2__contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.page-about .about-v2__contact-tile {
  display: grid;
  gap: 4px;
  min-height: 86px;
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f9fafb;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.page-about .about-v2__contact-tile:hover {
  border-color: #fdba74;
  background: #fff7ed;
}

.page-about .about-v2__contact-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}

.page-about .about-v2__contact-value {
  font-size: 15px;
  line-height: 1.45;
  color: #111827;
  word-break: break-word;
}

.page-about .about-v2__messenger-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.page-about .about-v2__messenger-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.page-about .about-v2__messenger-icon svg {
  width: 17px;
  height: 17px;
}

.page-about .about-v2__messenger-svg--viber {
  width: 18px;
  height: 18px;
  display: block;
}

.page-about .about-v2__messenger-svg--viber path {
  fill: currentColor;
}

.page-about .about-v2__contact-tile--telegram {
  border-color: #bae6fd;
  background: #f0f9ff;
}

.page-about .about-v2__contact-tile--telegram:hover {
  border-color: #7dd3fc;
  background: #e0f2fe;
}

.page-about .about-v2__contact-tile--telegram .about-v2__messenger-icon {
  background: #0ea5e9;
  color: #ffffff;
}

/* ---------- About page hover animations ---------- */
.page-about .about-v2__intro,
.page-about .about-v2__stat,
.page-about .about-v2__card,
.page-about .about-v2__contacts,
.page-about .about-v2__contact-tile,
.page-about .about-v2__h-icon,
.page-about .about-v2__tag,
.page-about .about-v2__hours {
  transition:
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

.page-about .about-v2__intro:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.page-about .about-v2__stat:hover,
.page-about .about-v2__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.page-about .about-v2__card:hover .about-v2__h-icon {
  transform: translateY(-2px) scale(1.04);
}

.page-about .about-v2__tag:hover,
.page-about .about-v2__hours:hover {
  transform: translateY(-1px);
}

.page-about .about-v2__contact-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}

.page-about .about-v2__contact-tile:hover .about-v2__messenger-icon {
  transform: scale(1.08);
}

@media (prefers-reduced-motion: reduce) {
  .page-about .about-v2__intro,
  .page-about .about-v2__stat,
  .page-about .about-v2__card,
  .page-about .about-v2__contacts,
  .page-about .about-v2__contact-tile,
  .page-about .about-v2__h-icon,
  .page-about .about-v2__tag,
  .page-about .about-v2__hours {
    transition: none !important;
  }

  .page-about .about-v2__intro:hover,
  .page-about .about-v2__stat:hover,
  .page-about .about-v2__card:hover,
  .page-about .about-v2__contact-tile:hover,
  .page-about .about-v2__card:hover .about-v2__h-icon,
  .page-about .about-v2__contact-tile:hover .about-v2__messenger-icon {
    transform: none !important;
  }
}

.page-about .about-v2__contact-tile--viber {
  border-color: #ddd6fe;
  background: #f5f3ff;
}

.page-about .about-v2__contact-tile--viber:hover {
  border-color: #c4b5fd;
  background: #ede9fe;
}

.page-about .about-v2__contact-tile--viber .about-v2__messenger-icon {
  background: #665cac;
  color: #ffffff;
}

@media (max-width: 980px) {
  .page-about .about-v2__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-about .about-v2__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-about .about-v2__stats,
  .page-about .about-v2__contact-grid {
    grid-template-columns: 1fr;
  }

  .page-about .about-v2__intro,
  .page-about .about-v2__card,
  .page-about .about-v2__contacts {
    padding: 14px;
  }

  .page-about .about-v2__title {
    font-size: clamp(30px, 9vw, 38px);
  }

  .page-about .about-v2__contact-tile {
    min-height: auto;
  }
}
