/*
Theme Name: RENACER
Theme URI: https://renacer.icu
Author: Andres Montoya
Description: Tema a medida para el embudo de RENACER (inicio, captura y redireccion a WhatsApp).
Version: 1.0
Requires at least: 6.0
Tested up to: 6.6
License: GPLv2 or later
Text Domain: renacer
*/


/* ==========================================================
   RENACER™ — Landing de recursos
   Colores propios (negro + verde RENACER) sobre estructura
   editorial: titulares condensados, sombras duras, grid.
   ========================================================== */

#rnc, #rnc * { box-sizing: border-box; }

#rnc {
  --bg:        #0A0A0A;
  --surface:   #101110;
  --card:      #151715;
  --card-2:    #1C1F1B;
  --green:     #95BF47;
  --green-deep:#5E8E3E;
  --green-lite:#A8D050;
  --paper:     #F2F4EE;
  --gray:      #9DA39A;
  --line:      rgba(149,191,71,0.18);

  background: var(--bg);
  color: var(--paper);
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Anula los wrappers del constructor (Hostinger/Kajabi/etc.) que
   meten márgenes y marcos blancos alrededor del bloque de código */
[class*="col-"]:has(#rnc), .row:has(#rnc), .container:has(#rnc),
.block:has(#rnc), .sizer:has(#rnc), section:has(#rnc) {
  margin: 0 !important; padding-left: 0 !important; padding-right: 0 !important;
  max-width: none !important; width: 100% !important; background: #0A0A0A;
}
html:has(#rnc), body:has(#rnc) { background: #0A0A0A; margin: 0; padding: 0; }

#rnc a { color: inherit; text-decoration: none; }
#rnc h1, #rnc h2, #rnc h3, #rnc p { margin: 0; }

#rnc .display {
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-style: italic;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.005em;
}
#rnc .label {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#rnc section { padding: 76px 28px; position: relative; }
#rnc .container { max-width: 1180px; margin: 0 auto; }

/* Grano sutil */
#rnc .grain::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}

/* ===================== HERO ===================== */
#rnc .hero {
  background: var(--bg);
  text-align: center;
  overflow: hidden;
  padding: 64px 28px 72px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
#rnc .hero::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(900px 520px at 50% -10%, rgba(149,191,71,0.16), transparent 62%),
    radial-gradient(700px 420px at 0% 110%, rgba(94,142,62,0.10), transparent 60%);
}
#rnc .hero-inner { position: relative; z-index: 1; max-width: 1000px; margin: 0 auto; }

#rnc .brand {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 900;
  font-size: 30px; letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 26px; color: var(--paper);
}
#rnc .brand span { color: var(--green); }

#rnc .eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px; border-radius: 999px;
  background: rgba(149,191,71,0.08);
  border: 1px solid rgba(149,191,71,0.28);
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(242,244,238,0.88); margin-bottom: 30px;
}
#rnc .eyebrow .pulse {
  width: 8px; height: 8px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 0 rgba(149,191,71,0.7); animation: rncPulse 2s infinite;
}
@keyframes rncPulse {
  0%   { box-shadow: 0 0 0 0 rgba(149,191,71,0.65); }
  70%  { box-shadow: 0 0 0 11px rgba(149,191,71,0); }
  100% { box-shadow: 0 0 0 0 rgba(149,191,71,0); }
}

#rnc .hero h1 {
  font-size: clamp(34px, 5.4vw, 62px);
  max-width: 20ch; margin: 0 auto; text-wrap: balance;
}
#rnc .hero h1 .accent {
  background: var(--green); color: #0A0A0A;
  padding: 0.02em 0.16em; display: inline-block;
  transform: rotate(-1.2deg);
  box-shadow: 6px 6px 0 var(--green-deep);
}
#rnc .hero .lead {
  margin: 34px auto 0; max-width: 60ch;
  font-size: clamp(15px, 1.3vw, 18px); line-height: 1.6;
  color: rgba(242,244,238,0.68);
}
#rnc .hero-cta { margin-top: 42px; }
#rnc .cta-note { margin-top: 14px; font-size: 13px; color: var(--gray); }

