.elementor-663 .elementor-element.elementor-element-6b7fc79{--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-3d5e2eb */:root{
  --bg:#F5F7FA;
  --ink:#0B1A48;
  --muted:rgba(11,26,72,.65);
  --violet:#8B5CF6;
  --violet2:#6E4BFF;
  --card:#ffffff;
  --radius:22px;
  --shadow:0 14px 38px rgba(0,0,0,.08);
  --line:rgba(0,0,0,.07);
  --max:1180px;
}

.cl-about-page{
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  background:var(--bg);
  color:var(--ink);
}

.cl-container{
  width:min(var(--max),100%);
  margin:0 auto;
  padding:0 20px;
}

.cl-eyebrow{
  letter-spacing:.16em;
  font-weight:800;
  font-size:12px;
  color:rgba(11,26,72,.55);
  text-transform:uppercase;
  margin:0 0 10px;
}

.cl-h1{
  font-size:clamp(34px,4vw,54px);
  font-weight:900;
  line-height:1.05;
  margin:0 0 16px;
}

.cl-h2{
  font-size:clamp(26px,3vw,38px);
  font-weight:900;
  margin:0 0 12px;
  line-height:1.1;
}

.cl-sub{
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
  max-width:820px;
  margin:0 0 22px;
}

.cl-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:18px;
}

.cl-btn{
  display:inline-block;
  padding:14px 22px;
  border-radius:999px;
  font-weight:900;
  text-decoration:none;
  line-height:1;
  border:1px solid transparent;
}

.cl-btn.primary{
  background:linear-gradient(180deg,var(--violet),var(--violet2));
  color:#fff;
  box-shadow:0 10px 28px rgba(139,92,246,.35);
}

.cl-btn.outline{
  background:#fff;
  border-color:rgba(139,92,246,.9);
  color:rgba(139,92,246,1);
}

.cl-micro{
  color:rgba(11,26,72,.6);
  font-weight:700;
  margin-top:10px;
  font-size:13px;
}

.cl-micro.center{ text-align:center; }

/* HERO */
.cl-about-hero{
  padding:90px 0 70px;
  border-bottom:1px solid var(--line);
}

.cl-hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:30px;
  align-items:start;
}

.cl-hero-copy{ max-width:820px; }

.cl-bullets{
  margin:18px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}

.cl-bullets li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:rgba(11,26,72,.78);
  font-weight:700;
  line-height:1.45;
}

.cl-dot{
  width:10px;height:10px;border-radius:50%;
  background:linear-gradient(180deg,var(--violet),var(--violet2));
  margin-top:6px; flex:0 0 10px;
}

.cl-hero-panel{
  display:flex;
  justify-content:flex-end;
}

.cl-panel{
  width:100%;
  background:#fff;
  border-radius:26px;
  box-shadow:var(--shadow);
  padding:26px;
  border:1px solid rgba(0,0,0,.04);
}

.cl-panel-title{
  margin:0 0 10px;
  font-size:16px;
  font-weight:900;
}

.cl-panel-text{
  margin:0;
  color:rgba(11,26,72,.82);
  line-height:1.6;
  font-weight:650;
}

.cl-panel-text.muted{
  color:rgba(11,26,72,.62);
  font-weight:650;
}

.cl-panel-divider{
  height:1px;
  background:rgba(0,0,0,.07);
  margin:18px 0;
}

/* SECTIONS */
.cl-section{
  padding:80px 0;
}

