:root {
  --navy: #001a41;
  --navy-2: #03102a;
  --blue: #075cc7;
  --blue-2: #0d7df2;
  --sky: #eaf6ff;
  --ink: #071633;
  --muted: #4e5f76;
  --line: #d8e1ee;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(0, 26, 65, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family:
    Arial, Helvetica, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--white);
  box-shadow: 0 2px 18px rgba(0, 26, 65, 0.08);
}

.utility-bar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 9px clamp(18px, 4vw, 48px);
  color: var(--white);
  background: var(--navy);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.credential-list,
.utility-contact,
.nav-links,
.hero-actions,
.hero-badges {
  display: flex;
  align-items: center;
}

.credential-list,
.utility-contact {
  flex-wrap: wrap;
  gap: 12px 22px;
}

.credential-list span:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  margin-left: 18px;
  vertical-align: -2px;
  background: rgba(255, 255, 255, 0.65);
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 108px;
  padding: 14px clamp(18px, 4vw, 48px);
}

.brand img {
  display: block;
  width: clamp(150px, 17vw, 215px);
  height: 76px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  gap: clamp(20px, 4vw, 48px);
  color: var(--navy-2);
  font-size: 0.91rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-call,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 5px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-call {
  min-width: 150px;
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 8px 18px rgba(7, 92, 199, 0.22);
}

.hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 42%, rgba(255, 255, 255, 0.2) 70%),
    url("assets/blujaye-hero-cover.png");
  background-position: center;
  background-size: cover;
}

.hero-image {
  overflow: hidden;
}

.hero-image img {
  display: block;
  width: 100%;
  min-height: 420px;
  max-height: calc(100vh - 132px);
  object-fit: cover;
  object-position: center;
}

.hero-image img[src="assets/blujaye-hero-cover.png"] {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 42%, rgba(255, 255, 255, 0.2) 70%),
    url("assets/blujaye-hero-cover.png");
  background-position: center;
  background-size: cover;
}

.hero-fallback {
  position: absolute;
  inset: 0 auto 0 0;
  display: none;
  width: min(560px, 56vw);
  padding: clamp(42px, 5vw, 72px) clamp(18px, 4vw, 48px);
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
  color: var(--navy-2);
  font-size: clamp(3rem, 6.4vw, 4.85rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 span {
  display: block;
}

h1 span:nth-child(2) {
  color: var(--blue);
}

.hero-fallback p {
  max-width: 510px;
  margin-bottom: 22px;
  color: #13213c;
  font-size: 1rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.button {
  min-width: 178px;
  padding: 0 22px;
  border: 1px solid var(--blue);
  font-size: 0.88rem;
}

.button.primary {
  color: var(--white);
  background: var(--blue);
}

.button.secondary {
  color: var(--blue);
  background: var(--white);
}

.hero-badges {
  flex-wrap: wrap;
  gap: 0;
  color: var(--navy-2);
  font-size: 0.9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 24px;
  border-left: 1px solid #b8c7dc;
}

.hero-badges span:first-child {
  padding-left: 0;
  border-left: 0;
}

.cert-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 22px clamp(18px, 4vw, 48px);
  color: var(--white);
  background: linear-gradient(90deg, var(--navy-2), #003b85);
}

.cert-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 54px;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.45);
  text-align: left;
  text-transform: uppercase;
}

.cert-strip div:last-child {
  border-right: 0;
}

.line-icon {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 900;
}

.section {
  padding: 34px clamp(18px, 4vw, 52px) 38px;
}

.section-heading {
  margin: 0 auto 26px;
  text-align: center;
}

h2 {
  margin-bottom: 0;
  color: var(--navy-2);
  font-size: clamp(1.55rem, 3vw, 2rem);
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-heading::after,
.industries h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin: 10px auto 0;
  background: var(--blue-2);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}

.service-grid article,
.process-grid article {
  position: relative;
  min-height: 190px;
  padding: 22px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 26, 65, 0.05);
}

.service-icon {
  display: grid;
  place-items: center;
  height: 46px;
  margin-bottom: 13px;
  color: var(--blue);
  font-size: 2.25rem;
  font-weight: 900;
}

h3 {
  margin-bottom: 8px;
  color: var(--navy-2);
  font-size: 0.94rem;
  line-height: 1.16;
  text-transform: uppercase;
}

.service-grid p,
.process-grid p {
  margin-bottom: 0;
  color: #1a2439;
  font-size: 0.82rem;
}

.industries {
  padding: 28px clamp(18px, 4vw, 52px) 34px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 26, 65, 0.96), rgba(0, 58, 132, 0.93)),
    var(--navy);
  text-align: center;
}

.industries h2 {
  color: var(--white);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.industry-grid span {
  display: grid;
  align-items: end;
  min-height: 72px;
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.industry-grid span::before {
  content: "▱";
  display: block;
  margin-bottom: 10px;
  color: var(--blue-2);
  font-size: 2.05rem;
}

.process {
  background: #fbfdff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}

.process-grid article {
  min-height: 155px;
  padding-top: 38px;
}

.step {
  position: absolute;
  top: -14px;
  left: 50%;
  display: grid;
  width: 36px;
  height: 36px;
  transform: translateX(-50%);
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: center;
  gap: 28px;
  padding: 34px clamp(18px, 7vw, 88px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(0, 66, 157, 0.94), rgba(0, 109, 223, 0.86)),
    url("assets/blujaye-hero-cover.png");
  background-position: center;
  background-size: cover;
}

.cta-band h2 {
  max-width: 640px;
  margin-bottom: 12px;
  color: var(--white);
  font-size: clamp(1.7rem, 3.5vw, 2.45rem);
}

.cta-band p {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.92);
}

.contact-card {
  display: grid;
  gap: 15px;
  padding: 24px;
  border-radius: 8px;
  color: var(--navy-2);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-card a {
  overflow-wrap: anywhere;
  font-weight: 900;
}

footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) repeat(3, minmax(160px, 0.7fr));
  gap: 28px;
  padding: 30px clamp(18px, 5vw, 64px) 18px;
  color: var(--white);
  background: var(--navy-2);
}

footer img {
  width: 150px;
  height: 76px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.12));
}

footer h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 0.9rem;
}

footer a,
footer p {
  display: block;
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
}

footer small {
  grid-column: 1 / -1;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1040px) {
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .industry-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .utility-bar,
  .main-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 14px 20px;
  }

  .nav-call {
    width: 100%;
  }

  .cert-strip,
  .process-grid,
  .cta-band,
  footer {
    grid-template-columns: 1fr;
  }

  .cert-strip div {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}

@media (max-width: 620px) {
  .main-nav {
    min-height: auto;
  }

  .brand img {
    width: 180px;
  }

  h1 {
    font-size: 2.85rem;
  }

  .hero-image img {
    min-height: 310px;
    object-position: center;
  }

  .hero-fallback {
    width: 100%;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

  .hero-badges span {
    width: 100%;
    padding: 10px 0;
    border-left: 0;
    border-top: 1px solid #b8c7dc;
  }

  .hero-badges span:first-child {
    border-top: 0;
  }

  .service-grid,
  .industry-grid {
    grid-template-columns: 1fr;
  }
}
