/* Cambios visuales FORTEX: sliders, nuevas fotografias y botones responsive. */
.fortex-slider{position:relative;overflow:hidden;isolation:isolate}
.fortex-slider__slides{position:absolute;inset:0;z-index:-2}
.fortex-slider__slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .7s ease;pointer-events:none}
.fortex-slider__slide.is-active{opacity:1;pointer-events:auto}
.fortex-slider__slide--vehicle{object-position:center 58%}
.fortex-slider__slide--mataro{object-position:center 42%}
.fortex-slider__slide--pineda{object-position:center 52%}
.fortex-slider__slide--lloret{object-position:center 48%}
.fortex-slider__controls{position:absolute;z-index:3;left:0;right:0;bottom:18px;display:flex;align-items:center;justify-content:center;gap:12px;pointer-events:none}
.fortex-slider__button,.fortex-slider__dot{pointer-events:auto;border:1px solid rgba(255,255,255,.7);background:rgba(8,8,8,.68);color:#fff;box-shadow:0 4px 14px rgba(0,0,0,.28);cursor:pointer}
.fortex-slider__button{display:grid;place-items:center;width:42px;height:42px;padding:0;border-radius:50%;font-size:25px;line-height:1}
.fortex-slider__dots{display:flex;align-items:center;gap:8px}
.fortex-slider__dot{width:12px;height:12px;padding:0;border-radius:50%}
.fortex-slider__dot[aria-current="true"]{background:#b7f018;border-color:#b7f018}
.fortex-slider__button:focus-visible,.fortex-slider__dot:focus-visible{outline:3px solid #b7f018;outline-offset:3px}

section.hero.fortex-slider{background-size:cover!important;background-position:center!important}
section.hero.fortex-slider .fortex-slider__slides{z-index:-2}
section.hero.fortex-slider::before{z-index:-1!important}
section.hero.fortex-slider .fortex-slider__controls{bottom:24px}

@media (max-width:540px){
  section.hero.bg-image[style*="--fortex-lcp-mobile-image"]{background-image:var(--fortex-lcp-mobile-image)!important}
}

.fortex-facade-slider{width:100%;height:clamp(280px,34vw,430px);margin:0 0 24px;border-radius:inherit;background:#0a0a0a}
.fortex-facade-slider .fortex-slider__slides{z-index:0}
.fortex-facade-slider .fortex-slider__controls{bottom:14px}
.fortex-facade-slider .fortex-slider__button{width:38px;height:38px;font-size:22px}

.fortex-service-card--home-locksmith .fortex-service-card__media img{object-fit:cover;object-position:center 30%}
.fortex-active-stores .fortex-service-card__media img[src*="fachada-tienda-mataro"]{object-position:center 32%}
.fortex-active-stores .fortex-service-card__content p:has(.btn){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:10px}
.fortex-active-stores .fortex-service-card__content .btn{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;min-width:0;box-sizing:border-box;white-space:normal;text-align:center;overflow-wrap:anywhere}

.fortex-mataro-hero{background-position:center 36%!important}
.fortex-immediate-hero{background-position:center 54%!important}
.fortex-mataro-sign{margin:38px auto;max-width:720px;text-align:center}
.fortex-mataro-sign img{display:block;width:100%;height:auto;max-width:100%;margin:0 auto;border-radius:28px;box-shadow:0 20px 44px rgba(0,0,0,.18)}

@media (max-width:991px){
  .fortex-active-stores .fortex-service-card__content p:has(.btn){grid-template-columns:1fr}
  .floating-ctas{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;flex-wrap:wrap!important;width:min(620px,calc(100vw - 20px))!important;max-width:calc(100vw - 20px)!important;box-sizing:border-box!important}
  .floating-cta,.floating-cta:hover,.floating-cta:focus-visible{width:100%!important;max-width:none!important;min-width:0!important;box-sizing:border-box!important;white-space:normal!important;overflow-wrap:anywhere!important}
  body{padding-bottom:210px!important}
  section.hero.fortex-slider .fortex-slider__controls{bottom:78px}
  .fortex-mataro-hero{background-position:center top!important}
  .fortex-immediate-hero{background-position:58% top!important}
}

@media (max-width:480px){
  .floating-ctas{grid-template-columns:1fr!important;width:min(330px,calc(100vw - 20px))!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;gap:6px!important}
  .floating-cta,.floating-cta:hover,.floating-cta:focus-visible{min-height:44px!important;padding:4px 12px!important;border-radius:14px!important}
  .floating-cta span:last-child{max-width:none!important;font-size:11px!important}
  body{padding-bottom:285px!important}
  section.hero.fortex-slider .fortex-slider__controls{bottom:72px}
  .fortex-slider__button{width:38px;height:38px;font-size:22px}
  .fortex-facade-slider{height:300px}
  .fortex-mataro-sign{margin:28px auto;max-width:92vw}
  .fortex-mataro-sign img{border-radius:22px}
}

@media (prefers-reduced-motion:reduce){
  .fortex-slider__slide{transition:none}
}
