.elementor-597 .elementor-element.elementor-element-7b26050{--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;}/* Start custom CSS for html, class: .elementor-element-cb6ebf4 */:root{
  --bg:#F5F7FA;
  --white:#ffffff;
  --text:#0B1A48;
  --ink:#111827;
  --muted:rgba(17,24,39,.74);
  --border:rgba(17,24,39,.12);
  --shadow:0 18px 42px rgba(17,24,39,.10);
  --shadow2:0 10px 26px rgba(17,24,39,.08);
  --violet:#8B5CF6;
  --violet2:#6E4BFF;
  --radius:18px;
  --radius2:22px;
  --max:1180px;
}

.cl-process-page, .cl-process-page *{ box-sizing:border-box; }
.cl-process-page{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  overflow-x: clip;
}
.cl-container{
  width: min(var(--max), 100%);
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 48px);
}
.cl-section{ padding: clamp(52px, 6vw, 84px) 0; }
.cl-section.alt{
  background:
    radial-gradient(1100px 680px at 18% 0%, rgba(139,92,246,.10), transparent 58%),
    radial-gradient(900px 520px at 88% 18%, rgba(110,75,255,.10), transparent 62%),
    var(--bg);
  border-top: 1px solid rgba(17,24,39,.06);
  border-bottom: 1px solid rgba(17,24,39,.06);
}

/* Typography */
.cl-kicker{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 850;
  text-transform: uppercase;
  color: rgba(11,26,72,.55);
}
.cl-h1{
  margin: 0 0 14px;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.6px;
  color: var(--text);
  font-weight: 900;
}
.cl-h2{
  margin: 0 0 10px;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.16;
  letter-spacing: -0.3px;
  color: var(--text);
  font-weight: 900;
}
.cl-h3{
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.22;
  color: var(--text);
  font-weight: 900;
}
.cl-sub{
  margin: 0 0 16px;
  max-width: 76ch;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 650;
}
.cl-p{
  margin: 0;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 650;
}
.cl-mini{
  margin: 8px 0 0;
  font-size: 13px;
  color: rgba(17,24,39,.66);
  font-weight: 650;
}

/* Buttons */
.cl-actions{ display:flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.cl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 850;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .08s ease, box-shadow .18s ease, background .18s ease, border .18s ease;
  white-space: nowrap;
  text-decoration: none;
}
.cl-btn:active{ transform: translateY(1px); }
.cl-btn.primary{
  color:#fff;
  background: linear-gradient(180deg, var(--violet), var(--violet2));
  box-shadow: 0 14px 30px rgba(110,75,255,.28);
}
.cl-btn.primary:hover{ box-shadow: 0 18px 42px rgba(110,75,255,.34); }
.cl-btn.outline{
  color: var(--violet);
  background: rgba(255,255,255,.70);
  border-color: rgba(139,92,246,.60);
}
.cl-btn.outline:hover{ background: rgba(139,92,246,.08); }

/* Hero */
.cl-hero{
  padding: clamp(58px, 7vw, 92px) 0 34px;
  background:
    radial-gradient(1200px 700px at 18% 0%, rgba(139,92,246,.12), transparent 58%),
    radial-gradient(900px 520px at 88% 18%, rgba(110,75,255,.12), transparent 62%),
    var(--bg);
  border-bottom: 1px solid rgba(17,24,39,.08);
}
.cl-hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(18px, 3vw, 40px);
  align-items:start;
}
.cl-micro{
  margin: 14px 0 0;
  font-size: 13px;
  color: rgba(17,24,39,.68);
  font-weight: 650;
}

/* Bullets */
.cl-bullets{
  list-style:none;
  padding:0;
  margin: 14px 0 0;
  display:grid;
  gap: 10px;
}
.cl-bullets li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(17,24,39,.78);
  font-weight: 700;
  line-height: 1.45;
}
.cl-dot{
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 999px;
  background: rgba(139,92,246,.85);
  box-shadow: 0 0 0 4px rgba(139,92,246,.14);
  flex: 0 0 auto;
}

