
/* wrapper */
.einbl-gs-wrap{
  background:#ffffff;
  padding:34px 0 52px;
}
.einbl-gs-container{
  max-width:1320px;
  margin:0 auto;
  padding:0 22px;
}

/* =========================
  HERO (Slim, conversion-first)
========================= */
.einbl-gs-hero{
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(255,215,0,.22);
  background:
    radial-gradient(1000px 480px at 20% 10%, rgba(255,215,0,.18), transparent 55%),
    radial-gradient(900px 520px at 85% 20%, rgba(255,215,0,.10), transparent 55%),
    linear-gradient(145deg, #07152a, #001938);
  color:#fff;
  box-shadow:0 18px 42px rgba(0,0,0,.12);
}
.einbl-gs-hero-inner{
  padding:34px 34px 30px;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:26px;
  align-items:center;
}
.einbl-gs-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  padding:8px 12px;
  border-radius:999px;
}
.einbl-gs-pill b{
  color:#FFD700;
  font-weight:950;
}
.einbl-gs-hero h1{
  margin:12px 0 10px;
  font-size:38px;
  line-height:1.1;
  font-weight:950;
  letter-spacing:-0.4px;
}
.einbl-gs-hero h1 span{
  color:#FFD700;
}
.einbl-gs-hero p{
  margin:0;
  color:#e2e8f0;
  font-size:14.5px;
  line-height:1.7;
  max-width:720px;
}
.einbl-gs-hero-points{
  margin-top:14px;
  display:grid;
  gap:10px;
}
.einbl-gs-point{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#e2e8f0;
  font-size:13.5px;
  line-height:1.55;
}
.einbl-gs-point i{
  width:22px;height:22px;
  border-radius:999px;
  background:rgba(255,215,0,.16);
  border:1px solid rgba(255,215,0,.35);
  color:#FFD700;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  margin-top:2px;
  font-size:12px;
}
.einbl-gs-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}
.einbl-gs-hero-note{
  margin-top:10px;
  font-size:12.5px;
  color:#cbd5e1;
}
.einbl-gs-hero-note a{
  color:#FFD700;
  text-decoration:none;
  font-weight:800;
}
.einbl-gs-hero-note a:hover{
  text-decoration:underline;
}

/* right card in hero */
.einbl-gs-hero-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  border-radius:18px;
  padding:18px;
}
.einbl-gs-hero-card h3{
  margin:0 0 8px;
  font-size:15px;
  font-weight:950;
}
.einbl-gs-hero-card p{
  margin:0 0 12px;
  font-size:13px;
  color:#e2e8f0;
}
.einbl-gs-mini{
  display:grid;
  gap:10px;
}
.einbl-gs-mini-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:13px;
  color:#e2e8f0;
}
.einbl-gs-mini-item i{
  color:#FFD700;
  margin-top:1px;
}

/* =========================
  SECTION HEADERS
========================= */
.einbl-gs-section{
  margin-top:26px;
}
.einbl-gs-section-head{
  margin:28px 0 14px;
}
.einbl-gs-section-head h2{
  margin:0 0 6px;
  font-size:22px;
  font-weight:950;
  color:#0f172a;
}
.einbl-gs-section-head p{
  margin:0;
  font-size:14px;
  color:#64748b;
  line-height:1.7;
}

/* =========================
  HOW IT WORKS
========================= */
.einbl-gs-steps{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
}
.einbl-gs-step{
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:16px;
  box-shadow:0 12px 24px rgba(0,0,0,.05);
}
.einbl-gs-step-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}
.einbl-gs-step-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:950;
  color:#001938;
  background:rgba(255,215,0,.20);
  border:1px solid rgba(255,215,0,.55);
}
.einbl-gs-step-icon{
  width:36px;height:36px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#001938;
  color:#fff;
  font-size:14px;
}
.einbl-gs-step h3{
  margin:0 0 6px;
  font-size:15px;
  font-weight:950;
  color:#0f172a;
}
.einbl-gs-step p{
  margin:0;
  color:#475569;
  font-size:13px;
  line-height:1.65;
}

/* =========================
  WHY EINBL
========================= */
.einbl-gs-why{
  background:#f8fafc;
  border:1px solid #eef2f7;
  border-radius:18px;
  padding:16px;
}
.einbl-gs-whygrid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:12px;
}
.einbl-gs-whyitem{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:14px;
  box-shadow:0 10px 22px rgba(0,0,0,.04);
}
.einbl-gs-whyitem i{
  width:34px;height:34px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,215,0,.22);
  border:1px solid rgba(255,215,0,.55);
  color:#001938;
  margin-bottom:10px;
}
.einbl-gs-whyitem h4{
  margin:0 0 6px;
  font-size:13.5px;
  font-weight:950;
  color:#0f172a;
}
.einbl-gs-whyitem p{
  margin:0;
  font-size:12.8px;
  color:#475569;
  line-height:1.6;
}

/* =========================
  TRUST COLUMN
========================= */
.einbl-gs-trustcard{
  background:#001938;
  color:#fff;
  border-radius:18px;
  padding:18px;
  border:1px solid rgba(255,215,0,.28);
  box-shadow:0 18px 42px rgba(0,0,0,.10);
  position:sticky;
  top:110px;
}
.einbl-gs-trustcard h3{
  margin:0 0 8px;
  font-size:16px;
  font-weight:950;
}
.einbl-gs-trustcard p{
  margin:0 0 12px;
  color:#e2e8f0;
  font-size:13px;
  line-height:1.7;
}
.einbl-gs-trustlist{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.einbl-gs-trustlist li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:13px;
  color:#e2e8f0;
  line-height:1.55;
}
.einbl-gs-trustlist li i{
  color:#FFD700;
  margin-top:2px;
}
.einbl-gs-trustcta{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* =========================
  BELOW-FORM STRIP
========================= */
.einbl-gs-strip{
  margin-top:16px;
  background:#ffffff;
  border:1px dashed rgba(0,25,56,.22);
  border-radius:16px;
  padding:14px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
}
.einbl-gs-strip strong{
  color:#001938;
  font-weight:950;
}
.einbl-gs-strip span{
  color:#475569;
  font-size:13px;
}

/* =========================
  RESPONSIVE
========================= */
@media (max-width: 992px){
  .einbl-gs-hero-inner{ grid-template-columns:1fr; padding:26px 18px; }
  .einbl-gs-hero h1{ font-size:32px; }
  .einbl-gs-steps{ grid-template-columns:1fr; }
  .einbl-gs-whygrid{ grid-template-columns:1fr; }
  .einbl-gs-formwrap{ grid-template-columns:1fr; }
  .einbl-gs-trustcard{ position:relative; top:auto; }
  .einbl-gs-grid{ grid-template-columns:1fr; }
  .einbl-gs-span2{ grid-column:span 1; }
  .einbl-gs-divider{ grid-column:span 1; }
}

/* =========================
   Get Started Grid – 2x2 Desktop
========================= */
/* =========================================
   FORCE 2x2 GRID – Get Started HUB (Desktop)
========================================= */

@media (min-width: 992px) {
  .einbl-content-section .einbl-action-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 26px !important;
  }
}

/* Ensure cards stretch evenly */
.einbl-content-section .einbl-action-card {
  height: 100%;
}
