.elementor-358 .elementor-element.elementor-element-825ea26{margin-top:0px;margin-bottom:60px;}/* Start custom CSS for html, class: .elementor-element-681e338 */.elementor-358 .elementor-element.elementor-element-681e338{background:linear-gradient(0deg,var(--accent-2),#fff)}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2457b5 *//* ========================================
   PRICING SECTION - Tarifas S2 Clinic
   ======================================== */

.pricing-section {
  padding: 80px 20px;
}

.pricing-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header de precios */
.pricing-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-logo {
  width: 150px;
  height: auto;
  margin-bottom: 30px;
}

.pricing-intro {
  font-size: clamp(16px, 2vw, 18px);
  color: var(--ink);
  margin-bottom: 16px;
  line-height: 1.6;
}

.pricing-subtitle {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}

.pricing-promise {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.7;
  padding: 20px;
  background: rgba(185, 215, 212, 0.2);
  border-radius: 12px;
  border-left: 4px solid var(--brand);
}

/* Título principal */
.pricing-main-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: var(--brand);
  text-align: center;
  margin: 50px 0 16px;
  line-height: 1.2;
}

.pricing-tagline {
  text-align: center;
  font-size: clamp(18px, 2.5vw, 22px);
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 50px;
}

/* Grid de tarifas */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* Tarjeta de precio */
.pricing-card {
  background: var(--white);
  border: 2px solid #e0e0e0;
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(49, 91, 101, 0.15);
  border-color: var(--brand);
}

/* Badge superior */
.pricing-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--brand);
  color: var(--white);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pricing-badge-urgent {
  background: #e74c3c;
}

.pricing-badge-save {
  background: #009688;
}

.pricing-badge-online {
  background: #5c868e;
}

/* Header de la tarjeta */
.pricing-card-header {
  margin-bottom: 24px;
  text-align: center;
}

.pricing-duration {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--brand);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 16px;
}

.pricing-price {
  font-size: clamp(42px, 6vw, 56px);
  font-weight: 700;
  color: #009688;
  line-height: 1;
  margin-bottom: 12px;
}

.pricing-price-dual {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.pricing-price-dual .price-main {
  font-size: clamp(42px, 6vw, 56px);
  font-weight: 700;
  color: #009688;
}

.pricing-price-dual .price-sub {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}

.pricing-price-secondary {
  font-size: 18px;
  color: var(--brand);
  font-weight: 600;
  margin-bottom: 12px;
}

.pricing-title {
  font-size: clamp(19px, 2.5vw, 22px);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin: 0;
}

/* Lista de características - SIN PUNTOS */
.pricing-features {
  list-style: none !important; /* 🔧 FIX: Elimina los puntos */
  padding: 0 !important;
  margin: 0 0 28px 0 !important;
  flex: 1;
}

.pricing-features li {
  padding: 12px 0 12px 32px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  list-style: none !important; /* 🔧 FIX: Por si acaso en el <li> */
}

.pricing-features li:last-child {
  border-bottom: none;
}

/* Check icon personalizado */
.pricing-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 12px;
  width: 22px;
  height: 22px;
  background: var(--accent-1);
  color: var(--brand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}

/* Botón de acción */
.pricing-btn {
  display: block;
  background: var(--brand);
  color: var(--white);
  text-align: center;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(49, 91, 101, 0.2);
}

.pricing-btn:hover {
  background: var(--brand-2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(49, 91, 101, 0.3);
  text-decoration: none;
  color: var(--white);
}

/* Variantes de tarjetas */
.pricing-card-featured {
  border: 3px solid var(--brand);
  background: linear-gradient(135deg, var(--white) 0%, var(--accent-2) 100%);
}

.pricing-card-urgent {
  border-color: #e74c3c;
}

.pricing-card-bonus {
  border-color: #009688;
}

.pricing-card-online {
  border-color: #5c868e;
}

/* Responsive */
@media (max-width: 768px) {
  .pricing-section {
    padding: 50px 15px;
  }
  
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .pricing-card {
    padding: 28px 20px;
  }
  
  .pricing-features li {
    font-size: 13px;
    padding-left: 28px;
  }
  
  .pricing-main-title {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .pricing-price {
    font-size: 38px;
  }
  
  .pricing-title {
    font-size: 18px;
  }
  
  .pricing-btn {
    font-size: 15px;
    padding: 12px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d031d28 *//* ========================================
   CTA SERVICES SECTION - Llamada a la acción
   ======================================== */

.cta-services-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  position: relative;
  overflow: hidden;
  border-radius: 50px
}

/* Patrón de fondo sutil */
.cta-services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  pointer-events: none;
}

.cta-services-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 900px) {
  .cta-services-wrap {
    grid-template-columns: 1.2fr 1fr;
  }
}

/* Contenido del CTA */
.cta-services-content {
  color: var(--white);
}

.cta-services-label {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.cta-services-title {
  font-size: clamp(28px, 4.5vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  color: var(--white);
}

.cta-services-text {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.7;
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.95);
}

/* Botones */
.cta-services-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.cta-services-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.cta-services-btn-primary {
  background: var(--white);
  color: var(--brand);
}

.cta-services-btn-primary:hover {
  background: var(--accent-2);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: var(--brand);
}

.cta-services-btn-primary svg {
  transition: transform 0.3s ease;
}

.cta-services-btn-primary:hover svg {
  transform: translateX(5px);
}

.cta-services-btn-secondary {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}

.cta-services-btn-secondary:hover {
  background: var(--white);
  color: var(--brand);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

/* Features en línea */
.cta-services-features {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.cta-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.cta-feature svg {
  color: var(--accent-1);
  flex-shrink: 0;
}

/* Tarjetas visuales flotantes */
.cta-services-visual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  position: relative;
}

.cta-visual-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.cta-visual-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
}

.cta-card-1 {
  grid-column: 1 / -1;
}

.cta-card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--white);
}

.cta-visual-card h4 {
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 8px;
  line-height: 1;
}

.cta-visual-card p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  font-weight: 500;
}

