.form-wrapper{display:flex;justify-content:center;gap:40px;padding:40px;background:#f8f8f8;flex-wrap:wrap;max-width:1400px;margin:0 auto}.image-section{flex:1 1 300px;display:flex;align-items:start;justify-content:start;flex-direction:column;align-items:center;filter:drop-shadow(1px 8px 4px var(--fixnix-purple))!important;gap:20px}.support-block{background:#f8f5ff;border:1px solid var(--fixnix-purple);border-radius:8px;padding:20px;color:#2d0142;width:100%}.support-heading{font-weight:700;margin-bottom:15px;color:#2d0142;font-size:25px;line-height:1.4}.support-info{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap}.support-item{display:flex;align-items:center;gap:8px;font-size:14px}.support-icon{color:#f4c542;font-size:18px}.support-label{font-weight:700;color:#2d0142}.support-text{color:#333}.monkey-image{max-width:100%;height:auto;border-radius:8px}.sell-form{flex:1 1 450px;background:#fff;border:1px solid var(--fixnix-purple);border-radius:8px;padding:30px;box-shadow:0 0 15px rgba(0,0,0,.1)}.sell-form h2{color:#2d0142;text-align:center;margin-bottom:25px;font-size:28px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:20px;gap:20px}.sell-form label{display:block;margin-bottom:5px;color:#2d0142;font-weight:600;font-size:14px}.sell-form input,.sell-form select,.sell-form textarea{width:100%;border:1px solid #ccc;padding:10px 12px;border-radius:4px;font-size:14px;margin-bottom:15px;outline:none}#file{cursor:pointer}.sell-form select{cursor:pointer;outline:none}.accessories{margin:10px 0 20px}.checkbox-group{display:flex;flex-wrap:wrap;gap:20px}.checkbox-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#2d0142;cursor:pointer}.checkbox-item input[type=checkbox]{width:18px;height:18px;margin-right:8px}.sell-form textarea{min-height:100px}.submit-btn{background:#2d0142;color:#fff;border:none;padding:12px 20px;border-radius:4px;font-weight:700;width:100%;cursor:pointer;transition:background .3s}.submit-btn:hover{background:#4c0666}@media (max-width:992px){.form-wrapper{gap:30px;padding:30px 20px}.sell-form{padding:25px}.sell-form h2{font-size:24px}.support-heading{font-size:22px}}@media (max-width:768px){.form-wrapper{flex-direction:column;padding:25px 15px}.image-section,.sell-form{width:100%}.sell-form{padding:20px}.form-grid{grid-template-columns:1fr}.support-info{flex-direction:column;gap:10px}}@media (max-width:480px){.form-wrapper{padding:20px 10px}.sell-form{padding:15px}.sell-form h2{font-size:20px}.support-heading{font-size:18px}.checkbox-item,.sell-form label,.support-item{font-size:13px}.support-icon{font-size:16px}}