@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}body,html{overflow-x:hidden;max-width:100vw}:root{--primary:#06b6eb;--primary-light:#38c8f5;--secondary:#ff6ede;--accent:#ae73de;--accent-dark:#9455d0;--coral:#ff8565;--green:#55e462;--yellow:#fbe104;--text:#1a1a1a;--text-light:#666;--text-muted:#999;--bg:#fff;--bg-light:#f9f9f9;--bg-dark:#0a0a0a;--border:#1a1a1a;--border-light:#e3e3e3;--max-width:1200px;--header-height:80px;--gradient-hero:linear-gradient(135deg,#ae73de,#06b6eb);--gradient-cta:linear-gradient(135deg,#ff6ede,#ff8565);--gradient-badge:linear-gradient(135deg,#06b6eb,#55e462)}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}ol,ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.pageContent{min-height:calc(100vh - var(--header-height) - 300px)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}