*{box-sizing:border-box}body{margin:0;font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#111}
:root{--brand:#0ea5e9;--brandSoft:#e0f2fe}
.container{max-width:1100px;margin:0 auto;padding:0 16px}
.nav{position:sticky;top:0;background:#fff;border-bottom:1px solid #eee;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:var(--brand)}
.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:radial-gradient(1100px 500px at 70% -10%,var(--brandSoft),transparent),linear-gradient(135deg,#fff 0%,#f7f7f7 60%,#fff 100%);padding:90px 0 70px;border-bottom:1px solid #eee}
.hero-inner{max-width:820px;text-align:center;margin:0 auto}
.hero h1{font-size:44px;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{display:inline-block;background:#111;color:#fff;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:700}
.cta-outline{display:inline-block;border:1.5px solid var(--brand);color:var(--brand);padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:700}
.about{background:#fafafa;border-top:1px solid #eee;border-bottom:1px solid #eee}
.about-inner{padding:48px 0}
.about h2{margin:0 0 10px}
.badges{display:flex;gap:10px;flex-wrap:wrap;padding:0;margin:18px 0 0;list-style:none}
.badges li{padding:8px 12px;border-radius:999px;border:1px solid #ddd;background:#fff}
.services{padding:56px 0}
.services 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 .icon{font-size:28px;margin-bottom:8px}
.card.highlight{border:1.5px solid var(--brand);box-shadow:0 8px 26px rgba(14,165,233,.15)}
.work{background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee}
.work-inner{padding:48px 0}
.muted{color:#666}
.grid-four{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.video-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:16px;text-align:center}
.video-card .thumb{font-size:48px;line-height:120px;height:120px;border:1px dashed #ccc;border-radius:12px;margin-bottom:10px}
.brands{background:#fafafa;border-top:1px solid #eee;border-bottom:1px solid #eee}
.brands-inner{padding:40px 0}
.brand-tags{display:flex;flex-wrap:wrap;gap:10px}
.tag{padding:8px 12px;border:1px solid #ddd;border-radius:999px;background:#fff}
.contact{padding:48px 0}
.footer{border-top:1px solid #eee;background:#fff;padding:18px 0;color:#555;text-align:center}
.whatsapp-fab{position:fixed;right:18px;bottom:18px;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;background:#25D366;color:#fff;font-size:22px;box-shadow:0 10px 25px rgba(0,0,0,.15)}
.whatsapp-fab:hover{transform:translateY(-1px)}
@media (max-width:1100px){.grid-four{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.grid{grid-template-columns:1fr}.grid-four{grid-template-columns:1fr}.hero h1{font-size:32px}}


:root{
  --brand:#0d6efd;      /* deep blue */
  --accent:#d4af37;     /* gold */
  --secondary:#20c997;  /* teal */
  --ink:#111;
  --bg:#fff;
  --soft:#f6f7fb;
}
.logo{height:28px; width:auto; vertical-align:middle; margin-right:10px}
.brand span{color:var(--brand) !important}
.nav{background:var(--bg); border-bottom:1px solid #eaeaea}
.hero{background:radial-gradient(1000px 500px at 70% -10%,rgba(13,110,253,.08),transparent),linear-gradient(135deg,#fff 0%,#f9fafb 60%,#fff 100%);}
.card.highlight{border:1.5px solid var(--brand); box-shadow:0 10px 28px rgba(13,110,253,.12)}
.video-card h3{margin:8px 0 6px}
.embed video{width:100%; height:auto; border-radius:12px; border:1px solid #ddd; box-shadow:0 8px 26px rgba(0,0,0,.06)}
.whatsapp-fab{background:#25D366; position:fixed; right:18px; bottom:18px; width:56px; height:56px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:24px; color:#fff; text-decoration:none; box-shadow:0 16px 38px rgba(0,0,0,.22)}
.footer{background:#0b1020; color:#dbe1ff}
.cta{background:var(--ink)} .cta-outline{border-color:var(--brand); color:var(--brand)}
/* accents for watches/earbuds grid items (optional) */
.grid-four .video-card:nth-child(3) .thumb{border-color:var(--accent); color:var(--accent)}
.grid-four .video-card:nth-child(4) .thumb{border-color:var(--secondary); color:var(--secondary)}
