.identity-page{min-height:calc(100vh - 84px);background:linear-gradient(135deg,#c90008,#f0080f);padding:80px 24px;display:grid;place-items:center}.identity-card{width:min(720px,100%);background:#fff;border-radius:18px;box-shadow:0 30px 90px rgba(70,0,0,.32);padding:62px;position:relative;overflow:hidden}.identity-card:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:#f2f7fc;right:-80px;top:-80px}.identity-icon{position:relative;margin-left:auto;width:190px;height:190px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#eaf6ff,#fff);font-size:90px;margin-top:-25px}.identity-card h1{font-size:58px;line-height:.9;letter-spacing:.12em;margin:-145px 0 55px;color:#111829;max-width:270px}.identity-card h1:after{content:"";display:block;width:48px;height:5px;background:var(--red);margin-top:24px}.identity-card p{position:relative;font-size:15px;line-height:1.65;color:#20242a}.identity-back{display:inline-block;margin-top:18px;color:var(--red);font-weight:800}.subproduct-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;list-style:none;padding:8px 0 2px;margin:0}.subproduct-grid li{border:1px solid #d5dadd;background:#fff;padding:13px 15px;color:#111;font-size:14px}.subproduct-grid li:before{content:"◦";margin-right:6px;color:var(--red);font-weight:800}@media(max-width:650px){.identity-page{padding:35px 18px}.identity-card{padding:38px 28px}.identity-icon{width:125px;height:125px;font-size:60px}.identity-card h1{font-size:42px;margin:-95px 0 45px;max-width:190px}.subproduct-grid{grid-template-columns:1fr}}
