/* DLA FIRM PAGE — premium */

/* Klienci */
.firma-klienci {
    background: #fff;
    padding: 44px 20px;
    border-bottom: 1px solid #eef2f8;
}
.firma-klienci .container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.firma-klienci-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #b0bac8;
    margin-bottom: 22px;
}
.firma-klienci-tagi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    row-gap: 6px;
}
.firma-klienci-tagi span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4a6080;
    padding: 0 14px;
    position: relative;
}
.firma-klienci-tagi span + span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #c8d6e8;
}

@media (max-width: 600px) {
    .firma-klienci-tagi span + span::before {
        display: none;
    }
    .firma-klienci-tagi span {
        padding: 2px 10px;
    }
}

/* Hero */
.firma-page .page-hero {
    background: linear-gradient(135deg, #060f22 0%, #0d2249 50%, #1a478b 100%);
    padding: 48px 20px 40px;
    border-bottom: none;
    position: relative;
    overflow: hidden;
}
.firma-page .page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(37,88,168,0.35) 0%, transparent 70%);
    pointer-events: none;
}
.firma-page .page-hero .container {
    position: relative;
    z-index: 1;
}
.firma-page .page-hero h1 {
    font-size: 2.4rem;
    color: #fff;
    margin-bottom: 12px;
}
.firma-page .page-hero p {
    color: rgba(255,255,255,0.72);
    font-size: 0.9rem;
    max-width: 560px;
    margin: 0 auto;
}
.firma-hero-badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.firma-hero-badges span {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 100px;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.88);
    letter-spacing: 0.04em;
}

/* Stats strip */
.firma-stats {
    background: #fff;
    border-bottom: 1px solid #eef2f8;
    padding: 44px 20px;
}
.firma-stats-grid {
    max-width: 680px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
}
.firma-stat strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 900;
    color: #0d2249;
    line-height: 1.1;
    margin-bottom: 6px;
}
.firma-stat span {
    font-size: 0.75rem;
    color: #7a8fa8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Intro */
.firma-intro {
    background: #fff;
    padding: 40px 20px 36px;
    border-bottom: 1px solid #eef2f8;
}
.firma-intro .container {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.firma-intro p {
    font-size: 1.12rem;
    color: #444;
    line-height: 1.82;
    margin-bottom: 16px;
}
.firma-wspolpracujemy {
    margin-top: 28px;
}
.firma-wspolpracujemy-label {
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b0bac8 !important;
    margin-bottom: 16px !important;
    line-height: 1 !important;
}
.firma-wspolpracujemy ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 640px;
    text-align: center;
    line-height: 2.2;
}
.firma-wspolpracujemy li {
    display: inline;
    font-size: 0.78rem;
    color: #4a6080;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.firma-wspolpracujemy li::before {
    display: none;
}
.firma-wspolpracujemy li:not(:last-child)::after {
    content: '·';
    color: #c8d6e8;
    margin: 0 10px;
    font-size: 1.2em;
    vertical-align: middle;
}
.firma-intro-coda {
    margin-top: 28px !important;
    font-weight: 600 !important;
    color: #0d2249 !important;
}

/* Zalety — karty 2x2 */
.firma-zalety {
    background: linear-gradient(180deg, #f4f8fd 0%, #fff 100%);
    padding: 80px 20px;
}
.firma-zalety .container {
    max-width: 900px;
    margin: 0 auto;
}
.firma-zalety h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #0d2249;
    text-align: center;
    margin-bottom: 48px;
}
.firma-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}
.firma-list li {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #d8e5f5;
    border-radius: 18px;
    padding: 34px 30px;
    box-shadow: 0 2px 16px rgba(13,34,73,0.06);
    transition: transform 0.22s, box-shadow 0.22s;
}
.firma-list li:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(13,34,73,0.12);
}
.firma-list li span {
    width: 44px;
    height: 44px;
    background-color: #1a478b;
    margin-bottom: 18px;
    flex-shrink: 0;
    display: block;
}
.firma-list li strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0d2249;
    margin-bottom: 10px;
}
.firma-list li p {
    font-size: 0.93rem;
    color: #556;
    line-height: 1.72;
    margin: 0;
}
.mdi--email-outline {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6m-2 0l-8 5-8-5h16m0 12H4V8l8 5 8-5v10z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6m-2 0l-8 5-8-5h16m0 12H4V8l8 5 8-5v10z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}
.mdi--receipt-text {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 2h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m2 5v2h10V7H7m0 4v2h10v-2H7m0 4v2h7v-2H7z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 2h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1m2 5v2h10V7H7m0 4v2h10v-2H7m0 4v2h7v-2H7z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}
.mdi--tag-outline {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.63 5.84C17.27 5.33 16.67 5 16 5H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h11c.67 0 1.27-.34 1.63-.84L22 12l-4.37-6.16M16 17H5V7h11l3.55 5z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.63 5.84C17.27 5.33 16.67 5 16 5H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h11c.67 0 1.27-.34 1.63-.84L22 12l-4.37-6.16M16 17H5V7h11l3.55 5z'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}

/* CTA */
.firma-cta-section {
    background: linear-gradient(135deg, #060f22 0%, #0d2249 40%, #1a478b 100%);
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.firma-cta-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 60%, rgba(37,88,168,0.4) 0%, transparent 65%);
    pointer-events: none;
}
.firma-cta-section .container {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.firma-cta-section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
}
.firma-cta-section p {
    color: rgba(255,255,255,0.75);
    font-size: 1rem;
    margin-bottom: 36px;
    line-height: 1.7;
}
.firma-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.firma-cta-buttons .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 36px;
    background: #fff;
    color: #0d2249 !important;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 12px;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.18);
    letter-spacing: 0.01em;
}
.firma-cta-buttons .btn-primary span {
    background-color: #0d2249;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin: 0;
}
.firma-cta-buttons .btn-secondary span {
    background-color: #fff;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin: 0;
}
.firma-cta-buttons .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.28);
}
.firma-cta-buttons .btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 36px;
    background: transparent;
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
    border: 2px solid rgba(255,255,255,0.45);
    border-radius: 12px;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}
