.newsletter-modal__overlay{z-index:1000;backdrop-filter:blur(2px);background:#0f172a8c;justify-content:center;align-items:center;padding:1.5rem;animation:.15s newsletter-fade-in;display:flex;position:fixed;inset:0}.newsletter-modal{background:#fff;border-radius:16px;width:100%;max-width:440px;padding:2.25rem 2rem 1.75rem;animation:.18s newsletter-pop-in;position:relative;box-shadow:0 20px 60px #0f172a40}.newsletter-modal__close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;line-height:1;transition:background .15s,color .15s;display:inline-flex;position:absolute;top:.875rem;right:.875rem}.newsletter-modal__close:hover{color:#0f172a;background:#f1f5f9}.newsletter-modal__title{color:#0f172a;letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.375rem;font-weight:700}.newsletter-modal__subtitle{color:#64748b;margin:0 0 1.25rem;font-size:.9375rem;line-height:1.55}.newsletter-modal__form{flex-direction:column;gap:.75rem;display:flex}.newsletter-modal__input{color:#0f172a;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;padding:.75rem .875rem;font-size:.9375rem;transition:border-color .15s,box-shadow .15s}.newsletter-modal__input::placeholder{color:#94a3b8}.newsletter-modal__input:focus{border-color:#29b6f6;outline:none;box-shadow:0 0 0 3px #29b6f62e}.newsletter-modal__input--error{border-color:#ef4444}.newsletter-modal__input--error:focus{box-shadow:0 0 0 3px #ef444426}.newsletter-modal__error{color:#dc2626;margin:-.25rem 0 0;font-size:.8125rem}.newsletter-modal__btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#29b6f6 0%,#4fc3f7 50%,#81d4fa 100%);border:none;border-radius:10px;width:100%;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;transition:all .2s;box-shadow:0 4px 20px #29b6f659}.newsletter-modal__btn:hover:not(:disabled){background:linear-gradient(90deg,#0288d1 0%,#29b6f6 50%,#4fc3f7 100%);box-shadow:0 6px 25px #29b6f673}.newsletter-modal__btn:active:not(:disabled){transform:translateY(1px)}.newsletter-modal__btn:disabled{opacity:.65;cursor:not-allowed}.newsletter-modal__fineprint{text-align:center;color:#94a3b8;margin:.875rem 0 0;font-size:.75rem}.newsletter-modal__success{text-align:center;padding:.5rem 0}.newsletter-modal__success-icon{color:#29b6f6;background:#29b6f61f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.75rem;font-weight:700;display:inline-flex}.newsletter-modal__success .newsletter-modal__subtitle{margin-bottom:1.5rem}.newsletter-modal__success .newsletter-modal__btn{max-width:160px;margin:0 auto}@keyframes newsletter-fade-in{0%{opacity:0}to{opacity:1}}@keyframes newsletter-pop-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:480px){.newsletter-modal{border-radius:14px;padding:2rem 1.5rem 1.5rem}.newsletter-modal__title{font-size:1.25rem}}
.footer{border-top:1px solid var(--color-border);color:var(--color-text);background:#fff;padding:4rem 0}.footer__container{max-width:1200px;padding:0 var(--spacing-lg);margin:0 auto}.footer__main{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:0;display:flex}.footer__brand{flex-direction:column;flex-shrink:0;gap:1rem;display:flex}.footer__logo{align-items:center;gap:0;width:fit-content;text-decoration:none;transition:transform .2s;display:inline-flex}.footer__logo:hover{transform:scale(1.02)}.footer__logo-image{object-fit:contain;width:48px;height:48px}.footer__logo-text{color:var(--color-text);font-size:1.25rem;font-weight:600}.footer__tagline{color:var(--color-text-secondary);max-width:400px;margin:.5rem 0 0;font-size:.9375rem;line-height:1.6}.footer__newsletter-button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#29b6f6 0%,#4fc3f7 50%,#81d4fa 100%);border:none;border-radius:50px;flex-shrink:0;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;transition:all .3s;box-shadow:0 4px 20px #29b6f666}.footer__newsletter-button:hover{background:linear-gradient(90deg,#0288d1 0%,#29b6f6 50%,#4fc3f7 100%);transform:translateY(-2px);box-shadow:0 6px 25px #29b6f680}.footer__newsletter-button:active{transform:translateY(0)}.footer__newsletter-button:focus-visible{outline-offset:2px;outline:2px solid #29b6f6}.footer__copyright{color:var(--color-text-muted);margin:0;font-size:.875rem}.footer__copyright-row{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin:.75rem 0 0;display:flex}.footer__socials{align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer__social-link{opacity:.95;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s,opacity .2s;display:inline-flex}.footer__social-link:hover,.footer__social-link:focus-visible{opacity:1;transform:translateY(-1px)}.footer__social-icon{width:22px;height:22px;display:block}.footer__navigation{flex-direction:row;flex-shrink:0;justify-content:flex-end;align-items:flex-start;gap:1.25rem;display:flex}.footer__section{flex-direction:column;gap:1rem;display:flex}.footer__section-title{color:var(--color-text);letter-spacing:.01em;margin:0;font-size:1rem;font-weight:600}.footer__links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer__link{color:var(--color-text-secondary);font-size:.9375rem;line-height:1.5;text-decoration:none;transition:color .2s}.footer__link:hover{color:var(--color-primary)}@media (max-width:1024px){.footer__main{flex-direction:column;align-items:flex-start;gap:2.5rem}.footer__navigation{justify-content:flex-start}}@media (max-width:768px){.footer{padding:3rem 0 1.5rem}.footer__container{padding:0 var(--spacing-md)}.footer__main{gap:2rem;margin-bottom:2rem}.footer__navigation{flex-direction:column;gap:2rem}.footer__tagline{max-width:100%}}