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:#333}*{box-sizing:border-box}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero{background:linear-gradient(135deg,#f0f9ff,#fff,#fef3c7);min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 20px}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#1f2937}.hero .highlight{color:#2563eb;display:block}.hero p{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.btn{display:inline-block;padding:12px 24px;margin:8px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8;transform:translateY(-2px)}.btn-outline{border:2px solid #2563eb;color:#2563eb;background-color:transparent}.btn-outline:hover{background-color:#2563eb;color:#fff}.section{padding:80px 20px}.section-white{background-color:#fff}.section-gray{background-color:#f9fafb}.section-blue{background-color:#2563eb;color:#fff}.text-center{text-align:center}.grid{display:grid;gap:2rem}.grid-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.stat-icon{width:64px;height:64px;background-color:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem}.stat-number{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.stat-label{color:#6b7280}h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1f2937}h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.feature-icon{font-size:3rem;margin-bottom:1rem}@media (max-width: 768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}h2{font-size:2rem}.section{padding:60px 20px}}
