@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,wght@0,400;0,600;0,700;0,800;0,900;1,800;1,900&display=swap");

:root {
  --blue: #009eea;
  --green: #6bd12f;
  --dark: #02070d;
  --white: #ffffff;
  --gray: #b7c3d1;
  --line: rgba(0, 158, 234, 0.28);
  --line-strong: rgba(0, 158, 234, 0.54);
  --glass: rgba(3, 18, 34, 0.78);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 158, 234, 0.12), transparent 24rem),
    linear-gradient(180deg, #02070d 0%, #03101e 48%, #02070d 100%);
  font-family: "Inter", Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 86% 14%, rgba(107, 209, 47, 0.1), transparent 18rem),
    url("../assets/direct-parts/Blue%20fractle%20back%20ground.png") center top / cover no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

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

button,
input {
  font: inherit;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.services-shell {
  width: 100%;
  max-width: var(--site-max-width, 1680px);
  margin-inline: auto;
  padding-left: var(--site-padding-desktop, 48px);
  padding-right: var(--site-padding-desktop, 48px);
}

.section-eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-title {
  margin: 0 0 24px;
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(26px, 2.1vw, 38px);
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.015em;
  text-align: center;
  text-transform: uppercase;
}

.section-title span {
  color: var(--green);
  text-shadow: 0 0 18px rgba(107, 209, 47, 0.32);
}

.services-hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(2, 7, 13, 0.98) 0%, rgba(2, 7, 13, 0.9) 32%, rgba(2, 7, 13, 0.42) 56%, rgba(2, 7, 13, 0.08) 100%),
    radial-gradient(circle at 78% 42%, rgba(107, 209, 47, 0.14), transparent 24rem),
    url("services-hero-banner.png") right center / cover no-repeat;
  box-shadow: inset 0 -90px 110px rgba(2, 7, 13, 0.88);
}

.services-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, rgba(2, 7, 13, 0.9));
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(360px, 0.44fr);
  align-items: center;
  min-height: inherit;
  padding: 34px 0 64px;
}

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

/* Scope-override the global styles.css .hero-copy { padding:68px 0 54px } that leaks onto this page; halve the top space above the eyebrow/title (Entry #84). */
.services-hero .hero-copy {
  padding-top: 34px;
}


.hero-copy h1 {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(58px, 5.7vw, 96px);
  font-weight: 900;
  font-style: italic;
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(0, 0, 0, 0.55);
}

.hero-copy h1 span {
  display: block;
}

.hero-copy h1 .hero-green {
  color: var(--green);
  text-shadow: 0 0 24px rgba(107, 209, 47, 0.38);
}

.hero-copy > p:not(.section-eyebrow) {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 46px;
}

.hero-features article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 7px 14px;
  align-items: start;
}

.hero-features svg {
  grid-row: span 2;
  width: 46px;
  height: 46px;
  color: var(--green);
  stroke-width: 1.9;
  filter: drop-shadow(0 0 16px rgba(107, 209, 47, 0.42));
}

.hero-features strong {
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.hero-features span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.45;
}

.services-section {
  padding: 48px 0;
}

.core-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.capability-row article,
.stats-grid article {
  border: 1px solid rgba(0, 158, 234, 0.32);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 158, 234, 0.13), transparent 11rem),
    linear-gradient(180deg, rgba(6, 23, 40, 0.9), rgba(3, 14, 26, 0.84));
  box-shadow: inset 0 0 36px rgba(0, 158, 234, 0.06), 0 16px 36px rgba(0, 0, 0, 0.18);
}

.service-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 30px 30px;
  text-align: center;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.service-card:hover,
.service-card:focus-within {
  border-color: rgba(107, 209, 47, 0.54);
  transform: translateY(-3px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), inset 0 0 32px rgba(0, 158, 234, 0.08);
}

.service-card svg {
  width: 74px;
  height: 74px;
  margin-bottom: 28px;
  color: var(--green);
  stroke-width: 1.55;
  filter: drop-shadow(0 0 18px rgba(107, 209, 47, 0.36));
}

