:root {
  --ink: #1c1f22;
  --muted: #6f665c;
  --teal: #078493;
  --teal-dark: #056a76;
  --teal-soft: #d7f0f3;
  --gold: #d4a94a;
  --gold-soft: #f3e2b6;
  --bg: #f5f0e8;
  --paper: #fffaf2;
  --white: #ffffff;
  --line: rgba(28, 31, 34, 0.12);
  --shadow: 0 18px 42px rgba(20, 30, 30, 0.08);
  font-family: "Cairo", "Tahoma", "Arial", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Cairo", "Tahoma", "Arial", sans-serif;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { overflow-wrap: anywhere; }
.skip-link {
  position: absolute;
  inset-block-start: 8px;
  inset-inline-start: 8px;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--ink);
  color: var(--white);
  padding: 8px 12px;
  border-radius: 6px;
}
.skip-link:focus { transform: translateY(0); }
.top-strip {
  background: var(--ink);
  color: var(--white);
  text-align: center;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 8px 14px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(245, 240, 232, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(28, 31, 34, 0.08);
  transition: transform 0.3s ease;
}
.nav-wrap {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 950;
  font-size: 1.55rem;
  color: var(--ink);
  white-space: nowrap;
}
.brand-logo {
  display: block;
  width: auto;
  height: 65px;
  max-width: 250px;
  object-fit: contain;
}
.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(180deg, var(--teal), var(--teal-dark));
  box-shadow: 0 10px 24px rgba(7, 132, 147, 0.22);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-inline-start: auto;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav-links::-webkit-scrollbar { display: none; }
.nav-links a {
  min-height: 40px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #343a3f;
  font-weight: 800;
  font-size: 0.94rem;
  white-space: nowrap;
}
.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--teal-dark);
  background: rgba(7, 132, 147, 0.08);
}
.order-btn, .primary-btn, .secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 900;
  text-align: center;
  border: 1px solid transparent;
}
.order-btn, .primary-btn {
  color: var(--white);
  background: linear-gradient(180deg, var(--teal), var(--teal-dark));
  box-shadow: 0 14px 28px rgba(7, 132, 147, 0.22);
}
.secondary-btn {
  color: var(--ink);
  background: var(--white);
  border-color: var(--line);
}
.container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}
.section {
  padding-block: clamp(44px, 6vw, 76px);
}
.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffaf2 0%, var(--bg) 100%);
  border-bottom: 1px solid rgba(28, 31, 34, 0.08);
}
.hero-grid {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  min-height: clamp(520px, 62vh, 700px);
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding-block: clamp(34px, 7vw, 72px);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgba(212, 169, 74, 0.5);
  background: rgba(243, 226, 182, 0.55);
  color: #6a5220;
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 900;
}
h1 {
  margin: 14px 0 16px;
  font-size: clamp(2.1rem, 5vw, 4.65rem);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 950;
}
.lead {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.8vw, 1.22rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-block: 26px;
}
.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.trust-list li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  color: #233034;
  border: 1px solid rgba(7, 132, 147, 0.18);
  background: rgba(255,255,255,0.58);
  border-radius: 8px;
  font-weight: 800;
  font-size: 0.9rem;
}
.media-frame {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #ebe2d5;
  border: 1px solid rgba(255,255,255,0.75);
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 9;
}
.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}
.stat {
  padding: 14px;
  background: rgba(255,255,255,0.66);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.stat strong {
  display: block;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  color: var(--teal-dark);
  line-height: 1.2;
}
.stat span {
  display: block;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.88rem;
}
.section-head {
  max-width: 760px;
  margin-bottom: 26px;
}
.section-head.center {
  margin-inline: auto;
  text-align: center;
}
.section-head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  line-height: 1.18;
  font-weight: 950;
}
.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 8px 26px rgba(20, 30, 30, 0.04);
}
.card h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
  line-height: 1.35;
}
.card p { margin: 0; color: var(--muted); }
.product-card img,
.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 14px;
}
.product-card .price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-block: 14px;
}
.price strong {
  color: var(--teal-dark);
  font-size: 2rem;
  line-height: 1;
}
.price del {
  color: var(--muted);
  font-weight: 800;
}
.feature-list, .check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}
.feature-list li, .check-list li {
  position: relative;
  padding-inline-start: 28px;
  color: #30363a;
  font-weight: 800;
}
.feature-list li::before, .check-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.68em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 169, 74, 0.18);
}
.band {
  background: #fffaf2;
  border-block: 1px solid rgba(28, 31, 34, 0.08);
}
.review-card {
  display: grid;
  gap: 10px;
}
.stars {
  color: #bc8216;
  font-size: 1rem;
  letter-spacing: 0;
}
.review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-weight: 800;
  font-size: 0.92rem;
}
.blog-card {
  display: flex;
  flex-direction: column;
}
.blog-card h3 {
  min-height: 3.2em;
}
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}
.tag {
  display: inline-flex;
  padding: 4px 8px;
  border-radius: 8px;
  color: var(--teal-dark);
  background: rgba(7, 132, 147, 0.1);
  font-weight: 900;
  font-size: 0.82rem;
}
.article-layout {
  width: min(920px, calc(100% - 32px));
  margin-inline: auto;
}
.article-hero {
  padding-block: clamp(28px, 6vw, 60px);
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}
.breadcrumbs a { color: var(--teal-dark); }
.article-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
  margin: 20px 0 30px;
}
.article-body {
  background: rgba(255,255,255,0.62);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 44px);
}
.article-body p {
  color: #343a3f;
  font-size: 1.06rem;
}
.article-body h2 {
  margin: 34px 0 10px;
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  line-height: 1.25;
}
.article-body h2:first-child { margin-top: 0; }
.article-body .check-list {
  background: #fffaf2;
  border: 1px solid rgba(212, 169, 74, 0.32);
  border-radius: 8px;
  padding: 18px;
}
.faq-list {
  display: grid;
  gap: 10px;
}
.faq-item {
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}
.faq-item h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}
.faq-item p {
  margin: 0;
  color: var(--muted);
}
.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-block: clamp(36px, 6vw, 70px);
  padding: clamp(22px, 4vw, 34px);
  color: var(--white);
  background: linear-gradient(135deg, #056a76, #078493);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(7, 132, 147, 0.22);
}
.cta-panel h2 {
  margin: 0 0 6px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}
