:root{
  --mz-green:#0b3d91;
  --mz-green-dark:#06245c;
  --mz-red:#1d9bf0;
  --mz-ink:#142033;
  --mz-muted:#64748b;
  --mz-soft:#f4f8ff;
  --mz-border:#dbe7f7;
  --mz-sand:#f8fbff;
}

body.mz-body{
  background:#fff;
  color:var(--mz-ink);
}

.announcement{
  background:#06245c !important;
  color:#fff !important;
}

.mz-nav{
  background:rgba(255,255,255,.96) !important;
  border-bottom:1px solid var(--mz-border);
}

.mz-wordmark{
  color:#06245c !important;
}

.mz-wordmark small{
  color:#1d9bf0 !important;
}

.btn-dark,
.btn-light.mz-cta{
  background:#0b3d91 !important;
  color:#fff !important;
  border-radius:10px;
}

.text-link{
  color:#0b3d91 !important;
}

.badge{
  background:#1d9bf0 !important;
  color:#fff !important;
}

/* Hero section */
.mz-hero-main{
  min-height:calc(100svh - 30px);
  display:grid;
  grid-template-columns:1fr;
  align-items:center;
  padding:8rem 5vw;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg, rgba(6,36,92,.94) 0%, rgba(11,61,145,.82) 45%, rgba(11,61,145,.32) 100%),
    url('/mz/hero-products.jpg') center/cover no-repeat,
    linear-gradient(135deg,#06245c,#0b3d91) !important;
  color:white !important;
}

.mz-hero-copy{
  max-width:850px;
  position:relative;
  z-index:2;
}

.mz-hero-copy h1{
  font-family:var(--font-display);
  font-size:clamp(3.4rem,7vw,8rem);
  line-height:.98;
  color:white !important;
  margin:1rem 0;
}

.mz-hero-copy p:not(.eyebrow){
  font-size:clamp(1rem,1.4vw,1.25rem);
  line-height:2;
  color:#eef6ff !important;
  max-width:720px;
}

.mz-hero-copy .eyebrow{
  color:#bfdbfe !important;
}

.mz-packaging-art{
  display:none !important;
}

/* بدل الخط الأزرق الكبير: خليها كروت بيضاء مرتبة */
.mz-categories{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  background:#f4f8ff !important;
  color:#06245c !important;
  padding:32px 5vw;
}

.mz-categories a{
  background:#fff !important;
  color:#06245c !important;
  padding:3rem 2rem;
  border:1px solid #dbe7f7;
  border-radius:22px;
  transition:.25s;
  box-shadow:0 18px 50px rgba(11,61,145,.08);
}

.mz-categories a:hover{
  transform:translateY(-4px);
  border-color:#1d9bf0;
}

.mz-categories span,
.mz-categories p,
.mz-categories h3{
  color:#06245c !important;
}

.mz-categories span{
  opacity:.55;
  font-size:10px;
}

.mz-categories h3{
  font-family:var(--font-display);
  font-size:clamp(2rem,3vw,3.6rem);
  margin:1rem 0;
}

.mz-categories p{
  font-size:13px;
  opacity:.74;
  line-height:1.8;
}

/* الجزء الأخضر اللي ظهر بالصورة */
.mz-feature-band{
  min-height:520px;
  display:flex;
  align-items:center;
  padding:9vw;
  background:
    linear-gradient(90deg, rgba(6,36,92,.95) 0%, rgba(11,61,145,.80) 50%, rgba(29,155,240,.35) 100%),
    url('/mz/hero-products.jpg') center/cover no-repeat,
    linear-gradient(135deg,#06245c,#0b3d91) !important;
  color:#fff !important;
}

.mz-feature-band > div{
  max-width:760px;
}

.mz-feature-band h2{
  font-family:var(--font-display);
  font-size:clamp(3rem,6vw,6.8rem);
  line-height:1;
  margin:1rem 0;
  color:#fff !important;
}

.mz-feature-band p,
.mz-feature-band .eyebrow{
  color:#eef6ff !important;
}

.mz-empty-store{
  border:1px solid var(--mz-border);
  background:white;
  border-radius:22px;
  padding:clamp(2rem,4vw,4rem);
  text-align:center;
  box-shadow:0 20px 70px rgba(11,61,145,.07);
}

.mz-empty-store h3{
  font-size:clamp(2rem,4vw,4rem);
  font-family:var(--font-display);
  color:#06245c;
}

.footer.mz-footer{
  background:#06245c !important;
  color:#fff !important;
}

.footer.mz-footer a,
.footer.mz-footer p,
.footer.mz-footer h2,
.footer.mz-footer h3,
.footer.mz-footer span{
  color:#fff !important;
}

@media(max-width:900px){
  .mz-hero-main{
    padding:6rem 1.5rem;
  }

  .mz-categories{
    grid-template-columns:1fr;
    padding:24px 1rem;
  }
}

html[dir=rtl] .mz-hero-main{
  direction:rtl;
}

/* Product/category linkage polish */
.mz-card-categories,
.mz-product-meta{
  display:flex;
  flex-wrap:wrap;
  gap:.45rem;
  margin-top:.65rem;
}
.mz-card-categories span,
.mz-product-meta a{
  display:inline-flex;
  align-items:center;
  border:1px solid var(--mz-border);
  border-radius:999px;
  background:#f4f8ff;
  color:#06245c !important;
  padding:.28rem .62rem;
  font-size:.72rem;
  line-height:1;
  text-decoration:none;
}
.mz-product-meta a:hover{
  border-color:#1d9bf0;
  background:#eaf5ff;
}
.filters a.active{
  font-weight:800;
  color:#0b3d91 !important;
}
.mz-categories small{
  display:inline-block;
  margin-top:1rem;
  color:#1d9bf0;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
