*{box-sizing:border-box}body{margin:0;font-family:'Inter',Arial,sans-serif;color:#111}
.container{max-width:1100px;margin:0 auto;padding:0 16px}
.logo{height:28px;margin-right:10px}
.nav{position:sticky;top:0;background:#fff;border-bottom:1px solid #eaeaea;z-index:10}
.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.brand{font-weight:800;font-size:20px}.brand span{color:#0d6efd}
.nav a{margin-left:16px;text-decoration:none;color:#333;font-weight:600}
.nav .btn{padding:8px 14px;border:1px solid #111;border-radius:10px}
.hero{background:#f9fafb;padding:80px 0;border-bottom:1px solid #eee}
.hero-inner{text-align:center;max-width:820px;margin:0 auto}
.hero h1{font-size:40px;margin:0 0 10px}.hero p{font-size:18px;color:#444;margin:0 0 20px}
.cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.cta{background:#111;color:#fff;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:700}
.cta-outline{border:1.5px solid #0d6efd;color:#0d6efd;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:700}
.trustbar{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:16px}
.trustbar img{height:36px}
.products{padding:56px 0}.products h2{font-size:28px;margin:0 0 24px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{background:#fff;border:1px solid #eee;border-radius:16px;padding:16px;box-shadow:0 6px 18px rgba(0,0,0,.04)}
.card h3{margin:12px 0 6px}.card p{margin:0;color:#444}
.pimg{width:100%;height:auto;border-radius:12px;border:1px solid #ddd;box-shadow:0 8px 26px rgba(0,0,0,.06)}
.card-cta{margin-top:10px}.mini-btn{border:1px solid #111;padding:8px 12px;border-radius:10px;text-decoration:none;color:#111;font-weight:600}
.why{background:#fafafa;border-top:1px solid #eee;border-bottom:1px solid #eee}.why-inner{padding:48px 0}
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:12px}
.why-card{padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.contact{padding:48px 0}
.footer{border-top:1px solid #eee;background:#0b1020;color:#dbe1ff;padding:18px 0;text-align:center}
.whatsapp-fab{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25D366;color:#fff;font-size:24px;box-shadow:0 16px 38px rgba(0,0,0,.22)}
section{scroll-margin-top:80px}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:32px}}
@media(max-width:560px){.grid{grid-template-columns:1fr}}
