/* Sticky footer — footer stays at bottom when content is short */
html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Background matches .faq-section in css/index.css (navy gradient) */
.copyright {
    margin-top: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
    background: linear-gradient(155deg, #0a1628 0%, #0c2140 45%, #0f2d5c 100%);
    color: #eee;
}

.copyright p {
    text-align: center;
    padding: 28px;
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    color: #eee;
    background: transparent;
}

/* Footer inside social section: transparent so section gradient shows through */
.socials-section-modern .copyright,
.socials-section-modern .copyright p {
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
}

@media (max-width: 640px) {
    .copyright p {
        padding: 18px;
        font-size: 14px;
    }
}
