.case-study{position:relative;margin:34px 0;padding:clamp(24px,4vw,36px);overflow:hidden;border-radius:24px;background:var(--academy-navy);color:#fff;box-shadow:0 22px 60px rgba(11,34,57,.16)}
.case-study:after{content:"";position:absolute;right:-70px;top:-70px;width:220px;height:220px;border:1px solid rgba(139,213,255,.26);border-radius:50%;box-shadow:0 0 0 42px rgba(30,111,168,.08)}
.case-study>*{position:relative;z-index:1}
.case-study-label{color:#8bd5ff;font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.case-study h2{max-width:680px;margin:12px 0 10px;color:#fff;font-size:clamp(25px,3vw,34px)}
.case-study p{max-width:720px;color:#d6e5ee;line-height:1.7}
.case-study ol{display:grid;gap:10px;max-width:740px;margin:22px 0;padding:0;list-style:none;counter-reset:case-step}
.case-study li{counter-increment:case-step;display:grid;grid-template-columns:30px 1fr;gap:11px;align-items:start;color:#f4f9fc;line-height:1.55}
.case-study li:before{content:counter(case-step);display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:rgba(139,213,255,.14);color:#8bd5ff;font-size:12px;font-weight:900}
.case-study-result{padding:15px 17px;border:1px solid rgba(139,213,255,.25);border-radius:13px;background:rgba(255,255,255,.07);color:#fff;font-weight:800;line-height:1.55}
.product-example{margin:38px 0 0;overflow:hidden;border:1px solid var(--academy-border);border-radius:24px;background:#fff;box-shadow:0 18px 50px rgba(11,34,57,.08)}
.product-example-head{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px 21px;border-bottom:1px solid var(--academy-border)}
.product-example-head span{color:var(--academy-action);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.product-example-head strong{color:var(--academy-blue);font-size:13px}
.product-example img{display:block;width:100%;height:auto;background:#edf3f7}
.product-example figcaption{padding:15px 20px;color:var(--academy-muted);font-size:12px;line-height:1.55}
@media(max-width:600px){.product-example-head{align-items:flex-start;flex-direction:column}.case-study{border-radius:20px}}
