/* Homepage IT Health Check promotion and related-link refinements. */

body.tcs-modern-site .tcs-health-promo {
  padding: clamp(34px, 5vw, 68px);
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(250, 204, 21, 0.13), transparent 34%),
    linear-gradient(135deg, rgba(96, 165, 250, 0.14), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(96, 165, 250, 0.34);
  border-radius: var(--tcs-radius-lg);
  box-shadow: var(--tcs-shadow);
}

body.tcs-modern-site .tcs-health-promo + .tcs-section {
  border-top: 0;
}

body.tcs-modern-site .tcs-health-benefits ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

body.tcs-modern-site .tcs-health-benefits li {
  position: relative;
  padding-left: 28px;
}

body.tcs-modern-site .tcs-health-benefits li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  color: var(--tcs-gold);
  content: "\2713";
  font-weight: 900;
}

body.tcs-modern-site .tcs-health-score-card {
  min-height: 100%;
  padding: clamp(28px, 4vw, 48px);
  background: rgba(6, 21, 41, 0.64);
  border: 1px solid var(--tcs-border);
  border-radius: var(--tcs-radius);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

body.tcs-modern-site .tcs-health-icon {
  display: flex;
  width: 68px;
  height: 68px;
  margin-bottom: 24px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: var(--tcs-gold);
  background: rgba(250, 204, 21, 0.1);
  border: 1px solid rgba(250, 204, 21, 0.34);
  border-radius: 18px;
}

body.tcs-modern-site .tcs-health-icon .elementor-icon-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
}

body.tcs-modern-site .tcs-health-icon .elementor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

body.tcs-it-health-check-page .tcs-health-reasons .tcs-card::before,
body.tcs-it-health-check-page .tcs-health-signs .tcs-card::before {
  display: none;
  content: none;
}

body.tcs-modern-site .tcs-health-card-title .elementor-heading-title {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

body.tcs-modern-site .tcs-health-inline {
  margin-top: 18px;
}

body.tcs-modern-site .tcs-article-byline {
  margin-bottom: 30px;
  padding-bottom: 18px;
  color: var(--tcs-muted);
  border-bottom: 1px solid var(--tcs-divider);
  font-size: 0.95rem;
}

body.tcs-modern-site .tcs-related-reading {
  margin-top: 34px;
  padding: 22px 24px;
  background: var(--tcs-slate);
  border: 1px solid var(--tcs-border);
  border-radius: var(--tcs-radius-sm);
}

@media (max-width: 767px) {
  body.tcs-modern-site .tcs-health-promo {
    padding: 28px 20px;
    border-radius: 20px;
  }

  body.tcs-modern-site .tcs-health-benefits ul {
    grid-template-columns: 1fr;
  }

  body.tcs-modern-site .tcs-health-score-card {
    padding: 24px 20px;
  }
}

/* Primary-navigation CTA for the Free Business IT Health Check. */
body.tcs-modern-site .hfe-nav-menu .tcs-menu-health > a {
  color: var(--tcs-ink) !important;
  background: var(--tcs-blue) !important;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

body.tcs-modern-site .hfe-nav-menu .tcs-menu-health > a:is(:hover, :focus-visible),
body.tcs-modern-site .hfe-nav-menu .tcs-menu-health.current-menu-item > a {
  color: var(--tcs-ink) !important;
  background: var(--tcs-blue-hover) !important;
}

@media (min-width: 1025px) {
  body.tcs-modern-site .elementor-element-87ad9ca .menu-item > a.hfe-menu-item {
    padding-inline: 10px;
  }
}
