.dgl-trafficking {
    background: linear-gradient(135deg, #1a0a35, #2d0a0a);
    border-bottom: 1px solid rgba(192, 57, 43, 0.3);
    border-top: 3px solid #c0392b;
    padding: 28px 0;
}

.dgl-trafficking__inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.dgl-trafficking__icon {
    align-items: center;
    animation: htPulse 2s ease-in-out infinite;
    background: linear-gradient(135deg, #c0392b, #922b21);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(192, 57, 43, 0.5);
    display: flex;
    flex: 0 0 auto;
    font-size: 28px;
    height: 60px;
    justify-content: center;
    width: 60px;
}

.dgl-trafficking__copy {
    flex: 1 1 240px;
    min-width: 240px;
}

.dgl-trafficking__copy h3 {
    color: #e74c3c;
    font-size: 1.15em;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.dgl-trafficking__copy p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

.dgl-trafficking__copy strong {
    color: #f1c40f;
}

.dgl-trafficking__actions {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 8px;
}

.dgl-trafficking__btn {
    align-items: center;
    border-radius: 25px;
    box-sizing: border-box;
    display: inline-flex;
    gap: 8px;
    max-width: 100%;
    text-decoration: none;
    white-space: nowrap;
}

.dgl-trafficking__btn--hotline {
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    box-shadow: 0 4px 14px rgba(192, 57, 43, 0.5);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 20px;
}

.dgl-trafficking__btn--learn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    padding: 8px 16px;
}

.dgl-footer {
    background: linear-gradient(180deg, #0d0221 0%, #110330 60%, #1a0535 100%);
    color: #fff;
    overflow: hidden;
    padding: 40px 0 0;
    position: relative;
}

.dgl-footer__shine,
.dgl-sticky-contact__shine {
    animation: footerShine 4s linear infinite;
    background: linear-gradient(90deg, #c0392b, #9b59b6, #1abc9c, #f1c40f, #c0392b);
    background-size: 200% auto;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.dgl-footer__container {
    position: relative;
    z-index: 1;
}

.dgl-footer__stats {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 50px;
    overflow: hidden;
}

.dgl-footer__stat {
    background: rgba(255, 255, 255, 0.04);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    padding: 20px;
    text-align: center;
}

.dgl-footer__stat:last-child {
    border-right: 0;
}

.dgl-footer__stat-value {
    -webkit-background-clip: text;
    background-clip: text;
    display: block;
    font-size: 1.8em;
    font-weight: 900;
    -webkit-text-fill-color: transparent;
}

.dgl-footer__stat-value--gold { background-image: linear-gradient(135deg, #f1c40f, #e67e22); }
.dgl-footer__stat-value--red { background-image: linear-gradient(135deg, #e74c3c, #c0392b); }
.dgl-footer__stat-value--purple { background-image: linear-gradient(135deg, #9b59b6, #8e44ad); }
.dgl-footer__stat-value--green { background-image: linear-gradient(135deg, #1abc9c, #2ecc71); }

.dgl-footer__stat span {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.dgl-footer__grid {
    display: grid;
    gap: 36px;
    grid-template-columns: 2fr 1fr 1fr 1.3fr;
    margin-bottom: 36px;
}

.dgl-footer__logo {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    margin-bottom: 18px;
    text-decoration: none;
}

.dgl-footer__logo-mark {
    align-items: center;
    background: linear-gradient(135deg, #c0392b, #9b59b6);
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(192, 57, 43, 0.4);
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.dgl-footer__logo-text {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.8));
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 3px;
    -webkit-text-fill-color: transparent;
}

.dgl-footer__about {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.85;
    margin-bottom: 22px;
    max-width: 290px;
}

.dgl-footer__badges,
.dgl-footer__social,
.dgl-footer__notices {
    display: flex;
    flex-wrap: wrap;
}

.dgl-footer__badges {
    gap: 8px;
    margin-bottom: 22px;
}

.dgl-footer__badge {
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 6px 14px;
}

.dgl-footer__badge--verified {
    background: linear-gradient(135deg, rgba(46, 204, 113, 0.2), rgba(46, 204, 113, 0.05));
    border: 1px solid rgba(46, 204, 113, 0.4);
    color: #2ecc71;
}

.dgl-footer__badge--safe {
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.2), rgba(52, 152, 219, 0.05));
    border: 1px solid rgba(52, 152, 219, 0.4);
    color: #74b9ff;
}

.dgl-footer__badge--always {
    background: linear-gradient(135deg, rgba(241, 196, 15, 0.2), rgba(241, 196, 15, 0.05));
    border: 1px solid rgba(241, 196, 15, 0.4);
    color: #f1c40f;
}

.dgl-footer__rta {
    align-items: center;
    background: #fff;
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 22px;
    padding: 7px 14px;
    text-decoration: none;
}

.dgl-footer__rta span {
    color: #000;
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1;
}

.dgl-footer__rta small {
    color: #444;
    font-size: 6px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.dgl-footer__social {
    gap: 10px;
}

.dgl-footer__social-link {
    align-items: center;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-weight: 900;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.2s;
    width: 40px;
}

.dgl-footer__social-link:hover {
    transform: translateY(-3px);
}

.dgl-footer__social-link--facebook {
    background: linear-gradient(135deg, #1877f2, #0d5cc7);
    box-shadow: 0 3px 10px rgba(24, 119, 242, 0.4);
    font-size: 15px;
}

.dgl-footer__social-link--instagram {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    box-shadow: 0 3px 10px rgba(220, 39, 67, 0.4);
    font-size: 11px;
}

.dgl-footer__social-link--twitter {
    background: linear-gradient(135deg, #000, #333);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    font-size: 15px;
}

.dgl-footer__social-link--youtube {
    background: linear-gradient(135deg, #f00, #c00);
    box-shadow: 0 3px 10px rgba(255, 0, 0, 0.4);
    font-size: 14px;
}

.dgl-footer__title {
    align-items: center;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    gap: 8px;
    letter-spacing: 2.5px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.dgl-footer__title {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(135deg, #f1c40f, #e67e22);
    -webkit-text-fill-color: transparent;
}

.dgl-footer__title span {
    border-radius: 2px;
    display: inline-block;
    height: 2px;
    width: 20px;
}

.dgl-footer__title--quick span { background: linear-gradient(90deg, #c0392b, #9b59b6); }
.dgl-footer__title--explore span { background: linear-gradient(90deg, #9b59b6, #3498db); }
.dgl-footer__title--safety span { background: linear-gradient(90deg, #1abc9c, #2ecc71); }

.dgl-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dgl-footer__link {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.92);
    display: flex;
    font-size: 14px;
    gap: 8px;
    padding: 9px 0;
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
}

.dgl-footer__link:hover {
    color: #ffe566;
    padding-left: 6px;
}

.dgl-footer__link span {
    color: #e74c3c;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.dgl-footer__dmca {
    align-items: center;
    display: inline-flex;
    margin-bottom: 14px;
    text-decoration: none;
}

.dgl-footer__trustpilot {
    align-items: center;
    background: linear-gradient(135deg, rgba(0, 183, 122, 0.15), rgba(0, 183, 122, 0.05));
    border: 1px solid rgba(0, 183, 122, 0.35);
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 7px;
    margin-bottom: 18px;
    padding: 10px 14px;
    text-decoration: none;
    transition: background 0.3s, border-color 0.3s;
}

.dgl-footer__trustpilot:hover {
    background: rgba(0, 183, 122, 0.25);
    border-color: rgba(0, 183, 122, 0.6);
}

.dgl-footer__safety-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dgl-footer__safety-item {
    align-items: center;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    font-size: 13px;
    gap: 10px;
    padding: 8px 12px;
}

.dgl-footer__safety-item--gold {
    background: rgba(241, 196, 15, 0.07);
    border-left: 3px solid #f1c40f;
}

.dgl-footer__safety-item--blue {
    background: rgba(52, 152, 219, 0.07);
    border-left: 3px solid #3498db;
}

.dgl-footer__safety-item--green {
    background: rgba(46, 204, 113, 0.07);
    border-left: 3px solid #2ecc71;
}

.dgl-footer__divider {
    background: linear-gradient(90deg, transparent, rgba(192, 57, 43, 0.6), rgba(155, 89, 182, 0.6), rgba(26, 188, 156, 0.4), transparent);
    height: 1px;
    margin-bottom: 24px;
}

.dgl-footer__bottom {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    padding-bottom: 8px;
}

.dgl-footer__bottom p {
    color: rgba(255, 255, 255, 0.35);
    font-size: 13px;
    margin: 0;
}

.dgl-footer__bottom p span {
    color: #f1c40f;
    font-weight: 700;
}

.dgl-footer__notices {
    align-items: center;
    gap: 16px;
}

.dgl-footer__notices > span:first-child {
    color: rgba(255, 255, 255, 0.25);
    font-size: 12px;
}

.dgl-footer__anti {
    align-items: center;
    background: rgba(192, 57, 43, 0.15);
    border: 1px solid rgba(192, 57, 43, 0.3);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-flex;
    font-size: 11px;
    font-weight: 600;
    gap: 5px;
    padding: 4px 12px;
}

.dgl-sticky-contact {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999;
}

.dgl-sticky-contact__shine {
    animation-duration: 3s;
    height: 2px;
    position: static;
}

.dgl-sticky-contact__inner {
    background: linear-gradient(135deg, #0d0221, #1a0a35);
    box-shadow: 0 -6px 30px rgba(0, 0, 0, 0.7);
    display: flex;
    gap: 12px;
    padding: 10px 16px;
}

.dgl-sticky-contact__btn {
    align-items: center;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex: 1;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    letter-spacing: 0.5px;
    padding: 11px 8px;
    text-decoration: none;
    transition: transform 0.3s;
}

.dgl-sticky-contact__btn:hover {
    transform: scale(1.03);
}

.dgl-sticky-contact__btn--call {
    background: linear-gradient(135deg, #c0392b, #e74c3c);
    box-shadow: 0 4px 16px rgba(192, 57, 43, 0.5);
}

.dgl-sticky-contact__btn--whatsapp {
    background: linear-gradient(135deg, #066b37, #08783e);
    box-shadow: 0 4px 16px rgba(8, 120, 62, 0.45);
}

.dgl-sticky-contact__btn--call i {
    font-size: 15px;
}

.dgl-sticky-contact__btn--whatsapp i {
    font-size: 17px;
}

@keyframes htPulse {
    0%, 100% { box-shadow: 0 0 20px rgba(192, 57, 43, 0.5); }
    50% { box-shadow: 0 0 35px rgba(192, 57, 43, 0.85); }
}

@keyframes footerShine {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

@media (max-width: 992px) {
    .dgl-footer__grid {
        gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .dgl-footer__brand {
        grid-column: 1 / -1;
    }

    .dgl-footer__stats {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .dgl-trafficking__actions,
    .dgl-trafficking__btn {
        width: 100%;
    }

    .dgl-trafficking__btn {
        justify-content: center;
        overflow-wrap: anywhere;
        text-align: center;
        white-space: normal;
    }

    .dgl-footer__grid,
    .dgl-footer__stats {
        grid-template-columns: 1fr;
    }

    .dgl-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}
