.elementor-22 .elementor-element.elementor-element-5c6ab30{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-90cfdbf *//* =====================================================
   PÁGINA RESERVAS - CSS COMPLETO CON URGENCIA
   ===================================================== */

/* Reset y base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #0D0D0D;
  color: #f5e6d3;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tfs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =====================================================
   SECCIÓN 1: HERO MINI
   ===================================================== */

.tfs-reservas-hero {
  padding: 60px 20px 50px;
  text-align: center;
  background: linear-gradient(180deg, rgba(139, 0, 0, 0.08) 0%, transparent 100%);
  border-bottom: 1px solid rgba(201, 168, 104, 0.15);
}

.tfs-hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.tfs-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: rgba(201, 168, 104, 0.12);
  border: 1px solid rgba(201, 168, 104, 0.25);
  border-radius: 100px;
  font-size: 13px;
  color: #c9b8a6;
}

.tfs-badge svg {
  color: #d4af37;
  flex-shrink: 0;
}

.tfs-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  color: #f5e6d3;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.tfs-hero-usps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
  font-size: 15px;
  color: #c9b8a6;
}

.tfs-hero-usps span {
  white-space: nowrap;
}

.tfs-btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #1a0f0b;
  background: linear-gradient(135deg, #d4af37, #f4e4c1);
  border: none;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.35);
  cursor: pointer;
  transition: all 0.3s ease;
}

.tfs-btn-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(212, 175, 55, 0.5);
}

.tfs-btn-hero svg {
  transition: transform 0.3s ease;
}

.tfs-btn-hero:hover svg {
  transform: translateX(4px);
}

/* =====================================================
   SECCIÓN 2: BARRA DE URGENCIA
   ===================================================== */

