.elementor-10369 .elementor-element.elementor-element-c2ffb82{--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;}.elementor-10369 .elementor-element.elementor-element-729ac13{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fbbdb9f *//* ==============================
   POD — WHY STANDARD TOOLS FAIL
   New design: light background + contrast panels
   ============================== */

.pod-why{
  padding:clamp(56px, 7vw, 88px) 16px;
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(0,164,168,.12), transparent 60%),
    radial-gradient(860px 420px at 92% 18%, rgba(156,233,255,.10), transparent 62%),
    linear-gradient(180deg, #F7FCFC, #ECF6F6);
}

.pod-why-wrap{max-width:1200px; margin:0 auto;}

/* Head */
.pod-why-head{max-width:920px;}
.pod-why-kicker{
  margin:0;
  color:#057B80;
  font-weight:1000;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:12px;
}
.pod-why-title{
  margin:10px 0 0;
  color:#043336;
  font-weight:1100;
  letter-spacing:-.02em;
  line-height:1.08;
  font-size:clamp(28px, 3.6vw, 44px);
}
.pod-why-sub{
  margin:10px 0 0;
  color:#355F62;
  font-size:clamp(15px, 1.7vw, 18px);
  line-height:1.55;
}

/* Grid */
.pod-why-grid{
  margin-top:clamp(22px, 3.6vw, 44px);
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
@media (min-width: 980px){
  .pod-why-grid{grid-template-columns:1.05fr .95fr; align-items:start; gap:16px;}
}

/* Left hero card */
.pod-why-hero{
  border-radius:30px;
  border:1px solid rgba(10,96,101,.14);
  background:
    radial-gradient(900px 360px at 14% 0%, rgba(0,164,168,.16), transparent 60%),
    linear-gradient(180deg, #FFFFFF, #F3FBFB);
  box-shadow:0 18px 46px rgba(10,96,101,.14);
  padding:18px;
}

.pod-why-hero-k{
  margin:0;
  font-weight:1000;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:12px;
  color:#057B80;
}
.pod-why-hero-h3{
  margin:8px 0 0;
  font-size:22px;
  font-weight:1200;
  letter-spacing:-.02em;
  color:#043336;
}
.pod-why-hero-p{
  margin:10px 0 0;
  color:#2E5A5D;
  font-size:15px;
  line-height:1.6;
}

/* Split cards */
.pod-why-split{
  margin-top:14px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
@media (min-width: 560px){
  .pod-why-split{grid-template-columns:repeat(2, minmax(0,1fr))}
}

.pod-why-split-card{
  border-radius:22px;
  padding:14px;
  border:1px solid rgba(10,96,101,.12);
  background:#fff;
}
.pod-why-split-card--ok{
  background:linear-gradient(180deg, #FFFFFF, #F3FBFB);
  border-color:rgba(0,164,168,.18);
}
.pod-why-split-card--bad{
  background:linear-gradient(180deg, #FFFFFF, #FFF5F5);
  border-color:rgba(255,120,120,.22);
}

.pod-why-split-k{
  margin:0;
  font-weight:1000;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:11px;
  color:#057B80;
}
.pod-why-split-t{
  margin:6px 0 0;
  font-weight:1200;
  font-size:16px;
  color:#043336;
}
.pod-why-split-list{
  margin:10px 0 0;
  padding-left:18px;
  color:#355F62;
  font-size:13px;
  line-height:1.55;
}
.pod-why-split-list li{margin:6px 0}

/* Left foot */
.pod-why-hero-foot{
  margin-top:14px;
  display:flex;
  gap:10px;
  align-items:flex-start;
  padding:12px 14px;
  border-radius:18px;
  background:#E9FAF9;
  border:1px solid rgba(0,164,168,.18);
}
.pod-why-pill{
  padding:7px 10px;
  border-radius:999px;
  background:rgba(0,164,168,.14);
  border:1px solid rgba(0,164,168,.18);
  color:#057B80;
  font-weight:1100;
  font-size:12px;
  white-space:nowrap;
}
.pod-why-hero-foot-p{
  margin:0;
  color:#2E5A5D;
  font-size:14px;
  line-height:1.5;
}

/* Right side cards */
.pod-why-side{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.pod-why-side-card{
  border-radius:26px;
  padding:16px;
  background:#fff;
  border:1px solid rgba(10,96,101,.14);
  box-shadow:0 14px 36px rgba(10,96,101,.12);
}
.pod-why-side-card--alt{
  border-color:rgba(255,120,120,.22);
  background:linear-gradient(180deg, #FFFFFF, #FFF8F8);
}

.pod-why-side-top{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:10px;
}
.pod-why-tag{
  align-self:flex-start;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(0,164,168,.14);
  border:1px solid rgba(0,164,168,.18);
  color:#057B80;
  font-weight:1100;
  font-size:12px;
}
.pod-why-tag--alt{
  background:rgba(255,120,120,.12);
  border:1px solid rgba(255,120,120,.18);
  color:#8A2D2D;
}

.pod-why-h3{
  margin:0;
  font-size:18px;
  font-weight:1200;
  color:#043336;
  line-height:1.22;
}
.pod-why-p{
  margin:0;
  color:#355F62;
  font-size:14px;
  line-height:1.6;
}

/* Signal pills */
.pod-why-signals{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.pod-why-sig{
  padding:8px 10px;
  border-radius:999px;
  background:#F2FAFA;
  border:1px solid rgba(0,164,168,.14);
  color:#2E5A5D;
  font-weight:1000;
  font-size:12px;
  white-space:nowrap;
}
.pod-why-sig--alt{
  background:#FFF2F2;
  border:1px solid rgba(255,120,120,.18);
  color:#6B2C2C;
}

/* CTA */
.pod-why-cta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:2px;
}

.pod-why-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  font-weight:1100;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(135deg, var(--ek-c1), var(--ek-c2));
  border:1px solid rgba(0,164,168,.20);
  box-shadow:0 10px 22px rgba(0,164,168,.18);
  transition:transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}
.pod-why-btn:hover{transform:translateY(-1px); box-shadow:0 14px 28px rgba(0,164,168,.22)}
.pod-why-btn--ghost{
  background:#FFFFFF;
  border:1px solid rgba(10,96,101,.18);
  color:#057B80;
  box-shadow:none;
}
.pod-why-btn--ghost:hover{background:#F2FAFA}/* End custom CSS */