:root {
  --blue:    #4d8594;
  --blue-dk: #3a6e7d;
  --blue-lt: #6ba8b7;
  --black:   #111111;
  --white:   #ffffff;
  --gray:    #666666;
  --light:   #f7f6f3;
  --border:  #e0ddd8;
  --cream:   #faf9f6;
  --max:     1060px;
}

/* ================================================================
   BLEIS HOTEL — Sezione 01: SLIDESHOW
   Mobile First — prefisso .ads2
   NB: #fastreservation non viene toccato
================================================================ */


/* ================================================================
   BLEIS HOTEL — Sezione 01: SLIDESHOW
   Mobile First — prefisso .ads2 + #slideshow su ogni regola
   NB: #fastreservation non viene toccato
================================================================ */


/* ================================================================
   BASE — Mobile (< 701px)
================================================================ */

.ads2 #slideshow {
  position: relative;
  width: 100%;
  height: auto !important;
  overflow: visible;
}

.ads2 #slideshow .colonna {
  padding: 0;
  position: relative;
}

/* ── CAROSELLO IMMAGINI ── */

.ads2 #slideshow .carousel-slidefoto {
  position: relative;
  overflow: hidden;
  height: 320px;
}

.ads2 #slideshow .carousel-slidefoto .carousel-inner.uno {
  height: 320px !important;
  overflow: hidden;
}

.ads2 #slideshow .carousel-slidefoto .item {
  height: 320px;
}

.ads2 #slideshow .carousel-slidefoto .conten_slidefoto {
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.ads2 #slideshow .carousel-slidefoto picture {
  display: block;
  width: 100%;
  height: 100%;
}

.ads2 #slideshow .carousel-slidefoto picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  margin-top: 0 !important;
}

/* Overlay sfumatura */
.ads2 #slideshow .backgroundcolorcarousel {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0.20) 60%,
    transparent 100%
  );
  z-index: 2;
  pointer-events: none;
}

/* ── CAROSELLO TESTI ── */

.ads2 #slideshow .claimcarousel-slidefoto {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 320px;
  z-index: 5;
  pointer-events: none;
}

.ads2 #slideshow .position-claim-carousel,
.ads2 #slideshow .position-claim-carousel .row,
.ads2 #slideshow .position-claim-carousel .col-md-12 {
  height: 100%;
  margin: 0;
  padding: 0;
}

.ads2 #slideshow .carousel-claim {
  height: 100%;
}

.ads2 #slideshow .carousel-claim .carousel-inner {
  height: 320px !important;
  position: relative;
}

.ads2 #slideshow .carousel-claim .item {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: block;
}

.ads2 #slideshow .carousel-claim-testo {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  padding: 0 20px;
  display: block;
}

/* Riga label (testo nudo nell'h3) */
.ads2 #slideshow .carousel-claim-testo h3 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  line-height: 1.4;
  text-align: left;
}

/* Titolo principale (dentro <strong>) */
.ads2 #slideshow .carousel-claim-testo h3 strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: none;
  margin-top: 6px;
}


/* ── FRECCE — nascoste ── */
.ads2 #slideshow #slider-control-foto {
  display: none;
}

/* ── TAB/DOT in basso a destra — come il reference ── */
.ads2 #slideshow .carousel-indicators {
  position: absolute;
  bottom: 22px;
  right: 32px;
  left: auto;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  z-index: 10;
  list-style: none;
  width: auto;
}

.ads2 #slideshow .carousel-indicators li {
  width: 24px;
  height: 2px;
  background: rgba(255,255,255,0.3);
  border-radius: 0;
  border: none;
  margin: 0;
  cursor: pointer;
  transition: background 0.3s, width 0.3s;
  display: block;
  text-indent: 0;
}

.ads2 #slideshow .carousel-indicators li.active {
  width: 40px;
  height: 2px;
  background: #ffffff;
  border: none;
  margin: 0;
}


/* ================================================================
   @media (min-width: 701px) — Tablet / Desktop
================================================================ */

@media (min-width: 701px) {

  .ads2 #slideshow .carousel-slidefoto,
  .ads2 #slideshow .carousel-slidefoto .carousel-inner.uno {
    height: 580px !important;
  }

  .ads2 #slideshow .carousel-slidefoto .item {
    height: 580px;
  }

  .ads2 #slideshow .claimcarousel-slidefoto {
    height: 580px;
  }

  .ads2 #slideshow .carousel-claim .carousel-inner {
    height: 580px !important;
  }

  .ads2 #slideshow .carousel-claim-testo {
    bottom: 60px;
    padding: 0 32px;
    max-width: 1060px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-left: 0;
  }

  .ads2 #slideshow .carousel-claim-testo h3 strong {
    font-size: clamp(22px, 3.5vw, 38px);
    max-width: 480px;
  }

  .ads2 #slideshow #slider-control-foto .carousel-control {
    width: 48px;
    height: 48px;
  }

  .ads2 #slideshow #slider-control-foto .carousel-control img {
    width: 28px !important;
  }
}



/* ================================================================
   BASE — Mobile
================================================================ */
 
.ads2 #lavoro {
  background: var(--black);
  padding: 56px 0 64px;
  position: relative;
  overflow: hidden;
}
 
/* Alone blu radiale in alto a destra — identico al reference */
.ads2 #lavoro::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(77,133,148,0.12) 0%, transparent 70%);
  pointer-events: none;
}
 
/* Reset Bootstrap row */
.ads2 #lavoro .colonna {
  margin: 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
 
/* ── COLONNE ── */
 
.ads2 #lavoro .custom-col {
  padding: 0;
  width: 100%;
  float: none;
}
 
/* Su mobile: immagine SOTTO il testo */
.ads2 #lavoro .sez-1 { order: 1; }
.ads2 #lavoro .sez-2 { order: 2; }
 
/* ── COLONNA TESTO (sez-1) ── */
 
.ads2 #lavoro .sez-1 .contenitore {
  padding: 0;
}
 
/* h3 — due livelli:
   testo nudo = eyebrow (piccolo, uppercase, blu)
   <strong>   = titolo principale (grande, bianco, bold)
*/
.ads2 #lavoro .sez-1 h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: left;
}
 
/* Lineetta prima dell'eyebrow — come .hero-eyebrow::before */
.ads2 #lavoro .sez-1 h3::before {
  content: '';
  width: 20px;
  height: 1px;
  background: var(--blue);
  flex-shrink: 0;
}
 
/* <strong> = titolo grande */
.ads2 #lavoro .sez-1 h3 strong {
  display: block;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: none;
  margin-top: 12px;
}
 
