.objawy-section{background:var(--white);padding:20px 0;border-bottom:1px solid var(--gray-line)}.objawy-inner{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.objawy-title{font-size:18px;font-weight:800;color:var(--red);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.objawy-tags{display:flex;flex-wrap:wrap;gap:8px}.objawy-tag{padding:6px 14px;border:1px solid var(--gray-line);border-radius:20px;font-size:13px;font-weight:500;cursor:pointer;background:var(--white);color:var(--text);transition:.2s}.objawy-tag:hover{border-color:var(--red);color:var(--red)}.services-section{background:var(--gray-bg);padding:24px 0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.svc-card{background:var(--white);border-radius:8px;padding:18px 16px;border:1px solid var(--gray-line);transition:all .35s cubic-bezier(0.4,0,0.2,1);box-shadow:0 2px 8px rgba(0,0,0,.04)}.svc-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);border-color:var(--red);transform:translateY(-4px)}.svc-card-dark{background:var(--dark);border-color:var(--dark);color:var(--white);display:flex;align-items:center;justify-content:center;text-align:center}.svc-title{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.3px;margin-bottom:6px;color:var(--text)}.svc-card-dark .svc-title{font-size:18px;color:var(--white);line-height:1.3}.svc-desc{font-size:12px;color:var(--text-muted);line-height:1.6}.open-section{display:grid;grid-template-columns:1fr 1fr;min-height:120px}.open-photo{background:#2c1a0e;position:relative;overflow:hidden;min-height:160px;max-height:160px;display:flex;align-items:center;justify-content:center}.open-photo-placeholder{background:linear-gradient(160deg,#3e2723 0,#1a0a00 60%,#4e342e 100%);width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);font-size:13px;text-align:center;padding:24px;line-height:1.5}.open-text{background:var(--dark2);color:var(--white);padding:16px 20px;display:flex;flex-direction:column;justify-content:center}.open-title{font-size:16px;font-weight:900;text-transform:uppercase;line-height:1.2;letter-spacing:-.3px;margin-bottom:10px}.open-desc{font-size:12px;color:rgba(255,255,255,.75);line-height:1.5}.stats-section{background:#f7f7f5;padding:clamp(42px,6vw,72px) 0;color:var(--text);border-top:1px solid rgba(21,21,21,.08);position:relative}.stats-section::before{content:"";display:block;width:min(1120px,calc(100% - 40px));height:1px;background:linear-gradient(90deg,transparent,rgba(211,47,47,.45),transparent);position:absolute;top:0;left:50%;transform:translateX(-50%)}.stats-title{text-align:center;font-size:clamp(24px,3.5vw,34px);line-height:1.1;font-weight:900;margin:0 0 14px;color:var(--text);letter-spacing:-.03em}.stats-title--logo{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;background:white;color:black;padding:20px;border-radius:8px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat-card{border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:16px 12px;text-align:center;transition:all .35s cubic-bezier(0.4,0,0.2,1);font-size:14px;background:rgba(255,255,255,.02)}.stat-card:hover{border-color:var(--red);background:rgba(211,47,47,0.1);transform:translateY(-4px)}.stat-num{font-size:24px;font-weight:900;color:var(--white);line-height:1;margin-bottom:4px}.stat-num span{font-size:16px}.stat-stars{color:#ffc107;font-size:14px;letter-spacing:2px;margin-bottom:4px}.stat-label{font-size:12px;color:rgba(255,255,255,.65);line-height:1.4}
/* Hierarchia oferty 60/35/5 */.offer-priority{background:#f3f3f3;padding:clamp(34px,5vw,64px) 0}
.offer-priority__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}
.offer-priority__head h2{font-size:clamp(26px,4vw,42px);line-height:1.05;letter-spacing:-.04em;margin:0;max-width:620px}
.offer-priority__head p{max-width:430px;color:var(--text-muted);font-size:14px;line-height:1.65;margin:0}
.offer-map{display:grid;grid-template-columns:minmax(0,12fr) minmax(310px,7fr);grid-template-areas:"service montage" "gas gas";gap:14px}
.offer-panel{position:relative;overflow:hidden;border:1px solid var(--gray-line);border-radius:10px;background:#fff;padding:clamp(22px,3vw,34px);box-shadow:0 4px 16px rgba(0,0,0,.06)}
.offer-panel__share{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px}
.offer-panel__share::before{content:"";width:34px;height:3px;background:currentColor}
.offer-panel h3{font-size:clamp(22px,3vw,34px);line-height:1.08;margin:0 0 12px;letter-spacing:-.03em}
.offer-panel p{font-size:14px;line-height:1.65;margin:0 0 18px}
.offer-panel ul{list-style:none;display:grid;gap:8px;margin:0 0 22px;padding:0}
.offer-panel li{font-size:13px;line-height:1.45;padding-left:18px;position:relative}
.offer-panel li::before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;border-radius:50%;background:var(--red)}
.offer-panel__links{display:flex;flex-wrap:wrap;gap:8px}
.offer-panel__link{display:inline-flex;align-items:center;padding:9px 13px;border-radius:5px;font-size:12px;font-weight:800;border:1px solid currentColor}
.offer-panel--service{grid-area:service;background:#171717;color:#fff;min-height:390px;display:flex;flex-direction:column;justify-content:space-between}
.offer-panel--service p{color:rgba(255,255,255,.74)}
.offer-panel--service .offer-panel__link{color:#fff}
.offer-panel--service .offer-panel__link:first-child{background:var(--red);border-color:var(--red)}
.offer-panel--montage{grid-area:montage;border-top:5px solid var(--red)}
.offer-panel--montage .offer-panel__share{color:var(--red)}
.offer-panel--gas{grid-area:gas;display:grid;grid-template-columns:180px minmax(0,1fr) auto;align-items:center;gap:24px;padding:18px 24px;background:#fff}
.offer-panel--gas .offer-panel__share{margin:0;color:var(--red)}
.offer-panel--gas h3{font-size:19px;margin:0 0 4px}
.offer-panel--gas p{font-size:13px;margin:0;color:var(--text-muted)}
.offer-panel--gas .offer-panel__link{white-space:nowrap;color:var(--red)}
@media(max-width:991px){.offer-priority__head{display:block}.offer-priority__head p{margin-top:12px}.offer-map{grid-template-columns:1fr;grid-template-areas:"service" "montage" "gas"}.offer-panel--service{min-height:0}.offer-panel--gas{grid-template-columns:1fr;gap:10px}.offer-panel--gas .offer-panel__share{margin-bottom:2px}}
/* Realna praca serwisowa */
.real-work{display:grid;grid-template-columns:1fr 1fr;min-height:380px;background:#fff}
.real-work__media{overflow:hidden;background:#2c1a0e;display:flex;align-items:center;justify-content:center}
.real-work__image{width:100%;height:100%;object-fit:cover}
.real-work__content{background:#1a1a1a;color:#fff;padding:24px;display:flex;flex-direction:column;justify-content:center}
.real-work__content h2{font-size:20px;font-weight:900;text-transform:uppercase;line-height:1.2;letter-spacing:-.3px;margin:0 0 12px;color:#fff}
.real-work__content p{font-size:14px;color:rgba(255,255,255,.78);line-height:1.6;margin:0}
@media(max-width:768px){.real-work{grid-template-columns:1fr;min-height:0}.real-work__media{min-height:240px}.real-work__image{height:240px}.real-work__content{padding:26px 20px}.real-work__content h2{font-size:19px}}
.front-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}
@media (max-width: 768px) {
    .front-contact-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}
.quick-info-section {
    background: #151515;
    color: var(--white);
    padding: 32px 0;
    border-bottom: 3px solid var(--red);
}
.quick-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.info-icon {
    font-size: 28px;
    line-height: 1;
    color: var(--red);
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.info-item h4 {
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--white);
}
.info-item p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    color: #94a3b8;
}
.info-item--call h4 {
    color: var(--white);
}
.info-item .call-link {
    font-size: 20px;
    font-weight: 900;
    color: var(--white);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 4px;
    transition: color 0.2s ease;
}
.info-item .call-link:hover {
    color: var(--red);
}
@media (max-width: 991px) {
    .quick-info-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* Nowy uklad uslug na stronie glownej */
.services-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.service-modern-card {
    background: var(--white);
    border: 1px solid var(--gray-line);
    border-radius: 12px;
    padding: 32px 24px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    position: relative;
}
.service-modern-card:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transform: translateY(-4px);
    border-color: #CBD5E1;
}
.service-modern-card--featured {
    border-top: 5px solid var(--red);
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.06);
}
.service-modern-card--featured:hover {
    border-color: var(--red);
    box-shadow: 0 16px 36px rgba(220, 38, 38, 0.1);
}
.service-card-tag {
    display: inline-block;
    align-self: flex-start;
    padding: 4px 10px;
    background: #F1F5F9;
    color: #475569;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}
.service-modern-card--featured .service-card-tag {
    background: rgba(220, 38, 38, 0.08);
    color: #CF2F2F;
}
.service-modern-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 12px;
    color: var(--text);
    letter-spacing: -0.5px;
}
.service-card-desc {
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-muted);
    margin-bottom: 20px;
}
.service-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 10px;
    border-top: 1px solid var(--gray-line);
    padding-top: 20px;
}
.service-card-list li {
    font-size: 13px;
    line-height: 1.45;
    position: relative;
    padding-left: 18px;
    color: #334155;
}
.service-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--red);
}
.service-card-price {
    font-size: 14px;
    color: var(--text-muted);
    margin-bottom: 18px;
    padding: 10px 14px;
    background: #F8FAFC;
    border-radius: 6px;
    border: 1px solid var(--gray-line);
    text-align: center;
}
.service-card-price strong {
    color: var(--text);
    font-weight: 800;
}
.service-card-cta {
    display: block;
    text-align: center;
    background: linear-gradient(180deg, #191919 0%, #111111 100%);
    color: var(--white);
    padding: 12px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid rgba(21, 21, 21, 0.92);
    box-shadow: 0 3px 0 #000, 0 8px 14px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}
.service-card-cta:hover {
    background: linear-gradient(180deg, #2a2a2a 0%, #151515 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 0 #000, 0 10px 16px rgba(15, 23, 42, 0.16);
}
.service-modern-card--featured .service-card-cta {
    background: linear-gradient(180deg, #ff3b3b 0%, #e11919 52%, #b90f0f 100%);
    border-color: rgba(185, 15, 15, 0.95);
    box-shadow: 0 3px 0 #8f0b0b, 0 8px 14px rgba(225, 25, 25, 0.20);
}
.service-modern-card--featured .service-card-cta:hover {
    background: linear-gradient(180deg, #ff4545 0%, #e11919 52%, #b90f0f 100%);
    box-shadow: 0 4px 0 #8f0b0b, 0 10px 16px rgba(225, 25, 25, 0.24);
}

/* Srodkowy panel CTA */
.mid-cta-section {
    background: #F8FAFC;
    padding: clamp(40px, 8vw, 80px) 0;
    border-top: 1px solid var(--gray-line);
    border-bottom: 1px solid var(--gray-line);
}
.mid-cta-box {
    background: #151515;
    border-radius: 16px;
    padding: clamp(24px, 5vw, 48px);
    color: var(--white);
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(15, 15, 15, 0.15);
}
.mid-cta-content h2 {
    font-size: clamp(24px, 4vw, 32px);
    font-weight: 800;
    margin: 0 0 16px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: var(--white);
}
.mid-cta-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #94A3B8;
    margin-bottom: 24px;
}
.mid-cta-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mid-cta-features span {
    font-size: 13px;
    font-weight: 600;
    color: #F1F5F9;
}
.mid-cta-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}
.btn-call-large {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 800;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.3);
}
.mid-cta-action span {
    font-size: 12px;
    color: #94A3B8;
}

/* Lekka sekcja zaufania po ciemnym case study */
.stats-section .stats-subtitle {
    text-align: center;
    color: #343a46;
    margin: 0 auto 30px;
    font-size: 15.5px;
    font-weight: 600;
    line-height: 1.65;
    max-width: 760px;
}
.trust-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
.trust-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(21, 21, 21, 0.1);
    border-radius: 8px;
    padding: 22px 20px 20px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.trust-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: var(--red);
    border-radius: 8px 8px 0 0;
}
.trust-card:hover {
    border-color: var(--red);
    background: #fff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}
.trust-card-icon {
    font-size: 32px;
    margin-bottom: 16px;
    line-height: 1;
}
.trust-card h3 {
    font-size: 16px;
    font-weight: 800;
    color: var(--text);
    margin: 0 0 10px;
    text-transform: none;
    letter-spacing: 0;
}
.trust-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #5f6673;
    margin: 0;
}
.trust-footer-cta {
    margin-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
}
.trust-footer-cta .btn-large {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 800;
}

@media (max-width: 991px) {
    .services-modern-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .trust-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}
@media (max-width: 768px) {
    .mid-cta-box {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}
@media (max-width: 560px) {
    .trust-cards-grid {
        grid-template-columns: 1fr;
    }
    .trust-footer-cta {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
}

/* Sekcja CTA kontaktu na stronie glownej */
.front-contact-cta-section {
    background: #f8fafc;
    padding: clamp(36px, 6vw, 64px) 0;
    border-top: 1px solid var(--gray-line);
}
.front-contact-cta-box {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid var(--gray-line);
    padding: clamp(28px, 5vw, 44px) clamp(18px, 4vw, 32px);
    color: var(--text);
    text-align: center;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    max-width: 620px;
    margin: 0 auto;
}
.front-contact-cta-box h2 {
    font-size: clamp(23px, 4vw, 31px);
    font-weight: 800;
    color: var(--text);
    margin: 0 0 14px;
    letter-spacing: 0;
}
.front-contact-cta-box p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--text-muted);
    max-width: 470px;
    margin: 0 auto 24px;
}
.front-contact-cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    max-width: 360px;
    margin: 0 auto 18px;
}
.front-contact-cta-buttons .btn-call-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ff3b3b 0%, #e11919 52%, #b90f0f 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    border: 1px solid rgba(185, 15, 15, 0.95);
    box-shadow: 0 4px 0 #8f0b0b, 0 9px 18px rgba(225, 25, 25, 0.24);
    transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}
.front-contact-cta-buttons .btn-call-large:hover {
    filter: saturate(1.08) brightness(1.02);
    transform: translateY(-1px);
    box-shadow: 0 5px 0 #8f0b0b, 0 11px 20px rgba(225, 25, 25, 0.28);
}
.front-contact-cta-buttons .btn-form-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray-line);
    background: #ffffff;
    color: var(--text);
    font-size: 14px;
    font-weight: 800;
    padding: 11px 16px;
    border-radius: 7px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.front-contact-cta-buttons .btn-form-link:hover {
    border-color: rgba(15, 23, 42, 0.18);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.09);
    transform: translateY(-1px);
}
.front-contact-cta-hint {
    font-size: 12.5px !important;
    line-height: 1.45 !important;
    color: var(--text-muted) !important;
    margin: 0 auto !important;
    max-width: 360px !important;
}
/* FAQ on the homepage */
.faq-section {
    background: var(--white);
    padding: 60px 0;
}
.faq-title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 40px;
    color: var(--text);
}
.faq-list {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.faq-item {
    border-bottom: 1px solid var(--gray-line);
}
.faq-q {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 16px 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--red);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    transition: color 0.2s;
    font-family: var(--font);
}
.faq-q:hover {
    color: var(--red-dark);
}
.faq-q-text {
    flex: 1;
    text-align: left;
}
.faq-icon {
    font-size: 18px;
    font-weight: 400;
    color: var(--text-muted);
    transition: transform 0.25s;
    flex-shrink: 0;
    margin-top: 2px;
}
.faq-item.open .faq-icon {
    transform: rotate(45deg);
}
.faq-a {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}
.faq-item.open .faq-a {
    max-height: 400px;
}
.faq-a-inner {
    padding: 0 0 16px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.75;
}

