.orphe-marketing-footer {
    --orphe-footer-text: #0e1c36;
    --orphe-footer-accent: #6edfc8;
    box-sizing: border-box;
    width: 100%;
    background: var(--orphe-footer-text);
    color: rgba(255, 255, 255, 0.5);
    padding: 3.5rem 3rem 2.5rem;
    font-family: 'Lexend Deca', sans-serif;
}

.orphe-marketing-footer *,
.orphe-marketing-footer *::before,
.orphe-marketing-footer *::after {
    box-sizing: border-box;
}

.orphe-marketing-footer .footer-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 0 0 3rem;
}

.orphe-marketing-footer .footer-brand {
    display: block;
    width: fit-content;
    margin-bottom: 0.75rem;
    color: var(--orphe-footer-accent);
    text-decoration: none;
}

.orphe-marketing-footer .footer-brand img {
    display: block;
    width: auto;
    height: 30px;
}

.orphe-marketing-footer .footer-tagline {
    max-width: 240px;
    margin: 0;
    font-size: 0.82rem;
    font-weight: 300;
    line-height: 1.6;
}

.orphe-marketing-footer .footer-social {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.orphe-marketing-footer .social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.orphe-marketing-footer .social-btn:hover {
    color: var(--orphe-footer-accent);
}

.orphe-marketing-footer .social-btn img {
    display: block;
    height: auto;
}

.orphe-marketing-footer .footer-col h4 {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.orphe-marketing-footer .footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.orphe-marketing-footer .footer-col li {
    margin-bottom: 0.5rem;
}

.orphe-marketing-footer .footer-col a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.85rem;
    font-weight: 300;
    text-decoration: none;
    transition: color 0.2s;
}

.orphe-marketing-footer .footer-col a:hover {
    color: var(--orphe-footer-accent);
}

.orphe-marketing-footer .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.72rem;
    text-align: center;
}

.orphe-marketing-footer .footer-bottom-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.orphe-marketing-footer .footer-bottom a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    transition: color 0.2s;
}

.orphe-marketing-footer .footer-bottom a:hover {
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1024px) {
    .orphe-marketing-footer .footer-inner {
        grid-template-columns: 2fr 1fr 1fr 1fr;
        gap: 3rem;
    }

    .orphe-marketing-footer .footer-bottom {
        flex-direction: row;
        font-size: 0.78rem;
        text-align: left;
    }

    .orphe-marketing-footer .footer-bottom-links {
        gap: 1.5rem;
    }
}

@media (max-width: 639px) {
    .orphe-marketing-footer {
        padding: 3rem 1.25rem 2rem;
    }
}
