/* =========================================
   PODSTRONA: PRZYŁĄCZA ENERGETYCZNE
========================================= */

:root {
    --wolpol-blue: #2f5cab;
    --wolpol-blue-dark: #244a8d;
    --wolpol-red: #e00000;
    --wolpol-text: #202020;
    --wolpol-muted: #626262;
    --wolpol-light: #f7f8fa;
    --wolpol-border: #dfe4eb;
}

body {
    overflow-x: hidden;
}

.service-page {
    width: 100%;
    overflow-x: hidden;
}

.service-page-container {
    width: min(1500px, 86%);
    margin: 0 auto;
}


/* HERO */

.service-hero {
    position: relative;
    padding: 90px 0 100px;
    background: #ffffff;
    overflow: hidden;
}

.service-hero-shape {
    position: absolute;
    top: -180px;
    right: -220px;
    width: 620px;
    height: 850px;
    background:
        linear-gradient(
            135deg,
            rgba(47, 92, 171, 0.08),
            rgba(224, 0, 0, 0.025)
        );
    transform: skewX(-12deg);
}

.service-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(500px, 1.05fr);
    gap: 70px;
    align-items: center;
}

.service-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: #8a8a8a;
    font-size: 13px;
}

.service-breadcrumbs a {
    color: var(--wolpol-blue);
    text-decoration: none;
    font-weight: 700;
}

.service-eyebrow,
.service-small-label {
    display: block;
    color: #777777;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.service-eyebrow {
    margin-bottom: 18px;
}

.service-hero h1 {
    max-width: 760px;
    margin: 0 0 28px;
    color: var(--wolpol-text);
    font-size: clamp(50px, 5vw, 60px);
    font-weight: 900;
    line-height: 0.98;
    letter-spacing: -4px;
}

.service-hero h1 span {
    display: block;
    margin-top: 10px;
    color: var(--wolpol-blue);
    font-size: 0.62em;
    line-height: 1.08;
    letter-spacing: -2px;
}

.service-hero-lead {
    max-width: 760px;
    padding-left: 22px;
    border-left: 4px solid var(--wolpol-red);
    color: #555555;
    font-size: 19px;
    line-height: 1.75;
}

.service-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 38px;
}

.service-primary-button,
.service-secondary-button {
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.6px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}

.service-primary-button {
    background: var(--wolpol-blue);
    color: #ffffff;
    border: 2px solid var(--wolpol-blue);
}

.service-secondary-button {
    background: #ffffff;
    color: var(--wolpol-red);
    border: 2px solid var(--wolpol-red);
}

.service-primary-button:hover,
.service-secondary-button:hover {
    transform: translateY(-4px);
}

.service-primary-button:hover {
    background: var(--wolpol-blue-dark);
    box-shadow: 0 14px 36px rgba(47, 92, 171, 0.27);
}

.service-secondary-button:hover {
    background: var(--wolpol-red);
    color: #ffffff;
    box-shadow: 0 14px 36px rgba(224, 0, 0, 0.18);
}

.service-hero-media {
    position: relative;
    min-width: 0;
}

.service-hero-media img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 28px 65px rgba(30, 48, 80, 0.16);
}

.service-hero-badge {
    position: absolute;
    left: -35px;
    bottom: -30px;
    min-width: 220px;
    padding: 25px 28px;
    background: var(--wolpol-blue);
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(47, 92, 171, 0.3);
}

.service-hero-badge strong {
    display: block;
    font-size: 43px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
}

.service-hero-badge span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 700;
}


/* NAGŁÓWKI SEKCJI */

.service-section-heading {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 55px;
}

.service-section-number {
    color: rgba(47, 92, 171, 0.12);
    font-size: 95px;
    font-weight: 900;
    line-height: 0.78;
    letter-spacing: -7px;
}

.service-section-heading .service-small-label {
    margin-bottom: 9px;
}

