/* D Jing Modern Footer */
.djf-footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 0%, color-mix(in srgb, var(--djf-secondary) 24%, transparent), transparent 32%),
        linear-gradient(135deg, var(--djf-bg), color-mix(in srgb, var(--djf-bg) 82%, #000));
    color: #fff;
    padding: 56px 20px 24px;
    font-family: inherit;
}

.djf-footer * {
    box-sizing: border-box;
}

.djf-footer a {
    color: inherit;
    text-decoration: none;
}

.djf-container {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}

.djf-bg-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(12px);
    opacity: .18;
    pointer-events: none;
}

.djf-orb-1 {
    width: 260px;
    height: 260px;
    background: var(--djf-secondary);
    top: -90px;
    left: -70px;
}

.djf-orb-2 {
    width: 340px;
    height: 340px;
    background: var(--djf-primary);
    right: -110px;
    bottom: -120px;
}

.djf-top {
    display: grid;
    grid-template-columns: 1.25fr .85fr;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 34px;
}

.djf-brand,
.djf-contact-card,
.djf-link-col {
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 26px;
    box-shadow: 0 22px 70px rgba(0,0,0,.20);
    backdrop-filter: blur(12px);
}

.djf-brand {
    padding: 34px;
}

.djf-logo-link,
.djf-logo {
    display: inline-block;
}

.djf-logo {
    max-width: 180px;
    max-height: 88px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 20px;
}

.djf-brand h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(28px, 3.2vw, 46px);
    line-height: 1.08;
    font-weight: 800;
}

.djf-brand p,
.djf-contact-card p,
.djf-subscribe p,
.djf-bottom p {
    margin: 0;
    color: rgba(255,255,255,.82);
    line-height: 1.75;
}

.djf-contact-card {
    padding: 28px;
}

.djf-contact-card > span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--djf-secondary) 25%, transparent);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.djf-contact-card strong,
.djf-company-link strong {
    display: block;
    margin: 0 0 10px;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
}

.djf-company-link,
.djf-address-link {
    transition: opacity .2s ease, transform .2s ease;
}

.djf-company-link:hover,
.djf-address-link:hover {
    opacity: .82;
}

.djf-contact-list {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.djf-contact-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    min-height: 52px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.13);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

a.djf-contact-item:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.16);
    border-color: color-mix(in srgb, var(--djf-secondary) 60%, rgba(255,255,255,.25));
}

.djf-contact-head {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 86px;
}

.djf-contact-icon-img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 6px;
}

.djf-contact-label {
    color: rgba(255,255,255,.70);
    font-size: 13px;
    font-weight: 700;
}

.djf-contact-value {
    color: #fff;
    font-weight: 800;
    text-align: right;
    word-break: break-word;
}

.djf-links-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.djf-link-col {
    padding: 24px;
}

.djf-link-col h3 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.djf-link-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.djf-link-col li + li {
    margin-top: 10px;
}

.djf-link-col a {
    color: rgba(255,255,255,.78);
    line-height: 1.5;
    transition: color .2s ease, padding-left .2s ease;
}

.djf-link-col a:hover {
    color: var(--djf-secondary);
    padding-left: 4px;
}

.djf-media-link {
    display: block;
}

.djf-media-box {
    padding: 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.12);
    margin-bottom: 12px;
}

.djf-media-box span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.djf-media-box img {
    display: block;
    max-width: 100%;
    height: auto;
}

.djf-subscribe {
    margin-top: 18px;
}

.djf-subscribe-form {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.djf-subscribe-form input {
    min-width: 0;
    flex: 1;
    height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 14px;
    background: rgba(255,255,255,.94);
    color: #123;
    outline: none;
}

.djf-subscribe-form button {
    height: 46px;
    padding: 0 16px;
    border: 0;
    border-radius: 14px;
    background: var(--djf-secondary);
    color: #1b260b;
    font-weight: 900;
    cursor: pointer;
}

.djf-alert {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 14px;
}

.djf-alert.success {
    background: rgba(60, 190, 120, .22);
    border: 1px solid rgba(60, 190, 120, .35);
}

.djf-alert.error {
    background: rgba(255, 90, 90, .20);
    border: 1px solid rgba(255, 90, 90, .35);
}

.djf-bottom {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.16);
    text-align: center;
}

@media (max-width: 900px) {
    .djf-top,
    .djf-links-grid {
        grid-template-columns: 1fr;
    }

    .djf-brand,
    .djf-contact-card,
    .djf-link-col {
        border-radius: 22px;
    }
}

@media (max-width: 540px) {
    .djf-footer {
        padding: 38px 14px 20px;
    }

    .djf-brand,
    .djf-contact-card,
    .djf-link-col {
        padding: 20px;
    }

    .djf-contact-item {
        align-items: flex-start;
        flex-direction: column;
    }

    .djf-contact-value {
        text-align: left;
    }

    .djf-subscribe-form {
        flex-direction: column;
    }

    .djf-subscribe-form button {
        width: 100%;
    }
}
