*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp 1s ease}.fade-in-up-delay-1{animation:fadeInUp 1s ease .2s both}.fade-in-up-delay-2{animation:fadeInUp 1s ease .4s both}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#283048b3;border-bottom:1px solid #ffffff14;box-shadow:0 4px 24px #00000014;left:0;position:fixed;top:0;transition:background .3s;width:100%;z-index:100}.header.scrolled{background:linear-gradient(90deg,#667eea,#764ba2)}.header-container{align-items:center;display:flex;justify-content:space-between;padding:.7rem 2.5rem}.logo{background:none;border:none;color:#fff;cursor:pointer;font-size:2.4rem;font-weight:800;letter-spacing:1px;padding:0}.logo-img{display:block;filter:drop-shadow(0 1px 1px rgba(0,0,0,.2));height:96px;width:auto}.nav-menu ul{display:flex;gap:2.5rem;list-style:none}.nav-menu a{color:#fff;font-size:1.1rem;font-weight:500;padding:.2em 0;position:relative;text-decoration:none;transition:color .2s}.nav-menu a:after{background:gold;bottom:-2px;content:"";display:block;height:2px;left:0;position:absolute;transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.nav-menu a:focus,.nav-menu a:hover{color:gold}.nav-menu a:focus:after,.nav-menu a:hover:after{width:100%}.mobile-menu-btn{background:none;border:none;color:#fff;cursor:pointer;display:none;font-size:2rem}@media (max-width:900px){.header-container{padding:.7rem 1rem}.nav-menu ul{gap:1.2rem}}@media (max-width:768px){.nav-menu{align-items:flex-start;background:#283048f2;display:none;flex-direction:column;left:0;padding:1.5rem 2rem;position:absolute;right:0;top:100%}.nav-menu.active{display:flex}.nav-menu ul{flex-direction:column;gap:1.5rem;width:100%}.mobile-menu-btn{display:block}}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:77px 0 51px;text-align:center}.hero-container{margin:0 auto;max-width:1200px;padding:0 2rem}.hero-main{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr auto 1fr;justify-content:center}.hero-side{align-items:stretch;display:flex;flex-direction:column;gap:.8rem}.hero-trust ul{list-style:none;margin:0;padding:0}.hero-trust li{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:10px;color:#ffffffe6;padding:10px 14px}.hero-trust i{color:gold;margin-right:8px}.hero-center{display:flex;justify-content:center}.hero-logo-wrap{display:inline-block;margin-bottom:1.5rem;position:relative}.hero-logo{filter:drop-shadow(0 2px 2px rgba(0,0,0,.2));height:384px;width:auto}.hero-stats{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:1fr 1fr}.hero-stats .stat{background:#ffffff1a;border:1px solid #ffffff26;border-radius:12px;padding:12px;text-align:center}.hero-stats .num{color:#fff;font-size:1.6rem;font-weight:800;line-height:1}.hero-stats .label{color:#ffffffd9;font-size:.9rem;margin-top:6px;white-space:nowrap}.hero-cta-group{display:flex;gap:16px;justify-content:center}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.cta-button{background:#ff6b6b;border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#ff5252;box-shadow:0 10px 30px #ff6b6b4d;transform:translateY(-2px)}@media (max-width:768px){.hero-main{gap:1rem;grid-template-columns:1fr}.hero-side{align-items:center}.hero-trust li{padding:8px 12px}.hero h1{font-size:2.5rem}.hero p{font-size:1.1rem}.hero-logo{height:256px}.hero-cta-group{gap:12px}}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.service-card{background:#fff;border-radius:15px;box-shadow:0 10px 40px #0000001a;padding:2.5rem;text-align:center;transition:all .3s ease}.service-card:hover{box-shadow:0 20px 60px #00000026;transform:translateY(-10px)}.service-icon{color:#667eea;font-size:3rem;margin-bottom:1.5rem}.service-card h3{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6}@media (max-width:768px){.services-grid{grid-template-columns:1fr}}.about{background:#f8f9fa}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text h2{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.about-text p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-image{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;display:flex;font-size:4rem;height:400px;justify-content:center}@media (max-width:768px){.about-content{gap:2rem;grid-template-columns:1fr}}.application-modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.application-modal{animation:modalSlideIn .3s ease;background:#fff;border-radius:15px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;position:relative;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.modal-close{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem;transition:color .3s ease;z-index:1}.modal-close:hover{color:#333}.modal-header{border-bottom:1px solid #eee;padding:2rem 2rem 1rem;text-align:center}.modal-header h2{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.job-department{color:#667eea;font-weight:600;margin:0}.application-form{padding:2rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.8rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group input[type=file]{background:#f8f9fa;border:2px dashed #e0e0e0;cursor:pointer;padding:.5rem}.form-group input[type=file]:hover{background:#f0f0f0;border-color:#667eea}.form-group textarea{min-height:100px;resize:vertical}.form-actions{border-top:1px solid #eee;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1rem}.cancel-button,.submit-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.cancel-button{background:#f8f9fa;border:2px solid #e0e0e0;color:#666}.cancel-button:hover{background:#e9ecef;color:#333}.submit-button{background:#667eea;color:#fff}.submit-button:hover:not(:disabled){background:#5a6fd8;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.6}.submit-button i{margin-right:.5rem}.success-message{padding:3rem 2rem;text-align:center}.success-message i{color:#28a745;font-size:4rem;margin-bottom:1rem}.success-message h3{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.success-message p{color:#666;line-height:1.6;margin-bottom:2rem}.close-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.close-button:hover{background:#5a6fd8;transform:translateY(-2px)}.error-message{align-items:center;background:#f8d7da;border-radius:8px;color:#721c24;display:flex;gap:.5rem;margin-bottom:1rem;padding:1rem}.error-message i{font-size:1.2rem}.privacy-notice{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;color:#666;font-size:.9rem;margin-bottom:1rem;padding:1rem}.privacy-notice a{color:#667eea;font-weight:600;text-decoration:none}.privacy-notice a:hover{text-decoration:underline}@media (max-width:768px){.application-modal{margin:1rem;max-height:95vh}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.application-form,.modal-header{padding:1.5rem}}.careers{background:#f8f9fa}.careers-tabs{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.tab-button{align-items:center;background:#fff;border:2px solid #667eea;border-radius:50px;color:#667eea;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.tab-button:hover{transform:translateY(-2px)}.tab-button.active,.tab-button:hover{background:#667eea;color:#fff}.tab-button i{font-size:1.1rem}.job-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.job-card{background:#fff;border-radius:15px;box-shadow:0 10px 40px #0000001a;padding:2rem;transition:all .3s ease}.job-card:hover{box-shadow:0 20px 60px #00000026;transform:translateY(-5px)}.job-header h3{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.job-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.job-meta span{background:#f0f0f0;border-radius:20px;color:#666;font-size:.9rem;font-weight:500;padding:.3rem .8rem}.job-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.job-requirements h4{color:#333;font-weight:600;margin-bottom:.5rem}.job-requirements ul{list-style:none;padding:0}.job-requirements li{color:#666;padding:.2rem 0 .2rem 1.5rem;position:relative}.job-requirements li:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.apply-button{background:#667eea;border:none;border-radius:25px;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;padding:.8rem 2rem;transition:all .3s ease;width:100%}.apply-button:hover{background:#5a6fd8;transform:translateY(-2px)}.culture-intro{margin-bottom:3rem;text-align:center}.culture-intro h3{color:#333;font-size:2rem;font-weight:700;margin-bottom:1rem}.culture-intro p{color:#666;font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:800px}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.benefit-card{background:#fff;border-radius:15px;box-shadow:0 10px 40px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.benefit-card:hover{box-shadow:0 20px 60px #00000026;transform:translateY(-5px)}.benefit-icon{color:#667eea;font-size:2.5rem;margin-bottom:1rem}.benefit-card h4{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.benefit-card p{color:#666;line-height:1.6}.culture-values{text-align:center}.culture-values h3{color:#333;font-size:2rem;font-weight:700;margin-bottom:2rem}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-item{background:#fff;border-radius:15px;box-shadow:0 10px 40px #0000001a;padding:2rem;transition:all .3s ease}.value-item:hover{box-shadow:0 20px 60px #00000026;transform:translateY(-5px)}.value-item h4{align-items:center;color:#333;display:flex;font-size:1.2rem;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:1rem}.value-item h4 i{color:#667eea}.value-item p{color:#666;line-height:1.6}@media (max-width:768px){.careers-tabs{align-items:center;flex-direction:column}.tab-button{max-width:300px;width:100%}.benefits-grid,.job-grid,.values-grid{grid-template-columns:1fr}}.contact{background:#333;color:#fff}.contact-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.contact-info{background:#ffffff1a;border-radius:15px;padding:2rem;text-align:center}.contact-info h3{font-size:1.3rem;margin-bottom:1rem}.contact-info p{line-height:1.6;opacity:.9}.footer{background:#222;color:#fff;padding:2rem 0;text-align:center}.footer-content{flex-wrap:wrap;justify-content:space-between}.footer-content,.footer-links{align-items:center;display:flex;gap:1rem}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#667eea}.separator{color:#666}@media (max-width:768px){.footer-content{flex-direction:column;text-align:center}.footer-links{justify-content:center}}.chatbot-fab{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;bottom:32px;box-shadow:0 4px 24px #00000026;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:60px;justify-content:center;position:fixed;right:32px;transition:background .2s,box-shadow .2s;width:60px;z-index:9999}.chatbot-fab:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 8px 32px #00000038}.chatbot-widget{animation:chatbot-pop .25s cubic-bezier(.4,0,.2,1);background:#fffffffa;border-radius:18px;bottom:100px;box-shadow:0 8px 32px #0000002e;display:flex;flex-direction:column;height:440px;max-width:95vw;position:fixed;right:32px;width:340px;z-index:10000}@keyframes chatbot-pop{0%{opacity:0;transform:scale(.7) translateY(60px)}to{opacity:1;transform:scale(1) translateY(0)}}.chatbot-header{align-items:center;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:18px 18px 0 0;color:#fff;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:1rem 1.2rem}.chatbot-close{background:none;border:none;color:#fff;cursor:pointer;font-size:1.2rem}.chatbot-messages{background:#f7f8fa;display:flex;flex:1 1;flex-direction:column;gap:.5rem;overflow-y:auto;padding:1rem}.chatbot-msg{border-radius:1.2em;box-shadow:0 2px 8px #0000000a;font-size:1rem;line-height:1.5;max-width:80%;padding:.7em 1em;word-break:break-word}.chatbot-msg-user{align-self:flex-end;background:#667eea;border-bottom-right-radius:.3em;color:#fff}.chatbot-msg-bot{align-self:flex-start;background:#fff;border:1px solid #ececec;border-bottom-left-radius:.3em;color:#222}.chatbot-input-row{background:#fff;border-radius:0 0 18px 18px;border-top:1px solid #ececec;display:flex;padding:.7rem 1rem}.chatbot-input-row input{background:#f2f3f7;border:none;border-radius:1.2em;flex:1 1;font-size:1rem;margin-right:.7em;outline:none;padding:.6em 1em;transition:background .2s}.chatbot-input-row input:focus{background:#e6e8f3}.chatbot-input-row button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:background .2s;width:40px}.chatbot-input-row button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:600px){.chatbot-widget{bottom:80px;height:60vh;min-width:0;right:8px;width:98vw}.chatbot-fab{bottom:16px;right:8px}}.App{text-align:center}.section{padding:80px 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}@media (max-width:768px){.section-title{font-size:2rem}}
/*# sourceMappingURL=main.4849487d.css.map*/