:root{--primary-color: #3b82f6;--secondary-color: #f59e0b;--accent-color: #ec4899;--text-color: #1f2937;--bg-color: #ffffff;--section-bg: #f8fafc;--border-color: #e5e7eb;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--text-color);background-color:var(--bg-color)}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:var(--text-color)}header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);position:fixed;top:0;width:100%;z-index:100}nav{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.app-icon{height:3rem;width:3rem;border-radius:.5rem}.brand-text{font-size:2rem;font-weight:700;text-decoration:none}.near{background:linear-gradient(45deg,var(--primary-color),#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ora{background:linear-gradient(45deg,var(--secondary-color),var(--accent-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}main{padding-top:80px}.hero{text-align:center;padding:4rem 2rem;background:#ffffff1a;color:#fff;min-height:60vh;display:flex;flex-direction:column;justify-content:center}.hero h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.1}.tagline{font-size:1.25rem;margin-bottom:2rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.app-store-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.app-store-button{display:inline-flex;align-items:center;width:300px;gap:.75rem;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;border:none;cursor:pointer;text-align:left}.app-store-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.app-store-button{background:#000;color:#fff}.app-store-button:hover{background:#1a1a1a}.app-store-icon{width:40px;height:40px;flex-shrink:0}.app-store-descriptio{display:flex;flex-direction:column}.features{padding:4rem 2rem;background:var(--section-bg);display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature{text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:transform .2s,box-shadow .2s}.feature:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--primary-color)}.feature p{color:#6b7280;line-height:1.6}.how-it-works{padding:4rem 2rem;background:#fff;text-align:center}.how-it-works h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--text-color)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.step{position:relative}.step-number{width:60px;height:60px;background:linear-gradient(45deg,var(--primary-color),#1d4ed8);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-color)}.step p{color:#6b7280;line-height:1.6}.footer-cta{padding:4rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.footer-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.footer-cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}footer{background:#1f2937;color:#9ca3af;text-align:center;padding:2rem}@media(max-width:768px){.hero h1{font-size:2.5rem}.tagline{font-size:1.1rem}.app-store-buttons{flex-direction:column;align-items:center}.app-store-button{width:100%;max-width:280px;justify-content:center}.features{grid-template-columns:1fr;padding:2rem 1rem}.steps{grid-template-columns:1fr}.how-it-works h2,.footer-cta h2{font-size:2rem}}
