*{margin:0;padding:0;box-sizing:border-box}

html,body{
  min-height:100%;
  background:linear-gradient(180deg,#000011 0%,#001a66 58%,#000011 100%);
  color:#f5f5f5;
  font-family:'Montserrat',Arial,sans-serif;
  overflow-x:hidden;
  scroll-behavior:smooth;
}

body{line-height:1.55}
a{color:inherit;text-decoration:none}

.bg{
  position:fixed;
  inset:0;
  z-index:-2;
  background:repeating-linear-gradient(90deg,rgba(0,0,255,.04) 0,rgba(0,0,255,.08) 2px,transparent 4px);
  animation:lights 20s linear infinite;
}

.blueprint-grid{
  position:fixed;
  inset:0;
  z-index:-1;
  opacity:.16;
  background-image:
    linear-gradient(rgba(0,183,255,.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,183,255,.13) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(180deg,rgba(0,0,0,.75),rgba(0,0,0,.12));
}

@keyframes lights{from{background-position:0 0}to{background-position:1000px 0}}

.site-header{
  min-height:118px;
  padding:1rem 6vw;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:rgba(0,0,17,.82);
  border-bottom:1px solid #001a99;
  backdrop-filter:blur(16px);
  position:sticky;
  top:0;
  z-index:20;
}

.brand{
  display:flex;
  align-items:center;
}

.brand img{
  width:132px;
  display:block;
  filter:drop-shadow(0 0 10px rgba(0,0,255,.50));
}

nav{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:flex-end;
  gap:1.45rem;
  white-space:nowrap;
}

nav a{
  color:#d8dbff;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

nav a:hover{color:#fff;text-shadow:0 0 10px #0000ff}

.page{
  width:100%;
  max-width:1800px;
  margin:0 auto;
  padding:1rem 3vw 2.5rem;
}

.hero{
  min-height:auto;
  display:flex;
  align-items:flex-start;
  padding-top:2rem;
  padding-bottom:1.75rem;
  margin-bottom:2.25rem;
}

.hero-clean{max-width:980px}

.eyebrow,
.block-head span{
  color:#008cff;
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}

.hero h1{
  max-width:900px;
  color:#fff;
  font-size:clamp(2.8rem,5.2vw,6.1rem);
  line-height:1.02;
  letter-spacing:.01em;
  font-weight:800;
  text-transform:uppercase;
  text-shadow:0 0 10px #0000ff55;
  margin:.6rem 0 1rem;
}

.hero p{
  max-width:760px;
  color:#d8dbff;
  font-size:1.08rem;
}

.hero-subtext{
  margin-top:.7rem;
  max-width:760px;
}

.hero-buttons{
  justify-content:flex-start;
  margin-top:1.6rem;
}

.statement,
.block{
  width:100%;
  border:none;
  background:transparent;
  box-shadow:none;
  margin-bottom:3.25rem;
}

.statement{
  text-align:center;
  padding:.5rem 2rem 0;
  margin-bottom:3rem;
}

.statement p{
  color:#f0f2ff;
  font-size:clamp(1.25rem,2vw,1.85rem);
  margin-bottom:.45rem;
}

.statement strong{color:#fff}

.block-head{margin-bottom:1.15rem}

.block-head h2{
  color:#f5f5f5;
  font-size:clamp(1.25rem,1.85vw,1.85rem);
  line-height:1.25;
  text-transform:uppercase;
  letter-spacing:.075em;
  text-shadow:0 0 6px #0000ff44;
  margin-top:.35rem;
}

.capability-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:1rem;
}

.four-columns{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1rem;
}

.three-columns{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
}

.capability-grid article,
.four-columns article,
.three-columns article,
.application-row span{
  border:1px solid rgba(0,183,255,.22);
  border-radius:12px;
  background:rgba(0,0,40,.20);
  padding:1rem;
}

h3{
  color:#fff;
  font-size:.98rem;
  margin-bottom:.55rem;
}

p{
  color:#e0e0ff;
  font-size:.95rem;
  margin-bottom:.72rem;
}

.application-row{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:.75rem;
}

.application-row span{
  color:#e0e0ff;
  font-size:.88rem;
  min-height:72px;
  display:flex;
  align-items:center;
}

.two-text{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2rem;
}

.contact-block{
  text-align:center;
  margin-bottom:1.25rem;
}

.contact-block .block-head{text-align:left}
.contact-block p{text-align:left}

.button-row{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:1rem;
  flex-wrap:wrap;
  margin-top:1.65rem;
}

.contact-block .button-row{
  margin-top:1.25rem;
  margin-bottom:0;
}

.btn{
  color:#fff;
  border:2px solid #0000ff;
  border-radius:12px;
  padding:.82rem 1.85rem;
  font-size:.8rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:0 0 12px #0000ff44;
  transition:all .25s ease;
}

.btn:hover{
  background:#0000ff;
  box-shadow:0 0 20px #0000ff,0 0 40px #0000ff;
}

.btn-secondary{
  border-color:rgba(255,255,255,.42);
}

.cd-footer{
  border-top:1px solid #001a99;
  background:rgba(0,0,40,.4);
  padding:1.5rem 1rem;
  text-align:center;
}

.footer-tagline{
  color:rgba(255,255,255,.72);
  font-size:.78rem;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  margin-bottom:.85rem;
}

.footer-tagline span{
  color:#00b7ff;
  margin:0 .55rem;
}

.footer-copy{
  color:rgba(255,255,255,.45);
  font-size:.78rem;
  letter-spacing:.04em;
}

@media(max-width:1320px){
  .capability-grid{grid-template-columns:repeat(3,1fr)}
  .four-columns{grid-template-columns:repeat(2,1fr)}
  .application-row{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:980px){
  .site-header{
    align-items:flex-start;
    flex-direction:column;
    gap:1rem;
  }

  nav{
    justify-content:flex-start;
    flex-wrap:wrap;
    white-space:normal;
  }

  .hero{
    padding-top:1rem;
    padding-bottom:1rem;
    margin-bottom:2rem;
  }

  .block{margin-bottom:2.5rem}
  .statement{margin-bottom:2rem}

  .capability-grid,
  .three-columns,
  .four-columns{
    grid-template-columns:1fr;
  }

  .application-row{grid-template-columns:repeat(2,1fr)}
  .two-text{grid-template-columns:1fr}
}

@media(max-width:760px){
  .site-header{
    height:auto;
    padding:1rem 6vw;
  }

  .brand img{width:105px}

  nav{
    gap:.9rem;
    justify-content:flex-start;
  }

  .page{padding:1rem 1rem 2rem}
  .hero{padding-top:.5rem}
  .hero h1{font-size:2.45rem}
  .application-row{grid-template-columns:1fr}
  .footer-tagline{line-height:1.8}
}
