*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#171717;background:#fff;line-height:1.6}.container{width:min(1120px,92%);margin:auto}.header{position:sticky;top:0;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid #eee;z-index:20}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:25px}.logo{font-size:25px;font-weight:800;color:#111;text-decoration:none}.logo span{color:#7c3aed}.nav nav{display:flex;gap:28px}.nav nav a{color:#444;text-decoration:none;font-weight:600}.cart-btn{border:1px solid #ddd;background:#fff;border-radius:10px;padding:10px 16px;font-weight:700;cursor:pointer}.cart-btn span{background:#7c3aed;color:#fff;border-radius:20px;padding:2px 7px;margin-left:5px}.hero{background:linear-gradient(135deg,#faf7ff,#f5f3ff);padding:90px 0}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:50px}.eyebrow{font-size:12px;letter-spacing:2px;color:#7c3aed;font-weight:800}.hero h1{font-size:clamp(44px,7vw,76px);line-height:1.05;margin:15px 0}.hero h1 span{color:#7c3aed}.hero-text{font-size:18px;color:#666;max-width:560px;margin-bottom:30px}.btn{display:inline-block;background:#7c3aed;color:#fff;text-decoration:none;border:0;border-radius:10px;padding:13px 23px;font-weight:800;cursor:pointer}.hero-card{min-height:330px;border-radius:28px;background:#171717;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 25px 60px #0002}.hero-circle{width:150px;height:150px;border-radius:50%;background:#7c3aed;display:grid;place-items:center;font-size:90px;font-weight:900;margin-bottom:25px}.hero-card p{margin:0;color:#bbb}.hero-card strong{font-size:22px}.section{padding:85px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:35px}.section h2,.about h2,.contact h2{font-size:40px;line-height:1.15;margin:8px 0}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{background:#fff;border:1px solid #ddd;padding:9px 15px;border-radius:20px;cursor:pointer}.filter.active{background:#171717;color:#fff;border-color:#171717}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{border:1px solid #eee;border-radius:18px;overflow:hidden;background:#fff}.product-img{height:230px;background:#f4f4f5;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;display:block}.product-body{padding:18px}.product-body h3{margin:0 0 5px;font-size:18px}.category{font-size:12px;color:#888;text-transform:uppercase}.price{font-size:21px;font-weight:900;margin:12px 0}.add{width:100%;border:0;background:#171717;color:#fff;padding:11px;border-radius:9px;font-weight:700;cursor:pointer}.about{background:#171717;color:#fff;padding:90px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.about p{color:#bbb}.features{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:25px}.features b{color:#a78bfa;margin-right:8px}.contact{text-align:center}.contact a{color:#7c3aed;font-weight:800}.footer{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:30px 0}.footer p{color:#777}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.footer-links a{color:#666;text-decoration:none;font-size:14px}.footer-links a:hover{color:#7c3aed}.modal{display:none;position:fixed;inset:0;background:#0008;z-index:50;align-items:center;justify-content:center;padding:20px}.modal.show{display:flex}.modal-box{background:#fff;width:min(500px,100%);max-height:90vh;overflow:auto;border-radius:18px;padding:28px;position:relative}.close{position:absolute;right:15px;top:10px;border:0;background:none;font-size:30px;cursor:pointer}.cart-row{display:flex;justify-content:space-between;gap:10px;padding:12px 0;border-bottom:1px solid #eee}.remove{border:0;background:#fee2e2;color:#991b1b;border-radius:6px;cursor:pointer}.cart-total{font-size:20px;padding:20px 0}.full{width:100%}@media(max-width:850px){.hero-grid,.about-grid{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}.section-head{align-items:start;flex-direction:column}}@media(max-width:520px){.nav nav{display:none}.products{grid-template-columns:1fr}.hero{padding:60px 0}.hero-card{min-height:260px}.section h2,.about h2,.contact h2{font-size:32px}.footer{flex-direction:column;align-items:flex-start}}