/* Buscapie — actualización visual cálida 2026
   Carga únicamente en las páginas autorizadas; reservas.html queda intacta. */
:root{
  --bp-ink:#17211d;
  --bp-ink-soft:#42534c;
  --bp-green:#059669;
  --bp-green-dark:#047857;
  --bp-lime:#91c83e;
  --bp-cream:#fbfaf6;
  --bp-sand:#f3eee4;
  --bp-mint:#eaf7f1;
  --bp-card:#fffefa;
  --bp-line:rgba(23,33,29,.09);
  --bp-shadow:0 22px 60px rgba(25,61,46,.10);
}

body{
  background:var(--bp-cream);
  color:var(--bp-ink-soft);
  font-family:'Inter',sans-serif;
}

nav{
  top:14px;
  left:clamp(14px,3vw,44px);
  right:clamp(14px,3vw,44px);
  padding:.7rem clamp(1rem,2.4vw,2rem);
  border:1px solid rgba(255,255,255,.7);
  border-radius:22px;
  background:rgba(255,254,250,.88);
  box-shadow:0 12px 40px rgba(22,48,37,.10);
}
nav::after{display:none}
.logo-img{height:50px}
.nav-links{gap:clamp(1rem,2.3vw,2rem)}
.nav-links a{color:var(--bp-ink-soft);font-weight:650;font-size:.9rem}
.nav-links a.active{color:var(--bp-green-dark)}
.nav-reserva{
  padding:.76rem 1.2rem!important;
  background:linear-gradient(135deg,var(--bp-green-dark),var(--bp-green))!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:0 10px 24px rgba(5,150,105,.24)!important;
}
.nav-reserva::after{display:none!important}
.nav-reserva:hover{transform:translateY(-2px)!important;box-shadow:0 14px 30px rgba(5,150,105,.32)!important}

.hero{
  min-height:88vh;
  padding:9rem max(5%,calc((100vw - 1180px)/2)) 5rem;
  isolation:isolate;
}
.hero-bg-img{transform:scale(1.01)}
.hero-overlay-gradient{
  background:
    linear-gradient(90deg,rgba(14,26,21,.88) 0%,rgba(14,26,21,.70) 42%,rgba(14,26,21,.18) 78%,rgba(14,26,21,.08) 100%),
    linear-gradient(0deg,rgba(14,26,21,.28),transparent 45%);
}
.hero-content{max-width:680px}
.hero-badge{
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.12);
  color:#fff;
  box-shadow:inset 0 1px rgba(255,255,255,.18);
}
.hero h1{
  max-width:650px;
  font-size:clamp(2.8rem,5.5vw,5.15rem);
  line-height:1.02;
  letter-spacing:-.055em;
  text-wrap:balance;
}
.hero p{max-width:610px;font-size:1.1rem;line-height:1.75;color:rgba(255,255,255,.82)}
.hero-actions{gap:.8rem}
.hero-actions .btn{min-height:52px}

section{padding:clamp(4.5rem,8vw,7.5rem) max(5%,calc((100vw - 1180px)/2))}
.section-tag{
  color:var(--bp-green-dark);
  background:var(--bp-mint);
  border:1px solid rgba(5,150,105,.12);
  letter-spacing:.11em;
}
.section-header{max-width:760px;margin-left:auto;margin-right:auto}
.section-header h2{color:var(--bp-ink);font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;letter-spacing:-.045em;text-wrap:balance}
.section-header p{color:var(--bp-ink-soft);font-size:1rem}
.gradient-text{
  background:linear-gradient(120deg,var(--bp-green-dark),var(--bp-green),var(--bp-lime));
  -webkit-background-clip:text;background-clip:text;
}

.specialist-section{
  background:
    radial-gradient(circle at 12% 10%,rgba(145,200,62,.14),transparent 28%),
    linear-gradient(145deg,var(--bp-card),var(--bp-mint));
}
.specialist-section::before,.specialist-section::after{opacity:.45}
.km-photo{border-radius:32px;overflow:hidden;box-shadow:var(--bp-shadow);border:8px solid rgba(255,255,255,.8)}
.compromiso-section{background:var(--bp-sand)!important}
.compromiso-badge{
  background:rgba(255,254,250,.86);
  border:1px solid rgba(255,255,255,.9);
  box-shadow:0 12px 34px rgba(48,69,58,.08);
}

