*,:before,:after{box-sizing:border-box;margin:0;padding:0;text-decoration:none;list-style:none}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}html,body{max-width:100%;overflow-x:hidden}body{color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}img,svg,video,canvas{max-width:100%}:root{--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-200:#bfdbfe;--blue-400:#60a5fa;--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-800:#1e40af;--blue-900:#1e3a8a;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-400:#94a3b8;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 1px 3px #00000014,0 1px 2px #0000000a;--shadow-md:0 4px 16px #0f172a14,0 2px 4px #0f172a0a;--shadow-lg:0 10px 40px #0f172a1a,0 4px 12px #0f172a0d;--shadow-xl:0 20px 60px #0f172a1f,0 8px 24px #0f172a0f;--shadow-blue:0 8px 28px #2563eb40}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.section-tag{letter-spacing:.12em;text-transform:uppercase;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:100px;align-items:center;gap:7px;margin-bottom:14px;padding:5px 14px;font-size:.68rem;font-weight:700;display:inline-flex}.section-tag:before{content:"";background:#2563eb;border-radius:50%;flex-shrink:0;width:5px;height:5px;box-shadow:0 0 6px #2563eb}.section-header{flex-direction:column;gap:10px;display:flex}.section-header h2{color:#0f172a;letter-spacing:-.035em;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.15}.section-header p{color:#64748b;max-width:520px;font-size:1rem;line-height:1.75}.gradient-text{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.trusted-strip{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;flex-direction:column;align-items:center;gap:16px;width:100%;padding:20px 40px;display:flex}.trusted-strip-label{letter-spacing:.14em;text-transform:uppercase;color:#94a3b8;font-size:.72rem;font-weight:700}.trusted-strip-logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;display:flex}.trusted-strip-logos img{object-fit:contain;filter:grayscale()opacity(.55);width:auto;height:32px;transition:filter .25s}.trusted-strip-logos img:hover{filter:grayscale(0)opacity()}@media (max-width:480px){.section-header h2{font-size:clamp(1.5rem,7vw,1.9rem)}.section-header p{font-size:.92rem;line-height:1.65}.section-tag{padding:4px 11px;font-size:.62rem}.trusted-strip{gap:12px;padding:18px 16px}.trusted-strip-logos{gap:22px}.trusted-strip-logos img{height:26px}}
.chatbot-container{z-index:1000;position:fixed;bottom:24px;right:24px}.chat-toggle{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s;display:flex;box-shadow:0 8px 24px #2563eb66,0 0 0 4px #2563eb1f}.chat-toggle:hover{transform:scale(1.08);box-shadow:0 12px 32px #2563eb80,0 0 0 6px #2563eb26}.chat-toggle.hide{opacity:0;pointer-events:none;transform:scale(.8)}.chat-window{background:#fff;border-radius:20px;flex-direction:column;width:368px;max-height:540px;animation:.3s cubic-bezier(.4,0,.2,1) chatSlideUp;display:flex;overflow:hidden;box-shadow:0 24px 64px #0f172a24,0 4px 16px #0f172a0f,0 0 0 1px #e2e8f0cc}@keyframes chatSlideUp{0%{opacity:0;transform:translateY(16px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:14px 16px;display:flex;position:relative;overflow:hidden}.chat-header:before{content:"";background:#ffffff0f;border-radius:50%;width:100px;height:100px;position:absolute;top:-50%;right:-20px}.chat-title{color:#fff;letter-spacing:.01em;align-items:center;gap:10px;font-size:.9rem;font-weight:700;display:flex}.chat-title:before{content:"";background:#4ade80;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite onlinePulse;box-shadow:0 0 8px #4ade80}@keyframes onlinePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.chat-close{color:#fff;cursor:pointer;opacity:.9;background:#ffffff1f;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;transition:all .2s;display:flex}.chat-close:hover{opacity:1;background:#ffffff38}.chat-messages{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent;background:#f8fafc;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.message{word-wrap:break-word;overflow-wrap:anywhere;white-space:pre-wrap;-webkit-hyphens:auto;hyphens:auto;border-radius:16px;max-width:82%;padding:10px 14px;font-size:.875rem;line-height:1.55}.message.bot{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:4px 16px 16px;align-self:flex-start;animation:.35s botSlide;box-shadow:0 1px 6px #0f172a0f}.message.user{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:16px 16px 4px;align-self:flex-end;animation:.35s userSlide;box-shadow:0 4px 12px #2563eb40}@keyframes botSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:none}}@keyframes userSlide{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:none}}.chat-input{background:#fff;border-top:1px solid #f1f5f9;gap:8px;padding:12px;display:flex}.chat-input input{color:#0f172a;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:.875rem;transition:border-color .2s,background .2s}.chat-input input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.chat-input input::placeholder{color:#94a3b8}.chat-input button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:10px;justify-content:center;align-items:center;padding:10px 14px;font-size:1rem;transition:all .2s;display:flex}.chat-input button:hover{transform:scale(1.05);box-shadow:0 4px 12px #2563eb59}.mic-button.listening{background:linear-gradient(135deg,#16a34a,#15803d)!important}@keyframes fadeIn{to{opacity:1}}@media (max-width:480px){.chatbot-container{bottom:16px;right:16px}.chat-window{width:calc(100vw - 32px);max-width:368px;max-height:72vh}}
