.szo-landing {
    --ink: #111;
    --paper: #fff;
    --soft: #f3f2ef;
    --line: #d9d7d1;
    width: 100vw;
    max-width: none !important;
    margin-left: calc(50% - 50vw);
    background: var(--paper);
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
    overflow: hidden;
}

.szo-landing * { box-sizing: border-box; }
.szo-landing a { color: inherit; text-decoration: none; }
.szo-landing h1,
.szo-landing h2,
.szo-landing h3,
.szo-landing p { margin-top: 0; }
.szo-landing h1,
.szo-landing h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
    letter-spacing: -.035em;
}

.szo-hero {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    min-height: 690px;
}

.szo-hero-copy {
    padding: clamp(72px, 9vw, 132px) clamp(32px, 7vw, 108px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.szo-eyebrow {
    font-size: 12px !important;
    font-weight: 900;
    letter-spacing: .16em;
    margin: 0 0 22px !important;
}

.szo-landing h1 {
    max-width: 760px;
    font-size: clamp(52px, 6vw, 92px) !important;
    line-height: .98 !important;
    margin-bottom: 32px;
}

.szo-lead {
    max-width: 630px;
    font-size: clamp(18px, 1.5vw, 23px) !important;
    line-height: 1.55;
    color: #3b3b3b;
}

.szo-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 20px;
}

.szo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #fff !important;
    min-height: 56px;
    padding: 0 26px;
    border: 2px solid #111;
    font-weight: 800;
    font-size: 14px;
    transition: .2s;
}

.szo-button:hover { background: #fff; color: #111 !important; }
.szo-text-link { font-weight: 800; border-bottom: 1px solid #111; padding: 10px 0; }

.szo-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 64px;
    padding-top: 28px;
    border-top: 1px solid #111;
}

.szo-proof strong,
.szo-proof span { display: block; }
.szo-proof strong { font-size: 19px; }
.szo-proof span { font-size: 12px; color: #666; margin-top: 7px; }

.szo-photo-wrap {
    position: relative;
    min-height: 640px;
    background: #111;
    overflow: hidden;
}

.szo-photo-wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 26%;
    filter: grayscale(1);
    opacity: .93;
}

.szo-photo-caption {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 28px;
    background: #fff;
    padding: 18px 20px;
}

.szo-photo-caption strong,
.szo-photo-caption span { display: block; }
.szo-photo-caption span { color: #666; font-size: 12px; margin-top: 4px; }

.szo-trust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(30px, 7vw, 110px);
    padding: 25px 30px;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.szo-section,
.szo-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: clamp(90px, 10vw, 150px) 32px;
}

.szo-heading { max-width: 780px; margin-bottom: 54px; }
.szo-heading h2 {
    font-size: clamp(40px, 5vw, 67px) !important;
    line-height: 1.04 !important;
    margin-bottom: 22px;
}
.szo-heading > p:last-child {
    color: #595959;
    font-size: 18px;
    line-height: 1.65;
    max-width: 680px;
}

.szo-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
}

.szo-steps article {
    padding: 32px 28px 34px 0;
    margin-right: 28px;
    min-height: 250px;
    border-right: 1px solid var(--line);
}

