body.hy-homepage {
  background: #ffffff;
}

.hy-hero {
  background: linear-gradient(180deg, var(--hy-bg) 0%, #ffffff 100%);
  padding: 48px 0;
}

.hy-grid {
  display: grid;
  gap: 28px;
}

.hy-grid-2 {
  grid-template-columns: 1.2fr .9fr;
}

.hy-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.hy-kicker,
.hy-feature-strip {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  background: #e7f4f2;
  color: var(--hy-accent-dark);
  font-weight: 700;
}

.hy-kicker { margin-bottom: 22px; }

.hy-section {
  padding: 46px 0;
}

.hy-card,
.hy-cta-box {
  background: #ffffff;
  border: 1px solid var(--hy-border);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 6px 22px rgba(24, 48, 59, .05);
}

.hy-card h2,
.hy-card h3,
.hy-cta-box h2 {
  margin-top: 0;
}

.hy-service-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.hy-btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 12px;
  background: var(--hy-accent);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

.hy-btn:hover {
  background: var(--hy-accent-dark);
  color: #ffffff;
}

.hy-btn-outline {
  background: #ffffff;
  color: var(--hy-accent);
  border: 1px solid var(--hy-accent);
}

.hy-btn-outline:hover {
  color: #ffffff;
}

.hy-checklist {
  margin: 0;
  padding-left: 20px;
}

.hy-checklist li {
  margin-bottom: 10px;
}

.hy-meta-line,
.hy-muted,
.hy-small {
  color: var(--hy-muted);
}

.hy-meta-line {
  font-weight: 600;
  margin-top: 6px;
}

.hy-cta-box {
  text-align: center;
  background: #f8fcfb;
}

.hy-link-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin-top: 18px;
}

.hy-link-list a {
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 900px) {
  .hy-grid-2,
  .hy-grid-3,
  .hy-link-list {
    grid-template-columns: 1fr;
  }

  .hy-hero,
  .hy-section {
    padding: 30px 0;
  }

  .hy-card,
  .hy-cta-box {
    padding: 22px;
  }
}
