@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap');

:root{
  --bordo:#7a1f2d;
  --bordo-oscuro:#50121d;
  --dorado:#d4af37;
  --crema:#f6f1e8;
  --crema-claro:#fbf8f2;
  --texto:#25201e;
  --gris:#6d6864;
  --borde:#e5ddd2;
  --sombra:0 16px 40px rgba(54,34,30,.12);
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"Inter",Arial,sans-serif;color:var(--texto);background:var(--crema-claro);line-height:1.6;overflow-x:hidden}
img{width:100%;display:block}
a{color:inherit;text-decoration:none}

.hero-hoteles{
  min-height:650px;
  position:relative;
  display:flex;
  align-items:center;
  padding:80px 8%;
  background:url("Imagenes/Portada.jpg") center/cover no-repeat;
}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,8,10,.86),rgba(18,8,10,.58) 46%,rgba(18,8,10,.12))}
.hero-content{position:relative;z-index:2;max-width:760px;color:#fff}
.hero-kicker,.section-heading span,.group-heading span{color:var(--dorado);text-transform:uppercase;font-size:14px;font-weight:800;letter-spacing:2px}
.hero-content h1{margin:15px 0 20px;font-family:"Playfair Display",serif;font-size:68px;line-height:1.04;font-weight:600}
.hero-content p{max-width:680px;margin-bottom:30px;font-size:20px;color:rgba(255,255,255,.9)}
.btn-primary,.btn-light{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;font-weight:700;transition:.3s}
.btn-primary{padding:14px 24px;background:var(--bordo);color:#fff}
.btn-primary:hover{background:var(--bordo-oscuro);transform:translateY(-2px)}

.intro-section,.hotel-list-section{width:100%;max-width:1400px;margin:0 auto;padding:90px 6%}
.section-heading{max-width:780px;margin:0 auto 45px;text-align:center}
.section-heading h2,.group-heading h2{font-family:"Playfair Display",serif;color:var(--bordo-oscuro)}
.section-heading h2{margin:10px 0 15px;font-size:44px;line-height:1.15}
.section-heading p{color:var(--gris);font-size:17px}

.intro-features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.intro-features article{padding:32px;text-align:center;background:#fff;border:1px solid var(--borde);border-radius:18px}
.feature-icon{width:58px;height:58px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:var(--crema);font-size:24px}
.intro-features h3{margin-bottom:8px;font-size:19px}
.intro-features p{color:var(--gris);font-size:15px}

.featured-section{padding:0 6% 80px;max-width:1400px;margin:0 auto}
.featured-card{min-height:540px;position:relative;overflow:hidden;border-radius:24px;box-shadow:var(--sombra)}
.featured-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.featured-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,8,8,.88),rgba(12,8,8,.46) 55%,rgba(12,8,8,.05))}
.featured-content{position:relative;z-index:2;max-width:630px;min-height:540px;padding:70px;display:flex;flex-direction:column;justify-content:center;color:#fff}
.featured-tag{width:max-content;padding:7px 12px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);border-radius:999px;text-transform:uppercase;letter-spacing:1.5px;font-size:12px;font-weight:700}
.featured-content h2{margin:18px 0 4px;font-family:"Playfair Display",serif;font-size:48px}
.rating,.stars{color:var(--dorado);letter-spacing:2px}
.rating{margin:8px 0;font-size:21px}
.featured-meta{margin-bottom:15px;font-weight:600}
.featured-description{max-width:560px;margin-bottom:25px;color:rgba(255,255,255,.88)}

.hotel-group{padding-bottom:85px;scroll-margin-top:110px}
.group-heading{margin-bottom:28px;display:flex;justify-content:space-between;align-items:flex-end;gap:30px}
.group-heading h2{margin-top:4px;font-size:35px}

