.main-view-panel[hidden] { display: none !important; }

/* Keep the soft color depth without the full-page grid texture. */
body {
  background:
    radial-gradient(circle at 88% 3%, rgba(60, 126, 238, .17), transparent 30%),
    radial-gradient(circle at 6% 52%, rgba(0, 133, 122, .08), transparent 25%),
    linear-gradient(180deg, #f6f9fd 0%, var(--bg) 50%, #f8fafc 100%);
  background-size: auto;
}
.hero-summary-card--benchmark { padding-right: 176px; }
.benchmark-image { position: absolute; right: 18px; bottom: 18px; width: 142px; height: 90px; object-fit: cover; object-position: center; border: 1px solid rgba(16,23,37,.1); border-radius: 9px; box-shadow: 0 10px 22px rgba(16,23,37,.12); }
@media (max-width: 560px) { .hero-summary-card--benchmark { padding-right: 23px; padding-bottom: 120px; } }