/* ===================== BOTÓN ===================== */
#rnc .btn {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--green); color: #0A0A0A;
  padding: 19px 32px; border: 1.5px solid var(--green-lite); border-radius: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 900; font-size: 23px;
  letter-spacing: 0.05em; text-transform: uppercase;
  box-shadow: 6px 6px 0 var(--green-deep);
  transition: transform .15s ease, box-shadow .15s ease;
  cursor: pointer; text-align: left;
}
#rnc .btn:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--green-deep); }
#rnc .btn:active { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--green-deep); }
#rnc .btn .arrow {
  display: inline-grid; place-items: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: #0A0A0A; color: var(--green); flex: none;
}
#rnc .btn.ghost {
  background: transparent; color: var(--paper);
  border: 1.5px solid var(--green); box-shadow: 6px 6px 0 rgba(94,142,62,0.55);
}
#rnc .btn.ghost .arrow { background: var(--green); color: #0A0A0A; }

/* ===================== MARQUESINA ===================== */
#rnc .marquee {
  background: var(--green); color: #0A0A0A;
  overflow: hidden; border-top: 1.5px solid #0A0A0A; border-bottom: 1.5px solid #0A0A0A;
}
#rnc .marquee-track {
  display: flex; gap: 44px; padding: 16px 0; width: max-content;
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 900; font-size: 22px;
  letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap;
  animation: rncScroll 40s linear infinite;
}
#rnc .marquee-track span { display: inline-flex; align-items: center; gap: 44px; }
#rnc .marquee-track .star { font-size: 13px; transform: translateY(-2px); opacity: .55; }
@keyframes rncScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===================== CABECERA DE SECCIÓN ===================== */
#rnc .section-head {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; margin-bottom: 54px; position: relative; z-index: 1;
}
#rnc .kicker {
  display: inline-flex; padding: 7px 15px; border-radius: 999px;
  background: var(--green); color: #0A0A0A;
  font-size: 11px; font-weight: 800; letter-spacing: 0.2em;
  text-transform: uppercase; margin-bottom: 22px;
}
#rnc .section-head h2 {
  font-size: clamp(36px, 5.6vw, 68px); max-width: 20ch; text-wrap: balance;
}
#rnc .section-head h2 .accent { color: var(--green); }
#rnc .section-head p {
  margin: 20px auto 0; max-width: 60ch;
  font-size: 16px; line-height: 1.6; color: rgba(242,244,238,0.62);
}
#rnc .philosophy {
  margin: 24px auto 0; max-width: 62ch;
  font-size: 15.5px; line-height: 1.6; font-weight: 600; font-style: italic;
  color: var(--green);
  border-left: 3px solid var(--green); padding-left: 18px; text-align: left;
}

/* ===================== RECURSOS ===================== */
#rnc .resources {
  background: var(--surface);
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 52px 52px; background-position: -1px -1px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
#rnc .resources .container { position: relative; z-index: 1; }
#rnc .res-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }

#rnc .res-card {
  grid-column: span 6;
  background: var(--card); color: var(--paper);
  border: 1.5px solid rgba(149,191,71,0.30); border-radius: 18px;
  padding: 30px; min-height: 250px;
  box-shadow: 5px 5px 0 var(--green-deep);
  display: flex; flex-direction: column; gap: 14px;
  position: relative; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
