/* ── Footer CTA strip ── */
.footer-cta-strip {
    background: linear-gradient(135deg, #1f2228 0%, #23272f 100%);
    border-top: 3px solid var(--pub-cta, #ffcc00);
    border-bottom: 1px solid rgba(255,255,255,.06);
    padding: 2.75rem 2rem;
    position: relative;
    overflow: hidden;
}
.footer-cta-strip::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 40%;
    height: 100%;
    background: radial-gradient(ellipse 80% 120% at 100% 50%, rgba(255,204,0,.06) 0%, transparent 70%);
    pointer-events: none;
}
.footer-cta-strip__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    position: relative;
}

/* Left column */
.footer-cta-strip__left {
    flex: 1;
    min-width: 0;
}
.footer-cta-strip__kicker {
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .72rem;
    font-weight: 700;
    color: var(--pub-cta, #ffcc00);
    margin: 0 0 .75rem;
}
.footer-cta-strip__title {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.25;
    margin: 0 0 1.25rem;
    letter-spacing: -.3px;
}
.footer-cta-strip__badges {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1.5rem;
}
.footer-cta-strip__badges li {
    display: flex;
    align-items: center;
    gap: .45rem;
    color: #94a3b8;
    font-size: .85rem;
    font-weight: 500;
}
.footer-cta-strip__badges li i {
    color: var(--pub-cta, #ffcc00);
    font-size: .8rem;
}

/* Right column */
.footer-cta-strip__right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .9rem;
    flex-shrink: 0;
}
.footer-cta-strip__phone {
    display: flex;
    align-items: center;
    gap: .65rem;
    text-decoration: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1;
    transition: color .15s;
}
.footer-cta-strip__phone i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 204, 0, .12);
    border: 1.5px solid rgba(255, 204, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    color: var(--pub-cta, #ffcc00);
    flex-shrink: 0;
}
.footer-cta-strip__phone:hover {
    color: var(--pub-cta, #ffcc00);
    text-decoration: none;
}
.footer-cta-strip__btn {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .85rem 2rem;
    background: linear-gradient(135deg, var(--pub-cta, #ffcc00) 0%, var(--pub-cta-dark, #ffb300) 100%);
    color: var(--pub-cta-text, #1a1200);
    font-weight: 800;
    font-size: 1rem;
    border-radius: 12px;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 4px 24px rgba(255, 179, 0, .35);
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
    width: 100%;
    justify-content: center;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
/* shimmer sweep */
.footer-cta-strip__btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.22) 50%, transparent 65%);
    transform: translateX(-100%);
    transition: transform .55s ease;
}
.footer-cta-strip__btn:hover::after { transform: translateX(100%); }
.footer-cta-strip__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(255, 179, 0, .52);
    filter: brightness(1.06);
    text-decoration: none;
    color: var(--pub-cta-text, #1a1200);
}
.footer-cta-strip__btn:active { transform: translateY(0); box-shadow: 0 3px 10px rgba(255,179,0,.3); filter: none; }
.footer-cta-strip__btn:focus-visible { outline: 2px solid var(--pub-cta-dark, #ffb300); outline-offset: 3px; }
.footer-cta-strip__hint {
    color: #4a5568;
    font-size: .78rem;
    margin: 0;
    text-align: center;
    letter-spacing: .03em;
}



/* ── Working hours ── */
.footer-hours {
    margin-top: 1rem;
    padding-top: .85rem;
    border-top: 1px solid rgba(255,255,255,.06);
}
.footer-hours__title {
    font-size: .78rem;
    font-weight: 700;
    color: var(--pub-cta, #ffcc00);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    gap: .4rem;
}
.footer-hours__table {
    border-collapse: collapse;
    width: 100%;
    font-size: .82rem;
}
.footer-hours__table td {
    padding: .2rem .1rem;
    color: #bbb;
    vertical-align: middle;
}
.footer-hours__table td:first-child { color: #888; padding-right: .75rem; }
.footer-hours__time { color: #ddd; font-weight: 600; }
.footer-hours__closed { color: #555 !important; font-style: italic; }

/* ── Services quick links ── */
.footer-links--services li { margin-bottom: .55em; }
.footer-links--services a {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: #c8b89a;
    text-decoration: none;
    font-size: .88rem;
    transition: color .18s, gap .18s;
}
.footer-links--services a:hover { color: var(--pub-cta, #ffcc00); gap: .8rem; text-decoration: none; }
.footer-links--services a i { width: 14px; text-align: center; font-size: .8rem; color: #555; }
.footer-links--services a:hover i { color: var(--pub-cta, #ffcc00); }
.footer-links--services .footer-links__all {
    color: var(--pub-cta-dark, #ffb300);
    font-weight: 700;
    font-size: .82rem;
}

.footer-modern {
    background: linear-gradient(180deg, var(--pub-footer-bg, #1a1d23) 0%, #16191f 100%);
    color: #eee;
    padding: 0 0 1.2em 0;
    font-family: 'Montserrat', 'Inter', Arial, sans-serif;
    border-top: none;
}
.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2.5em 2em 0;
}
.footer-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5em;
    justify-content: space-between;
}
.footer-col {
    flex: 1 1 210px;
    min-width: 210px;
    margin-bottom: 1.5em;
}
.footer-col h3 {
    font-size: 1.15em;
    font-weight: 700;
    color: var(--pub-cta, #ffcc00);
    margin-bottom: 1em;
    letter-spacing: 0.03em;
}
.footer-contacts {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}
.footer-contacts li {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    font-size: .92rem;
    color: #94a3b8;
    line-height: 1.4;
}
.footer-contacts li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color .16s;
}
.footer-contacts li a:hover { color: var(--pub-cta, #ffcc00); text-decoration: none; }
.footer-contact-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 7px;
    background: rgba(255,255,255,.05);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
}
.footer-socials {
    display: flex;
    flex-direction: column;
    gap: 0.7em;
    margin-top: 0.5em;
}
.footer-social-link {
    display: flex;
    align-items: center;
    gap: 0.7em;
    border-radius: 7px;
    background: #23272f;
    color: #eee;
    font-size: 1.15em;
    font-weight: 500;
    padding: 0.5em 1.1em;
    text-decoration: none;
    transition: background 0.18s, color 0.18s, transform 0.18s;
}
.footer-social-link:hover {
    background: var(--pub-cta, #ffcc00);
    color: #222 !important;
    transform: translateY(-2px) scale(1.05);
    text-decoration: none;
}
.footer-social-text {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 0.5em;
}
.footer-links a {
    color: var(--pub-nav-text, #fff5c3);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.18s;
}
.footer-links a:hover {
    color: var(--pub-cta, #ffcc00);
    text-decoration: underline;
}
.footer-route-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    margin-top: 0.7em;
    background: linear-gradient(135deg, var(--pub-cta, #ffcc00) 0%, var(--pub-cta-dark, #ffb300) 100%);
    color: var(--pub-cta-text, #1a1200);
    text-align: center;
    border-radius: 10px;
    padding: .6rem 1rem;
    font-size: .92rem;
    font-weight: 700;
    border: none;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(255,179,0,.28);
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
    position: relative;
    overflow: hidden;
}
.footer-route-btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 35%, rgba(255,255,255,.22) 50%, transparent 65%);
    transform: translateX(-100%);
    transition: transform .55s ease;
}
.footer-route-btn:hover::after { transform: translateX(100%); }
.footer-route-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,179,0,.44);
    filter: brightness(1.06);
    color: var(--pub-cta-text, #1a1200);
    text-decoration: none;
}
.footer-route-btn:active { transform: translateY(0); filter: none; }
.footer-route-btn:focus-visible { outline: 2px solid var(--pub-cta-dark, #ffb300); outline-offset: 3px; }
.footer-bottom {
    border-top: 1px solid #ff980033;
    margin-top: 2em;
    padding-top: 1em;
    text-align: center;
    font-size: 1em;
    color: #bbb;
}
@media (max-width: 900px) {
    .footer-cta-strip { padding: 2rem 1.25rem; }
    .footer-cta-strip__inner { flex-direction: column; align-items: stretch; gap: 1.75rem; }
    .footer-cta-strip__right { align-items: stretch; }
    .footer-cta-strip__phone { font-size: 1.3rem; justify-content: center; }
    .footer-cta-strip__hint { text-align: center; }
    .footer-cols {
        flex-direction: column;
        gap: 1.5em;
    }
    .footer-col {
        min-width: 0;
    }
}
@media (max-width: 600px) {
    .footer-container { padding: 0 1rem; }
    .footer-modern { padding: 2em 0 1em; }
    .footer-col h3 { font-size: 1rem; }
    .footer-contacts li { font-size: .95em; }
    .footer-social-link { font-size: 1rem; padding: .45em .9em; }
    .footer-bottom { font-size: .88em; }
}