/* ======================================================
   PALACIO D'OR EVENTOS — Hoja de estilos principal
   Bootstrap 5 + personalizaciones
   ====================================================== */

:root {
  --navy-dark:  #0d1b2a;
  --navy-mid:   #12243a;
  --navy-card:  #152035;
  --navy-deep:  #091523;
  --gold:       #c4973f;
  --gold-light: #d4ab5e;
  --white:      #ffffff;
}

/* ---- Global ---- */
body {
  background-color: var(--navy-dark);
  color: var(--white);
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden;
  padding-top: 68px; /* compensar navbar fixed */
}

/* ---- Navbar ---- */
.navbar-palacio {
  background-color: #0c1b2e;
  border-bottom: 1px solid rgba(196, 151, 63, 0.12);
  min-height: 68px;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-palacio .container-xl {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
}
.navbar-palacio .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  text-align: center;
  line-height: 1.15;
}
.brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.85rem;
  font-weight: 400;
  letter-spacing: 0.32em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
}
.brand-tagline {
  font-family: 'Raleway', sans-serif;
  font-size: 0.54rem;
  letter-spacing: 0.58em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-top: 1px;
}
.nav-link-palacio {
  color: rgba(255, 255, 255, 0.9);
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.4rem 0;
  transition: color 0.22s;
}
.nav-link-palacio:hover,
.nav-link-palacio:focus {
  color: var(--gold);
}

/* Dropdown personalizado */
.dropdown-dark-palacio {
  background-color: #0c1b2e;
  border: 1px solid rgba(196, 151, 63, 0.18);
  border-radius: 4px;
  min-width: 210px;
  margin-top: 0.5rem !important;
}
.dropdown-dark-palacio .dropdown-item {
  font-family: 'Raleway', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.68);
  padding: 0.65rem 1.25rem;
  transition: color 0.2s, background 0.2s;
}
.dropdown-dark-palacio .dropdown-item:hover {
  background-color: rgba(196, 151, 63, 0.1);
  color: var(--gold);
}

/* ---- Hero ---- */
.hero-section {
  height: 100vh;
  margin-top: -68px; /* anular padding body para héroe full-screen */
  min-height: 600px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(140deg, #060f1c 0%, #14304c 40%, #0d2440 65%, #030a12 100%);
}
.hero-section.with-image {
  background: linear-gradient(to right, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.2) 100%),
              url('../img/hero-bg.jpg') center / cover no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 26% 80%, rgba(196,151,63,0.14) 0%, transparent 52%),
    radial-gradient(ellipse at 78% 18%, rgba(10,48,82,0.5) 0%, transparent 58%);
}
.hero-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(196, 151, 63, 0.08);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  animation: fadeInUp 1.3s ease both;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(4.5rem, 9vw, 8rem);
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 0.88;
  margin: 0;
  text-transform: uppercase;
}
.hero-subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.7em;
  color: rgba(255, 255, 255, 0.68);
  text-transform: uppercase;
  font-weight: 400;
  margin: 1.1rem 0 0;
}
.scroll-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(196, 151, 63, 0.8);
  border: none;
  color: #fff;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.8rem;
  text-decoration: none;
  animation: bounce 2.4s ease-in-out infinite;
  transition: background 0.3s;
}
.scroll-btn:hover {
  background: var(--gold);
  color: #fff;
}

/* ---- About ---- */
.about-section {
  background: var(--navy-dark);
  padding: 7rem 1rem;
  text-align: center;
}
.about-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.4;
  max-width: 820px;
  margin: 0 auto 2rem;
}
.about-section h2 .highlight {
  color: var(--gold);
  font-weight: 600;
}
.about-lead {
  font-family: 'Raleway', sans-serif;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.92;
  max-width: 610px;
  margin: 0 auto 3rem;
  font-weight: 400;
}
.btn-gold-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border: 1.5px solid rgba(196, 151, 63, 0.6);
  color: #fff;
  background: transparent;
  border-radius: 30px;
  padding: 0.9rem 3rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s, border-color 0.3s;
}
.btn-gold-outline:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

