/* =========================================================
   EchoHawk — Shared site stylesheet
   Light theme: sky-breeze / sky-mist / deep ink / storm slate
   ========================================================= */

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #F4F8FB;
  color: #1B2B3A;
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: #5B9BD5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================================================
   Hamburger-first navigation
   ========================================================= */

.burger-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #F4F8FB;
  border-bottom: 1px solid #D5E3EE;
}

.burger-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 16px;
  height: 16px;
  background-color: #5B9BD5;
  flex: 0 0 auto;
}

.brand-name {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #1B2B3A;
}

.brand-name:hover {
  text-decoration: none;
}

.burger-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 8px;
}

.burger-button span {
  display: block;
  height: 2px;
  width: 24px;
  background-color: #1B2B3A;
}

.burger-button:hover span {
  background-color: #5B9BD5;
}

/* Full-screen overlay menu */
.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background-color: #5B9BD5;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.overlay-menu.open {
  display: flex;
}

.overlay-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
}

.overlay-close:hover {
  color: #1B2B3A;
}

.overlay-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.overlay-link {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 20px 32px;
  border-bottom: 1px solid #DCEBF7;
}

.overlay-link:first-child {
  border-top: 1px solid #DCEBF7;
}

.overlay-link:hover {
  text-decoration: none;
  color: #1B2B3A;
}

.overlay-link.active {
  text-decoration: underline;
  text-decoration-color: #1B2B3A;
  text-decoration-thickness: 4px;
  text-underline-offset: 8px;
}

/* =========================================================
   Hero — top banner strip
   ========================================================= */

.banner-hero {
  background-color: #5B9BD5;
  width: 100%;
  overflow: hidden;
}

.banner-hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 96px 0 100px;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-copy {
  max-width: 620px;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #FFFFFF;
  color: #5B9BD5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 26px;
}

.hero-headline {
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.5px;
  margin-bottom: 24px;
}

.hero-subcopy {
  font-size: 18px;
  color: #DCEBF7;
  line-height: 1.7;
  margin-bottom: 36px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  padding: 15px 32px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  background-color: #1B2B3A;
  color: #FFFFFF;
  border: 1px solid #1B2B3A;
}

.btn-primary:hover {
  background-color: #5B9BD5;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.btn-secondary:hover {
  background-color: #FFFFFF;
  color: #5B9BD5;
}

.btn-ink {
  background-color: #1B2B3A;
  color: #FFFFFF;
  border: 1px solid #1B2B3A;
}

.btn-ink:hover {
  background-color: #FFFFFF;
  color: #5B9BD5;
  border-color: #FFFFFF;
}

/* Hawk graphic — pure CSS, solid white shapes */
.hawk-graphic {
  position: relative;
  width: 240px;
  height: 150px;
  flex: 0 0 240px;
}

.hawk-wing-far {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 70px solid #FFFFFF;
  border-right: 20px solid transparent;
  transform: rotate(18deg);
  top: 30px;
  left: 6px;
}

.hawk-wing-near {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 60px solid #FFFFFF;
  transform: rotate(-38deg);
  top: 12px;
  left: 70px;
}

.hawk-body {
  position: absolute;
  width: 110px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 50%;
  transform: rotate(-15deg);
  top: 58px;
  left: 58px;
}

.hawk-head {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #FFFFFF;
  border-radius: 50%;
  top: 64px;
  left: 162px;
}

.hawk-beak {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 12px solid #FFFFFF;
  top: 75px;
  left: 187px;
}

/* =========================================================
   Intro section
   ========================================================= */

.section-intro {
  background-color: #F4F8FB;
  padding: 88px 0;
}

.intro-kicker {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #5B9BD5;
  margin-bottom: 14px;
}

.section-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  color: #1B2B3A;
  margin-bottom: 22px;
  letter-spacing: -0.3px;
}

.section-intro p {
  color: #5C7285;
  font-size: 17px;
  margin-bottom: 20px;
  max-width: 820px;
}

.section-intro p.lead {
  font-size: 19px;
  color: #1B2B3A;
  font-weight: 600;
}

/* =========================================================
   Timeline section
   ========================================================= */

.timeline {
  background-color: #F4F8FB;
  padding: 88px 0 96px;
}

.timeline-head {
  max-width: 720px;
  margin-bottom: 56px;
}

.timeline-head p {
  color: #5C7285;
  font-size: 17px;
}

.timeline-list {
  position: relative;
  margin-left: 24px;
  border-left: 2px solid #D5E3EE;
  padding-left: 0;
}

