@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);:root{--primary:#e5a100;--primary-dark:#c98c00;--span:#e6b800;--text-dark:#2b2b2b;--text-light:#555555;--bg-light:#fafafa;--bg-section:#f3f3f3;--bg-footer:#1e1e1e}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Poppins",sans-serif;background:var(--bg-light);color:var(--text-dark);line-height:1.6}.footer{background:var(--bg-section);padding:2rem 1rem 1rem;border-top:2px solid var(--text-dark);position:relative;z-index:1}.footer::before{content:"";position:absolute;top:-25px;left:0;width:100%;height:25px;background:linear-gradient(to bottom,rgb(250 250 250 / .7),var(--bg-section));pointer-events:none}.footer-container{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.footer-section{width:100%;text-align:center}.footer-section.left p{text-align:justify;text-justify:inter-word}.footer-section.right{text-align:center}.footer-section h3{font-size:1.1rem;font-weight:600;margin-bottom:.8rem;color:var(--text-dark)}.social-links{display:flex;justify-content:center;gap:.8rem;margin-top:.8rem;flex-wrap:wrap}.social-links a{font-size:1.3rem;color:var(--text-light);text-decoration:none;transition:.3s;display:inline-flex;align-items:center;gap:.3rem}@media(hover:hover){.social-links a:hover{color:var(--primary);transform:translateY(-3px)}}.footer-bottom{border-top:1px solid var(--text-light);padding-top:1rem;font-size:.85rem;text-align:center}@media(min-width:768px){.footer-container{flex-direction:row;justify-content:space-between;text-align:left}.footer-section{flex:1 1 48%}.footer-section.right{text-align:center}}@media(min-width:1024px){.footer-container{gap:2rem}.footer-section{flex:1 1 33%}.social-links a{font-size:1.4rem}}@media(min-width:1440px){.footer{padding:3rem 4rem 2rem}.footer-container{max-width:1300px;margin:auto}.footer-section h3{font-size:1.3rem}.footer-section p{font-size:.95rem}}