/* Simple Crypto Payment - Frontend Styles */
/* Matching IPTV Quebec Design */

:root {
    --scp-dark-bg: #1C031C;
    --scp-card-bg: #360936;
    --scp-primary: #FF9900;
    --scp-primary-hover: #f69400;
    --scp-text: #fff;
    --scp-text-muted: #9ca3af;
    --scp-border: rgba(255, 153, 0, 0.2);
    --scp-blue: #FF9900;
    --scp-orange: #FF9900;
    --scp-warning-bg: rgba(255, 153, 0, 0.1);
    --scp-warning-border: #FF9900;
}

/* Main Container */
.scp-checkout-container {
    background: #1C031C;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.scp-checkout-title {
    color: var(--scp-text);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Grid Layout */
.scp-checkout-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.scp-product-column {
    padding: 40px;
    color: #FFF;
}

.scp-form-container {
    padding: 60px;
}

@media all and (max-width: 768px) {
    .scp-form-container {
        padding: 20px;
    }
}

button#scp-submit-order {
    width: 100%;
}

.scp-form-column {
    background: #fff;
    color: #1C031C;
}

@media (max-width: 992px) {
    .scp-checkout-grid {
        grid-template-columns: 1fr;
    }
}

/* Sections */
.scp-section {
    background: var(--scp-card-bg);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
}

.scp-section-title {
    color: var(--scp-text);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

/* Form Styles */
.scp-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.scp-form-group {
    margin-bottom: 15px;
}

.scp-form-group label {
    display: block;
    color: var(--scp-text-muted);
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}

.scp-form-group input,
.scp-form-group textarea,
#scp_notes {
    width: 100%;
    padding: 12px 15px;
    background: var(--scp-dark-bg);
    border: 1px solid rgba(255, 153, 0, 0.2);
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s ease;
}

.scp-form-group input:focus,
#scp_notes:focus {
    outline: none;
    border-color: var(--scp-primary);
    box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.15);
}

#scp_notes {
    resize: vertical;
    min-height: 100px;
}

