.elementor-810 .elementor-element.elementor-element-75ecc22{--display:flex;}.elementor-810 .elementor-element.elementor-element-9b8f1de{width:100%;max-width:100%;}.elementor-810 .elementor-element.elementor-element-0cab787{--display:flex;}.elementor-810 .elementor-element.elementor-element-f1ce807{--display:flex;}.elementor-810 .elementor-element.elementor-element-4d9a0b1{--display:flex;}.elementor-810 .elementor-element.elementor-element-b730d53{--display:flex;}.elementor-810 .elementor-element.elementor-element-d6c87d2{--display:flex;}.elementor-810 .elementor-element.elementor-element-115f9ae{--display:flex;}.elementor-810 .elementor-element.elementor-element-b9d6958{--display:flex;}.elementor-810 .elementor-element.elementor-element-acdfb49{--display:flex;}.elementor-810 .elementor-element.elementor-element-4932e4d{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-810 .elementor-element.elementor-element-e9f8038{--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;}.elementor-810 .elementor-element.elementor-element-38361f3{--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;}.elementor-810 .elementor-element.elementor-element-bba7470{--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;}.elementor-810 .elementor-element.elementor-element-4452f73{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-810 .elementor-element.elementor-element-3d51f39{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-810 .elementor-element.elementor-element-59193b2{--display:flex;}.elementor-810 .elementor-element.elementor-element-9c270e8{--display:flex;}.elementor-810 .elementor-element.elementor-element-ea033f5{--display:flex;}body.elementor-page-810:not(.elementor-motion-effects-element-type-background), body.elementor-page-810 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-810 .elementor-element.elementor-element-e9f8038{--width:25%;}.elementor-810 .elementor-element.elementor-element-38361f3{--width:50%;}.elementor-810 .elementor-element.elementor-element-bba7470{--width:25%;}}/* Start custom CSS for html, class: .elementor-element-a398ab9 *//* === VIDEO SECTION === */
.video-section {
  background: var(--dark);
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
}

/* ELIMINAR cualquier overlay oscuro */
.video-section::before,
.video-section::after {
  display: none !important;
}

.video-section .section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

/* VIDEO WRAPPER - Sin overlays */
.video-container {
  position: relative;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}

.video-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(196, 131, 58, 0.2);
  background: #000;
  z-index: 10;
}

/* Eliminar CUALQUIER overlay que oscurezca */
.video-wrapper::before,
.video-wrapper::after,
.video-overlay {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.video-player {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: contain;
  /* Asegurar que NO haya filtros oscuros */
  filter: none !important;
  opacity: 1 !important;
  z-index: 20;
}

/* Badge flotante - que no tape */
.video-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--accent);
  color: var(--white);
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
  box-shadow: 0 4px 15px rgba(196, 131, 58, 0.4);
  z-index: 30;
  pointer-events: none;
}

/* VIDEO CONTENT */
.video-content {
  padding: 2rem 0;
}

.video-content .section-label {
  color: var(--accent-light);
}

