*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1f1f1f;line-height:1.6}:root{--primary-blue:#0057a8;--secondary-green:#32a852;--light-blue:#4da8ff;--light-green:#6ccf73;--soft-gray:#f5f7fa;--text-gray:#6e7581;--dark-text:#1f1f1f}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.2}p{margin:0}a{text-decoration:none;color:inherit;transition:all .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f5f7fa}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0057a8,#32a852);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#32a852,#0057a8)}::selection{background:rgba(0,87,168,.2);color:#1f1f1f}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){html{font-size:14px}}