.footer-container{width:100%;padding:40px 0;margin-top:40px;display:flex;flex-direction:column;gap:32px}.footer-main-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:32px}.footer-social-section{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:150px}.follow-text{color:var(--orange-9)!important;font-weight:600;margin:0 0 8px}.social-links{display:flex;flex-direction:column;gap:8px;flex-wrap:nowrap}.social-link-item{text-decoration:none;color:#111;transition:color .2s ease;display:flex;align-items:center;padding:4px 0}.social-link-item:hover{color:var(--orange-9)}.dark .social-link-item,.dark-theme .social-link-item{color:var(--lime-12)}.dark .social-link-item:hover,.dark-theme .social-link-item:hover{color:var(--orange-11)}.social-link-name{color:inherit;font-size:14px;line-height:1.4}.social-link-item svg{width:18px;height:18px;flex-shrink:0;color:var(--orange-9)}.dark .social-link-item svg,.dark-theme .social-link-item svg{color:var(--orange-9)}.dark .social-link-item:hover svg,.dark-theme .social-link-item:hover svg,.social-link-item:hover svg{color:var(--orange-11)}.footer-nav-columns{display:flex;flex-direction:row;gap:24px;flex-shrink:0}.footer-bottom-section{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.footer-copyright{color:#111!important;text-align:left;flex-shrink:0}.dark .footer-copyright,.dark-theme .footer-copyright{color:var(--lime-12)!important}.footer-links-row{display:flex;flex-direction:row;gap:24px;flex-wrap:wrap;justify-content:flex-end}.footer-link{color:#111!important;text-decoration:none;font-size:14px;transition:color .2s ease;white-space:nowrap}.footer-container .rt-Heading,.footer-link:hover{color:var(--orange-9)!important}.footer-container .rt-Text{color:#111!important}.dark .footer-container .rt-Text,.dark .footer-link,.dark-theme .footer-container .rt-Text,.dark-theme .footer-link{color:var(--lime-12)!important}.dark .footer-link:hover,.dark-theme .footer-link:hover{color:var(--orange-11)!important}.footer-link:hover{color:var(--lime-12)}@media (max-width:768px){.footer-container{padding:40px 16px}.footer-main-content{flex-direction:column;align-items:center;text-align:center;gap:32px}.footer-social-section{align-items:center;width:100%;order:2}.footer-nav-columns{flex-direction:row;flex-wrap:wrap;gap:24px;width:100%;justify-content:center;order:1}.footer-bottom-section{flex-direction:column;align-items:center;gap:20px;width:100%}.footer-copyright{text-align:center;order:2}.footer-links-row{gap:20px;flex-wrap:wrap;justify-content:center;order:1}}@media (max-width:480px){.footer-container{gap:24px;padding:32px 12px}.footer-main-content{gap:24px}.social-links{gap:12px;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;width:100%}.social-link-item{justify-content:flex-start;text-align:left}.footer-nav-columns{flex-direction:column;gap:20px;align-items:center}.footer-bottom-section{gap:16px}.footer-links-row{gap:16px;flex-direction:column;align-items:center}.footer-link{font-size:14px;padding:8px 0}}