.dod-card.dod-booking-card{max-width:680px;margin:2.5rem auto 2.5rem;padding:1.8rem 1.75rem 2rem;border-radius:28px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.1);color:#31344e;border:1px solid #e5e7eb;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.dod-card-header{margin-bottom:1.4rem;padding-bottom:1.1rem;border-bottom:1px dashed #e5e7eb}.dod-card-title{margin:0 0 .35rem;font-size:1.6rem;line-height:1.2;font-weight:800}.dod-card-subtitle{margin:0;font-size:.95rem;color:#6b7280}.dod-steps-indicator{margin-top:.9rem;display:inline-flex;align-items:center;gap:.4rem;padding:.18rem .45rem;border-radius:999px;background:#f3f4f6}.dod-step-dot{width:22px;height:22px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:600;color:#9ca3af}.dod-step-dot--active{background:#31344e;color:#f9fafb}.dod-step{animation:dodFade .18s ease-in-out}@keyframes dodFade{from{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.dod-step-title{font-size:1.05rem;font-weight:700;margin-bottom:.9rem}.dod-field{margin-bottom:1.1rem}.dod-field-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.85rem;margin-bottom:1.1rem}@media (max-width:720px){.dod-field-grid{grid-template-columns:minmax(0,1fr)}}.dod-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.25rem;color:#4b5563}.dod-input{width:100%;padding:.7rem .85rem;border-radius:14px;border:1px solid #e5e7eb;background:#f9fafb;color:#31344e;font-size:.92rem}.dod-input::placeholder{color:#9ca3af}.dod-input:focus{outline:none;border-color:#0f172a;background:#fff;box-shadow:0 0 0 1px #0f172a10}.dod-option-group{display:flex;flex-wrap:wrap;gap:.5rem}.dod-option{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .75rem;border-radius:999px;background:#f9fafb;border:1px solid #e5e7eb;font-size:.9rem;cursor:pointer;white-space:nowrap}.dod-option input[type=checkbox]{accent-color:#31344e}.dod-step-actions{margin-top:1.2rem;display:flex;flex-direction:column;gap:.55rem}#dod-booking-widget .dod-btn{display:inline-block;border-radius:999px;border:none;padding:10px 22px;font-size:14px;font-weight:700;background:#ff9500;color:#fff;cursor:pointer;transition:background .15s ease,transform .08s ease,box-shadow .08s ease;box-shadow:0 4px 10px rgba(0,0,0,.15)}.dod-btn-primary{background:linear-gradient(90deg,#f59e0b,#f97316);color:#31344e;box-shadow:0 14px 30px rgba(249,115,22,.4)}.dod-btn-primary:hover{transform:translateY(-1px);box-shadow:0 18px 35px rgba(249,115,22,.5)}#dod-booking-widget .dod-btn-ghost{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;box-shadow:none}#dod-booking-widget .dod-btn:hover{background:#e68500;transform:translateY(-2px);box-shadow:0 6px 14px rgba(0,0,0,.2)}#dod-booking-widget .dod-btn-ghost:hover{background:#e5e7eb;transform:translateY(-1px);box-shadow:none}.dod-card-footnote{font-size:.8rem;color:#6b7280;margin:.4rem 0 0}