    
    /* Tetap gunakan style yang sama dengan sebelumnya */
    .order-btn33 {
        padding: 10px 16px;
        background: linear-gradient(135deg,#ff7e5f,#feb47b);
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-weight: bold;
        transition: 0.3s;
        width: 100%;
        font-size: 14px;
        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    }
    .order-btn33:hover { 
        background: linear-gradient(135deg,#feb47b,#ff7e5f); 
    }

    .modal33 {
        display: none; 
        position: fixed;
        z-index: 1000;
        left: 0; top: -20px;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.3);
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(8px);
        padding: 10px;
    }
    .modal-content33 {
        background: rgba(255,255,255,0.9);
        padding: 15px;
        border-radius: 16px;
        width: 100%;
        max-width: 340px;
        position: relative;
        animation: slideUp 0.4s cubic-bezier(.25,.8,.25,1);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }
    .modal-content33 h3 {
        margin-top: 0;
        text-align: center;
        color: #ff6f61;
        font-size: 18px;
        font-weight: 600;
    }
    .close33 {
        position: absolute;
        right: 12px; top: 10px;
        font-size: 20px;
        cursor: pointer;
        color: #666;
    }
    label {
        font-size: 13px;
        font-weight: bold;
        margin-top: 6px;
        display: block;
        color: #333;
    }
    input, textarea, select {
        width: 100%;
        padding: 8px;
        margin: 4px 0 8px 0;
        border: 1px solid #ddd;
        border-radius: 10px;
        font-size: 13px;
        background: #fafafa;
    }
    textarea { resize: vertical; }

    .rating {
        display: flex;
        justify-content: space-between;
        font-size: 22px;
        margin: 6px 0 12px 0;
    }
    .rating span {
        cursor: pointer;
        transition: transform 0.2s, filter 0.2s;
        opacity: 0.6;
    }
    .rating span:hover {
        transform: scale(1.2);
        opacity: 1;
    }
    .rating .selected {
        opacity: 1;
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
    }
    #formStatus {
  margin: 15px 0;
  font-weight: bold;
  text-align: center;
}

.rating span.selected {
  transform: scale(1.2);
  transition: transform 0.2s;
}

    @keyframes slideUp {
        from { opacity: 0; transform: translateY(60px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 480px) {
        .modal-content33 {
            padding: 12px;
            border-radius: 14px;
            max-width: 90%;
        }
        input, textarea {
            font-size: 12px;
            padding: 7px;
        }
        label {
            font-size: 12px;
        }
        .order-btn33 {
            padding: 9px;
            font-size: 13px;
        }
        .rating {
            font-size: 20px;
        }
    }


/* MINI VERSION hanya untuk desktop */
@media (min-width: 1024px) {
    .order-btn33 {
        padding: 5px 8px;
        background: linear-gradient(135deg,#ff7e5f,#feb47b);
        color: white;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 600;
        transition: 0.3s;
        width: 100%;
        font-size: 11px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    }
    .order-btn33:hover { 
        background: linear-gradient(135deg,#feb47b,#ff7e5f); 
    }

    .modal33 {
        display: none; 
        position: fixed;
        z-index: 1000;
        left: 0; top: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.25);
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(6px);
        padding: 6px;
    }
    .modal-content33 {
        background: rgba(255,255,255,0.95);
        padding: 8px;
        border-radius: 10px;
        width: 100%;
        max-width: 520px; /* kecil khusus desktop */
        position: relative;
        animation: slideUp 0.35s cubic-bezier(.25,.8,.25,1);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    .modal-content33 h3 {
        margin-top: 0;
        text-align: center;
        color: #ff6f61;
        font-size: 13px;
        font-weight: 600;
    }
    .close33 {
        position: absolute;
        right: 8px; top: 6px;
        font-size: 16px;
        cursor: pointer;
        color: #666;
    }
    label {
        font-size: 11px;
        font-weight: bold;
        margin-top: 4px;
        display: block;
        color: #333;
    }
    input, textarea, select {
        width: 100%;
        padding: 5px;
        margin: 3px 0 6px 0;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 11px;
        background: #fafafa;
    }
    textarea { resize: vertical; }

    .rating {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        margin: 4px 0 8px 0;
    }
    .rating span {
        cursor: pointer;
        transition: transform 0.2s, filter 0.2s;
        opacity: 0.6;
    }
    .rating span:hover {
        transform: scale(1.15);
        opacity: 1;
    }
    .rating .selected {
        opacity: 1;
        filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
    }
}