/* Problema: l'eyebrow e i strong sono fratelli dentro h3,
   quindi il ::before si applica all'h3 intero.
   Impostiamo h3 come flex-column per gestire lo stack */
.ads2 #lavoro .sez-1 h3 {
  flex-direction: column;
  align-items: flex-start;
}
 
/* La lineetta la mettiamo inline prima del testo eyebrow
   tramite il ::before sull'h3 stesso, che ora è il primo elemento */
 
/* Paragrafo descrizione = .hero-sub */
.ads2 #lavoro .sez-1 p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  line-height: 1.75;
  margin: 0;
  max-width: 420px;
}
 
/* ── COLONNA FOTO (sez-2) ── */
 
.ads2 #lavoro .sez-2 .contenitore {
  padding: 0;
}
 
.ads2 #lavoro .sez-2 .foto-gallery {
  padding: 0;
  margin: 0;
}
 
.ads2 #lavoro .sez-2 .row {
  margin: 0;
}
 
.ads2 #lavoro .sez-2 picture {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
 
.ads2 #lavoro .sez-2 picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ads2 p strong {
    color: #fff;
}
 
 
/* ================================================================
   @media (min-width: 701px) — Tablet / Desktop
================================================================ */
 
@media (min-width: 701px) {
 
  .ads2 #lavoro {
    padding: 84px 0 96px;
  }
 
  .ads2 #lavoro .colonna {
    flex-direction: row;
    align-items: center;
    gap: 64px;
    padding: 0 32px;
    max-width: var(--max);
    margin: 0 auto;
  }
 
  .ads2 #lavoro .custom-col {
    width: 50%;
    flex: 1;
  }
 
  .ads2 #lavoro .sez-1 { order: 1; }
  .ads2 #lavoro .sez-2 { order: 2; }
 
  .ads2 #lavoro .sez-2 picture {
    height: 420px;
  }
}
 
@media (min-width: 1024px) {
 
  .ads2 #lavoro .colonna {
    gap: 80px;
  }
 
  .ads2 #lavoro .sez-2 picture {
    height: 460px;
  }
}

/* ── CORREZIONE h3 — il <br> tra eyebrow e strong va azzerato ── */
.ads2 #lavoro .sez-1 h3 br {
  display: none;
}

/* ── BOTTONI — gruppo CTA ── */
.ads2 #lavoro .sez-1 .bottone {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px 36px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  text-decoration: none;
  margin-top: 36px;
  margin-right: 14px;
  height: auto !important;
}

/* Bottone primario (blu) */
.ads2 #lavoro .sez-1 .button--moema {
  background: var(--blue) !important;
  color: var(--white) !important;
  border: none !important;
  border-radius: 0;
}
.ads2 #lavoro .sez-1 .button--moema:hover {
  background: var(--blue-dk);
  transform: translateY(-2px);
}

/* Bottone secondario (outline bianco) */
.ads2 #lavoro .sez-1 .button--standard {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,0.55);
  padding: 14px 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.ads2 #lavoro .sez-1 .button--standard:hover {
  border-color: #ffffff;
  background: rgba(255,255,255,0.08);
}

/* Mobile: bottoni in colonna */
.ads2 #lavoro .sez-1 .button--moema,
.ads2 #lavoro .sez-1 .button--standard {
  display: block;
  width: 100%;
  text-align: center;
  margin-right: 0;
}
.ads2 #lavoro .sez-1 .button--standard {
  margin-top: 12px;
}

/* Desktop: bottoni affiancati */
@media (min-width: 701px) {
  .ads2 #lavoro .sez-1 .button--moema,
  .ads2 #lavoro .sez-1 .button--standard {
    display: inline-block;
    width: auto;
  }
  .ads2 #lavoro .sez-1 .button--standard {
    margin-top: 36px;
  }
}

/* ── MICRO ITEMS (✓ lista dopo i bottoni) ── */
.ads2 #lavoro .sez-1 .contenitore > p:nth-child(n+4) {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
  margin: 0;
  padding: 6px 0;
}

.ads2 #lavoro .sez-1 .contenitore > p:nth-child(4) {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  margin-top: 20px;
}

/* ── BADGE FOTO (h4 = –10% sconto diretto) ── */
.ads2 #lavoro .sez-2 .contenitore {
  position: relative;
}

.ads2 #lavoro .sez-2 h4 {
  position: absolute;
  bottom: -16px;
  left: -16px;
  background: var(--blue);
  color: var(--white);
  padding: 18px 22px;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
  margin: 0;
}

/* Prima riga dell'h4 = numero grande */
.ads2 #lavoro .sez-2 h4 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

/* Seconda riga (dopo <br>) = label piccola */
/* Non possiamo targettare il testo dopo <br> direttamente,
   usiamo font-size sull'h4 e scaliamo via JS oppure
   avvolgiamo con questo trucco: */
.ads2 #lavoro .sez-2 h4 br {
  display: block;
  content: '';
  margin-top: 4px;
}

.ads2 #lavoro .bottone span {
  color: var(--white) !important;
}

/* @media — badge su mobile ridotto e riposizionato */
@media (max-width: 700px) {
  .ads2 #lavoro .sez-2 h4 {
    bottom: 0;
    left: 0;
    font-size: 24px;
    padding: 12px 16px;
  }
}

@media (min-width: 701px) {
  .ads2 #lavoro .sez-2 h4 {
    bottom: -20px;
    left: -20px;
    font-size: 36px;
    padding: 20px 24px;
  }
}

/* ── Spazio dopo il bottone "Come raggiungerci" ── */
.ads2 #lavoro .sez-1 .button--standard {
  margin-bottom: 32px;
}

/* ── Paragrafo descrizione — font più grande ── */
.ads2 #lavoro .sez-1 p:first-of-type {
  font-size: 16px;
}

/* ── Micro items con ✓ — bianchi e font più grande ── */
.ads2 #lavoro .sez-1 .contenitore > p:nth-child(n+4) {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
}



/* ================================================================
   #titolo-recensioni — header con score 9.2
================================================================ */
 
.ads2 #titolo-recensioni {
  background: var(--white);
  padding: 56px 20px 0;
  border-bottom: none;
}
 
.ads2 #titolo-recensioni .colonna {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
}
 
.ads2 #titolo-recensioni .custom-col {
  padding: 0;
  float: none;
}
 
.ads2 #titolo-recensioni .contenitore {
  padding: 0;
}
 
/*
  h3 struttura:
  <strong>9.2</strong> ★★★★★
  <br>
  Media su tutte le piattaforme
*/
 
