/* FILE: assets/css/home.css */
/* =============================================
   HOME PAGE — ART-FOCUS STUDIO
   Референс: artfocus-studio.kyiv.ua/uk/
   Шрифт: Unbounded
   Класи збережено оригінальні
   ============================================= */

/* =============================================
   HERO — темна секція
   ============================================= */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 620px;
  font-family: 'Unbounded', sans-serif;
  background: #0a0a0a;
  overflow: hidden;
  box-sizing: border-box;
}

.hero *,
.hero *::before,
.hero *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hero__grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.hero__panel {
  position: relative;
  overflow: hidden;
  background: #111;
}

.hero__panel img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
  display: block;
  contain: strict;
  transition: transform 8s ease;
  will-change: transform;
}

.hero__panel:hover img {
  transform: scale(1.04);
}

.hero__panel + .hero__panel {
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.hero__panel::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0.48) 0%,
    rgba(10, 10, 10, 0.12) 25%,
    rgba(10, 10, 10, 0.38) 58%,
    rgba(10, 10, 10, 0.97) 100%
  );
}

.hero__panel-num {
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 4;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: rgba(255, 255, 255, 0.25);
  opacity: 0;
  animation: heroFadeIn 0.5s ease forwards;
}

.hero__panel--1 .hero__panel-num { animation-delay: 0.9s; }
.hero__panel--2 .hero__panel-num { animation-delay: 1.0s; }
.hero__panel--3 .hero__panel-num { animation-delay: 1.1s; }

.hero__panel-label {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  text-align: center;
  opacity: 0;
  animation: heroFadeUp 0.6s ease forwards;
  white-space: nowrap;
}

.hero__panel--1 .hero__panel-label { animation-delay: 1.0s; }
.hero__panel--2 .hero__panel-label { animation-delay: 1.1s; }
.hero__panel--3 .hero__panel-label { animation-delay: 1.2s; }

.hero__panel-label span {
  display: block;
  font-family: 'Unbounded', sans-serif;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 8px;
}

.hero__panel-label-line {
  width: 20px;
  height: 1px;
  background: #C4A8A5;
  margin: 0 auto;
  opacity: 0.7;
}

.hero__grain {
  position: absolute;
  inset: 0;
  z-index: 15;
  opacity: 0.025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px;
  content-visibility: auto;
}

.hero__accent {
  position: absolute;
  left: 0;
  top: 14%;
  bottom: 14%;
  width: 2px;
  background: linear-gradient(to bottom, transparent, #C4A8A5 50%, transparent);
  z-index: 20;
  opacity: 0;
  animation: heroFadeIn 0.8s ease 1.4s forwards;
}

.hero__content {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 60px 52px;
  pointer-events: none;
}

.hero__content-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 54%;
  background: linear-gradient(
    to top,
    rgba(10, 10, 10, 1)    0%,
    rgba(10, 10, 10, 0.92) 26%,
    rgba(10, 10, 10, 0.62) 52%,
    transparent 100%
  );
  z-index: -1;
}

/* EYEBROW */
.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  opacity: 0;
  transform: translateX(-14px);
  animation: heroFadeRight 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}

.hero__eyebrow-line {
  width: 36px;
  height: 1px;
  background: #C4A8A5;
  flex-shrink: 0;
}

.hero__eyebrow-text {
  font-family: 'Unbounded', sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #C4A8A5;
}

/* ЗАГОЛОВОК */
.hero__title-wrap {
  margin-bottom: 28px;
}

.hero__title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(30px, 5.6vw, 82px);
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 0.91;
  letter-spacing: -0.025em;
}

.hero__title-line {
  display: block;
  overflow: hidden;
}

.hero__title-inner {
  display: block;
  transform: translateY(110%);
  animation: heroSlideUp 0.95s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero__title-line:nth-child(1) .hero__title-inner { animation-delay: 0.42s; }
.hero__title-line:nth-child(2) .hero__title-inner { animation-delay: 0.55s; }
.hero__title-line:nth-child(3) .hero__title-inner {
  animation-delay: 0.68s;
  color: #C4A8A5;
}

/* НИЖНІЙ РЯД */
.hero__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 44px;
  opacity: 0;
  pointer-events: all;
  animation: heroFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.88s forwards;
}

.hero__sub {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(10px, 0.82vw, 12px);
  font-weight: 300;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.42);
  letter-spacing: 0.025em;
  max-width: 360px;
}

.hero__sub strong {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border: 1px solid rgba(196, 168, 165, 0.20);
  border-radius: 30px;
  font-family: 'Unbounded', sans-serif;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  background: rgba(196, 168, 165, 0.04);
  white-space: nowrap;
}

.hero__badge-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #C4A8A5;
  flex-shrink: 0;
}

.hero__divider {
  width: 1px;
  height: 88px;
  background: linear-gradient(to bottom, transparent, rgba(196, 168, 165, 0.25), transparent);
  margin: 0 auto;
  flex-shrink: 0;
}

.hero__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.hero__price {
  font-family: 'Unbounded', sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28);
  text-align: right;
  line-height: 1.8;
}

.hero__price strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #C4A8A5;
  letter-spacing: 0.04em;
}

/* КНОПКА */
.hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 19px 44px;
  background: #C4A8A5;
  color: #0a0a0a;
  text-decoration: none;
  font-family: 'Unbounded', sans-serif;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 40px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  box-shadow: 0 8px 32px rgba(196, 168, 165, 0.28);
  pointer-events: all;
}

.hero__btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}

.hero__btn:hover {
  transform: translateY(-3px) scale(1.025);
  box-shadow: 0 20px 52px rgba(196, 168, 165, 0.38);
}

