*{box-sizing:border-box}body{margin:0;font-family:Arial,Tahoma,sans-serif;background:#f7f8fc;color:#141722}a{text-decoration:none;color:inherit}.wrap{max-width:1120px;margin:auto;padding:0 22px}header{background:#fff;border-bottom:1px solid #e8eaf0;position:sticky;top:0;z-index:5}.nav{height:72px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:24px;font-weight:800}.logo span{color:#635bff}nav{display:flex;gap:28px;color:#555}.cart{border:0;background:#141722;color:#fff;border-radius:10px;padding:10px 15px;cursor:pointer}.cart b{background:#635bff;border-radius:20px;padding:2px 7px;margin-right:5px}.hero{display:grid;grid-template-columns:1.4fr .8fr;gap:55px;align-items:center;padding-top:80px;padding-bottom:65px}.eyebrow{color:#635bff;font-weight:700;margin-bottom:8px}.hero h1{font-size:58px;line-height:1.08;margin:10px 0 20px}.hero h1 span{color:#635bff}.lead{font-size:18px;color:#646979;line-height:1.8;max-width:650px}.primary{display:inline-block;border:0;background:#635bff;color:#fff;padding:13px 22px;border-radius:11px;font-weight:700;cursor:pointer;margin-top:12px}.hero-card{background:#141722;color:white;border-radius:25px;padding:38px;box-shadow:0 20px 50px #17192722}.orb{font-size:55px;background:#292c3b;width:100px;height:100px;border-radius:50%;display:grid;place-items:center;margin-bottom:25px}.hero-card p{color:#b9bdc9;line-height:1.7}.section{padding:55px 22px}.section h2{font-size:34px;margin:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:25px}.product{background:#fff;border:1px solid #e8eaf0;border-radius:18px;padding:22px}.thumb{height:150px;border-radius:13px;background:linear-gradient(135deg,#ecebff,#f4f5ff);display:grid;place-items:center;font-size:45px}.product h3{margin:18px 0 7px}.product p{color:#6b6f7c;line-height:1.5;min-height:45px}.price{font-size:21px;font-weight:800}.buy{float:left;border:0;background:#141722;color:#fff;padding:9px 13px;border-radius:9px;cursor:pointer}.how{padding-bottom:90px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:25px}.steps>div{background:#fff;border:1px solid #e8eaf0;border-radius:18px;padding:25px}.steps b{color:#635bff}.steps p{color:#6b6f7c}.overlay{display:none;position:fixed;inset:0;background:#0007;z-index:10}.overlay aside{background:#fff;width:min(440px,94vw);height:100%;margin-right:auto;padding:30px;overflow:auto}.overlay.show{display:block}.x{float:left;border:0;background:none;font-size:28px;cursor:pointer}.row{display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding:15px 0}.row button{border:0;background:#eee;border-radius:7px}.total{display:flex;justify-content:space-between;padding:25px 0;font-size:20px}.full{width:100%;margin-top:0}.overlay small{display:block;color:#777;margin-top:15px;line-height:1.6}footer{padding:30px;background:#141722;color:#aaa}@media(max-width:750px){.hero{grid-template-columns:1fr;padding-top:45px}.hero h1{font-size:42px}.grid,.steps{grid-template-columns:1fr}nav{display:none}}