#rnc .res-card:hover { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--green-deep); }
#rnc .res-card .num {
  position: absolute; top: 16px; right: 22px;
  font-family: 'Barlow Condensed', sans-serif; font-style: italic; font-weight: 900;
  font-size: 62px; line-height: 1; color: rgba(149,191,71,0.13);
}
#rnc .res-card .tag {
  align-self: flex-start; padding: 5px 11px; border-radius: 6px;
  background: rgba(149,191,71,0.14); color: var(--green);
  font-size: 10px; font-weight: 800; letter-spacing: 0.18em; text-transform: uppercase;
}
#rnc .res-card h3 {
  font-family: 'Barlow Condensed', sans-serif; font-style: italic; font-weight: 900;
  font-size: 30px; line-height: 1.02; color: var(--paper); max-width: 20ch;
}
#rnc .res-card .desc {
  font-size: 14.5px; line-height: 1.55; color: rgba(242,244,238,0.66); margin-top: -2px;
}
#rnc .res-card .meta {
  margin-top: auto; display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; border-top: 1px dashed rgba(149,191,71,0.22);
  font-size: 12px; color: rgba(242,244,238,0.5); font-weight: 500;
}
#rnc .res-card .meta .go {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--paper); font-weight: 700; font-size: 13px;
}
#rnc .res-card .meta .go .arrow {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--paper); color: #0A0A0A;
  display: grid; place-items: center; font-size: 12px;
  transition: background .15s ease, color .15s ease;
}
#rnc .res-card:hover .meta .go .arrow { background: var(--green); color: #0A0A0A; }

/* Tarjeta bonus (la sorpresa) */
#rnc .res-card.bonus {
  grid-column: span 12; min-height: 0;
  background: var(--green); color: #0A0A0A;
  border-color: var(--green-lite);
  box-shadow: 5px 5px 0 var(--green-deep);
  flex-direction: row; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
#rnc .res-card.bonus .num { color: rgba(10,10,10,0.12); font-size: 54px; }
#rnc .res-card.bonus .tag { background: #0A0A0A; color: var(--green); }
#rnc .res-card.bonus h3 { color: #0A0A0A; max-width: 24ch; }
#rnc .res-card.bonus .desc { color: rgba(10,10,10,0.72); }
#rnc .bonus-left { display: flex; flex-direction: column; gap: 12px; }

/* ===================== CIERRE ===================== */
#rnc .final {
  background: var(--bg); text-align: center; overflow: hidden;
  padding: 96px 28px;
}
#rnc .final::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(820px 420px at 50% 0%, rgba(149,191,71,0.14), transparent 62%),
    radial-gradient(620px 420px at 50% 100%, rgba(94,142,62,0.10), transparent 62%);
}
#rnc .final .container { position: relative; z-index: 1; }
#rnc .final h2 {
  font-size: clamp(38px, 6.2vw, 76px); max-width: 17ch; margin: 0 auto; text-wrap: balance;
}
#rnc .final h2 .hl { color: var(--green); }
#rnc .final p {
  margin: 26px auto 0; max-width: 54ch;
  font-size: 17px; line-height: 1.6; color: rgba(242,244,238,0.7);
}
#rnc .final .cta-row { margin-top: 42px; }
#rnc .trust {
  margin: 44px auto 0; max-width: 540px;
  display: flex; gap: 16px; align-items: center; text-align: left;
  padding: 16px 22px; border-radius: 14px;
  background: rgba(149,191,71,0.06); border: 1px solid rgba(149,191,71,0.20);
  font-size: 13.5px; line-height: 1.5; color: rgba(242,244,238,0.8);
}
#rnc .trust .seal {
  width: 50px; height: 50px; border-radius: 50%; flex: none;
  background: var(--green); color: #0A0A0A;
  display: grid; place-items: center; text-align: center;
  font-family: 'Barlow Condensed', sans-serif; font-style: italic; font-weight: 900;
  font-size: 13px; line-height: 0.95;
}

/* ===================== FOOTER ===================== */
#rnc .footer {
  background: #060606; color: rgba(242,244,238,0.5);
  padding: 46px 28px 40px; font-size: 13px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
#rnc .foot-inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center;
}
#rnc .foot-brand {
  font-family: 'Barlow Condensed', sans-serif; font-style: italic; font-weight: 900;
  font-size: 24px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--paper);
}
#rnc .foot-brand span { color: var(--green); }
#rnc .foot-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; }
#rnc .foot-links a { color: rgba(242,244,238,0.5); transition: color .15s ease; }
#rnc .foot-links a:hover { color: var(--green); }

