.hero--services {
  position: relative;
}

.hero__inner--services {
  align-items: stretch;
}

.hero__scene--services {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.services-hero-visual {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
}

.services-hero-visual__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-hero-visual__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 0, rgba(240, 193, 90, 0.35), transparent 55%),
    radial-gradient(circle at 80% 0, rgba(230, 64, 58, 0.4), transparent 60%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.9));
  mix-blend-mode: soft-light;
}

.services-hero-visual__chips,
.services-hero-visual__cards,
.services-hero-visual__roulette {
  position: absolute;
  border-radius: 999px;
}

.services-hero-visual__chips {
  right: 9%;
  bottom: 18%;
  width: 56px;
  height: 56px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.8), transparent 60%),
    conic-gradient(from 210deg, #f0c15a, #1b1c2f, #f0c15a, #1b1c2f, #f0c15a);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.9);
}

.services-hero-visual__cards {
  left: 7%;
  bottom: 24%;
  width: 82px;
  height: 54px;
  background: linear-gradient(135deg, #fdfaf3, #d8c7a1);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.9);
  transform: rotate(-10deg);
}

.services-hero-visual__cards::before,
.services-hero-visual__cards::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.services-hero-visual__cards::after {
  inset: 8px;
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.25);
}

.services-hero-visual__roulette {
  left: 42%;
  bottom: 8%;
  width: 110px;
  height: 110px;
  background:
    radial-gradient(circle at 50% 50%, #1b0803 0, #1b0803 25%, #3a1107 26%, #3a1107 36%, transparent 37%),
    conic-gradient(from 0deg, #c0392b 0 12.5%, #27ae60 12.5% 25%, #c0392b 25% 37.5%, #27ae60 37.5% 50%, #c0392b 50% 62.5%, #27ae60 62.5% 75%, #c0392b 75% 87.5%, #27ae60 87.5% 100%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.95);
}

.services-hero-visual__caption {
  position: absolute;
  left: 1.5rem;
  bottom: 1.25rem;
  font-size: var(--font-size-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-soft);
  background: rgba(0, 0, 0, 0.65);
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-pill);
  backdrop-filter: blur(16px);
}

.hero-panels--services {
  margin-top: 1rem;
}

.services-intro {
  max-width: 720px;
  margin-inline: auto;
  text-align: left;
  margin-bottom: var(--space-8);
}

.services-intro .tag {
  margin-bottom: var(--space-3);
}

.services-bento {
  margin-top: var(--space-4);
}

.services-bento__body {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: var(--space-5);
  align-items: stretch;
}

.services-bento__text {
  position: relative;
  z-index: 1;
}

.services-bento__media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.services-bento__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-bento__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.services-list {
  margin: var(--space-3) 0 0 0;
  padding-left: 1.1rem;
  font-size: var(--font-size-sm);
  color: var(--color-text-soft);
}

.services-list li {
  margin-bottom: 0.4rem;
}

.services-list--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  padding-left: 0;
  list-style: none;
}

.services-list--inline li::before {
  content: "\2022";
  margin-right: 0.4rem;
  color: var(--color-primary-strong);
}

.services-experience {
  align-items: flex-start;
  gap: var(--space-6);
}

.services-experience__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.services-responsible {
  align-self: stretch;
}

.services-gallery__header {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: var(--space-6);
}

.services-gallery__header .tag {
  justify-content: center;
  margin-bottom: var(--space-3);
}

.services-gallery-strip {
  margin-bottom: var(--space-6);
}

.services-gallery-strip__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-testimonials {
  margin-top: var(--space-4);
  gap: var(--space-5);
}

.services-bottom-cta {
  margin-top: var(--space-8);
  padding: var(--space-6);
  border-radius: var(--radius-xl);
  background: radial-gradient(circle at 0 0, rgba(240, 193, 90, 0.22), transparent 55%),
    linear-gradient(135deg, #11121f, #1b1012);
  border: 1px solid rgba(240, 193, 90, 0.4);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.services-bottom-cta__title {
  margin-bottom: var(--space-2);
}

.services-bottom-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

@media (max-width: 1024px) {
  .services-bento__body {
    grid-template-columns: minmax(0, 1fr);
  }

  .services-hero-visual__chips {
    right: 7%;
  }

  .services-hero-visual__cards {
    left: 6%;
  }

  .services-hero-visual__roulette {
    left: 38%;
  }
}

@media (max-width: 768px) {
  .services-intro {
    text-align: left;
  }

  .services-hero-visual__caption {
    left: 1rem;
    right: 1rem;
    bottom: 0.9rem;
  }

  .services-bottom-cta {
    padding: var(--space-5);
  }
}

@media (max-width: 640px) {
  .services-hero-visual__chips,
  .services-hero-visual__cards,
  .services-hero-visual__roulette {
    display: none;
  }

  .services-bento__cta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-bottom-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