/* Payment Methods */
.scp-payment-methods {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.scp-payment-option {
    display: flex;
    align-items: center;
    padding: 15px;
    background: var(--scp-dark-bg);
    border: 2px solid var(--scp-border);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.scp-payment-option:hover {
    border-color: var(--scp-blue);
}

.scp-payment-option input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    accent-color: var(--scp-blue);
}

.scp-payment-option.scp-payment-active {
    border-color: var(--scp-blue);
    background: rgba(74, 158, 255, 0.1);
}

.scp-payment-active .scp-payment-label {
    color: rgb(27 29 46);
}

.scp-payment-label {
    color: var(--scp-text);
    font-weight: 500;
    font-size: 15px;
}

/* Crypto Selection */
.scp-crypto-selection {
    margin-top: 20px;
}

.scp-crypto-label {
    color: var(--scp-text);
    font-weight: 500;
    margin-bottom: 15px;
}

.scp-crypto-option {
    display: block;
    padding: 18px;
    background: var(--scp-dark-bg);
    border: 2px solid var(--scp-border);
    border-radius: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.scp-crypto-option:hover {
    border-color: var(--scp-blue);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 158, 255, 0.2);
}

.scp-crypto-option input[type="radio"]:checked+.scp-crypto-info {
    border-left: 4px solid #fff;
    padding-left: 16px;
}

.scp-crypto-option input[type="radio"] {
    display: none;
}

.scp-crypto-option input[type="radio"]:checked~* {
    opacity: 1;
}

.scp-crypto-option:has(input:checked) {
    background: rgba(255, 153, 0, 0.15);
    border-color: var(--scp-primary);
}

.scp-crypto-info {
    transition: all 0.3s ease;
}

.scp-crypto-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.scp-crypto-icon {
    font-size: 24px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #fff; */
}

.scp-crypto-name {
    /* color: #fff; */
    font-weight: 600;
    font-size: 16px;
}

.scp-crypto-network {
    color: #fff;
    font-size: 13px;
    margin-left: auto;
}

.scp-crypto-amount {
    color: var(--scp-primary);
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.scp-crypto-amount .loading {
    color: var(--scp-text-muted);
    font-size: 14px;
}

/* Selected Crypto Details */
#scp-selected-crypto-details {
    margin-top: 25px;
    margin-bottom: 40px;
    padding: 20px;
    background: #c9c8c56b;
    font-size: 0.9rem;
    border-radius: 10px;
    /* width: 90%; */
    border: 2px solid var(--scp-blue);
}

/* PAyPal */

#scp-paypal-container > div {
    background: linear-gradient(135deg, #1a2a4a 0%, #0d1b2a 100%);
    border: 2px solid #0070ba;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    
}

#scp-paypal-container  h3 {
    color: #0070ba;
    font-size: 14px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.scp-wallet-address-display {
    font-size: 0.8em;
}

.scp-amount-display {
    margin-bottom: 20px;
}

.scp-amount-label {
    color: var(--scp-text-muted);
    font-size: 13px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.scp-amount-value {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    background: rgba(255, 153, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 8px;
}

#scp-crypto-amount-display {
    /* color: var(--scp-primary); */
    font-size: 24px;
    font-weight: 700;
    font-family: 'Courier New', monospace;
}

#scp-crypto-symbol {
    /* color: var(--scp-primary); */
    font-size: 18px;
    font-weight: 600;
}

.scp-fiat-equivalent {
    color: var(--scp-text-muted);
    font-size: 14px;
    margin: 0;
}

.scp-fiat-equivalent small {
    font-size: 12px;
    opacity: 0.7;
}

/* Wallet Display */
.scp-wallet-display {
    margin-bottom: 20px;
}

.scp-wallet-label {
    color: var(--scp-text);
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.scp-network-icon {
    font-size: 18px;
    color: var(--scp-blue);
}

#scp-wallet-network {
    color: var(--scp-blue);
    font-weight: 500;
}

.scp-wallet-address {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: var(--scp-card-bg);
    border-radius: 8px;
    border: 1px solid var(--scp-border);
}

.scp-wallet-address code {
    flex: 1;
    color: var(--scp-text);
    font-family: 'Courier New', monospace;
    font-size: 13px;
    word-break: break-all;
    background: transparent;
    padding: 0;
}

/* PayPal Button */
.scp-paypal-btn {
    background: #0070ba;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.scp-paypal-btn:hover {
    background: #005ea6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 112, 186, 0.3);
}

/* PayPal WhatsApp Button */
.scp-paypal-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #0070ba;
    color: white;
    text-decoration: none;
    padding: 18px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 112, 186, 0.3);
}

.scp-paypal-whatsapp-btn:hover {
    background: #005ea6;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 112, 186, 0.4);
}

/* Copy Button */
.scp-copy-btn {
    background: var(--scp-primary);
    color: #1C031C;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.scp-copy-btn:hover {
    background: var(--scp-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 153, 0, 0.3);
}

.scp-copy-btn.copied {
    background: var(--scp-primary);
}

/* Warning Box */
.scp-warning-box {
    /* display: flex; */
    /* gap: 15px; */
    /* padding: 18px; */
    /* background: var(--scp-warning-bg); */
    /* border: 2px solid var(--scp-warning-border); */
    /* border-radius: 8px; */
    /* margin-bottom: 15px; */
}

.scp-warning-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.scp-warning-content {
    flex: 1;
}

.scp-warning-content strong {
    color: var(--scp-warning-border);
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

.scp-warning-content ul {
    margin: 0;
    padding-left: 20px;
    color: #ffcc80;
}

.scp-warning-content li {
    margin-bottom: 6px;
    font-size: 13px;
}

#scp-exact-amount,
#scp-exact-crypto,
#scp-exact-network {
    color: var(--scp-warning-border);
    font-weight: 600;
}

