/* RedHawk Defense America 250 / Armed Forces Support static theme
   Static CSS only. No JavaScript added. */
:root{
  --rhd-250-red:#d71920;
  --rhd-250-blue:#12315f;
  --rhd-250-navy:#071a33;
  --rhd-250-gold:#f2c14e;
  --rhd-250-white:#fff8ea;
  --rhd-250-soft:#e8eef9;
}
.rhd-america250-banner,
.rhd-america250-home,
.rhd-america250-page-note{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 18px 50px rgba(0,0,0,.38);
}
.rhd-america250-banner:before,
.rhd-america250-home:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,.22) 0 2px, transparent 3px),
    radial-gradient(circle at 24% 35%, rgba(255,255,255,.14) 0 2px, transparent 3px),
    linear-gradient(135deg, rgba(7,26,51,.92), rgba(18,49,95,.88) 45%, rgba(120,11,22,.78));
  pointer-events:none;
}
.rhd-america250-banner:after,
.rhd-america250-home:after{
  content:"";
  position:absolute;
  left:-10%; right:-10%; bottom:-1px; height:10px;
  background:repeating-linear-gradient(90deg, var(--rhd-250-red) 0 42px, var(--rhd-250-white) 42px 84px, var(--rhd-250-blue) 84px 126px);
  opacity:.95;
}
.rhd-america250-banner{
  margin:92px auto 24px;
  max-width:1180px;
  border-radius:22px;
  padding:22px 24px 26px;
  color:#fff;
  background:#071a33;
}
.rhd-has-global-header .rhd-america250-banner{ margin-top:22px; }
.rhd-america250-banner > *{ position:relative; z-index:1; }
.rhd-america250-ribbon{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:10px;
  padding:7px 12px;
  border-radius:999px;
  color:#101624;
  background:linear-gradient(90deg,#fff3c4,#f2c14e,#fff3c4);
  font-size:12px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
  box-shadow:0 6px 18px rgba(0,0,0,.25);
}
.rhd-america250-banner h2{
  margin:0;
  color:#fff;
  font-size:clamp(28px,4vw,52px);
  line-height:1.03;
  letter-spacing:-.04em;
}
.rhd-america250-banner p{
  max-width:900px;
  margin:12px 0 0;
  color:#e8eef9;
  font-size:clamp(16px,2vw,20px);
  line-height:1.55;
}
.rhd-america250-mini{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:15px;
}
.rhd-america250-mini span,
.rhd-america250-pill{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
  color:#fff;
  padding:8px 11px;
  border-radius:999px;
  font-weight:800;
  font-size:13px;
}
.rhd-america250-home{
  margin:22px 0;
  padding:28px;
  border-radius:24px;
  color:#fff;
  background:#071a33;
}
.rhd-america250-home > *{ position:relative; z-index:1; }
.rhd-america250-home h2{
  margin:0 0 10px;
  color:#fff;
  font-size:clamp(26px,3.2vw,44px);
  line-height:1.05;
  letter-spacing:-.035em;
}
.rhd-america250-home p{
  margin:0;
  max-width:940px;
  color:#e8eef9;
  font-size:17px;
  line-height:1.65;
}
.rhd-america250-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:20px;
}
.rhd-america250-card{
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:16px;
  background:rgba(255,255,255,.08);
  backdrop-filter:blur(6px);
}
.rhd-america250-card b{
  display:block;
  color:#fff;
  font-size:16px;
  margin-bottom:7px;
}
.rhd-america250-card span{
  display:block;
  color:#dce8ff;
  line-height:1.5;
  font-size:14px;
}
.rhd-america250-page-note{
  max-width:1180px;
  margin:18px auto;
  border-radius:18px;
  padding:18px 20px;
  background:linear-gradient(135deg,rgba(7,26,51,.95),rgba(18,49,95,.88));
  color:#fff;
}
.rhd-america250-page-note b{
  display:block;
  color:#f2c14e;
  font-size:15px;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:6px;
}
.rhd-america250-page-note span{
  display:block;
  color:#e8eef9;
  line-height:1.55;
}
.rhd-v66-hero{
  border:1px solid rgba(242,193,78,.24)!important;
  box-shadow:0 22px 70px rgba(0,0,0,.45)!important;
}
.rhd-v66-eyebrow:first-child,
.rhd-visual-eyebrow,
.rhd-med-eyebrow,
.rhd-owner-eyebrow{
  color:#f2c14e!important;
}
.rhd-v66-badges span.gold,
.rhd-v66-badges span.hot{
  box-shadow:0 0 0 1px rgba(242,193,78,.25), 0 10px 26px rgba(0,0,0,.2);
}
@media (max-width:900px){
  .rhd-america250-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .rhd-america250-banner{ margin-left:12px; margin-right:12px; }
}
@media (max-width:560px){
  .rhd-america250-grid{ grid-template-columns:1fr; }
  .rhd-america250-banner, .rhd-america250-home{ border-radius:18px; padding:20px; }
}