.cl-section.cl-alt{
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.cl-section-head{
  margin-bottom:28px;
}

/* Cards 5 */
.cl-cards-5{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:16px;
}

.cl-card{
  background:#fff;
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:18px;
  border:1px solid rgba(0,0,0,.04);
}

.cl-card h3{
  margin:0 0 8px;
  font-size:15px;
  font-weight:900;
}

.cl-card p{
  margin:0;
  color:var(--muted);
  line-height:1.45;
  font-weight:650;
  font-size:13px;
}

/* Modules */
.cl-modules{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.cl-module{
  background:#fff;
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:18px;
  border:1px solid rgba(0,0,0,.04);
  position:relative;
  overflow:hidden;
}

.cl-module-badge{
  width:34px;height:34px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#fff;
  background:linear-gradient(180deg,var(--violet),var(--violet2));
  margin-bottom:12px;
}

.cl-module h3{
  margin:0 0 8px;
  font-size:16px;
  font-weight:900;
}

.cl-module p{
  margin:0;
  color:var(--muted);
  line-height:1.5;
  font-weight:650;
  font-size:14px;
}

.cl-note{
  margin-top:18px;
  padding:16px 18px;
  border-radius:16px;
  background:rgba(139,92,246,.08);
  color:rgba(11,26,72,.78);
  font-weight:750;
}

/* Split lists */
.cl-split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.cl-list-card{
  background:#fff;
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:22px;
  border:1px solid rgba(0,0,0,.04);
}

.cl-list-card h3{
  margin:0 0 12px;
  font-size:16px;
  font-weight:900;
}

.cl-list-card ul{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:10px;
  color:rgba(11,26,72,.76);
  font-weight:700;
  line-height:1.45;
}

.cl-list-card.ok{ border-left:4px solid rgba(139,92,246,.85); }
.cl-list-card.no{ border-left:4px solid rgba(11,26,72,.3); }

/* Timeline */
.cl-timeline{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

.cl-step{
  background:#fff;
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:20px;
  border:1px solid rgba(0,0,0,.04);
}

.cl-step-top{
  margin:0 0 10px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size:12px;
  color:rgba(11,26,72,.55);
}

.cl-step h3{
  margin:0 0 8px;
  font-size:16px;
  font-weight:900;
}

.cl-step p{
  margin:0;
  color:var(--muted);
  font-weight:650;
  line-height:1.5;
  font-size:14px;
}

/* FAQ */
.cl-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
}

.cl-faq{
  background:#fff;
  border-radius:16px;
  box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.04);
  padding:0;
  overflow:hidden;
}

.cl-faq summary{
  cursor:pointer;
  padding:16px 18px;
  font-weight:900;
  list-style:none;
  position:relative;
}

.cl-faq summary::-webkit-details-marker{ display:none; }

.cl-faq summary::after{
  content:"+";
  position:absolute;
  right:16px;
  top:12px;
  width:30px;height:30px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:rgba(11,26,72,.75);
  background:rgba(139,92,246,.10);
}

.cl-faq[open] summary::after{ content:"–"; }

.cl-faq p{
  margin:0;
  padding:0 18px 16px;
  color:var(--muted);
  font-weight:650;
  line-height:1.55;
}

/* Contact */
.cl-contact-card{
  margin-top:24px;
  background:#fff;
  border-radius:22px;
  box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.04);
  padding:24px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
  align-items:center;
}

.cl-contact-copy h3{
  margin:0 0 10px;
  font-size:18px;
  font-weight:900;
}

.cl-contact-copy p{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.6;
  font-weight:650;
}

.cl-contact-list{
  margin:0;
  padding-left:18px;
  display:grid;
  gap:8px;
  color:rgba(11,26,72,.76);
  font-weight:750;
}

.cl-contact-actions{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

/* Responsive */
@media (max-width: 980px){
  .cl-hero-grid{ grid-template-columns:1fr; }
  .cl-hero-panel{ justify-content:flex-start; }
  .cl-cards-5{ grid-template-columns:1fr; }
  .cl-modules{ grid-template-columns:1fr; }
  .cl-split{ grid-template-columns:1fr; }
  .cl-timeline{ grid-template-columns:1fr; }
  .cl-faq-grid{ grid-template-columns:1fr; }
  .cl-contact-card{ grid-template-columns:1fr; }
  .cl-contact-actions{ align-items:flex-start; }
}/* End custom CSS */