.standard-main-nav .nav-links{gap:28px}
.standard-main-nav .nav-links>a,
.standard-main-nav .dropdown-parent,
.standard-main-nav .nav-login{
  font-family:Inter,"Helvetica Neue",Arial,sans-serif!important;
  font-size:14px!important;
  font-style:normal!important;
  font-weight:600!important;
  line-height:1!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
  white-space:nowrap;
}
.standard-main-nav .dropdown-toggle{
  font-family:Inter,"Helvetica Neue",Arial,sans-serif!important;
  font-weight:600!important;
}
@media(max-width:1080px){.standard-main-nav .nav-links{gap:18px}}

h1{font-size:clamp(36px,4.05vw,50px)!important;line-height:1.045!important;letter-spacing:-.035em!important;}
@media(max-width:680px){h1{font-size:35px!important;line-height:1.07!important;}}

.esp-page{
  background:#fff;
}
.esp-page .section{
  padding:84px 24px;
}
.esp-hero{
  padding-top:82px!important;
  padding-bottom:88px!important;
  background:
    linear-gradient(135deg,#f8fbff 0%,#f1f7fd 50%,#f7fbfa 100%);
  border-bottom:1px solid #e3ebf2;
}
.esp-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
  gap:70px;
  align-items:center;
}
.esp-hero-copy h1{
  max-width:700px;
  margin-bottom:22px;
  font-size:clamp(46px,4.2vw,66px);
  line-height:.99;
  letter-spacing:-.055em;
}
.esp-hero-copy .lead{
  max-width:690px;
  color:#52657a;
  font-size:19px;
  line-height:1.62;
}
.esp-hero-copy .actions{
  margin-top:30px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.esp-embed-visual{
  position:relative;
  min-height:430px;
  padding:23px 24px 20px;
  border:1px solid #cfdeeb;
  border-radius:22px;
  background:
    linear-gradient(rgba(49,95,139,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(49,95,139,.045) 1px,transparent 1px),
    linear-gradient(145deg,#ffffff,#f4f8fc);
  background-size:28px 28px,28px 28px,auto;
  box-shadow:0 26px 65px rgba(25,57,88,.10);
  overflow:hidden;
}
.esp-embed-visual::after{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  right:-120px;
  top:-125px;
  border-radius:50%;
  background:linear-gradient(145deg,rgba(37,135,236,.13),rgba(52,203,190,.06));
  filter:blur(2px);
  pointer-events:none;
}
.esp-visual-label{
  position:relative;
  z-index:2;
  color:#6c849c;
  font:800 9px/1 ui-monospace,SFMono-Regular,Consolas,monospace;
  letter-spacing:.14em;
}
.esp-visual-stage{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-top:22px;
}
.esp-node{
  width:min(100%,390px);
  padding:16px 18px;
  border:1px solid #d4e1ec;
  border-radius:14px;
  background:rgba(255,255,255,.96);
  box-shadow:0 10px 24px rgba(22,54,84,.06);
  text-align:left;
}
.esp-node small{
  display:block;
  margin-bottom:5px;
  color:#758aa0;
  font:800 8.5px/1 ui-monospace,SFMono-Regular,Consolas,monospace;
  letter-spacing:.12em;
}
.esp-node strong{
  display:block;
  color:#173a5c;
  font-size:17px;
  line-height:1.2;
}
.esp-node span{
  display:block;
  margin-top:5px;
  color:#708095;
  font-size:11px;
  line-height:1.35;
}
.esp-node-icon{
  float:right;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#eef6fd;
  color:#257ac3;
}
.esp-node-icon svg{
  width:21px;
  height:21px;
}
.esp-node-itemize{
  border-color:#8bbfed;
  background:linear-gradient(145deg,#0d3762,#0b5691);
  box-shadow:0 16px 34px rgba(14,72,126,.20);
}
.esp-node-itemize small{color:#9fc8eb}
.esp-node-itemize strong{color:#fff;font-size:18px}
.esp-node-itemize span{color:#bfd9ec}
.esp-core-mark{
  float:right;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(176,224,255,.35);
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#dff3ff;
  font:800 11px/1 ui-monospace,SFMono-Regular,Consolas,monospace;
  box-shadow:inset 0 0 0 4px rgba(255,255,255,.03),0 0 18px rgba(62,181,255,.17);
}
.esp-node-outcome .esp-node-icon{
  background:#edf9f6;
  color:#13a780;
}
.esp-flow{
  position:relative;
  height:45px;
  width:260px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.esp-flow span{
  position:absolute;
  right:calc(50% + 14px);
  white-space:nowrap;
  color:#7c90a4;
  font:700 8px/1 ui-monospace,SFMono-Regular,Consolas,monospace;
  letter-spacing:.06em;
}
.esp-flow i{
  position:absolute;
  left:50%;
  top:5px;
  bottom:5px;
  width:1px;
  background:linear-gradient(#80acd2,#55a8cc);
}
.esp-flow i::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-1px;
  width:7px;
  height:7px;
  border-right:1.5px solid #4292bd;
  border-bottom:1.5px solid #4292bd;
  transform:translateX(-50%) rotate(45deg);
}
.esp-visual-foot{
  position:relative;
  z-index:2;
  margin-top:12px;
  color:#536a80;
  font-size:12px;
  text-align:center;
}
.esp-section-head{
  max-width:940px;
  margin-bottom:42px;
}
.esp-section-head h2{
  max-width:900px;
  margin-bottom:14px;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.035em;
}
.esp-section-head .lead{
  max-width:880px;
  color:#5c6d80;
  font-size:17px;
  line-height:1.62;
}
.esp-section-head.compact{
  margin-bottom:32px;
}
.esp-section-head.compact h2{
  margin-bottom:0;
}
.esp-reasons{
  background:#fff;
}
.esp-reason-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.esp-reason-card{
  position:relative;
  min-height:300px;
  padding:26px 25px 28px;
  border:1px solid #dce6ef;
  border-radius:17px;
  background:linear-gradient(145deg,#fff,#f8fbfd);
  box-shadow:0 12px 30px rgba(24,52,80,.04);
}
.esp-reason-card:nth-child(2){
  background:linear-gradient(145deg,#fff,#f4fbf9);
}
.esp-reason-card:nth-child(3){
  background:linear-gradient(145deg,#fff,#f6f5ff);
}
.esp-reason-icon{
  width:46px;
  height:46px;
  margin:34px 0 22px;
  display:grid;
  place-items:center;
  border:1px solid #d8e7f5;
  border-radius:12px;
  background:#f2f8fe;
  color:#1975c8;
}
.esp-reason-card:nth-child(2) .esp-reason-icon{
  border-color:#d7eee7;
  background:#f1fbf8;
  color:#10a785;
}
.esp-reason-card:nth-child(3) .esp-reason-icon{
  border-color:#e2dffc;
  background:#f7f5ff;
  color:#6859dd;
}
.esp-reason-icon svg{
  width:25px;
  height:25px;
}
.esp-reason-card h3{
  margin:0 0 12px;
  color:#173a5c;
  font-size:22px;
  line-height:1.2;
}
.esp-reason-card p{
  margin:0;
  color:#687a8d;
  font-size:14px;
  line-height:1.62;
}
.esp-capabilities{
  background:#f6f9fc;
  border-top:1px solid #e8eef4;
  border-bottom:1px solid #e4ebf2;
}
.esp-capability-list{
  overflow:hidden;
  border:1px solid #d9e3ec;
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 34px rgba(23,51,79,.045);
}
.esp-capability-row{
  display:grid;
  grid-template-columns:52px minmax(210px,.78fr) minmax(300px,1.25fr) 28px;
  gap:22px;
  align-items:center;
  min-height:92px;
  padding:20px 24px;
  border-bottom:1px solid #e5ebf1;
  color:inherit;
  text-decoration:none;
  transition:background .2s ease;
}
.esp-capability-row:last-child{border-bottom:0}
.esp-capability-row:hover{background:#f8fbfd}
.esp-capability-num{
  color:#7690a8;
  font:800 10px/1 ui-monospace,SFMono-Regular,Consolas,monospace;
  letter-spacing:.12em;
}
.esp-capability-row strong{
  color:#183b5d;
  font-size:18px;
  line-height:1.2;
}
.esp-capability-row p{
  margin:0;
  color:#687a8d;
  font-size:14px;
  line-height:1.5;
}
.esp-capability-row b{
  color:#1872c2;
  font-size:20px;
  transition:transform .2s ease;
}
.esp-capability-row:hover b{transform:translateX(3px)}
.esp-proof-section{
  padding-top:70px!important;
  padding-bottom:76px!important;
  background:#fff;
}
.esp-proof-band{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  overflow:hidden;
  border:1px solid #d9e3ec;
  border-radius:16px;
  background:#fff;
  box-shadow:0 12px 28px rgba(24,51,78,.045);
}
.esp-proof-item{
  min-height:154px;
  padding:22px 18px 20px;
  display:flex;
  flex-direction:column;
  gap:12px;
  border-right:1px solid #e2e9ef;
}
.esp-proof-item:last-child{border-right:0}
.esp-proof-item > span{
  color:#6f8cab;
  font:800 11px/1 ui-monospace,SFMono-Regular,Consolas,monospace;
  letter-spacing:.12em;
}
.esp-proof-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid #d7e5f3;
  border-radius:12px;
  background:linear-gradient(145deg,#f9fcff,#eef5fb);
  color:#1268e7;
}
.esp-proof-icon svg{width:24px;height:24px}
.esp-proof-item:nth-child(2) .esp-proof-icon{color:#10ae8b;border-color:#d5efe8;background:linear-gradient(145deg,#fbfffd,#effdf9)}
.esp-proof-item:nth-child(3) .esp-proof-icon{color:#6d5ef7;border-color:#e2defd;background:linear-gradient(145deg,#fdfcff,#f3f0ff)}
.esp-proof-item:nth-child(4) .esp-proof-icon{color:#0b79d0;border-color:#d7e9f8;background:linear-gradient(145deg,#fbfdff,#eef7ff)}
.esp-proof-item:nth-child(5) .esp-proof-icon{color:#e47b16;border-color:#f3e3d1;background:linear-gradient(145deg,#fffdfb,#fff6ed)}
.esp-proof-item strong{
  margin-top:auto;
  color:#193a5b;
  font-size:16px;
  line-height:1.32;
}
.esp-final-cta{
  padding-top:62px!important;
  padding-bottom:66px!important;
  background:linear-gradient(135deg,#0b1e38,#0d3f72);
  color:#fff;
}
.esp-final-cta-inner{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:60px;
}
.esp-final-cta h2{
  max-width:780px;
  margin:0 0 14px;
  color:#fff;
  font-size:34px;
  line-height:1.08;
  letter-spacing:-.035em;
}
.esp-final-cta .lead{
  max-width:820px;
  margin:0;
  color:#b6c9da;
  font-size:16px;
  line-height:1.6;
}
.esp-final-cta .button{
  flex:0 0 auto;
}
@media(max-width:1050px){.esp-hero-grid{
    grid-template-columns:1fr;
    gap:44px;
  }.esp-embed-visual{
    max-width:720px;
  }.esp-proof-band{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }.esp-proof-item{
    border-bottom:1px solid #e2e9ef;
  }.esp-proof-item:nth-child(2n){border-right:0}}
@media(max-width:820px){.esp-page .section{padding:68px 20px}.esp-reason-grid{grid-template-columns:1fr}.esp-reason-card{min-height:0}.esp-reason-icon{margin-top:24px}.esp-capability-row{
    grid-template-columns:38px 1fr 24px;
    gap:14px;
  }.esp-capability-row p{
    grid-column:2/4;
  }.esp-final-cta-inner{
    display:block;
  }.esp-final-cta .button{
    margin-top:26px;
  }}
@media(max-width:560px){.esp-hero-copy h1{
    font-size:42px;
  }.esp-embed-visual{
    min-height:0;
    padding:20px 16px;
  }.esp-node{
    padding:14px;
  }.esp-flow{
    width:220px;
  }.esp-flow span{
    display:none;
  }.esp-section-head h2,
  .esp-final-cta h2{
    font-size:29px;
  }.esp-proof-band{
    grid-template-columns:1fr;
  }.esp-proof-item{
    border-right:0;
  }.esp-capability-row{
    padding:18px 16px;
  }}

.esp-node-itemize span,
.esp-node-outcome span{
  max-width:310px;
  font-size:10.5px;
}
.esp-capabilities .esp-section-head.compact .lead{
  max-width:860px;
  margin:14px 0 0;
  color:#5c6d80;
  font-size:16px;
  line-height:1.6;
}
@media(max-width:560px){.esp-node-itemize span,
  .esp-node-outcome span{
    font-size:10px;
  }}

.esp-reasons .esp-section-head{
  max-width:1180px;
}
.esp-reasons .esp-section-head h2{
  max-width:1160px;
  font-size:32px;
  line-height:1.10;
}
.esp-reasons .esp-section-head .lead{
  max-width:1160px;
  font-size:16px;
  line-height:1.58;
}
.esp-capabilities .esp-section-head.compact{
  max-width:1120px;
}
.esp-capabilities .esp-section-head.compact h2{
  max-width:1080px;
  font-size:32px;
  line-height:1.10;
}
.esp-capabilities .esp-section-head.compact .eyebrow{
  white-space:nowrap;
}
.esp-capabilities .esp-section-head.compact .lead{
  max-width:1080px;
}
.esp-final-cta-inner{
  gap:36px;
}
.esp-final-cta-inner > div:first-child{
  flex:1 1 auto;
  min-width:0;
}
.esp-final-cta h2{
  max-width:930px;
}
@media(min-width:821px){.esp-final-cta h2{
    white-space:nowrap;
  }}
@media(max-width:820px){.esp-desktop-break{
    display:none;
  }.esp-capabilities .esp-section-head.compact .eyebrow{
    white-space:normal;
  }.esp-reasons .esp-section-head h2,
  .esp-capabilities .esp-section-head.compact h2{
    font-size:30px;
  }}
@media(max-width:560px){.esp-reasons .esp-section-head h2,
  .esp-capabilities .esp-section-head.compact h2{
    font-size:29px;
  }}

.esp-capability-row p{
  font-size:16px;
  line-height:1.52;
}
@media(min-width:821px){.esp-reason-card h3{
    min-height:53px;
  }}

.esp-page{
  --iz-navy:#092B5C;
  --iz-blue:#1267E8;
  --iz-midnight:#061224;
  --iz-sky:#2CA8FF;
  --iz-violet:#6D5EF7;
  --iz-teal:#16C79A;
  --iz-teal-text:#0F7F6C;
  --iz-ink:#10213F;
  --iz-slate:#65748A;
  --iz-border:#DBE4EF;
  --iz-cloud:#F6F9FC;
  --iz-ice:#EDF5FF;
  --iz-soft-violet:#F2EFFF;
  --iz-soft-teal:#EBFFFB;
}
.esp-hero{background:linear-gradient(135deg,#fff 0%,var(--iz-ice) 55%,var(--iz-cloud) 100%);border-bottom-color:var(--iz-border);}
.esp-hero-copy h1,.esp-section-head h2,.esp-reason-card h3,.esp-capability-row strong,.esp-proof-item strong{color:var(--iz-navy);}
.esp-hero-copy .lead,.esp-section-head .lead,.esp-reason-card p,.esp-capability-row p{color:var(--iz-slate);}
.esp-embed-visual{
  border-color:#cddff0;
  background:linear-gradient(rgba(18,103,232,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(18,103,232,.045) 1px,transparent 1px),linear-gradient(145deg,#fff,var(--iz-cloud));
  background-size:28px 28px,28px 28px,auto;
}
.esp-embed-visual::after{background:linear-gradient(145deg,rgba(44,168,255,.13),rgba(109,94,247,.06));}
.esp-node{border-color:var(--iz-border);background:rgba(255,255,255,.97);}
.esp-node small{color:#708ba3;}
.esp-node strong{color:var(--iz-navy);}
.esp-node span{color:var(--iz-slate);}
.esp-node-icon{background:var(--iz-ice);color:var(--iz-blue);}
.esp-node-itemize{
  border-color:rgba(178,166,255,.68);
  background:linear-gradient(145deg,#453f9b,var(--iz-violet));
  box-shadow:0 16px 34px rgba(70,57,170,.20);
}
.esp-node-itemize small{color:#d6d0ff}
.esp-node-itemize span{color:#e5e1ff}
.esp-node-outcome .esp-node-icon{background:var(--iz-soft-teal);color:var(--iz-teal-text);}
.esp-flow i{background:linear-gradient(var(--iz-sky),var(--iz-teal));}
.esp-flow i::after{border-color:var(--iz-teal);}
.esp-reason-card,.esp-reason-card:nth-child(2),.esp-reason-card:nth-child(3){border-color:var(--iz-border);background:linear-gradient(145deg,#fff,var(--iz-cloud));}
.esp-reason-icon,.esp-reason-card:nth-child(2) .esp-reason-icon,.esp-reason-card:nth-child(3) .esp-reason-icon{
  border-color:#d5e5f5;background:var(--iz-ice);color:var(--iz-blue);
}
.esp-capabilities{background:var(--iz-cloud);border-color:var(--iz-border);}
.esp-capability-list,.esp-proof-band{border-color:var(--iz-border);}
.esp-capability-row{border-bottom-color:var(--iz-border);}
.esp-capability-row:hover{background:var(--iz-ice);}
.esp-capability-num,.esp-capability-row b{color:var(--iz-blue);}
.esp-proof-item{border-right-color:var(--iz-border);}
.esp-proof-item>span{color:#6787a6;}
.esp-proof-icon,
.esp-proof-item:nth-child(2) .esp-proof-icon,
.esp-proof-item:nth-child(3) .esp-proof-icon,
.esp-proof-item:nth-child(4) .esp-proof-icon,
.esp-proof-item:nth-child(5) .esp-proof-icon{
  color:var(--iz-blue);border-color:#d5e5f5;background:linear-gradient(145deg,#fff,var(--iz-ice));
}
.esp-final-cta{background:linear-gradient(135deg,var(--iz-midnight),var(--iz-navy));}
.esp-final-cta .lead{color:#bfd0e0;}

.esp-node-itemize{
  border-color:rgba(126,184,240,.72) !important;
  background:linear-gradient(145deg,var(--iz-navy),var(--iz-blue)) !important;
  box-shadow:0 16px 34px rgba(18,103,232,.20) !important;
}
.esp-node-itemize small{color:#b9d9f7 !important;}
.esp-node-itemize span{color:#d7e9f8 !important;}
.esp-reason-card{
  min-height:286px;
  padding:30px 28px 30px;
}
.esp-reason-icon,
.esp-reason-card:nth-child(2) .esp-reason-icon,
.esp-reason-card:nth-child(3) .esp-reason-icon{
  width:66px;
  height:66px;
  margin:2px 0 24px;
  border-radius:15px;
}
.esp-reason-icon svg{width:34px;height:34px;}
.esp-reason-card h3{
  margin-bottom:13px;
  font-size:23.5px;
  line-height:1.18;
}
.esp-reason-card p{
  font-size:16.5px;
  line-height:1.58;
}
.esp-capability-num{
  font-size:17px !important;
  line-height:1 !important;
  letter-spacing:.075em !important;
  font-weight:850 !important;
}
.esp-proof-item > span{display:none !important;}
.esp-proof-item{
  min-height:172px;
  padding:26px 20px 24px;
  gap:18px;
  justify-content:flex-start;
}
.esp-proof-icon,
.esp-proof-item:nth-child(2) .esp-proof-icon,
.esp-proof-item:nth-child(3) .esp-proof-icon,
.esp-proof-item:nth-child(4) .esp-proof-icon,
.esp-proof-item:nth-child(5) .esp-proof-icon{
  width:60px;
  height:60px;
  border-radius:15px;
}
.esp-proof-icon svg{width:32px;height:32px;}
.esp-proof-item strong{
  margin-top:auto;
  font-size:18.5px;
  line-height:1.3;
}
@media(max-width:820px){.esp-reason-card{min-height:0;}.esp-reason-icon{margin-top:0;}.esp-capability-num{font-size:16px !important;}}
