/* =========================================================
   ESPIRAL DIGITAL — SERVICIO TÉCNICO  v4
   Isolated design — NUCLEAR specificity vs Electro theme
   ========================================================= */
body{overflow-x:hidden}

/* ====== THEME KILLERS — must beat font-weight:400!important & text-align:justify ====== */
body.page .espst,
body.page .espst *,
body.page .espst *::before,
body.page .espst *::after{
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important;
  box-sizing:border-box!important;
  text-align:left!important;
  float:none!important;
}
body.page .espst h1,body.page .espst h2,body.page .espst h3,
body.page .espst strong{font-weight:700!important}
body.page .espst a{text-decoration:none!important;color:inherit!important}

/* ====== CONTAINER ====== */
body.page .espst{
  --c:#ce1e76;--c2:#e84d9a;--c3:#a81660;
  --cbg:rgba(206,30,118,.05);--cbg2:rgba(206,30,118,.10);--cbg3:rgba(206,30,118,.16);
  --cb:rgba(206,30,118,.18);--cb2:rgba(206,30,118,.30);
  --ink:#0f172a;--ink2:#1e293b;--sub:#475569;--mute:#94a3b8;
  --bg:#f8fafc;--bg2:#f1f5f9;--wh:#fff;--bd:#e2e8f0;--bdl:#f1f5f9;
  --sh:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -2px rgba(0,0,0,.04);
  --shm:0 10px 24px -4px rgba(0,0,0,.08),0 4px 8px -4px rgba(0,0,0,.04);
  --shl:0 20px 40px -8px rgba(0,0,0,.10);
  --shc:0 6px 20px rgba(206,30,118,.18);--shc2:0 10px 30px rgba(206,30,118,.25);
  --r:12px;--rl:18px;--rx:28px;
  position:relative!important;left:50%!important;right:50%!important;
  margin-left:-50vw!important;margin-right:-50vw!important;width:100vw!important;
  font-size:16px!important;line-height:1.6!important;color:var(--ink)!important;
  background:var(--wh)!important;isolation:isolate!important;overflow:visible!important;
}

/* Reset */
body.page .espst div,body.page .espst section,body.page .espst h1,
body.page .espst h2,body.page .espst h3,body.page .espst p,
body.page .espst a,body.page .espst span,body.page .espst strong,
body.page .espst details,body.page .espst summary,body.page .espst svg{
  margin:0!important;padding:0!important;border:0!important;vertical-align:baseline!important;
}

body.page .espst p{color:var(--sub)!important;font-size:15px!important;line-height:1.7!important}
body.page .espst p+p{margin-top:10px!important}
body.page .espst svg{display:inline-block!important;flex-shrink:0!important}

/* Wrap */
body.page .espst .espst__wrap{max-width:1120px!important;margin:0 auto!important;padding:0 28px!important;width:100%!important}

/* ====== HERO ====== */
body.page .espst .espst__hero{
  position:relative!important;padding:80px 0 72px!important;overflow:hidden!important;
  background:linear-gradient(170deg,var(--wh) 0%,var(--bg) 40%,var(--wh) 100%)!important;
  border-bottom:1px solid var(--bd)!important;
}
body.page .espst .espst__hero-deco{
  position:absolute!important;inset:0!important;pointer-events:none!important;z-index:0!important;
}
body.page .espst .espst__hero-deco svg{width:100%!important;height:100%!important}
body.page .espst .espst__hero .espst__wrap{position:relative!important;z-index:1!important}

body.page .espst .espst__hero-grid{
  display:grid!important;grid-template-columns:1fr 380px!important;gap:48px!important;align-items:center!important;
}

body.page .espst .espst__pill{
  display:inline-flex!important;align-items:center!important;gap:10px!important;
  padding:7px 16px!important;border-radius:999px!important;
  background:var(--cbg2)!important;border:1px solid var(--cb)!important;
  font-size:11px!important;font-weight:700!important;letter-spacing:.08em!important;
  text-transform:uppercase!important;color:var(--c)!important;
}
body.page .espst .espst__pill-dot{
  width:8px!important;height:8px!important;border-radius:50%!important;
  background:var(--c)!important;box-shadow:0 0 0 4px rgba(206,30,118,.15)!important;
  display:inline-block!important;animation:espst-pulse 2s ease infinite!important;
}
@keyframes espst-pulse{0%,100%{box-shadow:0 0 0 4px rgba(206,30,118,.15)}50%{box-shadow:0 0 0 8px rgba(206,30,118,.08)}}

