*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 1rem}@media (min-width:768px){.container{padding:0 2rem}}.App{text-align:center}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:16px;font-weight:500;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#f26a4b,#ff8a65);color:#fff}.btn-primary:hover{box-shadow:0 10px 25px #f26a4b4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #f26a4b;color:#f26a4b}.btn-secondary:hover{background:#f26a4b;color:#fff}.section{padding:80px 0}.section-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#6b7280;font-size:1.25rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between}.logo h2{color:#f26a4b;font-size:1.5rem;font-weight:700;margin:0}.nav{align-items:center;display:flex;gap:2rem}.nav a{color:#374151;font-weight:500;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#f26a4b}.header-buttons{display:flex;gap:1rem}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:.5rem}.mobile-menu-btn span{background:#374151;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.nav{background:#fff;box-shadow:0 4px 20px #0000001a;flex-direction:column;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav.nav-open{opacity:1;transform:translateY(0);visibility:visible}.mobile-menu-btn{display:flex}.header-buttons{display:none}}.hero{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;min-height:100vh;padding:120px 0 80px}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-title{color:#1f2937;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f26a4b,#ff8a65);-webkit-background-clip:text;background-clip:text}.hero-description{color:#6b7280;font-size:1.25rem;line-height:1.7;margin-bottom:2rem}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:2rem}.stat{align-items:center;display:flex;flex-direction:column}.stat-number{color:#f26a4b;font-size:1.5rem;font-weight:700}.stat-label{color:#6b7280;font-size:.875rem;margin-top:.25rem}.hero-image{align-items:center;display:flex;justify-content:center}.phone-mockup{background:#1f2937;border-radius:30px;box-shadow:0 20px 40px #0000004d;height:560px;padding:8px;position:relative;width:280px}.phone-screen{border-radius:22px}.app-header{padding:1rem}.location-indicator{font-size:.875rem}.location-dot{height:8px;width:8px}.map-points{height:200px;width:200px}.map-point{border:2px solid #fff;box-shadow:0 2px 8px #0003;height:12px;width:12px}.point-4{bottom:20%;right:30%}.app-bottom{background:#fff;border-top:1px solid #e5e7eb;padding:.75rem}.bottom-nav{display:flex;justify-content:space-around}.nav-item{border-radius:6px;color:#6b7280;font-size:.75rem;padding:.5rem;transition:all .3s ease}.nav-item.active{background:#ffe0d6;color:#f26a4b}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.hero{padding:100px 0 60px}.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{align-items:center;flex-direction:column}.hero-stats{justify-content:center}.phone-mockup{height:480px;width:240px}}.features{background:#fff}.section-header{margin-bottom:4rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.feature-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 12px 40px #f26a4b26;transform:translateY(-8px)}.feature-icon{align-items:center;border-radius:16px;display:flex;height:64px;justify-content:center;margin-bottom:1.5rem;width:64px}.icon{font-size:2rem}.feature-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-description{color:#6b7280;line-height:1.6}@media (max-width:768px){.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:1.5rem}.feature-icon{height:56px;width:56px}.icon{font-size:1.75rem}}.screenshots{background:#f8fafc}.screenshots-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.screenshot-item{align-items:center;display:flex;flex-direction:column;text-align:center}.phone-frame{background:#1f2937;border-radius:24px;box-shadow:0 20px 40px #0000004d;height:480px;margin-bottom:1.5rem;padding:6px;width:240px}.app-screen{background:#fff;border-radius:18px;height:100%;overflow:hidden;position:relative;width:100%}.screen-content{display:flex;flex-direction:column;height:100%}.screen-header{background:linear-gradient(135deg,#f26a4b,#ff8a65);color:#fff;padding:1rem}.search-bar{background:#fff3;border-radius:8px;font-size:.875rem;gap:.5rem;padding:.75rem}.map-area,.search-bar{align-items:center;display:flex}.map-area{background:linear-gradient(135deg,#ffe0d6,#ffccbc);flex:1 1;justify-content:center;position:relative}.map-points{height:160px;width:160px}.map-pin{background:#ef4444;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 6px #0003;height:10px;position:absolute;width:10px}.pin-1{left:30%;top:20%}.pin-2{right:20%;top:50%}.pin-3{bottom:30%;left:25%}.bottom-sheet{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 -4px 20px #0000001a;padding:1rem}.sheet-handle{background:#d1d5db;border-radius:2px;height:4px;margin:0 auto 1rem;width:40px}.nearby-places h4{color:#374151;font-size:.875rem;margin-bottom:.75rem}.place-item{gap:.75rem;padding:.5rem 0}.place-avatar,.place-item{align-items:center;display:flex}.place-avatar{background:#f3f4f6;border-radius:8px;font-size:.875rem;height:32px;justify-content:center;width:32px}.place-name{color:#1f2937;font-size:.875rem;font-weight:500}.place-distance{color:#6b7280;font-size:.75rem}.detail-header{padding:1rem}.back-button,.share-button{border-radius:8px;font-size:.875rem;height:32px;width:32px}.detail-image{height:120px}.image-placeholder{font-size:2rem}.detail-content{padding:1rem}.detail-content h3{font-size:1.125rem;margin-bottom:.5rem}.rating{gap:.5rem;margin-bottom:1rem}.stars{font-size:.875rem}.rating-text{font-size:.75rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#f3f4f6;border-radius:6px;color:#374151;font-size:.75rem;padding:.25rem .5rem}.actions{display:flex;gap:.5rem}.action-btn{background:#f3f4f6;border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:.875rem;padding:.5rem}.favorites-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem}.favorites-header h3{font-size:1.125rem;font-weight:600}.filter-button{align-items:center;background:#f3f4f6;border-radius:8px;display:flex;font-size:.875rem;height:32px;justify-content:center;width:32px}.favorites-list{flex:1 1;padding:1rem}.favorite-item{border-bottom:1px solid #f3f4f6;gap:.75rem;padding:.75rem 0}.favorite-item,.item-image{align-items:center;display:flex}.item-image{background:#f3f4f6;border-radius:8px;font-size:1rem;height:40px;justify-content:center;width:40px}.item-info{flex:1 1}.item-name{color:#1f2937;font-size:.875rem;font-weight:500}.item-category{color:#6b7280;font-size:.75rem}.action-icon{font-size:.875rem}.screenshot-info h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.screenshot-info p{color:#6b7280;font-size:.875rem}@media (max-width:768px){.screenshots-grid{gap:2rem;grid-template-columns:1fr}.phone-frame{height:400px;width:200px}}.faq{background:#fff}.faq-list{margin:0 auto;max-width:800px}.faq-item{border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 20px #00000014}.faq-question{align-items:center;background:#fff;border:none;color:#1f2937;cursor:pointer;display:flex;font-size:1rem;font-weight:500;justify-content:space-between;padding:1.5rem;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:#f9fafb}.faq-question.active{background:#f3f4f6;color:#f26a4b}.faq-icon{color:#f26a4b;font-size:1.25rem;font-weight:700;transition:transform .3s ease}.faq-question.active .faq-icon{transform:rotate(180deg)}.faq-answer{background:#f9fafb;max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer.open{max-height:200px}.faq-answer p{color:#6b7280;line-height:1.6;margin:0;padding:0 1.5rem 1.5rem}@media (max-width:768px){.faq-question{font-size:.875rem;padding:1rem}.faq-answer p{font-size:.875rem;padding:0 1rem 1rem}}.download{background:linear-gradient(135deg,#f26a4b,#ff8a65);color:#fff}.download-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.download-text .section-subtitle,.download-text .section-title{color:#fff}.download-buttons{display:flex;gap:1rem;margin-bottom:2rem}.store-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;display:flex;gap:.75rem;padding:1rem;text-decoration:none;transition:all .3s ease}.store-button:hover{background:#fff3;box-shadow:0 10px 25px #0003;transform:translateY(-2px)}.store-icon{font-size:1.5rem}.store-label{font-size:.875rem;font-weight:600}.store-subtitle{font-size:.75rem;opacity:.8}.download-features{display:flex;gap:1.5rem}.feature{align-items:center;display:flex;font-size:.875rem;gap:.5rem}.feature-icon{font-size:1rem}.download-image{align-items:center;display:flex;justify-content:center}.phones-showcase{display:flex;gap:2rem;position:relative}.phone{background:#1f2937;border-radius:20px;box-shadow:0 20px 40px #0000004d;height:400px;padding:6px;position:relative;width:200px}.phone-1{transform:rotate(-5deg)}.phone-2{transform:rotate(5deg)}.phone-screen{background:#fff;border-radius:14px;height:100%;overflow:hidden;position:relative;width:100%}.app-preview{display:flex;flex-direction:column;height:100%}.app-header{background:linear-gradient(135deg,#f26a4b,#ff8a65);color:#fff;padding:.75rem;text-align:center}.location-indicator{align-items:center;display:flex;font-size:.75rem;gap:.5rem;justify-content:center}.location-dot{animation:pulse 2s infinite;background:#10b981;border-radius:50%;height:6px;width:6px}.map-preview{align-items:center;background:linear-gradient(135deg,#ffe0d6,#ffccbc);display:flex;flex:1 1;justify-content:center;position:relative}.map-points{height:120px;position:relative;width:120px}.map-point{background:#ef4444;border:1px solid #fff;border-radius:50%;box-shadow:0 1px 4px #0003;height:8px;position:absolute;width:8px}.point-1{left:30%;top:20%}.point-2{right:25%;top:40%}.point-3{bottom:30%;left:20%}.detail-header{align-items:center;background:#fff;display:flex;justify-content:space-between;padding:.75rem}.back-button,.share-button{background:#f3f4f6;border-radius:6px;font-size:.75rem;height:24px;width:24px}.back-button,.detail-image,.share-button{align-items:center;display:flex;justify-content:center}.detail-image{background:linear-gradient(135deg,#ffe0d6,#ffccbc);height:80px}.image-placeholder{font-size:1.5rem}.detail-content{flex:1 1;padding:.75rem}.detail-content h3{color:#1f2937;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.rating{align-items:center;display:flex;gap:.25rem}.stars{font-size:.75rem}.rating-text{color:#6b7280;font-size:.625rem}@media (max-width:768px){.download-content{gap:2rem;grid-template-columns:1fr;text-align:center}.download-buttons{align-items:center;flex-direction:column}.download-features{flex-wrap:wrap;justify-content:center}.phones-showcase{gap:1rem}.phone{height:320px;width:160px}.phone-1,.phone-2{transform:none}}.contact{background:#f8fafc}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-methods{margin-bottom:3rem}.contact-method{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;gap:1rem;margin-bottom:1rem;padding:1.5rem;transition:all .3s ease}.contact-method:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.method-icon{align-items:center;background:linear-gradient(135deg,#f26a4b,#ff8a65);border-radius:12px;color:#fff;display:flex;font-size:2rem;height:60px;justify-content:center;width:60px}.method-info h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.method-info p{color:#f26a4b;font-size:1rem;font-weight:500;margin-bottom:.25rem}.method-info span{color:#6b7280;font-size:.875rem}.contact-form{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem}.contact-form h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#f26a4b;box-shadow:0 0 0 3px #f26a4b1a;outline:none}.form-group textarea{min-height:100px;resize:vertical}.contact-image{align-items:center;display:flex;height:100%;justify-content:center}.support-illustration{max-width:400px;text-align:center}.support-icon{display:block;font-size:4rem;margin-bottom:1.5rem}.support-text h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.support-text p{color:#6b7280;line-height:1.6}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-method{padding:1rem}.method-icon{font-size:1.5rem;height:50px;width:50px}.contact-form{padding:1.5rem}.support-illustration{max-width:300px}.support-icon{font-size:3rem}}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:2rem}.footer-logo h3{color:#f26a4b;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-logo p{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff1a;border-radius:8px;color:#fff;display:flex;font-size:1.25rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#f26a4b;transform:translateY(-2px)}.footer-section h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#f26a4b}.footer-bottom{border-top:1px solid #374151;padding-top:1.5rem}.footer-bottom-content{align-items:center;display:flex;justify-content:space-between}.footer-bottom p{color:#9ca3af;font-size:.875rem}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:#9ca3af;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#f26a4b}@media (max-width:768px){.footer-content{gap:1.5rem;grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{flex-wrap:wrap;justify-content:center}}
/*# sourceMappingURL=main.91506a81.css.map*/