/* Riveria IT – seitenspezifische Styles für Webseiten */
.hero-web {
  padding-top: 140px;
  padding-bottom: 80px;
  background: #f8f8f8; /* Hellgrau wie Section Soft */
}
.hero-web-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (min-width: 901px) {
  .hero-web .hero-actions { justify-content: flex-start; }
}
@media (max-width: 900px) {
  .hero-web-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { margin-bottom: 40px; }
  .hero-actions { justify-content: center; }
  .hero-trust { justify-content: center; }
}
.hero-sub--dark { color: var(--text); opacity: 0.8; }
.hero-link--dark { color: var(--text); border-bottom-color: rgba(0,0,0,0.2); }
.hero-link--dark:hover { border-bottom-color: var(--purple); color: var(--purple); }

.hero-trust { display: flex; gap: 16px; margin-top: 30px; flex-wrap: wrap; }
.trust-pill { 
  display: flex; align-items: center; gap: 8px; 
  font-size: 0.9rem; font-weight: 600; 
  background: #fff; padding: 8px 16px; border-radius: 50px;
  border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}
.trust-pill i { color: var(--purple); font-size: 1.1rem; }

.pricing-grid--3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

.seo-split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; }
@media (max-width: 800px) { .seo-split { grid-template-columns: 1fr; } }
.seo-card { background: #fff; padding: 30px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.06); }
.seo-list { list-style: none; margin-top: 15px; display: grid; gap: 10px; }
.seo-list li { display: flex; gap: 10px; align-items: center; }
.seo-list i { color: var(--purple); }

.website-hero-image {
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.website-legal-note {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #777;
}

.website-project-cta {
  margin-top: 28px;
}

.website-back-home {
  margin-top: 40px;
  text-align: center;
}
