.order-wizard{padding:40px 20px;max-width:900px;margin:0 auto}.order-wizard .wizard-header{text-align:center;margin-bottom:40px}.order-wizard .wizard-header h1{font-size:32px;font-weight:800;color:#040438;margin-bottom:10px}.order-wizard .wizard-header .wizard-subtitle{color:#616161;font-size:16px;line-height:1.5}.order-wizard h2{font-size:24px;font-weight:700;color:#040438;margin-bottom:20px}.order-wizard h3{font-size:18px;font-weight:600;color:#040438;margin-bottom:12px}.order-wizard .hide{display:none!important}.order-wizard .product-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px}@media(max-width:768px){.order-wizard .product-cards{grid-template-columns:1fr}}.order-wizard .product-card{background:#fff;border:2px solid #eee;border-radius:16px;padding:30px 24px;text-align:center;cursor:pointer;transition:all .2s ease}.order-wizard .product-card:hover{border-color:#fbc211;box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.order-wizard .product-card .product-card-icon{width:48px;height:48px;margin:0 auto 16px;color:#fbc211}.order-wizard .product-card .product-card-icon svg{width:100%;height:100%}.order-wizard .product-card h3{font-size:18px;margin-bottom:8px;text-align:center}.order-wizard .product-card p{color:#616161;font-size:14px;line-height:1.5;margin-bottom:16px}.order-wizard .product-card .product-price{display:inline-block;background:#fbc211;color:#040438;font-weight:700;font-size:18px;padding:6px 20px;border-radius:100px}.order-wizard .form-section{margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #eee}.order-wizard .form-section:last-of-type{border-bottom:none}.order-wizard .wizard-step-header{display:flex;align-items:center;gap:16px;margin-bottom:30px}.order-wizard .wizard-step-header h2{margin-bottom:0}.order-wizard .btn-back{background:none;border:1px solid #ddd;border-radius:8px;padding:8px 16px;cursor:pointer;color:#666;font-size:14px;transition:all .2s}.order-wizard .btn-back:hover{border-color:#040438;color:#040438}.order-wizard .sms-templates{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.order-wizard .sms-template{cursor:pointer}.order-wizard .sms-template input{position:absolute;opacity:0;width:0;height:0}.order-wizard .sms-template input:checked+.sms-template-label{background:#fbc211;color:#040438;border-color:#fbc211}.order-wizard .sms-template .sms-template-label{display:block;padding:10px 20px;border:2px solid #eee;border-radius:100px;font-size:14px;font-weight:600;transition:all .2s}.order-wizard .char-count{text-align:right;font-size:12px;color:#999;margin-top:4px}.order-wizard .letter-themes{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}@media(max-width:600px){.order-wizard .letter-themes{grid-template-columns:1fr}}.order-wizard .letter-theme{cursor:pointer}.order-wizard .letter-theme input{position:absolute;opacity:0;width:0;height:0}.order-wizard .letter-theme input:checked+.letter-theme-inner{border-color:#fbc211;background:#fbc21114}.order-wizard .letter-theme .letter-theme-inner{display:block;padding:16px 20px;border:2px solid #eee;border-radius:12px;transition:all .2s}.order-wizard .letter-theme .letter-theme-inner strong{display:block;font-size:15px;color:#040438;margin-bottom:4px}.order-wizard .letter-theme .letter-theme-inner small{color:#888;font-size:13px;line-height:1.4}.order-wizard .letter-theme:hover .letter-theme-inner{border-color:#ffd354}.order-wizard .generating{text-align:center;padding:30px}.order-wizard .generating p{color:#888;margin-top:12px;font-style:italic}.order-wizard .loader-spinner{width:40px;height:40px;border:4px solid #eee;border-top-color:#fbc211;border-radius:50%;margin:0 auto;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.order-wizard .letter-preview{background:#fefcf5;border:1px solid #e8e0c8;border-radius:8px;padding:30px;font-family:Georgia,serif;font-size:15px;line-height:1.8;white-space:pre-wrap;min-height:200px;color:#333}.order-wizard .letter-actions{display:flex;gap:12px;margin-top:16px}.order-wizard .cta{display:inline-block;background:#fbc211;color:#040438;font-weight:700;font-size:16px;padding:14px 36px;border:none;border-radius:100px;cursor:pointer;transition:all .2s;text-decoration:none}.order-wizard .cta:hover{background:#cb9800;transform:translateY(-1px)}.order-wizard .btn-secondary{display:inline-block;background:#fff;color:#040438;font-weight:600;font-size:14px;padding:10px 24px;border:2px solid #ddd;border-radius:100px;cursor:pointer;transition:all .2s}.order-wizard .btn-secondary:hover{border-color:#040438}.order-wizard .alert{padding:14px 20px;border-radius:8px;margin-bottom:20px;font-size:14px}.order-wizard .alert.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.order-wizard .alert.alert-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.order-wizard .form-group{margin-bottom:16px}.order-wizard .form-group label{display:block;font-weight:600;font-size:14px;margin-bottom:6px;color:#040438}.order-wizard .form-input{width:100%;padding:12px 16px;border:2px solid #eee;border-radius:10px;font-size:16px;transition:border-color .2s;box-sizing:border-box}.order-wizard .form-input:focus{border-color:#fbc211;outline:none}.order-wizard .form-error{display:block;color:#dc2626;font-size:13px;margin-top:4px}.order-wizard .orders-list{display:flex;flex-direction:column;gap:16px}.order-wizard .order-card{background:#fff;border:1px solid #eee;border-radius:12px;overflow:hidden}.order-wizard .order-card-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fafafa;border-bottom:1px solid #eee}.order-wizard .order-card-header strong{font-size:15px;color:#040438}.order-wizard .order-card-header .order-date{display:block;font-size:13px;color:#888;margin-top:2px}.order-wizard .order-card-header .label{font-size:12px;padding:4px 10px;border-radius:100px}.order-wizard .order-card-header .label.success{background:#d1fae5;color:#065f46}.order-wizard .order-card-header .label.warning{background:#fef3c7;color:#92400e}.order-wizard .order-card-lines{padding:12px 20px}.order-wizard .order-line{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f5f5f5}.order-wizard .order-line:last-child{border-bottom:none}.order-wizard .order-line .order-line-name{font-size:14px}.order-wizard .order-line .order-line-name small{color:#888}.order-wizard .order-line .order-line-price{font-weight:600;font-size:14px}.order-wizard .order-card-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#fafafa;border-top:1px solid #eee}.order-wizard .order-card-footer .order-total{font-size:15px}.order-wizard .order-card-footer .order-status{font-size:13px;color:#666}
