.footer{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;padding:4rem 8rem;background:#fff;color:var(--secondary-color);font-size:1.4rem;flex-wrap:wrap;background-color:#f8f8f8}.footer-left{flex:1;max-width:50rem}.footer-title{font-size:5rem;margin-bottom:1rem;font-weight:800;font-family:var(--font-secondary)}.footer-subtitle{font-size:1.4rem;margin-bottom:2rem;color:gray}.footer-links{display:flex;gap:5rem;margin-bottom:2rem;flex-wrap:wrap}.footer-links h3{font-size:2.6rem;margin-bottom:1rem;font-family:var(--font-secondary);font-weight:600}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--secondary-color);text-decoration:none;transition:.3s;font-size:1.4rem;color:gray}.footer-links a:hover{color:var(--primary-color)}.footer-right{flex:1;max-width:45rem}iframe{width:100%;height:30rem;border:0;border-radius:1.2rem}@media (max-width: 768px){.footer{flex-direction:column;padding:3rem 2rem;text-align:center}.footer-left{max-width:100%}.footer-links{justify-content:center;gap:3rem}.footer-right{max-width:100%;margin-top:2rem;margin-right:auto;margin-left:auto}iframe{height:25rem}.footer-title{font-size:3rem}}.copyright{margin-top:2rem;font-size:1.2rem;opacity:.7}body.dark-mode .footer{background-color:#111;color:#ddd}body.dark-mode .footer-title{color:#fff}body.dark-mode .footer-subtitle{color:#aaa}body.dark-mode .footer-links a{color:#ccc}body.dark-mode .footer-links a:hover{color:var(--color-primary)}body.dark-mode .copyright{color:#888}