.services{background:linear-gradient(180deg,var(--bp-cream),#f5f8f2)}
.services-grid{gap:1.25rem}
.service-card{
  background:var(--bp-card);
  border:1px solid var(--bp-line);
  border-radius:28px;
  box-shadow:0 10px 34px rgba(32,67,51,.055);
}
.service-card:hover{transform:translateY(-8px);border-color:rgba(5,150,105,.25);box-shadow:var(--bp-shadow)}
.service-icon,.fc-icon,.value-icon{
  background:linear-gradient(145deg,var(--bp-mint),#fff);
  border:1px solid rgba(5,150,105,.12);
  box-shadow:0 10px 24px rgba(5,150,105,.10);
}
.service-card h3,.feature-card h4,.value-card h4{color:var(--bp-ink)}
.service-card p,.feature-card p,.value-card p{color:var(--bp-ink-soft)}
.service-card ul li::before{color:var(--bp-green)}
.service-card .btn-outline{border-width:1px;background:var(--bp-mint)}

.features{
  background:
    radial-gradient(circle at 80% 0%,rgba(145,200,62,.13),transparent 30%),
    var(--bp-sand);
}
.features-grid{gap:1.1rem}
.feature-card,.value-card{
  border:1px solid rgba(255,255,255,.9);
  border-radius:26px;
  background:rgba(255,254,250,.82);
  box-shadow:0 14px 40px rgba(33,54,44,.07);
}
.feature-card:hover,.value-card:hover{transform:translateY(-6px);box-shadow:var(--bp-shadow)}

.cta-section{
  margin:0 clamp(14px,3vw,44px) clamp(14px,3vw,44px);
  border-radius:36px;
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 20%,rgba(145,200,62,.30),transparent 30%),
    linear-gradient(135deg,#123c2e,var(--bp-green-dark) 60%,var(--bp-green));
}
.cta-section h2{text-wrap:balance}

.page-hero{
  min-height:58vh;
  padding:10rem max(5%,calc((100vw - 1180px)/2)) 5rem;
}
.page-hero-overlay{
  background:linear-gradient(90deg,rgba(15,30,24,.86),rgba(15,30,24,.40) 68%,rgba(15,30,24,.15));
}
.page-hero h1{font-size:clamp(2.5rem,5vw,4.5rem);letter-spacing:-.05em;text-wrap:balance}

.contact-info-card,.booking-card,.cta-card{
  background:var(--bp-card);
  border:1px solid var(--bp-line);
  box-shadow:var(--bp-shadow);
  border-radius:28px;
}
input,textarea,select{
  border-radius:14px!important;
  border-color:rgba(23,33,29,.12)!important;
  background:#fff!important;
}
input:focus,textarea:focus,select:focus{border-color:var(--bp-green)!important;box-shadow:0 0 0 4px rgba(5,150,105,.10)!important}

footer{
  background:#101b17;
  border-top:1px solid rgba(255,255,255,.06);
}
.footer-col h4{color:#fff}
.footer-col p,.footer-col a{color:rgba(255,255,255,.68)}

.btn{min-height:48px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}
.btn-primary{background:linear-gradient(135deg,var(--bp-green-dark),var(--bp-green));box-shadow:0 10px 26px rgba(5,150,105,.22)}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(5,150,105,.30)}
.btn-outline{border-color:var(--bp-green);color:var(--bp-green-dark)}
.btn-outline:hover{background:var(--bp-green-dark);border-color:var(--bp-green-dark)}
:focus-visible{outline:3px solid rgba(145,200,62,.75);outline-offset:3px}

@media(max-width:900px){
  nav{top:10px;left:10px;right:10px;border-radius:18px}
  .nav-links{background:var(--bp-card)}
  .nav-links .nav-reserva{color:#fff!important}
}
@media(max-width:768px){
  .hero{min-height:82svh;padding:8rem 6% 4rem;align-items:flex-end}
  .hero-overlay-gradient{background:linear-gradient(0deg,rgba(13,27,21,.92),rgba(13,27,21,.40) 75%,rgba(13,27,21,.20))}
  .hero h1{font-size:clamp(2.25rem,11vw,3.5rem)}
  .hero p{font-size:1rem}
  .hero-actions{width:100%}
  section{padding:4.5rem 6%}
  .service-card,.feature-card,.value-card{border-radius:22px}
  .cta-section{margin:0 10px 10px;border-radius:28px}
  .page-hero{min-height:50svh;padding:8rem 6% 3.5rem}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

/* ===== Buscapie Signature Experience v2 ===== */
body{background:radial-gradient(circle at 0 18%,rgba(145,200,62,.06),transparent 25rem),linear-gradient(180deg,#fffefa 0%,#f8f6ef 100%)}
body::before{content:"";position:fixed;inset:0;z-index:-1;opacity:.32;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E")}
nav{max-width:1240px;margin-inline:auto;left:max(14px,calc((100vw - 1240px)/2));right:max(14px,calc((100vw - 1240px)/2))}
.logo-img{height:54px;transition:transform .3s ease}.logo:hover .logo-img{transform:rotate(-2deg) scale(1.03)}
.nav-links a:not(.nav-reserva){padding:.6rem .15rem}
.nav-links a:not(.nav-reserva)::after{bottom:2px;height:3px;background:linear-gradient(90deg,var(--bp-green),var(--bp-lime))}
.hero{min-height:94svh;border-radius:0 0 clamp(30px,6vw,78px) clamp(30px,6vw,78px);box-shadow:0 28px 80px rgba(18,48,37,.15)}
.hero::before{content:"";position:absolute;z-index:1;width:clamp(180px,28vw,410px);aspect-ratio:1;right:-8%;bottom:-20%;border:1px solid rgba(255,255,255,.13);border-radius:50%;box-shadow:0 0 0 50px rgba(255,255,255,.025),0 0 0 100px rgba(255,255,255,.018)}
.hero::after{content:"Atención especializada · Panamá";position:absolute;z-index:2;right:5%;bottom:2rem;color:rgba(255,255,255,.72);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;writing-mode:vertical-rl}
.hero-content{padding-top:2rem}.hero-badge{padding:.5rem 1.05rem;border-radius:999px;backdrop-filter:blur(12px)}
.hero h1{margin-top:1.2rem;margin-bottom:1.25rem}
.hero .gradient-text{display:inline-block;padding-right:.09em;margin-right:.02em;background:linear-gradient(115deg,#66d9a9 5%,#9ad548 55%,#d7ef89);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 5px 20px rgba(95,196,121,.18))}
.hero-actions .btn{border-radius:16px;padding:1rem 1.55rem;font-weight:750;letter-spacing:0}
.hero-actions .btn:first-child{box-shadow:0 16px 36px rgba(5,150,105,.32)}
.section-header{position:relative}.section-header::before{content:"";display:block;width:42px;height:4px;border-radius:99px;margin:0 auto 1.1rem;background:linear-gradient(90deg,var(--bp-green),var(--bp-lime))}
.section-tag{padding:.45rem .8rem;border-radius:999px}
.services-grid{grid-template-columns:repeat(12,1fr);align-items:stretch}.service-card{grid-column:span 4;min-height:100%;padding:2rem}
.service-card:nth-child(1),.service-card:nth-child(6){grid-column:span 6;background:radial-gradient(circle at 100% 0,rgba(145,200,62,.13),transparent 45%),var(--bp-card)}
.service-card::after{content:"";position:absolute;width:90px;height:90px;right:-35px;top:-35px;border:1px solid rgba(5,150,105,.10);border-radius:50%;transition:transform .45s ease}
.service-card:hover::after{transform:scale(1.35)}.service-icon{width:62px;height:62px;border-radius:19px}
.service-card h3{font-size:1.28rem;letter-spacing:-.025em}.service-card .sub{display:inline-flex;padding:.28rem .58rem;border-radius:999px;background:var(--bp-mint)}
.features-grid{display:grid;grid-template-columns:repeat(12,1fr)}.feature-card{grid-column:span 3;min-height:260px;display:flex;flex-direction:column;justify-content:flex-end;text-align:left}
.feature-card:nth-child(1),.feature-card:nth-child(4){transform:translateY(18px)}.feature-card .fc-icon{position:absolute;top:1.6rem;left:1.6rem}.feature-card h4{font-size:1.2rem;letter-spacing:-.025em}
.specialist-section{overflow:hidden}.specialist-section::before{width:420px;height:420px;background:radial-gradient(circle,rgba(145,200,62,.16),transparent 68%)}
.specialist-section h2{letter-spacing:-.045em}.km-grid{position:relative}
.km-photo::after{content:"10+ años de experiencia";position:absolute;left:1rem;bottom:1rem;background:rgba(255,254,250,.9);backdrop-filter:blur(12px);color:var(--bp-ink);padding:.7rem 1rem;border-radius:14px;font-size:.8rem;font-weight:750;box-shadow:0 10px 26px rgba(0,0,0,.12)}
.compromiso-section{border-radius:clamp(28px,5vw,64px);margin:0 clamp(10px,2.6vw,36px);overflow:hidden}.compromiso-badge{padding:1rem 1.25rem!important}
.page-hero{min-height:64svh;border-radius:0 0 clamp(28px,5vw,64px) clamp(28px,5vw,64px);box-shadow:0 24px 70px rgba(18,48,37,.14)}
.page-hero::after{content:"";position:absolute;z-index:1;left:5%;right:5%;bottom:1.4rem;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.45),transparent)}
.contact-grid{gap:1.4rem}.contact-info-card,.booking-card,.cta-card{padding:clamp(1.6rem,3vw,2.6rem)}.contact-info-card{background:linear-gradient(145deg,#fffefa,#eef8f2)}
.cta-section{min-height:360px;display:flex;align-items:center;box-shadow:0 24px 70px rgba(5,94,67,.22)}
.cta-section::before{background:radial-gradient(circle at 18% 20%,rgba(255,255,255,.18),transparent 18%),radial-gradient(circle at 80% 75%,rgba(145,200,62,.28),transparent 24%)}
.cta-section .btn{border-radius:16px!important}
footer{border-radius:38px 38px 0 0;margin-top:clamp(30px,6vw,80px)}.footer-grid{max-width:1180px;margin-inline:auto}.footer-col:first-child{max-width:330px}
.footer-col h4::after{content:"";display:block;width:28px;height:3px;margin-top:.7rem;border-radius:99px;background:linear-gradient(90deg,var(--bp-green),var(--bp-lime))}
.footer-bottom{max-width:1180px;margin-inline:auto}.wa-btn{width:60px;height:60px;border:4px solid rgba(255,255,255,.88)}
/* Balanced card layouts */
.services-grid{max-width:1180px;margin-inline:auto}
.services-grid > .service-card,
.services-grid > .service-card:nth-child(1),
.services-grid > .service-card:nth-child(6){grid-column:span 4!important;width:auto!important}
.values-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1180px;margin-inline:auto;gap:1.15rem}
.value-card{min-width:0;height:100%}
@media(max-width:1000px){.service-card,.service-card:nth-child(1),.service-card:nth-child(6){grid-column:span 6}.feature-card{grid-column:span 6;min-height:230px}.feature-card:nth-child(1),.feature-card:nth-child(4){transform:none}.values-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}}
@media(max-width:768px){nav{left:10px;right:10px}.logo-img{height:46px}.hero{min-height:88svh;border-radius:0 0 30px 30px}.hero::after{display:none}.hero-content{padding-top:4rem}.hero-actions .btn{border-radius:14px}.services-grid,.features-grid{display:grid;grid-template-columns:1fr}.service-card,.service-card:nth-child(1),.service-card:nth-child(6),.feature-card{grid-column:auto}.feature-card{min-height:220px}.compromiso-section{margin-inline:8px;border-radius:28px}.page-hero{min-height:54svh;border-radius:0 0 30px 30px}footer{border-radius:28px 28px 0 0}}
@media(max-width:560px){.values-grid{grid-template-columns:1fr}}

/* Reservation experience */
.reservas-header{
  min-height:52svh!important;
  padding:10rem max(5%,calc((100vw - 980px)/2)) 5rem!important;
  background:
    radial-gradient(circle at 18% 18%,rgba(145,200,62,.18),transparent 26%),
    radial-gradient(circle at 85% 80%,rgba(5,150,105,.12),transparent 28%),
    linear-gradient(145deg,#fffefa,#eef8f2)!important;
  border-radius:0 0 clamp(30px,5vw,64px) clamp(30px,5vw,64px);
  overflow:hidden;
  box-shadow:0 24px 70px rgba(18,48,37,.10);
}
.reservas-header::before{
  content:"";
  position:absolute;
  width:340px;height:340px;
  right:-120px;top:-100px;
  border:1px solid rgba(5,150,105,.10);
  border-radius:50%;
  box-shadow:0 0 0 54px rgba(5,150,105,.025),0 0 0 108px rgba(145,200,62,.02);
}
.reservas-header .hero-badge{
  color:var(--bp-green-dark)!important;
  background:rgba(255,255,255,.72)!important;
  border-color:rgba(5,150,105,.14)!important;
  box-shadow:0 10px 30px rgba(5,150,105,.08);
}
.reservas-header h1{color:var(--bp-ink)!important;letter-spacing:-.05em!important;line-height:1.05!important}
.reservas-header p{color:var(--bp-ink-soft)!important}
.booking-section{
  padding:clamp(4rem,8vw,7rem) 5%!important;
  background:transparent!important;
}
.booking-inner{max-width:820px!important;margin-inline:auto!important}
.booking-card{
  padding:clamp(1.5rem,4vw,3rem)!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(145,200,62,.10),transparent 24%),
    #fffefa!important;
  border:1px solid rgba(23,33,29,.08)!important;
  box-shadow:0 28px 80px rgba(25,61,46,.11)!important;
}
.booking-card h2{color:var(--bp-ink)!important;letter-spacing:-.035em!important}
.booking-card .bk-sub{color:var(--bp-ink-soft)!important}
.calendar-notice{
  border-radius:18px!important;
  background:linear-gradient(135deg,var(--bp-mint),rgba(255,255,255,.82))!important;
  border:1px solid rgba(5,150,105,.12)!important;
}
.form-group label{color:var(--bp-ink)!important;font-weight:700!important}
.booking-card input:not([type="checkbox"]):not([type="file"]),
.booking-card textarea,.booking-card select,.dp-btn{
  min-height:50px;
  background:#fff!important;
  border:1px solid rgba(23,33,29,.12)!important;
  border-radius:14px!important;
}
.booking-card textarea{min-height:112px}
.booking-card input:focus,.booking-card textarea:focus,.booking-card select:focus,.dp-btn:focus{
  border-color:var(--bp-green)!important;
  box-shadow:0 0 0 4px rgba(5,150,105,.10)!important;
}
.dp-cal{
  border-radius:20px!important;
  border:1px solid rgba(23,33,29,.09)!important;
  box-shadow:0 24px 60px rgba(18,48,37,.16)!important;
}
.slot-btn{border-radius:12px!important;min-height:44px}
.captcha-box{border-radius:16px!important;background:#f8faf7!important;border-color:rgba(23,33,29,.10)!important}
#voucherFakeBtn{min-height:52px!important;background:#f8faf7!important;border-color:rgba(5,150,105,.25)!important}
.booking-card button[type="submit"]{
  min-height:56px;
  border-radius:16px;
  font-size:1rem;
  box-shadow:0 16px 36px rgba(5,150,105,.24);
}
@media(max-width:768px){
  .reservas-header{min-height:46svh!important;padding:8rem 6% 3.5rem!important;border-radius:0 0 30px 30px}
  .booking-section{padding:3.5rem 5%!important}
  .booking-card{border-radius:24px!important;padding:1.35rem!important}
}

/* Reservation hero — warm, human and visually consistent with the main site */
.reservas-header{
  min-height:62svh!important;
  background:
    linear-gradient(90deg,rgba(12,36,28,.94) 0%,rgba(12,36,28,.82) 43%,rgba(12,36,28,.28) 76%,rgba(12,36,28,.12) 100%),
    url("https://images.pexels.com/photos/4269203/pexels-photo-4269203.jpeg?auto=compress&cs=tinysrgb&w=1920") center 36%/cover no-repeat!important;
}
.reservas-header::before{
  width:420px;
  height:420px;
  left:-180px;
  right:auto;
  top:auto;
  bottom:-250px;
  border-color:rgba(255,255,255,.14);
  box-shadow:0 0 0 58px rgba(255,255,255,.035),0 0 0 116px rgba(145,200,62,.035);
}
.reservas-header .reveal{
  width:100%;
  max-width:1180px!important;
  margin-inline:auto!important;
  text-align:left!important;
}
.reservas-header .hero-badge{
  width:max-content;
  margin:0 0 1.5rem!important;
  color:#e7ffc2!important;
  background:rgba(255,255,255,.12)!important;
  border-color:rgba(255,255,255,.22)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.12);
  backdrop-filter:blur(12px);
}
.reservas-header h1{
  max-width:680px;
  color:#fff!important;
  text-shadow:0 3px 28px rgba(0,0,0,.20);
}
.reservas-header .gradient-text{
  background:linear-gradient(110deg,#e7ffc2,#9ddd4b)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  color:transparent!important;
}
.reservas-header p{
  max-width:610px!important;
  margin:1.15rem 0 0!important;
  color:rgba(255,255,255,.86)!important;
  font-size:clamp(1rem,1.7vw,1.16rem);
  line-height:1.75;
  text-shadow:0 2px 18px rgba(0,0,0,.18);
}
@media(max-width:768px){
  .reservas-header{
    min-height:58svh!important;
    background:
      linear-gradient(90deg,rgba(12,36,28,.93),rgba(12,36,28,.60)),
      url("https://images.pexels.com/photos/4269203/pexels-photo-4269203.jpeg?auto=compress&cs=tinysrgb&w=1200") 58% center/cover no-repeat!important;
  }
  .reservas-header .reveal{text-align:center!important}
  .reservas-header .hero-badge{margin:0 auto 1.25rem!important}
  .reservas-header p{margin:1rem auto 0!important}
}

/* Mobile refinement v3 */
html,body{max-width:100%;overflow-x:hidden}
img,svg,video,iframe{max-width:100%}

@media(max-width:900px){
  nav{
    top:max(10px,env(safe-area-inset-top))!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    min-height:70px;
    padding:.6rem .85rem!important;
    z-index:1100!important;
  }
  .logo{display:flex;align-items:center;min-height:48px}
  .logo-img{height:44px!important;max-width:132px;object-fit:contain}
  .nav-toggle{
    display:flex!important;
    width:48px!important;
    height:48px!important;
    padding:12px!important;
    flex-shrink:0;
    touch-action:manipulation;
  }
  .nav-links{
    position:fixed!important;
    top:90px!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    height:auto!important;
    max-height:calc(100dvh - 110px)!important;
    padding:12px!important;
    gap:6px!important;
    overflow-y:auto!important;
    border:1px solid rgba(23,33,29,.08);
    border-radius:20px!important;
    background:rgba(255,254,250,.98)!important;
    box-shadow:0 24px 60px rgba(18,48,37,.20)!important;
    transform:translateY(-12px) scale(.98)!important;
    transform-origin:top center;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .2s ease,transform .2s ease,visibility .2s!important;
  }
  .nav-links.open{
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .nav-links li{width:100%!important}
  .nav-links a,
  .nav-links a:not(.nav-reserva){
    width:100%!important;
    min-height:48px!important;
    padding:.78rem 1rem!important;
    display:flex!important;
    align-items:center;
    justify-content:center;
    border-radius:13px!important;
    font-size:1rem!important;
  }
  .nav-links a.active:not(.nav-reserva){
    color:var(--bp-green-dark)!important;
    background:var(--bp-mint)!important;
  }
  .nav-links .nav-reserva,
  .nav-links .nav-reserva.active{
    color:#fff!important;
    background:linear-gradient(135deg,var(--bp-green-dark),var(--bp-green))!important;
    box-shadow:0 10px 24px rgba(5,150,105,.22)!important;
  }
}

@media(max-width:768px){
  body{font-size:16px;line-height:1.6}
  section{padding:3.75rem 18px!important}
  .hero{
    min-height:100svh!important;
    min-height:100dvh!important;
    padding:8.5rem 20px 3.5rem!important;
    align-items:flex-end;
  }
  .hero-content{width:100%;padding-top:0!important}
  .hero h1{font-size:clamp(2.35rem,11vw,3.15rem)!important;line-height:1.03!important;letter-spacing:-.045em}
  .hero p{font-size:1rem!important;line-height:1.7!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
  .hero-actions .btn{width:100%;min-height:54px;justify-content:center}
  .hero-badge{max-width:100%;font-size:.72rem;white-space:normal;text-align:center;line-height:1.35}
  .section-header{margin-bottom:2rem!important}
  .section-header h2{font-size:clamp(1.85rem,8.8vw,2.5rem)!important;line-height:1.08!important}
  .section-header p{font-size:1rem!important;line-height:1.65!important}
  .services-grid,.features-grid,.values-grid,.contact-grid,.form-row,.footer-grid{
    grid-template-columns:minmax(0,1fr)!important;
  }
  .services-grid,.features-grid,.values-grid,.contact-grid{gap:16px!important}
  .service-card,.feature-card,.value-card,.contact-info-card,.cta-card,.booking-card{
    width:100%!important;
    min-width:0!important;
    padding:1.35rem!important;
    border-radius:22px!important;
  }
  .service-card,.feature-card{min-height:auto!important}
  .feature-card{padding-top:5.6rem!important}
  .contact-section{padding:3.5rem 18px!important}
  .contact-grid{display:grid!important}
  .contact-info-card,.cta-card{grid-column:1!important}
  .ci-item{gap:12px!important}
  .ci-item .ci-icon{width:46px!important;height:46px!important}
  .ci-item .ci-sub{font-size:.94rem!important;line-height:1.55;overflow-wrap:anywhere}
  .cta-card .btn{width:100%;justify-content:center}
  .page-hero{
    min-height:500px!important;
    min-height:62svh!important;
    padding:8.5rem 20px 3.5rem!important;
  }
  .page-hero h1{font-size:clamp(2rem,9vw,2.65rem)!important;line-height:1.08!important}
  .page-hero p{font-size:1rem!important;line-height:1.65!important}
  .reservas-header{
    min-height:560px!important;
    min-height:70svh!important;
    padding:8.5rem 20px 3.75rem!important;
  }
  .reservas-header h1{font-size:clamp(2rem,9vw,2.6rem)!important}
  .booking-section{padding:3.5rem 18px!important}
  .booking-card > div:first-child{padding:1.15rem!important;margin-bottom:1.5rem!important}
  .booking-card ol{padding-left:1.2rem!important;gap:.75rem!important}
  .booking-card li{font-size:.94rem!important;line-height:1.55}
  .form-row{display:grid!important;gap:0!important}
  .form-group{margin-bottom:1.1rem!important}
  .form-group label{font-size:.92rem!important;margin-bottom:.45rem!important}
  .booking-card input:not([type="checkbox"]):not([type="file"]),
  .booking-card textarea,.booking-card select,.dp-btn{
    min-height:52px!important;
    font-size:16px!important;
  }
  .dp-days button{min-height:42px}
  .slot-btn{min-height:48px!important}
  .booking-card button[type="submit"]{width:100%;min-height:56px!important}
  footer{margin-top:32px!important;padding:3.5rem 20px calc(2rem + env(safe-area-inset-bottom))!important}
  .footer-grid{display:grid!important;gap:2rem!important}
  .footer-col{width:100%;max-width:none!important}
  .footer-col p,.footer-col a{font-size:.95rem;line-height:1.65}
  .wa-btn{
    width:56px!important;
    height:56px!important;
    right:14px!important;
    bottom:max(14px,env(safe-area-inset-bottom))!important;
  }
  iframe{width:100%!important;min-height:300px}
}

@media(max-width:390px){
  .hero h1{font-size:2.35rem!important}
  .page-hero h1,.reservas-header h1{font-size:2rem!important}
  .service-card,.feature-card,.value-card,.contact-info-card,.cta-card,.booking-card{padding:1.15rem!important}
}

@media(max-height:520px) and (orientation:landscape){
  .hero,.page-hero,.reservas-header{min-height:620px!important}
  .nav-links{max-height:calc(100dvh - 100px)!important}
}

/* Products catalogue */
.products-hero{
  min-height:64svh;
  position:relative;
  display:flex;
  align-items:center;
  padding:10rem 5% 5.5rem;
  overflow:hidden;
  border-radius:0 0 clamp(30px,5vw,64px) clamp(30px,5vw,64px);
  background:#102a21;
  box-shadow:0 24px 70px rgba(18,48,37,.12);
}
.products-hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 58%;
  filter:saturate(.72) contrast(.92) blur(1px);
  transform:scale(1.025);
}
.products-hero-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(10,28,22,.94) 0%,rgba(10,28,22,.86) 44%,rgba(10,28,22,.58) 72%,rgba(10,28,22,.44) 100%),
    linear-gradient(0deg,rgba(10,28,22,.42),transparent 55%);
}
.products-hero::after{
  content:"";
  position:absolute;
  z-index:1;
  width:min(42vw,520px);
  aspect-ratio:1;
  right:-8%;
  bottom:-30%;
  border:1px solid rgba(5,150,105,.14);
  border-radius:50%;
  box-shadow:0 0 0 54px rgba(5,150,105,.035),0 0 0 108px rgba(145,200,62,.025);
}
.products-hero-inner{width:min(1180px,100%);margin:auto;position:relative;z-index:2}
.products-hero .hero-badge{color:#fff;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.24);backdrop-filter:blur(12px)}
.products-hero h1{max-width:820px;margin:1.2rem 0;font-size:clamp(3rem,6.5vw,5.5rem);line-height:1.02;letter-spacing:-.055em;color:#fff;text-shadow:0 3px 22px rgba(0,0,0,.32)}
.products-hero .gradient-text{background:linear-gradient(115deg,#65d9a8,#a9dc55,#dbef93);-webkit-background-clip:text;background-clip:text}
.products-hero p{max-width:670px;color:rgba(255,255,255,.82);font-size:1.12rem;line-height:1.75;text-shadow:0 2px 12px rgba(0,0,0,.24)}
.products-intro{max-width:760px;margin:0 auto 3rem;text-align:center}
.products-intro h2{font-size:clamp(2rem,4.3vw,3.4rem);line-height:1.05;letter-spacing:-.045em;color:var(--bp-ink)}
.products-intro p{margin-top:1rem;color:var(--bp-ink-soft);font-size:1.05rem;line-height:1.7}
.products-section{padding:clamp(4.5rem,8vw,7.5rem) 5%}
.products-grid{width:min(1180px,100%);margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem;align-items:stretch}
.product-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(23,33,29,.08);
  border-radius:30px;
  background:#fffefa;
  box-shadow:0 22px 60px rgba(24,58,43,.10);
  transition:transform .25s ease,box-shadow .25s ease;
}
.product-card:hover{transform:translateY(-7px);box-shadow:0 30px 75px rgba(24,58,43,.16)}
.product-card:nth-child(2){background:linear-gradient(180deg,#fff8f9,#fffefa)}
.product-media{position:relative;aspect-ratio:2/3;overflow:hidden;background:#eef5e7}
.product-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease}
.product-card:hover .product-media img{transform:scale(1.025)}
.product-chip{position:absolute;left:16px;top:16px;padding:.5rem .78rem;border-radius:999px;background:rgba(255,254,250,.9);backdrop-filter:blur(12px);color:var(--bp-green-dark);font-size:.74rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;box-shadow:0 8px 24px rgba(18,48,37,.12)}
.product-card:nth-child(2) .product-chip{color:#b83262}
.product-body{display:flex;flex:1;flex-direction:column;padding:1.65rem}
.product-kicker{font-size:.75rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--bp-green)}
.product-card:nth-child(2) .product-kicker{color:#d94e7e}
.product-body h2{margin:.5rem 0 .75rem;color:var(--bp-ink);font-size:1.45rem;line-height:1.15;letter-spacing:-.03em}
.product-body > p{color:var(--bp-ink-soft);font-size:.95rem;line-height:1.65}
.product-benefits{display:grid;gap:.6rem;margin:1.2rem 0 1.5rem;padding:0;list-style:none}
.product-benefits li{display:flex;gap:.55rem;align-items:flex-start;color:var(--bp-ink-soft);font-size:.9rem;line-height:1.45}
.product-benefits li::before{content:"";width:8px;height:8px;margin-top:.42rem;flex:0 0 8px;border-radius:50%;background:linear-gradient(135deg,var(--bp-green),var(--bp-lime));box-shadow:0 0 0 4px rgba(5,150,105,.08)}
.product-actions{display:grid;gap:.65rem;margin-top:auto}
.product-actions .btn{width:100%;justify-content:center}
.product-note{margin-top:.75rem;text-align:center;color:var(--bp-ink-soft);font-size:.78rem}
.products-trust{margin:0 5% clamp(4rem,7vw,7rem);padding:clamp(2rem,5vw,4rem);border-radius:clamp(26px,4vw,48px);background:linear-gradient(135deg,var(--bp-green-dark),#0b7659);color:#fff;box-shadow:0 24px 70px rgba(5,94,67,.22)}
.products-trust-grid{width:min(1060px,100%);margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.trust-item{text-align:center;padding:1rem}
.trust-item svg{width:30px;height:30px;margin-bottom:.75rem;stroke:#c7ed75}
.trust-item strong{display:block;font-size:1rem}
.trust-item span{display:block;margin-top:.25rem;color:rgba(255,255,255,.72);font-size:.85rem}
@media(max-width:900px){.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card:last-child{grid-column:1/-1;max-width:560px;width:100%;margin:auto}.products-trust-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){
  .products-hero{min-height:620px;padding:8.5rem 20px 4rem;border-radius:0 0 30px 30px;align-items:flex-end}
  .products-hero-bg{object-position:63% center}
  .products-hero-overlay{background:linear-gradient(0deg,rgba(8,24,18,.96) 0%,rgba(8,24,18,.84) 58%,rgba(8,24,18,.58) 100%)}
  .products-hero h1{font-size:clamp(2.5rem,12vw,3.7rem);line-height:1.04;letter-spacing:-.045em}
  .products-hero p{font-size:1rem}
  .products-section{padding:4.5rem 18px!important}
  .products-grid{grid-template-columns:1fr;gap:18px}
  .product-card:last-child{grid-column:auto;max-width:none}
  .product-media{aspect-ratio:4/5}
  .product-body{padding:1.35rem}
  .products-trust{margin:0 10px 3.5rem;padding:2rem 1rem;border-radius:28px}
  .products-trust-grid{grid-template-columns:1fr 1fr;gap:.5rem}
  .trust-item{padding:.8rem .4rem}
}

/* Refined icon system */
.service-icon,
.serv-icon,
.value-icon,
.cb-icon,
.fc-icon,
.ci-icon{
  position:relative;
  display:grid!important;
  place-items:center;
  color:var(--bp-green)!important;
  border:1px solid rgba(5,150,105,.18)!important;
  background:
    radial-gradient(circle at 28% 20%,rgba(255,255,255,.98),rgba(255,255,255,.20) 38%,transparent 39%),
    linear-gradient(145deg,#f1fbf6,#e2f5eb)!important;
  box-shadow:
    0 12px 28px rgba(5,112,79,.13),
    inset 0 1px 0 rgba(255,255,255,.95)!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}
.service-icon::after,
.serv-icon::after,
.value-icon::after,
.cb-icon::after,
.fc-icon::after,
.ci-icon::after{
  content:"";
  position:absolute;
  inset:5px;
  border:1px solid rgba(145,200,62,.18);
  border-radius:inherit;
  pointer-events:none;
}
.service-icon svg,
.serv-icon svg,
.value-icon svg,
.cb-icon svg,
.fc-icon svg,
.ci-icon svg{
  position:relative;
  z-index:1;
  stroke:currentColor!important;
  stroke-width:1.7!important;
  filter:drop-shadow(0 3px 7px rgba(5,150,105,.14));
}
.service-card:hover .service-icon,
.serv-card:hover .serv-icon,
.value-card:hover .value-icon,
.compromiso-badge:hover .cb-icon,
.feature-card:hover .fc-icon,
.ci-item:hover .ci-icon{
  transform:translateY(-3px) rotate(-2deg);
  border-color:rgba(5,150,105,.34)!important;
  box-shadow:0 16px 34px rgba(5,112,79,.19),inset 0 1px 0 rgba(255,255,255,.95)!important;
}
.products-trust .trust-item svg{
  box-sizing:content-box;
  padding:13px;
  border:1px solid rgba(215,239,137,.28);
  border-radius:17px;
  background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.05));
  box-shadow:0 12px 28px rgba(0,40,28,.18),inset 0 1px 0 rgba(255,255,255,.18);
  stroke:#d7ef89!important;
  transition:transform .25s ease,background .25s ease;
}
.products-trust .trust-item:hover svg{transform:translateY(-3px) scale(1.04);background:rgba(255,255,255,.15)}
.hero-badge > svg,
.hero-badge .badge-icon{
  flex:0 0 auto;
  filter:drop-shadow(0 2px 5px rgba(5,150,105,.22));
}
.btn svg{flex:0 0 auto;transition:transform .22s ease}
.btn:hover svg{transform:translateX(2px) scale(1.06)}
@media(prefers-reduced-motion:reduce){
  .service-icon,.serv-icon,.value-icon,.cb-icon,.fc-icon,.ci-icon,
  .products-trust .trust-item svg,.btn svg{transition:none!important}
}
