
            /* ===== Customize Order Section ===== */
            .customize-order-section { background: linear-gradient(135deg, #fdf6ec 0%, #fff9f2 100%); }
            .customize-order-wrapper { border-radius: 20px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.08); }
            .customize-info-panel { background: linear-gradient(160deg, #3d2b1f 0%, #5c3d2e 100%); padding: 55px 45px; color: #fff; height: 100%; display: flex; flex-direction: column; justify-content: center; }
            .customize-info-panel .co-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(243,144,2,0.12); color: #f39002; border: 1px solid rgba(243,144,2,0.3); border-radius: 30px; padding: 6px 18px; font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 22px; width: fit-content; }
            .customize-info-panel h2 { font-size: 32px; color: #fff; line-height: 1.25; margin-bottom: 14px; }
            .customize-info-panel h2 span { color: #f39002; }
            .customize-info-panel > p { color: rgba(255,255,255,0.72); font-size: 14.5px; line-height: 1.8; margin-bottom: 28px; }
            .co-feature-list { list-style: none; padding: 0; margin: 0 0 32px; }
            .co-feature-list li { display: flex; align-items: flex-start; gap: 11px; color: rgba(255,255,255,0.82); font-size: 14px; margin-bottom: 12px; }
            .co-feature-list li i { color: #f39002; font-size: 14px; margin-top: 3px; flex-shrink: 0; }
            .co-contact-note { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.08); border-radius: 10px; padding: 13px 16px; font-size: 13px; color: rgba(255,255,255,0.65); border: 1px solid rgba(255,255,255,0.1); }
            .co-contact-note i { color: #f39002; font-size: 16px; flex-shrink: 0; }
            .co-contact-note a { color: #f39002; text-decoration: none; font-weight: 600; word-break: break-all; }
            .customize-form-panel { background: #fff; padding: 50px 45px; }
            .customize-form-panel .co-form-title { font-size: 21px; color: #2d1f0e; font-weight: 700; margin-bottom: 5px; }
            .customize-form-panel .co-form-subtitle { font-size: 13.5px; color: #999; margin-bottom: 26px; }
            .co-form .co-field { margin-bottom: 16px; }
            .co-form label { display: block; font-size: 12.5px; font-weight: 600; color: #555; margin-bottom: 6px; }
            .co-form label span { color: #f39002; }
            .co-form input[type=text], .co-form input[type=email], .co-form input[type=tel], .co-form select, .co-form textarea { width: 100%; padding: 11px 15px; border: 1.5px solid #e8e0d5; border-radius: 9px; font-size: 14px; color: #222; background: #fdfaf7; transition: border-color 0.3s, box-shadow 0.3s; outline: none; font-family: inherit; }
            .co-form input::placeholder, .co-form select { color: #888; }
            .co-form input:focus, .co-form select:focus, .co-form textarea:focus { border-color: #f39002; box-shadow: 0 0 0 3px rgba(243,144,2,0.12); background: #fff; }
            .co-form textarea { resize: vertical; min-height: 88px; }
            .co-form select { 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='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23f39002' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; background-size: 11px; padding-right: 38px; cursor: pointer; }
            .co-upload-area { border: 2px dashed #e0d5c8; border-radius: 10px; padding: 20px 15px; text-align: center; background: #fdfaf7; cursor: pointer; transition: all 0.3s; position: relative; overflow: hidden; }
            .co-upload-area:hover { border-color: #f39002; background: rgba(243,144,2,0.04); }
            .co-upload-area input[type=file] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; z-index: 2; }
            .co-upload-area .upload-icon { font-size: 26px; color: #f39002; margin-bottom: 7px; }
            .co-upload-area .upload-text strong { display: block; color: #555; font-size: 13.5px; margin-bottom: 3px; }
            .co-upload-area .upload-text span { font-size: 12px; color: #aaa; }
            .co-upload-preview { display: none; margin-top: 10px; text-align: center; }
            .co-upload-preview img { max-height: 90px; border-radius: 7px; border: 1px solid #e8e0d5; }
            .co-upload-preview .preview-name { font-size: 12px; color: #888; margin-top: 5px; }
            .co-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
            .co-submit-btn { width: 100%; padding: 14px; background: linear-gradient(135deg, #f39002 0%, #d97e00 100%); color: #fff; border: none; border-radius: 10px; font-size: 14.5px; font-weight: 700; cursor: pointer; transition: all 0.3s; letter-spacing: 0.3px; margin-top: 4px; }
            .co-submit-btn:hover { background: linear-gradient(135deg, #d97e00 0%, #c16a00 100%); box-shadow: 0 8px 25px rgba(243,144,2,0.45); transform: translateY(-1px); }
            .co-submit-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
            .co-success-msg { display: none; text-align: center; padding: 30px 20px; }
            .co-success-msg i { font-size: 48px; color: #f39002; margin-bottom: 14px; display: block; }
            .co-success-msg h4 { color: #2d1f0e; margin-bottom: 8px; }
            .co-success-msg p { color: #888; font-size: 13.5px; }
            @media (max-width: 991px) {
                .customize-info-panel, .customize-form-panel { padding: 40px 28px; }
                .customize-info-panel h2 { font-size: 26px; }
            }
            @media (max-width: 575px) {
                .customize-info-panel, .customize-form-panel { padding: 30px 18px; }
                .co-form-row { grid-template-columns: 1fr; }
            }
