/* Tipografía Mística */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cormorant+Garamond:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

.contact-section {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(20, 5, 30, 0.9) 50%,
    rgba(0, 0, 0, 0.95) 100%
  );
  padding: 80px 20px;
  text-align: center;
  position: relative;
  border-top: 2px solid rgba(212, 175, 55, 0.3);
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(139, 69, 19, 0.15) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.contact-section h2 {
  font-size: 2.8rem;
  color: #d4af37;
  margin-bottom: 30px;
  font-family: 'Cinzel', serif;
  font-weight: 600;
  text-shadow: 
    2px 2px 10px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(212, 175, 55, 0.4);
  position: relative;
  z-index: 1;
}

.contact-section p {
  font-size: 1.4rem;
  color: #e5e5e5;
  margin-bottom: 20px;
  line-height: 1.8;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.contact-section p strong {
  color: #d4af37;
  font-weight: 700;
}

.contact-section .urgent-message {
  font-size: 1.5rem;
  color: #f5e6d3;
  margin: 40px auto;
  max-width: 900px;
  padding: 30px;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(20, 5, 30, 0.7) 100%
  );
  border-radius: 15px;
  border: 2px solid rgba(212, 175, 55, 0.4);
  box-shadow: 
    0 8px 30px rgba(0, 0, 0, 0.6),
    inset 0 0 30px rgba(212, 175, 55, 0.1);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 1.9;
}

.contact-cta {
  margin: 40px 0;
  position: relative;
  z-index: 1;
}

.btn-whatsapp span {
  color: #d4af37;
  font-weight: 700;
}

.contact-cta .btn-whatsapp {
  display: flex !important;
  column-gap: 15px;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  background: linear-gradient(135deg, #1a5f1a 0%, #2d8f2d 50%, #1a5f1a 100%);
  color: #fff;
  padding: 20px 40px;
  border-radius: 15px;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 
    0 6px 25px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(45, 143, 45, 0.3);
  border: 2px solid rgba(212, 175, 55, 0.3);
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.contact-cta .btn-whatsapp::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.contact-cta .btn-whatsapp:hover::before {
  left: 100%;
}

.contact-cta .btn-whatsapp i {
  font-size: 2.5rem;
}

.contact-cta .btn-whatsapp div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.contact-cta .btn-whatsapp div span {
  font-size: 0.85em;
  font-weight: 600;
  color: #d4af37;
}

.btn-whatsapp:hover {
  background: linear-gradient(135deg, #2d8f2d 0%, #3db03d 50%, #2d8f2d 100%);
  transform: translateY(-3px);
  box-shadow: 
    0 8px 35px rgba(0, 0, 0, 0.6),
    0 0 40px rgba(45, 143, 45, 0.5);
}

.call-info {
  font-size: 1.5rem;
  color: #e5e5e5;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  font-family: 'Cormorant Garamond', serif;
}

.call-info strong {
  font-size: 1.6rem;
  font-weight: 700;
  color: #d4af37;
  text-shadow: 
    0 0 10px rgba(212, 175, 55, 0.6),
    2px 2px 8px rgba(0, 0, 0, 0.8);
  font-family: 'Playfair Display', serif;
}

.call-info .availability {
  margin-top: 15px;
  font-size: 1.2rem;
  color: #d4af37;
  font-style: italic;
  font-weight: 500;
}

.footer-section {
  background: linear-gradient(
    to top,
    #1a0f1a 0%,
    #0a0a0a 100%
  );
  color: #d4af37;
  padding: 50px 20px;
  text-align: center;
  border-top: 2px solid rgba(212, 175, 55, 0.3);
}

.footer-content {
  margin-bottom: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer-content p {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 20px;
  font-family: 'Cinzel', serif;
  color: #d4af37;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.footer-content ul {
  padding: 0;
  list-style: none;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

.footer-content ul li {
  font-size: 1rem;
  line-height: 1.8;
  color: #e5e5e5;
  margin-bottom: 12px;
  font-family: 'Cormorant Garamond', serif;
  padding-left: 20px;
  position: relative;
}

.footer-content ul li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #d4af37;
  font-size: 1.5rem;
}

.footer-bottom {
  font-size: 0.9rem;
  color: #b8b8b8;
  font-family: 'Cormorant Garamond', serif;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  padding-top: 20px;
  margin-top: 20px;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 600px) {
  .contact-section {
    padding: 60px 15px;
  }
  .contact-section h2 {
    font-size: 2.2rem;
  }
  .contact-section p {
    font-size: 1.2rem;
  }
  .contact-section .urgent-message {
    font-size: 1.3rem;
    padding: 20px;
  }
  .contact-cta .btn-whatsapp {
    flex-direction: column;
    padding-inline: 20px;
    font-size: 1.3rem;
    text-align: center;
  }
  .contact-cta .btn-whatsapp div {
    align-items: center;
  }
  .call-info {
    font-size: 1.3rem;
  }
  .call-info strong {
    font-size: 1.4rem;
  }
  .footer-content ul {
    text-align: center;
  }
  .footer-content ul li {
    padding-left: 0;
  }
  .footer-content ul li::before {
    display: none;
  }
}
