.ReputationManagementComponent-module-scss-module__JkuJ8q__reputationSection{background:linear-gradient(135deg,var(--primary-50)0%,var(--background-secondary)50%,var(--secondary-50)100%);padding:120px 24px;transition:background .3s;position:relative;overflow:hidden}.ReputationManagementComponent-module-scss-module__JkuJ8q__reputationSection:before{content:"";background:radial-gradient(circle at 20% 50%,var(--primary-100),transparent 50%),radial-gradient(circle at 80% 50%,var(--secondary-100),transparent 50%);opacity:.3;pointer-events:none;position:absolute;inset:0}@media (max-width:768px){.ReputationManagementComponent-module-scss-module__JkuJ8q__reputationSection{padding:80px 24px}}.ReputationManagementComponent-module-scss-module__JkuJ8q__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1200px;margin:0 auto;display:grid;position:relative}@media (max-width:968px){.ReputationManagementComponent-module-scss-module__JkuJ8q__container{grid-template-columns:1fr;gap:60px}}.ReputationManagementComponent-module-scss-module__JkuJ8q__content{animation:.8s ease-out ReputationManagementComponent-module-scss-module__JkuJ8q__fadeInUp}.ReputationManagementComponent-module-scss-module__JkuJ8q__title{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:32px;font-size:2.25rem;font-weight:700;line-height:1.25;transition:color .3s}@media (max-width:768px){.ReputationManagementComponent-module-scss-module__JkuJ8q__title{margin-bottom:24px;font-size:1.875rem}}@media (max-width:480px){.ReputationManagementComponent-module-scss-module__JkuJ8q__title{font-size:1.5rem}}.ReputationManagementComponent-module-scss-module__JkuJ8q__textContent{flex-direction:column;gap:24px;display:flex}.ReputationManagementComponent-module-scss-module__JkuJ8q__paragraph{font-family:var(--font-primary);color:var(--text-secondary);font-size:1.125rem;font-weight:400;line-height:1.625;transition:color .3s}@media (max-width:768px){.ReputationManagementComponent-module-scss-module__JkuJ8q__paragraph{font-size:1rem}}.ReputationManagementComponent-module-scss-module__JkuJ8q__imageContainer{animation:1s ease-out .3s both ReputationManagementComponent-module-scss-module__JkuJ8q__fadeIn;position:relative}.ReputationManagementComponent-module-scss-module__JkuJ8q__imageWrapper{width:100%;height:600px;box-shadow:0 8px 32px var(--shadow-lg);border-radius:16px 16px 16px 0;transition:box-shadow .3s;position:relative;overflow:hidden}@media (max-width:968px){.ReputationManagementComponent-module-scss-module__JkuJ8q__imageWrapper{height:500px}}@media (max-width:768px){.ReputationManagementComponent-module-scss-module__JkuJ8q__imageWrapper{border-radius:12px 12px 12px 0;height:400px}}@media (max-width:480px){.ReputationManagementComponent-module-scss-module__JkuJ8q__imageWrapper{height:300px}}.ReputationManagementComponent-module-scss-module__JkuJ8q__image{object-fit:cover;width:100%;height:100%;display:block}.ReputationManagementComponent-module-scss-module__JkuJ8q__imagePlaceholder{background:linear-gradient(135deg,var(--primary-100)0%,var(--secondary-100)100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.ReputationManagementComponent-module-scss-module__JkuJ8q__imagePlaceholder:before{content:"";background:linear-gradient(135deg,var(--primary-50)0%,var(--secondary-50)100%);opacity:.5;position:absolute;inset:0}.ReputationManagementComponent-module-scss-module__JkuJ8q__placeholderText{z-index:1;font-family:var(--font-primary);color:var(--primary-600);opacity:.6;font-size:1.25rem;font-weight:500;position:relative}@keyframes ReputationManagementComponent-module-scss-module__JkuJ8q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ReputationManagementComponent-module-scss-module__JkuJ8q__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.BadReviewsSection-module-scss-module__m3ZngW__badReviewsSection{background-color:var(--background-primary);padding:120px 24px;transition:background-color .3s}@media (max-width:768px){.BadReviewsSection-module-scss-module__m3ZngW__badReviewsSection{padding:80px 24px}}.BadReviewsSection-module-scss-module__m3ZngW__container{max-width:1200px;margin:0 auto}.BadReviewsSection-module-scss-module__m3ZngW__title{font-family:var(--font-primary);color:var(--text-primary);text-align:center;margin-bottom:64px;font-size:2.25rem;font-weight:700;line-height:1.25;transition:color .3s}@media (max-width:768px){.BadReviewsSection-module-scss-module__m3ZngW__title{margin-bottom:48px;font-size:1.875rem}}@media (max-width:480px){.BadReviewsSection-module-scss-module__m3ZngW__title{font-size:1.5rem}}.BadReviewsSection-module-scss-module__m3ZngW__content{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}@media (max-width:768px){.BadReviewsSection-module-scss-module__m3ZngW__content{grid-template-columns:1fr;gap:24px}}.BadReviewsSection-module-scss-module__m3ZngW__reasonCard{background-color:var(--background-secondary);border:2px solid var(--border-light);box-shadow:0 4px 16px var(--shadow-sm);border-radius:16px;gap:24px;padding:32px;transition:all .3s;display:flex}.BadReviewsSection-module-scss-module__m3ZngW__reasonCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)}@media (max-width:640px){.BadReviewsSection-module-scss-module__m3ZngW__reasonCard{flex-direction:column;gap:20px;padding:24px}}.BadReviewsSection-module-scss-module__m3ZngW__reasonNumber{background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);color:#fff;width:64px;min-width:64px;height:64px;font-family:var(--font-primary);border-radius:12px;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}@media (max-width:640px){.BadReviewsSection-module-scss-module__m3ZngW__reasonNumber{width:48px;min-width:48px;height:48px;font-size:1.25rem}}.BadReviewsSection-module-scss-module__m3ZngW__reasonContent{flex:1}.BadReviewsSection-module-scss-module__m3ZngW__reasonTitle{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:12px;font-size:1.25rem;font-weight:700;transition:color .3s}@media (max-width:640px){.BadReviewsSection-module-scss-module__m3ZngW__reasonTitle{font-size:1.125rem}}.BadReviewsSection-module-scss-module__m3ZngW__reasonDescription{font-family:var(--font-primary);color:var(--text-secondary);margin:0;font-size:1rem;font-weight:400;line-height:1.625;transition:color .3s}@media (max-width:640px){.BadReviewsSection-module-scss-module__m3ZngW__reasonDescription{font-size:.875rem}}
.HowItWorksSection-module-scss-module__luhR1W__howItWorksSection{background:linear-gradient(135deg,var(--background-secondary)0%,var(--background-primary)100%);padding:120px 24px;transition:background .3s}@media (max-width:768px){.HowItWorksSection-module-scss-module__luhR1W__howItWorksSection{padding:80px 24px}}.HowItWorksSection-module-scss-module__luhR1W__container{max-width:1200px;margin:0 auto}.HowItWorksSection-module-scss-module__luhR1W__content{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}@media (max-width:968px){.HowItWorksSection-module-scss-module__luhR1W__content{grid-template-columns:1fr;gap:48px}}.HowItWorksSection-module-scss-module__luhR1W__textContent{animation:.8s ease-out HowItWorksSection-module-scss-module__luhR1W__fadeInLeft}.HowItWorksSection-module-scss-module__luhR1W__title{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:48px;font-size:2.25rem;font-weight:700;line-height:1.25;transition:color .3s}@media (max-width:768px){.HowItWorksSection-module-scss-module__luhR1W__title{margin-bottom:32px;font-size:1.875rem}}@media (max-width:480px){.HowItWorksSection-module-scss-module__luhR1W__title{font-size:1.5rem}}.HowItWorksSection-module-scss-module__luhR1W__steps{flex-direction:column;gap:32px;display:flex}@media (max-width:768px){.HowItWorksSection-module-scss-module__luhR1W__steps{gap:24px}}.HowItWorksSection-module-scss-module__luhR1W__step{gap:20px;animation:.8s ease-out both HowItWorksSection-module-scss-module__luhR1W__fadeInUp;display:flex}.HowItWorksSection-module-scss-module__luhR1W__step:first-child{animation-delay:.1s}.HowItWorksSection-module-scss-module__luhR1W__step:nth-child(2){animation-delay:.2s}.HowItWorksSection-module-scss-module__luhR1W__step:nth-child(3){animation-delay:.3s}.HowItWorksSection-module-scss-module__luhR1W__step:nth-child(4){animation-delay:.4s}.HowItWorksSection-module-scss-module__luhR1W__stepNumber{background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);color:#fff;width:48px;min-width:48px;height:48px;font-family:var(--font-primary);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.HowItWorksSection-module-scss-module__luhR1W__stepContent{flex:1}.HowItWorksSection-module-scss-module__luhR1W__stepTitle{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:8px;font-size:1.125rem;font-weight:700;transition:color .3s}@media (max-width:640px){.HowItWorksSection-module-scss-module__luhR1W__stepTitle{font-size:1rem}}.HowItWorksSection-module-scss-module__luhR1W__stepDescription{font-family:var(--font-primary);color:var(--text-secondary);margin:0;font-size:1rem;font-weight:400;line-height:1.625;transition:color .3s}@media (max-width:640px){.HowItWorksSection-module-scss-module__luhR1W__stepDescription{font-size:.875rem}}.HowItWorksSection-module-scss-module__luhR1W__videoPlaceholder{animation:.8s ease-out HowItWorksSection-module-scss-module__luhR1W__fadeInRight}.HowItWorksSection-module-scss-module__luhR1W__videoBox{aspect-ratio:16/9;background:linear-gradient(135deg,var(--primary-100)0%,var(--secondary-100)100%);border:2px solid var(--border-light);width:100%;box-shadow:0 8px 32px var(--shadow-md);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.HowItWorksSection-module-scss-module__luhR1W__videoBox:before{content:"";background:radial-gradient(circle,#0000,#0000001a);position:absolute;inset:0}.HowItWorksSection-module-scss-module__luhR1W__playIcon{z-index:1;transition:transform .3s;position:relative}.HowItWorksSection-module-scss-module__luhR1W__videoBox:hover .HowItWorksSection-module-scss-module__luhR1W__playIcon{transform:scale(1.1)}.HowItWorksSection-module-scss-module__luhR1W__videoText{z-index:1;font-family:var(--font-primary);color:var(--text-secondary);margin-top:16px;font-size:1.125rem;font-weight:500;position:relative}@keyframes HowItWorksSection-module-scss-module__luhR1W__fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes HowItWorksSection-module-scss-module__luhR1W__fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes HowItWorksSection-module-scss-module__luhR1W__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
