/* sub-footer.css â€” footer, CTA przyciski, floating buttons, CTA section, artykuĹ‚y */

/* FOOTER */
.footer {
    background: #0c0c0c;
    color: rgba(255, 255, 255, 0.68);
    padding: 54px 0 28px;
    border-top: 2px solid var(--red);
    font-family: inherit;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1.05fr 1fr 1fr;
    gap: 34px;
    margin-bottom: 34px;
}

.footer-col h3,
.footer-section-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin: 0 0 16px;
    position: relative;
    padding-bottom: 9px;
}

.footer-col h3::after,
.footer-section-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 2px;
    background: var(--red);
}

.footer-brand-name {
    margin: 0;
    color: var(--white);
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
}

.footer-brand-owner {
    margin: 2px 0 10px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 700;
}

.footer-brand-note {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    line-height: 1.55;
    max-width: 330px;
}

.footer-phone-box {
    margin-bottom: 14px;
}

.footer-phone-large {
    font-size: clamp(28px, 4vw, 34px);
    font-weight: 900;
    color: var(--white);
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    letter-spacing: -0.3px;
    transition: color 0.2s ease, transform 0.2s ease;
}

`r`n

/* Subtelny sygnal klikalnosci numeru */
.footer-phone-large {
    text-decoration: underline;
    text-decoration-color: rgba(211, 47, 47, 0.5);
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}.footer-phone-label {
    display: block;
    font-size: 10.5px;
    color: rgba(255, 255, 255, 0.46);
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.footer-google-stars {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 4px 0 18px;
    background: rgba(255, 255, 255, 0.035);
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    text-decoration: none;
    transition: border-color 0.2s, background-color 0.2s;
}

.footer-google-stars:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(211, 47, 47, 0.65);
}

.footer-google-stars .stars {
    color: #ffcc00;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.footer-google-stars .rating-val {
    color: var(--white);
    font-weight: 800;
    font-size: 12px;
}

.footer-google-stars .rating-desc {
    color: rgba(255, 255, 255, 0.46);
    font-size: 11px;
}

.footer-action-buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 230px;
}

.footer-btn-phone,
.footer-btn-wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 9px 14px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 12px;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.footer-btn-phone {
    background: linear-gradient(180deg, #ff3b3b 0%, #e11919 52%, #b90f0f 100%);
    color: var(--white) !important;
    border: 1px solid rgba(185, 15, 15, 0.95);
    box-shadow: 0 3px 0 #8f0b0b, 0 8px 16px rgba(225, 25, 25, 0.22);
}

.footer-btn-phone:hover {
    filter: saturate(1.08) brightness(1.02);
    transform: translateY(-1px);
    box-shadow: 0 4px 0 #8f0b0b, 0 10px 18px rgba(225, 25, 25, 0.26);
}

.footer-btn-wa {
    background: linear-gradient(180deg, #24f071 0%, #00c853 55%, #009b3f 100%) !important;
    color: #fff !important;
    border: 1px solid rgba(0, 155, 63, 0.95);
    box-shadow: 0 3px 0 #007a32, 0 8px 16px rgba(0, 200, 83, 0.20);
}

.footer-btn-wa:hover {
    filter: saturate(1.08) brightness(1.02);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 0 #007a32, 0 10px 18px rgba(0, 200, 83, 0.24);
}
.footer-company-card {
    display: grid;
    gap: 10px;
}

.footer-company-card p,
.footer-hours p,
.footer-area-desc {
    margin: 0;
    font-size: 12px;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.6);
}

.footer-company-card strong,
.footer-area-desc strong {
    color: var(--white);
    font-weight: 750;
}

.footer-company-card a,
.footer-hours a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-weight: 750;
}

.footer-company-card a:hover,
.footer-hours a:hover {
    color: var(--red);
}

.footer-hours {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-hours span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 10.5px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-links-list li {
    display: flex;
    align-items: center;
}

.footer-links-list a,
.footer .footer-col ul.footer-links-list li a {
    position: relative;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.66);
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-flex !important;
    align-items: center;
    line-height: 1.45;
    padding: 0 0 0 17px !important;
}

.footer-links-list a::before,
.footer .footer-col ul.footer-links-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 1px;
    background: rgba(255, 255, 255, 0.75);
    transition: background-color 0.2s, width 0.2s;
}

.footer-links-list a:hover,
.footer .footer-col ul.footer-links-list li a:hover {
    color: var(--white);
    padding-left: 20px !important;
}

.footer-links-list a:hover::before,
.footer .footer-col ul.footer-links-list li a:hover::before {
    width: 10px;
    background: var(--red);
}

