.kaivuu-form-wrap{
    max-width:600px;
    margin:30px auto;
    padding:25px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(3px);
}

.kaivuu-row{
    margin-bottom:16px;
}

.kaivuu-row label{
    display:block;
    margin-bottom:6px;
    font-weight:600;
}

.kaivuu-row select{
    width:100%;
    padding:12px;
    border:1px solid #ccc;
    border-radius:8px;
    background:#fff;
}

.kaivuu-row input{
    width:100%;
    padding:12px;
    border:1px solid #ccc;
    border-radius:8px;
}

.kaivuu-btn{
    background:#1f7a1f;
    color:#fff;
    border:0;
    padding:14px 22px;
    border-radius:10px;
    cursor:pointer;
    font-size:16px;
    display:block;
    margin:25px auto 0 auto;
}

.kaivuu-btn:hover{
    opacity:.92;
}

.kaivuu-success{
    padding:18px;
    background:#e9f8e9;
    border:1px solid #b8e0b8;
    border-radius:10px;
    font-weight:600;
}

.kaivuu-consents{
    margin-top:20px;
    font-size:14px;
    line-height:1.5;
}

.kaivuu-consents h4{
    margin-bottom:12px;
    font-size:16px;
    font-weight:700;
}

.kaivuu-check{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin-bottom:14px;
    cursor:pointer;
}

.kaivuu-check input[type="checkbox"]{
    margin-top:4px;
    width:18px;
    height:18px;
    flex-shrink:0;
}

.kaivuu-form input[readonly]{
    background-color:#e9ecef !important;
    background:#eef5ff !important;
    background-image:none !important;
    -webkit-box-shadow:0 0 0 1000px #e9ecef inset !important;
    box-shadow:0 0 0 1000px #e9ecef inset !important;
    color:#444 !important;
    cursor:not-allowed;
    opacity:1 !important;
}

#kaivuu-submit{
    display:block !important;
    margin:25px auto 0 auto !important;
    float:none !important;
    min-width:240px;
    font-weight:700;
    font-size:18px;
}

.kaivuu-popup{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    z-index:9999;
    padding:20px;
}

.kaivuu-popup.show{
    display:flex;
    align-items:center;
    justify-content:center;
}

.kaivuu-popup-box{
    background:#fff;
    max-width:420px;
    width:100%;
    padding:30px;
    border-radius:16px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.18);
}

.kaivuu-popup-emoji{
    font-size:42px;
    margin-bottom:10px;
}

.kaivuu-popup-box h3{
    margin:0 0 12px;
    font-size:28px;
}

.kaivuu-popup-box p{
    margin:0 0 20px;
    line-height:1.5;
}

#kaivuu-popup-close{
    background:#1f7a1f;
    color:#fff;
    border:0;
    padding:12px 24px;
    border-radius:10px;
    cursor:pointer;
    font-size:16px;
}

.kaivuu-popup-box,
.kaivuu-popup-box h3,
.kaivuu-popup-box p{
    color:#222 !important;
}


#offer-details{
    margin-top:18px !important;
}

#offer-details .offer-card{
    background:rgba(255,255,255,0.94) !important;
    border-radius:14px !important;
    padding:22px 24px !important;
    text-align:left !important;
    color:#222 !important;
    line-height:1.65 !important;
    box-shadow:0 10px 24px rgba(0,0,0,.12) !important;
}

#offer-details .offer-row{
    margin-bottom:18px !important;
}

#offer-details .offer-row:last-child{
    margin-bottom:0 !important;
}

#offer-details strong{
    color:#111 !important;
    font-weight:700 !important;
    font-size:17px !important;
}

#offer-details .offer-desc{
    margin-top:8px !important;
    padding-left:28px !important;
    color:#333 !important;
}

#offer-details .offer-price{
    font-size:22px !important;
    font-weight:800 !important;
    color:#0f5f0f !important;
}