.Hero-module___w2HtG__hero{background:var(--bg-primary);padding:60px 0 40px;overflow:hidden}.Hero-module___w2HtG__heroContainer{flex-direction:column;align-items:center;display:flex}.Hero-module___w2HtG__headline{text-align:center;max-width:800px;margin-bottom:48px}.Hero-module___w2HtG__title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(2.5rem,6vw,4.2rem);font-weight:700;line-height:1.1}.Hero-module___w2HtG__titleAccent{color:var(--accent)}.Hero-module___w2HtG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 32px;font-size:1.1rem;line-height:1.7}.Hero-module___w2HtG__buttons{justify-content:center;align-items:center;gap:12px;margin-bottom:40px;display:flex}.Hero-module___w2HtG__primaryBtn{background:var(--accent);color:var(--white);border-radius:var(--radius-md);transition:all var(--transition-base);align-items:center;gap:8px;padding:14px 32px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.Hero-module___w2HtG__primaryBtn:hover{background:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Hero-module___w2HtG__secondaryBtn{color:var(--text-primary);border:1px solid var(--border-default);border-radius:var(--radius-md);transition:all var(--transition-base);background:0 0;align-items:center;gap:8px;padding:14px 24px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.Hero-module___w2HtG__secondaryBtn:hover{border-color:var(--border-hover);background:var(--bg-card-hover)}.Hero-module___w2HtG__stats{justify-content:center;align-items:center;gap:24px;display:flex}.Hero-module___w2HtG__stat{flex-direction:column;align-items:center;display:flex}.Hero-module___w2HtG__statNum{font-family:var(--font-heading);color:var(--accent);font-size:1.5rem;font-weight:700}.Hero-module___w2HtG__statLabel{color:var(--text-tertiary);margin-top:2px;font-size:.8rem}.Hero-module___w2HtG__statDivider{background:var(--border-default);width:1px;height:32px}.Hero-module___w2HtG__slider{width:100%;max-width:1000px;margin-bottom:64px;position:relative}.Hero-module___w2HtG__sliderViewport{border-radius:var(--radius-xl);border:1px solid var(--border-subtle);background:var(--bg-card);overflow:hidden}.Hero-module___w2HtG__slide{grid-template-columns:55% 45%;min-height:360px;display:grid}.Hero-module___w2HtG__slideImage{position:relative;overflow:hidden}.Hero-module___w2HtG__slidePic{object-fit:cover;width:100%;height:100%;display:block}.Hero-module___w2HtG__slideOverlay{pointer-events:none;position:absolute;inset:0}.Hero-module___w2HtG__slideContent{flex-direction:column;justify-content:center;padding:40px 32px;display:flex}.Hero-module___w2HtG__slideTag{letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px;font-size:.78rem;font-weight:700}.Hero-module___w2HtG__slideTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:12px;font-size:1.6rem;font-weight:700}.Hero-module___w2HtG__slideDesc{color:var(--text-secondary);font-size:.92rem;line-height:1.7}.Hero-module___w2HtG__sliderArrow{background:var(--bg-card);border:1px solid var(--border-default);width:36px;height:36px;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);z-index:10;box-shadow:var(--shadow-sm);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:-16px;transform:translateY(-50%)}.Hero-module___w2HtG__sliderArrow:hover{border-color:var(--accent);color:var(--accent)}.Hero-module___w2HtG__arrowRight{left:auto;right:-16px}.Hero-module___w2HtG__dots{justify-content:center;gap:8px;margin-top:16px;display:flex}.Hero-module___w2HtG__dot{background:var(--border-default);cursor:pointer;width:8px;height:8px;transition:all var(--transition-fast);border:none;border-radius:50%}.Hero-module___w2HtG__dotActive{background:var(--accent);border-radius:4px;width:24px}.Hero-module___w2HtG__progressBar{background:var(--border-subtle);border-radius:0 0 var(--radius-xl)var(--radius-xl);height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.Hero-module___w2HtG__progressFill{transform-origin:0;height:100%}.Hero-module___w2HtG__showcase{text-align:center;width:100%}.Hero-module___w2HtG__showcaseTitle{font-family:var(--font-heading);letter-spacing:.1em;color:var(--text-tertiary);text-transform:uppercase;margin-bottom:24px;font-size:.85rem;font-weight:600}.Hero-module___w2HtG__showcaseTrack{scrollbar-width:none;justify-content:center;gap:16px;padding:12px 0;display:flex;overflow-x:auto}.Hero-module___w2HtG__showcaseTrack::-webkit-scrollbar{display:none}.Hero-module___w2HtG__showcaseCard{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);cursor:pointer;width:180px;transition:border-color var(--transition-fast);flex-shrink:0;position:relative;overflow:hidden}.Hero-module___w2HtG__showcaseActive{border-color:var(--accent)}.Hero-module___w2HtG__showcaseImg{aspect-ratio:1;object-fit:cover;width:100%;height:auto;display:block}.Hero-module___w2HtG__showcaseMeta{background:linear-gradient(#0000,#000c);justify-content:space-between;align-items:flex-end;padding:8px 10px;display:flex;position:absolute;bottom:0;left:0;right:0}.Hero-module___w2HtG__showcaseLabel{color:#fff;font-size:.75rem;font-weight:600}.Hero-module___w2HtG__showcaseTag{color:var(--accent);border-radius:var(--radius-sm);background:#00000080;padding:2px 6px;font-size:.65rem;font-weight:700}@media (max-width:768px){.Hero-module___w2HtG__hero{padding:40px 0 24px}.Hero-module___w2HtG__buttons{flex-direction:column}.Hero-module___w2HtG__primaryBtn,.Hero-module___w2HtG__secondaryBtn{justify-content:center;width:100%}.Hero-module___w2HtG__stats{flex-wrap:wrap;gap:16px}.Hero-module___w2HtG__statDivider{display:none}.Hero-module___w2HtG__slide{grid-template-columns:1fr}.Hero-module___w2HtG__slideImage{max-height:240px}.Hero-module___w2HtG__slideContent{padding:24px 20px}.Hero-module___w2HtG__sliderArrow{display:none}.Hero-module___w2HtG__showcaseCard{width:140px}}@media (max-width:480px){.Hero-module___w2HtG__showcaseCard{width:120px}}
.Services-module__uj7JVa__accent{color:var(--accent)}.Services-module__uj7JVa__chips{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:40px;display:flex}.Services-module__uj7JVa__chip{border:1px solid var(--border-default);border-radius:var(--radius-full);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;white-space:nowrap;align-items:center;gap:8px;padding:10px 20px;font-family:inherit;font-size:.88rem;font-weight:600;transition:all .2s;display:inline-flex}.Services-module__uj7JVa__chip:hover{border-color:var(--border-hover);color:var(--text-primary);background:var(--bg-card-hover)}.Services-module__uj7JVa__chipActive{font-weight:700}.Services-module__uj7JVa__detail{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);grid-template-columns:320px 1fr 240px;gap:24px;display:grid;overflow:hidden}.Services-module__uj7JVa__detailImage{min-height:280px;position:relative;overflow:hidden}.Services-module__uj7JVa__detailPic{object-fit:cover;width:100%;height:100%;display:block}.Services-module__uj7JVa__detailImageOverlay{pointer-events:none;position:absolute;inset:0}.Services-module__uj7JVa__detailInfo{flex-direction:column;justify-content:center;padding:32px 8px 32px 0;display:flex}.Services-module__uj7JVa__detailHeader{align-items:center;gap:12px;margin-bottom:12px;display:flex}.Services-module__uj7JVa__detailIcon{border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.Services-module__uj7JVa__detailTitle{font-family:var(--font-heading);color:var(--text-primary);font-size:1.5rem;font-weight:700}.Services-module__uj7JVa__detailDesc{color:var(--text-secondary);max-width:460px;margin-bottom:16px;font-size:.92rem;line-height:1.7}.Services-module__uj7JVa__detailTags{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.Services-module__uj7JVa__tag{border:1px solid var(--border-default);border-radius:var(--radius-full);color:var(--text-secondary);padding:5px 14px;font-size:.78rem;font-weight:500}.Services-module__uj7JVa__detailLink{align-items:center;gap:6px;font-size:.9rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.Services-module__uj7JVa__detailLink:hover{gap:12px}.Services-module__uj7JVa__detailModels{align-items:flex-start;padding:32px 24px 32px 0;display:flex}.Services-module__uj7JVa__modelsCard{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;padding:20px}.Services-module__uj7JVa__modelsTitle{font-family:var(--font-heading);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;font-size:.75rem;font-weight:700;display:block}.Services-module__uj7JVa__modelsList{flex-direction:column;gap:6px;display:flex}.Services-module__uj7JVa__model{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);padding:8px 12px;font-size:.8rem;font-weight:500}@media (max-width:900px){.Services-module__uj7JVa__detail{grid-template-columns:1fr;gap:0}.Services-module__uj7JVa__detailImage{max-height:220px}.Services-module__uj7JVa__detailInfo{padding:24px}.Services-module__uj7JVa__detailModels{padding:0 24px 24px}}@media (max-width:640px){.Services-module__uj7JVa__chips{gap:6px}.Services-module__uj7JVa__chip{padding:8px 14px;font-size:.82rem}}
.SocialProof-module__ufabVG__section{background:var(--bg-secondary);padding:80px 0}.SocialProof-module__ufabVG__container{max-width:1200px;margin:0 auto;padding:0 24px}.SocialProof-module__ufabVG__statsGrid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:60px;display:grid}.SocialProof-module__ufabVG__statCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);text-align:center;padding:32px 20px;transition:all .3s}.SocialProof-module__ufabVG__statCard:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.SocialProof-module__ufabVG__statIcon{margin-bottom:12px}.SocialProof-module__ufabVG__statValue{color:var(--text-primary);font-size:2rem;font-weight:900;font-family:var(--font-heading)}.SocialProof-module__ufabVG__statLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-top:4px;font-size:.78rem}.SocialProof-module__ufabVG__testimonialHeader{text-align:center;margin-bottom:32px}.SocialProof-module__ufabVG__title{font-size:1.8rem;font-weight:900;font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px}.SocialProof-module__ufabVG__subtitle{color:var(--text-tertiary);font-size:.9rem}.SocialProof-module__ufabVG__testimonialGrid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px;display:grid}.SocialProof-module__ufabVG__testimonialCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:24px;transition:all .3s}.SocialProof-module__ufabVG__testimonialCard:hover{border-color:var(--accent)}.SocialProof-module__ufabVG__testimonialStars{gap:2px;margin-bottom:12px;display:flex}.SocialProof-module__ufabVG__testimonialText{color:var(--text-secondary);margin-bottom:16px;font-size:.82rem;font-style:italic;line-height:1.6}.SocialProof-module__ufabVG__testimonialAuthor{align-items:center;gap:10px;display:flex}.SocialProof-module__ufabVG__testimonialAvatar{font-size:1.5rem}.SocialProof-module__ufabVG__testimonialName{color:var(--text-primary);font-size:.78rem;font-weight:700}.SocialProof-module__ufabVG__testimonialRole{color:var(--text-tertiary);font-size:.65rem}.SocialProof-module__ufabVG__brandsRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.SocialProof-module__ufabVG__brandsLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}.SocialProof-module__ufabVG__brandLogos{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.SocialProof-module__ufabVG__brandLogo{color:var(--text-secondary);opacity:.6;font-size:.72rem;font-weight:700}@media (max-width:900px){.SocialProof-module__ufabVG__statsGrid{grid-template-columns:repeat(2,1fr)}.SocialProof-module__ufabVG__testimonialGrid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.SocialProof-module__ufabVG__statsGrid{grid-template-columns:1fr 1fr}.SocialProof-module__ufabVG__testimonialGrid{grid-template-columns:1fr}}
.UseCases-module__oibrdG__section{background:var(--bg-primary);padding:80px 0}.UseCases-module__oibrdG__container{max-width:1200px;margin:0 auto;padding:0 24px}.UseCases-module__oibrdG__header{text-align:center;margin-bottom:40px}.UseCases-module__oibrdG__title{font-size:1.8rem;font-weight:900;font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px}.UseCases-module__oibrdG__subtitle{color:var(--text-tertiary);font-size:.9rem}.UseCases-module__oibrdG__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.UseCases-module__oibrdG__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);color:inherit;flex-direction:column;padding:28px 24px;text-decoration:none;transition:all .3s;display:flex}.UseCases-module__oibrdG__card:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.UseCases-module__oibrdG__cardIcon{margin-bottom:16px}.UseCases-module__oibrdG__cardTitle{color:var(--text-primary);margin-bottom:8px;font-size:1rem;font-weight:800}.UseCases-module__oibrdG__cardDesc{color:var(--text-tertiary);flex:1;margin-bottom:16px;font-size:.78rem;line-height:1.6}.UseCases-module__oibrdG__cardFeatures{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.UseCases-module__oibrdG__cardFeature{border-radius:var(--radius-full);border:1px solid;padding:4px 10px;font-size:.6rem;font-weight:700}.UseCases-module__oibrdG__cardLink{align-items:center;gap:6px;font-size:.78rem;font-weight:700;display:flex}@media (max-width:600px){.UseCases-module__oibrdG__grid{grid-template-columns:1fr}}
.Features-module__oVnRKG__featuresSection{background:var(--bg-secondary)}.Features-module__oVnRKG__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.Features-module__oVnRKG__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-base);padding:24px}.Features-module__oVnRKG__card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.Features-module__oVnRKG__iconWrapper{width:40px;height:40px;color:var(--accent-secondary);border:1px solid var(--border-default);border-radius:var(--radius-md);justify-content:center;align-items:center;margin-bottom:16px;display:flex}.Features-module__oVnRKG__cardTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:.95rem;font-weight:600}.Features-module__oVnRKG__cardDescription{color:var(--text-secondary);font-size:.85rem;line-height:1.6}@media (max-width:1024px){.Features-module__oVnRKG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Features-module__oVnRKG__grid{grid-template-columns:1fr}}
.FreeTrial-module__jrH6Zq__section{background:var(--bg-primary);padding:60px 0}.FreeTrial-module__jrH6Zq__container{max-width:1200px;margin:0 auto;padding:0 24px}.FreeTrial-module__jrH6Zq__banner{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#d32f2f 0%,#880e4f 50%,#4a148c 100%);padding:52px 48px;position:relative;overflow:hidden}.FreeTrial-module__jrH6Zq__bannerGlow{pointer-events:none;background:radial-gradient(circle at 30% 40%,#ffffff14 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.FreeTrial-module__jrH6Zq__bannerContent{z-index:1;position:relative}.FreeTrial-module__jrH6Zq__label{border-radius:var(--radius-full);color:#fff;letter-spacing:.04em;background:#ffffff26;align-items:center;gap:6px;margin-bottom:16px;padding:6px 16px;font-size:.72rem;font-weight:700;display:inline-flex}.FreeTrial-module__jrH6Zq__title{color:#fff;font-size:2.2rem;font-weight:900;font-family:var(--font-heading);margin-bottom:12px}.FreeTrial-module__jrH6Zq__subtitle{color:#fffc;max-width:500px;margin:0 auto 24px;font-size:1rem;line-height:1.6}.FreeTrial-module__jrH6Zq__features{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:28px;display:flex}.FreeTrial-module__jrH6Zq__feature{color:#ffffffe6;align-items:center;gap:8px;font-size:.82rem;font-weight:600;display:flex}.FreeTrial-module__jrH6Zq__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.FreeTrial-module__jrH6Zq__ctaPrimary{border-radius:var(--radius-md);color:#d32f2f;background:#fff;align-items:center;gap:8px;padding:14px 32px;font-size:.9rem;font-weight:800;text-decoration:none;transition:all .3s;display:inline-flex}.FreeTrial-module__jrH6Zq__ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.FreeTrial-module__jrH6Zq__ctaSecondary{border-radius:var(--radius-md);color:#fff;border:2px solid #ffffff4d;align-items:center;gap:8px;padding:14px 32px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.FreeTrial-module__jrH6Zq__ctaSecondary:hover{background:#ffffff1a;border-color:#fff}@media (max-width:600px){.FreeTrial-module__jrH6Zq__banner{padding:36px 24px}.FreeTrial-module__jrH6Zq__title{font-size:1.5rem}.FreeTrial-module__jrH6Zq__features{flex-direction:column;align-items:center}}
.CTA-module__R5neqq__cta{background:var(--bg-primary);border-top:1px solid var(--border-subtle);padding:96px 0}.CTA-module__R5neqq__ctaContainer{justify-content:center;display:flex}.CTA-module__R5neqq__content{text-align:center;max-width:600px}.CTA-module__R5neqq__title{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:700}.CTA-module__R5neqq__accent{color:var(--accent)}.CTA-module__R5neqq__description{color:var(--text-secondary);margin-bottom:32px;font-size:1.05rem;line-height:1.7}.CTA-module__R5neqq__buttons{justify-content:center;align-items:center;gap:12px;margin-bottom:24px;display:flex}.CTA-module__R5neqq__primaryBtn{background:var(--accent);color:var(--white);border-radius:var(--radius-md);transition:all var(--transition-base);align-items:center;gap:8px;padding:14px 32px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.CTA-module__R5neqq__primaryBtn:hover{background:var(--accent-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.CTA-module__R5neqq__secondaryBtn{border:1px solid var(--border-default);color:var(--text-primary);border-radius:var(--radius-md);transition:all var(--transition-base);align-items:center;gap:8px;padding:14px 24px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.CTA-module__R5neqq__secondaryBtn:hover{border-color:var(--border-hover);background:var(--bg-card-hover)}.CTA-module__R5neqq__note{color:var(--text-tertiary);font-size:.82rem}@media (max-width:640px){.CTA-module__R5neqq__buttons{flex-direction:column}.CTA-module__R5neqq__primaryBtn,.CTA-module__R5neqq__secondaryBtn{justify-content:center;width:100%}}
