.footer{position:relative;background-color:#fff;padding:3rem 1.5rem 1.5rem;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;z-index:1}.footer-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2.5rem;flex-wrap:wrap}@media(min-width:740px)and (max-width:1024px){.footer-content{flex-direction:column;align-items:stretch;gap:2rem}}@media(max-width:1024px){.footer-content{gap:1.2rem;padding:0 .5rem}}.footer-left{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;min-width:220px}@media(min-width:740px)and (max-width:1024px){.footer-left{align-items:flex-start;min-width:0}}.footer-logo{font-size:2.2rem;font-weight:800;letter-spacing:.02em;color:#4b8f29;margin-bottom:.5rem;text-shadow:0 2px 16px var(--glass-strong)}.footer-links{display:flex;gap:1.2rem;flex-wrap:wrap}@media(max-width:1024px){.footer-links{gap:.7rem;flex-direction:column;align-items:flex-start}}.footer-link{font-size:1.1rem;font-weight:600;color:#4b8f29;text-decoration:none;padding:.4rem 1.2rem;border-radius:999px;background:rgba(0,0,0,0);transition:background .2s,color .2s;position:relative;z-index:2;border:1.5px solid rgba(0,0,0,0)}.footer-link:hover{background:#3e7c59;color:#fff;border:1.5px solid #3e7c59}.footer-divider{width:100%;height:1.5px;background:var(--glass-strong);margin:1.5rem 0;border-radius:1px}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:1.2rem;min-width:220px}@media(min-width:740px)and (max-width:1024px){.footer-right{align-items:flex-start;min-width:0;gap:.7rem}}.footer-social{gap:1.2rem}.footer-social,.footer-social-link{display:flex;justify-content:center}.footer-social-link{font-size:1.3rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;align-items:center;width:2.5rem;height:2.5rem;border-radius:50%;background:rgba(62,124,89,.12);color:#3e7c59;transition:background .2s,color .2s,box-shadow .2s;box-shadow:0 2px 8px 0 rgba(62,124,89,.12);border:1.5px solid rgba(0,0,0,0)}.footer-social-link:hover{background:#3e7c59;color:#fff;box-shadow:0 4px 16px 0 var(--glass-strong);border:1.5px solid #3e7c59}.footer-bottom{font-size:1rem;letter-spacing:.01em;color:#3e7c59;text-align:right;margin-top:.5rem}