@font-face {
    font-family: 'Gotham';
    src: url('https://cdn-prod.neonet.pl/richcontent/1333651/static/fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://cdn-prod.neonet.pl/richcontent/1333651/static/fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('https://cdn-prod.neonet.pl/richcontent/1333651/static/fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

body {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    color: #333;
    background-color: #fff;
}

.lp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.lp-header {
    text-align: center;
    margin-bottom: 20px;
}

.lp-title {
    font-weight: 700;
    font-family: 'Gotham', sans-serif;
    font-size: 2rem;
    font-weight: 700; /* Bold */
    font-family: 'Gotham', sans-serif;
}

.lp-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.lp-section {
    text-align: center;
    overflow: hidden; /* Dodano, aby zapobiec problemom z nadmiarem */
}

.lp-section img {
    width: 100%; /* Ustawia szerokość obrazów na 100% kontenera */
    height: auto; /* Zachowuje proporcje obrazów */
    display: block; /* Usuwa dodatkowe odstępy wokół obrazów */
    margin: 0 auto; /* Centruje obrazy w kontenerze */
}

.lp-description {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400; /* Regular */
    font-family: 'Gotham', sans-serif;
}

.lp-footer {
    text-align: center;
    padding: 20px 0;
    background-color: #f4f4f4;
    font-size: 0.875rem;
}

small {
    font-family: 'Gotham', sans-serif;
    font-size: 0.75rem; /* Mniejszy rozmiar czcionki */
    color: #777; /* Przygaszony kolor */
    line-height: 1.4; /* Ułatwia czytanie */
    display: block; /* Ustawia przypis w osobnej linii */
    margin-top: 10px; /* Odstęp od poprzedniego elementu */
    text-align: center;
}

.lp-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'Gotham', sans-serif;
}

.lp-subsubtitle {
    font-size: 18px;
    font-weight: 500; /* Medium */
    font-family: 'Gotham', sans-serif;
    color: #555;
    margin-bottom: 16px;
}

    body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 0; background: #f9f9f9; }
    .lp-section { padding: 20px 20px; background: #fff; border-bottom: 1px solid #ddd; }
    .lp-subtitle {
    margin-top: 4px;
    font-weight: 700;
    font-family: 'Gotham', sans-serif; font-size: 24px; margin-bottom: 10px; }
    .lp-description { font-size: 16px; margin-bottom: 10px; }
    small {
    font-family: 'Gotham', sans-serif; display: block; font-size: 12px; color: #555; margin: 10px 0 20px; }
    img { max-width: 100%; height: auto; border-radius: 8px; margin-top: 20px; }


/* Responsywność */
@media (max-width: 768px) {
    .lp-title {
    font-weight: 700;
    font-family: 'Gotham', sans-serif;
        font-size: 1.5rem;
    }

    .lp-description {
        font-size: 0.9rem;
    }

    .lp-section img {
        max-width: 100%;
        height: auto;
    }
}