.vmo-ql-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 36px 20px 72px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #173042;
    line-height: 1.6;
}

.vmo-ql-wrap * {
    box-sizing: border-box;
}

.vmo-ql-progress {
    margin-bottom: 32px;
}

.vmo-ql-progress-bar {
    height: 6px;
    background: #dbe8ee;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 16px;
}

.vmo-ql-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #0b7d94, #13c7df);
    border-radius: 999px;
    transition: width 0.35s ease;
}

.vmo-ql-steps-nav {
    display: flex;
    justify-content: space-between;
    max-width: 360px;
    margin: 0 auto;
}

.vmo-ql-step-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    background: #dbe8ee;
    color: #6f8793;
    transition: all 0.25s ease;
}

.vmo-ql-step-dot.active {
    background: linear-gradient(135deg, #0b7d94, #13c7df);
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(19, 199, 223, 0.18);
}

.vmo-ql-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 36px;
    box-shadow: 0 18px 48px rgba(16, 34, 44, 0.08);
    border: 1px solid rgba(11, 125, 148, 0.08);
    max-width: 640px;
    margin: 0 auto;
}

.vmo-ql-card--wide {
    max-width: 920px;
}

.vmo-ql-card--intro {
    max-width: 760px;
}

.vmo-ql-card h2 {
    font-size: 30px;
    line-height: 1.18;
    margin: 16px 0 12px;
    color: #10222c;
    text-align: center;
}

.vmo-ql-icon {
    text-align: center;
    margin: 0 auto;
    color: #0b7d94;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.vmo-ql-icon--brand {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(19, 199, 223, 0.14), rgba(255, 198, 77, 0.18));
    border: 1px solid rgba(11, 125, 148, 0.14);
}

.vmo-ql-subtitle,
.vmo-ql-intro-copy p,
.vmo-ql-step-note,
.vmo-ql-inline-note,
.vmo-ql-note {
    color: #5e7582;
}

.vmo-ql-subtitle {
    font-size: 15px;
    margin-bottom: 28px;
    text-align: center;
}

.vmo-ql-intro-copy {
    max-width: 64ch;
    margin: 0 auto;
}

.vmo-ql-intro-copy p {
    margin: 0 0 16px;
    font-size: 16px;
}

.vmo-ql-highlight {
    border-radius: 16px;
    padding: 18px 20px;
    background: #f4fbfd;
    border: 1px solid rgba(11, 125, 148, 0.12);
}

.vmo-ql-highlight strong {
    display: block;
    margin-bottom: 6px;
    color: #0b7d94;
}

.vmo-ql-field {
    margin-bottom: 20px;
}

.vmo-ql-field label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #173042;
}

.vmo-ql-field label .req {
    color: #d14343;
}

.vmo-ql-field input,
.vmo-ql-field select {
    width: 100%;
    padding: 13px 15px;
    border: 2px solid #dbe8ee;
    border-radius: 12px;
    font-size: 15px;
    background: #fbfdfe;
    color: #10222c;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.vmo-ql-field input:focus,
.vmo-ql-field select:focus {
    outline: none;
    border-color: #13c7df;
    box-shadow: 0 0 0 4px rgba(19, 199, 223, 0.12);
}

.vmo-ql-inline-note,
.vmo-ql-step-note,
.vmo-ql-note {
    font-size: 13px;
}

.vmo-ql-credentials-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.vmo-ql-domain-builder {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 10px;
}

.vmo-ql-domain-preview,
.vmo-ql-domain-search-target,
.vmo-ql-domain-locked {
    border-radius: 12px;
    padding: 14px 16px;
    background: #f4fbfd;
    border: 1px solid rgba(11, 125, 148, 0.12);
}

.vmo-ql-domain-preview {
    margin-top: 10px;
    font-size: 14px;
}

.vmo-ql-domain-search-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    margin-bottom: 16px;
}

.vmo-ql-domain-search-target {
    font-weight: 700;
    color: #10222c;
}

.vmo-ql-domain-status {
    display: none;
    margin-top: 10px;
    padding: 18px;
    border-radius: 14px;
    border: 1px solid transparent;
}

.vmo-ql-domain-status h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.vmo-ql-domain-status p {
    margin: 0;
    font-size: 14px;
}

.vmo-ql-domain-status.available {
    background: #ecfdf7;
    border-color: #99f6e4;
    color: #0f766e;
}

.vmo-ql-domain-status.warning {
    background: #fff8eb;
    border-color: #f4d38f;
    color: #8b5d00;
}

.vmo-ql-domain-status.error {
    background: #fff1f1;
    border-color: #fecaca;
    color: #b42318;
}

.vmo-ql-domain-status-actions {
    margin-top: 14px;
}

.vmo-ql-accordion {
    margin-top: 8px;
    border-radius: 14px;
    background: #f8fbfc;
    border: 1px solid rgba(11, 125, 148, 0.1);
    padding: 14px 16px;
}

