.dist2-page,
.dist2-page * {
    box-sizing: border-box;
}

.dist2-page {
    background: #f2f2f0;
    color: #1a1a1a;
    padding-bottom: 3rem;
}

.dist2-header {
    background: #0d2d5e;
    padding: 12.5rem 0 0;
}

.dist2-breadcrumb {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1rem;
}

.dist2-breadcrumb a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}

.dist2-breadcrumb a:hover {
    color: #fff;
}

.dist2-heading {
    color: #fff;
    font-size: 3.4rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.dist2-count-badge {
    background: rgba(77, 166, 255, 0.18);
    color: #7dc4ff;
    font-size: 1.3rem;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 400;
}

.dist2-sub {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.6rem;
    margin-bottom: 1.75rem;
    max-width: 680px;
    line-height: 1.6;
}

.dist2-tabs {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.dist2-tabs::-webkit-scrollbar {
    display: none;
}

.dist2-tab {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 11px 20px;
    font-size: 1.6rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.45);
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    transition: color 0.15s, border-color 0.15s;
    user-select: none;
}

.dist2-tab:hover {
    color: rgba(255, 255, 255, 0.8);
}

.dist2-tab.active {
    color: #fff;
    border-bottom-color: #4da6ff;
    font-weight: 500;
}

.dist2-body {
    padding: 2rem 0;
}

.dist2-hq-banner {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.75rem;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.dist2-hq-icon {
    width: 42px;
    height: 42px;
    background: #e8f0fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #185fa5;
}

.dist2-hq-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.dist2-hq-flag {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dist2-hq-flag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.dist2-hq-name {
    font-size: 15px;
    font-weight: 600;
    color: #0d2d5e;
    margin-bottom: 8px;
}

.dist2-hq-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.dist2-hq-contact {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
}

.dist2-hq-contact a {
    color: #185fa5;
    text-decoration: none;
}

.dist2-hq-contact a:hover {
    text-decoration: underline;
}

.dist2-result-label {
    font-size: 13px;
    color: #888;
    margin-bottom: 1rem;
}

.dist2-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    gap: 12px;
}

.dist2-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.dist2-card:hover {
    border-color: rgba(13, 45, 94, 0.22);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.dist2-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.dist2-flag {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dist2-flag img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.dist2-country {
    font-size: 14px;
    font-weight: 600;
    color: #0d2d5e;
}

.dist2-multi-tag {
    margin-left: auto;
    font-size: 10px;
    background: #e8f0fb;
    color: #185fa5;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
}

.dist2-countries-list {
    font-size: 14px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 10px;
    padding-left: 0;
}

.dist2-countries-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dist2-block {
    margin-bottom: 12px;
}

.dist2-block:last-child {
    margin-bottom: 0;
}

.dist2-block+.dist2-block {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 12px;
    margin-top: 0;
}

.dist2-company {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
    line-height: 1.4;
}

.dist2-address {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    line-height: 1.65;
}

.dist2-contacts {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dist2-contact-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.dist2-icon {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    color: #bbb;
}

.dist2-contact-row a {
    color: #185fa5;
    text-decoration: none;
    word-break: break-word;
}

.dist2-contact-row a:hover {
    text-decoration: underline;
}

.dist2-note {
    color: #aaa;
    font-size: 11px;
}

.dist2-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem;
    color: #888;
    font-size: 14px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
}

.dist2-cta {
    background: #0d2d5e;
    border-radius: 12px;
    padding: 2rem;
    margin-top: 2.5rem;
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.dist2-cta-text {
    flex: 1;
    min-width: 200px;
}

.dist2-cta-title {
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}

.dist2-cta-sub {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

.dist2-cta-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 240px;
}

.dist2-cta-person {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
}

.dist2-cta-role {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.4);
    margin-top: -4px;
    margin-bottom: 2px;
}

.dist2-cta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.6);
}

.dist2-cta-row a {
    color: #7dc4ff;
    text-decoration: none;
}

.dist2-cta-row a:hover {
    text-decoration: underline;
}

.dist2-cta-btn {
    display: inline-block;
    margin-top: 10px;
    background: #4da6ff;
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.15s;
    align-self: flex-start;
}

.dist2-cta-btn:hover {
    background: #3a95f0;
    color: #fff;
}

.dist2-bottom {
    margin-top: 2rem;
}

@media (max-width: 680px) {
    .dist2-header {
        padding: 8.5rem 0 0;
    }

    .dist2-body {
        padding: 1rem 0;
    }

    .dist2-grid {
        grid-template-columns: 1fr;
    }

    .dist2-hq-banner,
    .dist2-cta {
        flex-direction: column;
    }
}