/* ======================================================
   DE VOGELTUIN - CHECKOUT
====================================================== */

body{

    margin:0;
    padding:60px 20px 80px;

    font-family:inherit;
    color:#2f342b;

    background:
        linear-gradient(
            rgba(32,40,24,.38),
            rgba(32,40,24,.38)
        ),
        url("../images/ijsvogel-1.webp")
        center center / cover fixed no-repeat;

}

.ha-checkout{

    width:100%;

}

.ha-container{

    width:100%;
    max-width:940px;

    margin:0 auto;

}

/* ======================================================
   HEADER
====================================================== */

.ha-header{

    text-align:center;

    margin:10px 0 55px;

}

.ha-logo{

    width:180px;

    max-width:90%;

    height:auto;

    margin-bottom:25px;

    filter:
        drop-shadow(
            0 8px 18px rgba(0,0,0,.35)
        );

}

.ha-header h1{

    margin:0 0 20px;

    font-size:56px;

    line-height:1.15;

    color:#ffffff;

    text-shadow:
        0 3px 10px rgba(0,0,0,.35);

}

.ha-intro{

    max-width:760px;

    margin:0 auto;

    font-size:22px;

    line-height:1.8;

    color:#ffffff;

    text-shadow:
        0 2px 8px rgba(0,0,0,.35);

}

/* ======================================================
   GLASS CARDS
====================================================== */

.ha-card,
.ha-total-card{

    background:
        rgba(255,255,255,.78);

    backdrop-filter:
        blur(18px);

    -webkit-backdrop-filter:
        blur(18px);

    border:
        1px solid rgba(255,255,255,.40);

    border-radius:28px;

    padding:42px;

    margin-bottom:35px;

    box-shadow:
        0 18px 45px rgba(0,0,0,.20);

}

.ha-card h2,
.ha-total-card h2{

    margin:0 0 30px;

    color:#4f6533;

    font-size:31px;

    font-weight:700;

}

.ha-card h3{

    margin:35px 0 20px;

    color:#3f4d35;

}

/* ======================================================
   RESERVERINGSGEGEVENS
====================================================== */

.ha-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:30px;

    padding:18px 0;

    border-bottom:
        1px solid rgba(0,0,0,.08);

}

.ha-row:last-child{

    border-bottom:none;

}

.ha-label{

    font-size:17px;

    font-weight:600;

    color:#647357;

}

.ha-value{

    font-size:18px;

    font-weight:700;

    color:#24311e;

    text-align:right;

}

/* ======================================================
   SCHOMMELKOPPEN
====================================================== */

.ha-counter{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:22px;

    margin:35px 0;

}

.ha-counter button{

    width:52px;

    height:52px;

    border:none;

    border-radius:50%;

    background:#5d7c48;

    color:#fff;

    font-size:30px;

    font-weight:700;

    cursor:pointer;

    transition:.25s;

    box-shadow:
        0 8px 18px rgba(0,0,0,.18);

}

.ha-counter button:hover{

    background:#496133;

    transform:translateY(-2px);

}

#ha-swingheads{

    width:70px;

    text-align:center;

    font-size:42px;

    font-weight:700;

    color:#304224;

}

/* ======================================================
   CHECKBOX
====================================================== */

.ha-checkbox{

    display:flex;

    align-items:flex-start;

    gap:18px;

    margin-top:30px;

    line-height:1.8;

    color:#47533d;

    font-size:17px;

}

.ha-checkbox input{

    margin-top:5px;

    transform:scale(1.35);

    accent-color:#5d7c48;

}

.ha-checkbox span{

    display:block;

    flex:1;

}

.ha-checkbox strong{

    color:#304224;

}

.ha-checkbox small{

    display:block;

    margin-top:12px;

    color:#666;

    font-size:15px;

    line-height:1.8;

}

/* ======================================================
   SCHEIDING
====================================================== */

.ha-card hr{

    border:none;

    border-top:1px solid rgba(0,0,0,.08);

    margin:35px 0;

}

/* ======================================================
   GOED OM TE WETEN
====================================================== */

.ha-card p{

    font-size:18px;

    line-height:1.9;

    color:#46523d;

}

.ha-card p strong{

    color:#304224;

}

.ha-info{

    margin:20px 0 30px;

    padding-left:22px;

}

.ha-info li{

    margin:10px 0;

    font-size:18px;

    color:#46523d;

}

.ha-info li::marker{

    color:#5d7c48;

}

/* ======================================================
   TOTAAL
====================================================== */

.ha-total-card{

    text-align:center;

}

.ha-total-row{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:35px;

    font-size:22px;

}

.ha-total-row span{

    color:#56664b;

    font-weight:600;

}

#ha-total{

    font-size:48px;

    font-weight:700;

    color:#3d5728;

}

/* ======================================================
   BETAALKNOP
====================================================== */

.ha-button{

    width:100%;

    border:none;

    border-radius:16px;

    padding:22px;

    font-size:22px;

    font-weight:700;

    background:linear-gradient(
        180deg,
        #d9aa48,
        #c99329
    );

    color:#ffffff;

    cursor:pointer;

    transition:.25s;

    box-shadow:
        0 10px 24px rgba(0,0,0,.18);

}

.ha-button:hover{

    transform:translateY(-2px);

    box-shadow:
        0 16px 34px rgba(0,0,0,.25);

    background:linear-gradient(
        180deg,
        #e0b75b,
        #cb962d
    );

}

/* ======================================================
   LINKS
====================================================== */

a{

    color:#496133;

}

a:hover{

    color:#304224;

}

/* ======================================================
   RESPONSIVE
====================================================== */

@media (max-width:768px){

    body{

        padding:35px 15px 60px;

        background-position:center top;

    }

    .ha-header{

        margin:0 0 35px;

    }

    .ha-logo{

        width:140px;

    }

    .ha-header h1{

        font-size:38px;

    }

    .ha-intro{

        font-size:18px;

        line-height:1.7;

    }

    .ha-card,
    .ha-total-card{

        padding:28px;

        border-radius:22px;

    }

    .ha-row{

        display:block;

    }

    .ha-label{

        margin-bottom:6px;

    }

    .ha-value{

        text-align:left;

    }

    .ha-counter{

        gap:16px;

    }

    .ha-counter button{

        width:48px;

        height:48px;

    }

    #ha-swingheads{

        font-size:34px;

        width:55px;

    }

    .ha-checkbox{

        font-size:16px;

    }

    .ha-card p,
    .ha-info li{

        font-size:17px;

    }

    .ha-total-row{

        font-size:20px;

    }

    #ha-total{

        font-size:38px;

    }

    .ha-button{

        padding:20px;

        font-size:20px;

    }

}

/* ======================================================
   EINDE
====================================================== */