:root {
  --clutch-ink: #101820;
  --clutch-muted: #59636e;
  --clutch-line: #dfe4e8;
  --clutch-soft: #f5f7f8;
  --clutch-blue: #155eef;
  --clutch-blue-dark: #0d47c7;
  --clutch-white: #ffffff;
  --clutch-max: 1180px;
}

.home .nv-page-title,
.home .entry-title,
.home .page-title {
  display: none !important;
}

.home .container.single-page-container,
.home .container {
  max-width: none;
}

.home .nv-single-page-wrap,
.home .nv-content-wrap,
.home .entry-content {
  padding: 0 !important;
  margin: 0 !important;
}

.clutch-home {
  color: var(--clutch-ink);
  overflow: hidden;
}

.clutch-wrap {
  width: min(calc(100% - 48px), var(--clutch-max));
  margin-inline: auto;
}

.clutch-hero {
  padding: 96px 0 88px;
  background:
    radial-gradient(circle at 85% 20%, rgba(21,94,239,.10), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  border-bottom: 1px solid var(--clutch-line);
}

.clutch-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
  gap: 72px;
  align-items: center;
}

.clutch-eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--clutch-blue);
}

.clutch-eyebrow-light {
  color: #8fb5ff;
}

.clutch-hero h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .98;
  letter-spacing: -.045em;
}

.clutch-lead {
  max-width: 760px;
  margin: 30px 0 0;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.45;
}

.clutch-hero-text {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--clutch-muted);
  font-size: 17px;
  line-height: 1.7;
}

.clutch-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.clutch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform .15s ease, background-color .15s ease;
}

.clutch-btn:hover {
  transform: translateY(-1px);
}





.clutch-hero-panel {
  padding: 34px;
  background: var(--clutch-ink);
  color: white;
  border-radius: 8px;
}

.clutch-panel-label {
  margin: 0 0 18px;
  color: #8fb5ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
}

.clutch-hero-panel h2 {
  margin: 0;
  color: white;
  font-size: 30px;
  line-height: 1.15;
}

.clutch-hero-panel p {
  margin-top: 20px;
  color: #c8d0d7;
  line-height: 1.65;
}

.clutch-hero-panel ul {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.clutch-hero-panel li {
  padding: 12px 0;
  border-top: 1px solid rgba(255,255,255,.13);
  font-weight: 500;
}

.clutch-section {
  padding: 96px 0;
}

.clutch-section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.clutch-section-heading h2,
.clutch-two-column h2,
.clutch-cta h2 {
  margin: 0;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.clutch-section-heading > p:last-child {
  margin-top: 20px;
  color: var(--clutch-muted);
  font-size: 18px;
  line-height: 1.7;
}

.clutch-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--clutch-line);
  border-left: 1px solid var(--clutch-line);
}

.clutch-card {
  min-height: 300px;
  padding: 34px;
  color: var(--clutch-ink) !important;
  text-decoration: none !important;
  border-right: 1px solid var(--clutch-line);
  border-bottom: 1px solid var(--clutch-line);
  transition: background-color .18s ease, transform .18s ease;
}

.clutch-card:hover {
  background: var(--clutch-soft);
}

.clutch-card-number {
  display: block;
  margin-bottom: 54px;
  color: var(--clutch-blue);
  font-size: 12px;
  font-weight: 700;
}

.clutch-card h3 {
  margin: 0;
  font-size: 28px;
  letter-spacing: -.025em;
}

.clutch-card p {
  max-width: 470px;
  margin-top: 18px;
  color: var(--clutch-muted);
  line-height: 1.65;
}

.clutch-card-link {
  display: block;
  margin-top: 24px;
  color: var(--clutch-blue);
  font-weight: 600;
}

.clutch-section-dark {
  background: var(--clutch-ink);
  color: white;
}

.clutch-section-dark h2 {
  color: white;
}

.clutch-two-column {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
}

.clutch-dark-copy p {
  color: #c7d0d8;
  font-size: 18px;
  line-height: 1.7;
}

.clutch-text-link {
  display: inline-block;
  margin-top: 18px;
  color: #8fb5ff !important;
  font-weight: 600;
  text-decoration: none !important;
}

.clutch-text-link.dark {
  color: var(--clutch-blue) !important;
}

.clutch-large-copy {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.55;
}

.clutch-cta {
  padding: 78px 0;
  background: var(--clutch-blue);
  color: white;
}

.clutch-cta h2 {
  color: white;
}

.clutch-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

.clutch-cta p {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.65;
}

.clutch-btn-light {
  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;

  margin-top: 14px;
  padding: 2px 18px 0;

  background: #ffffff !important;
  border: 1.5px solid #ffffff !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;
}