.service-section-heading h2 {
    margin: 0;
    color: var(--wolpol-text);
    font-size: clamp(44px, 4vw, 67px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -3px;
}

.service-section-heading h2 span {
    color: var(--wolpol-blue);
}


/* WPROWADZENIE */

.service-intro-section {
    padding: 110px 0;
    background: var(--wolpol-light);
}

.service-intro-grid {
    display: grid;

    /*
       Więcej miejsca dla lewego nagłówka, żeby długie słowo
       „energetycznych” nie wchodziło na tekst po prawej.
    */
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(0, 0.92fr);

    gap: 72px;
    align-items: start;
}

.service-intro-grid .service-section-heading {
    position: sticky;
    top: 25px;

    min-width: 0;
    margin-bottom: 0;

    align-items: flex-start;
}

.service-intro-grid .service-section-heading > div {
    min-width: 0;
}

.service-intro-grid .service-section-heading h2 {
    max-width: 650px;

    font-size: clamp(42px, 3.35vw, 60px);
    line-height: 0.98;
    letter-spacing: -2.5px;

    overflow-wrap: normal;
    word-break: normal;
}

.service-intro-copy {
    width: 100%;
    max-width: 850px;
    min-width: 0;
}

.service-intro-copy p {
    margin: 0 0 22px;
    color: var(--wolpol-muted);
    font-size: 18px;
    line-height: 1.85;
}

.service-intro-copy p:last-child {
    margin-bottom: 0;
}

.service-intro-copy .service-lead {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.65;
}


/* ZALETY */

.service-benefits-section {
    padding: 110px 0;
    background: var(--wolpol-blue);
}

.service-section-heading-light .service-section-number {
    color: rgba(255, 255, 255, 0.12);
}

.service-section-heading-light .service-small-label {
    color: rgba(255, 255, 255, 0.58);
}

.service-section-heading-light h2 {
    color: #ffffff;
}

.service-section-heading-light h2 span {
    color: #ffffff;
}

.service-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: rgba(255, 255, 255, 0.16);
}

.service-benefit-card {
    min-height: 310px;
    padding: 38px;
    background: rgba(255, 255, 255, 0.06);
    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.service-benefit-card:hover {
    position: relative;
    z-index: 2;
    background: #ffffff;
    transform: translateY(-6px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.benefit-number,
.benefit-symbol {
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    transition: color 0.3s ease;
}

.benefit-symbol {
    color: #ff4b4b;
    font-size: 24px;
}

.service-benefit-card h3 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.25;
    transition: color 0.3s ease;
}

.service-benefit-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.75;
    transition: color 0.3s ease;
}

.service-benefit-card:hover .benefit-number,
.service-benefit-card:hover h3 {
    color: var(--wolpol-blue);
}

.service-benefit-card:hover .benefit-symbol {
    color: var(--wolpol-red);
}

.service-benefit-card:hover p {
    color: #626262;
}


/* LOKALIZACJE */

.service-locations-section {
    padding: 110px 0;
    background: #ffffff;
}

.service-location-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 2px;
    background: var(--wolpol-border);
}

