/* ============================================================
   MARKETING ONLINE / LINKEDIN ADS — spoke page
   Tylko style specyficzne dla /marketing-online/linkedin-ads.
   Hub styles (mid-cta, mkt-process-list, mkt-cta-section, mkt-faq*,
   .li-post*) sa w marketing-online.css ladowanym przed tym plikiem.
   Chrome strony = zolty PAGWEB; kolory LinkedIn (#0A66C2) tylko w mockupach.
   Sygnatura: hero = "komitet zakupowy" (nie dashboard), sekcja 3 = builder targetowania.
============================================================ */

/* ─── HERO ─── */
.lads-hero {
    display: flex;
    align-items: center;
    position: relative;
    padding: 9rem 3rem 5rem;
    overflow: hidden;
    z-index: 1;
}
.lads-hero__bg-glow {
    position: absolute;
    width: 1100px; height: 1100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(254,204,0,0.10) 0%, transparent 65%);
    pointer-events: none;
    transform: translate(-50%, -50%);
    top: 50%; left: 30%;
    z-index: 0;
}
.lads-hero__grid {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 3rem;
    /* WSPÓLNA ZASADA STRON USŁUGOWYCH: kolumna z tekstem do GÓRY (patrz css/seo.css). */
    align-items: start;
}
/* Start lewej kolumny wyrównany do /strony-internetowe (208 px od góry). */
.lads-hero__content { text-align: left; padding-top: 24px; }
.lads-hero__visual { position: relative; }


/* Lockup marki LinkedIn — biały chip, żeby granatowy wordmark był czytelny na ciemnym hero
   i od razu było jasne, że strona dotyczy LinkedIna. */
.lads-hero__brand {
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 0.5rem 0.85rem;
    margin-bottom: 1.1rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.28);
}
.lads-hero__brand img { display: block; height: 24px; width: auto; }

.lads-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--yellow);
    border: 1px solid rgba(254,204,0,0.25);
    border-radius: 4px;
    padding: 0.45rem 1rem;
    margin-bottom: 1.75rem;
    background: rgba(254,204,0,0.08);
}
.lads-hero__badge-dot {
    width: 7px; height: 7px;
    border-radius: 2px;
    background: var(--yellow);
    animation: pulseDot 1.5s ease-in-out infinite;
}

.lads-hero__title {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 5.5vw, 4.6rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}
.lads-hero__title em { font-style: normal; color: var(--yellow); text-shadow: 0 0 60px rgba(254,204,0,0.4); }
.lads-hero__sub {
    font-family: var(--font-body);
    font-size: clamp(0.95rem, 1.3vw, 1.1rem);
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    max-width: 580px;
    margin-bottom: 2.25rem;
}
.lads-hero__sub em { font-style: italic; color: var(--yellow); opacity: 0.85; }
.lads-hero__sub strong { color: var(--white); font-weight: 600; }
.lads-hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.25rem; }

.lads-hero__stats {
    display: flex;
    gap: 2.25rem;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 1.5rem;
}
.lads-hero__stat { display: flex; flex-direction: column; gap: 0.2rem; }
.lads-hero__stat-num { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--yellow); line-height: 1; }
.lads-hero__stat-label { font-family: var(--font-mono); font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.05em; color: rgba(255,255,255,0.6); }

