.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-c47bd20:#254021;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =============================================================
   ESTILOS GLOBALES — tus4dones.com
   Pegar en: Elementor → Site Settings → Custom CSS
   o en: Apariencia → Personalizar → CSS Adicional
   ============================================================= */


:root {
  --verde: #008200;
  --verde-oscuro: #005c00;
  --dorado: #F2D43D;
  --naranja: #cf510a;
  --blanco: #FFFFFF;
  --crema-suave: #faf8f0;
  --gris-texto: #2d2d2d;
  --sombra: rgba(0,0,0,0.10);
}

/* ═══════════════════════════════════════════════════════════════
   TAMAÑOS DE TEXTO — edita solo aquí para cambiar todo de golpe
   ═══════════════════════════════════════════════════════════════ */

/* ── TEXTO PRINCIPAL ── párrafos de lectura central ── */
.prose,
.hero-desc,
.giro-prose,
.escena-cotidiana,
.anam-story,
.semilla-pregunta p,
.test-texto,
.sabiduria-texto,
.cta-final-texto,
.wa-desc {
  font-size: 22px !important;
}

/* ── TEXTO SECUNDARIO ── texto de apoyo en tarjetas y listas ── */
.hero-bullet,
.sintoma-item,
.don-desc,
.don-escena,
.semilla-desc,
.test-escena,
.test-persona,
.anam-dato,
.wa-feat,
.paso-desc {
  font-size: 19px !important;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', sans-serif;
  color: var(--gris-texto);
  background: var(--blanco);
  overflow-x: hidden;
}

/* ── NAVBAR ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(0,82,0,0.97);
  backdrop-filter: blur(8px);
  padding: 0 5%;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}
.nav-logo {
  font-size: 1.1rem;
  color: var(--dorado);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-decoration: none;
}
.nav-logo span {
  display: block;
  font-size: 0.68rem;
  color: rgba(242,212,61,0.65);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.nav-logo-img {
  display: flex; align-items: center; gap: 0.75rem;
  text-decoration: none;
}
.nav-logo-image {
  width: 40px; height: 40px;
  object-fit: contain; flex-shrink: 0;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
}
.nav-logo-text {
  font-size: 1.05rem; font-weight: 900;
  color: var(--dorado); line-height: 1.25;
}
.nav-logo-text em {
  display: block; font-style: normal;
  font-size: 0.62rem; font-weight: 400;
  color: rgba(242,212,61,0.62);
  letter-spacing: 0.08em; text-transform: uppercase;
}
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a {
  color: rgba(255,255,255,0.85); text-decoration: none;
  font-size: 0.9rem; font-weight: 600; letter-spacing: 0.04em;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--dorado); }
.nav-cta {
  background: var(--dorado) !important;
  color: var(--verde-oscuro) !important;
  padding: 0.5rem 1.2rem; border-radius: 30px;
  font-weight: 800 !important; font-size: 0.85rem !important;
  transition: transform 0.2s, box-shadow 0.2s !important;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(242,212,61,0.4) !important; }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  background: var(--verde);
  background-image:
    radial-gradient(ellipse at 10% 50%, rgba(0,40,0,0.6) 0%, transparent 60%),
    radial-gradient(ellipse at 90% 20%, rgba(242,212,61,0.08) 0%, transparent 50%);
  display: flex; align-items: center;
  padding: 100px 5% 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-inner {
  max-width: 1160px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
  width: 100%;
}
.hero-text { animation: fadeUp 0.9s ease both; }
.hero-badge {
  display: inline-block;
  background: rgba(242,212,61,0.15);
  border: 1px solid rgba(242,212,61,0.4);
  color: var(--dorado);
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.35rem 1rem; border-radius: 30px;
  margin-bottom: 1.5rem;
}
.hero-title {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  color: var(--blanco);
  line-height: 1.2;
  margin-bottom: 1.8rem;
  font-weight: 900;
}
.hero-title em {
  font-style: italic;
  color: var(--dorado);
}
.hero-desc {
  color: rgba(255,255,255,0.85);
  line-height: 1.8;
  margin-bottom: 0.8rem;
}
.hero-desc strong { color: var(--dorado); font-weight: 700; }
.hero-desc .linea { display: block; margin-bottom: 0.4rem; }
.hero-bullets {
  margin: 1.5rem 0 2.2rem;
  display: flex; flex-direction: column; gap: 0.6rem;
}
.hero-bullet {
  display: flex; align-items: flex-start; gap: 0.7rem;
  color: rgba(255,255,255,0.9);
}
.hero-bullet::before {
  content: "✦";
  color: var(--dorado); font-size: 0.7rem;
  margin-top: 0.3rem; flex-shrink: 0;
}
.btn-primary {
  display: inline-block;
  background: var(--dorado);
  color: var(--verde-oscuro);
  font-weight: 800; font-size: 1rem;
  padding: 1rem 2.2rem; border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(242,212,61,0.4);
  transition: all 0.25s ease;
  letter-spacing: 0.02em;
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(242,212,61,0.55);
}
.btn-secondary {
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.9);
  font-weight: 700; font-size: 0.9rem;
  padding: 0.9rem 1.8rem; border-radius: 50px;
  text-decoration: none;
  margin-left: 1rem;
  transition: all 0.25s ease;
}
.btn-secondary:hover { border-color: var(--dorado); color: var(--dorado); }

/* HERO PHOTO — 4 estrellas del Propósito en las esquinas */
.hero-image-wrap {
  display: flex; justify-content: center; align-items: center;
  animation: fadeUp 0.9s 0.2s ease both;
  position: relative;
}
.hero-photo-container {
  position: relative;
  width: 290px; height: 290px;
}
/* Anillo decorativo único, sin animación */
.hero-photo-ring {
  position: absolute; inset: -16px;
  border-radius: 50%;
  border: 1px solid rgba(242,212,61,0.22);
  pointer-events: none;
}
/* Las 4 estrellas del Propósito: N, E, S, O */
.don-star {
  position: absolute;
  width: 44px; height: 44px;
  background: var(--verde-oscuro);
  border: 2px solid var(--dorado);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  z-index: 5;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}
