/* Analizaumowy.pl - Batch 06: sitemap, opinie, wspolpraca, oferta */
.au-b06-page,
.au-sitemap-page,
.au-reviews-page {
    box-sizing: border-box;
}

.au-b06-hero {
    padding: 24px 26px;
    background: #f6f8fa;
    border: 1px solid #e0e5e9;
    border-radius: 8px;
}

.au-b06-eyebrow {
    display: block;
    margin: 0 0 7px;
    color: #55718b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.au-b06-hero h1,
.au-b06-section-head h2,
.au-b06-bottom-cta h2 {
    margin: 0;
    color: #1f2d3a;
    line-height: 1.25;
}

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

.au-b06-hero p {
    max-width: 760px;
    margin: 12px 0 0;
    color: #4d5a65;
    font-size: 16px;
    line-height: 1.65;
}

.au-b06-section {
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid #e7eaed;
}

.au-b06-section-head {
    margin-bottom: 18px;
}

.au-b06-section-head h2 {
    font-size: 23px;
}

.au-b06-section-head p {
    margin: 8px 0 0;
    color: #66727c;
}

.au-b06-grid,
.au-b06-price-grid {
    display: grid;
    gap: 14px;
}

.au-b06-grid-3,
.au-b06-price-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.au-b06-card,
.au-b06-price,
.au-b06-review {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e1e5e8;
    border-radius: 8px;
}

.au-b06-card {
    padding: 20px;
}

.au-b06-number {
    display: inline-block;
    margin-bottom: 14px;
    color: #6a7f91;
    font-size: 12px;
    font-weight: 800;
}

.au-b06-card h3 {
    margin: 0 0 8px;
    color: #233341;
    font-size: 18px;
}

.au-b06-card p {
    margin: 0 0 10px;
    color: #56636e;
    line-height: 1.55;
}

.au-b06-card p:last-child {
    margin-bottom: 0;
}

.au-b06-checks {
    margin: 0;
    padding: 18px 22px 18px 44px;
    background: #f8fafb;
    border: 1px solid #e2e7ea;
    border-radius: 8px;
}

.au-b06-checks li {
    margin: 7px 0;
    color: #44515c;
    line-height: 1.55;
}

.au-b06-bottom-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 30px;
    padding: 22px 24px;
    background: #f3f7fa;
    border: 1px solid #d9e3ea;
    border-radius: 8px;
}

.au-b06-bottom-cta h2 {
    font-size: 21px;
}

.au-b06-bottom-cta p {
    margin: 8px 0 0;
    color: #56636e;
    line-height: 1.55;
}

.au-b06-bottom-cta > a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    background: #2c5987;
    border-radius: 6px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
}

.au-b06-price {
    padding: 21px 18px;
}

.au-b06-price > span {
    display: block;
    margin-bottom: 6px;
    color: #637383;
    font-size: 13px;
    font-weight: 700;
}

.au-b06-price strong {
    display: block;
    color: #213546;
    font-size: 22px;
}

.au-b06-price p {
    margin: 10px 0 0;
    color: #5c6872;
    line-height: 1.5;
}

.au-b06-price-featured {
    border-color: #b7cbdc;
    background: #f7fafc;
}

.au-b06-metric-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.au-b06-metric-links a,
.au-sitemap-categories a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 13px;
    background: #fff;
    border: 1px solid #dce3e8;
    border-radius: 6px;
    text-decoration: none;
}

.au-sitemap-head {
    padding: 24px 26px;
    background: #f6f8fa;
    border: 1px solid #e0e5e9;
    border-radius: 8px;
}

.au-sitemap-head h1 {
    margin: 0;
    color: #1f2d3a;
    font-size: 30px;
}

.au-sitemap-head p {
    margin: 11px 0 0;
    color: #53616d;
    line-height: 1.6;
}

.au-sitemap-categories {
    margin-top: 16px;
    padding: 16px 18px;
    background: #f9fafb;
    border: 1px solid #e3e7ea;
    border-radius: 8px;
}

.au-sitemap-categories > strong {
    display: block;
    margin-bottom: 9px;
    color: #33414e;
}

.au-sitemap-categories > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.au-sitemap-search {
    margin: 18px 0 12px;
}

.au-sitemap-search label {
    display: block;
    margin-bottom: 7px;
    color: #34424e;
    font-size: 13px;
    font-weight: 700;
}

.au-sitemap-search input {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid #ccd5dc;
    border-radius: 7px;
    background: #fff;
    font: inherit;
}

.au-sitemap-search p {
    margin: 7px 0 0;
    color: #6a7680;
    font-size: 13px;
}

.au-sitemap-list {
    border-top: 1px solid #e6eaed;
}

.au-sitemap-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 12px 2px;
    border-bottom: 1px solid #e9ecef;
}

.au-sitemap-item a {
    color: #27547d;
    font-weight: 650;
    line-height: 1.4;
    text-decoration: none;
}

.au-sitemap-item time {
    color: #7b858d;
    font-size: 12px;
    white-space: nowrap;
}

.au-sitemap-item[hidden] {
    display: none;
}

.au-sitemap-empty,
.au-b06-empty {
    padding: 18px;
    background: #f8f9fa;
    border-radius: 7px;
    color: #65717b;
}

.au-b06-reviews {
    display: grid;
    gap: 12px;
}

.au-b06-review {
    padding: 18px 20px;
}

.au-b06-review time {
    display: block;
    margin-bottom: 8px;
    color: #7a858e;
    font-size: 12px;
}

.au-b06-review-copy {
    color: #3f4c57;
    line-height: 1.65;
}

.au-b06-review-note {
    margin: 10px 0 0;
    color: #63707a;
    font-style: italic;
}

.au-b06-review-signature {
    margin: 8px 0 0;
    color: #263947;
    font-weight: 700;
}

.au-b06-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 18px;
}

.au-b06-pagination a,
.au-b06-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 36px;
    padding: 0 10px;
    border: 1px solid #d7dfe5;
    border-radius: 5px;
    background: #fff;
    text-decoration: none;
}

.au-b06-pagination span[aria-current="page"] {
    background: #2c5987;
    border-color: #2c5987;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 760px) {
    .au-b06-grid-3,
    .au-b06-price-grid {
        grid-template-columns: 1fr;
    }

    .au-b06-bottom-cta {
        display: block;
    }

    .au-b06-bottom-cta > a {
        width: 100%;
        box-sizing: border-box;
        margin-top: 16px;
    }

    .au-sitemap-item {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}

@media (max-width: 560px) {
    .au-b06-hero,
    .au-sitemap-head {
        padding: 18px 16px;
    }

    .au-b06-hero h1,
    .au-sitemap-head h1 {
        font-size: 24px;
    }

    .au-b06-section-head h2 {
        font-size: 20px;
    }
}
