/* pe-theme */
/* dark bands -> deep navy gradient with glow */
#why .mstick{background:linear-gradient(150deg,#141a2e 0%,#1d2b44 60%,#24384E 100%)!important;position:relative;overflow:hidden}
#why .mstick::after{content:"";position:absolute;inset:0;background:radial-gradient(50rem 26rem at 82% 0%,rgba(127,151,236,.28),transparent 60%);pointer-events:none}
#why .mbox{position:relative;z-index:1}
.cta-band{background:linear-gradient(150deg,#141a2e 0%,#1d2b44 60%,#24384E 100%)!important;position:relative;overflow:hidden}
.cta-band::after{content:"";position:absolute;inset:0;background:radial-gradient(50rem 26rem at 82% 0%,rgba(127,151,236,.28),transparent 60%);pointer-events:none}
.cta-band>*{position:relative;z-index:1}
/* solution band -> blue family */
.solband{background:linear-gradient(150deg,#eef2fb 0%,#dde6f8 45%,#cfe0f5 100%)!important}
.scard{background:linear-gradient(150deg,#141a2e 0%,#1d2b44 60%,#24384E 100%);border-color:rgba(127,151,236,.25)}
/* explore tiles -> blue family */
.xtile[style*="ld-sage"],.xtile[style*="E3E8DF"]{background:linear-gradient(150deg,#dde6f8 0%,#cfe0f5 70%,#bcd4ef 100%)!important}
.xtile[style*="24384E"]{background:linear-gradient(150deg,#141a2e 0%,#1d2b44 60%,#24384E 100%)!important}
.xtile[style*="ld-card"],.xtile[style*="EDEAE4"]{background:linear-gradient(150deg,#eef2fb 0%,#e3ebf7 100%)!important}
/* capabilities tiles -> blue family */
.capmosaic>*:nth-child(1){background:linear-gradient(150deg,#f2f4f9 0%,#e6ebf5 100%)!important}
.capmosaic>*:nth-child(4){background:linear-gradient(150deg,#141a2e 0%,#1d2b44 60%,#24384E 100%)!important}
.capmosaic>*:nth-child(5){background:linear-gradient(150deg,#aebfcb 0%,#c3d2dc 100%)!important}
.capmosaic>*:nth-child(6){background:linear-gradient(150deg,#dde6f8 0%,#cfe0f5 75%,#bcd4ef 100%)!important}
/* team cards, news thumbs already blue; seccards frosted */
.seccard{background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.7);box-shadow:0 24px 60px rgba(77,110,180,.14)}
/* subpage heroes -> soft blue clouds */
.pghero{background:radial-gradient(60rem 34rem at 78% -10%,rgba(159,183,240,.5),transparent 60%),radial-gradient(48rem 30rem at 8% 8%,rgba(207,224,245,.8),transparent 58%),linear-gradient(180deg,#eef2fb 0%,var(--parchment) 78%);padding-bottom:clamp(50px,6vw,90px)}