body.page .espst .espst__title{
  font-size:clamp(30px,4.4vw,50px)!important;font-weight:800!important;
  line-height:1.08!important;letter-spacing:-.03em!important;color:var(--ink)!important;
  margin-top:20px!important;
}
body.page .espst .espst__gradient-text{
  background:linear-gradient(135deg,var(--c),var(--c2))!important;
  -webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;
  background-clip:text!important;
}
body.page .espst .espst__hero-desc{
  margin-top:18px!important;font-size:17px!important;line-height:1.7!important;
  max-width:56ch!important;color:var(--sub)!important;
}
body.page .espst .espst__hero-btns{
  display:flex!important;flex-direction:row!important;gap:14px!important;flex-wrap:wrap!important;margin-top:28px!important;
}

/* Stats panel */
body.page .espst .espst__stats-panel{
  display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;
}
body.page .espst .espst__stat-box{
  background:var(--wh)!important;border:1px solid var(--bd)!important;
  border-radius:var(--rl)!important;padding:22px 18px!important;
  box-shadow:var(--sh)!important;display:flex!important;flex-direction:column!important;
  transition:all .25s ease!important;
}
body.page .espst .espst__stat-box:hover{
  box-shadow:var(--shm)!important;transform:translateY(-2px)!important;border-color:var(--cb)!important;
}
body.page .espst .espst__stat-box.espst__stat-box--accent{
  background:linear-gradient(135deg,var(--c),var(--c3))!important;
  border-color:var(--c)!important;box-shadow:var(--shc)!important;
}
body.page .espst .espst__stat-box--accent .espst__stat-val{color:var(--wh)!important}
body.page .espst .espst__stat-box--accent .espst__stat-lbl{color:rgba(255,255,255,.85)!important}
body.page .espst .espst__stat-val{
  font-size:32px!important;font-weight:800!important;line-height:1!important;color:var(--c)!important;
  letter-spacing:-.02em!important;
}
body.page .espst .espst__stat-lbl{
  margin-top:6px!important;font-size:12px!important;line-height:1.4!important;
  color:var(--sub)!important;font-weight:500!important;
}
body.page .espst .espst__stat-icon{
  color:var(--c)!important;stroke:var(--c)!important;margin-bottom:4px!important;width:24px!important;height:24px!important;
}

/* ====== BUTTONS ====== */
body.page .espst .espst__btn{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  gap:8px!important;padding:14px 26px!important;border-radius:var(--r)!important;
  font-weight:700!important;font-size:14px!important;line-height:1.4!important;
  cursor:pointer!important;transition:all .22s ease!important;white-space:nowrap!important;
}
body.page .espst .espst__btn svg{width:18px!important;height:18px!important}
body.page .espst .espst__btn.espst__btn--fill{
  background:linear-gradient(135deg,var(--c),var(--c3))!important;
  color:var(--wh)!important;border:1px solid var(--c)!important;box-shadow:var(--shc)!important;
}
body.page .espst .espst__btn.espst__btn--fill:hover{
  background:linear-gradient(135deg,var(--c2),var(--c))!important;
  box-shadow:var(--shc2)!important;transform:translateY(-2px)!important;color:var(--wh)!important;
}
body.page .espst .espst__btn.espst__btn--ghost{
  background:var(--wh)!important;color:var(--ink)!important;
  border:1px solid var(--bd)!important;box-shadow:var(--sh)!important;
}
body.page .espst .espst__btn.espst__btn--ghost:hover{
  border-color:var(--cb2)!important;box-shadow:var(--shm)!important;transform:translateY(-2px)!important;
}
body.page .espst .espst__btn.espst__btn--white{
  background:var(--wh)!important;color:var(--c)!important;
  border:1px solid var(--wh)!important;box-shadow:0 4px 14px rgba(0,0,0,.15)!important;
  font-weight:800!important;
}
body.page .espst .espst__btn.espst__btn--white:hover{
  transform:translateY(-2px)!important;box-shadow:0 8px 24px rgba(0,0,0,.2)!important;
}
body.page .espst .espst__btn.espst__btn--glass{
  background:rgba(255,255,255,.15)!important;color:var(--wh)!important;
  border:1px solid rgba(255,255,255,.30)!important;
  -webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;
}
body.page .espst .espst__btn.espst__btn--glass:hover{
  background:rgba(255,255,255,.25)!important;transform:translateY(-2px)!important;color:var(--wh)!important;
}