@media (max-width: 900px) {

  .clutch-wrap {
    width: min(calc(100% - 36px), var(--clutch-max));
  }

  .clutch-hero {
    padding: 70px 0;
  }

  .clutch-hero-grid,
  .clutch-two-column,
  .clutch-cta-inner {
    grid-template-columns: 1fr;
    gap: 44px;
  }

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

  .clutch-section {
    padding: 72px 0;
  }

  .clutch-card {
    min-height: auto;
  }
}

@media (max-width: 600px) {

  .clutch-wrap {
    width: min(calc(100% - 28px), var(--clutch-max));
  }

  .clutch-hero {
    padding: 54px 0 60px;
  }

  .clutch-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .clutch-section {
    padding: 58px 0;
  }

  .clutch-card {
    padding: 26px;
  }

  .clutch-card-number {
    margin-bottom: 30px;
  }
}

/* ==========================================================
   CLUTCH HERO CTA CANONICAL RULES V6
   Authority: clutch-temp-layout.css
   ========================================================== */

/* WordPress wpautop cleanup */
.clutch-btn br {
  display: none !important;
}

.clutch-actions > p {
  display: contents !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Shared geometry */
.clutch-actions .clutch-btn {
  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;

  /*
   * 8px extra bottom padding shifts the visual center
   * of the copy upward approximately 4px.
   */
  padding: 0 18px !important;

  border-width: 1.5px !important;
  border-style: solid !important;
  border-radius: 5px !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;
}

/* LEFT — Request a Consultation — REST */
.clutch-actions .clutch-btn.clutch-btn-primary {
  background-color: #155eef !important;
  border-color: #155eef !important;
  color: #ffffff !important;
}

/* LEFT — HOVER */
.clutch-actions .clutch-btn.clutch-btn-primary:hover,
.clutch-actions .clutch-btn.clutch-btn-primary:focus-visible {
  background-color: #ffffff !important;
  border-color: #155eef !important;
  color: #155eef !important;

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

/* RIGHT — Explore Services — REST */
.clutch-actions .clutch-btn.clutch-btn-secondary {
  background-color: #ffffff !important;
  border-color: #155eef !important;
  color: #155eef !important;
}

/* RIGHT — HOVER */
.clutch-actions .clutch-btn.clutch-btn-secondary:hover,
.clutch-actions .clutch-btn.clutch-btn-secondary:focus-visible {
  background-color: #155eef !important;
  border-color: #155eef !important;
  color: #ffffff !important;

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

/* CLUTCH SERVICES COMPARE V1 START */

.clutch-services-compare {
  padding: 96px 0;
  background: #ffffff;
}

.clutch-services-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .85fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 34px;
}

.clutch-services-compare .clutch-services-eyebrow {
  margin: 0 0 18px;
  color: #4f8cff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.clutch-services-compare h2 {
  margin: 0;
  max-width: 760px;
  color: #08111f;
  font-size: clamp(46px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 800;
}

.clutch-services-intro-right p {
  margin: 0;
  max-width: 420px;
  color: #4f5d73;
  font-size: 18px;
  line-height: 1.7;
}

.clutch-services-frame {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(11, 22, 34, .18);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

.clutch-service-card {
  min-height: 324px;
  padding: 38px 32px 34px;
  border-left: 1px solid rgba(11, 22, 34, .18);
}

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

.clutch-service-number {
  display: inline-block;
  margin-bottom: 22px;
  color: #4f8cff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}

.clutch-service-card h3 {
  margin: 0 0 14px;
  color: #08111f;
  font-size: clamp(28px, 2vw, 40px);
  line-height: 1.06;
  letter-spacing: -.03em;
  font-weight: 800;
}

.clutch-service-card p {
  margin: 0 0 22px;
  color: #243247;
  font-size: 17px;
  line-height: 1.8;
}

.clutch-service-card a {
  color: #155eef;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.clutch-service-card a:hover {
  color: #0f4ad1;
}

@media (max-width: 1100px) {
  .clutch-services-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .clutch-services-intro-right p {
    max-width: 760px;
  }

  .clutch-services-frame {
    grid-template-columns: 1fr;
  }

  .clutch-service-card {
    min-height: 0;
    border-left: 0;
    border-top: 1px solid rgba(11, 22, 34, .18);
  }

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

@media (max-width: 700px) {
  .clutch-services-compare {
    padding: 64px 0;
  }

  .clutch-service-card {
    padding: 28px 24px 26px;
  }

  .clutch-service-card h3 {
    font-size: 32px;
  }

  .clutch-service-card p {
    font-size: 16px;
  }
}

/* CLUTCH SERVICES COMPARE V1 END */

.clutch-btn-light:hover,
.clutch-btn-light:focus-visible {
  background: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