.hero__btn:hover::before {
  opacity: 0.08;
}

.hero__btn span,
.hero__btn-arr {
  position: relative;
  z-index: 1;
}

.hero__btn-arr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero__btn:hover .hero__btn-arr {
  transform: translate(3px, -3px);
}

/* SCROLL INDICATOR */
.hero__scroll {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: heroFadeIn 0.8s ease 1.6s forwards;
  pointer-events: none;
}

.hero__scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(196, 168, 165, 0.5), transparent);
  animation: heroScrollLine 2.2s ease-in-out 2s infinite;
  transform-origin: top;
}

.hero__scroll-text {
  font-family: 'Unbounded', sans-serif;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.18);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

/* ── KEYFRAMES ── */
@keyframes heroFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}

@keyframes heroFadeRight {
  from { opacity: 0; transform: translateX(-14px); }
  to   { opacity: 1; transform: none; }
}

@keyframes heroSlideUp {
  to { transform: translateY(0); }
}

@keyframes heroScrollLine {
  0%   { transform: scaleY(0); transform-origin: top;    opacity: 1; }
  50%  { transform: scaleY(1); transform-origin: top;    opacity: 1; }
  51%  { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
}

/* ── HERO RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero__content { padding: 0 36px 44px; }
  .hero__bottom  { grid-template-columns: 1fr; gap: 20px; }
  .hero__divider { display: none; }
  .hero__cta     { align-items: flex-start; }
  .hero__price   { text-align: left; }
  .hero__scroll  { display: none; }
  .hero__panel img { transition: none; }
}

@media (max-width: 680px) {
  .hero {
    height: 100svh;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .hero__grid {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    flex: 0 0 40svh;
    min-height: 0;
  }

  .hero__panel img {
    object-position: center 8%;
    transition: none;
    will-change: auto;
  }

  .hero__panel::after {
    background: linear-gradient(
      to bottom,
      rgba(10, 10, 10, 0.28) 0%,
      rgba(10, 10, 10, 0.04) 28%,
      rgba(10, 10, 10, 0.30) 65%,
      rgba(10, 10, 10, 0.95) 100%
    );
  }

  .hero__panel-label,
  .hero__panel-num { display: none; }
  .hero__accent    { display: none; }
  .hero__grain     { display: none; }

  .hero__eyebrow,
  .hero__bottom {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .hero__title-inner {
    animation: none;
    transform: none;
  }

  .hero__content {
    position: relative;
    inset: auto;
    flex: 1 1 0;
    min-height: 0;
    padding: 16px 20px 20px;
    background: #0a0a0a;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: all;
    overflow: hidden;
  }

  .hero__content-bg { display: none; }

  .hero__eyebrow {
    gap: 10px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .hero__eyebrow-line { width: 16px; }
  .hero__eyebrow-text { font-size: 6px; letter-spacing: 0.16em; }

  .hero__title-wrap {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .hero__title {
    font-size: clamp(24px, 8vw, 40px);
    line-height: 1.08;
    letter-spacing: -0.022em;
  }

  .hero__bottom {
    grid-template-columns: 1fr;
    gap: 10px;
    flex-shrink: 0;
  }

  .hero__sub {
    font-size: 10px;
    line-height: 1.7;
    max-width: 100%;
  }

  .hero__badges {
    gap: 5px;
    margin-top: 8px;
    flex-wrap: wrap;
  }

  .hero__badge {
    font-size: 5.5px;
    padding: 3px 8px;
    letter-spacing: 0.10em;
  }

  .hero__cta { align-items: stretch; gap: 8px; }

  .hero__price {
    text-align: center;
    font-size: 7px;
    line-height: 1.5;
  }

  .hero__price strong {
    font-size: 12px;
    display: inline;
  }

  .hero__btn {
    width: 100%;
    justify-content: center;
    font-size: 9px;
    padding: 14px 20px;
    border-radius: 12px;
    min-height: 50px;
    letter-spacing: 0.14em;
    gap: 10px;
  }

  .hero__scroll { display: none; }
}

@media (max-width: 390px) {
  .hero__grid    { flex: 0 0 36svh; margin-top: 75px; }
  .hero__content { padding: 13px 16px 16px; }
  .hero__title   { font-size: clamp(20px, 7.5vw, 30px); line-height: 1.08; }
  .hero__sub     { font-size: 9px; }
  .hero__badge   { display: none; }
  .hero__btn     { font-size: 8px; padding: 12px 16px; min-height: 46px; }
  .hero__price strong { font-size: 11px; }
}

@media (min-width: 1440px) {
  .hero__content { padding: 0 88px 68px; }
  .hero__sub     { max-width: 420px; font-size: 13px; }
  .hero__bottom  { gap: 60px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero,
  .hero *,
  .hero *::before,
  .hero *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}

/* ═══════════════════════════════════════════
   SERVICES — кремовий фон
   ═══════════════════════════════════════════ */
.services-section {
  font-family: 'Unbounded', sans-serif;
  background: #f0ecea;
  width: 100%;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 110px;
}

.services-section__inner {
  max-width: 1450px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}


.services-header {
  margin-bottom: 60px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e6d6d3;
}

.services-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.eyebrow-line {
  width: 32px;
  height: 1px;
  background: #C4A8A5;
  flex-shrink: 0;
}

.eyebrow-text {
  font-family: 'Unbounded', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #C4A8A5;
}

.services-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(22px, 3.5vw, 46px);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #6c4e4c;
  line-height: 0.95;
}

