:root{--primary-blue: #4299e1;--dark-blue: #2c5282;--medium-blue: #3182ce;--text-dark: #2d3748;--text-medium: #718096;--text-light: #a0aec0;--bg-light: #f7fafc;--border-color: #e2e8f0;--white: #ffffff;--gradient-blue: linear-gradient(135deg, #4299e1 0%, #2c5282 100%)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text-dark);line-height:1.6;background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-dark)}a{color:var(--primary-blue);text-decoration:none;transition:color .2s ease}a:hover{color:var(--dark-blue)}button{font-family:inherit;cursor:pointer;border:none;transition:all .2s ease}.container{max-width:1200px;margin:0 auto;padding:0 20px}@media (min-width: 768px){.container{padding:0 40px}}.section{padding:80px 0}@media (min-width: 768px){.section{padding:100px 0}}.gradient-text{background:var(--gradient-blue);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}@media (max-width: 768px){nav a:not(:last-child){display:none}}
