/* ============================================================
   9. STOPKA
   ============================================================ */
#colophon,
.site-footer,
.footer-wrap,
.site-footer .widget,
.site-footer .widget-area,
.footer-widget-area,
#colophon .widget,
.textwidget,
.custom-html-widget {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}
.rev-footer-wrap,
.rev-footer-wrap * {
    font-family: "Bahnschrift", "Noto Sans", sans-serif !important;
}
.rev-footer-wrap {
    background: #fff;
    color: #000;
    width: 100%;
}
.rev-footer-cta-outer {
    background: var(--rev-red);
    width: 100%;
}
.rev-footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 28px 60px;
}
.rev-footer-cta-text {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.rev-footer-cta-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    opacity: 0.85;
    margin-bottom: 4px;
    text-align: left;
}
.rev-footer-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    background: #fff;
    color: var(--rev-red) !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.3s;
    flex-shrink: 0;
}
.rev-footer-cta-btn:hover {
    background: var(--rev-black);
    color: #fff !important;
}
.rev-footer-cta-map {
    flex: 0 0 400px;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rev-footer-map-img {
    width: 400px;
    height: auto;
}
.rev-footer-main {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 60px 60px 40px;
}
.rev-footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.rev-footer-logo-img {
    height: 40px;
    width: auto;
    display: block;
}
.rev-footer-desc {
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #000 !important;
    margin-bottom: 24px !important;
    max-width: 280px;
    text-align: left;
}
.rev-footer-stats {
    display: flex;
    gap: 24px;
}
.rev-footer-stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    display: block;
    line-height: 1;
}
.rev-footer-stat-label {
    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000;
    margin-top: 4px;
    display: block;
}
.rev-footer-col-title {
    display: block !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--rev-red);
    text-align: left;
    width: 50%;
}
.rev-footer-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.rev-footer-menu li {
    margin-bottom: 10px !important;
}
.rev-footer-menu a {
    font-size: 14px !important;
    color: #000 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: color 0.2s !important;
}
.rev-footer-menu a:hover {
    color: #e30613 !important;
}
.rev-cat-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 0;
    flex-shrink: 0;
}
.rev-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}
.rev-footer-contact-icon {
    width: 32px;
    height: 32px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--rev-red);
    flex-shrink: 0;
    margin-top: 2px;
}
.rev-footer-contact-label {
    font-size: 9px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 3px;
    text-align: left;
}
.rev-footer-contact-value {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    text-align: left;
}
.rev-footer-contact-value strong {
    color: #000;
    font-weight: 600;
}
.rev-footer-bottom {
    border-top: 1px solid #2a2a29;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 1500px;
    margin: 0 auto;
    padding: 20px 60px;
}
.rev-footer-bottom-left {
    font-size: 12px;
    color: #555;
}
.rev-footer-bottom-left a {
    color: #555 !important;
    text-decoration: none !important;
}
.rev-footer-bottom-left a:hover {
    color: #000 !important;
}
.rev-footer-bottom-center {
    display: flex;
    gap: 10px;
}
.rev-footer-social {
    width: 34px;
    height: 34px;
    border: 1px solid #333 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666 !important;
    font-size: 12px;
    text-decoration: none !important;
    transition: all 0.3s;
}
.rev-footer-social:hover {
    border-color: var(--rev-red) !important;
    color: var(--rev-red) !important;
}
.rev-footer-bottom-right {
    font-size: 11px;
    color: #444;
    letter-spacing: 0.05em;
}