.service-location-card {
    min-height: 380px;
    padding: 42px;
    background: var(--wolpol-light);
    border-top: 5px solid transparent;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.service-location-card.featured {
    background: #ffffff;
    border-color: var(--wolpol-red);
}

.service-location-card:hover {
    position: relative;
    z-index: 2;
    transform: translateY(-6px);
    border-color: var(--wolpol-blue);
    box-shadow: 0 18px 45px rgba(47, 92, 171, 0.16);
}

.location-index {
    display: block;
    margin-bottom: 50px;
    color: var(--wolpol-red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
}

.service-location-card h3 {
    margin: 0 0 20px;
    color: var(--wolpol-text);
    font-size: 27px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -0.8px;
}

.service-location-card p {
    margin: 0 0 15px;
    color: var(--wolpol-muted);
    font-size: 16px;
    line-height: 1.75;
}

.service-location-card p:last-child {
    margin-bottom: 0;
}


/* PROCES */

.service-process-section {
    padding: 110px 0;
    background: var(--wolpol-light);
}

.service-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border-top: 1px solid #d9dfe7;
    border-bottom: 1px solid #d9dfe7;
}

.service-process-step {
    position: relative;
    min-height: 280px;
    padding: 38px 34px;
    border-right: 1px solid #d9dfe7;
}

.service-process-step:last-child {
    border-right: 0;
}

.service-process-step > span {
    display: block;
    margin-bottom: 45px;
    color: var(--wolpol-red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1px;
}

.service-process-step h3 {
    margin: 0 0 16px;
    color: var(--wolpol-text);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
}

.service-process-step p {
    margin: 0;
    color: var(--wolpol-muted);
    font-size: 15px;
    line-height: 1.75;
}


/* GALERIA */

.service-gallery-section {
    padding: 110px 0;
    background: #ffffff;
}

.service-gallery-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    grid-template-rows: 280px 280px;
    gap: 12px;
}

.service-gallery-item {
    margin: 0;
    overflow: hidden;
    background: #e6ebf2;
}

.service-gallery-item-large {
    grid-row: 1 / 3;
}

.service-gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.service-gallery-item:hover img {
    transform: scale(1.045);
}


/* FAQ */

.service-faq-section {
    padding: 110px 0;
    background: var(--wolpol-light);
}

.service-faq-list {
    max-width: 1050px;
    margin-left: auto;
}

.service-faq-item {
    background: #ffffff;
    border-top: 1px solid #dfe4eb;
}

.service-faq-item:last-child {
    border-bottom: 1px solid #dfe4eb;
}

.service-faq-item summary {
    position: relative;
    padding: 28px 70px 28px 28px;
    color: var(--wolpol-text);
    font-size: 19px;
    font-weight: 900;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

.service-faq-item summary::-webkit-details-marker {
    display: none;
}

.service-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 28px;
    color: var(--wolpol-red);
    font-size: 28px;
    font-weight: 400;
    transform: translateY(-50%);
}

.service-faq-item[open] summary::after {
    content: "−";
}

.service-faq-item p {
    max-width: 850px;
    margin: 0;
    padding: 0 28px 30px;
    color: var(--wolpol-muted);
    font-size: 16px;
    line-height: 1.8;
}


/* CTA */

.service-cta-section {
    padding: 90px 0;
    background: var(--wolpol-blue-dark);
    border-top: 6px solid var(--wolpol-red);
}

.service-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 60px;
    align-items: center;
}

.service-cta-section .service-small-label {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.55);
}

.service-cta-section h2 {
    max-width: 850px;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(42px, 4vw, 65px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -3px;
}

.service-cta-section h2 span {
    color: #ffffff;
}

.service-cta-section p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 18px;
    line-height: 1.75;
}

.service-cta-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
}

.service-primary-button-light {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--wolpol-blue);
}

.service-primary-button-light:hover {
    background: #ffffff;
    color: var(--wolpol-blue-dark);
}

.service-email-link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}


/* FOOTER */

.service-footer {
    padding: 32px 0;
    background: #183768;
    color: rgba(255, 255, 255, 0.7);
}

.service-footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.service-footer-grid > div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.service-footer strong,
.service-footer a {
    color: #ffffff;
}

.service-footer a {
    text-decoration: none;
}


/* ŚREDNIE EKRANY */

@media (max-width: 1450px) {

    .service-intro-grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(0, 1fr);

        gap: 55px;
    }

    .service-intro-grid .service-section-heading h2 {
        font-size: clamp(40px, 3.4vw, 54px);
        max-width: 560px;
    }
}


/* TABLET */

@media (max-width: 1150px) {
    .service-hero-grid {
        grid-template-columns: 1fr;
    }

    .service-hero-content {
        max-width: 900px;
    }

    .service-hero-media {
        max-width: 1000px;
    }

    .service-hero-badge {
        left: 25px;
    }

    .service-intro-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .service-intro-grid .service-section-heading {
        position: static;
    }

    .service-benefits-grid,
    .service-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-location-grid {
        grid-template-columns: 1fr 1fr;
    }

    .service-location-card:last-child {
        grid-column: 1 / -1;
    }
}


/* MOBILE */