.services-title span {
  display: block;
  font-weight: 300;
  font-size: 0.7em;
  letter-spacing: 0.04em;
  color: #a07a77;
  margin-top: 6px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

.svc-card {
  position: relative;
  background: #ffffff;
  padding: 44px 40px 40px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  border: none;
  outline: none;
  text-align: left;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
  contain: layout style;
}

.svc-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.svc-card::before {
  content: attr(data-num);
  position: absolute;
  bottom: -10px;
  right: 20px;
  font-family: 'Unbounded', sans-serif;
  font-size: 120px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #e6d6d3;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: -webkit-text-stroke-color 0.4s ease,
              transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.svc-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #6c4e4c 0%, #a07a77 100%);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 0;
}

.svc-card:hover::after,
.svc-card:focus-visible::after {
  opacity: 1;
}

.svc-card:hover::before,
.svc-card:focus-visible::before {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.12);
  transform: scale(1.05) translateY(-4px);
}

.svc-card > * {
  position: relative;
  z-index: 1;
}

.card-tag {
  display: inline-block;
  font-family: 'Unbounded', sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C4A8A5;
  border: 1px solid #e6d6d3;
  border-radius: 20px;
  padding: 4px 10px;
  margin-bottom: 18px;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.svc-card:hover .card-tag,
.svc-card:focus-visible .card-tag {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.25);
}

.card-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(13px, 1.6vw, 18px);
  font-weight: 800;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #6c4e4c;
  line-height: 1.25;
  transition: color 0.35s ease;
}

.svc-card:hover .card-title,
.svc-card:focus-visible .card-title {
  color: #fff;
}

.card-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 28px;
}

.card-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.price-from {
  font-family: 'Unbounded', sans-serif;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a08380;
  transition: color 0.35s ease;
}

.price-val {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  color: #6c4e4c;
  letter-spacing: -0.02em;
  transition: color 0.35s ease;
}

.svc-card:hover .price-from,
.svc-card:focus-visible .price-from {
  color: rgba(255, 255, 255, 0.55);
}

.svc-card:hover .price-val,
.svc-card:focus-visible .price-val {
  color: #fff;
}

.card-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e6d6d3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color 0.35s ease,
              background 0.35s ease,
              transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-arrow svg {
  width: 16px;
  height: 16px;
  stroke: #6c4e4c;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.35s ease;
}

.svc-card:hover .card-arrow,
.svc-card:focus-visible .card-arrow {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.4);
  transform: rotate(45deg) scale(1.08);
}

.svc-card:hover .card-arrow svg,
.svc-card:focus-visible .card-arrow svg {
  stroke: #fff;
}

/* ── MODAL ── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(46, 31, 29, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.modal-box {
  background: #ffffff;
  max-width: 620px;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(30px) scale(0.97);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 32px 80px rgba(46, 31, 29, 0.22);
}

.modal-overlay.open .modal-box {
  transform: translateY(0) scale(1);
}

.modal-head {
  background: #6c4e4c;
  padding: 36px 40px 32px;
  position: relative;
}

.modal-eyebrow {
  font-family: 'Unbounded', sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 10px;
}

.modal-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.modal-price-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 16px;
}

.badge-from {
  font-family: 'Unbounded', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.badge-price {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1;
}

.badge-currency {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.12);
}

.modal-close svg {
  width: 16px;
  height: 16px;
  stroke: rgba(255, 255, 255, 0.8);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

.modal-body {
  padding: 36px 40px 40px;
}

.price-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 28px;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid #e6d6d3;
}

.price-row:first-child {
  border-top: 1px solid #e6d6d3;
}

.price-row-label {
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #a08380;
  line-height: 1.6;
  flex: 1;
}

.price-row-label strong {
  display: block;
  font-weight: 600;
  color: #6c4e4c;
  margin-bottom: 2px;
}

.price-row-val {
  font-family: 'Unbounded', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #6c4e4c;
  white-space: nowrap;
  flex-shrink: 0;
}

.extras-title {
  font-family: 'Unbounded', sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #C4A8A5;
  margin-bottom: 12px;
}

.extras-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 32px;
}

.extra-chip {
  background: #f5efed;
  border: 1px solid #e6d6d3;
  border-radius: 8px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.extra-chip-label {
  font-family: 'Unbounded', sans-serif;
  font-size: 9px;
  font-weight: 500;
  color: #6c4e4c;
  line-height: 1.4;
}

.extra-chip-price {
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #a07a77;
  white-space: nowrap;
}

.modal-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 28px;
  background: #6c4e4c;
  color: #fff;
  text-decoration: none;
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.modal-cta:hover {
  background: #a07a77;
  transform: translateY(-1px);
}

.modal-cta svg {
  width: 14px;
  height: 14px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .services-section { padding: 70px 28px 90px; }
  .svc-card { padding: 32px 28px 28px; min-height: 180px; }
  .svc-card::before { font-size: 90px; }
}

@media (max-width: 600px) {
  .services-section { padding: 50px 16px 70px; }
  .services-grid { grid-template-columns: 1fr; gap: 2px; }
  .svc-card { padding: 28px 24px 24px; min-height: 160px; }
  .svc-card::before { font-size: 80px; bottom: -6px; right: 14px; }
  .card-title { font-size: 14px; }
  .price-val  { font-size: 20px; }
  .card-arrow { width: 38px; height: 38px; }

  .modal-overlay { align-items: flex-end; padding: 0; }
  .modal-box {
    max-width: 100%;
    width: 100%;
    max-height: 88vh;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
  }
  .modal-overlay.open .modal-box { transform: translateY(0); }
  .modal-head { padding: 28px 24px 24px; }
  .modal-body { padding: 24px 24px 32px; }
  .extras-grid { grid-template-columns: 1fr; }
  .modal-title { font-size: 15px; }
  .badge-price { font-size: 30px; }
  .modal-cta { font-size: 12px; }

  .modal-box::before {
    content: '';
    display: block;
    width: 36px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.3);
    margin: 14px auto 0;
  }
}

@media (min-width: 1400px) {
  .services-section { padding-top: 110px; padding-bottom: 140px; }
  .services-section__inner { max-width: 1400px; padding-left: 0; padding-right: 0; }
  .svc-card { padding: 52px 48px 48px; min-height: 260px; }
  .svc-card::before { font-size: 140px; }
}

/* ═══════════════════════════════════════════
   STEPS (HOW WE WORK) — кремовий фон
   ═══════════════════════════════════════════ */
