.ThemeToggle-module-scss-module__kbHJTa__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__kbHJTa__themeToggle:hover{background-color:var(--background-secondary);transform:scale(1.05)}.ThemeToggle-module-scss-module__kbHJTa__themeToggle:active{transform:scale(.95)}.ThemeToggle-module-scss-module__kbHJTa__themeToggle:focus{outline:2px solid var(--primary-600);outline-offset:2px}.ThemeToggle-module-scss-module__kbHJTa__icon{justify-content:center;align-items:center;width:100%;height:100%;transition:transform .3s;display:flex}.ThemeToggle-module-scss-module__kbHJTa__themeToggle:hover .ThemeToggle-module-scss-module__kbHJTa__icon{transform:rotate(15deg)}
.LanguageSwitcher-module-scss-module__h57xAW__languageSwitcher{position:relative}.LanguageSwitcher-module-scss-module__h57xAW__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__h57xAW__languageButton:hover{background-color:var(--background-secondary);border-color:var(--primary-600)}.LanguageSwitcher-module-scss-module__h57xAW__languageButton:focus{outline:2px solid var(--primary-600);outline-offset:2px}.LanguageSwitcher-module-scss-module__h57xAW__languageCode{letter-spacing:.025em;font-weight:600}.LanguageSwitcher-module-scss-module__h57xAW__chevron{transition:transform .3s}.LanguageSwitcher-module-scss-module__h57xAW__chevronOpen{transform:rotate(180deg)}.LanguageSwitcher-module-scss-module__h57xAW__overlay{z-index:999;background:0 0;position:fixed;inset:0}.LanguageSwitcher-module-scss-module__h57xAW__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__h57xAW__fadeInDown;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.LanguageSwitcher-module-scss-module__h57xAW__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__h57xAW__dropdownItem:hover{background-color:var(--background-secondary);color:var(--primary-600)}.LanguageSwitcher-module-scss-module__h57xAW__dropdownItem.LanguageSwitcher-module-scss-module__h57xAW__active{background-color:var(--primary-50);color:var(--primary-700);font-weight:600}.LanguageSwitcher-module-scss-module__h57xAW__dropdownItem:not(:last-child){border-bottom:1px solid var(--border-light)}.LanguageSwitcher-module-scss-module__h57xAW__languageName{flex:1}@keyframes LanguageSwitcher-module-scss-module__h57xAW__fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.HeaderComponent-module-scss-module__wDtqBG__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__wDtqBG__container{justify-content:space-between;align-items:center;max-width:1200px;height:80px;margin:0 auto;padding:0 24px;display:flex}.HeaderComponent-module-scss-module__wDtqBG__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__wDtqBG__logo:hover{box-shadow:0 4px 12px var(--shadow-md);transform:translateY(-2px)}.HeaderComponent-module-scss-module__wDtqBG__logoText{color:var(--text-primary);font-family:var(--font-primary);letter-spacing:.025em;font-size:1.25rem;font-weight:700}.HeaderComponent-module-scss-module__wDtqBG__headerActions{align-items:center;gap:16px;display:flex}.HeaderComponent-module-scss-module__wDtqBG__nav{align-items:center;display:flex}@media (max-width:768px){.HeaderComponent-module-scss-module__wDtqBG__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__wDtqBG__nav.HeaderComponent-module-scss-module__wDtqBG__navOpen{max-height:400px;padding:24px}}.HeaderComponent-module-scss-module__wDtqBG__navList{gap:8px;margin:0;padding:0;list-style:none;display:flex}@media (max-width:768px){.HeaderComponent-module-scss-module__wDtqBG__navList{flex-direction:column;gap:0;width:100%}}.HeaderComponent-module-scss-module__wDtqBG__navItem{position:relative}@media (max-width:768px){.HeaderComponent-module-scss-module__wDtqBG__navItem{border-bottom:1px solid var(--border-light);width:100%}.HeaderComponent-module-scss-module__wDtqBG__navItem:last-child{border-bottom:none}}.HeaderComponent-module-scss-module__wDtqBG__navItemDropdown{position:relative}.HeaderComponent-module-scss-module__wDtqBG__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__wDtqBG__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__wDtqBG__navLink:hover{color:var(--primary-600);background-color:var(--primary-50)}.HeaderComponent-module-scss-module__wDtqBG__navLink:hover:after{transform:scaleX(1)}@media (max-width:768px){.HeaderComponent-module-scss-module__wDtqBG__navLink{border-radius:0;padding:16px 0}.HeaderComponent-module-scss-module__wDtqBG__navLink:after{display:none}.HeaderComponent-module-scss-module__wDtqBG__navLink:hover{background-color:#0000;padding-left:8px}}.HeaderComponent-module-scss-module__wDtqBG__navLinkDropdown{justify-content:space-between;align-items:center;gap:6px;display:flex}.HeaderComponent-module-scss-module__wDtqBG__navLinkDropdownOpen{color:var(--primary-600);background-color:var(--primary-50)}.HeaderComponent-module-scss-module__wDtqBG__navLinkDropdownOpen:after{transform:scaleX(1)}.HeaderComponent-module-scss-module__wDtqBG__navLinkDropdownOpen .HeaderComponent-module-scss-module__wDtqBG__dropdownIcon{transform:rotate(180deg)}.HeaderComponent-module-scss-module__wDtqBG__dropdownIcon{flex-shrink:0;transition:transform .2s}.HeaderComponent-module-scss-module__wDtqBG__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__wDtqBG__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__wDtqBG__dropdownMenuOpen{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width:768px){.HeaderComponent-module-scss-module__wDtqBG__dropdownMenuOpen{max-height:400px;padding:8px 0}}.HeaderComponent-module-scss-module__wDtqBG__dropdownItem{margin:0;padding:0}.HeaderComponent-module-scss-module__wDtqBG__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__wDtqBG__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__wDtqBG__dropdownLink:hover{color:var(--primary-600);background-color:var(--primary-50);padding-left:24px}.HeaderComponent-module-scss-module__wDtqBG__dropdownLink:hover:before{transform:scaleY(1)}@media (max-width:768px){.HeaderComponent-module-scss-module__wDtqBG__dropdownLink{padding:12px 16px 12px 32px}.HeaderComponent-module-scss-module__wDtqBG__dropdownLink:hover{padding-left:40px}}@keyframes HeaderComponent-module-scss-module__wDtqBG__fadeInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.HeaderComponent-module-scss-module__wDtqBG__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__wDtqBG__menuToggle{display:flex}}.HeaderComponent-module-scss-module__wDtqBG__menuToggle:focus{outline:2px solid var(--primary-600);outline-offset:4px;border-radius:4px}.HeaderComponent-module-scss-module__wDtqBG__menuToggleLine{background-color:var(--text-primary);transform-origin:50%;border-radius:2px;width:100%;height:3px;transition:all .3s}.HeaderComponent-module-scss-module__wDtqBG__menuToggleOpen .HeaderComponent-module-scss-module__wDtqBG__menuToggleLine:first-child{transform:rotate(45deg)translate(8px,8px)}.HeaderComponent-module-scss-module__wDtqBG__menuToggleOpen .HeaderComponent-module-scss-module__wDtqBG__menuToggleLine:nth-child(2){opacity:0}.HeaderComponent-module-scss-module__wDtqBG__menuToggleOpen .HeaderComponent-module-scss-module__wDtqBG__menuToggleLine:nth-child(3){transform:rotate(-45deg)translate(8px,-8px)}
.ReputationSection-module-scss-module__CBt6Fa__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__CBt6Fa__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__CBt6Fa__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__CBt6Fa__reputationSection{padding:80px 24px}}.ReputationSection-module-scss-module__CBt6Fa__container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.ReputationSection-module-scss-module__CBt6Fa__content{margin-bottom:80px}@media (max-width:768px){.ReputationSection-module-scss-module__CBt6Fa__content{margin-bottom:60px}}.ReputationSection-module-scss-module__CBt6Fa__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__CBt6Fa__fadeInUp;display:inline-block;position:relative}.ReputationSection-module-scss-module__CBt6Fa__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__CBt6Fa__title{font-size:2.25rem}}@media (max-width:480px){.ReputationSection-module-scss-module__CBt6Fa__title{font-size:1.875rem}}.ReputationSection-module-scss-module__CBt6Fa__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__CBt6Fa__fadeInUp}@media (max-width:768px){.ReputationSection-module-scss-module__CBt6Fa__description{font-size:1.125rem}}@media (max-width:480px){.ReputationSection-module-scss-module__CBt6Fa__description{font-size:1rem}}.ReputationSection-module-scss-module__CBt6Fa__statsGrid{grid-template-columns:repeat(4,1fr);gap:24px;animation:.8s ease-out .4s both ReputationSection-module-scss-module__CBt6Fa__fadeInUp;display:grid}@media (max-width:968px){.ReputationSection-module-scss-module__CBt6Fa__statsGrid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:480px){.ReputationSection-module-scss-module__CBt6Fa__statsGrid{grid-template-columns:1fr;gap:16px}}.ReputationSection-module-scss-module__CBt6Fa__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__CBt6Fa__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__CBt6Fa__statCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)}.ReputationSection-module-scss-module__CBt6Fa__statCard:hover:before{transform:scaleX(1)}@media (max-width:480px){.ReputationSection-module-scss-module__CBt6Fa__statCard{padding:24px 20px}}.ReputationSection-module-scss-module__CBt6Fa__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__CBt6Fa__statNumber{font-size:1.875rem}}@media (max-width:480px){.ReputationSection-module-scss-module__CBt6Fa__statNumber{font-size:1.5rem}}.ReputationSection-module-scss-module__CBt6Fa__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__CBt6Fa__statLabel{font-size:.875rem}}@keyframes ReputationSection-module-scss-module__CBt6Fa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.FooterComponent-module-scss-module__3SjtDa__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__3SjtDa__footer{padding:60px 24px 24px}}.FooterComponent-module-scss-module__3SjtDa__container{max-width:1200px;margin:0 auto}.FooterComponent-module-scss-module__3SjtDa__footerContent{grid-template-columns:repeat(4,1fr);gap:48px;margin-bottom:48px;display:grid}@media (max-width:968px){.FooterComponent-module-scss-module__3SjtDa__footerContent{grid-template-columns:repeat(2,1fr);gap:40px}}@media (max-width:640px){.FooterComponent-module-scss-module__3SjtDa__footerContent{grid-template-columns:1fr;gap:32px;margin-bottom:32px}}.FooterComponent-module-scss-module__3SjtDa__footerSection{animation:.6s ease-out FooterComponent-module-scss-module__3SjtDa__fadeInUp}.FooterComponent-module-scss-module__3SjtDa__footerSection:first-child{animation-delay:.1s}.FooterComponent-module-scss-module__3SjtDa__footerSection:nth-child(2){animation-delay:.2s}.FooterComponent-module-scss-module__3SjtDa__footerSection:nth-child(3){animation-delay:.3s}.FooterComponent-module-scss-module__3SjtDa__footerSection:nth-child(4){animation-delay:.4s}.FooterComponent-module-scss-module__3SjtDa__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__3SjtDa__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__3SjtDa__sectionTitle{margin-bottom:20px;font-size:1.125rem}}.FooterComponent-module-scss-module__3SjtDa__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__3SjtDa__companyDescription{margin-bottom:20px;font-size:.875rem}}.FooterComponent-module-scss-module__3SjtDa__socialLinks{gap:12px;display:flex}.FooterComponent-module-scss-module__3SjtDa__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__3SjtDa__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__3SjtDa__socialLink:active{transform:translateY(-1px)}@media (max-width:640px){.FooterComponent-module-scss-module__3SjtDa__socialLink{width:36px;height:36px}}.FooterComponent-module-scss-module__3SjtDa__socialLink svg{width:20px;height:20px}@media (max-width:640px){.FooterComponent-module-scss-module__3SjtDa__socialLink svg{width:18px;height:18px}}.FooterComponent-module-scss-module__3SjtDa__linkList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.FooterComponent-module-scss-module__3SjtDa__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__3SjtDa__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__3SjtDa__footerLink:hover{color:#fff;padding-left:12px;transform:translate(4px)}.FooterComponent-module-scss-module__3SjtDa__footerLink:hover:before{width:8px}@media (max-width:640px){.FooterComponent-module-scss-module__3SjtDa__footerLink{font-size:.875rem}}.FooterComponent-module-scss-module__3SjtDa__contactList{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.FooterComponent-module-scss-module__3SjtDa__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__3SjtDa__contactItem{gap:10px;font-size:.875rem}}.FooterComponent-module-scss-module__3SjtDa__contactIcon{width:20px;height:20px;color:var(--primary-400);flex-shrink:0;margin-top:2px}@media (max-width:640px){.FooterComponent-module-scss-module__3SjtDa__contactIcon{width:18px;height:18px}}.FooterComponent-module-scss-module__3SjtDa__contactIcon svg{width:100%;height:100%}.FooterComponent-module-scss-module__3SjtDa__footerBottom{border-top:1px solid #ffffff1a;margin-top:48px;padding-top:32px}@media (max-width:768px){.FooterComponent-module-scss-module__3SjtDa__footerBottom{margin-top:32px;padding-top:24px}}.FooterComponent-module-scss-module__3SjtDa__footerBottomContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}@media (max-width:640px){.FooterComponent-module-scss-module__3SjtDa__footerBottomContent{text-align:center;flex-direction:column;gap:16px}}.FooterComponent-module-scss-module__3SjtDa__copyright{font-family:var(--font-primary);color:#ffffffbf;margin:0;font-size:.875rem;font-weight:400}@media (max-width:640px){.FooterComponent-module-scss-module__3SjtDa__copyright{font-size:.75rem}}.FooterComponent-module-scss-module__3SjtDa__legalLinks{flex-wrap:wrap;gap:24px;display:flex}@media (max-width:640px){.FooterComponent-module-scss-module__3SjtDa__legalLinks{justify-content:center;gap:16px}}.FooterComponent-module-scss-module__3SjtDa__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__3SjtDa__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__3SjtDa__legalLink:hover{color:#fff}.FooterComponent-module-scss-module__3SjtDa__legalLink:hover:after{width:100%}@media (max-width:640px){.FooterComponent-module-scss-module__3SjtDa__legalLink{font-size:.75rem}}@keyframes FooterComponent-module-scss-module__3SjtDa__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Button-module-scss-module__VLzsWq__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__VLzsWq__button:focus{outline:2px solid var(--primary-600);outline-offset:2px}.Button-module-scss-module__VLzsWq__button:disabled{opacity:.7;cursor:not-allowed}.Button-module-scss-module__VLzsWq__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__VLzsWq__button:hover:not(:disabled):before{left:100%}.Button-module-scss-module__VLzsWq__primary{background:linear-gradient(135deg,var(--primary-600)0%,var(--secondary-600)100%);color:#fff}.Button-module-scss-module__VLzsWq__primary:hover:not(:disabled){box-shadow:0 8px 24px var(--shadow-lg);transform:translateY(-2px)}.Button-module-scss-module__VLzsWq__primary:active:not(:disabled){transform:translateY(0)}.Button-module-scss-module__VLzsWq__secondary{color:var(--primary-600);border:2px solid var(--primary-600);background:0 0}.Button-module-scss-module__VLzsWq__secondary:before{background:linear-gradient(90deg,#0000,#4285f41a,#0000)}.Button-module-scss-module__VLzsWq__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__VLzsWq__secondary:active:not(:disabled){transform:translateY(0)}.Button-module-scss-module__VLzsWq__sm{border-radius:6px;padding:10px 20px;font-size:.875rem}.Button-module-scss-module__VLzsWq__md{border-radius:8px;padding:14px 28px;font-size:1rem}.Button-module-scss-module__VLzsWq__lg{border-radius:8px;padding:16px 32px;font-size:1.125rem}.Button-module-scss-module__VLzsWq__fullWidth{width:100%}.Button-module-scss-module__VLzsWq__loading{cursor:wait}.Button-module-scss-module__VLzsWq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite Button-module-scss-module__VLzsWq__spin}.Button-module-scss-module__VLzsWq__secondary .Button-module-scss-module__VLzsWq__spinner{border-color:#4285f44d;border-top-color:var(--primary-600)}@keyframes Button-module-scss-module__VLzsWq__spin{to{transform:rotate(360deg)}}@media (max-width:480px){.Button-module-scss-module__VLzsWq__sm{padding:8px 16px;font-size:.75rem}.Button-module-scss-module__VLzsWq__md{padding:12px 24px;font-size:.875rem}.Button-module-scss-module__VLzsWq__lg{padding:14px 28px;font-size:1rem}}
.HeroComponent-module-scss-module__H8p0uG__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__H8p0uG__heroContainer{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;width:100%;max-width:1200px;display:grid;position:relative}@media (max-width:968px){.HeroComponent-module-scss-module__H8p0uG__heroContainer{text-align:center;grid-template-columns:1fr;gap:60px}}.HeroComponent-module-scss-module__H8p0uG__heroContent{animation:.8s ease-out HeroComponent-module-scss-module__H8p0uG__fadeInUp}.HeroComponent-module-scss-module__H8p0uG__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__H8p0uG__fadeIn;display:inline-block}.HeroComponent-module-scss-module__H8p0uG__badgeText{font-family:var(--font-primary);color:var(--primary-700);letter-spacing:.025em;font-size:.875rem;font-weight:500}.HeroComponent-module-scss-module__H8p0uG__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__H8p0uG__heroTitle{font-size:2.25rem}}@media (max-width:480px){.HeroComponent-module-scss-module__H8p0uG__heroTitle{font-size:1.875rem}}.HeroComponent-module-scss-module__H8p0uG__titleLine{animation:.8s ease-out both HeroComponent-module-scss-module__H8p0uG__slideInLeft;display:block}.HeroComponent-module-scss-module__H8p0uG__titleLine:first-child{animation-delay:.3s}.HeroComponent-module-scss-module__H8p0uG__titleLine:nth-child(2){animation-delay:.5s}.HeroComponent-module-scss-module__H8p0uG__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__H8p0uG__fadeIn}@media (max-width:968px){.HeroComponent-module-scss-module__H8p0uG__heroDescription{max-width:100%;margin-left:auto;margin-right:auto}}@media (max-width:480px){.HeroComponent-module-scss-module__H8p0uG__heroDescription{font-size:1rem}}.HeroComponent-module-scss-module__H8p0uG__heroButtons{flex-wrap:wrap;gap:16px;animation:.8s ease-out .9s both HeroComponent-module-scss-module__H8p0uG__fadeIn;display:flex}@media (max-width:968px){.HeroComponent-module-scss-module__H8p0uG__heroButtons{justify-content:center}}@media (max-width:480px){.HeroComponent-module-scss-module__H8p0uG__heroButtons{flex-direction:column;width:100%}}.HeroComponent-module-scss-module__H8p0uG__heroVisual{justify-content:center;align-items:center;height:500px;animation:1s ease-out .4s both HeroComponent-module-scss-module__H8p0uG__fadeIn;display:flex;position:relative;overflow:hidden}@media (max-width:968px){.HeroComponent-module-scss-module__H8p0uG__heroVisual{height:400px}}@media (max-width:480px){.HeroComponent-module-scss-module__H8p0uG__heroVisual{height:300px}}.HeroComponent-module-scss-module__H8p0uG__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__H8p0uG__animatedGrid{gap:15px;padding:30px}}@media (max-width:480px){.HeroComponent-module-scss-module__H8p0uG__animatedGrid{opacity:.4;gap:10px;padding:20px}}.HeroComponent-module-scss-module__H8p0uG__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__H8p0uG__gridPulse}.HeroComponent-module-scss-module__H8p0uG__gridItem:first-child{animation-delay:0s}.HeroComponent-module-scss-module__H8p0uG__gridItem:nth-child(2){background:linear-gradient(135deg,var(--secondary-400)0%,var(--primary-500)100%);animation-delay:.5s}.HeroComponent-module-scss-module__H8p0uG__gridItem:nth-child(3){background:linear-gradient(135deg,var(--primary-500)0%,var(--secondary-500)100%);animation-delay:1s}.HeroComponent-module-scss-module__H8p0uG__gridItem:nth-child(4){background:linear-gradient(135deg,var(--secondary-500)0%,var(--primary-400)100%);animation-delay:1.5s}.HeroComponent-module-scss-module__H8p0uG__gridItem:nth-child(5){background:linear-gradient(135deg,var(--primary-400)0%,var(--secondary-400)100%);animation-delay:2s}.HeroComponent-module-scss-module__H8p0uG__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__H8p0uG__gridItem{opacity:.3;border-radius:8px;animation:3s ease-in-out infinite HeroComponent-module-scss-module__H8p0uG__gridPulseMobile}}.HeroComponent-module-scss-module__H8p0uG__pulseRing{opacity:.3;border-radius:50%;animation:4s ease-out infinite HeroComponent-module-scss-module__H8p0uG__pulseRing;position:absolute;top:50%;left:50%}.HeroComponent-module-scss-module__H8p0uG__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__H8p0uG__ring1{width:250px;height:250px;margin-top:-125px;margin-left:-125px}}@media (max-width:480px){.HeroComponent-module-scss-module__H8p0uG__ring1{opacity:.2;border-width:2px;width:180px;height:180px;margin-top:-90px;margin-left:-90px}}.HeroComponent-module-scss-module__H8p0uG__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__H8p0uG__ring2{width:320px;height:320px;margin-top:-160px;margin-left:-160px}}@media (max-width:480px){.HeroComponent-module-scss-module__H8p0uG__ring2{opacity:.2;border-width:2px;width:240px;height:240px;margin-top:-120px;margin-left:-120px}}.HeroComponent-module-scss-module__H8p0uG__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__H8p0uG__ring3{width:400px;height:400px;margin-top:-200px;margin-left:-200px}}@media (max-width:480px){.HeroComponent-module-scss-module__H8p0uG__ring3{opacity:.2;border-width:2px;width:300px;height:300px;margin-top:-150px;margin-left:-150px}}.HeroComponent-module-scss-module__H8p0uG__scrollIndicator{animation:1s ease-out 1.2s both HeroComponent-module-scss-module__H8p0uG__fadeIn;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.HeroComponent-module-scss-module__H8p0uG__scrollArrow{border:2px solid var(--primary-600);border-radius:20px;width:24px;height:40px;position:relative}.HeroComponent-module-scss-module__H8p0uG__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__H8p0uG__scrollDown;position:absolute;top:8px;left:50%;transform:translate(-50%)}@keyframes HeroComponent-module-scss-module__H8p0uG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes HeroComponent-module-scss-module__H8p0uG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroComponent-module-scss-module__H8p0uG__slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes HeroComponent-module-scss-module__H8p0uG__gridPulse{0%,to{opacity:.4;transform:scale(1)translateY(0)}50%{opacity:.7;transform:scale(1.1)translateY(-10px)}}@keyframes HeroComponent-module-scss-module__H8p0uG__gridPulseMobile{0%,to{opacity:.3;transform:scale(1)translateY(0)}50%{opacity:.5;transform:scale(1.05)translateY(-5px)}}@keyframes HeroComponent-module-scss-module__H8p0uG__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__H8p0uG__scrollDown{0%{opacity:0;transform:translate(-50%)translateY(0)}50%{opacity:1}to{opacity:0;transform:translate(-50%)translateY(12px)}}
.ServiceHero-module-scss-module__Dypr4G__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__Dypr4G__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__Dypr4G__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__Dypr4G__serviceHero{padding:120px 24px 80px}}.ServiceHero-module-scss-module__Dypr4G__container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.ServiceHero-module-scss-module__Dypr4G__content{text-align:center;max-width:800px;margin:0 auto;animation:.8s ease-out ServiceHero-module-scss-module__Dypr4G__fadeInUp}.ServiceHero-module-scss-module__Dypr4G__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__Dypr4G__badge{padding:6px 16px;font-size:.75rem}}.ServiceHero-module-scss-module__Dypr4G__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__Dypr4G__title{font-size:2.25rem}}@media (max-width:480px){.ServiceHero-module-scss-module__Dypr4G__title{font-size:1.875rem}}.ServiceHero-module-scss-module__Dypr4G__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__Dypr4G__description{margin-bottom:32px;font-size:1.125rem}}@media (max-width:480px){.ServiceHero-module-scss-module__Dypr4G__description{font-size:1rem}}.ServiceHero-module-scss-module__Dypr4G__buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (max-width:480px){.ServiceHero-module-scss-module__Dypr4G__buttons{flex-direction:column;width:100%}}.ServiceHero-module-scss-module__Dypr4G__buttons a{text-decoration:none;display:inline-block}@media (max-width:480px){.ServiceHero-module-scss-module__Dypr4G__buttons a{width:100%}}@keyframes ServiceHero-module-scss-module__Dypr4G__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.ConvincedSection-module-scss-module__SRSPeG__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__SRSPeG__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__SRSPeG__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__SRSPeG__convincedSection{padding:100px 24px}}.ConvincedSection-module-scss-module__SRSPeG__container{z-index:1;background-color:var(--background-primary);max-width:900px;box-shadow:0 20px 60px var(--shadow-lg);border:2px solid var(--border-light);border-radius:32px;margin:0 auto;padding:80px 60px;position:relative}@media (max-width:768px){.ConvincedSection-module-scss-module__SRSPeG__container{border-radius:24px;padding:60px 40px}}@media (max-width:480px){.ConvincedSection-module-scss-module__SRSPeG__container{border-radius:20px;padding:48px 24px}}.ConvincedSection-module-scss-module__SRSPeG__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__SRSPeG__fadeInUp;display:inline-block;position:relative}.ConvincedSection-module-scss-module__SRSPeG__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__SRSPeG__title{font-size:2.25rem}}@media (max-width:480px){.ConvincedSection-module-scss-module__SRSPeG__title{font-size:1.875rem}}.ConvincedSection-module-scss-module__SRSPeG__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__SRSPeG__fadeInUp}@media (max-width:768px){.ConvincedSection-module-scss-module__SRSPeG__description{margin-bottom:40px;font-size:1.125rem}}@media (max-width:480px){.ConvincedSection-module-scss-module__SRSPeG__description{margin-bottom:32px;font-size:1rem}}.ConvincedSection-module-scss-module__SRSPeG__buttonsContainer{flex-wrap:wrap;justify-content:center;gap:20px;animation:.6s ease-out .4s both ConvincedSection-module-scss-module__SRSPeG__fadeInUp;display:flex}@media (max-width:640px){.ConvincedSection-module-scss-module__SRSPeG__buttonsContainer{flex-direction:column;gap:16px;width:100%}}.ConvincedSection-module-scss-module__SRSPeG__buttonLink{text-decoration:none;display:inline-block}@media (max-width:640px){.ConvincedSection-module-scss-module__SRSPeG__buttonLink{width:100%}}@keyframes ConvincedSection-module-scss-module__SRSPeG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.PricingSection-module-scss-module__zlOaJq__pricingSection{background-color:var(--background-primary);padding:120px 24px;transition:background-color .3s}@media (max-width:768px){.PricingSection-module-scss-module__zlOaJq__pricingSection{padding:80px 24px}}.PricingSection-module-scss-module__zlOaJq__container{max-width:1200px;margin:0 auto}.PricingSection-module-scss-module__zlOaJq__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__zlOaJq__title{font-size:1.875rem}}@media (max-width:480px){.PricingSection-module-scss-module__zlOaJq__title{font-size:1.5rem}}.PricingSection-module-scss-module__zlOaJq__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__zlOaJq__subtitle{margin-bottom:48px;font-size:1rem}}.PricingSection-module-scss-module__zlOaJq__pricingGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (max-width:968px){.PricingSection-module-scss-module__zlOaJq__pricingGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.PricingSection-module-scss-module__zlOaJq__pricingGrid{grid-template-columns:1fr;gap:24px}}.PricingSection-module-scss-module__zlOaJq__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__zlOaJq__pricingCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)}.PricingSection-module-scss-module__zlOaJq__pricingCard.PricingSection-module-scss-module__zlOaJq__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__zlOaJq__pricingCard.PricingSection-module-scss-module__zlOaJq__popular{transform:scale(1)}}.PricingSection-module-scss-module__zlOaJq__pricingCard.PricingSection-module-scss-module__zlOaJq__popular:hover{transform:scale(1.05)translateY(-8px)}@media (max-width:968px){.PricingSection-module-scss-module__zlOaJq__pricingCard.PricingSection-module-scss-module__zlOaJq__popular:hover{transform:translateY(-8px)}}@media (max-width:640px){.PricingSection-module-scss-module__zlOaJq__pricingCard{padding:32px 24px}}.PricingSection-module-scss-module__zlOaJq__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__zlOaJq__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__zlOaJq__planName{font-size:1.25rem}}.PricingSection-module-scss-module__zlOaJq__priceContainer{margin-bottom:32px}.PricingSection-module-scss-module__zlOaJq__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__zlOaJq__price{font-size:2.25rem}}.PricingSection-module-scss-module__zlOaJq__period{font-family:var(--font-primary);color:var(--text-secondary);margin-left:4px;font-size:1.125rem;font-weight:400}.PricingSection-module-scss-module__zlOaJq__featuresList{text-align:left;margin:0 0 32px;padding:0;list-style:none}.PricingSection-module-scss-module__zlOaJq__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__zlOaJq__featureItem{padding:10px 0;font-size:.875rem}}.PricingSection-module-scss-module__zlOaJq__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__zlOaJq__buttonContainer{margin-top:auto}
.ServiceOverview-module-scss-module__dahSBa__serviceOverview{background-color:var(--background-primary);padding:120px 24px;transition:background-color .3s}@media (max-width:768px){.ServiceOverview-module-scss-module__dahSBa__serviceOverview{padding:80px 24px}}.ServiceOverview-module-scss-module__dahSBa__container{max-width:1000px;margin:0 auto}.ServiceOverview-module-scss-module__dahSBa__content{animation:.8s ease-out ServiceOverview-module-scss-module__dahSBa__fadeInUp}.ServiceOverview-module-scss-module__dahSBa__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__dahSBa__title{margin-bottom:24px;font-size:1.875rem}}@media (max-width:480px){.ServiceOverview-module-scss-module__dahSBa__title{font-size:1.5rem}}.ServiceOverview-module-scss-module__dahSBa__textContent{flex-direction:column;gap:24px;display:flex}.ServiceOverview-module-scss-module__dahSBa__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__dahSBa__paragraph{font-size:1rem}}@keyframes ServiceOverview-module-scss-module__dahSBa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.CurrentTopicsSection-module-scss-module__3wVR8W__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__3wVR8W__currentTopicsSection{padding:80px 24px}}.CurrentTopicsSection-module-scss-module__3wVR8W__container{max-width:1200px;margin:0 auto}.CurrentTopicsSection-module-scss-module__3wVR8W__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__3wVR8W__title{margin-bottom:48px;font-size:1.875rem}}@media (max-width:480px){.CurrentTopicsSection-module-scss-module__3wVR8W__title{font-size:1.5rem}}.CurrentTopicsSection-module-scss-module__3wVR8W__topicsGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (max-width:968px){.CurrentTopicsSection-module-scss-module__3wVR8W__topicsGrid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:640px){.CurrentTopicsSection-module-scss-module__3wVR8W__topicsGrid{grid-template-columns:1fr;gap:24px}}.CurrentTopicsSection-module-scss-module__3wVR8W__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__3wVR8W__fadeInUp;display:flex}.CurrentTopicsSection-module-scss-module__3wVR8W__topicCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)}.CurrentTopicsSection-module-scss-module__3wVR8W__topicCard:first-child{animation-delay:.1s}.CurrentTopicsSection-module-scss-module__3wVR8W__topicCard:nth-child(2){animation-delay:.2s}.CurrentTopicsSection-module-scss-module__3wVR8W__topicCard:nth-child(3){animation-delay:.3s}.CurrentTopicsSection-module-scss-module__3wVR8W__topicCard:nth-child(4){animation-delay:.4s}.CurrentTopicsSection-module-scss-module__3wVR8W__topicCard:nth-child(5){animation-delay:.5s}.CurrentTopicsSection-module-scss-module__3wVR8W__topicCard:nth-child(6){animation-delay:.6s}@media (max-width:640px){.CurrentTopicsSection-module-scss-module__3wVR8W__topicCard{padding:24px}}.CurrentTopicsSection-module-scss-module__3wVR8W__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__3wVR8W__topicCard:hover .CurrentTopicsSection-module-scss-module__3wVR8W__topicTitle{color:var(--primary-600)}@media (max-width:640px){.CurrentTopicsSection-module-scss-module__3wVR8W__topicTitle{font-size:1.125rem}}.CurrentTopicsSection-module-scss-module__3wVR8W__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__3wVR8W__topicDescription{font-size:.875rem}}.CurrentTopicsSection-module-scss-module__3wVR8W__readMore{font-family:var(--font-primary);color:var(--primary-600);font-size:1rem;font-weight:600;transition:all .3s}.CurrentTopicsSection-module-scss-module__3wVR8W__topicCard:hover .CurrentTopicsSection-module-scss-module__3wVR8W__readMore{transform:translate(4px)}@keyframes CurrentTopicsSection-module-scss-module__3wVR8W__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.ReputationStats-module-scss-module__km8UUG__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__km8UUG__statsSection{padding:60px 24px}}.ReputationStats-module-scss-module__km8UUG__container{max-width:1200px;margin:0 auto}.ReputationStats-module-scss-module__km8UUG__statsGrid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}@media (max-width:968px){.ReputationStats-module-scss-module__km8UUG__statsGrid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:480px){.ReputationStats-module-scss-module__km8UUG__statsGrid{grid-template-columns:1fr;gap:20px}}.ReputationStats-module-scss-module__km8UUG__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__km8UUG__statCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)}.ReputationStats-module-scss-module__km8UUG__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__km8UUG__statNumber{font-size:2.25rem}}.ReputationStats-module-scss-module__km8UUG__statLabel{font-family:var(--font-primary);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.025em;font-size:1rem;font-weight:500}
.ContactComponent-module-scss-module__6lroAW__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__6lroAW__contactSection{padding:80px 24px}}.ContactComponent-module-scss-module__6lroAW__container{max-width:1200px;margin:0 auto}.ContactComponent-module-scss-module__6lroAW__header{text-align:center;margin-bottom:64px;animation:.6s ease-out ContactComponent-module-scss-module__6lroAW__fadeInUp}@media (max-width:768px){.ContactComponent-module-scss-module__6lroAW__header{margin-bottom:48px}}.ContactComponent-module-scss-module__6lroAW__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__6lroAW__title{font-size:2.25rem}}@media (max-width:480px){.ContactComponent-module-scss-module__6lroAW__title{font-size:1.875rem}}.ContactComponent-module-scss-module__6lroAW__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__6lroAW__subtitle{font-size:1rem}}.ContactComponent-module-scss-module__6lroAW__content{grid-template-columns:1.2fr 1fr;align-items:start;gap:64px;display:grid}@media (max-width:968px){.ContactComponent-module-scss-module__6lroAW__content{grid-template-columns:1fr;gap:48px}}.ContactComponent-module-scss-module__6lroAW__formContainer{animation:.8s ease-out .2s both ContactComponent-module-scss-module__6lroAW__fadeInUp}.ContactComponent-module-scss-module__6lroAW__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__6lroAW__form:hover{box-shadow:0 8px 32px var(--shadow-lg)}@media (max-width:768px){.ContactComponent-module-scss-module__6lroAW__form{border-radius:12px;padding:32px 24px}}.ContactComponent-module-scss-module__6lroAW__successMessage,.ContactComponent-module-scss-module__6lroAW__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__6lroAW__fadeIn}@media (max-width:480px){.ContactComponent-module-scss-module__6lroAW__successMessage,.ContactComponent-module-scss-module__6lroAW__errorMessage{padding:12px;font-size:.875rem}}.ContactComponent-module-scss-module__6lroAW__successMessage{background-color:var(--success-50);color:var(--success-700);border:1px solid var(--success-200)}.ContactComponent-module-scss-module__6lroAW__errorMessage{background-color:var(--error-50);color:var(--error-700);border:1px solid var(--error-200)}.ContactComponent-module-scss-module__6lroAW__infoContainer{flex-direction:column;gap:24px;animation:.8s ease-out .4s both ContactComponent-module-scss-module__6lroAW__fadeInUp;display:flex}@media (max-width:968px){.ContactComponent-module-scss-module__6lroAW__infoContainer{flex-flow:wrap}}@media (max-width:640px){.ContactComponent-module-scss-module__6lroAW__infoContainer{flex-direction:column}}.ContactComponent-module-scss-module__6lroAW__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__6lroAW__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__6lroAW__infoCard{flex:1;min-width:calc(50% - 12px)}}@media (max-width:640px){.ContactComponent-module-scss-module__6lroAW__infoCard{padding:24px}}.ContactComponent-module-scss-module__6lroAW__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__6lroAW__infoCard:hover .ContactComponent-module-scss-module__6lroAW__infoIcon{transform:scale(1.1)rotate(5deg)}@media (max-width:640px){.ContactComponent-module-scss-module__6lroAW__infoIcon{width:40px;height:40px;margin-bottom:12px}.ContactComponent-module-scss-module__6lroAW__infoIcon svg{width:20px;height:20px}}.ContactComponent-module-scss-module__6lroAW__infoIcon svg{width:24px;height:24px}.ContactComponent-module-scss-module__6lroAW__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__6lroAW__infoTitle{font-size:1rem}}.ContactComponent-module-scss-module__6lroAW__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__6lroAW__infoText{font-size:.875rem}}@keyframes ContactComponent-module-scss-module__6lroAW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ContactComponent-module-scss-module__6lroAW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.PlatformGrid-module-scss-module__4QnPsa__platformSection{background-color:var(--background-primary);padding:120px 24px;transition:background-color .3s}@media (max-width:768px){.PlatformGrid-module-scss-module__4QnPsa__platformSection{padding:80px 24px}}.PlatformGrid-module-scss-module__4QnPsa__container{max-width:1200px;margin:0 auto}.PlatformGrid-module-scss-module__4QnPsa__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__4QnPsa__title{font-size:1.875rem}}.PlatformGrid-module-scss-module__4QnPsa__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__4QnPsa__subtitle{margin-bottom:48px;font-size:1rem}}.PlatformGrid-module-scss-module__4QnPsa__platformGrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:80px;display:grid}@media (max-width:768px){.PlatformGrid-module-scss-module__4QnPsa__platformGrid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:60px}}@media (max-width:480px){.PlatformGrid-module-scss-module__4QnPsa__platformGrid{grid-template-columns:1fr}}.PlatformGrid-module-scss-module__4QnPsa__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__4QnPsa__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__4QnPsa__platformCard{padding:24px}}.PlatformGrid-module-scss-module__4QnPsa__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__4QnPsa__platformName{font-family:var(--font-primary);color:var(--text-primary);font-size:1.125rem;font-weight:600}.PlatformGrid-module-scss-module__4QnPsa__featuresList{flex-direction:column;gap:24px;display:flex}.PlatformGrid-module-scss-module__4QnPsa__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__4QnPsa__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__4QnPsa__featureItem{gap:16px;padding:20px}}.PlatformGrid-module-scss-module__4QnPsa__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__4QnPsa__featureContent{flex:1}.PlatformGrid-module-scss-module__4QnPsa__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__4QnPsa__featureTitle{font-size:1rem}}.PlatformGrid-module-scss-module__4QnPsa__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__4QnPsa__featureDescription{font-size:.875rem}}
.LegalServices-module-scss-module__WM8Q1G__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__WM8Q1G__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__WM8Q1G__legalSection{padding:80px 24px}}.LegalServices-module-scss-module__WM8Q1G__container{max-width:1200px;margin:0 auto}.LegalServices-module-scss-module__WM8Q1G__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__WM8Q1G__title{margin-bottom:48px;font-size:1.875rem}}.LegalServices-module-scss-module__WM8Q1G__servicesGrid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}@media (max-width:768px){.LegalServices-module-scss-module__WM8Q1G__servicesGrid{grid-template-columns:1fr;gap:24px}}.LegalServices-module-scss-module__WM8Q1G__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__WM8Q1G__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__WM8Q1G__serviceCard{padding:24px}}.LegalServices-module-scss-module__WM8Q1G__cardHeader{align-items:center;gap:20px;margin-bottom:16px;display:flex}.LegalServices-module-scss-module__WM8Q1G__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__WM8Q1G__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__WM8Q1G__serviceTitle{font-size:1.125rem}}.LegalServices-module-scss-module__WM8Q1G__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__WM8Q1G__serviceDescription{font-size:.875rem}}
.ServiceFeatures-module-scss-module__BUn-oG__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__BUn-oG__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__BUn-oG__serviceFeatures{padding:80px 24px}}.ServiceFeatures-module-scss-module__BUn-oG__serviceFeatures.ServiceFeatures-module-scss-module__BUn-oG__reputationManagement{background:linear-gradient(135deg,var(--primary-50)0%,var(--background-secondary)50%,var(--secondary-50)100%)}.ServiceFeatures-module-scss-module__BUn-oG__serviceFeatures.ServiceFeatures-module-scss-module__BUn-oG__reviewRemoval{background-color:var(--background-primary)}.ServiceFeatures-module-scss-module__BUn-oG__serviceFeatures.ServiceFeatures-module-scss-module__BUn-oG__reviewRemoval:before{display:none}.ServiceFeatures-module-scss-module__BUn-oG__serviceFeatures.ServiceFeatures-module-scss-module__BUn-oG__reputationLaw{background:linear-gradient(180deg,var(--background-primary)0%,var(--background-secondary)100%)}.ServiceFeatures-module-scss-module__BUn-oG__serviceFeatures.ServiceFeatures-module-scss-module__BUn-oG__contentRemoval{background:linear-gradient(135deg,var(--background-secondary)0%,var(--primary-50)50%,var(--background-secondary)100%)}.ServiceFeatures-module-scss-module__BUn-oG__container{max-width:1200px;margin:0 auto}.ServiceFeatures-module-scss-module__BUn-oG__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__BUn-oG__fadeInUp}@media (max-width:768px){.ServiceFeatures-module-scss-module__BUn-oG__title{margin-bottom:48px;font-size:1.875rem}}@media (max-width:480px){.ServiceFeatures-module-scss-module__BUn-oG__title{font-size:1.5rem}}.ServiceFeatures-module-scss-module__BUn-oG__featuresGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.ServiceFeatures-module-scss-module__BUn-oG__reviewRemoval .ServiceFeatures-module-scss-module__BUn-oG__featuresGrid{grid-template-columns:repeat(2,1fr)}@media (max-width:968px){.ServiceFeatures-module-scss-module__BUn-oG__featuresGrid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:640px){.ServiceFeatures-module-scss-module__BUn-oG__featuresGrid{grid-template-columns:1fr;gap:24px}}.ServiceFeatures-module-scss-module__BUn-oG__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__BUn-oG__fadeInUp}.ServiceFeatures-module-scss-module__BUn-oG__featureCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)}.ServiceFeatures-module-scss-module__BUn-oG__reviewRemoval .ServiceFeatures-module-scss-module__BUn-oG__featureCard{border-left:4px solid var(--primary-500)}.ServiceFeatures-module-scss-module__BUn-oG__reviewRemoval .ServiceFeatures-module-scss-module__BUn-oG__featureCard:hover{border-left-color:var(--secondary-500)}.ServiceFeatures-module-scss-module__BUn-oG__contentRemoval .ServiceFeatures-module-scss-module__BUn-oG__featureCard{background:linear-gradient(135deg,var(--background-secondary)0%,var(--background-primary)100%)}.ServiceFeatures-module-scss-module__BUn-oG__featureCard:first-child{animation-delay:.1s}.ServiceFeatures-module-scss-module__BUn-oG__featureCard:nth-child(2){animation-delay:.2s}.ServiceFeatures-module-scss-module__BUn-oG__featureCard:nth-child(3){animation-delay:.3s}.ServiceFeatures-module-scss-module__BUn-oG__featureCard:nth-child(4){animation-delay:.4s}.ServiceFeatures-module-scss-module__BUn-oG__featureCard:nth-child(5){animation-delay:.5s}.ServiceFeatures-module-scss-module__BUn-oG__featureCard:nth-child(6){animation-delay:.6s}.ServiceFeatures-module-scss-module__BUn-oG__featureCard:nth-child(7){animation-delay:.7s}.ServiceFeatures-module-scss-module__BUn-oG__featureCard:nth-child(8){animation-delay:.8s}.ServiceFeatures-module-scss-module__BUn-oG__featureCard:nth-child(9){animation-delay:.9s}@media (max-width:640px){.ServiceFeatures-module-scss-module__BUn-oG__featureCard{padding:24px}}.ServiceFeatures-module-scss-module__BUn-oG__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__BUn-oG__featureCard:hover .ServiceFeatures-module-scss-module__BUn-oG__iconWrapper{transform:scale(1.1)rotate(5deg)}@media (max-width:640px){.ServiceFeatures-module-scss-module__BUn-oG__iconWrapper{width:48px;height:48px;margin-bottom:16px}}.ServiceFeatures-module-scss-module__BUn-oG__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__BUn-oG__featureTitle{font-size:1.125rem}}.ServiceFeatures-module-scss-module__BUn-oG__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__BUn-oG__featureDescription{font-size:.875rem}}@keyframes ServiceFeatures-module-scss-module__BUn-oG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.ReviewTimeline-module-scss-module__yNXp1G__timelineSection{background-color:var(--background-primary);padding:120px 24px;transition:background-color .3s}@media (max-width:768px){.ReviewTimeline-module-scss-module__yNXp1G__timelineSection{padding:80px 24px}}.ReviewTimeline-module-scss-module__yNXp1G__container{max-width:1000px;margin:0 auto}.ReviewTimeline-module-scss-module__yNXp1G__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__yNXp1G__title{margin-bottom:60px;font-size:1.875rem}}.ReviewTimeline-module-scss-module__yNXp1G__timeline{padding-left:60px;position:relative}.ReviewTimeline-module-scss-module__yNXp1G__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__yNXp1G__timeline:before{left:15px}.ReviewTimeline-module-scss-module__yNXp1G__timeline{padding-left:50px}}.ReviewTimeline-module-scss-module__yNXp1G__timelineItem{margin-bottom:60px;animation:.8s ease-out both ReviewTimeline-module-scss-module__yNXp1G__fadeInLeft;position:relative}.ReviewTimeline-module-scss-module__yNXp1G__timelineItem:last-child{margin-bottom:0}.ReviewTimeline-module-scss-module__yNXp1G__timelineItem:first-child{animation-delay:.15s}.ReviewTimeline-module-scss-module__yNXp1G__timelineItem:nth-child(2){animation-delay:.3s}.ReviewTimeline-module-scss-module__yNXp1G__timelineItem:nth-child(3){animation-delay:.45s}.ReviewTimeline-module-scss-module__yNXp1G__timelineItem:nth-child(4){animation-delay:.6s}@media (max-width:768px){.ReviewTimeline-module-scss-module__yNXp1G__timelineItem{margin-bottom:40px}}.ReviewTimeline-module-scss-module__yNXp1G__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__yNXp1G__timelineMarker{width:32px;height:32px;left:-40px}}.ReviewTimeline-module-scss-module__yNXp1G__markerNumber{font-family:var(--font-primary);color:#fff;font-size:1.125rem;font-weight:700}@media (max-width:768px){.ReviewTimeline-module-scss-module__yNXp1G__markerNumber{font-size:1rem}}.ReviewTimeline-module-scss-module__yNXp1G__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__yNXp1G__timelineItem:hover .ReviewTimeline-module-scss-module__yNXp1G__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__yNXp1G__timelineContent{padding:24px}}.ReviewTimeline-module-scss-module__yNXp1G__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__yNXp1G__stepTitle{font-size:1.125rem}}.ReviewTimeline-module-scss-module__yNXp1G__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__yNXp1G__stepDescription{font-size:.875rem}}@keyframes ReviewTimeline-module-scss-module__yNXp1G__fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}
.ServiceCTA-module-scss-module__45r_HW__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__45r_HW__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__45r_HW__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__45r_HW__serviceCTA{padding:100px 24px}}.ServiceCTA-module-scss-module__45r_HW__container{z-index:1;background-color:var(--background-primary);max-width:900px;box-shadow:0 20px 60px var(--shadow-lg);border:2px solid var(--border-light);border-radius:32px;margin:0 auto;padding:80px 60px;position:relative}@media (max-width:768px){.ServiceCTA-module-scss-module__45r_HW__container{border-radius:24px;padding:60px 40px}}@media (max-width:480px){.ServiceCTA-module-scss-module__45r_HW__container{border-radius:20px;padding:48px 24px}}.ServiceCTA-module-scss-module__45r_HW__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__45r_HW__fadeInUp;display:inline-block;position:relative}.ServiceCTA-module-scss-module__45r_HW__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__45r_HW__title{font-size:2.25rem}}@media (max-width:480px){.ServiceCTA-module-scss-module__45r_HW__title{font-size:1.875rem}}.ServiceCTA-module-scss-module__45r_HW__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__45r_HW__fadeInUp}@media (max-width:768px){.ServiceCTA-module-scss-module__45r_HW__description{margin-bottom:40px;font-size:1.125rem}}@media (max-width:480px){.ServiceCTA-module-scss-module__45r_HW__description{margin-bottom:32px;font-size:1rem}}.ServiceCTA-module-scss-module__45r_HW__buttons{flex-wrap:wrap;justify-content:center;gap:20px;animation:.6s ease-out .4s both ServiceCTA-module-scss-module__45r_HW__fadeInUp;display:flex}@media (max-width:640px){.ServiceCTA-module-scss-module__45r_HW__buttons{flex-direction:column;gap:16px;width:100%}}.ServiceCTA-module-scss-module__45r_HW__buttons a{text-decoration:none;display:inline-block}@media (max-width:640px){.ServiceCTA-module-scss-module__45r_HW__buttons a{width:100%}}@keyframes ServiceCTA-module-scss-module__45r_HW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.FAQComponent-module-scss-module__jtycEG__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__jtycEG__faqSection{padding:80px 24px}}.FAQComponent-module-scss-module__jtycEG__container{max-width:900px;margin:0 auto}.FAQComponent-module-scss-module__jtycEG__header{text-align:center;margin-bottom:64px;animation:.6s ease-out FAQComponent-module-scss-module__jtycEG__fadeInUp}@media (max-width:768px){.FAQComponent-module-scss-module__jtycEG__header{margin-bottom:48px}}.FAQComponent-module-scss-module__jtycEG__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__jtycEG__title{font-size:2.25rem}}@media (max-width:480px){.FAQComponent-module-scss-module__jtycEG__title{font-size:1.875rem}}.FAQComponent-module-scss-module__jtycEG__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__jtycEG__subtitle{font-size:1rem}}.FAQComponent-module-scss-module__jtycEG__faqList{flex-direction:column;gap:16px;animation:.8s ease-out .2s both FAQComponent-module-scss-module__jtycEG__fadeIn;display:flex}.FAQComponent-module-scss-module__jtycEG__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__jtycEG__faqItem:hover{box-shadow:0 4px 16px var(--shadow-md);border-color:var(--primary-300)}.FAQComponent-module-scss-module__jtycEG__faqItem.FAQComponent-module-scss-module__jtycEG__faqItemOpen{border-color:var(--primary-500);box-shadow:0 8px 24px var(--shadow-lg)}.FAQComponent-module-scss-module__jtycEG__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__jtycEG__faqQuestion:hover{background-color:var(--primary-50)}.FAQComponent-module-scss-module__jtycEG__faqQuestion:focus{outline:2px solid var(--primary-600);outline-offset:-2px;border-radius:12px}@media (max-width:480px){.FAQComponent-module-scss-module__jtycEG__faqQuestion{padding:20px}}.FAQComponent-module-scss-module__jtycEG__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__jtycEG__questionText{font-size:1.125rem}}@media (max-width:480px){.FAQComponent-module-scss-module__jtycEG__questionText{padding-right:12px;font-size:1rem}}.FAQComponent-module-scss-module__jtycEG__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__jtycEG__faqItemOpen .FAQComponent-module-scss-module__jtycEG__icon{background-color:var(--primary-100);transform:rotate(180deg)}@media (max-width:480px){.FAQComponent-module-scss-module__jtycEG__icon{width:28px;height:28px}}.FAQComponent-module-scss-module__jtycEG__icon svg{width:20px;height:20px}@media (max-width:480px){.FAQComponent-module-scss-module__jtycEG__icon svg{width:16px;height:16px}}.FAQComponent-module-scss-module__jtycEG__faqAnswer{max-height:0;transition:max-height .4s ease-out,padding .4s ease-out;overflow:hidden}.FAQComponent-module-scss-module__jtycEG__faqItemOpen .FAQComponent-module-scss-module__jtycEG__faqAnswer{max-height:1000px;padding:0 24px 24px}@media (max-width:480px){.FAQComponent-module-scss-module__jtycEG__faqItemOpen .FAQComponent-module-scss-module__jtycEG__faqAnswer{padding:0 20px 20px}}.FAQComponent-module-scss-module__jtycEG__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__jtycEG__answerContent p{margin:0}@media (max-width:480px){.FAQComponent-module-scss-module__jtycEG__answerContent{padding-top:12px;font-size:.875rem}}@keyframes FAQComponent-module-scss-module__jtycEG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes FAQComponent-module-scss-module__jtycEG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.ServiceProcess-module-scss-module__EiSd_q__serviceProcess{background-color:var(--background-primary);padding:120px 24px;transition:background-color .3s}@media (max-width:768px){.ServiceProcess-module-scss-module__EiSd_q__serviceProcess{padding:80px 24px}}.ServiceProcess-module-scss-module__EiSd_q__container{max-width:1200px;margin:0 auto}.ServiceProcess-module-scss-module__EiSd_q__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__EiSd_q__fadeInUp}@media (max-width:768px){.ServiceProcess-module-scss-module__EiSd_q__title{font-size:1.875rem}}@media (max-width:480px){.ServiceProcess-module-scss-module__EiSd_q__title{font-size:1.5rem}}.ServiceProcess-module-scss-module__EiSd_q__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__EiSd_q__fadeInUp}@media (max-width:768px){.ServiceProcess-module-scss-module__EiSd_q__subtitle{margin-bottom:48px;font-size:1rem}}.ServiceProcess-module-scss-module__EiSd_q__processSteps{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;display:grid;position:relative}@media (max-width:768px){.ServiceProcess-module-scss-module__EiSd_q__processSteps{grid-template-columns:1fr;gap:24px}}.ServiceProcess-module-scss-module__EiSd_q__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__EiSd_q__fadeInUp;position:relative}.ServiceProcess-module-scss-module__EiSd_q__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__EiSd_q__stepCard:hover{box-shadow:0 8px 24px var(--shadow-md);border-color:var(--primary-400);transform:translateY(-8px)}.ServiceProcess-module-scss-module__EiSd_q__stepCard:hover:before{transform:scaleX(1)}.ServiceProcess-module-scss-module__EiSd_q__stepCard:first-child{animation-delay:.1s}.ServiceProcess-module-scss-module__EiSd_q__stepCard:nth-child(2){animation-delay:.2s}.ServiceProcess-module-scss-module__EiSd_q__stepCard:nth-child(3){animation-delay:.3s}.ServiceProcess-module-scss-module__EiSd_q__stepCard:nth-child(4){animation-delay:.4s}.ServiceProcess-module-scss-module__EiSd_q__stepCard:nth-child(5){animation-delay:.5s}.ServiceProcess-module-scss-module__EiSd_q__stepCard:nth-child(6){animation-delay:.6s}@media (max-width:640px){.ServiceProcess-module-scss-module__EiSd_q__stepCard{padding:24px}}.ServiceProcess-module-scss-module__EiSd_q__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__EiSd_q__stepCard:hover .ServiceProcess-module-scss-module__EiSd_q__stepNumber{transform:scale(1.1)rotate(5deg)}@media (max-width:640px){.ServiceProcess-module-scss-module__EiSd_q__stepNumber{width:56px;height:56px;margin-bottom:16px;font-size:1.25rem}}.ServiceProcess-module-scss-module__EiSd_q__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__EiSd_q__stepTitle{font-size:1.125rem}}.ServiceProcess-module-scss-module__EiSd_q__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__EiSd_q__stepDescription{font-size:.875rem}}@keyframes ServiceProcess-module-scss-module__EiSd_q__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
