.bitbloom-footer{background-color:var(--bg-secondary);color:var(--text-color);padding-top:4rem;font-family:inherit;font-size:.9rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-divider{background-color:#d2d2d7;height:1px;margin:3rem 0}.footer-links-section{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.footer-brand-column{flex-direction:column;gap:1rem;display:flex}.footer-logo{color:var(--text-color);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:flex}.footer-logo img{width:auto;height:40px}.footer-email{color:#0071e3;text-decoration:none}.footer-socials{gap:1rem;margin-top:.5rem;display:flex}.footer-socials a{color:var(--text-muted);transition:color .3s}.footer-socials a:hover{color:var(--text-color)}.footer-nav-column h3,.footer-contact-column h3{color:var(--text-color);margin-bottom:1rem;font-size:.9rem;font-weight:600}.footer-nav-column ul{margin:0;padding:0;list-style:none}.footer-nav-column ul li{margin-bottom:.8rem}.footer-nav-column ul li a{color:var(--text-muted);text-decoration:none;transition:color .3s}.footer-nav-column ul li a:hover{color:var(--text-color);text-decoration:underline}.footer-btn{margin-top:10px}.footer-bottom{background-color:var(--bg-secondary);border-top:1px solid #d2d2d7;padding:1.5rem 0}.footer-bottom-content{max-width:1200px;color:var(--text-muted);justify-content:space-between;align-items:center;margin:0 auto;padding:0 2rem;font-size:.8rem;display:flex}.footer-tagline{margin-left:1rem}.footer-legal-links{gap:1.5rem;display:flex}.footer-legal-links a{color:var(--text-muted);text-decoration:none}@media (max-width:900px){.footer-links-section{grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer-links-section{grid-template-columns:1fr;gap:2rem}.newsletter-form{width:100%;max-width:100%}.form-row{flex-direction:column}.footer-bottom-content{text-align:center;flex-direction:column;gap:1rem}.footer-tagline{margin-left:0}}
.footer-newsletter{flex-direction:column;justify-content:center;width:100%;min-height:400px;display:flex;position:relative}.fade-in-fast{animation:.4s cubic-bezier(.25,.46,.45,.94) forwards fadeInSmooth}@keyframes fadeInSmooth{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-content-wrapper{width:100%}.success-wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.success-icon-bg{background:#4ade801a;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;display:flex;box-shadow:0 0 20px #4ade8026}.success-wrapper h4{color:var(--text-color);margin-bottom:1rem;font-size:1.8rem;font-weight:700}.success-wrapper p{color:#cbd5e1;max-width:400px;font-size:1.1rem;line-height:1.6}.footer-newsletter{text-align:center;margin-bottom:4rem}.footer-newsletter h3{letter-spacing:-.02em;margin-bottom:1rem;font-size:1.8rem;font-weight:600}.footer-newsletter p{color:var(--text-muted);max-width:500px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto}.newsletter-form{flex-direction:column;gap:12px;max-width:420px;margin:2rem auto 1rem;display:flex}.form-row{gap:8px;width:100%;display:flex}.form-row .input-group{flex:1}.newsletter-form .form-input{color:#1d1d1f;background-color:#fff;border:1px solid #d2d2d7;border-radius:30px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:16px;transition:all .2s}.newsletter-form .form-input:focus{border-color:#0071e3;box-shadow:0 0 0 3px #0071e326}.newsletter-form textarea.form-input{resize:vertical;border-radius:20px;min-height:80px}.newsletter-disclaimer{color:var(--text-muted);margin-top:1rem;font-size:.8rem}
.chat-widget-container{z-index:9990;font-family:inherit;position:fixed;bottom:2rem;right:2rem}.chat-trigger-btn{color:#fff;cursor:pointer;background-color:#0071e3;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 20px #0071e366}.chat-trigger-btn:hover{transform:scale(1.05)}.chat-window{opacity:0;pointer-events:none;will-change:transform,opacity;background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;width:350px;height:450px;transition:transform .5s cubic-bezier(.19,1,.22,1),opacity .4s ease-out;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 10px 40px #00000026}.chat-window.active{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.chat-header{background:#f5f5f7;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.chat-brand{color:#1d1d1f;align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:flex}.chat-status-dot{background-color:#28c840;border-radius:50%;width:8px;height:8px}.chat-close{cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.chat-close span{background-color:#86868b;border-radius:2px;width:14px;height:2px;transition:all .3s;position:absolute}.chat-close span:first-child{transform:rotate(45deg)}.chat-close span:nth-child(2){transform:rotate(-45deg)}.chat-close:hover span{background-color:#1d1d1f}.chat-messages{background:#fff;flex-direction:column;flex:1;gap:15px;padding:20px;display:flex;overflow-y:auto}.message{border-radius:14px;max-width:80%;padding:10px 14px;font-size:.9rem;line-height:1.4;animation:.3s forwards popIn;position:relative}@keyframes popIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.bot{color:#1d1d1f;background-color:#f5f5f7;border-bottom-left-radius:2px;align-self:flex-start}.message.user{color:#fff;background-color:#0071e3;border-bottom-right-radius:2px;align-self:flex-end}.chat-input-area{background:#fff;border-top:1px solid #e5e5e5;gap:10px;padding:15px;display:flex}#chatInput{border:1px solid #e5e5e5;border-radius:20px;outline:none;flex:1;padding:10px 15px;font-size:.9rem;transition:border .2s}#chatInput:focus{border-color:#0071e3}@media (max-width:768px){#chatInput{font-size:16px!important}}#chatSendBtn{color:#0071e3;cursor:pointer;background:0 0;border:none;align-items:center;transition:transform .2s;display:flex}#chatSendBtn:hover{transform:translate(2px)}@media (max-width:768px){.chat-window{z-index:10000;opacity:1;margin:0;transition:transform .6s cubic-bezier(.2,.8,.2,1);inset:0;transform:translateY(100%);border-radius:0!important;width:100%!important;height:100dvh!important;position:fixed!important}.chat-window.active{transform:translateY(0)}.chat-header{flex-shrink:0;height:60px;padding-top:15px}.chat-messages{flex:1;height:auto}.chat-input-area{background:#fff;flex-shrink:0;padding:15px 15px 20px}.chat-close{width:40px;height:40px}}
#preloader{z-index:99999;opacity:1;pointer-events:all;background-color:#eee;justify-content:center;align-items:center;width:100%;height:100dvh;transition:opacity .5s ease-in-out;display:flex;position:fixed;top:0;left:0}#preloader.fade-out{opacity:0;pointer-events:none}.loader{width:60px;height:auto;animation:4s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
