*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color:#1f2937;background-color:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:#1f2937;font-weight:700;line-height:1.25;margin-bottom:16px}.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6{color:#fff}p{line-height:1.625}a{color:#1b89e9;text-decoration:none;transition:color .15s ease}button{background:none;border:none;font-family:inherit;cursor:pointer}ol,ul{list-style-position:inside;margin-bottom:16px}img{width:100%;max-width:100%;height:auto}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 16px}@media(min-width:768px){.container{padding:0 32px}}.section{padding:64px 0}@media(min-width:1024px){.section{padding:96px 0}}.text-center{text-align:center}.text-gradient{background:linear-gradient(90deg,#1B89E9,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.hide-mobile{display:none}@media(min-width:768px){.hide-mobile{display:block}}.show-mobile{display:block}@media(min-width:768px){.show-mobile{display:none}}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-in-up{animation:slideInUp .3s ease-out}@keyframes slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}