.ds-order-wrap { max-width:720px; margin:24px auto; background:#fff; padding:24px; border-radius:12px; box-shadow:0 8px 24px rgba(0,0,0,0.08); font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue',Arial,'Noto Sans',sans-serif; }
.ds-form-title { margin:0; font-size:1.6rem; line-height:1.2; }
.ds-form-subtitle { color:#64748b; margin-top:4px; }

.ds-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.ds-field { display:flex; flex-direction:column; }
.ds-field--full { grid-column:1 / -1; }
.ds-field label { font-weight:600; margin-bottom:6px; }
.ds-field input { padding:12px 12px; border:1px solid #e5e7eb; border-radius:10px; font-size:15px; outline:none; }
.ds-field input:focus { border-color:#0ea5e9; box-shadow:0 0 0 3px rgba(14,165,233,0.15); }

.ds-packages { margin-top:18px; }
.ds-packages__head h3 { margin:0 0 2px; }
.ds-small { color:#6b7280; margin:0 0 10px; }

.ds-package-grid { display:grid; grid-template-columns:1fr; gap:10px; }
.ds-card { position:relative; display:flex; align-items:flex-start; gap:10px; padding:14px 14px 14px 40px; border:1.5px solid #e5e7eb; border-radius:12px; background:#fcfcfd; cursor:pointer; transition:.2s ease; }
.ds-card:hover { border-color:#93c5fd; background:#f8fbff; }
.ds-card input { position:absolute; left:12px; top:16px; }
.ds-card__check { position:absolute; top:14px; left:12px; width:18px; height:18px; border-radius:50%; border:2px solid #9ca3af; }
.ds-card input:checked + .ds-card__check { background:#16a34a; border-color:#16a34a; }
.ds-card__text { font-size:15px; }

.ds-form-footer { display:flex; flex-direction:column; align-items:center; justify-content:center; margin-top:16px; gap:6px; }
.ds-btn { background:#16a34a; color:#fff; padding:12px 18px; border:none; border-radius:10px; cursor:pointer; font-size:16px; display:inline-flex; align-items:center; justify-content:center; gap:10px; }
.ds-btn.loading .ds-btn__spinner { display:inline-block; }
.ds-btn__spinner { display:none; width:18px; height:18px; border:2px solid #fff; border-top-color:transparent; border-radius:50%; animation:spin 1s linear infinite; }
@keyframes spin { to { transform:rotate(360deg); } }
.ds-form-note {  color:#6b7280; font-size:14px;  text-align:center; }

/* WhatsApp FAB */
.ds-whatsapp-fab { position:fixed; bottom:20px; right:20px; background:#25d366; color:#fff; font-size:28px; width:60px; height:60px; border-radius:50%; display:flex; align-items:center; justify-content:center; box-shadow:0 8px 24px rgba(0,0,0,0.2); z-index:9999; }
.ds-whatsapp-fab:hover { filter:brightness(1.05); }

@media (max-width: 640px){
  .ds-grid { grid-template-columns:1fr; }
}

/* HIDE NATIVE RADIO */
.ds-card input[type="radio"]{ position:absolute; left:12px; top:16px; opacity:0; width:18px; height:18px; pointer-events:none; }

.ds-btn__processing{ display:none !important; }