.service-card h3,
.capability-row h3,
.process-grid h3 {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.service-card p,
.capability-row p,
.process-grid p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.6;
}

.service-card a {
  margin-top: auto;
  padding-top: 18px;
  color: var(--green);
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}

.service-card a span,
.green-cta span {
  margin-left: 8px;
}

.directshield-section {
  padding-top: 10px;
}

.directshield-card {
  position: relative;
  min-height: 250px;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) minmax(430px, 0.95fr);
  gap: 32px;
  align-items: center;
  padding: 34px 42px;
  overflow: hidden;
  border: 1px solid rgba(0, 158, 234, 0.72);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(2, 12, 23, 0.99), rgba(2, 12, 23, 0.86) 42%, rgba(2, 12, 23, 0.42) 100%),
    radial-gradient(circle at 12% 48%, rgba(0, 158, 234, 0.2), transparent 14rem),
    radial-gradient(circle at 84% 42%, rgba(107, 209, 47, 0.12), transparent 14rem),
    url("../assets/brands/direct-shield-brands-banner.png") right center / cover no-repeat;
  box-shadow: 0 0 46px rgba(0, 158, 234, 0.16), inset 0 0 52px rgba(0, 158, 234, 0.08);
}

.directshield-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(0, 158, 234, 0.08), transparent 36%, rgba(107, 209, 47, 0.08));
  pointer-events: none;
}

.shield-mark {
  position: relative;
  z-index: 1;
  width: 138px;
  height: 138px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.shield-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 24px rgba(0, 158, 234, 0.42));
}

.shield-copy,
.shield-features {
  position: relative;
  z-index: 1;
}

.shield-copy h2 {
  margin: 0 0 12px;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.shield-copy h2 span {
  color: var(--green);
}

.shield-copy sup {
  font-family: "Inter", Arial, sans-serif;
  font-size: 14px;
}

.shield-copy strong {
  display: block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
}

.shield-copy p {
  max-width: 600px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
}

.green-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 5px;
  color: #061109;
  background: linear-gradient(135deg, #78e337, #57c91f);
  box-shadow: 0 0 26px rgba(107, 209, 47, 0.24);
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  transition: transform 180ms ease, filter 180ms ease;
}

.green-cta:hover,
.green-cta:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.shield-features {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  border-left: 1px solid rgba(0, 158, 234, 0.24);
}

.shield-features article {
  display: grid;
  place-items: center;
  gap: 10px;
  min-height: 130px;
  padding: 8px 12px;
  border-right: 1px solid rgba(0, 158, 234, 0.18);
  text-align: center;
}

.shield-features svg {
  width: 42px;
  height: 42px;
  color: var(--green);
  stroke-width: 1.7;
  filter: drop-shadow(0 0 14px rgba(107, 209, 47, 0.32));
}

.shield-features span {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.capability-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.capability-row article {
  min-height: 178px;
  padding: 24px 22px;
}

.capability-row svg {
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  color: var(--green);
  stroke-width: 1.6;
  filter: drop-shadow(0 0 14px rgba(107, 209, 47, 0.3));
}

.capability-row h3 {
  font-size: 15px;
}

.capability-row p {
  font-size: 13px;
}

.difference-section {
  padding-top: 12px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.stats-grid article {
  min-height: 114px;
  display: grid;
  place-items: center;
  padding: 18px;
  text-align: center;
}

.stats-grid strong {
  color: var(--green);
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 1;
  text-shadow: 0 0 20px rgba(107, 209, 47, 0.22);
}

.stats-grid span {
  margin-top: 7px;
  color: var(--white);
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
}

.process-section {
  padding-top: 12px;
  padding-bottom: 64px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
}

.process-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 36px;
  left: calc(50% + 62px);
  width: calc(100% - 88px);
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.45), transparent);
}

