/* =============================================
   hablemos.css — Página "Hablemos" de CleverOP
   ============================================= */

#calendario {
  scroll-margin-top: 90px;
}

/* ---- HERO ---- */
.hero-hablemos {
  position: relative;
  background-image: url('../img/nosotros/Background seccion 1.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}

.hero-hablemos::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-hablemos .container {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }
}

.hero-subtitle {
  font-size: 1rem !important;
  font-weight: 300 !important;
  color: #e0e0e0;
  line-height: 1.7;
}

/* ---- SECTION TITLES ---- */
.section-title-dark {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0f2e60;
}

@media (min-width: 768px) {
  .section-title-dark {
    font-size: 2.5rem;
  }
}

.section-subtitle-orange {
  color: #f18821;
  font-size: 1rem !important;
  font-weight: 500 !important;
  letter-spacing: 1px;
}

.section-title-light {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f18821;
}

@media (min-width: 768px) {
  .section-title-light {
    font-size: 2.5rem;
  }
}

/* ---- CALENDAR ---- */
.section-calendar {
  background-color: #fff;
}

.calendar-mobile-cta {
  text-align: center;
  padding: 2rem 1.25rem;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(15, 46, 96, 0.12);
  border: 1px solid #e8edf5;
  background: #f8faff;
}

.calendar-mobile-cta__text {
  margin: 0 0 1.25rem;
  color: #0f2e60;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.55;
}

.calendar-mobile-cta__link {
  display: block;
  width: 100%;
  max-width: 25rem;
  margin: 0 auto;
  text-decoration: none;
}

.calendar-embed-wrapper {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  height: max(1280px, calc(100dvh - 9rem));
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(15, 46, 96, 0.12);
  border: 1px solid #e8edf5;
}

.calendar-embed-wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1280px;
  margin: 0;
  padding: 0;
  border: 0;
}

@media (min-width: 992px) {
  .calendar-embed-container {
    padding-left: clamp(1.5rem, 4vw, 3.5rem);
    padding-right: clamp(1.5rem, 4vw, 3.5rem);
  }

  .calendar-embed-wrapper {
    height: max(1320px, calc(100dvh - 8rem));
  }

  .calendar-embed-wrapper iframe {
    min-height: 1320px;
  }
}

/* ---- AFTER SECTION ---- */
.section-after {
  background-image: url('../img/nosotros/Background seccion 3.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.section-after .container {
  position: relative;
  z-index: 1;
}

.after-card {
  padding: 2rem 1.5rem;
  border: 1px solid rgba(241, 136, 33, 0.3);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.after-card:hover {
  transform: translateY(-6px);
  border-color: #f18821;
}

.after-text {
  color: #fff;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.6;
  margin-bottom: 0;
}

.after-img-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(241, 136, 33, 0.4));
}

.after-tagline {
  color: white;
  font-size: 1rem !important;
  font-weight: 300 !important;
  letter-spacing: 2px;
  font-style: italic;
}

/* ---- CONTACT SECTION ---- */
.section-contact {
  background-color: #fff;
}

.contact-label {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #0f2e60;
  margin-bottom: 0.2rem;
}

.contact-value {
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  color: #333;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .contact-ia-mobile {
    display: none !important;
  }
}

.btn-whatsapp {
  background-color: #25d366;
  color: #fff;
  border: 2px solid #25d366;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-whatsapp:hover {
  background-color: transparent;
  color: #25d366;
}

.btn-email {
  background-color: #1a1a2e;
  color: #fff;
  border: 2px solid #1a1a2e;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-email:hover {
  background-color: transparent;
  color: #1a1a2e;
}

.btn-ia {
  background: linear-gradient(45deg, #f7c071, #4b63fc);
  color: #fff;
  border: 2px solid transparent;
  padding: 10px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-ia:hover {
  background: transparent;
  border-color: #4b63fc;
  color: #4b63fc;
}

/* ---- FAQ SECTION ---- */
.section-faq {
  background-image: url('../img/nosotros/Background seccion 5.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.section-faq::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  z-index: 0;
}

.section-faq .container {
  position: relative;
  z-index: 1;
}

.faq-item {
  padding: 1.8rem 2rem;
  border-left: 3px solid #f18821;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0 10px 10px 0;
  transition: background 0.25s ease;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .faq-item {
    min-height: 160px;
  }
}

.faq-item:hover {
  background: rgba(241, 136, 33, 0.08);
}

.faq-question {
  color: #fff;
  font-size: 1rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.4rem;
  letter-spacing: 0.5px;
}

.faq-answer {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin-bottom: 0;
  line-height: 1.5;
}