/* BVS site-footer-pro — doktor teması uyumu */
.site-footer-pro {
    background: #f5f5f5;
    color: #1b1b1b;
    padding: 56px 0 32px;
    border-top: 1px solid #ececec;
    position: relative;
    z-index: 1;
}
.site-footer-pro__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem 1.75rem;
    align-items: start;
}
@media (min-width: 768px) {
    .site-footer-pro__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 992px) {
    .site-footer-pro__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2rem 1.5rem;
    }
}
.site-footer-pro__title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 1.15rem;
    color: #111;
}
.site-footer-pro__actions .site-footer-pro__btn-txt {
    text-transform: capitalize;
}
.site-footer-pro__grid > .site-footer-pro__col:nth-child(2) .site-footer-pro__list a,
.site-footer-pro__grid > .site-footer-pro__col:nth-child(3) .site-footer-pro__list a {
    text-transform: capitalize;
}
.site-footer-pro__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.site-footer-pro__btn {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 10px 14px;
    border-radius: 0;
    border: 1px solid #d8d8d8;
    background: #fff;
    color: #222 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.site-footer-pro .site-footer-pro__btn:hover {
    border-color: #bbb;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    color: #222 !important;
}
.site-footer-pro .site-footer-pro__btn:hover .site-footer-pro__btn-ico {
    color: #444;
}
.site-footer-pro__btn--accent {
    background: #192273;
    border-color: #192273;
    color: #fff !important;
}
.site-footer-pro__btn--accent .site-footer-pro__btn-ico {
    color: #fff;
}
.site-footer-pro .site-footer-pro__btn--accent:hover {
    background: #151d65;
    border-color: #151d65;
    color: #fff !important;
    box-shadow: 0 6px 18px rgba(25, 34, 115, 0.25);
}
.site-footer-pro .site-footer-pro__btn--accent:hover .site-footer-pro__btn-ico {
    color: #fff;
}
.site-footer-pro__btn-ico {
    flex-shrink: 0;
    width: 22px;
    text-align: center;
    color: #444;
    font-size: 16px;
}
.site-footer-pro__btn-txt {
    flex: 1;
    text-align: left;
}
.site-footer-pro__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer-pro__list li {
    margin: 0 0 0.65rem;
}
.site-footer-pro__list a {
    color: #333 !important;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.35;
    transition: color 0.15s ease;
}
.site-footer-pro__list a:hover {
    color: #192273 !important;
    text-decoration: underline;
}
.site-footer-pro__social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer-pro__social li {
    margin: 0 0 0.7rem;
}
.site-footer-pro__soc {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #222 !important;
    text-decoration: none;
    font-size: 15px;
    transition: opacity 0.15s ease;
}
.site-footer-pro .site-footer-pro__soc:hover {
    opacity: 0.75;
    color: #222 !important;
}
.site-footer-pro__soc-ico {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #333;
}
.site-footer-pro__rule {
    margin: 2.25rem 0 1.25rem;
    border: 0;
    border-top: 1px solid #e4e4e4;
}
.site-footer-pro__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 2rem;
    padding-top: 0.25rem;
}
.site-footer-pro__brand {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem 1.25rem;
    justify-content: flex-start;
    text-align: left;
}
.site-footer-pro__sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 1.25rem 2rem;
    text-align: right;
    margin: 0;
    margin-left: auto;
}
.site-footer-pro__sub a {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #888 !important;
    text-decoration: none;
}
.site-footer-pro__sub a:hover {
    color: #192273 !important;
}
.site-footer-pro__logo {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}
.site-footer-pro__logo img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
    display: block;
}
.site-footer-pro__brand .site-footer-pro__copy {
    margin: 0;
    font-size: 14px;
    color: #777;
    white-space: nowrap;
}
@media (max-width: 767.98px) {
    .site-footer-pro__bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .site-footer-pro__sub {
        margin-left: 0;
        justify-content: flex-start;
        text-align: left;
    }
    .site-footer-pro__brand .site-footer-pro__copy {
        white-space: normal;
    }
}
.site-footer-pro__intl {
    margin-top: 1rem;
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    text-align: left;
}
.site-footer-pro__intl strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #111;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.site-footer-pro__intl a {
    color: #333 !important;
    text-decoration: none;
}
.site-footer-pro__intl a:hover {
    color: #192273 !important;
    text-decoration: underline;
}
