.site-footer{background-color:rgba(248,250,252,0.8);border-top:1px solid #e2e8f0;font-family:'Inter',sans-serif;color:#475569}.footer-container{max-width:1280px;margin:0 auto;padding:48px 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.footer-logo{height:36px;width:auto;margin-bottom:20px}.footer-tagline{font-size:16px;line-height:1.6;max-width:500px;margin:0 auto 24px auto}.footer-social{display:flex;gap:16px;justify-content:center}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:white;border:1px solid #e2e8f0;color:#64748b;transition:all 0.2s ease;text-decoration:none}.social-link:hover{border-color:rgba(56,57,218,0.3);color:#3839DA;box-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1);transform:translateY(-2px)}.footer-bottom{background:white;border-top:1px solid #e2e8f0;padding:24px 0}.footer-bottom-content{max-width:1280px;margin:0 auto;padding:0 24px;font-size:14px;color:#64748b;text-align:center}@media (min-width:768px){.footer-container{padding:64px 24px}.footer-tagline{font-size:18px}}.footer-newsletter{background-color:#3839DA;padding:60px 24px;color:white;font-family:'Inter',sans-serif}.newsletter-content{max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:40px}.newsletter-text{flex:1;text-align:left}.newsletter-title{color:#ffffff;font-size:24px;font-weight:700;margin-bottom:8px;margin-top:0}.newsletter-desc{color:rgba(255,255,255,0.9);font-size:16px;margin:0}.newsletter-form{display:flex;flex:1;justify-content:flex-end;gap:12px;max-width:500px}.newsletter-input{flex:1;min-width:250px;padding:14px 16px;border-radius:8px;border:1px solid rgba(255,255,255,0.3);background:rgba(255,255,255,0.1);color:white;font-size:16px;outline:none}.newsletter-input::placeholder{color:rgba(255,255,255,0.6)}.newsletter-button{background-color:#ffffff;color:#3839DA;padding:14px 28px;border-radius:8px;border:none;font-weight:700;font-size:16px;cursor:pointer;white-space:nowrap;transition:all 0.2s ease}.newsletter-button:hover{background-color:#f1f5f9;transform:translateY(-2px)}@media (max-width:991px){.newsletter-content{flex-direction:column;text-align:center;gap:32px}.newsletter-text{text-align:center}.newsletter-form{width:100%;justify-content:center}}@media (max-width:480px){.newsletter-form{flex-direction:column}.newsletter-input{width:100%;min-width:unset}}