/* Hero visual: KOMITET ZAKUPOWY (zamiast dashboardu) */
.lads-committee {
    background: linear-gradient(160deg, rgba(20, 35, 60, 0.92), rgba(15, 28, 50, 0.95));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 1.75rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 25px 70px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
}
.lads-committee::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,102,194,0.18) 0%, transparent 55%);
    pointer-events: none;
}
.lads-committee__badge {
    display: inline-block;
    font-family: var(--font-mono);
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #4ea3ff;
    border: 1px solid rgba(10,102,194,0.4);
    background: rgba(10,102,194,0.12);
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    position: relative;
}
.lads-committee__lead {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.9);
    margin-bottom: 1.4rem;
    position: relative;
}
.lads-committee__lead strong { color: var(--yellow); font-weight: 700; }
.lads-committee__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.3rem;
    position: relative;
}
.lads-committee__person {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 0.85rem 0.5rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 12px;
    text-align: center;
    animation: ladsPersonIn 0.5s var(--ease-out-expo) backwards;
}
.lads-committee__person:nth-child(1) { animation-delay: 0.05s; }
.lads-committee__person:nth-child(2) { animation-delay: 0.12s; }
.lads-committee__person:nth-child(3) { animation-delay: 0.19s; }
.lads-committee__person:nth-child(4) { animation-delay: 0.26s; }
.lads-committee__person:nth-child(5) { animation-delay: 0.33s; }
.lads-committee__person:nth-child(6) { animation-delay: 0.40s; }
@keyframes ladsPersonIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
.lads-committee__avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a66c2, #004182);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 0.72rem;
    border: 2px solid rgba(255,255,255,0.15);
}
.lads-committee__role {
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 500;
    color: rgba(255,255,255,0.78);
    line-height: 1.2;
}
.lads-committee__note {
    font-family: var(--font-body);
    font-size: 0.8rem;
    line-height: 1.5;
    color: rgba(255,255,255,0.65);
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 1rem;
    position: relative;
}
.lads-committee__note strong { color: #4ea3ff; font-weight: 600; }

@media (max-width: 1024px) {
    .lads-hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .lads-committee { max-width: 480px; margin: 0 auto; }
}
@media (max-width: 768px) {
    .lads-hero { padding: 7rem 1.5rem 3rem; min-height: auto; }
    .lads-hero__stats { gap: 1.5rem; }
}

/* ============================================================
   SEKCJA 3 — BUILDER TARGETOWANIA FIRMOGRAFICZNEGO [sygnatura]
============================================================ */
.lads-target-section { padding: 7rem 3rem 6rem; }

.lads-target {
    max-width: 980px;
    margin: 4rem auto 0;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    background: rgba(15, 28, 50, 0.5);
    border: 1px solid rgba(254,204,0,0.15);
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
    overflow: hidden;
}
.lads-target::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(254,204,0,0.05), transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.lads-target:hover::before { opacity: 1; }
.lads-target__controls { position: relative; }
.lads-target__group { margin-bottom: 1.5rem; }
.lads-target__group-label {
    display: block;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--yellow);
    margin-bottom: 0.7rem;
}
.lads-target__chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.lads-target__chip {
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(255,255,255,0.78);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.25s ease;
}
.lads-target__chip:hover { border-color: rgba(254,204,0,0.4); color: var(--white); }
.lads-target__chip[aria-pressed="true"] {
    background: var(--yellow);
    border-color: var(--yellow);
    color: var(--navy-dark);
    font-weight: 700;
}
.lads-target__chip:focus-visible { outline: 2px solid var(--yellow); outline-offset: 2px; }

.lads-target__result {
    position: relative;
    background: rgba(10,102,194,0.06);
    border: 1px solid rgba(10,102,194,0.2);
    border-radius: 16px;
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.lads-target__reach {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 6vw, 3.2rem);
    font-weight: 800;
    color: var(--yellow);
    line-height: 1;
    text-shadow: 0 0 50px rgba(254,204,0,0.3);
}
.lads-target__reach-label {
    font-family: var(--font-mono);
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255,255,255,0.6);
    margin-top: 0.4rem;
    margin-bottom: 1.25rem;
}
.lads-target__profiles {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}
.lads-target__profile {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 10px;
    padding: 0.5rem 0.7rem;
    text-align: left;
    animation: ladsPersonIn 0.35s var(--ease-out-expo) backwards;
}
.lads-target__profile-av {
    width: 30px; height: 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a66c2, #004182);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-mono); font-weight: 700; font-size: 0.6rem;
    flex-shrink: 0;
}
.lads-target__profile-text { min-width: 0; }
.lads-target__profile-role { font-family: var(--font-body); font-size: 0.78rem; font-weight: 600; color: var(--white); line-height: 1.2; }
.lads-target__profile-meta { font-family: var(--font-body); font-size: 0.68rem; color: rgba(255,255,255,0.55); }

@media (max-width: 768px) {
    .lads-target-section { padding: 5rem 1.5rem; }
    .lads-target { grid-template-columns: 1fr; padding: 1.75rem 1.25rem; gap: 1.75rem; }
}

