:root{
  --bg:#0b0d12;
  --panel:#121622;
  --muted:#9aa4b2;
  --accent:#ffd000;
  --danger:#e50914;
  --text:#f3f4f6;
}

body{
  background:#0f1117;
  color:var(--text);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

a{color:inherit;text-decoration:none;}

.landing-header{
  position:sticky;
  top:0;
  z-index:100;
  background:linear-gradient(180deg, rgba(11,13,18,.95), rgba(11,13,18,.75));
  backdrop-filter: blur(8px);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.brand{
  min-width:280px;
}

.brand-logo{
  height:46px;
  width:auto;
  display:block;
}

.brand-mark{
  width:44px;
  height:44px;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,208,0,.14);
  color:var(--accent);
  font-size:22px;
}

.brand-name{
  font-weight:800;
  letter-spacing:.4px;
  line-height:1.1;
}

.brand-sub{
  font-size:12px;
  color:var(--muted);
  line-height:1.2;
}

.landing-nav a{
  font-size:14px;
  color:rgba(255,255,255,.82);
}

.landing-nav a:hover{color:#fff;}

.search .form-control{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
}

.search .form-control::placeholder{color:rgba(255,255,255,.55);}

.search .btn{
  border:1px solid rgba(255,255,255,.10);
}

.hero{
  padding:36px 0 10px;
}

.hero-card{
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(90deg, rgba(0,0,0,.75), rgba(0,0,0,.25)),
    radial-gradient(circle at 80% 50%, rgba(255,208,0,.20), transparent 45%);
  border:1px solid rgba(255,255,255,.10);
  min-height:260px;
  display:flex;
}

.hero-copy{
  padding:28px;
  flex:1 1 55%;
}


.hero-carousel{
  flex:1 1 45%;
  min-height:260px;
  position:relative;
}

.hero-carousel .carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item{
  height:100%;
}

.hero-carousel img{
  height:260px;
  width:100%;
  object-fit:contain;
  object-position:center;
  background:rgba(0,0,0,.25);
  filter:saturate(1.05) contrast(1.02);
}

.hero-title{
  font-size:34px;
  font-weight:900;
  line-height:1.05;
  text-transform:uppercase;
}

.hero-title span{color:var(--accent);}

.hero-text{
  margin-top:10px;
  color:rgba(255,255,255,.80);
  max-width:520px;
}

.section{
  padding:28px 0;
}

.section-muted{
  background:rgba(255,255,255,.03);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.section-title{
  font-size:22px;
  font-weight:800;
  margin:0;
}

.section-sub{
  color:var(--muted);
  font-size:13px;
}

.section-link{
  color:var(--accent);
  font-weight:700;
  font-size:13px;
}

.dept-card{
  background:var(--panel);
  border:1px solid rgba(255,255,255,.08);
  border-radius:14px;
  padding:14px 10px;
  text-align:center;
  height:100%;
}

.dept-icon{
  width:48px;
  height:48px;
  border-radius:14px;
  margin:0 auto 10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,208,0,.10);
  color:var(--accent);
  font-size:24px;
}

.dept-name{
  font-size:12px;
  font-weight:800;
}

.promo-card{
  background:linear-gradient(135deg, rgba(229,9,20,.90), rgba(229,9,20,.35));
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  padding:18px;
  height:100%;
}

.promo-tag{
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}

.promo-cta{
  font-size:24px;
  font-weight:900;
  margin-top:10px;
  line-height:1.05;
}

.product-card{
  background:var(--panel);
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  padding:12px;
  height:100%;
}

.product-img{
  border-radius:12px;
  height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.06);
  border:1px dashed rgba(255,255,255,.12);
  color:rgba(255,255,255,.45);
  font-size:26px;
  margin-bottom:10px;
}

.product-photo{
  border-radius:12px;
  height:92px;
  overflow:hidden;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.08);
  margin-bottom:10px;
}

.product-photo img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:rgba(0,0,0,.12);
  display:block;
}

.product-name{
  font-size:13px;
  font-weight:800;
  margin-bottom:2px;
}

.product-meta{
  font-size:12px;
  color:var(--muted);
}

.product-price{
  margin-top:8px;
  font-weight:900;
  color:var(--danger);
}

.note{
  color:rgba(255,255,255,.65);
  font-size:12px;
}

.panel{
  background:var(--panel);
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  padding:16px;
}

.panel-title{
  font-weight:900;
  font-size:16px;
  margin-bottom:8px;
}

.panel-text{
  color:rgba(255,255,255,.78);
  font-size:14px;
  line-height:1.45;
}

.features{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:8px;
  margin-top:12px;
}

.feature{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  padding:10px;
  font-size:13px;
  display:flex;
  gap:8px;
  align-items:center;
}

.feature i{color:var(--accent);}

.map{
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  background:var(--panel);
  height:100%;
  min-height:320px;
}

.map iframe{width:100%;height:100%;}

.whatsapp-float{
  position:fixed;
  right:18px;
  bottom:18px;
  width:54px;
  height:54px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#25D366;
  color:#0b0d12;
  font-size:28px;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.18);
}

.whatsapp-float:hover{filter:brightness(1.05);}

.landing-footer{
  padding:22px 0;
  color:rgba(255,255,255,.72);
}

.footer-small{font-size:12px;color:rgba(255,255,255,.55);}

.link{color:var(--accent);}

@media (max-width: 768px){
  .hero-card{flex-direction:column;}
  .hero-title{font-size:28px;}
  .brand{min-width:auto;}
  .brand-logo{height:40px;}
  .hero-carousel img{height:240px;}
}