.ads2 #titolo-recensioni h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.5;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 12px;
}
 
/* Il <br> separa stelle+score dalla label sotto */
.ads2 #titolo-recensioni h3 br {
  display: block;
  width: 100%;
  content: '';
}
 
/* "9.2" — numero grande */
.ads2 #titolo-recensioni h3 strong {
  font-size: 64px;
  font-weight: 800;
  color: var(--black);
  line-height: 1;
  letter-spacing: -0.04em;
  margin-right: 4px;
}
 
/* Le stelle ★★★★★ sono testo nudo dopo strong */
.ads2 #titolo-recensioni h3 {
  /* il testo nudo (stelle) prende il colore blu */
  color: var(--blue);
  font-size: 20px;
  letter-spacing: 4px;
}
 
/*
  Problema: tutto il testo dell'h3 eredita color:blue e font-size:20px
  compresa la label "Media su tutte le piattaforme".
  Usiamo un wrapper flex per isolare i pezzi.
  Poiché non possiamo cambiare HTML, sfruttiamo
  la struttura: strong + testo nudo + br + testo label
*/
 
/* Reset h3 e stile base */
.ads2 #titolo-recensioni h3 {
  font-size: 13px;
  font-weight: 300;
  color: var(--gray);
  letter-spacing: 0;
  display: block;
  line-height: 1.6;
}
 
/* Score */
.ads2 #titolo-recensioni h3 strong {
  font-size: 64px;
  font-weight: 800;
  color: var(--black);
  line-height: 1;
  letter-spacing: -0.04em;
  display: inline;
  margin-right: 8px;
  vertical-align: baseline;
}
 
/* ================================================================
   #recensioni — tre card recensioni
================================================================ */
 
.ads2 #recensioni {
  background: var(--border);
  padding: 40px 20px 64px;
  border-bottom: 1px solid var(--border);
}
 
.ads2 #recensioni .colonna {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
}
 
.ads2 #recensioni .custom-col {
  padding: 0;
  float: none;
}
 
.ads2 #recensioni .contenitore {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
 
/*
  Ogni <p> = una card recensione con struttura:
  ★★★★★
  "testo citazione"
 
  Autore
  Piattaforma · Camera
*/
 
.ads2 #recensioni .contenitore > p {
  font-family: 'Montserrat', sans-serif;
  background: var(--light);
  border: 1px solid var(--border);
  padding: 28px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: transform 0.25s, box-shadow 0.25s;
  line-height: 1.7;
}
 
.ads2 #recensioni .contenitore > p:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}
 
/*
  Non possiamo targettare i nodi di testo separati dentro <p>
  ma possiamo dare stile all'intero <p> e usare
  il fatto che le stelle sono sempre la prima riga.
  Usiamo ::first-line per le stelle.
*/
 
.ads2 #recensioni .contenitore > p::first-line {
  color: var(--blue);
  font-size: 14px;
  letter-spacing: 2px;
}
 
/* Testo della citazione */
.ads2 #recensioni .contenitore > p {
  font-size: 13px;
  color: var(--black);
  font-style: italic;
  font-weight: 300;
}
 
 
/* ================================================================
   @media (min-width: 701px) — Tablet / Desktop
================================================================ */
 
@media (min-width: 701px) {
 
  .ads2 #titolo-recensioni {
    padding: 72px 32px 0;
  }
 
  .ads2 #titolo-recensioni h3 strong {
    font-size: 72px;
  }
 
  .ads2 #recensioni {
    padding: 40px 32px 72px;
  }
 
  /* Tre colonne affiancate */
  .ads2 #recensioni .contenitore {
    flex-direction: row;
    align-items: stretch;
  }
 
  .ads2 #recensioni .contenitore > p {
    flex: 1;
  }
}

/* ================================================================
   #titolo-recensioni — AGGIORNATO con h4 piattaforme
================================================================ */

.ads2 #titolo-recensioni {
  background: var(--border);
  padding: 56px 20px 40px;
}

.ads2 #titolo-recensioni .colonna {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
}

.ads2 #titolo-recensioni .custom-col,
.ads2 #titolo-recensioni .contenitore {
  padding: 0;
  float: none;
}

/* Wrapper flex: h3 + h4s affiancati su desktop */
.ads2 #titolo-recensioni .contsingolo {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: center;
}

/* ── h3: score principale ── */
.ads2 #titolo-recensioni h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.6;
  margin: 0;
}

.ads2 #titolo-recensioni h3 br {
  display: block;
}

.ads2 #titolo-recensioni h3 strong {
  font-size: 64px;
  font-weight: 800;
  color: var(--black);
  line-height: 1;
  letter-spacing: -0.04em;
  display: inline;
  margin-right: 8px;
  vertical-align: baseline;
}

/* ── h4: punteggi piattaforme ── */

/* Contenitore degli h4 — li mettiamo in riga */
.ads2 #titolo-recensioni h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--gray);
  line-height: 1.4;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.ads2 #titolo-recensioni h4 br {
  display: block;
}

.ads2 #titolo-recensioni h4 strong {
  font-size: 28px;
  font-weight: 800;
  color: var(--black);
  line-height: 1;
  letter-spacing: -0.02em;
}

/* Gruppo h4 affiancati */
.ads2 #titolo-recensioni .contsingolo {
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 0;
}

.ads2 #titolo-recensioni h3 {
  flex-shrink: 0;
  padding-right: 40px;
  border-right: 1px solid var(--border);
  margin-right: 40px;
}

.ads2 #titolo-recensioni h4 {
  padding: 0 28px;
  border-right: 1px solid var(--border);
}

.ads2 #titolo-recensioni h4:last-child {
  border-right: none;
}

/* Mobile: stack verticale, niente bordi laterali */
@media (max-width: 992px) {

    .ads2 #titolo-recensioni .contsingolo {
    flex-direction: column;
    gap: 24px;
  }
  .ads2 #titolo-recensioni h3 {
    margin-right: 0;
    padding-right: 0;
}
}

@media (max-width: 700px) {


  .ads2 #titolo-recensioni h3 {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
    width: 100%;
  }

  .ads2 #titolo-recensioni h4 {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 0;
    border-right: none;
  }

  .ads2 #titolo-recensioni h3 strong {
    font-size: 48px;
  }
}

@media (min-width: 701px) {
  .ads2 #titolo-recensioni {
    padding: 72px 32px 48px;
  }

  .ads2 #titolo-recensioni h3 strong {
    font-size: 72px;
  }
}

#recensioni img {
    height: 30px;
    width: 30px;
}

