.elementor-1062 .elementor-element.elementor-element-cf1f8c2{--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-c4b565f *//* =========================================================
   LEANB2BTOOLS – SOLUTIONS PAGE (CALM LIGHT VERSION)
   ========================================================= */

.lbt-solutions-page{
  /* Core palette */
  --bg:#0b1220;           /* charcoal, not black */
  --bg2:#111827;          /* slate */
  --light:#f3f6f9;        /* daylight background */
  --card:#ffffff;
  --text:#0b1220;
  --muted:#667085;

  /* Whites */
  --w:#ffffff;
  --w75:rgba(255,255,255,0.75);
  --w65:rgba(255,255,255,0.65);

  /* Accents */
  --accent:#2563eb;
  --accent2:#38bdf8;

  /* Lines */
  --line:rgba(37,99,235,0.22);
  --linebg:rgba(37,99,235,0.10);

  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.lbt-container{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
}

.lbt-section{
  padding:110px 0;
}

.lbt-section-light{
  background:var(--light);
  color:var(--text);
}

.lbt-section-dark{
  background:
    radial-gradient(circle at 50% 20%, rgba(37,99,235,0.08), transparent 55%),
    var(--bg);
  color:var(--w);
}

.lbt-section-head{
  max-width:820px;
  margin:0 auto 54px;
  text-align:center;
}

.lbt-section-head h2{
  font-size:40px;
  line-height:1.1;
  margin:0 0 14px;
}

.lbt-section-head p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7;
}

/* =========================================================
   BUTTONS
   ========================================================= */

.lbt-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 18px;
  border-radius:14px;
  font-weight:650;
  border:1px solid rgba(255,255,255,0.18);
  text-decoration:none;
  gap:10px;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.lbt-btn:hover{
  transform:translateY(-1px);
}

.lbt-btn-primary{
  background:var(--accent);
  color:var(--w);
  border-color:transparent;
  box-shadow:0 12px 32px rgba(37,99,235,0.25);
}

.lbt-btn-ghost{
  background:rgba(255,255,255,0.08);
  color:var(--w);
}

.lbt-btn-block{
  width:100%;
}

/* =========================================================
   HERO
   ========================================================= */

.lbt-hero{
  position:relative;
  min-height:88vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:var(--w);
  background:
    radial-gradient(circle at 50% 25%, rgba(37,99,235,0.10), transparent 55%),
    var(--bg);
}

.lbt-hero-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
}

.lbt-hero-bg svg{
  width:130%;
  height:130%;
}

.lbt-hero-bg .lines path{
  stroke:var(--line);
  stroke-width:1;
}

.lbt-hero-bg .lines--bg path{
  stroke:var(--linebg);
}

.lbt-hero-bg .nodes circle{
  fill:rgba(56,189,248,0.55);
}

.lbt-hero-mask{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 45%,
      rgba(11,18,32,0.88) 0%,
      rgba(11,18,32,0.65) 40%,
      rgba(11,18,32,0.35) 60%,
      rgba(11,18,32,0) 80%);
}

.lbt-hero-inner{
  position:relative;
  z-index:2;
  text-align:center;
  max-width:980px;
  padding:120px 0;
}

.lbt-pill{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.16);
  color:var(--w65);
  font-size:13px;
  letter-spacing:0.06em;
  text-transform:uppercase;
  margin-bottom:16px;
}

.lbt-hero h1{
  font-size:clamp(42px,5vw,64px);
  line-height:1.03;
  margin:0 0 18px;
}

.lbt-hero p{
  margin:0 auto 28px;
  max-width:62ch;
  color:var(--w75);
  font-size:17px;
  line-height:1.7;
}

.lbt-hero-cta{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
}

/* =========================================================
   CARDS
   ========================================================= */

.lbt-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.lbt-card{
  background:var(--card);
  border-radius:22px;
  padding:34px 30px;
  border:1px solid rgba(0,0,0,0.06);
  box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

.lbt-card h3{
  font-size:22px;
  line-height:1.2;
  margin:0 0 10px;
}

.lbt-card p{
  color:var(--muted);
  margin:0;
  line-height:1.7;
}

/* =========================================================
   SPLIT + STEPS
   ========================================================= */

.lbt-split{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:26px;
}

.lbt-split h2{
  font-size:40px;
  margin:0 0 14px;
}

.lbt-split p{
  color:var(--w75);
  margin:0 0 18px;
}

.lbt-steps{
  display:grid;
  gap:12px;
}

.lbt-step{
  display:flex;
  gap:14px;
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
}

.lbt-step-num{
  font-weight:800;
  color:var(--accent2);
  min-width:44px;
}

.lbt-step-sub{
  color:var(--w65);
  font-size:13px;
  margin-top:3px;
}

/* =========================================================
   PANEL
   ========================================================= */

.lbt-panel{
  border-radius:24px;
  overflow:hidden;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.14);
  box-shadow:0 18px 50px rgba(0,0,0,0.35);
  backdrop-filter:blur(6px);
}

.lbt-panel-head{
  padding:18px;
  border-bottom:1px solid rgba(255,255,255,0.12);
}

.lbt-panel-body{
  padding:18px;
  display:grid;
  gap:12px;
}

/* =========================================================
   CTA
   ========================================================= */

.lbt-cta{
  padding:100px 0;
  background:
    radial-gradient(circle at 40% 30%, rgba(37,99,235,0.16), transparent 55%),
    radial-gradient(circle at 70% 60%, rgba(56,189,248,0.12), transparent 55%),
    var(--bg2);
  color:var(--w);
}

.lbt-cta-inner{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width:980px){
  .lbt-cards,
  .lbt-split,
  .lbt-cta-inner{
    grid-template-columns:1fr;
  }
}

@media (max-width:768px){
  .lbt-hero{
    min-height:auto;
  }

  .lbt-hero-inner{
    padding:80px 0 64px;
  }

  .lbt-hero h1{
    font-size:34px;
    line-height:1.15;
  }

  .lbt-hero p{
    font-size:15px;
  }

  .lbt-section{
    padding:72px 0;
  }

  .lbt-section-head h2{
    font-size:30px;
  }

  .lbt-btn{
    width:100%;
  }
}/* End custom CSS */