/* Ubicación — page-specific styles */
.section-label--light{color:var(--amber-light);}
.fd2{transition-delay:.1s;}.fd3{transition-delay:.2s;}.fd4{transition-delay:.3s;}.fd5{transition-delay:.4s;}
.ub-transfers__note{margin-top:.8rem;}
.ub-transfer-whatsapp{display:flex;align-items:center;justify-content:center;gap:.6rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;color:white;font-size:.82rem;font-weight:600;transition:background .25s;text-decoration:none;}
.ub-transfer-whatsapp:hover{background:rgba(255,255,255,.12);}

/* HERO */
.ub-hero{
  position:relative;min-height:65vh;
  display:flex;flex-direction:column;justify-content:flex-end;
  overflow:hidden;background:var(--carbon);
  padding-bottom:0;
}
.ub-hero__bg{
  position:absolute;inset:0;
  overflow:hidden;
  opacity:.45;
}
.ub-hero__bg img{width:100%;height:100%;object-fit:cover;}
.ub-hero__overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(28,28,28,.15) 0%,rgba(28,28,28,.55) 55%,rgba(28,28,28,.92) 100%);
}
.ub-hero__content{
  position:relative;z-index:2;
  max-width:var(--container);width:100%;margin:0 auto;
  padding:5rem 2rem 3.5rem;
}
.ub-hero__eyebrow{font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--amber-light);margin-bottom:1rem;}
.ub-hero h1{color:white;margin-bottom:.9rem;}
.ub-hero h1 em{font-style:italic;color:var(--amber-light);}
.ub-hero__sub{font-size:clamp(.95rem,1.8vw,1.1rem);font-weight:300;color:rgba(255,255,255,.65);max-width:520px;margin-bottom:2rem;}

/* Address badge */
.ub-hero__address{
  display:inline-flex;align-items:center;gap:.6rem;
  background:rgba(255,255,255,.1);backdrop-filter:blur(8px);
  border:1px solid rgba(255,255,255,.15);border-radius:4px;
  padding:.6rem 1.1rem;
  font-size:.82rem;color:rgba(255,255,255,.8);font-weight:500;
}
.ub-hero__address svg{width:14px;height:14px;stroke:var(--amber-light);fill:none;stroke-width:2;}

/* DISTANCIAS STRIP */
.ub-strip{background:var(--carbon);border-top:1px solid rgba(255,255,255,.07);}
.ub-strip__inner{
  max-width:var(--container);margin:0 auto;padding:0 2rem;
  display:grid;grid-template-columns:repeat(4,1fr);
}
.ub-dist{
  padding:1.8rem 1.5rem;border-right:1px solid rgba(255,255,255,.07);
  display:flex;flex-direction:column;gap:.35rem;
  transition:background .25s;
}
.ub-dist:last-child{border-right:none;}
.ub-dist:hover{background:rgba(255,255,255,.03);}
.ub-dist__place{font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--amber-light);}
.ub-dist__name{font-family:var(--font-display);font-size:1.1rem;font-weight:400;color:white;line-height:1.2;}
.ub-dist__km{font-size:1.4rem;font-weight:700;color:rgba(255,255,255,.85);letter-spacing:-.01em;line-height:1;}
.ub-dist__time{font-size:.75rem;color:var(--stone-light);margin-top:.1rem;}

/* MAPA PRINCIPAL */
.ub-map-section{background:var(--cream);padding:3rem 0 0;}
.ub-map-section .container{}
.ub-map-frame{
  border-radius:8px 8px 0 0;overflow:hidden;height:480px;
  border:1px solid var(--cream-dark);border-bottom:none;
  background:var(--cream);
}
.ub-map-frame iframe{width:100%;height:100%;border:0;display:block;}

