.impacto{background:var(--bg-secondary);position:relative;overflow:hidden}.impacto::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,var(--accent) 0,var(--accent) 1px,transparent 1px,transparent 30px);opacity:.04;pointer-events:none}[data-theme=dark] .impacto::before{opacity:.06}.impacto::after{content:'';position:absolute;bottom:0;right:0;width:400px;height:400px;background:radial-gradient(circle,var(--accent) 0,transparent 70%);opacity:.04;filter:blur(60px);pointer-events:none}.impacto-container{position:relative;z-index:2;max-width:1100px;margin:0 auto}.impacto-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-top:0}@media (max-width:900px){.impacto-grid{grid-template-columns:1fr;gap:3rem}}.impacto-left{order:1}.section-tag{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1rem;padding:.3rem .8rem;background:rgba(229,57,53,.08);color:var(--accent);transition:all .3s ease;width:fit-content}[data-theme=dark] .section-tag{background:rgba(226,246,1,.1)}.section-title{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1rem;color:var(--text-primary);text-transform:uppercase;letter-spacing:-.02em;position:relative;display:block;max-width:500px}@media (max-width:768px){.section-title{font-size:2rem}}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.section-subtitle{font-size:1rem;color:var(--text-secondary);max-width:450px;margin:1rem 0 0;font-weight:400;line-height:1.5}.impacto-right{order:2;display:flex;flex-direction:column;gap:1.25rem}.check-group{display:flex;flex-direction:column;gap:1rem}.check-item{display:flex;align-items:center;gap:1rem;font-size:1.1rem;color:var(--text-primary);padding:.75rem 0;transition:all .3s ease;border-bottom:1px solid var(--border-color)}.check-item:hover{transform:translateX(6px);border-bottom-color:var(--check-color)}.check-item i{color:var(--check-color);font-size:1.3rem;width:28px;flex-shrink:0}.impacto .check-item strong{color:var(--check-color);font-weight:800}.check-item span{font-size:1rem;line-height:1.4}:root{--check-color:#10b981}[data-theme=dark]{--check-color:#e2f601}@media (max-width:900px){.impacto-grid{grid-template-columns:1fr}.impacto-left{order:1}.impacto-right{order:2}.section-title{max-width:100%}.section-subtitle{max-width:100%}}@media (max-width:768px){.check-item{padding:.5rem 0;font-size:.95rem}.check-item i{font-size:1.1rem;width:24px}.check-item span{font-size:.9rem}.impacto-right{gap:1rem}.check-group{gap:.75rem}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.impacto-left{animation:fadeInLeft .5s ease forwards;opacity:0}.impacto-right{animation:fadeInRight .5s ease forwards;opacity:0}.check-item:first-child{animation-delay:.1s}.check-item:nth-child(2){animation-delay:.15s}.check-item:nth-child(3){animation-delay:.2s}.check-item:nth-child(4){animation-delay:.25s}.check-item:nth-child(5){animation-delay:.3s}.check-item:nth-child(6){animation-delay:.35s}.check-item:nth-child(7){animation-delay:.4s}.check-item:nth-child(8){animation-delay:.45s}body.acessibilidade-ativa .impacto .section-title{line-height:1.2!important}body.acessibilidade-ativa .impacto .gradient-text{line-height:1.2!important}