.v5-modal{position:fixed;inset:0;width:100vw;height:100vh;z-index:100000;display:none;align-items:center;justify-content:center;margin:0;padding:20px;box-sizing:border-box;overflow:visible}.v5-modal.active{display:flex}.v5-modal-overlay{position:fixed;inset:0;background:rgb(15 23 42 / .85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1}.v5-modal-container{position:relative;z-index:2;width:100%;max-width:480px;overflow:visible}.v5-modal--wide .v5-modal-container{max-width:600px}.v5-modal-content{position:relative;background:linear-gradient(135deg,rgb(30 41 59 / .9) 0%,rgb(15 23 42 / .95) 100%);border:1px solid rgb(255 255 255 / .1);box-shadow:0 0 0 1px rgb(255 255 255 / .05),0 25px 50px -12px rgb(0 0 0 / .7),inset 0 1px 0 rgb(255 255 255 / .1);border-radius:20px;padding:40px 32px;color:#fff;overflow:visible}.v5-modal-close{position:absolute;top:20px;right:20px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .1);border-radius:10px;color:rgb(255 255 255 / .6);cursor:pointer;transition:all 0.2s}.v5-modal-close:hover{background:rgb(255 255 255 / .1);color:#fff}.v5-modal-title{color:#fff;font-family:'DM Sans',sans-serif;font-weight:700;font-size:24px;margin:0 0 8px 0;text-align:center}.v5-modal-subtitle{color:rgb(255 255 255 / .6);font-family:'DM Sans',sans-serif;font-size:14px;margin:0 0 24px 0;text-align:center}.v5-modal-form-group{margin-bottom:16px}.v5-modal-label{display:block;color:rgb(255 255 255 / .8);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.v5-modal-input{width:100%;background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .15);border-radius:12px;padding:14px 16px;color:#fff;font-size:15px;font-family:'DM Sans',sans-serif;transition:all 0.2s;box-sizing:border-box}.v5-modal-input:focus{outline:none;background:rgb(0 0 0 / .2);border-color:#FF6019;box-shadow:0 0 0 3px rgb(255 96 25 / .15)}.v5-modal-input::placeholder{color:rgb(255 255 255 / .3)}.v5-modal-submit{width:100%;background:linear-gradient(135deg,#FF6019 0%,#FF4500 100%);border:none;border-radius:12px;padding:16px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;margin-top:12px;box-shadow:0 10px 20px -5px rgb(255 96 25 / .4);transition:all 0.2s}.v5-modal-submit:hover{transform:translateY(-2px);box-shadow:0 15px 30px -5px rgb(255 96 25 / .5)}.v5-modal-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.v5-modal-btn-secondary{background:#fff0;border:1px solid rgb(255 255 255 / .2);color:rgb(255 255 255 / .7);padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all 0.2s}.v5-modal-btn-secondary:hover{border-color:#fff;color:#fff}.v5-modal-privacy{color:rgb(255 255 255 / .4);font-size:12px;margin-top:20px;text-align:center}.v5-modal-error{background:rgb(239 68 68 / .1);border:1px solid rgb(239 68 68 / .2);color:#fca5a5;padding:12px;border-radius:8px;font-size:14px;margin-bottom:16px}.v5-modal-icon{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:16px}.v5-modal-icon--orange{background:linear-gradient(135deg,rgb(255 96 25 / .15) 0%,rgb(255 69 0 / .15) 100%);border:1px solid rgb(255 96 25 / .2);color:#FF6019}.v5-modal-icon--success{background:linear-gradient(135deg,rgb(34 197 94 / .15) 0%,rgb(22 163 74 / .15) 100%);border-radius:50%;color:#22c55e}.v5-modal-progress-track{width:100%;height:4px;background:rgb(255 255 255 / .1);border-radius:2px;margin:16px 0 8px;overflow:hidden}.v5-modal-progress-bar{height:100%;background:#38bdf8;width:0%;transition:width 0.3s ease}.v5-modal-progress-text{font-size:11px;color:rgb(255 255 255 / .5);font-weight:500;text-transform:uppercase;letter-spacing:.5px;text-align:center}.v5-modal-body{min-height:280px;display:flex;flex-direction:column;justify-content:center}.v5-modal-question{font-size:18px;font-weight:600;color:#fff;margin-bottom:20px;line-height:1.4}.v5-modal-options{display:grid;gap:12px}.v5-modal-option{background:rgb(255 255 255 / .05);border:1px solid rgb(255 255 255 / .1);border-radius:10px;padding:14px 16px;cursor:pointer;transition:all 0.2s ease;display:flex;align-items:center;gap:12px}.v5-modal-option:hover{background:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .3)}.v5-modal-option.selected{background:rgb(56 189 248 / .15);border-color:#38bdf8;box-shadow:0 0 0 1px #38bdf8}.v5-modal-radio{width:18px;height:18px;border:2px solid rgb(255 255 255 / .4);border-radius:50%;position:relative;flex-shrink:0}.v5-modal-option.selected .v5-modal-radio{border-color:#38bdf8;background:#38bdf8}.v5-modal-option.selected .v5-modal-radio::after{content:'';position:absolute;width:6px;height:6px;background:#fff;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.v5-modal-option-label{font-size:14px;color:rgb(255 255 255 / .9)}.v5-modal-footer{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding-top:20px;border-top:1px solid rgb(255 255 255 / .1)}.v5-modal-result{text-align:center}.v5-modal-score{font-size:48px;font-weight:800;color:#38bdf8;margin-bottom:8px}.v5-modal-result-label{font-size:18px;font-weight:600;color:#fff;margin-bottom:16px}.v5-modal-result-desc{font-size:14px;color:rgb(255 255 255 / .7);line-height:1.6;margin-bottom:24px}.ryq-phone-container{display:flex;position:relative;transition:all 0.3s ease;height:48px}.ryq-phone-container:focus-within{border-color:#FF6019!important;box-shadow:0 0 0 3px rgb(255 96 25 / .15)}.ryq-country-selector{display:flex;align-items:center;padding:0 12px;border-right:1px solid rgb(255 255 255 / .15)!important;cursor:pointer;min-width:80px;justify-content:center;height:100%}.ryq-country-dropdown{position:absolute;top:100%;left:0;width:280px;background:#0f172a!important;border:1px solid rgb(255 255 255 / .15);border-radius:12px;z-index:999999;display:none;max-height:250px;overflow-y:auto;box-shadow:0 10px 30px rgb(0 0 0 / .5);margin-top:4px}.ryq-country-dropdown.open{display:block}.v5-modal-form-group:has(.ryq-country-dropdown.open){overflow:visible!important}.ryq-phone-container:has(.ryq-country-dropdown.open){overflow:visible!important}.ryq-arrow{width:0;height:0;border-left:4px solid #fff0;border-right:4px solid #fff0;border-top:5px solid rgb(255 255 255 / .5);margin-left:6px}.ryq-country-search{padding:8px;border-bottom:1px solid rgb(255 255 255 / .1)}.ryq-country-search input{width:100%;background:rgb(255 255 255 / .05);border:none;color:#fff;padding:8px;border-radius:4px;font-family:'DM Sans',sans-serif}.ryq-country-search input:focus{outline:none;background:rgb(255 255 255 / .1)}.ryq-country-list{list-style:none;margin:0;padding:0}.ryq-country-option{padding:10px 12px;cursor:pointer;color:#fff;display:flex;justify-content:space-between;border-bottom:1px solid rgb(255 255 255 / .05);font-size:13px}.ryq-country-option:hover{background:rgb(56 189 248 / .2);color:#38bdf8}.v5-modal .country-option{padding:10px 12px;cursor:pointer;color:#fff;display:flex;justify-content:space-between;border-bottom:1px solid rgb(255 255 255 / .05);font-size:13px}.v5-modal .country-option:hover,.v5-modal .country-option.selected{background:rgb(56 189 248 / .15);color:#38bdf8}.v5-modal .country-name{font-weight:500}.v5-modal .country-code{opacity:.6}.v5-modal .selected-country{font-size:14px;color:#fff;font-weight:500}.v5-modal .country-group-header{padding:8px 12px;font-size:11px;font-weight:700;color:rgb(255 255 255 / .4);text-transform:uppercase;background:rgb(0 0 0 / .2)}@media (max-width:640px){.v5-modal-content{padding:32px 20px}.v5-modal-title{font-size:20px}.v5-modal-question{font-size:16px}}