.rdv-page{background:var(--bg);color:var(--text);flex-direction:column;min-height:100vh;display:flex}.rdv-inner{flex:1;grid-template-columns:1fr 1fr;align-items:start;gap:48px;width:100%;max-width:1200px;margin:0 auto;padding:80px 24px 48px;display:grid}.rdv-context{max-width:480px;padding-top:24px}.rdv-context h1{margin-bottom:16px;font-size:clamp(1.6rem,4vw,2.2rem);line-height:1.2}.rdv-highlight{color:var(--blue)}.rdv-subtitle{color:var(--muted);margin-bottom:32px;font-size:.95rem;line-height:1.7}.rdv-details{flex-direction:column;gap:14px;margin-bottom:36px;display:flex}.rdv-detail{color:var(--text);align-items:center;gap:12px;font-size:.9rem;display:flex}.rdv-detail svg{color:var(--blue);flex-shrink:0}.rdv-detail strong{font-weight:600}.rdv-proof{background:var(--bg-alt);border:1px solid var(--border);border-radius:12px;gap:14px;padding:20px;display:flex}.rdv-proof-avatar{color:#fff;background:linear-gradient(135deg,#4d65ff,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:700;display:flex}.rdv-proof p{color:var(--muted);margin-bottom:6px;font-size:.82rem;font-style:italic;line-height:1.65}.rdv-proof span{color:var(--subtle);font-size:.72rem;font-weight:500}.rdv-calendly{background:0 0;border:none;min-height:auto}.qform{flex-direction:column;gap:20px;display:flex}.qform-field{flex-direction:column;gap:6px;display:flex}.qform-field label{color:var(--text);font-size:.88rem;font-weight:600}.qform-req{color:var(--blue)}.qform-field input{font-family:var(--font,"Montserrat", sans-serif);color:var(--text);background:var(--bg);border:1.5px solid var(--border);border-radius:10px;outline:none;width:100%;padding:12px 16px;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.qform-field input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #4d65ff14}.qform-field input::placeholder{color:var(--subtle)}.qform-field--error input,.qform-field--error select{border-color:#ef4444!important}.qform-field--error input:focus,.qform-field--error select:focus{box-shadow:0 0 0 3px #ef444414!important}.qform-field-error{color:#ef4444;margin-top:2px;font-size:.78rem}.qform-phone-wrap{border:1.5px solid var(--border);background:var(--bg);border-radius:10px;align-items:center;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.qform-phone-wrap:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #4d65ff14}.qform-field--error .qform-phone-wrap{border-color:#ef4444!important}.qform-field--error .qform-phone-wrap:focus-within{box-shadow:0 0 0 3px #ef444414!important}.qform-country-select{font-family:var(--font,"Montserrat", sans-serif);color:var(--text);cursor:pointer;appearance:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%239BA0BD' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 4px center no-repeat;border:none;outline:none;flex-shrink:0;padding:12px 20px 12px 14px;font-size:.88rem}.qform-phone-sep{background:var(--border);flex-shrink:0;width:1px;height:24px}.qform-phone-input{font-family:var(--font,"Montserrat", sans-serif);color:var(--text);flex:1;font-size:.9rem;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;outline:none!important;padding:12px 14px!important}.qform-phone-input::placeholder{color:var(--subtle)}.qform-submit{font-family:var(--font,"Montserrat", sans-serif);background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:4px;padding:14px 32px;font-size:.95rem;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #4d65ff40}.qform-submit:hover{background:var(--blue-d);transform:translateY(-1px);box-shadow:0 6px 28px #4d65ff59}.qform-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.qform-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 24px;display:flex}.qform-success-icon{width:56px;height:56px;color:var(--green);background:#2ecc711a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:8px;display:flex}.qform-success h3{color:var(--text);font-size:1.2rem}.qform-success p{color:var(--muted);max-width:320px;font-size:.9rem;line-height:1.6}@media (max-width:968px){.rdv-inner{grid-template-columns:1fr;gap:32px;padding-top:72px}.rdv-context{text-align:center;max-width:100%;padding-top:0}.rdv-details{align-items:center}.rdv-proof{text-align:left}}