@font-face {
	font-family: 'BebasNeue';
	src: url('../fonts/bebasneue/BebasNeue.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/bebasneue/BebasNeue.otf')  format('opentype'),
		 url('../fonts/bebasneue/BebasNeue.woff') format('woff'), 
		 url('../fonts/bebasneue/BebasNeue.ttf')  format('truetype'), 
		 url('../fonts/bebasneue/BebasNeue.svg#BebasNeue') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/raleway/Raleway-Medium.eot');
    src: url('../fonts/raleway/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/Raleway-Medium.woff2') format('woff2'),
         url('../fonts/raleway/Raleway-Medium.woff') format('woff'),
         url('../fonts/raleway/Raleway-Medium.ttf') format('truetype'),
         url('../fonts/raleway/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/raleway/Raleway-Bold.eot');
    src: url('../fonts/raleway/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway/Raleway-Bold.woff2') format('woff2'),
         url('../fonts/raleway/Raleway-Bold.woff') format('woff'),
         url('../fonts/raleway/Raleway-Bold.ttf') format('truetype'),
         url('../fonts/raleway/Raleway-Bold.svg#Raleway-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/montserrat/Montserrat-Medium.eot');
    src: url('../fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
         url('../fonts/montserrat/Montserrat-Medium.woff') format('woff'),
         url('../fonts/montserrat/Montserrat-Medium.ttf') format('truetype'),
         url('../fonts/montserrat/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/montserrat/Montserrat-Bold.eot');
    src: url('../fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
         url('../fonts/montserrat/Montserrat-Bold.woff') format('woff'),
         url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype'),
         url('../fonts/montserrat/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/montserrat/Montserrat-Black.eot');
    src: url('../fonts/montserrat/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/Montserrat-Black.woff2') format('woff2'),
         url('../fonts/montserrat/Montserrat-Black.woff') format('woff'),
         url('../fonts/montserrat/Montserrat-Black.ttf') format('truetype'),
         url('../fonts/montserrat/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
:root {
  --navy: #082760;
  --blue: #2469d8;
  --green: #62b519;
  --ink: #071d4d;
  --muted: #53627a;
  --line: #ccd8e6;
  --surface: #f2f6fa;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
	font-family: 'Raleway-Medium', 'Open Sans', sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

h1, h2, h3, p {
  margin-top: 0;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 72px;
  padding: 10px max(18px, calc((100vw - 1280px)/2));
  background: #fff;
  border-bottom: 1px solid #dbe3ec;
}

.logo {
  width: 320px;
  height: auto;
}

.header-action {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  white-space: nowrap;
}

.diagnostic-note .fa-solid {
  font-size: 16px;
  color: var(--green);
  vertical-align: text-top;
  margin-right: 2px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 44px;
  padding: 5px 20px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(90deg, #58a913, #7ac72a);
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
	font-family: 'BebasNeue';
}

.button .fa-solid {
  font-size: 14px;
  margin-bottom: 2px;
}

.button-small {
  min-height: 40px;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(500px, 1fr);
  gap: 22px;
  align-items: start;
  padding: 30px max(18px, calc((100vw - 1280px)/2));
  background: var(--surface);
}

.hero-panel {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  align-items: center;
  display: flex;
}

.hero-panel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 25, 65, .96), rgba(5, 31, 75, .88) 52%, rgba(5, 31, 75, .56));
}

.hero-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 24, 61, .54), transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  padding: 48px 42px 83px;
}

.eyebrow {
  margin-bottom: 13px;
  color: #4e9f0f;
  font-size: 12px;
  font-family: 'Montserrat-Bold';
  letter-spacing: .1em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #8fea38;
}

.eyebrow.blue {
  color: #2c69d2;
}

.hero-content h1 {
  margin-bottom: 18px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.06;
}

.hero-content h2 {
  margin-bottom: 16px;
  color: #93e539;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.16;
}

.hero-lead {
  margin-bottom: 22px;
  font-size: 15px;
  line-height: 1.55;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Raleway-Bold';
}

.check-list li {
  display: flex;
}

.check-list li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 17px;
  height: 17px;
  margin-right: 9px;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-weight: bold;
}

.hero-features {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 27px;
  left: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, .27);
  border-radius: 6px;
  background: rgba(3, 25, 61, .42);
}

.hero-features span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  font-size: 11px;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  text-align: center;
}

