/* ==========================================================
   CLUTCH INDUSTRY PAGE FAMILY
   Structure: template-industry.php
   Data: inc/clutch-industry-data.php
   Presentation: this file
   ========================================================== */

.clutch-industry-page {
  color: #0d1723;
}

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


/* ==========================================================
   HERO
   ========================================================== */

.clutch-industry-hero {
  padding: 76px 0 82px;
  background: #0d1723;
  color: #fff;
}

.clutch-industry-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, .75fr);
  gap: 70px;
  align-items: center;
}

.clutch-industry-eyebrow,
.clutch-industry-section-eyebrow,
.clutch-industry-panel-kicker,
.clutch-industry-form-eyebrow {
  margin: 0 0 18px;
  color: #76a7ff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.clutch-industry-hero h1 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 68px);
  line-height: .99;
  letter-spacing: -.035em;
}

.clutch-industry-lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: #526476;
  font-size: 19px;
  line-height: 1.65;
}

.clutch-industry-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 34px;
}

.clutch-industry-text-link {
  color: #dbe6f2;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.clutch-industry-text-link:hover {
  color: #fff;
}


/* Canonical Clutch CTA */

.clutch-industry-page .clutch-cta {
  box-sizing: border-box;
  width: 204px;
  min-width: 204px;
  height: 50px;
  min-height: 50px;

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

  padding: 2px 18px 0;

  border-radius: 5px;

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;

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

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

.clutch-industry-page .clutch-cta-primary {
  background: #155eef;
  border: 1px solid #155eef;
  color: #fff;
}

.clutch-industry-page .clutch-cta-primary:hover {
  transform: translateY(-2px);
  background: #fff;
  border-color: #fff;
  color: #155eef;
}


/* Hero side panel */

.clutch-industry-hero-panel {
  padding: 34px;
  border: 1px solid rgba(118,167,255,.22);
  border-radius: 10px;
  background: rgba(255,255,255,.045);
}

.clutch-industry-hero-panel h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 28px;
  line-height: 1.13;
  letter-spacing: -.025em;
}

.clutch-industry-hero-panel p:last-child {
  margin: 0;
  color: #526476;
  font-size: 15px;
  line-height: 1.7;
}


/* ==========================================================
   NEEDS
   ========================================================== */

.clutch-industry-needs {
  padding: 84px 0 92px;
  background: #f4f8ff;
}

.clutch-industry-needs h2,
.clutch-industry-capabilities h2,
.clutch-industry-custom h2,
.clutch-industry-questions h2,
.clutch-industry-contact h2 {
  margin: 0;
  color: #0d1723;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.06;
  letter-spacing: -.03em;
}

.clutch-industry-needs > .clutch-industry-rail > h2 {
  max-width: 760px;
}

.clutch-industry-need-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px;
  margin-top: 46px;
}

.clutch-industry-need-card {
  padding: 30px;
  border-top: 4px solid #155eef;
  background: #fff;
  box-shadow: 0 12px 34px rgba(13,23,35,.06);
}

.clutch-industry-number {
  display: block;
  margin-bottom: 46px;
  color: #155eef;
  font-size: 13px;
  font-weight: 800;
}

.clutch-industry-need-card h3 {
  margin: 0 0 14px;
  color: #0d1723;
  font-size: 22px;
}

.clutch-industry-need-card p {
  margin: 0;
  color: #526476;
  font-size: 15px;
  line-height: 1.65;
}


/* ==========================================================
   CAPABILITIES
   ========================================================== */

.clutch-industry-capabilities {
  padding: 90px 0 96px;
  background: #fff;
}

.clutch-industry-section-heading {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(300px,.75fr);
  gap: 80px;
  align-items: end;
}

.clutch-industry-section-heading > p {
  margin: 0;
  color: #526476;
  font-size: 16px;
  line-height: 1.7;
}

.clutch-industry-capability-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1px;
  margin-top: 52px;
  background: #d9e2ec;
  border: 1px solid #d9e2ec;
}

.clutch-industry-capability {
  min-height: 265px;
  padding: 32px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: background .15s ease, transform .15s ease;
}

.clutch-industry-capability:hover {
  position: relative;
  z-index: 1;
  background: #f4f8ff;
}

.clutch-industry-capability span {
  color: #155eef;
  font-size: 12px;
  font-weight: 800;
}

.clutch-industry-capability h3 {
  margin: 34px 0 12px;
  color: #0d1723;
  font-size: 25px;
}

.clutch-industry-capability p {
  max-width: 470px;
  margin: 0 0 24px;
  color: #526476;
  line-height: 1.65;
}

.clutch-industry-capability strong {
  color: #155eef;
  font-size: 14px;
}


/* ==========================================================
   CUSTOM APPROACH
   ========================================================== */

.clutch-industry-custom {
  padding: 86px 0;
  background: #155eef;
}

.clutch-industry-custom-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,.85fr);
  gap: 90px;
}

.clutch-industry-custom .clutch-industry-section-eyebrow {
  color: #d8e7ff;
}

.clutch-industry-custom h2 {
  color: #fff;
}

.clutch-industry-custom-copy p {
  margin: 0 0 20px;
  color: #eef5ff;
  font-size: 17px;
  line-height: 1.72;
}


/* ==========================================================
   QUESTIONS
   ========================================================== */

.clutch-industry-questions {
  padding: 88px 0;
  background: #eaf2ff;
}

.clutch-industry-question-grid {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 90px;
}

.clutch-industry-question-list {
  border-top: 1px solid #bfd0e8;
}

.clutch-industry-question {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid #bfd0e8;
}

.clutch-industry-question span {
  color: #155eef;
  font-weight: 800;
}

.clutch-industry-question p {
  margin: 0;
  color: #26394d;
  font-size: 16px;
  line-height: 1.55;
}


/* ==========================================================
   CONTACT / CONVERSION
   Measured geometry derived from working Clutch contact system.
   ========================================================== */

.clutch-industry-contact {
  padding: 72px 0 88px;
  background: #fff;
}

.clutch-industry-contact-grid {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr);
  gap: 56px;
  align-items: start;
}

.clutch-industry-contact-copy {
  padding-top: 18px;
}

.clutch-industry-contact-lead {
  max-width: 620px;
  margin: 24px 0 18px;
  color: #26394d;
  font-size: 18px;
  line-height: 1.65;
}

.clutch-industry-contact-copy > p:not(.clutch-industry-section-eyebrow):not(.clutch-industry-contact-lead) {
  max-width: 620px;
  color: #526476;
  line-height: 1.7;
}

.clutch-industry-service-link {
  display: inline-block;
  margin-top: 18px;
  color: #718093;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.clutch-industry-service-link:hover {
  color: #155eef;
}

.clutch-industry-contact-form {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 34px;
  border-radius: 10px;
  background: #0b1622;
  color: #fff;
}

.clutch-industry-contact-form h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 44px;
}


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

@media (max-width: 900px) {

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

  .clutch-industry-hero-grid,
  .clutch-industry-section-heading,
  .clutch-industry-custom-grid,
  .clutch-industry-question-grid,
  .clutch-industry-contact-grid {
    grid-template-columns: 1fr;
  }

  .clutch-industry-hero-grid,
  .clutch-industry-custom-grid,
  .clutch-industry-question-grid,
  .clutch-industry-contact-grid {
    gap: 42px;
  }

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

}

@media (max-width: 600px) {

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

  .clutch-industry-hero {
    padding: 52px 0 58px;
  }

  .clutch-industry-hero h1 {
    font-size: 42px;
  }

  .clutch-industry-actions {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .clutch-industry-contact-form {
    padding: 24px;
  }

}