.tfs-urgency-bar {
  position: relative;
  background: linear-gradient(135deg, rgba(139, 0, 0, 0.15) 0%, rgba(212, 175, 55, 0.08) 100%);
  border-top: 1px solid rgba(201, 168, 104, 0.2);
  border-bottom: 1px solid rgba(201, 168, 104, 0.2);
  padding: 24px 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tfs-urgency-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.tfs-urgency-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: rgba(10, 6, 5, 0.6);
  border: 1px solid rgba(201, 168, 104, 0.15);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.tfs-urgency-item:hover {
  background: rgba(10, 6, 5, 0.8);
  border-color: rgba(201, 168, 104, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.tfs-urgency-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(201, 168, 104, 0.12);
  border-radius: 50%;
  color: #d4af37;
}

.tfs-icon-pulse {
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.tfs-urgency-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tfs-urgency-text strong {
  font-size: 15px;
  font-weight: 700;
  color: #f5e6d3;
  line-height: 1.3;
}

.tfs-urgency-text span {
  font-size: 13px;
  color: #998568;
  line-height: 1.4;
}

/* Item destacado */
.tfs-highlight-urgency {
  background: linear-gradient(135deg, rgba(139, 0, 0, 0.2), rgba(212, 175, 55, 0.15));
  border-color: rgba(212, 175, 55, 0.4);
}

.tfs-highlight-urgency .tfs-urgency-icon {
  background: rgba(212, 175, 55, 0.2);
  animation: pulseGold 2s ease-in-out infinite;
}

@keyframes pulseGold {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(212, 175, 55, 0);
  }
}

.tfs-highlight-urgency .tfs-urgency-text strong {
  color: #d4af37;
}

/* =====================================================
   SECCIÓN 3: GRID PRECIOS
   ===================================================== */

.tfs-pricing-section {
  padding: 70px 20px;
  background: radial-gradient(circle at top, #0f1119 0%, #05060b 100%);
}

.tfs-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.tfs-section-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 700;
  color: #f5e6d3;
  margin: 0 0 12px 0;
  letter-spacing: -0.02em;
}

.tfs-section-header p {
  font-size: 16px;
  color: #998568;
  margin: 0;
}

.tfs-price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.tfs-price-card {
  position: relative;
  padding: 28px 24px 24px;
  background: linear-gradient(135deg, rgba(41, 31, 24, 0.4), rgba(31, 23, 18, 0.5));
  border: 1px solid rgba(201, 168, 104, 0.2);
  border-radius: 12px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.tfs-price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 168, 104, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.tfs-featured {
  border-color: rgba(212, 175, 55, 0.5);
  background: linear-gradient(135deg, rgba(61, 46, 35, 0.5), rgba(51, 38, 29, 0.6));
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.2);
}

.tfs-featured-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a0f0b;
  background: linear-gradient(135deg, #d4af37, #f4e4c1);
  border-radius: 100px;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.tfs-price-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(201, 168, 104, 0.1);
}

.tfs-price-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #f5e6d3;
  margin: 0 0 12px 0;
}

.tfs-price-amount {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.tfs-price-number {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: #d4af37;
  line-height: 1;
}

.tfs-price-unit {
  font-size: 13px;
  color: #998568;
}

.tfs-price-features {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0;
}

.tfs-price-features li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  font-size: 14px;
  color: #c4b49f;
}

.tfs-price-features li svg {
  color: #2ecc71;
  flex-shrink: 0;
  margin-top: 2px;
}

.tfs-price-features li strong {
  color: #f5e6d3;
  font-weight: 600;
}

.tfs-btn-card {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1a0f0b;
  background: linear-gradient(135deg, #c9a868, #d4af37);
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(201, 168, 104, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
}

.tfs-btn-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(201, 168, 104, 0.4);
}

.tfs-btn-featured {
  background: linear-gradient(135deg, #d4af37, #f4e4c1);
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.35);
}

.tfs-btn-featured:hover {
  box-shadow: 0 10px 26px rgba(212, 175, 55, 0.5);
}

.tfs-trust-mini {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  padding: 20px;
  font-size: 14px;
  color: #c4b49f;
}

.tfs-trust-mini span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tfs-trust-mini svg {
  color: #2ecc71;
  flex-shrink: 0;
}

/* =====================================================
   SECCIÓN 4: CALENDARIO
   ===================================================== */

.tfs-calendar-section {
  padding: 70px 20px;
  background: #0a0605;
  border-top: 1px solid rgba(201, 168, 104, 0.15);
}

.tfs-calendar-wrapper {
  position: relative;
  padding: 40px 32px;
  background: rgba(10, 6, 5, 0.8);
  border: 1px solid rgba(201, 168, 104, 0.2);
  border-radius: 12px;
  min-height: 400px;
  margin-bottom: 32px;
}

.tfs-calendar-loading,
.tfs-calendar-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 300px;
  color: #c4b49f;
}

.tfs-spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid rgba(212, 175, 55, 0.2);
  border-top-color: #d4af37;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.tfs-calendar-error {
  display: none;
  text-align: center;
  color: #f39c12;
}

.tfs-calendar-error svg {
  color: #f39c12;
}

.tfs-calendar-error a {
  color: #d4af37;
  text-decoration: underline;
}

.tfs-calendar-help {
  text-align: center;
  padding: 16px;
  font-size: 15px;
  color: #c4b49f;
}

.tfs-calendar-help a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.tfs-calendar-help a:hover {
  color: #f4e4c1;
  text-decoration: underline;
}

.tfs-calendar-help a svg {
  color: #25d366;
}

/* =====================================================
   SECCIÓN 5: FAQ
   ===================================================== */

