:root{--bg-dark: #04132d;--bg-dark-2: #061733;--bg-section: #f3f3f3;--brand-yellow: #ffd400;--brand-yellow-2: #ffcb05;--text-light: #ffffff;--text-dark: #222222;--text-muted: #cccccc;--accent: #ffed7f;--shadow-card: 0 18px 40px rgba(0, 0, 0, .35);--radius-card: 12px;--container-width: 1120px}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(180deg,#030f26,#061733);color:var(--text-light);scroll-behavior:smooth}body{line-height:1.5}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.page-wrapper{width:100%;overflow:hidden}.container{max-width:var(--container-width);margin:0 auto;padding:0 20px;position:relative}.section{padding:70px 0}.section-light{background:#f4f4f4;color:var(--text-dark)}.section-yellow{background:#ffd400;color:var(--text-dark)}.section-title{text-align:center;font-size:26px;font-weight:700;margin-bottom:10px;color:var(--text-light)}.section-light .section-title{color:var(--text-dark)}.section-subtitle{text-align:center;font-size:18px;font-weight:500;margin-bottom:35px;color:var(--text-light)}.section-light .section-subtitle{color:var(--text-dark)}.separator-dots{width:120px;height:4px;margin:12px auto 0;background-image:radial-gradient(circle,#ffea80 2px,transparent 2px);background-size:12px 4px;background-repeat:repeat-x}.section-light .separator-dots{background-image:radial-gradient(circle,#ffd400 2px,transparent 2px)}.btn-primary{display:inline-block;text-align:center;font-size:13px;font-weight:600;padding:11px 18px;border:none;border-radius:4px;cursor:pointer;background:#111827;color:#fff;box-shadow:0 10px 18px #00000059;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;text-decoration:none}.btn-primary:hover{background:#020617;transform:translateY(-1px);box-shadow:0 14px 26px #0006}.btn-secondary{background:var(--brand-yellow);color:#1a1300;box-shadow:0 10px 20px #0006}.btn-secondary:hover{background:#ffe052}.btn-center{margin-top:26px;text-align:center}.btn-center .btn-primary{width:auto;padding-inline:32px;background:var(--brand-yellow);color:#161616}.btn-center .btn-primary:hover{background:#ffe052}#botao_pulse{animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width: 960px){.section{padding:50px 0}}@media (max-width: 640px){.section{padding:50px 0}.section-title{font-size:22px}}