.don-star svg {
  width: 22px; height: 22px;
  fill: var(--verde);
}
.don-star .star-label {
  position: absolute; bottom: -22px; left: 50%;
  transform: translateX(-50%);
  font-size: 0.52rem; font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--dorado);
  white-space: nowrap; opacity: 0.75;
}
/* Norte — Don 1 */
.don-star.s-norte {
  top: -22px; left: 50%; transform: translateX(-50%);
}
/* Este — Don 2 */
.don-star.s-este {
  top: 50%; right: -22px; transform: translateY(-50%);
}
/* Sur — Don 3 */
.don-star.s-sur {
  bottom: -22px; left: 50%; transform: translateX(-50%);
}
/* Oeste — Don 4 */
.don-star.s-oeste {
  top: 50%; left: -22px; transform: translateY(-50%);
}
.hero-photo {
  position: relative; z-index: 2;
  width: 100%; height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 5px solid rgba(242,212,61,0.55);
}
.hero-credential {
  position: absolute; bottom: 10px; right: -20px; z-index: 3;
  background: var(--verde-oscuro);
  border: 2px solid var(--dorado);
  color: var(--dorado);
  padding: 0.7rem 1rem;
  border-radius: 12px;
  font-size: 0.78rem; font-weight: 700;
  text-align: center; line-height: 1.4;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}
.hero-credential span { display: block; font-size: 1.3rem; font-weight: 900; }

