.footer {
    font-family:
        system-ui,
        -apple-system,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
    padding: 20px 0;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    background: transparent;
    color: #888;
}

.footer-section {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 4%;
}

.footer-text,
.footer-powered,
.footer-copy {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.4;
}

.footer-powered strong {
    font-weight: 700;
    color: #888;
}

.footer-icons {
    margin-bottom: 10px;
}

.footer-icons a {
    display: inline-block;
    margin: 0 8px;
}

.footer-icons img {
    width: 15px;
    height: 15px;
    opacity: 0.4;
    transition: opacity 0.2s ease-in-out;
    vertical-align: middle;
}

.footer-icons img:hover {
    opacity: 0.85;
}
