.sc-vo-calculator{max-width:1100px;margin:30px auto;padding:34px;border-radius:22px;background:#fff;box-shadow:0 18px 55px rgba(20,12,30,.10);font-family:inherit;color:#19151e}
.sc-vo-head{text-align:center;margin-bottom:30px}.sc-vo-kicker{font-size:12px;letter-spacing:2px;font-weight:800;color:#5b2c83}.sc-vo-head h2{font-size:36px;line-height:1.1;margin:8px 0}.sc-vo-head p{margin:0;color:#6d6872}
.sc-vo-grid{display:grid;grid-template-columns:1fr .8fr;gap:28px;align-items:stretch}.sc-vo-form{padding:8px}
.sc-vo-step{display:grid;grid-template-columns:38px 1fr;gap:14px;padding:20px 0;border-bottom:1px solid #ece9ee}.sc-vo-stepno{width:34px;height:34px;border-radius:50%;background:#5b2c83;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}.sc-vo-step h3{margin:0 0 12px;font-size:18px}
.sc-vo-category,.sc-vo-words,.sc-vo-script{width:100%;box-sizing:border-box;border:1px solid #d8d2dc;border-radius:10px;padding:13px 14px;font-size:16px;background:#fff}.sc-vo-words{font-size:22px;font-weight:700}.sc-vo-step label{display:block;margin:13px 0}.sc-vo-step input[type=checkbox]{margin-right:8px}.sc-vo-script{margin-top:12px;min-height:150px}.sc-vo-count-toggle{border:0;background:none;color:#5b2c83;font-weight:700;padding:9px 0;cursor:pointer}
.sc-vo-category-note{margin-top:10px;color:#716b76;font-size:13px;line-height:1.45}.sc-vo-note-quote{color:#5b2c83;font-weight:600}.sc-vo-fee-hint{display:none!important;}
.sc-vo-calculate{width:100%;margin-top:22px;border:0;border-radius:12px;padding:16px 20px;background:#5b2c83;color:#fff;font-size:17px;font-weight:800;cursor:pointer}.sc-vo-calculate:hover{filter:brightness(.94)}
.sc-vo-result{border-radius:18px;background:linear-gradient(145deg,#1b1720,#30233b);color:#fff;display:flex;align-items:center;justify-content:center;min-height:420px;padding:28px}.sc-vo-result-inner{text-align:center;width:100%}.sc-vo-result-label{font-size:12px;letter-spacing:2px;font-weight:800;opacity:.75}.sc-vo-price{font-size:52px;line-height:1.08;font-weight:900;margin:14px 0 8px}
.sc-vo-price.sc-vo-personal-quote{font-size:38px;line-height:1.15;white-space:nowrap;letter-spacing:-.4px}.sc-vo-review{margin:18px auto;max-width:420px;font-size:14px;line-height:1.5}.sc-vo-cta{display:inline-block;margin-top:14px;background:#fff;color:#2b1d38;text-decoration:none;border-radius:10px;padding:13px 22px;font-weight:800}
.sc-vo-disclaimer{margin-top:24px;padding:16px;border-radius:10px;background:#f7f5f8;color:#68636b;font-size:13px;line-height:1.55}.sc-vo-error{color:#a32121;margin-top:12px}
@media(max-width:800px){.sc-vo-calculator{padding:22px;margin:15px}.sc-vo-head h2{font-size:29px}.sc-vo-grid{grid-template-columns:1fr}.sc-vo-result{min-height:330px}.sc-vo-price{font-size:43px}.sc-vo-price.sc-vo-personal-quote{font-size:32px;white-space:normal}}

/* Quote-only categories are visually separated from instant-calculation categories. */
.sc-vo-category-quote{border-color:#8a5aa8;background:#fbf7ff;color:#6a3c88;font-weight:700}
.sc-vo-category option.sc-vo-quote-option{color:#7a3fa0;font-weight:700}
.sc-vo-category option.sc-vo-calculate-option{color:#19151e;font-weight:800}
.sc-vo-category optgroup.sc-vo-quote-group{color:#7a3fa0;font-weight:800}
.sc-vo-category optgroup.sc-vo-fixed-group{color:#2f7a5b;font-weight:900}
.sc-vo-category option.sc-vo-fixed-option{color:#2f7a5b;font-weight:800}
.sc-vo-category optgroup.sc-vo-fixed-group option{color:#2f7a5b;font-weight:800}
.sc-vo-fee-hint{display:none!important}

.sc-vo-options small{display:block;font-size:.82em;font-weight:400;opacity:.75;margin-top:2px;}

.sc-vo-not-listed{margin:1rem 0 0;font-size:.92em;line-height:1.5;opacity:.9;}
/* v1.1.20: free demo read contact offer */
.sc-vo-contact-offer{
    margin:0 0 14px;
    padding:12px 14px;
    border-radius:10px;
    background:rgba(255,255,255,.08);
    text-align:center;
}
.sc-vo-contact-offer strong{
    display:block;
    font-size:15px;
    font-weight:800;
    margin-bottom:4px;
}
.sc-vo-contact-offer span{
    display:block;
    font-size:12px;
    line-height:1.45;
    opacity:.9;
}

/* v1.1.20: keep Free Demo Read heading and supporting copy on separate lines */
.sc-vo-contact-offer{
    display:block;
    width:100%;
    box-sizing:border-box;
}
.sc-vo-contact-offer strong{
    display:block !important;
    width:100%;
    margin:0 0 6px !important;
    line-height:1.25;
}
.sc-vo-contact-offer span{
    display:block !important;
    width:100%;
    line-height:1.5;
}

/* v1.1.20: hard line break between demo-read heading and copy */
.sc-vo-contact-offer br{
    display:block !important;
    content:"";
}