/* ============================================================
   TYPES GRID (6 celów) — port wrapperów
============================================================ */
.lads-types-section { padding: 6rem 3rem; }
.lads-types-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 4rem; }
.lads-type-card {
    position: relative;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 18px;
    padding: 2rem 1.75rem;
    transition: all 0.4s var(--ease-out-expo);
    overflow: hidden;
}
.lads-type-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: radial-gradient(500px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(254,204,0,0.05), transparent 40%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.lads-type-card:hover::before { opacity: 1; }
.lads-type-card:hover { border-color: rgba(254,204,0,0.25); transform: translateY(-4px); }
.lads-type-card--featured {
    background: linear-gradient(135deg, rgba(254,204,0,0.06), rgba(254,204,0,0.015));
    border-color: rgba(254,204,0,0.2);
}
.lads-type-card__icon {
    font-size: 1.8rem;
    width: 52px; height: 52px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 13px;
    background: rgba(254,204,0,0.08);
    border: 1px solid rgba(254,204,0,0.15);
    margin-bottom: 1rem;
}
.lads-type-card__title { font-family: var(--font-display); font-size: 1.35rem; font-weight: 700; color: var(--white); margin-bottom: 0.3rem; }
.lads-type-card__sub {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: rgba(254,204,0,0.75);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}
.lads-type-card__desc { font-family: var(--font-body); font-size: 0.92rem; line-height: 1.65; color: rgba(255,255,255,0.80); margin-bottom: 1.25rem; }
.lads-type-card__desc strong { color: var(--yellow); font-weight: 600; }
.lads-type-card__features { list-style: none; margin: 0; padding: 0; }
.lads-type-card__features li {
    position: relative;
    padding-left: 1.4rem;
    font-family: var(--font-body);
    font-size: 0.85rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.78);
    margin-bottom: 0.5rem;
}
.lads-type-card__features li::before { content: '→'; position: absolute; left: 0; color: var(--yellow); font-weight: 700; opacity: 0.6; }

@media (max-width: 1024px) { .lads-types-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) {
    .lads-types-section { padding: 5rem 1.5rem; }
    .lads-types-grid { grid-template-columns: 1fr; gap: 1.25rem; }
    .lads-type-card { padding: 1.75rem 1.5rem; }
}

