.ThemeToggle-module-scss-module__wkmzTW__themeToggle{border:2px solid var(--border-light);background-color:var(--background-primary);width:40px;height:40px;color:var(--text-primary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:all .3s;display:flex}.ThemeToggle-module-scss-module__wkmzTW__themeToggle:hover{background-color:var(--background-secondary);transform:scale(1.05)}.ThemeToggle-module-scss-module__wkmzTW__themeToggle:active{transform:scale(.95)}.ThemeToggle-module-scss-module__wkmzTW__themeToggle:focus{outline:2px solid var(--primary-600);outline-offset:2px}.ThemeToggle-module-scss-module__wkmzTW__icon{justify-content:center;align-items:center;width:100%;height:100%;transition:transform .3s;display:flex}.ThemeToggle-module-scss-module__wkmzTW__themeToggle:hover .ThemeToggle-module-scss-module__wkmzTW__icon{transform:rotate(15deg)}
.LanguageSwitcher-module-scss-module__P5xZ9W__languageSwitcher{position:relative}.LanguageSwitcher-module-scss-module__P5xZ9W__languageButton{border:2px solid var(--border-light);background-color:var(--background-primary);color:var(--text-primary);cursor:pointer;font-family:var(--font-primary);border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:.875rem;font-weight:500;transition:all .3s;display:flex}.LanguageSwitcher-module-scss-module__P5xZ9W__languageButton:hover{background-color:var(--background-secondary);border-color:var(--primary-600)}.LanguageSwitcher-module-scss-module__P5xZ9W__languageButton:focus{outline:2px solid var(--primary-600);outline-offset:2px}.LanguageSwitcher-module-scss-module__P5xZ9W__languageCode{letter-spacing:.025em;font-weight:600}.LanguageSwitcher-module-scss-module__P5xZ9W__chevron{transition:transform .3s}.LanguageSwitcher-module-scss-module__P5xZ9W__chevronOpen{transform:rotate(180deg)}.LanguageSwitcher-module-scss-module__P5xZ9W__overlay{z-index:999;background:0 0;position:fixed;inset:0}.LanguageSwitcher-module-scss-module__P5xZ9W__dropdown{background-color:var(--background-primary);border:2px solid var(--border-light);min-width:160px;box-shadow:0 4px 12px var(--shadow-md);z-index:1000;border-radius:8px;animation:.2s ease-out LanguageSwitcher-module-scss-module__P5xZ9W__fadeInDown;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.LanguageSwitcher-module-scss-module__P5xZ9W__dropdownItem{width:100%;color:var(--text-primary);cursor:pointer;font-family:var(--font-primary);text-align:left;background-color:#0000;border:none;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.875rem;transition:all .2s;display:flex}.LanguageSwitcher-module-scss-module__P5xZ9W__dropdownItem:hover{background-color:var(--background-secondary);color:var(--primary-600)}.LanguageSwitcher-module-scss-module__P5xZ9W__dropdownItem.LanguageSwitcher-module-scss-module__P5xZ9W__active{background-color:var(--primary-50);color:var(--primary-700);font-weight:600}.LanguageSwitcher-module-scss-module__P5xZ9W__dropdownItem:not(:last-child){border-bottom:1px solid var(--border-light)}.LanguageSwitcher-module-scss-module__P5xZ9W__languageName{flex:1}@keyframes LanguageSwitcher-module-scss-module__P5xZ9W__fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.HeaderComponent-module-scss-module__tHY2dW__header{background-color:var(--background-primary);box-shadow:0 2px 8px var(--shadow-sm);z-index:1000;border-bottom:1px solid var(--border-light);font-family:var(--font-primary);transition:background-color .3s,border-color .3s;position:sticky;top:0}.HeaderComponent-module-scss-module__tHY2dW__container{justify-content:space-between;align-items:center;height:80px;padding:0 24px;display:flex}.HeaderComponent-module-scss-module__tHY2dW__logo{cursor:pointer;justify-content:center;align-items:center;min-width:160px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.HeaderComponent-module-scss-module__tHY2dW__logo:hover{box-shadow:0 4px 12px var(--shadow-md);transform:translateY(-2px)}.HeaderComponent-module-scss-module__tHY2dW__logoText{color:var(--text-primary);font-family:var(--font-primary);letter-spacing:.025em;font-size:1.25rem;font-weight:700}.HeaderComponent-module-scss-module__tHY2dW__headerActions{align-items:center;gap:16px;display:flex}.HeaderComponent-module-scss-module__tHY2dW__nav{align-items:center;display:flex}@media (max-width:768px){.HeaderComponent-module-scss-module__tHY2dW__nav{background-color:var(--background-primary);box-shadow:0 4px 12px var(--shadow-md);max-height:0;padding:0 24px;transition:max-height .3s,padding .3s;position:fixed;top:80px;left:0;right:0;overflow:hidden}.HeaderComponent-module-scss-module__tHY2dW__nav.HeaderComponent-module-scss-module__tHY2dW__navOpen{max-height:400px;padding:24px}}.HeaderComponent-module-scss-module__tHY2dW__navList{gap:8px;margin:0;padding:0;list-style:none;display:flex}@media (max-width:768px){.HeaderComponent-module-scss-module__tHY2dW__navList{flex-direction:column;gap:0;width:100%}}.HeaderComponent-module-scss-module__tHY2dW__navItem{position:relative}@media (max-width:768px){.HeaderComponent-module-scss-module__tHY2dW__navItem{border-bottom:1px solid var(--border-light);width:100%}.HeaderComponent-module-scss-module__tHY2dW__navItem:last-child{border-bottom:none}}.HeaderComponent-module-scss-module__tHY2dW__navItemDropdown{position:relative}.HeaderComponent-module-scss-module__tHY2dW__navLink{color:var(--text-primary);font-family:var(--font-primary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;width:100%;padding:12px 20px;font-size:1rem;font-weight:500;line-height:1.5;text-decoration:none;transition:all .2s;display:block;position:relative}.HeaderComponent-module-scss-module__tHY2dW__navLink:after{content:"";background-color:var(--primary-600);height:2px;transition:transform .2s;position:absolute;bottom:8px;left:20px;right:20px;transform:scaleX(0)}.HeaderComponent-module-scss-module__tHY2dW__navLink:hover{color:var(--primary-600);background-color:var(--primary-50)}.HeaderComponent-module-scss-module__tHY2dW__navLink:hover:after{transform:scaleX(1)}@media (max-width:768px){.HeaderComponent-module-scss-module__tHY2dW__navLink{border-radius:0;padding:16px 0}.HeaderComponent-module-scss-module__tHY2dW__navLink:after{display:none}.HeaderComponent-module-scss-module__tHY2dW__navLink:hover{background-color:#0000;padding-left:8px}}.HeaderComponent-module-scss-module__tHY2dW__navLinkDropdown{justify-content:space-between;align-items:center;gap:6px;display:flex}.HeaderComponent-module-scss-module__tHY2dW__navLinkDropdownOpen{color:var(--primary-600);background-color:var(--primary-50)}.HeaderComponent-module-scss-module__tHY2dW__navLinkDropdownOpen:after{transform:scaleX(1)}.HeaderComponent-module-scss-module__tHY2dW__navLinkDropdownOpen .HeaderComponent-module-scss-module__tHY2dW__dropdownIcon{transform:rotate(180deg)}.HeaderComponent-module-scss-module__tHY2dW__dropdownIcon{flex-shrink:0;transition:transform .2s}.HeaderComponent-module-scss-module__tHY2dW__dropdownMenu{background-color:var(--background-primary);border:1px solid var(--border-light);min-width:220px;box-shadow:0 4px 16px var(--shadow-md);z-index:1001;opacity:0;visibility:hidden;border-radius:8px;margin:8px 0 0;padding:8px 0;list-style:none;transition:opacity .2s ease-out,visibility .2s ease-out,transform .2s ease-out;position:absolute;top:100%;left:0;transform:translateY(-8px)}@media (max-width:768px){.HeaderComponent-module-scss-module__tHY2dW__dropdownMenu{width:100%;box-shadow:none;background-color:var(--background-secondary);border:none;border-radius:0;max-height:0;margin:8px 0 0;padding:0;transition:max-height .3s,padding .3s,opacity .2s ease-out,visibility .2s ease-out;position:static;overflow:hidden;transform:none}}.HeaderComponent-module-scss-module__tHY2dW__dropdownMenuOpen{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width:768px){.HeaderComponent-module-scss-module__tHY2dW__dropdownMenuOpen{max-height:400px;padding:8px 0}}.HeaderComponent-module-scss-module__tHY2dW__dropdownItem{margin:0;padding:0}.HeaderComponent-module-scss-module__tHY2dW__dropdownLink{color:var(--text-primary);font-family:var(--font-primary);padding:12px 20px;font-size:1rem;font-weight:400;line-height:1.5;text-decoration:none;transition:all .2s;display:block;position:relative}.HeaderComponent-module-scss-module__tHY2dW__dropdownLink:before{content:"";background-color:var(--primary-600);width:3px;transition:transform .2s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(0)}.HeaderComponent-module-scss-module__tHY2dW__dropdownLink:hover{color:var(--primary-600);background-color:var(--primary-50);padding-left:24px}.HeaderComponent-module-scss-module__tHY2dW__dropdownLink:hover:before{transform:scaleY(1)}@media (max-width:768px){.HeaderComponent-module-scss-module__tHY2dW__dropdownLink{padding:12px 16px 12px 32px}.HeaderComponent-module-scss-module__tHY2dW__dropdownLink:hover{padding-left:40px}}@keyframes HeaderComponent-module-scss-module__tHY2dW__fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.HeaderComponent-module-scss-module__tHY2dW__menuToggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:28px;height:28px;padding:0;display:none}@media (max-width:768px){.HeaderComponent-module-scss-module__tHY2dW__menuToggle{display:flex}}.HeaderComponent-module-scss-module__tHY2dW__menuToggle:focus{outline:2px solid var(--primary-600);outline-offset:4px;border-radius:4px}.HeaderComponent-module-scss-module__tHY2dW__menuToggleLine{background-color:var(--text-primary);transform-origin:50%;border-radius:2px;width:100%;height:3px;transition:all .3s}.HeaderComponent-module-scss-module__tHY2dW__menuToggleOpen .HeaderComponent-module-scss-module__tHY2dW__menuToggleLine:first-child{transform:rotate(45deg)translate(8px,8px)}.HeaderComponent-module-scss-module__tHY2dW__menuToggleOpen .HeaderComponent-module-scss-module__tHY2dW__menuToggleLine:nth-child(2){opacity:0}.HeaderComponent-module-scss-module__tHY2dW__menuToggleOpen .HeaderComponent-module-scss-module__tHY2dW__menuToggleLine:nth-child(3){transform:rotate(-45deg)translate(8px,-8px)}
.ReputationSection-module-scss-module__TyKoYq__reputationSection{background:linear-gradient(135deg,var(--primary-50)0%,var(--background-secondary)50%,var(--secondary-50)100%);text-align:center;padding:120px 24px;transition:background .3s;position:relative;overflow:hidden}.ReputationSection-module-scss-module__TyKoYq__reputationSection:before{content:"";background:radial-gradient(circle at 50% 50%,var(--primary-100),transparent 70%);opacity:.3;pointer-events:none;position:absolute;inset:0}.ReputationSection-module-scss-module__TyKoYq__reputationSection:after{content:"";background:radial-gradient(circle,var(--secondary-100),transparent 70%);opacity:.4;pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;right:-10%}@media (max-width:768px){.ReputationSection-module-scss-module__TyKoYq__reputationSection{padding:80px 24px}}.ReputationSection-module-scss-module__TyKoYq__content{margin-bottom:80px}@media (max-width:768px){.ReputationSection-module-scss-module__TyKoYq__content{margin-bottom:60px}}.ReputationSection-module-scss-module__TyKoYq__title{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:24px;font-size:3rem;font-weight:700;line-height:1.25;transition:color .3s;animation:.8s ease-out ReputationSection-module-scss-module__TyKoYq__fadeInUp;display:inline-block;position:relative}.ReputationSection-module-scss-module__TyKoYq__title:after{content:"";background:linear-gradient(90deg,var(--primary-500),var(--secondary-500));border-radius:2px;width:80px;height:4px;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}@media (max-width:768px){.ReputationSection-module-scss-module__TyKoYq__title{font-size:2.25rem}}@media (max-width:480px){.ReputationSection-module-scss-module__TyKoYq__title{font-size:1.875rem}}.ReputationSection-module-scss-module__TyKoYq__description{font-family:var(--font-primary);color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.25rem;font-weight:400;line-height:1.625;transition:color .3s;animation:.8s ease-out .2s both ReputationSection-module-scss-module__TyKoYq__fadeInUp}@media (max-width:768px){.ReputationSection-module-scss-module__TyKoYq__description{font-size:1.125rem}}@media (max-width:480px){.ReputationSection-module-scss-module__TyKoYq__description{font-size:1rem}}.ReputationSection-module-scss-module__TyKoYq__statsGrid{grid-template-columns:repeat(4,1fr);gap:24px;animation:.8s ease-out .4s both ReputationSection-module-scss-module__TyKoYq__fadeInUp;display:grid}@media (max-width:968px){.ReputationSection-module-scss-module__TyKoYq__statsGrid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:480px){.ReputationSection-module-scss-module__TyKoYq__statsGrid{grid-template-columns:1fr;gap:16px}}.ReputationSection-module-scss-module__TyKoYq__statCard{background-color:var(--background-primary);border:2px solid var(--primary-200);box-shadow:0 4px 16px var(--shadow-sm);border-radius:16px;padding:32px 24px;transition:all .3s;position:relative;overflow:hidden}.ReputationSection-module-scss-module__TyKoYq__statCard:before{content:"";background:linear-gradient(90deg,var(--primary-500),var(--secondary-500));height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.ReputationSection-module-scss-module__TyKoYq__statCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)}.ReputationSection-module-scss-module__TyKoYq__statCard:hover:before{transform:scaleX(1)}@media (max-width:480px){.ReputationSection-module-scss-module__TyKoYq__statCard{padding:24px 20px}}.ReputationSection-module-scss-module__TyKoYq__statNumber{font-family:var(--font-primary);color:var(--primary-600);margin-bottom:8px;font-size:2.25rem;font-weight:700;line-height:1}@media (max-width:768px){.ReputationSection-module-scss-module__TyKoYq__statNumber{font-size:1.875rem}}@media (max-width:480px){.ReputationSection-module-scss-module__TyKoYq__statNumber{font-size:1.5rem}}.ReputationSection-module-scss-module__TyKoYq__statLabel{font-family:var(--font-primary);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.025em;font-size:1rem;font-weight:500}@media (max-width:480px){.ReputationSection-module-scss-module__TyKoYq__statLabel{font-size:.875rem}}@keyframes ReputationSection-module-scss-module__TyKoYq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.FooterComponent-module-scss-module__bpD6tG__footer{background:linear-gradient(135deg,var(--primary-900)0%,var(--secondary-900)100%);color:var(--text-inverse);margin-top:auto;padding:80px 24px 32px;transition:background .3s}@media (max-width:768px){.FooterComponent-module-scss-module__bpD6tG__footer{padding:60px 24px 24px}}.FooterComponent-module-scss-module__bpD6tG__footerContent{grid-template-columns:repeat(4,1fr);gap:48px;margin-bottom:48px;display:grid}@media (max-width:968px){.FooterComponent-module-scss-module__bpD6tG__footerContent{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width:640px){.FooterComponent-module-scss-module__bpD6tG__footerContent{grid-template-columns:1fr;gap:32px;margin-bottom:32px}}.FooterComponent-module-scss-module__bpD6tG__footerSection{animation:.6s ease-out FooterComponent-module-scss-module__bpD6tG__fadeInUp}.FooterComponent-module-scss-module__bpD6tG__footerSection:first-child{animation-delay:.1s}.FooterComponent-module-scss-module__bpD6tG__footerSection:nth-child(2){animation-delay:.2s}.FooterComponent-module-scss-module__bpD6tG__footerSection:nth-child(3){animation-delay:.3s}.FooterComponent-module-scss-module__bpD6tG__footerSection:nth-child(4){animation-delay:.4s}.FooterComponent-module-scss-module__bpD6tG__sectionTitle{font-family:var(--font-primary);color:#fff;margin-bottom:24px;padding-bottom:12px;font-size:1.25rem;font-weight:700;position:relative}.FooterComponent-module-scss-module__bpD6tG__sectionTitle:after{content:"";background:linear-gradient(90deg,var(--primary-400),var(--secondary-400));border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;left:0}@media (max-width:640px){.FooterComponent-module-scss-module__bpD6tG__sectionTitle{margin-bottom:20px;font-size:1.125rem}}.FooterComponent-module-scss-module__bpD6tG__companyDescription{font-family:var(--font-primary);color:#ffffffd9;margin-bottom:24px;font-size:1rem;font-weight:400;line-height:1.625}@media (max-width:640px){.FooterComponent-module-scss-module__bpD6tG__companyDescription{margin-bottom:20px;font-size:.875rem}}.FooterComponent-module-scss-module__bpD6tG__socialLinks{gap:12px;display:flex}.FooterComponent-module-scss-module__bpD6tG__socialLink{color:#fff;background-color:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.FooterComponent-module-scss-module__bpD6tG__socialLink:hover{background-color:var(--primary-500);border-color:var(--primary-400);color:#fff;transform:translateY(-3px);box-shadow:0 4px 12px #0000004d}.FooterComponent-module-scss-module__bpD6tG__socialLink:active{transform:translateY(-1px)}@media (max-width:640px){.FooterComponent-module-scss-module__bpD6tG__socialLink{width:36px;height:36px}}.FooterComponent-module-scss-module__bpD6tG__socialLink svg{width:20px;height:20px}@media (max-width:640px){.FooterComponent-module-scss-module__bpD6tG__socialLink svg{width:18px;height:18px}}.FooterComponent-module-scss-module__bpD6tG__linkList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.FooterComponent-module-scss-module__bpD6tG__footerLink{font-family:var(--font-primary);color:#fffc;padding-left:0;font-size:1rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.FooterComponent-module-scss-module__bpD6tG__footerLink:before{content:"";background:linear-gradient(90deg,var(--primary-400),var(--secondary-400));width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.FooterComponent-module-scss-module__bpD6tG__footerLink:hover{color:#fff;padding-left:12px;transform:translate(4px)}.FooterComponent-module-scss-module__bpD6tG__footerLink:hover:before{width:8px}@media (max-width:640px){.FooterComponent-module-scss-module__bpD6tG__footerLink{font-size:.875rem}}.FooterComponent-module-scss-module__bpD6tG__contactList{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.FooterComponent-module-scss-module__bpD6tG__contactItem{font-family:var(--font-primary);color:#ffffffd9;align-items:flex-start;gap:12px;font-size:1rem;font-weight:400;line-height:1.625;display:flex}@media (max-width:640px){.FooterComponent-module-scss-module__bpD6tG__contactItem{gap:10px;font-size:.875rem}}.FooterComponent-module-scss-module__bpD6tG__contactIcon{width:20px;height:20px;color:var(--primary-400);flex-shrink:0;margin-top:2px}@media (max-width:640px){.FooterComponent-module-scss-module__bpD6tG__contactIcon{width:18px;height:18px}}.FooterComponent-module-scss-module__bpD6tG__contactIcon svg{width:100%;height:100%}.FooterComponent-module-scss-module__bpD6tG__footerBottom{border-top:1px solid #ffffff1a;margin-top:48px;padding-top:32px}@media (max-width:768px){.FooterComponent-module-scss-module__bpD6tG__footerBottom{margin-top:32px;padding-top:24px}}.FooterComponent-module-scss-module__bpD6tG__footerBottomContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}@media (max-width:640px){.FooterComponent-module-scss-module__bpD6tG__footerBottomContent{text-align:center;flex-direction:column;gap:16px}}.FooterComponent-module-scss-module__bpD6tG__copyright{font-family:var(--font-primary);color:#ffffffbf;margin:0;font-size:.875rem;font-weight:400}@media (max-width:640px){.FooterComponent-module-scss-module__bpD6tG__copyright{font-size:.75rem}}.FooterComponent-module-scss-module__bpD6tG__legalLinks{flex-wrap:wrap;gap:24px;display:flex}@media (max-width:640px){.FooterComponent-module-scss-module__bpD6tG__legalLinks{justify-content:center;gap:16px}}.FooterComponent-module-scss-module__bpD6tG__legalLink{font-family:var(--font-primary);color:#fffc;font-size:.875rem;font-weight:400;text-decoration:none;transition:color .3s;position:relative}.FooterComponent-module-scss-module__bpD6tG__legalLink:after{content:"";background-color:var(--primary-400);width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.FooterComponent-module-scss-module__bpD6tG__legalLink:hover{color:#fff}.FooterComponent-module-scss-module__bpD6tG__legalLink:hover:after{width:100%}@media (max-width:640px){.FooterComponent-module-scss-module__bpD6tG__legalLink{font-size:.75rem}}@keyframes FooterComponent-module-scss-module__bpD6tG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Button-module-scss-module__BmPcAq__button{font-family:var(--font-primary);cursor:pointer;border:none;border-radius:8px;outline:none;justify-content:center;align-items:center;gap:8px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.Button-module-scss-module__BmPcAq__button:focus{outline:2px solid var(--primary-600);outline-offset:2px}.Button-module-scss-module__BmPcAq__button:disabled{opacity:.7;cursor:not-allowed}.Button-module-scss-module__BmPcAq__button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Button-module-scss-module__BmPcAq__button:hover:not(:disabled):before{left:100%}.Button-module-scss-module__BmPcAq__primary{background:linear-gradient(135deg,var(--primary-600)0%,var(--secondary-600)100%);color:#fff}.Button-module-scss-module__BmPcAq__primary:hover:not(:disabled){box-shadow:0 8px 24px var(--shadow-lg);transform:translateY(-2px)}.Button-module-scss-module__BmPcAq__primary:active:not(:disabled){transform:translateY(0)}.Button-module-scss-module__BmPcAq__secondary{color:var(--primary-600);border:2px solid var(--primary-600);background:0 0}.Button-module-scss-module__BmPcAq__secondary:before{background:linear-gradient(90deg,#0000,#4285f41a,#0000)}.Button-module-scss-module__BmPcAq__secondary:hover:not(:disabled){color:#fff;box-shadow:0 8px 24px var(--shadow-md);background-color:var(--primary-600);transform:translateY(-2px)}.Button-module-scss-module__BmPcAq__secondary:active:not(:disabled){transform:translateY(0)}.Button-module-scss-module__BmPcAq__sm{border-radius:6px;padding:10px 20px;font-size:.875rem}.Button-module-scss-module__BmPcAq__md{border-radius:8px;padding:14px 28px;font-size:1rem}.Button-module-scss-module__BmPcAq__lg{border-radius:8px;padding:16px 32px;font-size:1.125rem}.Button-module-scss-module__BmPcAq__fullWidth{width:100%}.Button-module-scss-module__BmPcAq__loading{cursor:wait}.Button-module-scss-module__BmPcAq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite Button-module-scss-module__BmPcAq__spin}.Button-module-scss-module__BmPcAq__secondary .Button-module-scss-module__BmPcAq__spinner{border-color:#4285f44d;border-top-color:var(--primary-600)}@keyframes Button-module-scss-module__BmPcAq__spin{to{transform:rotate(360deg)}}@media (max-width:480px){.Button-module-scss-module__BmPcAq__sm{padding:8px 16px;font-size:.75rem}.Button-module-scss-module__BmPcAq__md{padding:12px 24px;font-size:.875rem}.Button-module-scss-module__BmPcAq__lg{padding:14px 28px;font-size:1rem}}
.DeleteReviewForm-module-scss-module__gJ7vQG__deleteReviewForm{background:var(--background-primary);min-height:calc(100vh - 80px);padding:80px 24px;transition:background .3s}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__deleteReviewForm{padding:60px 16px}}.DeleteReviewForm-module-scss-module__gJ7vQG__formSection{margin-top:40px;margin-bottom:80px}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__formSection{margin-top:20px;margin-bottom:60px}}.DeleteReviewForm-module-scss-module__gJ7vQG__formContainer{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}@media (max-width:1024px){.DeleteReviewForm-module-scss-module__gJ7vQG__formContainer{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__formContainer{gap:32px}}.DeleteReviewForm-module-scss-module__gJ7vQG__formColumn{background:var(--background-primary);border-radius:12px;transition:background .3s}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__formColumn{padding:24px}}.DeleteReviewForm-module-scss-module__gJ7vQG__formTitle{font-family:var(--font-primary);color:var(--text-primary);text-transform:uppercase;letter-spacing:.025em;margin-bottom:32px;font-size:1.875rem;font-weight:700;transition:color .3s}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__formTitle{margin-bottom:24px;font-size:1.5rem}}.DeleteReviewForm-module-scss-module__gJ7vQG__formContent{flex-direction:column;gap:24px;display:flex}.DeleteReviewForm-module-scss-module__gJ7vQG__contactSection{border-top:2px solid var(--border-light);margin-top:24px;padding-top:24px}.DeleteReviewForm-module-scss-module__gJ7vQG__contactTitle{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:24px;font-size:1.5rem;font-weight:700;transition:color .3s}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__contactTitle{margin-bottom:20px;font-size:1.25rem}}.DeleteReviewForm-module-scss-module__gJ7vQG__dataProtection{margin-bottom:24px}.DeleteReviewForm-module-scss-module__gJ7vQG__dataProtectionLabel{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:12px;font-size:1rem;font-weight:600;transition:color .3s;display:block}.DeleteReviewForm-module-scss-module__gJ7vQG__required{color:var(--error-500);margin-left:4px}.DeleteReviewForm-module-scss-module__gJ7vQG__recaptcha{background:var(--background-primary);border:2px solid var(--border-light);border-radius:8px;margin-bottom:32px;padding:16px;transition:all .3s}@media (max-width:480px){.DeleteReviewForm-module-scss-module__gJ7vQG__recaptcha{padding:12px}}.DeleteReviewForm-module-scss-module__gJ7vQG__recaptchaBox{flex-wrap:wrap;align-items:center;gap:12px;display:flex}@media (max-width:480px){.DeleteReviewForm-module-scss-module__gJ7vQG__recaptchaBox{gap:8px}}.DeleteReviewForm-module-scss-module__gJ7vQG__recaptchaCheckbox{cursor:pointer;width:20px;height:20px;accent-color:var(--primary-500);flex-shrink:0}.DeleteReviewForm-module-scss-module__gJ7vQG__recaptchaText{font-family:var(--font-primary);color:var(--text-primary);flex:1;min-width:120px;font-size:1rem;font-weight:400}@media (max-width:480px){.DeleteReviewForm-module-scss-module__gJ7vQG__recaptchaText{font-size:.875rem}}.DeleteReviewForm-module-scss-module__gJ7vQG__recaptchaLogo{flex-direction:column;align-items:center;gap:4px;margin-left:auto;display:flex}.DeleteReviewForm-module-scss-module__gJ7vQG__recaptchaLogo svg{width:32px;height:32px;color:var(--primary-500)}.DeleteReviewForm-module-scss-module__gJ7vQG__recaptchaLogo:after{content:"reCAPTCHA";font-family:var(--font-primary);color:var(--text-secondary);margin-top:-4px;font-size:.75rem}.DeleteReviewForm-module-scss-module__gJ7vQG__recaptchaLinks{flex-direction:column;gap:4px;width:100%;margin-top:8px;margin-left:8px;padding-left:32px;font-size:.75rem;display:flex}.DeleteReviewForm-module-scss-module__gJ7vQG__recaptchaLink{color:var(--primary-500);text-decoration:none;transition:color .3s}.DeleteReviewForm-module-scss-module__gJ7vQG__recaptchaLink:hover{color:var(--primary-600);text-decoration:underline}.DeleteReviewForm-module-scss-module__gJ7vQG__submitButton{margin-top:8px}.DeleteReviewForm-module-scss-module__gJ7vQG__formField{position:relative}.DeleteReviewForm-module-scss-module__gJ7vQG__hint{font-family:var(--font-primary);color:var(--text-secondary);margin-top:8px;font-size:.875rem;transition:color .3s;display:block}.DeleteReviewForm-module-scss-module__gJ7vQG__evaluationSection{border-top:2px solid var(--border-light);margin-top:8px;padding-top:24px}.DeleteReviewForm-module-scss-module__gJ7vQG__evaluationTitle{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:24px;font-size:1.25rem;font-weight:700;transition:color .3s}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__evaluationTitle{margin-bottom:20px;font-size:1.125rem}}.DeleteReviewForm-module-scss-module__gJ7vQG__radioGroup{margin-top:24px}.DeleteReviewForm-module-scss-module__gJ7vQG__radioGroupLabel{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:16px;font-size:1rem;font-weight:600;transition:color .3s;display:block}.DeleteReviewForm-module-scss-module__gJ7vQG__radioOptions{flex-direction:column;gap:12px;display:flex}.DeleteReviewForm-module-scss-module__gJ7vQG__evaluatorInfoSection{border-top:2px solid var(--border-light);margin-top:24px;padding-top:24px;animation:.3s ease-out DeleteReviewForm-module-scss-module__gJ7vQG__fadeIn}.DeleteReviewForm-module-scss-module__gJ7vQG__evaluatorInfoTitle{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:16px;font-size:1.125rem;font-weight:700;transition:color .3s}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__evaluatorInfoTitle{margin-bottom:12px;font-size:1rem}}@keyframes DeleteReviewForm-module-scss-module__gJ7vQG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.DeleteReviewForm-module-scss-module__gJ7vQG__promotionalColumn{background:var(--background-secondary);border-radius:12px;padding:40px;transition:background .3s;position:sticky;top:90px}@media (max-width:1024px){.DeleteReviewForm-module-scss-module__gJ7vQG__promotionalColumn{position:static}}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__promotionalColumn{padding:24px}}.DeleteReviewForm-module-scss-module__gJ7vQG__promotionalContent{flex-direction:column;gap:24px;display:flex}.DeleteReviewForm-module-scss-module__gJ7vQG__promotionalImage{margin-bottom:8px}.DeleteReviewForm-module-scss-module__gJ7vQG__imagePlaceholder{background:var(--background-tertiary);border:3px solid var(--border-light);border-radius:50%;width:120px;height:120px;margin:0 auto;transition:all .3s}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__imagePlaceholder{width:100px;height:100px}}.DeleteReviewForm-module-scss-module__gJ7vQG__promotionalTitle{font-family:var(--font-primary);color:var(--text-primary);text-transform:uppercase;letter-spacing:.025em;text-align:center;margin-bottom:8px;font-size:1.5rem;font-weight:700;transition:color .3s}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__promotionalTitle{font-size:1.25rem}}.DeleteReviewForm-module-scss-module__gJ7vQG__promotionalText{font-family:var(--font-primary);color:var(--text-secondary);text-align:center;font-size:1rem;font-weight:400;line-height:1.625;transition:color .3s}.DeleteReviewForm-module-scss-module__gJ7vQG__promotionalText strong{color:var(--text-primary);font-weight:700}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__promotionalText{font-size:.875rem}}.DeleteReviewForm-module-scss-module__gJ7vQG__promotionalCTA{font-family:var(--font-primary);color:var(--text-primary);text-align:center;margin-top:8px;font-size:1rem;font-weight:600;transition:color .3s}.DeleteReviewForm-module-scss-module__gJ7vQG__promotionalCTA strong{font-weight:700}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__promotionalCTA{font-size:.875rem}}.DeleteReviewForm-module-scss-module__gJ7vQG__contactInfo{background:var(--background-primary);border-radius:8px;justify-content:center;align-items:center;gap:12px;margin-top:8px;padding:16px;transition:background .3s;display:flex}.DeleteReviewForm-module-scss-module__gJ7vQG__phoneIcon{color:var(--primary-500);flex-shrink:0}.DeleteReviewForm-module-scss-module__gJ7vQG__phoneNumber{font-family:var(--font-primary);color:var(--text-primary);font-size:1.125rem;font-weight:600;transition:color .3s}@media (max-width:768px){.DeleteReviewForm-module-scss-module__gJ7vQG__phoneNumber{font-size:1rem}}
.HeroComponent-module-scss-module__eg9qhG__hero{background:linear-gradient(135deg,var(--background-primary)0%,var(--background-secondary)100%);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:120px 24px 80px;transition:background .3s;display:flex;position:relative;overflow:hidden}.HeroComponent-module-scss-module__eg9qhG__heroContainer{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;width:100%;display:grid;position:relative}@media (max-width:968px){.HeroComponent-module-scss-module__eg9qhG__heroContainer{text-align:center;grid-template-columns:1fr;gap:60px}}.HeroComponent-module-scss-module__eg9qhG__heroContent{animation:.8s ease-out HeroComponent-module-scss-module__eg9qhG__fadeInUp}.HeroComponent-module-scss-module__eg9qhG__heroBadge{background:linear-gradient(135deg,var(--primary-50)0%,var(--secondary-50)100%);border:1px solid var(--primary-200);border-radius:50px;margin-bottom:24px;padding:8px 20px;animation:.6s ease-out .2s both HeroComponent-module-scss-module__eg9qhG__fadeIn;display:inline-block}.HeroComponent-module-scss-module__eg9qhG__badgeText{font-family:var(--font-primary);color:var(--primary-700);letter-spacing:.025em;font-size:.875rem;font-weight:500}.HeroComponent-module-scss-module__eg9qhG__heroTitle{font-family:var(--font-primary);color:var(--text-primary);flex-direction:column;gap:8px;margin-bottom:24px;font-size:3rem;font-weight:700;line-height:1.25;display:flex}@media (max-width:768px){.HeroComponent-module-scss-module__eg9qhG__heroTitle{font-size:2.25rem}}@media (max-width:480px){.HeroComponent-module-scss-module__eg9qhG__heroTitle{font-size:1.875rem}}.HeroComponent-module-scss-module__eg9qhG__titleLine{animation:.8s ease-out both HeroComponent-module-scss-module__eg9qhG__slideInLeft;display:block}.HeroComponent-module-scss-module__eg9qhG__titleLine:first-child{animation-delay:.3s}.HeroComponent-module-scss-module__eg9qhG__titleLine:nth-child(2){animation-delay:.5s}.HeroComponent-module-scss-module__eg9qhG__heroDescription{font-family:var(--font-primary);color:var(--text-secondary);max-width:540px;margin-bottom:40px;font-size:1.125rem;font-weight:400;line-height:1.625;animation:.8s ease-out .7s both HeroComponent-module-scss-module__eg9qhG__fadeIn}@media (max-width:968px){.HeroComponent-module-scss-module__eg9qhG__heroDescription{max-width:100%;margin-left:auto;margin-right:auto}}@media (max-width:480px){.HeroComponent-module-scss-module__eg9qhG__heroDescription{font-size:1rem}}.HeroComponent-module-scss-module__eg9qhG__heroButtons{flex-wrap:wrap;gap:16px;animation:.8s ease-out .9s both HeroComponent-module-scss-module__eg9qhG__fadeIn;display:flex}@media (max-width:968px){.HeroComponent-module-scss-module__eg9qhG__heroButtons{justify-content:center}}@media (max-width:480px){.HeroComponent-module-scss-module__eg9qhG__heroButtons{flex-direction:column;width:100%}}.HeroComponent-module-scss-module__eg9qhG__heroVisual{justify-content:center;align-items:center;height:500px;animation:1s ease-out .4s both HeroComponent-module-scss-module__eg9qhG__fadeIn;display:flex;position:relative;overflow:hidden}@media (max-width:968px){.HeroComponent-module-scss-module__eg9qhG__heroVisual{height:400px}}@media (max-width:480px){.HeroComponent-module-scss-module__eg9qhG__heroVisual{height:300px}}.HeroComponent-module-scss-module__eg9qhG__animatedGrid{opacity:.6;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(3,1fr);gap:20px;width:100%;height:100%;padding:40px;display:grid;position:absolute}@media (max-width:968px){.HeroComponent-module-scss-module__eg9qhG__animatedGrid{gap:15px;padding:30px}}@media (max-width:480px){.HeroComponent-module-scss-module__eg9qhG__animatedGrid{opacity:.4;gap:10px;padding:20px}}.HeroComponent-module-scss-module__eg9qhG__gridItem{background:linear-gradient(135deg,var(--primary-400)0%,var(--secondary-400)100%);opacity:.4;border-radius:12px;animation:3s ease-in-out infinite HeroComponent-module-scss-module__eg9qhG__gridPulse}.HeroComponent-module-scss-module__eg9qhG__gridItem:first-child{animation-delay:0s}.HeroComponent-module-scss-module__eg9qhG__gridItem:nth-child(2){background:linear-gradient(135deg,var(--secondary-400)0%,var(--primary-500)100%);animation-delay:.5s}.HeroComponent-module-scss-module__eg9qhG__gridItem:nth-child(3){background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);animation-delay:1s}.HeroComponent-module-scss-module__eg9qhG__gridItem:nth-child(4){background:linear-gradient(135deg,var(--secondary-500)0%,var(--primary-400)100%);animation-delay:1.5s}.HeroComponent-module-scss-module__eg9qhG__gridItem:nth-child(5){background:linear-gradient(135deg,var(--primary-400)0%,var(--secondary-400)100%);animation-delay:2s}.HeroComponent-module-scss-module__eg9qhG__gridItem:nth-child(6){background:linear-gradient(135deg,var(--secondary-400)0%,var(--primary-500)100%);animation-delay:2.5s}@media (max-width:480px){.HeroComponent-module-scss-module__eg9qhG__gridItem{opacity:.3;border-radius:8px;animation:3s ease-in-out infinite HeroComponent-module-scss-module__eg9qhG__gridPulseMobile}}.HeroComponent-module-scss-module__eg9qhG__pulseRing{opacity:.3;border-radius:50%;animation:4s ease-out infinite HeroComponent-module-scss-module__eg9qhG__pulseRing;position:absolute;top:50%;left:50%}.HeroComponent-module-scss-module__eg9qhG__ring1{border:3px solid var(--primary-400);width:300px;height:300px;margin-top:-150px;margin-left:-150px}@media (max-width:968px){.HeroComponent-module-scss-module__eg9qhG__ring1{width:250px;height:250px;margin-top:-125px;margin-left:-125px}}@media (max-width:480px){.HeroComponent-module-scss-module__eg9qhG__ring1{opacity:.2;border-width:2px;width:180px;height:180px;margin-top:-90px;margin-left:-90px}}.HeroComponent-module-scss-module__eg9qhG__ring2{border:3px solid var(--secondary-400);width:400px;height:400px;margin-top:-200px;margin-left:-200px;animation-duration:5s;animation-delay:1s}@media (max-width:968px){.HeroComponent-module-scss-module__eg9qhG__ring2{width:320px;height:320px;margin-top:-160px;margin-left:-160px}}@media (max-width:480px){.HeroComponent-module-scss-module__eg9qhG__ring2{opacity:.2;border-width:2px;width:240px;height:240px;margin-top:-120px;margin-left:-120px}}.HeroComponent-module-scss-module__eg9qhG__ring3{border:3px solid var(--primary-500);width:500px;height:500px;margin-top:-250px;margin-left:-250px;animation-duration:6s;animation-delay:2s}@media (max-width:968px){.HeroComponent-module-scss-module__eg9qhG__ring3{width:400px;height:400px;margin-top:-200px;margin-left:-200px}}@media (max-width:480px){.HeroComponent-module-scss-module__eg9qhG__ring3{opacity:.2;border-width:2px;width:300px;height:300px;margin-top:-150px;margin-left:-150px}}.HeroComponent-module-scss-module__eg9qhG__scrollIndicator{animation:1s ease-out 1.2s both HeroComponent-module-scss-module__eg9qhG__fadeIn;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.HeroComponent-module-scss-module__eg9qhG__scrollArrow{border:2px solid var(--primary-600);border-radius:20px;width:24px;height:40px;position:relative}.HeroComponent-module-scss-module__eg9qhG__scrollArrow:before{content:"";background-color:var(--primary-600);border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite HeroComponent-module-scss-module__eg9qhG__scrollDown;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes HeroComponent-module-scss-module__eg9qhG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes HeroComponent-module-scss-module__eg9qhG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroComponent-module-scss-module__eg9qhG__slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes HeroComponent-module-scss-module__eg9qhG__gridPulse{0%,to{opacity:.4;transform:scale(1)translateY(0)}50%{opacity:.7;transform:scale(1.1)translateY(-10px)}}@keyframes HeroComponent-module-scss-module__eg9qhG__gridPulseMobile{0%,to{opacity:.3;transform:scale(1)translateY(0)}50%{opacity:.5;transform:scale(1.05)translateY(-5px)}}@keyframes HeroComponent-module-scss-module__eg9qhG__pulseRing{0%{opacity:.5;transform:scale(.8)}50%{opacity:.3;transform:scale(1.1)}to{opacity:0;transform:scale(1.3)}}@keyframes HeroComponent-module-scss-module__eg9qhG__scrollDown{0%{opacity:0;transform:translate(-50%)translateY(0)}50%{opacity:1}to{opacity:0;transform:translate(-50%)translateY(12px)}}
.ServiceHero-module-scss-module__dmrzZG__serviceHero{background:linear-gradient(135deg,var(--primary-50)0%,var(--background-secondary)50%,var(--secondary-50)100%);padding:140px 24px 120px;transition:background .3s;position:relative;overflow:hidden}.ServiceHero-module-scss-module__dmrzZG__serviceHero:before{content:"";background:radial-gradient(circle at 50% 50%,var(--primary-100),transparent 70%);opacity:.3;pointer-events:none;position:absolute;inset:0}.ServiceHero-module-scss-module__dmrzZG__serviceHero:after{content:"";background:radial-gradient(circle,var(--secondary-200),transparent 70%);opacity:.3;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute;top:-30%;right:-10%}@media (max-width:768px){.ServiceHero-module-scss-module__dmrzZG__serviceHero{padding:120px 24px 80px}}.ServiceHero-module-scss-module__dmrzZG__content{text-align:center;max-width:800px;margin:0 auto;animation:.8s ease-out ServiceHero-module-scss-module__dmrzZG__fadeInUp}.ServiceHero-module-scss-module__dmrzZG__badge{background-color:var(--primary-100);color:var(--primary-700);font-family:var(--font-primary);text-transform:uppercase;letter-spacing:.025em;border-radius:20px;margin-bottom:24px;padding:8px 20px;font-size:.875rem;font-weight:600;transition:all .3s;display:inline-block}@media (max-width:480px){.ServiceHero-module-scss-module__dmrzZG__badge{padding:6px 16px;font-size:.75rem}}.ServiceHero-module-scss-module__dmrzZG__title{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:24px;font-size:3rem;font-weight:700;line-height:1.25;transition:color .3s}@media (max-width:768px){.ServiceHero-module-scss-module__dmrzZG__title{font-size:2.25rem}}@media (max-width:480px){.ServiceHero-module-scss-module__dmrzZG__title{font-size:1.875rem}}.ServiceHero-module-scss-module__dmrzZG__description{font-family:var(--font-primary);color:var(--text-secondary);max-width:700px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:400;line-height:1.625;transition:color .3s}@media (max-width:768px){.ServiceHero-module-scss-module__dmrzZG__description{margin-bottom:32px;font-size:1.125rem}}@media (max-width:480px){.ServiceHero-module-scss-module__dmrzZG__description{font-size:1rem}}.ServiceHero-module-scss-module__dmrzZG__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (max-width:480px){.ServiceHero-module-scss-module__dmrzZG__buttons{flex-direction:column;width:100%}}.ServiceHero-module-scss-module__dmrzZG__buttons a{text-decoration:none;display:inline-block}@media (max-width:480px){.ServiceHero-module-scss-module__dmrzZG__buttons a{width:100%}}@keyframes ServiceHero-module-scss-module__dmrzZG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.ConvincedSection-module-scss-module__bIhpca__convincedSection{background:linear-gradient(135deg,var(--primary-50)0%,var(--background-secondary)50%,var(--secondary-50)100%);text-align:center;padding:140px 24px;transition:background .3s;position:relative;overflow:hidden}.ConvincedSection-module-scss-module__bIhpca__convincedSection:before{content:"";background:radial-gradient(circle at 50% 50%,var(--primary-100),transparent 70%);opacity:.4;pointer-events:none;position:absolute;inset:0}.ConvincedSection-module-scss-module__bIhpca__convincedSection:after{content:"";background:radial-gradient(circle,var(--secondary-200),transparent 70%);opacity:.3;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute;top:-30%;right:-10%}@media (max-width:768px){.ConvincedSection-module-scss-module__bIhpca__convincedSection{padding:100px 24px}}.ConvincedSection-module-scss-module__bIhpca__convincedContent{box-shadow:0 20px 60px var(--shadow-lg);border:2px solid var(--border-light);border-radius:32px;padding:80px 60px}@media (max-width:768px){.ConvincedSection-module-scss-module__bIhpca__convincedContent{border-radius:24px;padding:60px 40px}}@media (max-width:480px){.ConvincedSection-module-scss-module__bIhpca__convincedContent{border-radius:20px;padding:48px 24px}}.ConvincedSection-module-scss-module__bIhpca__title{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:24px;font-size:3rem;font-weight:700;line-height:1.25;transition:color .3s;animation:.6s ease-out ConvincedSection-module-scss-module__bIhpca__fadeInUp;display:inline-block;position:relative}.ConvincedSection-module-scss-module__bIhpca__title:after{content:"";background:linear-gradient(90deg,var(--primary-500),var(--secondary-500));border-radius:2px;width:100px;height:4px;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}@media (max-width:768px){.ConvincedSection-module-scss-module__bIhpca__title{font-size:2.25rem}}@media (max-width:480px){.ConvincedSection-module-scss-module__bIhpca__title{font-size:1.875rem}}.ConvincedSection-module-scss-module__bIhpca__description{font-family:var(--font-primary);color:var(--text-secondary);max-width:600px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:400;line-height:1.625;transition:color .3s;animation:.6s ease-out .2s both ConvincedSection-module-scss-module__bIhpca__fadeInUp}@media (max-width:768px){.ConvincedSection-module-scss-module__bIhpca__description{margin-bottom:40px;font-size:1.125rem}}@media (max-width:480px){.ConvincedSection-module-scss-module__bIhpca__description{margin-bottom:32px;font-size:1rem}}.ConvincedSection-module-scss-module__bIhpca__buttonsContainer{flex-wrap:wrap;justify-content:center;gap:20px;animation:.6s ease-out .4s both ConvincedSection-module-scss-module__bIhpca__fadeInUp;display:flex}@media (max-width:640px){.ConvincedSection-module-scss-module__bIhpca__buttonsContainer{flex-direction:column;gap:16px;width:100%}}.ConvincedSection-module-scss-module__bIhpca__buttonLink{text-decoration:none;display:inline-block}@media (max-width:640px){.ConvincedSection-module-scss-module__bIhpca__buttonLink{width:100%}}@keyframes ConvincedSection-module-scss-module__bIhpca__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.PricingSection-module-scss-module__6UZW8a__pricingSection{background-color:var(--background-primary);padding:120px 24px;transition:background-color .3s}@media (max-width:768px){.PricingSection-module-scss-module__6UZW8a__pricingSection{padding:80px 24px}}.PricingSection-module-scss-module__6UZW8a__title{font-family:var(--font-primary);color:var(--text-primary);text-align:center;margin-bottom:16px;font-size:2.25rem;font-weight:700;line-height:1.25;transition:color .3s}@media (max-width:768px){.PricingSection-module-scss-module__6UZW8a__title{font-size:1.875rem}}@media (max-width:480px){.PricingSection-module-scss-module__6UZW8a__title{font-size:1.5rem}}.PricingSection-module-scss-module__6UZW8a__subtitle{font-family:var(--font-primary);color:var(--text-secondary);text-align:center;max-width:700px;margin:0 auto 64px;font-size:1.125rem;font-weight:400;transition:color .3s}@media (max-width:768px){.PricingSection-module-scss-module__6UZW8a__subtitle{margin-bottom:48px;font-size:1rem}}.PricingSection-module-scss-module__6UZW8a__pricingGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (max-width:968px){.PricingSection-module-scss-module__6UZW8a__pricingGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.PricingSection-module-scss-module__6UZW8a__pricingGrid{grid-template-columns:1fr;gap:24px}}.PricingSection-module-scss-module__6UZW8a__pricingCard{background-color:var(--background-secondary);border:2px solid var(--border-light);text-align:center;box-shadow:0 4px 16px var(--shadow-sm);border-radius:20px;padding:40px 32px;transition:all .3s;position:relative}.PricingSection-module-scss-module__6UZW8a__pricingCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)}.PricingSection-module-scss-module__6UZW8a__pricingCard.PricingSection-module-scss-module__6UZW8a__popular{border-color:var(--primary-500);box-shadow:0 8px 32px var(--shadow-lg);transform:scale(1.05)}@media (max-width:968px){.PricingSection-module-scss-module__6UZW8a__pricingCard.PricingSection-module-scss-module__6UZW8a__popular{transform:scale(1)}}.PricingSection-module-scss-module__6UZW8a__pricingCard.PricingSection-module-scss-module__6UZW8a__popular:hover{transform:scale(1.05)translateY(-8px)}@media (max-width:968px){.PricingSection-module-scss-module__6UZW8a__pricingCard.PricingSection-module-scss-module__6UZW8a__popular:hover{transform:translateY(-8px)}}@media (max-width:640px){.PricingSection-module-scss-module__6UZW8a__pricingCard{padding:32px 24px}}.PricingSection-module-scss-module__6UZW8a__popularBadge{background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);color:#fff;font-family:var(--font-primary);text-transform:uppercase;letter-spacing:.025em;border-radius:20px;padding:6px 20px;font-size:.875rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.PricingSection-module-scss-module__6UZW8a__planName{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:24px;font-size:1.5rem;font-weight:700;transition:color .3s}@media (max-width:640px){.PricingSection-module-scss-module__6UZW8a__planName{font-size:1.25rem}}.PricingSection-module-scss-module__6UZW8a__priceContainer{margin-bottom:32px}.PricingSection-module-scss-module__6UZW8a__price{font-family:var(--font-primary);color:var(--primary-600);font-size:3rem;font-weight:700;line-height:1}@media (max-width:640px){.PricingSection-module-scss-module__6UZW8a__price{font-size:2.25rem}}.PricingSection-module-scss-module__6UZW8a__period{font-family:var(--font-primary);color:var(--text-secondary);margin-left:4px;font-size:1.125rem;font-weight:400}.PricingSection-module-scss-module__6UZW8a__featuresList{text-align:left;margin:0 0 32px;padding:0;list-style:none}.PricingSection-module-scss-module__6UZW8a__featureItem{font-family:var(--font-primary);color:var(--text-secondary);align-items:flex-start;gap:12px;padding:12px 0;font-size:1rem;font-weight:400;transition:color .3s;display:flex}@media (max-width:640px){.PricingSection-module-scss-module__6UZW8a__featureItem{padding:10px 0;font-size:.875rem}}.PricingSection-module-scss-module__6UZW8a__checkIcon{background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;font-size:.875rem;font-weight:700;display:flex}.PricingSection-module-scss-module__6UZW8a__buttonContainer{margin-top:auto}
.ServiceOverview-module-scss-module__a9jSya__serviceOverview{background-color:var(--background-primary);padding:120px 24px;transition:background-color .3s}@media (max-width:768px){.ServiceOverview-module-scss-module__a9jSya__serviceOverview{padding:80px 24px}}.ServiceOverview-module-scss-module__a9jSya__content{animation:.8s ease-out ServiceOverview-module-scss-module__a9jSya__fadeInUp}.ServiceOverview-module-scss-module__a9jSya__title{font-family:var(--font-primary);color:var(--text-primary);text-align:center;margin-bottom:32px;font-size:2.25rem;font-weight:700;line-height:1.25;transition:color .3s}@media (max-width:768px){.ServiceOverview-module-scss-module__a9jSya__title{margin-bottom:24px;font-size:1.875rem}}@media (max-width:480px){.ServiceOverview-module-scss-module__a9jSya__title{font-size:1.5rem}}.ServiceOverview-module-scss-module__a9jSya__textContent{flex-direction:column;gap:24px;display:flex}.ServiceOverview-module-scss-module__a9jSya__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){.ServiceOverview-module-scss-module__a9jSya__paragraph{font-size:1rem}}@keyframes ServiceOverview-module-scss-module__a9jSya__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.Input-module-scss-module__Cm77Fa__inputWrapper{margin-bottom:24px}.Input-module-scss-module__Cm77Fa__label{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:8px;font-size:1rem;font-weight:600;transition:color .3s;display:block}@media (max-width:480px){.Input-module-scss-module__Cm77Fa__label{font-size:.875rem}}.Input-module-scss-module__Cm77Fa__input{width:100%;font-family:var(--font-primary);color:var(--text-primary);background-color:var(--background-secondary);border:2px solid var(--border-light);border-radius:8px;outline:none;padding:14px 16px;font-size:1rem;font-weight:400;transition:all .3s}.Input-module-scss-module__Cm77Fa__input::placeholder{color:var(--text-tertiary);opacity:.6}.Input-module-scss-module__Cm77Fa__input:focus{border-color:var(--primary-500);background-color:var(--background-primary);box-shadow:0 0 0 3px #4285f41a}.Input-module-scss-module__Cm77Fa__input:hover:not(:focus){border-color:var(--border-medium)}.Input-module-scss-module__Cm77Fa__input:disabled{opacity:.6;cursor:not-allowed}@media (max-width:480px){.Input-module-scss-module__Cm77Fa__input{padding:12px 14px;font-size:.875rem}}.Input-module-scss-module__Cm77Fa__inputError{border-color:var(--error-500)}.Input-module-scss-module__Cm77Fa__inputError:focus{border-color:var(--error-600);box-shadow:0 0 0 3px #ea43351a}.Input-module-scss-module__Cm77Fa__errorMessage{font-family:var(--font-primary);color:var(--error-600);margin-top:6px;font-size:.875rem;font-weight:400;animation:.2s ease-out Input-module-scss-module__Cm77Fa__fadeIn;display:block}@media (max-width:480px){.Input-module-scss-module__Cm77Fa__errorMessage{font-size:.75rem}}@keyframes Input-module-scss-module__Cm77Fa__fadeIn{0%{opacity:0}to{opacity:1}}
.CurrentTopicsSection-module-scss-module__KZZhca__currentTopicsSection{background:linear-gradient(135deg,var(--background-secondary)0%,var(--background-primary)100%);padding:120px 24px;transition:background .3s}@media (max-width:768px){.CurrentTopicsSection-module-scss-module__KZZhca__currentTopicsSection{padding:80px 24px}}.CurrentTopicsSection-module-scss-module__KZZhca__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){.CurrentTopicsSection-module-scss-module__KZZhca__title{margin-bottom:48px;font-size:1.875rem}}@media (max-width:480px){.CurrentTopicsSection-module-scss-module__KZZhca__title{font-size:1.5rem}}.CurrentTopicsSection-module-scss-module__KZZhca__topicsGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (max-width:968px){.CurrentTopicsSection-module-scss-module__KZZhca__topicsGrid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:640px){.CurrentTopicsSection-module-scss-module__KZZhca__topicsGrid{grid-template-columns:1fr;gap:24px}}.CurrentTopicsSection-module-scss-module__KZZhca__topicCard{background-color:var(--background-primary);border:2px solid var(--border-light);box-shadow:0 4px 16px var(--shadow-sm);border-radius:16px;flex-direction:column;padding:32px;text-decoration:none;transition:all .3s;animation:.8s ease-out both CurrentTopicsSection-module-scss-module__KZZhca__fadeInUp;display:flex}.CurrentTopicsSection-module-scss-module__KZZhca__topicCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)}.CurrentTopicsSection-module-scss-module__KZZhca__topicCard:first-child{animation-delay:.1s}.CurrentTopicsSection-module-scss-module__KZZhca__topicCard:nth-child(2){animation-delay:.2s}.CurrentTopicsSection-module-scss-module__KZZhca__topicCard:nth-child(3){animation-delay:.3s}.CurrentTopicsSection-module-scss-module__KZZhca__topicCard:nth-child(4){animation-delay:.4s}.CurrentTopicsSection-module-scss-module__KZZhca__topicCard:nth-child(5){animation-delay:.5s}.CurrentTopicsSection-module-scss-module__KZZhca__topicCard:nth-child(6){animation-delay:.6s}@media (max-width:640px){.CurrentTopicsSection-module-scss-module__KZZhca__topicCard{padding:24px}}.CurrentTopicsSection-module-scss-module__KZZhca__topicTitle{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:12px;font-size:1.25rem;font-weight:700;transition:color .3s}.CurrentTopicsSection-module-scss-module__KZZhca__topicCard:hover .CurrentTopicsSection-module-scss-module__KZZhca__topicTitle{color:var(--primary-600)}@media (max-width:640px){.CurrentTopicsSection-module-scss-module__KZZhca__topicTitle{font-size:1.125rem}}.CurrentTopicsSection-module-scss-module__KZZhca__topicDescription{font-family:var(--font-primary);color:var(--text-secondary);flex:1;margin-bottom:20px;font-size:1rem;font-weight:400;line-height:1.625;transition:color .3s}@media (max-width:640px){.CurrentTopicsSection-module-scss-module__KZZhca__topicDescription{font-size:.875rem}}.CurrentTopicsSection-module-scss-module__KZZhca__readMore{font-family:var(--font-primary);color:var(--primary-600);font-size:1rem;font-weight:600;transition:all .3s}.CurrentTopicsSection-module-scss-module__KZZhca__topicCard:hover .CurrentTopicsSection-module-scss-module__KZZhca__readMore{transform:translate(4px)}@keyframes CurrentTopicsSection-module-scss-module__KZZhca__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.ReputationStats-module-scss-module__DgFPQG__statsSection{background:linear-gradient(135deg,var(--primary-50)0%,var(--secondary-50)100%);padding:80px 24px;transition:background .3s}@media (max-width:768px){.ReputationStats-module-scss-module__DgFPQG__statsSection{padding:60px 24px}}.ReputationStats-module-scss-module__DgFPQG__statsGrid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}@media (max-width:968px){.ReputationStats-module-scss-module__DgFPQG__statsGrid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:480px){.ReputationStats-module-scss-module__DgFPQG__statsGrid{grid-template-columns:1fr;gap:20px}}.ReputationStats-module-scss-module__DgFPQG__statCard{background-color:var(--background-primary);border:2px solid var(--primary-200);text-align:center;box-shadow:0 4px 16px var(--shadow-sm);border-radius:20px;padding:40px 24px;transition:all .3s}.ReputationStats-module-scss-module__DgFPQG__statCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)}.ReputationStats-module-scss-module__DgFPQG__statNumber{font-family:var(--font-primary);color:var(--primary-600);margin-bottom:12px;font-size:3rem;font-weight:700;line-height:1}@media (max-width:768px){.ReputationStats-module-scss-module__DgFPQG__statNumber{font-size:2.25rem}}.ReputationStats-module-scss-module__DgFPQG__statLabel{font-family:var(--font-primary);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.025em;font-size:1rem;font-weight:500}
.Textarea-module-scss-module__vWZpKG__textareaWrapper{margin-bottom:24px}.Textarea-module-scss-module__vWZpKG__label{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:8px;font-size:1rem;font-weight:600;transition:color .3s;display:block}@media (max-width:480px){.Textarea-module-scss-module__vWZpKG__label{font-size:.875rem}}.Textarea-module-scss-module__vWZpKG__textarea{width:100%;font-family:var(--font-primary);color:var(--text-primary);background-color:var(--background-secondary);border:2px solid var(--border-light);resize:vertical;border-radius:8px;outline:none;min-height:120px;padding:14px 16px;font-size:1rem;font-weight:400;line-height:1.625;transition:all .3s}.Textarea-module-scss-module__vWZpKG__textarea::placeholder{color:var(--text-tertiary);opacity:.6}.Textarea-module-scss-module__vWZpKG__textarea:focus{border-color:var(--primary-500);background-color:var(--background-primary);box-shadow:0 0 0 3px #4285f41a}.Textarea-module-scss-module__vWZpKG__textarea:hover:not(:focus){border-color:var(--border-medium)}.Textarea-module-scss-module__vWZpKG__textarea:disabled{opacity:.6;cursor:not-allowed}@media (max-width:480px){.Textarea-module-scss-module__vWZpKG__textarea{min-height:100px;padding:12px 14px;font-size:.875rem}}.Textarea-module-scss-module__vWZpKG__textareaError{border-color:var(--error-500)}.Textarea-module-scss-module__vWZpKG__textareaError:focus{border-color:var(--error-600);box-shadow:0 0 0 3px #ea43351a}.Textarea-module-scss-module__vWZpKG__errorMessage{font-family:var(--font-primary);color:var(--error-600);margin-top:6px;font-size:.875rem;font-weight:400;animation:.2s ease-out Textarea-module-scss-module__vWZpKG__fadeIn;display:block}@media (max-width:480px){.Textarea-module-scss-module__vWZpKG__errorMessage{font-size:.75rem}}@keyframes Textarea-module-scss-module__vWZpKG__fadeIn{0%{opacity:0}to{opacity:1}}
.PlatformGrid-module-scss-module__ls_oxq__platformSection{background-color:var(--background-primary);padding:120px 24px;transition:background-color .3s}@media (max-width:768px){.PlatformGrid-module-scss-module__ls_oxq__platformSection{padding:80px 24px}}.PlatformGrid-module-scss-module__ls_oxq__title{font-family:var(--font-primary);color:var(--text-primary);text-align:center;margin-bottom:16px;font-size:2.25rem;font-weight:700;line-height:1.25;transition:color .3s}@media (max-width:768px){.PlatformGrid-module-scss-module__ls_oxq__title{font-size:1.875rem}}.PlatformGrid-module-scss-module__ls_oxq__subtitle{font-family:var(--font-primary);color:var(--text-secondary);text-align:center;margin-bottom:64px;font-size:1.125rem;font-weight:400;transition:color .3s}@media (max-width:768px){.PlatformGrid-module-scss-module__ls_oxq__subtitle{margin-bottom:48px;font-size:1rem}}.PlatformGrid-module-scss-module__ls_oxq__platformGrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:80px;display:grid}@media (max-width:768px){.PlatformGrid-module-scss-module__ls_oxq__platformGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:60px}}@media (max-width:480px){.PlatformGrid-module-scss-module__ls_oxq__platformGrid{grid-template-columns:1fr}}.PlatformGrid-module-scss-module__ls_oxq__platformCard{background:linear-gradient(135deg,var(--primary-50)0%,var(--secondary-50)100%);border:2px solid var(--primary-200);text-align:center;border-radius:16px;padding:32px;transition:all .3s}.PlatformGrid-module-scss-module__ls_oxq__platformCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)scale(1.05)}@media (max-width:768px){.PlatformGrid-module-scss-module__ls_oxq__platformCard{padding:24px}}.PlatformGrid-module-scss-module__ls_oxq__platformIcon{background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);width:64px;height:64px;font-family:var(--font-primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;margin:0 auto 16px;font-size:1.875rem;font-weight:700;display:flex}.PlatformGrid-module-scss-module__ls_oxq__platformName{font-family:var(--font-primary);color:var(--text-primary);font-size:1.125rem;font-weight:600}.PlatformGrid-module-scss-module__ls_oxq__featuresList{flex-direction:column;gap:24px;display:flex}.PlatformGrid-module-scss-module__ls_oxq__featureItem{background-color:var(--background-secondary);border:2px solid var(--border-light);border-radius:12px;gap:20px;padding:24px;transition:all .3s;display:flex}.PlatformGrid-module-scss-module__ls_oxq__featureItem:hover{box-shadow:0 4px 16px var(--shadow-sm);border-color:var(--primary-400);transform:translate(8px)}@media (max-width:768px){.PlatformGrid-module-scss-module__ls_oxq__featureItem{gap:16px;padding:20px}}.PlatformGrid-module-scss-module__ls_oxq__featureIcon{background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:1.125rem;font-weight:700;display:flex}.PlatformGrid-module-scss-module__ls_oxq__featureContent{flex:1}.PlatformGrid-module-scss-module__ls_oxq__featureTitle{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:768px){.PlatformGrid-module-scss-module__ls_oxq__featureTitle{font-size:1rem}}.PlatformGrid-module-scss-module__ls_oxq__featureDescription{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:768px){.PlatformGrid-module-scss-module__ls_oxq__featureDescription{font-size:.875rem}}
.LegalServices-module-scss-module__d64Dpq__legalSection{background:linear-gradient(180deg,var(--background-secondary)0%,var(--background-primary)50%,var(--background-secondary)100%);padding:120px 24px;transition:background .3s;position:relative}.LegalServices-module-scss-module__d64Dpq__legalSection:before{content:"";background:linear-gradient(90deg,transparent,var(--primary-200),transparent);height:1px;position:absolute;top:0;left:0;right:0}@media (max-width:768px){.LegalServices-module-scss-module__d64Dpq__legalSection{padding:80px 24px}}.LegalServices-module-scss-module__d64Dpq__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){.LegalServices-module-scss-module__d64Dpq__title{margin-bottom:48px;font-size:1.875rem}}.LegalServices-module-scss-module__d64Dpq__servicesGrid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}@media (max-width:768px){.LegalServices-module-scss-module__d64Dpq__servicesGrid{grid-template-columns:1fr;gap:24px}}.LegalServices-module-scss-module__d64Dpq__serviceCard{background-color:var(--background-primary);border:2px solid var(--border-light);border-left:4px solid var(--primary-500);box-shadow:0 4px 16px var(--shadow-sm);border-radius:12px;padding:32px;transition:all .3s}.LegalServices-module-scss-module__d64Dpq__serviceCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-left-color:var(--secondary-500);transform:translateY(-4px)}@media (max-width:768px){.LegalServices-module-scss-module__d64Dpq__serviceCard{padding:24px}}.LegalServices-module-scss-module__d64Dpq__cardHeader{align-items:center;gap:20px;margin-bottom:16px;display:flex}.LegalServices-module-scss-module__d64Dpq__iconBox{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:8px;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.LegalServices-module-scss-module__d64Dpq__serviceTitle{font-family:var(--font-primary);color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700;transition:color .3s}@media (max-width:768px){.LegalServices-module-scss-module__d64Dpq__serviceTitle{font-size:1.125rem}}.LegalServices-module-scss-module__d64Dpq__serviceDescription{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:768px){.LegalServices-module-scss-module__d64Dpq__serviceDescription{font-size:.875rem}}
.ServiceFeatures-module-scss-module__k7evYq__serviceFeatures{background:linear-gradient(135deg,var(--background-secondary)0%,var(--background-primary)50%,var(--background-secondary)100%);padding:120px 24px;transition:background .3s;position:relative;overflow:hidden}.ServiceFeatures-module-scss-module__k7evYq__serviceFeatures:before{content:"";background:linear-gradient(90deg,transparent,var(--primary-200),transparent);height:1px;position:absolute;top:0;left:0;right:0}@media (max-width:768px){.ServiceFeatures-module-scss-module__k7evYq__serviceFeatures{padding:80px 24px}}.ServiceFeatures-module-scss-module__k7evYq__serviceFeatures.ServiceFeatures-module-scss-module__k7evYq__reputationManagement{background:linear-gradient(135deg,var(--primary-50)0%,var(--background-secondary)50%,var(--secondary-50)100%)}.ServiceFeatures-module-scss-module__k7evYq__serviceFeatures.ServiceFeatures-module-scss-module__k7evYq__reviewRemoval{background-color:var(--background-primary)}.ServiceFeatures-module-scss-module__k7evYq__serviceFeatures.ServiceFeatures-module-scss-module__k7evYq__reviewRemoval:before{display:none}.ServiceFeatures-module-scss-module__k7evYq__serviceFeatures.ServiceFeatures-module-scss-module__k7evYq__reputationLaw{background:linear-gradient(180deg,var(--background-primary)0%,var(--background-secondary)100%)}.ServiceFeatures-module-scss-module__k7evYq__serviceFeatures.ServiceFeatures-module-scss-module__k7evYq__contentRemoval{background:linear-gradient(135deg,var(--background-secondary)0%,var(--primary-50)50%,var(--background-secondary)100%)}.ServiceFeatures-module-scss-module__k7evYq__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;animation:.6s ease-out ServiceFeatures-module-scss-module__k7evYq__fadeInUp}@media (max-width:768px){.ServiceFeatures-module-scss-module__k7evYq__title{margin-bottom:48px;font-size:1.875rem}}@media (max-width:480px){.ServiceFeatures-module-scss-module__k7evYq__title{font-size:1.5rem}}.ServiceFeatures-module-scss-module__k7evYq__featuresGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.ServiceFeatures-module-scss-module__k7evYq__reviewRemoval .ServiceFeatures-module-scss-module__k7evYq__featuresGrid{grid-template-columns:repeat(2,1fr)}@media (max-width:968px){.ServiceFeatures-module-scss-module__k7evYq__featuresGrid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:640px){.ServiceFeatures-module-scss-module__k7evYq__featuresGrid{grid-template-columns:1fr;gap:24px}}.ServiceFeatures-module-scss-module__k7evYq__featureCard{background-color:var(--background-primary);border:2px solid var(--border-light);box-shadow:0 4px 16px var(--shadow-sm);border-radius:16px;padding:32px;transition:all .3s;animation:.8s ease-out both ServiceFeatures-module-scss-module__k7evYq__fadeInUp}.ServiceFeatures-module-scss-module__k7evYq__featureCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)}.ServiceFeatures-module-scss-module__k7evYq__reviewRemoval .ServiceFeatures-module-scss-module__k7evYq__featureCard{border-left:4px solid var(--primary-500)}.ServiceFeatures-module-scss-module__k7evYq__reviewRemoval .ServiceFeatures-module-scss-module__k7evYq__featureCard:hover{border-left-color:var(--secondary-500)}.ServiceFeatures-module-scss-module__k7evYq__contentRemoval .ServiceFeatures-module-scss-module__k7evYq__featureCard{background:linear-gradient(135deg,var(--background-secondary)0%,var(--background-primary)100%)}.ServiceFeatures-module-scss-module__k7evYq__featureCard:first-child{animation-delay:.1s}.ServiceFeatures-module-scss-module__k7evYq__featureCard:nth-child(2){animation-delay:.2s}.ServiceFeatures-module-scss-module__k7evYq__featureCard:nth-child(3){animation-delay:.3s}.ServiceFeatures-module-scss-module__k7evYq__featureCard:nth-child(4){animation-delay:.4s}.ServiceFeatures-module-scss-module__k7evYq__featureCard:nth-child(5){animation-delay:.5s}.ServiceFeatures-module-scss-module__k7evYq__featureCard:nth-child(6){animation-delay:.6s}.ServiceFeatures-module-scss-module__k7evYq__featureCard:nth-child(7){animation-delay:.7s}.ServiceFeatures-module-scss-module__k7evYq__featureCard:nth-child(8){animation-delay:.8s}.ServiceFeatures-module-scss-module__k7evYq__featureCard:nth-child(9){animation-delay:.9s}@media (max-width:640px){.ServiceFeatures-module-scss-module__k7evYq__featureCard{padding:24px}}.ServiceFeatures-module-scss-module__k7evYq__iconWrapper{background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;transition:transform .3s;display:flex}.ServiceFeatures-module-scss-module__k7evYq__featureCard:hover .ServiceFeatures-module-scss-module__k7evYq__iconWrapper{transform:scale(1.1)rotate(5deg)}@media (max-width:640px){.ServiceFeatures-module-scss-module__k7evYq__iconWrapper{width:48px;height:48px;margin-bottom:16px}}.ServiceFeatures-module-scss-module__k7evYq__featureTitle{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){.ServiceFeatures-module-scss-module__k7evYq__featureTitle{font-size:1.125rem}}.ServiceFeatures-module-scss-module__k7evYq__featureDescription{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){.ServiceFeatures-module-scss-module__k7evYq__featureDescription{font-size:.875rem}}@keyframes ServiceFeatures-module-scss-module__k7evYq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.ReviewTimeline-module-scss-module__iXf5IG__timelineSection{background-color:var(--background-primary);padding:120px 24px;transition:background-color .3s}@media (max-width:768px){.ReviewTimeline-module-scss-module__iXf5IG__timelineSection{padding:80px 24px}}.ReviewTimeline-module-scss-module__iXf5IG__title{font-family:var(--font-primary);color:var(--text-primary);text-align:center;margin-bottom:80px;font-size:2.25rem;font-weight:700;line-height:1.25;transition:color .3s}@media (max-width:768px){.ReviewTimeline-module-scss-module__iXf5IG__title{margin-bottom:60px;font-size:1.875rem}}.ReviewTimeline-module-scss-module__iXf5IG__timeline{padding-left:60px;position:relative}.ReviewTimeline-module-scss-module__iXf5IG__timeline:before{content:"";background:linear-gradient(180deg,var(--primary-500),var(--secondary-500));border-radius:2px;width:3px;position:absolute;top:0;bottom:0;left:20px}@media (max-width:768px){.ReviewTimeline-module-scss-module__iXf5IG__timeline:before{left:15px}.ReviewTimeline-module-scss-module__iXf5IG__timeline{padding-left:50px}}.ReviewTimeline-module-scss-module__iXf5IG__timelineItem{margin-bottom:60px;animation:.8s ease-out both ReviewTimeline-module-scss-module__iXf5IG__fadeInLeft;position:relative}.ReviewTimeline-module-scss-module__iXf5IG__timelineItem:last-child{margin-bottom:0}.ReviewTimeline-module-scss-module__iXf5IG__timelineItem:first-child{animation-delay:.15s}.ReviewTimeline-module-scss-module__iXf5IG__timelineItem:nth-child(2){animation-delay:.3s}.ReviewTimeline-module-scss-module__iXf5IG__timelineItem:nth-child(3){animation-delay:.45s}.ReviewTimeline-module-scss-module__iXf5IG__timelineItem:nth-child(4){animation-delay:.6s}@media (max-width:768px){.ReviewTimeline-module-scss-module__iXf5IG__timelineItem{margin-bottom:40px}}.ReviewTimeline-module-scss-module__iXf5IG__timelineMarker{background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);width:40px;height:40px;box-shadow:0 4px 12px var(--shadow-md);border:4px solid var(--background-primary);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:-50px}@media (max-width:768px){.ReviewTimeline-module-scss-module__iXf5IG__timelineMarker{width:32px;height:32px;left:-40px}}.ReviewTimeline-module-scss-module__iXf5IG__markerNumber{font-family:var(--font-primary);color:#fff;font-size:1.125rem;font-weight:700}@media (max-width:768px){.ReviewTimeline-module-scss-module__iXf5IG__markerNumber{font-size:1rem}}.ReviewTimeline-module-scss-module__iXf5IG__timelineContent{background-color:var(--background-secondary);border:2px solid var(--border-light);box-shadow:0 4px 16px var(--shadow-sm);border-radius:16px;padding:32px;transition:all .3s}.ReviewTimeline-module-scss-module__iXf5IG__timelineItem:hover .ReviewTimeline-module-scss-module__iXf5IG__timelineContent{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translate(8px)}@media (max-width:768px){.ReviewTimeline-module-scss-module__iXf5IG__timelineContent{padding:24px}}.ReviewTimeline-module-scss-module__iXf5IG__stepTitle{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:768px){.ReviewTimeline-module-scss-module__iXf5IG__stepTitle{font-size:1.125rem}}.ReviewTimeline-module-scss-module__iXf5IG__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:768px){.ReviewTimeline-module-scss-module__iXf5IG__stepDescription{font-size:.875rem}}@keyframes ReviewTimeline-module-scss-module__iXf5IG__fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}
.ServiceCTA-module-scss-module__IXqAoG__serviceCTA{background:linear-gradient(135deg,var(--primary-50)0%,var(--background-secondary)50%,var(--secondary-50)100%);text-align:center;padding:140px 24px;transition:background .3s;position:relative;overflow:hidden}.ServiceCTA-module-scss-module__IXqAoG__serviceCTA:before{content:"";background:radial-gradient(circle at 50% 50%,var(--primary-100),transparent 70%);opacity:.4;pointer-events:none;position:absolute;inset:0}.ServiceCTA-module-scss-module__IXqAoG__serviceCTA:after{content:"";background:radial-gradient(circle,var(--secondary-200),transparent 70%);opacity:.3;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute;top:-30%;right:-10%}@media (max-width:768px){.ServiceCTA-module-scss-module__IXqAoG__serviceCTA{padding:100px 24px}}.ServiceCTA-module-scss-module__IXqAoG__ctaContent{box-shadow:0 20px 60px var(--shadow-lg);border:2px solid var(--border-light);padding:80px 60px}@media (max-width:768px){.ServiceCTA-module-scss-module__IXqAoG__ctaContent{border-radius:24px;padding:60px 40px}}@media (max-width:480px){.ServiceCTA-module-scss-module__IXqAoG__ctaContent{border-radius:20px;padding:48px 24px}}.ServiceCTA-module-scss-module__IXqAoG__title{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:24px;font-size:3rem;font-weight:700;line-height:1.25;transition:color .3s;animation:.6s ease-out ServiceCTA-module-scss-module__IXqAoG__fadeInUp;display:inline-block;position:relative}.ServiceCTA-module-scss-module__IXqAoG__title:after{content:"";background:linear-gradient(90deg,var(--primary-500),var(--secondary-500));border-radius:2px;width:100px;height:4px;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}@media (max-width:768px){.ServiceCTA-module-scss-module__IXqAoG__title{font-size:2.25rem}}@media (max-width:480px){.ServiceCTA-module-scss-module__IXqAoG__title{font-size:1.875rem}}.ServiceCTA-module-scss-module__IXqAoG__description{font-family:var(--font-primary);color:var(--text-secondary);max-width:600px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:400;line-height:1.625;transition:color .3s;animation:.6s ease-out .2s both ServiceCTA-module-scss-module__IXqAoG__fadeInUp}@media (max-width:768px){.ServiceCTA-module-scss-module__IXqAoG__description{margin-bottom:40px;font-size:1.125rem}}@media (max-width:480px){.ServiceCTA-module-scss-module__IXqAoG__description{margin-bottom:32px;font-size:1rem}}.ServiceCTA-module-scss-module__IXqAoG__buttons{flex-wrap:wrap;justify-content:center;gap:20px;animation:.6s ease-out .4s both ServiceCTA-module-scss-module__IXqAoG__fadeInUp;display:flex}@media (max-width:640px){.ServiceCTA-module-scss-module__IXqAoG__buttons{flex-direction:column;gap:16px;width:100%}}.ServiceCTA-module-scss-module__IXqAoG__buttons a{text-decoration:none;display:inline-block}@media (max-width:640px){.ServiceCTA-module-scss-module__IXqAoG__buttons a{width:100%}}@keyframes ServiceCTA-module-scss-module__IXqAoG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.ContactComponent-module-scss-module__JRGkMW__contactSection{background:linear-gradient(135deg,var(--background-primary)0%,var(--background-secondary)100%);min-height:calc(100vh - 80px);padding:120px 24px;transition:background .3s}@media (max-width:768px){.ContactComponent-module-scss-module__JRGkMW__contactSection{padding:80px 24px}}.ContactComponent-module-scss-module__JRGkMW__header{text-align:center;margin-bottom:64px;animation:.6s ease-out ContactComponent-module-scss-module__JRGkMW__fadeInUp}@media (max-width:768px){.ContactComponent-module-scss-module__JRGkMW__header{margin-bottom:48px}}.ContactComponent-module-scss-module__JRGkMW__title{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:16px;font-size:3rem;font-weight:700;line-height:1.25;transition:color .3s}@media (max-width:768px){.ContactComponent-module-scss-module__JRGkMW__title{font-size:2.25rem}}@media (max-width:480px){.ContactComponent-module-scss-module__JRGkMW__title{font-size:1.875rem}}.ContactComponent-module-scss-module__JRGkMW__subtitle{font-family:var(--font-primary);color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem;font-weight:400;line-height:1.625;transition:color .3s}@media (max-width:768px){.ContactComponent-module-scss-module__JRGkMW__subtitle{font-size:1rem}}.ContactComponent-module-scss-module__JRGkMW__content{grid-template-columns:1.2fr 1fr;align-items:start;gap:64px;display:grid}@media (max-width:968px){.ContactComponent-module-scss-module__JRGkMW__content{grid-template-columns:1fr;gap:48px}}.ContactComponent-module-scss-module__JRGkMW__formContainer{animation:.8s ease-out .2s both ContactComponent-module-scss-module__JRGkMW__fadeInUp}.ContactComponent-module-scss-module__JRGkMW__form{background-color:var(--background-primary);border:1px solid var(--border-light);box-shadow:0 4px 24px var(--shadow-md);border-radius:16px;padding:40px;transition:all .3s}.ContactComponent-module-scss-module__JRGkMW__form:hover{box-shadow:0 8px 32px var(--shadow-lg)}@media (max-width:768px){.ContactComponent-module-scss-module__JRGkMW__form{border-radius:12px;padding:32px 24px}}.ContactComponent-module-scss-module__JRGkMW__successMessage,.ContactComponent-module-scss-module__JRGkMW__errorMessage{font-family:var(--font-primary);text-align:center;border-radius:8px;margin-bottom:24px;padding:16px;font-size:1rem;font-weight:500;animation:.3s ease-out ContactComponent-module-scss-module__JRGkMW__fadeIn}@media (max-width:480px){.ContactComponent-module-scss-module__JRGkMW__successMessage,.ContactComponent-module-scss-module__JRGkMW__errorMessage{padding:12px;font-size:.875rem}}.ContactComponent-module-scss-module__JRGkMW__successMessage{background-color:var(--success-50);color:var(--success-700);border:1px solid var(--success-200)}.ContactComponent-module-scss-module__JRGkMW__errorMessage{background-color:var(--error-50);color:var(--error-700);border:1px solid var(--error-200)}.ContactComponent-module-scss-module__JRGkMW__infoContainer{flex-direction:column;gap:24px;animation:.8s ease-out .4s both ContactComponent-module-scss-module__JRGkMW__fadeInUp;display:flex}@media (max-width:968px){.ContactComponent-module-scss-module__JRGkMW__infoContainer{flex-flow:wrap}}@media (max-width:640px){.ContactComponent-module-scss-module__JRGkMW__infoContainer{flex-direction:column}}.ContactComponent-module-scss-module__JRGkMW__infoCard{background-color:var(--background-secondary);border:2px solid var(--border-light);box-shadow:0 2px 8px var(--shadow-sm);border-radius:12px;padding:32px;transition:all .3s}.ContactComponent-module-scss-module__JRGkMW__infoCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);background-color:var(--background-primary);transform:translateY(-4px)}@media (max-width:968px){.ContactComponent-module-scss-module__JRGkMW__infoCard{flex:1;min-width:calc(50% - 12px)}}@media (max-width:640px){.ContactComponent-module-scss-module__JRGkMW__infoCard{padding:24px}}.ContactComponent-module-scss-module__JRGkMW__infoIcon{background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;transition:transform .3s;display:flex}.ContactComponent-module-scss-module__JRGkMW__infoCard:hover .ContactComponent-module-scss-module__JRGkMW__infoIcon{transform:scale(1.1)rotate(5deg)}@media (max-width:640px){.ContactComponent-module-scss-module__JRGkMW__infoIcon{width:40px;height:40px;margin-bottom:12px}.ContactComponent-module-scss-module__JRGkMW__infoIcon svg{width:20px;height:20px}}.ContactComponent-module-scss-module__JRGkMW__infoIcon svg{width:24px;height:24px}.ContactComponent-module-scss-module__JRGkMW__infoTitle{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){.ContactComponent-module-scss-module__JRGkMW__infoTitle{font-size:1rem}}.ContactComponent-module-scss-module__JRGkMW__infoText{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){.ContactComponent-module-scss-module__JRGkMW__infoText{font-size:.875rem}}@keyframes ContactComponent-module-scss-module__JRGkMW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ContactComponent-module-scss-module__JRGkMW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.FAQComponent-module-scss-module__1GedYG__faqSection{background:linear-gradient(135deg,var(--background-primary)0%,var(--background-secondary)100%);min-height:calc(100vh - 80px);padding:120px 24px;transition:background .3s}@media (max-width:768px){.FAQComponent-module-scss-module__1GedYG__faqSection{padding:80px 24px}}.FAQComponent-module-scss-module__1GedYG__header{text-align:center;margin-bottom:64px;animation:.6s ease-out FAQComponent-module-scss-module__1GedYG__fadeInUp}@media (max-width:768px){.FAQComponent-module-scss-module__1GedYG__header{margin-bottom:48px}}.FAQComponent-module-scss-module__1GedYG__title{font-family:var(--font-primary);color:var(--text-primary);margin-bottom:16px;font-size:3rem;font-weight:700;line-height:1.25;transition:color .3s}@media (max-width:768px){.FAQComponent-module-scss-module__1GedYG__title{font-size:2.25rem}}@media (max-width:480px){.FAQComponent-module-scss-module__1GedYG__title{font-size:1.875rem}}.FAQComponent-module-scss-module__1GedYG__subtitle{font-family:var(--font-primary);color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem;font-weight:400;line-height:1.625;transition:color .3s}@media (max-width:768px){.FAQComponent-module-scss-module__1GedYG__subtitle{font-size:1rem}}.FAQComponent-module-scss-module__1GedYG__faqList{flex-direction:column;gap:16px;animation:.8s ease-out .2s both FAQComponent-module-scss-module__1GedYG__fadeIn;display:flex}.FAQComponent-module-scss-module__1GedYG__faqItem{background-color:var(--background-primary);border:1px solid var(--border-light);box-shadow:0 2px 8px var(--shadow-sm);border-radius:12px;transition:all .3s;overflow:hidden}.FAQComponent-module-scss-module__1GedYG__faqItem:hover{box-shadow:0 4px 16px var(--shadow-md);border-color:var(--primary-300)}.FAQComponent-module-scss-module__1GedYG__faqItem.FAQComponent-module-scss-module__1GedYG__faqItemOpen{border-color:var(--primary-500);box-shadow:0 8px 24px var(--shadow-lg)}.FAQComponent-module-scss-module__1GedYG__faqQuestion{cursor:pointer;text-align:left;width:100%;font-family:var(--font-primary);background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px;transition:background-color .3s;display:flex}.FAQComponent-module-scss-module__1GedYG__faqQuestion:hover{background-color:var(--primary-50)}.FAQComponent-module-scss-module__1GedYG__faqQuestion:focus{outline:2px solid var(--primary-600);outline-offset:-2px;border-radius:12px}@media (max-width:480px){.FAQComponent-module-scss-module__1GedYG__faqQuestion{padding:20px}}.FAQComponent-module-scss-module__1GedYG__questionText{color:var(--text-primary);flex:1;padding-right:16px;font-size:1.25rem;font-weight:600;transition:color .3s}@media (max-width:768px){.FAQComponent-module-scss-module__1GedYG__questionText{font-size:1.125rem}}@media (max-width:480px){.FAQComponent-module-scss-module__1GedYG__questionText{padding-right:12px;font-size:1rem}}.FAQComponent-module-scss-module__1GedYG__icon{width:32px;height:32px;color:var(--primary-600);background-color:var(--primary-50);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s,color .3s;display:flex}.FAQComponent-module-scss-module__1GedYG__faqItemOpen .FAQComponent-module-scss-module__1GedYG__icon{background-color:var(--primary-100);transform:rotate(180deg)}@media (max-width:480px){.FAQComponent-module-scss-module__1GedYG__icon{width:28px;height:28px}}.FAQComponent-module-scss-module__1GedYG__icon svg{width:20px;height:20px}@media (max-width:480px){.FAQComponent-module-scss-module__1GedYG__icon svg{width:16px;height:16px}}.FAQComponent-module-scss-module__1GedYG__faqAnswer{max-height:0;transition:max-height .4s ease-out,padding .4s ease-out;overflow:hidden}.FAQComponent-module-scss-module__1GedYG__faqItemOpen .FAQComponent-module-scss-module__1GedYG__faqAnswer{max-height:1000px;padding:0 24px 24px}@media (max-width:480px){.FAQComponent-module-scss-module__1GedYG__faqItemOpen .FAQComponent-module-scss-module__1GedYG__faqAnswer{padding:0 20px 20px}}.FAQComponent-module-scss-module__1GedYG__answerContent{color:var(--text-secondary);font-family:var(--font-primary);padding-top:16px;font-size:1rem;font-weight:400;line-height:1.625;transition:color .3s}.FAQComponent-module-scss-module__1GedYG__answerContent p{margin:0}@media (max-width:480px){.FAQComponent-module-scss-module__1GedYG__answerContent{padding-top:12px;font-size:.875rem}}@keyframes FAQComponent-module-scss-module__1GedYG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes FAQComponent-module-scss-module__1GedYG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.ReputationCheckForm-module-scss-module__yqColW__reputationCheckForm{background:var(--background-primary);min-height:100vh}.ReputationCheckForm-module-scss-module__yqColW__headerSection{background:linear-gradient(135deg,var(--primary-700)0%,var(--primary-800)100%);padding:120px 24px 80px;position:relative;overflow:hidden}@media (max-width:768px){.ReputationCheckForm-module-scss-module__yqColW__headerSection{padding:80px 24px 60px}}.ReputationCheckForm-module-scss-module__yqColW__headerContainer{z-index:2;max-width:1200px;margin:0 auto;position:relative}.ReputationCheckForm-module-scss-module__yqColW__headerBackground{opacity:.1;position:absolute;inset:0;overflow:hidden}.ReputationCheckForm-module-scss-module__yqColW__geometricShape{border:2px solid #ffffff4d;border-radius:8px;animation:20s ease-in-out infinite ReputationCheckForm-module-scss-module__yqColW__float;position:absolute}.ReputationCheckForm-module-scss-module__yqColW__geometricShape:first-child{width:120px;height:120px;animation-delay:0s;top:10%;left:10%}.ReputationCheckForm-module-scss-module__yqColW__geometricShape:nth-child(2){width:80px;height:80px;animation-delay:5s;top:60%;right:15%}.ReputationCheckForm-module-scss-module__yqColW__geometricShape:nth-child(3){width:100px;height:100px;animation-delay:10s;bottom:20%;left:20%}.ReputationCheckForm-module-scss-module__yqColW__iconShape{color:#fff3;animation:15s ease-in-out infinite ReputationCheckForm-module-scss-module__yqColW__float;position:absolute}.ReputationCheckForm-module-scss-module__yqColW__iconShape:nth-child(4){animation-delay:2s;top:20%;right:20%}.ReputationCheckForm-module-scss-module__yqColW__iconShape:nth-child(5){animation-delay:7s;bottom:30%;right:10%}.ReputationCheckForm-module-scss-module__yqColW__iconShape:nth-child(6){animation-delay:12s;top:50%;left:5%}@keyframes ReputationCheckForm-module-scss-module__yqColW__float{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-20px)rotate(5deg)}66%{transform:translateY(20px)rotate(-5deg)}}.ReputationCheckForm-module-scss-module__yqColW__headerTitle{font-family:var(--font-primary);color:#fff;text-align:center;text-shadow:0 2px 10px #0003;margin:0;font-size:3rem;font-weight:700}@media (max-width:768px){.ReputationCheckForm-module-scss-module__yqColW__headerTitle{font-size:2.25rem}}@media (max-width:480px){.ReputationCheckForm-module-scss-module__yqColW__headerTitle{font-size:1.875rem}}.ReputationCheckForm-module-scss-module__yqColW__waveDivider{z-index:1;width:100%;height:60px;position:absolute;bottom:0;left:0;right:0}.ReputationCheckForm-module-scss-module__yqColW__waveDivider svg{width:100%;height:100%;display:block}.ReputationCheckForm-module-scss-module__yqColW__mainSection{background:var(--background-primary);padding:80px 24px;transition:background .3s}@media (max-width:768px){.ReputationCheckForm-module-scss-module__yqColW__mainSection{padding:60px 16px}}.ReputationCheckForm-module-scss-module__yqColW__contentGrid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}@media (max-width:1024px){.ReputationCheckForm-module-scss-module__yqColW__contentGrid{grid-template-columns:1fr;gap:48px}}@media (max-width:768px){.ReputationCheckForm-module-scss-module__yqColW__contentGrid{gap:40px}}.ReputationCheckForm-module-scss-module__yqColW__infoColumn{flex-direction:column;gap:32px;display:flex}@media (max-width:1024px){.ReputationCheckForm-module-scss-module__yqColW__infoColumn{text-align:center}}.ReputationCheckForm-module-scss-module__yqColW__shieldIcon{color:var(--error-500);justify-content:flex-start;align-items:center;display:flex}@media (max-width:1024px){.ReputationCheckForm-module-scss-module__yqColW__shieldIcon{justify-content:center}}.ReputationCheckForm-module-scss-module__yqColW__shieldIcon svg{filter:drop-shadow(0 4px 8px #ea43354d)}.ReputationCheckForm-module-scss-module__yqColW__infoText{font-family:var(--font-primary);color:var(--text-primary);font-size:1.125rem;font-weight:400;line-height:1.625;transition:color .3s}.ReputationCheckForm-module-scss-module__yqColW__infoText strong{color:var(--text-primary);font-weight:700}@media (max-width:768px){.ReputationCheckForm-module-scss-module__yqColW__infoText{font-size:1rem}}.ReputationCheckForm-module-scss-module__yqColW__formColumn{background:var(--background-secondary);border-radius:12px;padding:40px;transition:all .3s;box-shadow:0 4px 20px #0000001a}@media (max-width:768px){.ReputationCheckForm-module-scss-module__yqColW__formColumn{padding:24px}}.ReputationCheckForm-module-scss-module__yqColW__form{flex-direction:column;gap:24px;display:flex}.ReputationCheckForm-module-scss-module__yqColW__recaptcha{background:var(--background-primary);border:2px solid var(--border-light);border-radius:8px;margin-bottom:8px;padding:16px;transition:all .3s}@media (max-width:480px){.ReputationCheckForm-module-scss-module__yqColW__recaptcha{padding:12px}}.ReputationCheckForm-module-scss-module__yqColW__recaptchaBox{flex-wrap:wrap;align-items:center;gap:12px;display:flex}@media (max-width:480px){.ReputationCheckForm-module-scss-module__yqColW__recaptchaBox{gap:8px}}.ReputationCheckForm-module-scss-module__yqColW__recaptchaCheckbox{cursor:pointer;width:20px;height:20px;accent-color:var(--primary-500);flex-shrink:0}.ReputationCheckForm-module-scss-module__yqColW__recaptchaText{font-family:var(--font-primary);color:var(--text-primary);flex:1;min-width:120px;font-size:1rem;font-weight:400;transition:color .3s}@media (max-width:480px){.ReputationCheckForm-module-scss-module__yqColW__recaptchaText{font-size:.875rem}}.ReputationCheckForm-module-scss-module__yqColW__recaptchaLogo{color:var(--primary-500);flex-direction:column;align-items:center;gap:4px;margin-left:auto;display:flex}.ReputationCheckForm-module-scss-module__yqColW__recaptchaLogo svg{width:32px;height:32px}.ReputationCheckForm-module-scss-module__yqColW__recaptchaLogo:after{content:"reCAPTCHA";font-family:var(--font-primary);color:var(--text-secondary);margin-top:-4px;font-size:.75rem}.ReputationCheckForm-module-scss-module__yqColW__recaptchaLinks{flex-direction:column;gap:4px;width:100%;margin-top:8px;margin-left:8px;padding-left:32px;font-size:.75rem;display:flex}.ReputationCheckForm-module-scss-module__yqColW__recaptchaLink{color:var(--primary-500);text-decoration:none;transition:color .3s}.ReputationCheckForm-module-scss-module__yqColW__recaptchaLink:hover{color:var(--primary-600);text-decoration:underline}.ReputationCheckForm-module-scss-module__yqColW__submitButton{margin-top:8px}
.ServiceProcess-module-scss-module__JUeDZa__serviceProcess{background-color:var(--background-primary);padding:120px 24px;transition:background-color .3s}@media (max-width:768px){.ServiceProcess-module-scss-module__JUeDZa__serviceProcess{padding:80px 24px}}.ServiceProcess-module-scss-module__JUeDZa__title{font-family:var(--font-primary);color:var(--text-primary);text-align:center;margin-bottom:16px;font-size:2.25rem;font-weight:700;line-height:1.25;transition:color .3s;animation:.6s ease-out ServiceProcess-module-scss-module__JUeDZa__fadeInUp}@media (max-width:768px){.ServiceProcess-module-scss-module__JUeDZa__title{font-size:1.875rem}}@media (max-width:480px){.ServiceProcess-module-scss-module__JUeDZa__title{font-size:1.5rem}}.ServiceProcess-module-scss-module__JUeDZa__subtitle{font-family:var(--font-primary);color:var(--text-secondary);text-align:center;max-width:700px;margin:0 auto 64px;font-size:1.125rem;font-weight:400;transition:color .3s;animation:.6s ease-out .2s both ServiceProcess-module-scss-module__JUeDZa__fadeInUp}@media (max-width:768px){.ServiceProcess-module-scss-module__JUeDZa__subtitle{margin-bottom:48px;font-size:1rem}}.ServiceProcess-module-scss-module__JUeDZa__processSteps{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;display:grid;position:relative}@media (max-width:768px){.ServiceProcess-module-scss-module__JUeDZa__processSteps{grid-template-columns:1fr;gap:24px}}.ServiceProcess-module-scss-module__JUeDZa__stepCard{background-color:var(--background-secondary);border:2px solid var(--border-light);text-align:center;box-shadow:0 4px 16px var(--shadow-sm);border-radius:16px;padding:32px;transition:all .3s;animation:.8s ease-out both ServiceProcess-module-scss-module__JUeDZa__fadeInUp;position:relative}.ServiceProcess-module-scss-module__JUeDZa__stepCard:before{content:"";background:linear-gradient(90deg,var(--primary-500),var(--secondary-500));border-radius:16px 16px 0 0;height:4px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.ServiceProcess-module-scss-module__JUeDZa__stepCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)}.ServiceProcess-module-scss-module__JUeDZa__stepCard:hover:before{transform:scaleX(1)}.ServiceProcess-module-scss-module__JUeDZa__stepCard:first-child{animation-delay:.1s}.ServiceProcess-module-scss-module__JUeDZa__stepCard:nth-child(2){animation-delay:.2s}.ServiceProcess-module-scss-module__JUeDZa__stepCard:nth-child(3){animation-delay:.3s}.ServiceProcess-module-scss-module__JUeDZa__stepCard:nth-child(4){animation-delay:.4s}.ServiceProcess-module-scss-module__JUeDZa__stepCard:nth-child(5){animation-delay:.5s}.ServiceProcess-module-scss-module__JUeDZa__stepCard:nth-child(6){animation-delay:.6s}@media (max-width:640px){.ServiceProcess-module-scss-module__JUeDZa__stepCard{padding:24px}}.ServiceProcess-module-scss-module__JUeDZa__stepNumber{background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);color:#fff;width:64px;height:64px;font-family:var(--font-primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:1.5rem;font-weight:700;transition:transform .3s;display:flex}.ServiceProcess-module-scss-module__JUeDZa__stepCard:hover .ServiceProcess-module-scss-module__JUeDZa__stepNumber{transform:scale(1.1)rotate(5deg)}@media (max-width:640px){.ServiceProcess-module-scss-module__JUeDZa__stepNumber{width:56px;height:56px;margin-bottom:16px;font-size:1.25rem}}.ServiceProcess-module-scss-module__JUeDZa__stepTitle{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){.ServiceProcess-module-scss-module__JUeDZa__stepTitle{font-size:1.125rem}}.ServiceProcess-module-scss-module__JUeDZa__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){.ServiceProcess-module-scss-module__JUeDZa__stepDescription{font-size:.875rem}}@keyframes ServiceProcess-module-scss-module__JUeDZa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
