.elementor-621 .elementor-element.elementor-element-c155b1f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-c6e4e4c */: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;
  --radius:22px;
  --max:1180px;
}

.cl-mh-page, .cl-mh-page *{ box-sizing:border-box; }
.cl-mh-page{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
}

.cl-mh-container{
  width: min(var(--max), 100%);
  margin-inline:auto;
  padding-inline:clamp(16px,4vw,48px);
}

.cl-mh-section{ padding:clamp(52px,6vw,84px) 0; }
.cl-mh-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-mh-kicker{
  font-size:12px;
  letter-spacing:.18em;
  font-weight:850;
  text-transform:uppercase;
  color:rgba(11,26,72,.55);
  margin:0 0 10px;
}

.cl-mh-h1{
  font-size:clamp(30px,3.6vw,52px);
  font-weight:900;
  line-height:1.08;
  color:var(--text);
  margin:0 0 10px;
}

.cl-mh-h2{
  font-size:clamp(22px,2.2vw,34px);
  font-weight:900;
  color:var(--text);
  margin:0 0 8px;
}

.cl-mh-h3{
  font-size:18px;
  font-weight:900;
  color:var(--text);
  margin:0 0 6px;
}

.cl-mh-sub, .cl-mh-p{
  line-height:1.6;
  color:var(--muted);
  font-weight:650;
  margin:0;
}

.cl-mh-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-mh-hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:clamp(18px,3vw,40px);
  align-items:start;
}

.cl-mh-bullets{
  list-style:none;
  padding:0;
  margin:14px 0 0;
}

.cl-mh-bullets li{
  display:flex;
  gap:10px;
  font-weight:750;
  color:rgba(17,24,39,.78);
  margin:6px 0;
}

.cl-mh-dot{
  width:10px;height:10px;
  margin-top:7px;
  border-radius:50%;
  background:rgba(139,92,246,.85);
  flex:0 0 10px;
}

.cl-mh-actions{
  display:flex;
  gap:12px;
  margin-top:16px;
  flex-wrap:wrap;
}

.cl-mh-btn{
  padding:12px 18px;
  border-radius:999px;
  font-weight:850;
  text-decoration:none;
  border:1px solid transparent;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
}

.cl-mh-btn.primary{
  color:#fff;
  background:linear-gradient(180deg,var(--violet),var(--violet2));
  box-shadow:0 14px 34px rgba(139,92,246,.22);
}

.cl-mh-btn.outline{
  color:var(--violet);
  border-color:rgba(139,92,246,.55);
  background:rgba(255,255,255,.72);
}

.cl-mh-micro{
  margin-top:10px;
  color:rgba(17,24,39,.62);
  font-weight:650;
}

/* Evidence panel */
.cl-mh-evidence{
  background:rgba(255,255,255,.86);
  border-radius:26px;
  box-shadow:var(--shadow);
  padding:16px;
  overflow:hidden;
  border:1px solid rgba(17,24,39,.06);
}

.cl-mh-evidence-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.cl-mh-evidence-title{
  font-weight:900;
  color:var(--text);
  font-size:15px;
  margin:0;
}

.cl-mh-evidence-sub{
  font-weight:700;
  color:rgba(17,24,39,.65);
  font-size:13px;
  margin-top:2px;
}

.cl-mh-pill{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  font-weight:850;
  font-size:12px;
  color:rgba(11,26,72,.78);
  background:rgba(139,92,246,.12);
  border:1px solid rgba(139,92,246,.18);
}

.cl-mh-shot{
  margin:0;
  border-radius:18px;
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow2);
}

.cl-mh-shot img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}

.cl-mh-shot figcaption{
  padding:10px 12px;
  font-size:12.5px;
  color:rgba(17,24,39,.62);
  font-weight:700;
  border-top:1px solid rgba(17,24,39,.06);
  background:rgba(255,255,255,.86);
}

.cl-mh-evidence-note{
  margin-top:10px;
  padding:12px 12px;
  border-radius:14px;
  background:rgba(11,26,72,.05);
  color:rgba(11,26,72,.78);
  font-weight:750;
  line-height:1.5;
}

/* Funnel section with image */
.cl-mh-title-row{ max-width:780px; }
.cl-mh-media-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
  align-items:start;
}

.cl-mh-funnel-steps{
  display:grid;
  gap:12px;
}

.cl-mh-step{
  display:flex;
  gap:12px;
  background:#fff;
  border-radius:18px;
  padding:14px;
  box-shadow:var(--shadow2);
  border:1px solid rgba(17,24,39,.06);
}

.cl-mh-step-num{
  width:32px;height:32px;
  border-radius:12px;
  background:rgba(139,92,246,.14);
  display:grid;
  place-items:center;
  font-weight:900;
  color:rgba(11,26,72,.9);
  flex:0 0 32px;
}

.cl-mh-step-title{
  font-weight:900;
  color:var(--text);
  margin-bottom:2px;
}

.cl-mh-step-text{
  color:rgba(17,24,39,.68);
  font-weight:650;
  line-height:1.45;
  font-size:14px;
}

.cl-mh-visual-card{
  margin:0;
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:var(--shadow2);
  border:1px solid rgba(17,24,39,.06);
}

.cl-mh-visual-card img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  background:linear-gradient(180deg, rgba(139,92,246,.06), rgba(110,75,255,.04));
}

.cl-mh-visual-card figcaption{
  padding:10px 12px;
  font-size:12.5px;
  color:rgba(17,24,39,.62);
  font-weight:700;
  border-top:1px solid rgba(17,24,39,.06);
}

/* Cards */
.cl-mh-grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:18px;
}

.cl-mh-grid-2{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:18px;
}

.cl-mh-card{
  background:#fff;
  border-radius:22px;
  padding:18px;
  box-shadow:var(--shadow2);
  border:1px solid rgba(17,24,39,.06);
}

.cl-mh-list{
  padding-left:18px;
  margin:0;
  color:rgba(17,24,39,.74);
  font-weight:700;
  line-height:1.6;
}

/* Footer CTA */
.cl-mh-footer{ padding-bottom:clamp(52px,6vw,84px); }
.cl-mh-final{
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  background:#fff;
  border-radius:26px;
  padding:18px;
  box-shadow:var(--shadow2);
  border:1px solid rgba(17,24,39,.06);
}

/* Responsive */
@media(max-width:1024px){
  .cl-mh-hero-grid{ grid-template-columns:1fr; }
  .cl-mh-media-grid{ grid-template-columns:1fr; }
  .cl-mh-grid-3,.cl-mh-grid-2{ grid-template-columns:1fr; }
}/* End custom CSS */