/* ---- Amenities ---- */
.amenities-section {
  background: var(--navy-dark);
  padding: 0 0 6rem;
}
.amenity-card {
  background: var(--navy-card);
  border-radius: 12px;
  padding: 2.6rem 1rem 2rem;
  text-align: center;
  height: 100%;
  transition: background 0.3s, transform 0.3s;
}
.amenity-card:hover {
  background: #1a3050;
  transform: translateY(-4px);
}
.amenity-card .icon {
  font-size: 2.4rem;
  color: var(--gold);
  display: block;
  margin-bottom: 1.2rem;
}
.amenity-card .label {
  font-family: 'Raleway', sans-serif;
  font-size: 0.64rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.65;
}
.amenity-card .label.gold {
  color: var(--gold);
}

/* ---- Gallery ---- */
.gallery-section {
  background: var(--navy-deep);
  padding: 6rem 0;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 300;
  color: #fff;
  margin: 0 0 1rem;
  letter-spacing: 0.06em;
}
.gold-divider {
  width: 58px;
  height: 2px;
  background: var(--gold);
  border: none;
  margin: 0 auto 3.5rem;
  display: block;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.gallery-item {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  display: block;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.gallery-item:hover img {
  transform: scale(1.08);
}
.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.gallery-item:hover .gallery-item-overlay {
  background: rgba(0, 0, 0, 0.35);
}
.gallery-item-overlay i {
  color: #fff;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-item:hover .gallery-item-overlay i {
  opacity: 1;
}

/* ---- Footer ---- */
footer {
  background: #060e18;
  padding: 5rem 0 0;
}
.footer-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  letter-spacing: 0.3em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
}
.footer-brand-tagline {
  font-family: 'Raleway', sans-serif;
  font-size: 0.57rem;
  letter-spacing: 0.52em;
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 1.6rem;
}
.footer-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 0.67rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1.5rem;
  font-weight: 700;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
}
.footer-links a {
  font-family: 'Raleway', sans-serif;
  font-size: 0.87rem;
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: var(--gold);
}
.footer-contact-item {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  margin-bottom: 1.05rem;
}
.footer-contact-item i {
  color: var(--gold);
  margin-top: 2px;
  flex-shrink: 0;
}
.footer-contact-item a,
.footer-contact-item span {
  font-family: 'Raleway', sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  line-height: 1.65;
  transition: color 0.2s;
}
.footer-contact-item a:hover {
  color: var(--gold);
}
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(196, 151, 63, 0.32);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 1rem;
  transition: border-color 0.25s, color 0.25s;
}
.footer-social a:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.footer-bottom {
  border-top: 1px solid rgba(196, 151, 63, 0.13);
  padding: 1.5rem 0;
  margin-top: 4rem;
}
.footer-bottom p {
  font-family: 'Raleway', sans-serif;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.26);
  margin: 0;
}

/* ---- Animaciones ---- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(9px); }
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .navbar-palacio .navbar-brand {
    position: static;
    transform: none;
  }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .gallery-grid { grid-template-columns: 1fr; }
  .hero-title { font-size: 4rem; }
}


/* ============================================================
   PÁGINAS INTERNAS
   ============================================================ */

/* ---- Page hero (cabecera interna) ---- */
.page-hero {
  background: linear-gradient(140deg, #060f1c 0%, #12293f 50%, #030a12 100%);
  padding: 6rem 1rem 5rem;
  text-align: center;
  position: relative;
}
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: rgba(196, 151, 63, 0.35);
}
.page-hero-eyebrow {
  font-family: 'Raleway', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
  font-weight: 600;
}
.page-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  color: #fff;
  margin: 0 0 1.5rem;
  letter-spacing: 0.08em;
}
.gold-divider-sm {
  width: 44px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto;
  display: block;
}

/* ---- Gallery filter ---- */
.filter-bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  margin-bottom: 2rem;
}
.filter-count {
  font-family: 'Raleway', sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.38);
  margin: 0 0 1rem;
}
.filter-tabs {
  display: flex;
  gap: 0;
}
.filter-btn {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0.75rem 1.5rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: color 0.22s, border-color 0.22s;
  margin-bottom: -1px;
  white-space: nowrap;
}
.filter-btn:hover {
  color: rgba(255, 255, 255, 0.78);
}
.filter-btn.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.gallery-item-wrap {
  display: block;
}
.gallery-item-wrap.g-hidden {
  display: none;
}

