.hero--services-pro {
  background: #0f172a !important;
  background-image: none !important;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
  padding: clamp(2.4rem, 5vw, 3.6rem) 0;
  box-shadow: 0 30px 60px rgba(15, 23, 42, .35);
  position: relative;
}

.hero--services-pro::before {
  display: none !important;
}

.hero--services-pro .hero-inner {
  background: transparent !important;
}

.hero--services-pro .waves {
  display: none !important;
}

.hero--services-pro .hero-slider {
  position: relative;
  width: 100%;
  max-width: min(1600px, 98%);
  margin-inline: auto;
  padding: 0 clamp(2.4rem, 5vw, 3.6rem);
  overflow: visible;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.hero--services-pro .hero-slider__container {
  position: relative;
  width: 100%;
  color: #e6f6ff;
  min-height: clamp(520px, 70vh, 760px);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  overflow: visible;
  background: transparent;
}

.hero--services-pro .hero-slider__slides {
  position: relative;
  flex: 0 1 auto;
  min-height: clamp(480px, 60vh, 680px);
  height: auto;
  transition: min-height .45s ease, height .45s ease;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

.hero--services-pro .hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 3.5vw, 3.5rem);
  align-items: start;
  opacity: 0;
  transform: translateX(8%);
  pointer-events: none;
  transition: opacity .5s ease, transform .6s ease;
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  background: transparent;
}

.hero--services-pro .hero-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  z-index: 2;
  position: relative !important;
  height: auto !important;
  min-height: 100%;
}

.hero--services-pro .hero-slide__content {
  display: grid;
  gap: 1rem;
  align-content: start;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  overflow: visible;
  min-width: 0;
  height: fit-content;
}

.hero--services-pro .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  font-size: .85rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0369a1;
  background: rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: .45rem .85rem;
  margin: 0;
  width: fit-content;
  font-weight: 700;
}

.hero--services-pro .hero-slide__content h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  color: #fff;
}

.hero--services-pro .hero-slide__content .lead {
  margin: 0;
  color: #f0f8ff;
  font-size: 1.1rem;
  line-height: 1.6;
}

.hero--services-pro .hero-pillars {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: .35rem;
  color: #cbe9ff;
  font-weight: 600;
  list-style: none;
  overflow: visible;
}

.hero--services-pro .hero-pillars li {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  color: #e5f6ff;
}

.hero--services-pro .hero-pillars i {
  font-size: 1.1rem;
  color: var(--accent);
  margin-top: .15rem;
  flex-shrink: 0;
}

.hero--services-pro .hero-cta {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(0.5rem, 1.2vw, 0.9rem);
  align-items: center;
  margin-top: 0.5rem;
  overflow: visible;
}

.hero--services-pro .hero-cta .btn {
  flex: 0 1 auto;
  white-space: nowrap;
  min-width: -webkit-fill-available;
  min-width: max-content;
  padding: clamp(0.5rem, 1.2vw, 0.75rem) clamp(0.85rem, 1.5vw, 1.2rem);
  font-size: clamp(0.8rem, 1.2vw, 0.95rem);
  line-height: 1.3;
}

.hero--services-pro .hero-slide__media {
  margin: 0;
  align-self: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: clamp(320px, 55vh, 560px);
  max-height: none;
  box-sizing: border-box;
  overflow: visible;
  min-width: 0;
}

.hero--services-pro .hero-visual {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.hero--services-pro .hero-visual img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: clamp(320px, 55vh, 560px);
  max-height: clamp(320px, 55vh, 560px);
  border-radius: 28px;
  box-shadow: 0 24px 40px rgba(8, 17, 31, .45);
  object-fit: cover;
  object-position: center;
  box-sizing: border-box;
}

.hero--services-pro .hero-badge {
  margin-top: 1.5rem;
  background: rgba(255, 255, 255, .95);
  color: #0369a1;
  font-weight: 700;
  padding: .6rem 1.4rem;
  border-radius: 60px;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .15);
  border: 1px solid rgba(30, 77, 107, .25);
  align-self: center;
  width: fit-content;
}

.hero--services-pro .hero-slider__dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  z-index: 10;
  padding: .5rem 1rem;
  background: rgba(15, 23, 42, .25);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 999px;
  width: fit-content;
  margin: clamp(1rem, 2vw, 1.5rem) auto 0;
  border: 1px solid rgba(30, 77, 107, .1);
  align-self: center;
}

.hero--services-pro .hero-slider__dots button,
.hero--services-pro .hero-slider__dots .hero-dot {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid rgba(230, 246, 255, .5);
  background: rgba(230, 246, 255, .15);
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition: width .35s cubic-bezier(0.4, 0, 0.2, 1), height .35s cubic-bezier(0.4, 0, 0.2, 1), background .35s cubic-bezier(0.4, 0, 0.2, 1), border-color .35s cubic-bezier(0.4, 0, 0.2, 1), border-width .35s cubic-bezier(0.4, 0, 0.2, 1), border-radius .35s cubic-bezier(0.4, 0, 0.2, 1), transform .35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow .35s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
  margin: 0;
  min-width: 14px;
  min-height: 14px;
  box-sizing: border-box;
}

.hero--services-pro .hero-slider__dots button::before,
.hero--services-pro .hero-slider__dots .hero-dot::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 77, 107, .1) 0%, transparent 70%);
  opacity: 0;
  transition: opacity .3s ease;
}

.hero--services-pro .hero-slider__dots button:hover,
.hero--services-pro .hero-slider__dots .hero-dot:hover {
  border-color: rgba(30, 77, 107, .5);
  background: rgba(230, 246, 255, .35);
  transform: scale(1.2);
  box-shadow: 0 0 8px rgba(15, 23, 42, .2);
}

