.footer-grid{grid-template-columns:1fr;gap:40px;max-width:1200px;margin:0 auto;display:grid;align-items:center}.footer-bg{background-color:#05083f;width:100%;height:100%;color:#ffffff;padding:80px 20px 30px;font-family:system-ui,-apple-system,sans-serif;display:flex;flex-direction:column;justify-content:center}.footer-company,.footer-form{width:100%}.footer-title{font-size:24px;font-weight:700;margin-bottom:20px;color:#ffffff}.footer-label{color:#ffffff}.footer-value{color:#e2e8f0;margin-left:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:25px;text-align:center}.footer-bottom-text{color:#e2e8f0;font-size:13px;margin:0}.footer-link{color:#e2e8f0;text-decoration:none;margin-left:5px}.footer-form-title{font-size:18px;font-weight:700;margin-bottom:20px;color:#ffffff}.footer-form-desc{color:#e2e8f0;margin-bottom:20px;font-size:14px;line-height:1.5}.footer-input{width:100%;padding:12px 15px;background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#ffffff;font-size:14px;outline:none;transition:all .3s ease;box-sizing:border-box;margin-bottom:15px}.footer-input:focus{background-color:rgba(255,255,255,.15);border-color:rgba(255,255,255,.4)}.footer-input:blur{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}.footer-textarea{width:100%;padding:12px 15px;background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#ffffff;font-size:14px;outline:none;transition:all .3s ease;resize:vertical;min-height:100px;box-sizing:border-box;margin-bottom:20px}.footer-textarea:focus{background-color:rgba(255,255,255,.15);border-color:rgba(255,255,255,.4)}.footer-textarea:blur{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}.footer-btn{width:100%;padding:12px 20px;background-color:#ffffff;color:#05083f;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;outline:none}.footer-btn:disabled{background-color:#e2e8f0;color:#a0aec0;cursor:not-allowed;opacity:.5}.footer-btn:hover{background-color:#f8fafc;transform:translateY(-1px)}.footer-btn:active{background-color:#ffffff;transform:translateY(0)}.loader{display:inline-block;width:18px;height:18px;border:3px solid #05083f;border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(1turn)}}@media (min-width:640px){.footer-bg{padding:80px 30px 30px}.footer-grid{gap:50px}}@media (min-width:768px){.footer-bg{padding:80px 40px 30px;align-items:center}.footer-grid{grid-template-columns:1fr 1fr;gap:60px;max-width:900px;align-items:center}.footer-company,.footer-form{display:flex;flex-direction:column;justify-content:center}}@media (min-width:1024px){.footer-bg{padding:100px 60px 30px}.footer-grid{max-width:1000px}}@media (min-width:1280px){.footer-bg{padding:120px 80px 30px}.footer-grid{max-width:1200px}}@media (min-width:1536px){.footer-bg{padding:150px 100px 30px}}