:root {
  --brown: #2a1105;
  --brown2: #4f2308;
  --gold: #cb7800;
  --gold2: #f6ad19;
  --cream: #fff8ea;
  --line: #e6d2ad;
}

.hero {
  position: relative;
  background: radial-gradient(circle at 15% 30%, #fff1bd, transparent 38%),
    linear-gradient(130deg, #fffdf8 0 58%, #2a1004 58%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(30deg, #cc7a0012 12%, transparent 12.5%, transparent 87%, #cc7a0012 87.5%),
    linear-gradient(150deg, #cc7a0012 12%, transparent 12.5%, transparent 87%, #cc7a0012 87.5%);
  background-size: 46px 80px;
  pointer-events: none;
}

.hero > * { position: relative; }
.trust-row .yemen-badge {
  background: #231006;
  color: #fff;
  padding: 7px 12px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px #e6a12e;
}
.trust-row .yemen-badge b { color: #fff; }
