:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600}a{color:#667eea;text-decoration:none}a:hover{color:#764ba2}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}.app{width:100%;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700;margin:0}.nav{display:flex;gap:2rem}.nav a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s}.nav a:hover{opacity:.8}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0;text-align:center}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.95}.hero-description{font-size:1.1rem;max-width:700px;margin:0 auto 2rem;opacity:.9;line-height:1.6}.cta-button{display:inline-block;background:#fff;color:#667eea;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.services{padding:5rem 0;background:#f8f9fa}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:#fff;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#667eea}.service-card p{color:#666;line-height:1.6}.features{padding:5rem 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-item{padding:1.5rem;border-left:4px solid #667eea;background:#f8f9fa;border-radius:8px;transition:all .3s}.feature-item:hover{background:#e9ecef;border-left-width:6px}.feature-item h3{font-size:1.3rem;margin-bottom:.75rem;color:#333}.feature-item p{color:#666;line-height:1.6}.how-it-works{padding:5rem 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.how-it-works .section-title{color:#fff}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.step{text-align:center;padding:2rem}.step-number{width:60px;height:60px;background:#fff;color:#667eea;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 1.5rem}.step h3{font-size:1.4rem;margin-bottom:.75rem}.step p{opacity:.9;line-height:1.6}.contact{padding:5rem 0;background:#f8f9fa;text-align:center}.contact-description{max-width:600px;margin:0 auto 2rem;color:#666;font-size:1.1rem;line-height:1.6}.contact-button{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #667eea66}.contact-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.footer{background:#2c3e50;color:#fff;padding:2rem 0;text-align:center}.footer p{margin:.5rem 0;opacity:.9}.footer-tagline{font-size:.9rem;opacity:.7}@media(max-width:768px){.header .container{flex-direction:column;gap:1rem}.nav{gap:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:2rem}.services-grid,.features-grid,.steps{grid-template-columns:1fr}}@media(max-width:480px){.hero{padding:4rem 0}.hero-title{font-size:2rem}.nav a{font-size:.9rem}}
