.footer-banner {
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    width: 100%;
    max-width: 1200px;
}

.footer-banner.video_downloader_260812 {
    background: linear-gradient(176deg, #b7e8ff 0%, #eff8ff 50%, #ffffff 100%);
    padding: 16px 20px;
    border-radius: 14px 14px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#close-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    margin: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

#close-button:hover {
    opacity: 1;
}

#close-button::before,
#close-button::after {
    content: '';
    position: absolute;
    top: 16px;
    left: 10px;
    width: 14px;
    height: 1.5px;
    background-color: #64748b;
}

#close-button::before {
    transform: rotate(45deg);
}

#close-button::after {
    transform: rotate(-45deg);
}

.video_downloader_260812 .banner-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    flex-shrink: 0;
    margin-right: 14px;
    display: block;
}

.video_downloader_260812 .banner-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    min-width: 0;
}

.video_downloader_260812 .text-section {
    text-align: left;
    max-width: 760px;
}

.video_downloader_260812 .text-section .title {
    font-size: 24px;
    margin: 0 0 4px 0;
    color: #1e293b;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.video_downloader_260812 .text-section .subtitle {
    font-size: 16px;
    margin: 0;
    color: #475569;
    line-height: 1.3;
}

.video_downloader_260812 .cta-button {
    background: linear-gradient(135deg, #108bfd, #0458e9);
    color: #fff;
    line-height: 1.25;
    padding: 8px 20px;
    border: 1px solid rgba(13, 130, 255, 0.4);
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: transform 0.25s ease, box-shadow 0.15s ease, background 0.15s ease;
    letter-spacing: -0.01em;
    text-align: center;
}

.video_downloader_260812 .cta-button:hover {
    box-shadow: 0 4px 12px rgba(10, 104, 236, 0.35), inset 0 1px 0 rgba(255,255,255,0.25);
    transform: translateY(-3px);
    color: #fff;
}

/* Large PC */
@media (min-width: 1600px) {
    .footer-banner.video_downloader_260812 {
        left: 16px;
        transform: translateX(0);
        bottom: 16px;
        max-width: 340px;
        flex-direction: column;
        border-radius: 14px;
        align-items: start;
        text-align: left;
    }
    .video_downloader_260812 .banner-icon {
        width: 64px;
        height: 64px;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .video_downloader_260812 .banner-content {
        flex-direction: column;
        align-items: start;
    }
    .video_downloader_260812 .cta-button {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 800px) {
    .footer-banner.video_downloader_260812 {
        padding: 16px 20px;
    }
    .video_downloader_260812 .text-section .title {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .video_downloader_260812 .text-section .subtitle {
        font-size: 13px;
    }
}

@media (max-width: 520px) {
    .footer-banner.video_downloader_260812 {
        flex-direction: column;
        padding: 14px 16px;
        gap: 12px;
    }
    .video_downloader_260812 .text-section {
        text-align: center;
        max-width: 100%;
    }
    .video_downloader_260812 .text-section .title {
        font-size: 15px;
        margin-bottom: 2px;
    }
    .video_downloader_260812 .text-section .subtitle {
        font-size: 12px;
    }
    .video_downloader_260812 .cta-button {
        width: 100%;
        font-size: 14px;
        padding: 10px 20px;
    }
}