/* ================================================================
   BLEIS HOTEL — Sezione 04: POSIZIONE STRATEGICA
   Replica #posizione di bleis-landing-v6.html
   Mobile First — prefisso .ads2 #posizione-strategica
================================================================ */


/* ================================================================
   BASE — Mobile
================================================================ */

.ads2 #posizione-strategica {
  background: var(--black);
  color: var(--white);
  padding: 64px 0;
}

.ads2 #posizione-strategica .colonna {
  margin: 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.ads2 #posizione-strategica .custom-col {
  padding: 0;
  width: 100%;
  float: none;
}

.ads2 #posizione-strategica .sez-1 { order: 1; }
.ads2 #posizione-strategica .sez-2 { order: 2; }

.ads2 #posizione-strategica .sez-1 .contenitore,
.ads2 #posizione-strategica .sez-2 .contenitore {
  padding: 0;
}

/* ── EYEBROW h4 ── */

.ads2 #posizione-strategica .sez-1 h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  border: 1px solid rgba(77,133,148,0.5);
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 20px;
}

/* ── TITOLO h3 ── */

.ads2 #posizione-strategica .sez-1 h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  text-align: left;
}

.ads2 #posizione-strategica .sez-1 h3 strong {
  font-weight: 800;
  color: var(--white);
  font-size: clamp(28px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  display: block;
  text-transform: none;
  margin-top: 0;
}
/* ── DESCRIZIONE (primo p) ── */

.ads2 #posizione-strategica .sez-1 p:first-of-type {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  margin-bottom: 32px;
}

/* ── ITEMS DISTANZA ── */
.ads2 #posizione-strategica .sez-1 p:not(:first-of-type) {
  font-family: 'Montserrat', sans-serif;
  display: grid;
  grid-template-columns: 52px 1fr;
  column-gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin: 0;
}

.ads2 #posizione-strategica .sez-1 p:not(:first-of-type):last-of-type {
  border-bottom: none;
}

/* <br> nascosti — il grid gestisce il layout */
.ads2 #posizione-strategica .sez-1 p:not(:first-of-type) br {
  display: none;
}

/* Colonna sinistra: primo strong = distanza/icona */
.ads2 #posizione-strategica .sez-1 p:not(:first-of-type) strong:first-child {
  font-size: 15px;
  font-weight: 800;
  color: var(--blue);
  text-align: center;
  line-height: 1;
  grid-column: 1;
  grid-row: 1;
}

/* Colonna sinistra: secondo strong = modo (auto/bus) */
.ads2 #posizione-strategica .sez-1 p:not(:first-of-type) strong:last-of-type {
  font-size: 11px;
  font-weight: 400;
  color: rgb(255 255 255);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  grid-column: 1;
  grid-row: 2;
}

/* Colonna destra: span = nome destinazione */
.ads2 #posizione-strategica .sez-1 p:not(:first-of-type) span {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  grid-column: 2;
  grid-row: 1;
  line-height: 1.3;
}

/* Colonna destra: em = nota descrittiva */
.ads2 #posizione-strategica .sez-1 p:not(:first-of-type) em {
  font-size: 13px;
  font-weight: 300;
  color: rgb(255 255 255);
  font-style: normal;
  grid-column: 2;
  grid-row: 2;
  line-height: 1.3;
  margin-top: 2px;
}

/* ================================================================
   COLONNA FOTO (sez-2)
   Layout: 1 foto grande sopra + 2 foto piccole sotto
================================================================ */

.ads2 #posizione-strategica .sez-2 .contenitore .row {
  margin: 0;
}

.ads2 #posizione-strategica .sez-2 .foto-gallery {
  padding: 0;
  overflow: hidden;
}

/* Prima riga — foto grande */
.ads2 #posizione-strategica .sez-2 .contenitore .row:first-child .foto-gallery {
  height: 280px;
  margin-bottom: 4px;
}

/* Seconda riga — due foto piccole */
.ads2 #posizione-strategica .sez-2 .contenitore .row:last-child .foto-gallery {
  height: 140px;
  padding: 0 2px;
}

.ads2 #posizione-strategica .sez-2 .contenitore .row:last-child .foto-gallery:first-child {
  padding-left: 0;
}

.ads2 #posizione-strategica .sez-2 .contenitore .row:last-child .foto-gallery:last-child {
  padding-right: 0;
}

/* Tutte le immagini */
.ads2 #posizione-strategica .sez-2 picture {
  display: block;
  width: 100%;
  height: 100%;
}

.ads2 #posizione-strategica .sez-2 picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Link galleria */
.ads2 #posizione-strategica .sez-2 .galleriafoto {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ads2 #posizione-strategica .sez-2 .galleriafoto picture img {
  transition: transform 0.5s ease;
}

.ads2 #posizione-strategica .sez-2 .galleriafoto:hover picture img {
  transform: scale(1.04);
}

/* Mask overlay al hover */
.ads2 #posizione-strategica .sez-2 .mask-gallery {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.ads2 #posizione-strategica .sez-2 .galleriafoto:hover .mask-gallery {
  background: rgba(0,0,0,0.35);
}

.ads2 #posizione-strategica .sez-2 .mask-gallery img {
  width: 32px !important;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s;
}

.ads2 #posizione-strategica .sez-2 .galleriafoto:hover .mask-gallery img {
  opacity: 0.8;
}


/* ================================================================
   @media (min-width: 701px) — Tablet / Desktop
================================================================ */

@media (min-width: 701px) {

  .ads2 #posizione-strategica {
    padding: 80px 0;
  }

  .ads2 #posizione-strategica .colonna {
    flex-direction: row;
    align-items: center;
    gap: 60px;
    padding: 0 32px;
    max-width: var(--max);
    margin: 0 auto;
  }

  .ads2 #posizione-strategica .custom-col {
    width: 50%;
    flex: 1;
  }

  .ads2 #posizione-strategica .sez-2 .contenitore .row:first-child .foto-gallery {
    height: 320px;
  }

  .ads2 #posizione-strategica .sez-2 .contenitore .row:last-child .foto-gallery {
    height: 160px;
  }
}

@media (min-width: 1024px) {

  .ads2 #posizione-strategica .colonna {
    gap: 80px;
  }

  .ads2 #posizione-strategica .sez-2 .contenitore .row:first-child .foto-gallery {
    height: 360px;
  }

  .ads2 #posizione-strategica .sez-2 .contenitore .row:last-child .foto-gallery {
    height: 180px;
  }
}

