#odyssey-form[data-astro-cid-bhj43sfr]{position:relative;max-width:600px;margin:0 auto;font-family:inherit}.odyssey-progress-wrapper[data-astro-cid-bhj43sfr]{margin-bottom:2rem}.odyssey-step-counter[data-astro-cid-bhj43sfr]{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.odyssey-progress-bar[data-astro-cid-bhj43sfr]{width:100%;height:6px;background:#e5e7eb;border-radius:9999px;overflow:hidden}.odyssey-progress-fill[data-astro-cid-bhj43sfr]{height:100%;background:#f97316;border-radius:9999px;transition:width .4s cubic-bezier(.4,0,.2,1)}.form-step[data-astro-cid-bhj43sfr]{display:none;animation:odysseyFadeIn .3s ease}.form-step[data-astro-cid-bhj43sfr].active{display:block}@keyframes odysseyFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.odyssey-step-title[data-astro-cid-bhj43sfr]{font-size:1.375rem;font-weight:700;color:#111827;margin:0 0 1.5rem}.odyssey-fields[data-astro-cid-bhj43sfr]{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.odyssey-field[data-astro-cid-bhj43sfr]{display:flex;flex-direction:column;gap:.375rem}.odyssey-label[data-astro-cid-bhj43sfr]{font-size:.9375rem;font-weight:600;color:#374151}.required[data-astro-cid-bhj43sfr]{color:#f97316}.form-input[data-astro-cid-bhj43sfr],.form-select[data-astro-cid-bhj43sfr],.form-textarea[data-astro-cid-bhj43sfr]{width:100%;padding:.625rem .875rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.9375rem;color:#111827;background:#fff;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;font-family:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none}.form-select[data-astro-cid-bhj43sfr]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.25rem;cursor:pointer}.form-textarea[data-astro-cid-bhj43sfr]{resize:vertical;min-height:100px}.form-input[data-astro-cid-bhj43sfr]:focus,.form-select[data-astro-cid-bhj43sfr]:focus,.form-textarea[data-astro-cid-bhj43sfr]:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f9731626}.form-input[data-astro-cid-bhj43sfr].error,.form-select[data-astro-cid-bhj43sfr].error{border-color:#ef4444}.field-error[data-astro-cid-bhj43sfr]{font-size:.8125rem;color:#ef4444;min-height:1.1em;font-weight:500}.odyssey-pills[data-astro-cid-bhj43sfr]{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.quiz-option[data-astro-cid-bhj43sfr]{padding:.45rem 1rem;border:1.5px solid #d1d5db;border-radius:9999px;font-size:.875rem;font-weight:500;color:#374151;background:#fff;cursor:pointer;transition:all .18s ease;font-family:inherit}.quiz-option[data-astro-cid-bhj43sfr]:hover{border-color:#f97316;color:#f97316}.quiz-option[data-astro-cid-bhj43sfr].selected{background:#f97316;border-color:#f97316;color:#fff}.odyssey-addons[data-astro-cid-bhj43sfr]{display:flex;flex-direction:column;gap:.625rem;margin-top:.25rem}.addon-option[data-astro-cid-bhj43sfr]{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-size:.9375rem;color:#374151}.addon-option[data-astro-cid-bhj43sfr] input[data-astro-cid-bhj43sfr][type=checkbox]{width:18px;height:18px;accent-color:#f97316;cursor:pointer;flex-shrink:0}.addon-label[data-astro-cid-bhj43sfr]{font-weight:500}.addon-price[data-astro-cid-bhj43sfr]{color:#6b7280;font-weight:400}.odyssey-nav[data-astro-cid-bhj43sfr]{display:flex;gap:.75rem;align-items:center}.btn-primary[data-astro-cid-bhj43sfr]{flex:1;padding:.75rem 1.5rem;background:#f97316;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .1s;font-family:inherit}.btn-primary[data-astro-cid-bhj43sfr]:hover{background:#ea6c0a}.btn-primary[data-astro-cid-bhj43sfr]:active{transform:scale(.98)}.btn-secondary[data-astro-cid-bhj43sfr]{padding:.75rem 1.25rem;background:transparent;color:#6b7280;border:1.5px solid #d1d5db;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:border-color .2s,color .2s;font-family:inherit;white-space:nowrap}.btn-secondary[data-astro-cid-bhj43sfr]:hover{border-color:#9ca3af;color:#374151}.odyssey-submit[data-astro-cid-bhj43sfr]{flex:1}.odyssey-modal[data-astro-cid-bhj43sfr]{display:none;position:fixed;inset:0;z-index:1000;align-items:center;justify-content:center;padding:1rem}.odyssey-modal[data-astro-cid-bhj43sfr].open{display:flex}.odyssey-modal-backdrop[data-astro-cid-bhj43sfr]{position:absolute;inset:0;background:#00000080;backdrop-filter:blur(2px)}.odyssey-modal-content[data-astro-cid-bhj43sfr]{position:relative;background:#fff;border-radius:16px;padding:2.5rem 2rem;max-width:420px;width:100%;text-align:center;box-shadow:0 20px 60px #0000002e;animation:odysseyModalIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes odysseyModalIn{0%{opacity:0;transform:scale(.88) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.odyssey-modal-icon[data-astro-cid-bhj43sfr]{width:56px;height:56px;background:#f97316;color:#fff;border-radius:50%;font-size:1.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.odyssey-modal-title[data-astro-cid-bhj43sfr]{font-size:1.375rem;font-weight:700;color:#111827;margin:0 0 .75rem}.odyssey-modal-text[data-astro-cid-bhj43sfr]{font-size:.9375rem;color:#6b7280;margin:0 0 1.75rem;line-height:1.6}.odyssey-modal-close[data-astro-cid-bhj43sfr]{width:100%}
