.step-5-content {
    background: #ffffff;
}

.step-5-content h2 {
    color: #000000;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.step-5-content .confirmation-summary {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.step-5-content .confirmation-summary h3 {
    color: #000000;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.step-5-content .summary-item h4 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.25rem;
}

.step-5-content .summary-item p {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.step-5-content .pricing-summary {
    background-color: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.step-5-content .pricing-summary h3 {
    color: #000000;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.step-5-content .pricing-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.step-5-content .pricing-details > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
}

.step-5-content .pricing-details hr {
    border: none;
    border-top: 1px solid #d1d5db;
    margin: 0.5rem 0;
}

.step-5-content .payment-methods h3 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.step-5-content .payment-methods label {
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0.5rem;
}

.step-5-content .payment-methods label:hover {
    background-color: #f9fafb;
    border-color: #ffd700;
}

.step-5-content .payment-methods input[type="radio"] {
    accent-color: #ffd700;
}

.step-5-content .final-actions button {
    background: linear-gradient(135deg, #ffd700 0%, #f59e0b 100%);
    color: #000000;
    font-weight: bold;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.step-5-content .final-actions button:hover {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 12px -1px rgba(0, 0, 0, 0.15);
}

.step-5-content .final-actions p {
    color: #6b7280;
    font-size: 0.75rem;
    line-height: 1.4;
}

.step-5-content .info-box {
    background-color: #f3f4f6;
    border-left: 4px solid #ffd700;
}

.step-5-content .info-box strong {
    color: #000000;
}