.footer-area-desc {
    margin-bottom: 24px;
}

.footer-docs-title {
    margin-top: 26px !important;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 22px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.46);
    letter-spacing: 0.1px;
}

.footer-bottom span {
    line-height: 1.5;
}

@media (max-width: 1100px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 34px 40px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 44px 0 24px !important;
    }
    .footer-grid {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
        margin-bottom: 30px;
    }
    .footer-brand-note {
        max-width: none;
    }
    .footer-action-buttons {
        max-width: 230px;
    }
    .footer-phone-large,
    .footer-company-card a {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
    }
    .footer-google-stars,
    .footer-btn-phone,
    .footer-btn-wa {
        min-height: 44px;
    }
    .footer-links-list {
        gap: 0;
    }
    .footer-links-list li {
        width: 100%;
        align-items: stretch;
    }
    .footer .footer-col ul.footer-links-list li a {
        width: 100%;
        min-width: 0;
        min-height: 38px !important;
        box-sizing: border-box;
        padding: 5px 0 5px 13px !important;
        line-height: 1.35;
    }
    .footer .footer-col ul.footer-links-list li a::before {
        left: 0;
        top: 50%;
        width: 6px;
        transform: translateY(-50%);
    }
    .footer .footer-col ul.footer-links-list li a:hover {
        padding-left: 15px !important;
    }
    .footer .footer-col ul.footer-links-list li a:hover::before {
        width: 8px;
    }
    .footer-col h3,
    .footer-section-label {
        margin-bottom: 14px;
    }
    .footer-bottom {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 7px !important;
        text-align: left !important;
        padding-top: 18px !important;
    }
}/* CTA BUTTON */
.cta-button {
    display: inline-block;
    background: var(--red);
    color: var(--white);
    padding: 16px 48px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all .35s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    margin-top: 24px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(211, 47, 47, 0.3);
    letter-spacing: .5px;
}

.cta-button:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(211, 47, 47, 0.4);
}

/* CTA STRIP */
.cta-strip {
    background: var(--red);
    padding: 20px 0;
    text-align: center;
}

.cta-strip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-strip-text {
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 11px 22px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    transition: all .35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 2px solid transparent;
    text-align: center;
    text-decoration: none;
}

.btn-white {
    background: var(--white);
    color: var(--red);
    border: 2px solid var(--white);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.btn-white:hover {
    background: transparent;
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
}

/* FLOATING PHONE BUTTON */
.floating-actions {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 2000;
}

.floating-actions .phone-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 3.5px solid var(--red, #d32f2f);
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    font-weight: 800;
}

/* Desktop: wide with text */
@media (min-width: 769px) {
    .floating-actions .phone-call-btn {
        box-sizing: border-box;
        width: auto;
        min-width: 140px;
        padding: 12px 28px;
        border-radius: 12px;
        height: 52px;
    }
    .floating-actions .phone-text {
        white-space: nowrap;
        font-size: 16px;
        letter-spacing: 0.5px;
        display: inline;
        font-weight: 800;
    }
}

/* Mobile: compact rounded square/rectangle */
@media (max-width: 768px) {
    .floating-actions {
        bottom: 20px;
        right: 20px;
    }
    .floating-actions .phone-call-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 72px;
        height: 60px;
        border-radius: 12px;
        padding: 5px 0 7px;
        gap: 2px;
    }
    .floating-actions .phone-text {
        display: block;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 1.1;
        margin: 0;
    }
    .floating-actions .phone-icon-wrapper {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .floating-actions .phone-icon-svg {
        width: 22px;
        height: 22px;
    }
}

.floating-actions .phone-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.floating-actions .phone-icon-svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2.8; /* Outline from Variant A */
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Red accent dot - hidden as requested */
.floating-actions .red-accent-dot {
    display: none;
}

.floating-actions .phone-call-btn:hover {
    transform: translateY(-4px);
    background: #111111;
    border-color: rgba(255, 255, 255, 0.22);
    border-bottom-color: var(--red-dark, #b71c1c);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.footer-icon-bullet {
    width: 6px;
    height: 6px;
    background: var(--red);
    border-radius: 50%;
    margin-top: 6px;
}

/* CTA SECTION (o-nas, przeglad itp.) */
.cta-section {
    padding: 70px 20px;
    background: var(--red);
    color: var(--white);
    text-align: center;
}

.cta-section h2 {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 900;
    margin-bottom: 12px;
}

.cta-section p {
    font-size: 16px;
    margin-bottom: 32px;
    opacity: .9;
}

.cta-btn-white {
    display: inline-block;
    background: var(--white);
    color: var(--red);
    padding: 16px 42px;
    border-radius: 6px;
    font-weight: 800;
    font-size: 17px;
    transition: transform .2s, box-shadow .2s;
}

.cta-btn-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,.2);
}

