.antecipacao-section{display:flex;justify-content:center;align-items:center;width:100%;padding:100px 40px;background-color:#031533}.antecipacao-container{width:100%;max-width:900px}.antecipacao-content{max-width:768px}.antecipacao-label{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.22em;color:#227cf1;margin:0}.antecipacao-label-line{display:inline-block;height:1px;width:40px;background-color:#227cf1}.antecipacao-heading{margin-top:20px;margin-bottom:0;font-family:Ubuntu,sans-serif;font-size:48px;font-weight:800;line-height:1.05;letter-spacing:-.02em;color:#fff}.antecipacao-highlight-wrapper{position:relative;display:inline-block}.antecipacao-highlight-text{position:relative;z-index:1;color:#227cf1}.antecipacao-highlight-bar{position:absolute;left:0;right:0;bottom:4px;z-index:0;height:10px;transform-origin:left;background-color:rgba(34,124,241,.15)}.antecipacao-description{margin-top:20px;margin-bottom:0;font-size:18px;line-height:1.7;color:#b0b8c4}.antecipacao-actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin-top:32px}.antecipacao-cta{position:relative;display:inline-flex;align-items:center;gap:12px;overflow:hidden;border-radius:9999px;background-color:#f15a22;padding:16px 28px;font-size:14px;font-weight:600;color:#fff;border:none;cursor:pointer;box-shadow:0 12px 30px -10px rgba(241,90,34,.55);transition:box-shadow .3s ease}.antecipacao-cta:hover{box-shadow:0 18px 45px -10px rgba(241,90,34,.75)}.antecipacao-cta:hover .antecipacao-cta-shine{transform:translateX(100%)}.antecipacao-cta:hover .antecipacao-cta-icon{background-color:#fff;color:#f15a22}.antecipacao-cta-shine{pointer-events:none;position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:transform .7s ease}.antecipacao-cta-label{position:relative}.antecipacao-cta-icon{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:hsla(0,0%,100%,.15);transition:all .3s ease}.antecipacao-badge{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:#b0b8c4;margin:0}.antecipacao-pulse{position:relative;display:flex;width:8px;height:8px;align-items:center;justify-content:center}.antecipacao-pulse-dot{position:relative;width:8px;height:8px}.antecipacao-pulse-dot,.antecipacao-pulse-ping{display:inline-flex;border-radius:50%;background-color:#227cf1}.antecipacao-pulse-ping{position:absolute;width:100%;height:100%;opacity:.7;animation:antecipacao-ping 1.5s cubic-bezier(0,0,.2,1) infinite}@keyframes antecipacao-ping{75%,to{transform:scale(2.5);opacity:0}}@media screen and (max-width:1023px){.antecipacao-section{padding:80px 30px}.antecipacao-heading{font-size:40px}.antecipacao-description{font-size:16px}}@media screen and (max-width:519px){.antecipacao-section{padding:60px 20px}.antecipacao-heading{font-size:32px}.antecipacao-description{font-size:15px;line-height:1.6}.antecipacao-actions{flex-direction:column;align-items:flex-start;gap:16px}.antecipacao-cta{width:100%;justify-content:center;padding:14px 24px}}