/* ── ESCENA DOLOR ── */
.dolor-section {
  background: var(--crema-suave);
  padding: 90px 5%;
  border-top: 4px solid var(--dorado);
}
.dolor-inner { max-width: 860px; margin: 0 auto; }
.tag-section {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--dorado);
  margin-bottom: 1.2rem; display: block;
}
.tag-section.on-light { color: var(--verde); }
.section-title {
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  color: var(--verde);
  line-height: 1.3; margin-bottom: 2rem;
  font-weight: 900;
}
.section-title em { font-style: italic; font-weight: 700; }
.prose {
  line-height: 1.85; color: var(--gris-texto);
}
.prose p { margin-bottom: 1rem; }
.prose strong { color: var(--verde); font-weight: 700; }
.escena-cotidiana {
  background: white;
  border-left: 4px solid var(--dorado);
  padding: 1.5rem 2rem;
  border-radius: 0 12px 12px 0;
  margin: 2rem 0;
  font-style: italic;
  color: #555;
  line-height: 1.85;
  box-shadow: 0 4px 20px var(--sombra);
}
.sintomas-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0.8rem; margin: 2.5rem 0;
}
.sintoma-item {
  display: flex; align-items: flex-start; gap: 0.8rem;
  background: white;
  padding: 1rem 1.2rem; border-radius: 10px;
  box-shadow: 0 2px 12px var(--sombra);
  line-height: 1.5; color: #3a3a3a;
}
.sintoma-item::before {
  content: "✦";
  color: var(--verde); font-size: 0.7rem;
  flex-shrink: 0; margin-top: 0.3rem;
}
.dolor-cierre {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--verde);
  font-style: italic;
  text-align: center;
  margin-top: 2.5rem;
  padding: 1.5rem;
  border-top: 1px solid rgba(0,130,0,0.2);
  border-bottom: 1px solid rgba(0,130,0,0.2);
}

/* ── GIRO ── */
.giro-section {
  background: var(--verde);
  padding: 90px 5%;
}
.giro-inner { max-width: 860px; margin: 0 auto; }
.giro-prose {
  color: rgba(255,255,255,0.9);
  line-height: 1.85;
}
.giro-prose p { margin-bottom: 1.2rem; }
.giro-prose strong { color: var(--dorado); }
.giro-quote {
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  font-weight: 800;
  font-style: italic;
  color: var(--dorado);
  line-height: 1.5;
  text-align: center;
  padding: 2rem;
  margin: 2.5rem 0;
  border: 1px solid rgba(242,212,61,0.3);
  border-radius: 16px;
  background: rgba(242,212,61,0.06);
}
.giro-quote small {
  display: block;
  font-size: 0.8rem;
  color: rgba(242,212,61,0.5);
  font-style: normal;
  font-weight: 400;
  margin-top: 0.8rem;
}

/* ── LOS 4 DONES ── */
.dones-section {
  background: var(--blanco);
  padding: 90px 5%;
}
.dones-inner { max-width: 1100px; margin: 0 auto; }
.dones-intro { max-width: 700px; margin-bottom: 3.5rem; }
.dones-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.don-card {
  border-radius: 18px; overflow: hidden;
  box-shadow: 0 6px 30px var(--sombra);
  transition: transform 0.3s, box-shadow 0.3s;
}
.don-card:hover { transform: translateY(-6px); box-shadow: 0 16px 45px rgba(0,0,0,0.14); }
.don-card-header {
  background: var(--verde);
  padding: 1.5rem 1.8rem 1rem;
  display: flex; align-items: center; gap: 1rem;
}
.don-num {
  font-size: 2.8rem; font-weight: 900;
  color: rgba(242,212,61,0.2);
  line-height: 1;
}
.don-nombre {
  font-size: 1rem; font-weight: 900;
  color: var(--dorado);
  line-height: 1.3;
}
.don-tagline {
  font-size: 0.78rem; color: rgba(255,255,255,0.65);
  font-weight: 400; margin-top: 0.2rem;
}
.don-card-body {
  background: white;
  padding: 1.4rem 1.8rem 1.6rem;
  border-top: 3px solid var(--dorado);
}
.don-escena {
  font-style: italic;
  color: #888; margin-bottom: 0.8rem; line-height: 1.6;
  border-left: 2px solid var(--dorado);
  padding-left: 0.8rem;
}
.don-desc {
  line-height: 1.7; color: #444;
}
.don-desc strong { color: var(--verde); }

