.v6-hero{justify-content:center;align-items:center;min-height:100svh;padding:6rem 1.5rem 4rem;display:flex;position:relative;overflow:hidden}.v6-hero-content{z-index:10;text-align:center;max-width:56rem;margin:0 auto;position:relative}.v6-hero h1{font-family:var(--v6-font-display);letter-spacing:-.03em;color:var(--v6-text-hero);margin-bottom:1.5rem;font-size:clamp(2.2rem,7vw,4.5rem);font-weight:800;line-height:1.1}.v6-hero-stat{color:var(--v6-accent);display:inline-block;position:relative}.v6-hero-stat:after{content:"";z-index:-1;background:#6366f114;border-radius:8px;animation:3s ease-in-out infinite v6-stat-pulse;position:absolute;inset:-4px -8px}@keyframes v6-stat-pulse{0%,to{opacity:.5;transform:scale(.95)}50%{opacity:1;transform:scale(1.05)}}.v6-hero-subtitle{color:var(--v6-text-secondary);max-width:38rem;margin:0 auto 2.5rem;font-size:clamp(.95rem,2vw,1.15rem);line-height:1.7}.v6-hero-bars-container{width:100%;max-width:600px;margin-top:3rem;margin-left:auto;margin-right:auto}.v6-hero-bars{background:var(--v6-border-soft);border-radius:10px;gap:2px;height:40px;display:flex;overflow:hidden}.v6-hero-bar-segment{background:var(--bar-color);height:100%;transition:width 1s var(--v6-ease-out);transition-delay:var(--bar-delay);border-radius:2px;justify-content:center;align-items:center;gap:.4rem;min-width:0;display:flex;overflow:hidden}.v6-hero-bar-label{color:#fff;white-space:nowrap;opacity:.9;font-size:.65rem;font-weight:600}.v6-hero-bar-pct{color:#ffffffb3;font-size:.65rem;font-weight:700;font-family:var(--v6-font-body)}.v6-hero-bar-segment:nth-child(3) .v6-hero-bar-label,.v6-hero-bar-segment:nth-child(2) .v6-hero-bar-label{display:none}.v6-hero-bar-segment:last-child{background:var(--v6-bg-hover)}.v6-hero-bar-segment:last-child .v6-hero-bar-label{color:var(--v6-text-hero)}.v6-hero-bar-segment:last-child .v6-hero-bar-pct{color:var(--v6-accent)}.v6-hero-bars-legend{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.v6-hero-bars-legend-item{color:var(--v6-text-secondary);align-items:center;gap:.4rem;font-size:.7rem;display:flex}.v6-hero-bars-legend-dot{border-radius:50%;width:8px;height:8px}@media (max-width:639px){.v6-hero{padding:5rem 1.25rem 3rem}.v6-hero-bars{background:0 0;flex-direction:column;gap:4px;height:auto}.v6-hero-bar-segment{height:36px;max-width:var(--bar-width);border-radius:6px;justify-content:flex-start;padding-left:.75rem;width:100%!important}.v6-hero-bar-segment .v6-hero-bar-label{display:inline!important}.v6-hero-bars-legend{gap:.6rem}}.v6-intel-loader{border:1px solid var(--v6-border-soft);max-width:340px;box-shadow:var(--v6-shadow-sm);background:#fff;border-radius:20px;align-items:center;gap:.75rem;margin-top:2rem;margin-left:auto;margin-right:auto;padding:.5rem 1rem;display:flex}.v6-intel-loader-bar{background:var(--v6-border-soft);border-radius:4px;flex:1;height:4px;overflow:hidden}.v6-intel-loader-fill{background:linear-gradient(90deg,var(--v6-accent),var(--v6-cyan));border-radius:4px;height:100%;transition:width .1s linear}.v6-intel-loader-status{font-family:var(--v6-font-display);color:var(--v6-text-secondary);white-space:nowrap;min-width:180px;font-size:.75rem;font-weight:600}
