/* Riveria IT – seitenspezifische Styles für Hosting */
.hero-hosting {
  padding-top: 140px;
  padding-bottom: 80px;
  background: #f8f8f8;
}
.hero-hosting-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (min-width: 901px) {
  .hero-hosting .hero-actions { justify-content: flex-start; }
}
@media (max-width: 900px) {
  .hero-hosting-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; }

.hosting-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; margin-top: 40px; }
.info-card { background: #fff; padding: 25px; border-radius: 20px; border: 1px solid rgba(0,0,0,0.06); }
.info-icon { width: 48px; height: 48px; background: rgba(129,32,193,0.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.info-icon i { font-size: 1.5rem; color: var(--purple); }

.note-strip { background: rgba(246,163,60,0.15); border: 1px solid rgba(246,163,60,0.3); padding: 15px; border-radius: 12px; display: flex; gap: 12px; align-items: center; margin-top: 40px; color: #d35400; }
.note-strip i { font-size: 1.5rem; }

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

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

.hosting-package-extra {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.hosting-pricing-note {
  margin-top: 20px;
  text-align: center;
  color: #777;
}

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