/* ===================== ANIMACIÓN DE ENTRADA ===================== */
#rnc .reveal { opacity: 0; transform: translateY(22px); transition: opacity .5s ease, transform .5s ease; }
#rnc .reveal.on { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  #rnc *, #rnc *::before, #rnc *::after { animation: none !important; transition: none !important; }
  #rnc .reveal { opacity: 1 !important; transform: none !important; }
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 900px) {
  #rnc section { padding: 60px 20px; }
  #rnc .hero { padding: 48px 20px 56px; }
  #rnc .final { padding: 72px 20px; }
  #rnc .res-card, #rnc .res-card.bonus { grid-column: span 12; }
  #rnc .res-card.bonus { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  #rnc .hero h1 { font-size: 36px; line-height: 1.02; }
  #rnc .hero h1 .accent { box-shadow: 4px 4px 0 var(--green-deep); }
  #rnc .section-head h2 { font-size: 38px; }
  #rnc .final h2 { font-size: 40px; }
  #rnc .btn { width: 100%; justify-content: space-between; font-size: 19px; padding: 17px 20px; }
  #rnc .res-card { padding: 22px; min-height: 0; }
  #rnc .res-card h3 { font-size: 26px; }
  #rnc .res-card .num { font-size: 46px; top: 12px; right: 16px; }
  #rnc .marquee-track { font-size: 18px; gap: 30px; }
  #rnc .marquee-track span { gap: 30px; }
  #rnc .philosophy { padding-left: 14px; font-size: 15px; }
  #rnc .trust { flex-direction: column; text-align: center; }
}

/* ==========================================================
   CAPA DE GRACIAS — fondo difuminado + tarjeta negra central
   ========================================================== */
html, body { margin:0; padding:0; background:#0A0A0A; height:100%; }
/* Escenario: ocupa todo el bloque de código del builder */
#rnc-stage { position: relative; width: 100%; min-height: 100vh; overflow: hidden; background: #0A0A0A; }

/* Fondo: la página de inicio, difuminada y sin interacción */
#rnc-bg {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden; pointer-events: none; user-select: none;
  filter: blur(11px) saturate(1.05) brightness(0.78);
  transform: scale(1.10); transform-origin: top center;
}
/* Subimos el contenido para que detrás se vea la parte con más color
   (la marquesina verde y las tarjetas), no solo el fondo negro del hero */
#rnc-bg #rnc { min-height: 140vh; margin-top: -170px; }

/* Velo oscuro por encima del fondo */
#rnc-scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(900px 600px at 50% 40%, rgba(149,191,71,0.10), transparent 62%),
    rgba(10,10,10,0.46);
}

/* ==================== TARJETA CENTRAL ==================== */
#rnc-thanks {
  --bg:#0A0A0A; --card:#0E100D; --green:#95BF47; --green-deep:#5E8E3E;
  --green-lite:#A8D050; --paper:#F2F4EE; --gray:#9DA39A;
  position: absolute; inset: 0; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  padding: 24px 20px;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
#rnc-thanks *, #rnc-thanks *::before, #rnc-thanks *::after { box-sizing: border-box; }

#rnc-thanks .box {
  width: 100%; max-width: 560px; margin: auto;
  background: var(--card); color: var(--paper);
  border: 1.5px solid rgba(149,191,71,0.35);
  border-radius: 22px;
  box-shadow: 8px 8px 0 var(--green-deep), 0 40px 90px rgba(0,0,0,0.6);
  padding: 44px 40px 36px;
  text-align: center; position: relative; overflow: hidden;
  animation: rncPop .45s cubic-bezier(.2,.9,.3,1.2) both;
}
#rnc-thanks .box::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(520px 260px at 50% -10%, rgba(149,191,71,0.14), transparent 62%);
}
@keyframes rncPop {
  from { opacity: 0; transform: translateY(24px) scale(.97); }
  to   { opacity: 1; transform: none; }
}

