.elementor-616 .elementor-element.elementor-element-f232d2f{--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-85932bf */:root{
  --bg:#F5F7FA;
  --text:#0B1A48;
  --ink:#111827;
  --muted:rgba(17,24,39,.74);
  --shadow:0 18px 42px rgba(17,24,39,.10);
  --shadow2:0 10px 26px rgba(17,24,39,.08);
  --violet:#8B5CF6;
  --violet2:#6E4BFF;
  --radius2:22px;
  --max:1180px;
}

.cl-sp-page, .cl-sp-page *{ box-sizing:border-box; }
.cl-sp-page{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  overflow-x: clip;
}

.cl-sp-container{
  width: min(var(--max), 100%);
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 48px);
}

.cl-sp-section{ padding: clamp(52px, 6vw, 84px) 0; }
.cl-sp-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);
}

.cl-sp-title-row{ display:grid; gap: 8px; }

/* Typography */
.cl-sp-kicker{
  margin: 0 0 10px;
  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 850;
  text-transform: uppercase;
  color: rgba(11,26,72,.55);
}
.cl-sp-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-sp-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-sp-h3{
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.22;
  color: var(--text);
  font-weight: 900;
}
.cl-sp-sub{
  margin: 0 0 16px;
  max-width: 84ch;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 650;
}
.cl-sp-p{
  margin: 0;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 650;
}
.cl-sp-micro{
  margin: 14px 0 0;
  font-size: 13px;
  color: rgba(17,24,39,.68);
  font-weight: 650;
}

/* Buttons */
.cl-sp-actions{ display:flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.cl-sp-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-sp-btn:active{ transform: translateY(1px); }
.cl-sp-btn.primary{
  color:#fff;
  background: linear-gradient(180deg, var(--violet), var(--violet2));
  box-shadow: 0 14px 30px rgba(110,75,255,.28);
}
.cl-sp-btn.primary:hover{ box-shadow: 0 18px 42px rgba(110,75,255,.34); }
.cl-sp-btn.outline{
  color: var(--violet);
  background: rgba(255,255,255,.70);
  border-color: rgba(139,92,246,.60);
}
.cl-sp-btn.outline:hover{ background: rgba(139,92,246,.08); }

/* Hero */
.cl-sp-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-sp-hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(18px, 3vw, 40px);
  align-items:start;
}

/* Bullets */
.cl-sp-bullets{
  list-style:none;
  padding:0;
  margin: 14px 0 0;
  display:grid;
  gap: 10px;
}
.cl-sp-bullets li{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  color: rgba(17,24,39,.78);
  font-weight: 700;
  line-height: 1.45;
}
.cl-sp-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;
}

/* Hero card */
.cl-sp-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-sp-hero-card-top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.cl-sp-hero-card-top strong{ color: var(--text); font-weight: 900; }
.cl-sp-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-sp-search{ margin-top: 14px; display:grid; gap: 8px; }
.cl-sp-search-label{ font-size: 13px; font-weight: 850; color: rgba(11,26,72,.86); }
.cl-sp-search-input{
  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-sp-search-input:focus{
  border-color: rgba(139,92,246,.55);
  box-shadow: 0 0 0 4px rgba(139,92,246,.14);
}
.cl-sp-mini-note{
  margin-top: 10px;
  font-size: 13px;
  color: rgba(17,24,39,.66);
  font-weight: 650;
}

/* Grid */
.cl-sp-grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.cl-sp-grid-2{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.cl-sp-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;
  display:flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
.cl-sp-card-top{
  display:flex;
  gap: 12px;
  align-items:flex-start;
}
.cl-sp-icon{
  width: 46px;
  height: 46px;
  display:grid;
  place-items:center;
  border-radius: 16px;
  background: rgba(139,92,246,.14);
  border: 1px solid rgba(139,92,246,.20);
  font-size: 20px;
  flex: 0 0 auto;
}
.cl-sp-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(17,24,39,.74);
  font-weight: 650;
  line-height: 1.55;
}
.cl-sp-list li{ margin: 8px 0; }
.cl-sp-card-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
}

/* Callout */
.cl-sp-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;
}

/* FAQ */
.cl-sp-faq{ display:grid; gap: 12px; margin-top: 16px; }
.cl-sp-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-sp-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-sp-faq-item summary::-webkit-details-marker{ display:none; }
.cl-sp-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-sp-faq-item[open] summary::after{ content:"–"; }
.cl-sp-faq-item p{
  margin: 10px 0 0;
  color: rgba(17,24,39,.74);
  font-weight: 650;
  line-height: 1.6;
}

/* Final CTA */
.cl-sp-final{
  margin-top: 18px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 26px;
  box-shadow: var(--shadow2);
  padding: 18px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 1024px){
  .cl-sp-hero-grid{ grid-template-columns: 1fr; }
  .cl-sp-grid{ grid-template-columns: 1fr; }
  .cl-sp-grid-2{ grid-template-columns: 1fr; }
}/* End custom CSS */