section#how-is-work {
    padding: var(--padding-xxl) 0;
    margin-bottom: 0;
}

section#how-is-work .heading-xxl {
    margin-bottom: var(--margin-base);
}

section#how-is-work .card-icon {
    background-color: var(--primary-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
}

section#how-is-work .card {
    border-radius: var(--border-radius-base);
    background-color: var(--gray-background);
    padding: var(--padding-xxl) var(--padding-xl);
    height: 100%;
}

section#how-is-work .card .card-text {
    padding-top: var(--padding-lg);
}

section#how-is-work .card .card-text h5.heading-lg {
    padding-bottom: var(--padding-lg);
}


section#why-its-worth {
    padding-top: var(--padding-xl);
    margin: var(--margin-xl) 0;
}

section#why-its-worth .content {
    margin: var(--margin-xl) 0;
}

section#why-its-worth .heading-xxl {
    margin-bottom: var(--margin-sm);
}

section#why-its-worth .text-base {
    padding-bottom: var(--padding-xxl);
}

section#why-its-worth .heading-base {
    padding-bottom: var(--padding-lg);
}

section#why-its-worth .grey-price {
    opacity: 0.7;
    color: var(--secondary-color);
    display: block;
    line-height: 44px;
    margin-bottom: 0;
}

section#why-its-worth .pink-price {
    color: var(--primary-color);
    display: block;
    line-height: 44px;
    margin-bottom: 0;
}

section#why-its-worth .image-container {
    display: none;
}

section#why-its-worth .card {
    padding: 0;
}

section#why-its-worth-table {
    margin: var(--margin-xl) 0;
}

section#why-its-worth-table p {
    text-align: center;
}

.col-12.d-flex.flex-column.align-items-center {
    padding-bottom: var(--padding-base);
    padding-top: var(--padding-base);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.col-6.d-flex.flex-column.align-items-center {
    padding-bottom: var(--padding-base);
    padding-top: var(--padding-base);
}

#why-its-worth .container {
    padding: 0px !important;
}

@media(max-width: 1200px) {
    section#why-its-worth .text-base {
        font-size: var(--font-size-sm);
    }
    section#how-is-work .card .card-text h5.heading-lg {
        font-size: var(--font-size-base);
    }
}

@media(max-width: 992px) {
    section#how-is-work .content {
        padding-bottom: var(--padding-xxl);
    }
    section#why-its-worth .col-lg-5 {
        display: none;
    }
    section#why-its-worth { 
        margin-top: 0;
    }
    section#how-is-work .card .card-text h5.heading-lg {
        font-size: var(--font-size-lg);
    }
}

@media(max-width: 768px) {
    section#why-its-worth-table p {
        font-size: var(--font-size-sm);
    }

    #why-its-worth .container {
        padding: 0px calc(var(--bs-gutter-x) * .5) !important;
    }

    section#how-is-work .content {
        padding-bottom: var(--padding-xxl);
    }

    section#how-is-work .content:last-child {
        padding-bottom: 0;
    }

    section#how-is-work {
        margin-bottom: var(--margin-sm);
    }

    section#why-its-worth {
        background-color: var(--gray-background);
        margin-left: calc(-50vw + 50%) !important;
        width: 100vw;
        padding-top: 0;
        margin: 0;
    }

    section#why-its-worth .heading-xxl {
        font-size: var(--font-size-xl);
    }

    section#why-its-worth .content {
        margin-top: var(--margin-sm);
        padding-top: var(--padding-base);
        margin-bottom: 0;
    }

    section#why-its-worth .content .container{
        background-color: var(--white-color);
    }

    section#why-its-worth .grey-price,
    section#why-its-worth .pink-price {
        display: contents;
        opacity: 1;
    }

    section#why-its-worth span.heading-xxl {
        font-size: var(--font-size-base);
        font-weight: var(--font-weight-bold)
    }

    section#why-its-worth .image-container {
        display: flex;
        justify-content: center;
    }

    section#why-its-worth .col-lg-6 .text-base {
        padding-bottom: var(--padding-lg);
    }
    section#why-its-worth .card {
        padding: var(--padding-xl) var(--padding-lg) 0 var(--padding-lg);
        border-radius: var(--border-radius-base);
        margin-bottom: var(--margin-sm);
    }
    section#why-its-worth .col-lg-5 {
        display: none;
    }
    section#how-is-work .heading-xxl {
        font-size: var(--font-size-xl);
    }
    section#why-its-worth-table {
        margin: var(--margin-sm) 0;
    }

}

body#module-sopchy_luxprotectlp-luxprotect nav.breadcrumb {
    display: none;
}

body#module-sopchy_luxprotectlp-luxprotect section.hero {
    display: flex;
    align-items: flex-end;
    border-radius: var(--border-radius-xl);
    padding: var(--margin-xl) var(--margin-lg);
    height: 552px;
    margin-bottom: var(--margin-xl);
    position: relative;
    overflow: hidden;
}

body#module-sopchy_luxprotectlp-luxprotect section.hero h1 {
    color: var(--white-color);
    margin-bottom: var(--margin-sm);
}

body#module-sopchy_luxprotectlp-luxprotect section.hero p {
    color: var(--white-color);
    font-size: var(--font-size-lg);
    line-height: 1.5;
}

body#module-sopchy_luxprotectlp-luxprotect section.hero .buttons {
    margin-top: var(--margin-base);
    display: flex;
    gap: var(--gap-size-lg);
}