#rnc-thanks .box > * { position: relative; z-index: 1; }

#rnc-thanks .logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 900; font-size: 24px;
  letter-spacing: 0.07em; text-transform: uppercase;
  margin: 0 0 20px; color: var(--paper);
}
#rnc-thanks .logo span { color: var(--green); }

#rnc-thanks .eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 15px; border-radius: 999px;
  background: rgba(149,191,71,0.10);
  border: 1px solid rgba(149,191,71,0.30);
  font-size: 11px; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--green); margin-bottom: 18px;
}
#rnc-thanks .eyebrow .dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 0 0 rgba(149,191,71,.7); animation: rncPulse 2s infinite;
}

#rnc-thanks h1 {
  font-family: 'Barlow Condensed', Impact, sans-serif;
  font-style: italic; font-weight: 900;
  font-size: clamp(30px, 5.4vw, 42px); line-height: 0.98;
  margin: 0 0 14px; text-wrap: balance;
}
#rnc-thanks h1 .hl { color: var(--green); }
#rnc-thanks .sub {
  margin: 0 auto 28px; max-width: 40ch;
  font-size: 15px; line-height: 1.55; color: rgba(242,244,238,0.66);
}

/* ---------- Zona del formulario: ver bloque "FORMULARIO" mas abajo ---------- */

#rnc-thanks .note {
  margin: 18px 0 0; font-size: 12px; line-height: 1.5;
  color: rgba(242,244,238,0.42); text-align: center;
}
#rnc-thanks .legal { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.07); }
#rnc-thanks .legal a {
  color: rgba(242,244,238,0.42); text-decoration: none;
  font-size: 11.5px; margin: 0 8px; transition: color .15s ease;
}
#rnc-thanks .legal a:hover { color: var(--green); }

@media (max-width: 600px) {
  #rnc-thanks { padding: 16px 12px; align-items: flex-start; }
  #rnc-thanks .box { padding: 30px 20px 26px; border-radius: 18px; box-shadow: 5px 5px 0 var(--green-deep); }
  #rnc-bg { filter: blur(13px) brightness(0.7); }
  #rnc-bg #rnc { margin-top: -120px; }
}
@media (prefers-reduced-motion: reduce) {
  #rnc-thanks .box, #rnc-thanks .eyebrow .dot, #rnc-bg * { animation: none !important; }
}



/* ==========================================================
   FORMULARIO (Contact Form 7 / WPForms) dentro del cuadro
   ========================================================== */
#rnc-form-slot { text-align: left; }
#rnc-form-slot .wpcf7 { margin: 0; }
#rnc-form-slot form { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 0; }
#rnc-form-slot p { margin: 0 !important; }
#rnc-form-slot label,
#rnc-form-slot .wpforms-field-label {
  display: block; font-size: 12.5px; font-weight: 700;
  color: rgba(242,244,238,0.85); margin: 0 0 6px !important; letter-spacing: 0.01em;
}
#rnc-form-slot input[type="text"],
#rnc-form-slot input[type="email"],
#rnc-form-slot input[type="tel"],
#rnc-form-slot select,
#rnc-form-slot textarea {
  width: 100%; padding: 15px 16px;
  background: #171A16; color: #F2F4EE;
  border: 1.5px solid rgba(149,191,71,0.28); border-radius: 12px;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 500;
  outline: none; box-shadow: 3px 3px 0 rgba(94,142,62,0.25);
  transition: border-color .15s ease, box-shadow .15s ease, transform .12s ease;
  -webkit-appearance: none; appearance: none;
}
#rnc-form-slot input::placeholder { color: rgba(242,244,238,0.35); font-weight: 500; }
#rnc-form-slot input:focus, #rnc-form-slot select:focus, #rnc-form-slot textarea:focus {
  border-color: #95BF47; box-shadow: 4px 4px 0 #5E8E3E; transform: translate(-1px,-1px);
}
#rnc-form-slot input[type="submit"],
#rnc-form-slot button[type="submit"],
#rnc-form-slot .wpforms-submit {
  width: 100%; margin-top: 6px; padding: 18px 22px;
  background: #95BF47; color: #0A0A0A;
  border: 1.5px solid #A8D050; border-radius: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 900; font-size: 24px;
  letter-spacing: 0.05em; text-transform: uppercase; cursor: pointer;
  box-shadow: 5px 5px 0 #5E8E3E;
  transition: transform .14s ease, box-shadow .14s ease;
  -webkit-appearance: none; appearance: none;
}
#rnc-form-slot input[type="submit"]:hover,
#rnc-form-slot button[type="submit"]:hover,
#rnc-form-slot .wpforms-submit:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 #5E8E3E; }
#rnc-form-slot .wpcf7-spinner { display: block; margin: 10px auto 0; }
#rnc-form-slot .wpcf7-not-valid-tip { color: #FF8A8A; font-size: 12.5px; margin-top: 6px; }
#rnc-form-slot .wpcf7 form .wpcf7-response-output {
  margin: 12px 0 0; padding: 12px 14px; border-radius: 10px;
  border: 1px solid rgba(149,191,71,0.3); color: rgba(242,244,238,0.8); font-size: 13px;
}

