/* Destaque da logomarca no banner inicial */
.hero-brand-logo{width:82px;height:114px;object-fit:contain;filter:drop-shadow(0 4px 7px #7b300066)}
.sun-core{animation:hero-logo-pulse 3.8s ease-in-out infinite}
.sun-core:before{content:'';position:absolute;inset:-34px;border-radius:50%;background:linear-gradient(115deg,transparent 38%,#fff2 45%,#fff 50%,#ffd09b66 55%,transparent 62%);filter:blur(8px);opacity:0;pointer-events:none;animation:hero-light-flash 7s ease-in-out infinite}
.hero-brand-logo{position:relative;z-index:1;animation:hero-logo-float 3.8s ease-in-out infinite}
.orbit-one{animation:hero-orbit-one 20s linear infinite}
.orbit-two{animation:hero-orbit-two 26s linear infinite reverse}
.card-chart{border-radius:5px;text-align:center}.card-chart .bar-chart{justify-content:center}
.bar-chart i{transform-origin:bottom;animation:performance-bar 1.8s ease-in-out infinite alternate}
.bar-chart i:nth-child(1){width:12px;animation-delay:.1s}.bar-chart i:nth-child(2){width:20px;animation-delay:.35s}.bar-chart i:nth-child(3){width:14px;animation-delay:.6s}.bar-chart i:nth-child(4){width:23px;animation-delay:.2s}.bar-chart i:nth-child(5){width:16px;animation-delay:.8s}
@keyframes hero-logo-pulse{0%,100%{transform:scale(1);box-shadow:0 0 0 24px #ff7a1811,0 0 90px #ff7a1848}50%{transform:scale(1.055);box-shadow:0 0 0 31px #ff7a1816,0 0 115px #ff7a1866}}
@keyframes hero-logo-float{0%,100%{transform:translateY(0);filter:drop-shadow(0 4px 7px #7b300066)}50%{transform:translateY(-5px);filter:drop-shadow(0 8px 12px #ffb06699)}}
@keyframes hero-orbit-one{from{transform:rotate(-25deg)}to{transform:rotate(335deg)}}
@keyframes hero-orbit-two{from{transform:rotate(-25deg)}to{transform:rotate(335deg)}}
@keyframes performance-bar{from{transform:scaleY(.58);opacity:.7}to{transform:scaleY(1);opacity:1}}
@keyframes hero-light-flash{0%,72%,100%{opacity:0;transform:translateX(-18px) scale(.7)}76%{opacity:.95;transform:translateX(3px) scale(1.05)}80%{opacity:.25;transform:translateX(14px) scale(1.2)}84%{opacity:.7;transform:translateX(22px) scale(1.1)}}
@media(prefers-reduced-motion:reduce){.sun-core,.sun-core:before,.hero-brand-logo,.orbit-one,.orbit-two,.bar-chart i{animation:none}}
@media(max-width:650px){.hero-brand-logo{width:70px;height:97px}}