/* ── METÁFORA SEMILLA ── */
.semilla-section {
  background: var(--verde);
  padding: 90px 5%;
}
.semilla-inner { max-width: 1100px; margin: 0 auto; }
.semilla-intro { max-width: 680px; margin-bottom: 3.5rem; }
.semilla-intro .section-title { color: var(--dorado); }
.semilla-intro .giro-prose { margin-bottom: 0; }
.semilla-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.semilla-card {
  border-radius: 18px; overflow: hidden;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(242,212,61,0.2);
  transition: all 0.3s ease;
  position: relative;
}
.semilla-card:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(242,212,61,0.5);
  transform: translateY(-4px);
}
.semilla-icon {
  font-size: 3rem;
  text-align: center;
  padding: 1.8rem 1rem 0.8rem;
  display: block;
}
.semilla-nivel {
  font-size: 0.62rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242,212,61,0.5);
  text-align: center;
  margin-bottom: 0.4rem;
  padding: 0 1.2rem;
}
.semilla-nombre {
  font-size: 1.05rem; font-weight: 900;
  color: var(--dorado);
  text-align: center;
  padding: 0 1.2rem;
  margin-bottom: 0.8rem;
}
.semilla-desc {
  line-height: 1.65;
  color: rgba(255,255,255,0.75);
  padding: 0 1.2rem 1.6rem;
  text-align: center;
}
.semilla-card.active {
  background: rgba(242,212,61,0.1);
  border-color: rgba(242,212,61,0.5);
}
.semilla-card.active .semilla-nombre { color: var(--dorado); }
.semilla-flecha {
  display: flex; align-items: center; justify-content: center;
  color: rgba(242,212,61,0.4); font-size: 1.4rem;
  margin-top: 2rem;
}
.semilla-pregunta {
  margin-top: 3rem;
  background: rgba(242,212,61,0.08);
  border: 1px solid rgba(242,212,61,0.25);
  border-radius: 14px;
  padding: 1.8rem 2rem;
  text-align: center;
}
.semilla-pregunta p {
  color: rgba(255,255,255,0.85);
  line-height: 1.75; margin-bottom: 1rem;
}
.semilla-pregunta strong { color: var(--dorado); }

