.checkout-progress{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:rgba(255,255,255,.05);backdrop-filter:blur(12px);border-radius:1rem;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}html[data-theme="dark"] .checkout-progress{background:rgba(17,24,39,.5);border-color:rgba(55,65,81,.3)}html[data-theme="light"] .checkout-progress{background:rgba(255,255,255,.8);border-color:rgba(229,231,235,.5)}.checkout-progress::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background: linear-gradient(90deg, 
        rgba(6, 182, 212, 0.05) 0%, 
        rgba(59, 130, 246, 0.05) 50%, 
        rgba(147, 51, 234, 0.05) 100%
    );border-radius:inherit}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;z-index:10;transition:all .3s cubic-bezier(.4,0,.2,1)}.progress-step:not(:last-child)::after {content:'';position:absolute;top:1.25rem;width: calc(100% + 2rem);height:3px;background:linear-gradient(90deg,#d1d5db 0%,#9ca3af 100%);left:50%;z-index:0;border-radius:2px;transform:translateX(-50%);transition:all .6s cubic-bezier(.4,0,.2,1)}html[data-theme="dark"] .progress-step:not(:last-child)::after {background:linear-gradient(90deg,#4b5563 0%,#374151 100%)}.progress-step.active:not(:last-child)::after,
.progress-step.completed:not(:last-child)::after {background:linear-gradient(90deg,#22d3ee 0%,#3b82f6 50%,#22d3ee 100%);box-shadow:0 0 20px rgba(34,197,94,.3)}.step-number{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;position:relative;z-index:10;margin-bottom:.75rem;background:#f3f4f6;border:2px solid #d1d5db;color:#6b7280;transition:all .5s ease-out;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}html[data-theme="dark"] .step-number{background:#1f2937;border-color:#4b5563;color:#9ca3af}.progress-step.active .step-number{background:linear-gradient(135deg,#22d3ee 0%,#3b82f6 50%,#1e40af 100%);border-color:#22d3ee;color:#fff;transform:scale(1.1);box-shadow:0 8px 25px rgba(59,130,246,.5) , 0 0 0 4px rgba(59,130,246,.1);animation:pulse-active 2s infinite}.progress-step.completed .step-number{background:linear-gradient(135deg,#34d399 0%,#10b981 50%,#047857 100%);border-color:#34d399;color:#fff;transform:scale(1.05);box-shadow:0 6px 20px rgba(34,197,94,.4) , 0 0 0 3px rgba(34,197,94,.1)}@keyframes pulse-active {
    0%, 100% { 
        box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5), 0 0 0 4px rgba(59, 130, 246, 0.1);
    }
    50% { 
        box-shadow: 0 8px 25px rgba(59, 130, 246, 0.7), 0 0 0 6px rgba(59, 130, 246, 0.2);
    }
}.step-label{font-size:.875rem;font-weight:500;color:#6b7280;transition:all .3s ease;text-align:center;line-height:1.25}html[data-theme="dark"] .step-label{color:#9ca3af}.progress-step.active .step-label{color:#2563eb;font-weight:600;text-shadow:0 1px 2px rgba(59,130,246,.3)}html[data-theme="dark"] .progress-step.active .step-label{color:#60a5fa}.progress-step.completed .step-label{color:#059669;font-weight:600}html[data-theme="dark"] .progress-step.completed .step-label{color:#34d399}.payment-methods:has(.payment-method-option) {display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.payment-method-option{position:relative}.payment-method-option input[type="radio"]{position:absolute;opacity:0;width:0;height:0}.payment-method-label{display:flex;flex-direction:column;align-items:center;padding:1.5rem;cursor:pointer;border:2px solid #e5e7eb;border-radius:1rem;background:#fff;transition:all .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.1);min-height:120px;justify-content:center}html[data-theme="dark"] .payment-method-label{border-color:#4b5563;background:#1f2937;box-shadow:0 2px 4px rgba(0,0,0,.3)}.payment-method-label:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 10px 25px -3px rgba(0,0,0,.1)}.payment-method-label::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom right,rgba(59,130,246,.1) 0%,rgba(6,182,212,.05) 50%,rgba(147,51,234,.1) 100%);opacity:0;transition:all .4s ease;z-index:0;border-radius:inherit}.payment-method-label:hover{border-color:#60a5fa;transform:translateY(-8px) scale(1.05);box-shadow:0 20px 40px -10px rgba(59,130,246,.3) , 0 10px 25px -5px rgba(0,0,0,.1)}html[data-theme="dark"] .payment-method-label:hover{border-color:#3b82f6}.payment-method-label:hover::before{opacity:1}.payment-method-label>*{position:relative;z-index:1}.payment-method-option input[type="radio"]:checked+.payment-method-label{border-color:#3b82f6;transform:translateY(-4px) scale(1.02);background: linear-gradient(135deg, 
        rgba(59, 130, 246, 0.15) 0%, 
        rgba(147, 197, 253, 0.1) 100%
    );box-shadow:0 0 0 4px rgba(59,130,246,.2) , 0 20px 40px -10px rgba(59,130,246,.4) , 0 10px 25px -5px rgba(0,0,0,.1);animation:selection-pulse .6s ease-out}html[data-theme="dark"] .payment-method-option input[type="radio"]:checked+.payment-method-label{border-color:#60a5fa}.dark .payment-method-option input[type="radio"]:checked+.payment-method-label{background: linear-gradient(135deg, 
        rgba(59, 130, 246, 0.2) 0%, 
        rgba(147, 197, 253, 0.1) 100%
    )}.payment-method-option input[type="radio"]:checked+.payment-method-label::before{opacity:1}@keyframes selection-pulse {
    0% { transform: translateY(-1px) scale(1); }
    50% { transform: translateY(-3px) scale(1.05); }
    100% { transform: translateY(-1px) scale(1.02); }
}.payment-method-logo{width:4rem;height:4rem;margin-bottom:1rem;object-fit:contain;transition:all .5s ease-out;filter:brightness(.95) contrast(1.1) saturate(1.1)}.payment-method-logo svg{width:100%;height:100%}.payment-method-label:hover .payment-method-logo{transform:scale(1.1);filter:brightness(1.15) contrast(1.3) saturate(1.2)}.payment-method-option input[type="radio"]:checked+.payment-method-label .payment-method-logo{transform:scale(1.05);filter:brightness(1.2) contrast(1.4) saturate(1.3)}.payment-method-option[data-method="multibanco"] .payment-method-logo{width:4rem;height:4rem;font-weight:900;font-size:1.25rem;letter-spacing:.05em;border-radius:1rem;color:#fff;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 50%,#991b1b 100%);box-shadow:0 8px 20px -5px rgba(220,38,38,.4) , 0 4px 10px -2px rgba(220,38,38,.3) , inset 0 1px 0 rgba(255,255,255,.2);position:relative;overflow:hidden}.payment-method-option[data-method="multibanco"] .payment-method-logo::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.payment-method-option[data-method="multibanco"]:hover .payment-method-logo{background:linear-gradient(135deg,#ef4444 0%,#dc2626 50%,#b91c1c 100%);box-shadow:0 12px 25px -5px rgba(220,38,38,.5) , 0 8px 15px -3px rgba(220,38,38,.4) , inset 0 1px 0 rgba(255,255,255,.3);transform:scale(1.1) translateY(-2px)}.payment-method-option[data-method="multibanco"]:hover .payment-method-logo::before{left:100%}.payment-method-option[data-method="multibanco"] input[type="radio"]:checked+.payment-method-label .payment-method-logo{background:linear-gradient(135deg,#f87171 0%,#ef4444 50%,#dc2626 100%);box-shadow:0 0 0 4px rgba(220,38,38,.3) , 0 12px 25px -5px rgba(220,38,38,.6) , 0 8px 15px -3px rgba(220,38,38,.4) , inset 0 1px 0 rgba(255,255,255,.3);transform:scale(1.05)}.payment-method-label span{font-weight:600;color:#374151;text-align:center;transition:all .3s ease-out;font-size:.875rem;letter-spacing:.025em}html[data-theme="dark"] .payment-method-label span{color:#d1d5db}.payment-method-label:hover span{color:#111827;transform:scale(1.05);text-shadow:0 1px 2px rgba(0,0,0,.1)}html[data-theme="dark"] .payment-method-label:hover span{color:#fff}.payment-method-option input[type="radio"]:checked+.payment-method-label span{color:#2563eb;font-weight:700;text-shadow:0 1px 3px rgba(59,130,246,.3)}html[data-theme="dark"] .payment-method-option input[type="radio"]:checked+.payment-method-label span{color:#60a5fa}.payment-method-option[data-method="stripe"] .payment-method-label::before{background:linear-gradient(to bottom right,rgba(99,102,241,.1) 0%,rgba(147,51,234,.05) 50%,rgba(59,130,246,.1) 100%)}.payment-method-option[data-method="stripe"]:hover .payment-method-label,.payment-method-option[data-method="stripe"] input[type="radio"]:checked+.payment-method-label{border-color:#a5a3ff;box-shadow:0 0 0 4px rgba(99,102,241,.2) , 0 20px 40px -10px rgba(99,102,241,.3)}html[data-theme="dark"] .payment-method-option[data-method="stripe"]:hover .payment-method-label,html[data-theme="dark"] .payment-method-option[data-method="stripe"] input[type="radio"]:checked+.payment-method-label{border-color:#6366f1}.payment-method-option[data-method="stripe"] input[type="radio"]:checked+.payment-method-label span{color:#4f46e5}html[data-theme="dark"] .payment-method-option[data-method="stripe"] input[type="radio"]:checked+.payment-method-label span{color:#a5a3ff}.payment-method-option[data-method="stripe"] svg{color:#6366f1}html[data-theme="dark"] .payment-method-option[data-method="stripe"] svg{color:#a5a3ff}.payment-method-option[data-method="paypal"] .payment-method-label::before{background:linear-gradient(to bottom right,rgba(37,99,235,.1) 0%,rgba(14,165,233,.05) 50%,rgba(29,78,216,.1) 100%)}.payment-method-option[data-method="paypal"]:hover .payment-method-label,.payment-method-option[data-method="paypal"] input[type="radio"]:checked+.payment-method-label{border-color:#3b82f6;box-shadow:0 0 0 4px rgba(0,112,186,.2) , 0 20px 40px -10px rgba(0,112,186,.3)}html[data-theme="dark"] .payment-method-option[data-method="paypal"]:hover .payment-method-label,html[data-theme="dark"] .payment-method-option[data-method="paypal"] input[type="radio"]:checked+.payment-method-label{border-color:#60a5fa}.payment-method-option[data-method="paypal"] input[type="radio"]:checked+.payment-method-label span{color:#2563eb}html[data-theme="dark"] .payment-method-option[data-method="paypal"] input[type="radio"]:checked+.payment-method-label span{color:#60a5fa}.payment-method-option[data-method="paypal"] svg{color:#2563eb}html[data-theme="dark"] .payment-method-option[data-method="paypal"] svg{color:#3b82f6}.payment-method-option[data-method="mbway"] .payment-method-label::before{background:linear-gradient(to bottom right,rgba(251,191,36,.1) 0%,rgba(234,179,8,.05) 50%,rgba(249,115,22,.1) 100%)}.payment-method-option[data-method="mbway"]:hover .payment-method-label,.payment-method-option[data-method="mbway"] input[type="radio"]:checked+.payment-method-label{border-color:#fbbf24;box-shadow:0 0 0 4px rgba(245,158,11,.2) , 0 20px 40px -10px rgba(245,158,11,.3)}html[data-theme="dark"] .payment-method-option[data-method="mbway"]:hover .payment-method-label,html[data-theme="dark"] .payment-method-option[data-method="mbway"] input[type="radio"]:checked+.payment-method-label{border-color:#f59e0b}.payment-method-option[data-method="mbway"] input[type="radio"]:checked+.payment-method-label span{color:#d97706}html[data-theme="dark"] .payment-method-option[data-method="mbway"] input[type="radio"]:checked+.payment-method-label span{color:#fbbf24}.payment-method-option[data-method="mbway"] svg{color:#f59e0b}html[data-theme="dark"] .payment-method-option[data-method="mbway"] svg{color:#fbbf24}.payment-method-option[data-method="multibanco"] .payment-method-label::before{background:linear-gradient(to bottom right,rgba(239,68,68,.1) 0%,rgba(244,63,94,.05) 50%,rgba(220,38,38,.1) 100%)}.payment-method-option[data-method="multibanco"]:hover .payment-method-label,.payment-method-option[data-method="multibanco"] input[type="radio"]:checked+.payment-method-label{border-color:#ef4444;box-shadow:0 0 0 4px rgba(220,38,38,.2) , 0 20px 40px -10px rgba(220,38,38,.3)}html[data-theme="dark"] .payment-method-option[data-method="multibanco"]:hover .payment-method-label,html[data-theme="dark"] .payment-method-option[data-method="multibanco"] input[type="radio"]:checked+.payment-method-label{border-color:#f87171}.payment-method-option[data-method="multibanco"] input[type="radio"]:checked+.payment-method-label span{color:#dc2626}html[data-theme="dark"] .payment-method-option[data-method="multibanco"] input[type="radio"]:checked+.payment-method-label span{color:#f87171}.payment-method-option[data-method="mbway"] .payment-method-label::before{background:linear-gradient(135deg,rgba(255,193,7,.05) 0%,rgba(255,152,0,.05) 100%)}.payment-method-option[data-method="mbway"]:hover .payment-method-label,.payment-method-option[data-method="mbway"] input[type="radio"]:checked+.payment-method-label{border-color:#ffc107}.payment-method-option[data-method="mbway"] input[type="radio"]:checked+.payment-method-label span{color:#ffc107}.payment-method-option[data-method="paypal"] .payment-method-label::before{background:linear-gradient(135deg,rgba(0,112,186,.05) 0%,rgba(0,48,135,.05) 100%)}.payment-method-option[data-method="paypal"]:hover .payment-method-label,.payment-method-option[data-method="paypal"] input[type="radio"]:checked+.payment-method-label{border-color:#0070ba}.payment-method-option[data-method="paypal"] input[type="radio"]:checked+.payment-method-label span{color:#0070ba}.payment-method-option[data-method="stripe"] .payment-method-label::before{background:linear-gradient(135deg,rgba(99,102,241,.05) 0%,rgba(79,70,229,.05) 100%)}.payment-method-option[data-method="stripe"]:hover .payment-method-label,.payment-method-option[data-method="stripe"] input[type="radio"]:checked+.payment-method-label{border-color:#6366f1}.payment-method-option[data-method="stripe"] input[type="radio"]:checked+.payment-method-label span{color:#6366f1}.payment-form{display:none;padding:2rem;margin-bottom:1.5rem;border-radius:1rem;border:2px solid #e5e7eb;background:rgba(255,255,255,.9);backdrop-filter:blur(4px);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transition:all .5s ease-out;background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(255, 255, 255, 0.8) 100%
    )}html[data-theme="dark"] .payment-form{border-color:#374151;background:rgba(31,41,55,.9)}.dark .payment-form{background: linear-gradient(135deg, 
        rgba(31, 41, 55, 0.95) 0%, 
        rgba(17, 24, 39, 0.9) 100%
    )}.payment-form.active{display:block;animation:fade-in .3s ease-out , slide-up .5s ease-out}@keyframes fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}@keyframes slide-up {
    from { 
        opacity: 0; 
        transform: translateY(20px);
    }
    to { 
        opacity: 1; 
        transform: translateY(0);
    }
}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.75rem;font-weight:600;color:#1f2937;font-size:.875rem;letter-spacing:.025em;text-transform:uppercase}html[data-theme="dark"] .form-label{color:#e5e7eb}.form-input{width:100%;padding:.75rem 1rem;border-radius:.75rem;border:2px solid #d1d5db;background-color:#fff;color:#111827;transition:all .3s ease-out}.form-input:focus{outline:none;box-shadow:0 0 0 4px rgba(59,130,246,.2)}.form-input::placeholder{color:#6b7280}html[data-theme="dark"] .form-input{border-color:#4b5563;background-color:#1f2937;color:#f9fafb}html[data-theme="dark"] .form-input::placeholder{color:#9ca3af}.form-input:focus{border-color:#3b82f6;transform:scale(1.05);box-shadow:0 8px 25px -8px rgba(59,130,246,.3)}html[data-theme="dark"] .form-input:focus{border-color:#60a5fa}.video-player{position:relative;width:100%;height:100%;background-color:#000}.youtube-player{position:absolute;top:0;left:0;width:100%;height:100%}.lesson-nav-item{display:flex;align-items:center;padding:.75rem 1rem;border-radius:.375rem;transition:background-color .2s ease}.lesson-nav-item:hover{background-color:rgba(55,65,81,.5)}.lesson-nav-item.active{background-color:#1f2937;font-weight:500}.lesson-completed{color:#10b981}.course-progress-bar{transition:width .5s ease}.mark-lesson-complete{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:.375rem;background-color:#0891b2;color:#fff;font-weight:500;transition:background-color .2s ease}.mark-lesson-complete:hover{background-color:#0e7490}.mark-lesson-complete.completed{background-color:#065f46;cursor:default}.mark-lesson-complete.completed:hover{background-color:#065f46}html[data-theme="light"] .payment-method-label{border-color:#d1d5db;background:linear-gradient(135deg,rgba(0,0,0,.02) 0%,rgba(0,0,0,.01) 100%);box-shadow:0 4px 6px -1px rgba(0,0,0,.05) , 0 2px 4px -1px rgba(0,0,0,.03)}html[data-theme="light"] .payment-method-label::before{background:linear-gradient(135deg,rgba(8,145,178,.08) 0%,rgba(14,116,144,.08) 100%)}html[data-theme="light"] .payment-method-label:hover{border-color:#0891b2;box-shadow:0 10px 25px -3px rgba(0,0,0,.08) , 0 4px 6px -2px rgba(0,0,0,.04)}html[data-theme="light"] .payment-method-option input[type="radio"]:checked+.payment-method-label{border-color:#0891b2;background:linear-gradient(135deg,rgba(8,145,178,.12) 0%,rgba(14,116,144,.08) 100%);box-shadow:0 0 0 3px rgba(8,145,178,.15) , 0 10px 25px -3px rgba(0,0,0,.08)}html[data-theme="light"] .payment-method-label span{color:#374151}html[data-theme="light"] .payment-method-label:hover span{color:#1f2937}html[data-theme="light"] .payment-method-option input[type="radio"]:checked+.payment-method-label span{color:#0891b2}html[data-theme="light"] .payment-method-option[data-method="multibanco"] .payment-method-label::before{background:linear-gradient(135deg,rgba(220,38,127,.08) 0%,rgba(139,69,19,.08) 100%)}html[data-theme="light"] .payment-method-option[data-method="multibanco"]:hover .payment-method-label,html[data-theme="light"] .payment-method-option[data-method="multibanco"] input[type="radio"]:checked+.payment-method-label{border-color:#dc267f;box-shadow:0 0 0 3px rgba(220,38,127,.15) , 0 10px 25px -3px rgba(0,0,0,.08)}html[data-theme="light"] .payment-method-option[data-method="multibanco"] input[type="radio"]:checked+.payment-method-label span{color:#dc267f}html[data-theme="light"] .payment-method-option[data-method="multibanco"] .payment-method-logo{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);box-shadow:0 4px 6px -1px rgba(220,38,38,.2) , 0 2px 4px -1px rgba(220,38,38,.1)}html[data-theme="light"] .payment-method-option[data-method="multibanco"]:hover .payment-method-logo{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 8px 15px -3px rgba(220,38,38,.3) , 0 4px 6px -2px rgba(220,38,38,.2)}html[data-theme="light"] .payment-method-option[data-method="multibanco"] input[type="radio"]:checked+.payment-method-label .payment-method-logo{background:linear-gradient(135deg,#f87171 0%,#ef4444 100%);box-shadow:0 0 0 3px rgba(220,38,127,.2) , 0 8px 15px -3px rgba(220,38,38,.3)}html[data-theme="light"] .payment-method-option[data-method="mbway"] .payment-method-label::before{background:linear-gradient(135deg,rgba(255,193,7,.08) 0%,rgba(255,152,0,.08) 100%)}html[data-theme="light"] .payment-method-option[data-method="mbway"]:hover .payment-method-label,html[data-theme="light"] .payment-method-option[data-method="mbway"] input[type="radio"]:checked+.payment-method-label{border-color:#ffc107;box-shadow:0 0 0 3px rgba(255,193,7,.15) , 0 10px 25px -3px rgba(0,0,0,.08)}html[data-theme="light"] .payment-method-option[data-method="mbway"] input[type="radio"]:checked+.payment-method-label span{color:#f59e0b}html[data-theme="light"] .payment-method-option[data-method="paypal"] .payment-method-label::before{background:linear-gradient(135deg,rgba(0,112,186,.08) 0%,rgba(0,48,135,.08) 100%)}html[data-theme="light"] .payment-method-option[data-method="paypal"]:hover .payment-method-label,html[data-theme="light"] .payment-method-option[data-method="paypal"] input[type="radio"]:checked+.payment-method-label{border-color:#0070ba;box-shadow:0 0 0 3px rgba(0,112,186,.15) , 0 10px 25px -3px rgba(0,0,0,.08)}html[data-theme="light"] .payment-method-option[data-method="paypal"] input[type="radio"]:checked+.payment-method-label span{color:#0070ba}html[data-theme="light"] .payment-method-option[data-method="stripe"] .payment-method-label::before{background:linear-gradient(135deg,rgba(99,102,241,.08) 0%,rgba(79,70,229,.08) 100%)}html[data-theme="light"] .payment-method-option[data-method="stripe"]:hover .payment-method-label,html[data-theme="light"] .payment-method-option[data-method="stripe"] input[type="radio"]:checked+.payment-method-label{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.15) , 0 10px 25px -3px rgba(0,0,0,.08)}html[data-theme="light"] .payment-method-option[data-method="stripe"] input[type="radio"]:checked+.payment-method-label span{color:#6366f1}html[data-theme="light"] .payment-method-option[data-method="stripe"] svg{color:#6366f1}html[data-theme="light"] .payment-method-option[data-method="paypal"] svg{color:#0070ba}html[data-theme="light"] .payment-method-option[data-method="mbway"] svg{color:#f59e0b}html[data-theme="light"] .payment-form{border-color:#d1d5db}html[data-theme="light"] .form-label{color:#374151}html[data-theme="light"] .form-input{border-color:#d1d5db;background-color:#fff;color:#1f2937}html[data-theme="light"] .form-input:focus{border-color:#0891b2}.card{background:rgba(255,255,255,.95);backdrop-filter:blur(4px);border-radius:1rem;border:1px solid rgba(229,231,235,.5);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);transition:all .5s ease-out;background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.98) 0%, 
        rgba(255, 255, 255, 0.9) 100%
    );position:relative;overflow:hidden}html[data-theme="dark"] .card{background:rgba(31,41,55,.95);border-color:rgba(55,65,81,.5)}.dark .card{background: linear-gradient(135deg, 
        rgba(31, 41, 55, 0.98) 0%, 
        rgba(17, 24, 39, 0.95) 100%
    )}.card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(to right,#22d3ee 0%,#3b82f6 50%,#8b5cf6 100%);border-radius:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:.75rem;font-weight:600;transition:all .3s ease-out;position:relative;overflow:hidden}.btn:focus{outline:none;box-shadow:0 0 0 4px rgba(59,130,246,.3) , 0 0 0 6px rgba(59,130,246,.1)}.btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.btn:hover::before{left:100%}.btn-primary{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 50%,#7c3aed 100%);color:#fff;box-shadow:0 4px 14px 0 rgba(59,130,246,.4);border:none;font-weight:600;padding:.875rem 2rem;border-radius:.75rem;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 50%,#6d28d9 100%);transform:translateY(-1px);box-shadow:0 6px 20px 0 rgba(59,130,246,.5)}.text-gradient{background:linear-gradient(135deg,#22d3ee 0%,#3b82f6 50%,#8b5cf6 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;animation:gradient-flow 3s ease-in-out infinite}@keyframes gradient-flow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}.no-payment-methods-container{display:flex;flex-direction:column;align-items:center;text-align:center;padding:3rem 1.5rem;min-height:400px}.no-payment-methods-container .grid{margin:2rem 0}.no-payment-methods-container .grid>div{background:rgba(55,65,81,.5);border:1px solid rgba(75,85,99,.5);border-radius:.75rem;padding:1.5rem 1rem;min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}html[data-theme="light"] .no-payment-methods-container .grid>div{background:rgba(249,250,251,1);border-color:rgba(229,231,235,1)}.no-payment-methods-container svg{color:#9ca3af}.no-payment-methods-container span{color:#9ca3af;font-size:.875rem;font-weight:500}html[data-theme="light"] .no-payment-methods-container svg,html[data-theme="light"] .no-payment-methods-container span{color:#6b7280}@media (max-width:768px){.payment-methods:has(.payment-method-option) {grid-template-columns:1fr;gap:.75rem}.no-payment-methods-container .grid{grid-template-columns:repeat(2,1fr);gap:1rem}.checkout-progress{flex-direction:column;gap:1rem}.progress-step{width:100%;flex-direction:row;justify-content:flex-start;gap:1rem}.progress-step:not(:last-child)::after {display:none}.step-number{margin-bottom:0;width:2rem;height:2rem;font-size:.875rem}.step-label{font-size:.75rem}.payment-method-label{padding:1rem}.payment-method-logo{width:3rem;height:3rem;margin-bottom:.75rem}}