.cc-pbx-checkout-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #ffffff;
    box-sizing: border-box;
}

.cc-pbx-checkout-wrapper *,
.cc-pbx-checkout-wrapper *::before,
.cc-pbx-checkout-wrapper *::after {
    box-sizing: border-box;
}

.cc-pbx-checkout-header {
    margin-bottom: 28px;
}

.cc-pbx-checkout-header h2 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.2;
}

.cc-pbx-checkout-header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #4b5563;
}

.cc-pbx-checkout-steps {
    display: grid;
    gap: 24px;
}

.cc-pbx-step {
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #f9fafb;
}

.cc-pbx-step h3 {
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.3;
}

.cc-pbx-field {
    margin-bottom: 18px;
}

.cc-pbx-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.4;
}

.cc-pbx-field input[type="text"],
.cc-pbx-field input[type="email"],
.cc-pbx-field input[type="number"],
.cc-pbx-field select,
.cc-pbx-field textarea {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    font-size: 15px;
    line-height: 1.4;
}

.cc-pbx-field input[type="text"]:focus,
.cc-pbx-field input[type="email"]:focus,
.cc-pbx-field input[type="number"]:focus,
.cc-pbx-field select:focus,
.cc-pbx-field textarea:focus {
    outline: none;
    border-color: #94a3b8;
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.18);
}

.cc-pbx-radio-group,
.cc-pbx-checkbox-group {
    display: grid;
    gap: 10px;
}

.cc-pbx-radio-group label,
.cc-pbx-checkbox-group label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    background: #ffffff;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}

.cc-pbx-radio-group input,
.cc-pbx-checkbox-group input {
    margin-top: 3px;
    flex: 0 0 auto;
}

.cc-pbx-help-text {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
}

.cc-pbx-conditional {
    margin-top: 12px;
    padding: 16px;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    background: #ffffff;
}

.cc-pbx-number-results {
    margin-top: 20px;
}

.cc-pbx-number-results__box {
    padding: 18px;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    background: #ffffff;
}

.cc-pbx-number-results__box h4 {
    margin: 0 0 10px;
    font-size: 18px;
}

.cc-pbx-number-results__box p {
    margin: 0 0 10px;
    line-height: 1.6;
}

.cc-pbx-status-card {
    margin-top: 16px;
    padding: 16px;
    border-radius: 12px;
}

.cc-pbx-status-card h5 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.4;
}

.cc-pbx-status-card p {
    margin: 0 0 10px;
}

.cc-pbx-status-card--immediate {
    border: 1px solid #bbf7d0;
    background: #f0fdf4;
}

.cc-pbx-status-card--consultation {
    border: 1px solid #fde68a;
    background: #fffbeb;
}

.cc-pbx-number-list {
    margin: 0;
    padding-left: 18px;
}

.cc-pbx-number-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.cc-pbx-results-note {
    margin-top: 12px;
    font-size: 14px;
    color: #4b5563;
}

.cc-pbx-summary {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid #dbe3ee;
    border-radius: 12px;
    background: #ffffff;
}

.cc-pbx-summary h4 {
    margin: 0 0 14px;
    font-size: 18px;
}

.cc-pbx-summary__row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef2f7;
    line-height: 1.5;
}

.cc-pbx-summary__row:last-of-type {
    margin-bottom: 0;
}

.cc-pbx-summary__row--grand {
    font-size: 18px;
    font-weight: 700;
}

.cc-pbx-summary__footnote {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.6;
    color: #6b7280;
}

.cc-pbx-summary-breakdown {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #eef2f7;
}

.cc-pbx-summary-breakdown__item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.cc-pbx-summary-breakdown__notes {
    margin-top: 12px;
    padding: 12px;
    border-radius: 10px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.cc-pbx-summary-breakdown__notes p {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.6;
    color: #7c2d12;
}

.cc-pbx-summary-breakdown__notes p:last-child {
    margin-bottom: 0;
}

.cc-pbx-actions {
    margin-top: 18px;
}

.cc-pbx-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 18px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none;
}

.cc-pbx-button--primary {
    background: #111827;
    color: #ffffff;
}

.cc-pbx-button--primary:hover {
    background: #1f2937;
    color: #ffffff;
}

.cc-pbx-payment-note {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
}

@media (max-width: 767px) {
    .cc-pbx-checkout-wrapper {
        padding: 16px;
    }

    .cc-pbx-step {
        padding: 16px;
    }

    .cc-pbx-checkout-header h2 {
        font-size: 26px;
    }

    .cc-pbx-step h3 {
        font-size: 20px;
    }

    .cc-pbx-summary__row,
    .cc-pbx-summary-breakdown__item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .cc-pbx-secure-field {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
}
}