:root{--text:#4a4a4a;--heading:#3d3d3d;--muted:#777;--line:#e2e2e2;--bg:#fff;--bg-soft:#f5f5f5;--accent:#2f5b8f;--accent-soft:#e8eef6;--error:#b42318;--ok:#1f7a3a;--warn-bg:#fff6e5;--warn-line:#f0c36d;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html.embedded,html.embedded body{overflow:hidden}html.embedded .form-title{display:none}body{background:var(--bg);color:var(--text);margin:0;font-family:Open Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}.app{max-width:760px;margin:0 auto;padding:16px}h1{color:var(--heading);margin:.5rem 0;font-size:2rem;font-weight:400}h2{color:var(--heading);margin:0 0 .75rem;font-size:1.4rem;font-weight:400}.lead{margin:0 0 1.5rem}.section{border-top:1px solid var(--line);padding:1.25rem 0}.row{flex-wrap:wrap;gap:1rem 1.5rem;margin-bottom:.75rem;display:flex}.field{flex-direction:column;gap:.25rem;min-width:0;display:flex}.field--wide{width:100%}.label{color:var(--muted);font-size:.9rem}.inputs{flex-wrap:wrap;gap:.5rem;display:flex}input[type=text],input[type=email],input[type=tel],input[type=date],input[type=time],select,textarea{font:inherit;color:var(--text);background:var(--bg);border:1px solid #c9c9c9;border-radius:4px;max-width:100%;min-height:44px;padding:.5rem .6rem}.field--wide input,.field--wide textarea{width:100%}input:focus,select:focus,textarea:focus,button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.stepper{border:1px solid #c9c9c9;border-radius:4px;align-items:center;width:max-content;display:inline-flex}.stepper button{font:inherit;background:var(--bg-soft);width:44px;height:44px;color:var(--accent);cursor:pointer;border:0;font-size:1.25rem}.stepper button:disabled{color:#bbb;cursor:default}.stepper output{text-align:center;min-width:2.5rem;font-weight:600}.choices{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.choice{border:1px solid var(--line);cursor:pointer;border-radius:6px;flex:180px;grid-template-columns:auto 1fr;column-gap:.5rem;padding:.6rem .8rem;display:grid}.choice small{color:var(--muted);grid-column:2}.choice--on{border-color:var(--accent);background:var(--accent-soft)}.check{cursor:pointer;align-items:flex-start;gap:.6rem;margin:.5rem 0;display:flex}.check input{flex:none;width:20px;height:20px;margin-top:2px}.muted{color:var(--muted);margin:.4rem 0;font-size:.9rem}.error{color:var(--error);margin:.4rem 0}.ok{color:var(--ok);font-weight:600}.hint{background:var(--accent-soft);border-radius:4px;padding:.6rem .8rem}.notice{background:var(--warn-bg);border:1px solid var(--warn-line);border-radius:6px;margin:1rem 0;padding:.75rem 1rem}.notice p{margin:.25rem 0}a{color:var(--accent)}button.link{color:var(--accent);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.price{border-collapse:collapse;width:100%}.price td{border-bottom:1px solid var(--line);vertical-align:top;padding:.45rem 0}.price .num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums;padding-left:1rem}.price tfoot td{border-bottom:0;padding-top:.75rem;font-size:1.1rem;font-weight:700}.hp{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.submit:disabled{opacity:.6;cursor:default}.submit{font:inherit;color:#fff;background:var(--accent);cursor:pointer;border:0;border-radius:4px;min-height:48px;margin-top:1rem;padding:.8rem 1.5rem;font-weight:600}@media (width<=520px){.row>.field:not(.field--stepper){flex:100%}h1{font-size:1.6rem}}