.vmo-ql-accordion summary {
    cursor: pointer;
    font-weight: 700;
    color: #173042;
}

.vmo-ql-guidance-list {
    margin: 12px 0 0;
    padding-left: 18px;
    color: #5e7582;
    display: grid;
    gap: 8px;
}

.vmo-ql-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 12px;
}

.vmo-ql-actions-end {
    justify-content: flex-end;
}

.vmo-ql-btn {
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.vmo-ql-btn.primary {
    background: linear-gradient(135deg, #0b7d94, #13c7df);
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(19, 199, 223, 0.22);
}

.vmo-ql-btn.primary:hover {
    transform: translateY(-1px);
}

.vmo-ql-btn.primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.vmo-ql-btn.secondary {
    background: #edf9fc;
    color: #0b7d94;
    border: 2px solid #9addeb;
}

.vmo-ql-btn.ghost {
    background: transparent;
    color: #5e7582;
    border: 2px solid #dbe8ee;
}

.vmo-ql-btn.large {
    width: 100%;
    padding: 16px 28px;
    font-size: 16px;
}

.btn-spinner {
    width: 18px;
    height: 18px;
    border: 3px solid rgba(255,255,255,0.34);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: vmo-ql-spin 0.6s linear infinite;
}

@keyframes vmo-ql-spin {
    to {
        transform: rotate(360deg);
    }
}

.vmo-ql-suggestions {
    margin-top: 18px;
}

.vmo-ql-suggestions h4 {
    margin: 0 0 10px;
    font-size: 13px;
    color: #5e7582;
}

.vmo-ql-suggestion-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vmo-ql-suggestion {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #dbe8ee;
    background: #fbfdfe;
    color: #173042;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.vmo-ql-suggestion.available {
    border-color: #99f6e4;
    background: #ecfdf7;
}

.vmo-ql-suggestion.taken {
    border-color: #f4d38f;
    background: #fff8eb;
}

.vmo-ql-billing-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 28px;
}

.vmo-ql-toggle-label {
    font-size: 14px;
    color: #7a919b;
}

.vmo-ql-toggle-label[data-active="true"] {
    color: #10222c;
    font-weight: 700;
}

.vmo-ql-save-badge {
    background: #ecfdf7;
    color: #0f766e;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.vmo-ql-switch {
    position: relative;
    width: 48px;
    height: 26px;
}

.vmo-ql-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.vmo-ql-slider {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: #c5d6de;
    transition: 0.3s ease;
}

.vmo-ql-slider::before {
    content: '';
    position: absolute;
    left: 3px;
    bottom: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    transition: 0.3s ease;
}

.vmo-ql-switch input:checked + .vmo-ql-slider {
    background: #0b7d94;
}

.vmo-ql-switch input:checked + .vmo-ql-slider::before {
    transform: translateX(22px);
}

.vmo-ql-plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 16px;
}

.vmo-ql-plan-card {
    position: relative;
    background: #fbfdfe;
    border-radius: 16px;
    border: 2px solid #dbe8ee;
    padding: 26px 20px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.vmo-ql-plan-card:hover,
.vmo-ql-plan-card.selected {
    border-color: #13c7df;
    box-shadow: 0 16px 28px rgba(19, 199, 223, 0.14);
    transform: translateY(-1px);
}

.vmo-ql-plan-card.recommended {
    border-color: #0b7d94;
}

.vmo-ql-plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(135deg, #0b7d94, #13c7df);
    color: #ffffff;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.vmo-ql-plan-card h3 {
    margin: 6px 0 8px;
    font-size: 19px;
    color: #10222c;
}

.vmo-ql-plan-price {
    font-size: 30px;
    font-weight: 800;
    color: #0b7d94;
}

.vmo-ql-plan-price span {
    font-size: 14px;
    color: #7a919b;
    font-weight: 500;
}

.vmo-ql-plan-annual,
.vmo-ql-plan-for {
    font-size: 13px;
}

.vmo-ql-plan-annual {
    color: #0f766e;
    margin-top: 6px;
}

.vmo-ql-plan-credits {
    margin: 10px 0 8px;
    font-size: 14px;
    font-weight: 700;
    color: #173042;
}

.vmo-ql-plan-for {
    color: #5e7582;
    margin-bottom: 12px;
}

.vmo-ql-plan-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 6px;
    font-size: 13px;
    color: #4d6470;
}

.vmo-ql-review {
    background: #f8fbfc;
    border-radius: 16px;
    padding: 22px 24px;
    margin-bottom: 24px;
}

.vmo-ql-review-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 11px 0;
    border-bottom: 1px solid #e3edf2;
}

.vmo-ql-review-row:last-child {
    border-bottom: none;
}

.vmo-ql-review-row.total {
    margin-top: 4px;
    padding-top: 16px;
    border-top: 2px solid #13c7df;
}

