.footer{padding-block:6rem 3rem;background-color:#fcfcfc;background-image:radial-gradient(circle at 0 0,rgba(255,120,0,.05) 0,transparent 40%),url(/media/footer/bg.png),linear-gradient(180deg,rgba(252,252,252,.4),rgba(252,252,252,.6));background-position:50%;background-size:cover;background-repeat:no-repeat;color:#000;position:relative;overflow:hidden;max-width:100vw}.footer__inner{display:flex;flex-direction:column;gap:5rem}.footer__top{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:6rem;gap:6rem;align-items:start}.footer__title{font-family:var(--font-heading);font-weight:800;font-size:clamp(2.2rem,8vw,4.4rem);margin:0 0 1.5rem;color:#000;line-height:1;letter-spacing:-.01em}.footer__text{font-size:clamp(1rem,2.5vw,1.1rem);line-height:1.5;color:#000;margin-bottom:3.5rem;max-width:48ch;font-weight:400}.footer__form{display:flex;flex-direction:column;gap:2.5rem;max-width:520px}.footer__input-group{display:flex;flex-direction:column;gap:.65rem;border-bottom:1.5px solid #000;padding-bottom:.5rem}.footer__label{font-size:.9rem;font-weight:700;text-transform:none;color:#000}.footer__input{background:transparent;border:none;padding:.4rem 0;font-size:1.25rem;color:#000;outline:none;font-family:inherit}.footer__subscribe-btn{background:#080808;color:#fff;border:none;padding:1.25rem;font-size:.9rem;font-weight:700;letter-spacing:.12em;cursor:pointer;border-radius:4px;transition:transform .2s,background .2s;text-transform:uppercase}.footer__subscribe-btn:hover{background:#000;transform:translateY(-1px)}.footer__social-row{display:flex;gap:1.5rem;margin-bottom:2.5rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#000;transition:transform .3s ease}.footer__social-link img,.footer__social-link svg{width:auto;height:24px;object-fit:contain;filter:grayscale(1);opacity:.5;transition:filter .4s ease,opacity .4s ease}.footer__social-link:hover img,.footer__social-link:hover svg{filter:grayscale(0);opacity:1}.footer__social-link:hover{transform:translateY(-2px) scale(1.15)}.footer__contacts{margin-bottom:3rem}.footer__contact-link{display:block;font-size:1.2rem;font-weight:600;color:#000;margin-bottom:.6rem;text-decoration:none}.footer__contact-phone{font-size:1.2rem;color:#000;margin:0}.footer__ks-link{display:inline-flex;align-items:center;gap:.8rem;color:#05ce78;font-weight:700;font-size:.95rem;text-decoration:none;transition:opacity .2s}.footer__ks-link:hover{opacity:.85}.footer__ks-icon{width:30px;height:30px;flex-shrink:0}.footer__ks-text{letter-spacing:.05em}.footer__privacy-link{display:block;margin-top:1.5rem;color:#000;font-size:.82rem;font-weight:600;letter-spacing:.05em;opacity:.5;transition:opacity .2s ease;text-decoration:none}.footer__privacy-link:hover{opacity:1}.footer__bottom{display:flex;flex-direction:column;align-items:center;gap:5rem;margin-top:2rem}.footer__nav{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;width:100%}.footer__nav-link{color:#000;font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.8;transition:opacity .2s}.footer__nav-link:hover{opacity:1}.footer__logo-wrap{display:flex;justify-content:center;width:100%;margin-top:-3.5rem}.footer__uwo-logo{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#000}.footer__uwo-mark{opacity:.9}.footer__uwo-text{font-size:.75rem;letter-spacing:.6em;font-weight:700;margin-right:-.6em;color:#000}.footer__brand-logo{opacity:.9;filter:brightness(0)}@media (max-width:1024px){.footer__top{grid-template-columns:1fr;gap:5rem}.footer__title{max-width:12ch}}@media (max-width:768px){.footer{padding-block:5rem 3rem}.footer__inner{gap:4rem}.footer__nav{display:flex;justify-content:center;gap:1.5rem 2rem;padding-inline:1rem}.footer__logo-wrap{margin-top:-1.5rem}}@media (max-width:640px){.footer{padding-block:4rem 3rem;background-size:150% auto;background-position:center 15%;background-repeat:no-repeat}.footer__top{gap:4rem}.footer__subscribe-btn{width:100%;padding:1.1rem}.footer__nav{display:grid;grid-template-columns:repeat(2,1fr);text-align:center;grid-gap:1.5rem 1rem;gap:1.5rem 1rem;padding-inline:.5rem}.footer__logo-wrap{margin-top:2rem}.footer__bottom{gap:3rem}}.footer__input-row{display:flex;gap:2rem}.footer__input-row .footer__input-group{flex:1 1}.footer__form{gap:2rem}.footer__form-footer{display:flex;flex-direction:column;gap:1.5rem}.footer__message{font-size:.85rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin:0;opacity:0;animation:fadeIn .3s forwards}@keyframes fadeIn{to{opacity:1}}.footer__message--success{color:#05ce78}.footer__message--error{color:#ff4d4d}.footer__subscribe-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.footer__input-row{flex-direction:column;gap:2rem}}@media (max-width:860px){.footer__grid{grid-template-columns:1fr}}