/*
Theme Name: LetLinker-motyw
Version: 1.0
*/

/* RESET */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { overflow-x: hidden; }
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #FFFFFF;
    color: #171B2B;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
/* =============================================
   CONTAINER
   ============================================= */
.container {
    width: 90%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
/* TOPBAR */
.topbar {
    background: #1500D5;
    padding: 10px 10px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.topbar__text {
    font-size: 0.94rem;
    font-weight: 400;
    color: rgba(255,255,255,0.75);
}
.topbar__text strong { color: #FFFFFF; font-weight: 700; }
.topbar__right { display: flex; align-items: center; gap: 24px; }
.topbar__link {
    font-size: 0.94rem;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.2s;
}
.topbar__link:hover { color: rgba(255,255,255,0.8); }
.topbar__btn {
    font-size: 0.94rem;
    font-weight: 700;
    color: #1500D5;
    background: #FFFFFF;
    padding: 6px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
}
.topbar__btn:hover { background: #E8E5FF; }

@media (min-width: 1025px) {
    .topbar { padding: 10px 40px; }
}
@media (max-width: 640px) {
    .topbar { flex-direction: column; gap: 8px; padding: 8px 4vw; }
    .topbar__right { gap: 16px; }
    .topbar__text { font-size: 0.7rem; text-align: center; }
}
/* =============================================
   TOPBAR POMOC BUTTON
   ============================================= */
   .topbar__link--btn {
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.94rem;
    font-weight: 700;
    color: #FFFFFF;
    padding: 0;
    transition: color 0.2s;
}
.topbar__link--btn:hover { color: rgba(255,255,255,0.8); }

/* =============================================
   POPUP POMOC
   ============================================= */
.help-phone-box { display: flex; align-items: center; gap: 16px; background: linear-gradient(135deg, #F6F6F9, #ECEEFF); border-radius: 12px; padding: 20px; margin-bottom: 20px; }
.help-phone-icon { width: 44px; height: 44px; background: #FFFFFF; border-radius: 10px; border: 1px solid #E7E8EF; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.help-phone-number { display: block; font-family: 'Roboto Serif', serif; font-weight: 800; font-size: 1.3rem; color: #171B2B; text-decoration: none; line-height: 1.2; margin-bottom: 2px; }
.help-phone-number:hover { color: #1500D5; }
.help-phone-hours { font-size: 0.78rem; color: #7E839A; margin: 0; }
.help-divider { text-align: center; font-size: 0.78rem; color: #7E839A; margin-bottom: 20px; position: relative; }
.help-divider::before, .help-divider::after { content: ''; position: absolute; top: 50%; width: 38%; height: 1px; background: #E7E8EF; }
.help-divider::before { left: 0; }
.help-divider::after { right: 0; }
.help-success { background: rgba(21,0,213,0.06); border: 1px solid rgba(21,0,213,0.2); border-radius: 8px; padding: 14px 18px; font-size: 0.88rem; color: #1500D5; font-weight: 600; margin-bottom: 16px; }
.help-label { font-size: 0.78rem; font-weight: 600; color: #171B2B; }
.help-input { padding: 11px 16px; background: #F6F6F9; border: 1px solid #E7E8EF; border-radius: 8px; font-size: 0.88rem; font-family: 'Plus Jakarta Sans', sans-serif; color: #171B2B; outline: none; width: 100%; transition: border-color 0.2s, background 0.2s; }
.help-input:focus { border-color: #1500D5; background: #FFFFFF; }
.help-input::placeholder { color: #7E839A; }
.help-submit { background: #1500D5; color: #FFFFFF; padding: 13px; border-radius: 8px; font-weight: 700; font-size: 0.9rem; border: none; cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; transition: background 0.2s; }
.help-submit:hover { background: #0E007A; }
/* =============================================
   POPUP KALENDARZ GOOGLE
   ============================================= */
   .cal-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.cal-modal--open { display: flex; }
.cal-modal-box {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 36px;
    max-width: 780px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 24px 64px rgba(0,0,0,0.2);
}
.cal-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #E7E8EF;
    background: #FFFFFF;
    cursor: pointer;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #171B2B;
    transition: background 0.2s;
}
.cal-modal-close:hover { background: #F6F6F9; }
.cal-modal-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: 1.4rem; color: #171B2B; margin: 0 0 6px; }
.cal-modal-sub { font-size: 0.88rem; color: #676B7E; margin: 0 0 24px; }
.cal-modal-frame { border-radius: 8px; overflow: hidden; }

@media (max-width: 640px) { .cal-modal-box { padding: 24px; } }
/* NAVBAR */
.nav-mobile-btns { display: none; }
.navbar {
    width: 100%;
    height: 66px;
    background: #FFFFFF;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.nav-logo img { height: 36px; display: block; }
.nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.nav-links {
    display: flex;
    gap: 16px;
    list-style: none;
    margin: 0 16px 0 0;
    padding: 0;
}
.nav-links a {
    font-size: 0.84rem;
    font-weight: 400;
    color: #676B7E;
    text-decoration: none;
    transition: color 0.2s ease;
}
.nav-links a:hover { color: #171B2B; }
.nav-links .current-menu-item a,
.nav-links .current_page_item a { font-weight: 700; color: #171B2B; }
.btn {
    font-size: 0.84rem;
    padding: 8px 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.btn-outline { background: transparent; border: 2px solid #E7E8EF; color: #171B2B; font-weight: 600; }
.btn-outline:hover { background: #E7E8EF; }
.btn-primary { background: #1500D5; color: #FFFFFF; border: 2px solid #1500D5; font-weight: 700; }
.btn-primary:hover { background: #FFFFFF; color: #1500D5; }
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    flex-shrink: 0;
}
.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #171B2B;
    transition: all 0.2s;
}

@media (max-width: 1024px) {
    .navbar {
        padding: 0 4vw;
        flex-wrap: wrap;
        height: auto;
        min-height: 66px;
    }
    .nav-logo { padding: 15px 0; }
    .nav-right {
        display: none;
        flex-direction: column;
        width: 100%;
        order: 3;
        padding: 8px 0 16px;
        border-top: 1px solid #F0F1F6;
        gap: 0;
        align-items: stretch;
    }
    .nav-right.nav-open { display: flex; }
    .nav-right > .btn { display: none; }
    .hamburger { display: flex; }
    .nav-links {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 0;
    }
    .nav-links li { width: 100%; }
    .nav-links li a {
        display: block;
        padding: 13px 0;
        font-size: 0.97rem;
        border-bottom: 1px solid #F0F1F6;
        color: #171B2B;
        font-weight: 500;
    }
    .nav-mobile-btns { display: block; padding: 16px 0 8px; border-bottom: none !important; }
    .nav-mobile-btn { width: 100%; text-align: center; display: block; margin-bottom: 8px; }
    .nav-mobile-btn.btn-primary { color: #FFFFFF; }
    .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .hamburger.active span:nth-child(2) { opacity: 0; }
    .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
}

@media (max-width: 640px) {
    .nav-logo img { height: 32px; }
}
/* HERO */
.hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 64px;
    min-height: calc(80vh - 100px);
    padding: 60px 6vw 0 6vw;
    align-items: stretch;
    background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
}
.hero-left {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 60px;
}
.hero-left h1 {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(2rem, 2.8vw, 3rem);
    line-height: 1.15;
    color: #171B2B;
    margin-bottom: 24px;
}
.hero-left h1 em { color: #1500D5; font-style: normal; }
.hero-left p {
    font-size: 0.97rem;
    color: #676B7E;
    line-height: 1.2;
    margin-bottom: 8px;
}
.hero-left p.highlight { color: #171B2B; font-weight: 700; margin-bottom: 32px; }
.hero-cta {
    display: inline-block;
    align-self: flex-start;
    background: #1500D5;
    color: #FFFFFF;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.97rem;
    text-decoration: none;
    border: 2px solid #1500D5;
    transition: background 0.2s ease, color 0.2s ease;
}
.hero-cta:hover {
    background: #FFFFFF;
    color: #1500D5;
}
.hero-right {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hero-right img {
    max-width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: top;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    display: block;
}
.hero-card {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: #1500D5;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(21, 0, 213, 0.35);
    border-radius: 14px;
    padding: 34px;
    max-width: 377px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    text-align: center;
}
.hero-card p {
    font-size: 0.82rem;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 1.4;
}
.hero-card a {
    display: block;
    text-align: center;
    background: #FFFFFF;
    border: 1.5px solid #FFFFFF;
    color: #1500D5;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.hero-card a:hover {
    background: transparent;
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 4vw;
        align-items: start;
        min-height: auto;
    }
    .hero-left { padding-bottom: 0; }
    .hero-left h1 { font-size: clamp(1.7rem, 6vw, 2.2rem); }
    .hero-left p { line-height: 1.5; }
    .hero-right {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .hero-right img {
        border-radius: 16px;
        width: 100%;
        max-height: 400px;
        object-fit: cover;
    }
    .hero-card {
        position: static;
        margin-top: 16px;
        max-width: 100%;
        width: 100%;
        padding: 24px;
    }
}
@media (max-width: 640px) {
    .hero { padding: 48px 6vw; gap: 32px; }
    .hero-cta { width: 100%; text-align: center; }
}
/* =============================================
   LOGO BAR
   ============================================= */
   .logo-bar {
    background: #FFFFFF;
    padding: 32px 0;
}
.logo-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.logo-bar__inner img {
    height: 36px;
    width: auto;
    object-fit: contain;
    opacity: 1;
    transition: opacity 0.2s;
}
.logo-bar__inner img:hover {
    opacity: 0.8;
}
.logo-bar__inner img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 640px) {
    .logo-bar__inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }
    .logo-bar__inner img { height: 28px; }
}
/* =============================================
   PROBLEMY
   ============================================= */
   .problems { padding: 200px 0; background: #FFFFFF; }
   .text-primary { color: #1500D5; font-style: normal; }
   .problems-intro { max-width: 780px; margin: 0 auto 56px; text-align: center; }
   .problems-intro h2 {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #171B2B;
       line-height: 1.14;
       letter-spacing: -0.02em;
   }
   .problems-intro h2 span { display: block; }
   .problems-intro p { max-width: 640px; margin: 24px auto 0; font-size: 0.97rem; color: #676B7E; line-height: 1.8; }
   .problems-heading { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.1rem; color: #171B2B; margin-bottom: 32px; text-align: left; }
   .problems-grid {
       display: grid;
       grid-template-columns: repeat(4, 1fr);
       border: 1px solid #E7E8EF;
       border-right: none;
       border-bottom: none;
   }
   .problem-card {
       padding: 28px;
       background: #FFFFFF;
       border-right: 1px solid #E7E8EF;
       border-bottom: 1px solid #E7E8EF;
       transition: background 0.2s ease, box-shadow 0.2s ease;
   }
   .problem-card:hover { background: #F6F6F9; }
   .problem-card__icon {
       width: 40px;
       height: 40px;
       background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
       border-radius: 10px;
       display: flex;
       align-items: center;
       justify-content: center;
       margin-bottom: 16px;
       flex-shrink: 0;
   }
   .problem-card__icon svg { width: 20px; height: 20px; }
   .problem-card h4 { font-size: 0.95rem; font-weight: 700; color: #171B2B; margin-bottom: 10px; line-height: 1.3; }
   .problem-card p { font-size: 0.83rem; color: #676B7E; line-height: 1.67; }
   .summary-box {
    background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
    border: 1px solid #E7E8EF;
    border-radius: 14px;
    padding: 40px 40px 0;
    margin-top: 48px;
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 40px;
    align-items: end;
    overflow: hidden;
}
.summary-box__text { display: flex; align-items: center; padding-bottom: 60px; }
.summary-box__img img {
    max-height: 140px;
    max-width: 200px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}
.summary-box__text p { max-width: 100%; margin: 0; font-size: 0.95rem; color: #171B2B; line-height: 1.8; text-align: left; font-weight: 600; }
.summary-box__img img { max-height: 280px; width: auto; display: block; }

@media (max-width: 1024px) {
    .summary-box { grid-template-columns: 1fr; padding: 40px; }
    .summary-box__text { padding-bottom: 0; }
    .summary-box__img { justify-content: center; margin-top: 24px; }
    .summary-box__img img { max-height: 110px; }
}
   .summary-box p { max-width: 720px; margin: 0 auto; font-size: 0.95rem; color: #171B2B; line-height: 1.8; }
   .problems-end { margin-top: 64px; text-align: center; }
   .problems-end h2 { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.2rem, 2vw, 1.6rem); color: #171B2B; margin-bottom: 32px; letter-spacing: -0.02em; line-height: 1.14; }
   .btn-check { display: inline-flex; background: #1500D5; color: #FFFFFF; padding: 14px 28px; align-items: center; justify-content: center; border-radius: 8px; font-weight: 700; font-size: 0.97rem; text-decoration: none; border: 2px solid #1500D5; transition: all 0.2s ease; }
   .btn-check:hover { background: #FFFFFF; color: #1500D5; }
   .problems-intro--with-img {
    position: relative;
    max-width: 780px;
    text-align: center;
}
.problems-intro__img {
    position: absolute;
    left: -180px;
    top: calc(50% + 70px);
    transform: translateY(-50%);
    max-height: 202px;
    max-width: 288px;
    width: auto;
    height: auto;
}
.problems-intro__content { text-align: center; }
.problems-intro--with-img .problems-intro__content p { max-width: 640px; margin: 24px auto 0; }

@media (max-width: 1200px) {
    .problems-intro__img { position: static; transform: none; display: block; margin: 0 auto 24px; }
    .problems-intro--with-img { display: flex; flex-direction: column; }
}
   @media (max-width: 1024px) { .problems-grid { grid-template-columns: repeat(2, 1fr); } }
   @media (max-width: 640px) { .problems-grid { grid-template-columns: 1fr; } .summary-box { padding: 28px; } }
/* =============================================
   JAK DZIAŁA
   ============================================= */
   .how {
    background: linear-gradient(160deg, #1500D5 0%, #0E007A 100%);
    color: #FFFFFF;
    padding: 200px 0;
    width: 100%;
}
.how-header {
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    margin-bottom: 48px;
}
.how-h2 {
    color: #FFFFFF;
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}
.how-desc {
    color: rgba(255,255,255,0.90);
    font-size: 0.9rem;
    line-height: 1.78;
    max-width: 65%;
}
.how-logos-wrap {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.how-logos-heading {
    color: rgba(255,255,255,0.90);
    font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1;
    padding-top: 5px;
}
.how-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}
.how-logos img {
    height: 48px;
    width: auto;
    object-fit: contain;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 8px 14px;
    opacity: 1;
    filter: none;
    transition: opacity 0.2s;
}
.how-logos img:hover { opacity: 0.9; }
.how-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
}
.how-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 36px;
    transition: background 0.2s;
}
.how-card:hover { background: rgba(255,255,255,0.13); }
.how-num {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: 4rem;
    color: rgba(255,255,255,0.1);
    line-height: 1;
    margin-bottom: 16px;
}
.how-pill {
    display: inline-block;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 999px;
    padding: 4px 14px;
    font-size: 0.75rem;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.how-card h3 {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}
.how-card p {
    color: rgba(255,255,255,0.90);
    font-size: 0.85rem;
    line-height: 1.72;
}
.how-cta {
    margin-top: 32px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.how-cta h3 {
    color: #FFFFFF;
    font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.3;
}
.how-cta-left p {
    color: rgba(255,255,255,0.90);
    font-size: 0.88rem;
    margin-top: 12px;
    line-height: 1.6;
}
.how-cta-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.how-cta-right .btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    transition: all 0.2s;
    font-family: 'Plus Jakarta Sans', sans-serif;
    cursor: pointer;
}
.btn-white {
    background: #FFFFFF;
    color: #1500D5;
    border: 2px solid #FFFFFF;
}
.btn-white:hover { background: rgba(255,255,255,0.9); }
.btn-ghost {
    background: #1A0099;
    border: 1.5px solid rgba(255,255,255,0.4);
    color: #FFFFFF;
    font-weight: 600;
}
.btn-ghost:hover {
    background: #FFFFFF;
    color: #1A0099;
    border-color: #FFFFFF;
}
.how-footer {
    margin-top: 64px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 48px;
}
.how-footer h2 {
    color: #FFFFFF;
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    line-height: 1.3;
    max-width: 700px;
    margin: 0 auto 32px;
}
.btn-more {
    display: inline-block;
    background: #1A0099;
    border: 1.5px solid rgba(255,255,255,0.3);
    color: #FFFFFF;
    padding: 14px 36px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.97rem;
    transition: background 0.2s;
}
.btn-more:hover {
    background: #FFFFFF;
    color: #1A0099;
    border-color: #FFFFFF;
}

@media (max-width: 1024px) {
    .how-grid { grid-template-columns: 1fr; }
    .how-cta { grid-template-columns: 1fr; gap: 28px; }
    .how-logos-wrap { flex-direction: column; align-items: flex-start; }
    .how-desc { max-width: 100%; }
}
@media (max-width: 640px) {
    .how { padding: 60px 0; }
    .how-card { padding: 28px; }
    .how-cta { padding: 28px; }
}
/* JAK DZIAŁA — OBRAZKI W KARTACH */
.how-card__img {
    width: 100%;
    border-radius: 10px;
    display: block;
    margin-bottom: 16px;
    transition: opacity 0.2s, transform 0.2s;
    cursor: zoom-in;
}
.how-card__img-link:hover .how-card__img { opacity: 0.9; transform: scale(1.01); }

.how-img-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.how-img-modal--open { display: flex; }
.how-img-modal-box {
    max-width: 800px;
    width: 100%;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    overflow: visible;
}

.how-img-modal-box img {
    width: 100%;
    border-radius: 8px;
    display: block;
    max-height: 85vh;
    object-fit: contain;
}
.how-img-close {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #FFFFFF;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #171B2B;
    font-weight: 700;
    transition: background 0.2s;
    z-index: 10;
}
.how-img-close:hover { background: #F6F6F9; }
/* =============================================
   DLA KOGO
   ============================================= */
   .audience {
    background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
    padding: 200px 0;
}
.audience-header { margin-bottom: 48px; }
.audience-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    color: #171B2B;
    line-height: 1.14;
    letter-spacing: -0.02em;
}
.audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.card {
    background: #FFFFFF;
    border: 1.5px solid #E7E8EF;
    border-radius: 14px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease;
}
.card:not(.card-excluded):hover {
    border-color: #1500D5;
    box-shadow: 0 8px 24px rgba(21,0,213,0.08);
    transform: translateY(-4px);
}
.card-tag {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #1500D5;
    margin-bottom: 12px;
}
.card-heading {
    font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #1500D5;
    margin-bottom: 18px;
    line-height: 1.3;
    text-align: center;
}
.card p {
    font-size: 0.92rem;
    color: #676B7E;
    line-height: 1.67;
    flex: 1;
    font-weight: 400;
}
.card-main p {
    max-width: 85%;
    margin-inline: auto;
    text-align: center;
    
}
.card-main p strong {
    color: #171B2B;
}
.card-links {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: center;
}
.card-link-primary {
    font-size: 0.83rem;
    font-weight: 400;
    color: #676B7E;
    text-decoration: none;
}
.card-link-primary:hover { color: #171B2B; }
.card-link-secondary {
    font-size: 0.83rem;
    font-weight: 700;
    color: #1500D5;
    text-decoration: none;
}
.card-link-secondary:hover { text-decoration: underline; }
.card-excluded {
    background: #F6F6F9;
    border: 1.5px solid #E7E8EF;
}
.card-excluded .card-tag { color: #7E839A; }
.card-excluded .excluded-intro {
    font-size: 0.83rem;
    color: #676B7E;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: none;
}
.excluded-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.excluded-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.excluded-item .x {
    color: #7E839A;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}
.excluded-item p {
    font-size: 0.8rem;
    color: #676B7E;
    line-height: 1.6;
    flex: 1;
}
.excluded-item strong { color: #171B2B; font-weight: 700; }

@media (max-width: 1024px) {
    .audience-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .audience-grid { grid-template-columns: 1fr; }
}
/* =============================================
   BEZPIECZEŃSTWO
   ============================================= */
   .security {
    background: linear-gradient(160deg, #0E007A 0%, #1500D5 100%);
    color: #FFFFFF;
    padding: 200px 0;
}
.sec-top {
    max-width: 65%;
    margin: 0 auto 64px;
    text-align: center;
}
.sec-label {
    color: rgba(255,255,255,0.90);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    font-weight: 600;
}
.sec-top h2 {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    color: #FFFFFF;
}
.sec-intro {
    color: rgba(255,255,255,0.90);
    font-size: 0.95rem;
    line-height: 1.78;
    margin-bottom: 40px;
}
.sec-list {
    max-width: 65%;
    margin: 0 auto;
    list-style: none;
}
.sec-list li {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sec-list li:last-child { border-bottom: none; }
.sec-list strong {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.95rem;
}
.sec-list p {
    color: rgba(255,255,255,0.90);
    font-size: 0.85rem;
    line-height: 1.7;
}
.sec-bottom {
    margin-top: 64px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 64px;
    text-align: center;
}
.sec-bottom h2 {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    color: #FFFFFF;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.3;
}
.sec-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.sec-logos img {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 8px 16px;
    height: 48px;
    object-fit: contain;
}
.sec-bottom p {
    color: rgba(255,255,255,0.90);
    font-size: 0.9rem;
    line-height: 1.78;
    max-width: 680px;
    margin: 0 auto 32px;
}
.sec-btn {
    background:#1A0099;
    border: 1.5px solid rgba(255,255,255,0.3);
    color: #FFFFFF;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', sans-serif;
    display: block;
    margin: 0 auto;
    width: fit-content;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}
.sec-btn:hover {
    background: #FFFFFF;
    color: #1500D5;
    border-color: #FFFFFF;
}

@media (max-width: 1024px) {
    .security { padding: 60px 6vw; }
    .sec-top, .sec-list { max-width: 100%; }
}
@media (max-width: 640px) {
    .sec-bottom { margin-top: 48px; padding-top: 48px; }
    .sec-logos { gap: 16px; }
    .sec-logos img { height: 40px; padding: 6px 12px; }
}
/* =============================================
   CTA NAJEMCA
   ============================================= */
   .tenant-cta {
    background: #FFFFFF;
    padding: 180px 0;
}
.tenant-card {
    background: #F6F6F9;
    border: 1.5px solid #1500D5;
    border-radius: 18px;
    padding: 48px 40px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
}
.tenant-card h3 {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: 1.4rem;
    color: #171B2B;
    margin: 0 0 12px;
    line-height: 1.25;
    letter-spacing: -0.01em;
}
.tenant-card p {
    color: #676B7E;
    font-size: 0.9rem;
    line-height: 1.7;
    margin: 0 0 24px;
    max-width: 520px;
}
.tenant-btn {
    display: inline-block;
    background: #1500D5;
    color: #FFFFFF;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    border: 1.5px solid #1500D5;
    transition: background 0.2s ease, color 0.2s ease;
}
.tenant-btn:hover {
    background: transparent;
    color: #1500D5;
}
.tenant-img {
    height: 220px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
}

@media (max-width: 1024px) {
    .tenant-card { padding: 40px 32px; gap: 32px; }
}
@media (max-width: 640px) {
    .tenant-cta { padding: 48px 6vw; }
    .tenant-card { grid-template-columns: 1fr; padding: 32px 24px; gap: 24px; }
    .tenant-img { display: none; }
    .tenant-btn { width: 100%; text-align: center; }
    .tenant-card h3 { font-size: 1.25rem; }
}
/* =============================================
   PRZEWAGI
   ============================================= */
   .advantages {
    background: #F6F6F9;
    padding: 200px 0;
}
.adv-header { margin-bottom: 48px; }
.adv-header h2 {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    color: #171B2B;
    line-height: 1.14;
    letter-spacing: -0.02em;
}
.adv-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: #E7E8EF;
    gap: 1px;
    border: 1px solid #E7E8EF;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 90px;
}
.adv-card {
    background: #FFFFFF;
    padding: 32px;
    transition: background 0.2s ease;
}
.adv-card:hover { background: #F6F6F9; }
.adv-card h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #171B2B;
    line-height: 1.3;
    margin-bottom: 8px;
}
.adv-card p {
    font-size: 0.82rem;
    color: #676B7E;
    line-height: 1.67;
}
.adv-card__icon {
    width: 40px;
    height: 40px;
    background: #1500D5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.adv-card__icon svg { width: 20px; height: 20px; }
@media (max-width: 1024px) {
    .adv-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
    .adv-grid { grid-template-columns: 1fr; }
}
.adv-header--with-img {
    position: relative;
    text-align: center;
}
.adv-header--with-img h2 { text-align: center; }
.adv-header__img {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 195px;
    max-width: 234px;
    width: auto;
    height: auto;
}

@media (max-width: 1024px) {
    .adv-header--with-img { display: flex; flex-direction: column; align-items: center; gap: 20px; }
    .adv-header__img { position: static; transform: none; }
}

/* =============================================
   CTA FORMULARZ
   ============================================= */
   .cta-section {
    background: linear-gradient(160deg, #0E007A 0%, #1500D5 100%);
    color: #FFFFFF;
    padding: 200px 0;
    width: 100%;
}
.cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: end;
}
.cta-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.cta-h2 {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.cta-lead {
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
    line-height: 1.78;
    margin-bottom: 15px;
}
.cta-sub-link {
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
    margin-bottom: 4px;
}
.cta-sub-link a {
    color: rgba(255,255,255,0.9);
    font-weight: 700;
    text-decoration: underline;
}
.cta-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 28px;
    margin-top: 32px;
}
.cta-card h4 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 16px;
}
.cta-checklist {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 20px;
}
.cta-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.cta-check__icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: #1500D5;
    font-weight: 700;
    margin-top: 2px;
}
.cta-check__text {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}
.cta-btn-white {
    display: block;
    background: #FFFFFF;
    color: #1500D5;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s;
}
.cta-btn-white:hover { background: rgba(255,255,255,0.9); color: #1500D5; }
.form-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 36px;
}
.form-card h3 {
    font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.form-sub {
    color: rgba(255,255,255,0.6);
    font-size: 0.82rem;
    margin-bottom: 28px;
}
.form-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.form-fields label {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    margin-bottom: 6px;
    display: block;
}
.form-fields input {
    width: 100%;
    padding: 11px 16px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 0.88rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: border-color 0.2s, background 0.2s;
}
.form-fields input::placeholder { color: rgba(255,255,255,0.3); }
.form-fields input:focus {
    outline: none;
    border-color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.12);
}
.form-submit {
    background: #FFFFFF;
    color: #1500D5;
    width: 100%;
    padding: 13px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: background 0.2s;
    margin-top: 4px;
}
.form-submit:hover { background: rgba(255,255,255,0.92); }
.cta-form-success {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 0.88rem;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.privacy-note {
    color: rgba(255,255,255,0.35);
    font-size: 0.72rem;
    text-align: center;
    margin-top: 12px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .cta-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 640px) {
    .cta-section { padding: 64px 0; }
    .form-card { padding: 28px; }
}
/* =============================================
   FAQ
   ============================================= */
   .faq-section { background: #FFFFFF; padding: 200px 0; }
   .faq-header { text-align: center; margin-bottom: 56px; }
   .faq-label {
       font-size: 1.5rem;
       text-transform: uppercase;
       letter-spacing: 0.1em;
       font-weight: 700;
       color: #1500D5;
       margin-bottom: 12px;
   }
   .faq-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #171B2B;
       line-height: 1.14;
       letter-spacing: -0.02em;
   }
   .faq-list { max-width: 860px; margin: 0 auto; list-style: none; }
   .faq-item { border-bottom: 1px solid #E7E8EF; }
   .faq-question {
       width: 100%;
       text-align: left;
       background: transparent;
       border: none;
       cursor: pointer;
       font-family: 'Plus Jakarta Sans', sans-serif;
       font-size: 0.92rem;
       font-weight: 600;
       color: #171B2B;
       padding: 20px 0;
       display: flex;
       justify-content: space-between;
       align-items: center;
       gap: 16px;
       transition: color 0.2s;
   }
   .faq-question:hover { color: #1500D5; }
   .faq-chevron {
       color: #7E839A;
       flex-shrink: 0;
       font-size: 0.75rem;
       transition: transform 0.3s ease;
   }
   .faq-item.open .faq-chevron { transform: rotate(180deg); }
   .faq-answer {
       max-height: 0;
       overflow: hidden;
       transition: max-height 0.35s ease;
   }
   .faq-item.open .faq-answer { max-height: 600px; }
   .faq-body {
       padding-bottom: 20px;
       font-size: 0.875rem;
       color: #676B7E;
       line-height: 1.78;
   }
   
   @media (max-width: 640px) {
       .faq-section { padding: 60px 6vw; }
       .faq-header { margin-bottom: 40px; }
   }
   /* =============================================
   FOOTER
   ============================================= */
.footer {
    background: linear-gradient(160deg, #0E007A 0%, #1500D5 100%);
    color: #FFFFFF;
    padding: 100px 0 40px;
    
}
.contact-bar {
    background: rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 32px;
    margin: 48px;
    border-radius: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 48px;
    margin-left: 0;
    margin-right: 0;
}
.contact-bar h2 {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    color: #FFFFFF;
    line-height: 1.2;
}
.contact-items { display: flex; gap: 48px; flex-wrap: wrap; }
.contact-item {
    display: flex;
    gap: 16px;
    align-items: center;
    text-decoration: none;
    color: #FFFFFF;
}
.contact-icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.contact-icon svg { width: 100%; height: 100%; stroke: #FFFFFF; }
.contact-item strong { font-weight: 700; font-size: 1rem; color: #FFFFFF; }
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-cert {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px 14px;
    transition: opacity 0.2s;
}
.footer-cert:hover { opacity: 0.85; }
.footer-cert__img {
    height: 48px;
    width: auto;
    display: block;
}
.brand-logo { height: 36px; margin-bottom: 20px; display: block; }
.brand-desc {
    font-size: 0.85rem;
    color: #FFFF;
    line-height: 1.7;
    max-width: 240px;
    margin-bottom: 24px;
}
.social-icons { display: flex; gap: 8px; }
.social-icons a {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.6);
    transition: all 0.2s ease;
    text-decoration: none;
}
.social-icons a svg { width: 16px; height: 16px; fill: currentColor; transition: fill 0.2s; }
.social-icons a:hover { background: #FFFFFF; border-color: #FFFFFF; color: #1500D5; }
.social-icons a:hover svg { fill: #1500D5; }
.legal-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 20px;
}
.legal-links a {
    font-size: 0.78rem;
    color: #FFFF;
    text-decoration: none;
    transition: color 0.2s;
}
.legal-links a:hover { color: rgba(255,255,255,0.8); }
.footer-col h5 {
    text-transform: uppercase;
    font-size: 0.69rem;
    letter-spacing: 0.1em;
    color: #FFFF;
    margin-bottom: 16px;
    font-weight: 700;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a {
    font-size: 0.82rem;
    color: #FFFF;
    text-decoration: none;
    transition: color 0.2s;
}
.footer-col a:hover { color: #FFFFFF; }
.footer-bottom {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 40px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom > span { font-size: 0.78rem; color: #FFFFFF; white-space: nowrap; }
.footer-bottom > span:last-child { text-align: right; }
.legal-notice {
    text-align: center;
    font-size: 0.68rem;
    color: #FFFF;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    border: none;
}

@media (max-width: 1024px) {
    .footer-bottom {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;
    }
    .footer-bottom > span:last-child { text-align: center; }
}
@media (max-width: 640px) {
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-bottom { flex-direction: column; text-align: center; gap: 12px; }
    .contact-items { flex-direction: column; gap: 16px; }
}
/* =============================================
   PODSTRONA: DLA KOGO
   ============================================= */

/* HERO */
.dk-hero {
    background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
    padding: 200px 5vw;
    text-align: center;
    width: 100%;
}
.dk-hero h1 em {
    color: #1500D5;
    font-style: normal;
}
.dk-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.dk-nav-chips {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.dk-nav-chip {
    background: #FFFFFF;
    border: 1.5px solid #E7E8EF;
    border-radius: 999px;
    padding: 8px 20px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #676B7E;
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease;
}
.dk-nav-chip:hover { border-color: #1500D5; color: #1500D5; }
.dk-hero h1 {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    color: #171B2B;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}
.dk-lead {
    font-size: 0.97rem;
    color: #676B7E;
    line-height: 1.8;
    max-width: 816px;
    margin: 0 auto 40px;
}

@media (max-width: 640px) {
    .dk-nav-chips { flex-direction: column; align-items: center; }
}
/* =============================================
   PODSTRONA DLA KOGO — FIRMY
   ============================================= */
.firmy { background: #FFFFFF; padding: 200px 0; width: 100%; }
.firmy-header { max-width: 760px; margin-bottom: 48px; }
.firmy-label {
    font-size: 0.83rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #1500D5;
    font-weight: 700;
    margin-bottom: 12px;
}
.firmy-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    color: #171B2B;
    line-height: 1.14;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.firmy-desc { font-size: 0.97rem; color: #676B7E; line-height: 1.8; }

.firmy-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid #E7E8EF;
    border-right: none;
    border-bottom: none;
    margin-top: 48px;
}
.firmy-card {
    background: #FFFFFF;
    padding: 28px;
    border-right: 1px solid #E7E8EF;
    border-bottom: 1px solid #E7E8EF;
    transition: background 0.2s ease;
}
.firmy-card:hover { background: #F6F6F9; }
.firmy-card__icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.firmy-card__icon svg { width: 20px; height: 20px; }
.firmy-card__title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #171B2B;
    line-height: 1.3;
    margin-bottom: 8px;
}
.firmy-card__desc { font-size: 0.79rem; color: #676B7E; line-height: 1.67; }

.firmy-cta-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 32px;
}
.firmy-cta-box {
    background: #F6F6F9;
    border: 1px solid #E7E8EF;
    border-radius: 14px;
    padding: 28px;
}
.firmy-cta-question { font-weight: 600; color: #171B2B; font-size: 0.9rem; margin-bottom: 8px; }
.firmy-cta-desc { color: #676B7E; font-size: 0.82rem; line-height: 1.67; margin-bottom: 20px; }
.firmy-btn-primary {
    background: #FFFFFF;
    color: #1500D5;
    border: 1.5px solid #1500D5;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-block;
    text-decoration: none;
    transition: opacity 0.2s;
}
.firmy-btn-primary:hover {
    background: #1500D5;
    color: #FFFFFF;
    border-color: #1500D5;
}
.firmy-btn-secondary {
    background: #1500D5;
    color: #FFFFFF;
    border: 1.5px solid #1500D5;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s;
}
.firmy-btn-secondary:hover {
    background: #FFFFFF;
    color: #1500D5;
    border-color: #1500D5;
}

@media (max-width: 1024px) { .firmy-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) {
    .firmy-grid { grid-template-columns: 1fr; }
    .firmy-cta-boxes { grid-template-columns: 1fr; }
}
/* =============================================
   PODSTRONA DLA KOGO — AGENCJE
   ============================================= */
   .agencje-section { background: linear-gradient(135deg, #F6F6F9, #ECEEFF); padding: 200px 0; width: 100%; }
   .agencje-header { max-width: 760px; margin-bottom: 48px; }
   .agencje-label {
       font-size: 0.83rem;
       text-transform: uppercase;
       letter-spacing: 0.1em;
       color: #1500D5;
       font-weight: 700;
       margin-bottom: 12px;
   }
   .agencje-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #171B2B;
       line-height: 1.14;
       letter-spacing: -0.02em;
       margin-bottom: 16px;
   }
   .agencje-intro { font-size: 0.97rem; color: #676B7E; line-height: 1.8; }
   .agencje-grid {
       display: grid;
       grid-template-columns: repeat(5, 1fr);
       border: 1px solid #E7E8EF;
       border-right: none;
       border-bottom: none;
       margin-top: 48px;
   }
   .agencje-card {
       background: #FFFFFF;
       padding: 28px;
       border-right: 1px solid #E7E8EF;
       border-bottom: 1px solid #E7E8EF;
       transition: background 0.2s ease;
   }
   .agencje-card:hover { background: #F6F6F9; }
   .agencje-card__icon {
       width: 40px;
       height: 40px;
       background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
       border-radius: 10px;
       display: flex;
       align-items: center;
       justify-content: center;
       margin-bottom: 16px;
   }
   .agencje-card__icon svg { width: 20px; height: 20px; }
   .agencje-card__title { font-size: 0.88rem; font-weight: 700; color: #171B2B; line-height: 1.3; margin-bottom: 8px; }
   .agencje-card__desc { font-size: 0.79rem; color: #676B7E; line-height: 1.67; }
   .agencje-cta { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px; }
   .agencje-cta-box { background: #FFFFFF; border: 1px solid #E7E8EF; border-radius: 14px; padding: 28px; }
   .agencje-cta-box__question { font-weight: 600; color: #171B2B; font-size: 0.9rem; margin-bottom: 8px; }
   .agencje-cta-box__desc { color: #676B7E; font-size: 0.82rem; margin-bottom: 20px; line-height: 1.6; }
   .agencje-btn-primary {
       display: inline-block;
       background: #FFFFFF;
       color: #1500D5;
       border: 1.5px solid #1500D5;
       padding: 10px 20px;
       border-radius: 8px;
       font-weight: 700;
       font-size: 0.85rem;
       text-decoration: none;
       transition: all 0.2s ease;
   }
   .agencje-btn-primary:hover { background: #1500D5; color: #FFFFFF; }
   .agencje-btn-secondary {
       display: inline-block;
       background: #1500D5;
       color: #FFFFFF;
       border: 1.5px solid #1500D5;
       padding: 10px 20px;
       border-radius: 8px;
       font-weight: 700;
       font-size: 0.85rem;
       text-decoration: none;
       transition: all 0.2s ease;
   }
   .agencje-btn-secondary:hover { background: #FFFFFF; color: #1500D5; }
   
   @media (max-width: 1024px) { .agencje-grid { grid-template-columns: repeat(3, 1fr); } }
   @media (max-width: 640px) {
       .agencje-grid { grid-template-columns: 1fr; }
       .agencje-cta { grid-template-columns: 1fr; }
   }
   /* =============================================
   PODSTRONA DLA KOGO — INWESTORZY
   ============================================= */
.inwest-section { background: #FFFFFF; padding: 200px 0; width: 100%; }
.inwest-header { max-width: 760px; margin-bottom: 48px; }
.inwest-label { font-size: 0.83rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin-bottom: 12px; }
.inwest-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.8rem, 2.9vw, 2.6rem); color: #171B2B; line-height: 1.14; margin-bottom: 16px; }
.inwest-intro { font-size: 0.97rem; color: #676B7E; line-height: 1.8; }
.inwest-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border: 1px solid #E7E8EF;
    border-right: none;
    border-bottom: none;
    margin-top: 48px;
}
.inwest-card { background: #FFFFFF; padding: 28px; border-right: 1px solid #E7E8EF; border-bottom: 1px solid #E7E8EF; transition: background 0.2s ease; }
.inwest-card:hover { background: #F6F6F9; }
.inwest-card__icon { width: 40px; height: 40px; background: linear-gradient(135deg, #F6F6F9, #ECEEFF); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.inwest-card__icon svg { width: 20px; height: 20px; }
.inwest-card__title { font-size: 0.88rem; font-weight: 700; color: #171B2B; line-height: 1.3; margin-bottom: 8px; }
.inwest-card__desc { font-size: 0.79rem; color: #676B7E; line-height: 1.67; }
.inwest-cta-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 32px; }
.inwest-cta-box { background: #F6F6F9; border: 1px solid #E7E8EF; border-radius: 14px; padding: 28px; }
.inwest-cta-box__question { font-weight: 600; color: #171B2B; font-size: 0.9rem; margin-bottom: 8px; }
.inwest-cta-box__desc { color: #676B7E; font-size: 0.82rem; margin-bottom: 20px; line-height: 1.6; }
.inwest-btn-primary { display: inline-block; background: #FFFFFF; color: #1500D5; border: 1.5px solid #1500D5; padding: 10px 20px; border-radius: 8px; font-weight: 700; font-size: 0.85rem; text-decoration: none; transition: all 0.2s ease; }
.inwest-btn-primary:hover { background: #1500D5; color: #FFFFFF; }
.inwest-btn-secondary { display: inline-block; background: #1500D5; color: #FFFFFF; border: 1.5px solid #1500D5; padding: 10px 20px; border-radius: 8px; font-weight: 700; font-size: 0.85rem; text-decoration: none; transition: all 0.2s ease; }
.inwest-btn-secondary:hover { background: #FFFFFF; color: #1500D5; }

@media (max-width: 1024px) { .inwest-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) {
    .inwest-grid { grid-template-columns: 1fr; }
    .inwest-cta-wrap { grid-template-columns: 1fr; }
}
/* =============================================
   PODSTRONA DLA KOGO — OGRANICZENIA
   ============================================= */
   .ogr-section {
    background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
    color: #171B2B;
    padding: 200px 0;
    width: 100%;
}
.ogr-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    line-height: 1.14;
    color: #171B2B;
    margin: 0 0 48px;
    max-width: 860px;
}
.ogr-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ogr-card {
    background: #FFFFFF;
    border: 1px solid #E7E8EF;
    border-radius: 14px;
    padding: 32px;
    transition: background 0.2s;
}
.ogr-card:hover { background: #F6F6F9; }
.ogr-card__x {
    display: block;
    font-size: 2rem;
    color: #C0392B;
    margin-bottom: 16px;
    line-height: 1;
}
.ogr-card__title { color: #171B2B; font-weight: 700; font-size: 0.95rem; margin: 0 0 12px; }
.ogr-card__desc { color: #676B7E; font-size: 0.83rem; line-height: 1.67; margin: 0 0 16px; }
.ogr-card__banks { color: #7E839A; font-size: 0.78rem; line-height: 1.6; margin: 0; }

@media (max-width: 1024px) { .ogr-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
    .ogr-grid { grid-template-columns: 1fr; }
    .ogr-card { padding: 24px; }
}
/* =============================================
   PODSTRONA DLA KOGO — CTA KONTAKT
   ============================================= */
   .dk-cta-section {
    background: linear-gradient(160deg, #0E007A 0%, #1500D5 100%);
    color: #FFFFFF;
    padding: 200px 0;
    width: 100%;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.dk-cta-header { margin-bottom: 48px; }
.dk-cta-h2 {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    color: #FFFFFF;
    text-align: center;
    line-height: 1.14;
    letter-spacing: -0.02em;
    margin: 0;
}
.dk-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: end;
}
.dk-cta-label {
    color: rgba(255,255,255,0.6);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin: 0 0 12px;
}
.dk-cta-lead {
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
    line-height: 1.78;
    margin: 0 0 8px;
}
.dk-cta-download {
    color: rgba(255,255,255,0.9);
    font-weight: 700;
    text-decoration: underline;
    font-size: 0.88rem;
    margin-bottom: 32px;
    display: block;
}
.dk-cta-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 28px;
    margin-top: 32px;
}
.dk-cta-card__title {
    font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #FFFFFF;
    margin: 0 0 16px;
}
.dk-cta-checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}
.dk-cta-check { display: flex; gap: 10px; align-items: flex-start; }
.dk-cta-check__icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: #1500D5;
    font-weight: 700;
    margin-top: 2px;
}
.dk-cta-check__text {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
}
.dk-cta-btn-primary {
    background: #FFFFFF;
    color: #1500D5;
    width: 100%;
    padding: 13px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: background 0.2s ease;
}
.dk-cta-btn-primary:hover { background: rgba(255,255,255,0.9); color: #1500D5; }
.dk-form-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 36px;
}
.dk-form-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: #FFFFFF;
    margin: 0 0 6px;
}
.dk-form-sub {
    color: rgba(255,255,255,0.6);
    font-size: 0.82rem;
    margin: 0 0 28px;
}
.dk-form-fields { display: flex; flex-direction: column; gap: 16px; }
.dk-form-field label {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
    margin-bottom: 6px;
    display: block;
}
.dk-form-field input,
.dk-form-field select {
    width: 100%;
    padding: 11px 16px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 0.88rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: border-color 0.2s, background 0.2s;
    appearance: none;
}
.dk-form-field input::placeholder { color: rgba(255,255,255,0.3); }
.dk-form-field select option { color: #171B2B; background: #FFFFFF; }
.dk-form-field input:focus,
.dk-form-field select:focus {
    border-color: rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.12);
    outline: none;
}
.dk-form-submit {
    background: #FFFFFF;
    color: #1500D5;
    width: 100%;
    padding: 13px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: background 0.2s;
    margin-top: 4px;
}
.dk-form-submit:hover { background: rgba(255,255,255,0.92); }
.dk-form-privacy {
    color: rgba(255,255,255,0.35);
    font-size: 0.72rem;
    text-align: center;
    margin: 12px 0 0;
    line-height: 1.5;
}

@media (max-width: 1024px) { .dk-cta-grid { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 640px) { .dk-form-card, .dk-cta-card { padding: 24px; } }
/* =============================================
   PODSTRONA DLA KOGO — FAQ
   ============================================= */
   .dk-faq-section { background: #FFFFFF; padding: 200px 0; width: 100%; }
   .dk-faq-header { text-align: center; margin-bottom: 56px; }
   .dk-faq-label {
       font-size: 1.5rem;
       text-transform: uppercase;
       letter-spacing: 0.1em;
       font-weight: 700;
       color: #1500D5;
       margin: 0 0 12px;
   }
   .dk-faq-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #171B2B;
       line-height: 1.14;
       margin: 0;
   }
   .dk-faq-list { max-width: 860px; margin: 0 auto; list-style: none; padding: 0; }
   .dk-faq-item { border-bottom: 1px solid #E7E8EF; }
   .dk-faq-question {
       width: 100%;
       text-align: left;
       background: transparent;
       border: none;
       cursor: pointer;
       font-family: 'Plus Jakarta Sans', sans-serif;
       font-size: 0.92rem;
       font-weight: 600;
       color: #171B2B;
       padding: 20px 0;
       display: flex;
       justify-content: space-between;
       align-items: center;
       gap: 16px;
       transition: color 0.2s;
   }
   .dk-faq-question:hover { color: #1500D5; }
   .dk-faq-chevron { color: #7E839A; flex-shrink: 0; font-size: 0.75rem; transition: transform 0.3s; }
   .dk-faq-item.open .dk-faq-chevron { transform: rotate(180deg); }
   .dk-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
   .dk-faq-item.open .dk-faq-answer { max-height: 600px; }
   .dk-faq-body { padding-bottom: 20px; font-size: 0.875rem; color: #676B7E; line-height: 1.78; margin: 0; }
   
   @media (max-width: 640px) { .dk-faq-section { padding: 60px 0; } }
  /* =============================================
   PODSTRONA DLA NAJEMCY — HERO
   ============================================= */
.dn-hero {
    background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
    padding: 120px 5vw 290px;
    text-align: center;
    width: 100%;
}
.dn-hero-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.dn-hero-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.69rem, 3.2vw, 2.87rem);
    color: #171B2B;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 24px;
}
.dn-hero-title em {
    color: #1500D5;
    font-style: normal;
}
.dn-hero-desc {
    font-size: 0.97rem;
    color: #676B7E;
    line-height: 1.8;
    max-width: 816px;
    margin: 0 auto 40px;
}
.dn-hero-cta {
    display: inline-block;
    background: #1500D5;
    color: #FFFFFF;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.97rem;
    text-decoration: none;
    border: 2px solid #1500D5;
    transition: all 0.2s;
}
.dn-hero-cta:hover { background: #FFFFFF; color: #1500D5; }

@media (max-width: 640px) { .dn-hero { padding: 60px 5vw; } }
.dn-hero-inner { position: relative; }
.dn-hero__img {
    position: absolute;
    right: -100px;
    top: calc(50% + 230px);
    transform: translateY(-50%);
    max-height: 312px;
    max-width: 374px;
    width: auto;
    height: auto;
}

@media (max-width: 1300px) {
    .dn-hero__img {
        position: static;
        transform: none;
        display: block;
        margin: 24px auto 0;
    }
}
/* =============================================
   PODSTRONA DLA NAJEMCY — WYJAŚNIENIA
   ============================================= */
   html {
    scroll-behavior: smooth;
}
   .dn-exp-section { background: #FFFFFF; padding: 80px 0; width: 100%; }
   .dn-exp-header { text-align: center; max-width: 912px; margin: 0 auto 14px; }
   .dn-exp-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #171B2B;
       line-height: 1.14;
       letter-spacing: -0.02em;
       margin: 0;
   }
   .dn-exp-title em { color: #1500D5; font-style: normal; }
   .dn-exp-grid {
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       gap: 2px;
       background: #E7E8EF;
       border-radius: 14px;
       overflow: hidden;
   }
   .dn-exp-block { background: #FFFFFF; padding: 40px; transition: background 0.2s; }
   .dn-exp-block:hover { background: #F6F6F9; }
   .dn-exp-block--full { grid-column: 1 / -1; }
   .dn-exp-block__title {
       font-family: 'Roboto Serif', serif;
       font-weight: 700;
       font-size: 1.1rem;
       color: #171B2B;
       line-height: 1.3;
       margin: 0 0 16px;
   }
   .dn-exp-block__text { font-size: 0.88rem; color: #676B7E; line-height: 1.78; margin: 0; }
   .dn-exp-block__icon {
    width: 44px;
    height: 44px;
    background: #1500D5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.dn-exp-block__icon svg { width: 22px; height: 22px; }
.dn-exp-block__text strong { color: #1500D5; font-weight: 700; }
.dn-exp-standalone-img {
    display: block;
    max-height: 140px;
    width: auto;
    margin: 0 auto 32px;
}
.dn-exp-header__img {
    display: block;
    max-height: 190px;
    width: auto;
    margin: -5px auto 0;
    transform: translateX(-550px);
}

@media (max-width: 1024px) {
    .dn-exp-header__img {
        transform: none;
        max-height: 140px;
        margin: 24px auto 0;
    }
}
   @media (max-width: 1024px) {
       .dn-exp-grid { grid-template-columns: 1fr; }
       .dn-exp-block--full { grid-column: 1; }
   }
   @media (max-width: 640px) { .dn-exp-block { padding: 32px 24px; } }
/* =============================================
   PODSTRONA DLA NAJEMCY — KROKI
   ============================================= */
   .dn-steps-section { background: linear-gradient(135deg, #F6F6F9, #ECEEFF); padding: 200px 0; width: 100%; }
   .dn-steps-header { margin-bottom: 48px; }
   .dn-steps-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin: 0 0 12px; }
   .dn-steps-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #171B2B;
       line-height: 1.14;
       margin: 0;
       letter-spacing: -0.01em;
   }
   .dn-steps-desc { font-size: 0.97rem; color: #676B7E; line-height: 1.8; max-width: 640px; margin: 16px 0 0; }
   .dn-steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
   .dn-steps-card {
       background: #FFFFFF;
       border: 1px solid #E7E8EF;
       border-radius: 14px;
       padding: 32px;
       transition: background 0.2s ease;
   }
   .dn-steps-card:hover { background: #F6F6F9; }
   .dn-steps-card__num {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: 3rem;
       color: #1500D5;
       line-height: 1;
       margin-bottom: 16px;
   }
   .dn-steps-card__num--sm {
       font-size: 2.81rem;
   }
   .dn-steps-card__title { font-size: 0.95rem; font-weight: 700; color: #171B2B; line-height: 1.3; margin: 0 0 10px; }
   .dn-steps-card__desc { font-size: 0.82rem; color: #676B7E; line-height: 1.67; margin: 0; }
   
   @media (max-width: 1024px) { .dn-steps-grid { grid-template-columns: repeat(2, 1fr); } }
   @media (max-width: 640px) {
       .dn-steps-grid { grid-template-columns: 1fr; }
       .dn-steps-section { padding: 64px 0; }
   }
   /* =============================================
   PODSTRONA DLA NAJEMCY — DANE
   ============================================= */
.dn-data-section { background: #FFFFFF; padding: 200px 0; width: 100%; }
.dn-data-header { margin-bottom: 48px; }
.dn-data-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    color: #171B2B;
    line-height: 1.14;
    letter-spacing: -0.01em;
}
.dn-data-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #E7E8EF;
    border-right: none;
    border-bottom: none;
    margin-top: 48px;
}
.dn-data-card {
    background: #FFFFFF;
    padding: 32px;
    border-right: 1px solid #E7E8EF;
    border-bottom: 1px solid #E7E8EF;
    transition: background 0.2s ease;
}
.dn-data-card:hover { background: #F6F6F9; }
.dn-data-card__icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.dn-data-card__icon svg { width: 20px; height: 20px; }
.dn-data-card__title { font-size: 0.95rem; font-weight: 700; color: #171B2B; line-height: 1.3; margin-bottom: 10px; }
.dn-data-card__desc { font-size: 0.83rem; color: #676B7E; line-height: 1.67; }
.dn-data-info {
    background: linear-gradient(160deg, #1500D5 0%, #0E007A 100%);
    border-radius: 14px;
    padding: 40px;
    margin-top: 32px;
    text-align: center;
}
.dn-data-info__title { 
    font-family: 'Roboto Serif', serif; 
    font-weight: 700; 
    font-size: 1.1rem; 
    color: #FFFFFF; 
    margin-bottom: 16px; 
}
.dn-data-info__text { 
    font-size: 0.9rem; 
    color: #FFFFFF;
    line-height: 1.78; 
    max-width: 720px; 
    margin: 0 auto 24px; 
}
.dn-data-info__btn {
    display: inline-block;
    background: #FFFFFF;
    color: #1500D5;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    transition: all 0.2s ease;
}
.dn-data-info__btn:hover {
    background: transparent;
    color: #FFFFFF;
}

@media (max-width: 1024px) { .dn-data-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
    .dn-data-section { padding: 64px 0; }
    .dn-data-grid { grid-template-columns: 1fr; }
    .dn-data-card { padding: 28px; }
    .dn-data-info { padding: 32px 24px; }
}
/* =============================================
   PODSTRONA DLA NAJEMCY — INSTYTUCJE
   ============================================= */
   .dn-inst-section { background: linear-gradient(160deg, #1500D5 0%, #0E007A 100%); padding: 64px 0; width: 100%; }
   .dn-inst-inner { text-align: center; margin-top: 48px; }
   .dn-inst-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 700;
       font-size: 1.1rem;
       color: #171B2B;
       margin-bottom: 12px;
   }
   .dn-inst-desc { color: #676B7E; font-size: 0.88rem; line-height: 1.78; margin-bottom: 32px; }
   .dn-inst-logos {
       display: flex;
       justify-content: center;
       align-items: center;
       flex-wrap: wrap;
       gap: 20px;
   }
   .dn-inst-logos img {
    height: 48px;
    width: auto;
    object-fit: contain;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 8px 16px;
    transition: opacity 0.2s;
}
   .dn-inst-logos img:hover { opacity: 0.8; }
   .dn-inst-note { color: rgba(255,255,255,0.5); font-size: 0.75rem; margin-top: 24px; }
   
   /* =============================================
   PODSTRONA DLA NAJEMCY — KORZYŚCI
   ============================================= */
.dn-benefits-section { background: linear-gradient(135deg, #F6F6F9, #ECEEFF); padding: 200px 0; width: 100%; }
.dn-benefits-header { margin-bottom: 48px; }
.dn-benefits-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin-bottom: 12px; }
.dn-benefits-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    color: #171B2B;
    line-height: 1.14;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}
.dn-benefits-desc { font-size: 0.97rem; color: #676B7E; line-height: 1.8; max-width: 760px; }
.dn-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 200px;
}
.dn-benefits-card {
    background: #FFFFFF;
    border: 1px solid #E7E8EF;
    border-radius: 14px;
    padding: 32px;
    transition: background 0.2s ease;
}
.dn-benefits-card:hover { background: #F6F6F9; }
.dn-benefits-card__icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.dn-benefits-card__icon svg { width: 20px; height: 20px; stroke: #1500D5; }
.dn-benefits-card__title { font-size: 0.95rem; font-weight: 700; color: #171B2B; line-height: 1.3; margin-bottom: 10px; }
.dn-benefits-card__desc { font-size: 0.82rem; color: #676B7E; line-height: 1.67; }
.dn-benefits-header { margin-bottom: 48px; position: relative; }
.dn-benefits-header__img {
    position: absolute;
    right: 60px;
    bottom: -180px;
    max-height: 240px;
    width: auto;
    height: auto;
}

@media (max-width: 1024px) {
    .dn-benefits-header__img { position: static; display: block; margin: 24px auto 0; max-height: 150px; }
}

@media (max-width: 1024px) { .dn-benefits-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .dn-benefits-grid { grid-template-columns: 1fr; } }
/* =============================================
   PODSTRONA DLA NAJEMCY — BEZPIECZEŃSTWO
   ============================================= */
   .dn-sec-section {
    background: linear-gradient(160deg, #1500D5 0%, #0E007A 100%);
    color: #FFFFFF;
    padding: 200px 0;
    width: 100%;
}
.dn-sec-header { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.dn-sec-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    color: #FFFFFF;
    line-height: 1.14;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}
.dn-sec-desc { font-size: 0.97rem; color: rgba(255,255,255,0.85); line-height: 1.8; margin: 0; }
.dn-sec-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.dn-sec-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 28px;
    transition: background 0.2s;
}
.dn-sec-card:hover { background: rgba(255,255,255,0.13); }
.dn-sec-card__icon {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #FFFFFF;
}
.dn-sec-card__icon svg { width: 20px; height: 20px; }
.dn-sec-card__title { font-size: 0.9rem; font-weight: 700; color: #FFFFFF; line-height: 1.3; margin: 0 0 8px; }
.dn-sec-card__text { font-size: 0.8rem; color: rgba(255,255,255,0.75); line-height: 1.67; margin: 0; }

@media (max-width: 1024px) { .dn-sec-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .dn-sec-grid { grid-template-columns: 1fr; } }
/* =============================================
   PODSTRONA DLA NAJEMCY — FAQ
   ============================================= */
   .dn-faq-section { background: #FFFFFF; padding: 200px 0; width: 100%; }
   .dn-faq-header { text-align: center; margin-bottom: 56px; max-width: 760px; margin-left: auto; margin-right: auto; }
   .dn-faq-label { font-size: 1.5rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: #1500D5; margin: 0 0 12px; }
   .dn-faq-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #171B2B;
       line-height: 1.14;
       margin: 0;
   }
   .dn-faq-list { max-width: 860px; margin: 0 auto; list-style: none; padding: 0; }
   .dn-faq-item { border-bottom: 1px solid #E7E8EF; }
   .dn-faq-question {
       width: 100%;
       text-align: left;
       background: transparent;
       border: none;
       cursor: pointer;
       font-family: 'Plus Jakarta Sans', sans-serif;
       font-size: 0.92rem;
       font-weight: 600;
       color: #171B2B;
       padding: 20px 0;
       display: flex;
       justify-content: space-between;
       align-items: center;
       gap: 16px;
       transition: color 0.2s;
   }
   .dn-faq-question:hover { color: #1500D5; }
   .dn-faq-icon { color: #7E839A; flex-shrink: 0; transition: transform 0.3s; }
   .dn-faq-item.open .dn-faq-icon { transform: rotate(180deg); }
   .dn-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
   .dn-faq-item.open .dn-faq-answer { max-height: 600px; }
   .dn-faq-answer__inner { padding-bottom: 20px; font-size: 0.875rem; color: #676B7E; line-height: 1.78; }
   .dn-faq-answer__inner p { margin: 0 0 10px; }
   .dn-faq-answer__inner p:last-child { margin-bottom: 0; }
   
   @media (max-width: 640px) { .dn-faq-section { padding: 60px 0; } }
/* =============================================
   PODSTRONA DLA NAJEMCY — KONTAKT
   ============================================= */
   .dn-contact-section { background: linear-gradient(135deg, #F6F6F9, #ECEEFF); padding: 80px 0; width: 100%; }
   .dn-contact-inner { max-width: 760px; margin: 0 auto; }
   .dn-contact-header { text-align: center; margin-bottom: 48px; }
   .dn-contact-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #171B2B;
       line-height: 1.14;
       letter-spacing: -0.02em;
       margin-bottom: 16px;
   }
   .dn-contact-lead { color: #676B7E; font-size: 0.9rem; line-height: 1.78; }
   .dn-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 48px; }
   .dn-contact-card {
       background: #FFFFFF;
       border: 1px solid #E7E8EF;
       border-radius: 14px;
       padding: 32px;
       transition: background 0.2s ease;
   }
   .dn-contact-card:hover { background: #F6F6F9; }
   .dn-contact-card__icon {
       width: 24px;
       height: 24px;
       display: block;
       margin-bottom: 16px;
       stroke: #1500D5;
       fill: none;
       stroke-width: 2;
       stroke-linecap: round;
       stroke-linejoin: round;
   }
   .dn-contact-card__title { color: #171B2B; font-weight: 700; font-size: 0.95rem; margin-bottom: 8px; }
   .dn-contact-card__link { color: #1500D5; font-weight: 700; font-size: 1rem; text-decoration: none; display: inline-block; }
   .dn-contact-card__link:hover { text-decoration: underline; }
   .dn-contact-card__note { color: #7E839A; font-size: 0.78rem; margin-top: 8px; }
   
   @media (max-width: 640px) {
       .dn-contact-grid { grid-template-columns: 1fr; }
       .dn-contact-card { padding: 28px; }
   }
   /* =============================================
   PODSTRONA WERYFIKACJA NAJEMCÓW — HERO
   ============================================= */
.wn-hero {
    background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
    padding: 220px 5vw;
    text-align: center;
    width: 100%;
}
.wn-hero__inner { max-width: 1000px; margin: 0 auto; }
.wn-hero__title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    color: #171B2B;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 24px;
}
.wn-hero__title em {
    color: #1500D5;
    font-style: normal;
}
.wn-hero__lead {
    font-size: 0.97rem;
    color: #676B7E;
    line-height: 1.8;
    max-width: 680px;
    margin: 0 auto 40px;
}
.wn-hero__actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.wn-hero__btn {
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.97rem;
    text-decoration: none;
    border: 2px solid #1500D5;
    transition: all 0.2s ease;
    display: inline-block;
}
.wn-hero__btn--ghost { background: transparent; color: #1500D5; }
.wn-hero__btn--ghost:hover { background: #1500D5; color: #FFFFFF; }
.wn-hero__btn--primary { background: #1500D5; color: #FFFFFF; }
.wn-hero__btn--primary:hover { background: #FFFFFF; color: #1500D5; }

@media (max-width: 640px) {
    .wn-hero__actions { flex-direction: column; align-items: center; }
    .wn-hero__btn { width: 100%; max-width: 320px; text-align: center; }
}
/* =============================================
   WERYFIKACJA NAJEMCÓW — CO ZYSKUJESZ
   ============================================= */
   .wn-benefits-section { background: #FFFFFF; padding: 200px 0; width: 100%; }
   .wn-benefits-header { margin-bottom: 48px; }
   .wn-benefits-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin: 0 0 12px; }
   .wn-benefits-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #171B2B;
       line-height: 1.14;
       margin: 0 0 16px;
   }
   .wn-benefits-desc { font-size: 0.97rem; color: #676B7E; line-height: 1.8; max-width: 640px; margin: 0; }
   .wn-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
   .wn-benefits-card {
       background: #FFFFFF;
       border: 1px solid #E7E8EF;
       border-radius: 14px;
       padding: 32px;
       transition: background 0.2s ease;
   }
   .wn-benefits-card:hover { background: #F6F6F9; }
   .wn-benefits-card__icon {
       width: 40px;
       height: 40px;
       background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
       border-radius: 10px;
       margin-bottom: 16px;
       display: flex;
       align-items: center;
       justify-content: center;
   }
   .wn-benefits-card__icon svg { width: 20px; height: 20px; }
   .wn-benefits-card__title { font-size: 0.95rem; font-weight: 700; color: #171B2B; line-height: 1.3; margin: 0 0 10px; }
   .wn-benefits-card__desc { font-size: 0.82rem; color: #676B7E; line-height: 1.67; margin: 0; }
   
   @media (max-width: 1024px) { .wn-benefits-grid { grid-template-columns: repeat(2, 1fr); } }
   @media (max-width: 640px) { .wn-benefits-grid { grid-template-columns: 1fr; } }
   /* =============================================
   WERYFIKACJA NAJEMCÓW — CO OBEJMUJE
   ============================================= */
.wn-scope-section { background: linear-gradient(135deg, #F6F6F9, #ECEEFF); padding: 200px 0; width: 100%; }
.wn-scope-header { margin-bottom: 48px; }
.wn-scope-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin-bottom: 12px; }
.wn-scope-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    color: #171B2B;
    line-height: 1.14;
}
.wn-scope-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #E7E8EF;
    border-right: none;
    border-bottom: none;
    margin-top: 48px;
}
.wn-scope-card {
    background: #FFFFFF;
    padding: 32px;
    border-right: 1px solid #E7E8EF;
    border-bottom: 1px solid #E7E8EF;
    transition: background 0.2s ease;
}
.wn-scope-card:hover { background: #F6F6F9; }
.wn-scope-card__num {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: 3rem;
    color: #1500D5;
    line-height: 1;
    margin-bottom: 16px;
}
.wn-scope-card__title { font-size: 0.95rem; font-weight: 700; color: #171B2B; line-height: 1.3; margin-bottom: 10px; }
.wn-scope-card__desc { font-size: 0.82rem; color: #676B7E; line-height: 1.67; }

@media (max-width: 1024px) { .wn-scope-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .wn-scope-grid { grid-template-columns: 1fr; } }
/* =============================================
   WERYFIKACJA NAJEMCÓW — DLA KOGO INTRO
   ============================================= */
   .wn-who-intro {
    background: linear-gradient(160deg, #0E007A 0%, #1500D5 100%);
    padding: 200px 0;
    text-align: center;
    width: 100%;
}
.wn-who-intro__inner { max-width: 1000px; margin: 0 auto; }
.wn-who-intro__label {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 16px;
}
.wn-who-intro__title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    color: #FFFFFF;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}
.wn-who-intro__desc {
    font-size: 0.97rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.8;
    max-width: 680px;
    margin: 0 auto 48px;
}
.wn-who-intro__chips { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.wn-who-intro__chip {
    background: #FFFFFF;
    border: 1.5px solid #FFFFFF;
    border-radius: 999px;
    padding: 10px 24px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #1500D5;
    text-decoration: none;
    transition: all 0.2s ease;
}

@media (max-width: 640px) {
    .wn-who-intro__chips { flex-direction: column; align-items: center; }
    .wn-who-intro__chip { width: 100%; max-width: 320px; text-align: center; }
}
/* =============================================
   WERYFIKACJA NAJEMCÓW — JAK TO DZIAŁA
   ============================================= */
   .wn-steps-section { background: linear-gradient(160deg, #1500D5 0%, #0E007A 100%); padding: 200px 0; width: 100%; }
   .wn-steps-header { max-width: 900px; margin: 0 0 48px; }
   .wn-steps-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.6); font-weight: 700; margin-bottom: 12px; }
   .wn-steps-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #FFFFFF;
       line-height: 1.14;
       margin: 0;
   }
   .wn-steps-intro { color: rgba(255,255,255,0.85); font-size: 0.97rem; line-height: 1.8; max-width: 640px; margin: 16px 0 0; }
   .wn-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
   .wn-steps-card {
       background: rgba(255,255,255,0.08);
       border: 1px solid rgba(255,255,255,0.15);
       border-radius: 16px;
       padding: 36px;
       transition: background 0.2s ease;
   }
   .wn-steps-card:hover { background: rgba(255,255,255,0.13); }
   .wn-steps-card__time {
       display: inline-block;
       background: rgba(255,255,255,0.12);
       border: 1px solid rgba(255,255,255,0.2);
       border-radius: 999px;
       padding: 4px 14px;
       font-size: 0.72rem;
       color: #FFFFFF;
       font-weight: 600;
       margin-bottom: 20px;
   }
   .wn-steps-card__title { font-weight: 700; font-size: 1rem; color: #FFFFFF; line-height: 1.3; margin: 0 0 12px; }
   .wn-steps-card__desc { font-size: 0.85rem; color: rgba(255,255,255,0.85); line-height: 1.72; margin: 0; }
   
   .wn-steps-report-link { margin-top: 24px; text-align: center; }
   .wn-steps-report-link a {
       color: #FFFFFF;
       font-weight: 700;
       font-size: 0.9rem;
       text-decoration: underline;
       opacity: 0.85;
       transition: opacity 0.2s;
   }
   .wn-steps-report-link a:hover { opacity: 1; }
   
   .wn-steps-institutions {
       margin-top: 48px;
       padding-top: 48px;
       border-top: 1px solid rgba(255,255,255,0.1);
       display: grid;
       grid-template-columns: 1fr 1fr;
       gap: 48px;
       align-items: center;
   }
   .wn-steps-inst__title {
       font-family: 'Roboto Serif', serif;
       font-weight: 700;
       font-size: 1.2rem;
       color: #FFFFFF;
       line-height: 1.3;
       margin: 0 0 12px;
   }
   .wn-steps-inst__desc { color: rgba(255,255,255,0.75); font-size: 0.85rem; line-height: 1.7; margin: 0; }
   .wn-steps-inst__logos {
       display: flex;
       align-items: center;
       justify-content: flex-end;
       flex-wrap: wrap;
       gap: 12px;
   }
   .wn-steps-inst__logos img {
       height: 44px;
       width: auto;
       object-fit: contain;
       background: #FFFFFF;
       border-radius: 8px;
       padding: 8px 14px;
   }
   .wn-steps-card__link {
    display: inline-block;
    margin-top: 16px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.85rem;
    text-decoration: underline;
    opacity: 0.85;
    transition: opacity 0.2s;
}
.wn-steps-card__link:hover { opacity: 1; }
   
   @media (max-width: 1024px) {
       .wn-steps-grid { grid-template-columns: 1fr; }
       .wn-steps-institutions { grid-template-columns: 1fr; }
       .wn-steps-inst__logos { justify-content: flex-start; }
   }
   @media (max-width: 640px) {
       .wn-steps-card { padding: 28px; }
   }
   /* =============================================
   POPUP RAPORT
   ============================================= */
.wn-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.wn-popup--open { display: flex; }
.wn-popup-box {
    position: relative;
    background: #FFFFFF;
    border-radius: 14px;
    max-width: 860px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 24px 64px rgba(0,0,0,0.3);
}
.wn-popup-box img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}
.wn-popup-close {
    position: sticky;
    top: 12px;
    float: right;
    margin: 12px 12px 0 0;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #E7E8EF;
    border-radius: 50%;
    font-size: 0.9rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #171B2B;
    transition: background 0.2s;
    z-index: 1;
}
.wn-popup-close:hover { background: #F6F6F9; }
/* =============================================
   WERYFIKACJA NAJEMCÓW — PRYWATNOŚĆ
   ============================================= */
   .wn-privacy-section { background: linear-gradient(135deg, #F6F6F9, #ECEEFF); padding: 200px 0; width: 100%; }
   .wn-privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
   .wn-privacy-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin: 0 0 12px; display: block; }
   .wn-privacy-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #171B2B;
       line-height: 1.14;
       margin: 0 0 16px;
   }
   .wn-privacy-desc { font-size: 0.97rem; color: #676B7E; line-height: 1.8; margin: 0 0 32px; }
   .wn-privacy-link { color: #1500D5; font-weight: 700; font-size: 0.88rem; text-decoration: underline; }
   .wn-privacy-list { display: flex; flex-direction: column; gap: 20px; list-style: none; padding: 0; margin: 0; }
   .wn-privacy-item { display: flex; gap: 16px; align-items: flex-start; }
   .wn-privacy-item__check {
       width: 24px;
       height: 24px;
       flex-shrink: 0;
       background: #1500D5;
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       color: #FFFFFF;
       font-size: 0.75rem;
       font-weight: 700;
       margin-top: 2px;
   }
   .wn-privacy-item__text { font-size: 0.9rem; color: #676B7E; line-height: 1.7; }
   
   @media (max-width: 1024px) { .wn-privacy-grid { grid-template-columns: 1fr; gap: 40px; } }
  /* =============================================
   WERYFIKACJA NAJEMCÓW — CTA SEKCJA
   ============================================= */
.wn-cta-section { background: #FFFFFF; padding: 80px 0; width: 100%; }
.wn-cta-header { margin-bottom: 48px; }
.wn-cta-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin: 0 0 12px; }
.wn-cta-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    color: #171B2B;
    line-height: 1.14;
    margin: 0;
}
.wn-cta-intro { color: #676B7E; font-size: 0.97rem; line-height: 1.8; max-width: 640px; margin: 16px 0 0; }
.wn-cta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.wn-cta-card {
    background: #FFFFFF;
    border: 1px solid #E7E8EF;
    border-radius: 16px;
    padding: 36px;
    transition: background 0.2s ease;
}
.wn-cta-card:hover { background: #F6F6F9; }
.wn-cta-card__pill {
    display: inline-block;
    background: #1500D5;
    border: 1px solid #1500D5;
    color: #FFFFFF;
    border-radius: 999px;
    padding: 4px 14px;
    font-size: 0.72rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.wn-cta-card__title { font-weight: 700; font-size: 1rem; color: #171B2B; line-height: 1.3; margin: 0 0 12px; }
.wn-cta-card__desc { font-size: 0.85rem; color: #676B7E; line-height: 1.72; margin: 0; }
.wn-cta-box {
    background: linear-gradient(160deg, #1500D5 0%, #0E007A 100%);
    border: none;
    border-radius: 16px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    margin-top: 32px;
}
.wn-cta-box__title { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.3rem; color: #FFFFFF; line-height: 1.3; margin: 0; }
.wn-cta-box__desc { color: rgba(255,255,255,0.85); font-size: 0.88rem; margin: 12px 0 0; line-height: 1.7; }
.wn-cta-box__actions { display: flex; flex-direction: column; gap: 12px; }
.wn-cta-box__btn {
    display: block;
    width: 100%;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.wn-cta-box__btn--primary { background: transparent; color: #FFFFFF; border: 1.5px solid rgba(255,255,255,0.4); }
.wn-cta-box__btn--primary:hover { background: #FFFFFF; color: #1500D5; }
.wn-cta-box__btn--secondary { background: #FFFFFF; color: #1500D5; border: 2px solid #FFFFFF; }
.wn-cta-box__btn--secondary:hover { background: transparent; color: #FFFFFF; }

@media (max-width: 1024px) {
    .wn-cta-grid { grid-template-columns: 1fr; }
    .wn-cta-box { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 640px) {
    .wn-cta-card { padding: 28px; }
    .wn-cta-box { padding: 28px; }
}
/* =============================================
   WERYFIKACJA NAJEMCÓW — RAPORT
   ============================================= */
   .wn-report-section { background: linear-gradient(135deg, #F6F6F9, #ECEEFF); padding: 200px 0; width: 100%; }
   .wn-report-header { max-width: 760px; margin-bottom: 48px; }
   .wn-report-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin-bottom: 12px; }
   .wn-report-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #171B2B;
       line-height: 1.14;
       margin: 0 0 16px;
   }
   .wn-report-desc { font-size: 0.97rem; color: #676B7E; line-height: 1.8; margin: 0; }
   .wn-report-subtitle { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.2rem; color: #171B2B; margin: 48px 0 32px; }
   .wn-report-grid {
       display: grid;
       grid-template-columns: repeat(5, 1fr);
       grid-template-rows: 1fr auto;
       border: 1px solid #E7E8EF;
       border-right: none;
       border-bottom: none;
   }
   .wn-report-card {
       grid-row: span 2;
       display: grid;
       grid-template-rows: subgrid;
       background: #FFFFFF;
       padding: 32px 28px;
       box-sizing: border-box;
       border-right: 1px solid #E7E8EF;
       border-bottom: 1px solid #E7E8EF;
       transition: background 0.2s ease;
   }
   .wn-report-card:hover { background: #F6F6F9; }
   .wn-report-card__top {
       display: flex;
       flex-direction: column;
   }
   .wn-report-card__icon {
       width: 40px;
       height: 40px;
       background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
       border-radius: 10px;
       display: flex;
       align-items: center;
       justify-content: center;
       margin-bottom: 16px;
       flex-shrink: 0;
   }
   .wn-report-card__icon svg { width: 20px; height: 20px; }
   .wn-report-card__title { font-size: 0.88rem; font-weight: 700; color: #171B2B; line-height: 1.3; margin: 0 0 8px; }
   .wn-report-card__desc { font-size: 0.79rem; color: #676B7E; line-height: 1.67; margin: 0; }
   .wn-report-card__positive {
       font-size: 0.79rem;
       color: #676B7E;
       line-height: 1.67;
       margin: 10px 0 0;
       padding-top: 16px;
       border-top: 1px solid #E7E8EF;
   }
   .wn-report-cta {
       background: none;
       border: none;
       padding: 40px 0 0;
       margin-top: 32px;
       display: flex;
       flex-direction: column;
       align-items: center;
       text-align: center;
       gap: 24px;
   }
   .wn-report-cta__text { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1rem; color: #171B2B; max-width: 480px; margin: 0; }
   .wn-report-cta__buttons { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
   .wn-report-btn {
       display: inline-block;
       padding: 12px 24px;
       border-radius: 8px;
       font-family: 'Plus Jakarta Sans', sans-serif;
       font-weight: 700;
       font-size: 0.88rem;
       text-decoration: none;
       transition: all 0.2s ease;
       border: 2px solid #1500D5;
   }
   .wn-report-btn--primary { background: #1500D5; color: #FFFFFF; }
   .wn-report-btn--primary:hover { background: #FFFFFF; color: #1500D5; }
   .wn-report-btn--secondary { background: transparent; color: #1500D5; }
   .wn-report-btn--secondary:hover { background: #1500D5; color: #FFFFFF; }
   
   @media (max-width: 1024px) { .wn-report-grid { grid-template-columns: repeat(3, 1fr); } }
   @media (max-width: 640px) {
       .wn-report-grid { grid-template-columns: 1fr; }
       .wn-report-cta { align-items: center; }
   }
 /* =============================================
   WERYFIKACJA NAJEMCÓW — JAK RAPORT POMAGA
   ============================================= */
.wn-how-section { background: linear-gradient(160deg, #1500D5 0%, #0E007A 100%); padding: 200px 0; width: 100%; }
.wn-how-header { margin-bottom: 48px; max-width: 900px; }
.wn-how-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.6); font-weight: 700; margin-bottom: 12px; }
.wn-how-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    color: #FFFFFF;
    line-height: 1.14;
    margin: 0;
}
.wn-how-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: 48px;
}
.wn-how-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 28px;
    transition: background 0.2s ease;
}
.wn-how-card:hover { background: rgba(255,255,255,0.13); }
.wn-how-card__icon {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.wn-how-card__icon svg { width: 18px; height: 18px; }
.wn-how-card__title { font-weight: 700; font-size: 1.15rem; color: #FFFFFF; line-height: 1.3; margin: 0 0 8px; }
.wn-how-card__desc { font-size: 0.8rem; color: rgba(255,255,255,0.75); line-height: 1.67; margin: 0; }
.wn-how-footer {
    margin-top: 64px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 48px;
}
.wn-how-footer__title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    color: #FFFFFF;
    line-height: 1.3;
    margin: 0 0 16px;
}
.wn-how-footer__desc {
    color: rgba(255,255,255,0.85);
    font-size: 0.9rem;
    line-height: 1.78;
    max-width: 600px;
    margin: 0 auto 32px;
}
.wn-how-footer__btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.wn-how-footer__btn {
    display: inline-block;
    background: #FFFFFF;
    color: #1500D5;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    border: 2px solid #FFFFFF;
    transition: all 0.2s ease;
}
.wn-how-footer__btn:hover { background: transparent; color: #FFFFFF; }

@media (max-width: 1024px) { .wn-how-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .wn-how-grid { grid-template-columns: 1fr; } }
/* =============================================
   WERYFIKACJA NAJEMCÓW — PORÓWNANIE V2
   ============================================= */
   .wn-compare2-section { background: #FFFFFF; padding: 200px 0; width: 100%; }
   .wn-compare2-header { margin-bottom: 40px; max-width: 900px; }
   .wn-compare2-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin-bottom: 12px; }
   .wn-compare2-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #171B2B;
       line-height: 1.14;
       margin: 0 0 16px;
   }
   .wn-compare2-desc { font-size: 0.97rem; color: #676B7E; line-height: 1.8; margin: 0; }
   .wn-compare2-intro { font-size: 0.88rem; color: #676B7E; line-height: 1.7; margin: 40px 0 24px; max-width: 900px; }
   .wn-compare2-wrapper { overflow-x: auto; border-radius: 16px; -webkit-overflow-scrolling: touch; padding-top: 12px; }
   .wn-compare2-table { width: 100%; border-collapse: separate; border-spacing: 0; background: transparent; min-width: 880px; }
   .wn-compare2-table thead th { padding: 20px 24px; background: #FFFFFF; border-bottom: 1px solid #E7E8EF; text-align: center; font-size: 0.85rem; font-weight: 700; color: #171B2B; }
   .wn-compare2-th-criterion { background: #FFFFFF; text-align: left; min-width: 180px; border-top-left-radius: 16px; }
   .wn-compare2-th-letlinker { background: #1500D5; color: #FFFFFF; font-weight: 800; font-size: 1rem; border-left: 2px solid #1500D5; border-right: 2px solid #1500D5; border-top-left-radius: 12px; border-top-right-radius: 12px; min-width: 170px; }
   .wn-compare2-th-docs { min-width: 180px; }
   .wn-compare2-th-debt { min-width: 150px; }
   .wn-compare2-th-other { min-width: 130px; border-top-right-radius: 16px; }
   .wn-compare2-table tbody tr { transition: background 0.15s ease; }
   .wn-compare2-table tbody tr:hover td:not(.wn-compare2-cell-letlinker):not(.wn-compare2-criterion) { background: rgba(21,0,213,0.02); }
   .wn-compare2-table tbody td { padding: 16px 24px; font-size: 0.85rem; color: #676B7E; vertical-align: middle; text-align: center; background: #FFFFFF; border-bottom: 1px solid #F0F1F6; }
   .wn-compare2-table tbody tr:last-child td { border-bottom: none; }
   .wn-compare2-criterion { font-weight: 600; color: #171B2B; font-size: 0.88rem; background: #FFFFFF; text-align: left; }
   .wn-compare2-table tbody tr:last-child .wn-compare2-criterion { border-bottom-left-radius: 16px; }
   .wn-compare2-table tbody tr:last-child td.wn-compare2-cell-other { border-bottom-right-radius: 16px; }
   .wn-compare2-cell-letlinker { background: rgba(21,0,213,0.04) !important; border-left: 2px solid #1500D5; border-right: 2px solid #1500D5; color: #171B2B !important; font-weight: 500; }
   .wn-compare2-table tbody tr:last-child .wn-compare2-cell-letlinker { border-bottom: 2px solid #1500D5; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }
   .wn-compare2-badge { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; font-weight: 700; font-size: 0.85rem; line-height: 1; flex-shrink: 0; }
   .wn-compare2-check { background: rgba(21,0,213,0.1); color: #1500D5; }
   .wn-compare2-cross { background: rgba(231,76,60,0.08); color: #E74C3C; }
   .wn-compare2-tilde { background: rgba(243,156,18,0.1); color: #F39C12; }
   .wn-compare2-dash { color: #BDC1D1; font-weight: 600; }
   .wn-compare2-with-text { display: inline-flex; align-items: center; gap: 8px; justify-content: center; text-align: left; }
   
   @media (max-width: 1024px) { .wn-compare2-wrapper { overflow-x: scroll; } }
   @media (max-width: 640px) {
       .wn-compare2-section { padding: 60px 0; }
       .wn-compare2-table thead th,
       .wn-compare2-table tbody td { padding: 14px 16px; }
   }
   .wn-compare2-th-other { min-width: 170px; border-top-right-radius: 16px; background: #e8f5e9; color: #27500A; font-weight: 700; }
.wn-compare2-section-row {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #7E839A;
    background: #F6F6F9 !important;
    padding: 10px 24px;
    border-top: 1px solid #E7E8EF;
    text-align: left;
}
.wn-compare2-sublabel { padding-left: 36px !important; font-weight: 500 !important; color: #676B7E !important; }
.wn-compare2-note { font-size: 0.75rem; color: #7E839A; margin-top: 4px; }
.wn-compare2-pill { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 0.78rem; font-weight: 600; }
.wn-compare2-pill--blue { background: rgba(21,0,213,0.1); color: #1500D5; }
.wn-compare2-pill--red { background: rgba(231,76,60,0.08); color: #E74C3C; }
.wn-compare2-pill--green { background: #e8f5e9; color: #27500A; }
   /* =============================================
   WERYFIKACJA NAJEMCÓW — DLA KOGO
   ============================================= */
.wn-who-section { background: linear-gradient(135deg, #F6F6F9, #ECEEFF); padding: 200px 0; width: 100%; }
.wn-who-header { margin-bottom: 48px; }
.wn-who-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin-bottom: 12px; display: block; }
.wn-who-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.8rem, 2.9vw, 2.6rem); color: #171B2B; line-height: 1.14; }
.wn-who-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; align-items: start; }
.wn-who-card {
    background: #FFFFFF;
    border: 1.5px solid #E7E8EF;
    border-radius: 14px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease;
    height: 100%;
}
.wn-who-card:hover { border-color: #1500D5; box-shadow: 0 8px 24px rgba(21,0,213,0.08); transform: translateY(-4px); }
.wn-who-card__tag { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; color: #1500D5; margin-bottom: 24px; }
.wn-who-card__title { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.15rem; color: #1500D5; line-height: 1.3; margin-bottom: 16px; text-align: center; }
.wn-who-card__intro { font-size: 0.85rem; color: #676B7E; line-height: 1.67; margin-bottom: 20px; flex: 1; }
.wn-who-card__separator { border-top: 1px solid #E7E8EF; margin-bottom: 20px; }
.wn-who-card__sub { font-size: 0.72rem; font-weight: 700; color: #171B2B; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 12px; }
.wn-who-card__list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.wn-who-card__item { display: flex; gap: 8px; align-items: flex-start; }
.wn-who-card__check { color: #1500D5; font-weight: 700; flex-shrink: 0; font-size: 0.8rem; margin-top: 2px; }
.wn-who-card__item span { font-size: 0.8rem; color: #676B7E; line-height: 1.6; }
.wn-who-card__links { margin-top: auto; padding-top: 40px; display: flex; flex-direction: column; gap: 6px; text-align: center; }
.wn-who-card__links a { font-size: 0.82rem; text-decoration: none; transition: color 0.2s ease; }
.wn-who-card__links a:first-child { color: #676B7E; }
.wn-who-card__links a:first-child:hover { color: #171B2B; }
.wn-who-card__links a:last-child { color: #1500D5; font-weight: 700; }
.wn-who-card__links a:last-child:hover { text-decoration: underline; }
.wn-who-card-excluded { background: #F6F6F9; border: 1.5px solid #E7E8EF; border-radius: 14px; padding: 28px; display: flex; flex-direction: column; }
.wn-who-card__tag--gray { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; color: #7E839A; margin-bottom: 12px; }
.wn-who-card__title--dark { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.1rem; color: #171B2B; line-height: 1.3; margin-bottom: 8px; }
.wn-who-card__excluded-intro { font-size: 0.83rem; color: #676B7E; line-height: 1.6; margin-bottom: 20px; }
.wn-who-excluded-list { display: flex; flex-direction: column; gap: 20px; }
.wn-who-excluded-item { display: flex; gap: 10px; align-items: flex-start; }
.wn-who-excluded-x { color: #7E839A; font-weight: 700; flex-shrink: 0; margin-top: 2px; font-size: 0.85rem; }
.wn-who-excluded-content { display: flex; flex-direction: column; gap: 4px; }
.wn-who-excluded-content strong { font-size: 0.82rem; font-weight: 700; color: #171B2B; }
.wn-who-excluded-content p { font-size: 0.79rem; color: #676B7E; line-height: 1.6; margin: 0; }

@media (max-width: 1024px) { .wn-who-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .wn-who-grid { grid-template-columns: 1fr; } }
/* =============================================
   WERYFIKACJA NAJEMCÓW — CTA KONTAKT
   ============================================= */
   .wn-cta-kontakt-section { background: linear-gradient(160deg, #0E007A 0%, #1500D5 100%); padding: 200px 0; width: 100%; }
   .wn-cta-kontakt-header { text-align: left; margin-bottom: 48px; }
   .wn-cta-kontakt-title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 2.9vw, 2.6rem);
       color: #FFFFFF;
       line-height: 1.14;
       letter-spacing: -0.02em;
       margin-bottom: 16px;
   }
   .wn-cta-kontakt-lead { font-size: 0.9rem; color: rgba(255,255,255,0.85); line-height: 1.78; }
   .wn-cta-kontakt-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: end; margin-top: 48px; }
   .wn-cta-kontakt-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 14px; padding: 28px; }
   .wn-cta-kontakt-card__title { color: #FFFFFF; font-weight: 700; font-size: 0.95rem; margin-bottom: 16px; }
   .wn-cta-kontakt-checklist { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
   .wn-cta-kontakt-check { display: flex; gap: 10px; align-items: flex-start; }
   .wn-cta-kontakt-check__icon {
       flex-shrink: 0;
       width: 18px;
       height: 18px;
       background: #FFFFFF;
       border-radius: 50%;
       display: flex;
       align-items: center;
       justify-content: center;
       font-size: 0.65rem;
       color: #1500D5;
       font-weight: 700;
       margin-top: 2px;
   }
   .wn-cta-kontakt-check__text { font-size: 0.85rem; color: rgba(255,255,255,0.85); line-height: 1.6; }
   .wn-cta-kontakt-btn {
       display: block;
       background: #FFFFFF;
       color: #1500D5;
       padding: 12px 28px;
       border-radius: 8px;
       font-weight: 700;
       font-size: 0.9rem;
       width: 100%;
       text-align: center;
       text-decoration: none;
       transition: background 0.2s;
   }
   .wn-cta-kontakt-btn:hover { background: rgba(255,255,255,0.9); }
   .wn-cta-kontakt-right { display: flex; flex-direction: column; justify-content: flex-end; }
   .wn-cta-kontakt-form-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; padding: 82px; }
   .wn-cta-kontakt-form-title { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.1rem; color: #FFFFFF; margin-bottom: 6px; }
   .wn-cta-kontakt-form-sub { font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 28px; }
   .wn-cta-kontakt-fields { display: flex; flex-direction: column; gap: 16px; }
   .wn-cta-kontakt-fields label { font-size: 0.78rem; font-weight: 600; color: rgba(255,255,255,0.7); margin-bottom: 6px; display: block; }
   .wn-cta-kontakt-fields input {
       width: 100%;
       padding: 11px 16px;
       background: rgba(255,255,255,0.08);
       border: 1px solid rgba(255,255,255,0.15);
       border-radius: 8px;
       color: #FFFFFF;
       font-size: 0.88rem;
       font-family: 'Plus Jakarta Sans', sans-serif;
       outline: none;
       transition: border-color 0.2s, background 0.2s;
   }
   .wn-cta-kontakt-fields input::placeholder { color: rgba(255,255,255,0.3); }
   .wn-cta-kontakt-fields input:focus { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.12); }
   .wn-cta-kontakt-submit {
       background: #FFFFFF;
       color: #1500D5;
       width: 100%;
       padding: 13px;
       border-radius: 8px;
       font-weight: 700;
       font-size: 0.9rem;
       border: none;
       cursor: pointer;
       margin-top: 4px;
       font-family: 'Plus Jakarta Sans', sans-serif;
       transition: background 0.2s;
   }
   .wn-cta-kontakt-success {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 0.88rem;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
   .wn-cta-kontakt-submit:hover { background: rgba(255,255,255,0.92); }
   .wn-cta-kontakt-privacy { font-size: 0.72rem; color: rgba(255,255,255,0.35); text-align: center; margin-top: 12px; line-height: 1.5; }
   
   @media (max-width: 1024px) { .wn-cta-kontakt-grid { grid-template-columns: 1fr; gap: 40px; } }
   @media (max-width: 640px) { .wn-cta-kontakt-form-card { padding: 28px; } }
   /* =============================================
   WERYFIKACJA NAJEMCÓW — FAQ
   ============================================= */
.wn-faq-section { background: #FFFFFF; padding: 200px 0; width: 100%; }
.wn-faq-header { text-align: center; margin-bottom: 56px; }
.wn-faq-label { font-size: 0.92rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: #1500D5; margin-bottom: 12px; display: block; }
.wn-faq-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    color: #171B2B;
    line-height: 1.14;
    letter-spacing: -0.02em;
}
.wn-faq-list { max-width: 860px; margin: 0 auto; list-style: none; padding: 0; }
.wn-faq-item { border-bottom: 1px solid #E7E8EF; }
.wn-faq-question {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #171B2B;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: color 0.2s;
}
.wn-faq-question:hover { color: #1500D5; }
.wn-faq-chevron { color: #7E839A; flex-shrink: 0; font-size: 0.75rem; transition: transform 0.3s ease; }
.wn-faq-item.open .wn-faq-chevron { transform: rotate(180deg); }
.wn-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.wn-faq-item.open .wn-faq-answer { max-height: 800px; }
.wn-faq-body { padding-bottom: 20px; font-size: 0.875rem; color: #676B7E; line-height: 1.78; }

@media (max-width: 640px) { .wn-faq-section { padding: 60px 0; } }
/* =============================================
   PODSTRONA CENNIK — HERO
   ============================================= */
   .cn-hero {
    width: 100%;
    padding: 280px 0;
    text-align: center;
    background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
}
.cn-hero-inner { max-width: 1200px; margin: 0 auto; }
.cn-hero h1 {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    color: #171B2B;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}
.cn-hero h1 em { color: #1500D5; font-style: normal; }
.cn-lead {
    font-size: 0.97rem;
    color: #676B7E;
    line-height: 1.8;
    max-width: 760px;
    margin: 0 auto;
}

@media (max-width: 640px) { .cn-hero { padding: 60px 0; } }
/* =============================================
   PODSTRONA CENNIK — PAKIETY
   ============================================= */
   .cn-plans-section { background: #FFFFFF; padding: 200px 0; width: 100%; }
   .cn-plans-header { text-align: center; margin-bottom: 16px; }
   .cn-plans-label { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin-bottom: 12px; display: block; }
   .cn-plans-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.8rem, 2.9vw, 2.6rem); color: #171B2B; line-height: 1.14; margin-bottom: 16px; }
   .cn-plans-desc { font-size: 0.97rem; color: #676B7E; line-height: 1.8; max-width: 640px; margin: 0 auto 48px; }
   .cn-plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
   .cn-plan-card { background: #FFFFFF; border: 1.5px solid #E7E8EF; border-radius: 16px; padding: 32px; display: flex; flex-direction: column; }
   .cn-plan-card--featured { background: #FFFFFF; border: 2px solid #1500D5; border-radius: 16px; padding: 32px; display: flex; flex-direction: column; position: relative; }
   .cn-plan-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #1500D5; color: #FFFFFF; border-radius: 999px; padding: 5px 18px; font-size: 0.75rem; font-weight: 700; white-space: nowrap; }
   .cn-plan-tag { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; color: #1500D5; margin-bottom: 8px; }
   .cn-plan-name { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: 1.35rem; color: #171B2B; line-height: 1.2; margin-bottom: 12px; }
   .cn-plan-desc { font-size: 0.85rem; color: #676B7E; line-height: 1.67; margin-bottom: 24px; flex: 1; }
   .cn-plan-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 24px; }
   .cn-plan-amount { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: 2.8rem; color: #171B2B; }
   .cn-plan-unit { font-size: 0.85rem; color: #7E839A; }
   .cn-plan-sep { border-top: 1px solid #E7E8EF; margin-bottom: 20px; }
   .cn-plan-features-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; color: #7E839A; margin-bottom: 14px; }
   .cn-plan-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; margin-bottom: 8px; }
   .cn-plan-item { display: flex; gap: 10px; align-items: flex-start; }
   .cn-plan-check { width: 18px; height: 18px; border-radius: 4px; background: rgba(21,0,213,0.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
   .cn-plan-check svg { width: 10px; height: 10px; }
   .cn-plan-item span { font-size: 0.85rem; color: #171B2B; line-height: 1.5; font-weight: 500; }
   .cn-plan-note { font-size: 0.75rem; color: #7E839A; font-style: italic; margin-top: 12px; line-height: 1.5; }
   .cn-plan-btn { margin-top: auto; padding-top: 24px; }
   .cn-plan-btn a { display: block; width: 100%; padding: 13px; border-radius: 8px; font-weight: 700; font-size: 0.9rem; text-align: center; text-decoration: none; transition: all 0.2s; background: transparent; color: #1500D5; border: 1.5px solid #1500D5; }
   .cn-plan-btn a:hover { background: #1500D5; color: #FFFFFF; }
   .cn-plan-btn a.cn-plan-btn--featured { background: #1500D5; color: #FFFFFF; border: 2px solid #1500D5; }
   .cn-plan-btn a.cn-plan-btn--featured:hover { background: #0E007A; }
   .cn-plan-subbtn { text-align: center; font-size: 0.75rem; color: #7E839A; margin-top: 10px; }
   .cn-plans-cta { text-align: center; margin-top: 56px; padding-top: 48px; border-top: 1px solid #E7E8EF; }
   .cn-plans-cta__text { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.1rem; color: #171B2B; margin-bottom: 20px; }
   .cn-plans-cta__btn { display: inline-block; background: transparent; color: #1500D5; border: 1.5px solid #1500D5; padding: 12px 32px; border-radius: 8px; font-weight: 700; font-size: 0.9rem; text-decoration: none; transition: all 0.2s; }
   .cn-plans-cta__btn:hover { background: #1500D5; color: #FFFFFF; }
   
   @media (max-width: 1024px) { .cn-plans-grid { grid-template-columns: 1fr; } }
   @media (max-width: 640px) { .cn-plans-section { padding: 60px 0; } }
   /* =============================================
   CENNIK — CTA BOX + MODAL
   ============================================= */
.cn-cta-box {
    background: linear-gradient(160deg, #1500D5 0%, #0E007A 100%);
    border-radius: 16px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
    margin-top: 32px;
}
.cn-cta-box__title { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.3rem; color: #FFFFFF; line-height: 1.3; margin: 0; }
.cn-cta-box__desc { color: rgba(255,255,255,0.85); font-size: 0.88rem; margin: 12px 0 0; line-height: 1.7; }
.cn-cta-box__actions { display: flex; flex-direction: column; gap: 12px; }
.cn-cta-box__btn {
    display: block;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 700;
    text-align: center;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
    cursor: pointer;
    white-space: nowrap;
}
.cn-cta-box__btn--secondary { background: #FFFFFF; color: #1500D5; border: 2px solid #FFFFFF; }
.cn-cta-box__btn--secondary:hover { background: transparent; color: #FFFFFF; }

/* MODAL */
.cn-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.cn-modal--open { display: flex; }
.cn-modal-box {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px;
    max-width: 520px;
    width: 100%;
    position: relative;
    box-shadow: 0 24px 64px rgba(0,0,0,0.2);
}
.cn-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #E7E8EF;
    background: #FFFFFF;
    cursor: pointer;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #171B2B;
    transition: background 0.2s;
}
.cn-modal-close:hover { background: #F6F6F9; }
.cn-modal-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: 1.4rem; color: #171B2B; margin: 0 0 6px; }
.cn-modal-sub { font-size: 0.88rem; color: #676B7E; margin: 0 0 28px; }
.cn-modal-success { background: rgba(21,0,213,0.06); border: 1px solid rgba(21,0,213,0.2); border-radius: 8px; padding: 14px 18px; font-size: 0.88rem; color: #1500D5; font-weight: 600; margin-bottom: 20px; }
.cn-modal-form { display: flex; flex-direction: column; gap: 16px; }
.cn-modal-field { display: flex; flex-direction: column; gap: 6px; }
.cn-modal-field label { font-size: 0.78rem; font-weight: 600; color: #171B2B; }
.cn-modal-field input,
.cn-modal-field textarea {
    padding: 11px 16px;
    background: #F6F6F9;
    border: 1px solid #E7E8EF;
    border-radius: 8px;
    font-size: 0.88rem;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #171B2B;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    resize: vertical;
}
.cn-modal-field input:focus,
.cn-modal-field textarea:focus { border-color: #1500D5; background: #FFFFFF; }
.cn-modal-field input::placeholder,
.cn-modal-field textarea::placeholder { color: #7E839A; }
.cn-modal-submit {
    background: #1500D5;
    color: #FFFFFF;
    padding: 13px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: background 0.2s;
    margin-top: 4px;
}
.cn-modal-submit:hover { background: #0E007A; }
.cn-modal-privacy { font-size: 0.72rem; color: #7E839A; text-align: center; margin: 8px 0 0; }

@media (max-width: 1024px) { .cn-cta-box { grid-template-columns: 1fr; gap: 24px; } }
@media (max-width: 640px) { .cn-cta-box { padding: 28px; } .cn-modal-box { padding: 28px; } }
/* =============================================
   PODSTRONA CENNIK — ROZLICZENIA
   ============================================= */
   .cn-billing-section { width: 100%; background: linear-gradient(135deg, #F6F6F9, #ECEEFF); padding: 180px 0; }
   .cn-billing-inner { max-width: 1100px; margin: 0 auto; }
   .cn-billing-row { display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; }
   .cn-billing-header { display: flex; flex-direction: column; }
   .cn-billing-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin-bottom: 12px; }
   .cn-billing-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.6rem, 2.4vw, 2.2rem); color: #171B2B; line-height: 1.14; margin: 0 0 16px; }
   .cn-billing-intro { font-size: 0.92rem; color: #676B7E; line-height: 1.8; margin: 0; }
   .cn-billing-blocks { display: flex; flex-direction: column; }
   .cn-billing-block { display: flex; gap: 20px; align-items: flex-start; padding: 24px 0; border-bottom: 1px solid #E7E8EF; }
   .cn-billing-block:last-child { border-bottom: none; }
   .cn-billing-block__icon { width: 40px; height: 40px; flex-shrink: 0; background: #FFFFFF; border-radius: 10px; border: 1px solid #E7E8EF; display: flex; align-items: center; justify-content: center; }
   .cn-billing-block__icon svg { width: 20px; height: 20px; }
   .cn-billing-block__content { flex: 1; }
   .cn-billing-block__title { font-weight: 700; font-size: 0.92rem; color: #171B2B; line-height: 1.3; margin: 0 0 6px; }
   .cn-billing-block__text { font-size: 0.85rem; color: #676B7E; line-height: 1.72; margin: 0; }
   
   @media (max-width: 1024px) { .cn-billing-row { grid-template-columns: 1fr; gap: 40px; } }
   @media (max-width: 640px) { .cn-billing-section { padding: 60px 0; } }
   /* =============================================
   PODSTRONA CENNIK — RABATY WOLUMENOWE
   ============================================= */
.cn-volume-section { width: 100%; background: #FFFFFF; padding: 180px 0; }
.cn-volume-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 64px; align-items: start; }
.cn-volume-header { display: flex; flex-direction: column; }
.cn-volume-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin-bottom: 12px; }
.cn-volume-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.6rem, 2.4vw, 2.2rem); color: #171B2B; line-height: 1.14; margin: 0 0 16px; }
.cn-volume-intro { font-size: 0.92rem; color: #676B7E; line-height: 1.8; margin: 0; }
.cn-volume-blocks { display: flex; flex-direction: column; }
.cn-volume-block { padding: 24px 0; border-bottom: 1px solid #E7E8EF; }
.cn-volume-block:last-child { border-bottom: none; }
.cn-volume-block__title { font-weight: 700; font-size: 0.92rem; color: #171B2B; margin: 0 0 10px; }
.cn-volume-block__text { font-size: 0.85rem; color: #676B7E; line-height: 1.72; margin: 0 0 16px; }
.cn-volume-table { width: 100%; margin-top: 4px; }
.cn-volume-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 10px 16px; border-radius: 8px; }
.cn-volume-row:nth-child(even) { background: #F6F6F9; }
.cn-volume-row:nth-child(odd) { background: #FFFFFF; }
.cn-volume-row__range { font-size: 0.85rem; color: #171B2B; font-weight: 500; }
.cn-volume-row__discount { font-size: 0.85rem; font-weight: 700; color: #1500D5; }
.cn-volume-row__discount--regular { color: #7E839A; }
.cn-volume-block--cta { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; border-bottom: none; }
.cn-volume-cta__text { font-size: 0.88rem; color: #676B7E; line-height: 1.6; margin: 0; }
.cn-volume-cta__btn { display: inline-block; color: #1500D5; border: 1.5px solid #1500D5; background: transparent; padding: 10px 24px; border-radius: 8px; font-weight: 700; font-size: 0.85rem; text-decoration: none; white-space: nowrap; transition: all 0.2s; }
.cn-volume-cta__btn:hover { background: #1500D5; color: #FFFFFF; }

@media (max-width: 1024px) { .cn-volume-inner { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 640px) {
    .cn-volume-section { padding: 60px 0; }
    .cn-volume-block--cta { flex-direction: column; align-items: flex-start; }
}
/* =============================================
   PODSTRONA CENNIK — CTA OFERTA
   ============================================= */
   .cn-cta-section { width: 100%; background: linear-gradient(160deg, #0E007A 0%, #1500D5 100%); padding: 180px 0; }
   .cn-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
   .cn-cta-left { display: flex; flex-direction: column; }
   .cn-cta-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.8rem, 2.9vw, 2.6rem); color: #FFFFFF; line-height: 1.14; letter-spacing: -0.02em; margin: 0 0 16px; }
   .cn-cta-lead { color: #FFFFFF; font-size: 0.9rem; line-height: 1.78; margin: 0 0 32px; }
   .cn-cta-info-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 14px; padding: 28px; }
   .cn-cta-info-block { padding: 0 0 20px; margin-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }
   .cn-cta-info-block:last-child { padding: 0; margin: 0; border-bottom: none; }
   .cn-cta-info-block__label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; color: #FFFFFF; margin-bottom: 8px; display: block; }
   .cn-cta-info-block__text { font-size: 0.85rem; color: #FFFFFF; line-height: 1.7; margin: 0; }
   .cn-cta-right { display: flex; flex-direction: column; }
   .cn-cta-form-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; padding: 36px; }
   .cn-cta-form-title { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.2rem; color: #FFFFFF; margin: 0 0 4px; }
   .cn-cta-form-sub { color: #FFFFFF;; font-size: 0.82rem; margin: 0 0 6px; }
   .cn-cta-form-desc { color: #FFFFFF; font-size: 0.82rem; line-height: 1.65; margin: 0 0 28px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.1); }
   .cn-cta-form-fields { display: flex; flex-direction: column; gap: 18px; }
   .cn-cta-field-label { font-size: 0.78rem; font-weight: 600; color: #FFFFFF; margin-bottom: 6px; display: block; }
   .cn-cta-field-input,
   .cn-cta-field-textarea {
       width: 100%;
       padding: 11px 16px;
       background: rgba(255,255,255,0.08);
       border: 1px solid rgba(255,255,255,0.15);
       border-radius: 8px;
       color: #FFFFFF;
       font-size: 0.88rem;
       font-family: 'Plus Jakarta Sans', sans-serif;
       transition: border-color 0.2s, background 0.2s;
       outline: none;
   }
   .cn-cta-field-input::placeholder,
   .cn-cta-field-textarea::placeholder { color: rgba(255,255,255,0.3); }
   .cn-cta-field-input:focus,
   .cn-cta-field-textarea:focus { border-color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.12); }
   .cn-cta-field-textarea { resize: vertical; }
   .cn-cta-submit { background: #FFFFFF; color: #1500D5; width: 100%; padding: 13px; border-radius: 8px; font-weight: 700; font-size: 0.9rem; font-family: 'Plus Jakarta Sans', sans-serif; border: none; cursor: pointer; margin-top: 4px; transition: background 0.2s; }
   .cn-cta-submit:hover { background: rgba(255,255,255,0.92); }
   .cn-cta-privacy { color: rgba(255,255,255,0.35); font-size: 0.72rem; text-align: center; margin: 12px 0 0; }
   
   @media (max-width: 1024px) { .cn-cta-grid { grid-template-columns: 1fr; gap: 40px; } }
   @media (max-width: 640px) { .cn-cta-section { padding: 64px 0; } .cn-cta-form-card { padding: 28px; } }
   /* =============================================
   PODSTRONA CENNIK — FAQ
   ============================================= */
.cn-faq-section { background: #FFFFFF; padding: 180px 0; width: 100%; }
.cn-faq-header { text-align: center; margin-bottom: 56px; }
.cn-faq-label { display: block; font-size: 0.92rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; color: #1500D5; margin-bottom: 12px; }
.cn-faq-title {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(1.8rem, 2.9vw, 2.6rem);
    color: #171B2B;
    line-height: 1.14;
    letter-spacing: -0.02em;
}
.cn-faq-list { max-width: 860px; margin: 0 auto; list-style: none; padding: 0; }
.cn-faq-item { border-bottom: 1px solid #E7E8EF; }
.cn-faq-question {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #171B2B;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    transition: color 0.2s;
}
.cn-faq-question:hover { color: #1500D5; }
.cn-faq-chevron { color: #7E839A; flex-shrink: 0; font-size: 0.75rem; transition: transform 0.3s ease; }
.cn-faq-item.open .cn-faq-chevron { transform: rotate(180deg); }
.cn-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.cn-faq-item.open .cn-faq-answer { max-height: 600px; }
.cn-faq-body { padding-bottom: 20px; font-size: 0.875rem; color: #676B7E; line-height: 1.78; }

@media (max-width: 640px) { .cn-faq-section { padding: 60px 0; } .cn-faq-header { margin-bottom: 40px; } }
/* =============================================
   PODSTRONA O NAS — HERO
   ============================================= */
   .on-hero {
    background: linear-gradient(135deg, #F6F6F9, #ECEEFF);
    padding: 140px 5vw;
    text-align: center;
    width: 100%;
}
.on-hero-inner { max-width: 1200px; margin: 0 auto; }
.on-hero h1 {
    font-family: 'Roboto Serif', serif;
    font-weight: 800;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    color: #171B2B;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}
.on-hero h1 em { color: #1500D5; font-style: normal; }
.on-lead {
    font-size: 0.97rem;
    color: #676B7E;
    line-height: 1.8;
    max-width: 816px;
    margin: 0 auto 40px;
}
.on-hero-cta {
    display: inline-block;
    background: #1500D5;
    color: #FFFFFF;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.97rem;
    text-decoration: none;
    border: 2px solid #1500D5;
    transition: all 0.2s ease;
}
.on-hero-cta:hover { background: #FFFFFF; color: #1500D5; }

@media (max-width: 640px) { .on-hero { padding: 60px 5vw; } .on-hero-cta { width: 100%; text-align: center; } }
/* =============================================
   PODSTRONA O NAS — O FIRMIE
   ============================================= */
   .on-about-section { width: 100%; background: #FFFFFF; padding: 200px 0; }
   .on-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
   .on-about-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin-bottom: 12px; }
   .on-about-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.8rem, 2.9vw, 2.6rem); color: #171B2B; line-height: 1.14; margin-bottom: 20px; }
   .on-about-desc { font-size: 0.97rem; color: #676B7E; line-height: 1.8; }
   .on-about-card { background: linear-gradient(135deg, #F6F6F9, #ECEEFF); border-radius: 16px; padding: 36px; }
   .on-about-card__intro {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1500D5;
    line-height: 1.6;
    margin-bottom: 16px;
}
   .on-about-card__name { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.2rem; color: #171B2B; margin-bottom: 20px; }
   .on-about-card__list { display: flex; flex-direction: column; gap: 12px; list-style: none; padding: 0; }
   .on-about-card__item { display: flex; gap: 12px; align-items: flex-start; }
   .on-about-card__icon { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; }
   .on-about-card__text { font-size: 0.85rem; color: #676B7E; line-height: 1.6; }
   .on-about-card__text strong { font-weight: 600; color: #171B2B; }
   
   @media (max-width: 1024px) { .on-about-grid { grid-template-columns: 1fr; gap: 48px; } }
   @media (max-width: 640px) { .on-about-section { padding: 48px 0; } .on-about-card { padding: 24px; } }
   /* =============================================
   PODSTRONA O NAS — TRANSPARENTNOŚĆ
   ============================================= */
.on-trans-section { width: 100%; background: linear-gradient(160deg, #1500D5 0%, #0E007A 100%); padding: 200px 0; }
.on-trans-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.8rem, 2.9vw, 2.6rem); color: #FFFFFF; line-height: 1.14; letter-spacing: -0.02em; margin-bottom: 16px; }
.on-trans-lead { font-size: 0.97rem; color: #FFFFFF; line-height: 1.78; max-width: 65%; }
.on-trans-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.on-trans-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; padding: 36px; transition: background 0.2s; }
.on-trans-card:hover { background: rgba(255,255,255,0.13); }
.on-trans-card__num { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: 4rem; color: rgba(255,255,255,0.1); line-height: 1; margin-bottom: 16px; }
.on-trans-card__pill { display: inline-block; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 999px; padding: 4px 14px; font-size: 0.75rem; color: #FFFFFF; margin-bottom: 20px; }
.on-trans-card__title { color: #FFFFFF; font-size: 1rem; font-weight: 700; margin-bottom: 12px; line-height: 1.4; }
.on-trans-card__text { color: #FFFFFF; font-size: 0.85rem; line-height: 1.72; }
.on-trans-footer { margin-top: 64px; padding-top: 48px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; }
.on-trans-footer__title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.2rem, 2vw, 1.6rem); color: #FFFFFF; line-height: 1.3; max-width: 600px; margin: 0 auto 32px; }
.on-trans-footer__btn { display: inline-block; background: rgba(255,255,255,0.08); border: 1.5px solid rgba(255,255,255,0.3); color: #FFFFFF; padding: 14px 36px; border-radius: 8px; font-weight: 700; font-size: 0.97rem; text-decoration: none; transition: all 0.2s; }
.on-trans-footer__btn:hover { background: #FFFFFF; color: #1500D5; border-color: #FFFFFF; }

@media (max-width: 1024px) { .on-trans-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .on-trans-section { padding: 60px 0; } .on-trans-card { padding: 28px; } }
/* =============================================
   PODSTRONA O NAS — PORÓWNANIE
   ============================================= */
   .on-compare-section { width: 100%; background: linear-gradient(135deg, #F6F6F9, #ECEEFF); padding: 200px 0; }
   .on-compare-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin-bottom: 12px; }
   .on-compare-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.8rem, 2.9vw, 2.6rem); color: #171B2B; line-height: 1.14; margin-bottom: 48px; }
   .on-compare-wrapper { overflow-x: auto; border-radius: 16px; box-shadow: 0 4px 32px rgba(21,0,213,0.08); padding-top: 2px; -webkit-overflow-scrolling: touch; }
   .on-compare-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 700px; }
   
   /* THEAD */
   .on-compare-table thead th { padding: 20px 24px; background: #FFFFFF; border-bottom: 1px solid #ECEEFF; text-align: center; font-size: 0.82rem; font-weight: 700; color: #7E839A; text-transform: uppercase; letter-spacing: 0.05em; }
   .on-compare-th-criterion { text-align: left !important; background: #FAFBFF !important; min-width: 220px; border-top-left-radius: 16px; color: #171B2B !important; }
   .on-compare-th-ll {
       background: linear-gradient(160deg, #1500D5 0%, #0E007A 100%) !important;
       color: #FFFFFF !important; font-weight: 800 !important; font-size: 1rem !important;
       text-transform: none !important; letter-spacing: 0 !important;
       border-top-left-radius: 12px; border-top-right-radius: 12px;
       border-left: 2px solid #1500D5; border-right: 2px solid #1500D5; border-top: 2px solid #1500D5;
       min-width: 180px;
   }
   .on-compare-th-other { min-width: 160px; background: #FAFBFF !important; }
   .on-compare-table thead th:last-child { border-top-right-radius: 16px; }
   
   /* TBODY */
   .on-compare-table tbody tr { transition: background 0.15s; }
   .on-compare-table tbody tr:nth-child(even) td:not(.on-compare-cell-ll) { background: #FAFBFF; }
   .on-compare-table tbody tr:hover td:not(.on-compare-cell-ll) { background: #EFF0FF; }
   .on-compare-table tbody td { padding: 18px 24px; font-size: 0.85rem; color: #676B7E; text-align: center; background: #FFFFFF; vertical-align: middle; border-bottom: 1px solid #F0F1F6; }
   .on-compare-table tbody tr:last-child td { border-bottom: none; }
   .on-compare-criterion { font-weight: 600; color: #171B2B; text-align: left !important; font-size: 0.88rem !important; background: #FAFBFF !important; }
   .on-compare-table tbody tr:last-child .on-compare-criterion { border-bottom-left-radius: 16px; }
   .on-compare-table tbody tr:last-child td:last-child { border-bottom-right-radius: 16px; }
   .on-compare-cell-ll { background: rgba(21,0,213,0.04) !important; border-left: 2px solid #1500D5; border-right: 2px solid #1500D5; color: #171B2B !important; font-weight: 600; }
   .on-compare-table tbody tr:last-child .on-compare-cell-ll { border-bottom: 2px solid #1500D5; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; }
   
   /* BADGES */
   .on-compare-check { display: inline-flex; width: 26px; height: 26px; border-radius: 50%; background: rgba(21,0,213,0.1); color: #1500D5; font-weight: 700; font-size: 0.82rem; align-items: center; justify-content: center; }
   .on-compare-cross { display: inline-flex; width: 26px; height: 26px; border-radius: 50%; background: rgba(231,76,60,0.07); color: #E74C3C; font-weight: 700; font-size: 0.82rem; align-items: center; justify-content: center; }
   .on-compare-text { display: inline-flex; align-items: center; gap: 8px; justify-content: center; font-size: 0.82rem; white-space: nowrap; }
   
   /* CTA */
   .on-compare-cta { text-align: center; margin-top: 48px; padding-top: 48px; border-top: 1px solid #E7E8EF; }
   .on-compare-cta__text { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.1rem; color: #171B2B; margin-bottom: 20px; }
   .on-compare-cta__btn { display: inline-block; background: #1500D5; color: #FFFFFF; padding: 13px 32px; border-radius: 8px; font-weight: 700; font-size: 0.9rem; text-decoration: none; border: 2px solid #1500D5; transition: all 0.2s; }
   .on-compare-cta__btn:hover { background: #FFFFFF; color: #1500D5; }
   
   @media (max-width: 640px) { .on-compare-section { padding: 60px 0; } }
   /* =============================================
   PODSTRONA O NAS — INSTYTUCJE
   ============================================= */
.on-inst-section { background: #FFFFFF; padding: 200px 0; width: 100%; }
.on-inst-header { margin-bottom: 48px; }
.on-inst-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin-bottom: 12px; }
.on-inst-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.8rem, 2.9vw, 2.6rem); color: #171B2B; line-height: 1.14; }
.on-inst-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #E7E8EF; border-right: none; border-bottom: none; }
.on-inst-card { background: #FFFFFF; padding: 32px; border-right: 1px solid #E7E8EF; border-bottom: 1px solid #E7E8EF; transition: background 0.2s; }
.on-inst-card:hover { background: #F6F6F9; }
.on-inst-card__icon { width: 40px; height: 40px; background: linear-gradient(135deg, #F6F6F9, #ECEEFF); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.on-inst-card__icon svg { width: 20px; height: 20px; }
.on-inst-card__title { font-size: 0.95rem; font-weight: 700; color: #171B2B; line-height: 1.3; margin-bottom: 10px; }
.on-inst-card__desc { font-size: 0.83rem; color: #676B7E; line-height: 1.67; }
.on-inst-wide { background: linear-gradient(135deg, #F6F6F9, #ECEEFF); border-radius: 14px; padding: 28px 32px; margin-top: 0; display: grid; grid-template-columns: 40px 1fr; gap: 16px; align-items: flex-start; border-top: none; border: 1px solid #E7E8EF; border-top: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-radius: 0 0 14px 14px; }
.on-inst-wide__icon { width: 40px; height: 40px; background: #FFFFFF; border-radius: 10px; border: 1px solid #E7E8EF; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.on-inst-wide__icon svg { width: 20px; height: 20px; }
.on-inst-wide__text { font-size: 0.88rem; color: #676B7E; line-height: 1.78; margin: 0; padding-top: 8px; }
.on-inst-wide__title { font-weight: 700; font-size: 0.95rem; color: #171B2B; margin-bottom: 8px; line-height: 1.3; }

/* LOGOTYPY */
.on-inst-logos-section { background: linear-gradient(160deg, #1500D5 0%, #0E007A 100%); padding: 48px 0; text-align: center; }
.on-inst-logos-title { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.1rem; color: #FFFFFF; margin-bottom: 32px; }
.on-inst-logos-grid { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 16px; }
.on-inst-logo-item { background: #FFFFFF; border-radius: 10px; padding: 10px 20px; height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.on-inst-logo-item img { height: 28px; width: auto; object-fit: contain; }
.on-inst-note { color: rgba(255,255,255,0.5); font-size: 0.75rem; margin-top: 24px; }

/* FILARY PRAWNE */
.on-inst-legal { background: #FFFFFF; padding: 64px 0; }
.on-inst-legal__title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.4rem, 2.2vw, 1.8rem); color: #171B2B; margin-bottom: 40px; }
.on-inst-legal-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #E7E8EF; border-right: none; border-bottom: none; }
.on-inst-legal-block { padding: 32px; border-right: 1px solid #E7E8EF; border-bottom: 1px solid #E7E8EF; transition: background 0.2s; }
.on-inst-legal-block:hover { background: #F6F6F9; }
.on-inst-legal-block__num { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: 2rem; color: #1500D5; line-height: 1; margin-bottom: 12px; }
.on-inst-legal-block__title { font-weight: 700; font-size: 0.95rem; color: #171B2B; margin-bottom: 10px; }
.on-inst-legal-block__text { font-size: 0.83rem; color: #676B7E; line-height: 1.67; }
.on-inst-legal-cta { text-align: center; margin-top: 48px; padding-top: 48px; border-top: 1px solid #E7E8EF; }
.on-inst-legal-cta__text { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.1rem; color: #171B2B; margin-bottom: 20px; }
.on-inst-legal-cta__btn { display: inline-block; background: #1500D5; color: #FFFFFF; padding: 13px 32px; border-radius: 8px; font-weight: 700; font-size: 0.9rem; text-decoration: none; border: 2px solid #1500D5; transition: all 0.2s; }
.on-inst-legal-cta__btn:hover { background: #FFFFFF; color: #1500D5; }

@media (max-width: 1024px) { .on-inst-grid { grid-template-columns: repeat(2, 1fr); } .on-inst-legal-grid { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .on-inst-grid { grid-template-columns: 1fr; } .on-inst-wide { grid-template-columns: 1fr; } }
/* =============================================
   PODSTRONA O NAS — ZESPÓŁ
   ============================================= */
   .on-team-section { width: 100%; background: linear-gradient(135deg, #F6F6F9, #ECEEFF); padding: 200px 0; }
   .on-team-header { margin-bottom: 48px; }
   .on-team-label { display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: #1500D5; font-weight: 700; margin-bottom: 12px; }
   .on-team-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.8rem, 2.9vw, 2.6rem); color: #171B2B; line-height: 1.14; margin-bottom: 16px; }
   .on-team-lead { font-size: 0.97rem; color: #676B7E; line-height: 1.8; max-width: 640px; }
   .on-team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
   .on-team-card {
       background: #FFFFFF;
       border: 1.5px solid #E7E8EF;
       border-radius: 16px;
       padding: 28px;
       position: relative;
       transition: box-shadow 0.2s, transform 0.2s;
   }
   .on-team-card:hover { box-shadow: 0 8px 24px rgba(21,0,213,0.08); transform: translateY(-2px); }
   .on-team-card__role {
       position: absolute;
       top: -13px;
       left: 20px;
       background: #FFFFFF;
       border: 1.5px solid #E7E8EF;
       border-radius: 999px;
       padding: 4px 14px;
       font-size: 0.72rem;
       font-weight: 700;
       color: #1500D5;
       text-transform: uppercase;
       letter-spacing: 0.06em;
   }
   .on-team-card__inner { display: grid; grid-template-columns: 72px 1fr; gap: 16px; align-items: flex-start; }
   .on-team-card__avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #ECEEFF, #C8CCFF);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #1500D5;
}
   .on-team-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
   .on-team-card__avatar--placeholder { color: #1500D5; }
   .on-team-card__avatar--placeholder svg { width: 36px; height: 36px; }
   .on-team-card__name { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.05rem; color: #171B2B; line-height: 1.2; margin-bottom: 4px; }
   .on-team-card__title { font-size: 0.8rem; color: #7E839A; line-height: 1.4; margin-bottom: 10px; }
   .on-team-card__linkedin {
       display: inline-flex;
       align-items: center;
       gap: 5px;
       font-size: 0.78rem;
       font-weight: 600;
       color: #1500D5;
       text-decoration: none;
       transition: opacity 0.2s;
   }
   .on-team-card__linkedin:hover { opacity: 0.75; }
   .on-team-card__linkedin svg { width: 14px; height: 14px; }
   
   @media (max-width: 1024px) { .on-team-grid { grid-template-columns: repeat(2, 1fr); } }
   @media (max-width: 640px) { .on-team-grid { grid-template-columns: 1fr; } }
  /* =============================================
   PODSTRONA O NAS — DOKUMENTY
   ============================================= */
.on-docs-section { width: 100%; background: linear-gradient(160deg, #1500D5 0%, #0E007A 100%); padding: 80px 0; }
.on-docs-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.8rem, 2.9vw, 2.6rem); color: #FFFFFF; line-height: 1.14; letter-spacing: -0.02em; margin-bottom: 16px; }
.on-docs-lead { font-size: 0.97rem; color: rgba(255,255,255,0.85); line-height: 1.78; max-width: 65%; }
.on-docs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.on-docs-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; padding: 36px; transition: background 0.2s; display: flex; flex-direction: column; }
.on-docs-card:hover { background: rgba(255,255,255,0.13); }
.on-docs-card__title {
    display: inline-block;
    background: #FFFFFF;
    color: #1500D5;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 0.82rem;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 16px;
    line-height: 1.4;
    align-self: flex-start;
}
.on-docs-card__text { color: rgba(255,255,255,0.85); font-size: 0.85rem; line-height: 1.72; margin: 0; flex: 1; }
.on-docs-link {
    display: inline-block;
    margin-top: 20px;
    color: #FFFFFF;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: underline;
    opacity: 0.85;
    transition: opacity 0.2s;
}
.on-docs-link:hover { opacity: 1; }
.on-docs-link--disabled { opacity: 0.35; cursor: default; text-decoration: none; }
.on-docs-inline-link { color: rgba(255,255,255,0.9); text-decoration: underline; }
.on-docs-inline-link:hover { opacity: 1; }
.on-docs-footer { margin-top: 64px; padding-top: 48px; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; }
.on-docs-footer__title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.2rem, 2vw, 1.6rem); color: #FFFFFF; line-height: 1.3; max-width: 600px; margin: 0 auto 32px; }
.on-docs-iod { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 14px; padding: 28px 40px; display: inline-block; text-align: center; margin-top: 8px; }
.on-docs-iod__name { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.1rem; color: #FFFFFF; margin-bottom: 4px; }
.on-docs-iod__firm { font-size: 0.88rem; color: rgba(255,255,255,0.6); margin-bottom: 10px; }
.on-docs-iod__email { font-size: 0.92rem; font-weight: 700; color: #FFFFFF; text-decoration: none; opacity: 0.85; transition: opacity 0.2s; }
.on-docs-iod__email:hover { opacity: 1; }

@media (max-width: 1024px) { .on-docs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .on-docs-section { padding: 60px 0; } .on-docs-card { padding: 28px; } .on-docs-grid { grid-template-columns: 1fr; } }
/* =============================================
   PODSTRONA O NAS — PRZEWAGI
   ============================================= */
.on-prev-section { background: #FFFFFF; padding: 80px 0 110px; width: 100%; }
.on-prev-header { margin-bottom: 48px; }
.on-prev-title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.8rem, 2.9vw, 2.6rem); color: #171B2B; line-height: 1.14; margin: 0; }
.on-prev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }
.on-prev-card { background: #FFFFFF; border: 1px solid #E7E8EF; border-radius: 16px; padding: 32px; transition: background 0.2s; }
.on-prev-card:hover { background: #F6F6F9; }
.on-prev-card__title { display: inline-block; background: #1500D5; color: #FFFFFF; border-radius: 999px; padding: 4px 14px; font-size: 0.78rem; font-weight: 700; margin-bottom: 16px; }
.on-prev-card__desc { font-size: 0.88rem; color: #676B7E; line-height: 1.72; margin: 0; }

.on-prev-cta {
    background: linear-gradient(160deg, #1500D5 0%, #0E007A 100%);
    border-radius: 16px;
    padding: 40px;
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* GÓRNA CZĘŚĆ — lewa tekst, prawa przyciski */
.on-prev-cta__top { 
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    row-gap: 20px;
}
.on-prev-cta__top-left { display: flex; flex-direction: column; gap: 24px; }
.on-prev-cta__block { display: flex; flex-direction: column; gap: 6px; }
.on-prev-cta__block-title { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1rem; color: #FFFFFF; margin: 0; }
.on-prev-cta__block-desc { font-size: 0.88rem; color: rgba(255,255,255,0.75); line-height: 1.7; margin: 0; }
.on-prev-cta__top-right { display: flex; flex-direction: column; gap: 55px; padding-top: 20px; }

/* DOLNA CZĘŚĆ — checklist na pełną szerokość */
.on-prev-cta__bottom { width: 100%; }
.on-prev-cta__checklist-title { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1rem; color: #FFFFFF; margin: 0 0 20px; }
.on-prev-checklist { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.on-prev-checklist li { display: flex; gap: 12px; align-items: flex-start; }
.on-prev-check { flex-shrink: 0; width: 20px; height: 20px; background: #FFFFFF; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; color: #1500D5; font-weight: 700; margin-top: 2px; }
.on-prev-checklist li span:last-child { font-size: 0.88rem; color: rgba(255,255,255,0.85); line-height: 1.6; }

.on-prev-btn {
    display: block;
    width: 100%;
    padding: 13px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: all 0.2s;
    text-align: center;
    border: none;
}
.on-prev-btn--white { background: #FFFFFF; color: #1500D5; border: 2px solid #FFFFFF; }
.on-prev-btn--white:hover { background: transparent; color: #FFFFFF; }
.on-prev-btn--ghost { background: transparent; color: #FFFFFF; border: 1.5px solid rgba(255,255,255,0.4); }
.on-prev-btn--ghost:hover { background: #FFFFFF; color: #1500D5; }

@media (max-width: 1024px) {
    .on-prev-grid { grid-template-columns: repeat(2, 1fr); }
    .on-prev-cta__top { grid-template-columns: 1fr; gap: 32px; }
    .on-prev-checklist { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .on-prev-grid { grid-template-columns: 1fr; }
    .on-prev-card { padding: 24px; }
    .on-prev-cta { padding: 28px; }
}
/* =============================================
   BAZA WIEDZY — LISTING
   ============================================= */
   .blog-hero { background: linear-gradient(135deg, #F6F6F9, #ECEEFF); padding: 80px 0; text-align: center; width: 100%; }
   .blog-hero__title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(2rem, 3.5vw, 3rem); color: #171B2B; line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 16px; }
   .blog-hero__desc { font-size: 0.97rem; color: #676B7E; line-height: 1.8; max-width: 600px; margin: 0 auto; }
   .blog-list-section { background: #FFFFFF; padding: 80px 0; width: 100%; }
   .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
   .blog-card { background: #FFFFFF; border: 1px solid #E7E8EF; border-radius: 16px; overflow: hidden; text-decoration: none; display: flex; flex-direction: column; transition: box-shadow 0.2s, transform 0.2s; }
   .blog-card:hover { box-shadow: 0 12px 32px rgba(21,0,213,0.1); transform: translateY(-3px); }
   .blog-card__thumb { aspect-ratio: 16 / 10; overflow: hidden; }
   .blog-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
   .blog-card__thumb--empty { background: linear-gradient(135deg, #ECEEFF, #C8CCFF); }
   .blog-card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
   .blog-card__cat { display: inline-block; align-self: flex-start; background: rgba(21,0,213,0.08); color: #1500D5; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 4px 12px; border-radius: 999px; margin-bottom: 14px; }
   .blog-card__title { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.15rem; color: #171B2B; line-height: 1.3; margin: 0 0 10px; }
   .blog-card__excerpt { font-size: 0.85rem; color: #676B7E; line-height: 1.6; margin: 0 0 16px; flex: 1; }
   .blog-card__meta { font-size: 0.78rem; color: #7E839A; }
   .blog-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
   .blog-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px; border: 1px solid #E7E8EF; border-radius: 8px; color: #171B2B; text-decoration: none; font-size: 0.88rem; font-weight: 600; transition: all 0.2s; }
   .blog-pagination .page-numbers:hover { border-color: #1500D5; color: #1500D5; }
   .blog-pagination .page-numbers.current { background: #1500D5; color: #FFFFFF; border-color: #1500D5; }
   
   @media (max-width: 1024px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
   @media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } .blog-list-section { padding: 48px 0; } }
/* =============================================
   POJEDYNCZY ARTYKUŁ
   ============================================= */
   .post-single { background: #FFFFFF; padding: 60px 0 80px; width: 100%; }
   .post-single .container { max-width: 800px; }
   .post-single__head { text-align: center; margin-bottom: 40px; }
   .post-single__back { display: inline-block; font-size: 0.85rem; font-weight: 600; color: #1500D5; text-decoration: none; margin-bottom: 24px; }
   .post-single__back:hover { text-decoration: underline; }
   .post-single__cat { display: inline-block; background: rgba(21,0,213,0.08); color: #1500D5; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 5px 14px; border-radius: 999px; margin-bottom: 20px; }
   .post-single__title {
       font-family: 'Roboto Serif', serif;
       font-weight: 800;
       font-size: clamp(1.8rem, 3.2vw, 2.8rem);
       color: #171B2B;
       line-height: 1.14;
       letter-spacing: -0.02em;
       margin: 0 0 20px;
   }
   .post-single__meta { display: flex; gap: 10px; justify-content: center; font-size: 0.85rem; color: #7E839A; }
   .post-single__thumb { margin-bottom: 48px; border-radius: 16px; overflow: hidden; }
   .post-single__thumb img { width: 100%; height: auto; display: block; }
   .post-single__content { font-size: 1rem; color: #2A2E3F; line-height: 1.85; }
   .post-single__content h2 { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: 1.6rem; color: #171B2B; margin: 40px 0 16px; line-height: 1.2; }
   .post-single__content h3 { font-family: 'Roboto Serif', serif; font-weight: 700; font-size: 1.25rem; color: #171B2B; margin: 32px 0 12px; }
   .post-single__content p { margin: 0 0 20px; }
   .post-single__content ul, .post-single__content ol { margin: 0 0 20px; padding-left: 24px; }
   .post-single__content li { margin-bottom: 8px; }
   .post-single__content img {
    max-width: 70%;
    height: auto;
    border-radius: 12px;
    margin: 24px auto;
    display: block;
}
   .post-single__content a { color: #1500D5; text-decoration: underline; }
   .post-single__content blockquote { border-left: 3px solid #1500D5; padding-left: 20px; margin: 24px 0; color: #676B7E; font-style: italic; }
   .post-single__content strong { color: #171B2B; font-weight: 700; }
   
   @media (max-width: 640px) { .post-single { padding: 40px 0 60px; } }
   /* =============================================
   POWIĄZANE ARTYKUŁY
   ============================================= */
.post-related { background: #F6F6F9; padding: 64px 0; width: 100%; }
.post-related__title { font-family: 'Roboto Serif', serif; font-weight: 800; font-size: clamp(1.5rem, 2.4vw, 2rem); color: #171B2B; line-height: 1.14; margin: 0 0 40px; text-align: center; }
.post-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1100px; margin: 0 auto; }

@media (max-width: 1024px) { .post-related__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .post-related__grid { grid-template-columns: 1fr; } .post-related { padding: 48px 0; } }
/* =============================================
   CTA MOBILNE POD NAVBAREM
   ============================================= */
   .nav-cta-bar { display: none; }

   @media (max-width: 1024px) {
       .nav-cta-bar {
           display: block;
           background: #FFFFFF;
           padding: 0 4vw 14px;
       }
       .nav-cta-bar .btn {
           display: block;
           width: 100%;
           text-align: center;
           padding: 13px 18px;
           font-size: 0.9rem;
       }
       /* przycisk nie dubluje się w rozwijanym menu */
       .nav-mobile-btn.btn-primary { display: none; }
   }
   /* styl do opisu na ad page */
   .adv-header__desc {
    font-size: 0.97rem;
    color: #676B7E;
    line-height: 1.8;
    max-width: 720px;
    margin: 20px auto 0;
    text-align: center;
}
/* PRZEWAGI — wariant landing Ads */
.adv-header--ad {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 48px;
    row-gap: 16px;
    align-items: center;
    text-align: left;
    position: static;
}
.adv-header--ad .adv-header__img {
    grid-column: 1;
    grid-row: 1 / 3;
    position: static;
    transform: none;
    max-height: 220px;
    max-width: 260px;
    width: auto;
    height: auto;
    align-self: center;
}
.adv-header--ad h2 {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    margin: 0;
}
.adv-header--ad .adv-header__desc {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
    margin: 0;
    max-width: 100%;
    color: #676B7E;
}

@media (max-width: 900px) {
    .adv-header--ad {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        justify-items: center;
        text-align: center;
        row-gap: 20px;
    }
    .adv-header--ad .adv-header__img {
        grid-column: 1;
        grid-row: 1;
        max-height: 160px;
    }
    .adv-header--ad h2 { grid-column: 1; grid-row: 2; text-align: center; }
    .adv-header--ad .adv-header__desc { grid-column: 1; grid-row: 3; text-align: center; }
}