/* CTA BLOCK (podstrony miast) */
.cta-block {
    background: var(--red);
    color: var(--white);
    padding: 60px 20px;
    text-align: center;
}

.cta-block h2 { font-size: 32px; font-weight: 900; margin-bottom: 16px; }
.cta-block p { font-size: 18px; opacity: 0.9; margin-bottom: 32px; }

.cta-block a {
    display: inline-block;
    background: var(--white);
    color: var(--red);
    padding: 16px 48px;
    border-radius: 8px;
    font-weight: 800;
    font-size: 20px;
    transition: all .3s;
}

.cta-block a:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }

/* GALLERY SECTION â€” ciemny wariant (o-nas) */
.gallery-section.dark-bg {
    padding: 60px 20px;
    background: var(--dark);
}

/* ARTICLE CARDS */
.article-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.article-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--gray-line);
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s, transform .2s;
    text-decoration: none;
    color: inherit;
}

.article-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

.article-card__header { background: var(--black); padding: 24px 20px 20px; }

.article-card__badge {
    display: inline-block;
    background: var(--red);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.article-card__title { font-size: 16px; font-weight: 800; color: #fff; line-height: 1.3; }
.article-card__body { padding: 18px 20px; flex: 1; }
.article-card__body p { font-size: 12px; color: var(--text-muted); line-height: 1.65; margin-bottom: 14px; }
.article-card__more { color: var(--red); font-weight: 700; font-size: 12px; }

/* PAGE HERO (aktualnoĹ›ci) */
.page-hero {
    background: var(--black);
    padding: clamp(40px,7vw,70px) 20px;
    text-align: center;
}

.page-hero h1 { font-size: clamp(28px,5vw,48px); font-weight: 900; color: #fff; margin-bottom: 12px; }
.page-hero p { font-size: 17px; color: rgba(255,255,255,.75); max-width: 600px; margin: 0 auto; }

.articles-section { padding: clamp(40px,6vw,70px) 20px; }

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
    margin-top: 40px;
}

.card-top {
    background: var(--black);
    padding: 28px 24px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-tag {
    display: inline-block;
    background: var(--red);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 12px;
    width: fit-content;
}

.card-title { font-size: 18px; font-weight: 800; color: #fff; line-height: 1.3; }
.card-body { padding: 20px 24px; }
.card-excerpt { font-size: 14px; color: var(--text-muted); line-height: 1.7; margin-bottom: 20px; }
.card-meta { font-size: 12px; color: var(--text-muted); margin-bottom: 16px; }

.card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--red);
    font-weight: 700;
    font-size: 14px;
    transition: gap .2s;
}

.card-link:hover { gap: 10px; }

/* Subpages: smaller floating service CTA on mobile so it does not cover reading content */
@media (max-width: 768px) {
    body:not(.home) .floating-actions {
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom));
    }

    body:not(.home) .floating-actions .phone-call-btn {
        width: 50px;
        height: 50px;
        min-width: 50px;
        border-radius: 14px;
        padding: 0;
        gap: 0;
    }

    body:not(.home) .floating-actions .phone-text {
        display: none;
    }

    body:not(.home) .floating-actions .phone-icon-wrapper {
        width: 24px;
        height: 24px;
    }
}
/* Footer service/info spacing after mobile section reorder */
.footer-auth-title {
    margin-top: 22px !important;
}

.footer-auth-desc {
    margin: 0;
    font-size: 12px;
    line-height: 1.62;
    color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 768px) {
    .footer-col-area {
        margin-bottom: -28px;
    }
}


