@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";
.SupportChat-module__wOJcia__bubble{z-index:1001;cursor:pointer;background:linear-gradient(135deg,#06c 0%,#4b39d6 55%,#a5308f 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .18s,box-shadow .18s;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 12px 30px #0066cc5c}.SupportChat-module__wOJcia__bubble:hover{transform:translateY(-2px)scale(1.04);box-shadow:0 16px 38px #0066cc70}.SupportChat-module__wOJcia__bubble:focus-visible{outline:3px solid var(--brand-cyan,#00d4ff);outline-offset:3px}.SupportChat-module__wOJcia__bubbleIcon{color:#fff;font-size:26px;line-height:1}.SupportChat-module__wOJcia__panel{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #ffffffb3;border-radius:20px;flex-direction:column;width:380px;max-width:calc(100vw - 44px);height:min(560px,78vh);animation:.24s SupportChat-module__wOJcia__slideUp;display:flex;position:fixed;bottom:94px;right:22px;overflow:hidden;box-shadow:0 24px 60px #0c285047}@keyframes SupportChat-module__wOJcia__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.SupportChat-module__wOJcia__header{color:#fff;background:linear-gradient(120deg,#06c 0%,#4b39d6 55%,#a5308f 100%);align-items:center;gap:12px;padding:16px 18px;display:flex}.SupportChat-module__wOJcia__headerText{flex:1;min-width:0}.SupportChat-module__wOJcia__headerTitle{margin:0;font-size:16px;font-weight:800}.SupportChat-module__wOJcia__headerSub{color:#ffffffd9;margin:2px 0 0;font-size:12.5px}.SupportChat-module__wOJcia__close{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;flex-shrink:0;width:30px;height:30px;font-size:14px;line-height:1;transition:background .15s}.SupportChat-module__wOJcia__close:hover{background:#ffffff4d}.SupportChat-module__wOJcia__messages{background:radial-gradient(60% 50% at 50% 0,#0066cc0f,#0000 70%),linear-gradient(#f8fbff,#fff);flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.SupportChat-module__wOJcia__rowBot,.SupportChat-module__wOJcia__rowUser{max-width:100%;display:flex}.SupportChat-module__wOJcia__rowBot{justify-content:flex-start}.SupportChat-module__wOJcia__rowUser{justify-content:flex-end}.SupportChat-module__wOJcia__bubbleBot,.SupportChat-module__wOJcia__bubbleUser{word-wrap:break-word;white-space:pre-line;border-radius:16px;max-width:82%;padding:11px 14px;font-size:14px;line-height:1.55}.SupportChat-module__wOJcia__bubbleBot{color:var(--brand-dark,#0f172a);background:#fff;border:1px solid #0066cc24;border-bottom-left-radius:5px;box-shadow:0 3px 10px #0066cc0d}.SupportChat-module__wOJcia__bubbleUser{color:#fff;background:linear-gradient(120deg,#06c 0%,#4b39d6 100%);border-bottom-right-radius:5px}.SupportChat-module__wOJcia__msgActions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.SupportChat-module__wOJcia__actionBtn{cursor:pointer;color:#fff;background:linear-gradient(120deg,#06c 0%,#4b39d6 100%);border:none;border-radius:999px;padding:8px 14px;font-family:inherit;font-size:12.5px;font-weight:800;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-block}.SupportChat-module__wOJcia__actionBtn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0066cc4d}.SupportChat-module__wOJcia__actionGhost{color:var(--brand-blue,#06c);cursor:pointer;text-align:left;background:#fff;border:1.5px solid #0066cc38;border-radius:999px;padding:8px 13px;font-family:inherit;font-size:12.5px;font-weight:700;transition:border-color .15s,transform .15s;display:inline-block}.SupportChat-module__wOJcia__actionGhost:hover:not(:disabled){border-color:var(--brand-blue,#06c);transform:translateY(-1px)}.SupportChat-module__wOJcia__actionGhost:disabled{opacity:.5;cursor:default}.SupportChat-module__wOJcia__survey{flex-direction:column;align-items:flex-start;gap:10px;margin-top:12px;display:flex}.SupportChat-module__wOJcia__stars{gap:2px;display:flex}.SupportChat-module__wOJcia__star{cursor:pointer;color:#f5a623;background:0 0;border:none;padding:0 2px;font-size:26px;line-height:1;transition:transform .12s}.SupportChat-module__wOJcia__star:hover{transform:scale(1.12)}.SupportChat-module__wOJcia__star:focus-visible{outline:2px solid var(--brand-blue,#06c);outline-offset:2px;border-radius:4px}.SupportChat-module__wOJcia__surveyForm{flex-direction:column;gap:8px;width:100%;display:flex}.SupportChat-module__wOJcia__surveyInput{width:100%;color:var(--brand-dark,#0f172a);background:#f8fbff;border:1px solid #06c3;border-radius:12px;padding:9px 13px;font-family:inherit;font-size:13px}.SupportChat-module__wOJcia__surveyInput:focus{border-color:var(--brand-blue,#06c);outline:none;box-shadow:0 0 0 3px #0066cc1f}.SupportChat-module__wOJcia__surveyLink{cursor:pointer;color:#6b7a90;background:0 0;border:none;padding:0;font-family:inherit;font-size:12.5px;font-weight:700;text-decoration:underline}.SupportChat-module__wOJcia__surveyLink:hover{color:var(--brand-blue,#06c)}.SupportChat-module__wOJcia__surveyThanks{color:var(--brand-blue,#06c);margin-top:10px;font-size:13.5px;font-weight:700}.SupportChat-module__wOJcia__typingBubble{background:#fff;border:1px solid #0066cc24;border-radius:16px 16px 16px 5px;align-items:center;gap:5px;padding:13px 15px;display:inline-flex;box-shadow:0 3px 10px #0066cc0d}.SupportChat-module__wOJcia__typingDot{background:#9fb0c4;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite SupportChat-module__wOJcia__typingBounce}.SupportChat-module__wOJcia__typingDot:nth-child(2){animation-delay:.18s}.SupportChat-module__wOJcia__typingDot:nth-child(3){animation-delay:.36s}@keyframes SupportChat-module__wOJcia__typingBounce{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-4px)}}.SupportChat-module__wOJcia__chips{background:#f8fbffe6;border-top:1px solid #0066cc14;flex-wrap:wrap;gap:7px;padding:10px 14px;display:flex}.SupportChat-module__wOJcia__chip{color:var(--brand-text,#475569);cursor:pointer;background:#fff;border:1.5px solid #0066cc29;border-radius:999px;padding:7px 12px;font-family:inherit;font-size:12.5px;font-weight:700;transition:all .16s}.SupportChat-module__wOJcia__chip:hover{border-color:var(--brand-blue,#06c);color:var(--brand-blue,#06c);transform:translateY(-1px)}.SupportChat-module__wOJcia__endChat{color:var(--brand-blue,#06c);cursor:pointer;background:linear-gradient(120deg,#0066cc14,#4b39d614);border:1.5px solid #0066cc47;border-radius:999px;padding:8px 16px;font-family:inherit;font-size:12.5px;font-weight:800;transition:border-color .16s,transform .16s,box-shadow .16s}.SupportChat-module__wOJcia__endChat:hover:not(:disabled){border-color:var(--brand-blue,#06c);transform:translateY(-1px);box-shadow:0 5px 14px #0066cc24}.SupportChat-module__wOJcia__endChat:disabled{opacity:.5;cursor:default}.SupportChat-module__wOJcia__inputRow{background:#fff;border-top:1px solid #0066cc14;align-items:center;gap:8px;padding:12px 14px 14px;display:flex}.SupportChat-module__wOJcia__input{min-width:0;color:var(--brand-dark,#0f172a);-webkit-appearance:none;background:#f8fbff;border:1px solid #0066cc2e;border-radius:999px;flex:1;padding:11px 16px;font-family:inherit;font-size:14px}.SupportChat-module__wOJcia__input::placeholder{color:#9fb0c4}.SupportChat-module__wOJcia__input:focus{border-color:var(--brand-blue,#06c);outline:none;box-shadow:0 0 0 3px #0066cc1f}.SupportChat-module__wOJcia__send{cursor:pointer;color:#fff;background:linear-gradient(135deg,#06c 0%,#4b39d6 100%);border:none;border-radius:50%;flex-shrink:0;width:40px;height:40px;font-size:18px;line-height:1;transition:transform .15s,opacity .15s}.SupportChat-module__wOJcia__send:hover:not(:disabled){transform:translateY(-1px)}.SupportChat-module__wOJcia__send:disabled{opacity:.45;cursor:default}@media (max-width:480px){.SupportChat-module__wOJcia__panel{border-radius:20px 20px 0 0;width:100%;max-width:100%;height:85vh;bottom:0;left:0;right:0}.SupportChat-module__wOJcia__bubble{bottom:16px;right:16px}}@media (prefers-reduced-motion:reduce){.SupportChat-module__wOJcia__panel{animation:none}.SupportChat-module__wOJcia__bubble,.SupportChat-module__wOJcia__chip,.SupportChat-module__wOJcia__send,.SupportChat-module__wOJcia__actionBtn,.SupportChat-module__wOJcia__actionGhost{transition:none}.SupportChat-module__wOJcia__typingDot{opacity:.6;animation:none}}
:root{--brand-navy:#0c4a6e;--brand-blue:#06c;--brand-cyan:#00d4ff;--brand-cyan-dim:#00d4ff26;--brand-text:#475569;--brand-dark:#0f172a;--brand-bg:#f0f9ff;--brand-bg-alt:#e0f2fe;--brand-card:#ffffffb3;--brand-gold:gold;--gradient-main:linear-gradient(135deg, #06c 0%, #00d4ff 100%);--gradient-glow:linear-gradient(90deg, #06c, #00d4ff, #06c)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--brand-dark);background:linear-gradient(135deg, var(--brand-bg-alt) 0%, var(--brand-bg) 100%);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}.heading{letter-spacing:-.02em;font-family:Space Grotesk,sans-serif;font-weight:700}:focus-visible{outline:3px solid var(--brand-cyan);outline-offset:2px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#c5d0db;border-radius:3px}.btn{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 28px;font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:600;transition:all .3s;display:inline-flex}.btnPrimary{composes:btn;background:var(--gradient-main);color:#fff;box-shadow:0 4px 14px #0066cc4d}.btnPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #06c6}.btnPrimary:disabled{opacity:.5;cursor:not-allowed}.input{border:2px solid var(--brand-bg-alt);width:100%;color:var(--brand-dark);background:var(--brand-bg);border-radius:12px;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;transition:all .3s}.input:focus{border-color:var(--brand-cyan);box-shadow:0 0 0 3px var(--brand-cyan-dim);background:#fff;outline:none}.textarea{composes:input;resize:vertical;min-height:80px}.inputGroup{margin-bottom:12px}.inputLabel{color:var(--brand-text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:13px;font-weight:500;display:block}.section{max-width:1100px;margin:0 auto;padding:48px 24px}.sectionTitle{color:var(--brand-dark);text-align:center;margin-bottom:8px;font-size:28px}.sectionSub{color:var(--brand-text);text-align:center;margin-bottom:32px;font-size:15px}.backBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--brand-dark);cursor:pointer;background:#ffffffb3;border:1px solid #06c3;border-radius:50px;align-items:center;gap:6px;margin-bottom:20px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .3s;display:inline-flex}.backBtn:hover{border-color:var(--brand-blue);color:var(--brand-blue);box-shadow:0 4px 15px #0066cc26}@media (max-width:768px){.section{padding:32px 16px}.sectionTitle{font-size:24px}}