/* Cards */
.cl-card{
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(17,24,39,.10);
  border-radius: var(--radius2);
  box-shadow: var(--shadow2);
  padding: 18px;
}
.cl-grid-3{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.cl-grid-2{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.cl-title-row{
  display:grid;
  gap: 8px;
  align-items:start;
}
.cl-list{
  margin: 10px 0 0;
  padding-left: 18px;
  color: rgba(17,24,39,.74);
  font-weight: 650;
  line-height: 1.55;
}
.cl-list li{ margin: 8px 0; }

/* Hero card */
.cl-hero-card{
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 18px;
}
.cl-hero-card-top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.cl-hero-card-top strong{ color: var(--text); font-weight: 900; }
.cl-pill{
  font-size: 12px;
  font-weight: 850;
  color: rgba(11,26,72,.70);
  background: rgba(139,92,246,.12);
  border: 1px solid rgba(139,92,246,.20);
  padding: 6px 10px;
  border-radius: 999px;
}
.cl-stack{ display:grid; gap: 10px; }
.cl-stack-item{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 12px;
  border-radius: 18px;
  background: rgba(245,247,250,.70);
  border: 1px solid rgba(17,24,39,.08);
}
.cl-ic{
  width: 42px;
  height: 42px;
  display:grid;
  place-items:center;
  border-radius: 14px;
  background: rgba(139,92,246,.14);
  border: 1px solid rgba(139,92,246,.20);
  font-size: 18px;
  flex: 0 0 auto;
}
.cl-stack-title{ font-weight: 900; color: rgba(11,26,72,.92); }
.cl-stack-text{ margin-top: 2px; color: rgba(17,24,39,.70); font-weight: 650; line-height: 1.45; }
.cl-hero-card-foot{ margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(17,24,39,.10); }
.cl-note{ color: rgba(17,24,39,.70); font-weight: 650; font-size: 13px; }

/* Timeline */
.cl-timeline{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.cl-step{
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(17,24,39,.10);
  border-radius: var(--radius2);
  box-shadow: var(--shadow2);
  padding: 18px;
  position: relative;
  overflow: hidden;
}
.cl-step::before{
  content:"";
  position:absolute;
  inset: -60px -60px auto auto;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle at 30% 30%, rgba(139,92,246,.18), transparent 60%);
  transform: rotate(15deg);
}
.cl-step-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(11,26,72,.06);
  border: 1px solid rgba(17,24,39,.10);
  color: rgba(11,26,72,.86);
  font-weight: 900;
  font-size: 12px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.cl-step .cl-h3, .cl-step .cl-list{ position: relative; z-index: 1; }

.cl-callout{
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(139,92,246,.10);
  border: 1px solid rgba(139,92,246,.20);
  color: rgba(11,26,72,.86);
  font-weight: 750;
  line-height: 1.55;
}

/* Funnel pills */
.cl-funnel{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.cl-funnel-item{
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(17,24,39,.10);
  font-weight: 850;
  color: rgba(11,26,72,.86);
}
.cl-funnel-item:nth-child(odd){
  background: rgba(139,92,246,.08);
  border-color: rgba(139,92,246,.18);
}

/* CTA + form */
.cl-cta{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 18px;
}
.cl-form{ display:grid; gap: 12px; }
.cl-row{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.cl-field{ display:grid; gap: 6px; }
.cl-field span{ font-size: 13px; font-weight: 850; color: rgba(11,26,72,.86); }
.cl-field input, .cl-field select{
  width: 100%;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(17,24,39,.16);
  background: rgba(245,247,250,.72);
  outline: none;
  font-size: 14px;
  color: rgba(17,24,39,.92);
  font-weight: 650;
}
.cl-field select{ font-size: 13px; } /* evita “corte” en selects en mobile */
.cl-field input:focus, .cl-field select:focus{
  border-color: rgba(139,92,246,.55);
  box-shadow: 0 0 0 4px rgba(139,92,246,.14);
}
.cl-submit{ width: 100%; }

/* FAQ */
.cl-faq{ display:grid; gap: 12px; margin-top: 16px; }
.cl-faq-item{
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(17,24,39,.10);
  border-radius: var(--radius2);
  box-shadow: var(--shadow2);
  padding: 14px 16px;
}
.cl-faq-item summary{
  cursor: pointer;
  font-weight: 900;
  color: rgba(11,26,72,.92);
  list-style: none;
  outline: none;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
}
.cl-faq-item summary::-webkit-details-marker{ display:none; }
.cl-faq-item summary::after{
  content:"+";
  font-weight: 900;
  color: var(--violet);
  background: rgba(139,92,246,.12);
  border: 1px solid rgba(139,92,246,.20);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display:grid;
  place-items:center;
  flex: 0 0 auto;
}
.cl-faq-item[open] summary::after{ content:"–"; }
.cl-faq-item p{
  margin: 10px 0 0;
  color: rgba(17,24,39,.74);
  font-weight: 650;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px){
  .cl-hero-grid{ grid-template-columns: 1fr; }
  .cl-grid-3{ grid-template-columns: 1fr; }
  .cl-grid-2{ grid-template-columns: 1fr; }
  .cl-timeline{ grid-template-columns: 1fr; }
  .cl-cta{ grid-template-columns: 1fr; }
}
@media (max-width: 640px){
  .cl-row{ grid-template-columns: 1fr; }
}/* End custom CSS */