/* =============================================================================
 * Landing produktowy (smay)
 * Wczytywany WARUNKOWO tylko na produktach z włączoną flagą `lp_enable`
 * (patrz inc/product-landing.php). Cały arkusz jest zakresowany pod `.lp`,
 * więc nie wpływa na resztę serwisu.
 *
 * Style uogólnione na podstawie landingu NEF900
 * (woocommerce/single-product-custom-nef900-pl.php). Przyciski, siatka Foundation
 * i tabela plików (.table-files) pochodzą z globalnego style-mk.css.
 * ========================================================================== */

/* --- Rytm sekcji ---------------------------------------------------------- */
.lp .lp-section {
    padding: 120px 0;
}
.lp .s-bg {
    background-color: #f5f5f5;
}
.lp .s-dark {
    background-color: #1a1a1a;
    color: #fff;
}
.lp .s-dark .head-1,
.lp .s-dark .head-2,
.lp .s-dark .head-3,
.lp .s-dark .head-b-1,
.lp .s-dark .head-b-2,
.lp .s-dark .head-b-3,
.lp .s-dark .head-b-4,
.lp .s-dark h1,
.lp .s-dark h2,
.lp .s-dark h3,
.lp .s-dark h4,
.lp .s-dark p,
.lp .s-dark li,
.lp .s-dark strong {
    color: #fff;
}
.lp .s-dark a {
    color: #fff;
    text-decoration: underline;
}

/* --- Breadcrumbs ---------------------------------------------------------- */
.lp .breadcrumbs {
    margin-left: 10px;
}
.lp .breadcrumbs,
.lp .breadcrumbs a {
    margin-top: 25px;
    color: #000;
}

/* --- Typografia ----------------------------------------------------------- */
.lp .head-1 {
    font-size: 37px;
    font-weight: 300;
    line-height: 1.125;
}
.lp .head-2 {
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
}
.lp .head-3 {
    display: flex;
    align-items: center;
    font-size: 22px;
    width: 66%;
}
.lp .head-3 .lp-hero-icon {
    width: 90px;
    height: auto;
    margin-right: 20px;
}
.lp .g-1,
.lp .g-2 {
    display: block;
}
.lp .g-2 {
    font-weight: 700;
}
.lp .g-p {
    color: #61aed9;
    font-weight: 700;
}
.lp .head-b-1 {
    color: #000;
    font-size: 65px;
    line-height: 70px;
    margin-bottom: 30px;
}
.lp .head-b-2 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}
.lp .head-b-3 {
    color: #000;
    font-size: 65px;
}
.lp .head-b-4 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 32px;
    color: #000;
}

/* --- Utility -------------------------------------------------------------- */
.lp .mt-3 { margin-top: 30px; }
.lp .mt-4 { margin-top: 40px; }
.lp .mt-6 { margin-top: 60px; }
.lp .pl-4 { padding-left: 40px; }
.lp .text-right { text-align: right; }
.lp .text-left { text-align: left; }

/* --- Hero ----------------------------------------------------------------- */
.lp .lp-hero {
    padding: 0;
    color: #fff;
    background-color: #e6e6e6;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lp .lp-hero--dark {
    color: #000;
}
.lp .lp-hero .hp {
    padding: 160px 0 157px;
}

/* --- Tekst + obraz / kolumny --------------------------------------------- */
.lp .lp-text-image .row,
.lp .lp-text-columns .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.lp .lp-text-columns .row + .row {
    margin-top: 40px;
}

/* --- Banner --------------------------------------------------------------- */
.lp .lp-banner {
    background-size: cover;
    background-position: center;
}

/* --- Slider ikon (icon_slider) ------------------------------------------- */
.lp .slider-homepage {
    display: flex;
    align-items: center;
}
.lp .slider-container2 {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lp .slider2 {
    display: flex;
    position: relative;
}
.lp .slide2 {
    flex: 0 0 100%;
    text-align: center;
    display: none;
}
.lp .slide2.active {
    display: block;
}
.lp .slide2 img {
    max-width: 100%;
    height: auto;
}
.lp .slide2 .yxy {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.lp .slide2 p {
    margin-top: 10px;
}

/* --- Benefits / dane techniczne ------------------------------------------ */
.lp .lp-benefits {
    text-align: center;
}
.lp .lp-benefits .text-left {
    text-align: left;
}

/* --- Osoba kontaktowa ----------------------------------------------------- */
.lp .contact-zone {
    background: #f8f8f8;
    padding: 32px 0;
    margin-top: 40px;
}
.lp .lp-contact-person .sep {
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 16px 0 20px;
}
.lp .contact-card {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.lp .contact-photo {
    flex: 0 0 auto;
}
.lp .avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}
.lp .contact-details .name {
    font-weight: 600;
    margin-top: 6px;
    color: #000;
}
.lp .contact-details .role {
    color: #7b7b7b;
    margin: 4px 0 12px;
}
.lp .contact-details .line {
    margin: 3px 0;
    color: #000;
}
.lp .contact-details a {
    color: #000;
    text-decoration: none;
}
.lp .contact-details a:hover {
    text-decoration: underline;
}

/* --- Responsywność -------------------------------------------------------- */
@media only screen and (max-width: 600px) {
    .lp .lp-section {
        padding: 40px 0 50px;
    }
    .lp .lp-hero .hp {
        padding: 30px 0;
    }
    .lp .head-1 {
        font-size: 17px;
        font-weight: 600;
    }
    .lp .head-2 {
        font-size: 70px;
    }
    .lp .head-3 {
        font-size: 14px;
        width: 100%;
    }
    .lp .head-3 .lp-hero-icon {
        width: 48px;
        margin-right: 12px;
    }
    .lp .head-b-1 {
        font-size: 35px;
        line-height: 50px;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .lp .head-b-2 {
        font-size: 22px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .lp .head-b-4 {
        font-size: 20px;
        line-height: 36px;
    }
    .lp .mt-3 { margin-top: 15px; }
    .lp .mt-6 { margin-top: 20px; }
    .lp .pl-4 { padding-left: 10px; }
    .lp .text-right { text-align: left; }
    .lp .mobile-none { display: none; }
    .lp .lp-text-image .row,
    .lp .lp-text-columns .row {
        display: block;
    }
    .lp .contact-card {
        gap: 16px;
    }
    .lp .avatar {
        width: 96px;
        height: 96px;
    }
}

/* Style sekcji `cards` są wstawiane inline w template-parts/landing/section-cards.php
   (gwarantowane ładowanie niezależnie od enqueue na tym stacku). */