/* ====== SECTIONS ====== */
body.page .espst .espst__sec{padding:76px 0!important;background:var(--wh)!important}
body.page .espst .espst__sec.espst__sec--tinted{
  background:var(--bg)!important;
  border-top:1px solid var(--bd)!important;border-bottom:1px solid var(--bd)!important;
}
body.page .espst .espst__sec-head{
  max-width:660px!important;margin:0 auto 52px!important;text-align:center!important;
}
body.page .espst .espst__sec-head *{text-align:center!important}
body.page .espst .espst__sec-tag{
  display:inline-flex!important;padding:5px 14px!important;border-radius:999px!important;
  background:var(--cbg2)!important;border:1px solid var(--cb)!important;
  font-size:11px!important;font-weight:700!important;letter-spacing:.08em!important;
  text-transform:uppercase!important;color:var(--c)!important;margin-bottom:14px!important;
}
body.page .espst .espst__sec-title{
  font-size:clamp(24px,3.2vw,36px)!important;font-weight:800!important;
  line-height:1.12!important;letter-spacing:-.02em!important;color:var(--ink)!important;
  margin-top:0!important;
}
body.page .espst .espst__sec-sub{
  margin-top:10px!important;font-size:17px!important;line-height:1.65!important;color:var(--sub)!important;
}

/* ====== SERVICE CARDS ====== */
body.page .espst .espst__svc-grid{
  display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important;
}
body.page .espst .espst__svc{
  display:flex!important;flex-direction:row!important;gap:18px!important;
  background:var(--wh)!important;border:1px solid var(--bd)!important;
  border-radius:var(--rl)!important;padding:26px 22px!important;
  box-shadow:var(--sh)!important;transition:all .25s ease!important;
  position:relative!important;overflow:hidden!important;
}
body.page .espst .espst__svc::after{
  content:""!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;
  height:3px!important;background:linear-gradient(90deg,var(--c),var(--c2))!important;
  transform:scaleX(0)!important;transition:transform .3s ease!important;transform-origin:left!important;
}
body.page .espst .espst__svc:hover{
  box-shadow:var(--shm)!important;transform:translateY(-3px)!important;border-color:var(--cb)!important;
}
body.page .espst .espst__svc:hover::after{transform:scaleX(1)!important}

