*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#ffc700;--accent-color:#000;--text-color:#000;--bg-color:#fff;--light-gray:#f5f5f5;--border-color:#e0e0e0;--shadow:0 2px 12px rgba(0,0,0,.08);--shadow-hover:0 4px 20px rgba(0,0,0,.12)}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-color);background-color:var(--bg-color);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem;font-weight:800}h2{font-size:2.5rem}h3{font-size:1.75rem}p{margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:color .3s ease}button{cursor:pointer;border:none;transition:all .3s ease}button,input,textarea{font-family:inherit;outline:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;color:var(--accent-color)}.statTitle{color:#fff!important}.section-subtitle{text-align:center;margin-bottom:3rem;font-size:1.125rem;color:#666;max-width:700px;margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1rem;text-align:center;transition:all .3s ease;cursor:pointer}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:#e6b300;transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-secondary{background-color:var(--accent-color);color:#fff}.btn-secondary:hover{background-color:#404040;transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-outline{background-color:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background-color:var(--primary-color);color:#fff}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.section{padding:3rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.container{padding:0 1.5rem}.btn{padding:.875rem 1.5rem;font-size:.9375rem}}@media (max-width:568px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.section{padding:2rem 0}.section-title{font-size:1.75rem}.container{padding:0 1rem}}