@import url("./north-africa-guide.css");

/* Middle East North (Levant + Iran) — deep lapis & olive accent */
:root {
  --accent: #2c5f8a;
  --accent-soft: rgba(44, 95, 138, 0.16);
  --gold: #b8934a;
  --terracotta: #2c5f8a;
}

.section-tag {
  color: var(--accent);
}

.section-tag::before {
  background: var(--accent);
}

.section-title em {
  color: var(--accent);
}

.hero::before {
  background:
    radial-gradient(circle at 20% 16%, rgba(44, 95, 138, 0.25), transparent 52%),
    radial-gradient(circle at 82% 14%, rgba(184, 147, 74, 0.18), transparent 52%);
}

.card-number { color: var(--accent); }
.card-tag { color: var(--accent); background: var(--accent-soft); }

.know-card-number { color: var(--accent); }
