.disqus-wrapper {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px
}

#disqus_thread {
    width: 100%
}

.ducky-footer {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-top: 4rem;
    margin-bottom: 0;
    position: relative;
    background: linear-gradient(135deg, #1e293b, #0f172a);
    padding: 0;
    overflow: hidden
}

.ducky-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #10b981, #3b82f6, #8b5cf6)
}

.footer-container {
    width: 100%;
    padding: 0;
    margin-bottom: 0
}

.footer-content {
    background: transparent;
    padding: 4rem 2.5rem 3rem;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 3rem;
    margin: 0 auto;
    max-width: 1400px;
    position: relative
}

.footer-brand-section {
    padding-right: 1.5rem
}

.brand-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem
}

.footer-logo {
    width: 56px !important;
    height: 56px !important;
    border-radius: 14px;
    transition: all .3s ease;
    box-shadow: 0 4px 16px #10b98133
}

.footer-logo:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px #10b9814d
}

.brand-text {
    flex: 1
}

.brand-title {
    font-size: 1.625rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1.2
}

.brand-subtitle {
    font-size: .875rem;
    color: #94a3b8;
    margin: .25rem 0 0;
    font-weight: 500
}

.brand-description {
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: .9375rem
}

.social-links {
    display: flex;
    gap: .75rem
}

.social-btn {
    width: 40px;
    height: 40px;
    background: #ffffff0d;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cbd5e1;
    text-decoration: none;
    transition: all .3s ease;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.social-btn:hover {
    background: #10b98126;
    border-color: #10b9814d;
    color: #10b981;
    transform: translateY(-2px)
}

.social-btn i {
    font-size: 1.125rem;
    margin: 0 !important;
    transition: color .3s ease
}

.social-btn img {
    width: 18px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: brightness(0) invert(.8);
    transition: filter .3s ease
}

.social-btn:hover img {
    filter: brightness(0) invert(1)
}

.footer-section {
    min-width: 0
}

.section-title {
    font-size: .875rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.25rem;
    position: relative
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .625rem
}

.footer-links li {
    margin: 0
}

.footer-links a {
    color: #94a3b8;
    text-decoration: none;
    font-size: .9375rem;
    font-weight: 400;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .25rem 0
}

.link-icon {
    font-size: 1rem;
    opacity: .7;
    transition: all .3s ease
}

.footer-links a:hover {
    color: #10b981;
    padding-left: .25rem
}

.footer-links a:hover .link-icon {
    opacity: 1
}

.footer-bottom {
    background: #0003;
    padding: 1.75rem 2.5rem;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, .05);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.footer-divider {
    display: none
}

.footer-bottom-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem
}

.copyright,
.production-credit {
    color: #64748b;
    font-size: .875rem;
    margin: 0
}

.creator-link {
    color: #10b981;
    text-decoration: none;
    font-weight: 500;
    transition: all .3s ease
}

.creator-link:hover {
    color: #34d399;
    text-decoration: underline
}

.contact-email {
    color: #cbd5e1;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 500;
    padding: .625rem 1.25rem;
    background: #10b9811a;
    border: 1px solid rgba(16, 185, 129, .2);
    border-radius: 8px;
    transition: all .3s ease
}

.contact-email:hover {
    background: #10b98133;
    border-color: #10b98166;
    color: #fff;
    transform: translateY(-1px)
}

.crystal-decoration {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(16, 185, 129, .05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    filter: blur(40px);
    animation: pulse 8s ease-in-out infinite
}

.crystal-1 {
    top: 10%;
    left: 5%;
    animation-delay: 0s
}

.crystal-2 {
    top: 50%;
    right: 10%;
    background: radial-gradient(circle, rgba(59, 130, 246, .05) 0%, transparent 70%);
    animation-delay: 3s
}

.crystal-3 {
    bottom: 20%;
    left: 50%;
    background: radial-gradient(circle, rgba(139, 92, 246, .05) 0%, transparent 70%);
    animation-delay: 6s
}

@keyframes pulse {

    0%,
    to {
        opacity: .3;
        transform: scale(1)
    }

    50% {
        opacity: .6;
        transform: scale(1.2)
    }
}

@media(max-width:1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem
    }

    .footer-brand-section {
        grid-column: 1 / 3;
        padding-right: 0
    }
}

@media(max-width:768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 3rem 1.5rem 2.5rem
    }

    .footer-brand-section {
        grid-column: 1
    }

    .brand-header {
        flex-direction: column;
        text-align: center
    }

    .brand-text {
        text-align: center
    }

    .social-links {
        justify-content: center
    }

    .footer-bottom {
        padding: 1.5rem
    }

    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem
    }

    .contact-email {
        width: 100%;
        max-width: 300px;
        text-align: center
    }
}

@media(max-width:480px) {
    .footer-content {
        padding: 2.5rem 1rem 2rem;
        gap: 2rem
    }

    .footer-bottom {
        padding: 1.5rem 1rem
    }

    .footer-logo {
        width: 48px !important;
        height: 48px !important
    }

    .brand-title {
        font-size: 1.375rem
    }
}

@media(prefers-reduced-motion:reduce) {

    .footer-logo,
    .social-btn,
    .footer-links a,
    .contact-email,
    .crystal-decoration {
        animation: none !important;
        transition: none !important
    }

    .footer-logo:hover,
    .social-btn:hover,
    .contact-email:hover {
        transform: none !important
    }
}

.footer-links a:focus-visible,
.social-btn:focus-visible,
.contact-email:focus-visible {
    outline: 2px solid #10b981;
    outline-offset: 2px;
    border-radius: 4px
}