/* Make the full ManPro AI portfolio the landing-page first impression. */
.hero#home{display:none}.product-launch{min-height:calc(100vh - 76px);padding:clamp(38px,5vh,62px) max(6vw,32px) 38px;background:radial-gradient(circle at 10% 13%,#e8e7ff 0,transparent 25%),radial-gradient(circle at 90% 90%,#d7f5fa 0,transparent 23%),linear-gradient(135deg,#fcfcff,#f2f4ff);overflow:hidden}.launch-heading{max-width:850px;margin:0 auto 28px;text-align:center}.launch-heading h1{margin:12px 0 10px;color:#11192e;font-size:clamp(34px,4.1vw,58px);line-height:1.04;letter-spacing:-2.4px}.launch-heading h1 em{font-style:normal;color:#5c54e8}.launch-heading p{margin:0;color:#556176;font-size:15px;line-height:1.65}.launch-grid{max-width:1230px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.launch-product{position:relative;display:block;min-height:190px;overflow:hidden;border:1px solid rgba(207,211,233,.9);border-radius:17px;background:#fff;box-shadow:0 12px 28px rgba(27,30,82,.1);text-decoration:none;transition:transform .24s,box-shadow .24s}.launch-product:hover{z-index:1;transform:translateY(-6px);box-shadow:0 24px 42px rgba(53,47,144,.2)}.launch-product img{display:block;width:100%;height:190px;object-fit:cover;transition:transform .32s}.launch-product:hover img{transform:scale(1.05)}.launch-product:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,13,38,.7),rgba(9,13,38,0) 62%);pointer-events:none}.launch-product span{position:absolute;z-index:1;bottom:0;left:0;right:0;display:flex;align-items:center;gap:8px;padding:14px 16px;color:#fff;font-size:15px;font-weight:800}.launch-product span>i{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:rgba(255,255,255,.18);font-size:12px}.launch-product b{margin-left:auto;font-size:10px;letter-spacing:.3px}.launch-product b i{margin-left:4px}.product-launch+.proof-strip{display:none}@media(max-width:850px){.product-launch{min-height:auto;padding:46px 22px}.launch-grid{grid-template-columns:repeat(2,1fr)}.launch-product,.launch-product img{height:175px;min-height:175px}}@media(max-width:520px){.launch-heading{text-align:left}.launch-heading h1{font-size:38px}.launch-grid{grid-template-columns:1fr;gap:13px}.launch-product,.launch-product img{height:168px;min-height:168px}}
