*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tahoma,Arial,sans-serif;background:#f7f9fc;color:#101828}a{text-decoration:none;color:inherit}button,input{font:inherit}.container{width:min(1120px,92%);margin:auto}.header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid #e7eaf0}.nav{min-height:76px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:20px;color:#075ee8}.brand img{width:48px;height:48px;object-fit:contain}.nav nav{display:flex;gap:20px;flex:1;justify-content:center}.nav nav a{font-weight:700;color:#344054}.nav nav a:hover{color:#075ee8}.cart-btn,.primary-btn,.whatsapp-btn{border:0;border-radius:14px;padding:12px 18px;cursor:pointer;font-weight:800}.cart-btn{background:#eef5ff;color:#075ee8}.hero{padding:78px 0;background:radial-gradient(circle at 80% 20%,#dcebff,transparent 35%),linear-gradient(135deg,#fff,#eef6ff)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:40px}.badge,.eyebrow{display:inline-block;color:#075ee8;font-weight:800}.hero h1{font-size:clamp(36px,6vw,64px);line-height:1.1;margin:16px 0}.hero h1 span{color:#075ee8}.hero p{font-size:19px;color:#667085;line-height:1.8;max-width:650px}.primary-btn{display:inline-block;background:#075ee8;color:#fff;box-shadow:0 10px 30px rgba(7,94,232,.2)}.hero-card{min-height:340px;border-radius:32px;background:#fff;display:grid;place-items:center;box-shadow:0 25px 70px rgba(16,24,40,.12);overflow:hidden}.hero-card img{width:85%;max-height:340px;object-fit:contain}.section{padding:75px 0}.light{background:#fff}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.section h2{font-size:32px;margin:8px 0}.search{width:min(330px,100%);padding:14px 16px;border:1px solid #d0d5dd;border-radius:14px;outline:0;background:#fff}.categories{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.cat{border:1px solid #d0d5dd;background:#fff;padding:9px 15px;border-radius:999px;cursor:pointer}.cat.active{background:#075ee8;color:#fff;border-color:#075ee8}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product{background:#fff;border:1px solid #e7eaf0;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(16,24,40,.05)}.product-img{height:230px;background:#f2f4f7;display:grid;place-items:center}.product-img img{width:100%;height:100%;object-fit:cover}.product-body{padding:20px}.product-body h3{margin:0 0 8px}.product-body p{color:#667085;min-height:48px;line-height:1.6}.price{font-size:21px;font-weight:900;color:#075ee8;margin:16px 0}.product-actions .add{width:100%;border:0;border-radius:12px;background:#075ee8;color:#fff;padding:12px;cursor:pointer;font-weight:800}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-card{padding:25px;border:1px solid #e7eaf0;border-radius:20px}.info-card span{font-size:28px}.info-card p{color:#667085;line-height:1.6}.contact{background:#075ee8;color:#fff}.contact-box{display:flex;align-items:center;justify-content:space-between;gap:25px}.contact .eyebrow{color:#dbeafe}.whatsapp-btn{background:#25d366;color:#fff}.footer-inner{min-height:80px;display:flex;justify-content:space-between;align-items:center;color:#667085}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:29;display:none}.overlay.show{display:block}.cart-panel{position:fixed;top:0;right:-460px;width:min(460px,100%);height:100vh;background:#fff;z-index:30;padding:22px;transition:.25s;display:flex;flex-direction:column}.cart-panel.open{right:0}.cart-head{display:flex;justify-content:space-between;align-items:center}.icon-btn{border:0;background:#f2f4f7;border-radius:10px;padding:9px;cursor:pointer}.cart-items{flex:1;overflow:auto;padding:15px 0}.cart-row{display:grid;grid-template-columns:65px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.cart-row img{width:65px;height:65px;object-fit:cover;border-radius:10px}.qty{display:flex;align-items:center;gap:8px;margin-top:8px}.qty button{border:1px solid #ddd;background:#fff;border-radius:7px;width:28px;height:28px;cursor:pointer}.remove{border:0;background:none;color:#d92d20;cursor:pointer}.cart-total{display:flex;justify-content:space-between;padding:18px 0;font-size:20px;border-top:1px solid #eee}.checkout{display:grid;gap:10px}.checkout input{padding:12px;border:1px solid #d0d5dd;border-radius:10px}.full{width:100%;text-align:center}.checkout small{color:#667085}.loading,.empty{text-align:center;padding:45px;color:#667085}.error{color:#b42318;text-align:center;padding:40px}@media(max-width:850px){.nav nav{display:none}.hero-grid,.products-grid,.info-grid{grid-template-columns:1fr}.section-head,.contact-box{align-items:stretch;flex-direction:column}.hero{padding:50px 0}.hero-card{min-height:250px}.footer-inner{flex-direction:column;justify-content:center;gap:8px;padding:18px 0}}