.dst-footer-pro,
.dst-footer-pro * {
    box-sizing: border-box;
}

.dst-footer-pro {
    --dst-footer-bg: #ffffff;
    --dst-footer-card-bg: rgba(255,255,255,0.82);
    --dst-footer-border: rgba(226,232,240,0.95);
    --dst-footer-blue: #0f0f75;
    --dst-footer-text: #475569;
    --dst-footer-yellow: #facc15;
    --dst-footer-btn-text: #0f172a;
    position: relative;
    background:
        radial-gradient(circle at top left, rgba(250, 204, 21, 0.07), transparent 18%),
        radial-gradient(circle at bottom right, rgba(15, 15, 117, 0.06), transparent 20%),
        linear-gradient(180deg, var(--dst-footer-bg) 0%, #f8fafc 100%);
    border-top: 1px solid #edf2f7;
    color: var(--dst-footer-text);
}

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

.dst-footer-pro__shell {
    width: 100%;
    padding: 0 18px;
}

.dst-footer-pro__main-card {
    width: 100%;
    background: var(--dst-footer-card-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--dst-footer-border);
    border-radius: 28px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
    margin-top: clamp(28px, 4vw, 40px);
}

.dst-footer-pro__top {
    display: grid;
    grid-template-columns: minmax(280px, 1.45fr) minmax(180px, 0.8fr) minmax(180px, 0.8fr) minmax(240px, 1fr);
    gap: clamp(24px, 2.4vw, 34px);
    padding: clamp(38px, 5vw, 56px) 50px 34px;
}

.dst-footer-pro__brand-col,
.dst-footer-pro__nav-col,
.dst-footer-pro__support-col {
    min-width: 0;
}

.dst-footer-pro__support-col {
    display: flex;
    flex-direction: column;
}

.dst-footer-pro__logo-link {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.dst-footer-pro__logo {
    width: clamp(150px, 14vw, 190px);
    max-width: 100%;
    height: auto;
    display: block;
}

.dst-footer-pro__brand-subtitle {
    margin: 0 0 14px;
    color: var(--dst-footer-blue);
    font-size: clamp(0.94rem, 0.92rem + 0.14vw, 1.02rem);
    font-weight: 800;
    line-height: 1.5;
}

.dst-footer-pro__brand-desc,
.dst-footer-pro__note {
    margin: 0 0 18px;
    color: var(--dst-footer-text);
    font-size: clamp(0.95rem, 0.93rem + 0.1vw, 1rem);
    line-height: 1.9;
}

.dst-footer-pro__domains {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.dst-footer-pro__domain-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.82);
    border: 1px solid rgba(203,213,225,0.9);
    color: var(--dst-footer-blue) !important;
    font-size: clamp(0.84rem, 0.82rem + 0.08vw, 0.92rem);
    font-weight: 700;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.dst-footer-pro__domain-chip:hover {
    background: #eff6ff;
    transform: translateY(-2px);
}

.dst-footer-pro__contact-block {
    display: grid;
    gap: 14px;
}

.dst-footer-pro__contact-item {
    margin: 0;
    color: var(--dst-footer-text);
    font-size: clamp(0.94rem, 0.92rem + 0.1vw, 1rem);
    line-height: 1.8;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    word-break: break-word;
}

.dst-footer-pro__contact-icon {
    color: #eab308;
    margin-top: 4px;
    flex: 0 0 18px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dst-footer-pro__contact-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.dst-footer-pro__contact-text a {
    color: var(--dst-footer-text) !important;
    transition: color 0.25s ease;
}

.dst-footer-pro__contact-text a:hover {
    color: var(--dst-footer-blue) !important;
}

.dst-footer-pro__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    max-width: max-content;
    margin-bottom: 18px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(250, 204, 21, 0.08);
    border: 1px solid rgba(250, 204, 21, 0.35);
    color: #8a6a00;
    font-size: clamp(0.76rem, 0.74rem + 0.12vw, 0.88rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
}

.dst-footer-pro__badge--soft {
    background: rgba(15, 15, 117, 0.06);
    border: 1px solid rgba(15, 15, 117, 0.14);
    color: var(--dst-footer-blue);
}

.dst-footer-pro__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.dst-footer-pro__links li {
    margin: 0;
    padding: 0;
}

.dst-footer-pro__links a {
    color: var(--dst-footer-text) !important;
    font-size: clamp(0.93rem, 0.91rem + 0.08vw, 0.99rem);
    font-weight: 700;
    line-height: 1.6;
    transition: color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: max-content;
    padding: 9px 14px;
    border-radius: 10px;
}

.dst-footer-pro__links a:hover {
    background: #eff6ff;
    color: var(--dst-footer-blue) !important;
    transform: translateX(2px);
}

.dst-footer-pro__btn {
    background: var(--dst-footer-yellow) !important;
    color: var(--dst-footer-btn-text) !important;
    font-weight: 800 !important;
    font-size: clamp(0.94rem, 0.92rem + 0.08vw, 1rem) !important;
    min-height: 58px !important;
    padding: 0 26px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 10px;
    white-space: nowrap !important;
    box-shadow: 0 10px 24px rgba(250, 204, 21, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.dst-footer-pro__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(250, 204, 21, 0.28);
}

.dst-footer-pro__social-wrap {
    margin-top: auto;
    padding-top: 50px;
    align-self: stretch;
}

.dst-footer-pro__socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(8px, 1vw, 12px);
}

.dst-footer-pro__social-link {
    width: clamp(36px, 2.8vw, 42px);
    height: clamp(36px, 2.8vw, 42px);
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(203,213,225,0.85);
    color: #0f172a !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.dst-footer-pro__social-link:hover {
    transform: translateY(-2px);
    background: #eff6ff;
    color: var(--dst-footer-blue) !important;
    border-color: rgba(15,15,117,0.18);
}

.dst-footer-pro__social-link svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.dst-footer-pro__bottom {
    width: 100%;
    border-top: 1px solid #e2e8f0;
    padding: 18px 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px 28px;
    flex-wrap: wrap;
    text-align: center;
}

.dst-footer-pro__copy,
.dst-footer-pro__credit {
    margin: 0;
    color: #64748b;
    font-size: clamp(0.88rem, 0.86rem + 0.08vw, 0.94rem);
    line-height: 1.7;
}

.dst-footer-pro__credit-link {
    color: var(--dst-footer-blue) !important;
    font-weight: 800;
}

@media (max-width: 1300px) and (min-width: 1025px) {
    .dst-footer-pro__top {
        gap: 15px;
        padding: 30px 20px 25px;
    }

    .dst-footer-pro__logo {
        width: 120px;
    }
}

@media (max-width: 1024px) {
    .dst-footer-pro__main-card {
        border-radius: 24px;
    }

    .dst-footer-pro__top {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "brand brand"
            "quick legal"
            "support support";
        padding: 34px 24px 28px;
        gap: 30px 22px;
    }

    .dst-footer-pro__brand-col { grid-area: brand; }
    .dst-footer-pro__top > .dst-footer-pro__nav-col:first-of-type { grid-area: quick; }
    .dst-footer-pro__top > .dst-footer-pro__nav-col:last-of-type { grid-area: legal; }
    .dst-footer-pro__support-col { grid-area: support; }
    .dst-footer-pro__social-wrap { margin-top: 50px; padding-top: 0; }
    .dst-footer-pro__bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 768px) {
    .dst-footer-pro__shell {
        padding: 0 16px;
    }

    .dst-footer-pro__main-card {
        margin-top: 24px;
        border-radius: 22px;
    }

    .dst-footer-pro__top {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "brand brand"
            "quick legal"
            "support support";
        padding: 24px 18px 22px;
        gap: 32px 18px;
    }
}

@media (max-width: 420px) {
    .dst-footer-pro__top {
        gap: 34px 16px;
    }

    .dst-footer-pro__links a {
        padding: 8px 10px;
        font-size: 0.92rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dst-footer-pro * {
        transition: none !important;
        animation: none !important;
    }
}


    .dst-footer-pro__contact-icon svg {
        width: 16px;
        height: 16px;
        fill: currentColor;
        stroke: currentColor;
    }

    .dst-footer-pro__contact-icon:empty::before {
        display: inline-block;
        line-height: 1;
        font-size: 16px;
    }

    .dst-footer-pro__icon--location:empty::before {
        content: "📍";
    }

    .dst-footer-pro__icon--phone:empty::before {
        content: "☎";
    }

    .dst-footer-pro__icon--mobile:empty::before {
        content: "📱";
    }

    .dst-footer-pro__icon--mail:empty::before {
        content: "✉";
    }