.steps-section {
  font-family: 'Unbounded', sans-serif;
  background: #f0ecea;
  width: 100%;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 120px;
}

.steps-section__inner {
  max-width: 1450px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}

.steps-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 70px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6d6d3;
}

.steps-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.steps-eyebrow-line {
  width: 36px;
  height: 1px;
  background: #C4A8A5;
  flex-shrink: 0;
}

.steps-eyebrow-text {
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #C4A8A5;
}

.steps-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(24px, 3.5vw, 46px);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #6c4e4c;
  line-height: 0.95;
  margin: 0;
}

.steps-title-light {
  display: block;
  font-weight: 300;
  font-size: 0.75em;
  letter-spacing: 0.06em;
  color: #a07a77;
  margin-top: 6px;
}

.steps-list {
  display: flex;
  flex-direction: column;
}

.steps-row {
  display: grid;
  grid-template-columns: 100px 1fr 1.8fr;
  align-items: center;
  gap: 0 40px;
  padding: 36px 0;
  border-bottom: 1px solid #e6d6d3;
  position: relative;
  cursor: default;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
}

.steps-row.steps-visible {
  opacity: 1;
  transform: translateX(0);
}

.steps-row::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #ffffff;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 0;
  margin: 6px -20px;
}

.steps-row:hover::before { opacity: 1; }
.steps-row > * { position: relative; z-index: 1; }

.steps-row::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  background: linear-gradient(to right, #6c4e4c, #C4A8A5);
  transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.steps-row:hover::after { width: 100%; }

.steps-num {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(42px, 4.5vw, 55px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px #e6d6d3;
  line-height: 1;
  transition: -webkit-text-stroke-color 0.4s ease;
  user-select: none;
}

.steps-row:hover .steps-num {
  -webkit-text-stroke-color: #C4A8A5;
}

.steps-label {
  display: flex;
  align-items: center;
  gap: 18px;
}

.steps-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f5efed;
  border: 1px solid #e6d6d3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.4s ease,
              border-color 0.4s ease,
              transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.steps-icon svg {
  width: 18px;
  height: 18px;
  color: #6c4e4c;
  transition: color 0.4s ease;
}

.steps-row:hover .steps-icon {
  background: #6c4e4c;
  border-color: #6c4e4c;
  transform: scale(1.08);
}

.steps-row:hover .steps-icon svg { color: #ffffff; }

.steps-step-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(10px, 1vw, 12px);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6c4e4c;
  line-height: 1.4;
  margin: 0;
}

.steps-desc {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(10px, 0.85vw, 11.5px);
  font-weight: 400;
  line-height: 2;
  color: #a08380;
  letter-spacing: 0.01em;
  margin: 0;
}

.steps-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s;
}

.steps-footer.steps-visible {
  opacity: 1;
  transform: translateY(0);
}

.steps-footer-note {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Unbounded', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #a08380;
}

.steps-footer-icon {
  width: 16px;
  height: 16px;
  color: #C4A8A5;
  flex-shrink: 0;
}

.steps-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: #6c4e4c;
  color: #ffffff;
  border-radius: 32px;
  font-family: 'Unbounded', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 20px rgba(108, 78, 76, 0.22);
}

.steps-cta:hover {
  background: #a07a77;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(108, 78, 76, 0.32);
}

.steps-cta-arrow { width: 14px; height: 14px; }

@media (max-width: 960px) {
  .steps-section { padding: 70px 32px 90px; }
  .steps-header { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 50px; padding-bottom: 30px; }
  .steps-row { grid-template-columns: 60px 1fr; grid-template-rows: auto auto; gap: 0 20px; padding: 28px 0; }
  .steps-num { grid-row: 1 / 3; font-size: 38px; align-self: center; }
  .steps-label { grid-column: 2; }
  .steps-desc { grid-column: 2; margin-top: 10px; font-size: 11px; }
  .steps-row::before { margin: 4px -12px; }
  .steps-footer { flex-direction: column; align-items: flex-start; gap: 20px; }
}

@media (max-width: 560px) {
  .steps-section { padding: 50px 16px 70px; }
  .steps-title { font-size: 26px; }
  .steps-row { grid-template-columns: 48px 1fr; gap: 0 14px; padding: 22px 0; }
  .steps-num { font-size: 26px; }
  .steps-icon { width: 40px; height: 40px; }
  .steps-icon svg { width: 15px; height: 15px; }
  .steps-step-title { font-size: 10px; }
  .steps-desc { font-size: 10px; line-height: 1.75; }
  .steps-row::before { display: none; }
  .steps-cta { width: 100%; justify-content: center; font-size: 14px; }
}