/* Global footer buttons - neutral raised style */
.footer-action-buttons .footer-btn-phone,
.footer-action-buttons .footer-btn-wa {
    background: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.025) 100%) !important;
    color: rgba(255,255,255,.92) !important;
    border: 1px solid rgba(255,255,255,.24) !important;
    border-bottom-color: rgba(255,255,255,.12) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.10) inset, 0 2px 0 rgba(0,0,0,.35), 0 8px 18px rgba(0,0,0,.18) !important;
    transform: translateY(0);
}
.footer-action-buttons .footer-btn-phone:hover,
.footer-action-buttons .footer-btn-wa:hover,
.footer-action-buttons .footer-btn-phone:focus-visible,
.footer-action-buttons .footer-btn-wa:focus-visible {
    background: linear-gradient(180deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,.045) 100%) !important;
    color: #fff !important;
    border-color: rgba(255,255,255,.36) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.14) inset, 0 2px 0 rgba(0,0,0,.45), 0 10px 22px rgba(0,0,0,.24) !important;
    transform: translateY(-1px) !important;
}
.footer-action-buttons .footer-btn-phone:active,
.footer-action-buttons .footer-btn-wa:active {
    box-shadow: 0 1px 0 rgba(255,255,255,.08) inset, 0 1px 0 rgba(0,0,0,.45) !important;
    transform: translateY(1px) !important;
}
.footer-phone-large {
    text-decoration-color: rgba(255,255,255,.32) !important;
}
/* Footer button corner channel accents */
.footer-action-buttons .footer-btn-phone,
.footer-action-buttons .footer-btn-wa {
    position: relative;
    overflow: hidden;
}
.footer-action-buttons .footer-btn-phone::before,
.footer-action-buttons .footer-btn-wa::after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 13px;
    pointer-events: none;
    opacity: .95;
}
.footer-action-buttons .footer-btn-phone::before {
    left: -1px;
    border-left: 2px solid var(--red);
    border-top: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    border-radius: 8px 0 0 8px;
}
.footer-action-buttons .footer-btn-wa::after {
    right: -1px;
    border-right: 2px solid #25d366;
    border-top: 2px solid #25d366;
    border-bottom: 2px solid #25d366;
    border-radius: 0 8px 8px 0;
}

/* Footer button bottom channel accents override */
.footer-action-buttons .footer-btn-phone,
.footer-action-buttons .footer-btn-wa {
    position: relative;
    overflow: hidden;
    border-bottom-width: 2px !important;
}
.footer-action-buttons .footer-btn-phone {
    border-bottom-color: var(--red) !important;
}
.footer-action-buttons .footer-btn-wa {
    border-bottom-color: #25d366 !important;
}
.footer-action-buttons .footer-btn-phone::before,
.footer-action-buttons .footer-btn-wa::after {
    content: none !important;
    display: none !important;
}


/* Footer button softened bottom accents */
.footer-action-buttons .footer-btn-phone,
.footer-action-buttons .footer-btn-wa {
    border-bottom-width: 1px !important;
}
.footer-action-buttons .footer-btn-phone {
    border-bottom-color: #b91c1c !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.10) inset, 0 2px 0 rgba(0,0,0,.35), 0 8px 18px rgba(0,0,0,.18), 0 1px 0 rgba(185,28,28,.55) !important;
}
.footer-action-buttons .footer-btn-wa {
    border-bottom-color: #169b55 !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.10) inset, 0 2px 0 rgba(0,0,0,.35), 0 8px 18px rgba(0,0,0,.18), 0 1px 0 rgba(22,155,85,.48) !important;
}
.footer-action-buttons .footer-btn-phone:hover,
.footer-action-buttons .footer-btn-phone:focus-visible {
    border-bottom-color: #c21f1f !important;
}
.footer-action-buttons .footer-btn-wa:hover,
.footer-action-buttons .footer-btn-wa:focus-visible {
    border-bottom-color: #1faa63 !important;
}

/* Shared mobile touch targets for footer contact actions. */
@media (max-width: 991px) {
    .footer-phone-large,
    .footer-google-stars,
    .footer-btn-phone,
    .footer-btn-wa,
    .footer-company-card a {
        display: inline-flex;
        align-items: center;
        min-height: 44px;
        box-sizing: border-box;
    }

    .footer-phone-large,
    .footer-company-card a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-google-stars {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

/* Montaż piecyków (page-id-494): lokalna poprawa mobilnej czytelności stopki. */
@media (max-width: 768px) {
    body.page-id-494 .footer-phone-large,
    body.page-id-494 .footer-google-stars,
    body.page-id-494 .footer-btn-phone,
    body.page-id-494 .footer-btn-wa,
    body.page-id-494 .footer-company-card a {
        min-height: 44px;
        box-sizing: border-box;
    }

    body.page-id-494 .footer-brand-note,
    body.page-id-494 .footer-company-card p,
    body.page-id-494 .footer-hours p,
    body.page-id-494 .footer-area-desc,
    body.page-id-494 .footer .footer-col ul.footer-links-list li a,
    body.page-id-494 .footer-auth-desc,
    body.page-id-494 .footer-bottom {
        color: rgba(255, 255, 255, 0.76);
        font-size: 13px;
    }

    body.page-id-494 .footer-section-label,
    body.page-id-494 .footer-phone-label,
    body.page-id-494 .footer-google-stars .rating-desc {
        color: rgba(255, 255, 255, 0.76);
        font-size: 12px;
    }

    body.page-id-494 .footer-btn-phone,
    body.page-id-494 .footer-btn-wa {
        font-size: 13px;
    }
}