/* ============================================================
   AD FORMATS SHOWCASE — port shell + mockupy LinkedIn
============================================================ */
.lads-formats-section { padding: 6rem 3rem; }
.lads-formats { margin-top: 4rem; max-width: 1080px; margin-left: auto; margin-right: auto; }
.lads-formats__tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.4rem;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    padding: 0.4rem;
    margin-bottom: 2rem;
}
.lads-formats__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.85rem 0.5rem;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255,255,255,0.78);
    cursor: pointer;
    transition: all 0.3s ease;
}
.lads-formats__tab:hover { color: var(--white); background: rgba(255,255,255,0.04); }
.lads-formats__tab[aria-selected="true"] {
    color: var(--navy-dark);
    background: var(--yellow);
    border-color: var(--yellow);
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.lads-formats__tab:focus-visible { outline: 2px solid var(--yellow); outline-offset: 2px; }
.lads-formats__stage {
    position: relative;
    background: radial-gradient(ellipse at center top, rgba(254,204,0,0.06) 0%, transparent 65%),
                linear-gradient(180deg, rgba(15,28,50,0.6), rgba(15,28,50,0.3));
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px;
    padding: 2.5rem 1.5rem;
    min-height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.lads-formats__stage::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(254,204,0,0.05), transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.lads-formats__stage:hover::before { opacity: 1; }
.lads-format-mockup { width: 100%; max-width: 500px; animation: ladsFormatFadeIn 0.4s ease; }
@keyframes ladsFormatFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.lads-format-mockup__caption {
    margin-top: 1.2rem;
    text-align: center;
    font-family: var(--font-body);
    font-size: 0.82rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.55;
}
.lads-format-mockup__caption strong { color: var(--yellow); font-weight: 600; }

/* --- Carousel (.li-carousel) --- */
.li-carousel {
    max-width: 460px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    overflow: hidden;
    color: #000;
    font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
}
.li-carousel__head { display: flex; align-items: center; gap: 0.7rem; padding: 0.85rem 1rem 0.5rem; }
.li-carousel__avatar {
    width: 44px; height: 44px; border-radius: 6px;
    background: linear-gradient(135deg, #0a66c2, #004182);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 0.9rem;
}
.li-carousel__author { font-size: 0.9rem; font-weight: 700; color: #000; }
.li-carousel__promoted { font-size: 0.7rem; color: rgba(0,0,0,0.55); }
.li-carousel__copy { padding: 0 1rem 0.75rem; font-size: 0.85rem; line-height: 1.45; color: rgba(0,0,0,0.9); }
.li-carousel__track { display: flex; gap: 0.6rem; padding: 0 1rem 0.85rem; overflow: hidden; }
.li-carousel__slide {
    flex: 0 0 160px;
    background: linear-gradient(160deg, #eaf1fb, #d4e4f7);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 8px;
    padding: 1rem;
    min-height: 130px;
    display: flex; flex-direction: column; justify-content: space-between;
}
.li-carousel__slide--peek { opacity: 0.5; }
.li-carousel__slide-num { font-family: var(--font-mono); font-size: 0.62rem; color: #0a66c2; font-weight: 700; }
.li-carousel__slide-title { font-size: 0.82rem; font-weight: 700; color: #000; line-height: 1.3; }
.li-carousel__dots { display: flex; justify-content: center; gap: 0.35rem; padding-bottom: 0.85rem; }
.li-carousel__dot { width: 6px; height: 6px; border-radius: 50%; background: #c7d5e6; }
.li-carousel__dot--active { background: #0a66c2; width: 18px; border-radius: 3px; }

/* --- Video Ad (.li-video) --- */
.li-video {
    max-width: 460px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    overflow: hidden;
    color: #000;
    font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
}
.li-video__head { display: flex; align-items: center; gap: 0.7rem; padding: 0.85rem 1rem 0.5rem; }
.li-video__avatar {
    width: 44px; height: 44px; border-radius: 6px;
    background: linear-gradient(135deg, #0a66c2, #004182);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 0.9rem;
}
.li-video__author { font-size: 0.9rem; font-weight: 700; color: #000; }
.li-video__promoted { font-size: 0.7rem; color: rgba(0,0,0,0.55); }
.li-video__copy { padding: 0 1rem 0.7rem; font-size: 0.85rem; line-height: 1.45; color: rgba(0,0,0,0.9); }
.li-video__player {
    position: relative;
    aspect-ratio: 16/9;
    background: radial-gradient(ellipse at center, rgba(10,102,194,0.35) 0%, transparent 60%), #11243a;
    display: flex; align-items: center; justify-content: center;
}
.li-video__play {
    width: 54px; height: 54px; border-radius: 50%;
    background: rgba(255,255,255,0.92); color: #0a66c2;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; padding-left: 4px;
}
.li-video__duration {
    position: absolute; bottom: 10px; right: 10px;
    background: rgba(0,0,0,0.75); color: #fff;
    font-family: var(--font-mono); font-size: 0.62rem;
    padding: 0.15rem 0.4rem; border-radius: 3px;
}
.li-video__captions {
    position: absolute; bottom: 10px; left: 10px; right: 64px;
    background: rgba(0,0,0,0.6); color: #fff;
    font-size: 0.62rem; padding: 0.2rem 0.4rem; border-radius: 3px;
}
.li-video__bar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.7rem 1rem; border-top: 1px solid rgba(0,0,0,0.08);
    font-size: 0.85rem; font-weight: 600; color: #0a66c2;
}

/* --- Message / Conversation Ad (.li-message) --- */
.li-message {
    max-width: 420px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    overflow: hidden;
    color: #000;
    font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
}
.li-message__head {
    display: flex; align-items: center; gap: 0.6rem;
    padding: 0.85rem 1rem;
    background: #f3f6f8;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}
.li-message__avatar {
    width: 40px; height: 40px; border-radius: 50%;
    background: linear-gradient(135deg, #0a66c2, #004182);
    color: #fff; display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 0.85rem;
}
.li-message__sender { font-size: 0.85rem; font-weight: 700; color: #000; }
.li-message__sponsored { font-size: 0.68rem; color: rgba(0,0,0,0.55); }
.li-message__body { padding: 1rem; }
.li-message__bubble {
    background: #eaf1fb;
    border-radius: 4px 14px 14px 14px;
    padding: 0.85rem 1rem;
    font-size: 0.84rem;
    line-height: 1.5;
    color: rgba(0,0,0,0.88);
    margin-bottom: 1rem;
}
.li-message__replies { display: flex; flex-direction: column; gap: 0.5rem; }
.li-message__reply {
    border: 1px solid #0a66c2;
    color: #0a66c2;
    background: #fff;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-size: 0.82rem;
    font-weight: 600;
    text-align: center;
}

/* --- Lead Gen Form (.li-leadgen) --- */
.li-leadgen {
    max-width: 420px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
    overflow: hidden;
    color: #000;
    font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
}
.li-leadgen__head {
    padding: 1rem;
    background: linear-gradient(135deg, #0a66c2, #004182);
    color: #fff;
}
.li-leadgen__title { font-size: 1rem; font-weight: 700; line-height: 1.3; }
.li-leadgen__sub { font-size: 0.72rem; opacity: 0.85; margin-top: 0.25rem; }
.li-leadgen__body { padding: 1rem; }
.li-leadgen__autofill {
    display: inline-flex; align-items: center; gap: 0.3rem;
    font-family: var(--font-mono); font-size: 0.6rem;
    text-transform: uppercase; letter-spacing: 0.04em;
    color: #0a7d33; background: #e7f6ec;
    padding: 0.25rem 0.55rem; border-radius: 999px;
    margin-bottom: 0.85rem;
}
.li-leadgen__field {
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 6px;
    padding: 0.55rem 0.7rem;
    margin-bottom: 0.6rem;
    background: #f6faff;
}
.li-leadgen__field-label { font-size: 0.6rem; color: rgba(0,0,0,0.5); text-transform: uppercase; letter-spacing: 0.04em; }
.li-leadgen__field-val { font-size: 0.85rem; color: #000; font-weight: 500; }
.li-leadgen__btn {
    width: 100%;
    background: #0a66c2; color: #fff;
    border: none; border-radius: 999px;
    padding: 0.65rem; font-size: 0.85rem; font-weight: 700;
    margin-top: 0.4rem;
}

@media (max-width: 900px) {
    .lads-formats-section { padding: 5rem 1.5rem; }
    .lads-formats__tabs { grid-template-columns: 1fr 1fr; }
    .lads-formats__stage { padding: 2rem 1rem; min-height: 420px; }
}

/* ============================================================
   PROCESS / COMPARISON / FAQ — port wrapperów
============================================================ */
.lads-process-section { padding: 6rem 3rem; }
@media (max-width: 768px) { .lads-process-section { padding: 5rem 1.5rem; } }

.lads-compare-section { padding: 6rem 3rem; }
.lads-compare-wrap { max-width: 1080px; margin: 4rem auto 0; overflow-x: auto; }
.lads-compare {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: var(--font-body);
    color: rgba(255,255,255,0.7);
    min-width: 720px;
}
.lads-compare th, .lads-compare td {
    padding: 1.2rem 1.25rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.lads-compare thead th {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--white);
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.015);
}
.lads-compare thead th img { vertical-align: middle; margin-right: 0.4rem; }
.lads-compare__col-featured {
    background: linear-gradient(180deg, rgba(254,204,0,0.08) 0%, rgba(254,204,0,0.02) 100%) !important;
    color: var(--yellow);
}
.lads-compare tbody tr:hover { background: rgba(255,255,255,0.015); }
.lads-compare th[scope="row"] {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.72);
    width: 180px;
    background: transparent;
}
.lads-compare td { font-size: 0.92rem; line-height: 1.5; }
.lads-compare td strong { color: var(--white); font-weight: 600; }
.lads-compare td.lads-compare__col-featured strong { color: var(--yellow); }
.lads-compare__note {
    margin-top: 2rem;
    padding: 1.25rem 1.5rem;
    background: rgba(254,204,0,0.05);
    border: 1px solid rgba(254,204,0,0.15);
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.7);
}
.lads-compare__note strong { color: var(--yellow); }
.lads-compare__note a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 768px) { .lads-compare-section { padding: 5rem 1.5rem; } }

.lads-faq-section { padding: 6rem 3rem; }
@media (max-width: 768px) { .lads-faq-section { padding: 5rem 1.5rem; } }

/* ============================================================
   MATEMATYKA B2B — value-flow (sekcja SEO, bespoke)
============================================================ */
.lads-math-section { padding: 6rem 3rem; }
.lads-math {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 4rem;
}
.lads-math__step {
    flex: 1;
    min-width: 170px;
    max-width: 230px;
    background: rgba(255,255,255,0.025);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    padding: 1.75rem 1.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}
.lads-math__step--win {
    background: linear-gradient(135deg, rgba(254,204,0,0.12), rgba(254,204,0,0.03));
    border-color: rgba(254,204,0,0.35);
}
.lads-math__val {
    font-family: var(--font-display);
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
}
.lads-math__step--win .lads-math__val { color: var(--yellow); }
.lads-math__label {
    font-family: var(--font-body);
    font-size: 0.8rem;
    line-height: 1.4;
    color: rgba(255,255,255,0.7);
}
.lads-math__arrow {
    display: flex;
    align-items: center;
    color: rgba(254,204,0,0.5);
    font-size: 1.5rem;
}
.lads-math__note {
    max-width: 760px;
    margin: 2.5rem auto 0;
    text-align: center;
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.8);
}
.lads-math__note strong { color: var(--yellow); }
@media (max-width: 820px) {
    .lads-math { flex-direction: column; align-items: center; }
    .lads-math__step { max-width: 340px; width: 100%; }
    .lads-math__arrow { transform: rotate(90deg); }
    .lads-math-section { padding: 5rem 1.5rem; }
}
