*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;color:#333;background-color:#fff}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}a{color:inherit;text-decoration:none}button{font-family:inherit}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.header{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem 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.5rem;font-weight:700;color:#fff}.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:3rem;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;max-width:800px;margin:0 auto;line-height:1.6;opacity:.95}.about{padding:5rem 0;background-color:#f8f9fa}.about h2{font-size:2.5rem;margin-bottom:1.5rem;text-align:center;color:#333}.about p{font-size:1.125rem;line-height:1.8;max-width:800px;margin:0 auto;text-align:center;color:#555}.product{padding:5rem 0;background-color:#fff}.product h2{font-size:2.5rem;margin-bottom:3rem;text-align:center;color:#333}.product-card{max-width:900px;margin:0 auto;background:linear-gradient(135deg,#667eea,#764ba2);padding:3rem;border-radius:1rem;box-shadow:0 10px 40px #0000001a}.product-card h3{font-size:2rem;color:#fff;text-align:center;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.feature{text-align:center;padding:2rem;background:#ffffff1a;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-number{font-size:3rem;font-weight:700;color:#fff;margin-bottom:.5rem}.feature-label{font-size:1rem;color:#ffffffe6;line-height:1.4}.contact{padding:5rem 0;background-color:#f8f9fa}.contact h2{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:#333}.contact-info{text-align:center;font-size:1.25rem}.contact-info a{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s}.contact-info a:hover{color:#764ba2}.footer{background-color:#333;color:#fff;padding:2rem 0;text-align:center;margin-top:auto}.footer p{margin:0;opacity:.8}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem}.nav{gap:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero{padding:4rem 0}.about,.product,.contact{padding:3rem 0}.about h2,.product h2,.contact h2{font-size:2rem}.product-card{padding:2rem 1rem}.features-grid{grid-template-columns:1fr;gap:1rem}.feature{padding:1.5rem}}@media (max-width: 480px){.container{padding:0 1rem}.logo{font-size:1.25rem}.nav{font-size:.875rem}.hero-title{font-size:1.5rem}.feature-number{font-size:2rem}}