/* ================================================================
   BLEIS HOTEL — Sezioni 05: TITOLO-PERCHE + PERCHE + PERCHE2
   Replica #benefit di bleis-landing-v6.html
   Mobile First — prefisso .ads2 + ID su ogni regola
================================================================ */


/* ================================================================
   #titolo-perche — Header intro
================================================================ */

.ads2 #titolo-perche p strong, .ads2 #perche p strong, .ads2 #perche2 p strong {
    color: #000;
}

.ads2 #titolo-perche {
  background: var(--border);
  padding: 64px 20px 0;
  border-top: 1px solid var(--border);
}

.ads2 #titolo-perche .colonna {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
}

.ads2 #titolo-perche .custom-col,
.ads2 #titolo-perche .contenitore {
  padding: 0;
  float: none;
}

/* ── Eyebrow h4 ── */
.ads2 #titolo-perche h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  border: 1px solid currentColor;
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 20px;
}

/* ── Titolo h3 ── */
.ads2 #titolo-perche h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  color: var(--black);
  margin-bottom: 16px;
  line-height: 1.4;
  text-align: left;
}

.ads2 #titolo-perche h3 br {
  display: none;
}

.ads2 #titolo-perche h3 strong {
  display: block;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  color: var(--black);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: none;
}

/* ── Descrizione p ── */
.ads2 #titolo-perche p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--gray);
  line-height: 1.75;
  max-width: 580px;
  margin: 0;
}


/* ================================================================
   MIXIN COMUNE — #perche e #perche2 condividono la struttura base
================================================================ */

.ads2 #perche,
.ads2 #perche2 {
  background: var(--border);
  padding: 0;
  border-top: 1px solid var(--border);
}

.ads2 #perche:last-of-type,
.ads2 #perche2:last-of-type {
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}

.ads2 #perche .colonna,
.ads2 #perche2 .colonna {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ads2 #perche .custom-col,
.ads2 #perche2 .custom-col {
  padding: 0;
  width: 100%;
  float: none;
}

/* Mobile: testo sopra, foto sotto */
.ads2 #perche .sez-1,
.ads2 #perche2 .sez-1 { order: 1; }

.ads2 #perche .sez-2,
.ads2 #perche2 .sez-2 { order: 2; }

/* ── COLONNA TESTO ── */

.ads2 #perche .sez-1 .contenitore,
.ads2 #perche2 .sez-1 .contenitore {
  padding: 32px 0 24px;
}

/* h3: numero + titolo
   Struttura: "01" (testo nudo) + <br> + <strong>Titolo</strong>
*/
.ads2 #perche .sez-1 h3,
.ads2 #perche2 .sez-1 h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--blue);
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: left;
}

.ads2 #perche .sez-1 h3 br,
.ads2 #perche2 .sez-1 h3 br {
  display: none;
}

/* strong = titolo benefit */
.ads2 #perche .sez-1 h3 strong,
.ads2 #perche2 .sez-1 h3 strong {
  display: block;
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-transform: none;
  margin-top: 8px;
}

/* Paragrafo descrizione */
.ads2 #perche .sez-1 p,
.ads2 #perche2 .sez-1 p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.7;
  margin: 0;
}

/* "Previa disponibilità" — primo <br> + testo prima del secondo <br>
   Non targettabile direttamente, lo stiliamo come tutto il p */

/* ── COLONNA FOTO ── */

.ads2 #perche .sez-2 .contenitore,
.ads2 #perche2 .sez-2 .contenitore {
  padding: 0;
}

.ads2 #perche .sez-2 .row,
.ads2 #perche2 .sez-2 .row {
  margin: 0;
}

.ads2 #perche .sez-2 .foto-gallery,
.ads2 #perche2 .sez-2 .foto-gallery {
  padding: 0;
  overflow: hidden;
}

.ads2 #perche .sez-2 picture,
.ads2 #perche2 .sez-2 picture {
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.ads2 #perche .sez-2 picture img,
.ads2 #perche2 .sez-2 picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.ads2 #perche .sez-2:hover picture img,
.ads2 #perche2 .sez-2:hover picture img {
  transform: scale(1.03);
}


/* ── FOTO più quadrate in #perche e #perche2 ── */
.ads2 #perche .sez-2 picture,
.ads2 #perche2 .sez-2 picture {
  height: 320px !important;
}

@media (min-width: 701px) {
  .ads2 #perche .sez-2 picture,
  .ads2 #perche2 .sez-2 picture {
    height: 100% !important;
    min-height: 380px !important;
  }
}

@media (min-width: 1024px) {
  .ads2 #perche .sez-2 picture,
  .ads2 #perche2 .sez-2 picture {
    min-height: 420px !important;
  }
}

/* ================================================================
   @media (min-width: 701px) — Tablet / Desktop
================================================================ */

@media (min-width: 701px) {

  .ads2 #titolo-perche {
    padding: 80px 32px 0;
  }

  /* ── Colonne affiancate ── */
  .ads2 #perche .colonna,
  .ads2 #perche2 .colonna {
    flex-direction: row;
    align-items: stretch;
    padding: 0 32px;
    gap: 0;
  }

  .ads2 #perche .custom-col,
  .ads2 #perche2 .custom-col {
    width: 50%;
    flex: 1;
  }

  /* #perche: testo SX, foto DX */
  .ads2 #perche .sez-1 { order: 1; }
  .ads2 #perche .sez-2 { order: 2; }

  /* #perche2: foto SX, testo DX — layout invertito */
  .ads2 #perche2 .sez-1 { order: 2; }
  .ads2 #perche2 .sez-2 { order: 1; }

  /* Testo con padding verticale e laterale */
  .ads2 #perche .sez-1 .contenitore,
  .ads2 #perche2 .sez-1 .contenitore {
    padding: 40px 40px 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }

  /* Per #perche2 il padding è invertito (testo a destra) */
  .ads2 #perche2 .sez-1 .contenitore {
    padding: 40px 0 40px 40px;
  }

  /* Foto altezza fissa */
  .ads2 #perche .sez-2 picture,
  .ads2 #perche2 .sez-2 picture {
    height: 100%;
    min-height: 280px;
  }

  .ads2 #perche .sez-2 .contenitore,
  .ads2 #perche2 .sez-2 .contenitore {
    height: 100%;
  }

  .ads2 #perche .sez-2 .row,
  .ads2 #perche2 .sez-2 .row,
  .ads2 #perche .sez-2 .foto-gallery,
  .ads2 #perche2 .sez-2 .foto-gallery {
    height: 100%;
  }
}