.video-content .section-title {
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.video-content .section-title em {
  color: var(--accent-light);
  font-style: italic;
}

.video-description {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  margin-bottom: 2rem;
  font-weight: 300;
}

.video-highlights {
  list-style: none;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.video-highlights li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 300;
}

.highlight-icon {
  color: var(--accent-light);
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 2px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .video-section .section-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .video-section {
    padding: 4rem 2rem;
  }
  
  .video-content {
    padding: 0;
    text-align: center;
  }
  
  .video-content .section-label,
  .video-content .section-title {
    justify-content: center;
  }
  
  .video-description {
    font-size: 1rem;
  }
  
  .video-highlights {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .video-content .btn-primary {
    justify-content: center;
  }
  
  .video-container {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .video-wrapper {
    border-radius: 6px;
    border-width: 1px;
  }
  
  .video-player {
    aspect-ratio: 16/9;
  }
  
  .video-highlights li {
    font-size: 0.9rem;
  }
  
  .video-section {
    padding: 3rem 1.5rem;
  }
  
  .video-badge {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-48c2a27 *//* === ELEMENTOR FORM - ESTILO CONEXIÓN ÍNTIMA === */

/* Contenedor del formulario */
.elementor-form {
  background: var(--cream);
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid var(--border);
  max-width: 520px;
  margin: 0 auto;
}

/* Labels */
.elementor-form-fields-wrapper .elementor-field-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 0.5rem;
  font-family: 'DM Sans', sans-serif;
}

/* Inputs, Textareas y Selects */
.elementor-form .elementor-field {
  width: 100%;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  font-family: 'DM Sans', sans-serif;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--white);
  color: var(--text-body);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.elementor-form .elementor-field:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(196, 131, 58, 0.1);
}

/* Textarea */
.elementor-form textarea.elementor-field {
  resize: vertical;
  min-height: 80px;
}

/* Select (dropdown) */
.elementor-form select.elementor-field {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237A6A60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

/* Botón del formulario */
.elementor-form .elementor-button {
  width: 100%;
  background: var(--accent);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.1rem 2.5rem;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(196, 131, 58, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.elementor-form .elementor-button:hover {
  background: #A86B28;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(196, 131, 58, 0.35);
}

.elementor-form .elementor-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(196, 131, 58, 0.4);
}

/* Mensajes de éxito/error */
.elementor-form .elementor-message {
  font-size: 0.9rem;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.elementor-form .elementor-message.elementor-message-success {
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.3);
  color: var(--dark);
}

.elementor-form .elementor-message.elementor-message-danger {
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.3);
  color: var(--dark);
}

/* Texto de ayuda / nota */
.form-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 1rem;
  font-weight: 300;
  font-family: 'DM Sans', sans-serif;
}

/* Responsive */
@media (max-width: 780px) {
  .elementor-form {
    padding: 1.5rem;
  }
  
  .elementor-form .elementor-field {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
  }
  
  .elementor-form .elementor-button {
    padding: 1rem 2rem;
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-418e6a8 *//* === FORMULARIO ALTERNATIVO === */
.form-alternative-section {
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.lead-form {
  max-width: 520px;
  margin: 2.5rem auto 0;
  background: var(--cream);
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  font-family: 'DM Sans', sans-serif;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: var(--white);
  color: var(--text-body);
  transition: border-color 0.2s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(196, 131, 58, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.btn-form-submit {
  width: 100%;
  justify-content: center;
  margin-top: 0.5rem;
}

.form-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 1rem;
  font-weight: 300;
}

.form-success {
  max-width: 520px;
  margin: 2.5rem auto 0;
  padding: 1.5rem;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.3);
  border-radius: 4px;
  text-align: center;
  color: var(--dark);
  font-weight: 500;
}

/* Responsive */
@media (max-width: 780px) {
  .lead-form {
    padding: 1.5rem;
  }
  
  .form-group input,
  .form-group textarea,
  .form-group select {
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS *//* === VARIABLES Y BASE === */
:root {
  --cream: #F5F0E8; --dark: #1A1614; --charcoal: #2D2826;
  --warm-mid: #5C4A3A; --accent: #C4833A; --accent-light: #E8A85A;
  --text-body: #3D3330; --text-muted: #7A6A60; --border: rgba(90,70,50,0.15);
  --white: #FFFFFF;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif; background: var(--cream);
  color: var(--text-body); font-size: 17px; line-height: 1.7; overflow-x: hidden;
}
.section { padding: 5.5rem 2rem; }
.section-inner { max-width: 1000px; margin: 0 auto; }
.section-label {
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 0.75rem;
}
.section-title {
  font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700; color: var(--dark); line-height: 1.2; margin-bottom: 1.25rem;
}
.section-body {
  font-size: 1.05rem; color: var(--text-muted); font-weight: 300; max-width: 580px;
}
.divider {
  width: 48px; height: 2px; background: var(--accent);
  margin: 1.25rem 0 2rem;
}

/* === BOTONES === */
.btn-primary {
  display: inline-flex; align-items: center; gap: 0.6rem;
  background: var(--accent); color: var(--white); text-decoration: none;
  padding: 1rem 2rem; font-size: 1rem; font-weight: 500;
  border-radius: 2px; transition: all 0.2s; font-family: 'DM Sans', sans-serif;
}
.btn-primary:hover { background: #A86B28; transform: translateY(-1px); }
.btn-wa {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  width: 100%; padding: 0.85rem; background: var(--accent); color: var(--white);
  border: none; border-radius: 2px; font-family: 'DM Sans', sans-serif;
  font-size: 0.92rem; font-weight: 500; cursor: pointer;
  text-decoration: none; transition: background 0.2s;
}
.btn-wa:hover { background: #A86B28; }
.btn-wa-outline { background: transparent; color: var(--accent); border: 1px solid var(--accent); }
.btn-wa-outline:hover { background: var(--accent); color: var(--white); }

/* === NAV === */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between;
  background: rgba(245,240,232,0.92); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
}
.nav-brand {
  font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 700;
  color: var(--dark); letter-spacing: 0.02em; text-decoration: none;
}
.nav-cta {
  background: var(--accent); color: var(--white); border: none;
  padding: 0.55rem 1.4rem; border-radius: 2px; font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem; font-weight: 500; cursor: pointer; text-decoration: none;
  transition: background 0.2s; letter-spacing: 0.03em;
}
.nav-cta:hover { background: #A86B28; }

/* === HERO === */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 7rem 2rem 4rem; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: 0; right: -10%;
  width: 55%; height: 100%;
  background: linear-gradient(135deg, #E8D8C4 0%, #D4B896 100%);
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%); z-index: 0;
}
.hero-inner {
  max-width: 1100px; margin: 0 auto; width: 100%; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.hero-eyebrow {
  font-size: 0.78rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 1.25rem;
}
.hero h1 {
  font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 900; line-height: 1.1; color: var(--dark); margin-bottom: 1.5rem;
}
.hero h1 em { font-style: italic; color: var(--accent); }
.hero-subtitle {
  font-size: 1.08rem; color: var(--text-muted); font-weight: 300;
  margin-bottom: 2.5rem; max-width: 440px;
}
.hero-cta-group { display: flex; flex-direction: column; gap: 0.85rem; align-items: flex-start; }
.hero-guarantee {
  font-size: 0.82rem; color: var(--text-muted); letter-spacing: 0.01em;
}
.symptoms-card {
  background: var(--dark); color: var(--white); padding: 2.5rem;
  border-radius: 4px; position: relative;
}
.symptoms-card::before {
  content: ''; position: absolute; top: -6px; left: 20px;
  width: 40px; height: 6px; background: var(--accent);
}
.symptoms-card h3 {
  font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 400;
  color: rgba(255,255,255,0.6); margin-bottom: 1.5rem; font-style: italic;
}
.symptom-list { list-style: none; display: flex; flex-direction: column; gap: 0.9rem; }
.symptom-list li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  font-size: 0.95rem; font-weight: 300; color: rgba(255,255,255,0.85);
}
.symptom-check {
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(196,131,58,0.25); border: 1px solid rgba(196,131,58,0.5);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px;
}
.symptom-check::after {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent-light);
}

/* === ABOUT === */
.about-section { background: var(--dark); color: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-badge {
  display: inline-block; background: rgba(196,131,58,0.2);
  border: 1px solid rgba(196,131,58,0.4); color: var(--accent-light);
  font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
  padding: 0.4rem 1rem; border-radius: 2px; margin-bottom: 1.5rem;
}
.about-section .section-title { color: var(--white); font-size: clamp(1.7rem, 3vw, 2.4rem); }
.about-section .section-body { color: rgba(255,255,255,0.6); max-width: 100%; }
.about-section p + p { margin-top: 1rem; }
.about-visual { position: relative; }
.about-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 4px; padding: 2rem;
}
.about-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2rem; }
.about-stat {
  text-align: center; padding: 1.25rem; background: rgba(255,255,255,0.04);
  border-radius: 3px; border: 1px solid rgba(255,255,255,0.08);
}
.about-stat-num {
  font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700;
  color: var(--accent-light); line-height: 1; margin-bottom: 0.3rem;
}
.about-stat-label {
  font-size: 0.78rem; color: rgba(255,255,255,0.45); font-weight: 300; letter-spacing: 0.05em;
}
.about-quote {
  font-family: 'Playfair Display', serif; font-style: italic; font-size: 1.05rem;
  color: rgba(255,255,255,0.7); line-height: 1.6;
  border-left: 2px solid var(--accent); padding-left: 1.25rem;
}

/* === METHOD === */
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3.5rem; }
.method-card {
  background: var(--white); border: 1px solid var(--border); border-radius: 3px;
  padding: 2rem 1.75rem; position: relative; transition: border-color 0.2s, transform 0.2s;
}
.method-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.method-number {
  font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: 900;
  color: var(--border); line-height: 1; margin-bottom: 1rem;
  border-bottom: 1px solid var(--border); padding-bottom: 0.75rem;
}
.method-card h4 {
  font-family: 'Playfair Display', serif; font-size: 1.15rem;
  color: var(--dark); margin-bottom: 0.75rem; font-weight: 700;
}
.method-card p {
  font-size: 0.9rem; color: var(--text-muted); font-weight: 300; line-height: 1.65;
}

/* === PRICING === */
.pricing-section { background: #EDE8DF; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; margin-top: 3.5rem; }
.pricing-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: 4px; padding: 2.25rem; transition: all 0.2s;
}
.pricing-card.featured { border: 2px solid var(--accent); position: relative; transform: scale(1.03); }
.pricing-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--accent); color: var(--white); font-size: 0.7rem;
  letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500;
  padding: 0.3rem 1rem; border-radius: 20px; white-space: nowrap;
}
.pricing-card h4 {
  font-family: 'Playfair Display', serif; font-size: 1.3rem;
  color: var(--dark); margin-bottom: 0.35rem;
}
.pricing-card .price {
  font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700;
  color: var(--dark); margin: 1rem 0 0.2rem;
}
.pricing-card .price span { font-size: 1rem; font-weight: 300; color: var(--text-muted); }
.pricing-card .price-desc { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 1.75rem; font-weight: 300; }
.pricing-features { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; margin-bottom: 2rem; }
.pricing-features li {
  font-size: 0.88rem; color: var(--text-body); display: flex; align-items: flex-start; gap: 0.6rem;
}
.pricing-features li::before { content: '✓'; color: var(--accent); font-weight: 500; flex-shrink: 0; }

/* === FAQ === */
.faq-list {
  display: flex; flex-direction: column; gap: 0; margin-top: 3rem;
  border: 1px solid var(--border); border-radius: 4px; overflow: hidden;
}
.faq-item { border-bottom: 1px solid var(--border); background: var(--white); }
.faq-item:last-child { border-bottom: none; }
.faq-q {
  width: 100%; padding: 1.25rem 1.5rem; display: flex; align-items: center;
  justify-content: space-between; gap: 1rem; background: none; border: none;
  cursor: pointer; font-family: 'DM Sans', sans-serif; font-size: 0.97rem;
  font-weight: 500; color: var(--dark); text-align: left; transition: background 0.15s;
}
.faq-q:hover { background: var(--cream); }
.faq-icon {
  font-size: 1.3rem; color: var(--accent); flex-shrink: 0;
  transition: transform 0.2s; line-height: 1; font-weight: 300;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
  font-size: 0.92rem; color: var(--text-muted); font-weight: 300; line-height: 1.7;
}
.faq-a-inner { padding: 0 1.5rem 1.25rem; }

/* === FINAL CTA === */
.final-cta {
  background: var(--dark); color: var(--white); text-align: center; padding: 6rem 2rem;
}
.final-cta .section-label { color: var(--accent-light); }
.final-cta .section-title { color: var(--white); max-width: 640px; margin: 0 auto 1.25rem; }
.final-cta .section-body { color: rgba(255,255,255,0.55); margin: 0 auto 2.5rem; font-size: 1rem; }
.final-cta .btn-primary { font-size: 1.1rem; padding: 1.15rem 2.5rem; }
.final-cta-note {
  margin-top: 1.25rem; font-size: 0.82rem; color: rgba(255,255,255,0.35); letter-spacing: 0.03em;
}

/* === FOOTER === */
footer {
  background: #100E0C; color: rgba(255,255,255,0.3);
  text-align: center; padding: 2rem; font-size: 0.8rem;
}
footer a { color: rgba(255,255,255,0.4); text-decoration: none; }

/* === FLOATING WHATSAPP (NUEVO - DERECHA) === */
.floating-wa {
  position: fixed; bottom: 25px; right: 25px; z-index: 9999;
  background: #25D366; color: white; width: 60px; height: 60px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  text-decoration: none; box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.floating-wa:hover { transform: scale(1.08); box-shadow: 0 6px 25px rgba(37,211,102,0.6); }
.floating-wa svg { width: 32px; height: 32px; fill: white; }

/* === RESPONSIVE === */
@media (max-width: 780px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero::before { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .method-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card.featured { transform: none; }
  body { padding-bottom: 5rem; }
}

/* === ANIMACIONES === */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-left > * { animation: fadeUp 0.7s ease both; }
.hero-left > *:nth-child(1) { animation-delay: 0.1s; }
.hero-left > *:nth-child(2) { animation-delay: 0.2s; }
.hero-left > *:nth-child(3) { animation-delay: 0.32s; }
.hero-left > *:nth-child(4) { animation-delay: 0.44s; }
.symptoms-card { animation: fadeUp 0.7s 0.5s ease both; }
/* === TESTIMONIALS SECTION === */
.testimonials-section {
  background: var(--cream);
  position: relative;
}

.testimonials-section .section-body {
  margin-bottom: 3rem;
}

/* CAROUSEL */
.testimonials-carousel {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 3rem;
}

.carousel-track {
  display: flex;
  overflow: hidden;
  position: relative;
}

.testimonial-slide {
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.testimonial-image-wrapper {
  background: var(--white);
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  border: 1px solid var(--border);
}

.testimonial-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  object-fit: contain;
}

/* CAROUSEL BUTTONS */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--white);
  border: 1px solid var(--border);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 10;
  color: var(--dark);
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.carousel-btn:hover {
  background: var(--accent);
  color: var(--white);
  border-color: var(--accent);
  transform: translateY(-50%) scale(1.05);
}

.carousel-prev { left: 0; }
.carousel-next { right: 0; }

/* CAROUSEL DOTS */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 2rem;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.carousel-dot.active {
  background: var(--accent);
  width: 32px;
  border-radius: 5px;
}

.carousel-dot:hover {
  background: var(--accent-light);
}

/* TESTIMONIALS CTA */
.testimonials-cta {
  text-align: center;
  margin-top: 3.5rem;
  padding-top: 3rem;
  border-top: 1px solid var(--border);
}

.testimonials-cta p {
  font-size: 1.15rem;
  color: var(--text-body);
  margin-bottom: 1.5rem;
  font-weight: 500;
}

/* RESPONSIVE */
@media (max-width: 780px) {
  .testimonials-carousel {
    padding: 0 2.5rem;
  }
  
  .carousel-btn {
    width: 40px;
    height: 40px;
  }
  
  .testimonial-image-wrapper {
    padding: 1rem;
  }
  
  .testimonials-cta p {
    font-size: 1.05rem;
  }
}

/* ANIMATION */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.testimonial-slide.active .testimonial-image-wrapper {
  animation: slideIn 0.5s ease;
}
/* === ELIMINAR GAPS ENTRE SECCIONES === */

/* Quitar padding/margin de secciones Elementor */
.elementor-section {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-column-gap-default,
.elementor-column-gap-narrow,
.elementor-column-gap-extended,
.elementor-column-gap-wide,
.elementor-column-gap-wider {
  gap: 0 !important;
}

/* Qutar espacio entre widgets HTML */
.elementor-widget-html {
  margin: 0 !important;
  padding: 0 !important;
}

/* Asegurar que las secciones ocupen todo el ancho */
.elementor-inner-section,
.elementor-top-section {
  margin: 0 !important;
}

/* Eliminar espacio de contenedores */
.elementor-container {
  padding: 0 !important;
  margin: 0 !important;
}

/* Quitar padding de columnas */
.elementor-column {
  padding: 0 !important;
  margin: 0 !important;
}

/* Eliminar espacios en blanco entre elementos */
.elementor-widget-wrap {
  gap: 0 !important;
}

/* Forzar secciones sin espacio */
.elementor-section-wrap {
  margin: 0 !important;
}

/* Tu sección About en fondo oscuro */
.about-section {
  margin: 0 !important;
  padding: 5.5rem 2rem !important;
}

/* Sección de pricing */
.pricing-section {
  margin: 0 !important;
  padding: 5.5rem 2rem !important;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--accent);
  color: var(--white);
  text-decoration: none;
  padding: 1.1rem 2.5rem;  /* Un poco más de padding vertical y horizontal */
  font-size: 1rem;
  font-weight: 500;
  border-radius: 50px;  /* ¡Esto lo hace curvo! (pill shape) */
  transition: all 0.3s ease;
  font-family: 'DM Sans', sans-serif;
  box-shadow: 0 4px 15px rgba(196, 131, 58, 0.25);  /* Sombra suave */
}

.btn-primary:hover {
  background: #A86B28;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(196, 131, 58, 0.35);  /* Sombra más pronunciada */
}/* End custom CSS */