@media (max-width: 700px) {
    .service-page-container {
        width: calc(100% - 40px);
    }

    .service-hero {
        padding: 60px 0 75px;
    }

    .service-hero-grid {
        gap: 45px;
    }

    .service-breadcrumbs {
        font-size: 12px;
    }

    .service-hero h1 {
        font-size: clamp(39px, 11vw, 54px);
        letter-spacing: -2px;
    }

    .service-hero h1 span {
        font-size: 0.58em;
        letter-spacing: -1px;
    }

    .service-hero-lead {
        padding-left: 16px;
        font-size: 16px;
    }

    .service-hero-actions {
        flex-direction: column;
    }

    .service-primary-button,
    .service-secondary-button {
        width: 100%;
    }

    .service-hero-media img {
        height: 390px;
    }

    .service-hero-badge {
        position: relative;
        left: auto;
        bottom: auto;
        min-width: 0;
        width: 100%;
    }

    .service-section-heading {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 40px;
    }

    .service-section-number {
        font-size: 58px;
        letter-spacing: -4px;
    }

    .service-section-heading h2 {
        font-size: clamp(35px, 9vw, 48px);
        letter-spacing: -2px;
    }

    .service-intro-section,
    .service-benefits-section,
    .service-locations-section,
    .service-process-section,
    .service-gallery-section,
    .service-faq-section {
        padding: 80px 0;
    }

    .service-intro-copy .service-lead {
        font-size: 20px;
    }

    .service-intro-copy p {
        font-size: 16px;
    }

    .service-benefits-grid,
    .service-location-grid,
    .service-process-grid {
        grid-template-columns: 1fr;
    }

    .service-benefit-card,
    .service-location-card {
        min-height: 0;
    }

    .service-location-card:last-child {
        grid-column: auto;
    }

    .service-process-step {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid #d9dfe7;
    }

    .service-process-step:last-child {
        border-bottom: 0;
    }

    .service-gallery-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .service-gallery-item,
    .service-gallery-item-large {
        grid-row: auto;
        height: 320px;
    }

    .service-faq-list {
        margin-left: 0;
    }

    .service-faq-item summary {
        padding: 24px 60px 24px 20px;
        font-size: 17px;
    }

    .service-faq-item summary::after {
        right: 20px;
    }

    .service-faq-item p {
        padding: 0 20px 25px;
    }

    .service-cta-section {
        padding: 75px 0;
    }

    .service-cta-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .service-cta-section h2 {
        font-size: clamp(38px, 10vw, 52px);
        letter-spacing: -2px;
    }

    .service-footer-grid {
        flex-direction: column;
        align-items: flex-start;
    }
}


@media (max-width: 420px) {
    .service-page-container {
        width: calc(100% - 28px);
    }

    .service-hero h1 {
        font-size: 37px;
    }

    .service-hero h1 span {
        font-size: 0.55em;
    }

    .service-hero-media img {
        height: 340px;
    }

    .service-section-number {
        font-size: 50px;
    }
}


/* =========================================
   MOBILE POLISH — FINALNE DOPIESZCZENIE
   DODANE DLA WSZYSTKICH PODSTRON USŁUGOWYCH
========================================= */