@media (min-width: 1024px) {

  .ads2 #perche .sez-1 .contenitore,
  .ads2 #perche2 .sez-1 .contenitore {
    padding: 48px 48px 48px 0;
  }

  .ads2 #perche2 .sez-1 .contenitore {
    padding: 48px 0 48px 48px;
  }

  .ads2 #perche .sez-2 picture,
  .ads2 #perche2 .sez-2 picture {
    min-height: 320px;
  }
}

#page_default.ads2 p {
    font-weight: 500 !important;
    font-size: 16px !important;
}


/* ================================================================
   BLEIS HOTEL — Sezione: SITO UFFICIALE (CTA Strip)
   Replica .cta-strip di bleis-landing-v6.html
   Mobile First — prefisso .ads2 #sito-ufficiale
================================================================ */

.ads2 #sito-ufficiale {
  background: var(--blue);
  padding: 52px 20px;
  text-align: center;
}

.ads2 #sito-ufficiale .colonna {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
}

.ads2 #sito-ufficiale .custom-col,
.ads2 #sito-ufficiale .contenitore {
  padding: 0;
  float: none;
}

/* ── Titolo h3 ── */
.ads2 #sito-ufficiale h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 400;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  text-transform: inherit;
}

.ads2 #sito-ufficiale h3 strong {
  font-weight: 800;
  color: var(--white);
}

/* ── Sottotitolo p ── */
.ads2 #sito-ufficiale p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  margin-bottom: 28px;
}

/* ── Bottone — bianco con testo blu ── */
.ads2 #sito-ufficiale .bottone {
  display: inline-block;
  background: var(--white);
  color: var(--blue);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px 36px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  text-decoration: none;
  border: none;
}

.ads2 #sito-ufficiale .bottone:hover {
  background: #eef6f8;
  transform: translateY(-2px);
}

.ads2 #sito-ufficiale .bottone span {
  color: var(--blue) !important;
}

/* Mobile: bottone full width */
.ads2 #sito-ufficiale .bottone {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 701px) {
  .ads2 #sito-ufficiale {
    padding: 52px 32px;
  }

  .ads2 #sito-ufficiale .bottone {
    display: inline-block;
    width: auto;
    max-width: none;
  }
}

/* ================================================================
   BLEIS HOTEL — Sezioni: TITOLO-ALLOGGIO + ALLOGGI
   Replica #camere di bleis-landing-v6.html
   Mobile First — prefisso .ads2 + ID su ogni regola
================================================================ */


/* ================================================================
   #titolo-alloggio — Header intro camere
================================================================ */

.ads2 #titolo-alloggio {
  background: var(--black);
  padding: 64px 20px 0;
  border-top: 1px solid var(--border);
}

.ads2 #titolo-alloggio .colonna {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
}

.ads2 #titolo-alloggio .custom-col,
.ads2 #titolo-alloggio .contenitore {
  padding: 0;
  float: none;
}

/* Eyebrow h4 */
.ads2 #titolo-alloggio h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  border: 1px solid currentColor;
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 20px;
}

/* Titolo h3 */
.ads2 #titolo-alloggio h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  text-align: left;
  text-transform: inherit;
}

/* Descrizione p */
.ads2 #titolo-alloggio p {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: var(--white);
  line-height: 1.75;
  max-width: 580px;
  margin: 0;
  width: 100%;
}

.ads2 #titolo-alloggio p br {
  display: block;
  content: '';
  margin-top: 12px;
}


/* ================================================================
   #alloggi — Due card camere
================================================================ */

.ads2 #alloggi {
  background: var(--black);
  padding: 40px 20px 80px;
}

.ads2 #alloggi .colonna {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ads2 #alloggi .custom-col {
  padding: 0;
  width: 100%;
  float: none;
}

/* ── CARD CAMERA ── */

.ads2 #alloggi .contenitore {
  background: var(--white);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

.ads2 #alloggi .contenitore:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}

/* ── FOTO ── */

.ads2 #alloggi .foto-gallery {
  padding: 0;
  overflow: hidden;
  height: 220px;
  flex-shrink: 0;
}

.ads2 #alloggi .foto-gallery picture {
  display: block;
  width: 100%;
  height: 100%;
}

.ads2 #alloggi .foto-gallery picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.ads2 #alloggi .contenitore:hover .foto-gallery picture img {
  transform: scale(1.04);
}

.ads2 #alloggi .foto-gallery .row {
  margin: 0;
  height: 100%;
}

.ads2 #alloggi .foto-gallery .col-xs-12 {
  padding: 0;
  height: 100%;
}

/* ── BODY CARD ── */

.ads2 #alloggi .contenitore > .row:first-child {
  /* riga foto */
}

/* h4 = tipo camera (eyebrow) */
.ads2 #alloggi h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 28px 28px 6px;
}

/* h3 = nome camera */
.ads2 #alloggi h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 28px 12px;
  text-align: left;
  text-transform: inherit;
}

/* p = descrizione + dotazioni */
.ads2 #alloggi p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.65;
  margin: 0 28px 20px;
  flex: 1;
}

/* strong dentro p = label dotazioni */
.ads2 #alloggi p strong {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--black);
  margin-bottom: 8px;
  margin-top: 4px;
}

/* I <br> dentro p separano le dotazioni — le lasciamo come sono */

/* ── BOTTONE ── */
.ads2 #alloggi .bottone {
  display: block;
  margin: auto 28px 28px;
  background: var(--blue);
  color: var(--white);
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  text-decoration: none;
  border: none;
}

.ads2 #alloggi .bottone:hover {
  background: var(--blue-dk);
  transform: translateY(-2px);
}

.ads2 #alloggi .bottone span {
  color: var(--white) !important;
}


/* ================================================================
   @media (min-width: 701px) — Tablet / Desktop
================================================================ */

@media (min-width: 701px) {

  .ads2 #titolo-alloggio {
    padding: 80px 32px 0;
  }

  .ads2 #alloggi {
    padding: 40px 32px 80px;
  }

  /* Due colonne affiancate */
  .ads2 #alloggi .colonna {
    flex-direction: row;
    align-items: stretch;
  }

  .ads2 #alloggi .custom-col {
    width: 50%;
    flex: 1;
  }

  .ads2 #alloggi .foto-gallery {
    height: 260px;
  }
}

@media (min-width: 1024px) {

  .ads2 #alloggi .foto-gallery {
    height: 280px;
  }
}

/* ================================================================
   BLEIS HOTEL — Sezione: FOTO-ALLOGGIO
   Struttura: riga 1 = 2 foto | riga 2 = 3 foto
   Mobile First — prefisso .ads2 #foto-alloggio
================================================================ */

