/* Page: Homepage pruefen / Website-Analyse */

.hpcheck-kicker {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid rgba(15, 118, 110, 0.18);
  color: #0f766e;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hpcheck-hero {
  padding-top: 2.8rem;
  padding-bottom: 2.4rem;
}

.hpcheck-hero .hero-title {
  max-width: 900px;
  margin-bottom: 1.35rem;
}

.hpcheck-hero .hero-content {
  align-items: center;
  gap: 3rem;
}

.hpcheck-hero .hero-text {
  max-width: 700px;
}

.hpcheck-hero .lead {
  font-size: 1.12rem;
  line-height: 1.75;
}

.hpcheck-hero .hero-media {
  flex: 0 0 380px;
}

.hpcheck-hero .hero-image {
  max-width: 380px;
  border-radius: 22px;
  border: 1px solid rgba(62, 166, 161, 0.16);
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10);
  background: #ffffff;
  padding: 0.35rem;
}

.hpcheck-hero-actions {
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.hpcheck-hero-actions .btn {
  width: auto;
  min-height: 52px;
  margin-top: 0;
  justify-content: center;
  padding: 0.85rem 1.15rem;
  border-radius: 13px;
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.hpcheck-hero-primary {
  min-width: 190px;
  box-shadow: 0 12px 26px rgba(247, 148, 30, 0.24);
}

.hpcheck-hero-secondary {
  min-width: 170px;
  background: #ffffff;
  color: #123f46;
  border: 1px solid rgba(62, 166, 161, 0.28);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.hpcheck-hero-secondary:hover,
.hpcheck-hero-secondary:focus {
  color: var(--brand-dark);
  background: rgba(62, 166, 161, 0.07);
  border-color: rgba(62, 166, 161, 0.45);
  text-decoration: none;
  transform: translateY(-1px);
}

.hpcheck-intro-section,
.hpcheck-checks-section,
.hpcheck-detail-section,
.hpcheck-split-section,
.hpcheck-tools-section,
.hpcheck-content-section,
.hpcheck-compare-section,
.hpcheck-decision-section,
.hpcheck-start-section {
  margin-top: 3.2rem;
}

.hpcheck-intro-box,
.hpcheck-detail-card,
.hpcheck-content-box,
.hpcheck-start-box {
  padding: 1.6rem;
  border-radius: 20px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background:
    radial-gradient(circle at top right, rgba(62, 166, 161, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.055);
}

.hpcheck-intro-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 1.6rem;
  align-items: start;
}

.hpcheck-intro-box h2,
.hpcheck-section-head h2,
.hpcheck-detail-card h2,
.hpcheck-info-card h2,
.hpcheck-content-box h2,
.hpcheck-start-box h2 {
  margin: 0 0 0.75rem;
  color: #111827;
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  line-height: 1.25;
}

.hpcheck-intro-box p,
.hpcheck-section-head p,
.hpcheck-detail-card p,
.hpcheck-info-card p,
.hpcheck-tool-card p,
.hpcheck-content-box p,
.hpcheck-start-box p {
  margin: 0 0 0.9rem;
  color: #5f6f80;
  font-size: 1.05rem;
  line-height: 1.7;
}

.hpcheck-intro-box p:last-child,
.hpcheck-detail-card p:last-child,
.hpcheck-info-card p:last-child,
.hpcheck-tool-card p:last-child,
.hpcheck-content-box p:last-child,
.hpcheck-start-box p:last-child {
  margin-bottom: 0;
}

.hpcheck-intro-note {
  padding: 1rem 1.15rem;
  border-radius: 15px;
  border: 1px solid rgba(247, 148, 30, 0.22);
  background: #ffffff;
  color: #123f46 !important;
  font-weight: 550;
}

.hpcheck-section-head {
  max-width: 820px;
  margin-bottom: 1.4rem;
}

.hpcheck-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.hpcheck-check-card,
.hpcheck-info-card,
.hpcheck-tool-card,
.hpcheck-compare-card,
.hpcheck-decision-card {
  border-radius: 18px;
  border: 1px solid rgba(62, 166, 161, 0.18);
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
}

.hpcheck-check-card {
  padding: 1.25rem;
}

.hpcheck-check-card-wide {
  grid-column: span 3;
}

.hpcheck-check-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0.95rem;
  border-radius: 14px;
  background: rgba(62, 166, 161, 0.12);
  color: var(--brand-dark);
  font-size: 0.92rem;
  font-weight: 850;
}

.hpcheck-check-card h3,
.hpcheck-tool-card h3,
.hpcheck-compare-card h3,
.hpcheck-decision-card h3 {
  margin: 0 0 0.6rem;
  color: #123f46;
  font-size: 1.1rem;
  line-height: 1.3;
}

.hpcheck-check-card p {
  margin: 0;
  color: #5f6f80;
  font-size: 1rem;
  line-height: 1.6;
}

.hpcheck-detail-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.6rem;
  align-items: start;
}

.hpcheck-detail-card-accent {
  border-color: rgba(247, 148, 30, 0.22);
  background:
    radial-gradient(circle at top right, rgba(247, 148, 30, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
}

.hpcheck-list,
.hpcheck-plain-list,
.hpcheck-content-list,
.hpcheck-compare-card ul,
.hpcheck-decision-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.hpcheck-list {
  padding: 1rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(247, 148, 30, 0.18);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.hpcheck-list li,
.hpcheck-plain-list li,
.hpcheck-content-list li,
.hpcheck-compare-card li,
.hpcheck-decision-card li {
  position: relative;
  margin: 0;
  padding-left: 2rem;
  color: #4b5f70;
  font-size: 1rem;
  line-height: 1.5;
}

.hpcheck-list li::before,
.hpcheck-plain-list li::before,
.hpcheck-content-list li::before,
.hpcheck-compare-card li::before,
.hpcheck-decision-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 99px;
  background: rgba(62, 166, 161, 0.75);
}

.hpcheck-split-section,
.hpcheck-tool-grid,
.hpcheck-compare-grid,
.hpcheck-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hpcheck-info-card,
.hpcheck-tool-card,
.hpcheck-compare-card,
.hpcheck-decision-card {
  padding: 1.35rem;
}

.hpcheck-tools-section {
  padding: 2.7rem 0;
  background: #f6f8fb;
}

.hpcheck-tool-card {
  border-color: rgba(20, 32, 51, 0.08);
}

.hpcheck-content-box {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 1.6rem;
  align-items: start;
}

.hpcheck-content-list {
  padding: 1rem;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(62, 166, 161, 0.16);
}

.hpcheck-compare-card {
  min-height: 100%;
}

.hpcheck-compare-muted {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
}

.hpcheck-compare-muted li::before {
  background: rgba(107, 114, 128, 0.65);
}

.hpcheck-compare-strong {
  border-color: rgba(62, 166, 161, 0.26);
  background:
    radial-gradient(circle at top right, rgba(62, 166, 161, 0.10), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfc 100%);
}

.hpcheck-decision-card-accent {
  border-color: rgba(247, 148, 30, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #fffaf4 100%);
}

.hpcheck-decision-card-accent li::before {
  background: rgba(247, 148, 30, 0.82);
}

.hpcheck-start-box {
  max-width: 900px;
}

.hpcheck-final-cta-section {
  padding-top: 3.6rem;
  padding-bottom: 3.8rem;
}

.hpcheck-final-cta {
  margin-top: 0;
}

.hpcheck-final-cta h2 {
  color: #ffffff;
}

.hpcheck-final-cta p {
  color: rgba(255, 255, 255, 0.86);
}

.hpcheck-final-cta .software-final-cta__content,
.hpcheck-final-cta .software-final-cta__action {
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  .hpcheck-check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hpcheck-check-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .hpcheck-hero .hero-content {
    align-items: flex-start;
    gap: 1.5rem;
  }

  .hpcheck-hero .hero-media {
    flex: none;
  }

  .hpcheck-hero .hero-image {
    max-width: 360px;
  }

  .hpcheck-intro-box,
  .hpcheck-detail-card,
  .hpcheck-content-box {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }
}

@media (max-width: 760px) {
  .hpcheck-split-section,
  .hpcheck-tool-grid,
  .hpcheck-compare-grid,
  .hpcheck-decision-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hpcheck-hero {
    padding-top: 2.2rem;
  }

  .hpcheck-hero-actions {
    align-items: stretch;
  }

  .hpcheck-hero-actions .btn {
    width: 100%;
  }

  .hpcheck-check-grid {
    grid-template-columns: 1fr;
  }

  .hpcheck-check-card-wide {
    grid-column: auto;
  }

  .hpcheck-info-card,
  .hpcheck-tool-card,
  .hpcheck-compare-card,
  .hpcheck-decision-card {
    padding: 1.15rem;
  }
}