/* ==========================================================
   PAGINA DE WHATSAPP
   ========================================================== */
#rnc-thanks .spinner {
  width: 44px; height: 44px; margin: 0 auto 22px;
  border-radius: 50%;
  border: 4px solid rgba(149,191,71,0.18);
  border-top-color: #95BF47;
  animation: rncSpin 0.9s linear infinite;
}
@keyframes rncSpin { to { transform: rotate(360deg); } }
#rnc-thanks .wa-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  width: 100%; margin-top: 6px; padding: 19px 24px;
  background: #95BF47; color: #0A0A0A;
  border: 1.5px solid #A8D050; border-radius: 12px;
  font-family: 'Barlow Condensed', sans-serif;
  font-style: italic; font-weight: 900; font-size: 24px;
  letter-spacing: 0.05em; text-transform: uppercase; text-decoration: none;
  box-shadow: 5px 5px 0 #5E8E3E;
  transition: transform .14s ease, box-shadow .14s ease;
}
#rnc-thanks .wa-btn:hover { transform: translate(-2px,-2px); box-shadow: 7px 7px 0 #5E8E3E; }

/* ==========================================================
   PAGINAS LEGALES
   ========================================================== */
.rnc-legal { background: #0A0A0A; color: #F2F4EE; min-height: 100vh; padding: 72px 24px 90px;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif; }
.rnc-legal .wrap { max-width: 760px; margin: 0 auto; }
.rnc-legal .back {
  display: inline-block; margin-bottom: 30px; font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase; color: #95BF47; text-decoration: none;
}
.rnc-legal .back:hover { text-decoration: underline; }
.rnc-legal h1 {
  font-family: 'Barlow Condensed', sans-serif; font-style: italic; font-weight: 900;
  font-size: clamp(34px, 6vw, 56px); line-height: 1; margin: 0 0 10px; color: #F2F4EE;
}
.rnc-legal .updated { font-size: 13px; color: rgba(242,244,238,0.45); margin: 0 0 36px; }
.rnc-legal h2 {
  font-family: 'Barlow Condensed', sans-serif; font-style: italic; font-weight: 900;
  font-size: 26px; margin: 34px 0 10px; color: #95BF47;
}
.rnc-legal p, .rnc-legal li { font-size: 15.5px; line-height: 1.7; color: rgba(242,244,238,0.74); }
.rnc-legal p { margin: 0 0 14px; }
.rnc-legal ul { margin: 0 0 18px; padding-left: 20px; }
.rnc-legal li { margin-bottom: 8px; }
.rnc-legal a { color: #95BF47; }
.rnc-legal .foot {
  margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 12.5px; color: rgba(242,244,238,0.4);
}
