.Hero-module__Z8hQ_W__hero{background:linear-gradient(135deg,#f5f7ff 0%,#fff 50%,#fff5f9 100%);padding:8rem 0 6rem;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__hero:before{content:"";background:radial-gradient(circle,#6366f11a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.Hero-module__Z8hQ_W__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Hero-module__Z8hQ_W__heroContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__Z8hQ_W__heroTitle{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.Hero-module__Z8hQ_W__gradientText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__Z8hQ_W__heroDescription{color:var(--text-secondary);margin-bottom:2rem;font-size:1.25rem}.Hero-module__Z8hQ_W__heroButtons{gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__Z8hQ_W__btn{cursor:pointer;transition:var(--transition);border:none;border-radius:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;display:inline-block}.Hero-module__Z8hQ_W__btnPrimary{background:var(--gradient-primary);color:#fff}.Hero-module__Z8hQ_W__btnPrimary:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.Hero-module__Z8hQ_W__btnSecondary{color:var(--primary-color);border:2px solid var(--primary-color);background-color:#fff}.Hero-module__Z8hQ_W__btnSecondary:hover{background-color:var(--primary-color);color:#fff}.Hero-module__Z8hQ_W__heroStats{opacity:0;gap:3rem;transition:opacity .6s;display:flex}.Hero-module__Z8hQ_W__heroStats.Hero-module__Z8hQ_W__visible{opacity:1}.Hero-module__Z8hQ_W__stat{flex-direction:column;display:flex}.Hero-module__Z8hQ_W__statNumber{color:var(--primary-color);font-size:2rem;font-weight:700}.Hero-module__Z8hQ_W__statLabel{color:var(--text-secondary);font-size:.875rem}.Hero-module__Z8hQ_W__phoneMockup{background:linear-gradient(135deg,var(--primary-color)0%,var(--primary-dark)100%);width:300px;height:600px;box-shadow:var(--shadow-xl);border-radius:40px;margin:0 auto;padding:12px;position:relative}.Hero-module__Z8hQ_W__phoneScreen{background:#fff;border-radius:32px;height:100%;padding:2rem 1.5rem;overflow:hidden}.Hero-module__Z8hQ_W__appPreview{flex-direction:column;gap:1rem;display:flex}.Hero-module__Z8hQ_W__previewCard{background:var(--bg-secondary);box-shadow:var(--shadow-sm);border-radius:1rem;align-items:center;gap:1rem;padding:1.5rem;animation:3s ease-in-out infinite Hero-module__Z8hQ_W__float;display:flex}.Hero-module__Z8hQ_W__card2{animation-delay:.5s}.Hero-module__Z8hQ_W__card3{animation-delay:1s}.Hero-module__Z8hQ_W__previewIcon{font-size:2rem}.Hero-module__Z8hQ_W__previewText h3{margin-bottom:.25rem;font-size:1.25rem}.Hero-module__Z8hQ_W__previewText p{color:var(--text-light);font-size:.875rem}@media (max-width:1024px){.Hero-module__Z8hQ_W__heroContent{grid-template-columns:1fr}.Hero-module__Z8hQ_W__heroImage{order:-1}.Hero-module__Z8hQ_W__phoneMockup{width:250px;height:500px}.Hero-module__Z8hQ_W__heroTitle{font-size:2.5rem}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{padding:6rem 0 4rem}.Hero-module__Z8hQ_W__heroTitle{font-size:2rem}.Hero-module__Z8hQ_W__heroDescription{font-size:1rem}.Hero-module__Z8hQ_W__heroButtons{flex-direction:column}.Hero-module__Z8hQ_W__heroStats{flex-direction:column;gap:1rem}.Hero-module__Z8hQ_W__phoneMockup{width:200px;height:400px}.Hero-module__Z8hQ_W__phoneScreen,.Hero-module__Z8hQ_W__previewCard{padding:1rem}.Hero-module__Z8hQ_W__previewText h3{font-size:1rem}}@media (max-width:480px){.Hero-module__Z8hQ_W__heroTitle{font-size:1.75rem}.Hero-module__Z8hQ_W__btn{padding:.75rem 1.5rem;font-size:.9rem}.Hero-module__Z8hQ_W__statNumber{font-size:1.5rem}}
.Features-module__ZD3nRW__features{background-color:var(--bg-primary);padding:6rem 0}.Features-module__ZD3nRW__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Features-module__ZD3nRW__sectionHeader{text-align:center;margin-bottom:4rem}.Features-module__ZD3nRW__sectionTitle{margin-bottom:1rem;font-size:2.5rem}.Features-module__ZD3nRW__sectionDescription{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem}.Features-module__ZD3nRW__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.Features-module__ZD3nRW__featureCard{border:1px solid var(--border-color);transition:var(--transition);background:#fff;border-radius:1rem;padding:2rem}.Features-module__ZD3nRW__featureCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-5px)}.Features-module__ZD3nRW__featureCardHighlight{border:2px solid var(--primary-color);background:linear-gradient(135deg,#6366f10d 0%,#ec48990d 100%);box-shadow:0 4px 20px #6366f126}.Features-module__ZD3nRW__featureCardHighlight:hover{border-color:var(--primary-dark);transform:translateY(-8px);box-shadow:0 8px 30px #6366f140}.Features-module__ZD3nRW__featureIcon{margin-bottom:1rem;font-size:3rem}.Features-module__ZD3nRW__featureTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem}.Features-module__ZD3nRW__featureDescription{color:var(--text-secondary);line-height:1.7}@media (max-width:768px){.Features-module__ZD3nRW__sectionTitle{font-size:2rem}.Features-module__ZD3nRW__featuresGrid{grid-template-columns:1fr}.Features-module__ZD3nRW__featureCard{padding:1.5rem}}
.About-module__vqXTeW__about{background:var(--bg-secondary);padding:6rem 0}.About-module__vqXTeW__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.About-module__vqXTeW__aboutContent{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__vqXTeW__aboutTitle{margin-bottom:1.5rem;font-size:2.5rem}.About-module__vqXTeW__aboutDescription{margin-bottom:2rem;font-size:1.125rem}.About-module__vqXTeW__aboutFeatures{flex-direction:column;gap:1rem;display:flex}.About-module__vqXTeW__aboutFeature{align-items:center;gap:1rem;display:flex}.About-module__vqXTeW__checkIcon{background:var(--primary-color);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;display:flex}.About-module__vqXTeW__statsCard{box-shadow:var(--shadow-xl);background:#fff;border-radius:1.5rem;padding:2.5rem}.About-module__vqXTeW__statsCard h3{margin-bottom:2rem;font-size:1.75rem}.About-module__vqXTeW__statItem{border-bottom:1px solid var(--border-color);align-items:flex-start;gap:1rem;padding:1.5rem 0;display:flex}.About-module__vqXTeW__statItem:last-child{border-bottom:none}.About-module__vqXTeW__statIcon{font-size:1.5rem}.About-module__vqXTeW__statItem strong{color:var(--text-primary);margin-bottom:.25rem;display:block}.About-module__vqXTeW__statItem p{font-size:.875rem}@media (max-width:1024px){.About-module__vqXTeW__aboutContent{grid-template-columns:1fr}}@media (max-width:768px){.About-module__vqXTeW__aboutTitle{font-size:2rem}.About-module__vqXTeW__statsCard{padding:1.5rem}}
.Download-module__MjXEOG__download{background:var(--gradient-primary);color:#fff;text-align:center;padding:6rem 0}.Download-module__MjXEOG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Download-module__MjXEOG__downloadTitle{color:#fff;margin-bottom:1rem;font-size:2.5rem}.Download-module__MjXEOG__downloadDescription{color:#ffffffe6;margin-bottom:2rem;font-size:1.25rem}.Download-module__MjXEOG__downloadButtons{justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Download-module__MjXEOG__storeButton{transition:var(--transition);display:inline-block}.Download-module__MjXEOG__storeButton:hover{transform:scale(1.05)}.Download-module__MjXEOG__storeButton svg{filter:brightness(0)invert();width:auto;height:60px}.Download-module__MjXEOG__downloadNote{color:#fffc;font-size:.875rem}@media (max-width:768px){.Download-module__MjXEOG__downloadTitle{font-size:2rem}.Download-module__MjXEOG__downloadButtons{flex-direction:column;align-items:center}}