@media (min-width: 1400px) {
  .steps-section { padding-top: 120px; padding-bottom: 150px; }
  .steps-section__inner { max-width: 1400px; padding-left: 0; padding-right: 0; }
  .steps-desc { font-size: 12px; }
  .steps-step-title { font-size: 13px; }
}

/* ═══════════════════════════════════════════
   WHY US — кремовий фон
   ═══════════════════════════════════════════ */
.why-section {
  font-family: 'Unbounded', sans-serif;
  background: #f0ecea;
  padding: 100px 0 0;
  overflow: hidden;
}

.why-header {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 80px 70px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #e6d6d3;
  margin-bottom: 0;
  box-sizing: border-box;
}

.why-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.why-eyebrow-line {
  width: 32px;
  height: 1px;
  background: #C4A8A5;
  flex-shrink: 0;
}

.why-eyebrow-text {
  font-family: 'Unbounded', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #C4A8A5;
}

.why-main-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(22px, 3.5vw, 46px);
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #6c4e4c;
  line-height: 0.95;
  margin: 0;
}

.why-main-title-light {
  display: block;
  font-weight: 300;
  font-size: 0.72em;
  letter-spacing: 0.04em;
  color: #a07a77;
  margin-top: 8px;
}

.why-header-note {
  font-family: 'Unbounded', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #a08380;
  line-height: 1.9;
  max-width: 280px;
  letter-spacing: 0.02em;
  text-align: right;
}

.why-bento {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  grid-template-rows: auto auto;
  gap: 3px;
  margin-top: 3px;
}

.why-card {
  position: relative;
  overflow: hidden;
  background: #e6d6d3;
  cursor: default;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  contain: layout style;
}

.why-card.why-visible {
  opacity: 1;
  transform: translateY(0);
}

.why-card--tall {
  grid-row: 1 / 3;
  min-height: 100%;
}

.why-card--wide {
  grid-column: 1 / 3;
  min-height: 340px;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.why-card-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.why-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-card:hover .why-card-media img { transform: scale(1.04); }

.why-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(46,31,29,0.82) 0%, rgba(46,31,29,0.35) 45%, rgba(46,31,29,0.08) 100%);
  transition: background 0.4s ease;
}

.why-card:hover .why-card-overlay {
  background: linear-gradient(to top, rgba(108,78,76,0.88) 0%, rgba(108,78,76,0.42) 50%, rgba(108,78,76,0.1) 100%);
}

.why-card--wide .why-card-overlay {
  background: linear-gradient(to right, rgba(46,31,29,0.9) 0%, rgba(46,31,29,0.6) 50%, rgba(46,31,29,0.4) 100%);
}

.why-card--wide:hover .why-card-overlay {
  background: linear-gradient(to right, rgba(108,78,76,0.95) 0%, rgba(108,78,76,0.6) 60%, rgba(108,78,76,0.3) 100%);
}

.why-card-content { position: relative; z-index: 2; padding: 40px 36px; }
.why-card--wide .why-card-content { max-width: 520px; padding: 48px 56px; }

.why-card-tag {
  display: inline-block;
  font-family: 'Unbounded', sans-serif;
  font-size: 8px; font-weight: 600;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 20px; padding: 4px 10px;
  margin-bottom: 14px;
  transition: color 0.35s ease, border-color 0.35s ease;
}

.why-card:hover .why-card-tag { color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.4); }

.why-card-title {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 800; text-transform: uppercase;
  color: #fff; line-height: 1.2;
  letter-spacing: -0.01em; margin: 0 0 10px;
}

.why-card-sub {
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(9px, 0.85vw, 11px);
  font-weight: 400; color: rgba(255,255,255,0.6);
  line-height: 1.8; letter-spacing: 0.02em;
  max-width: 320px; transition: color 0.35s ease;
}

.why-card:hover .why-card-sub { color: rgba(255,255,255,0.8); }

.why-wide-tags {
  position: relative; z-index: 2;
  padding: 48px 56px;
  display: flex; flex-wrap: wrap; gap: 10px;
  align-content: flex-end; max-width: 560px;
}

.why-tag-pill {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 8px 16px; border-radius: 32px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
  font-family: 'Unbounded', sans-serif;
  font-size: 9px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  transition: background 0.35s, color 0.35s, border-color 0.35s;
  white-space: nowrap;
}