body#module-sopchy_luxprotectlp-luxprotect section.hero a.btn {
    padding: var(--padding-lg) var(--padding-xxl);
}

body#module-sopchy_luxprotectlp-luxprotect section.hero .buttons a.btn.primary-btn.outline {
    color: var(--white-color);
    background: transparent;
    border-color: var(--white-color);
}

body#module-sopchy_luxprotectlp-luxprotect .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

body#module-sopchy_luxprotectlp-luxprotect .hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* przyciemnienie, zmień 0.4 na więcej/mniej */
    z-index: 1;
}

body#module-sopchy_luxprotectlp-luxprotect section.hero > .col-md-8 {
    position: relative;
    z-index: 2;
}

@media(max-width: 992px) {
    body#module-sopchy_luxprotectlp-luxprotect section.hero p {
    font-size: var(--font-size-base);
    line-height: 1.5;
}
}

@media(max-width: 768px) {
    body#module-sopchy_luxprotectlp-luxprotect section.hero {
        flex-direction: column-reverse;
        padding: 0px;
        height: auto;
        margin-bottom: 0;
    }
    body#module-sopchy_luxprotectlp-luxprotect .hero-video {
        position: relative;
    }
    body#module-sopchy_luxprotectlp-luxprotect section.hero .buttons {
        flex-direction: column;
        gap: var(--gap-base);
        margin-bottom: var(--margin-base);
    }
    body#module-sopchy_luxprotectlp-luxprotect .hero-video {
        height: 345px;
        border-radius: var(--border-radius-xl);
    }
    body#module-sopchy_luxprotectlp-luxprotect .hero .overlay {
        height: 345px;
        border-radius: var(--border-radius-xl);
        top: auto !important;
    }
    body#module-sopchy_luxprotectlp-luxprotect section.hero h1 {
        color: var(--secondary-color);
    }

    body#module-sopchy_luxprotectlp-luxprotect section.hero p {
        color: var(--secondary-color);
    }

    body#module-sopchy_luxprotectlp-luxprotect section.hero .buttons a.btn.primary-btn.outline {
        color: var(--secondary-color);
        background: transparent;
        border-color: var(--secondary-color);
    }

}

body#module-sopchy_luxprotectlp-luxprotect section.hero.luxprotect-open-btn {
    color: black;
    height: 552px;
    margin-bottom: 84px;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-xl) !important;
    cursor: pointer;
}

body#module-sopchy_luxprotectlp-luxprotect section.hero.luxprotect-open-btn img.img-desktop {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

body#module-sopchy_luxprotectlp-luxprotect section.hero.luxprotect-open-btn img.img-mobile {
    display: none;
    border-radius: var(--border-radius-xl) !important;
}

@media (max-width: 997px) {
    body#module-sopchy_luxprotectlp-luxprotect section.hero.luxprotect-open-btn img.img-desktop {
        display: none;
    }
    body#module-sopchy_luxprotectlp-luxprotect section.hero.luxprotect-open-btn img.img-mobile {
        display: block;
    }
    body#module-sopchy_luxprotectlp-luxprotect section.hero.luxprotect-open-btn {
        margin-bottom: 18px !important;
        height: 402px;
    }
}

@media (max-width: 576px) {
    body#module-sopchy_luxprotectlp-luxprotect section.hero.luxprotect-open-btn {
        height: auto;
    }
}

/* DÓŁ */

body#module-sopchy_luxprotectlp-luxprotect section#main {
    margin-bottom: 0;
}

body#module-sopchy_luxprotectlp-luxprotect section#main div#content {
    padding-bottom: 0;
}

body#module-sopchy_luxprotectlp-luxprotect section#faq-section {
    background-color: var(--primary-bg-color);
    margin-bottom: 0;
    padding: var(--padding-xxl) 0;
}

body#module-sopchy_luxprotectlp-luxprotect section#faq-section .faq-section-luxprotect {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding-top: var(--padding-xxl);
    padding-bottom: var(--padding-xxl);
}

body#module-sopchy_luxprotectlp-luxprotect section#faq-section p {
    margin-bottom: var(--margin-sm);
}

body#module-sopchy_luxprotectlp-luxprotect section#faq-section .faq-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body#module-sopchy_luxprotectlp-luxprotect section#faq-section h2 {
    text-align: left;
    margin-bottom: 0;
}

body#module-sopchy_luxprotectlp-luxprotect section#faq-section .faq-list {
    padding-top: var(--padding-xxl);
    padding-bottom: var(--padding-xxl);
}

body#module-sopchy_luxprotectlp-luxprotect section#faq-section .faq-section-luxprotect .faq-answer {
    background: none;
}

body#module-sopchy_luxprotectlp-luxprotect section#faq-section .faq-contact {
    max-width: 70%;
    margin: 0 auto;
}

body#module-sopchy_luxprotectlp-luxprotect section#faq-section .faq-contact .heading-xxl {
    padding-bottom: var(--padding-lg);
    margin-bottom: 0;
}

body#module-sopchy_luxprotectlp-luxprotect section#faq-section .faq-contact p { 
    text-align: center;
}

@media(min-width: 768px) and (max-width: 992px) {
    body#module-sopchy_luxprotectlp-luxprotect section#faq-section .faq-section-luxprotect {
        max-width: 720px;
    }
}

@media(max-width: 768px) {
    body#module-sopchy_luxprotectlp-luxprotect section#faq-section {
        display: none;
    }
}



