.seo-breadcrumbs {
  padding: 14px 20px 0;
}

.seo-breadcrumbs .seo-breadcrumbs-container {
  max-width: 1280px;
  margin: 0 auto;
}

.seo-breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #475569;
}

.seo-breadcrumbs-link {
  color: #1d4ed8;
  text-decoration: none;
  font-weight: 600;
}

.seo-breadcrumbs-link:hover {
  text-decoration: underline;
}

.seo-breadcrumb-current {
  color: #0f172a;
  font-weight: 700;
}

.seo-breadcrumb-separator {
  color: #94a3b8;
  font-size: 12px;
  line-height: 1;
}

.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.whatsapp-float i {
  line-height: 1;
}

@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.scroll-top-float {
  position: fixed;
  right: 30px;
  bottom: 102px;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  border: 1px solid var(--neutral-700);
  background: var(--neutral-800);
  color: var(--neutral-100);
  box-shadow: 0 8px 20px rgba(20, 20, 43, 0.25);
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.scroll-top-float.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top-float:hover,
.scroll-top-float:focus-visible {
  background: var(--neutral-100);
  color: var(--neutral-800);
  outline: none;
}

.hero-portrait {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  isolation: isolate;
  height: 100%;
  overflow: visible;
}

.hero-portrait-frame {
  position: relative;
  width: min(100%, 760px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
  height: 100%;
  overflow: visible;
}

.hero-portrait-circle {
  position: absolute;
  width: clamp(300px, 46vw, 520px);
  height: clamp(300px, 46vw, 520px);
  border-radius: 999px;
  background: #eef0f6;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.hero-portrait-base {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  border-radius: 0 0 100% 69%;
  height: 100%;
}

.hero-portrait-base img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.6);
  transform-origin: bottom center;
}

.hero-portrait-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border-radius: 0 0 999px 999px;
}

.hero-portrait-overlay img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.6);
  transform-origin: bottom center;
  border-bottom-left-radius: 52% 51%;
  border-bottom-right-radius: 51% 100%;
}

.treatment-inline-carousel {
  position: relative;
}

.treatment-inline-carousel .home-portfolio-slider-mask {
  max-width: none;
  overflow: visible;
}

.treatment-inline-carousel-track {
  display: flex;
  gap: 34px;
  transition: transform 500ms ease;
  will-change: transform;
}

.treatment-inline-carousel .home-portfolio-slide {
  margin-right: 0;
  flex: 0 0 calc((100% - 102px) / 4);
}

.cwv-deferred-sections {
  content-visibility: auto;
  contain-intrinsic-size: 1px 4200px;
}

.youtube-facade {
  position: relative;
  width: 100%;
}

.youtube-facade__button {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.youtube-facade__poster {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
}

.youtube-facade__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.18), rgba(15, 23, 42, 0.5));
}

.youtube-facade__play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.94);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.3);
  z-index: 1;
}

.youtube-facade__play::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}

.youtube-facade__button:hover .youtube-facade__play,
.youtube-facade__button:focus-visible .youtube-facade__play {
  transform: translate(-50%, -50%) scale(1.05);
}

.youtube-facade iframe,
.youtube-facade__iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  border: 0;
  border-radius: 16px;
}

@media (max-width: 991px) {
  .services-section .image.service-icon {
    width: 72px;
    max-width: 72px;
    min-width: 72px;
    height: 72px;
    margin-right: 16px;
    margin-bottom: 0;
    object-fit: contain;
    object-position: center;
  }

  .header {
    padding-top: max(18px, calc(env(safe-area-inset-top, 0px) + 10px));
  }

  .menu-button {
    margin-top: 4px;
  }

  .treatment-inline-carousel .home-portfolio-slide {
    flex-basis: calc((100% - 34px) / 2);
  }
}

@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px;
    right: 20px;
    width: 55px;
    height: 55px;
    font-size: 28px;
  }

  .scroll-top-float {
    display: inline-flex;
    right: 20px;
    bottom: 86px;
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .youtube-facade__play {
    width: 62px;
    height: 62px;
  }
}

@media (max-width: 767px) {
  .treatment-inline-carousel .home-portfolio-slide {
    flex-basis: 100%;
  }
}
