*{box-sizing:border-box}body{margin:0;background:#080808;color:#eee;font-family:Arial,Tahoma,sans-serif}header{position:sticky;top:0;z-index:9;background:#080808ed;backdrop-filter:blur(15px);border-bottom:1px solid #1d1d1d}.top{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 7%}.logo{font-size:24px;font-weight:900;letter-spacing:3px}.logo span{font-size:10px;color:#888;letter-spacing:4px}header button,.add{border:1px solid #333;background:#eee;color:#111;padding:10px 16px;border-radius:10px;font-weight:800;cursor:pointer}header b{background:#111;color:#fff;border-radius:20px;padding:2px 7px}nav{display:flex;justify-content:center;gap:35px;padding:0 0 18px;color:#888;font-size:13px}nav a{color:inherit;text-decoration:none}nav a:hover{color:#fff}.hero{min-height:600px;padding:100px 9%;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;background:radial-gradient(circle at 70% 50%,#272727,#080808 38%)}small{color:#777;letter-spacing:3px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.1;margin:15px 0}.hero em{color:#777;font-style:normal}.hero p{color:#888;font-size:17px}.cta{display:inline-block;background:#eee;color:#111;padding:13px 24px;border-radius:11px;font-weight:800;margin-top:18px;text-decoration:none}.heroBox{width:340px;height:340px;margin:auto;border:1px solid #333;border-radius:35px;background:linear-gradient(145deg,#1e1e1e,#080808);display:grid;place-items:center;font-size:170px;font-weight:900;color:#777;box-shadow:0 30px 100px #000}.section{padding:85px 8%}.section h2{font-size:38px;margin:12px 0 35px}.cats{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.cats div{height:150px;border:1px solid #202020;border-radius:18px;background:#101010;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;font-size:30px;color:#777}.cats b{font-size:12px;color:#ddd;text-align:center}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#101010;border:1px solid #202020;border-radius:18px;padding:15px}.pic{height:210px;border-radius:13px;background:linear-gradient(135deg,#242424,#0b0b0b);display:grid;place-items:center;font-size:70px;color:#777;font-weight:900}.card h3{margin:15px 0 5px}.desc{color:#777;font-size:13px}.row{display:flex;justify-content:space-between;align-items:center;margin-top:17px}.features{padding:55px 8%;display:grid;grid-template-columns:repeat(3,1fr);gap:15px;background:#0d0d0d;border-top:1px solid #191919;border-bottom:1px solid #191919}.features div{padding:25px}.features strong{font-size:30px;color:#777}.features p{color:#777}.section details{border-bottom:1px solid #222;padding:22px 0;color:#aaa}.section summary{cursor:pointer;color:#eee;font-weight:bold}footer{padding:60px 8%;border-top:1px solid #1b1b1b;color:#777}footer .logo{color:#eee;margin-bottom:15px}#shade{display:none;position:fixed;inset:0;background:#000b;z-index:19}#cart{position:fixed;z-index:20;top:0;right:-430px;width:min(430px,100%);height:100%;background:#101010;padding:25px;transition:.3s;display:flex;flex-direction:column}#cart.open{right:0}#shade.open{display:block}.cartHead{display:flex;justify-content:space-between}.cartHead button{background:none;border:0;color:#fff;font-size:30px}.item{padding:16px 0;border-bottom:1px solid #222;display:flex;justify-content:space-between}.remove{background:none;border:0;color:#777}.sum{margin-top:auto;padding:18px 0;border-top:1px solid #222;display:flex;justify-content:space-between}.pay{border:0;border-radius:10px;padding:14px;background:#eee;font-weight:900}.empty{color:#666;text-align:center;padding:40px}@media(max-width:800px){nav{display:none}.hero{grid-template-columns:1fr;padding:70px 6%}.heroBox{width:260px;height:260px}.cats{grid-template-columns:repeat(2,1fr)}.grid,.features{grid-template-columns:1fr}.section{padding:60px 6%}}