.ccs-vetting,
.ccs-vetting * {
  box-sizing: border-box;
}

.ccs-vetting {
  width: 100%;
  overflow: hidden;
  color: #191c1e;
  background: #f7f9fb;
}

.ccs-vetting-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--ccs-container);
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}

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

.ccs-vetting h1,
.ccs-vetting h2,
.ccs-vetting h3 {
  font-family: "Montserrat", Arial, sans-serif;
}

.ccs-vetting svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ccs-vetting-hero {
  position: relative;
  min-height: 614px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--ccs-navy);
}

.ccs-vetting-hero-image,
.ccs-vetting-overlay {
  position: absolute;
  inset: 0;
}

.ccs-vetting-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 68% 50%;
  transform: scale(1.35);
  transform-origin: 68% 50%;
}

.ccs-vetting-overlay {
  z-index: 1;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.96) 0%, rgba(15, 23, 42, 0.82) 48%, rgba(15, 23, 42, 0.58) 100%);
}

.ccs-vetting-hero-inner {
  padding-top: 96px;
  padding-bottom: 96px;
}

.ccs-vetting-hero-copy {
  max-width: 680px;
}

.ccs-vetting-badge {
  width: max-content;
  max-width: 100%;
  margin-bottom: 24px;
  padding: 7px 15px;
  border-radius: 999px;
  color: #fff;
  background: var(--ccs-amber);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ccs-vetting-hero h1 {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(40px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.ccs-vetting-hero-copy > p {
  max-width: 620px;
  margin-bottom: 36px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 28px;
}

.ccs-vetting-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.ccs-vetting-button:hover,
.ccs-vetting-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.12);
}

.ccs-vetting-button-amber {
  color: #fff;
  background: var(--ccs-amber);
}

.ccs-vetting-button-navy {
  color: #fff;
  background: var(--ccs-navy);
}

.ccs-vetting-button-amber:hover,
.ccs-vetting-button-amber:focus-visible,
.ccs-vetting-button-navy:hover,
.ccs-vetting-button-navy:focus-visible {
  color: #fff;
}

.ccs-vetting-capabilities {
  padding: 96px 0;
  background: #f7f9fb;
}

.ccs-vetting-heading {
  max-width: 780px;
  margin: 0 auto 64px;
  text-align: center;
}

.ccs-vetting-heading h2,
.ccs-vetting-cta-card h2 {
  margin-bottom: 18px;
  color: var(--ccs-navy);
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.ccs-vetting-heading p,
.ccs-vetting-cta-card p {
  margin-bottom: 0;
  color: #5d626b;
  font-size: 16px;
  line-height: 26px;
}

.ccs-vetting-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ccs-vetting-card {
  min-height: 300px;
  padding: 32px;
  border-top: 4px solid var(--ccs-amber);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.055);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.ccs-vetting-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 34px rgba(15, 23, 42, 0.11);
}

.ccs-vetting-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #fff;
  background: var(--ccs-navy);
}

.ccs-vetting-icon svg {
  width: 27px;
  height: 27px;
}

.ccs-vetting-card h3 {
  margin-bottom: 13px;
  color: var(--ccs-navy);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.35;
}

.ccs-vetting-card p {
  margin-bottom: 0;
  color: #5d626b;
  font-size: 15px;
  line-height: 24px;
}

.ccs-vetting-cta {
  padding: 96px 0;
  background: #e0e3e5;
}

.ccs-vetting-cta-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 54px 48px;
  border: 1px solid #c6c6cd;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.07);
  text-align: center;
}

.ccs-vetting-cta-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  color: var(--ccs-amber);
}

.ccs-vetting-cta-card p {
  max-width: 700px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 27px;
}

@media (max-width: 900px) {
  .ccs-vetting-hero {
    min-height: 540px;
  }

  .ccs-vetting-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .ccs-vetting-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .ccs-vetting-hero {
    min-height: 520px;
  }

  .ccs-vetting-hero-image img {
    object-position: 75% 50%;
    transform: scale(1.85);
  }

  .ccs-vetting-overlay {
    background: rgba(15, 23, 42, 0.82);
  }

  .ccs-vetting-hero-inner {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .ccs-vetting-hero-copy > p {
    font-size: 16px;
    line-height: 25px;
  }

  .ccs-vetting-capabilities,
  .ccs-vetting-cta {
    padding: 64px 0;
  }

  .ccs-vetting-heading {
    margin-bottom: 44px;
  }

  .ccs-vetting-grid {
    grid-template-columns: 1fr;
  }

  .ccs-vetting-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .ccs-vetting-cta-card {
    padding: 38px 22px;
  }
}