@media (max-width: 700px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .service-page,
    .service-hero,
    .service-intro-section,
    .service-benefits-section,
    .service-locations-section,
    .service-process-section,
    .service-gallery-section,
    .service-faq-section,
    .service-cta-section,
    .service-footer {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .service-page-container {
        width: calc(100% - 32px);
        max-width: 100%;
        min-width: 0;
        margin-left: auto;
        margin-right: auto;
    }


    /* =========================
       HERO
    ========================= */

    .service-hero {
        padding: 46px 0 62px;
    }

    .service-hero-grid {
        display: flex;
        flex-direction: column;
        gap: 34px;
        align-items: stretch;
    }

    .service-hero-content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        text-align: left;
    }

    .service-breadcrumbs {
        margin-bottom: 20px;
        gap: 6px;
        font-size: 11px;
        line-height: 1.5;
    }

    .service-eyebrow {
        margin-bottom: 12px;
        font-size: 10px;
        line-height: 1.45;
        letter-spacing: 1.5px;
    }

    .service-hero h1 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;

        font-size: clamp(34px, 10.5vw, 48px);
        line-height: 1.02;
        letter-spacing: -2px;

        overflow-wrap: anywhere;
        word-break: normal;
        hyphens: auto;
    }

    .service-hero h1 span {
        display: block;
        margin-top: 8px;

        font-size: clamp(20px, 6.2vw, 28px);
        line-height: 1.12;
        letter-spacing: -0.7px;

        overflow-wrap: anywhere;
    }

    .service-hero-lead {
        width: 100%;
        max-width: 100%;

        padding-left: 14px;

        font-size: 15px;
        line-height: 1.7;
    }

    .service-hero-actions {
        width: 100%;

        display: flex;
        flex-direction: column;

        gap: 10px;
        margin-top: 28px;
    }

    .service-primary-button,
    .service-secondary-button {
        width: 100%;
        min-height: 56px;

        padding-left: 18px;
        padding-right: 18px;

        font-size: 12px;
        text-align: center;
    }

    .service-hero-media {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .service-hero-media img {
        width: 100%;
        max-width: 100%;
        height: 330px;

        object-fit: cover;
    }

    .service-hero-badge {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;

        width: 100%;
        min-width: 0;

        padding: 18px 20px;
    }

    .service-hero-badge strong {
        font-size: 34px;
    }

    .service-hero-badge span {
        font-size: 12px;
    }


    /* =========================
       NAGŁÓWKI SEKCJI
    ========================= */

    .service-section-heading,
    .service-intro-grid .service-section-heading {
        position: static;

        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);

        gap: 10px;

        align-items: start;

        margin-bottom: 32px;
    }

    .service-section-number {
        font-size: 46px;
        line-height: 0.9;
        letter-spacing: -3px;
    }

    .service-section-heading > div,
    .service-intro-grid .service-section-heading > div {
        min-width: 0;
        max-width: 100%;
    }

    .service-small-label {
        margin-bottom: 6px;

        font-size: 10px;
        line-height: 1.4;
        letter-spacing: 1.4px;
    }

    .service-section-heading h2,
    .service-intro-grid .service-section-heading h2 {
        width: 100%;
        max-width: 100%;

        font-size: clamp(31px, 8.6vw, 42px);
        line-height: 1.02;
        letter-spacing: -1.7px;

        overflow-wrap: anywhere;
        word-break: normal;
        hyphens: auto;
    }


    /* =========================
       SEKCJE
    ========================= */

    .service-intro-section,
    .service-benefits-section,
    .service-locations-section,
    .service-process-section,
    .service-gallery-section,
    .service-faq-section {
        padding: 64px 0;
    }

    .service-intro-grid {
        display: block;
    }

    .service-intro-copy {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .service-intro-copy .service-lead {
        font-size: 19px;
        line-height: 1.55;
    }

    .service-intro-copy p {
        margin-bottom: 18px;

        font-size: 15px;
        line-height: 1.75;
    }


    /* =========================
       KAFLE ZALET
    ========================= */

    .service-benefits-grid {
        grid-template-columns: 1fr;
        gap: 1px;
    }

    .service-benefit-card {
        min-height: 0;
        padding: 28px 24px;
    }

    .benefit-number,
    .benefit-symbol {
        margin-bottom: 20px;
        font-size: 31px;
    }

    .benefit-symbol {
        font-size: 20px;
    }

    .service-benefit-card h3 {
        font-size: 20px;
    }

    .service-benefit-card p {
        font-size: 14px;
        line-height: 1.7;
    }


    /* =========================
       LOKALIZACJE
    ========================= */

    .service-location-grid {
        grid-template-columns: 1fr;
        gap: 1px;
    }

    .service-location-card,
    .service-location-card:last-child {
        grid-column: auto;

        min-height: 0;
        padding: 28px 24px;
    }

    .location-index {
        margin-bottom: 28px;
    }

    .service-location-card h3 {
        font-size: 22px;
        line-height: 1.2;
    }

    .service-location-card p {
        font-size: 15px;
        line-height: 1.72;
    }


    /* =========================
       PROCES
    ========================= */

    .service-process-grid {
        grid-template-columns: 1fr;
    }

    .service-process-step {
        min-height: 0;

        padding: 28px 22px;

        border-right: 0;
        border-bottom: 1px solid #d9dfe7;
    }

    .service-process-step:last-child {
        border-bottom: 0;
    }

    .service-process-step > span {
        margin-bottom: 22px;
    }

    .service-process-step h3 {
        font-size: 20px;
    }

    .service-process-step p {
        font-size: 14px;
        line-height: 1.7;
    }


    /* =========================
       GALERIA
    ========================= */

    .service-gallery-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: none;

        gap: 8px;
    }

    .service-gallery-item,
    .service-gallery-item-large {
        grid-row: auto;

        width: 100%;
        height: 260px;
    }

    .service-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    /* =========================
       FAQ
    ========================= */

    .service-faq-list {
        width: 100%;
        max-width: 100%;

        margin-left: 0;
    }

    .service-faq-item summary {
        padding: 21px 54px 21px 18px;

        font-size: 16px;
        line-height: 1.4;
    }

    .service-faq-item summary::after {
        right: 18px;
    }

    .service-faq-item p {
        padding: 0 18px 22px;

        font-size: 14px;
        line-height: 1.72;
    }


    /* =========================
       CTA
    ========================= */

    .service-cta-section {
        padding: 62px 0;
    }

    .service-cta-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .service-cta-section h2 {
        width: 100%;
        max-width: 100%;

        font-size: clamp(32px, 8.8vw, 44px);
        line-height: 1.04;
        letter-spacing: -1.8px;

        overflow-wrap: anywhere;
    }

    .service-cta-section p {
        font-size: 15px;
        line-height: 1.7;
    }

    .service-cta-actions {
        width: 100%;
    }

    .service-email-link {
        overflow-wrap: anywhere;
    }


    /* =========================
       STOPKA
    ========================= */

    .service-footer {
        padding: 28px 0;
    }

    .service-footer-grid {
        flex-direction: column;
        align-items: flex-start;

        gap: 18px;
    }

    .service-footer-grid > div {
        width: 100%;
        max-width: 100%;
    }

    .service-footer a,
    .service-footer span,
    .service-footer strong {
        overflow-wrap: anywhere;
    }

}


