.BookDemo_container__7N6Ql{max-width:700px;margin:0 auto;padding:4rem 2rem;min-height:100vh}.BookDemo_backLink__KdFll{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-dark-gray);text-decoration:none;font-weight:500;margin-bottom:2rem;transition:color .2s ease}.BookDemo_backLink__KdFll:hover{color:var(--foreground);text-decoration:underline}.BookDemo_backArrow__D3IMm{font-size:1.25rem;line-height:1}.BookDemo_content__CSBx6{background:var(--card-background);border:1px solid var(--border-color);border-radius:12px;padding:3rem;box-shadow:0 2px 8px var(--shadow-light)}.BookDemo_header__gskYs{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border-color)}.BookDemo_title__eUMbD{font-size:2.5rem;font-weight:800;color:var(--foreground);margin-bottom:1rem;line-height:1.2}.BookDemo_subtitle__Wbv_y{font-size:1.125rem;color:var(--text-gray);line-height:1.6}.BookDemo_form__QWK3w{display:flex;flex-direction:column;gap:1.5rem}.BookDemo_formGroup__slPEH{display:flex;flex-direction:column;gap:.5rem}.BookDemo_label__Szxte{font-size:.95rem;font-weight:600;color:var(--foreground)}.BookDemo_required__9dtlS{color:#ef4444}.BookDemo_input__XdPAr{width:100%;padding:.875rem 1rem;font-size:1rem;border:1px solid var(--border-color);border-radius:8px;background:var(--background);color:var(--foreground);transition:all .2s ease;font-family:inherit}.BookDemo_input__XdPAr:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--shadow-primary)}.BookDemo_input__XdPAr:disabled{background:var(--hover-background);cursor:not-allowed;opacity:.7}.BookDemo_inputError__3dZKP{border-color:#ef4444}.BookDemo_inputError__3dZKP:focus{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.BookDemo_errorText__L_jnn{font-size:.875rem;color:#ef4444;margin-top:-.25rem}.BookDemo_errorMessage__OQCR9{padding:1rem;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;font-size:.95rem}.BookDemo_submitButton__Fm8ON{margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;color:white;background:var(--primary);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:inherit}.BookDemo_submitButton__Fm8ON:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px var(--shadow-primary)}.BookDemo_submitButton__Fm8ON:active:not(:disabled){transform:translateY(0)}.BookDemo_submitButton__Fm8ON:disabled{opacity:.6;cursor:not-allowed}.BookDemo_successMessage__VJWAt{text-align:center;padding:2rem 0}.BookDemo_successIcon__XRw46{width:64px;height:64px;margin:0 auto 1.5rem;background:rgba(16,185,129,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#10b981;font-weight:700}.BookDemo_successTitle__gxXDH{font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:.75rem}.BookDemo_successText__M9aSk{font-size:1rem;color:var(--text-gray);line-height:1.6;margin-bottom:2rem}@media (max-width:768px){.BookDemo_container__7N6Ql,.BookDemo_content__CSBx6{padding:2rem 1.5rem}.BookDemo_title__eUMbD{font-size:2rem}.BookDemo_subtitle__Wbv_y{font-size:1rem}}