.why-card:hover .why-tag-pill { background: rgba(255,255,255,0.16); color: #fff; border-color: rgba(255,255,255,0.35); }
.why-tag-pill-dot { width: 5px; height: 5px; border-radius: 50%; background: #C4A8A5; flex-shrink: 0; }

.why-card-num {
  position: absolute; top: 28px; right: 28px;
  font-family: 'Unbounded', sans-serif;
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.15em; color: rgba(255,255,255,0.25);
  z-index: 2; transition: color 0.35s ease;
}

.why-card:hover .why-card-num { color: rgba(255,255,255,0.5); }

@media (max-width: 960px) {
  .why-section { padding: 70px 0 0; }
  .why-header { padding: 0 32px 50px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .why-header-note { text-align: left; max-width: 100%; }
  .why-bento { grid-template-columns: 1fr 1fr; }
  .why-card { min-height: 360px; }
  .why-card--wide { min-height: 280px; }
  .why-wide-tags { display: none; }
  .why-card--wide .why-card-content { max-width: 100%; padding: 36px 32px; }
}

@media (max-width: 600px) {
  .why-section { padding: 50px 0 0; }
  .why-header { padding: 0 16px 40px; }
  .why-bento { grid-template-columns: 1fr; }
  .why-card--tall { grid-row: auto; min-height: 420px; }
  .why-card--wide { grid-column: 1; min-height: 320px; flex-direction: column; justify-content: flex-end; }
  .why-card { min-height: 340px; }
  .why-card-content { padding: 28px 24px; }
  .why-card--wide .why-card-content { padding: 28px 24px; }
  .why-card-title { font-size: 16px; }
  .why-card-sub { font-size: 10px; }
}

@media (min-width: 1400px) {
  .why-header { max-width: 1400px; padding: 0 0 70px; }
  .why-card--tall { min-height: 580px; }
  .why-card { min-height: 540px; }
  .why-card--wide { min-height: 400px; }
  .why-card-title { font-size: 24px; }
}

/* ═══════════════════════════════════════════
   CLIENTS (MARQUEE) — кремовий фон
   =========================================== */
.clients-section {
  font-family: 'Unbounded', sans-serif;
  background: #f0ecea;
  overflow: hidden;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

.clients-stat-bar {
  max-width: 1360px; margin: 0 auto;
  padding: 90px 80px 70px;
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 60px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6d6d3;
}

.clients-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.clients-eyebrow-line { width: 32px; height: 1px; background: #C4A8A5; flex-shrink: 0; }
.clients-eyebrow-text { font-family: 'Unbounded', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: #C4A8A5; }
.clients-main-title { font-family: 'Unbounded', sans-serif; font-size: clamp(22px, 3.2vw, 44px); font-weight: 900; letter-spacing: -0.02em; text-transform: uppercase; color: #6c4e4c; line-height: 0.95; margin: 0; }
.clients-main-title-light { display: block; font-weight: 300; font-size: 0.72em; letter-spacing: 0.04em; color: #a07a77; margin-top: 8px; }

.clients-counter { text-align: center; flex-shrink: 0; cursor: default; }
.clients-counter-num { font-family: 'Unbounded', sans-serif; font-size: clamp(64px, 8vw, 110px); font-weight: 900; letter-spacing: -0.04em; color: transparent; -webkit-text-stroke: 2px #C4A8A5; line-height: 1; display: block; }
.clients-counter-label { font-family: 'Unbounded', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #a08380; margin-top: 8px; display: block; }

.clients-note { font-family: 'Unbounded', sans-serif; font-size: 10px; font-weight: 400; color: #a08380; line-height: 1.9; letter-spacing: 0.02em; text-align: right; max-width: 260px; margin-left: auto; }

.clients-marquee-wrap { display: flex; flex-direction: column; border-bottom: 1px solid #e6d6d3; }
.clients-marquee-row { display: flex; overflow: hidden; border-top: 1px solid #e6d6d3; position: relative; padding: 22px 0; }
.clients-marquee-row::before { content: ''; position: absolute; inset: 0; background: #fff; opacity: 0; transition: opacity 0.35s ease; z-index: 0; }
.clients-marquee-row:hover::before { opacity: 1; }

/* ⚠️ КЛЮЧОВЕ — примусовий запуск анімації */
.clients-marquee-track {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  width: max-content;
  
  /* Примусово через скорочений запис */
  animation: marqueeScroll 30s linear infinite !important;
}

.clients-marquee-row:nth-child(2) .clients-marquee-track {
  animation: marqueeScroll 35s linear infinite !important;
  animation-direction: reverse !important;
}

.clients-marquee-row:nth-child(3) .clients-marquee-track {
  animation: marqueeScroll 20s linear infinite !important;
}

.clients-marquee-row:hover .clients-marquee-track {
  animation-play-state: paused !important;
}

/* ⚠️ KEYFRAMES — обов'язково без !important */
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.clients-brand {
  display: inline-flex; align-items: center; flex-shrink: 0;
  padding: 0 40px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: #6c4e4c;
  cursor: default; transition: color 0.3s ease;
  position: relative; white-space: nowrap; user-select: none;
}

.clients-brand::after { content: '\00B7'; position: absolute; right: 0; top: 50%; transform: translate(50%, -50%); color: #C4A8A5; font-size: 1.4em; line-height: 1; }
.clients-brand--lg { font-size: clamp(18px, 2.2vw, 30px); font-weight: 800; }
.clients-brand--md { font-size: clamp(13px, 1.5vw, 20px); font-weight: 700; }
.clients-brand--sm { font-size: clamp(10px, 1.1vw, 15px); font-weight: 600; color: #a07a77; }
.clients-marquee-row:hover .clients-brand:hover { color: #C4A8A5; }

.clients-bottom { max-width: 1360px; margin: 0 auto; padding: 50px 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; box-sizing: border-box; }
.clients-bottom-text { font-family: 'Unbounded', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0.1em; color: #a08380; text-transform: uppercase; }
.clients-bottom-text strong { color: #6c4e4c; font-weight: 700; }

.clients-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px;
  background: #6c4e4c; color: #fff;
  text-decoration: none;
  font-family: 'Unbounded', sans-serif;
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  border: none; border-radius: 32px; cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
  box-shadow: 0 6px 20px rgba(108,78,76,0.22);
  white-space: nowrap; flex-shrink: 0;
}

.clients-cta:hover { background: #a07a77; transform: translateY(-2px); }
.clients-cta-arrow { display: inline-block; transition: transform 0.3s ease; }
.clients-cta:hover .clients-cta-arrow { transform: translateX(4px); }

@media (max-width: 960px) {
  .clients-stat-bar { padding: 70px 32px 50px; grid-template-columns: 1fr; gap: 32px; text-align: center; }
  .clients-eyebrow { justify-content: center; }
  .clients-note { text-align: center; margin: 0 auto; max-width: 100%; }
  .clients-counter-num { font-size: 80px; }
  .clients-bottom { padding: 40px 32px; flex-direction: column; align-items: flex-start; gap: 20px; }
  .clients-cta { width: 100%; justify-content: center; }
}

@media (max-width: 600px) {
  .clients-stat-bar { padding: 50px 16px 40px; }
  .clients-counter-num { font-size: 64px; -webkit-text-stroke-width: 1.5px; }
  .clients-brand--lg { font-size: 18px; }
  .clients-brand--md { font-size: 13px; }
  .clients-brand--sm { font-size: 10px; }
  .clients-brand { padding: 0 24px; }
  .clients-marquee-row { padding: 18px 0; }
  .clients-bottom { padding: 32px 16px; }
  .clients-bottom-text { font-size: 9px; }
  .clients-cta { font-size: 12px; padding: 12px 24px; }
}

@media (min-width: 1400px) {
  .clients-stat-bar { max-width: 1400px; padding: 110px 0 80px; }
  .clients-bottom { max-width: 1400px; padding: 60px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .clients-marquee-track { animation: none !important; }
}

/* ═══════════════════════════════════════════
   FAQ — кремовий фон
   =========================================== */
.faq-home { 
  padding: 80px 0; 
  background: #f0ecea; 
  font-family: 'Unbounded', sans-serif; 
  width: 100%;
  box-sizing: border-box;
}

.faq-home__inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.faq-home__title { font-family: 'Unbounded', sans-serif; font-size: clamp(24px, 4vw, 40px); font-weight: 700; color: #6c4e4c; text-align: center; margin-bottom: 12px; }
.faq-home__subtitle { font-family: 'Unbounded', sans-serif; font-size: 16px; color: #a08380; text-align: center; margin-bottom: 40px; }
.faq-home__list { max-width: 800px; margin: 0 auto; }

.faq-item { 
  border-bottom: 1px solid #e6d6d3; 
}
.faq-item:first-child { 
  border-top: 1px solid #e6d6d3; 
}

.faq-item__trigger {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 20px 0;
  background: transparent; border: none;
  color: #6c4e4c;
  font-family: 'Unbounded', sans-serif;
  font-size: 18px; font-weight: 600;
  cursor: pointer; text-align: left;
  min-height: 48px; transition: color 0.3s ease;
  outline: none;
}

.faq-item__trigger:hover,
.faq-item__trigger:focus-visible { 
  color: #C4A8A5; 
}

.faq-item__trigger[aria-expanded="true"] { 
  color: #C4A8A5; 
}

.faq-item__icon { 
  font-size: 22px; 
  font-weight: 300; 
  color: #C4A8A5; 
  width: 24px; 
  text-align: center; 
  transition: transform 0.3s ease; 
  line-height: 1;
  flex-shrink: 0;
}

.faq-item__trigger[aria-expanded="true"] .faq-item__icon { 
  transform: rotate(45deg); 
}

.faq-item__answer { 
  padding: 0 0 20px; 
}

.faq-item__answer[hidden] { 
  display: none; 
}

.faq-item__answer p { 
  font-family: 'Unbounded', sans-serif; 
  font-size: 15px; 
  color: #a08380; 
  line-height: 1.8; 
  margin: 0;
}

@media (max-width: 680px) {
  .faq-home { padding: 60px 0; }
  .faq-home__title { font-size: 22px; }
  .faq-home__subtitle { font-size: 14px; }
  .faq-item__trigger { font-size: 16px; padding: 16px 0; min-height: 44px; }
  .faq-item__answer p { font-size: 14px; }
  .faq-item__icon { font-size: 18px; }
}


/* ═══════════════════════════════════════════
   CTA FORM — темно-рожевий фон
   ═══════════════════════════════════════════ */
.cta-form { padding: 80px 0; background: #6c4e4c; text-align: center; font-family: 'Unbounded', sans-serif; }
.cta-form__inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.cta-form__title { font-family: 'Unbounded', sans-serif; font-size: clamp(28px, 5vw, 42px); font-weight: 700; color: #fff; margin-bottom: 12px; }
.cta-form__subtitle { font-family: 'Unbounded', sans-serif; font-size: 16px; color: rgba(255,255,255,0.7); margin-bottom: 32px; }
.cta-form__btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 18px 40px;
  background: #fff; color: #6c4e4c;
  font-family: 'Unbounded', sans-serif;
  font-size: 13px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  border-radius: 40px; text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cta-form__btn:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.3); }

@media (max-width: 680px) {
  .cta-form { padding: 60px 0; }
  .cta-form__title { font-size: 24px; }
  .cta-form__subtitle { font-size: 14px; }
  .cta-form__btn { width: 100%; justify-content: center; padding: 16px 24px; font-size: 12px; }
}

/* ═══════════════════════════════════════════
   ABOUT / SEO — кремовий фон
   ═══════════════════════════════════════════ */
.about-section { background: #f0ecea; padding: 100px 0 0; overflow: hidden; font-family: 'Unbounded', sans-serif; }
.about-hero { max-width: 1360px; margin: 0 auto; padding: 0 80px 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; border-bottom: 1px solid #e6d6d3; }
.about-main-title { font-family: 'Unbounded', sans-serif; font-size: clamp(20px, 3vw, 42px); font-weight: 900; letter-spacing: -0.02em; text-transform: uppercase; color: #6c4e4c; line-height: 1.0; }
.about-brand-name { display: block; font-family: 'Unbounded', sans-serif; font-size: 0.65em; font-weight: 300; letter-spacing: 0.1em; color: #C4A8A5; margin-top: 10px; }
.about-intro-text { font-family: 'Unbounded', sans-serif; font-size: clamp(10px, 0.9vw, 12px); font-weight: 300; line-height: 2; color: #a08380; }
.about-intro-text strong { color: #6c4e4c; font-weight: 600; }
.about-services { max-width: 1360px; margin: 0 auto; padding: 0 80px; }
.about-services-label { font-family: 'Unbounded', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: #C4A8A5; padding: 40px 0 0; display: block; }
.about-service-row { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 0 32px; padding: 24px 0; border-bottom: 1px solid #e6d6d3; position: relative; cursor: default; opacity: 0; transform: translateX(-16px); transition: opacity 0.7s ease, transform 0.7s ease; }
.about-service-row.is-visible { opacity: 1; transform: translateX(0); }
.about-service-row::after { content: ''; position: absolute; bottom: -1px; left: 0; height: 1px; width: 0; background: linear-gradient(to right, #6c4e4c, #C4A8A5); transition: width 0.5s ease; }
.about-service-row:hover::after { width: 100%; }
.about-srv-num { font-family: 'Unbounded', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: rgba(108,78,76,0.3); }
.about-service-row:hover .about-srv-num { color: #C4A8A5; }
.about-srv-title { font-family: 'Unbounded', sans-serif; font-size: clamp(11px, 1.1vw, 13px); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #6c4e4c; margin: 0 0 4px; }
.about-srv-desc { font-family: 'Unbounded', sans-serif; font-size: clamp(9px, 0.8vw, 11px); font-weight: 300; color: #a08380; line-height: 1.6; }
.about-srv-tag { font-family: 'Unbounded', sans-serif; font-size: 8px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(108,78,76,0.4); white-space: nowrap; padding: 5px 12px; border: 1px solid #e6d6d3; border-radius: 20px; }
.about-bottom-text { max-width: 1360px; margin: 0 auto; padding: 60px 80px 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; border-top: 1px solid #e6d6d3; opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s; }
.about-bottom-text.is-visible { opacity: 1; transform: translateY(0); }
.about-text-col p { font-family: 'Unbounded', sans-serif; font-size: clamp(10px, 0.85vw, 11.5px); font-weight: 300; line-height: 2; color: #a08380; }
.about-text-col p strong { color: #6c4e4c; font-weight: 600; }
.about-cta-row { max-width: 1360px; margin: 0 auto; padding: 0 80px 90px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.about-cta-note { font-family: 'Unbounded', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0.08em; color: #a08380; text-transform: uppercase; }
.about-cta-note strong { color: #6c4e4c; }
.about-cta-btn { display: inline-flex; align-items: center; gap: 12px; padding: 16px 36px; background: #6c4e4c; color: #fff; text-decoration: none; font-family: 'Unbounded', sans-serif; font-size: 9px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; border-radius: 32px; transition: background 0.3s, transform 0.3s; box-shadow: 0 6px 24px rgba(108,78,76,0.2); white-space: nowrap; }
.about-cta-btn:hover { background: #a07a77; transform: translateY(-2px); }
.about-cta-arrow { display: inline-block; transition: transform 0.3s ease; }
.about-cta-btn:hover .about-cta-arrow { transform: translateX(5px); }

@media (max-width: 960px) {
  .about-section { padding: 70px 0 0; }
  .about-hero, .about-services, .about-bottom-text, .about-cta-row { padding-left: 32px; padding-right: 32px; }
  .about-hero { grid-template-columns: 1fr; gap: 28px; padding-bottom: 50px; }
  .about-bottom-text { grid-template-columns: 1fr; gap: 24px; padding-top: 40px; padding-bottom: 50px; }
  .about-service-row { grid-template-columns: 40px 1fr; gap: 0 20px; }
  .about-srv-tag { display: none; }
  .about-cta-row { flex-direction: column; align-items: flex-start; gap: 20px; padding-bottom: 60px; }
  .about-cta-btn { width: 100%; font-size: 12px; padding: 18px 32px; }
}

@media (max-width: 560px) {
  .about-section { padding: 50px 0 0; }
  .about-hero, .about-services, .about-bottom-text, .about-cta-row { padding-left: 20px; padding-right: 20px; }
  .about-hero { padding-bottom: 36px; gap: 24px; }
  .about-main-title { font-size: clamp(26px, 7vw, 34px); line-height: 1.1; }
  .about-intro-text { font-size: 13px; line-height: 1.85; }
  .about-service-row { grid-template-columns: 32px 1fr; gap: 0 14px; padding: 20px 0; }
  .about-srv-num { font-size: 10px; }
  .about-srv-title { font-size: 12px; }
  .about-srv-desc { font-size: 11px; }
  .about-bottom-text { gap: 28px; padding-top: 32px; padding-bottom: 40px; }
  .about-text-col p { font-size: 12px; }
  .about-cta-row { flex-direction: column; align-items: stretch; gap: 16px; padding-bottom: 50px; }
  .about-cta-note { text-align: center; }
  .about-cta-btn { width: 100%; font-size: 12px; padding: 20px 24px; border-radius: 16px; min-height: 56px; }
}

@media (min-width: 1400px) {
  .about-hero, .about-services, .about-bottom-text, .about-cta-row { max-width: 1400px; padding-left: 0; padding-right: 0; }
}


/* Планшет ≤ 960px */
@media (max-width: 960px) {
  .services-section__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
  .steps-section__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* Мобільний ≤ 680px */
@media (max-width: 680px) {
  .services-section__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .steps-section__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Wide ≥ 1400px */
@media (min-width: 1400px) {
  .services-section__inner {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
  .steps-section__inner {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
}