/* Trust proof counters bar */
.trust-proof-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 30px;
}

.trust-proof-item {
    background: #1f1f1f; /* Ciemne tlo lekko jasniejsze od sekcji (var(--dark)) */
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 18px 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.trust-proof-item:hover {
    border-color: var(--red);
    background: #252525;
    transform: translateY(-2px);
}

.trust-proof-item strong,
.trust-proof-number {
    display: block;
    font-size: 26px;
    font-weight: 900;
    color: var(--red);
    line-height: 1.1;
    margin-bottom: 6px;
}

.trust-proof-item span,
.trust-proof-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 768px) {
    .trust-proof-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}


/* Obszar obsługi */
.area-city-card {
    display: block;
    position: relative;
    height: 240px;
    border-radius: 8px;
    overflow: hidden;
}
.area-city-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.area-more-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid var(--gray-line);
    border-radius: 6px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    color: var(--text);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 2px 0 rgba(15, 23, 42, 0.06), 0 6px 12px rgba(15, 23, 42, 0.06);
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease, color 0.16s ease;
}
.area-more-card:hover {
    border-color: var(--red);
    color: var(--red);
    transform: translateY(-1px);
    box-shadow: 0 3px 0 rgba(211, 47, 47, 0.14), 0 9px 16px rgba(15, 23, 42, 0.08);
}
@media (max-width: 640px) {
    .area-city-card {
        height: 150px;
    }
}
.service-card-cta:active,
.area-more-card:active {
    transform: translateY(1px);
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.10), 0 3px 8px rgba(15, 23, 42, 0.06);
}

