.elementor-40 .elementor-element.elementor-element-d1818d8{--display:flex;}.elementor-40 .elementor-element.elementor-element-43cd768{--display:flex;}.elementor-40 .elementor-element.elementor-element-eff95da{--display:flex;}.elementor-40 .elementor-element.elementor-element-b18c79d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-544054e */.video-section {
    text-align: center;
    background: linear-gradient(160deg, #1a1a1a 40%, #232323 100%);
    padding: 50px 20px;
    margin-top: 40px;
    border-radius: 20px;
}

.video-section h2 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.video-section p {
    font-size: 16px;
    color: #d3d3d3;
    margin-bottom: 20px;
}

.video-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 56.25%; /* Proporcja 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(17, 72, 143, 0.4);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5203a1c */.profit-section {
    background: linear-gradient(160deg, #1a1a1a 40%, #232323 100%);
    padding: 50px 20px;
    margin-top: 40px;
    border-radius: 20px;
}

.profit-section h2 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.profit-box {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    background: rgba(17, 72, 143, 0.1);
    border-left: 5px solid #11488f;
    border-radius: 12px;
    text-align: left;
}

.profit-step {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.profit-step img {
    width: 50px;
    height: 50px;
    background: #11488f;
    border-radius: 10px;
    padding: 8px;
}

.profit-button {
    display: block;
    margin: 30px auto 0;
    padding: 12px 25px;
    font-size: 16px;
    color: white;
    background: #11488f;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: max-content;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(17, 72, 143, 0.8);
}

/* Efekt przesuwającej się poświaty */
.profit-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    animation: shine 2.5s infinite linear;
}

@keyframes shine {
    0% { left: -100%; }
    100% { left: 100%; }
}

.profit-button:hover {
    background: #11488f;
    color: white !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b92be9 */.faq-question {
    white-space: normal; /* Pozwala na zawijanie tekstu */
    word-wrap: break-word; /* Przełamywanie długich słów */
    text-align: center; /* Wyśrodkowanie tekstu */
}

.faq-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq-question {
    width: 90%; /* Dostosowanie szerokości */
    padding: 15px 10px; /* Zmniejszenie paddingu */
}/* End custom CSS */