:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}body{margin:0}.wrap{max-width:1180px;margin:auto;padding:0 18px}header{background:#071b34;color:white;padding:18px 0;position:sticky;top:0;z-index:2}.brand{font-weight:900;letter-spacing:.08em;color:white;text-decoration:none;font-size:22px}.hero{padding:58px 0 34px;background:linear-gradient(135deg,#071b34,#123d68);color:white}.hero h1{font-size:clamp(34px,6vw,64px);margin:0 0 12px}.hero p{max-width:760px;opacity:.9;font-size:18px}.search{display:flex;gap:10px;margin-top:22px}.search input{flex:1;padding:15px;border:0;border-radius:12px;font-size:16px}.search button,.cta{background:#0f6fff;color:white;border:0;border-radius:12px;padding:14px 18px;font-weight:800;text-decoration:none;display:inline-block}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;padding:30px 0}.card{background:white;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.06)}.card img{width:100%;aspect-ratio:1/1;object-fit:contain;background:white}.card-body{padding:15px}.card h2{font-size:16px;line-height:1.35;margin:8px 0 10px}.muted{color:#64748b;font-size:13px}.price{font-weight:900;font-size:20px;margin:8px 0}.product{max-width:1100px;margin:34px auto;padding:0 18px;display:grid;grid-template-columns:minmax(280px,1fr) minmax(0,1.2fr);gap:38px}.product .media img{width:100%;max-height:620px;object-fit:contain;background:white;border-radius:18px}.product h1{font-size:clamp(28px,5vw,48px);line-height:1.05}.desc{line-height:1.65}.platform{font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.08em;color:#0f6fff}.pending,.disclosure{font-size:13px;color:#64748b;margin-top:16px}@media(max-width:760px){.product{grid-template-columns:1fr}.hero{padding-top:38px}}