/* Saudi National Day campaign — green identity */
.nd-page { --nd-green: #006C35; --nd-green-bright: #00a651; --nd-gold: #c9a227; }
.nd-header { border-bottom-color: rgba(0,108,53,.35) !important; }
.nd-hero {
  position: relative;
  padding: 56px 0 48px;
  overflow: hidden;
  background: linear-gradient(145deg, #041a10 0%, #0a2e1c 45%, #07111f 100%);
  border-bottom: 1px solid rgba(0,166,81,.25);
}
.nd-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(0,166,81,.22), transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(201,162,39,.12), transparent 50%);
  pointer-events: none;
}
.nd-hero-inner { position: relative; text-align: center; max-width: 720px; margin-inline: auto; }
.nd-kicker {
  display: inline-block;
  background: rgba(0,166,81,.18);
  color: #8dffb8;
  border: 1px solid rgba(0,166,81,.35);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: .9rem;
  font-weight: 600;
  margin: 0 0 14px;
}
.nd-hero h1 {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  margin: 0 0 12px;
  line-height: 1.25;
}
.nd-lead { color: var(--muted); margin: 0 0 28px; font-size: 1.05rem; }
.nd-countdown {
  display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 28px;
}
.nd-cd-item {
  min-width: 72px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(0,166,81,.3);
  border-radius: 14px;
  padding: 12px 10px;
}
.nd-cd-item b {
  display: block;
  font-size: 1.6rem;
  font-family: var(--font-en);
  color: #8dffb8;
  line-height: 1.1;
}
.nd-cd-item span { font-size: .75rem; color: var(--muted); }
.nd-hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.nd-banner-strip {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  margin: 0 0 32px;
}
.nd-banner-strip span {
  background: rgba(0,108,53,.15);
  border: 1px solid rgba(0,166,81,.25);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: .82rem;
  color: #b8f5d0;
}
.nd-section { margin-bottom: 48px; }
.nd-section-head { margin-bottom: 18px; }
.nd-section-head h2 { margin: 0 0 6px; font-size: 1.45rem; }
.nd-section-head p { margin: 0; color: var(--muted); }
.nd-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin-top: 16px;
}
.nd-step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
}
.nd-step b {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--nd-green); color: #fff; font-weight: 700; margin-bottom: 8px;
}
.nd-step h3 { margin: 0 0 6px; font-size: 1.05rem; }
.nd-step p { margin: 0; color: var(--muted); font-size: .9rem; }
.nd-ai-panel {
  background: var(--surface);
  border: 1px solid rgba(0,166,81,.25);
  border-radius: 18px;
  padding: 18px;
}
.nd-ai-modes { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.nd-ai-panel textarea {
  width: 100%;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  padding: 12px 14px;
  margin-bottom: 12px;
  resize: vertical;
}
.nd-ai-out {
  margin-top: 14px;
  padding: 14px;
  background: rgba(0,108,53,.12);
  border-radius: 12px;
  border: 1px solid rgba(0,166,81,.2);
  white-space: pre-wrap;
  line-height: 1.7;
  font-size: .95rem;
}
.product-card.nd-featured { border-color: rgba(0,166,81,.45); }
.badge.nd-sale { background: var(--nd-green); color: #fff; }
@media (max-width: 640px) {
  .nd-hero { padding: 40px 0 36px; }
  .nd-cd-item { min-width: 64px; padding: 10px 8px; }
  .nd-cd-item b { font-size: 1.3rem; }
}
