.fl-hero{max-width:1100px;margin:0 auto;padding:clamp(2rem,6vw,4.5rem) 1rem 1.5rem}.fl-hero h1{font-size:clamp(2rem,6vw,4rem);line-height:1.04;margin:.35rem 0 1rem;color:var(--text)}.fl-hero>p:last-child{max-width:760px;font-size:clamp(1rem,2vw,1.18rem);line-height:1.65;color:var(--text-muted)}.fl-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800;color:var(--primary,#2563eb)}.fl-shell{max-width:1100px;margin:0 auto;padding:1rem;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:1rem;overflow-wrap:anywhere}.fl-shell *{min-width:0}.fl-card{min-width:0;max-width:100%;padding:clamp(1rem,3vw,1.5rem);border:1px solid var(--border);border-radius:18px;background:var(--surface,#fff);box-shadow:0 14px 35px rgba(15,23,42,.07);color:var(--text)}.fl-card h2,.fl-faq h2{margin:0 0 1rem;font-size:clamp(1.2rem,3vw,1.55rem)}.fl-form,.fl-form label{display:grid;gap:.5rem}.fl-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.fl-form label{font-weight:750;color:var(--text)}.fl-form select,.fl-form input,.fl-form textarea{width:100%;min-height:46px;box-sizing:border-box;border:1px solid var(--border);border-radius:10px;padding:.7rem .8rem;background:var(--bg,#fff);color:var(--text);font:inherit}.fl-form textarea{min-height:120px;resize:vertical}.fl-form:is(input,select,textarea,button):focus-visible,.fl-faq summary:focus-visible{outline:3px solid #60a5fa;outline-offset:3px}.fl-help,.fl-boundary{margin:.1rem 0;color:var(--text-muted);font-size:.9rem;line-height:1.55}.fl-error{margin:.1rem 0;color:#b42318;font-weight:700}.fl-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.35rem}.fl-actions button{min-height:44px;border:1px solid var(--border);border-radius:10px;padding:.65rem .9rem;background:var(--surface,#fff);color:var(--text);font:inherit;font-weight:750;cursor:pointer}.fl-actions .fl-primary{background:var(--primary,#2563eb);border-color:var(--primary,#2563eb);color:#fff}.fl-status{min-height:1.5em;margin:.25rem 0 0;color:var(--text-muted)}.fl-result output{display:block;min-height:150px;white-space:pre-wrap;overflow-wrap:anywhere;border-left:4px solid var(--primary,#2563eb);border-radius:0 10px 10px 0;padding:1rem;background:var(--bg);line-height:1.65}.fl-result-list{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}.fl-result-list li{border:1px solid var(--border);border-radius:10px;padding:.8rem;background:var(--bg)}.fl-result-list strong{display:block;margin-bottom:.3rem}.fl-proof{grid-template-columns:repeat(3,minmax(0,1fr))}.fl-proof p{line-height:1.65;color:var(--text-muted)}.fl-faq{max-width:1100px;margin:1rem auto 3rem;padding:1rem;overflow-wrap:anywhere}.fl-faq details{border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;margin:.65rem 0;background:var(--surface,#fff)}.fl-faq summary{cursor:pointer;font-weight:750}.fl-faq details p{line-height:1.65;color:var(--text-muted)}@media(max-width:760px){.fl-shell,.fl-proof{grid-template-columns:1fr}.fl-fields{grid-template-columns:1fr}.fl-actions button{flex:1 1 100%}}@media(max-width:340px){.fl-shell,.fl-hero,.fl-faq{padding-left:.7rem;padding-right:.7rem}.fl-card{padding:.9rem}.fl-actions button{padding:.6rem}}@media(prefers-reduced-motion:reduce){.fl-card,.fl-actions button{scroll-behavior:auto;transition:none!important}}[data-theme=dark] .fl-card,[data-theme=dark] .fl-faq details{box-shadow:none}