.contact-banner-wrapper{position:fixed;bottom:2rem;right:2rem;z-index:1000;display:flex;align-items:flex-end;gap:1rem}.banner-toggle-btn{background:#00296b;color:white;width:60px;height:60px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 25px rgba(79,70,229,.4);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.banner-toggle-btn:hover{transform:scale(1.1);box-shadow:0 12px 30px rgba(79,70,229,.5)}.contact-panel{width:320px;padding:1.5rem;background-color:#ffffff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);border:1px solid #e5e7eb;font-family:Poppins,sans-serif;opacity:0;transform:translateY(10px);animation:panelFadeIn .4s cubic-bezier(.165,.84,.44,1) forwards}@keyframes panelFadeIn{to{opacity:1;transform:translateY(0)}}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.panel-header h4{margin:0;font-size:1.1rem;font-weight:600;color:#111827}.panel-close-btn{background:#f3f4f6;border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .2s ease}.panel-close-btn:hover{background:#e5e7eb;color:#111827}.panel-content p{margin:0 0 .25rem;font-size:.9rem;color:#4b5563}.panel-content a{font-size:1rem;font-weight:600;color:#4f46e5;text-decoration:none}.panel-content a:hover{text-decoration:underline}@media (max-width:768px){.contact-banner-wrapper{flex-direction:column;align-items:flex-start}.contact-panel{width:calc(100vw - 4rem);max-width:320px}}.countdown-section{width:100%;padding:4rem 2rem;background-color:#00296b;background-image:radial-gradient(circle at 10% 20%,rgba(101,78,163,.2),transparent 40%),radial-gradient(circle at 90% 80%,rgba(78,115,163,.2),transparent 40%);color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;overflow:hidden}.countdown-container{max-width:1000px;width:100%}.countdown-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:.5rem}.countdown-subtitle{font-size:clamp(1rem,2.5vw,1.2rem);color:rgba(255,255,255,.7);max-width:600px;margin:0 auto 2.5rem}.countdown-timer{gap:2rem}.countdown-block,.countdown-timer{display:flex;justify-content:center;align-items:center}.countdown-block{flex-direction:column;min-width:100px;padding:1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px}.countdown-value{font-size:clamp(2.5rem,8vw,4rem);font-weight:700;line-height:1}.countdown-label{font-size:.8rem;text-transform:uppercase;color:rgba(255,255,255,.6);margin-top:.5rem}.countdown-separator{font-size:clamp(2rem,6vw,3rem);font-weight:700;color:rgba(255,255,255,.3);transform:translateY(-10px)}@media (max-width:768px){.countdown-section{padding:3rem 1rem}.countdown-timer{gap:1rem;flex-wrap:wrap}.countdown-block{min-width:75px;padding:.75rem}.countdown-separator{transform:translateY(-5px)}}