.process-grid article:not(:last-child)::before {
  content: ">";
  position: absolute;
  top: 24px;
  right: -18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.process-grid svg {
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  color: var(--green);
  stroke-width: 1.5;
  filter: drop-shadow(0 0 16px rgba(107, 209, 47, 0.22));
}

.process-grid span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 999px;
  color: #061109;
  background: var(--green);
  font-size: 12px;
  font-weight: 800;
}

.process-grid p {
  max-width: 180px;
  font-size: 13px;
}

.bottom-cta {
  padding: 48px 0;
  border-top: 1px solid rgba(0, 158, 234, 0.18);
  border-bottom: 1px solid rgba(0, 158, 234, 0.18);
  background:
    linear-gradient(90deg, rgba(2, 7, 13, 0.98), rgba(2, 7, 13, 0.82), rgba(2, 7, 13, 0.68)),
    url("../assets/BACKGROUND%20SHIELD%201.png") center center / cover no-repeat;
}

.bottom-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.bottom-cta h2 {
  margin: 0 0 8px;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(34px, 3vw, 52px);
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.bottom-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.services-footer {
  padding: 48px 0 0;
  background: #02070d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(5, 1fr);
  gap: 32px;
}

.footer-brand img {
  width: 174px;
  height: auto;
}

.footer-brand p {
  max-width: 260px;
  margin: 18px 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.6;
}

.social-row {
  display: flex;
  gap: 10px;
}

.social-row a {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-style: normal;
}

.footer-col h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-col a,
.footer-col span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.4;
}

.footer-col a:hover,
.green-link {
  color: var(--green);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding: 18px 0;
  border-top: 1px solid rgba(0, 158, 234, 0.18);
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom nav {
  display: flex;
  gap: 28px;
}

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

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

  .hero-features,
  .core-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .directshield-card {
    grid-template-columns: 130px 1fr;
  }

  .shield-features {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid rgba(0, 158, 234, 0.24);
    padding-top: 18px;
  }

  .capability-row,
  .stats-grid,
  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-grid article::before,
  .process-grid article::after {
    display: none;
  }

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

@media (max-width: 760px) {
  .services-shell {
    width: min(100% - 32px, 100%);
  }

  .services-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(2, 7, 13, 0.86) 0%, rgba(2, 7, 13, 0.96) 78%),
      url("services-hero-banner.png") 66% top / auto 42% no-repeat;
  }

  .hero-grid {
    padding: 190px 0 40px;
  }

  .hero-copy h1 {
    font-size: 44px;
    letter-spacing: -0.055em;
  }

  .hero-copy > p:not(.section-eyebrow) {
    font-size: 16px;
  }

  .hero-features,
  .core-grid,
  .capability-row,
  .stats-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .hero-features {
    margin-top: 34px;
  }

  .services-section {
    padding: 34px 0;
  }

  .service-card {
    min-height: 230px;
  }

  .directshield-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .shield-mark {
    width: 120px;
    height: 120px;
  }

  .shield-features {
    grid-template-columns: 1fr;
  }

  .shield-features article {
    min-height: 74px;
    grid-template-columns: 36px 1fr;
    justify-items: start;
    text-align: left;
  }

  .bottom-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .green-cta {
    width: 100%;
  }

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

  .footer-bottom,
  .footer-bottom nav {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Shared full-width services shell alignment. */
:root {
  --site-max-width: 1680px;
  --site-padding-desktop: 48px;
  --site-padding-tablet: 28px;
  --site-padding-mobile: 18px;
}

.services-shell,
.site-container,
.page-container,
.section-container {
  width: 100%;
  max-width: var(--site-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--site-padding-desktop);
  padding-right: var(--site-padding-desktop);
}

.text-measure {
  max-width: 720px;
}

@media (max-width: 1024px) {
  .services-shell,
  .site-container,
  .page-container,
  .section-container {
    padding-left: var(--site-padding-tablet);
    padding-right: var(--site-padding-tablet);
  }
}

@media (max-width: 640px) {
  .services-shell,
  .site-container,
  .page-container,
  .section-container {
    padding-left: var(--site-padding-mobile);
    padding-right: var(--site-padding-mobile);
  }
}
