.Service-module__xtpKEW__services{background:var(--background-gradient);min-height:100vh;padding:6rem 1.5rem}.Service-module__xtpKEW__container{max-width:1280px;margin:0 auto}.Service-module__xtpKEW__servicesGrid{flex-direction:column;gap:6rem;margin-top:4rem;display:flex}.Service-module__xtpKEW__viewMoreWrapper{justify-content:center;margin-top:3rem;display:flex}.Service-module__xtpKEW__serviceCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:2rem;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;padding:3rem;transition:all .4s;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014}.Service-module__xtpKEW__serviceCard:before{content:"";background:linear-gradient(to right, var(--primary-color), var(--accent-color));width:100%;height:4px;position:absolute;top:0;left:0}.Service-module__xtpKEW__serviceCard:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0000001f}.Service-module__xtpKEW__serviceCard.Service-module__xtpKEW__reversed{direction:rtl}.Service-module__xtpKEW__serviceCard.Service-module__xtpKEW__reversed .Service-module__xtpKEW__contentContainer{direction:ltr}.Service-module__xtpKEW__imageContainer{aspect-ratio:4/3;border-radius:1.5rem;position:relative;overflow:hidden}.Service-module__xtpKEW__serviceImage{object-fit:cover;z-index:1;border-radius:1.5rem;width:100%;height:100%;transition:transform .6s;position:relative}.Service-module__xtpKEW__svgWrapper{border-radius:1.5rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.Service-module__xtpKEW__svgWrapper svg{object-fit:contain;width:100%;height:100%}.Service-module__xtpKEW__svgWrapper svg{object-fit:contain;width:100%;height:100%}.Service-module__xtpKEW__serviceCard:hover .Service-module__xtpKEW__serviceImage{transform:scale(1.08)}.Service-module__xtpKEW__imageBg{background:linear-gradient(45deg, var(--primary-color), var(--accent-color));opacity:.1;z-index:0;border-radius:1.5rem;width:100%;height:100%;transition:all .4s;position:absolute;top:1.5rem;left:1.5rem}.Service-module__xtpKEW__serviceCard:hover .Service-module__xtpKEW__imageBg{opacity:.15;transform:translate(.5rem,.5rem)}.Service-module__xtpKEW__contentContainer{flex-direction:column;gap:2rem;display:flex}.Service-module__xtpKEW__serviceTitle{background:var(--text-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;line-height:1.2}.Service-module__xtpKEW__serviceSubtitle{color:var(--text-secondary);margin-top:-1rem;font-size:1.25rem}.Service-module__xtpKEW__serviceDescription{color:var(--text-secondary);font-size:1.125rem;line-height:1.7}.Service-module__xtpKEW__offeringsPreview{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.Service-module__xtpKEW__offeringItem{background:var(--background-light);border-radius:1rem;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.Service-module__xtpKEW__offeringItem:hover{background:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #0000000d}.Service-module__xtpKEW__offeringIcon{font-size:1.5rem}.Service-module__xtpKEW__offeringTitle{color:var(--text-primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.Service-module__xtpKEW__stats{background:var(--background-light);border-radius:1rem;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:1.5rem;display:grid}.Service-module__xtpKEW__statItem{text-align:center}.Service-module__xtpKEW__statNumber{color:var(--primary-color);margin-bottom:.25rem;font-size:1.75rem;font-weight:700;display:block}.Service-module__xtpKEW__statLabel{color:var(--text-secondary);font-size:.875rem}.Service-module__xtpKEW__cta{gap:1rem;margin-top:1rem;display:flex}.Service-module__xtpKEW__buttonItem{border-radius:.75rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.Service-module__xtpKEW__buttonItem:hover{transform:translateY(-2px)}.Service-module__xtpKEW__statsContainer{background:var(--background-light);border-radius:1rem;justify-content:center;align-items:center;padding:1.5rem;display:flex}.Service-module__xtpKEW__pricing{text-align:center;justify-content:center;align-items:center;padding-left:2rem;display:flex}.Service-module__xtpKEW__priceLabel{color:var(--text-secondary);margin-bottom:.25rem;font-size:.875rem;display:block}.Service-module__xtpKEW__priceValue{color:var(--primary-color);font-size:1.25rem;font-weight:600}@media (max-width:1024px){.Service-module__xtpKEW__serviceCard{gap:3rem;padding:2.5rem}}@media (max-width:968px){.Service-module__xtpKEW__serviceCard{grid-template-columns:1fr;gap:2.5rem}.Service-module__xtpKEW__serviceCard.Service-module__xtpKEW__reversed{direction:ltr}.Service-module__xtpKEW__imageBg{top:1rem;left:1rem}.Service-module__xtpKEW__stats{padding:1rem}}@media (max-width:768px){.Service-module__xtpKEW__services{padding:4rem 1rem}.Service-module__xtpKEW__servicesGrid{gap:4rem}.Service-module__xtpKEW__serviceCard{padding:2rem}.Service-module__xtpKEW__offeringsPreview{grid-template-columns:1fr}.Service-module__xtpKEW__stats{grid-template-columns:1fr;gap:1rem}.Service-module__xtpKEW__cta{flex-direction:column}}@media (max-width:480px){.Service-module__xtpKEW__services{padding:3rem 1rem}.Service-module__xtpKEW__serviceCard{padding:1.5rem}.Service-module__xtpKEW__serviceTitle{font-size:1.5rem}.Service-module__xtpKEW__serviceDescription{font-size:1rem}}
