*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#020617;color:#f0fdf4;line-height:1.65}a{color:#2dd4bf}header,main,footer{max-width:920px;margin:auto;padding:24px}header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.1)}header img{width:123px;height:80px;object-fit:contain}nav{display:flex;gap:18px;flex-wrap:wrap}main{padding-top:56px;padding-bottom:64px}.panel{background:rgba(15,23,42,.84);border:1px solid rgba(45,212,191,.18);border-radius:24px;padding:clamp(24px,5vw,44px);box-shadow:0 24px 80px rgba(0,0,0,.28)}h1{font-size:clamp(2.35rem,6vw,4.4rem);line-height:1.08;margin:0 0 22px}h2{font-size:clamp(1.45rem,3vw,2rem);margin:40px 0 10px}p,li{color:#cbd5e1}ul{padding-left:22px}.lede{font-size:1.15rem}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.button{display:inline-block;border-radius:999px;padding:12px 20px;background:#2dd4bf;color:#052e2b;text-decoration:none;font-weight:750}.button.secondary{background:transparent;color:#2dd4bf;border:1px solid #2dd4bf}.product-hero{display:grid;grid-template-columns:180px 1fr;gap:30px;align-items:center}.product-hero img{width:180px;height:180px;object-fit:cover;border-radius:28px}label{display:block;margin-top:18px;color:#e2e8f0;font-weight:650}input,textarea{width:100%;padding:13px;margin-top:7px;border-radius:10px;border:1px solid #475569;background:#0f172a;color:#fff;font:inherit}button{border:0;cursor:pointer;margin-top:20px}footer{border-top:1px solid rgba(255,255,255,.1);color:#94a3b8}.footer-links{display:flex;gap:16px;flex-wrap:wrap}@media(max-width:640px){header{align-items:flex-start}.product-hero{grid-template-columns:1fr}.product-hero img{width:140px;height:140px}}