.firma-cta-buttons .btn-secondary:hover {
    border-color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.08);
}

/* ── Typy klientów (icon tiles) ────────────────────────────── */
.firma-typy {
    margin-top: 28px;
}
.firma-typy-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}
.firma-typ {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f4f8fd;
    border: 1px solid #d8e5f5;
    border-radius: 14px;
    padding: 18px 12px 14px;
    width: 108px;
    text-align: center;
    transition: transform 0.22s, box-shadow 0.22s;
}
.firma-typ:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(13,34,73,0.1);
}
.firma-typ-icon {
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto 12px;
    background: #1a478b;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
}
.firma-typ strong {
    font-size: 0.73rem;
    font-weight: 700;
    color: #0d2249;
    letter-spacing: 0.02em;
    line-height: 1.3;
}
.icon-hotel {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3m12-6h-8v7H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3m12-6h-8v7H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4'/%3E%3C/svg%3E");
}
.icon-biuro {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 3v18h6v-3.5h2V21h6V3zm2 2h2v2H7zm0 4h2v2H7zm0 4h2v2H7zm0 4h2v2H7zm4-12h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zm4-12h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 3v18h6v-3.5h2V21h6V3zm2 2h2v2H7zm0 4h2v2H7zm0 4h2v2H7zm0 4h2v2H7zm4-12h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zm4-12h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2zm0 4h2v2h-2z'/%3E%3C/svg%3E");
}
.icon-restauracja {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11 9H9V2H7v7H5V2H3v7c0 2.12 1.66 3.84 3.75 3.97V22h2.5v-9.03C11.34 12.84 13 11.12 13 9V2h-2v7m5-3v6h2.5v9H21V2c-2.76 0-5 2.24-5 4z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11 9H9V2H7v7H5V2H3v7c0 2.12 1.66 3.84 3.75 3.97V22h2.5v-9.03C11.34 12.84 13 11.12 13 9V2h-2v7m5-3v6h2.5v9H21V2c-2.76 0-5 2.24-5 4z'/%3E%3C/svg%3E");
}
.icon-apartament {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");
}
.icon-nieruchomosci {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18 15h-2v-2h2m0 6h-2v-2h2m-4-4h-2v-2h2m0 6h-2v-2h2M8 9H6V7h2m0 4H6V9h2m0 4H6v-2h2m0 4H6v-2h2M18 9h-2V7h2m-4 2h-2V7h2M14 3H10V1H8v2H4v18h16V3h-6z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18 15h-2v-2h2m0 6h-2v-2h2m-4-4h-2v-2h2m0 6h-2v-2h2M8 9H6V7h2m0 4H6V9h2m0 4H6v-2h2m0 4H6v-2h2M18 9h-2V7h2m-4 2h-2V7h2M14 3H10V1H8v2H4v18h16V3h-6z'/%3E%3C/svg%3E");
}

