@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;900&display=swap");:root{--color-primary:#007fff;--color-primary-hover:#06c;--color-secondary:#1e3143;--color-text:#8492af;--color-heading:#0e1a35;--color-background:#f4f9fe;--color-white:#fff;--color-surface:#fff;--color-surface-elevated:#fff;--color-border:#e5e7eb;--color-shadow:rgba(0,0,0,.1);--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:3rem;--spacing-xl:5rem;--container-max:1140px;--header-height:70px;--radius-sm:6px;--radius-full:9999px;--font-family:"Inter",sans-serif;--transition-normal:0.3s ease}[data-theme=dark]{--color-primary:#3b9eff;--color-primary-hover:#5fb4ff;--color-secondary:#0f172a;--color-text:#a8b5c8;--color-heading:#f0f4f8;--color-background:#0f172a;--color-white:#1e293b;--color-surface:#1e293b;--color-surface-elevated:#334155;--color-border:#334155;--color-shadow:rgba(0,0,0,.3)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);font-size:15px;line-height:1.8;color:var(--color-text);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:var(--color-heading);font-weight:400;line-height:1.3}h1{font-size:3.75rem}h1,h2{font-weight:100}h2{font-size:3.125rem}h3{font-size:2.25rem}h4{font-size:1.5rem;font-weight:600}h5{font-size:1.125rem}h6{font-size:1rem;color:var(--color-primary)}p{margin-bottom:.75rem;letter-spacing:.5px}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-normal)}a:hover{color:var(--color-primary-hover)}img{max-width:100%;height:auto}ol,ul{list-style:none}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-white{color:var(--color-white)}.bg-primary{background-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.bg-light{background-color:var(--color-background)}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-lg{padding:7rem 0}input,select,textarea{font-family:inherit;font-size:inherit}input:focus,select:focus,textarea:focus{outline:none}@media (max-width:1199px){h1{font-size:3rem}h2{font-size:2.5rem}}@media (max-width:991px){h1{font-size:2.5rem;line-height:1.3}h2{font-size:2rem}h3{font-size:1.75rem}.section{padding:3.5rem 0}}@media (max-width:767px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.section{padding:2.5rem 0}}