.hero--services-pro .hero-slider__dots button:hover::before,
.hero--services-pro .hero-slider__dots .hero-dot:hover::before {
  opacity: 1;
}

.hero--services-pro .hero-slider__dots button.is-active,
.hero--services-pro .hero-slider__dots .hero-dot.is-active {
  width: 36px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fff 0%, rgba(30, 77, 107, .6) 100%);
  border: 2px solid rgba(30, 77, 107, .7);
  box-shadow:
    0 0 12px rgba(15, 23, 42, .2),
    inset 0 1px 1px rgba(255, 255, 255, .2),
    0 0 0 1px rgba(30, 77, 107, .2);
  transform: scale(1);
  min-width: 36px;
  min-height: 10px;
  box-sizing: border-box;
}

.hero--services-pro .hero-slider__dots button.is-active::after,
.hero--services-pro .hero-slider__dots .hero-dot.is-active::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, .15) 50%, transparent 100%);
  animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
  0%, 100% {
    opacity: 0;
    transform: translateX(-100%);
  }
  50% {
    opacity: 1;
    transform: translateX(100%);
  }
}

.hero--services-pro .hero-dot:focus-visible {
  outline: 2px solid rgba(30, 77, 107, .5);
  outline-offset: 2px;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .hero--services-pro .hero-slide {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(1.5rem, 2.5vw, 2rem);
  }
}

@media (max-width: 960px) {
  .hero--services-pro {
    padding: clamp(2rem, 4vw, 3rem) 0;
  }

  .hero--services-pro .hero-slider {
    padding: 0 clamp(1.5rem, 4vw, 2.5rem);
  }

  .hero--services-pro .hero-slider__container {
    min-height: auto;
  }

  .hero--services-pro .hero-slider__slides {
    min-height: auto;
    overflow: hidden;
    position: relative;
  }

  .hero--services-pro .hero-slide {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
  }

  .hero--services-pro .hero-slide:not(.is-active) {
    display: none;
  }

  .hero--services-pro .hero-slide.is-active {
    position: relative;
    opacity: 1;
    transform: none;
    display: grid;
    height: auto;
    overflow: visible;
  }

  .hero--services-pro .hero-slide__media {
    order: -1;
    min-height: clamp(250px, 45vh, 400px);
    max-height: none;
  }

  .hero--services-pro .hero-slide__content {
    order: 2;
    text-align: center;
    max-width: 100%;
    padding: 0;
    gap: 0.9rem;
    align-items: center;
    overflow: visible;
  }

  .hero--services-pro .hero-kicker {
    margin: 0 auto;
    align-self: center;
  }

  .hero--services-pro .hero-cta {
    justify-content: center;
    flex-wrap: nowrap;
    gap: clamp(0.5rem, 1.5vw, 0.9rem);
  }

  .hero--services-pro .hero-cta .btn {
    padding: clamp(0.5rem, 1vw, 0.65rem) clamp(0.75rem, 1.2vw, 1rem);
    font-size: clamp(0.75rem, 1vw, 0.85rem);
  }

  .hero--services-pro .hero-pillars {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero--services-pro .hero-slide__content h1 {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
  }

  .hero--services-pro .hero-visual img {
    min-height: clamp(250px, 45vh, 400px);
    max-height: clamp(250px, 45vh, 400px);
  }

  .hero--services-pro .hero-slider__dots {
    position: relative;
    margin-top: 1.5rem;
    bottom: auto;
  }
}

@media (max-width: 720px) {
  .hero--services-pro {
    padding: clamp(1.5rem, 4vw, 2.5rem) 0;
  }

  .hero--services-pro .hero-slider {
    padding: 0 clamp(1.5rem, 4vw, 2.5rem);
  }

  .hero--services-pro .hero-slide {
    gap: 1.25rem;
  }

  .hero--services-pro .hero-slide__content {
    gap: 0.85rem;
  }

  .hero--services-pro .hero-slide__content h1 {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
  }

  .hero--services-pro .hero-cta {
    gap: clamp(0.5rem, 1.2vw, 0.65rem);
    flex-wrap: nowrap;
    width: 100%;
  }

  .hero--services-pro .hero-cta .btn {
    flex: 1 1 auto;
    min-width: -webkit-fill-available;
    min-width: max-content;
    padding: clamp(0.5rem, 1vw, 0.6rem) clamp(0.7rem, 1.1vw, 0.9rem);
    font-size: clamp(0.7rem, 0.9vw, 0.8rem);
  }

  .hero--services-pro .hero-slider__dots {
    bottom: clamp(0.75rem, 2.5vw, 1.5rem);
    padding: 0.4rem 0.8rem;
    gap: .5rem;
  }

  .hero--services-pro .hero-slider__dots button,
  .hero--services-pro .hero-slider__dots .hero-dot {
    width: 12px;
    min-width: 12px;
    height: 12px;
    min-height: 12px;
  }

  .hero--services-pro .hero-slider__dots button.is-active,
  .hero--services-pro .hero-slider__dots .hero-dot.is-active {
    width: 30px;
    min-width: 30px;
    height: 9px;
    min-height: 9px;
  }
}

@media (max-width: 560px) {
  .hero--services-pro {
    padding: 1.5rem 0;
  }

  .hero--services-pro .hero-slider {
    padding: 0 1.25rem;
  }

  .hero--services-pro .hero-slide__content {
    gap: 1rem;
  }

  .hero--services-pro .hero-slide__content h1 {
    font-size: clamp(1.8rem, 8vw, 2.4rem);
  }

  .hero--services-pro .hero-cta .btn {
    font-size: clamp(0.7rem, 0.85vw, 0.8rem);
    padding: clamp(0.5rem, 0.9vw, 0.6rem) clamp(0.7rem, 1vw, 0.85rem);
  }
}