:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}h1{font-size:3.2em;line-height:1.1}.navbar{background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{color:#fff;font-size:1.8rem;font-weight:700;text-decoration:none;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.navbar-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar-link{color:#fff;text-decoration:none;font-size:1rem;padding:.5rem 1rem;border-radius:5px;transition:background-color .3s ease}.navbar-link:hover{background-color:#fff3}@media(max-width:768px){.navbar-container{flex-direction:column;gap:1rem}.navbar-menu{gap:1rem}}.home{width:100%}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;margin-bottom:1rem;font-weight:700;animation:fadeInUp .8s ease}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.95;animation:fadeInUp 1s ease}.hero-buttons{display:flex;gap:1rem;justify-content:center;animation:fadeInUp 1.2s ease}.btn{padding:1rem 2rem;font-size:1.1rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea}.features{padding:5rem 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 15px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#667eea}.feature-card p{color:#666;line-height:1.6}.cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 2rem;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem}.cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column}.features-grid{grid-template-columns:1fr}}.privacy-policy{min-height:calc(100vh - 200px);background:#f8f9fa;padding:3rem 2rem}.privacy-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:12px;box-shadow:0 5px 15px #0000001a}.privacy-container h1{color:#667eea;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.last-updated{text-align:center;color:#666;font-style:italic;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e9ecef}.policy-section{margin-bottom:2.5rem}.policy-section h2{color:#333;font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #667eea}.policy-section p{color:#555;line-height:1.8;margin-bottom:1rem}.policy-section ul{margin-left:2rem;color:#555;line-height:1.8}.policy-section li{margin-bottom:.5rem}.contact-info{background:#f8f9fa;padding:1rem;border-radius:8px;margin-top:1rem}.contact-info a{color:#667eea;text-decoration:none;font-weight:600}.contact-info a:hover{text-decoration:underline}@media(max-width:768px){.privacy-container{padding:2rem 1.5rem}.privacy-container h1{font-size:2rem}.policy-section h2{font-size:1.3rem}}*{margin:0;padding:0;box-sizing:border-box}body{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}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.footer{background:#333;color:#fff;text-align:center;padding:2rem;margin-top:auto}.footer p{margin:0}
