.elementor-4790 .elementor-element.elementor-element-19e9462{--display:flex;--min-height:47px;--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;}.elementor-4790 .elementor-element.elementor-element-ee55936{--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 *//* =========================================================
   Case Study skin — scoped to .id-casestudy
   ========================================================= */
.id-casestudy{
  --brand:#2563EB;
  --brand2:#1D4ED8;
  --text:#111827;
  --muted:#4B5563;
  --surface:#FFFFFF;
  --surface2:#F9FAFB;
  --line:#E5E7EB;
  --shadow: 0 10px 24px rgba(17,24,39,.06);
  --radius: 18px;
  --max: 1200px;
  color: var(--text);
  line-height: 1.55;
}
.id-casestudy *{box-sizing:border-box}
.id-casestudy .wrap{max-width:var(--max);margin:0 auto;padding:0 20px}
.id-casestudy section{padding:54px 0}
.id-casestudy .band{background: var(--surface2); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}

.id-casestudy .pill{
  display:inline-flex;gap:8px;align-items:center;
  padding:6px 10px;border-radius:999px;border:1px solid var(--line);
  background: var(--surface2);
  color: rgba(17,24,39,.70);
  font-weight:800;font-size:13px;
}

.id-casestudy .hero{
  padding:54px 0 22px;
  background: linear-gradient(180deg, var(--surface2) 0%, #fff 100%);
  border-bottom:1px solid var(--line);
}
.id-casestudy .hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: start;
}
.id-casestudy h1{
  font-size: clamp(34px, 4.2vw, 46px);
  line-height:1.06;
  margin:10px 0 10px;
  letter-spacing:-0.02em;
}
.id-casestudy .sub{margin:0 0 14px;color:rgba(17,24,39,.68);font-weight:800}
.id-casestudy .lead{margin:0 0 16px;color:rgba(17,24,39,.72);font-size:18px;max-width:70ch}

.id-casestudy .kpis{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;margin-top:12px;
}
.id-casestudy .kpi{
  padding:14px;border-radius:var(--radius);
  border:1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.id-casestudy .kpi b{display:block;font-size:14px}
.id-casestudy .kpi span{color:rgba(17,24,39,.62);font-weight:800;font-size:13px}

.id-casestudy .hero-media{
  position:relative;
  border:1px solid var(--line);
  background: var(--surface);
  border-radius:22px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.id-casestudy .hero-media img{
  width:100%;
  height: clamp(360px, 40vw, 520px);
  object-fit: cover;
  display:block;
}
.id-casestudy .media-tag{
  position:absolute;top:14px;left:14px;
  padding:8px 10px;border-radius:999px;
  background: rgba(37,99,235,.10);
  border:1px solid rgba(37,99,235,.25);
  color: rgba(17,24,39,.85);
  font-weight:900;font-size:12px;
  z-index:2;
}
.id-casestudy .media-caption{
  padding: 12px 14px;
  font-weight: 700;
  color: rgba(17,24,39,.68);
  background: #fff;
  border-top: 1px solid var(--line);
}

.id-casestudy .section-title{margin-bottom:16px}
.id-casestudy .section-title--stacked{display:block;max-width:80ch}
.id-casestudy .section-eyebrow{
  display:block;font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;
  color: rgba(17,24,39,.55); margin-bottom: 6px;
}
.id-casestudy .section-title h2{margin:0;font-size:28px;font-weight:900;letter-spacing:-.01em}
.id-casestudy .section-title p{margin:6px 0 0;color:rgba(17,24,39,.62);font-weight:700}

.id-casestudy .grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.id-casestudy .split{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}

.id-casestudy .card, .id-casestudy .table-card{
  border:1px solid var(--line);
  border-radius:var(--radius);
  background: var(--surface);
  padding:16px;
  box-shadow:var(--shadow);
}
.id-casestudy .card h3{margin:0 0 8px;font-size:18px;font-weight:900;letter-spacing:-.01em}
.id-casestudy .card p{margin:0;color:rgba(17,24,39,.72);font-weight:650}

.id-casestudy .list{margin:0;padding-left:18px;color:rgba(17,24,39,.78);font-weight:650}
.id-casestudy .list li{margin:8px 0}

.id-casestudy table.perf{width:100%;border-collapse:collapse}
.id-casestudy table.perf th,
.id-casestudy table.perf td{
  border-bottom:1px solid var(--line);
  padding:10px 10px;
  text-align:left;
  font-weight:700;
  color: rgba(17,24,39,.78);
}
.id-casestudy table.perf th{font-weight:900;color:rgba(17,24,39,.9)}
.id-casestudy .muted-note{margin-top:10px;color:rgba(17,24,39,.62);font-weight:700;font-size:13px}

.id-casestudy .btnrow{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.id-casestudy .btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 16px;border-radius:14px;
  border:1px solid var(--line);
  background:var(--surface);
  text-decoration:none;
  box-shadow: var(--shadow);
  transition:transform .15s ease, border-color .15s ease, background .15s ease;
  font-weight:800;
  color: rgba(17,24,39,.92);
}
.id-casestudy .btn:hover{transform:translateY(-1px);border-color:rgba(37,99,235,.35);background:#fff}
.id-casestudy .btn.primary{background:var(--brand);color:#fff;border-color:transparent;box-shadow:0 10px 24px rgba(37,99,235,.18)}
.id-casestudy .btn.primary:hover{background:var(--brand2)}
.id-casestudy .btn.btn-green{
  background-color:#E6F4EA;
  border-color:#9ED5B5;
  color:#14532D;
}
.id-casestudy .btn.btn-green:hover{
  background-color:#D1EEDC;
  border-color:#7BC9A4;
}

.id-casestudy .cta{
  border-radius:26px;
  border:1px solid rgba(37,99,235,.22);
  background: linear-gradient(135deg, rgba(37,99,235,.08) 0%, rgba(255,255,255,1) 70%);
  box-shadow:var(--shadow);
  padding:22px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
}
.id-casestudy .cta h3{margin:0 0 6px;font-size:20px;font-weight:900}
.id-casestudy .cta p{margin:0;color:rgba(17,24,39,.70);font-weight:650;max-width:70ch}

@media (max-width: 900px){
  .id-casestudy .hero-grid{grid-template-columns:1fr}
  .id-casestudy .grid-3{grid-template-columns:1fr}
  .id-casestudy .split{grid-template-columns:1fr}
  .id-casestudy .cta{flex-direction:column;align-items:flex-start}
}/* End custom CSS */