/* Info debajo del mapa */
.ub-map-info{
  background:white;border:1px solid var(--cream-dark);border-top:none;
  border-radius:0 0 8px 8px;
  padding:1.5rem 2rem;
  display:flex;align-items:center;justify-content:space-between;
  flex-wrap:wrap;gap:1.5rem;
}
.ub-map-info__addr{display:flex;align-items:center;gap:.7rem;font-size:.88rem;color:var(--stone);}
.ub-map-info__addr svg{width:16px;height:16px;stroke:var(--selva);fill:none;stroke-width:2;flex-shrink:0;}
.ub-map-info__addr strong{color:var(--carbon);}
.ub-map-info__actions{display:flex;gap:.8rem;flex-wrap:wrap;}
.ub-map-btn{
  display:inline-flex;align-items:center;gap:.5rem;
  font-family:var(--font-body);font-size:.78rem;font-weight:600;
  letter-spacing:.05em;text-transform:uppercase;
  padding:.6rem 1.2rem;border-radius:4px;
  transition:all .25s;
}
.ub-map-btn--primary{background:var(--selva);color:white;}.ub-map-btn--primary:hover{background:var(--selva-deep);}
.ub-map-btn--outline{background:transparent;color:var(--carbon);border:1.5px solid var(--cream-dark);}.ub-map-btn--outline:hover{border-color:var(--carbon);}
.ub-map-btn svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;}

/* CÓMO LLEGAR */
.ub-howto{background:var(--warm-white);}
.ub-howto__header{text-align:center;margin-bottom:3.5rem;}
.ub-howto__header h2 em{font-style:italic;color:var(--amber);}
.ub-howto__header p{font-size:.95rem;color:var(--stone);max-width:500px;margin:.7rem auto 0;}

.ub-howto__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}

.ub-howto-card{
  background:white;border-radius:8px;border:1px solid var(--cream-dark);
  padding:2rem 1.8rem;
  transition:box-shadow .35s,transform .35s;
}
.ub-howto-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.07);transform:translateY(-3px);}
.ub-howto-card__icon{
  width:48px;height:48px;border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:1.2rem;
}
.ub-howto-card__icon svg{width:24px;height:24px;fill:none;stroke-width:1.7;stroke-linecap:round;}
.icon-plane {background:rgba(196,129,61,.1);}.icon-plane svg{stroke:var(--amber);}
.icon-car   {background:rgba(58,107,53,.1); }.icon-car   svg{stroke:var(--selva);}
.icon-bus   {background:rgba(74,138,158,.1);}.icon-bus   svg{stroke:#4a8a9e;}
.ub-howto-card__label{font-size:.65rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--amber);margin-bottom:.3rem;}
.ub-howto-card h3{font-family:var(--font-body);font-size:1rem;font-weight:700;color:var(--carbon);margin-bottom:.6rem;}
.ub-howto-card p{font-size:.84rem;color:var(--stone);line-height:1.65;}
.ub-howto-card__time{
  display:inline-flex;align-items:center;gap:.35rem;
  margin-top:1rem;
  font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
  padding:.25rem .8rem;border-radius:20px;
  background:var(--cream);color:var(--stone);border:1px solid var(--cream-dark);
}
.ub-howto-card__time svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2;}

/* TRASLADOS */
.ub-transfers{background:var(--carbon-soft);position:relative;overflow:hidden;}
.ub-transfers::before{content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(ellipse 700px 400px at 80% 50%,rgba(196,129,61,.06),transparent);}
.ub-transfers .container{position:relative;z-index:1;}
.ub-transfers__grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;}
.ub-transfers__text .section-label{color:var(--amber-light);}
.ub-transfers__text h2{color:white;margin-bottom:1rem;}
.ub-transfers__text h2 em{font-style:italic;color:var(--amber-light);}
.ub-transfers__text p{color:rgba(255,255,255,.6);font-size:.95rem;line-height:1.78;}
.ub-transfers__options{display:flex;flex-direction:column;gap:1rem;}
.ub-transfer{
  display:flex;align-items:flex-start;gap:1.1rem;
  padding:1.3rem 1.5rem;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);border-radius:8px;
  transition:background .25s,border-color .25s;
}
.ub-transfer:hover{background:rgba(255,255,255,.09);border-color:rgba(196,129,61,.25);}
.ub-transfer__icon{
  width:40px;height:40px;flex-shrink:0;border-radius:8px;
  background:rgba(196,129,61,.12);border:1px solid rgba(196,129,61,.2);
  display:flex;align-items:center;justify-content:center;
}
.ub-transfer__icon svg{width:18px;height:18px;stroke:var(--amber-light);fill:none;stroke-width:1.7;}
.ub-transfer__body h4{font-size:.9rem;font-weight:700;color:white;margin-bottom:.2rem;}
.ub-transfer__body p{font-size:.82rem;color:rgba(255,255,255,.5);line-height:1.5;}
.ub-transfer__badge{
  margin-top:.5rem;display:inline-block;
  font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;
  padding:.18rem .6rem;border-radius:3px;
  background:rgba(196,129,61,.12);color:var(--amber-light);border:1px solid rgba(196,129,61,.2);
}

