/* ==========================================================================
   TESTIMONIALS SINGLE PAGE & CAROUSEL BUTTON STYLES
   ========================================================================== */

/* Botón en la tarjeta del carrusel */
.drjam-testimonial-action {
  margin-top: 14px;
  width: 100%;
}

.drjam-btn-story {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  padding: 11px 18px !important;
  border: 1.5px solid #0087a4 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #0087a4 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 2px 8px rgba(0, 135, 164, 0.06) !important;
}

.drjam-btn-story:hover,
.drjam-btn-story:focus {
  background: #eef9fc !important;
  color: #006075 !important;
  border-color: #006075 !important;
  box-shadow: 0 6px 18px rgba(0, 135, 164, 0.16) !important;
  transform: translateY(-2px);
}

.drjam-btn-story i {
  font-size: 18px !important;
  color: #0087a4 !important;
  transition: transform 0.25s ease, color 0.25s ease !important;
}

.drjam-btn-story:hover i {
  color: #006075 !important;
  transform: translateX(4px);
}

/* PÁGINA INDIVIDUAL DEL TESTIMONIO */
.drjam-single-testimonial-page {
  background: #fbfdff;
  color: #1a2e48;
  font-family: 'Poppins', sans-serif;
  /*overflow-x: hidden;*/
}

/* Barra de navegación de retorno */
.drjam-testimonial-back-nav {
  padding: 24px 0 10px;
}

.drjam-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0087a4;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.drjam-back-btn:hover {
  color: #079cbd;
  transform: translateX(-4px);
}

/* Cabecera Hero */
.drjam-testim-single-hero {
  padding: 15px 0 40px;
}

.drjam-testim-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.drjam-badge-real {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #e6f7fa;
  color: #0087a4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.drjam-badge-real i {
  font-size: 14px;
}

.drjam-testim-hero-copy h1 {
  font-family: 'DM Serif Display', 'Lora', serif;
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 800;
  color: #092648;
  line-height: 1.15;
  margin: 0 0 14px;
}

.drjam-hero-highlight-name {
  color: #079cbd;
}

.drjam-hero-stars {
  color: #f7b731;
  font-size: 21px;
  letter-spacing: 3px;
  margin-bottom: 18px;
  line-height: 1;
}

.drjam-hero-quote-text {
  font-style: italic;
  font-size: 17px;
  line-height: 1.65;
  color: #3b506c;
  margin: 0 0 24px;
  position: relative;
}

.drjam-quote-symbol {
  color: #9ee2ed;
  font-size: 28px;
  font-weight: 900;
  line-height: 0;
  vertical-align: -4px;
}

.drjam-patient-badge-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 6px;
}

.drjam-patient-icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eef9fc;
  border: 2px solid #0087a4;
  color: #0087a4;
  display: grid;
  place-items: center;
  font-size: 22px;
  flex-shrink: 0;
}

.drjam-patient-meta strong {
  display: block;
  font-size: 16.5px;
  font-weight: 700;
  color: #092648;
}

.drjam-patient-meta span {
  display: block;
  font-size: 13.5px;
  color: #64748b;
  margin-top: 2px;
}

.drjam-testim-hero-media {
  display: flex;
  justify-content: center;
}

.drjam-testim-hero-media img {
  width: 100%;
  max-width: 500px;
  height: 380px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(9, 38, 72, 0.12);
  border: 4px solid #ffffff;
}

/* 4 TARJETAS DE RESUMEN */
.drjam-testim-stats-section {
  padding: 0 0 50px;
}

.drjam-testim-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.drjam-testim-stat-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #ffffff;
  border: 1.5px solid #ddecfa;
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 6px 20px rgba(9, 38, 72, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.drjam-testim-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 135, 164, 0.12);
  border-color: #0087a4;
}

.drjam-stat-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #eef9fc;
  color: #0087a4;
  display: grid;
  place-items: center;
  font-size: 24px;
  flex-shrink: 0;
  border: 1px solid #d4eff7;
}

.drjam-stat-text {
  min-width: 0;
}

.drjam-stat-label {
  display: block;
  font-size: 12.5px;
  font-weight: 500;
  color: #64748b;
  margin-bottom: 4px;
  line-height: 1.25;
}

.drjam-stat-value {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #0087a4;
  line-height: 1.25;
}

/* SECCIÓN PRINCIPAL: 2 COLUMNAS */
.drjam-testim-main-content {
  padding: 0 0 60px;
}

.drjam-testim-content-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 50px;
  align-items: flex-start;
}

.drjam-story-block {
  margin-bottom: 40px;
}

.drjam-story-heading {
  font-size: 28px;
  font-weight: 800;
  color: #092648;
  margin: 0 0 10px;
  line-height: 1.2;
}

.drjam-story-underline {
  width: 52px;
  height: 4px;
  border-radius: 2px;
  background: #0087a4;
  margin-bottom: 22px;
}

