*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#0b1020;color:#f5f7fb;line-height:1.6}a{color:inherit}.nav{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;padding:18px max(5vw,24px);background:rgba(11,16,32,.92);backdrop-filter:blur(14px);border-bottom:1px solid #252b3d;z-index:10}.brand{text-decoration:none;font-weight:800;font-size:1.2rem}.nav nav{display:flex;gap:22px}.nav nav a{text-decoration:none;color:#c7cede}.hero,.section{max-width:1080px;margin:auto;padding:90px 24px}.hero{min-height:72vh;display:flex;flex-direction:column;justify-content:center}.eyebrow{letter-spacing:.18em;font-size:.78rem;color:#9fa9bd;font-weight:700}.hero h1{font-size:clamp(3rem,10vw,7rem);line-height:.95;margin:12px 0}.lead{font-size:clamp(1.1rem,2vw,1.4rem);max-width:680px;color:#c7cede}.button{display:inline-block;width:max-content;margin-top:22px;padding:14px 20px;border-radius:12px;background:#f5f7fb;color:#0b1020;text-decoration:none;font-weight:800}.section h2{font-size:clamp(2rem,5vw,3.5rem);line-height:1.05}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cards article,.buy,details{border:1px solid #293147;border-radius:18px;background:#12192b}.cards article{padding:24px}.cards p,.buy p,details p{color:#bfc8d8}.buy{text-align:center;max-width:700px;margin:60px auto;padding:60px 28px}.price{font-size:3rem;font-weight:900;margin:18px}.status{min-height:1.5em}details{padding:18px 22px;margin:12px 0}summary{cursor:pointer;font-weight:700}footer{display:flex;justify-content:space-between;gap:20px;padding:32px max(5vw,24px);border-top:1px solid #252b3d;color:#9fa9bd}@media(max-width:720px){.cards{grid-template-columns:1fr}.nav nav{gap:12px;font-size:.9rem}footer{flex-direction:column}}