body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1e293b;background-color:#f8fafc}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;z-index:1000;padding:1rem 0}.navbar .container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.logo{height:40px;width:auto}.nav-links{display:flex;list-style:none;gap:2rem;align-items:center}.nav-links a{color:#475569;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#3b82f6}.cta-button{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f666}.hero{padding:8rem 0 4rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');z-index:1}.hero .container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-illustration{max-width:500px;width:100%;margin:3rem auto 0;border-radius:16px;box-shadow:0 25px 50px #0000004d}.features{padding:6rem 0;background:#fff}.features .container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.125rem;color:#64748b;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.feature-icon{width:60px;height:60px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:12px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1e293b}.feature-card p{color:#64748b;line-height:1.6}.use-cases{padding:6rem 0;background:#f8fafc}.use-cases .container{max-width:1200px;margin:0 auto;padding:0 2rem}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.use-case-card{background:#fff;padding:1.5rem;border-radius:12px;border-left:4px solid #3b82f6;box-shadow:0 4px 6px #0000000d}.use-case-card h4{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1e293b}.use-case-card p{color:#64748b;font-size:.875rem}.testimonials{padding:6rem 0;background:#fff}.testimonials .container{max-width:1200px;margin:0 auto;padding:0 2rem}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#f8fafc;padding:2rem;border-radius:16px;border:1px solid #e2e8f0}.stars{color:#fbbf24;margin-bottom:1rem;font-size:1.125rem}.testimonial-text{color:#374151;font-style:italic;margin-bottom:1.5rem;line-height:1.6}.testimonial-author{font-weight:600;color:#1e293b}.testimonial-role{color:#64748b;font-size:.875rem}.cta-section{padding:6rem 0;background:linear-gradient(135deg,#1e293b,#3b82f6);color:#fff;text-align:center}.cta-section .container{max-width:1200px;margin:0 auto;padding:0 2rem}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#fff;color:#1e293b;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .3s ease}.btn-secondary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease}.btn-primary:hover,.btn-secondary:hover{transform:translateY(-2px)}.btn-secondary:hover{background:#fff;color:#1e293b}footer{background:#1e293b;color:#fff;padding:3rem 0 1rem}footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #334155;padding-top:1rem;text-align:center;color:#94a3b8}@media (max-width: 768px){.navbar .container{padding:0 1rem}.nav-links{display:none}.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.features-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.footer-content{grid-template-columns:1fr;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,-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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