.ads2 #foto-alloggio {
  background: var(--black);
  padding: 0 20px 80px;
}

.ads2 #foto-alloggio .colonna {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
}

.ads2 #foto-alloggio .custom-col,
.ads2 #foto-alloggio .contenitore {
  padding: 0;
  float: none;
}

/* ── ENTRAMBE LE RIGHE — override Bootstrap ── */
.ads2 #foto-alloggio .contsingolo .row {
  display: flex !important;
  flex-wrap: nowrap !important;
  margin: 0 0 4px 0 !important;
  gap: 4px;
  float: none !important;
  overflow: hidden;
}

.ads2 #foto-alloggio .contsingolo .row:last-child {
  margin-bottom: 0 !important;
}

/* Reset Bootstrap su ogni cella */
.ads2 #foto-alloggio .foto-gallery {
  float: none !important;
  width: auto !important;
  flex: 1 !important;
  padding: 0 !important;
  overflow: hidden;
  position: relative;
  height: 200px;
}

/* Link galleria */
.ads2 #foto-alloggio .galleriafoto {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ads2 #foto-alloggio .galleriafoto picture {
  display: block;
  width: 100%;
  height: 100%;
}

.ads2 #foto-alloggio .galleriafoto picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.ads2 #foto-alloggio .galleriafoto:hover picture img {
  transform: scale(1.04);
}

/* Mask overlay */
.ads2 #foto-alloggio .mask-gallery {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.ads2 #foto-alloggio .galleriafoto:hover .mask-gallery {
  background: rgba(0,0,0,0.35);
}

.ads2 #foto-alloggio .mask-gallery img {
  width: 32px !important;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s;
}

.ads2 #foto-alloggio .galleriafoto:hover .mask-gallery img {
  opacity: 0.8;
}

/* ================================================================
   @media (min-width: 701px)
================================================================ */

@media (min-width: 701px) {

  .ads2 #foto-alloggio {
    padding: 0 32px 80px;
  }

  /* Riga 1: 2 foto più alte */
  .ads2 #foto-alloggio .contsingolo .row:first-child .foto-gallery {
    height: 280px;
  }

  /* Riga 2: 3 foto più basse */
  .ads2 #foto-alloggio .contsingolo .row:last-child .foto-gallery {
    height: 200px;
  }
}

@media (min-width: 1024px) {

  .ads2 #foto-alloggio .contsingolo .row:first-child .foto-gallery {
    height: 320px;
  }

  .ads2 #foto-alloggio .contsingolo .row:last-child .foto-gallery {
    height: 220px;
  }
}

/* ================================================================
   BLEIS HOTEL — Sezione: FAQ
   Replica #faq di bleis-landing-v6.html
   Mobile First — prefisso .ads2 #faq-ads
================================================================ */

.ads2 #faq-ads {
  background: var(--white);
  padding: 64px 20px 80px;
  border-top: 1px solid var(--border);
}

.ads2 #faq-ads .colonna {
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
}

.ads2 #faq-ads .custom-col,
.ads2 #faq-ads .contenitore {
  padding: 0;
  float: none;
}

/* ── Eyebrow h4 ── */
.ads2 #faq-ads h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--blue);
  border: 1px solid currentColor;
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 20px;
}

/* ── Titolo h3 ── */
.ads2 #faq-ads h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 800;
  color: var(--black);
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  text-transform: inherit;
  text-align: left;
}

/* ── ACCORDION PANELS — reset Bootstrap ── */

.ads2 #faq-ads .panel {
  background: transparent;
  border: none;
  border-bottom: none;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.ads2 #faq-ads .panel:first-of-type {
  border-top: 1px solid var(--border);
}

/* ── PANEL HEADING (domanda) ── */

.ads2 #faq-ads .panel-heading {
  background: transparent !important;
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  margin-left: 0;
  margin-bottom: 20px;
  border-bottom: none !important;
  width: 100%;
  margin-right: 0;
}

.ads2 #faq-ads .panel-title {
  font-size: 14px !important;
  font-weight: 600;
  margin: 0;
  width: 100%;
}

.ads2 #slideshow .bottone span, .ads2 .bottone span, .ads2 #faq-ads .panel-title a {
    font-size: 13px !important;
    letter-spacing: 1px;
}

.ads2 #faq-ads .panel-title a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  gap: 16px;
  transition: color 0.2s;
  width: 100%;
}

.ads2 #faq-ads .panel-title a:hover {
  color: var(--blue);
}

/* Icona + / − */
.ads2 #faq-ads .panel-title a::after {
  content: '+';
  color: var(--blue);
  font-size: 20px;
  font-weight: 300;
  flex-shrink: 0;
  line-height: 1;
  transition: transform 0.25s;
  font-family: 'Montserrat', sans-serif;
}

.ads2 #faq-ads .panel-title a:not(.collapsed)::after {
  content: '−';
}

/* Rimuovi freccia Bootstrap */
.ads2 #faq-ads .panel-title a:focus {
  outline: none;
}

/* ── PANEL BODY (risposta) ── */

.ads2 #faq-ads .panel-body {
  padding: 0 0 22px 0;
}

.ads2 #faq-ads .panel-body p {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: var(--gray);
  line-height: 1.8;
  margin: 0;
  max-width: 580px;
}

/* ── Collapse Bootstrap — nessun bordo aggiuntivo ── */
.ads2 #faq-ads .panel-collapse {
  border: none !important;
}

@media (min-width: 701px) {
  .ads2 #faq-ads {
    padding: 80px 32px 80px;
  }
}

/* Rimuovi border-top sul primo panel */
.ads2 #faq-ads .panel:first-of-type {
  border-top: none;
}

/* Margin bottom sui bottoni accordion */
.ads2 #faq-ads .panel-title a {
  margin-bottom: 8px;
}

/* ================================================================
   BLEIS HOTEL — Sezione: PRENOTA (CTA Finale)
   Replica #cta-finale di bleis-landing-v6.html
   Mobile First — prefisso .ads2 #prenota-ads
================================================================ */

.ads2 #prenota-ads {
  background: #0d1a20;
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  text-align: center;
}

/* Overlay radiale blu */
.ads2 #prenota-ads::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.72);
  pointer-events: none;
  z-index: 0;
}

.ads2 #prenota-ads .colonna {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  padding: 0;
}

.ads2 #prenota-ads .custom-col,
.ads2 #prenota-ads .contenitore {
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
}

/* ── Eyebrow h4 — con linee laterali ── */
.ads2 #prenota-ads h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: var(--blue) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-bottom: 20px !important;
  background: transparent !important;
  border: none !important;
}

