/* General Footer layout */
.footer-container-9474e16d {
    background-color: transparent !important; /* Detached background */
    color: #ffffff;
    padding: 0;
    position: relative;
    overflow: visible;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Wave wrapper - No rotation to ensure correct orientation (transparent above, curves downward into black) */
.waves-wrapper-9474e16d {
    width: 100%;
    height: 70px;
    overflow: hidden;
    background-color: transparent !important;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
}

.editorial-waves-9474e16d {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: -1px; /* Avoid hairline gap */
    min-height: 40px;
    max-height: 80px;
}

.parallax-9474e16d > use {
    animation: move-forever-9474e16d 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax-9474e16d > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax-9474e16d > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax-9474e16d > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

@keyframes move-forever-9474e16d {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/* Content wrapper with solid black background ONLY below the waves */
.footer-content-wrapper-9474e16d {
    background-color: #000000 !important;
    padding: 40px 20px 50px 20px;
    position: relative;
    z-index: 5;
    margin-top: -2px; /* Pull up to join smoothly with bottom wave path */
}

/* Payments Section */
.payments-grid-9474e16d {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 10px auto 30px auto;
    max-width: 680px;
}

.payment-card-9474e16d {
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 60px;
    height: 38px;
    padding: 4px;
    box-sizing: border-box;
}

.payment-card-9474e16d img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.payment-card-9474e16d:hover {
    transform: translateY(-2px);
}

/* Footer elements styling */
.footer-bottom-9474e16d {
    margin-top: 20px;
}

.copyright-9474e16d {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 12px;
}

.footer-links-9474e16d {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 14px;
    max-width: 750px;
    margin: 0 auto;
}

.footer-links-9474e16d a {
    text-decoration: none;
    transition: opacity 0.2s, color 0.2s;
}

.footer-links-9474e16d a:hover {
    opacity: 1;
    color: #ffffff;
}

.separator-9474e16d {
    opacity: 0.4;
    user-select: none;
}
