
:root{
  --navy:#061f37;
  --navy-2:#082643;
  --blue:#0f558a;
  --gold:#f7b719;
  --line:#d7dde3;
  --muted:#5d6a78;
}

.primary-nav{
  gap:clamp(11px,1.15vw,22px);
  font-size:clamp(9px,.72vw,11px);
}
.primary-nav .active{
  color:var(--blue);
  border-bottom-color:var(--gold);
}

.agency-hero{
  min-height:455px;
}
.agency-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}
.agency-actions .gold-button{
  margin:0;
}
.outline-button{
  min-height:52px;
  padding:0 22px;
  border:2px solid var(--navy);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  font-weight:900;
  letter-spacing:.8px;
  background:#fff;
  transition:transform 180ms ease,box-shadow 180ms ease;
}
.outline-button:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(6,31,55,.12);
}
.agency-note{
  margin-top:16px!important;
  max-width:780px!important;
  padding:11px 14px;
  border-left:4px solid var(--gold);
  background:#f7f8f9;
  font-size:11px!important;
  line-height:1.45!important;
  color:#596774!important;
}
.agency-process .mini-step{
  grid-template-columns:38px 1fr;
}
.agency-process .mini-step div{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.agency-process .mini-step strong{
  color:#fff;
  font-size:13px;
}
.agency-process .mini-step span{
  font-size:10px;
  line-height:1.42;
}

.agency-marquee-band{
  position:relative;
  background:var(--navy-2);
  color:#c8d4de;
  min-height:126px;
  padding:26px 0 22px;
  overflow:hidden;
}
.agency-marquee-heading{
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:24px;
  margin-bottom:19px;
  padding:0 78px;
}
.agency-marquee-heading strong{
  color:var(--gold);
  font-size:10px;
  letter-spacing:.9px;
}
.agency-marquee-band .benefit-marquee-group > div{
  min-width:430px!important;
}

.agency-info{
  padding:58px max(7vw,80px) 64px;
  background:#fff;
}
.agency-info-head{
  max-width:940px;
  margin-bottom:28px;
}
.agency-info-head h2{
  font-size:36px;
  letter-spacing:-1.3px;
  line-height:1.08;
  margin:15px 0 11px;
}
.agency-info-head p{
  max-width:880px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.62;
}
.agency-info-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
}
.agency-info-grid article{
  padding:24px;
  min-height:190px;
  border-right:1px solid var(--line);
  transition:transform 220ms ease,box-shadow 220ms ease;
}
.agency-info-grid article:last-child{
  border-right:0;
}
.agency-info-grid article:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 28px rgba(6,31,55,.08);
}
.agency-info-grid h3{
  margin:16px 0 8px;
  font-size:17px;
}
.agency-info-grid p{
  margin:0;
  color:#657381;
  font-size:12px;
  line-height:1.5;
}
.explain-number{
  width:32px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--navy);
  color:var(--gold);
  font-size:9px;
  font-weight:900;
}

.agency-procurement-note{
  margin-top:24px;
}
.agency-form-section{
  background:#f4f6f8;
  border-top:1px solid var(--line);
}

@media(max-width:1200px){
  .site-header{
    grid-template-columns:300px minmax(0,1fr) 155px;
  }
  .primary-nav{
    gap:11px;
    font-size:9px;
  }
}
@media(max-width:1000px){
  .agency-info-grid{
    grid-template-columns:1fr 1fr;
  }
  .agency-info-grid article:nth-child(2){
    border-right:0;
  }
  .agency-info-grid article:nth-child(1),
  .agency-info-grid article:nth-child(2){
    border-bottom:1px solid var(--line);
  }
}
@media(max-width:720px){
  .agency-actions{
    flex-direction:column;
  }
  .agency-actions .gold-button,
  .outline-button{
    width:100%;
  }
  .agency-info{
    padding-left:22px;
    padding-right:22px;
  }
  .agency-info-grid{
    grid-template-columns:1fr;
  }
  .agency-info-grid article{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .agency-marquee-heading{
    padding:0 58px 0 16px;
  }
  .agency-marquee-heading strong{
    font-size:9px;
    line-height:1.25;
  }
}


.agency-reference-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:24px;
  border:1px solid var(--line);
  background:#f7f8f9;
}
.agency-reference-grid>div{
  min-height:135px;
  padding:22px;
  border-right:1px solid var(--line);
}
.agency-reference-grid>div:last-child{
  border-right:0;
}
.agency-reference-grid span{
  color:var(--blue);
  font-size:9px;
  font-weight:900;
  letter-spacing:1.5px;
}
.agency-reference-grid strong{
  display:block;
  margin:7px 0;
  color:var(--navy);
  font-size:14px;
}
.agency-reference-grid p{
  margin:0;
  color:#657381;
  font-size:11px;
  line-height:1.45;
}
.field-help{
  display:block;
  margin-top:6px;
  color:#71808c;
  font-size:9px;
  font-weight:500;
  line-height:1.4;
}
@media(max-width:900px){
  .agency-reference-grid{
    grid-template-columns:1fr;
  }
  .agency-reference-grid>div{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .agency-reference-grid>div:last-child{
    border-bottom:0;
  }
}


/* V16 marquee repair — the actual track layout is shared in animations.css. */
.agency-marquee-band{
  min-height:126px;
  overflow:hidden;
}
.agency-marquee-band .benefit-marquee-shell{
  min-height:34px;
}
.agency-marquee-band .benefit-marquee-track{
  min-height:34px;
}
.agency-marquee-band .benefit-marquee-group > div{
  min-height:34px !important;
}

.marquee-toggle,.benefit-marquee-toggle{display:none!important}

.formsubmit-honey{
  position:absolute !important;
  left:-10000px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
