.hero--hse{background:linear-gradient(135deg,var(--background) 0,var(--accent) 50%,var(--background) 100%);overflow:hidden;padding:8rem 0 6rem;position:relative}.hero__grid{display:grid;gap:4rem}@media (min-width:1024px){.hero__grid{align-items:center;grid-template-columns:1.1fr .9fr}}.hero-badge{align-items:center;background:rgba(25,145,210,.1);border-radius:9999px;color:var(--primary);display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;margin-left:12px;padding:.5rem 1rem}.hero__content{display:flex;flex-direction:column}.hero__title{color:#0f172a;font-size:clamp(2.4rem,4vw,3.5rem);font-weight:800;line-height:1.15;margin-bottom:1.5rem}.hero__subtitle{color:var(--muted-foreground);font-size:1.125rem;line-height:1.7;margin-bottom:2rem;max-width:620px}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.hero__trust{flex-wrap:wrap;gap:1.5rem}.hero__rating,.hero__trust{align-items:center;display:flex}.hero__rating{gap:.5rem}.stars{color:#fbbf24;letter-spacing:2px}.rating-score{color:#0f172a;font-weight:600}.hero__cert,.rating-text{color:var(--muted-foreground);font-size:.9rem}.hero__cert{align-items:center;display:flex;gap:.4rem}.hero-card-shell,.hero__visual{position:relative}.hero-card-shell{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:linear-gradient(135deg,rgba(var(--primary),.1),hsla(0,0%,100%,.6));border-radius:2.5rem;box-shadow:0 40px 80px rgba(15,23,42,.15),inset 0 0 0 1px hsla(0,0%,100%,.5);padding:1.5rem}@media (min-width:768px){.hero-card-shell{padding:2rem}}.hero-card{background:#fff;border-radius:1.75rem;box-shadow:0 18px 40px rgba(15,23,42,.1);padding:1.5rem}@media (min-width:768px){.hero-card{padding:1.75rem}}.hero-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.hero-card-title{color:#0f172a;font-weight:600;gap:.6rem}.hero-card-title,.icon-box{align-items:center;display:flex}.icon-box{background:rgba(37,99,235,.1);border-radius:.75rem;justify-content:center;padding:.5rem}.status{border-radius:999px;font-size:.75rem;font-weight:600;padding:.25rem .6rem}.status--low{background:rgba(34,197,94,.12);color:#16a34a}.hero-stats{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem}.stat{border-radius:1rem;padding:1rem;text-align:center}.stat strong{display:block;font-size:1.4rem}.stat span{font-size:.75rem}.stat--danger{background:#fef2f2;color:#dc2626}.stat--warning{background:#fffbeb;color:#d97706}.stat--success{background:#f0fdf4;color:#16a34a}.hero-alerts{display:flex;flex-direction:column;gap:.75rem}.alert-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:.75rem;color:#475569;font-size:.85rem;padding:.75rem 1rem}.hero__glow{border-radius:50%;filter:blur(60px);position:absolute;z-index:-1}.hero__glow--one{background:rgba(37,99,235,.2);bottom:-2rem;height:14rem;right:-2rem;width:14rem}.hero__glow--two{background:rgba(37,99,235,.1);height:18rem;left:-3rem;top:-3rem;width:18rem}