*{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;background:#f8fafc;color:#0f172a;line-height:1.6}a{color:#4f46e5;text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white}.hero h1{font-size:4rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-.02em}.hero p{font-size:1.5rem;margin-bottom:3rem;opacity:.95;max-width:600px}.products{padding:6rem 1.5rem;background:white}.products h2{font-size:3rem;font-weight:700;text-align:center;margin-bottom:4rem;color:#0f172a}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.product-card{background:#f8fafc;border-radius:1rem;padding:2.5rem;border:2px solid #e2e8f0;transition:all .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1);border-color:#667eea}.product-card h3{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#0f172a}.product-card p{color:#475569;margin-bottom:1.5rem;font-size:1.1rem}.product-status{display:inline-block;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.product-status.live{background:#dcfce7;color:#166534}.product-status.coming-soon{background:#fef3c7;color:#92400e}.btn{display:inline-block;padding:.875rem 2rem;background:#4f46e5;color:white;border-radius:.5rem;font-weight:600;font-size:1.1rem;transition:all .2s ease;border:none;cursor:pointer}.btn:hover{background:#4338ca;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1);text-decoration:none}.btn-secondary{background:white;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:white}.footer{background:#0f172a;color:white;padding:3rem 1.5rem 2rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.footer-links a{color:#94a3b8;transition:color .2s ease}.footer-links a:hover{color:white;text-decoration:none}.footer p{color:#64748b;font-size:.875rem}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.25rem}.products h2{font-size:2rem}.product-grid{grid-template-columns:1fr}}