*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f9fafb;color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100%;display:flex;flex-direction:column}main{flex:1}a{color:inherit;text-decoration:none}.header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff}.header-logo{display:inline-flex}.header-icon{width:60px;height:60px;border-radius:16px;object-fit:cover}.hamburger{border:none;background:transparent;padding:0;cursor:pointer;display:flex;flex-direction:column;gap:5px;width:28px;height:24px;justify-content:center}.hamburger-line{display:block;width:30px;height:3.5px;background:#000;border-radius:3px}.menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:9999;display:flex;flex-direction:column}.menu-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px}.menu-icon{width:60px;height:60px;border-radius:16px;object-fit:cover}.menu-close{border:none;background:transparent;font-size:32px;line-height:1;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#000}.menu-nav{display:flex;flex-direction:column;align-items:center;gap:32px;padding:60px 20px;flex:1}.menu-link{color:#111827;text-decoration:none;font-size:22px;font-weight:400}.menu-link.active{font-weight:700}.menu-footer-divider{height:1px;background:#e5e7eb;width:90%;margin:0 auto}.menu-footer{padding:16px 20px;text-align:center;color:#6b7280;font-size:16px}.home-page{width:100%}.home-store-section{background:linear-gradient(135deg,#f9fafb,#fff);padding:100px 20px 80px;text-align:center}.store-section-title{font-size:clamp(40px,4vw + 16px,64px);font-weight:800;line-height:1.08;letter-spacing:-.02em;color:#000;margin-bottom:18px}.store-section-subtitle{font-size:clamp(18px,1.2vw + 14px,22px);color:#6b7280;line-height:1.7;margin-bottom:36px;max-width:720px;margin-left:auto;margin-right:auto}.home-store-badges{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.store-badge{transition:transform .25s ease}.store-badge:hover{transform:translateY(-6px)}.store-badge img{height:64px;width:auto;border-radius:14px;filter:drop-shadow(0 6px 18px rgba(0,0,0,.25))}.store-app-icon{width:64px;height:64px;border-radius:14px;object-fit:cover;margin:12px auto 16px;display:block;box-shadow:0 2px 10px #0000001f}@media (max-width: 768px){.store-app-icon{display:none}}@media (min-width: 1024px){.store-app-icon{width:96px;height:96px;border-radius:20px;box-shadow:0 8px 24px #0000002e;margin:14px auto 18px;border:1px solid #e5e7eb}}.home-mockups{padding:80px 20px;background:#fff}.mockups-container{max-width:1000px;margin:0 auto}.mockup-wrapper{position:relative;display:flex;align-items:center;justify-content:center;min-height:500px}.mockup-image{width:100%;max-width:700px;height:auto;position:relative;z-index:2}.mockup-shape{position:absolute;pointer-events:none}.mockup-shape.circle-main{width:500px;height:500px;background:radial-gradient(circle,rgba(244,63,94,.18) 0%,rgba(244,63,94,.05) 60%,transparent 100%);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.mockup-shape.circle-small{width:200px;height:200px;background:radial-gradient(circle,rgba(244,63,94,.15) 0%,transparent 70%);border-radius:50%;bottom:10%;right:10%;z-index:1}.mockup-shape.cross{width:20px;height:20px;top:35%;right:12%;z-index:3}.mockup-shape.cross:before,.mockup-shape.cross:after{content:"";position:absolute;background:#000}.mockup-shape.cross:before{width:20px;height:2.5px;top:9px;transform:rotate(45deg)}.mockup-shape.cross:after{width:2.5px;height:20px;left:9px;transform:rotate(45deg)}.mockup-shape.dot{width:14px;height:14px;background:#000;border-radius:50%;bottom:18%;left:12%;z-index:3}.home-features{padding:96px 20px;background:#fff}.features-header{text-align:center;margin-bottom:70px}.features-header h2{font-size:48px;font-weight:800;margin-bottom:14px;color:#000}.features-header p{font-size:20px;color:#6b7280}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:36px;max-width:1240px;margin:0 auto}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:56px 44px;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#d1d5db;box-shadow:0 12px 28px #00000014;transform:translateY(-8px)}.feature-icon{font-size:64px;margin-bottom:22px}.feature-card h3{font-size:24px;font-weight:800;margin-bottom:12px;color:#111827}.feature-card p{font-size:16px;color:#6b7280;line-height:1.7}.home-testimonials{padding:96px 20px;background:#f9fafb}.testimonials-header{margin-bottom:24px}.testimonials-header h2{font-size:48px;font-weight:800;margin-bottom:8px;color:#000}.testimonials-header p{font-size:20px;color:#6b7280}.home-testimonials-grid{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:12px;margin:0 -12px;scrollbar-width:none}.home-testimonials-grid::-webkit-scrollbar{display:none}.home-testimonial-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:24px;padding:28px;transition:all .3s ease;flex:0 0 auto;width:clamp(260px,70vw,320px);aspect-ratio:4/5;display:flex;flex-direction:column;justify-content:space-between;align-items:center;scroll-snap-align:center}.home-testimonial-card:hover{border-color:#d1d5db;box-shadow:0 4px 16px #00000014;transform:translateY(-4px)}.testimonial-stars{color:#fbbf24;font-size:22px;margin-bottom:16px;text-align:center}.testimonial-content{color:#111827;font-size:16px;line-height:1.75;margin-bottom:22px;text-align:center}.testimonial-footer{display:flex;align-items:center;justify-content:center;gap:12px}.testimonial-avatar{width:48px;height:48px;background:linear-gradient(135deg,#000,#374151);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}.testimonial-name{color:#6b7280;font-size:15px;font-weight:600}.testimonials-scroller-wrap{position:relative}.testimonial-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;border-radius:50%;background:#111827;color:#fff;opacity:.9;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #0003}.testimonial-arrow:hover{opacity:1}.testimonial-arrow:disabled{opacity:.35;cursor:default}.testimonial-arrow.left{left:-6px}.testimonial-arrow.right{right:-6px}@media (max-width: 768px){.testimonial-arrow{display:none}}.home-cta{padding:120px 20px;background:linear-gradient(135deg,#000,#1f2937);text-align:center}.cta-content{max-width:820px;margin:0 auto}.cta-content h2{font-size:clamp(44px,3.5vw + 20px,56px);font-weight:800;color:#fff;margin-bottom:18px}.cta-content p{font-size:20px;color:#d1d5db;margin-bottom:44px}.cta-buttons{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}.cta-button{padding:20px 52px;border-radius:16px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;display:inline-block}.cta-button.primary{background:#fff;color:#000}.cta-button.primary:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:0 8px 24px #fff3}.cta-button.secondary{background:transparent;color:#fff;border:2px solid #fff}.cta-button.secondary:hover{background:#ffffff1a;transform:translateY(-2px)}.contact-page{min-height:calc(100vh - 80px)}.contact-hero{background:linear-gradient(135deg,#f9fafb,#fff);padding:80px 20px;text-align:center}.contact-hero-content{max-width:700px;margin:0 auto}.contact-badge{display:inline-block;padding:8px 20px;background:#000;color:#fff;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:24px}.contact-hero h1{font-size:48px;font-weight:800;margin-bottom:16px;color:#000;line-height:1.1}.contact-hero p{font-size:18px;color:#6b7280;line-height:1.6}.contact-main{max-width:900px;margin:0 auto;padding:60px 20px}.contact-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:48px;text-align:center;margin-bottom:40px;box-shadow:0 4px 6px -1px #0000000d}.contact-icon{font-size:48px;margin-bottom:20px}.contact-card h2{font-size:28px;font-weight:700;margin-bottom:12px;color:#111827}.contact-card p{font-size:16px;color:#6b7280;line-height:1.6;margin-bottom:32px;max-width:500px;margin-left:auto;margin-right:auto}.contact-primary-button{display:inline-block;padding:20px 56px;background:#000;color:#fff;border-radius:16px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.contact-primary-button:hover{background:#374151;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.contact-email-display{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.contact-email-display a{color:#2563eb;font-size:15px;text-decoration:none;font-weight:500}.contact-email-display a:hover{text-decoration:underline}.contact-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:32px 24px;text-align:center;transition:all .3s ease}.info-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000014;transform:translateY(-4px)}.info-icon{font-size:40px;margin-bottom:16px}.info-card h3{font-size:18px;font-weight:700;margin-bottom:8px;color:#111827}.info-card p{font-size:14px;color:#6b7280;line-height:1.5}@media (max-width: 768px){.contact-hero{padding:60px 20px}.contact-hero h1{font-size:36px}.contact-card{padding:32px 24px}.contact-info-grid{grid-template-columns:1fr}}.legal-page{max-width:900px;margin:0 auto;padding:20px}.legal-hero{background:linear-gradient(135deg,#fff,#f3f4f6);border-radius:16px;padding:40px 24px;margin-bottom:24px}.legal-hero h1{font-size:40px;font-weight:800;margin-bottom:12px}.legal-hero p{font-size:16px;color:#6b7280}.legal-content{padding:0;display:grid;gap:16px}.legal-block{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px 20px;box-shadow:0 4px 10px #0000000a}.legal-block h2{margin:0 0 10px;font-size:22px;font-weight:800;color:#111827}.legal-block p{margin:0 0 10px;line-height:1.7;color:#374151}.legal-block ul{margin:0 0 6px 18px;color:#374151}.legal-block li{margin:4px 0}.legal-content h2{font-size:24px;font-weight:700;margin-top:32px;margin-bottom:16px}.legal-content p{font-size:15px;line-height:1.7;color:#374151;margin-bottom:16px}.legal-content a{color:#2563eb;text-decoration:underline}@media (max-width: 768px){.store-section-title{font-size:36px}.home-store-section{padding:72px 20px 60px}.store-section-subtitle{font-size:16px}.mockup-wrapper{min-height:400px}.mockup-shape.circle-main{width:350px;height:350px}.mockup-shape.circle-small{width:150px;height:150px}.features-header h2,.testimonials-header h2{font-size:38px}.cta-content h2{font-size:40px}.home-cta{padding:60px 20px}.home-testimonial-card{min-width:300px}}@media (max-width: 480px){.store-section-title{font-size:28px}.store-badge img{height:56px}.features-grid,.home-testimonials-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.cta-button{width:100%}.home-testimonial-card{min-width:280px}}.features-scroller-wrap{position:relative}.features-scroller{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:12px;margin:0 -12px;scrollbar-width:none}.features-scroller::-webkit-scrollbar{display:none}.feature-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:36px 28px;text-align:center;transition:all .3s ease;flex:0 0 auto;width:clamp(240px,60vw,300px);scroll-snap-align:center}.feature-card:hover{border-color:#d1d5db;box-shadow:0 10px 24px #00000014;transform:translateY(-6px)}.feature-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;border-radius:50%;background:#111827;color:#fff;opacity:.9;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #0003}.feature-arrow:hover{opacity:1}.feature-arrow:disabled{opacity:.35;cursor:default}.feature-arrow.left{left:-6px}.feature-arrow.right{right:-6px}@media (max-width: 768px){.feature-arrow{display:none}}