/* ── QUIÉN ES ANAM ── */
.anam-section {
  background: var(--crema-suave);
  padding: 90px 5%;
}
.anam-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 360px 1fr;
  gap: 5rem; align-items: start;
}
.anam-photo-outer {
  width: 100%; height: 400px;
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,82,0,0.22);
  position: relative;
  border: 4px solid rgba(0,130,0,0.2);
}
.anam-photo-outer::before {
  content: '';
  position: absolute; top: -16px; left: -16px;
  width: 80px; height: 80px;
  border: 3px solid var(--dorado);
  border-radius: 10px;
  opacity: 0.45;
  z-index: 0;
}
.anam-photo {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block; position: relative; z-index: 1;
}
.anam-photo-wrap { position: relative; }
.anam-years {
  position: absolute; bottom: -14px; right: -14px;
  background: var(--verde);
  color: var(--dorado);
  width: 90px; height: 90px;
  border-radius: 50%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  font-weight: 900; text-align: center;
  border: 3px solid var(--dorado);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  z-index: 4;
}
.anam-years .num { font-size: 1.5rem; line-height: 1; }
.anam-years .txt { font-size: 0.52rem; line-height: 1.3; text-transform: uppercase; letter-spacing: 0.04em; }
.anam-text .tag-section.on-light { color: var(--verde); font-weight: 800; }
.anam-text .section-title { color: var(--verde); }
.anam-story { line-height: 1.85; color: #3a3a3a; }
.anam-story p { margin-bottom: 1rem; }
.anam-story strong { color: var(--verde); font-weight: 700; }
.anam-story em { font-style: italic; color: #555; }
.anam-datos {
  display: flex; gap: 1rem; margin: 1.8rem 0;
  flex-wrap: wrap;
}
.anam-dato {
  background: white;
  border: 1px solid rgba(0,130,0,0.2);
  border-radius: 10px;
  padding: 0.7rem 1.1rem;
  color: #444;
}
.anam-dato strong { color: var(--verde); font-weight: 800; }

/* ── TESTIMONIO ── */
.testimonio-section {
  background: var(--verde);
  padding: 90px 5%;
}
.testimonio-inner { max-width: 860px; margin: 0 auto; }
.test-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(242,212,61,0.25);
  border-radius: 20px;
  padding: 2.5rem;
  position: relative;
}
.test-card::before {
  content: '"'  ;
  font-size: 8rem; line-height: 0.7;
  color: rgba(242,212,61,0.1);
  position: absolute; top: 1rem; left: 1.5rem;
  font-weight: 900;
  pointer-events: none;
}
.test-antes {
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--dorado);
  margin-bottom: 0.8rem; opacity: 0.7;
}
.test-escena {
  font-style: italic;
  color: rgba(255,255,255,0.72);
  line-height: 1.75; margin-bottom: 1.2rem;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--dorado);
  background: rgba(242,212,61,0.05);
  border-radius: 0 8px 8px 0;
}
.test-texto {
  color: rgba(255,255,255,0.9);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.test-texto p { margin-bottom: 0.9rem; }
.test-texto strong { color: var(--dorado); }
.test-cita {
  font-size: 1.25rem; font-weight: 800;
  color: var(--dorado);
  font-style: italic; text-align: center;
  padding: 1rem 0;
  border-top: 1px solid rgba(242,212,61,0.2);
  border-bottom: 1px solid rgba(242,212,61,0.2);
  margin: 1.2rem 0;
}
.test-footer {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 1.5rem;
}
.test-persona {
  color: rgba(255,255,255,0.65);
  font-style: italic;
}
.test-persona strong { color: var(--dorado); font-style: normal; }
.estrellas { color: var(--dorado); font-size: 1.1rem; letter-spacing: 0.1em; }

/* ── SIGUIENTE PASO ── */
.pasos-section {
  background: white;
  padding: 90px 5%;
}
.pasos-inner { max-width: 960px; margin: 0 auto; }
.pasos-intro { max-width: 700px; margin-bottom: 3.5rem; }
.pasos-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.paso-card {
  border-radius: 20px; overflow: hidden;
  border: 2px solid rgba(0,130,0,0.12);
  transition: all 0.3s ease;
  position: relative;
}
.paso-card:hover {
  border-color: var(--verde);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,130,0,0.12);
}
.paso-card.destacado {
  border-color: var(--dorado);
  box-shadow: 0 10px 35px rgba(242,212,61,0.22);
}
.paso-badge {
  position: absolute; top: 1rem; right: 1rem;
  background: var(--dorado);
  color: var(--verde-oscuro);
  font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.25rem 0.6rem; border-radius: 20px;
}
.paso-header {
  background: var(--verde);
  padding: 1.8rem 1.5rem 1.2rem;
}
.paso-step {
  font-size: 0.65rem; font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(242,212,61,0.55);
  margin-bottom: 0.5rem;
}
.paso-titulo {
  font-size: 1.05rem; font-weight: 900; color: var(--dorado);
  line-height: 1.3;
}
.paso-sub {
  font-size: 0.78rem; color: rgba(255,255,255,0.62);
  margin-top: 0.3rem;
}
.paso-body {
  padding: 1.4rem 1.5rem 1.8rem;
  background: white;
}
.paso-desc {
  line-height: 1.7; color: #555;
  margin-bottom: 1.4rem;
}
.paso-precio { font-size: 0.75rem; color: #888; margin-bottom: 0.8rem; }
.paso-precio strong { color: var(--verde); font-size: 1.15rem; }
.btn-paso {
  display: block; text-align: center; text-decoration: none;
  background: var(--verde); color: var(--dorado);
  padding: 0.75rem 1rem; border-radius: 30px;
  font-weight: 800; font-size: 0.85rem;
  transition: all 0.2s;
}
.btn-paso:hover { background: var(--verde-oscuro); }
.btn-paso.dorado-btn {
  background: var(--dorado); color: var(--verde-oscuro);
}
.btn-paso.dorado-btn:hover { background: #e8c832; }

/* ── SABIDURÍA ── */
.sabiduria-section {
  background: var(--crema-suave);
  padding: 80px 5%; text-align: center;
  border-top: 4px solid var(--dorado);
}
.sabiduria-inner { max-width: 700px; margin: 0 auto; }
.sabiduria-section .section-title { color: var(--verde); }
.sabiduria-texto { line-height: 1.85; color: #555; }
.sabiduria-numero {
  font-size: 5rem; font-weight: 900;
  color: rgba(0,130,0,0.07);
  line-height: 1;
  margin: 1rem 0 0.5rem;
}
.sabiduria-stat {
  display: inline-flex; align-items: center;
  gap: 0.5rem;
  background: white;
  border: 1px solid rgba(0,130,0,0.15);
  padding: 0.6rem 1.2rem; border-radius: 30px;
  font-size: 0.88rem; color: #444;
  margin: 0.3rem;
}
.sabiduria-stat strong { color: var(--verde); }

/* ── CTA FINAL ── */
.cta-final {
  background: var(--verde);
  background-image: radial-gradient(ellipse at center, rgba(242,212,61,0.06) 0%, transparent 70%);
  padding: 90px 5%; text-align: center;
}
.cta-final-inner { max-width: 700px; margin: 0 auto; }
.cta-final-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--blanco); line-height: 1.3;
  margin-bottom: 1.5rem;
}
.cta-final-title em { color: var(--dorado); font-style: italic; }
.cta-final-texto { color: rgba(255,255,255,0.85); line-height: 1.8; margin-bottom: 2.5rem; }
.cta-final-botones { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
footer {
  background: var(--verde-oscuro);
  padding: 50px 5% 30px;
  color: rgba(255,255,255,0.6);
}
.footer-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem; margin-bottom: 3rem;
}
.footer-brand .nav-logo { display: block; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.82rem; line-height: 1.7; color: white !important;}
.footer-col h4 { color: var(--dorado); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.2rem; }
.footer-col a { display: block; color: white !important; text-decoration: none; font-size: 0.85rem; margin-bottom: 0.6rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--dorado); }
.footer-social { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.social-btn {
  background: rgba(255,255,255,0.07) !important;
  color: rgba(255,255,255,0.65) !important;
  padding: 0.45rem 0.9rem !important;
  border-radius: 20px !important;
  font-size: 0.8rem !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  transition: all 0.2s !important;
  display: inline-block !important;
  text-decoration: none;
}
.social-btn:hover { background: var(--dorado) !important; color: var(--verde-oscuro) !important; border-color: var(--dorado) !important; }
.footer-bottom {
  max-width: 1100px; margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 1.5rem;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.75rem;
  color: white;
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-image-wrap { order: -1; }
  .hero-photo-container { width: 260px; height: 260px; }
  .hero-bullets { text-align: left; }
  .dones-grid { grid-template-columns: 1fr; }
  .semilla-grid { grid-template-columns: repeat(2, 1fr); }
  .anam-inner { grid-template-columns: 1fr; }
  .anam-photo-outer { max-width: 320px; margin: 0 auto; }
  .pasos-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .sintomas-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
}
@media (max-width: 500px) {
  .semilla-grid { grid-template-columns: 1fr; }
}

/* ── WHATSAPP COMUNIDAD ── */
.wa-section {
  background: var(--blanco);
  padding: 80px 5%;
  border-top: 1px solid rgba(0,130,0,0.1);
}
.wa-inner {
  max-width: 900px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
}
.wa-text .tag-section.on-light { color: var(--verde); }
.wa-text .section-title { color: var(--verde); margin-bottom: 1.2rem; }
.wa-desc {
  line-height: 1.85; color: #444;
  margin-bottom: 1.8rem;
}
.wa-desc p { margin-bottom: 0.9rem; }
.wa-desc strong { color: var(--verde); font-weight: 700; }
.wa-features {
  display: flex; flex-direction: column; gap: 0.7rem;
  margin-bottom: 2rem;
}
.wa-feat {
  display: flex; align-items: flex-start; gap: 0.75rem;
  color: #444; line-height: 1.5;
}
.wa-feat::before {
  content: "✦";
  color: var(--verde); font-size: 0.65rem;
  flex-shrink: 0; margin-top: 0.3rem;
}
.btn-wa {
  display: inline-flex; align-items: center; gap: 0.7rem;
  background: #25D366;
  color: #fff;
  font-weight: 800; font-size: 1rem;
  padding: 1rem 2rem; border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(37,211,102,0.35);
  transition: all 0.25s ease;
}
.btn-wa:hover {
  background: #1ebe5a;
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(37,211,102,0.45);
}
.btn-wa svg { width: 22px; height: 22px; fill: white; flex-shrink: 0; }
.wa-visual {
  display: flex; align-items: center; justify-content: center;
}
.wa-card-mock {
  background: var(--verde);
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 20px 55px rgba(0,82,0,0.22);
  width: 100%; max-width: 320px;
  padding: 0 0 1.5rem;
}
.wa-card-header {
  background: var(--verde-oscuro);
  padding: 1.2rem 1.5rem;
  display: flex; align-items: center; gap: 0.9rem;
  border-bottom: 1px solid rgba(242,212,61,0.15);
}
.wa-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--dorado);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: 900; color: var(--verde-oscuro);
  flex-shrink: 0;
}
.wa-card-title { font-size: 0.92rem; font-weight: 800; color: var(--dorado); }
.wa-card-sub { font-size: 0.7rem; color: rgba(255,255,255,0.5); margin-top: 0.1rem; }
.wa-messages { padding: 1rem 1.2rem 0; display: flex; flex-direction: column; gap: 0.6rem; }
.wa-msg {
  background: rgba(255,255,255,0.08);
  border-radius: 0 10px 10px 10px;
  padding: 0.6rem 0.9rem;
  font-size: 0.78rem; line-height: 1.5;
  color: rgba(255,255,255,0.85);
  max-width: 85%;
}
.wa-msg.mine {
  background: rgba(242,212,61,0.15);
  border-radius: 10px 10px 0 10px;
  align-self: flex-end;
  color: var(--dorado);
}
.wa-msg span { display: block; font-size: 0.62rem; color: rgba(255,255,255,0.35); margin-top: 0.3rem; text-align: right; }
.wa-msg.mine span { color: rgba(242,212,61,0.4); }
.wa-join-strip {
  margin: 1rem 1.2rem 0;
  background: rgba(37,211,102,0.15);
  border: 1px solid rgba(37,211,102,0.35);
  border-radius: 10px; padding: 0.7rem 1rem;
  text-align: center;
  font-size: 0.75rem; font-weight: 700; color: #25D366;
  letter-spacing: 0.04em;
}
@media (max-width: 760px) {
  .wa-inner { grid-template-columns: 1fr; }
  .wa-visual { order: -1; }
}/* End custom CSS */