.nav-offer{display:inline-flex;align-items:center;gap:6px;color:#fff0a9!important}.nav-offer span{color:var(--gold)}
.last-minute-section{scroll-margin-top:20px;padding:105px 0;background:linear-gradient(135deg,#031f31 0%,#07546a 58%,#087f83 100%);color:#fff;position:relative;overflow:hidden}.last-minute-section:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-210px;top:-260px}.offer-heading{position:relative;display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:42px}.offer-heading>div{max-width:700px}.offer-heading h2{font-size:clamp(2.4rem,5vw,4.2rem);color:#fff;margin:10px 0 0}.offer-heading p{max-width:410px;color:#d4ecec;margin:0}.offer-flash{display:inline-flex;align-items:center;padding:8px 13px;border-radius:999px;background:#fff0a9;color:#6a4200;font-size:.75rem;font-weight:900;letter-spacing:.1em}.offer-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.offer-card{overflow:hidden;background:#fff;color:var(--ink);border-radius:16px;box-shadow:0 24px 70px rgba(0,0,0,.22);transition:transform .25s}.offer-card:hover{transform:translateY(-7px)}.offer-image{height:210px;position:relative;overflow:hidden}.offer-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.offer-card:hover .offer-image img{transform:scale(1.05)}.offer-image:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,31,49,.68),transparent 58%)}.offer-image>span{position:absolute;z-index:1;left:18px;bottom:15px;color:#fff;font-size:.72rem;font-weight:900;letter-spacing:.12em}.offer-copy{padding:24px}.offer-copy small{color:var(--teal);font-size:.72rem;font-weight:900;letter-spacing:.12em}.offer-copy h3{font-family:"Playfair Display",serif;font-size:1.55rem;line-height:1.12;color:var(--navy);margin:8px 0 10px}.offer-copy p{color:var(--muted);font-size:.93rem;line-height:1.55}.offer-copy ul{list-style:none;padding:0;margin:18px 0}.offer-copy li{padding:7px 0;border-top:1px solid var(--line);font-size:.84rem;font-weight:700}.offer-copy li:before{content:"✓";color:var(--teal);margin-right:8px}.offer-copy button{width:100%;border:0;border-radius:7px;background:var(--navy);color:#fff;padding:13px 14px;font-weight:800;cursor:pointer}.offer-copy button:hover{background:var(--teal)}.offer-terms{position:relative;margin:22px 0 0;color:#c6dddd;font-size:.78rem;line-height:1.55}.last-minute-tab{position:fixed;z-index:30;right:0;top:46%;display:flex;align-items:center;gap:8px;padding:13px 12px 13px 10px;border-radius:16px 0 0 16px;background:linear-gradient(145deg,#ffc84d,#ff8b24);color:#3e2600;box-shadow:0 12px 35px rgba(0,0,0,.25);font-size:.75rem;line-height:1.05;transform:translateX(calc(100% - 45px));transition:transform .25s}.last-minute-tab span{font-size:1.25rem}.last-minute-tab:hover,.last-minute-tab:focus{transform:translateX(0)}.last-minute-ad{width:min(1050px,calc(100% - 30px));height:min(760px,calc(100vh - 36px));padding:0;border:0;border-radius:24px;overflow:hidden;background:#031f31;box-shadow:0 35px 120px rgba(0,0,0,.55)}.last-minute-ad::backdrop{background:rgba(1,18,29,.82);backdrop-filter:blur(8px)}.last-minute-ad[open]{animation:offerReveal .5s cubic-bezier(.2,.8,.2,1)}@keyframes offerReveal{from{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:none}}.last-minute-ad-link{position:relative;display:block;width:100%;height:100%;color:#fff}.last-minute-ad-link>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.last-minute-ad-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,31,49,.92) 0%,rgba(3,31,49,.58) 52%,rgba(3,31,49,.12) 78%),linear-gradient(0deg,rgba(3,31,49,.46),transparent 55%)}.last-minute-ad-content{position:absolute;inset:auto auto 72px 70px;width:min(620px,calc(100% - 120px));display:block}.last-minute-ad-content small{display:block;color:#9ce9e4;font-size:.74rem;font-weight:900;letter-spacing:.16em}.last-minute-ad-content>strong{display:block;margin:15px 0 18px;font:700 clamp(3rem,6vw,5.8rem)/.9 "Playfair Display",serif;letter-spacing:-.04em;text-shadow:0 5px 30px rgba(0,0,0,.3)}.last-minute-ad-content>strong em{color:#82e2dc;font-style:italic}.last-minute-ad-copy{display:block;max-width:520px;color:#e5f3f3;font-size:1.08rem}.last-minute-ad-button{display:inline-flex;align-items:center;gap:13px;margin-top:28px;padding:14px 20px;border-radius:999px;background:#ffc84d;color:#402900;font-weight:900;box-shadow:0 12px 35px rgba(0,0,0,.25)}.last-minute-ad-note{display:block;margin-top:15px;color:#d5e7e8;font-size:.78rem}.last-minute-close{position:absolute;z-index:5;top:18px;right:18px;width:44px;height:44px;border:1px solid rgba(255,255,255,.5);border-radius:50%;background:rgba(3,31,49,.5);color:#fff;font-size:1.7rem;line-height:1;cursor:pointer}.last-minute-close:hover{background:#fff;color:var(--navy)}body.last-minute-open{overflow:hidden}
@media(max-width:900px){.offer-heading{display:block}.offer-heading p{margin-top:16px}.offer-grid{grid-template-columns:1fr}.offer-card{display:grid;grid-template-columns:.8fr 1.2fr}.offer-image{height:100%;min-height:300px}.last-minute-tab{top:auto;bottom:24px;transform:none;border-radius:999px 0 0 999px}.last-minute-ad-content{left:42px;bottom:48px;width:calc(100% - 82px)}}
@media(max-width:640px){.last-minute-section{padding:78px 0}.offer-grid{gap:14px}.offer-card{display:block}.offer-image{height:200px;min-height:0}.last-minute-tab{bottom:18px;padding:10px 11px}.last-minute-tab b{display:none}.last-minute-ad{width:calc(100% - 18px);height:calc(100vh - 18px);border-radius:18px}.last-minute-ad-link>img{object-position:60% center}.last-minute-ad-shade{background:linear-gradient(0deg,rgba(3,31,49,.96) 0%,rgba(3,31,49,.64) 58%,rgba(3,31,49,.12) 100%)}.last-minute-ad-content{left:26px;right:26px;bottom:38px;width:auto}.last-minute-ad-content>strong{font-size:clamp(2.65rem,14vw,4rem)}.last-minute-ad-copy{font-size:.96rem}.last-minute-ad-button{padding:13px 16px;font-size:.86rem}.last-minute-ad-note{max-width:280px}.last-minute-close{top:14px;right:14px}}

/* Ofertas hoteleras verificables: flyer completo + resumen accesible */
.offer-flyer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.flyer-offer-card{display:grid;grid-template-columns:minmax(220px,.78fr) minmax(0,1.22fr);align-items:stretch}
.offer-flyer{position:relative;display:block;min-height:560px;overflow:hidden;background:#eef8fa}
.offer-flyer img{width:100%;height:100%;display:block;object-fit:cover;object-position:center top;transition:transform .45s}
.offer-flyer:after{content:"";position:absolute;inset:auto 0 0;height:20%;background:linear-gradient(transparent,rgba(3,31,49,.55));pointer-events:none}
.offer-flyer span{position:absolute;z-index:1;left:16px;right:16px;bottom:14px;padding:10px 12px;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:rgba(3,31,49,.82);color:#fff;text-align:center;font-size:.78rem;font-weight:900;letter-spacing:.04em;backdrop-filter:blur(8px)}
.offer-flyer:hover img,.offer-flyer:focus img{transform:scale(1.025)}
.flyer-offer-card .offer-copy{display:flex;flex-direction:column;justify-content:center}
@media(max-width:1100px){.offer-flyer-grid{grid-template-columns:1fr}.flyer-offer-card{grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr)}.offer-flyer{min-height:600px}}
@media(max-width:900px){.flyer-offer-card{grid-template-columns:minmax(230px,.75fr) minmax(0,1.25fr)}}
@media(max-width:640px){.offer-flyer-grid{gap:16px}.flyer-offer-card{display:block}.offer-flyer{min-height:0;aspect-ratio:941/1672}.offer-copy{padding:22px 20px 24px}.offer-copy h3{font-size:1.65rem}.offer-copy p{font-size:1rem}}

/* Presentación automática de ofertas */
.offer-showcase{position:relative;width:min(1080px,100%);margin-inline:auto}
.offer-viewport{overflow:hidden;border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.28)}
.offer-track{display:flex;align-items:stretch;transition:transform .68s cubic-bezier(.22,.7,.2,1);will-change:transform}
.offer-showcase .flyer-offer-card{flex:0 0 100%;width:100%;min-height:720px;grid-template-columns:minmax(330px,42%) minmax(0,58%);border-radius:0;box-shadow:none;transform:none}
.offer-showcase .flyer-offer-card:hover{transform:none}
.offer-showcase .offer-flyer{min-height:720px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#d9f3f4,#f8fcfc)}
.offer-showcase .offer-flyer img{object-fit:contain;object-position:center;width:100%;height:100%}
.offer-showcase .offer-copy{padding:clamp(30px,5vw,64px);background:linear-gradient(155deg,#fff 0%,#f5fbfb 100%)}
.offer-showcase .offer-copy small{font-size:.78rem}
.offer-showcase .offer-copy h3{font-size:clamp(2rem,4vw,3.5rem);margin:13px 0 18px}
.offer-showcase .offer-copy p{font-size:1.05rem;line-height:1.7}
.offer-showcase .offer-copy li{font-size:.96rem;padding:10px 0}
.offer-showcase .offer-copy button{margin-top:8px;padding:16px 18px;font-size:.96rem}
.offer-showcase-controls{display:flex;align-items:center;justify-content:center;gap:12px;min-height:64px;margin-top:18px}
.offer-arrow,.offer-play{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font:800 .88rem/1 inherit;cursor:pointer;transition:background .2s,transform .2s}
.offer-arrow{width:46px;font-size:1.25rem}
.offer-play{padding:0 17px}
.offer-arrow:hover,.offer-arrow:focus-visible,.offer-play:hover,.offer-play:focus-visible{background:#fff;color:var(--navy);transform:translateY(-2px);outline:none}
.offer-dots{display:flex;align-items:center;gap:8px}
.offer-dot{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.42);cursor:pointer;transition:width .25s,background .25s}
.offer-dot[aria-current="true"]{width:34px;background:#ffc84d}
.offer-counter{min-width:92px;color:#d4ecec;font-size:.82rem;font-weight:800;text-align:center}
.offer-progress{height:3px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.15)}
.offer-progress span{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffc84d,#77e4de)}
.offer-showcase.is-playing .offer-progress span{animation:offerSlideProgress 7s linear forwards}
@keyframes offerSlideProgress{from{width:0}to{width:100%}}
@media(max-width:760px){.offer-showcase .flyer-offer-card{display:block;min-height:0}.offer-showcase .offer-flyer{min-height:0;aspect-ratio:941/1672}.offer-showcase .offer-copy{padding:28px 22px 30px}.offer-showcase .offer-copy h3{font-size:2rem}.offer-showcase-controls{gap:8px;flex-wrap:wrap}.offer-counter{order:3;flex-basis:100%}.offer-play span{display:none}.offer-play{width:46px;padding:0}.offer-dots{margin-inline:2px}}
@media(prefers-reduced-motion:reduce){.offer-track{transition:none}.offer-showcase.is-playing .offer-progress span{animation:none}.offer-arrow,.offer-play,.offer-dot,.offer-flyer img{transition:none}}
