.footer{align-items:center;padding:80px 32px;position:relative;min-height:345px;background:linear-gradient(180deg,#0f172a,#1e293b)}.footer,.footer-container{display:flex;flex-direction:column;width:100%}.footer-container{align-items:flex-start;padding:0 32px;gap:48px;max-width:1280px;min-height:217px;margin:0 auto}.footer-content{flex-direction:row;justify-content:center;gap:32px;width:100%}.footer-column,.footer-content{display:flex;align-items:flex-start;padding:0;min-height:116px}.footer-column{flex-direction:column;gap:20px;flex:1 1;min-width:200px}.footer-title{font-weight:700;font-size:28px;line-height:36px;color:#fff;margin:0 0 8px}.footer-description,.footer-title{font-family:Inter,sans-serif;font-style:normal}.footer-description{font-weight:400;font-size:15px;line-height:24px;color:#d1d5db;margin:0;opacity:.9}.footer-heading{font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:18px;line-height:26px;color:#fff;margin:0 0 4px}.footer-links{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:8px;width:100%;list-style:none;margin:0}.footer-links li{height:28px;display:flex;align-items:center}.footer-link-button,.footer-links a{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#e5e7eb;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;transition:color .2s ease}.footer-link-button:hover,.footer-links a:hover{color:#fff}.footer-bottom{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:40px 0 0;gap:32px;width:100%;min-height:53px;border-top:1px solid hsla(0,0%,100%,.1)}.footer-copyright{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:24px;color:#d1d5db;margin:0;opacity:.8}.footer-social{display:flex;flex-direction:row;align-items:center;padding:0;gap:16px}.footer-social a{display:flex;align-items:center;justify-content:center;width:20px;height:20px;transition:opacity .2s ease}.footer-social a:hover{opacity:.8}.footer-social svg{width:20px;height:20px}.footer-social svg path{fill:#d1d5db;transition:fill .2s ease}.footer-social a:hover svg path{fill:#fff}@media (max-width:768px){.footer{padding:48px 24px;min-height:auto}.footer-container{padding:0 16px;gap:32px}.footer-content{flex-direction:column;gap:32px}.footer-column{min-width:auto;width:100%}.footer-bottom{flex-direction:column;align-items:flex-start;gap:16px;padding-top:24px}}@media (max-width:480px){.footer{padding:40px 16px}.footer-container,.footer-content{gap:24px}.footer-title{font-size:24px;line-height:32px}.footer-heading{font-size:16px;line-height:24px}.footer-description,.footer-link-button,.footer-links a{font-size:14px;line-height:22px}.footer-bottom{padding-top:20px}.footer-copyright{font-size:12px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:hsla(0,0%,100%,.12);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;max-width:800px;width:100%;max-height:85vh;position:relative;box-shadow:0 25px 50px -12px rgba(0,0,0,.25),0 0 60px hsla(0,0%,100%,.08);animation:slideUp .3s ease-out;border:1px solid hsla(0,0%,100%,.2)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:16px;right:16px;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:1}.modal-close:hover{background:hsla(0,0%,100%,.2)}.modal-close svg{color:#fff}.modal-body{padding:48px;overflow-y:auto;max-height:85vh}.modal-title{font-weight:700;font-size:32px;line-height:40px;color:#fff;margin:0 0 8px}.modal-date,.modal-title{font-family:Inter,sans-serif}.modal-date{font-size:14px;color:#d1d5db;margin:0 0 32px}.modal-body h3{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:28px;color:#fff;margin:32px 0 12px}.modal-body p{font-family:Inter,sans-serif;font-size:15px;line-height:24px;color:#e5e7eb;margin:0 0 16px}.modal-body a{color:#f99927;text-decoration:none}.modal-body a:hover{text-decoration:underline}.modal-body ul{margin:0 0 16px;padding-left:24px}.modal-body li{font-family:Inter,sans-serif;font-size:15px;line-height:24px;color:#e5e7eb;margin-bottom:8px}@media (max-width:768px){.modal-body{padding:32px 24px}.modal-title{font-size:24px;line-height:32px}.modal-body h3{font-size:16px}.modal-body p{font-size:14px}}