#tsfa-root, #tsfa-root * { box-sizing: border-box; }
#tsfa-root { --tsfa-primary: #102b46; --tsfa-accent: #e5ad35; position: fixed; right: 22px; bottom: 22px; z-index: 999999; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #17202a; font-size: 16px; line-height: 1.4; }
#tsfa-root button, #tsfa-root input, #tsfa-root textarea { font-family: inherit !important; letter-spacing: normal !important; text-transform: none !important; }
.tsfa-launcher { display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 10px 18px 10px 10px; border: 0; border-radius: 28px; background: var(--tsfa-primary); color: #fff; font: inherit; font-weight: 700; cursor: pointer; box-shadow: 0 10px 30px rgba(0,0,0,.22); transition: transform .2s ease, box-shadow .2s ease; }
.tsfa-launcher:hover, .tsfa-launcher:focus-visible { transform: translateY(-2px); box-shadow: 0 13px 34px rgba(0,0,0,.28); }
.tsfa-launcher-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--tsfa-accent); color: var(--tsfa-primary); font-size: 21px; font-weight: 900; }
.tsfa-launcher-open { visibility: hidden; }
.tsfa-panel { position: absolute; right: 0; bottom: 0; width: min(370px, calc(100vw - 24px)); max-height: min(650px, calc(100vh - 28px)); overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 20px 60px rgba(0,0,0,.28); animation: tsfa-in .22s ease-out; }
@keyframes tsfa-in { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }
.tsfa-header { display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; background: var(--tsfa-primary); color: #fff; }
.tsfa-header strong { display: block; font-size: 16px; }
.tsfa-header small { display: block; margin-top: 2px; opacity: .78; font-size: 12px; }
.tsfa-close { width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: #fff; font-size: 25px; line-height: 1; cursor: pointer; }
.tsfa-progress { height: 4px; background: #edf0f3; }
.tsfa-progress span { display: block; height: 100%; width: 0; background: var(--tsfa-accent); transition: width .25s ease; }
.tsfa-content { max-height: calc(min(650px, 100vh - 28px) - 108px); overflow-y: auto; padding: 19px 18px 16px; }
.tsfa-content h2 { margin: 3px 0 9px; color: var(--tsfa-primary); font-size: 21px; line-height: 1.25; }
.tsfa-content p { margin: 0 0 16px; color: #52606d; font-size: 14px; line-height: 1.55; }
.tsfa-content .tsfa-kicker { margin: 0; color: #8a6513; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tsfa-options { display: grid; gap: 7px; width: 100%; }
#tsfa-root button.tsfa-option { display: block !important; width: 100% !important; min-width: 0 !important; min-height: 0 !important; height: auto !important; margin: 0 !important; padding: 9px 12px !important; border: 1px solid #dce2e8 !important; border-radius: 9px !important; background: #fff !important; color: #23313f !important; -webkit-text-fill-color: #23313f !important; font-size: 13px !important; font-weight: 500 !important; line-height: 1.3 !important; text-align: left !important; white-space: normal !important; overflow-wrap: anywhere; cursor: pointer; transition: border-color .16s ease, background .16s ease; }
#tsfa-root button.tsfa-option:hover, #tsfa-root button.tsfa-option:focus-visible, #tsfa-root button.tsfa-option.is-selected { border-color: var(--tsfa-primary) !important; background: #f2f6fa !important; color: #17283a !important; -webkit-text-fill-color: #17283a !important; }
#tsfa-root button.tsfa-option.is-selected { box-shadow: inset 3px 0 var(--tsfa-accent) !important; font-weight: 700 !important; }
.tsfa-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; }
#tsfa-root button.tsfa-next, #tsfa-root .tsfa-call { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: auto !important; min-width: 112px !important; min-height: 42px !important; height: auto !important; margin: 0 !important; padding: 10px 16px !important; border: 0 !important; border-radius: 9px !important; background: var(--tsfa-primary) !important; color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: 14px !important; font-weight: 700 !important; line-height: 1.2 !important; opacity: 1 !important; visibility: visible !important; text-decoration: none !important; cursor: pointer; }
#tsfa-root button.tsfa-next:hover, #tsfa-root button.tsfa-next:focus-visible { background: #091f35 !important; color: #fff !important; -webkit-text-fill-color: #fff !important; }
.tsfa-next:disabled { opacity: .65; cursor: wait; }
#tsfa-root button.tsfa-back { min-width: 0 !important; min-height: 0 !important; height: auto !important; margin: 0 !important; padding: 9px 0 !important; border: 0 !important; background: transparent !important; color: #536170 !important; -webkit-text-fill-color: #536170 !important; font-size: 13px !important; line-height: 1.2 !important; cursor: pointer; }
.tsfa-label, .tsfa-grid label { display: block; margin-bottom: 6px; color: #344150; font-size: 13px; font-weight: 700; }
.tsfa-content input, .tsfa-content textarea { width: 100%; margin-top: 5px; padding: 11px 12px; border: 1px solid #ccd5dd; border-radius: 9px; background: #fff; color: #17202a; font: inherit; font-size: 16px; }
.tsfa-content input:focus, .tsfa-content textarea:focus { outline: 3px solid color-mix(in srgb, var(--tsfa-accent) 28%, transparent); border-color: var(--tsfa-primary); }
.tsfa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 12px; }
.tsfa-grid label { margin: 0; }
.tsfa-grid small { font-weight: 400; }
.tsfa-content fieldset { margin: 16px 0; padding: 0; border: 0; }
.tsfa-content legend { margin-bottom: 7px; color: #344150; font-size: 13px; font-weight: 700; }
.tsfa-contact-options { display: flex; gap: 8px; }
.tsfa-contact-options label { flex: 1; padding: 9px; border: 1px solid #d5dde4; border-radius: 9px; text-align: center; font-size: 13px; }
.tsfa-contact-options input { width: auto; margin: 0; }
.tsfa-consent { display: grid; grid-template-columns: 18px 1fr; gap: 7px; color: #52606d; font-size: 12px; line-height: 1.4; }
.tsfa-consent input { width: auto; margin: 2px 0 0; }
.tsfa-consent a { color: var(--tsfa-primary); }
.tsfa-hp { position: absolute !important; left: -99999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.tsfa-hint { margin-top: 5px; color: #71808e; font-size: 11px; }
.tsfa-error { min-height: 18px; margin-top: 5px; color: #b42318; font-size: 12px; font-weight: 650; }
.tsfa-footer { padding: 10px 16px; border-top: 1px solid #edf0f3; background: #fafbfc; color: #6a7682; font-size: 10px; text-align: center; }
.tsfa-success { padding: 15px 4px 8px; text-align: center; }
.tsfa-success > span { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 13px; border-radius: 50%; background: #e9f7ef; color: #1a7f46; font-size: 27px; font-weight: 800; }
.tsfa-success .tsfa-call { margin-top: 7px; }
@media (max-width: 520px) {
  #tsfa-root { right: 12px; bottom: 12px; }
  .tsfa-panel { position: fixed; right: 8px; bottom: 8px; left: 8px; width: auto; max-height: calc(100vh - 16px); }
  .tsfa-content { max-height: calc(100vh - 124px); }
  .tsfa-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .tsfa-panel, .tsfa-launcher { animation: none; transition: none; } }
