:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}.App{width:100%;min-height:100vh}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{width:100%;margin:0 auto;padding:0 20px}.container-constrained{max-width:1200px;margin:0 auto;padding:0 20px}@media (min-width: 1400px){.container-constrained{max-width:1400px}}@media (max-width: 480px){.container,.container-constrained{padding:0 15px}}html{scroll-behavior:smooth}.language-selector{position:relative;display:inline-block}.language-button{background:transparent;border:1px solid #e1e5e9;border-radius:.5rem;padding:.5rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#64748b;transition:all .3s ease}.language-button:hover{border-color:#6366f1;color:#6366f1}.language-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e1e5e9;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;z-index:1000;min-width:120px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.language-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.language-option{padding:.75rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#374151;transition:background-color .3s ease;border:none;background:none;width:100%;text-align:left}.language-option:hover{background-color:#f8fafc}.language-option.active{background-color:#6366f1;color:#fff}.language-option:first-child{border-radius:.5rem .5rem 0 0}.language-option:last-child{border-radius:0 0 .5rem .5rem}@media (max-width: 768px){.language-button{padding:.4rem .8rem;font-size:.8rem}.language-dropdown{right:-10px}.language-button span:nth-child(2){display:none}.language-option span:nth-child(2){display:none}}.header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e1e5e9;z-index:1000;transition:all .3s ease}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.header-actions{display:flex;align-items:center;gap:1rem}.logo h2{color:#6366f1;font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:2px}.logo-x{background:#6366f1;color:#fff;font-size:1.5rem;font-weight:800;padding:4px 8px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;line-height:1}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#64748b;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#6366f1}.mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:.5rem}@media (max-width: 768px){.header{padding:.5rem 0}.nav{flex-direction:row;justify-content:space-between;align-items:center;position:relative;padding:.5rem 0}.mobile-menu-toggle{display:block;order:2}.nav-links{position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;gap:0;padding:1rem 0;border-top:1px solid #e1e5e9;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999}.nav-links-open{transform:translateY(0);opacity:1;visibility:visible}.nav-links a{padding:1rem 2rem;border-bottom:1px solid #f1f5f9;transition:background-color .3s ease}.nav-links a:hover{background-color:#f8fafc}.nav-links a:last-child{border-bottom:none}}.hero{padding:10rem 0 4rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-text p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;margin-bottom:2rem}.primary-button{display:inline-block;background:#fbbf24;color:#1f2937;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;transition:all .3s ease;border:none;cursor:pointer}.primary-button:hover{background:#f59e0b;transform:translateY(-2px);box-shadow:0 8px 25px #fbbf244d}.hero-stats{display:flex;gap:3rem}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:800;color:#fbbf24}.stat-label{font-size:.9rem;opacity:.8}.hero-image{display:flex;justify-content:center;align-items:center}.phone-mockup{width:280px;height:560px;background:#1f2937;border-radius:30px;padding:20px;box-shadow:0 25px 50px #0000004d;transform:rotate(5deg);transition:transform .3s ease}.phone-mockup:hover{transform:rotate(0) scale(1.05)}.phone-screen{width:100%;height:100%;background:#fff;border-radius:20px;padding:20px;overflow:hidden}.menu-preview h3{color:#1f2937;font-size:1.5rem;margin-bottom:20px;text-align:center}.menu-item{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #e5e7eb;color:#374151}.menu-item:last-child{border-bottom:none}@media (min-width: 1400px){.hero-text h1{font-size:4rem}.hero-content{gap:5rem}.phone-mockup{width:320px;height:640px}}@media (max-width: 1024px){.hero-text h1{font-size:3rem}.hero-content{gap:3rem}}@media (max-width: 768px){.hero{padding:8rem 0 3rem}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text h1{font-size:2.5rem;line-height:1.2}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.primary-button,.secondary-button{width:100%;max-width:280px}.hero-stats{justify-content:center;gap:2rem;flex-wrap:wrap}.phone-mockup{width:240px;height:480px;transform:none}}@media (max-width: 480px){.hero{padding:7rem 0 3rem}.hero-text h1{font-size:1.8rem;line-height:1.3}.hero-text p{font-size:1rem}.hero-stats{gap:1.5rem}.stat-number{font-size:1.5rem}.phone-mockup{width:200px;height:400px}}.features{padding:6rem 0;background:#f8fafc}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.feature-card{background:#fff;padding:2.5rem;border-radius:1rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;text-align:center;animation:fadeInUp .6s ease forwards}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.feature-card p{color:#64748b;line-height:1.6}@media (min-width: 1400px){.features-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media (max-width: 768px){.features-grid{grid-template-columns:1fr}.section-header h2{font-size:2rem}}@media (max-width: 480px){.feature-card{padding:1.5rem}.section-header h2{font-size:1.8rem}}.showcase{padding:6rem 0;background:#fff}.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem}.showcase-item{text-align:center;animation:fadeInUp .6s ease forwards}.showcase-image{margin-bottom:2rem;display:flex;justify-content:center}.menu-example{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 25px #0000001a;max-width:280px;width:100%}.menu-example.cafe{border-top:4px solid #f59e0b}.menu-example.restaurant{border-top:4px solid #ef4444}.menu-example.fastfood{border-top:4px solid #10b981}.menu-example h4{color:#1f2937;font-size:1.3rem;margin-bottom:1rem}.menu-category{font-size:1rem;font-weight:600;color:#6366f1;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.menu-items{text-align:left}.menu-items .item{padding:.75rem 0;border-bottom:1px solid #f3f4f6;color:#374151;font-size:.9rem}.menu-items .item:last-child{border-bottom:none}.showcase-info h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.showcase-info p{color:#64748b;line-height:1.6}@media (min-width: 1400px){.showcase-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media (max-width: 768px){.showcase-grid{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer{background:#1f2937;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:1.5rem;font-weight:700;color:#6366f1;margin-bottom:1rem}.footer-section h4{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem}.footer-section p{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#6366f1}.social-links{display:flex;gap:1rem}.social-links a{font-size:1.5rem;text-decoration:none;transition:transform .3s ease}.social-links a:hover{transform:scale(1.2)}.contact-info p{margin-bottom:.5rem;color:#9ca3af}.footer-bottom{border-top:1px solid #374151;padding-top:2rem}.footer-legal{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.legal-links{display:flex;gap:2rem}.legal-links a{color:#9ca3af;text-decoration:none;font-size:.9rem;transition:color .3s ease}.legal-links a:hover{color:#6366f1}.back-to-top-btn{display:flex;align-items:center;justify-content:center;margin:2rem auto 0;background:#6366f1;color:#fff;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #6366f14d;transition:all .3s ease}.back-to-top-btn:hover{background:#5856eb;transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}@media (max-width: 768px){.footer-legal{flex-direction:column;text-align:center}.social-links,.legal-links{justify-content:center}}@media (max-width: 480px){.back-to-top-btn{width:45px;height:45px;font-size:1.3rem;margin:1.5rem auto 0;text-align:center}.footer-content{grid-template-columns:1fr;text-align:center}}.pricing{padding:4rem 1rem;background:#f8fafc}.pricing-grid{display:grid;grid-template-columns:1fr;justify-items:center;gap:1.5rem}.pricing-card{background:#fff;border:1px solid #e1e5e9;border-radius:.75rem;box-shadow:0 4px 6px #0000000f;display:flex;flex-direction:column}.pricing-card.single{width:100%;max-width:520px}.pricing-card.pro{border-color:#6366f1;box-shadow:0 8px 20px #6366f126}.plan-header{padding:1.25rem 1.25rem .75rem;border-bottom:1px solid #f1f5f9}.plan-icon{font-size:1.8rem}.plan-name{margin:.5rem 0 .25rem;font-size:1.25rem;color:#0f172a}.plan-price{display:flex;align-items:baseline;gap:.25rem;color:#0f172a}.plan-price .amount{font-size:1.75rem;font-weight:700}.plan-price .period{color:#64748b;font-size:.9rem}.plan-features{list-style:none;padding:1rem 1.25rem;margin:0;display:grid;gap:.5rem}.plan-features li{display:flex;align-items:center;gap:.5rem;color:#374151}.plan-features .check{color:#10b981}@media (max-width: 1024px){.pricing-grid{grid-template-columns:1fr;justify-items:center}}
