/* ==========================================================
   CLUTCH CORE SERVICE PAGES V1
   Owner: clutch-service-pages.css
   ========================================================== */

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

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


/* ==========================================================
   SHARED EYEBROW
   ========================================================== */

.clutch-service-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-service-hero {
  padding: 84px 0 82px;

  background:
    radial-gradient(
      circle at 87% 18%,
      rgba(21,94,239,.09),
      transparent 30%
    ),
    #ffffff;

  border-bottom: 1px solid #dce4ec;
}

.clutch-service-hero-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(340px, .8fr);

  gap: 84px;

  align-items: end;
}

.clutch-service-hero h1 {
  max-width: 760px;

  margin: 0;

  color: #0d1723;

  font-size: clamp(48px, 5.4vw, 72px);
  font-weight: 800;
  line-height: 1.01;

  letter-spacing: -.045em;
}

.clutch-service-hero-copy {
  max-width: 500px;
}

.clutch-service-lead {
  margin: 0 0 22px;

  color: #16263a;

  font-size: 20px;
  line-height: 1.6;
}

.clutch-service-hero-copy > p:last-child {
  margin: 0;

  color: #526275;

  font-size: 16px;
  line-height: 1.8;
}


/* ==========================================================
   CAPABILITY CARDS
   ========================================================== */

.clutch-service-capabilities {
  padding: 86px 0 92px;
  background: #f6f8fb;
}

.clutch-service-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  margin-top: 30px;

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

  overflow: hidden;

  background: #ffffff;
}

.clutch-service-card {
  min-height: 315px;

  padding: 34px 30px;

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

.clutch-service-card:first-child {
  border-left: 0;
}

.clutch-service-number {
  display: block;

  margin-bottom: 22px;

  color: #68a9df;

  font-size: 12px;
  font-weight: 800;

  letter-spacing: .10em;
}

.clutch-service-card h2 {
  margin: 0 0 16px;

  color: #142542;

  font-size: 25px;
  font-weight: 800;
  line-height: 1.06;

  letter-spacing: -.025em;
}

.clutch-service-card p {
  margin: 0;

  color: #4b5e74;

  font-size: 16px;
  line-height: 1.75;
}


/* ==========================================================
   DARK CLUTCH BLOCK
   ========================================================== */

.clutch-service-dark {
  padding: 86px 0 92px;

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

  color: #ffffff;
}

.clutch-service-dark-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.1fr)
    minmax(340px, .8fr);

  gap: 90px;

  align-items: center;
}

.clutch-service-dark .clutch-service-eyebrow {
  color: #68a9df;
}

.clutch-service-dark h2 {
  max-width: 670px;

  margin: 0;

  color: #ffffff;

  font-size: clamp(40px, 4.7vw, 60px);
  font-weight: 800;
  line-height: 1.04;

  letter-spacing: -.04em;
}

.clutch-service-dark-grid > div:last-child p {
  max-width: 510px;

  margin: 0;

  color: #d4dde7;

  font-size: 18px;
  line-height: 1.8;
}


/* ==========================================================
   SOLUTION LIST
   ========================================================== */

.clutch-service-solutions {
  padding: 90px 0;
  background: #ffffff;
}

.clutch-service-solutions-grid {
  display: grid;

  grid-template-columns:
    minmax(0, .9fr)
    minmax(420px, 1fr);

  gap: 90px;
}

.clutch-service-solutions h2 {
  max-width: 590px;

  margin: 0;

  color: #142542;

  font-size: clamp(38px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.04;

  letter-spacing: -.035em;
}

.clutch-service-solve-list {
  border-top: 1px solid #25384e;
}

.clutch-service-solve-item {
  display: grid;

  grid-template-columns: 48px 1fr;

  gap: 18px;

  padding: 19px 0;

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

.clutch-service-solve-item span {
  color: #68a9df;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: .10em;
}

.clutch-service-solve-item p {
  margin: 0;

  color: #26384e;

  font-size: 17px;
  line-height: 1.5;
}


/* ==========================================================
   NEXT STEP
   ========================================================== */

.clutch-service-next {
  padding: 80px 0 86px;

  background: #f5f8fb;

  border-top: 1px solid #dce4ec;
}

.clutch-service-next-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.1fr)
    minmax(340px, .72fr);

  gap: 82px;

  align-items: center;
}

.clutch-service-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-service-next-grid > div:last-child > p {
  max-width: 470px;

  margin: 0 0 26px;

  color: #455970;

  font-size: 17px;
  line-height: 1.75;
}


/* ==========================================================
   CTA — CLUTCH CANONICAL STANDARD
   ========================================================== */

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

.clutch-service-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-service-cta:hover,
.clutch-service-cta:focus-visible {
  background: #155eef !important;

  border-color: #155eef !important;

  color: #ffffff !important;

  transform: translateY(-2px) !important;
}


/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1100px) {

  .clutch-service-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .clutch-service-card:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #25384e;
  }

  .clutch-service-card:nth-child(4) {
    border-top: 1px solid #25384e;
  }

}

@media (max-width: 900px) {

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

  .clutch-service-hero,
  .clutch-service-capabilities,
  .clutch-service-dark,
  .clutch-service-solutions,
  .clutch-service-next {
    padding-top: 60px;
    padding-bottom: 64px;
  }

  .clutch-service-hero-grid,
  .clutch-service-dark-grid,
  .clutch-service-solutions-grid,
  .clutch-service-next-grid {
    grid-template-columns: 1fr;

    gap: 34px;
  }

}

@media (max-width: 620px) {

  .clutch-service-card-grid {
    grid-template-columns: 1fr;
  }

  .clutch-service-card {
    min-height: 0;

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

  .clutch-service-card:first-child {
    border-top: 0;
  }

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

}
