:root{--primary: #4F46E5;--secondary: #818CF8;--text: #1F2937;--bg: #F9FAFB}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{background:var(--bg);color:var(--text);line-height:1.6}nav{background:#fff;padding:1rem;box-shadow:0 2px 4px #0000001a;position:fixed;width:100%;z-index:100}.nav-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary)}.hero{padding:8rem 2rem 4rem;text-align:center;background-color:var(--primary);background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;min-height:80vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at top right,rgba(255,255,255,.1) 0%,transparent 60%),radial-gradient(circle at bottom left,rgba(255,255,255,.1) 0%,transparent 60%);pointer-events:none}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.25rem;max-width:600px;margin:0 auto}.features{padding:4rem 2rem;max-width:1200px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a}.feature-card img{width:100%;height:200px;object-fit:cover;border-radius:4px;margin-bottom:1rem}.feature-card h3{color:var(--primary);margin-bottom:1rem}.cta{background:var(--primary);color:#fff;padding:4rem 2rem;text-align:center}.cta h2{margin-bottom:2rem}.button{display:inline-block;padding:1rem 2rem;background:#fff;color:var(--primary);text-decoration:none;border-radius:4px;font-weight:700;transition:transform .2s}.button:hover{transform:translateY(-2px)}@media (max-width: 768px){.hero h1{font-size:2rem}.features-grid{grid-template-columns:1fr}}