.szo-steps article:last-child { border-right: 0; margin-right: 0; }
.szo-steps article > span {
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .15em;
    color: #777;
    margin-bottom: 55px;
}
.szo-steps h3 { font-family: Georgia, serif; font-weight: 500; font-size: 25px !important; margin-bottom: 14px; }
.szo-steps p { color: #575757; font-size: 14px; line-height: 1.65; }

.szo-note {
    margin-top: 26px;
    padding: 20px 24px;
    background: var(--soft);
    border-left: 5px solid #111;
    font-size: 14px;
    line-height: 1.6;
}

.szo-pricing { max-width: none; background: #111; color: #fff; }
.szo-pricing .szo-inner { max-width: 1240px; }
.szo-light { max-width: 900px; }
.szo-price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.szo-price-card {
    padding: 42px;
    border: 1px solid #747474;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.szo-price-card.szo-featured { background: #fff; color: #111; border-color: #fff; }
.szo-price-card > p { font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.szo-price-card strong { font-size: clamp(64px, 8vw, 112px); line-height: .9; }
.szo-price-card small { font-size: 18px; letter-spacing: .03em; }
.szo-price-card span { max-width: 390px; color: #aaa; font-size: 14px; line-height: 1.55; }
.szo-price-card.szo-featured span { color: #5a5a5a; }
.szo-price-note { margin: 28px 0 0 !important; color: #bcbcbc; font-size: 13px; }

/* Cennik pozostaje czytelny również po najechaniu kursorem. */
.szo-pricing,
.szo-pricing:hover,
.szo-pricing .szo-inner,
.szo-pricing .szo-inner:hover,
.szo-pricing .szo-heading,
.szo-pricing .szo-heading:hover {
    background: #111 !important;
    color: #fff !important;
}
.szo-pricing .szo-heading h2,
.szo-pricing .szo-heading h2:hover,
.szo-pricing .szo-eyebrow,
.szo-pricing .szo-eyebrow:hover {
    color: #fff !important;
}
.szo-price-card,
.szo-price-card:hover {
    background: #111 !important;
    color: #fff !important;
    transition: none !important;
}
.szo-price-card.szo-featured,
.szo-price-card.szo-featured:hover {
    background: #fff !important;
    color: #111 !important;
}
.szo-verification-note,
.szo-verification-note:hover {
    background: transparent !important;
    color: #fff !important;
}

.szo-verification-note {
    margin-top: 22px;
    padding: 26px 30px;
    border: 1px solid #747474;
    color: #fff;
}
.szo-verification-note strong { display: block; font-size: 16px; letter-spacing: .08em; margin-bottom: 10px; }
.szo-verification-note p { max-width: 920px; margin: 0 !important; color: #d0d0d0; font-size: 15px; line-height: 1.65; }

.szo-rules { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.szo-rule-list { border-top: 1px solid #111; }
.szo-rule-list article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 20px;
    padding: 27px 0;
    border-bottom: 1px solid #111;
}
.szo-rule-list article > span {
    width: 42px;
    height: 42px;
    border: 1px solid #111;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 25px;
}
.szo-rule-list h3 { font-family: Georgia, serif; font-weight: 500; font-size: 24px !important; margin-bottom: 10px; }
.szo-rule-list p { color: #565656; line-height: 1.6; margin: 0; }

.szo-infographic-section { text-align: center; }
.szo-infographic-section .szo-heading { margin-left: auto; margin-right: auto; }
.szo-infographic {
    display: block;
    width: min(100%, 820px);
    height: auto;
    margin: 0 auto;
    border: 1px solid #111;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .12);
}

.szo-cta {
    padding: clamp(90px, 12vw, 170px) 32px;
    background: #111;
    color: #fff;
    text-align: center;
}
.szo-cta h2 { font-size: clamp(52px, 7vw, 96px) !important; line-height: 1.05 !important; margin-bottom: 24px; }
.szo-cta > p:not(.szo-eyebrow) { max-width: 690px; margin: 0 auto; color: #c9c9c9; font-size: 18px; line-height: 1.6; }
.szo-actions-center { justify-content: center; margin-top: 44px; }
.szo-button-white { background: #fff; color: #111 !important; border-color: #fff; }
.szo-button-white:hover { background: #111; color: #fff !important; }
.szo-phone { font-weight: 800; border-bottom: 1px solid #fff; padding-bottom: 8px; color: #fff !important; }

.szo-acceptance {
    max-width: 820px;
    margin: 48px auto 0;
    padding: 28px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.szo-acceptance > strong { display: block; font-size: 20px; line-height: 1.3; margin-bottom: 14px; }
.szo-acceptance p { max-width: 720px !important; margin: 0 auto 17px !important; color: #d0d0d0 !important; font-size: 15px !important; line-height: 1.65 !important; }
.szo-acceptance a { display: inline-block; color: #fff !important; font-size: 14px; font-weight: 900; line-height: 1.5; text-decoration: underline !important; text-underline-offset: 5px; }

@media (max-width: 900px) {
    .szo-hero { grid-template-columns: 1fr; }
    .szo-hero-copy { padding: 70px 26px; }
    .szo-photo-wrap { min-height: 560px; }
    .szo-steps { grid-template-columns: 1fr 1fr; }
    .szo-steps article:nth-child(2) { border-right: 0; }
    .szo-steps article { margin-right: 18px; }
    .szo-rules { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 620px) {
    .szo-landing h1 { font-size: 50px !important; }
    .szo-proof { gap: 10px; }
    .szo-proof strong { font-size: 15px; }
    .szo-photo-wrap { min-height: 430px; }
    .szo-trust { justify-content: flex-start; gap: 15px; }
    .szo-section,
    .szo-inner { padding: 80px 20px; }
    .szo-steps,
    .szo-price-grid { grid-template-columns: 1fr; }
    .szo-steps article,
    .szo-steps article:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); margin: 0; padding-right: 0; min-height: 210px; }
    .szo-steps article > span { margin-bottom: 28px; }
    .szo-price-card { min-height: 260px; padding: 30px 24px; }
    .szo-price-card strong { font-size: 70px; }
    .szo-price-card small { display: block; margin-top: 12px; }
    .szo-verification-note { padding: 22px; }
    .szo-acceptance { margin-top: 40px; padding: 24px 0; }
    .szo-rule-list article { grid-template-columns: 44px 1fr; gap: 14px; }
    .szo-rule-list article > span { width: 38px; height: 38px; }
}
