/* assets/css/57-hourly-mobile-vehicle-gallery.css
   Hourly / Daily mobile vehicle gallery.
   Alcance:
   - solo móvil
   - lightbox/modal premium para fotos del vehículo
   - preparado para varias fotos
   - no toca desktop
   - no toca tarifa, CTA ni payload
*/

.hourly-mobile-vehicle-gallery[hidden]{
  display:none !important;
}

@media (max-width:720px){
  body[data-hourly-mobile-vehicle-gallery-active="true"]{
    overflow:hidden !important;
  }

  .hourly-mobile-route [data-hourly-mobile-vehicle-in-footer="true"] .services-hourly-panel__vehicle-media{
    position:relative !important;
    cursor:pointer !important;
  }

  .hourly-mobile-route [data-hourly-mobile-vehicle-in-footer="true"] .services-hourly-panel__vehicle-media::after{
    content:"";
    position:absolute;
    top:7px;
    right:7px;
    z-index:2;
    width:24px;
    height:24px;
    border:1px solid rgba(236,220,189,.42);
    border-radius:999px;
    background:
      rgba(15,17,19,.72)
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4.5' y='6.5' width='13' height='11' rx='2' stroke='%23fff5e4' stroke-width='1.7'/%3E%3Cpath d='M7.5 15l2.8-3 2.1 2 1.3-1.4 2.8 2.4' stroke='%23fff5e4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 4.5h11.5v10' stroke='%23fff5e4' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")
      center / 15px 15px
      no-repeat;
    box-shadow:0 4px 14px rgba(0,0,0,.28);
    pointer-events:none;
  }

  .hourly-mobile-route [data-hourly-mobile-vehicle-in-footer="true"] .services-hourly-panel__vehicle-media:focus-visible{
    outline:2px solid rgba(31,122,109,.95) !important;
    outline-offset:2px !important;
  }

  .hourly-mobile-vehicle-gallery{
    position:fixed;
    inset:0;
    z-index:96;
    display:grid;
    place-items:center;
    padding:calc(68px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom));
    background:rgba(0,0,0,.72);
    overflow:hidden;
  }

  .hourly-mobile-vehicle-gallery__backdrop{
    position:absolute;
    inset:0;
    z-index:0;
    display:block;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    background:transparent;
  }

  .hourly-mobile-vehicle-gallery__panel{
    position:relative;
    z-index:1;
    width:min(100%, 430px);
    max-height:100%;
    display:grid;
    grid-template-rows:minmax(0, 1fr) auto;
    gap:10px;
    overflow:hidden;
    border:1px solid rgba(236,220,189,.18);
    border-radius:14px;
    background:#0f1113;
    box-shadow:0 24px 70px rgba(0,0,0,.52);
  }

  .hourly-mobile-vehicle-gallery__close{
    position:absolute;
    top:8px;
    right:8px;
    z-index:3;
    width:36px;
    height:36px;
    border:0;
    border-radius:999px;
    background:rgba(15,17,19,.72);
    color:rgba(255,249,238,.94);
    font:inherit;
    font-size:24px;
    line-height:1;
    font-weight:500;
  }

  .hourly-mobile-vehicle-gallery__close:focus-visible,
  .hourly-mobile-vehicle-gallery__nav:focus-visible{
    outline:2px solid rgba(31,122,109,.95);
    outline-offset:2px;
  }

  .hourly-mobile-vehicle-gallery__image-wrap{
    width:100%;
    min-height:0;
    background:#090a0b;
    overflow:hidden;
  }

  .hourly-mobile-vehicle-gallery__image{
    display:block;
    width:100%;
    height:auto;
    max-height:68svh;
    object-fit:contain;
    background:#090a0b;
  }

  .hourly-mobile-vehicle-gallery__footer{
    display:grid;
    gap:3px;
    padding:0 14px 14px;
    background:#0f1113;
  }

  .hourly-mobile-vehicle-gallery__caption{
    margin:0;
    color:rgba(255,249,238,.94);
    font-size:14px;
    line-height:1.2;
    font-weight:760;
    letter-spacing:-.01em;
  }

  .hourly-mobile-vehicle-gallery__counter{
    margin:0;
    color:rgba(255,245,228,.54);
    font-size:11.5px;
    line-height:1.2;
    font-weight:700;
  }

  .hourly-mobile-vehicle-gallery__nav{
    position:absolute;
    top:50%;
    z-index:3;
    width:38px;
    height:44px;
    border:0;
    border-radius:10px;
    background:rgba(15,17,19,.62);
    color:rgba(255,249,238,.92);
    font:inherit;
    font-size:34px;
    line-height:1;
    font-weight:300;
    transform:translateY(-50%);
  }

  .hourly-mobile-vehicle-gallery__nav[hidden]{
    display:none !important;
  }

  .hourly-mobile-vehicle-gallery__nav--prev{
    left:8px;
  }

  .hourly-mobile-vehicle-gallery__nav--next{
    right:8px;
  }
}