@media (max-width: 430px) {

    .service-page-container {
        width: calc(100% - 24px);
    }

    .service-hero {
        padding-top: 38px;
    }

    .service-hero h1 {
        font-size: 33px;
        letter-spacing: -1.6px;
    }

    .service-hero h1 span {
        font-size: 20px;
    }

    .service-hero-media img {
        height: 285px;
    }

    .service-section-heading,
    .service-intro-grid .service-section-heading {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .service-section-number {
        font-size: 40px;
    }

    .service-section-heading h2,
    .service-intro-grid .service-section-heading h2 {
        font-size: 29px;
        letter-spacing: -1.4px;
    }

    .service-gallery-item,
    .service-gallery-item-large {
        height: 230px;
    }

}


@media (max-width: 360px) {

    .service-page-container {
        width: calc(100% - 18px);
    }

    .service-hero h1 {
        font-size: 30px;
    }

    .service-hero h1 span {
        font-size: 18px;
    }

    .service-section-heading,
    .service-intro-grid .service-section-heading {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 8px;
    }

    .service-section-number {
        font-size: 35px;
    }

    .service-section-heading h2,
    .service-intro-grid .service-section-heading h2 {
        font-size: 26px;
    }

    .service-primary-button,
    .service-secondary-button {
        font-size: 11px;
    }

}


/* =========================================
   LISTA MIEJSCOWOŚCI — SEO + UX
========================================= */

.service-towns-section {
    padding: 110px 0;
    background: #ffffff;
}

.service-towns-intro {
    max-width: 980px;
    margin: -20px 0 38px auto;
}

.service-towns-intro p {
    margin: 0;
    color: var(--wolpol-muted);
    font-size: 18px;
    line-height: 1.8;
}

.service-towns-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service-towns-list li {
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 18px;
    background: var(--wolpol-light);
    border-left: 4px solid transparent;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease,
        background 0.25s ease;
}

.service-towns-list li:hover {
    transform: translateY(-4px);
    background: #ffffff;
    border-color: var(--wolpol-red);
    box-shadow: 0 14px 34px rgba(47, 92, 171, 0.12);
}

.service-towns-list span {
    display: block;
    color: var(--wolpol-text);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.25;
}

.service-towns-list small {
    display: block;
    margin-top: 6px;
    color: var(--wolpol-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 1150px) {
    .service-towns-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .service-towns-section {
        padding: 64px 0;
    }

    .service-towns-intro {
        margin: -12px 0 28px;
    }

    .service-towns-intro p {
        font-size: 15px;
        line-height: 1.72;
    }

    .service-towns-list {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .service-towns-list li {
        min-height: 0;
        padding: 15px 16px;
    }

    .service-towns-list span {
        font-size: 16px;
    }

    .service-towns-list small {
        font-size: 11px;
    }
}

@media (min-width: 701px) {
    .service-towns-list li:nth-child(4n + 1) {
        border-left-color: rgba(47, 92, 171, 0.22);
    }
}
