:root {
  --szf-chat-blue: #12305f;
  --szf-chat-blue-2: #2456aa;
  --szf-chat-yellow: #ffc72f;
  --szf-chat-soft: #f3f6fc;
  --szf-chat-ink: #13294d;
  --szf-chat-ease: cubic-bezier(.22, 1, .36, 1);
}

.szf-chatbot, .szf-chatbot * { box-sizing: border-box; }
.szf-chatbot { position: fixed; right: 22px; bottom: 22px; z-index: 10070; color: var(--szf-chat-ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; }
.szf-chatbot [hidden] { display: none !important; }
.szf-chatbot__launcher { min-width: 224px; min-height: 62px; display: flex; align-items: center; gap: 11px; padding: 9px 17px 9px 10px; color: #fff; text-align: left; background: linear-gradient(145deg, #173f78, #071a36); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; box-shadow: 0 18px 48px rgba(2,15,42,.28), 0 0 0 1px rgba(255,199,47,.08); cursor: pointer; transition: transform .28s var(--szf-chat-ease), box-shadow .28s ease; }
.szf-chatbot__launcher:hover, .szf-chatbot__launcher:focus-visible { transform: translateY(-3px); box-shadow: 0 22px 56px rgba(2,15,42,.34), 0 0 0 3px rgba(255,199,47,.22); outline: none; }
.szf-chatbot__mark { position: relative; width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; overflow: visible; color: transparent; background-color: #123465; background-image: url("https://suzanfac.com.br/wp-content/uploads/2026/05/1f20a228-f299-40c1-8dae-8cfc1dde9745.png"); background-repeat: no-repeat; background-position: 83% 16%; background-size: 470% auto; border: 2px solid rgba(255,255,255,.94); border-radius: 50%; box-shadow: 0 8px 22px rgba(3,20,47,.22); }
.szf-chatbot__mark::after { position: absolute; right: 1px; bottom: 2px; width: 10px; height: 10px; background: #36d277; border: 2px solid #0b2347; border-radius: 50%; content: ""; }
.szf-chatbot__launcher-copy, .szf-chatbot__header-copy { display: grid; gap: 2px; min-width: 0; }
.szf-chatbot__launcher-copy strong { color: #fff; font-size: 15px; font-weight: 760; line-height: 1.1; }
.szf-chatbot__launcher-copy span { color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.2; }
.szf-chatbot__arrow { margin-left: auto; color: var(--szf-chat-yellow); font-size: 18px; }
.szf-chatbot__panel { position: absolute; right: 0; bottom: 76px; width: min(396px, calc(100vw - 32px)); height: min(660px, calc(100dvh - 122px)); min-height: 520px; display: grid; grid-template-rows: auto minmax(0,1fr) auto; overflow: hidden; background: rgba(255,255,255,.985); border: 1px solid rgba(18,48,95,.12); border-radius: 28px; box-shadow: 0 34px 90px rgba(5,22,53,.28), 0 0 0 1px rgba(255,255,255,.7) inset; backdrop-filter: blur(24px) saturate(145%); transform-origin: right bottom; animation: szfChatOpen .34s var(--szf-chat-ease) both; }
@keyframes szfChatOpen { from { opacity: 0; transform: translateY(14px) scale(.96); } to { opacity: 1; transform: none; } }
.szf-chatbot__header { min-height: 78px; display: flex; align-items: center; gap: 11px; padding: 13px 15px; background: linear-gradient(135deg, #f9fbff, #eef4ff); border-bottom: 1px solid rgba(18,48,95,.1); }
.szf-chatbot__header-copy strong { color: var(--szf-chat-blue); font-size: 15px; font-weight: 800; }
.szf-chatbot__header-copy span { color: #557096; font-size: 11px; }
.szf-chatbot__close { width: 38px; height: 38px; margin-left: auto; display: grid; place-items: center; color: var(--szf-chat-blue); background: #fff; border: 1px solid rgba(18,48,95,.12); border-radius: 50%; cursor: pointer; font-size: 23px; line-height: 1; }
.szf-chatbot__body { overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: 18px 16px 20px; scrollbar-width: thin; scrollbar-color: rgba(18,48,95,.2) transparent; }
.szf-chatbot__eyebrow { margin: 0 0 10px; color: #8c6810; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.szf-chatbot__bubble { width: fit-content; max-width: 92%; margin: 0 0 9px; padding: 11px 13px; color: #263c60; background: var(--szf-chat-soft); border-radius: 8px 18px 18px 18px; font-size: 13px; line-height: 1.48; }
.szf-chatbot__bubble--user { margin-left: auto; color: #fff; background: var(--szf-chat-blue); border-radius: 18px 8px 18px 18px; }
.szf-chatbot__question { margin: 16px 0 12px; color: var(--szf-chat-blue); font-family: Inter, sans-serif; font-size: 19px; font-weight: 790; line-height: 1.16; letter-spacing: -.025em; }
.szf-chatbot__choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.szf-chatbot__choice, .szf-chatbot__back, .szf-chatbot__restart { color: var(--szf-chat-blue); background: #fff; border: 1px solid rgba(18,48,95,.14); cursor: pointer; font: inherit; }
.szf-chatbot__choice { min-height: 48px; padding: 10px 11px; border-radius: 14px; font-size: 12px; font-weight: 720; line-height: 1.25; text-align: left; transition: transform .22s var(--szf-chat-ease), border-color .22s ease, background .22s ease; }
.szf-chatbot__choice:hover, .szf-chatbot__choice:focus-visible { transform: translateY(-2px); background: #eef4ff; border-color: rgba(36,86,170,.42); outline: none; }
.szf-chatbot__nav { display: flex; gap: 8px; margin-top: 13px; }
.szf-chatbot__back, .szf-chatbot__restart { min-height: 36px; padding: 7px 11px; border-radius: 999px; font-size: 11px; font-weight: 700; }
.szf-chatbot__form { display: grid; gap: 10px; margin-top: 14px; }
.szf-chatbot__field { display: grid; gap: 5px; }
.szf-chatbot__field span { color: #40577b; font-size: 11px; font-weight: 720; }
.szf-chatbot__field input, .szf-chatbot__field textarea { width: 100%; min-height: 43px; padding: 10px 12px; color: var(--szf-chat-ink); background: #fff; border: 1px solid rgba(18,48,95,.16); border-radius: 12px; font: inherit; font-size: 13px; outline: none; }
.szf-chatbot__field textarea { min-height: 72px; resize: vertical; }
.szf-chatbot__field input:focus, .szf-chatbot__field textarea:focus { border-color: var(--szf-chat-blue-2); box-shadow: 0 0 0 3px rgba(36,86,170,.1); }
.szf-chatbot__consent { display: flex; align-items: flex-start; gap: 8px; color: #53647f; font-size: 10.5px; line-height: 1.35; }
.szf-chatbot__consent input { width: 16px; height: 16px; min-height: 16px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--szf-chat-blue-2); }
.szf-chatbot__send { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 16px; color: #0b2347; background: linear-gradient(135deg,#ffdb62,var(--szf-chat-yellow)); border: 0; border-radius: 14px; box-shadow: 0 12px 26px rgba(255,199,47,.24); cursor: pointer; font: inherit; font-size: 13px; font-weight: 820; }
.szf-chatbot__error { margin: 0; color: #a72f38; font-size: 11px; line-height: 1.35; }
.szf-chatbot__typing { min-height: 38px; display: inline-flex; align-items: center; gap: 4px; padding: 0 13px; background: var(--szf-chat-soft); border-radius: 8px 18px 18px 18px; }
.szf-chatbot__typing i { width: 6px; height: 6px; background: #7890b5; border-radius: 50%; animation: szfChatTyping 1s ease-in-out infinite; }
.szf-chatbot__typing i:nth-child(2) { animation-delay: .12s; }
.szf-chatbot__typing i:nth-child(3) { animation-delay: .24s; }
@keyframes szfChatTyping { 0%,70%,100% { transform: none; opacity: .45; } 35% { transform: translateY(-3px); opacity: 1; } }
.szf-chatbot__footer { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 14px; color: #77839a; background: #fbfcff; border-top: 1px solid rgba(18,48,95,.09); font-size: 9.5px; line-height: 1.3; }
.szf-chatbot__footer .szf-chatbot__restart { min-height: 30px; flex: 0 0 auto; padding: 5px 9px; }

@media (max-width: 680px) {
  .szf-chatbot { right: 12px; bottom: 78px; }
  .szf-chatbot__launcher { min-width: 0; min-height: 58px; padding: 7px; }
  .szf-chatbot__launcher-copy, .szf-chatbot__arrow { display: none; }
  .szf-chatbot__panel { right: 0; bottom: 70px; width: calc(100vw - 24px); height: min(650px, calc(100dvh - 166px)); min-height: 420px; border-radius: 24px; }
  .szf-chatbot__choices { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .szf-chatbot__panel, .szf-chatbot__typing i, .szf-chatbot__launcher, .szf-chatbot__choice { animation: none !important; transition: none !important; }
}