/* ---- Contact page ---- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 4rem;
  align-items: start;
}
.contact-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 300;
  color: #fff;
  margin: 0 0 1rem;
}
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 0;
}
.form-group-dark {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
}
.form-group-dark label {
  font-family: 'Raleway', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.form-group-dark input,
.form-group-dark select,
.form-group-dark textarea {
  width: 100%;
  background: #152035;
  border: 1px solid rgba(196, 151, 63, 0.18);
  border-radius: 6px;
  padding: 0.85rem 1rem;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  transition: border-color 0.25s, box-shadow 0.25s;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
.form-group-dark input:focus,
.form-group-dark select:focus,
.form-group-dark textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(196, 151, 63, 0.1);
}
.form-group-dark input::placeholder,
.form-group-dark textarea::placeholder {
  color: rgba(255, 255, 255, 0.22);
}
.form-group-dark select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c4973f' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
  color: rgba(255,255,255,0.85);
}
.form-group-dark select option {
  background: #152035;
  color: #fff;
}
.form-group-dark input[type="date"] {
  color-scheme: dark;
}
.form-group-dark textarea {
  resize: vertical;
  min-height: 140px;
}
.btn-gold-solid {
  display: inline-flex;
  align-items: center;
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 0.95rem 3rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 0.5rem;
}
.btn-gold-solid:hover {
  background: var(--gold-light);
}
.alert-success-palacio {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(196, 151, 63, 0.1);
  border: 1px solid rgba(196, 151, 63, 0.35);
  border-radius: 8px;
  padding: 1.3rem 1.5rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 2rem;
}
.alert-success-palacio i {
  color: var(--gold);
  font-size: 1.3rem;
  flex-shrink: 0;
}
.alert-error-palacio {
  background: rgba(180, 50, 50, 0.12);
  border: 1px solid rgba(200, 80, 80, 0.28);
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.88rem;
  color: rgba(255, 170, 170, 0.9);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}
.contact-info-col {
  position: sticky;
  top: 88px;
}
.contact-info-card {
  background: #152035;
  border-radius: 12px;
  padding: 2.2rem 2rem;
  border: 1px solid rgba(196, 151, 63, 0.1);
}
.contact-info-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin: 0 0 1.8rem;
}
.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  margin-bottom: 2rem;
}
.contact-info-row {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.contact-info-row > i {
  color: var(--gold);
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-info-row .label {
  font-family: 'Raleway', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.2rem;
}
.contact-info-row .value {
  font-family: 'Raleway', sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.58);
  margin: 0;
  line-height: 1.65;
  text-decoration: none;
  display: block;
  transition: color 0.2s;
}
a.value:hover {
  color: var(--gold);
}
.contact-social {
  display: flex;
  gap: 0.65rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(196, 151, 63, 0.1);
}
.contact-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(196, 151, 63, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  text-decoration: none;
  transition: border-color 0.25s, color 0.25s;
}
.contact-social a:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* ---- Responsive páginas internas ---- */
@media (max-width: 991px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-info-col { position: static; }
}
@media (max-width: 575px) {
  .form-row-2 { grid-template-columns: 1fr; }
  .filter-bar { flex-direction: column; align-items: flex-start; }
  .filter-tabs { flex-wrap: wrap; }
}


/* ============================================================
   PÁGINA SALONES
   ============================================================ */

.page-hero-desc {
  font-family: 'Raleway', sans-serif;
  font-size: .88rem;
  color: rgba(255,255,255,0.48);
  margin: 1.5rem auto 0;
  max-width: 500px;
  line-height: 1.75;
}
.page-hero-anchors {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.page-hero-anchor {
  font-family: 'Raleway', sans-serif;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color .2s;
}
.page-hero-anchor:hover { color: var(--gold); }

.salon-section { overflow: hidden; }
.salon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}
.salon-grid--reverse { direction: rtl; }
.salon-grid--reverse > * { direction: ltr; }

.salon-image-col {
  position: relative;
  overflow: hidden;
}
.salon-image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}
.salon-image-col:hover img { transform: scale(1.04); }

.salon-capacity-badge {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background: rgba(196,151,63,0.88);
  border-radius: 50%;
  width: 92px;
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}
.salon-capacity-badge .badge-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.85rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.salon-capacity-badge .badge-label {
  font-family: 'Raleway', sans-serif;
  font-size: .54rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
}