.tfs-faq-section {
  padding: 70px 20px;
  background: radial-gradient(circle at bottom, #0f1119 0%, #05060b 100%);
  border-top: 1px solid rgba(201, 168, 104, 0.15);
}

.tfs-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.tfs-faq-item {
  padding: 20px 24px;
  background: rgba(10, 6, 5, 0.6);
  border: 1px solid rgba(201, 168, 104, 0.15);
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tfs-faq-item:hover {
  border-color: rgba(201, 168, 104, 0.3);
  background: rgba(10, 6, 5, 0.8);
}

.tfs-faq-item summary {
  font-size: 16px;
  font-weight: 600;
  color: #f5e6d3;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.tfs-faq-item summary::-webkit-details-marker {
  display: none;
}

.tfs-faq-item summary::after {
  content: '+';
  font-size: 24px;
  color: #d4af37;
  transition: transform 0.3s ease;
}

.tfs-faq-item[open] summary::after {
  transform: rotate(45deg);
}

.tfs-faq-item p {
  margin: 16px 0 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(201, 168, 104, 0.1);
  font-size: 14px;
  color: #c4b49f;
  line-height: 1.7;
}

.tfs-faq-item strong {
  color: #f5e6d3;
  font-weight: 600;
}

.tfs-faq-cta {
  text-align: center;
  padding: 24px;
  font-size: 15px;
  color: #c4b49f;
}

.tfs-faq-cta a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.tfs-faq-cta a:hover {
  color: #f4e4c1;
  text-decoration: underline;
}

/* =====================================================
   SECCIÓN 6: STICKY CTA
   ===================================================== */

.tfs-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: linear-gradient(180deg, rgba(10, 6, 5, 0.98), rgba(10, 6, 5, 1));
  border-top: 1px solid rgba(201, 168, 104, 0.3);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.7);
  padding: 12px 20px;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: none;
}

.tfs-sticky-cta.visible {
  transform: translateY(0);
}

.tfs-sticky-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 16px;
}

.tfs-sticky-info {
  display: flex;
  flex-direction: column;
}

.tfs-sticky-price {
  font-size: 18px;
  font-weight: 700;
  color: #f5e6d3;
  line-height: 1.2;
}

.tfs-sticky-text {
  font-size: 12px;
  color: #998568;
}

.tfs-btn-sticky {
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #1a0f0b;
  background: linear-gradient(135deg, #d4af37, #f4e4c1);
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.35);
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.tfs-btn-sticky:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.5);
}

/* =====================================================
   RESPONSIVE
   ===================================================== */

@media (max-width: 1024px) {
  .tfs-price-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .tfs-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .tfs-urgency-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .tfs-reservas-hero {
    padding: 50px 16px 40px;
  }
  
  .tfs-hero-title {
    font-size: 32px;
  }
  
  .tfs-hero-usps {
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
  }
  
  .tfs-section-header h2 {
    font-size: 30px;
  }
  
  .tfs-pricing-section,
  .tfs-calendar-section,
  .tfs-faq-section {
    padding: 50px 16px;
  }
  
  .tfs-price-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .tfs-calendar-wrapper {
    padding: 28px 20px;
  }
  
  .tfs-trust-mini {
    flex-direction: column;
    gap: 12px;
  }
  
  .tfs-sticky-cta {
    display: block;
  }
}

@media (max-width: 480px) {
  .tfs-urgency-bar {
    padding: 20px 16px;
  }
  
  .tfs-urgency-item {
    padding: 14px 16px;
    gap: 12px;
  }
  
  .tfs-urgency-icon {
    width: 40px;
    height: 40px;
  }
  
  .tfs-urgency-icon svg {
    width: 20px;
    height: 20px;
  }
  
  .tfs-urgency-text strong {
    font-size: 14px;
  }
  
  .tfs-urgency-text span {
    font-size: 12px;
  }
  
  .tfs-hero-title {
    font-size: 28px;
  }
  
  .tfs-btn-hero {
    width: 100%;
    padding: 14px 24px;
    font-size: 15px;
  }
  
  .tfs-section-header h2 {
    font-size: 26px;
  }
  
  .tfs-price-number {
    font-size: 32px;
  }
  
  .tfs-sticky-content {
    gap: 12px;
  }
  
  .tfs-btn-sticky {
    padding: 12px 20px;
    font-size: 13px;
  }
}/* End custom CSS */