@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400;1,9..40,500&display=swap");:root{--color-near-black:#08081A;--color-midnight:#0C0C1E;--color-midnight-2:#1E1E3A;--color-primary-purple:#7B6FD4;--color-purple-dark:#5654B0;--color-purple-mid:#6C6E9C;--color-near-white:#EEEEF5;--color-muted-purple:#A39BD9;--color-muted-purple-light:#9A9DC0;--color-dark-muted:#4A4C6A;--color-mid-muted:#5A5C7A;--color-light-grey:#F4F4F8;--color-very-light-grey:#EEF2F7;--color-white:#FFFFFF;--font-primary:"DM Sans",sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--radius-sm:4px;--radius-md:10px;--radius-lg:14px;--radius-full:9999px}body{font-size:16px;line-height:24px;background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);color:var(--color-dark-muted)}h1{font-size:48px;line-height:48px}h1,h2{font-weight:700}h2{font-size:36px;line-height:40px}h3{font-size:24px;font-weight:600;line-height:32px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;font-size:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;border-radius:var(--radius-md);transition:all .2s;white-space:nowrap}.btn--primary{background:var(--color-primary-purple);color:#fff;padding:14px 32px}.btn--primary:hover{background:var(--color-purple-dark);transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--color-primary-purple);border:1.5px solid var(--color-primary-purple);padding:12px 28px}.btn--outline:hover{background:var(--color-primary-purple);color:#fff}.btn--ghost{background:transparent;color:var(--color-muted-purple);padding:14px 24px}.btn--ghost:hover{color:var(--color-near-white)}.btn--lg{font-size:17px;padding:16px 36px}.footer{background:var(--color-near-black);color:var(--color-muted-purple);padding:var(--space-2xl) var(--space-xl) var(--space-lg)}.footer__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2.6fr;grid-gap:var(--space-2xl);gap:var(--space-2xl);padding-bottom:var(--space-2xl);border-bottom:1px solid rgba(123,111,212,.15)}.footer__tagline{margin-top:var(--space-md);font-size:15px;line-height:1.6;max-width:300px;color:var(--color-muted-purple-light)}.footer__social{display:flex;gap:var(--space-sm);margin-top:var(--space-md)}.footer__social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(123,111,212,.12);color:var(--color-muted-purple-light);transition:background .2s,color .2s}.footer__social a:hover{background:var(--color-primary-purple);color:var(--color-near-white)}.footer__columns{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-xl);gap:var(--space-xl)}.footer__col h4{font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--color-near-white);margin-bottom:var(--space-md)}.footer__col ul{display:flex;flex-direction:column;gap:var(--space-sm)}.footer__col a{font-size:15px;color:var(--color-muted-purple-light);transition:color .2s}.footer__col a:hover{color:var(--color-primary-purple)}.footer__bottom{max-width:1200px;margin:0 auto;padding-top:var(--space-lg);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--color-purple-mid)}@media (max-width:768px){.footer__inner{grid-template-columns:1fr;gap:var(--space-xl)}.footer__columns{grid-template-columns:1fr 1fr}.footer__bottom{flex-direction:column;gap:var(--space-sm);text-align:center}}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 var(--space-xl);transition:background-color .3s,box-shadow .3s;background:transparent}.header--scrolled{background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px 0 rgba(0,0,0,.06)}.header--dark{color:var(--color-near-white)}.header__nav{max-width:1200px;margin:0 auto;justify-content:space-between;height:72px}.header__logo,.header__nav{display:flex;align-items:center}.header__logo{flex-shrink:0}.header__links{display:flex;align-items:center;gap:var(--space-xl)}.header__links a{font-size:15px;font-weight:500;color:var(--color-mid-muted);transition:color .2s;white-space:nowrap}.header--dark:not(.header--scrolled) .header__links a{color:var(--color-muted-purple)}.header__links a.active,.header__links a:hover{color:var(--color-primary-purple)}.header__cta{display:inline-flex;align-items:center;padding:10px 24px;background:var(--color-primary-purple);color:#fff!important;border-radius:var(--radius-md);font-weight:600;font-size:15px;transition:background .2s,transform .15s}.header__cta:hover{background:var(--color-purple-dark);transform:translateY(-1px)}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px}.header__burger span{display:block;width:100%;height:2px;background:var(--color-dark-muted);border-radius:1px;transition:transform .3s,opacity .3s}.header--dark:not(.header--scrolled) .header__burger span{background:var(--color-near-white)}.header__burger--open span:first-child{transform:translateY(7px) rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.header{padding:0 var(--space-md)}.header__burger{display:flex}.header__links{position:fixed;top:72px;left:0;right:0;bottom:0;flex-direction:column;align-items:flex-start;gap:0;padding:var(--space-lg);background:#fff;transform:translateX(100%);transition:transform .3s ease}.header__links--open{transform:translateX(0)}.header__links li{width:100%;padding:var(--space-md) 0;border-bottom:1px solid var(--color-light-grey)}.header__links a{font-size:18px;color:var(--color-dark-muted)!important}.header__cta-wrapper{padding-top:var(--space-lg)!important;border-bottom:none!important}.header__cta{width:100%;justify-content:center;padding:14px 24px}}