.ssc-form-wrap {
    max-width: 480px;
    margin: 0 auto;
    font-family: inherit;
}

.ssc-field {
    margin-bottom: 18px;
}

.ssc-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.ssc-field select,
.ssc-field input[type="text"],
.ssc-field input[type="email"],
.ssc-field input[type="tel"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    box-sizing: border-box;
}

.ssc-toggle-group {
    display: flex;
    gap: 16px;
}

.ssc-radio {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: normal;
    cursor: pointer;
}

.ssc-radio em {
    color: #0a7d3f;
    font-style: normal;
    font-size: 13px;
}

.ssc-price-summary {
    background: #f5f7fa;
    border: 1px solid #e0e4e9;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 18px;
    line-height: 1.5;
}

.ssc-savings {
    color: #0a7d3f;
    font-weight: 600;
    margin-top: 4px;
}

.ssc-due-today {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e0e4e9;
    font-size: 13px;
    color: #555;
}

#ssc-submit-btn {
    width: 100%;
    padding: 14px;
    background: #635bff;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

#ssc-submit-btn:disabled {
    background: #b3b0e6;
    cursor: not-allowed;
}

.ssc-error {
    color: #c0392b;
    font-weight: 600;
}

.ssc-onboarding-form h3 {
    margin-top: 28px;
    margin-bottom: 4px;
}

.ssc-onboarding-form h3:first-child {
    margin-top: 0;
}

.ssc-hint {
    font-size: 13px;
    color: #666;
    margin: 2px 0 8px;
}

.ssc-field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    box-sizing: border-box;
    font-family: inherit;
}

/* Honeypot: positioned off-screen rather than display:none, since some bots
   skip fields hidden that way but still fill in ones just moved out of view. */
.ssc-hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
