:root{--primary-gradient: linear-gradient(90deg, #00FFA8, #00C0FF);--primary-color-start: #00FFA8;--primary-color-end: #00C0FF;--text-gradient: var(--primary-gradient);--accent-color: #00FFA8;--secondary-color: #00C0FF;--secondary-color-rgb: 0, 192, 255;--accent-color-rgb: 0, 255, 168;--bg-primary: #0a0e17;--bg-secondary: #0d121e;--bg-light: #1a2130;--text-primary: #ffffff;--text-secondary: #b0b7c3;--text-muted: #8a9199;--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .05);--footer-bg: #080b12;--background-dark: var(--bg-primary);--background-light: var(--bg-light);--section-bg: var(--bg-secondary);--text-color: var(--text-primary);--text-muted: var(--text-secondary)}body.theme-alt{--primary-gradient: linear-gradient(90deg, #FF6B6B, #FFD166);--primary-color-start: #FF6B6B;--primary-color-end: #FFD166;--text-gradient: var(--primary-gradient);--accent-color: #FF6B6B;--secondary-color: #FFD166;--secondary-color-rgb: 255, 209, 102;--accent-color-rgb: 255, 107, 107}body.theme-alt h1{background:linear-gradient(90deg,#ff6b6b,#ffd166);background:var(--text-gradient, linear-gradient(90deg, #FF6B6B, #FFD166));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#ff6b6b}.gradient-text{background:var(--text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.theme-toggle{position:fixed;top:20px;right:20px;z-index:1000;background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-color);padding:10px 15px;border-radius:30px;cursor:pointer;font-weight:600;transition:all .3s ease;display:flex;align-items:center;gap:8px}.theme-toggle:hover{background:#ffffff1a}.theme-toggle-icon{font-size:1.2rem}.btn-primary{background:var(--primary-gradient)}.counter,.timeline-date,.testimonial-role,.benefit-icon{color:var(--accent-color)}.timeline-container:before{background:linear-gradient(to bottom,var(--primary-color-start),var(--primary-color-end))}.logo svg text,.logo img[src*="svg+base64"]{fill:var(--accent-color);color:var(--accent-color)}#support-widget{position:fixed;bottom:20px;right:20px;z-index:9999;font-family:inherit}.sw-fab{width:56px;height:56px;border-radius:50%;border:none;background:linear-gradient(135deg,#00ffa8,#00c0ff);color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00ffa84d;transition:transform .2s,box-shadow .2s;position:relative}.sw-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #00ffa866}.sw-fab--open{display:none}.sw-badge{position:absolute;top:-4px;right:-4px;background:#f44;color:#fff;font-size:.7rem;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.sw-panel{position:fixed;bottom:20px;right:20px;width:360px;max-height:500px;background:var(--bg-primary, #0a0e17);border:1px solid rgba(255,255,255,.08);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 8px 40px #00000080}.sw-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--bg-secondary, #0d121e);border-bottom:1px solid rgba(255,255,255,.06)}.sw-header__info{display:flex;align-items:center;gap:8px}.sw-header__dot{width:8px;height:8px;border-radius:50%;background:#00ffa8;flex-shrink:0}.sw-header__info strong{color:var(--text-primary, #fff);font-size:.9rem}.sw-header__info small{color:var(--text-secondary, #8a94a6);font-size:.75rem}.sw-header__close{background:none;border:none;color:var(--text-secondary, #8a94a6);font-size:1.4rem;cursor:pointer;padding:0 4px;line-height:1}.sw-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;min-height:200px;max-height:340px}.sw-msg p{margin:0;font-size:.85rem;line-height:1.5}.sw-msg--agent{align-self:flex-start;max-width:85%}.sw-msg--agent .sw-msg__name{display:block;font-size:.7rem;font-weight:600;color:#00ffa8;margin-bottom:4px}.sw-msg--agent p{background:var(--bg-secondary, #0d121e);color:var(--text-primary, #e0e4ea);padding:10px 14px;border-radius:12px 12px 12px 4px}.sw-msg--user{align-self:flex-end;max-width:85%}.sw-msg--user p{background:#00ffa81f;color:var(--text-primary, #e0e4ea);padding:10px 14px;border-radius:12px 12px 4px}.sw-msg--system{text-align:center;font-size:.75rem;color:var(--text-secondary, #8a94a6);padding:4px 0}.sw-input{display:flex;gap:8px;padding:12px 16px;border-top:1px solid rgba(255,255,255,.06);background:var(--bg-secondary, #0d121e)}.sw-input input{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 14px;color:var(--text-primary, #e0e4ea);font-size:.85rem;font-family:inherit;outline:none}.sw-input input::placeholder{color:#ffffff4d}.sw-input input:focus{border-color:#00ffa84d}.sw-input button{background:linear-gradient(135deg,#00ffa8,#00c0ff);border:none;border-radius:8px;color:#000;font-size:1rem;padding:0 14px;cursor:pointer;font-weight:700}.sw-typing__dots{display:inline-flex;align-items:center;gap:4px;padding:10px 14px;background:var(--bg-secondary, #0d121e);border-radius:12px 12px 12px 4px}.sw-typing__dots span{width:8px;height:8px;background:#00ffa8;border-radius:50%;opacity:.4;animation:sw-typing-bounce 1.4s infinite ease-in-out both}.sw-typing__dots span:nth-child(1){animation-delay:0s}.sw-typing__dots span:nth-child(2){animation-delay:.16s}.sw-typing__dots span:nth-child(3){animation-delay:.32s}@keyframes sw-typing-bounce{0%,80%,to{opacity:.4;transform:scale(1)}40%{opacity:1;transform:scale(1.2)}}.sw-welcome-wait{display:flex;align-items:center;gap:10px;justify-content:center;padding:12px 0}.sw-welcome-wait .sw-typing__dots{padding:6px 10px;background:transparent}.sw-welcome-wait .sw-typing__dots span{width:6px;height:6px}@media(max-width:480px){#support-widget{bottom:80px;right:12px}.sw-panel{bottom:0;right:0;left:0;width:100%;max-height:70vh;border-radius:16px 16px 0 0}.sw-fab{width:48px;height:48px}}.sw-overlay,.mobile-chat-footer{display:none}@media(max-width:768px){.mobile-chat-footer{display:flex;position:fixed;bottom:0;left:0;right:0;height:52px;padding-bottom:env(safe-area-inset-bottom,0px);background:#060910f7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.06);align-items:center;justify-content:center;z-index:200}.mobile-chat-footer__btn{display:flex;align-items:center;gap:8px;background:none;border:none;color:#ffffff73;font-size:.85rem;font-weight:500;cursor:pointer;padding:10px 24px;transition:color .2s;font-family:inherit;-webkit-tap-highlight-color:transparent}.mobile-chat-footer__btn:active{color:#00ffa8}.sw-fab{display:none!important}.sw-panel{bottom:52px!important}.sw-overlay.sw-overlay--active{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffff4d;z-index:198;animation:sw-overlay-in .2s ease forwards}}@keyframes sw-overlay-in{0%{opacity:0}to{opacity:1}}