.salon-content-col {
  padding: 5rem 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.salon-eyebrow {
  font-family: 'Raleway', sans-serif;
  font-size: .68rem;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 .55rem;
  font-weight: 600;
}
.salon-nombre {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem,3.5vw,3.2rem);
  font-weight: 300;
  color: #fff;
  margin: 0 0 .55rem;
  line-height: 1.1;
}
.salon-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-style: italic;
  color: var(--gold-light);
  margin: 0 0 1.5rem;
}
.salon-separator {
  width: 44px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 1.8rem;
}
.salon-desc {
  font-family: 'Raleway', sans-serif;
  font-size: .9rem;
  color: rgba(255,255,255,.55);
  line-height: 1.9;
  margin-bottom: 1rem;
}
.salon-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .7rem 1.5rem;
  margin: 1.5rem 0 2rem;
}
.salon-feature {
  display: flex;
  align-items: center;
  gap: .6rem;
}
.salon-feature i {
  color: var(--gold);
  font-size: .95rem;
  flex-shrink: 0;
}
.salon-feature span {
  font-family: 'Raleway', sans-serif;
  font-size: .8rem;
  color: rgba(255,255,255,.7);
}
.salon-ctas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
.salon-gallery-strip {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: .6rem;
  border-top: 1px solid rgba(196,151,63,.1);
  padding-top: 1.5rem;
}
.salon-gallery-thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 4px;
  display: block;
}
.salon-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s;
}
.salon-gallery-thumb:hover img { transform: scale(1.08); }

/* Responsive salones */
@media (max-width: 991px) {
  .salon-grid { grid-template-columns: 1fr; min-height: auto; }
  .salon-grid--reverse { direction: ltr; }
  .salon-image-col { min-height: 360px; }
  .salon-content-col { padding: 3rem 2rem; }
}
@media (max-width: 575px) {
  .salon-features { grid-template-columns: 1fr; }
  .salon-content-col { padding: 2.5rem 1.2rem; }
}


/* ============================================================
   WHATSAPP FLOTANTE
   ============================================================ */

.whatsapp-widget {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9998;
}

.whatsapp-float {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.42);
  transition: transform 0.3s, box-shadow 0.3s;
}
.whatsapp-float:hover,
.whatsapp-widget.is-open .whatsapp-float {
  transform: scale(1.1);
  box-shadow: 0 6px 30px rgba(37, 211, 102, 0.58);
  color: #fff;
}
.whatsapp-widget.is-open .whatsapp-float {
  transform: rotate(15deg) scale(1.05);
}

.whatsapp-menu {
  position: absolute;
  bottom: calc(100% + 16px);
  right: 0;
  width: 280px;
  background: var(--navy-card, #12203a);
  border: 1px solid rgba(37, 211, 102, 0.18);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  padding: 0.9rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.96);
  transform-origin: bottom right;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  pointer-events: none;
}
.whatsapp-widget.is-open .whatsapp-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.whatsapp-menu-title {
  margin: 0.2rem 0.4rem 0.7rem;
  font-family: 'Raleway', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.65);
}

.whatsapp-menu-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 0.6rem;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.2s;
}
.whatsapp-menu-item:hover,
.whatsapp-menu-item:focus-visible {
  background: rgba(37, 211, 102, 0.12);
}
.whatsapp-menu-item + .whatsapp-menu-item {
  margin-top: 0.15rem;
}

.whatsapp-menu-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.15);
  color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

.whatsapp-menu-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.whatsapp-menu-text strong {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 0.92rem;
}
.whatsapp-menu-text small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.76rem;
}

@media (max-width: 480px) {
  .whatsapp-menu {
    width: calc(100vw - 3rem);
    right: -0.5rem;
  }
}


/* ============================================================
   CATERING — Tarjetas de servicios
   ============================================================ */

.catering-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.catering-service-card {
  background: var(--navy-card);
  border-radius: 12px;
  padding: 2.5rem 2rem;
  border: 1px solid rgba(196, 151, 63, 0.08);
  transition: background 0.3s, transform 0.3s, border-color 0.3s;
}
.catering-service-card:hover {
  background: #1a3050;
  transform: translateY(-4px);
  border-color: rgba(196, 151, 63, 0.2);
}
.catering-service-card i {
  font-size: 2.2rem;
  color: var(--gold);
  display: block;
  margin-bottom: 1.2rem;
}
.catering-service-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 0.75rem;
}
.catering-service-card p {
  font-family: 'Raleway', sans-serif;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.82;
  margin: 0;
}

@media (max-width: 991px) {
  .catering-services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .catering-services-grid { grid-template-columns: 1fr; }
}
