*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1a1a1a;font-size:16px;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}.App,body{background:#ffffff}.App{min-height:100vh;width:100%}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border:none;border-radius:12px;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);gap:8px;white-space:nowrap;position:relative;overflow:hidden;font-family:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.btn:hover:before{left:100%}@media (hover:none) and (pointer:coarse){.btn:hover:before{display:none}}.btn-primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;box-shadow:0 8px 32px rgba(59,130,246,.3);border:1px solid rgba(59,130,246,.2)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(59,130,246,.4);background:linear-gradient(135deg,#2563eb,#1e40af)}@media (hover:none) and (pointer:coarse){.btn-primary:hover{transform:none}.btn-primary:active{transform:scale(.98);transition:transform .1s ease}}.btn-secondary{background:rgba(59,130,246,.1);color:#1d4ed8;border:2px solid rgba(59,130,246,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background:rgba(59,130,246,.2);border-color:rgba(59,130,246,.4);transform:translateY(-1px)}@media (hover:none) and (pointer:coarse){.btn-secondary:hover{transform:none}.btn-secondary:active{transform:scale(.98);background:rgba(59,130,246,.25);transition:all .1s ease}}.btn-outline{background:transparent;color:#3b82f6;border:2px solid #3b82f6}.btn-outline:hover{background:#3b82f6;color:white;transform:translateY(-1px);box-shadow:0 8px 32px rgba(59,130,246,.3)}@media (hover:none) and (pointer:coarse){.btn-outline:hover{transform:none}.btn-outline:active{transform:scale(.98);background:#3b82f6;color:white;transition:all .1s ease}}.btn-large{padding:18px 36px;font-size:18px;border-radius:14px}.section{padding:100px 0;width:100%;position:relative}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;text-align:center;margin-bottom:20px;background:linear-gradient(135deg,#1a1a1a,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em;line-height:1.1}.section-subtitle{font-size:clamp(1.1rem,3vw,1.3rem);text-align:center;color:#6b7280;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6;font-weight:400}.card{background:#ffffff;border-radius:20px;border:1px solid #e5e7eb;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);-webkit-tap-highlight-color:transparent}.card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,130,246,.05),rgba(29,78,216,.02));opacity:0;transition:opacity .3s ease}.card:hover:before{opacity:1}.card:hover{transform:translateY(-8px);border-color:rgba(59,130,246,.3);box-shadow:0 20px 40px rgba(0,0,0,.15)}@media (hover:none) and (pointer:coarse){.card:hover{transform:none}.card:active{transform:scale(.98);transition:transform .1s ease}}.gradient-bg-1{background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#f8fafc)}.gradient-bg-2{background:linear-gradient(135deg,#f1f5f9,#dbeafe 50%,#f1f5f9)}.gradient-bg-3{background:linear-gradient(135deg,#fafafa,#f3f4f6 50%,#fafafa)}.bg-pattern{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.03;background-image:radial-gradient(circle at 25% 25%,#3b82f6 0,transparent 50%),radial-gradient(circle at 75% 75%,#1d4ed8 0,transparent 50%);animation:float 20s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.bg-pattern{animation:none}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width:768px){.container{padding:0 16px}.section{padding:60px 0}.btn{padding:14px 28px;font-size:16px;min-height:48px}.btn-large{padding:18px 36px;font-size:18px;min-height:56px}.section-title{margin-bottom:16px}.section-subtitle{margin-bottom:48px}}@media (max-width:480px){.section{padding:48px 0}.container{padding:0 20px}.btn{padding:16px 32px;font-size:16px;min-height:52px;border-radius:16px}.btn-large{padding:20px 40px;font-size:18px;min-height:60px;border-radius:18px}}.CallRequestModal_modal-overlay__XmmJx{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:CallRequestModal_fadeIn__5MDlM .2s ease-out;-webkit-overflow-scrolling:touch}@keyframes CallRequestModal_fadeIn__5MDlM{0%{opacity:0}to{opacity:1}}.CallRequestModal_modal-content__BtlIc{background:white;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;padding:40px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:CallRequestModal_slideUp__5iN7G .3s ease-out;-webkit-overflow-scrolling:touch}@keyframes CallRequestModal_slideUp__5iN7G{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.CallRequestModal_modal-close__No_sb{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#666;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-width:44px;min-height:44px}.CallRequestModal_modal-close__No_sb:hover{background-color:#f5f5f5;color:#333}@media (hover:none) and (pointer:coarse){.CallRequestModal_modal-close__No_sb:hover{background-color:transparent}.CallRequestModal_modal-close__No_sb:active{background-color:#f0f0f0;transform:scale(.95)}}.CallRequestModal_modal-header__ph8sf{text-align:center;margin-bottom:32px}.CallRequestModal_modal-icon__ibE3P{width:64px;height:64px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:white}.CallRequestModal_modal-header__ph8sf h2{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:120%}.CallRequestModal_modal-header__ph8sf p{font-size:15px;color:#666;margin:0;line-height:150%}.CallRequestModal_call-request-form__IJyZ0{display:flex;flex-direction:column;gap:20px}.CallRequestModal_form-group__yGmOn{display:flex;flex-direction:column;gap:8px}.CallRequestModal_form-group__yGmOn label{font-size:14px;font-weight:600;color:#333}.CallRequestModal_required__mqlM2{color:#dc2626}.CallRequestModal_form-group__yGmOn input{padding:12px 16px;border:2px solid #e5e5e5;border-radius:8px;font-size:15px;transition:all .2s;font-family:inherit;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;min-height:48px}.CallRequestModal_form-group__yGmOn input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.CallRequestModal_form-group__yGmOn input.CallRequestModal_error__heP_Y{border-color:#dc2626}.CallRequestModal_form-group__yGmOn input.CallRequestModal_error__heP_Y:focus{box-shadow:0 0 0 3px rgba(220,38,38,.1)}.CallRequestModal_error-message__O_9Xf{font-size:13px;color:#dc2626;margin-top:-4px}.CallRequestModal_captcha-group__fdUPy{display:flex;flex-direction:column;align-items:center;gap:8px}.CallRequestModal_btn-submit__WUhrA{padding:14px 32px;font-size:16px;font-weight:600;margin-top:8px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;border:none;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(59,130,246,.3);position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:52px}.CallRequestModal_btn-submit__WUhrA:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.CallRequestModal_btn-submit__WUhrA:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 6px 16px rgba(59,130,246,.4)}.CallRequestModal_btn-submit__WUhrA:hover:not(:disabled):before{left:100%}@media (hover:none) and (pointer:coarse){.CallRequestModal_btn-submit__WUhrA:hover:not(:disabled){transform:none}.CallRequestModal_btn-submit__WUhrA:hover:not(:disabled):before{display:none}.CallRequestModal_btn-submit__WUhrA:active:not(:disabled){transform:scale(.98);transition:transform .1s ease}}.CallRequestModal_btn-submit__WUhrA:active:not(:disabled){transform:translateY(0)}.CallRequestModal_btn-submit__WUhrA:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width:768px){.CallRequestModal_modal-overlay__XmmJx{align-items:flex-start;padding:20px 16px 16px}.CallRequestModal_modal-content__BtlIc{padding:36px 28px;max-height:calc(95vh - 32px)}.CallRequestModal_modal-header__ph8sf h2{font-size:26px}.CallRequestModal_modal-icon__ibE3P{width:60px;height:60px}.CallRequestModal_modal-icon__ibE3P svg{width:30px;height:30px}.CallRequestModal_form-group__yGmOn input{min-height:52px;padding:14px 18px;font-size:16px}.CallRequestModal_btn-submit__WUhrA{min-height:56px;padding:16px 36px;font-size:17px}}@media (max-width:480px){.CallRequestModal_modal-overlay__XmmJx{padding:16px 12px 12px}.CallRequestModal_modal-content__BtlIc{padding:32px 24px;max-height:calc(98vh - 24px);border-radius:20px}.CallRequestModal_modal-header__ph8sf h2{font-size:24px}.CallRequestModal_form-group__yGmOn input{min-height:56px;padding:16px 20px;font-size:16px;border-radius:12px}.CallRequestModal_btn-submit__WUhrA{min-height:60px;padding:18px 40px;font-size:18px;border-radius:12px}}.Header_header__hO3lJ{position:fixed;top:0;left:0;right:0;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);border-bottom:1px solid rgba(229,231,235,.8);z-index:1000;transition:all .3s ease;width:100%;-webkit-backdrop-filter:blur(20px)}.Header_headerContent__hujUH{display:flex;align-items:center;justify-content:space-between;padding:16px 0;width:100%;min-height:72px}.Header_logo__e5KhT{display:flex;align-items:center;gap:12px;font-size:1.6rem;font-weight:800;color:#1a1a1a;text-decoration:none;transition:all .3s ease;-webkit-tap-highlight-color:transparent}.Header_logo__e5KhT:hover{transform:scale(1.05)}@media (hover:none) and (pointer:coarse){.Header_logo__e5KhT:hover{transform:none}.Header_logo__e5KhT:active{transform:scale(.98);transition:transform .1s ease}}.Header_logoIcon__VF71g{display:flex;align-items:center;color:#3b82f6;transition:all .3s ease}.Header_logo__e5KhT:hover .Header_logoIcon__VF71g{color:#1d4ed8;transform:rotate(10deg)}@media (hover:none) and (pointer:coarse){.Header_logo__e5KhT:hover .Header_logoIcon__VF71g{transform:none}}.Header_logoText__4ZhAR{letter-spacing:-.025em;-webkit-background-clip:text;background-clip:text}.Header_headerNav___zIDb{display:flex;align-items:center;gap:16px}@media (max-width:768px){.Header_headerContent__hujUH{padding:16px 0;min-height:68px}.Header_logo__e5KhT{font-size:1.5rem}.Header_headerNav___zIDb{gap:8px}.Header_headerNav___zIDb .btn{padding:12px 20px;font-size:15px;min-height:44px}}@media (max-width:480px){.Header_headerContent__hujUH{padding:12px 0;min-height:64px}.Header_logo__e5KhT{font-size:1.4rem}.Header_logoIcon__VF71g svg{width:32px;height:32px}.Header_headerNav___zIDb .btn span,.Header_headerNav___zIDb .btn:nth-of-type(2){display:none}.Header_headerNav___zIDb .btn{padding:12px 16px;min-height:48px;min-width:48px;border-radius:12px}.Header_headerNav___zIDb{gap:12px}}.Footer_footer__eNA9m{background:#1f2937;color:white;padding:80px 0 32px;width:100%;position:relative;overflow:hidden}.Footer_footer__eNA9m:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(59,130,246,.1) 0,transparent 50%),radial-gradient(circle at 70% 70%,rgba(29,78,216,.1) 0,transparent 50%);animation:Footer_pulse__AmXbz 8s ease-in-out infinite}@keyframes Footer_pulse__AmXbz{0%,to{opacity:.3}50%{opacity:.6}}.Footer_footer__eNA9m .container{position:relative;z-index:1}.Footer_footerContent__7IEzx{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:48px;gap:48px;margin-bottom:48px}.Footer_footerSection__QRm_X h4{margin-bottom:24px}.Footer_footerLogo__K9wDL{display:flex;align-items:center;gap:12px;font-size:1.8rem;font-weight:800;margin-bottom:24px;color:#3b82f6;transition:all .3s ease}.Footer_footerLogo__K9wDL:hover{transform:scale(1.05)}.Footer_footerLogo__K9wDL .Footer_logoIcon__WWDSF{display:flex;align-items:center;color:#3b82f6;transition:all .3s ease}.Footer_footerLogo__K9wDL:hover .Footer_logoIcon__WWDSF{color:#60a5fa;transform:rotate(10deg)}.Footer_footerDescription__1uHkM{color:#d1d5db;line-height:1.7;font-size:1.1rem}.Footer_footerTitle__CNlkx{font-size:1.4rem;font-weight:700;color:#3b82f6;margin-bottom:24px}.Footer_footerContacts__3cM7V{display:flex;flex-direction:column;gap:16px}.Footer_footerLink__vjGfL{display:flex;align-items:center;gap:12px;color:#d1d5db;text-decoration:none;transition:all .3s ease;padding:12px 0;border-radius:8px}.Footer_footerLink__vjGfL:hover{color:#3b82f6;transform:translateX(8px)}.Footer_footerButton___WI7e{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;text-align:left}.Footer_footerLink__vjGfL svg{flex-shrink:0;transition:all .3s ease}.Footer_footerLink__vjGfL:hover svg{color:#60a5fa}.Footer_footerCallButton__H6lio{width:100%;justify-content:flex-start;background:transparent!important;color:#d1d5db!important;border:1px solid rgba(255,255,255,.2)!important;padding:12px 16px!important;margin-bottom:8px}.Footer_footerCallButton__H6lio:hover{color:#3b82f6!important;border-color:rgba(59,130,246,.3)!important;background:rgba(59,130,246,.1)!important;transform:translateX(8px)!important}.Footer_footerServices__Hg5nV{list-style:none;padding:0}.Footer_footerServices__Hg5nV li{color:#d1d5db;margin-bottom:12px;padding-left:24px;position:relative;transition:color .3s ease;font-size:1.05rem}.Footer_footerServices__Hg5nV li:hover{color:white}.Footer_footerServices__Hg5nV li:before{content:"✓";position:absolute;left:0;color:#3b82f6;font-weight:700}.Footer_footerBottom__BDIjN{border-top:1px solid rgba(255,255,255,.1);padding-top:32px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}.Footer_footerDisclaimer__MylZd{opacity:.7;font-size:1rem}.Footer_footerCopyright___dytx{color:#9ca3af;font-size:1rem}@media (max-width:768px){.Footer_footer__eNA9m{padding:60px 0 24px}.Footer_footerContent__7IEzx{grid-template-columns:1fr;gap:32px;margin-bottom:32px}.Footer_footerBottom__BDIjN{flex-direction:column;text-align:center;gap:16px;padding-top:24px}.Footer_footerLogo__K9wDL{font-size:1.5rem}.Footer_footerTitle__CNlkx{font-size:1.3rem;margin-bottom:20px}.Footer_footerDescription__1uHkM{font-size:1rem}}@media (max-width:480px){.Footer_footer__eNA9m{padding:48px 0 20px}.Footer_footerContent__7IEzx{gap:28px;margin-bottom:28px}.Footer_footerLogo__K9wDL{font-size:1.4rem;margin-bottom:20px}.Footer_footerLogo__K9wDL .Footer_logoIcon__WWDSF svg{width:28px;height:28px}.Footer_footerTitle__CNlkx{font-size:1.2rem;margin-bottom:16px}.Footer_footerDescription__1uHkM{font-size:.95rem}.Footer_footerServices__Hg5nV li{font-size:1rem;margin-bottom:10px}.Footer_footerLink__vjGfL{font-size:1rem;padding:8px 0}.Footer_footerBottom__BDIjN{padding-top:20px;gap:12px}.Footer_footerCopyright___dytx,.Footer_footerDisclaimer__MylZd{font-size:.9rem}}.HeroSection_hero__MOr2n{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:#1a1a1a;overflow:hidden;width:100%;background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#f8fafc)}.HeroSection_heroBackground__hOvsO{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(59,130,246,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(29,78,216,.1) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(147,197,253,.1) 0,transparent 50%);animation:HeroSection_gradientShift__d3ftW 15s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.HeroSection_heroBackground__hOvsO{animation:none}}@keyframes HeroSection_gradientShift__d3ftW{0%,to{background:radial-gradient(circle at 20% 80%,rgba(59,130,246,.1) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(29,78,216,.1) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(147,197,253,.1) 0,transparent 50%)}50%{background:radial-gradient(circle at 80% 20%,rgba(59,130,246,.15) 0,transparent 50%),radial-gradient(circle at 20% 80%,rgba(29,78,216,.08) 0,transparent 50%),radial-gradient(circle at 60% 60%,rgba(147,197,253,.12) 0,transparent 50%)}}.HeroSection_heroContent__QifSK{position:relative;z-index:2;max-width:1000px;margin:0 auto;padding-top:100px;width:100%}.HeroSection_heroTitle__fHOMs{font-size:clamp(2.5rem,8vw,5rem);font-weight:900;margin-bottom:32px;line-height:1.1;letter-spacing:-.03em;background:linear-gradient(135deg,#1a1a1a,#3b82f6 50%,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none}.HeroSection_heroSubtitle__eX3MR{font-size:clamp(1.2rem,4vw,1.6rem);margin-bottom:48px;opacity:.8;font-weight:400;line-height:1.5;max-width:800px;margin-left:auto;margin-right:auto;color:#4b5563}.HeroSection_heroButtons__PU3gE{display:flex;gap:24px;justify-content:center;margin-bottom:80px;flex-wrap:wrap}.HeroSection_heroFeatures__AY7VI{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:32px;gap:32px;max-width:900px;margin:0 auto 24px}.HeroSection_feature__cgOVD{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 24px;background:rgba(255,255,255,.8);border-radius:20px;backdrop-filter:blur(20px);border:1px solid rgba(229,231,235,.5);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(20px);-webkit-tap-highlight-color:transparent}.HeroSection_feature__cgOVD:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,130,246,.05),rgba(29,78,216,.02));opacity:0;transition:opacity .3s ease}.HeroSection_feature__cgOVD:hover:before{opacity:1}.HeroSection_feature__cgOVD:hover{transform:translateY(-8px);border-color:rgba(59,130,246,.3);box-shadow:0 20px 40px rgba(0,0,0,.15)}@media (hover:none) and (pointer:coarse){.HeroSection_feature__cgOVD:hover{transform:none}.HeroSection_feature__cgOVD:active{transform:scale(.98);transition:transform .1s ease}}.HeroSection_featureIcon__T_lKG{color:#3b82f6;flex-shrink:0;position:relative;z-index:1;transition:all .3s ease}.HeroSection_feature__cgOVD:hover .HeroSection_featureIcon__T_lKG{transform:scale(1.1);color:#1d4ed8}@media (hover:none) and (pointer:coarse){.HeroSection_feature__cgOVD:hover .HeroSection_featureIcon__T_lKG{transform:none}}.HeroSection_featureText__TGSTg{font-size:1.1rem;font-weight:600;text-align:center;color:#1a1a1a;position:relative;z-index:1}.HeroSection_floatingElement__61Sb7{position:absolute;width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(29,78,216,.1));animation:HeroSection_float__GMptR 6s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.HeroSection_floatingElement__61Sb7{animation:none}}.HeroSection_floatingElement__61Sb7:first-child{top:20%;left:10%;animation-delay:0s}.HeroSection_floatingElement__61Sb7:nth-child(2){top:60%;right:10%;animation-delay:2s}.HeroSection_floatingElement__61Sb7:nth-child(3){bottom:20%;left:20%;animation-delay:4s}@keyframes HeroSection_float__GMptR{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width:768px){.HeroSection_heroContent__QifSK{padding-top:100px}.HeroSection_heroTitle__fHOMs{margin-bottom:28px}.HeroSection_heroSubtitle__eX3MR{margin-bottom:44px}.HeroSection_heroButtons__PU3gE{flex-direction:column;align-items:center;gap:20px;margin-bottom:64px}.HeroSection_heroButtons__PU3gE .btn-large{width:100%;max-width:320px}.HeroSection_heroFeatures__AY7VI{grid-template-columns:1fr;gap:24px}.HeroSection_feature__cgOVD{padding:28px 24px}}@media (max-width:480px){.HeroSection_heroContent__QifSK{padding-top:120px}.HeroSection_heroButtons__PU3gE .btn-large{max-width:100%;padding:18px 36px;font-size:17px}.HeroSection_feature__cgOVD{flex-direction:row;text-align:left;padding:24px 20px;gap:20px}.HeroSection_featureIcon__T_lKG{width:36px!important;height:36px!important}.HeroSection_featureText__TGSTg{font-size:1.05rem;text-align:left}}.ServicesSection_services__GxYwW{background:linear-gradient(135deg,#f1f5f9,#e2e8f0 50%,#f1f5f9);width:100%;position:relative;overflow:hidden}.ServicesSection_services__GxYwW:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(59,130,246,.05) 0,transparent 50%),radial-gradient(circle at 70% 70%,rgba(29,78,216,.05) 0,transparent 50%);animation:ServicesSection_pulse__ccVwo 8s ease-in-out infinite}@keyframes ServicesSection_pulse__ccVwo{0%,to{opacity:.5}50%{opacity:.8}}.ServicesSection_container__VsQ7W{position:relative;z-index:1}.ServicesSection_sectionTitle__qi6AS{color:#1a1a1a}.ServicesSection_sectionSubtitle__84OBJ{color:#6b7280}.ServicesSection_servicesGrid__Y_2zZ{display:flex;gap:32px;flex-wrap:wrap;margin-top:60px}.ServicesSection_serviceCard__RN6Qu{flex-grow:1;flex-shrink:1;flex-basis:calc(33% - 18px);background:#ffffff;padding:40px 32px;border-radius:24px;border:1px solid #e5e7eb;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.ServicesSection_serviceCard__RN6Qu:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#3b82f6,#1d4ed8);transform:scaleX(0);transition:transform .4s ease}.ServicesSection_serviceCard__RN6Qu:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,130,246,.05),rgba(29,78,216,.02));opacity:0;transition:opacity .3s ease}.ServicesSection_serviceCard__RN6Qu:hover:before{transform:scaleX(1)}.ServicesSection_serviceCard__RN6Qu:hover:after{opacity:1}.ServicesSection_serviceCard__RN6Qu:hover{transform:translateY(-12px);border-color:rgba(59,130,246,.3);box-shadow:0 25px 50px rgba(0,0,0,.15)}.ServicesSection_serviceIcon__l9qyY{width:64px;height:64px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:white;box-shadow:0 12px 24px rgba(59,130,246,.3);position:relative;z-index:1;transition:all .4s ease}.ServicesSection_serviceCard__RN6Qu:hover .ServicesSection_serviceIcon__l9qyY{transform:scale(1.1) rotate(5deg);box-shadow:0 16px 32px rgba(59,130,246,.4)}.ServicesSection_serviceTitle__Dlb_E{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:16px;position:relative;z-index:1;line-height:1.3}.ServicesSection_serviceDescription__LZV84{color:#6b7280;line-height:1.6;position:relative;z-index:1;font-size:1rem;margin-bottom:24px}.ServicesSection_serviceAction__0kZSs{position:relative;z-index:1;margin-top:auto}@media (max-width:768px){.ServicesSection_servicesGrid__Y_2zZ{flex-direction:column;gap:24px;margin-top:48px}.ServicesSection_serviceCard__RN6Qu{padding:32px 24px}.ServicesSection_serviceIcon__l9qyY{width:56px;height:56px;margin-bottom:20px}.ServicesSection_serviceTitle__Dlb_E{font-size:1.25rem;margin-bottom:12px}.ServicesSection_serviceDescription__LZV84{font-size:.95rem}}@media (max-width:480px){.ServicesSection_servicesGrid__Y_2zZ{gap:20px;margin-top:40px}.ServicesSection_serviceCard__RN6Qu{padding:28px 20px}.ServicesSection_serviceIcon__l9qyY{width:48px;height:48px;margin-bottom:16px}.ServicesSection_serviceTitle__Dlb_E{font-size:1.2rem}.ServicesSection_serviceDescription__LZV84{font-size:.9rem}}.WhyChooseUs_whyChooseUs__wfEx9{background:#ffffff;width:100%;position:relative;overflow:hidden}.WhyChooseUs_container__CFMBO{position:relative;z-index:1}.WhyChooseUs_sectionTitle__h9EuA{color:#1a1a1a}.WhyChooseUs_sectionSubtitle__0QR57{color:#6b7280}.WhyChooseUs_advantagesGrid__PXwnY{display:grid;grid-template-columns:repeat(2,minmax(250px,1fr));grid-gap:32px;gap:32px;margin-bottom:80px}.WhyChooseUs_advantageCard__3HTW5{background:#ffffff;padding:40px 28px;border-radius:24px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.WhyChooseUs_advantageCard__3HTW5:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,130,246,.05),rgba(29,78,216,.02));opacity:0;transition:opacity .3s ease}.WhyChooseUs_advantageCard__3HTW5:hover:after{opacity:1}.WhyChooseUs_advantageCard__3HTW5:hover{transform:translateY(-12px);box-shadow:0 25px 50px rgba(0,0,0,.15);border-color:rgba(59,130,246,.3)}.WhyChooseUs_advantageIcon__IcAQk{color:#3b82f6;margin:0 auto 24px;display:block;width:56px;height:56px;position:relative;z-index:1;transition:all .4s ease}.WhyChooseUs_advantageCard__3HTW5:hover .WhyChooseUs_advantageIcon__IcAQk{transform:scale(1.2);color:#1d4ed8}.WhyChooseUs_advantageTitle__595X_{font-size:1.4rem;font-weight:700;margin-bottom:16px;color:#1a1a1a;position:relative;z-index:1;line-height:1.3}.WhyChooseUs_advantageDescription__87mkq{color:#6b7280;line-height:1.6;position:relative;z-index:1;font-size:1rem}.WhyChooseUs_processingInfo__qifxx{display:flex;justify-content:center}.WhyChooseUs_processingCard__mR_OG{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;padding:48px 56px;border-radius:24px;text-align:center;box-shadow:0 20px 40px rgba(59,130,246,.4);position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.WhyChooseUs_processingCard__mR_OG:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent)}.WhyChooseUs_processingCard__mR_OG h3{font-size:1.6rem;font-weight:800;position:relative;z-index:1}.WhyChooseUs_processingHeader__RCZ3a{margin-bottom:16px;display:flex;align-items:center;justify-content:center;gap:16px}.WhyChooseUs_processingHeader__RCZ3a svg{color:white;width:28px;height:28px}.WhyChooseUs_processingCard__mR_OG p{font-size:1.3rem;margin:0;position:relative;z-index:1;font-weight:400}.WhyChooseUs_processingCard__mR_OG strong{font-weight:900;font-size:1.4rem}@media (max-width:768px){.WhyChooseUs_advantagesGrid__PXwnY{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:60px}.WhyChooseUs_advantageCard__3HTW5{padding:32px 24px}.WhyChooseUs_advantageTitle__595X_{font-size:1.25rem;margin-bottom:12px}.WhyChooseUs_processingCard__mR_OG{padding:36px 28px}.WhyChooseUs_processingCard__mR_OG h3{font-size:1.4rem}.WhyChooseUs_processingCard__mR_OG p{font-size:1.15rem}}@media (max-width:480px){.WhyChooseUs_advantagesGrid__PXwnY{grid-template-columns:1fr;gap:20px;margin-bottom:48px}.WhyChooseUs_advantageCard__3HTW5{padding:28px 20px}.WhyChooseUs_advantageIcon__IcAQk{width:48px!important;height:48px!important;margin-bottom:20px}.WhyChooseUs_advantageTitle__595X_{font-size:1.2rem}.WhyChooseUs_advantageDescription__87mkq{font-size:.95rem}.WhyChooseUs_processingCard__mR_OG{padding:32px 20px}.WhyChooseUs_processingCard__mR_OG h3{font-size:1.3rem}.WhyChooseUs_processingCard__mR_OG p{font-size:1.1rem}}.WorkSteps_work-steps__J9MlX{background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#f8fafc);width:100%;position:relative;overflow:hidden}.WorkSteps_work-steps__J9MlX:before{content:"";position:absolute;height:125%;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 40% 60%,rgba(59,130,246,.05) 0,transparent 50%),radial-gradient(circle at 60% 40%,rgba(29,78,216,.05) 0,transparent 50%);animation:WorkSteps_drift__BB8gv 12s ease-in-out infinite}@keyframes WorkSteps_drift__BB8gv{0%,to{transform:translateX(0) translateY(0)}50%{transform:translateX(20px) translateY(-20px)}}.WorkSteps_work-steps__J9MlX .WorkSteps_container__1JqVv{position:relative;z-index:1}.WorkSteps_work-steps__J9MlX .WorkSteps_section-title__JHz4R{color:#1a1a1a}.WorkSteps_work-steps__J9MlX .WorkSteps_section-subtitle__0WRJ9{color:#6b7280}.WorkSteps_steps-container___FqR_{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:40px;gap:40px;position:relative}.WorkSteps_step-card__3KMSa{background:#ffffff;padding:72px 32px 48px;border-radius:24px;text-align:center;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid #e5e7eb;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.WorkSteps_step-card__3KMSa:before{border-radius:24px;content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(59,130,246,.05),rgba(29,78,216,.02));opacity:0;transition:opacity .3s ease}.WorkSteps_step-card__3KMSa:hover:before{opacity:1}.WorkSteps_step-card__3KMSa:hover{transform:translateY(-12px);box-shadow:0 25px 50px rgba(0,0,0,.15);border-color:rgba(59,130,246,.3)}.WorkSteps_step-number__mX_xB{position:absolute;top:-28px;left:50%;transform:translateX(-50%);width:64px;height:64px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:900;box-shadow:0 12px 24px rgba(59,130,246,.4);border:4px solid #ffffff;z-index:10;transition:all .4s ease}.WorkSteps_step-card__3KMSa:hover .WorkSteps_step-number__mX_xB{transform:translateX(-50%) scale(1.1);box-shadow:0 16px 32px rgba(59,130,246,.5)}.WorkSteps_step-icon__geatg{color:#3b82f6;margin:0 auto 28px;display:block;width:56px;height:56px;position:relative;z-index:1;transition:all .4s ease}.WorkSteps_step-card__3KMSa:hover .WorkSteps_step-icon__geatg{transform:scale(1.15);color:#1d4ed8}.WorkSteps_step-title__ZNHTT{font-size:1.4rem;font-weight:700;margin-bottom:16px;color:#1a1a1a;position:relative;z-index:1;line-height:1.3}.WorkSteps_step-description__0sfUi{color:#6b7280;line-height:1.6;position:relative;z-index:1;font-size:1rem}.WorkSteps_step-connector__qJNTA{display:none}@media (min-width:1024px){.WorkSteps_steps-container___FqR_{grid-template-columns:repeat(4,1fr)}.WorkSteps_step-connector__qJNTA{display:block;position:absolute;top:50%;right:-20px;width:40px;height:4px;background:linear-gradient(90deg,#3b82f6,#1d4ed8);transform:translateY(-50%);border-radius:2px;box-shadow:0 2px 8px rgba(59,130,246,.3)}.WorkSteps_step-card__3KMSa:last-child .WorkSteps_step-connector__qJNTA{display:none}}@media (max-width:768px){.WorkSteps_step-card__3KMSa{padding:60px 24px 36px}.WorkSteps_step-title__ZNHTT{font-size:1.25rem;margin-bottom:12px}.WorkSteps_step-description__0sfUi{font-size:.95rem}.WorkSteps_step-number__mX_xB{width:56px;height:56px;top:-28px;font-size:1.3rem;border:3px solid #ffffff}.WorkSteps_step-icon__geatg{width:48px!important;height:48px!important;margin-bottom:24px}}@media (max-width:480px){.WorkSteps_step-card__3KMSa{padding:56px 20px 32px}.WorkSteps_step-title__ZNHTT{font-size:1.2rem}.WorkSteps_step-description__0sfUi{font-size:.9rem}.WorkSteps_step-number__mX_xB{width:48px;height:48px;top:-24px;font-size:1.2rem}.WorkSteps_step-icon__geatg{width:44px!important;height:44px!important;margin-bottom:20px}}.PriceListSection_priceListSection__xlamw{padding:80px 20px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.PriceListSection_priceListContainer__GAzOl{max-width:1200px;margin:0 auto}.PriceListSection_priceListSection__xlamw h2{font-size:2.5rem;text-align:center;margin-bottom:20px;color:#1a1a1a;font-weight:700}.PriceListSection_priceListSubtitle__5VoFS{text-align:center;font-size:1.1rem;color:#666;margin-bottom:50px}.PriceListSection_priceCategories__rYzXK{display:grid;grid-gap:30px;gap:30px}.PriceListSection_priceCategory__1Z6q5{background:white;border-radius:12px;padding:30px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.PriceListSection_priceCategory__1Z6q5:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,.15)}.PriceListSection_categoryHeader__xiEJI{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e0e0e0}.PriceListSection_categoryTitle__klKvA{font-size:1.8rem;font-weight:600;color:#2c3e50}.PriceListSection_categoryItems__kX0FE{display:grid;grid-gap:15px;gap:15px}.PriceListSection_priceItem__oUZk2{display:flex;justify-content:space-between;align-items:flex-start;padding:15px;background:#f9f9f9;border-radius:8px;transition:background .3s ease}.PriceListSection_priceItem__oUZk2:hover{background:#f0f0f0}.PriceListSection_priceItemInfo__EHIHB{flex:1 1}.PriceListSection_serviceName__oM8Rb{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:5px}.PriceListSection_serviceDescription__NvZ_P{font-size:.95rem;color:#666;line-height:1.5}.PriceListSection_priceValue__gUmWC{font-size:1.3rem;font-weight:700;color:#2563eb;white-space:nowrap;margin-left:20px}.PriceListSection_inquiryButton__0ENSs{display:inline-block;margin-top:50px;padding:18px 36px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;border:none;border-radius:12px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:center;box-shadow:0 4px 12px rgba(59,130,246,.3);position:relative;overflow:hidden}.PriceListSection_inquiryButton__0ENSs:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.PriceListSection_inquiryButton__0ENSs:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 6px 16px rgba(59,130,246,.4)}.PriceListSection_inquiryButton__0ENSs:hover:before{left:100%}.PriceListSection_inquiryButton__0ENSs:active{transform:translateY(0)}.PriceListSection_inquiryButtonContainer__v3dhT{text-align:center}.PriceListSection_emptyState__ybMoZ{text-align:center;padding:60px 20px;color:#666}.PriceListSection_emptyState__ybMoZ p{font-size:1.2rem;margin-bottom:20px}@media (max-width:768px){.PriceListSection_priceListSection__xlamw{padding:60px 15px}.PriceListSection_priceListSection__xlamw h2{font-size:2rem}.PriceListSection_categoryHeader__xiEJI{flex-direction:column;align-items:flex-start;gap:10px}.PriceListSection_categoryTitle__klKvA{font-size:1.5rem}.PriceListSection_priceItem__oUZk2{flex-direction:column;gap:10px}.PriceListSection_priceValue__gUmWC{margin-left:0;font-size:1.4rem}.PriceListSection_inquiryButton__0ENSs{width:100%}}.CostInquiryModal_cost-inquiry-modal-overlay__4ZKjS{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;z-index:10000;padding:20px;animation:CostInquiryModal_fadeIn__Z0zpE .2s ease-out}@keyframes CostInquiryModal_fadeIn__Z0zpE{0%{opacity:0}to{opacity:1}}.CostInquiryModal_cost-inquiry-modal__34SqG{background:white;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.3);position:relative;padding:40px;animation:CostInquiryModal_slideUp__JKZz8 .3s ease-out}@keyframes CostInquiryModal_slideUp__JKZz8{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.CostInquiryModal_cost-inquiry-modal-header__W2Xmi{text-align:center;margin-bottom:32px}.CostInquiryModal_cost-inquiry-modal-header__W2Xmi h2{margin:0 0 12px;font-size:28px;color:#1a1a1a;font-weight:700;line-height:120%}.CostInquiryModal_cost-inquiry-close-button__axQMY{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#666;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;font-size:32px;line-height:1;width:40px;height:40px}.CostInquiryModal_cost-inquiry-close-button__axQMY:hover{background-color:#f5f5f5;color:#333}.CostInquiryModal_cost-inquiry-modal-body__mizni{padding:0}.CostInquiryModal_cost-inquiry-form__hGzfd{display:flex;flex-direction:column;gap:20px}.CostInquiryModal_form-group__iQIuG{display:flex;flex-direction:column;gap:8px}.CostInquiryModal_form-group__iQIuG label{font-size:14px;font-weight:600;color:#333}.CostInquiryModal_form-group__iQIuG input,.CostInquiryModal_form-group__iQIuG select{padding:12px 16px;border:2px solid #e5e5e5;border-radius:8px;font-size:15px;transition:all .2s;font-family:inherit}.CostInquiryModal_form-group__iQIuG input:focus,.CostInquiryModal_form-group__iQIuG select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.CostInquiryModal_form-group__iQIuG select{cursor:pointer;background:white}.CostInquiryModal_btn-submit__4pp8b{padding:14px 32px;font-size:16px;font-weight:600;margin-top:8px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;border:none;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(59,130,246,.3);position:relative;overflow:hidden}.CostInquiryModal_btn-submit__4pp8b:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.CostInquiryModal_btn-submit__4pp8b:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 6px 16px rgba(59,130,246,.4)}.CostInquiryModal_btn-submit__4pp8b:hover:not(:disabled):before{left:100%}.CostInquiryModal_btn-submit__4pp8b:active:not(:disabled){transform:translateY(0)}.CostInquiryModal_btn-submit__4pp8b:disabled{opacity:.6;cursor:not-allowed;transform:none}.CostInquiryModal_success-message__irN1Y{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px rgba(16,185,129,.3)}.CostInquiryModal_error-message__E1VrX,.CostInquiryModal_success-message__irN1Y{color:white;padding:16px;border-radius:8px;text-align:center;font-weight:600;margin-bottom:20px}.CostInquiryModal_error-message__E1VrX{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px rgba(239,68,68,.3)}@media (max-width:768px){.CostInquiryModal_cost-inquiry-modal__34SqG{padding:32px 24px}.CostInquiryModal_cost-inquiry-modal-header__W2Xmi h2{font-size:24px}}.LicenseVerification_licenseVerification__4Vh8y{padding:80px 0;background:#ffffff}.LicenseVerification_verificationCard__KsvK0{max-width:700px;margin:0 auto;background:#ffffff;border-radius:16px;padding:60px 40px;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.LicenseVerification_verificationCard__KsvK0:hover{transform:translateY(-5px);box-shadow:0 15px 50px rgba(0,0,0,.12)}.LicenseVerification_verificationIcon__Jq9HW{display:inline-flex;align-items:center;justify-content:center;width:96px;height:96px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;margin-bottom:30px;color:#ffffff;box-shadow:0 8px 24px rgba(59,130,246,.3)}.LicenseVerification_verificationTitle__vPO3A{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:20px;line-height:1.2}.LicenseVerification_verificationDescription__NC11W{font-size:18px;color:#64748b;margin-bottom:40px;line-height:1.6;max-width:500px;margin-left:auto;margin-right:auto}.LicenseVerification_verificationButton__lquMG{display:inline-flex;align-items:center;gap:12px;padding:18px 36px;font-size:18px;font-weight:600;color:#ffffff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(59,130,246,.3);margin-bottom:30px;position:relative;overflow:hidden}.LicenseVerification_verificationButton__lquMG:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.LicenseVerification_verificationButton__lquMG:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 6px 16px rgba(59,130,246,.4)}.LicenseVerification_verificationButton__lquMG:hover:before{left:100%}.LicenseVerification_verificationButton__lquMG:active{transform:translateY(0)}.LicenseVerification_verificationNote__qT6K0{font-size:14px;color:#64748b;line-height:1.6;padding:20px;background:#f8fafc;border-radius:8px;border-left:4px solid #3b82f6;text-align:left}.LicenseVerification_verificationNote__qT6K0 strong{color:#1e293b;font-weight:600}@media (max-width:768px){.LicenseVerification_licenseVerification__4Vh8y{padding:60px 0}.LicenseVerification_verificationCard__KsvK0{padding:40px 24px}.LicenseVerification_verificationIcon__Jq9HW{width:80px;height:80px;margin-bottom:24px}.LicenseVerification_verificationIcon__Jq9HW svg{width:40px;height:40px}.LicenseVerification_verificationTitle__vPO3A{font-size:26px;margin-bottom:16px}.LicenseVerification_verificationDescription__NC11W{font-size:16px;margin-bottom:32px}.LicenseVerification_verificationButton__lquMG{width:100%;justify-content:center;padding:16px 24px;font-size:16px}.LicenseVerification_verificationNote__qT6K0{font-size:13px;padding:16px}}.ContactSection_contact-section__4B_b1{background:linear-gradient(135deg,#f1f5f9,#e2e8f0 50%,#f1f5f9);color:#1a1a1a;text-align:center;width:100%;position:relative;overflow:hidden;padding:100px 20px}.ContactSection_contact-section__4B_b1:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(59,130,246,.08) 0,transparent 50%),radial-gradient(circle at 70% 70%,rgba(29,78,216,.08) 0,transparent 50%);animation:ContactSection_pulse__6AXj5 8s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.ContactSection_contact-section__4B_b1:before{animation:none}}@keyframes ContactSection_pulse__6AXj5{0%,to{opacity:.5}50%{opacity:.8}}.ContactSection_contact-section__4B_b1 .ContactSection_section-subtitle__Xcrg_,.ContactSection_contact-section__4B_b1 .ContactSection_section-title__gqUeE{color:#1a1a1a;position:relative;z-index:1}.ContactSection_contact-section__4B_b1 .ContactSection_section-title__gqUeE{text-shadow:0 2px 4px rgba(0,0,0,.1)}.ContactSection_contact-content__bKEJi{max-width:800px;margin:0 auto;position:relative;z-index:1}.ContactSection_contact-buttons__uIAp1{display:flex;gap:24px;justify-content:center;margin:12px 0 40px;flex-wrap:wrap;position:relative;z-index:1}.ContactSection_divider__r1x_d{display:flex;align-items:center;gap:20px;margin:48px 0;color:#6b7280;font-size:1.1rem;font-weight:600}.ContactSection_divider__r1x_d:after,.ContactSection_divider__r1x_d:before{content:"";flex:1 1;height:2px;background:linear-gradient(90deg,transparent,#e5e7eb,transparent)}.ContactSection_form-container__spIim{background:#ffffff;padding:48px;border-radius:24px;border:1px solid #e5e7eb;box-shadow:0 10px 40px rgba(0,0,0,.1);position:relative;overflow:hidden}.ContactSection_form-container__spIim:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#3b82f6,#1d4ed8)}.ContactSection_form-title__zXA6c{text-align:center;font-size:2rem;font-weight:800;margin-bottom:12px;color:#1a1a1a;letter-spacing:-.02em}.ContactSection_form-subtitle__av931{text-align:center;color:#6b7280;font-size:1.05rem;margin-bottom:32px;line-height:1.6}.ContactSection_contact-form__KVqh1{max-width:600px;margin:0 auto}.ContactSection_form-group__GmaE7{margin-bottom:24px;text-align:left}.ContactSection_form-group__GmaE7 label{display:block;color:#1a1a1a;font-size:.95rem;margin-bottom:10px;font-weight:600;letter-spacing:-.01em}.ContactSection_required__ODwGX{color:#ef4444;margin-left:2px}.ContactSection_form-group__GmaE7 input,.ContactSection_form-group__GmaE7 select{width:100%;padding:16px 18px;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;color:#1a1a1a;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;min-height:52px}.ContactSection_form-group__GmaE7 input:focus,.ContactSection_form-group__GmaE7 select:focus{outline:none;border-color:#3b82f6;background:#ffffff;box-shadow:0 0 0 4px rgba(59,130,246,.1);transform:translateY(-1px)}.ContactSection_form-group__GmaE7 input::placeholder{color:#9ca3af}.ContactSection_form-group__GmaE7 select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 18px center;padding-right:48px}.ContactSection_form-group__GmaE7 select option{background:#ffffff;color:#1a1a1a;padding:12px}.ContactSection_submit-button__XS9w4{width:100%;padding:18px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;color:white;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:16px;box-shadow:0 4px 12px rgba(59,130,246,.3);letter-spacing:-.01em;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:56px}.ContactSection_submit-button__XS9w4:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.ContactSection_submit-button__XS9w4:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 6px 16px rgba(59,130,246,.4)}.ContactSection_submit-button__XS9w4:hover:not(:disabled):before{left:100%}@media (hover:none) and (pointer:coarse){.ContactSection_submit-button__XS9w4:hover:not(:disabled){transform:none}.ContactSection_submit-button__XS9w4:hover:not(:disabled):before{display:none}.ContactSection_submit-button__XS9w4:active:not(:disabled){transform:scale(.98);transition:transform .1s ease}}.ContactSection_submit-button__XS9w4:active:not(:disabled){transform:translateY(0)}.ContactSection_submit-button__XS9w4:disabled{opacity:.6;cursor:not-allowed;transform:none}.ContactSection_message__xFxN6{margin-top:24px;padding:16px 20px;border-radius:12px;text-align:center;font-weight:600;font-size:.95rem;display:flex;align-items:center;justify-content:center;gap:8px}.ContactSection_message__xFxN6.ContactSection_success__h21o7{background:rgba(34,197,94,.1);color:#16a34a;border:2px solid rgba(34,197,94,.3)}.ContactSection_message__xFxN6.ContactSection_error__kWFEv{background:rgba(239,68,68,.1);color:#dc2626;border:2px solid rgba(239,68,68,.3)}@media (max-width:768px){.ContactSection_contact-section__4B_b1{padding:70px 20px}.ContactSection_contact-buttons__uIAp1{flex-direction:column;align-items:center;gap:20px;margin:44px 0 36px}.ContactSection_contact-buttons__uIAp1 .ContactSection_btn-large__xMadw{width:100%;max-width:320px}.ContactSection_divider__r1x_d{margin:40px 0}.ContactSection_form-container__spIim{padding:40px 32px}.ContactSection_form-title__zXA6c{font-size:1.8rem}.ContactSection_form-subtitle__av931{font-size:1.05rem;margin-bottom:32px}.ContactSection_form-group__GmaE7 input,.ContactSection_form-group__GmaE7 select{padding:16px 18px;min-height:56px;font-size:16px}.ContactSection_submit-button__XS9w4{padding:18px;font-size:1.1rem;min-height:60px}}@media (max-width:480px){.ContactSection_contact-section__4B_b1{padding:56px 16px}.ContactSection_contact-buttons__uIAp1{margin:36px 0 32px}.ContactSection_contact-buttons__uIAp1 .ContactSection_btn-large__xMadw{max-width:100%;padding:18px 36px;font-size:17px}.ContactSection_divider__r1x_d{margin:36px 0;font-size:1.05rem}.ContactSection_form-container__spIim{padding:32px 24px;border-radius:20px}.ContactSection_form-title__zXA6c{font-size:1.7rem}.ContactSection_form-subtitle__av931{font-size:1rem;margin-bottom:28px}.ContactSection_form-group__GmaE7{margin-bottom:24px}.ContactSection_form-group__GmaE7 label{font-size:.95rem}.ContactSection_form-group__GmaE7 input,.ContactSection_form-group__GmaE7 select{padding:16px 18px;font-size:16px;min-height:60px;border-radius:16px}.ContactSection_submit-button__XS9w4{padding:18px;font-size:1.05rem;min-height:64px;border-radius:16px}}