.footer{background:var(--trc-footer-bg);color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-about h3{font-size:2rem;margin-bottom:1rem;background:var(--trc-gradient-hero);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text}.footer-about p{color:var(--trc-footer-text);line-height:1.8}.footer-section h4{font-size:1.25rem;margin-bottom:1.5rem;color:#fff}.footer-links{list-style:none;padding:0;margin:0;font-weight:600}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--trc-footer-link)!important;text-decoration:none;transition:color 0.3s;font-weight:600}.footer-links a:hover{color:var(--trc-footer-link-hover)!important}.social-links{display:flex;gap:1rem}.social-links a{width:45px;height:45px;background:rgb(255 255 255 / .1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white!important;text-decoration:none;transition:all 0.3s;font-size:1.2rem}.social-links a:hover{background:var(--trc-primary);transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgb(255 255 255 / .1);color:var(--trc-footer-text)}@media (max-width:1024px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer{padding:3rem 1.5rem 2rem}.footer-container{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-about h3{font-size:1.75rem}.footer-section h4{font-size:1.15rem}}@media (max-width:480px){.footer{padding:2.5rem 1.25rem 1.5rem}.footer-about h3{font-size:1.5rem}.social-links a{width:40px;height:40px;font-size:1rem}}