:root{--color-bg-dark: #0d0d12;--color-bg-light: #16181d;--color-white: #ffffff;--color-text: #dfe1e7;--color-text-muted: #9ca3af;--color-border: #666d80;--color-primary: #064dfa;--color-secondary: #29c8ff;--color-transparent: transparent;--font-heading: "Clash Display", Tahoma, sans-serif;--font-body: "Satoshi", Arial, sans-serif;--text-xs: 14px;--text-sm: 16px;--text-base: 18px;--text-lg: 20px;--text-xl: 22px;--text-2xl: 24px;--text-3xl: 28px;--text-4xl: 40px;--text-5xl: 56px;--text-6xl: 72px;--leading-tight: 1.1;--leading-snug: 1.2;--leading-normal: 1.5;--leading-relaxed: 1.6;--container-max: 960px;--container-fluid: 1680px;--section-gap: 120px;--section-gap-sm: 80px;--gap-xs: 8px;--gap-sm: 16px;--gap-md: 24px;--gap-lg: 32px;--gap-xl: 48px;--gap-2xl: 64px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal: 400;--z-tooltip: 500}@font-face{font-family:Clash Display;src:url(/fonts/ClashDisplay-Medium.woff2) format("woff2"),url(/fonts/ClashDisplay-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Clash Display;src:url(/fonts/ClashDisplay-Regular.woff2) format("woff2"),url(/fonts/ClashDisplay-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Medium.woff2) format("woff2"),url(/fonts/Satoshi-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Regular.woff2) format("woff2"),url(/fonts/Satoshi-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--color-bg-dark);font-family:var(--font-body);color:var(--color-white);font-size:var(--text-base);font-weight:400;line-height:var(--leading-normal);min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-white);margin:0;font-weight:500}h1{font-size:var(--text-6xl);line-height:var(--leading-tight)}h2{font-size:var(--text-4xl);line-height:var(--leading-snug);font-weight:400}h3{font-size:var(--text-2xl);line-height:var(--leading-normal);font-weight:400}h4{font-size:var(--text-xl);line-height:1.4;font-weight:400}p{color:var(--color-text);margin:0;font-size:var(--text-base);line-height:var(--leading-normal)}a{color:var(--color-white);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-secondary)}ul,ol{list-style:none;margin:0;padding:0}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}.page-wrapper{overflow:clip}.container{max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.container-fluid{max-width:var(--container-fluid);margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.section{padding-top:var(--section-gap);padding-bottom:var(--section-gap)}.section-gap-top{padding-top:var(--section-gap)}.section-gap-bottom{padding-bottom:100px}@media screen and (min-width:1280px){.section-gap-bottom{padding-bottom:120px}}@media screen and (min-width:1920px){.section-gap-bottom{padding-bottom:160px}}@media screen and (max-width:991px){.section-gap-bottom{padding-bottom:80px}}@media screen and (max-width:767px){.section-gap-bottom{padding-bottom:60px}}.text-center{text-align:center}.text-gradient{background:linear-gradient(90deg,var(--color-primary) 0%,var(--color-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-to-content{position:absolute;top:-100%;left:50%;transform:translate(-50%);z-index:9999;background-color:var(--color-primary);color:var(--color-white);padding:12px 24px;border-radius:var(--radius-md);font-weight:500;text-decoration:none;transition:top var(--transition-fast)}.skip-to-content:focus{top:12px;color:var(--color-white)}:focus-visible{outline:2px solid var(--color-secondary);outline-offset:2px}:focus:not(:focus-visible){outline:none}.animate-on-scroll{opacity:0;transform:translate3d(0,16px,0);filter:blur(7px);transition:opacity .5s ease,transform .5s ease,filter .5s ease}.animate-on-scroll.is-visible{opacity:1;transform:translateZ(0);filter:blur(0)}.animate-on-scroll-large{opacity:0;transform:translateZ(0) scale3d(.85,.85,1);filter:blur(6px);transform-style:preserve-3d;transition:opacity .5s ease,transform .5s ease,filter .5s ease}.animate-on-scroll-large.is-visible{opacity:1;transform:translateZ(0) scaleZ(1);filter:blur(0)}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.animate-delay-5{transition-delay:.5s}.animate-delay-6{transition-delay:.6s}@media(max-width:991px){h1{font-size:56px}h2{font-size:36px}h3{font-size:24px}.container,.container-fluid{max-width:760px}.section{padding-top:var(--section-gap-sm);padding-bottom:var(--section-gap-sm)}}@media(max-width:767px){h1{font-size:42px}h2{font-size:32px}h3{font-size:22px}h4{font-size:20px}.container,.container-fluid{max-width:100%}.section{padding-top:60px;padding-bottom:60px}}@media(max-width:479px){h1{font-size:34px}h2{font-size:28px}}@media screen and (min-width:1280px){h1{font-size:96px}h2{font-size:50px}h3{font-size:28px}h4{font-size:24px}.container{max-width:1200px}}@media screen and (min-width:1440px){body{font-size:20px}h1{font-size:110px}h2{font-size:60px}h3{font-size:32px}h4{font-size:26px}p{font-size:20px}.container{max-width:1350px}}
