/*
Theme Name: Divi Child
Template: Divi
Version: 1.0.0
*/

/* ===== STRONA DOLACZ ===== */

.landing-wrapper{
    max-width:820px;
    margin:80px auto;
    background:#ffffff;
    padding:70px 60px;
    border:1px solid #d9e2ec;
    border-radius:8px;
    box-shadow:0 12px 35px rgba(0,0,0,0.06);
    text-align:center;
}

/* LISTY */
.landing-wrapper ul{
    list-style:none !important;
    padding-left:0 !important;
    text-align:left;
    max-width:600px;
    margin:20px auto;
}

.landing-wrapper ul li{
    position:relative;
    padding-left:28px;
    margin-bottom:12px;
    line-height:1.6;
}

.landing-wrapper ul li:before{
    content:"?";
    position:absolute;
    left:0;
    top:0;
    color:#1e3a5f;
    font-weight:bold;
}

/* PRZYCISK */
.landing-wrapper .cta-button{
    display:inline-block;
    background:#1e3a5f;
    color:#ffffff;
    padding:16px 36px;
    margin:30px 0;
    font-size:18px;
    text-decoration:none;
    border-radius:8px;
    transition:0.3s ease;
}

.landing-wrapper .cta-button:hover{
    background:#14263d;
}

/* FORMULARZ */
.landing-wrapper .cta-box{
    margin-top:60px;
    padding:45px 40px;
    background:#e8f2ff;
    border:5px solid #1e3a5f;
    border-radius:12px;
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

.landing-wrapper .cta-box input{
    width:100%;
    padding:15px;
    margin-bottom:15px;
    border:1px solid #b7c7e6;
    border-radius:8px;
    font-size:16px;
    box-sizing:border-box;
}

.landing-wrapper .cta-box input:focus{
    outline:none;
    border-color:#1e3a5f;
    box-shadow:0 0 0 2px rgba(30,58,95,0.2);
}

@media(max-width:768px){
    .landing-wrapper{
        margin:20px;
        padding:40px 25px;
    }
}