body.page .espst .espst__svc-ico{
  width:52px!important;height:52px!important;min-width:52px!important;
  border-radius:var(--r)!important;display:flex!important;align-items:center!important;
  justify-content:center!important;flex-shrink:0!important;
}
body.page .espst .espst__svc-ico svg{width:28px!important;height:28px!important;color:var(--wh)!important;stroke:var(--wh)!important}
body.page .espst .espst__svc-ico--1{background:linear-gradient(135deg,#7c3aed,#a855f7)!important}
body.page .espst .espst__svc-ico--2{background:linear-gradient(135deg,var(--c),var(--c2))!important}
body.page .espst .espst__svc-ico--3{background:linear-gradient(135deg,#059669,#34d399)!important}
body.page .espst .espst__svc-ico--4{background:linear-gradient(135deg,#2563eb,#60a5fa)!important}
body.page .espst .espst__svc-ico--5{background:linear-gradient(135deg,#d97706,#fbbf24)!important}
body.page .espst .espst__svc-ico--6{background:linear-gradient(135deg,#0891b2,#22d3ee)!important}

body.page .espst .espst__svc-body h3{font-size:16px!important;font-weight:700!important;color:var(--ink)!important;margin-bottom:6px!important}
body.page .espst .espst__svc-body p{font-size:13px!important;line-height:1.65!important;color:var(--sub)!important}

/* ====== EQUIPMENT ====== */
body.page .espst .espst__eq-row{
  display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:24px!important;
}
body.page .espst .espst__eq{
  display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;
  background:var(--wh)!important;border:1px solid var(--bd)!important;
  border-radius:var(--rx)!important;padding:40px 28px 36px!important;
  box-shadow:var(--sh)!important;transition:all .25s ease!important;
}
body.page .espst .espst__eq *{text-align:center!important}
body.page .espst .espst__eq:hover{box-shadow:var(--shm)!important;transform:translateY(-4px)!important;border-color:var(--cb)!important}
body.page .espst .espst__eq-circle{
  width:80px!important;height:80px!important;border-radius:50%!important;
  background:linear-gradient(135deg,var(--cbg2),var(--cbg3))!important;
  border:2px solid var(--cb)!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  margin-bottom:20px!important;transition:all .3s ease!important;
}
body.page .espst .espst__eq:hover .espst__eq-circle{
  background:linear-gradient(135deg,var(--c),var(--c3))!important;border-color:var(--c)!important;
}
body.page .espst .espst__eq-circle svg{width:36px!important;height:36px!important;color:var(--c)!important;stroke:var(--c)!important;transition:color .3s ease!important}
body.page .espst .espst__eq:hover .espst__eq-circle svg{color:var(--wh)!important;stroke:var(--wh)!important}
body.page .espst .espst__eq h3{font-size:18px!important;font-weight:700!important;color:var(--ink)!important;margin-bottom:8px!important}
body.page .espst .espst__eq p{font-size:14px!important;max-width:280px!important;margin:0 auto!important}

/* Brands ribbon */
body.page .espst .espst__brands-ribbon{
  display:flex!important;flex-direction:row!important;align-items:center!important;
  justify-content:center!important;flex-wrap:wrap!important;gap:12px!important;
  margin-top:40px!important;padding:24px 28px!important;
  background:var(--wh)!important;border:1px solid var(--bd)!important;
  border-radius:var(--rx)!important;box-shadow:var(--sh)!important;
}
body.page .espst .espst__brands-ribbon *{text-align:center!important}
body.page .espst .espst__brand-tag{
  display:inline-flex!important;padding:10px 22px!important;border-radius:999px!important;
  background:var(--cbg)!important;border:1px solid var(--cb)!important;
  font-size:14px!important;font-weight:700!important;color:var(--ink)!important;
  transition:all .2s ease!important;cursor:default!important;
}
body.page .espst .espst__brand-tag:hover{background:var(--cbg3)!important;border-color:var(--cb2)!important;transform:translateY(-1px)!important}
body.page .espst .espst__brand-sep{
  width:4px!important;height:4px!important;border-radius:50%!important;
  background:var(--mute)!important;display:inline-block!important;
}

body.page .espst .espst__hint{
  margin-top:24px!important;padding:14px 18px!important;
  border-radius:var(--r)!important;background:var(--cbg)!important;
  border-left:3px solid var(--c)!important;font-size:14px!important;color:var(--sub)!important;
}
body.page .espst .espst__hint a{color:var(--c)!important;font-weight:700!important}

/* ====== TIMELINE ====== */
body.page .espst .espst__timeline{
  display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;
  position:relative!important;max-width:900px!important;margin:0 auto!important;
}
/* Connecting line */
body.page .espst .espst__timeline::before{
  content:""!important;position:absolute!important;top:32px!important;
  left:calc(12.5% + 24px)!important;right:calc(12.5% + 24px)!important;
  height:3px!important;background:linear-gradient(90deg,var(--c),var(--c2),var(--c))!important;
  border-radius:2px!important;z-index:0!important;
}
body.page .espst .espst__tl-step{
  display:flex!important;flex-direction:column!important;align-items:center!important;
  text-align:center!important;position:relative!important;z-index:1!important;padding:0 10px!important;
}
body.page .espst .espst__tl-step *{text-align:center!important}
body.page .espst .espst__tl-num{
  width:64px!important;height:64px!important;border-radius:50%!important;
  background:linear-gradient(135deg,var(--c),var(--c3))!important;
  color:var(--wh)!important;font-size:24px!important;font-weight:800!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  margin-bottom:18px!important;box-shadow:var(--shc),0 0 0 6px var(--wh)!important;
  position:relative!important;z-index:2!important;
}
body.page .espst .espst__tl-step h3{font-size:17px!important;font-weight:700!important;color:var(--ink)!important;margin-bottom:6px!important}
body.page .espst .espst__tl-step p{font-size:13px!important;max-width:180px!important;margin:0 auto!important;line-height:1.6!important}

/* ====== TRUST LAYOUT ====== */
body.page .espst .espst__trust-layout{
  display:grid!important;grid-template-columns:1fr 1fr!important;gap:48px!important;align-items:start!important;
}
body.page .espst .espst__trust-main .espst__sec-tag{margin-bottom:14px!important}
body.page .espst .espst__trust-main .espst__sec-title{text-align:left!important;margin-bottom:14px!important}
body.page .espst .espst__trust-intro{font-size:16px!important;line-height:1.7!important;color:var(--sub)!important}

body.page .espst .espst__trust-checks{display:flex!important;flex-direction:column!important;gap:14px!important;margin-top:24px!important}
body.page .espst .espst__tcheck{
  display:flex!important;flex-direction:row!important;gap:14px!important;
  padding:16px 18px!important;border-radius:var(--r)!important;
  background:var(--wh)!important;border:1px solid var(--bd)!important;
  box-shadow:var(--sh)!important;transition:all .2s ease!important;
}
body.page .espst .espst__tcheck:hover{box-shadow:var(--shm)!important;border-color:var(--cb)!important}
body.page .espst .espst__tcheck-ico{
  width:32px!important;height:32px!important;min-width:32px!important;border-radius:50%!important;
  background:linear-gradient(135deg,var(--c),var(--c3))!important;
  display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;
}
body.page .espst .espst__tcheck-ico svg{width:18px!important;height:18px!important;color:var(--wh)!important;stroke:var(--wh)!important}
body.page .espst .espst__tcheck-body strong{display:block!important;font-size:15px!important;color:var(--ink)!important;margin-bottom:2px!important}
body.page .espst .espst__tcheck-body span{display:block!important;font-size:13px!important;color:var(--sub)!important;line-height:1.55!important}

/* Highlight card */
body.page .espst .espst__highlight-card{
  background:var(--wh)!important;border:1px solid var(--bd)!important;
  border-radius:var(--rx)!important;padding:36px 30px!important;
  box-shadow:var(--shm)!important;position:relative!important;overflow:hidden!important;
  border-top:4px solid var(--c)!important;
}
body.page .espst .espst__highlight-card::after{
  content:""!important;position:absolute!important;top:-80px!important;right:-80px!important;
  width:200px!important;height:200px!important;border-radius:50%!important;
  background:var(--cbg2)!important;pointer-events:none!important;
}
body.page .espst .espst__hl-top{
  display:flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important;
  margin-bottom:14px!important;position:relative!important;z-index:1!important;
}
body.page .espst .espst__hl-top svg{color:var(--c)!important;stroke:var(--c)!important;width:32px!important;height:32px!important}
body.page .espst .espst__hl-top span{font-size:12px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.06em!important;color:var(--c)!important}
body.page .espst .espst__highlight-card h3{
  font-size:22px!important;font-weight:800!important;color:var(--ink)!important;
  margin-bottom:14px!important;position:relative!important;z-index:1!important;
}
body.page .espst .espst__highlight-card p{font-size:14px!important;line-height:1.7!important;position:relative!important;z-index:1!important}

body.page .espst .espst__hl-badges{
  display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important;
  margin-top:18px!important;position:relative!important;z-index:1!important;
}
body.page .espst .espst__hl-badge{
  display:inline-flex!important;align-items:center!important;gap:6px!important;
  padding:7px 12px!important;border-radius:999px!important;
  background:var(--cbg)!important;border:1px solid var(--cb)!important;
  font-size:12px!important;font-weight:600!important;color:var(--ink)!important;
}
body.page .espst .espst__hl-badge svg{width:14px!important;height:14px!important;color:var(--c)!important;stroke:var(--c)!important}

/* ====== FAQ ====== */
body.page .espst .espst__faq{
  max-width:760px!important;margin:0 auto!important;display:flex!important;flex-direction:column!important;gap:10px!important;
}
body.page .espst details.espst__faq-item{
  background:var(--wh)!important;border:1px solid var(--bd)!important;
  border-radius:var(--r)!important;overflow:hidden!important;box-shadow:var(--sh)!important;
  transition:all .2s ease!important;
}
body.page .espst details.espst__faq-item[open]{border-color:var(--cb2)!important;box-shadow:var(--shm)!important}
body.page .espst .espst__faq-q{
  display:flex!important;flex-direction:row!important;align-items:center!important;
  justify-content:space-between!important;gap:14px!important;
  padding:20px 22px!important;cursor:pointer!important;list-style:none!important;
  transition:background .15s ease!important;
}
body.page .espst .espst__faq-q::-webkit-details-marker{display:none!important}
body.page .espst .espst__faq-q::marker{display:none!important;content:""!important}
body.page .espst .espst__faq-q:hover{background:var(--bg)!important}
body.page .espst .espst__faq-q span{font-size:16px!important;font-weight:600!important;color:var(--ink)!important;flex:1!important}
body.page .espst .espst__faq-arrow{
  color:var(--mute)!important;stroke:var(--mute)!important;transition:all .25s ease!important;
  flex-shrink:0!important;width:20px!important;height:20px!important;
}
body.page .espst details.espst__faq-item[open] .espst__faq-arrow{transform:rotate(180deg)!important;color:var(--c)!important;stroke:var(--c)!important}
body.page .espst .espst__faq-a{padding:0 22px 20px!important;border-top:1px solid var(--bdl)!important}
body.page .espst .espst__faq-a p{padding-top:14px!important;font-size:15px!important;line-height:1.7!important}

/* ====== CTA ====== */
body.page .espst .espst__cta-sec{padding:76px 0!important;background:var(--bg)!important;border-top:1px solid var(--bd)!important}
body.page .espst .espst__cta-card{
  background:linear-gradient(135deg,var(--c),var(--c3))!important;
  border-radius:var(--rx)!important;overflow:hidden!important;
  box-shadow:var(--shc2),var(--shl)!important;position:relative!important;
}
body.page .espst .espst__cta-card::before{
  content:""!important;position:absolute!important;inset:0!important;
  background:
    radial-gradient(ellipse 500px 300px at 0% 0%,rgba(255,255,255,.15),transparent 60%),
    radial-gradient(ellipse 400px 300px at 100% 100%,rgba(0,0,0,.10),transparent 60%)!important;
  pointer-events:none!important;
}
body.page .espst .espst__cta-inner{
  position:relative!important;z-index:1!important;padding:56px 48px!important;
  text-align:center!important;
}
body.page .espst .espst__cta-inner *{text-align:center!important}
body.page .espst .espst__cta-title{
  font-size:clamp(24px,3vw,36px)!important;font-weight:800!important;
  color:var(--wh)!important;margin-bottom:12px!important;
}
body.page .espst .espst__cta-desc{font-size:17px!important;color:rgba(255,255,255,.85)!important;max-width:520px!important;margin:0 auto!important}
body.page .espst .espst__cta-btns{
  display:flex!important;flex-direction:row!important;gap:14px!important;
  justify-content:center!important;flex-wrap:wrap!important;margin-top:28px!important;
}

/* ====== RESPONSIVE ====== */
@media(max-width:1024px){
  body.page .espst .espst__hero-grid{grid-template-columns:1fr!important;gap:36px!important}
  body.page .espst .espst__stats-panel{grid-template-columns:repeat(4,1fr)!important;gap:10px!important}
  body.page .espst .espst__stat-box{padding:16px 14px!important}
  body.page .espst .espst__stat-val{font-size:24px!important}
}
@media(max-width:768px){
  body.page .espst .espst__hero{padding:56px 0 48px!important}
  body.page .espst .espst__sec{padding:56px 0!important}
  body.page .espst .espst__sec.espst__sec--tinted{padding:56px 0!important}
  body.page .espst .espst__svc-grid{grid-template-columns:1fr 1fr!important}
  body.page .espst .espst__eq-row{grid-template-columns:1fr!important;gap:16px!important;max-width:400px!important;margin:0 auto!important}
  body.page .espst .espst__timeline{grid-template-columns:1fr 1fr!important;gap:20px!important}
  body.page .espst .espst__timeline::before{display:none!important}
  body.page .espst .espst__tl-num{width:52px!important;height:52px!important;font-size:20px!important;box-shadow:var(--shc)!important}
  body.page .espst .espst__trust-layout{grid-template-columns:1fr!important;gap:32px!important}
  body.page .espst .espst__stats-panel{grid-template-columns:1fr 1fr!important}
  body.page .espst .espst__brands-ribbon{gap:8px!important;padding:18px 20px!important}
  body.page .espst .espst__brand-sep{display:none!important}
  body.page .espst .espst__cta-inner{padding:40px 28px!important}
  body.page .espst .espst__sec-head{margin-bottom:40px!important}
}
@media(max-width:520px){
  body.page .espst .espst__svc-grid{grid-template-columns:1fr!important}
  body.page .espst .espst__timeline{grid-template-columns:1fr 1fr!important}
  body.page .espst .espst__btn{width:100%!important}
  body.page .espst .espst__cta-btns .espst__btn{width:100%!important}
  body.page .espst .espst__wrap{padding:0 18px!important}
  body.page .espst .espst__stat-val{font-size:22px!important}
  body.page .espst .espst__brand-tag{padding:8px 14px!important;font-size:12px!important}
}

/* Reduced motion */
@media(prefers-reduced-motion:reduce){
  body.page .espst,body.page .espst *{transition-duration:.01ms!important;animation-duration:.01ms!important}
}
