﻿.footer-peach {
    background: linear-gradient(180deg, #FFF0F0 0%, #F5E6D3 100%);
    padding: 3rem 0 1.5rem 0;
}

.footer-content {
    margin-bottom: 2rem;
}

/* Brand Section */
.footer-brand-section {
    margin-bottom: 2rem;
}

.footer-logo-img {
    max-width: 150px;
    height: auto;
    margin-bottom: 1rem;
    display: block;
}

.footer-tagline {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6B4C93;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.footer-description {
    font-size: 0.875rem;
    color: #5A4A6B;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Social Media Icons */
.footer-social-icons {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.social-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 2px solid #FF6B9D;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF6B9D;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .social-icon:hover,
    .social-icon:focus {
        background-color: #FF6B9D;
        color: #FFFFFF;
        transform: translateY(-2px);
        text-decoration: none;
    }

    .social-icon svg {
        width: 20px;
        height: 20px;
    }

/* Links Section */
.footer-links-section {
    margin-bottom: 2rem;
}

.footer-section-title {
    font-size: 1rem;
    font-weight: 700;
    color: #00aeef;
    margin-bottom: 1rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-link {
    color: #5A4A6B;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
    display: inline-block;
}

    .footer-link:hover,
    .footer-link:focus {
        color: #00aeef;
        text-decoration: underline;
    }

/* Scroll to Top Button */
.footer-scroll-top {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: all 0.3s ease;
}

    .footer-scroll-top:hover,
    .footer-scroll-top:focus {
        background-color: #F5F5F5;
        border-color: #00aeef;
        transform: translateY(-2px);
    }

    .footer-scroll-top img {
        width: 48px;
        height: 48px;
        mix-blend-mode: multiply;
    }

/* Bottom Section */
.footer-bottom {
    border-top: 1px solid rgba(90, 74, 107, 0.2);
    padding-top: 1.5rem;
    margin-top: 2rem;
    align-items: center;
}

.footer-mobile-scroll {
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .footer-mobile-scroll {
        margin-top: 0;
    }
}

.footer-copyright {
    display: flex;
    flex-direction: column;
}

    .footer-copyright p {
        color: #9B9B9B;
        font-size: 0.75rem;
        margin: 0;
    }

/* Responsive Design */
@media (min-width: 768px) {
    .footer-content {
        margin-bottom: 2.5rem;
    }

    .footer-brand-section,
    .footer-links-section {
        margin-bottom: 0;
    }

    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-copyright {
        flex-direction: row;
        align-items: center;
    }

    .footer-section-title {
        font-size: 1.125rem;
    }

    .footer-link {
        font-size: 1rem;
    }

    .footer-copyright p {
        font-size: 0.875rem;
    }
}

@media (min-width: 992px) {
    .footer-peach {
        padding: 4rem 0 2rem 0;
    }

    .footer-logo-img {
        max-width: 180px;
    }

    .footer-description {
        font-size: 0.95rem;
    }
}

/* General Footer Link Styles */
.footer-peach a {
    color: #5A4A6B;
    text-decoration: none;
}

    .footer-peach a:hover {
        color: #00aeef;
        text-decoration: underline;
    }

.seo-hidden-text {
    color: transparent;
    /*font-size: 1px;*/
    line-height: 1px;
    opacity: 1;
    text-align: center;
}
