
.wlm-feature-page{max-width:1120px;margin:0 auto;padding:42px 20px 70px;color:#14213d}
.wlm-feature-page-hero{display:grid;grid-template-columns:92px minmax(0,1fr);gap:24px;align-items:center;padding:36px;border-radius:22px;background:linear-gradient(135deg,#071f4d,#123a76);color:#fff;box-shadow:0 20px 55px rgba(7,31,77,.16)}
.wlm-feature-page-icon{width:82px;height:82px;display:grid;place-items:center;border-radius:20px;background:#e9f8ef;color:#159447;font-size:36px;font-weight:800}
.wlm-feature-page-eyebrow{display:block;margin-bottom:8px;color:#9ee7b9;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.wlm-feature-page-hero h1{margin:0 0 12px;color:#fff;font-size:clamp(34px,5vw,54px);line-height:1.05}
.wlm-feature-page-hero p{max-width:800px;margin:0;color:#e3ebf8;font-size:18px;line-height:1.6}
.wlm-feature-page-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:30px 0}
.wlm-feature-page-section{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:24px;border:1px solid #dbe4f1;border-radius:16px;background:#fff;box-shadow:0 8px 26px rgba(7,31,77,.05)}
.wlm-feature-page-section>span{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#e9f8ef;color:#159447;font-weight:850}
.wlm-feature-page-section h2{margin:2px 0 9px;color:#071f4d;font-size:21px}
.wlm-feature-page-section p{margin:0;color:#55627a;line-height:1.68}
.wlm-feature-page-links{padding:26px;border-radius:16px;background:#f2f6fc}
.wlm-feature-page-links h2{margin:0 0 16px;color:#071f4d}
.wlm-feature-page-links>div{display:flex;gap:10px;flex-wrap:wrap}
.wlm-feature-page-links a{display:inline-flex;padding:11px 15px;border-radius:9px;background:#fff;color:#071f4d;font-weight:750;text-decoration:none;border:1px solid #d7e0ed}
.wlm-feature-page-links a:hover{border-color:#159447;color:#159447}
.wlm-feature-page-back{margin-top:28px}
@media(max-width:760px){
 .wlm-feature-page-hero{grid-template-columns:1fr;padding:26px}
 .wlm-feature-page-sections{grid-template-columns:1fr}
}