.hotel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.hotel-grid-cinco{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.hotel-card{display:flex;flex-direction:column;height:100%;overflow:hidden;background:#fff;border:1px solid var(--borde);border-radius:16px;transition:.3s}
.hotel-card:hover{transform:translateY(-7px);box-shadow:var(--sombra)}
.hotel-image{position:relative}
.hotel-image img{height:230px;object-fit:cover}
.hotel-grid-cinco .hotel-image img{height:215px}
.badge{position:absolute;top:14px;left:14px;padding:6px 10px;border-radius:999px;background:var(--bordo);color:#fff;font-size:11px;font-weight:800;text-transform:uppercase}
.hotel-info{display:flex;flex-direction:column;flex:1;padding:22px}
.location{color:var(--bordo);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px}
.hotel-info h3{margin:6px 0;font-size:22px;color:var(--bordo-oscuro)}
.hotel-info .stars{margin-bottom:10px;font-size:14px}
.hotel-info p{flex:1;margin-bottom:18px;color:var(--gris);font-size:14px}
.btn-ver-mas{display:inline-flex;align-items:center;gap:8px;width:max-content;color:var(--bordo);font-size:14px;font-weight:800}
.btn-ver-mas span{transition:.3s}
.btn-ver-mas:hover span{transform:translateX(4px)}

.cta-section{margin:20px auto 80px;max-width:1230px;padding:48px 55px;display:flex;justify-content:space-between;align-items:center;gap:50px;border-radius:22px;color:#fff;background:linear-gradient(135deg,var(--bordo-oscuro),var(--bordo))}
.cta-section span{color:var(--dorado);font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:1.5px}
.cta-section h2{max-width:760px;margin:8px 0;font-family:"Playfair Display",serif;font-size:36px;line-height:1.15}
.cta-section p{max-width:750px;color:rgba(255,255,255,.82)}
.btn-light{flex-shrink:0;padding:14px 22px;background:#fff;color:var(--bordo)}

.footer-bodegar{background:linear-gradient(180deg,#650b20 0%,#3d0714 100%);color:#fff;margin-top:60px}
.footer-bodegar-container{max-width:1300px;margin:auto;padding:45px 40px;display:grid;grid-template-columns:1.2fr .8fr .9fr .9fr;gap:70px;align-items:start}
.footer-brand{max-width:300px}
.footer-bodegar-logo{width:155px;margin-bottom:22px}
.footer-brand h2{font-family:"Playfair Display",serif;font-size:25px;font-weight:500;line-height:1.08;margin-bottom:14px}
.footer-brand h2 span{display:block;color:var(--dorado);font-size:28px}
.footer-brand p{font-size:13px;line-height:1.75;color:rgba(255,255,255,.75);max-width:270px}
.footer-col h3,.footer-auspicia h3{font-family:"Playfair Display",serif;font-size:25px;font-weight:600;margin-bottom:18px}
.footer-col a,.footer-proximamente{display:block;margin-bottom:11px;color:rgba(255,255,255,.9);font-size:14px}
.footer-auspiciante-logo{width:145px;margin-top:18px}
.footer-bodegar-bottom{border-top:1px solid rgba(255,255,255,.18);max-width:1300px;margin:auto;padding:18px 40px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:rgba(255,255,255,.7)}

@media(max-width:1250px){
  .hotel-grid-cinco{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:1100px){
  .hotel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hotel-grid-cinco{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-bodegar-container{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}
}

@media(max-width:760px){
  .hero-hoteles{min-height:560px;padding:70px 22px;background-position:center}
  .hero-content{text-align:center;max-width:100%}
  .hero-content h1{font-size:clamp(40px,12vw,56px)}
  .hero-content p{font-size:17px}
  .intro-section,.hotel-list-section{padding:65px 20px}
  .section-heading h2{font-size:34px}
  .intro-features,.hotel-grid,.hotel-grid-cinco{grid-template-columns:1fr}
  .featured-section{padding:0 20px 60px}
  .featured-card,.featured-content{min-height:520px}
  .featured-shade{background:linear-gradient(0deg,rgba(12,8,8,.92),rgba(12,8,8,.28))}
  .featured-content{justify-content:flex-end;padding:36px 24px}
  .featured-content h2{font-size:38px}
  .group-heading{align-items:flex-start;flex-direction:column;gap:14px}
  .group-heading h2{font-size:30px}
  .hotel-image img,.hotel-grid-cinco .hotel-image img{height:240px}
  .cta-section{width:calc(100% - 40px);margin:20px 20px 50px;padding:35px 24px;flex-direction:column;align-items:flex-start;gap:24px}
  .cta-section h2{font-size:30px}
  .btn-light{width:100%}
  .footer-bodegar-container{grid-template-columns:1fr;padding:38px 22px 28px;gap:32px;text-align:center}
  .footer-brand{margin:auto}
  .footer-bodegar-logo,.footer-brand p,.footer-auspiciante-logo{margin-left:auto;margin-right:auto}
  .footer-bodegar-bottom{padding:18px 22px;flex-direction:column;gap:7px;text-align:center}
}

@media(max-width:430px){
  .hero-hoteles{min-height:510px;padding:58px 18px}
  .hero-content h1{font-size:38px}
  .hero-content p{font-size:16px}
  .section-heading h2,.featured-content h2{font-size:31px}
  .hotel-info{padding:20px}
  .hotel-image img,.hotel-grid-cinco .hotel-image img{height:215px}
}
/* BOTÓN ELEGANTE — VER MÁS HOTELES */
.hotel-info .btn-ver-mas{width:100%;margin-top:auto;padding:13px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:transparent;color:var(--bordo-oscuro);border:1px solid rgba(122,31,45,.22);border-radius:10px;box-shadow:none;font-family:"Inter",sans-serif;font-size:13px;font-weight:700;letter-spacing:.15px;transition:background .28s ease,color .28s ease,border-color .28s ease,transform .28s ease,box-shadow .28s ease}.hotel-info .btn-ver-mas span{width:29px;height:29px;flex:0 0 29px;display:grid;place-items:center;border-radius:50%;background:var(--crema);color:var(--bordo);font-size:16px;line-height:1;transition:transform .28s ease,background .28s ease,color .28s ease}.hotel-info .btn-ver-mas:hover{background:var(--bordo-oscuro);color:#fff;border-color:var(--bordo-oscuro);transform:translateY(-2px);box-shadow:0 10px 24px rgba(80,18,29,.15)}.hotel-info .btn-ver-mas:hover span{background:var(--dorado);color:var(--bordo-oscuro);transform:translateX(3px)}