.service-card-cta:focus-visible,
.area-more-card:focus-visible,
.area-city-card:focus-visible {
    outline: 2px solid rgba(211, 47, 47, 0.42);
    outline-offset: 3px;
}

.area-city-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.area-city-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14);
    filter: saturate(1.04) contrast(1.02);
}

/* Home - lekki CTA do zgloszenia usterki */
.front-report-cta-section {
    background: #f8fafc;
    padding: clamp(28px, 5vw, 46px) 0;
    border-top: 1px solid var(--gray-line);
}
.front-report-cta-box {
    max-width: 680px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 18px 20px;
    border: 1px solid #d9dde3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(17,24,39,.045);
}
.front-report-cta-text {
    margin: 0;
    color: var(--red);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
}
.front-report-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    white-space: nowrap;
    padding: 11px 18px;
    border-radius: 7px;
    background: linear-gradient(180deg, #2c3036 0%, #1f2328 100%);
    color: #fff;
    border: 1px solid #15171b;
    border-bottom-color: #0f1115;
    box-shadow: 0 1px 0 rgba(255,255,255,.08) inset, 0 2px 0 rgba(0,0,0,.35), 0 10px 20px rgba(17,24,39,.14);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}
.front-report-cta-button:hover,
.front-report-cta-button:focus-visible {
    background: linear-gradient(180deg, #20242a 0%, #14171b 100%);
    color: #fff;
    transform: translateY(-1px);
}
.front-report-cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 1px 0 rgba(255,255,255,.06) inset, 0 1px 0 rgba(0,0,0,.4);
}
@media(max-width:640px){
    .front-report-cta-box {
        display: block;
        padding: 18px;
        text-align: center;
    }
    .front-report-cta-text {
        text-align: center;
        margin-bottom: 12px;
    }
    .front-report-cta-button {
        width: 100%;
        box-sizing: border-box;
    }
}
/* Home - stonowane CTA w kartach uslug */
.home .service-card-cta,
.service-card-cta {
    background: linear-gradient(180deg, #2c3036 0%, #1f2328 100%) !important;
    color: #fff !important;
    border: 1px solid #15171b !important;
    border-bottom-color: #0f1115 !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.08) inset, 0 2px 0 rgba(0,0,0,.35), 0 10px 20px rgba(17,24,39,.14) !important;
    text-shadow: none !important;
}
.home .service-card-cta:hover,
.service-card-cta:hover,
.home .service-card-cta:focus-visible,
.service-card-cta:focus-visible {
    background: linear-gradient(180deg, #20242a 0%, #14171b 100%) !important;
    color: #fff !important;
    border-color: #0f1115 !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.08) inset, 0 2px 0 rgba(0,0,0,.42), 0 12px 24px rgba(17,24,39,.18) !important;
    transform: translateY(-1px) !important;
}
.home .service-card-cta:active,
.service-card-cta:active {
    transform: translateY(1px) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.06) inset, 0 1px 0 rgba(0,0,0,.4) !important;
}
/* Trust stats strip */
.trust-stats-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 760px;
    margin: 0 auto 16px;
}
.trust-stat-pill {
    background: #fff;
    border: 1px solid rgba(17,24,39,.10);
    border-bottom: 2px solid rgba(185,28,28,.72);
    border-radius: 8px;
    padding: 14px 12px 13px;
    text-align: center;
    box-shadow: 0 1px 0 rgba(255,255,255,.9) inset, 0 8px 20px rgba(17,24,39,.05);
}
.trust-stat-pill strong {
    display: block;
    color: #111827;
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 6px;
}
.trust-stat-pill span {
    display: block;
    color: #4b5563;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
}
@media (max-width: 640px) {
    .trust-stats-strip {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 14px;
    }
    .trust-stat-pill {
        display: grid;
        grid-template-columns: 96px 1fr;
        align-items: center;
        text-align: left;
        padding: 12px 14px;
    }
    .trust-stat-pill strong {
        margin-bottom: 0;
        font-size: 26px;
    }
    .trust-stat-pill span {
        font-size: 13px;
    }
}
/* Trust stats reorder polish */
.stats-subtitle--intro {
    margin-bottom: 14px !important;
}
.stats-subtitle--experience {
    max-width: 690px !important;
    margin-top: 14px !important;
}
.trust-stats-strip--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 620px;
    margin-bottom: 12px;
}
.trust-stats-strip--two .trust-stat-pill {
    border-bottom-color: rgba(185,28,28,.56);
}
@media (max-width: 640px) {
    .trust-stats-strip--two {
        grid-template-columns: 1fr;
        gap: 9px;
    }
    .trust-stats-strip--two .trust-stat-pill {
        grid-template-columns: 82px 1fr;
        column-gap: 12px;
        padding: 11px 14px;
    }
    .trust-stats-strip--two .trust-stat-pill strong {
        font-size: 25px;
    }
}
/* Work gallery polished section */
.work-gallery-section {
    background: #fff;
    padding: 28px 0 22px;
}
.work-gallery-head {
    max-width: 680px;
    margin: 0 auto 16px;
    text-align: center;
}
.work-gallery-head h2 {
    margin: 0 0 8px;
    color: var(--text);
    font-size: clamp(20px, 3vw, 26px);
    line-height: 1.15;
    font-weight: 900;
}
.work-gallery-head p {
    margin: 0;
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.55;
}
.work-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.work-gallery-card {
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 4 / 3;
    cursor: pointer;
    background: #111;
    border: 1px solid rgba(17,24,39,.08);
}
.work-gallery-card:focus-visible {
    outline: 2px solid var(--red);
    outline-offset: 3px;
}
.work-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}
.work-gallery-card:hover .work-gallery-image,
.work-gallery-card:focus-visible .work-gallery-image {
    transform: scale(1.04);
}
.work-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.93);
}
.work-lightbox.active {
    display: flex;
}
.work-lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 10;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
}
.work-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 4px;
    background: rgba(255,255,255,.15);
    color: #fff;
    font-size: 28px;
    cursor: pointer;
}
.work-lightbox-nav--prev { left: 20px; }
.work-lightbox-nav--next { right: 20px; }
.work-lightbox-image {
    max-width: 90vw;
    max-height: 88vh;
    border-radius: 8px;
    object-fit: contain;
}
@media (max-width: 640px) {
    .work-gallery-section {
        padding: 26px 0 18px;
    }
    .work-gallery-head {
        margin-bottom: 14px;
    }
    .work-gallery-head p {
        font-size: 13px;
    }
    .work-lightbox-nav {
        width: 44px;
        height: 44px;
    }
    .work-lightbox-nav--prev { left: 10px; }
    .work-lightbox-nav--next { right: 10px; }
}
/* Front area section polish */
.front-area-section {
    background: #f4f4f4;
    padding: 40px 0;
}
.front-area-head {
    max-width: 620px;
    margin: 0 auto 36px;
    text-align: center;
}
.front-area-head h2 {
    margin: 0 0 10px;
    color: var(--text);
    font-size: clamp(22px, 4vw, 36px);
    line-height: 1.15;
    font-weight: 900;
}
.front-area-head p {
    margin: 0;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.65;
}
.front-area-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.area-city-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    background: rgba(0,0,0,.35);
}
.area-city-overlay h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(32px, 6vw, 52px);
    line-height: 1;
    font-weight: 900;
    text-shadow: 0 2px 8px rgba(0,0,0,.5);
    white-space: nowrap;
}
@media (max-width: 640px) {
    .front-area-section {
        padding: 34px 0;
    }
    .front-area-head {
        margin-bottom: 28px;
    }
    .front-area-head p {
        font-size: 14px;
        line-height: 1.6;
    }
    .area-city-overlay h3 {
        font-size: clamp(34px, 10vw, 44px);
    }
}
/* Gallery buttons are rendered directly in PHP, without DOM replacement. */
.work-gallery-card {
    display: block;
    width: 100%;
    padding: 0;
    font: inherit;
    color: inherit;
    text-align: inherit;
}
/* Visible labels identify the technical issue shown in each gallery photo. */
.work-gallery-card {
    position: relative;
}

.work-gallery-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px 10px;
    color: #fff;
    background: rgba(17, 24, 39, .88);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
}

@media (max-width: 640px) {
    .work-gallery-caption {
        padding: 6px 8px;
        font-size: 12px;
    }
}
