@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{--primary-color:#0b3d91;--secondary-color:#f59e0b;--bg-color:#f8fafc;--text-color:#1f2937;--success-color:#16a34a;--error-color:#dc2626;--max-width:1440px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif;overflow-x:hidden}.app-container{max-width:var(--max-width);background:#fff;flex-direction:column;min-height:100vh;margin:0 auto;display:flex;box-shadow:0 0 50px #0000000d}.glass-effect{-webkit-backdrop-filter:blur(12px);background:#ffffffbf;border:1px solid #ffffff40}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#082d6b}section{padding:80px 24px}@media (width<=768px){section{padding:50px 16px}}.section-title{text-align:center;color:var(--primary-color);margin-bottom:12px;font-size:2.25rem;font-weight:700;position:relative}.section-title:after{content:"";background:var(--secondary-color);border-radius:2px;width:60px;height:4px;margin:12px auto 0;display:block}.section-subtitle{text-align:center;color:#6b7280;max-width:600px;margin:0 auto 48px;font-size:1rem}.premium-card{border:1px solid #e2e8f0;border-radius:12px;height:100%;transition:all .4s cubic-bezier(.165,.84,.44,1);overflow:hidden}.premium-card:hover{border-color:#0b3d9133;transform:translateY(-8px);box-shadow:0 20px 25px -5px #0b3d911a,0 10px 10px -5px #0b3d910a}.whatsapp-float{color:#fff;z-index:1000;cursor:pointer;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:32px;transition:transform .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 10px #0000004d}.whatsapp-float:hover{transform:scale(1.1)}.whatsapp-pulse{background:inherit;opacity:.8;z-index:-1;border-radius:50%;width:100%;height:100%;animation:2s infinite pulse;position:absolute}@keyframes pulse{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}
