*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #FF8C00;--color-primary-light: #FFAB00;--color-text: #1a1a2e;--color-text-muted: #64748b;--color-bg: #ffffff;--color-bg-alt: #f8fafc;--color-border: #e2e8f0;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--max-width: 1200px;--gradient: linear-gradient(135deg, var(--color-primary), var(--color-primary-light))}html{scroll-behavior:smooth}body{font-family:var(--font-family);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}#app{width:100%}.nav{position:fixed;top:0;left:0;right:0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);z-index:100}.nav-content{max-width:var(--max-width);margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.25rem;color:var(--color-text);text-decoration:none}.logo-icon{width:32px;height:32px;border-radius:8px}.nav-cta{padding:.5rem 1.25rem;background:var(--gradient);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;font-size:.9rem;transition:transform .2s,box-shadow .2s}.nav-cta:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff8c004d}.hero{padding:8rem 2rem 4rem;max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:100vh}.hero-content h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--color-text-muted);margin-bottom:2rem;max-width:500px}.hero-cta{display:flex;gap:1rem;margin-bottom:1rem}.hero-platforms{font-size:.9rem;color:var(--color-text-muted)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.btn-primary{background:var(--gradient);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ff8c0059}.btn-large{padding:1.25rem 2.5rem;font-size:1.1rem}.apple-icon{width:20px;height:20px}.hero-image{display:flex;justify-content:center}.phone-mockup{width:280px}.phone-mockup img{width:100%;height:auto;filter:drop-shadow(0 25px 50px rgba(0,0,0,.25))}.features{padding:6rem 2rem;background:var(--color-bg-alt)}.features-header{text-align:center;max-width:600px;margin:0 auto 4rem}.features-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.features-header p{font-size:1.1rem;color:var(--color-text-muted)}.features-grid{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature{background:#fff;padding:2rem;border-radius:16px;border:1px solid var(--color-border);transition:transform .2s,box-shadow .2s}.feature:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000014}.feature-icon{width:48px;height:48px;background:var(--gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon svg{width:24px;height:24px;stroke:#fff}.feature h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature p{color:var(--color-text-muted);font-size:.95rem}.cta-section{padding:6rem 2rem;text-align:center;background:var(--gradient);color:#fff}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.1rem;opacity:.9;margin-bottom:2rem}.cta-section .btn-primary{background:#fff;color:var(--color-primary)}.cta-section .btn-primary:hover{box-shadow:0 8px 24px #0003}.footer{padding:3rem 2rem;border-top:1px solid var(--color-border)}.footer-content{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-brand{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.1rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--color-text-muted);text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--color-primary)}.footer-copyright{color:var(--color-text-muted);font-size:.85rem}@media(max-width:968px){.hero{grid-template-columns:1fr;text-align:center;padding-top:6rem;min-height:auto}.hero-content h1{font-size:2.5rem}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-cta{justify-content:center}.hero-image{order:-1}.phone-mockup{width:220px}}@media(max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hero-content h1{font-size:2rem}.features-grid{grid-template-columns:1fr}.features-header h2,.cta-section h2{font-size:1.75rem}.btn{padding:.875rem 1.5rem;font-size:.95rem}}
