:root {
  --gold: #c4a47c;
  --dark: #051411;
  --white: #ffffff;
  --glass: rgba(255, 255, 255, 0.05);
  --border: rgba(255, 255, 255, 0.1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background-color: var(--dark); color: var(--white); line-height: 1.6; }
h1, h2, h3, .section-title { font-family: 'Cormorant Garamond', serif; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.main-nav { position: fixed; width: 100%; top: 0; z-index: 1000; background: rgba(5, 20, 17, 0.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); padding: 15px 0; transition: 0.3s; }
.nav-content { display: flex; justify-content: space-between; align-items: center; padding: 0 5%; }
.nav-logo { height: 50px; width: auto; }
.nav-links { display: flex; list-style: none; align-items: center; gap: 30px; }
.nav-links li a { color: #fff; text-decoration: none; font-size: 0.85rem; font-weight: 600; text-transform: uppercase; transition: 0.3s; }
.nav-links li a:hover { color: var(--gold); }
.nav-cta { background: var(--gold); padding: 10px 20px; border-radius: 5px; color: #000 !important; font-weight: 700 !important; text-transform: uppercase; font-size: 0.85rem !important; }
.nav-whatsapp { font-size: 1.5rem !important; color: #25D366 !important; transition: 0.3s; }
.nav-whatsapp:hover { transform: scale(1.2); }
.menu-toggle { display: none; font-size: 1.8rem; color: var(--gold); cursor: pointer; }

.mobile-menu { position: fixed; top: 0; right: -100%; width: 80%; height: 100%; background: #051411; z-index: 1100; padding: 50px 30px; transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: -10px 0 30px rgba(0,0,0,0.5); }
.mobile-menu.active { right: 0; }
.mobile-menu-close { position: absolute; top: 20px; right: 20px; font-size: 2rem; color: var(--gold); }
.mobile-nav-links { list-style: none; margin-top: 40px; }
.mobile-nav-links li { margin-bottom: 25px; }
.mobile-nav-links a { font-size: 1.5rem; color: white; text-decoration: none; font-weight: 600; }
.mobile-cta-box { margin-top: 40px; display: flex; flex-direction: column; gap: 15px; }
.wa-mobile { background: #25D366; color: white !important; text-align: center; padding: 15px; border-radius: 10px; font-size: 1.1rem !important; text-decoration: none; }
.call-mobile { background: var(--gold); color: black !important; text-align: center; padding: 15px; border-radius: 10px; font-size: 1.1rem !important; text-decoration: none; }

.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); }
.hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; }
.badge { background: var(--gold); color: #000; padding: 5px 15px; border-radius: 50px; font-weight: bold; font-size: 0.8rem; }
h1 { font-size: 5rem; margin: 20px 0; letter-spacing: 2px; }
h1 span { color: var(--gold); }
.hero-btns { margin-top: 30px; }
.btn-primary { background: var(--gold); color: #000; padding: 15px 30px; text-decoration: none; border-radius: 5px; font-weight: bold; display: inline-block; transition: 0.3s; }
.btn-secondary { color: #fff; text-decoration: none; margin-left: 20px; border-bottom: 1px solid var(--gold); padding-bottom: 5px; }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(196, 164, 124, 0.3); }

.hero-complex { min-height: 100vh; padding: 140px 0 80px 0; position: relative; overflow: hidden; display: flex; align-items: center; }
.hero-container { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; z-index: 5; }
.rating-stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.hero-text h1 { font-size: 5.5rem; line-height: 1; margin-bottom: 25px; }
.hero-text h1 span { color: var(--gold); font-style: italic; }
.hero-lead { font-size: 1.1rem; opacity: 0.8; max-width: 550px; margin-bottom: 40px; }
.hero-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; margin-bottom: 45px; }
.h-feat { display: flex; align-items: center; gap: 12px; font-size: 0.85rem; font-weight: 500; background: rgba(255, 255, 255, 0.03); padding: 12px; border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.05); }
.h-feat i { color: var(--gold); font-size: 1.1rem; }
.hero-btns-complex { display: flex; gap: 20px; align-items: center; }
.btn-gold-fill { background: var(--gold); color: #000; padding: 18px 40px; text-decoration: none; font-weight: 700; border-radius: 4px; text-transform: uppercase; font-size: 0.85rem; transition: 0.4s; }
.btn-gold-fill:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(196, 164, 124, 0.2); }
.btn-outline-white { border: 1px solid rgba(255, 255, 255, 0.3); color: #fff; padding: 18px 40px; text-decoration: none; font-weight: 600; border-radius: 4px; transition: 0.4s; }
.btn-outline-white:hover { background: rgba(255,255,255,0.05); border-color: #fff; }

.hero-collage { position: relative; height: 600px; }
.collage-item { position: absolute; border-radius: 15px; overflow: hidden; box-shadow: 0 30px 60px rgba(0,0,0,0.5); }
.main-img { width: 80%; height: 80%; top: 0; right: 0; z-index: 1; }
.main-img img, .sub-img-1 img, .sub-img-2 img { width: 100%; height: 100%; object-fit: cover; }
.sub-img-1 { width: 50%; height: 40%; bottom: 0; left: 0; z-index: 2; border: 1px solid rgba(255,255,255,0.1); }
.sub-img-2 { width: 35%; height: 30%; top: 50%; right: -20px; z-index: 3; border: 1px solid rgba(255,255,255,0.1); }
.floating-badge { position: absolute; bottom: 20%; right: 0; z-index: 4; padding: 20px; display: flex; flex-direction: column; align-items: center; border-radius: 100%; width: 100px; height: 100px; justify-content: center; background: var(--dark); border: 1px solid var(--gold); }
.floating-badge .number { font-size: 1.8rem; font-weight: 800; color: var(--gold); }
.floating-badge .label { font-size: 0.7rem; text-transform: uppercase; }
.hero-blur-circle { position: absolute; top: -10%; left: -10%; width: 500px; height: 500px; background: var(--gold); filter: blur(150px); opacity: 0.05; z-index: 1; }

.animated-ocean { position: fixed; inset: 0; background-color: #051411; z-index: -2; overflow: hidden; }
.glass-mesh { position: absolute; width: 100%; height: 100%; background-image: radial-gradient(at 0% 0%, #0a2e24 0, transparent 50%), radial-gradient(at 100% 0%, #0a2e24 0, transparent 50%); opacity: 0.8; }
.blob-1, .blob-2, .blob-3 { position: absolute; border-radius: 50%; filter: blur(80px); z-index: -1; animation: move-bg 20s infinite alternate; opacity: 0.2; }
.blob-1 { width: 500px; height: 500px; background: #c4a47c; top: -10%; left: -10%; }
.blob-2 { width: 600px; height: 600px; background: #0d3d31; bottom: -10%; right: -10%; animation-duration: 30s; }
.blob-3 { width: 400px; height: 400px; background: #1a4d41; top: 40%; left: 30%; animation-duration: 25s; }
@keyframes move-bg { from { transform: translate(0, 0) scale(1); } to { transform: translate(100px, 50px) scale(1.1); } }
.firefly { position: absolute; width: 4px; height: 4px; background: #c4a47c; border-radius: 50%; box-shadow: 0 0 10px 2px #c4a47c; animation: fly 10s infinite linear; opacity: 0; }
.firefly:nth-child(5) { top: 20%; left: 10%; animation-delay: 1s; }
.firefly:nth-child(6) { top: 50%; left: 80%; animation-delay: 3s; }
.firefly:nth-child(7) { top: 80%; left: 40%; animation-delay: 5s; }
.firefly:nth-child(8) { top: 10%; left: 60%; animation-delay: 7s; }
.firefly:nth-child(9) { top: 70%; left: 20%; animation-delay: 2s; }
.firefly:nth-child(10) { top: 40%; left: 50%; animation-delay: 2s; }
.firefly:nth-child(11) { top: 20%; left: 90%; animation-delay: 2s; }
@keyframes fly { 0% { transform: translateY(0); opacity: 0; } 20% { opacity: 0.6; } 80% { opacity: 0.6; } 100% { transform: translateY(-150px) translateX(50px); opacity: 0; } }

.section { padding: 100px 0; }
.section-title { font-size: 3.5rem; margin-bottom: 30px; color: var(--gold); }
.title-center { text-align: center; font-size: 3.5rem; margin-bottom: 60px; }
.badge-gold { color: var(--gold); text-transform: uppercase; letter-spacing: 3px; font-size: 0.8rem; font-weight: 700; display: block; margin-bottom: 15px; }
.glass { background: var(--glass); backdrop-filter: blur(15px); border: 1px solid var(--border); border-radius: 20px; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.info-badges { margin-top: 30px; display: flex; gap: 15px; flex-wrap: wrap; }
.info-badges span { background: rgba(196, 164, 124, 0.1); border: 1px solid var(--gold); color: var(--gold); padding: 8px 15px; border-radius: 50px; font-size: 0.8rem; }
.about-img img { width: 100%; border-radius: 20px; }

.about-premium { padding: 120px 0; position: relative; }
.about-header { text-align: center; max-width: 800px; margin: 0 auto 60px; }
.about-main-text { font-size: 1.2rem; line-height: 1.8; opacity: 0.9; }
.about-complex-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 250px; gap: 25px; }
.about-card { position: relative; overflow: hidden; transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.about-card:hover { transform: translateY(-10px); border-color: var(--gold); box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
.about-card i { font-size: 2.5rem; color: var(--gold); margin-bottom: 20px; display: block; }
.about-card h3 { font-size: 1.8rem; margin-bottom: 15px; letter-spacing: 2px; }
.about-card.tall { grid-row: span 2; }
.card-image { width: 100%; height: 100%; background-size: cover; background-position: center; transition: 0.8s; }
.about-card:hover .card-image { transform: scale(1.1); }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,20,17,0.9), transparent); padding: 40px; display: flex; flex-direction: column; justify-content: flex-end; }
.about-card.wide { grid-column: span 2; }
.card-split { display: flex; height: 100%; }
.split-text { padding: 40px; flex: 1; }
.split-img { flex: 1; background-size: cover; background-position: center; }
.card-content { padding: 40px; text-align: center; }
.about-footer-text { text-align: center; margin-top: 60px; font-style: italic; font-size: 1.3rem; color: var(--gold); font-family: 'Cormorant Garamond', serif; }



.fac-premium { 
  padding: 60px 0; 
  background: transparent; 
}

.section-intro { 
  text-align: center; 
  margin-bottom: 40px; 
  padding: 0 15px;
}

.category-title { 
  font-size: 1.5rem; 
  color: var(--gold); 
  margin-bottom: 25px; 
  display: flex; 
  align-items: center; 
  gap: 12px; 
  border-left: 3px solid var(--gold); 
  padding-left: 15px; 
}

.fac-grid, .fac-bento-grid { 
  display: flex;
  flex-direction: column;
  gap: 15px; 
  padding: 0 15px;
}

.fac-card { 
  padding: 30px 20px; 
  text-align: center; 
  background: rgba(255,255,255,0.05);
  border-radius: 15px;
}

.fac-card i { 
  font-size: 2.5rem; 
  color: var(--gold); 
  margin-bottom: 15px; 
}

.fac-item { 
  display: flex; 
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 25px 20px; 
  gap: 15px; 
  background: var(--glass);
  border: 1px solid var(--border);
  border-radius: 15px;
  width: 100%;
}

.fac-icon { 
  font-size: 1.8rem; 
  color: var(--gold); 
  background: rgba(196, 164, 124, 0.1); 
  width: 55px; 
  height: 55px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  border-radius: 12px; 
  flex-shrink: 0; 
}

.fac-text h4 { 
  font-size: 1.1rem; 
  margin-bottom: 6px; 
  color: var(--white); 
}

.fac-text p { 
  font-size: 0.85rem; 
  opacity: 0.8; 
  line-height: 1.4; 
}

.fac-services-row { 
  display: flex; 
  flex-direction: column;
  gap: 10px; 
  padding: 0 15px;
}

.service-pill { 
  background: var(--glass); 
  border: 1px solid var(--border); 
  padding: 12px 20px; 
  border-radius: 10px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
  gap: 10px; 
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .fac-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
  }
  .fac-bento-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); 
  }
  .fac-item { 
    flex-direction: row; 
    text-align: left; 
    align-items: flex-start; 
  }
  .fac-services-row { 
    flex-direction: row; 
    flex-wrap: wrap; 
    justify-content: center; 
  }
  .category-title { font-size: 2rem; }
}

.rooms-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.room-card { overflow: hidden; }
.room-img-placeholder { height: 250px; background-size: cover; background-position: center; transition: 0.5s; }
.room-card:hover .room-img-placeholder { transform: scale(1.1); }
.room-info { padding: 20px; }

.reviews .container { padding: 60px; text-align: center; }
.review-box p { font-size: 1.5rem; font-style: italic; margin: 30px 0; }
.review-box h5 { color: var(--gold); font-size: 1.2rem; }
.google-rating-summary { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 50px; background: rgba(255,255,255,0.03); padding: 20px; border-radius: 15px; width: fit-content; margin-left: auto; margin-right: auto; }
.rating-big { font-size: 3rem; font-weight: 800; color: var(--gold); }
.rating-details .stars i { color: #FBBC05; font-size: 1.2rem; }
.rating-details span { display: block; font-size: 0.8rem; opacity: 0.7; }
.google-big-icon { font-size: 2.5rem; color: #4285F4; }
.reviews-slider-container { position: relative; overflow: hidden; padding: 20px 0; }
.reviews-wrapper { display: flex; gap: 30px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; padding-bottom: 30px; }
.reviews-wrapper::-webkit-scrollbar { display: none; }
.review-card { min-width: 350px; max-width: 350px; padding: 30px; flex-shrink: 0; }
.rev-header { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; }
.rev-avatar { width: 40px; height: 40px; background: var(--gold); color: #000; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; }
.rev-info h4 { font-size: 1rem; margin: 0; }
.rev-info span { font-size: 0.75rem; opacity: 0.5; }
.rev-header i { margin-left: auto; color: #4285F4; opacity: 0.8; }
.stars-mini { color: #FBBC05; margin-bottom: 15px; font-size: 0.8rem; }
.review-card p { font-size: 0.9rem; font-style: italic; line-height: 1.6; opacity: 0.9; }
.slider-nav { display: flex; justify-content: center; gap: 20px; margin-top: 20px; }
.slider-nav button { background: var(--glass); border: 1px solid var(--border); color: white; width: 50px; height: 50px; border-radius: 50%; cursor: pointer; transition: 0.3s; }
.slider-nav button:hover { background: var(--gold); color: #000; }
.view-all-google { text-align: center; margin-top: 40px; }

.gallery-premium { padding: 100px 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); grid-auto-rows: 280px; gap: 20px; }
.gallery-item { position: relative; overflow: hidden; border-radius: 15px; cursor: pointer; display: block; height: 100%; }
.gallery-img-wrapper { width: 100%; height: 100%; position: relative; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.gallery-overlay { position: absolute; inset: 0; background: rgba(196, 164, 124, 0.3); display: flex; align-items: center; justify-content: center; opacity: 0; transition: 0.4s; backdrop-filter: blur(2px); }
.gallery-overlay i { color: #fff; font-size: 2rem; transform: scale(0.5); transition: 0.4s; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-item:hover .gallery-overlay i { transform: scale(1); }
.hidden-img { display: none !important; }
.gallery-actions { text-align: center; margin-top: 50px; }
.btn-outline-gold { background: transparent; border: 2px solid var(--gold); color: var(--gold); padding: 15px 40px; font-size: 1rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; transition: all 0.4s; border-radius: 5px; }
.btn-outline-gold:hover { background: var(--gold); color: #000; box-shadow: 0 0 20px rgba(196, 164, 124, 0.4); }

footer { 
  padding: 40px 0; 
  text-align: center; 
  width: 100%;
  overflow: hidden;
}

.footer-premium { 
  padding: 20px 0; 
  background: transparent; 
}

.footer-grid { 
  display: grid; 
  grid-template-columns: 1fr; 
  gap: 30px; 
  padding: 30px 15px; 
  border-radius: 20px; 
  align-items: center;
  background: var(--glass);
  border: 1px solid var(--border);
  margin: 0 10px;
}

.footer-title { 
  color: var(--gold); 
  font-size: 1.6rem; 
  margin-bottom: 15px; 
}

.footer-subtitle { 
  font-size: 1.1rem; 
  margin-bottom: 10px; 
  color: white; 
}

.contact-item { 
  display: flex; 
  flex-direction: column;
  gap: 5px; 
  margin-bottom: 20px; 
  align-items: center; 
}

.contact-item i { 
  font-size: 1.3rem; 
  color: var(--gold); 
  width: auto; 
}

.contact-label { 
  font-size: 0.7rem; 
  text-transform: uppercase; 
  letter-spacing: 1px; 
  opacity: 0.6; 
}

.big-phone { 
  font-size: 1.4rem; 
  font-weight: 800; 
  color: white; 
  text-decoration: none; 
  transition: 0.3s;
  word-break: break-all;
}

.footer-link { 
  color: white; 
  opacity: 0.9; 
  text-decoration: none; 
  transition: 0.3s; 
  display: block;
  margin: 8px 0;
  font-size: 0.9rem;
}

.social-icons { 
  display: flex; 
  justify-content: center; 
  gap: 12px; 
  margin-top: 15px; 
}

.social-circle { 
  width: 42px; 
  height: 42px; 
  border: 1px solid var(--border); 
  border-radius: 50%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  color: white; 
  font-size: 1rem; 
  background: rgba(255,255,255,0.05); 
  text-decoration: none; 
}

@media (min-width: 992px) {
  .footer-grid { 
    grid-template-columns: 1.2fr 0.8fr 1fr; 
    padding: 60px;
    text-align: left;
    align-items: flex-start;
    margin: 0 auto;
  }
  .footer-title { font-size: 2.2rem; }
  .contact-item { flex-direction: row; align-items: center; gap: 20px; text-align: left; }
  .social-icons { justify-content: flex-start; }
  .big-phone { font-size: 1.8rem; }
}

/* ================= MOBILE FIX ================= */
@media (max-width: 768px) {

  /* NAV */
  .nav-links { display: none; }
  .menu-toggle { display: block; }

  /* HERO */
  .hero-container {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 2.5rem;
  }

  .hero-lead {
    font-size: 1rem;
    margin: 0 auto 30px;
  }

  .hero-btns-complex {
    flex-direction: column;
    gap: 15px;
  }

  .btn-gold-fill,
  .btn-outline-white {
    width: 100%;
    text-align: center;
  }

  /* HERO COLLAGE */
  .hero-collage {
    height: 350px;
  }

  .main-img {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .sub-img-1,
  .sub-img-2,
  .floating-badge {
    display: none;
  }

  /* FEATURES */
  .hero-features-grid {
    grid-template-columns: 1fr;
  }

  /* ABOUT */
  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-complex-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .about-card.tall,
  .about-card.wide {
    grid-row: auto;
    grid-column: auto;
  }

  /* TITLES */
  .section-title,
  .title-center {
    font-size: 2rem;
  }

  /* ROOMS */
  .rooms-container {
    grid-template-columns: 1fr;
  }

  /* REVIEWS */
  .reviews .container {
    padding: 30px 15px;
  }

  .review-card {
    min-width: 85%;
    max-width: 85%;
  }

  /* GALLERY */
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  /* FOOTER */
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .contact-item {
    align-items: center;
  }

  .social-icons {
    justify-content: center;
  }
}


/* EXTRA SMALL DEVICES */
@media (max-width: 480px) {

  h1 {
    font-size: 2.2rem;
  }

  .hero-text h1 {
    font-size: 2.2rem;
  }

  .btn-gold-fill,
  .btn-outline-white {
    padding: 14px 20px;
    font-size: 0.8rem;
  }

  .section {
    padding: 60px 0;
  }

  .hero-complex {
    padding: 120px 0 60px;
  }

}
#email-protect {
    cursor: pointer;
    border-bottom: 1px dashed var(--gold);
    transition: 0.3s;
}

#email-protect:hover {
    color: var(--gold);
}