#go-card-wrap {
    max-width: 920px;
    margin: 18px auto;
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    padding: 20px;
    background:#f7f7fa;
    border-radius:12px;
    box-shadow:0 8px 20px rgba(10,10,12,0.05);
}
#go-card-wrap h3{margin:0 0 6px 0;font-size:20px}
.q { background:#fff;border:1px solid #e6e9ef;border-radius:10px;padding:14px;margin-bottom:12px; display:none; }
.q.active { display:block; }
label{display:block;margin-bottom:8px;font-weight:600;color:#222}
select,input[type="text"],input[type="email"],input[type="tel"]{width:100%;padding:10px;border-radius:8px;border:1px solid #d1d5db;margin-bottom:12px;box-sizing:border-box;font-size:14px}
.contact-field{display:flex;gap:8px}
#go_country_code{width:30%}
#go_contact_number{width:70%}
button[type="submit"]{background:#0b8c4a;color:#fff;padding:12px 18px;border-radius:10px;border:0;cursor:pointer;font-size:15px}
button[disabled]{opacity:.6;cursor:not-allowed}

/* popup */
#go-popup{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:99999;text-align:center;padding-top:8vh}
#go-popup .unq-popup-body{display:inline-block;background:#fff;padding:20px;border-radius:10px;max-width:480px;width:90%;text-align:left}
#go-popup .go-popup-msg h5{margin:0 0 8px 0}
#go-popup .go-popup-msg h6{margin:0 0 10px 0}
#go-popup #go-popup-ok{background:#0b8c4a;color:#fff;padding:8px 14px;border-radius:8px;border:0;cursor:pointer}

/* preloader */
#pei-preloader{display:none;position:fixed;inset:0;background:rgba(255,255,255,0.6);z-index:100000;align-items:center;justify-content:center}
#pei-preloader .loader{width:64px;height:64px;border-radius:50%;border:8px solid rgba(11,140,74,0.15);border-top-color:#0b8c4a;animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

@media (max-width:640px){
    .contact-field{flex-direction:column}
    #go_country_code,#go_contact_number{width:100%}
}