#footer.dpf {
    background-color: #0a0e1a;
    color: #e2e8f0;
    border-top: 1px solid rgba(51, 65, 85, 0.6);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

#footer.dpf .dpf-inner {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1.25rem 2rem;
}

#footer.dpf .dpf-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    #footer.dpf .dpf-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 2.5rem;
        align-items: start;
    }
}

#footer.dpf .dpf-logo-wrap {
    margin-bottom: 1rem;
}

#footer.dpf .dpf-logo {
    display: inline-flex;
    align-items: center;
    max-width: 220px;
}

#footer.dpf .dpf-logo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

#footer.dpf .dpf-company-desc {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: #cbd5e1;
}

#footer.dpf .dpf-block-title {
    margin: 0 0 1rem;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#footer.dpf .dpf-details-card {
    background-color: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(51, 65, 85, 0.45);
    padding: 1rem 1.125rem;
    border-radius: 0.5rem;
}

#footer.dpf .dpf-company-title {
    margin: 0 0 0.75rem;
    font-weight: 700;
    font-size: 0.9375rem;
    letter-spacing: 0.02em;
    color: #fff;
    line-height: 1.4;
}

#footer.dpf .dpf-license {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

#footer.dpf .dpf-license:last-child {
    margin-bottom: 0;
}

#footer.dpf .dpf-license-body p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #94a3b8;
}

#footer.dpf .dpf-license-label {
    font-weight: 500;
    color: #e2e8f0 !important;
    margin-bottom: 0.125rem !important;
}

#footer.dpf .dpf-license-icon {
    width: 1rem;
    height: 1rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

#footer.dpf .dpf-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

#footer.dpf .dpf-contact-row:last-child {
    margin-bottom: 0;
}

#footer.dpf .dpf-contact-icon {
    width: 1rem;
    height: 1rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

#footer.dpf .dpf-contact-label {
    margin: 0 0 0.25rem;
    font-weight: 500;
    font-size: 0.875rem;
    color: #fff;
}

#footer.dpf .dpf-hotline {
    display: inline-block;
    font-size: clamp(1.125rem, 3.5vw, 1.65rem);
    font-weight: 600;
    color: #4ade80;
    text-decoration: none;
    transition: color 0.2s ease;
}

#footer.dpf .dpf-hotline:hover {
    color: #86efac;
}

#footer.dpf .dpf-address {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #e2e8f0;
}

#footer.dpf .dpf-sep {
    height: 1px;
    background: rgba(71, 85, 105, 0.55);
    margin: 0.5rem 0 1.5rem;
}

#footer.dpf .dpf-bottom {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
}

@media (min-width: 768px) {
    #footer.dpf .dpf-bottom {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

#footer.dpf .dpf-bottom-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

@media (min-width: 768px) {
    #footer.dpf .dpf-bottom-left {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        gap: 1.25rem;
        text-align: left;
    }
}

#footer.dpf .dpf-copy {
    margin: 0;
    font-size: 0.8125rem;
    color: #94a3b8;
}

#footer.dpf .dpf-bottom-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1.25rem;
}

@media (min-width: 768px) {
    #footer.dpf .dpf-bottom-nav {
        justify-content: flex-start;
    }
}

#footer.dpf .dpf-bottom-nav a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8125rem;
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s ease;
}

#footer.dpf .dpf-bottom-nav a:hover {
    color: #f1f5f9;
}

#footer.dpf .dpf-bottom-nav .dpf-icon {
    width: 0.875rem;
    height: 0.875rem;
}

#footer.dpf .dpf-support {
    box-sizing: border-box;
    align-self: center;
    background: transparent;
    border: 1px solid rgba(248, 250, 252, 0.35);
    color: #e2e8f0;
    padding: 0.5rem 1.125rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
}

@media (min-width: 768px) {
    #footer.dpf .dpf-support {
        align-self: auto;
    }
}

#footer.dpf .dpf-support:hover {
    background: rgba(30, 41, 59, 0.6);
    border-color: rgba(248, 250, 252, 0.55);
}

#footer.dpf .dpf-age {
    margin-top: 1.75rem;
    padding: 1rem 1.125rem;
    background: rgba(88, 28, 12, 0.45);
    border: 1px solid rgba(180, 83, 9, 0.35);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

#footer.dpf .dpf-age-badge {
    width: 2.25rem;
    height: 2.25rem;
    min-width: 2.25rem;
    background: #d97706;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
}

#footer.dpf .dpf-age-title {
    margin: 0 0 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fb923c;
}

#footer.dpf .dpf-age-desc {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.55;
    color: #fef3c7;
}

#footer.dpf .dpf-icon {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    flex-shrink: 0;
}

#footer.dpf .dpf-icon-shield {
    color: #3b82f6;
}

#footer.dpf .dpf-icon-doc {
    color: #3b82f6;
}

#footer.dpf .dpf-icon-docok {
    color: #22c55e;
}

#footer.dpf .dpf-icon-phone {
    color: #22c55e;
}

#footer.dpf .dpf-icon-map {
    color: #ef4444;
}