.vmo-ql-rlabel {
    color: #5e7582;
    font-size: 14px;
}

.vmo-ql-rvalue {
    font-weight: 700;
    color: #10222c;
    font-size: 14px;
    text-align: right;
}

.vmo-ql-review-row.total .vmo-ql-rvalue {
    font-size: 18px;
    color: #0b7d94;
}

.vmo-ql-includes h4 {
    margin: 0 0 10px;
    font-size: 14px;
    color: #173042;
}

.vmo-ql-includes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
}

.vmo-ql-includes li {
    font-size: 13px;
    color: #4d6470;
}

.vmo-ql-error {
    background: #fff1f1;
    border: 1px solid #fecaca;
    color: #b42318;
    padding: 12px 14px;
    border-radius: 10px;
    margin-bottom: 16px;
    font-size: 14px;
}

/* ── Promo code input ──────────────────────────────── */
.vmo-ql-promo-section {
    margin-bottom: 16px;
}

.vmo-ql-promo-row {
    display: flex;
    gap: 8px;
    align-items: center;
}

.vmo-ql-promo-input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #d0dce3;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    color: #10222c;
    background: #f8fbfc;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: border-color 0.2s;
}

.vmo-ql-promo-input:focus {
    border-color: #13c7df;
    box-shadow: 0 0 0 3px rgba(19, 199, 223, 0.12);
}

.vmo-ql-promo-input:disabled {
    background: #eef5f8;
    color: #5e7582;
}

.vmo-ql-btn.small {
    padding: 10px 18px;
    font-size: 13px;
    border-radius: 10px;
    white-space: nowrap;
}

.vmo-ql-promo-status {
    margin-top: 6px;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 8px;
}

.vmo-ql-promo-status.success {
    color: #065f46;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
}

.vmo-ql-promo-status.error {
    color: #b42318;
    background: #fff1f1;
    border: 1px solid #fecaca;
}

/* ── Discount review row ───────────────────────────── */
.vmo-ql-review-row.discount {
    background: #ecfdf5;
    margin: 0 -24px;
    padding: 11px 24px;
    border-bottom: 1px solid #a7f3d0;
}

.vmo-ql-discount-value {
    color: #065f46 !important;
    font-weight: 700;
}

.vmo-ql-secure-note {
    text-align: center;
    font-size: 12px;
    color: #7a919b;
    margin-top: 14px;
}

.vmo-ql-password-strength {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.vmo-ql-pw-bar {
    flex: 1;
    height: 4px;
    background: #dbe8ee;
    border-radius: 999px;
    overflow: hidden;
}

.vmo-ql-pw-bar div {
    height: 100%;
    border-radius: 999px;
}

.vmo-ql-password-strength span {
    font-size: 12px;
    font-weight: 700;
}

.vmo-ql-provision-steps {
    margin: 26px 0;
}

.vmo-ql-prov-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 10px;
    background: #f8fbfc;
}

.vmo-ql-prov-step.running {
    background: #eefbfe;
    border-left: 4px solid #13c7df;
}

.vmo-ql-prov-step.done {
    background: #ecfdf7;
    border-left: 4px solid #0f766e;
}

.vmo-ql-prov-icon {
    font-size: 13px;
    font-weight: 700;
    color: #0b7d94;
    min-width: 56px;
}

.vmo-ql-prov-label {
    font-size: 14px;
    color: #173042;
}

.vmo-ql-success-details {
    margin-top: 26px;
}

.vmo-ql-success-details h3 {
    text-align: center;
    margin: 0 0 18px;
    font-size: 24px;
    color: #0f766e;
}

.vmo-ql-cred-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.vmo-ql-cred {
    background: #f4fbfd;
    border: 1px solid rgba(11, 125, 148, 0.12);
    border-radius: 12px;
    padding: 14px 16px;
}

.vmo-ql-cred-label {
    display: block;
    font-size: 12px;
    color: #5e7582;
    margin-bottom: 5px;
}

.vmo-ql-cred-value {
    font-size: 14px;
    font-weight: 700;
    color: #10222c;
    word-break: break-word;
}

.vmo-ql-cred-value a {
    color: #0b7d94;
    text-decoration: none;
}

@media (max-width: 768px) {
    .vmo-ql-wrap {
        padding: 24px 14px 56px;
    }

    .vmo-ql-card {
        padding: 28px 22px;
    }

    .vmo-ql-card h2 {
        font-size: 24px;
    }

    .vmo-ql-credentials-grid,
    .vmo-ql-cred-grid,
    .vmo-ql-includes ul,
    .vmo-ql-plans-grid {
        grid-template-columns: 1fr;
    }

    .vmo-ql-domain-builder,
    .vmo-ql-domain-search-bar,
    .vmo-ql-actions {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .vmo-ql-btn,
    .vmo-ql-btn.large {
        width: 100%;
    }

    .vmo-ql-actions-end {
        justify-content: stretch;
    }
}