.hero-features span + span {
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.hero-features .fa-solid {
  color: #8fea38;
  font-size: 18px;
  margin-right: 10px;
}

.diagnostic-card {
  padding: 37px 34px 28px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.diagnostic-card.sent {
  align-items: center;
  text-align: center;
}

.diagnostic-card.sent .fa-envelope,
.diagnostic-card.sent .fa-xmark {
  color: white;
  background-color: var(--blue);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 33px;
  margin-bottom: 30px;
}

.diagnostic-card.sent .fa-xmark {
  background-color: #be1e2d;
}

.diagnostic-card h2 {
  margin-bottom: 12px;
  font-size: 27px;
  font-weight: 400;
}

.form-intro {
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 12px;
}

.diagnostic-form {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  gap: 12px;
}

.form-row.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-row.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

label, legend {
  color: var(--ink);
  font-size: 12px;
  font-family: 'Raleway-Bold';
  font-weight: normal;
}

label em, legend em {
  display: inline-block;
  color: #be1e2d;
  font-style: normal;
  font-family: 'Raleway-Bold';
  font-size: 18px;
  line-height: 5px;
  vertical-align: center;
}

input, select, textarea {
  width: 100%;
  min-height: 38px;
  margin-top: 7px;
  padding: 9px 11px;
  border: 1px solid #bdcce0;
  border-radius: 6px;
  color: #333;
  background: #fff;
  font: inherit;
  font-size: 12px;
  font-family: 'Montserrat-Medium';
}

option {
  font-family: Arial, Helvetica, sans-serif;
}

textarea {
  resize: vertical;
  line-height: 1.35;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

form * {
  outline-color: var(--blue);
}

.radio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 7px;
}

.radio-card {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 51px;
  padding: 9px 10px;
  border: 1px solid #bdcce0;
  border-radius: 6px;
  cursor: pointer;
}

.radio-card:has(input:checked) {
  border-color: #519c24;
  background: #f7fbf3;
}

.radio-card input {
  width: 14px;
  min-height: 14px;
  margin: 0;
  accent-color: var(--green);
}

.radio-card input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #aaa;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    padding: 0;
}

.radio-card input[type="radio"]:checked {
    border-color: #65b32e;
    background: #65b32e;
    box-shadow: inset 0 0 0 3px white;
}

.radio-card span {
  display: grid;
  gap: 2px;
  text-transform: uppercase;
}

.radio-card small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 400;
  text-transform: none;
}

.application-row {
  align-items: start;
}

.submit-button {
  width: 100%;
  min-height: 43px;
}
.contact-note, .privacy {
  margin: 0 0;
  color: var(--ink);
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
}

.contact-note {
  margin-top: 20px;
}

.contact-note .fa-solid, .privacy .fa-solid {
  color: #519c24;
}

.evidence-section {
  padding: 30px max(18px, calc((100vw - 1280px)/2));
}

.engineering-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8fafc;
}

.engineering-image {
  position: relative;
  min-width: 0;
}

.engineering-image img {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center 35%;
}

.engineering-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 28px;
}

.engineering-copy h2 {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.1;
}

.engineering-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.engineering-copy .check-list {
  margin-bottom: 0;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.value-grid article {
  min-height: 145px;
  padding: 25px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
}

.value-grid article .fa-solid {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--green);
  font-size: 27px;
}

.value-grid h3 {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: normal;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
}

.value-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px max(18px, calc((100vw - 1280px)/2));
  color: #fff;
  background: #1c3975;
}

.final-cta .eyebrow {
  margin-bottom: 7px;
}

.final-cta h2 {
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 400;
}

.final-cta .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 4px;
}

.final-cta .button span {
  white-space: nowrap;
}

.final-cta .button .fa-solid {
  margin-left: 5px;
}

@media (min-width: 981.98px) {
  .hero-content .eyebrow {
    margin-bottom: 22px;
  }
  .hero-content h1 {
    margin-bottom: 31px;
  }
  .hero-content h2 {
    margin-bottom: 36px;
  }
  .hero-content .hero-lead {
    margin-bottom: 35px;
  }
  .hero-content .check-list li {
    margin-top: 7px;
  }

  .engineering-copy .eyebrow {
    margin-bottom: 16px;
  }
  .engineering-copy h2 {
    margin-bottom: 16px;
  }
  .engineering-copy p {
    margin-bottom: 15px;
  }
  .engineering-copy .check-list li {
    margin-top: 7px;
  }
}

@media (max-width: 980px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .diagnostic-card {
    scroll-margin-top: 12px;
  }

  .engineering-panel {
    grid-template-columns: 1fr;
  }

  .engineering-image img {
    position: relative;
    min-height: auto;
    max-height: 260px;
  }

}

@media (max-width: 680px) {
  .site-header {
    align-items: center;
  }

  .diagnostic-note {
    display: none;
  }

  .button-small {
    padding: 5px 12px;
  }

  .hero-content {
    padding: 38px 24px 140px;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .hero-content h2 {
    font-size: 25px;
  }

  .hero-features {
    right: 18px;
    bottom: 18px;
    left: 18px;
    grid-template-columns: 1fr;
  }

  .hero-features span + span {
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-left: 0;
  }

  .diagnostic-card {
    padding: 28px 20px;
  }

  .form-row.two, .form-row.three, .radio-grid, .value-grid {
    grid-template-columns: 1fr;
  }

  .engineering-copy {
    padding: 30px 24px;
  }

  .engineering-panel > img {
    min-height: 260px;
  }

  .final-cta {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }

}