.cta-panel p { margin: 0; color: rgba(255,255,255,0.84); }
.cta-panel .secondary-btn {
  color: var(--ink);
  border-color: rgba(255,255,255,0.48);
}
.footer {
  background: #15191c;
  color: var(--white);
  padding-block: 42px;
}
.footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 0.8fr));
  gap: 24px;
}
.footer h2, .footer h3 {
  margin: 0 0 10px;
}
.footer p, .footer a {
  color: rgba(255,255,255,0.74);
}
.footer a:hover { color: var(--white); }
.footer-links {
  display: grid;
  gap: 8px;
}
.legal-note {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.58);
  font-size: 0.88rem;
}


.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background: var(--ink);
  border-radius: 2px;
  transition: all 0.3s ease;
}

@media (max-width: 920px) {
  .nav-wrap {
    width: min(100% - 20px, 1180px);
    min-height: 66px;
    gap: 10px;
  }
  .brand { font-size: 1.25rem; }
  .brand-logo {
    height: 55px;
    max-width: 200px;
  }
  .site-header .nav-wrap {
    display: grid !important;
    grid-template-columns: auto 1fr;
    align-items: center;
    width: 100%;
    padding: 0 15px;
    gap: 0;
  }
  /* col 1 = left (hamburger), col 2 = right (logo) */
  .mobile-menu-toggle {
    display: flex;
    grid-column: 1;
    justify-self: start;
    margin: 0;
  }
  .brand {
    grid-column: 2;
    justify-self: end;
    margin: 0;
  }
  .nav-links {
    position: fixed;
    top: 70px;
    right: -100%;
    width: 280px;
    height: calc(100vh - 70px);
    background: white;
    flex-direction: column;
    padding: 30px 20px;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 999;
  }
  .nav-links.active {
    right: 0;
  }
  .nav-links a {
    padding: 15px 0;
    border-bottom: 1px solid var(--bg);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-grid .media-frame { order: -1; }
  .grid, .grid.two, .stats, .footer-grid {
    grid-template-columns: 1fr;
  }
  .cta-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .top-strip { font-size: 0.82rem; }
  .container, .hero-grid, .article-layout, .footer-grid, .legal-note {
    width: calc(100% - 24px);
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .primary-btn, .secondary-btn, .order-btn {
    width: 100%;
  }
  .card { padding: 16px; }
  .article-body { padding: 18px; }
}

/* Eid Al Adha Promo Banner */
.eid-banner {
  background: #078493;
  background: linear-gradient(90deg, #078493 0%, #d4a94a 100%);
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 1rem;
  direction: rtl;
  position: relative;
  z-index: 10000;
  font-family: 'Cairo', sans-serif;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.eid-banner a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
.eid-banner a:hover {
  text-decoration: none;
  opacity: 0.9;
}