.ads2 #prenota-ads h4::before,
.ads2 #prenota-ads h4::after {
  content: '' !important;
  width: 20px !important;
  height: 1px !important;
  background: var(--blue) !important;
  flex-shrink: 0 !important;
}

/* ── Titolo h3 ── */
.ads2 #prenota-ads h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(28px, 4.5vw, 50px) !important;
  font-weight: 800 !important;
  color: var(--white) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 16px 0 !important;
  text-transform: none !important;
  text-align: center !important;
}

.ads2 #prenota-ads h3 strong {
  font-weight: 800 !important;
  color: var(--white) !important;
}

/* <b> dentro strong = accento blu */
.ads2 #prenota-ads h3 strong b,
.ads2 #prenota-ads h3 b {
  color: var(--blue) !important;
  font-weight: 800 !important;
}

/* ── Sottotitolo p ── */
.ads2 #prenota-ads p {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  color: rgba(255,255,255,0.55) !important;
  line-height: 1.7 !important;
  margin: 0 0 44px 0 !important;
}

/* ── Bottone ── */
.ads2 #prenota-ads .bottone {
  display: inline-block !important;
  background: var(--blue) !important;
  color: var(--white) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  padding: 18px 48px !important;
  cursor: pointer !important;
  transition: background 0.2s, transform 0.15s !important;
  text-decoration: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.ads2 #prenota-ads .bottone:hover {
  background: var(--blue-dk) !important;
  transform: translateY(-2px) !important;
}

.ads2 #prenota-ads .bottone span {
  color: var(--white) !important;
}

/* Mobile: bottone full width */
@media (max-width: 700px) {
  .ads2 #prenota-ads .bottone {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}

@media (min-width: 701px) {
  .ads2 #prenota-ads {
    padding: 100px 32px;
  }
}


.ads2 #titolo-perche h4,
.ads2 #titolo-recensioni h4,
.ads2 #titolo-alloggio h4,
.ads2 #posizione-strategica .sez-1 h4,
.ads2 #faq-ads h4,
.ads2 #prenota-ads h4, .ads2 #alloggi h4, .ads2 #alloggi p strong {
  font-size: 13px !important;
}

@media (min-width: 701px) {
  .ads2 #titolo-perche h4,
  .ads2 #titolo-recensioni h4,
  .ads2 #titolo-alloggio h4,
  .ads2 #posizione-strategica .sez-1 h4,
  .ads2 #faq-ads h4,
  .ads2 #prenota-ads h4, .ads2 #alloggi h4, .ads2 #alloggi p strong {
    font-size: 10px !important;
    letter-spacing: 0.2em !important;
  }
}

/* ================================================================
   BLEIS HOTEL — HEADER
   Mobile First — prefisso .ads2
================================================================ */

/* ── Nascondi lingue ── */
.ads2 #lingue {
  display: none !important;
}

/* ── NAVBAR ── */
.ads2 #menu {
  background: rgba(17,17,17,0.92) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 60px !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
}

/* ── HAMBURGER — nascosto ── */
.ads2 #menu .navbar-toggle {
  display: none !important;
}

/* ── LOGO MOBILE ── */
.ads2 #menu .logo-mobile {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0;
  float: none;
  width: auto;
}

.ads2 #menu .logo-mobile img {
  height: 34px;
  width: auto;
  display: block;
}

/* ── LOGO DESKTOP — nascosto su mobile ── */
.ads2 #menu .logo {
  display: none !important;
}

/* ── BOTTONE CTA HEADER ── */
.ads2 #header-cta {
  display: inline-block;
  background: var(--blue);
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}

.ads2 #header-cta:hover {
  background: var(--blue-dk);
  color: #ffffff !important;
}

/* ================================================================
   @media (min-width: 701px)
================================================================ */

@media (min-width: 701px) {

  .ads2 #menu {
    min-height: 72px !important;
    padding: 0 32px;
  }

  .ads2 #menu .logo-mobile {
    display: none !important;
  }

  .ads2 #menu .logo {
    display: flex !important;
    align-items: center;
    height: 72px;
    padding: 0;
    float: none;
    width: auto;
    top: 12px;
  }

  .ads2 #menu .logo img {
    height: 40px;
    width: auto;
    display: block;
  }

  .ads2 #header-cta {
    font-size: 12px;
    padding: 12px 28px;
  }
}

.ads2 #menu .logo {
    top: 15px;
}

* {
  outline: none !important;
}

/* ── VOCI MENU — stile come header-cta ma senza sfondo ── */
.ads2 #menu .navbar-nav > li > a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: rgba(255,255,255,0.7) !important;
  padding: 10px 14px !important;
  display: block !important;
  text-decoration: none !important;
  background: transparent !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  transition: color 0.2s !important;
  white-space: nowrap !important;
}

.ads2 #menu .navbar-nav > li > a:hover {
  color: var(--white) !important;
  background: transparent !important;
}

@media (min-width: 701px) {
  .ads2 #menu .navbar-nav > li > a {
    padding: 12px 14px !important;
    border-bottom: none !important;
    color: rgba(255,255,255,0.8) !important;
  }
}

.ads2 .snip1135 a:hover:before, .ads2 .snip1135 .current a:before {
    display: none;
}


/* ── BOTTOM NAV MOBILE ── */
.ads2 #bleis-bottom-nav {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(17,17,17,0.97);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255,255,255,0.08);
  height: 56px;
}

.ads2 #bleis-bottom-nav a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s;
  border-right: 1px solid rgba(255,255,255,0.06);
  padding: 0 4px;
  text-align: center;
  line-height: 1.2;
}

.ads2 #bleis-bottom-nav a:last-child {
  border-right: none;
  background: var(--blue);
  color: var(--white);
}

.ads2 #bleis-bottom-nav a:last-child:hover {
  background: var(--blue-dk);
}

.ads2 #bleis-bottom-nav a:hover {
  color: var(--white);
}

/* Nascondi su desktop */
@media (min-width: 701px) {
  .ads2 #bleis-bottom-nav {
    display: none !important;
  }
}

/* Spazio in fondo alla pagina per non coprire contenuto */
@media (max-width: 700px) {
  .ads2 #prenota-ads {
    padding-bottom: 136px !important;
  }
}

.ads2 .logo-mobile img {
    filter: none;
    margin-left: 20px;
}


.ads2 button.buttonTesto {
    background: var(--blue);
    border: none;
    border-radius: 0;
}

.ads2 button.buttonTesto:hover {
    color: var(--white);
    background: var(--blue-dk);
    border: none;
}