.drjam-story-text p {
  font-size: 15.5px;
  line-height: 1.8;
  color: #3b506c;
  margin: 0 0 18px;
}

.drjam-process-heading {
  font-size: 25px;
  font-weight: 800;
  color: #092648;
  margin: 0 0 24px;
  line-height: 1.2;
}

.drjam-timeline-list {
  position: relative;
  padding-left: 6px;
}

.drjam-timeline-list::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 28px;
  width: 2px;
  background: #d4eff7;
  z-index: 1;
}

.drjam-timeline-step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 26px;
  position: relative;
  z-index: 2;
}

.drjam-timeline-step:last-child {
  margin-bottom: 0;
}

.drjam-timeline-step-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0087a4 0%, #079cbd 100%);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(0, 135, 164, 0.28);
  border: 3px solid #ffffff;
}

.drjam-timeline-step-body {
  flex: 1;
  padding-top: 4px;
}

.drjam-timeline-step-body h3 {
  font-size: 16.5px;
  font-weight: 700;
  color: #092648;
  margin: 0 0 5px;
  line-height: 1.3;
}

.drjam-timeline-step-body p {
  font-size: 14px;
  line-height: 1.6;
  color: #556d8a;
  margin: 0;
}

/* COLUMNA DERECHA */
.drjam-consult-image-card {
  margin-bottom: 30px;
}

.drjam-consult-image-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(9, 38, 72, 0.09);
  border: 3px solid #ffffff;
}

.drjam-quote-highlight-card {
  background: linear-gradient(145deg, #f2fafe 0%, #e8f6fc 100%);
  border-radius: 22px;
  padding: 38px 32px;
  text-align: center;
  border: 1.5px solid #d4eff7;
  box-shadow: 0 8px 24px rgba(0, 135, 164, 0.06);
}

.drjam-quote-large-icon {
  font-family: 'DM Serif Display', 'Lora', Georgia, serif;
  font-size: 58px;
  line-height: 1;
  color: #0087a4;
  margin-bottom: 12px;
}

.drjam-quote-large-icon i {
  font-size: 32px;
  color: #0087a4;
}

.drjam-quote-highlight-message {
  font-style: italic;
  font-size: 16px;
  line-height: 1.75;
  color: #1a2e48;
  margin: 0 0 20px;
  border: none;
  padding: 0;
  background: transparent;
}

.drjam-quote-heart-icon {
  color: #0087a4;
  font-size: 22px;
  margin-bottom: 10px;
}

.drjam-quote-author-name {
  font-size: 15px;
  font-weight: 700;
  color: #0087a4;
}

/* BANNER INFERIOR CTA */
.drjam-testim-bottom-banner {
  padding: 0 0 80px;
}

.drjam-cta-inner-card {
  background: linear-gradient(135deg, #eef9fc 0%, #ddf2f8 100%);
  border-radius: 24px;
  padding: 30px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1.5px solid #caeaf5;
  box-shadow: 0 12px 36px rgba(0, 135, 164, 0.1);
}

.drjam-cta-icon-badge {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #ffffff;
  display: grid;
  place-items: center;
  color: #0087a4;
  font-size: 32px;
  box-shadow: 0 8px 20px rgba(0, 135, 164, 0.18);
  flex-shrink: 0;
}

.drjam-cta-text-wrap {
  flex: 1;
}

.drjam-cta-text-wrap h3 {
  font-size: 22px;
  font-weight: 800;
  color: #092648;
  margin: 0 0 6px;
  line-height: 1.25;
}

.drjam-cta-text-wrap p {
  font-size: 15px;
  color: #4b627f;
  margin: 0;
  line-height: 1.5;
}

.drjam-banner-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 15px 30px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #0087a4 0%, #079cbd 100%) !important;
  color: #ffffff !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 8px 24px rgba(0, 135, 164, 0.32) !important;
  transition: all 0.25s ease !important;
}

.drjam-banner-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 135, 164, 0.42) !important;
}

/* RESPONSIVE DESIGN */
@media (max-width: 1100px) {
  .drjam-testim-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .drjam-testim-hero-grid,
  .drjam-testim-content-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .drjam-testim-hero-media {
    order: -1;
  }

  .drjam-testim-hero-media img {
    max-width: 100%;
    height: 320px;
  }

  .drjam-cta-inner-card {
    flex-direction: column;
    text-align: center;
    padding: 30px 24px;
  }

  .drjam-cta-icon-badge {
    margin: 0 auto;
  }

  .drjam-banner-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .drjam-testim-stats-grid {
    grid-template-columns: 1fr;
  }

  .drjam-testim-hero-copy h1 {
    font-size: 28px;
  }

  .drjam-testim-hero-media img {
    height: 260px;
  }

  .drjam-consult-image-card img {
    height: 220px;
  }
}
