@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";
:root{--color-primary:#6466ff;--color-primary-hover:#5254e0;--color-secondary:#06b6d4;--gradient-primary:linear-gradient(90deg, #6466ff 0%, #06b6d4 64%);--gradient-hero:linear-gradient(90deg, #18191a 45%, #5038cf 100%);--gradient-icon-bg:linear-gradient(213deg, #d5c9ee 23%, #a69bd0 100%);--gradient-icon-border:linear-gradient(90deg, #ebe5ff 0%, #d4c8ff 100%);--gradient-card-border:linear-gradient(90deg, #d5c9ee 0%, #a69bd0 100%);--color-bg-page:#f8fafc;--color-bg-white:#fff;--color-bg-dark:#18191a;--color-bg-purple:#5038cf;--color-bg-footer-top:#6466ff;--color-bg-footer-bottom:#5038cf;--color-text-primary:#1b1d1f;--color-text-secondary:#6a6e72;--color-text-white:#fff;--color-text-muted:#a5aeb7;--color-alert-red:#e22d54;--color-border-light:#d4c8ff;--color-border-card-start:#d5c9ee;--color-border-card-end:#a69bd0;--font-family:"Plus Jakarta Sans", sans-serif;--fs-xs:11px;--fs-sm:12px;--fs-body-sm:13px;--fs-body:14px;--fs-body-lg:15px;--fs-md:16px;--fs-lg:22px;--fs-xl:24px;--fs-2xl:28px;--fs-3xl:30px;--fs-4xl:40px;--fs-5xl:42px;--lh-tight:19px;--lh-sm:20px;--lh-body:22px;--lh-md:24px;--lh-lg:30px;--lh-xl:32px;--lh-2xl:36px;--lh-3xl:40px;--lh-4xl:52px;--lh-5xl:58px;--content-max-width:1200px;--page-padding:120px;--shadow-navbar:0px 4px 15px 0px #00000026;--shadow-card:0px 0px 15px 0px #6466ff40;--shadow-card-alert:0px 0px 15px 0px #5240af40;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);background-color:var(--color-bg-page);color:var(--color-text-primary);line-height:1.6;overflow-x:hidden}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}img,svg{max-width:100%;height:auto;display:block}button{font-family:var(--font-family);cursor:pointer;background:0 0;border:none;outline:none}ul,ol{list-style:none}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.primary-text{color:var(--color-primary)}.secondary-text{color:var(--color-secondary)}.section-container{width:100%;max-width:1440px;padding:0 var(--page-padding);margin:0 auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg-page)}::-webkit-scrollbar-thumb{background:var(--color-border-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}