/* ── Proces (3 kroki) ─────────────────────────────────────── */
.firma-proces {
    background: #f4f8fd;
    padding: 72px 20px;
    border-bottom: 1px solid #eef2f8;
}
.firma-proces .container {
    max-width: 820px;
    margin: 0 auto;
}
.firma-proces h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #0d2249;
    text-align: center;
    margin-bottom: 48px;
}
.firma-proces-steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.firma-proces-step {
    flex: 1;
    max-width: 220px;
    text-align: center;
    padding: 0 16px;
}
.firma-proces-num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a478b, #0d2249);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    box-shadow: 0 4px 14px rgba(13,34,73,0.25);
}
.firma-proces-step strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0d2249;
    margin-bottom: 8px;
}
.firma-proces-step p {
    font-size: 0.87rem;
    color: #667788;
    line-height: 1.65;
    margin: 0;
}
.firma-proces-arrow {
    flex-shrink: 0;
    font-size: 1.6rem;
    color: #c8d6e8;
    padding-top: 12px;
    line-height: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .firma-stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .firma-stat strong {
        font-size: 1.4rem;
    }
    .firma-page .page-hero h1 {
        font-size: 1.55rem;
    }
    .firma-page .page-hero {
        padding: 32px 20px 28px;
    }
    .firma-zalety h2,
    .firma-cta-section h2 {
        font-size: 1.55rem;
    }
    .firma-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .firma-list li {
        padding: 24px 22px;
        flex-direction: row;
        align-items: flex-start;
        gap: 16px;
    }
    .firma-list li span {
        margin-bottom: 0;
        margin-top: 2px;
        flex-shrink: 0;
    }
    .firma-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .firma-cta-buttons .btn-primary,
    .firma-cta-buttons .btn-secondary {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
    .firma-proces-steps {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .firma-proces-arrow {
        transform: rotate(90deg);
        padding: 2px 0;
    }
    .firma-proces-step {
        max-width: 280px;
    }
}

/* ── FAQ B2B ── */
.firma-faq-section {
    background: #f4f7fb;
    padding: 72px 20px 80px;
}
.firma-faq-header {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
}
.firma-faq-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.65rem;
    font-weight: 800;
    color: #1a2e5a;
    margin-bottom: 12px;
}
.firma-faq-header p {
    color: #6b7fa3;
    font-size: 1rem;
    line-height: 1.6;
}
.firma-faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.firma-faq-item {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #dce8f7;
    box-shadow: 0 2px 10px rgba(26,71,139,0.05);
    overflow: hidden;
}
.firma-faq-item[open] {
    border-color: #b8d0ef;
    box-shadow: 0 4px 20px rgba(26,71,139,0.10);
}
.firma-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 56px 22px 24px;
    font-weight: 700;
    font-size: 1rem;
    color: #1a2e5a;
    position: relative;
    user-select: none;
    line-height: 1.4;
}
.firma-faq-item summary::-webkit-details-marker { display: none; }
.firma-faq-item summary::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-color: #1a478b;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    transition: transform 0.25s;
    flex-shrink: 0;
}
.firma-faq-item[open] summary::after {
    transform: translateY(-50%) rotate(180deg);
}
.firma-faq-item[open] summary {
    color: #1a478b;
    border-bottom: 1px solid #e8f0fb;
}
.firma-faq-answer {
    padding: 18px 24px 22px;
    color: #4a5568;
    font-size: 0.97rem;
    line-height: 1.78;
}
.firma-faq-answer p {
    margin: 0;
}

@media (max-width: 768px) {
    .firma-faq-section {
        padding: 48px 16px 56px;
    }
    .firma-faq-header {
        margin-bottom: 32px;
    }
    .firma-faq-header h2 {
        font-size: 1.35rem;
    }
    .firma-faq-item summary {
        padding: 18px 48px 18px 18px;
        font-size: 0.95rem;
    }
    .firma-faq-answer {
        padding: 14px 18px 18px;
    }
}
