body.pg-websites .page-hero--strip,
body.pg-site-check .page-hero--strip,
body.pg-websites .page-hero--offer,
body.pg-site-check .page-hero--offer {
    padding: 40px 0 40px;
}
body.pg-websites .section--hero,
body.pg-site-check .section--hero {
    /* v7.27.56: gap top unify 170px (bylo 193) - clamp -24px */
    padding-top: clamp(24px, 3vw, 40px);
    padding-bottom: clamp(28px, 3vw, 40px);
}
body.pg-websites .section .section-label,
body.pg-site-check .section .section-label,
body.pg-websites .section .section-title,
body.pg-site-check .section .section-title,
body.pg-websites .section .section-subtitle,
body.pg-site-check .section .section-subtitle {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body.pg-websites .section--light .section-label,
body.pg-site-check .section--light .section-label,
body.pg-websites .section--alt .section-label,
body.pg-site-check .section--alt .section-label,
body.pg-websites .section--dark .section-label,
body.pg-site-check .section--dark .section-label {
    padding-left: 0;
}
body.pg-websites .section--light .section-label::before,
body.pg-site-check .section--light .section-label::before,
body.pg-websites .section--alt .section-label::before,
body.pg-site-check .section--alt .section-label::before,
body.pg-websites .section--dark .section-label::before,
body.pg-site-check .section--dark .section-label::before {
    display: none;
    content: none;
}
body.pg-websites .page-hero--strip .container::before,
body.pg-site-check .page-hero--strip .container::before,
body.pg-websites .page-hero--strip .container::after,
body.pg-site-check .page-hero--strip .container::after {
    display: none;
}
body.pg-websites .page-hero--strip::after,
body.pg-site-check .page-hero--strip::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 120%;
    background: radial-gradient(ellipse at center, rgba(255, 60, 0, 0.06) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}
body.pg-websites .offer-strip__eyebrow,
body.pg-site-check .offer-strip__eyebrow { animation: heroFadeUp 0.5s ease-out 0.1s both; }
body.pg-websites .offer-strip__title,
body.pg-site-check .offer-strip__title { animation: heroFadeUp 0.6s ease-out 0.2s both; }
body.pg-websites .offer-strip__subtitle,
body.pg-site-check .offer-strip__subtitle { animation: heroFadeUp 0.6s ease-out 0.3s both; }
body.pg-websites .offer-strip__actions,
body.pg-site-check .offer-strip__actions { animation: heroFadeUp 0.6s ease-out 0.4s both; }
body.pg-websites .trust-card:nth-child(1),
body.pg-site-check .trust-card:nth-child(1) { animation: heroFadeUp 0.55s ease-out 0.5s both; }
body.pg-websites .trust-card:nth-child(2),
body.pg-site-check .trust-card:nth-child(2) { animation: heroFadeUp 0.55s ease-out 0.6s both; }
body.pg-websites .trust-card:nth-child(3),
body.pg-site-check .trust-card:nth-child(3) { animation: heroFadeUp 0.55s ease-out 0.7s both; }
@media (prefers-reduced-motion: reduce) {
body.pg-websites .offer-strip__eyebrow,
body.pg-site-check .offer-strip__eyebrow,
body.pg-websites .offer-strip__title,
body.pg-site-check .offer-strip__title,
body.pg-websites .offer-strip__subtitle,
body.pg-site-check .offer-strip__subtitle,
body.pg-websites .offer-strip__actions,
body.pg-site-check .offer-strip__actions,
body.pg-websites .trust-card,
body.pg-site-check .trust-card {
        animation: none;
    }
}
body.pg-websites #proces,
body.pg-site-check #proces {
    padding-top: clamp(48px, 5vw, 72px);
    padding-bottom: clamp(48px, 5vw, 72px);
}
body.pg-websites .process,
body.pg-site-check .process {
    background: transparent !important;
    padding: 0 !important;
}
body.pg-websites .buy-box,
body.pg-site-check .buy-box {
    max-width: 1100px;
    margin: clamp(24px, 3vw, 40px) auto 0;
}
body.pg-websites .buy-box__ribbon,
body.pg-site-check .buy-box__ribbon {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    padding: 11px 20px;
}
body.pg-websites .buy-box__list li,
body.pg-site-check .buy-box__list li {
    align-items: flex-start;
    line-height: 1.55;
    font-size: 0.9375rem;
}
body.pg-websites .buy-box__list li strong,
body.pg-site-check .buy-box__list li strong {
    color: var(--color-dark, #121C27);
    font-weight: 600;
}
body.pg-websites .buy-box__list li span,
body.pg-site-check .buy-box__list li span {
    flex: 1;
}
body.pg-websites #opinie,
body.pg-site-check #opinie {
    padding-top: clamp(32px, 3.5vw, 48px);   /* mniejszy odstęp góra/dół wokół karuzeli opinii */
    padding-bottom: clamp(32px, 3.5vw, 48px);
}
body.pg-websites #cennik,
body.pg-site-check #cennik {
    padding-top: clamp(36px, 4vw, 56px);     /* mniejszy padding wokół buy-box */
    padding-bottom: clamp(36px, 4vw, 56px);
}
body.pg-websites .opinions-header,
body.pg-site-check .opinions-header {
    align-items: center;
    margin-bottom: clamp(32px, 4vw, 48px);
}
body.pg-websites .faq-section,
body.pg-site-check .faq-section {
    background: #0A1220;
    padding-top: clamp(64px, 7vw, 96px);
    padding-bottom: clamp(64px, 7vw, 96px);
    position: relative;
    overflow: hidden;
}
body.pg-websites .faq-section::before,
body.pg-site-check .faq-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 15% 20%, rgba(255, 60, 0, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgba(255, 60, 0, 0.04) 0%, transparent 45%);
    pointer-events: none;
}
body.pg-websites .faq-section > .container,
body.pg-site-check .faq-section > .container {
    position: relative;
    z-index: 1;
    max-width: 880px;
}
body.pg-websites .container--narrow,
body.pg-site-check .container--narrow {
    max-width: 880px;
}
body.pg-websites #more-info,
body.pg-site-check #more-info {
    padding-top: clamp(48px, 5vw, 72px);
    padding-bottom: clamp(48px, 5vw, 72px);
}
body.pg-websites .section-subtitle,
body.pg-site-check .section-subtitle {
    text-wrap: pretty;
    hyphens: auto;
    -webkit-hyphens: auto;
}
body.pg-websites .section-title,
body.pg-site-check .section-title,
body.pg-websites .pillar__title,
body.pg-site-check .pillar__title,
body.pg-websites .pillar-item > summary,
body.pg-site-check .pillar-item > summary {
    text-wrap: balance;
}
@media (max-width: 600px) {
    .pillar {
        padding: 20px 16px;
        border-radius: 14px;
        gap: 16px;
    }
    .pillar__side {
        padding-bottom: 16px;
    }
    .pillar__icon {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }
    .pillar__icon svg {
        width: 22px;
        height: 22px;
    }
    .pillar__head {
        gap: 8px;
        margin-bottom: 10px;
    }
    .pillar__badge {
        font-size: 0.625rem;
        padding: 3px 7px;
        letter-spacing: 0.1em;
    }
    .pillar__title {
        font-size: 1.1875rem;
        line-height: 1.25;
        margin-bottom: 8px;
    }
    .pillar__sub {
        font-size: 0.875rem;
        line-height: 1.55;
        margin-bottom: 12px;
    }
    .pillar__stamp {
        font-size: 0.625rem;
        padding: 5px 9px 5px 8px;
        letter-spacing: 0.06em;
    }
    .pillar__stamp svg {
        width: 11px;
        height: 11px;
    }

    .pillar__main {
        gap: 6px;
    }

    .pillar-item {
        border-radius: 8px;
    }
    .pillar-item > summary {
        font-size: 0.875rem;
        line-height: 1.4;
        padding: 10px 10px 10px 12px;
        gap: 8px;
    }
    .pillar-item > summary > svg:first-child {
        width: 14px;
        height: 14px;
        margin-top: 2px;
        align-self: flex-start;
    }
    .pillar-item > summary strong {
        font-weight: 600;
    }
    .pillar-item__body {
        font-size: 0.8125rem;
        line-height: 1.55;
        padding: 2px 12px 12px 34px;
    }
    .pillar-item__more {
        padding: 6px;
        margin-left: auto;
        align-self: center;
        gap: 0;
        min-width: 28px;
        min-height: 28px;
        justify-content: center;
        align-items: center;
    }
    .pillar-item__more::before {
        content: none;
        display: none;
        font-size: 0;
        width: 0;
    }
    .pillar-item__more::after {
        width: 10px;
        height: 10px;
        margin: 0;
    }
    .pillar-item[open] .pillar-item__more::before {
        content: '';
    }

/* Section title: stack lines naturally */
    body.pg-websites .section-title,
/* Section title: stack lines naturally */
    body.pg-site-check .section-title {
        font-size: clamp(1.5rem, 6vw, 1.875rem);
    }
body.pg-websites .section-subtitle,
body.pg-site-check .section-subtitle {
        font-size: 0.875rem;
    }
}
body.pg-websites .si-audit-strip,
body.pg-site-check .si-audit-strip {
    padding: clamp(28px, 3vw, 40px) 0;
    background: var(--color-bg-alt, #FAF7F5);
}
body.pg-websites .si-audit-card,
body.pg-site-check .si-audit-card {
    display: flex;
    align-items: center;
    gap: clamp(14px, 2vw, 20px);
    width: 100%;
    max-width: 1100px;       /* dopasowane do .cta-hub poniżej */
    margin: 0 auto;
    padding: 14px 22px;
    background: #fff;
    border: 1px solid var(--color-border, #E5E2E0);
    border-left: 3px solid var(--color-primary, #FF3C00);
    border-radius: var(--radius-lg, 12px);
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    transition: all 0.25s;
    box-shadow: 0 4px 12px -8px rgba(18, 28, 39, 0.08);
}
body.pg-websites .si-audit-card:hover,
body.pg-site-check .si-audit-card:hover {
    border-color: rgba(255, 60, 0, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -10px rgba(18, 28, 39, 0.15);
}
body.pg-websites .si-audit-card__icon,
body.pg-site-check .si-audit-card__icon {
    flex-shrink: 0;
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 60, 0, 0.10);
    color: var(--color-primary, #FF3C00);
}
body.pg-websites .si-audit-card__body,
body.pg-site-check .si-audit-card__body {
    flex: 1;
    line-height: 1.4;
    min-width: 0;
}
body.pg-websites .si-audit-card__body strong,
body.pg-site-check .si-audit-card__body strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 15.5px;
    font-weight: 700;
    color: var(--color-dark, #121C27);
    margin-bottom: 2px;
    letter-spacing: -0.01em;
}
body.pg-websites .si-audit-card__body span,
body.pg-site-check .si-audit-card__body span {
    font-family: var(--font-body);
    font-size: 13.5px;
    color: var(--color-text-muted, #5A6270);
    line-height: 1.45;
}
body.pg-websites .si-audit-card__cta,
body.pg-site-check .si-audit-card__cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 16px;
    background: var(--color-primary, #FF3C00);
    color: #fff;
    border-radius: 50px;
    font-family: var(--font-heading);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: gap 0.25s;
}
body.pg-websites .si-audit-card:hover .si-audit-card__cta,
body.pg-site-check .si-audit-card:hover .si-audit-card__cta { gap: 10px; }
@media (max-width: 640px) {
body.pg-websites .si-audit-card,
body.pg-site-check .si-audit-card { flex-wrap: wrap; padding: 16px; }
body.pg-websites .si-audit-card__cta,
body.pg-site-check .si-audit-card__cta { width: 100%; justify-content: center; }
}
/* Stare CSS .si-audit-modal* - usunięte. Modal audytu używa teraz globalnego
wzorca .popup-overlay/.popup--order (zgodne z innymi modalami na stronie). */

/* --- FAQ cenowe (v7.31.1,
brief Ads 24.07.2026) ---------------------------
   Bez naglowka i bez wstepu (decyzja usera 27.07) - same rozwijane pytania
   tuz pod przyciskiem "Zobacz wszystkie opinie w Google".
   Korzysta z GOTOWYCH klas .faq-grid / .faq-col / .faq-item z pages.css. */
body.pg-websites .si-faq,
brief Ads 24.07.2026) ---------------------------
   Bez naglowka i bez wstepu (decyzja usera 27.07) - same rozwijane pytania
   tuz pod przyciskiem "Zobacz wszystkie opinie w Google".
   Korzysta z GOTOWYCH klas .faq-grid / .faq-col / .faq-item z pages.css. */
body.pg-site-check .si-faq {
    padding-top: var(--space-6, 1.5rem);
    padding-bottom: var(--space-12, 3rem);
}
body.pg-websites .si-faq .faq-grid,
body.pg-site-check .si-faq .faq-grid { margin-top: 0; }
