/* ==========================================================
   CLUTCH INDUSTRY SYSTEM V1
   ========================================================== */

.page-id-368 .clutch-page-rail,
body.page-child .clutch-page-rail {
  width: 100%;
  max-width: none;
  padding: 0;
}

.clutch-industry-rail {
  width: min(calc(100% - 64px), 1230px);
  margin-inline: auto;
}

.clutch-industry-eyebrow {
  margin: 0 0 18px;
  color: #68a9df;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}


/* HERO */

.clutch-industry-hero {
  padding: 84px 0 82px;
  background:
    radial-gradient(circle at 88% 18%, rgba(21,94,239,.09), transparent 30%),
    #ffffff;
  border-bottom: 1px solid #dce4ec;
}

.clutch-industry-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(340px,.75fr);
  gap: 84px;
  align-items: end;
}

.clutch-industry-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #0d1723;
  font-size: clamp(48px,5.3vw,72px);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -.045em;
}

.clutch-industry-hero-grid > p {
  max-width: 500px;
  margin: 0;
  color: #475a70;
  font-size: 18px;
  line-height: 1.75;
}


/* LANDING DIRECTORY */

.clutch-industry-directory {
  padding: 88px 0;
  background: #f6f8fb;
}

.clutch-industry-group + .clutch-industry-group {
  margin-top: 62px;
}

.clutch-industry-card-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 16px;
}

.clutch-industry-card {
  min-height: 150px;
  padding: 28px 30px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background: #ffffff;
  border: 1px solid #d7e0e9;
  border-radius: 12px;

  text-decoration: none;

  transition:
    transform .15s ease,
    border-color .15s ease,
    background-color .15s ease;
}

.clutch-industry-card:hover {
  transform: translateY(-2px);
  border-color: #9eb9d4;
  background: #fbfdff;
}

.clutch-industry-card h2 {
  margin: 0 0 25px;
  color: #142542;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.08;
}

.clutch-industry-card span {
  color: #155eef;
  font-size: 14px;
  font-weight: 700;
}


/* CHILD PRIORITY GRID */

.clutch-industry-focus {
  padding: 88px 0 94px;
  background: #f6f8fb;
}

.clutch-industry-focus-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);

  margin-top: 30px;

  border: 1px solid #25384e;
  border-radius: 12px;
  overflow: hidden;

  background: #ffffff;
}

.clutch-industry-focus-grid article {
  min-height: 180px;
  padding: 30px;

  border-left: 1px solid #25384e;
  border-bottom: 1px solid #25384e;
}

.clutch-industry-focus-grid article:nth-child(3n+1) {
  border-left: 0;
}

.clutch-industry-focus-grid article:nth-last-child(-n+3) {
  border-bottom: 0;
}

.clutch-industry-focus-grid span {
  display: block;
  margin-bottom: 24px;
  color: #68a9df;
  font-size: 11px;
  font-weight: 800;
}

.clutch-industry-focus-grid h2 {
  margin: 0;
  color: #142542;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}


/* DARK BLOCK */

.clutch-industry-dark {
  padding: 88px 0 92px;

  background:
    linear-gradient(
      105deg,
      #08141f 0%,
      #0d1723 57%,
      #16294b 100%
    );

  color: #ffffff;
}

.clutch-industry-dark-grid {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(340px,.8fr);
  gap: 90px;
  align-items: center;
}

.clutch-industry-dark h2 {
  max-width: 700px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px,4.6vw,60px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.04em;
}

.clutch-industry-dark-grid > div:last-child p {
  max-width: 520px;
  margin: 0;
  color: #d4dde7;
  font-size: 18px;
  line-height: 1.8;
}


/* NEXT STEP */

.clutch-industry-next {
  padding: 82px 0 88px;
  background: #ffffff;
}

.clutch-industry-next-grid {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(340px,.75fr);
  gap: 84px;
  align-items: center;
}

.clutch-industry-next h2 {
  max-width: 680px;
  margin: 0;
  color: #142542;
  font-size: clamp(38px,4.4vw,58px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.038em;
}

.clutch-industry-next-grid > div:last-child > p {
  max-width: 470px;
  margin: 0 0 26px;
  color: #455970;
  font-size: 17px;
  line-height: 1.75;
}


/* CANONICAL CTA */

.clutch-industry-cta br {
  display: none !important;
}

.clutch-industry-cta {
  box-sizing: border-box !important;

  width: 204px !important;
  min-width: 204px !important;
  height: 50px !important;
  min-height: 50px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 2px 18px 0 !important;

  background: #ffffff !important;
  border: 1.5px solid #155eef !important;
  border-radius: 5px !important;

  color: #155eef !important;

  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;

  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;

  transition:
    transform .15s ease,
    background-color .15s ease,
    border-color .15s ease,
    color .15s ease !important;
}

.clutch-industry-cta:hover,
.clutch-industry-cta:focus-visible {
  background: #155eef !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}


/* RESPONSIVE */

@media (max-width: 900px) {

  .clutch-industry-rail {
    width: calc(100% - 36px);
  }

  .clutch-industry-hero-grid,
  .clutch-industry-dark-grid,
  .clutch-industry-next-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .clutch-industry-focus-grid {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 620px) {

  .clutch-industry-card-grid,
  .clutch-industry-focus-grid {
    grid-template-columns: 1fr;
  }

  .clutch-industry-card {
    min-height: 130px;
  }

  .clutch-industry-focus-grid article {
    border-left: 0;
    border-bottom: 1px solid #25384e;
  }

  .clutch-industry-focus-grid article:last-child {
    border-bottom: 0;
  }

  .clutch-industry-cta {
    width: 100% !important;
  }

}