.timeline-item {
  position: relative;
  padding: 0 0 56px 48px;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-node {
  position: absolute;
  left: -9px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #5B9BD5;
  border: 2px solid #FFFFFF;
}

.timeline-step {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5B9BD5;
  margin-bottom: 6px;
}

.timeline-title {
  font-size: 24px;
  font-weight: 800;
  color: #1B2B3A;
  margin-bottom: 12px;
}

.timeline-text {
  color: #5C7285;
  font-size: 16px;
  max-width: 720px;
}

/* =========================================================
   Metric band
   ========================================================= */

.metric-band {
  background-color: #5B9BD5;
  padding: 64px 0;
}

.metric-band-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.metric-item {
  flex: 1 1 180px;
  text-align: center;
  position: relative;
}

.metric-numeral {
  display: block;
  font-size: 44px;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.metric-label {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.metric-sep {
  width: 1px;
  height: 56px;
  background-color: #F4F8FB;
  align-self: center;
  flex: 0 0 1px;
}

/* =========================================================
   Statement band
   ========================================================= */

.statement-band {
  background-color: #E2EDF5;
  padding: 84px 0;
}

.statement-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.statement-line {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
  color: #1B2B3A;
  max-width: 860px;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
}

.statement-support {
  color: #5C7285;
  font-size: 17px;
  max-width: 720px;
}

/* =========================================================
   CTA band
   ========================================================= */

.cta-band {
  background-color: #5B9BD5;
  padding: 76px 0;
  text-align: center;
}

.cta-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.cta-headline {
  font-size: 34px;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 16px;
  line-height: 1.25;
}

.cta-support {
  color: #FFFFFF;
  font-size: 17px;
  max-width: 620px;
  margin: 0 auto 34px;
}

/* =========================================================
   Duo-band footer
   ========================================================= */

.duo-band-footer {
  background-color: #E2EDF5;
}

.footer-upper {
  background-color: #E2EDF5;
  padding: 64px 0 56px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.2fr;
  gap: 48px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-brand-name {
  font-size: 22px;
  font-weight: 800;
  color: #5B9BD5;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.footer-blurb {
  color: #5C7285;
  font-size: 15px;
  margin-bottom: 20px;
  max-width: 340px;
}

.footer-copyright {
  color: #5C7285;
  font-size: 14px;
}

.footer-col-title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1B2B3A;
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #1B2B3A;
  font-weight: 600;
}

.footer-links a:hover {
  color: #5B9BD5;
  text-decoration: none;
}

.footer-contact {
  color: #1B2B3A;
  font-size: 15px;
  line-height: 2;
}

.footer-contact a {
  color: #1B2B3A;
  font-weight: 600;
}

.footer-contact a:hover {
  color: #5B9BD5;
  text-decoration: none;
}

.footer-lower {
  background-color: #1B2B3A;
  padding: 26px 0;
}

.footer-lower-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}

.footer-lower-inner a {
  color: #FFFFFF;
}

.footer-lower-inner a:hover {
  color: #5B9BD5;
  text-decoration: underline;
}

/* =========================================================
   Secondary pages — page hero
   ========================================================= */

.page-hero {
  background-color: #5B9BD5;
  width: 100%;
}

.page-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 84px 24px 88px;
}

.page-hero-eyebrow {
  display: inline-block;
  background-color: #FFFFFF;
  color: #5B9BD5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.page-hero-title {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.4px;
  margin-bottom: 18px;
}

.page-hero-sub {
  font-size: 18px;
  color: #DCEBF7;
  max-width: 720px;
  line-height: 1.7;
}

/* =========================================================
   Services page blocks
   ========================================================= */

.services-body {
  background-color: #F4F8FB;
  padding: 80px 0;
}

.service-block {
  margin-bottom: 48px;
}

.service-block-number {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #5B9BD5;
  margin-bottom: 8px;
}

.service-block-title {
  font-size: 26px;
  font-weight: 800;
  color: #1B2B3A;
  margin-bottom: 14px;
}

.service-block p {
  color: #5C7285;
  font-size: 16px;
  max-width: 840px;
  margin-bottom: 14px;
}

.service-block strong {
  color: #1B2B3A;
}

/* =========================================================
   Contact page
   ========================================================= */

.contact-body {
  background-color: #F4F8FB;
  padding: 80px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: start;
}

.contact-form {
  background-color: #FFFFFF;
  border: 1px solid #D5E3EE;
  border-top: 4px solid #5B9BD5;
  padding: 32px;
}

.form-field {
  margin-bottom: 20px;
}

.form-field label {
  display: block;
  font-weight: 700;
  color: #1B2B3A;
  font-size: 14px;
  margin-bottom: 8px;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #D5E3EE;
  border-radius: 4px;
  background-color: #F4F8FB;
  color: #1B2B3A;
  font-family: inherit;
  font-size: 16px;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: 2px solid #5B9BD5;
  outline-offset: -1px;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-status {
  margin-top: 16px;
  font-weight: 700;
  color: #1B2B3A;
}

.form-status.error {
  color: #1B2B3A;
}

.contact-info-block {
  background-color: #E2EDF5;
  border: 1px solid #D5E3EE;
  padding: 28px;
  margin-bottom: 24px;
}

.contact-info-block h3 {
  font-size: 18px;
  font-weight: 800;
  color: #1B2B3A;
  margin-bottom: 12px;
}

.contact-info-block p,
.contact-info-block li {
  color: #1B2B3A;
  font-size: 15px;
  line-height: 1.8;
}

.contact-info-block ul {
  list-style: none;
}

.contact-info-block a {
  color: #5B9BD5;
  font-weight: 700;
}

/* FAQ accordion */
.faq-item {
  border: 1px solid #D5E3EE;
  background-color: #FFFFFF;
  margin-bottom: 12px;
}

.faq-question {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 700;
  color: #1B2B3A;
  cursor: pointer;
  font-family: inherit;
}

.faq-question::after {
  content: "+";
  float: right;
  font-size: 22px;
  color: #5B9BD5;
  font-weight: 800;
}

.faq-item.open .faq-question::after {
  content: "\2212";
}

.faq-answer {
  display: none;
  padding: 0 20px 18px;
  color: #5C7285;
  font-size: 15px;
}

.faq-item.open .faq-answer {
  display: block;
}

/* =========================================================
   Scroll reveal
   ========================================================= */

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 920px) {
  .banner-hero-inner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-headline {
    font-size: 38px;
  }

  .hawk-graphic {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .metric-band-inner {
    gap: 28px;
  }

  .metric-sep {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero-headline {
    font-size: 30px;
  }

  .hero-subcopy {
    font-size: 16px;
  }

  .page-hero-title {
    font-size: 32px;
  }

  .metric-numeral {
    font-size: 34px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .overlay-link {
    font-size: 24px;
    padding: 16px 24px;
  }

  .statement-line {
    font-size: 24px;
  }

  .cta-headline {
    font-size: 26px;
  }

  .section-title {
    font-size: 28px;
  }
}
