
*{box-sizing:border-box}body{margin:0}.app-page{min-height:100vh;background:linear-gradient(180deg,#07111f,#0b1728);color:#f7f9fc;font-family:Inter,system-ui,sans-serif}.app-shell{width:min(1080px,calc(100% - 32px));margin:auto}.app-topbar{padding:24px 0;display:flex;justify-content:space-between;align-items:center}.app-topbar a{color:#c8d4e3;text-decoration:none}.back-link{display:inline-flex;gap:8px;align-items:center}.product-hero{padding:70px 0 55px;display:grid;grid-template-columns:auto 1fr;gap:34px;align-items:center}.product-icon{width:120px;height:120px;border-radius:30px;display:grid;place-items:center;font-size:52px;font-weight:800;box-shadow:0 24px 60px rgba(0,0,0,.3)}.product-copy h1{font-size:clamp(42px,7vw,72px);letter-spacing:-.05em;margin:10px 0}.product-copy p{color:#9cafc5;font-size:18px;line-height:1.7;max-width:740px}.badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.08);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.product-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.product-actions a,.product-actions span{padding:14px 18px;border-radius:13px;text-decoration:none;font-weight:700}.primary-btn{background:linear-gradient(135deg,#6d7cff,#9d65ff);color:white}.primary-btn.disabled{opacity:.55}.ghost-btn{border:1px solid rgba(255,255,255,.13);color:#dbe5f1}.product-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;padding-bottom:90px}.panel{border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:30px;background:rgba(255,255,255,.045)}.panel h2{font-size:28px;margin-top:0}.panel p,.feature-list{color:#9cafc5;line-height:1.75}.feature-list{padding-left:20px}.feature-list li{margin:11px 0}.meta-row{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);padding:13px 0;color:#9cafc5}.meta-row:last-child{border-bottom:0}@media(max-width:760px){.product-hero{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.product-icon{width:95px;height:95px}}
