:root{--primary: #18DFA9B2;--secondary: #18322B;--dark: #181818;--white: #ffffff;--gray-light: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--blue-500: #3b82f6;--blue-600: #2563eb;--green-500: #10b981;--purple-500: #8b5cf6;--orange-500: #f59e0b}*{box-sizing:border-box}html,body{height:100%;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;margin:0;padding:0;background-color:var(--white);color:var(--gray-800);font-size:16px}.index{min-height:100vh;overflow-x:hidden}.hero-section{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 50%,var(--dark) 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.hero-section: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"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{max-width:800px;text-align:center;color:var(--white);position:relative;z-index:2}.logo-container{margin-bottom:2rem}.logo{width:120px;height:120px;border-radius:50%;object-fit:cover;box-shadow:0 20px 40px #0003;border:4px solid rgba(255,255,255,.2)}.hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1;background:linear-gradient(135deg,#fff,#f1f5f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;color:#ffffffe6;max-width:600px;margin-left:auto;margin-right:auto}.hero-form{margin-top:2rem}.form-container{display:flex;gap:1rem;max-width:500px;margin:0 auto;background:#ffffff1a;backdrop-filter:blur(10px);padding:6rem 2rem;border-radius:1rem;border:1px solid rgba(255,255,255,.2);height:80px;align-items:center}.form-container label{flex:1;display:flex;flex-direction:column;gap:.5rem}.form-container span:first-child{font-weight:600;color:var(--white);font-size:.9rem}.form-container input{padding:1rem;border:2px solid rgba(255,255,255,.3);border-radius:.5rem;background:#ffffffe6;color:var(--gray-800);font-size:1rem;transition:all .3s ease;height:42px;box-sizing:border-box}.form-container input:focus{outline:none;border-color:var(--white);background:var(--white);box-shadow:0 0 0 3px #ffffff4d}.help-text{font-size:.8rem;color:#ffffffb3}.form-container button{background:linear-gradient(135deg,var(--white) 0%,var(--gray-100) 100%);color:var(--secondary);padding:.6rem 1.2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 15px #0003;height:42px}.form-container button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.app-store-link{margin-top:2rem;text-align:center}.app-store-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--primary) 0%,var(--green-500) 100%);color:var(--white);text-decoration:none;border:none;border-radius:.5rem;font-weight:600;font-size:.9rem;transition:all .3s ease;max-width:300px;justify-content:center;box-shadow:0 4px 15px #18dfa94d;position:relative;overflow:hidden}.app-store-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.app-store-button:hover{background:linear-gradient(135deg,var(--green-500) 0%,var(--primary) 100%);transform:translateY(-2px);box-shadow:0 8px 25px #18dfa966}.app-store-button:hover:before{left:100%}.cta-section .app-store-button{background:linear-gradient(135deg,var(--white) 0%,var(--gray-100) 100%);color:var(--secondary);box-shadow:0 4px 15px #fff3}.cta-section .app-store-button:hover{background:linear-gradient(135deg,var(--gray-100) 0%,var(--white) 100%);box-shadow:0 8px 25px #ffffff4d}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.features-section{padding:6rem 0;background:var(--gray-light)}.features-section h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--gray-900)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:var(--white);padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;border:1px solid var(--gray-200);transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary) 0%,var(--secondary) 100%)}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--gray-900)}.feature-card p{color:var(--gray-600);line-height:1.6}.how-it-works-section{padding:6rem 0;background:var(--white)}.how-it-works-section h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--gray-900)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.step{text-align:center;position:relative}.step-number{width:60px;height:60px;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 8px 25px #18dfa94d}.step h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--gray-900)}.step p{color:var(--gray-600);line-height:1.6}.use-cases-section{padding:6rem 0;background:linear-gradient(135deg,var(--gray-100) 0%,var(--gray-light) 100%)}.use-cases-section h2{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--gray-900)}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.use-case-card{background:var(--white);padding:2rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;border:1px solid var(--gray-200);transition:all .3s ease;text-align:center}.use-case-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0000001a}.use-case-card h3{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--gray-900)}.use-case-card p{color:var(--gray-600);line-height:1.6}.cta-section{padding:6rem 0;background:linear-gradient(135deg,var(--secondary) 0%,var(--dark) 100%);color:var(--white);text-align:center}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-section p{font-size:1.125rem;margin-bottom:3rem;opacity:.9}.cta-form{max-width:500px;margin:0 auto}.cta-form .form-container{background:#ffffff1a;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.cta-form button{background:linear-gradient(135deg,var(--primary) 0%,var(--green-500) 100%);color:var(--white)}.cta-form button:hover{background:linear-gradient(135deg,var(--green-500) 0%,var(--primary) 100%)}.footer{background:var(--gray-900);color:var(--white);padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--white)}.footer-section p{color:var(--gray-400);line-height:1.6}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--gray-400);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-700);padding-top:2rem;text-align:center}.footer-bottom p{color:var(--gray-500);margin:0}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.form-container{flex-direction:column;gap:1rem;height:auto;padding:2rem 1.5rem;max-width:100%}.form-container label{width:100%}.form-container input{width:100%;font-size:16px}.form-container button{width:100%;height:48px;font-size:1rem}.features-grid,.steps-grid,.use-cases-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;text-align:center}.container{padding:0 1rem}.app-store-button{width:auto;max-width:280px;justify-content:center;padding:1rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.hero-content h1{font-size:2rem}.hero-section{padding:1rem}.form-container{padding:1.5rem 1rem;margin:0 .5rem}.features-section,.how-it-works-section,.use-cases-section,.cta-section{padding:4rem 0}.feature-card,.use-case-card{padding:1.5rem}}.form-container button{width:100%;height:48px;font-size:1rem}.app-store-button{width:auto;max-width:280px;justify-content:center;padding:1rem 1.5rem;font-size:1rem}.features-grid{grid-template-columns:1fr}