/* Refresh Button */
.scp-refresh-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: transparent;
    border: 1px solid var(--scp-border);
    border-radius: 6px;
    color: var(--scp-text-muted);
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.scp-refresh-btn:hover {
    border-color: var(--scp-blue);
    color: var(--scp-blue);
}

.scp-refresh-btn .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

/* Order Summary */
.scp-order-summary {
    background: var(--scp-card-bg);
    border-radius: 12px;
    padding: 25px;
    position: sticky;
    top: 20px;
}

.scp-summary-title {
    color: var(--scp-text);
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.scp-summary-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid var(--scp-border);
}

.scp-product-name {
    color: var(--scp-text);
    font-size: 14px;
}

.scp-product-price {
    color: var(--scp-text);
    font-weight: 600;
}

.scp-summary-total {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin-top: 10px;
}

.scp-total-label {
    color: var(--scp-text);
    font-size: 16px;
    font-weight: 600;
}

.scp-total-amount {
    color: var(--scp-primary);
    font-size: 20px;
    font-weight: 700;
}

/* Submit Button */
.scp-submit-btn {
    width: 100%;
    padding: 16px;
    background: var(--scp-primary);
    color: #1C031C;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 15px;
}

.scp-submit-btn:hover {
    background: var(--scp-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 153, 0, 0.4);
}

.scp-submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* Confirmation Page */
.scp-confirmation-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

.scp-confirmation-header {
    text-align: center;
    padding: 40px 20px;
    background: var(--scp-card-bg);
    border-radius: 12px;
    margin-bottom: 30px;
}

.scp-success-icon {
    width: 80px;
    height: 80px;
    background: var(--scp-primary);
    color: #1C031C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 700;
    margin: 0 auto 20px;
}

.scp-confirmation-header h2 {
    color: var(--scp-text);
    font-size: 28px;
    margin: 0 0 15px 0;
}

.scp-order-number {
    color: var(--scp-text-muted);
    font-size: 16px;
}

.scp-confirmation-content {
    background: var(--scp-card-bg);
    border-radius: 12px;
    padding: 30px;
}

