body,html{margin:0;padding:0}body{font-family:Arial,sans-serif;background:#fff}@font-face{font-family:Onest;src:url(/Fonts/OnestThin1602-hint.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:url(/Fonts/OnestLight1602-hint.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:url(/Fonts/OnestRegular1602-hint.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:url(/Fonts/OnestMedium1602-hint.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:url(/Fonts/OnestBold1602-hint.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:url(/Fonts/OnestExtraBold1602-hint.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Onest;src:url(/Fonts/OnestBlack1602-hint.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}:root{--blue-100:#e0f2fe;--blue-200:#bae6fd;--blue-400:#38bdf8;--blue-600:#0284c7;--white:#ffffff;--slate-900:#0f172a;--slate-600:#475569;--primary:var(--blue-600);--secondary:var(--blue-400);--bg-light:var(--blue-100);--text-main:var(--slate-900);--text-muted:var(--slate-600);--danger:#dc3545;--space-xs:0.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--shadow-sm:0 10px 24px rgba(15,23,42,0.08);--shadow-md:0 16px 32px rgba(15,23,42,0.12);--shadow-lg:0 24px 48px rgba(15,23,42,0.15);--glass-bg:rgba(255,255,255,0.7);--glass-border:rgba(255,255,255,0.4);--glass-blur:blur(12px)}.chatbot-button{position:fixed;right:24px;bottom:24px;width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--blue-400),var(--blue-600));color:#fff;box-shadow:0 16px 30px rgba(2,132,199,.35);z-index:3000}.chatbot-panel{position:fixed;right:24px;bottom:92px;width:380px;max-width:calc(100vw - 48px);max-height:calc(100vh - 120px);background:#fff;border-radius:20px;border:1.5px solid rgba(2,132,199,.15);box-shadow:0 20px 50px rgba(2,132,199,.2);display:none}.chatbot-panel.is-open{display:flex}.hero{position:relative;padding:8rem 0 0;margin:0 auto;max-width:1400px;text-align:center}.hero h1{font-size:clamp(1.8rem,4vw,3rem);font-weight:800}.hero h1,body{color:var(--text-main)}body{font-family:Onest,system-ui,-apple-system,sans-serif;background:linear-gradient(135deg,var(--blue-100) 0,var(--white) 60%,var(--blue-200) 100%)}