@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap";:root{--color-authority:#003419;--color-corporate:#006b2b;--color-energy:#fa9906;--color-clean-bg:#f5f7f6;--color-white:#fff;--color-dark-surface:#0a1811;--font-heading:"Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-clean-bg);color:#1e293b;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-authority)}::-webkit-scrollbar-thumb{background:var(--color-corporate);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-energy)}.skew-accent-bar{clip-path:polygon(0 0,100% 0,97% 100%,0% 100%)}.skew-diagonal{clip-path:polygon(15px 0,100% 0,calc(100% - 15px) 100%,0 100%)}.hero-backdrop{background-position:50%;background-size:cover;position:relative}.hero-backdrop:before{content:"";-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1;background:linear-gradient(#003419c7 0%,#0a1811e0 100%);position:absolute;inset:0}.hero-content{z-index:2;position:relative}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.animate-bounce-slow{animation:2s ease-in-out infinite bounce-slow}@keyframes pulse-ring{0%{transform:scale(.95);box-shadow:0 0 #fa9906b3}70%{transform:scale(1);box-shadow:0 0 0 14px #fa990600}to{transform:scale(.95);box-shadow:0 0 #fa990600}}.whatsapp-pulse{animation:2.5s infinite pulse-ring}.glass-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #006b2b1f;box-shadow:0 10px 30px #0034190f}.glass-card-dark{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a1811d9;border:1px solid #fa990633;box-shadow:0 12px 35px #0006}