.scp-crypto-payment-box {
    background: var(--scp-dark-bg);
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.scp-amount-to-send,
.scp-wallet-to-send {
    margin-bottom: 20px;
}

.scp-amount-to-send label,
.scp-wallet-to-send label {
    display: block;
    color: var(--scp-text-muted);
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.scp-crypto-amount-large {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(255, 153, 0, 0.1);
    border-radius: 8px;
    color: var(--scp-primary);
    font-size: 24px;
    font-weight: 700;
    font-family: 'Courier New', monospace;
}

.scp-wallet-address-large {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: var(--scp-card-bg);
    border-radius: 8px;
    border: 1px solid var(--scp-border);
}

.scp-wallet-address-large code {
    flex: 1;
    color: var(--scp-text);
    font-family: 'Courier New', monospace;
    font-size: 14px;
    word-break: break-all;
}

.scp-copy-btn-inline {
    background: var(--scp-blue);
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.scp-confirmation-warning {
    background: var(--scp-warning-bg);
    border: 2px solid var(--scp-warning-border);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.scp-confirmation-warning strong {
    color: var(--scp-warning-border);
    display: block;
    margin-bottom: 10px;
}

.scp-confirmation-warning ul {
    margin: 0;
    padding-left: 20px;
    color: #ffcc80;
}

.scp-email-sent {
    background: rgba(74, 158, 255, 0.1);
    border-left: 4px solid var(--scp-blue);
    padding: 15px;
    border-radius: 6px;
    margin-top: 20px;
}

.scp-email-sent p {
    margin: 0;
    color: var(--scp-text);
}

.scp-order-details {
    margin-top: 30px;
}

.scp-order-details h3 {
    color: var(--scp-text);
    margin-bottom: 15px;
}

.scp-details-table {
    width: 100%;
    border-collapse: collapse;
}

.scp-details-table tr {
    border-bottom: 1px solid var(--scp-border);
}

.scp-details-table td {
    padding: 12px 0;
    color: var(--scp-text);
}

.scp-details-table td:first-child {
    color: var(--scp-text-muted);
    width: 40%;
}

.scp-status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.scp-status-pending {
    background: rgba(255, 153, 0, 0.2);
    color: var(--scp-warning-border);
}

.scp-status-confirmed {
    background: rgba(255, 153, 0, 0.2);
    color: var(--scp-primary);
}

.scp-status-failed {
    background: rgba(255, 0, 0, 0.2);
    color: #ff4444;
}

/* Responsive */
@media (max-width: 768px) {
    .scp-form-row {
        grid-template-columns: 1fr;
    }

    .scp-crypto-header {
        flex-wrap: wrap;
    }

    .scp-crypto-network {
        margin-left: 0;
        width: 100%;
    }

    .scp-amount-value,
    .scp-wallet-address {
        flex-direction: column;
        align-items: flex-start;
    }

    .scp-copy-btn {
        width: 100%;
    }
}

.scp-info-alert {
    display: flex;
    gap: .4rem;
    align-items: center;
    flex-wrap: wrap;
}

button.scp-copy-icon-btn {
    cursor: pointer;
}

.scp-detail-value-wrap {
    margin: 0.6rem 0;
}

/* ========================================
   WIZARD CHECKOUT STYLES
   ======================================== */

.scp-wizard-checkout {max-width: 800px;width: 100%;margin: 0 auto;padding: 20px;font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;}
.scp-wizard-header { text-align: center; margin-bottom: 40px; }
.scp-wizard-logo img {max-width: 200px;height: 100px;margin-bottom: 30px;}

/* Stepper */
.scp-stepper { display: flex; align-items: center; justify-content: center; gap: 8px; }
.scp-step { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scp-step-number { width: 36px; height: 36px; border-radius: 50%; background: #e2e8f0; color: #64748b; display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; transition: all 0.3s ease; }
.scp-step.active .scp-step-number, .scp-step.completed .scp-step-number { background: #FF9900; color: #1C031C; }
.scp-step.completed .scp-step-number { font-size: 0; }
.scp-step.completed .scp-step-number::after { content: '\2713'; font-size: 14px; }
.scp-step-label { font-size: 12px; color: #64748b; font-weight: 500; }
.scp-step.active .scp-step-label { color: #FF9900; }
.scp-step-line { width: 40px; height: 2px; background: #e2e8f0; }
.scp-step.completed + .scp-step-line { background: #FF9900; }

/* Steps */
.scp-wizard-step { display: none; animation: fadeIn 0.4s ease; }
.scp-wizard-step.active { display: block; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.scp-step-content { background: white; border-radius: 16px; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
.scp-step-title { font-size: 24px; font-weight: 700; color: #1e293b; margin: 0 0 24px 0; text-align: center; }

/* Order Card */
.scp-order-card { background: linear-gradient(135deg, #FF9900 0%, #f69400 100%); color: #1C031C; border-radius: 12px; padding: 24px; margin-bottom: 24px; display: flex; justify-content: space-between; align-items: center; }
.scp-order-product { display: flex; align-items: center; gap: 16px; }
.scp-product-icon { font-size: 32px; }
.scp-product-info h3 { margin: 0 0 4px 0; font-size: 18px; }
.scp-category-badge { background: rgba(255,255,255,0.2); padding: 4px 12px; border-radius: 20px; font-size: 12px; text-transform: uppercase; }
.scp-order-price { text-align: right; }
.scp-price-amount { font-size: 32px; font-weight: 700; display: block; }
.scp-currency { font-size: 14px; opacity: 0.9; }

/* Device Selector */
.scp-device-selector-wizard { margin-bottom: 24px; }
.scp-device-selector-wizard > label { display: block; font-weight: 600; margin-bottom: 12px; color: #374151; }
.scp-device-options { display: grid; gap: 12px; }
.scp-device-option { display: flex; align-items: center; gap: 12px; padding: 16px; border: 2px solid #e5e7eb; border-radius: 12px; cursor: pointer; transition: all 0.2s ease; }
.scp-device-option:hover, .scp-device-option.selected { border-color: #FF9900; background: rgba(255, 153, 0, 0.1); }
.scp-device-label { flex: 1; font-weight: 500; }
.scp-device-price { font-weight: 700; color: #FF9900; }
.scp-popular-badge { background: #f59e0b; color: white; padding: 4px 10px; border-radius: 20px; font-size: 11px; }

/* Other Plans */
.scp-other-plans { margin-bottom: 24px; }
.scp-other-plans h4 {color: #374151;margin-bottom: 12px;}
.scp-plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 8px; }
.scp-plan-card { display: flex; flex-direction: column; align-items: center; padding: 12px; border: 2px solid #e5e7eb; border-radius: 8px; text-decoration: none; color: #374151; transition: all 0.2s ease; }
.scp-plan-card:hover { border-color: #FF9900; }
.scp-plan-card.selected { border-color: #FF9900; background: rgba(255, 153, 0, 0.1); }
.scp-plan-card .scp-plan-name { font-size: 13px; font-weight: 500; text-align: center; }
.scp-plan-card .scp-plan-price-mini { font-size: 12px; color: #FF9900; font-weight: 600; }

/* Guarantee */
.scp-guarantee-box-wizard {display: flex;align-items: center;gap: 16px;background: linear-gradient(135deg, #10b981 0%, #059669 100%);color: white;padding: 20px;border-radius: 12px;margin-top: 24px;}
.scp-guarantee-icon { font-size: 28px; }
.scp-guarantee-text { display: flex; flex-direction: column; }
.scp-guarantee-text strong { font-size: 16px; }
.scp-guarantee-text span { font-size: 13px; opacity: 0.9; }

/* Form */
.scp-contact-form { display: grid; gap: 20px; }
.scp-contact-form .scp-form-group { display: flex; flex-direction: column; gap: 6px; }
.scp-contact-form .scp-form-group label { font-size: 14px; font-weight: 500; color: #374151; }
.scp-contact-form .scp-form-group input, .scp-contact-form .scp-form-group textarea { padding: 12px 16px; border: 2px solid #e5e7eb; border-radius: 8px; font-size: 15px; transition: border-color 0.2s ease; }
.scp-contact-form .scp-form-group input:focus, .scp-contact-form .scp-form-group textarea:focus { outline: none; border-color: #FF9900; }
.scp-contact-form .scp-form-group input.error { border-color: #ef4444; }
.scp-contact-form .scp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Payment Methods */
.scp-payment-methods-wizard { display: grid; gap: 12px; margin-bottom: 24px; }
.scp-payment-card { display: flex; align-items: center; gap: 16px; padding: 20px; border: 2px solid #e5e7eb; border-radius: 12px; cursor: pointer; transition: all 0.2s ease; }
.scp-payment-card:hover { border-color: #FF9900; }
.scp-payment-card input { display: none; }
.scp-payment-card .scp-payment-icon { font-size: 28px; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: #f3f4f6; border-radius: 12px; }
.scp-payment-card .scp-payment-info { flex: 1; display: flex; flex-direction: column; }
.scp-payment-card .scp-payment-info strong { font-size: 16px; color: #1f2937; }
.scp-payment-card:hover { border-color: #FF9900; }
.scp-payment-card.selected { border-color: #FF9900; background: rgba(255, 153, 0, 0.1); }
.scp-payment-card .scp-payment-check { width: 24px; height: 24px; border-radius: 50%; background: #FF9900; color: #1C031C; display: flex; align-items: center; justify-content: center; font-size: 14px; opacity: 0; transition: opacity 0.2s ease; }
.scp-payment-card.selected .scp-payment-check { opacity: 1; }

.scp-crypto-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; }
.scp-crypto-card { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px; background: white; border: 2px solid #e5e7eb; border-radius: 10px; cursor: pointer; transition: all 0.2s ease; }
.scp-crypto-card:hover, .scp-crypto-card.selected { border-color: #FF9900; background: rgba(255, 153, 0, 0.1); }
.scp-crypto-card input { display: none; }
.scp-crypto-card .scp-crypto-icon { font-size: 24px; }
.scp-crypto-card .scp-crypto-name { font-weight: 600; font-size: 14px; }
.scp-crypto-card .scp-crypto-network { font-size: 11px; color: #6b7280; background: #f3f4f6; padding: 2px 8px; border-radius: 4px; }
.scp-crypto-card .scp-crypto-amount { font-size: 12px; color: #FF9900; font-weight: 600; }

/* Interac */
.scp-interac-info h4 { margin-bottom: 12px; }
.scp-interac-emails { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.scp-interac-emails code { background: #1e293b; color: #fff; padding: 12px 16px; border-radius: 8px; font-size: 14px; font-family: monospace; }
.scp-security-box { background: white; padding: 16px; border-radius: 10px; margin-bottom: 16px; }
.scp-security-q, .scp-security-a { margin-bottom: 12px; }
.scp-security-q small, .scp-security-a small { display: block; color: #6b7280; margin-bottom: 4px; }
.scp-security-a .scp-answer { color: #059669; }
.scp-warning-box { background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; padding: 16px; border-radius: 10px; }
.scp-warning-box strong {/* display: block; */margin-bottom: 8px;}
.scp-warning-box p { margin: 0; font-size: 13px; }

/* PayPal */
.scp-paypal-info { text-align: center; }
.scp-paypal-info p { color: #6b7280; margin: 12px 0 20px 0; }
.scp-btn-whatsapp { display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: white; padding: 14px 28px; border-radius: 10px; text-decoration: none; font-weight: 600; transition: all 0.2s ease; }
.scp-btn-whatsapp:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3); }

/* Confirmation */
.scp-confirmation-content { text-align: center; }
.scp-success-animation { margin-bottom: 24px; }
.scp-checkmark { width: 80px; height: 80px; background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 40px; margin: 0 auto; animation: scaleIn 0.5s ease; }
@keyframes scaleIn { 0% { transform: scale(0); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } }
.scp-confirmation-subtitle { color: #6b7280; margin-bottom: 32px; }
.scp-order-details { background: #f9fafb; border-radius: 12px; padding: 24px; text-align: left; margin-bottom: 24px; }

/* Buttons */
.scp-wizard-actions { display: flex; gap: 12px; margin-top: 32px; }
.scp-wizard-actions.single { justify-content: center; }
.scp-btn-primary, .scp-btn-outline { flex: 1; padding: 14px 24px; border-radius: 10px; font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.2s ease; border: none; text-align: center; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.scp-btn-primary { background: linear-gradient(135deg, #FF9900 0%, #f69400 100%); color: #1C031C; }
.scp-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(255, 153, 0, 0.4); }
.scp-btn-outline { background: white; color: #374151; border: 2px solid #e5e7eb; }
.scp-btn-outline:hover { border-color: #FF9900; color: #FF9900; }
.scp-btn-primary:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

/* Responsive */
@media (max-width: 640px) {
    .scp-wizard-checkout { padding: 12px; }
    .scp-step-content { padding: 20px; }
    .scp-stepper { gap: 4px; }
    .scp-step-label { font-size: 10px; }
    .scp-step-line { width: 20px; }
    .scp-order-card { flex-direction: column; text-align: center; gap: 16px; }
    .scp-contact-form .scp-form-row { grid-template-columns: 1fr; }
    .scp-wizard-actions { flex-direction: column; }
}

.scp-plan-selector {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.scp-plan-selector-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.scp-plan-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.scp-plan-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid transparent;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.scp-plan-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.scp-plan-item.scp-plan-selected {
    background: rgba(255, 153, 0, 0.2);
    border-color: var(--scp-primary);
}

.scp-plan-name {
    font-weight: 600;
    font-size: 15px;
}

.scp-plan-price {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.scp-plan-badge {
    background: var(--scp-blue);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

/* ========================================
   REDESIGNED CONFIRMATION PAGE
   ======================================== */

.scp-confirmation-view {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    animation: scp-fadeIn 0.5s ease;
}

@keyframes scp-fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.scp-confirmation-card {
    background: linear-gradient(135deg, #1C031C 0%, #360936 100%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.scp-confirmation-header {
    text-align: center;
    margin-bottom: 30px;
}

.scp-success-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #FF9900 0%, #f69400 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #1C031C;
    margin: 0 auto 20px;
    box-shadow: 0 10px 30px rgba(255, 153, 0, 0.3);
    animation: scp-scaleIn 0.5s ease 0.2s both;
}

@keyframes scp-scaleIn {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.scp-confirmation-header h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.scp-order-status-msg {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 1.6;
}

.scp-payment-details-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 30px;
}

.scp-payment-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.scp-payment-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.scp-payment-row:first-child {
    padding-top: 0;
}

.scp-payment-label {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.scp-payment-value-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.scp-payment-value-copy strong {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.scp-payment-value-copy code {
    color: var(--scp-blue);
    font-size: 16px;
    background: rgba(74, 158, 255, 0.1);
    padding: 10px 15px;
    border-radius: 8px;
    word-break: break-all;
}

.scp-fiat-val {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.scp-confirmation-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.scp-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 20px;
    background: rgba(255, 165, 0, 0.1);
    border-left: 3px solid var(--scp-warning-border);
    border-radius: 8px;
}

.scp-info-item .dashicons {
    color: var(--scp-warning-border);
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.scp-info-item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.scp-order-summary-mini {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
}

.scp-mini-table {
    width: 100%;
    border-collapse: collapse;
}

.scp-mini-table td {
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.scp-mini-table tr:last-child td {
    border-bottom: none;
}

.scp-mini-table td:last-child {
    text-align: right;
    color: #fff;
    font-weight: 600;
}

.scp-actions {
    text-align: center;
}

.scp-btn-outline {
    display: inline-block;
    padding: 15px 40px;
    background: transparent;
    border: 2px solid #1b1d2e;
    /* border-radius: 30px; */
    color: #1b1d2e;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Device Selector */
#scp-device-select,
.scp-device-selector select {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 2px solid var(--scp-border);
    border-radius: 8px;
    font-size: 14px;
    background: var(--scp-dark-bg);
    color: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    transition: all 0.3s ease;
}

#scp-device-select:hover,
.scp-device-selector select:hover {
    border-color: var(--scp-primary);
}

#scp-device-select:focus,
.scp-device-selector select:focus {
    outline: none;
    border-color: var(--scp-primary);
    box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.2);
}

.scp-device-selector label {
    display: block;
    font-size: 12px;
    color: #fefefe;
    margin-bottom: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Device Selector Options */
#scp-device-select option {
    background: var(--scp-card-bg);
    color: #fff;
    padding: 10px;
}

/* Device Selector Wrapper */
.scp-device-selector {
    margin-top: 20px;
    text-align: left;
}

span.scp-sticky-price {
    position: fixed;
    top: 100px;
    right: 0px;
    white-space: nowrap;
    background: #FF9900;
    color: #1C031C;
    border-radius: 5px 0 0 5px;
    padding: 12px 16px;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 100;
}

/* Responsive Device Selector */
@media (max-width: 768px) {
    span.scp-sticky-price {
        right: 10px;
        top: 80px;
        padding: 8px 12px;
        font-size: 14px;
    }
    
    #scp-device-select,
    .scp-device-selector select {
        font-size: 16px;
        padding: 14px 40px 14px 15px;
    }
}
@media (max-width: 768px) {
    .scp-confirmation-card {
        padding: 25px;
    }
    
    .scp-confirmation-header h2 {
        font-size: 22px;
    }
    
    .scp-payment-value-copy {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .scp-payment-value-copy strong {
        font-size: 20px;
    }
    
    .scp-success-icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }
}