/* Animaciones sutiles */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.cta-card-1 {
  animation: float 6s ease-in-out infinite;
}

.cta-card-2 {
  animation: float 6s ease-in-out infinite 1s;
}

.cta-card-3 {
  animation: float 6s ease-in-out infinite 2s;
}

/* Responsive */
@media (max-width: 768px) {
  .cta-services-section {
    padding: 60px 20px;
  }
  
  .cta-services-wrap {
    gap: 40px;
  }
  
  .cta-services-buttons {
    flex-direction: column;
  }
  
  .cta-services-btn {
    width: 100%;
    justify-content: center;
  }
  
  .cta-services-features {
    flex-direction: column;
    gap: 16px;
  }
  
  .cta-services-visual {
    grid-template-columns: 1fr;
  }
  
  .cta-card-1 {
    grid-column: 1;
  }
}

@media (max-width: 480px) {
  .cta-services-btn {
    padding: 14px 24px;
    font-size: 15px;
  }
  
  .cta-visual-card {
    padding: 24px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6da55ca *//* ========================================
   FAQ SECTION - Preguntas Frecuentes
   ======================================== */

.faq-section {
  padding: 80px 20px;
  background: var(--white);
  position: relative;
}

/* Patrón de fondo sutil */
.faq-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    radial-gradient(circle at 10% 20%, var(--accent-2) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, var(--accent-2) 0%, transparent 50%);
  opacity: 0.5;
  pointer-events: none;
}

.faq-wrap {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Header */
.faq-header {
  text-align: center;
  margin-bottom: 60px;
}

.faq-label {
  display: inline-block;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  color: var(--white);
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.faq-title {
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  color: var(--brand);
  margin: 0 0 16px;
  line-height: 1.2;
}

.faq-subtitle {
  font-size: clamp(16px, 2vw, 18px);
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  line-height: 1.6;
}

/* Accordion */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Item del FAQ */
.faq-item {
  background: var(--white);
  border: 2px solid var(--accent-2);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.faq-item:hover {
  border-color: var(--accent-1);
  box-shadow: 0 4px 20px rgba(49, 91, 101, 0.08);
}

.faq-item.active {
  border-color: var(--brand);
  box-shadow: 0 6px 30px rgba(49, 91, 101, 0.12);
}

/* Botón pregunta */
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  font-family: inherit;
}

.faq-question:hover {
  background: var(--accent-2);
}

.faq-item.active .faq-question {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-2) 100%);
  color: var(--white);
}

/* Número de pregunta */
.faq-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: var(--accent-1);
  color: var(--brand);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}

.faq-item.active .faq-number {
  background: var(--white);
  color: var(--brand);
  transform: scale(1.1);
}

/* Texto de pregunta */
.faq-question-text {
  flex: 1;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.4;
  transition: color 0.3s ease;
}

.faq-item.active .faq-question-text {
  color: var(--white);
}

/* Icono de flecha */
.faq-icon {
  flex-shrink: 0;
  color: var(--brand);
  transition: all 0.3s ease;
}

.faq-item.active .faq-icon {
  color: var(--white);
  transform: rotate(180deg);
}

/* Respuesta (colapsable) */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.active .faq-answer {
  max-height: 1000px; /* Suficientemente alto para cualquier contenido */
}

.faq-answer-content {
  padding: 0 28px 28px 84px; /* Alineado con el texto de la pregunta */
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.7;
  font-size: 15px;
}

.faq-answer-content p {
  margin: 0 0 16px;
}

.faq-answer-content p:last-child {
  margin-bottom: 0;
}

/* Lista dentro de respuestas */
.faq-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 16px 0 0 0 !important;
}

.faq-list li {
  padding: 10px 0 10px 32px;
  position: relative;
  border-left: 3px solid var(--accent-1);
  margin-bottom: 12px;
  list-style: none !important;
}

.faq-list li::before {
  content: '→';
  position: absolute;
  left: 10px;
  top: 10px;
  color: var(--brand);
  font-weight: 700;
  font-size: 16px;
}

/* CTA final */
.faq-cta {
  margin-top: 60px;
  text-align: center;
  padding: 40px;
  background: linear-gradient(135deg, var(--accent-2) 0%, var(--white) 100%);
  border-radius: var(--radius);
  border: 2px solid var(--accent-1);
}

.faq-cta-text {
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 600;
  color: var(--brand);
  margin: 0 0 20px;
}

.faq-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brand);
  color: var(--white);
  padding: 16px 36px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(49, 91, 101, 0.2);
}

.faq-cta-btn:hover {
  background: var(--brand-2);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(49, 91, 101, 0.3);
  text-decoration: none;
  color: var(--white);
}

/* Responsive */
@media (max-width: 768px) {
  .faq-section {
    padding: 60px 15px;
  }
  
  .faq-header {
    margin-bottom: 40px;
  }
  
  .faq-question {
    padding: 20px;
    gap: 12px;
  }
  
  .faq-number {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  
  .faq-answer-content {
    padding: 0 20px 20px 68px;
    font-size: 14px;
  }
  
  .faq-cta {
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
  .faq-question {
    flex-wrap: wrap;
  }
  
  .faq-number {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  
  .faq-question-text {
    flex-basis: calc(100% - 80px);
  }
  
  .faq-answer-content {
    padding: 0 20px 20px 20px;
  }
  
  .faq-list li {
    padding-left: 24px;
  }
}/* End custom CSS */