.Hero-module__ejOdHG__hero{padding:var(--space-lg) 0 0}.Hero-module__ejOdHG__banner{max-width:var(--max-width);padding:0 var(--space-lg);justify-content:space-between;align-items:center;gap:var(--space-2xl);border-radius:var(--radius-xl);min-height:280px;padding:var(--space-2xl) var(--space-2xl);background:linear-gradient(135deg,#f0edff 0%,#e8e4ff 50%,#f5f3ff 100%);margin:0 auto;display:flex;overflow:hidden}.Hero-module__ejOdHG__bannerContent{flex:1;max-width:480px}.Hero-module__ejOdHG__title{font-size:var(--text-4xl);color:var(--text-primary);margin-bottom:var(--space-sm);font-weight:800;line-height:1.15}.Hero-module__ejOdHG__subtitle{font-size:var(--text-base);color:var(--text-secondary);margin-bottom:var(--space-xl)}.Hero-module__ejOdHG__stats{align-items:center;gap:var(--space-lg);display:flex}.Hero-module__ejOdHG__stat{flex-direction:column;display:flex}.Hero-module__ejOdHG__statValue{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--text-primary);font-weight:800}.Hero-module__ejOdHG__statLabel{font-size:var(--text-xs);color:var(--text-muted)}.Hero-module__ejOdHG__statDivider{background:#0000001a;width:1px;height:32px}.Hero-module__ejOdHG__bannerImage{border-radius:var(--radius-lg);flex-shrink:0;width:360px;height:260px;overflow:hidden}.Hero-module__ejOdHG__heroImg{object-fit:cover;width:100%;height:100%}@media (max-width:768px){.Hero-module__ejOdHG__banner{padding:var(--space-xl);text-align:center;flex-direction:column;min-height:auto}.Hero-module__ejOdHG__bannerContent{max-width:none}.Hero-module__ejOdHG__stats{justify-content:center}.Hero-module__ejOdHG__bannerImage{width:100%;height:180px}}
.CategoryGrid-module__yVi3UW__section{padding-top:var(--space-2xl);padding-bottom:var(--space-xl)}.CategoryGrid-module__yVi3UW__grid{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.CategoryGrid-module__yVi3UW__item{align-items:center;gap:var(--space-sm);padding:var(--space-md);border-radius:var(--radius-md);transition:all var(--duration-normal) var(--ease);text-align:center;flex-direction:column;display:flex}.CategoryGrid-module__yVi3UW__item:hover{background:var(--bg-hover);transform:translateY(-2px)}.CategoryGrid-module__yVi3UW__imageWrap{border-radius:var(--radius-full);background:var(--bg-secondary);border:2px solid var(--border-light);width:88px;height:88px;transition:border-color var(--duration-fast) var(--ease);flex-shrink:0;overflow:hidden}.CategoryGrid-module__yVi3UW__item:hover .CategoryGrid-module__yVi3UW__imageWrap{border-color:var(--brand-light)}.CategoryGrid-module__yVi3UW__image{object-fit:cover;width:100%;height:100%}.CategoryGrid-module__yVi3UW__label{font-size:var(--text-sm);color:var(--text-primary);max-width:100px;font-weight:600;line-height:1.3}@media (max-width:1024px){.CategoryGrid-module__yVi3UW__grid{gap:var(--space-md);grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.CategoryGrid-module__yVi3UW__grid{gap:var(--space-sm);grid-template-columns:repeat(4,1fr)}.CategoryGrid-module__yVi3UW__imageWrap{width:64px;height:64px}.CategoryGrid-module__yVi3UW__label{font-size:var(--text-xs)}.CategoryGrid-module__yVi3UW__item{padding:var(--space-sm)}}@media (max-width:480px){.CategoryGrid-module__yVi3UW__grid{grid-template-columns:repeat(3,1fr)}}
.TrendingServices-module__r0A3mG__section{background:var(--bg-primary)}.TrendingServices-module__r0A3mG__header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.TrendingServices-module__r0A3mG__headerRight{align-items:center;gap:var(--space-md);display:flex}.TrendingServices-module__r0A3mG__arrows{gap:6px;display:flex}.TrendingServices-module__r0A3mG__arrow{border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg-primary);width:32px;height:32px;color:var(--text-primary);transition:all var(--duration-fast) var(--ease);justify-content:center;align-items:center;display:flex}.TrendingServices-module__r0A3mG__arrow:hover{background:var(--bg-hover);border-color:var(--border-hover)}.TrendingServices-module__r0A3mG__carousel{gap:var(--space-md);scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px;display:flex;overflow-x:auto}.TrendingServices-module__r0A3mG__carousel::-webkit-scrollbar{display:none}.TrendingServices-module__r0A3mG__card{scroll-snap-align:start;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--duration-normal) var(--ease);flex:0 0 280px;overflow:hidden}.TrendingServices-module__r0A3mG__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.TrendingServices-module__r0A3mG__cardImage{background:var(--bg-secondary);height:180px;position:relative;overflow:hidden}.TrendingServices-module__r0A3mG__cardImg{object-fit:cover;width:100%;height:100%;transition:transform var(--duration-slow) var(--ease)}.TrendingServices-module__r0A3mG__card:hover .TrendingServices-module__r0A3mG__cardImg{transform:scale(1.04)}.TrendingServices-module__r0A3mG__tag{top:var(--space-sm);left:var(--space-sm);background:var(--text-primary);border-radius:var(--radius-xs);color:var(--text-inverse);text-transform:uppercase;letter-spacing:.04em;padding:3px 10px;font-size:10px;font-weight:700;position:absolute}.TrendingServices-module__r0A3mG__discountTag{top:var(--space-sm);right:var(--space-sm);background:var(--success);border-radius:var(--radius-xs);color:#fff;padding:3px 8px;font-size:10px;font-weight:700;position:absolute}.TrendingServices-module__r0A3mG__cardBody{padding:var(--space-md)}.TrendingServices-module__r0A3mG__cardMeta{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.TrendingServices-module__r0A3mG__rating{font-size:var(--text-xs);color:var(--text-primary);align-items:center;gap:3px;font-weight:600;display:flex}.TrendingServices-module__r0A3mG__starIcon{color:var(--rating)}.TrendingServices-module__r0A3mG__dot{color:var(--text-muted)}.TrendingServices-module__r0A3mG__reviews{color:var(--text-muted);font-weight:400}.TrendingServices-module__r0A3mG__duration{font-size:var(--text-xs);color:var(--text-muted);align-items:center;gap:3px;display:flex}.TrendingServices-module__r0A3mG__cardTitle{font-family:var(--font-display);font-size:var(--text-base);color:var(--text-primary);margin-bottom:4px;font-weight:700;line-height:1.3}.TrendingServices-module__r0A3mG__cardDesc{font-size:var(--text-xs);color:var(--text-secondary);margin-bottom:var(--space-sm);line-height:1.4}.TrendingServices-module__r0A3mG__priceRow{align-items:baseline;gap:var(--space-sm);display:flex}.TrendingServices-module__r0A3mG__price{font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-primary);font-weight:800}.TrendingServices-module__r0A3mG__oldPrice{font-size:var(--text-sm);color:var(--text-muted);text-decoration:line-through}@media (max-width:768px){.TrendingServices-module__r0A3mG__card{flex:0 0 240px}.TrendingServices-module__r0A3mG__cardImage{height:150px}.TrendingServices-module__r0A3mG__arrows{display:none}}
.HowItWorks-module__nNh7fG__section{padding:var(--space-xl) 0}.HowItWorks-module__nNh7fG__strip{padding:var(--space-lg) var(--space-xl);background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-light);justify-content:center;align-items:center;gap:0;display:flex}.HowItWorks-module__nNh7fG__step{align-items:center;gap:var(--space-md);flex:1;justify-content:center;display:flex}.HowItWorks-module__nNh7fG__iconWrap{border-radius:var(--radius-full);background:var(--brand-bg);width:44px;height:44px;color:var(--brand);flex-shrink:0;justify-content:center;align-items:center;display:flex}.HowItWorks-module__nNh7fG__text{flex-direction:column;display:flex}.HowItWorks-module__nNh7fG__title{font-family:var(--font-display);font-size:var(--text-sm);color:var(--text-primary);font-weight:700}.HowItWorks-module__nNh7fG__desc{font-size:var(--text-xs);color:var(--text-muted);line-height:1.4}.HowItWorks-module__nNh7fG__divider{background:var(--border);width:1px;height:40px;margin:0 var(--space-lg);flex-shrink:0}@media (max-width:768px){.HowItWorks-module__nNh7fG__strip{gap:var(--space-md);padding:var(--space-lg);flex-direction:column}.HowItWorks-module__nNh7fG__step{justify-content:flex-start;width:100%}.HowItWorks-module__nNh7fG__divider{width:100%;height:1px;margin:0}}
.Testimonials-module__L9Y4ma__section{background:var(--bg-secondary)}.Testimonials-module__L9Y4ma__grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.Testimonials-module__L9Y4ma__card{padding:var(--space-lg);background:var(--bg-primary);border:1px solid var(--border-light);border-radius:var(--radius-md);transition:box-shadow var(--duration-normal) var(--ease)}.Testimonials-module__L9Y4ma__card:hover{box-shadow:var(--shadow-md)}.Testimonials-module__L9Y4ma__cardHeader{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.Testimonials-module__L9Y4ma__avatar{border-radius:var(--radius-full);background:var(--brand);color:#fff;width:36px;height:36px;font-weight:700;font-size:var(--text-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Testimonials-module__L9Y4ma__info{flex-direction:column;flex:1;display:flex}.Testimonials-module__L9Y4ma__name{font-size:var(--text-sm);color:var(--text-primary);font-weight:600}.Testimonials-module__L9Y4ma__meta{font-size:var(--text-xs);color:var(--text-muted)}.Testimonials-module__L9Y4ma__rating{gap:1px;display:flex}.Testimonials-module__L9Y4ma__star{color:var(--rating)}.Testimonials-module__L9Y4ma__comment{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.6}@media (max-width:1024px){.Testimonials-module__L9Y4ma__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Testimonials-module__L9Y4ma__grid{grid-template-columns:1fr}}
.AppPromo-module__uOnfAW__section{background:var(--bg-primary)}.AppPromo-module__uOnfAW__card{padding:var(--space-2xl);background:var(--bg-secondary);border-radius:var(--radius-lg);text-align:center}.AppPromo-module__uOnfAW__title{font-size:var(--text-2xl);color:var(--text-primary);margin-bottom:var(--space-xl);font-weight:800}.AppPromo-module__uOnfAW__features{gap:var(--space-xl);margin-bottom:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.AppPromo-module__uOnfAW__feature{align-items:flex-start;gap:var(--space-md);text-align:left;display:flex}.AppPromo-module__uOnfAW__featureIcon{border-radius:var(--radius-full);background:var(--brand-bg);width:48px;height:48px;color:var(--brand);flex-shrink:0;justify-content:center;align-items:center;display:flex}.AppPromo-module__uOnfAW__featureTitle{font-family:var(--font-display);font-size:var(--text-sm);color:var(--text-primary);margin-bottom:2px;font-weight:700;display:block}.AppPromo-module__uOnfAW__featureDesc{font-size:var(--text-xs);color:var(--text-secondary);line-height:1.4;display:block}.AppPromo-module__uOnfAW__cta{align-items:center;gap:var(--space-sm);background:var(--text-primary);border-radius:var(--radius-sm);color:var(--text-inverse);font-weight:600;font-size:var(--text-sm);transition:all var(--duration-fast) var(--ease);padding:12px 28px;display:inline-flex}.AppPromo-module__uOnfAW__cta:hover{opacity:.85}@media (max-width:768px){.AppPromo-module__uOnfAW__features{grid-template-columns:1fr}.AppPromo-module__uOnfAW__card{padding:var(--space-xl)}}