/* PUNTOS DE INTERÉS */
.ub-pois{background:var(--cream);}
.ub-pois__header{text-align:center;margin-bottom:3rem;}
.ub-pois__header h2 em{font-style:italic;color:var(--selva);}
.ub-pois__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;}
.ub-poi{
  background:white;border-radius:8px;border:1px solid var(--cream-dark);
  padding:1.4rem;
  transition:box-shadow .3s,transform .3s;
}
.ub-poi:hover{box-shadow:0 8px 30px rgba(0,0,0,.07);transform:translateY(-2px);}
.ub-poi__icon{
  width:36px;height:36px;border-radius:8px;
  display:flex;align-items:center;justify-content:center;margin-bottom:.9rem;
}
.ub-poi__icon svg{width:16px;height:16px;fill:none;stroke-width:1.8;}
.poi-green{background:rgba(58,107,53,.1);}.poi-green svg{stroke:var(--selva);}
.poi-amber{background:rgba(196,129,61,.1);}.poi-amber svg{stroke:var(--amber);}
.poi-blue {background:rgba(74,138,158,.1);}.poi-blue  svg{stroke:#4a8a9e;}
.poi-stone{background:rgba(107,101,96,.1);}.poi-stone svg{stroke:var(--stone);}
.ub-poi__name{font-size:.88rem;font-weight:700;color:var(--carbon);margin-bottom:.2rem;}
.ub-poi__dist{font-size:.75rem;color:var(--amber);font-weight:600;margin-bottom:.3rem;}
.ub-poi__desc{font-size:.78rem;color:var(--stone);line-height:1.5;}

/* CTA */
.ub-cta{
  background:var(--selva-deep);text-align:center;
  padding:5rem 2rem;position:relative;overflow:hidden;
}
.ub-cta__bg{position:absolute;inset:0;overflow:hidden;opacity:.1;}
.ub-cta__bg img{width:100%;height:100%;object-fit:cover;}
.ub-cta::before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(45,80,22,.9) 0%,rgba(45,80,22,.95) 100%);}
.ub-cta__inner{position:relative;z-index:2;}
.ub-cta h2{color:white;margin-bottom:.8rem;}
.ub-cta h2 em{font-style:italic;color:var(--amber-light);}
.ub-cta p{color:rgba(255,255,255,.65);font-size:1.05rem;margin-bottom:2rem;}
.ub-cta__btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}

/* RESPONSIVE */
@media(max-width:1024px){
  .ub-strip__inner{grid-template-columns:1fr 1fr;}
  .ub-dist:nth-child(2){border-right:none;}
  .ub-dist:nth-child(3){border-right:1px solid rgba(255,255,255,.07);border-top:1px solid rgba(255,255,255,.07);}
  .ub-dist:nth-child(4){border-right:none;border-top:1px solid rgba(255,255,255,.07);}
  .ub-pois__grid{grid-template-columns:1fr 1fr;}
  .ub-transfers__grid{grid-template-columns:1fr;gap:3rem;}
}
@media(max-width:768px){
  .ub-howto__grid{grid-template-columns:1fr;}
  .ub-map-frame{height:300px;}
  .ub-map-info{flex-direction:column;align-items:flex-start;}
  .ub-strip__inner{grid-template-columns:1fr 1fr;}
  .ub-cta__btns{flex-direction:column;align-items:center;}
}
@media(max-width:480px){
  .ub-strip__inner{grid-template-columns:1fr;}
  .ub-dist{border-right:none;border-bottom:1px solid rgba(255,255,255,.07);}
  .ub-dist:last-child{border-bottom:none;}
  .ub-pois__grid{grid-template-columns:1fr 1fr;}
  .ub-map-info__actions{flex-direction:column;width:100%;}
  .ub-map-btn{justify-content:center;}
}
