@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap";@font-face{font-family:Poppins;src:url(/fonts/Poppins-Light.ttf) format("truetype");font-weight:300}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400}@font-face{font-family:Poppins;src:url(/fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:600}.header{display:flex;justify-content:space-between;align-items:center;padding:.8rem 2rem;background:#fff;position:sticky;top:0;z-index:1000;height:70px}.logo-container{display:flex;align-items:center}.logo-img{width:120px;height:auto}.nav ul{display:flex;gap:1.8rem;margin:0;padding:0;list-style:none}.nav ul li a{text-decoration:none;color:#2d3748;font-family:Poppins,sans-serif;font-weight:500;font-size:1rem;position:relative;transition:color .3s ease}.nav ul li a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background:#0866ff;transition:width .3s ease}.nav ul li a:hover{color:#0866ff}.nav ul li a:hover:after{width:100%}.header-actions{display:flex;align-items:center}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem}.bar{width:25px;height:2px;background-color:#2d3748;transition:all .3s ease;border-radius:2px}.hamburger.active .bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.header{padding:.8rem 1.5rem}.hamburger{display:flex}.nav{display:none;position:absolute;top:70px;left:0;width:100%;background:#fff}.nav.open{display:block}.nav ul{flex-direction:column;align-items:center;padding:1rem 0;gap:1.5rem}.header-actions{display:none}}.footer_main{background:linear-gradient(135deg,#e4eefc,#fce3ee,#e4eefc);padding:60px 40px 30px;position:relative;overflow:hidden;color:#1a1a1a;font-family:Poppins,sans-serif}.footer_content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;max-width:1400px;margin:0 auto}.footer_section{padding:20px}.footer_logo-section{max-width:350px}.footer_logo{width:150px;height:auto;margin-bottom:20px}.footer_tagline{font-size:2rem;font-weight:800;margin-bottom:15px;color:#1a1a1a;text-transform:uppercase;letter-spacing:1.2px}.footer_description{font-size:1.2rem;font-weight:400;line-height:1.6;opacity:.85}.footer_social{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start;width:100%}.social_icon{color:#1a1a1a;font-size:1.1rem;font-weight:600;text-decoration:none;padding:8px 18px;background:#fff6;border-radius:25px;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.social_icon:hover{background:#ffffffb3;transform:translateY(-3px);box-shadow:0 2px 4px #0000001a}.footer_heading{font-size:1.8rem;font-weight:600;margin-bottom:25px;color:#1a1a1a;position:relative}.footer_heading:after{content:"";position:absolute;bottom:-10px;left:0;width:50px;height:3px;background:#1a1a1a}.footer_list{list-style:none;padding:0}.footer_link{color:#1a1a1a;text-decoration:none;font-size:1.3rem;font-weight:400;line-height:2.2;transition:all .3s ease}.footer_link:hover{color:#3b82f6;padding-left:10px}.footer_contact-item{font-size:1.2rem;font-weight:400;margin-bottom:15px;display:flex;flex-direction:column}.contact_label{font-weight:600;margin-bottom:5px}.footer_email{word-break:break-word;max-width:100%}.phone_wrapper{display:flex;flex-direction:column;gap:8px}.footer_address{display:block;max-width:100%}.footer_info-item{font-size:1.2rem;font-weight:400;margin-bottom:12px;opacity:.85}.footer_bubble{position:absolute;background:#bfb9df4d;border-radius:50%;animation:float 6s ease-in-out infinite}.footer_bubble1{width:80px;height:80px;top:10%;left:5%;animation-delay:0s}.footer_bubble2{width:60px;height:60px;top:70%;left:15%;animation-delay:1s}.footer_bubble3{width:100px;height:100px;bottom:20%;right:10%;animation-delay:2s}.footer_bubble4{width:50px;height:50px;top:40%;right:20%;animation-delay:3s}.footer_bubble5{width:70px;height:70px;bottom:30%;left:25%;animation-delay:4s}.footer_bubble6{width:90px;height:90px;top:20%;right:30%;animation-delay:5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.footer_bottom{border-top:1px solid rgba(26,26,26,.1);padding:20px 0;text-align:center;margin-top:40px}.footer_copyright{font-size:1.4rem;font-weight:600}.footer_extra{display:block;font-size:1.1rem;font-weight:400;opacity:.8;margin-top:8px}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Light.ttf) format("truetype");font-weight:300}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400}@font-face{font-family:Poppins;src:url(/fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:600}body{font-family:Poppins,sans-serif;line-height:1.6;background-color:#f9fafb;color:#2d3748}.flat-section{padding:100px 8%;border-bottom:1px solid #edf2f7;background-color:#fff}.section-title{font-family:Poppins,sans-serif;font-size:44px;font-weight:600;color:#1a202c;margin-bottom:40px;text-align:center}.section-text{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#4a5568;max-width:600px;margin:0 auto 30px}.flat-button{padding:14px 32px;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;border:none;border-radius:8px;cursor:pointer;background-color:#fff}.hero{background:#fff;color:#1a202c;padding:80px 0;position:relative;overflow:hidden}.hero-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;gap:60px;padding:40px 20px}.hero-content{flex:1 1 500px;max-width:50%}.hero-title{font-family:Poppins,sans-serif;font-size:64px;font-weight:800;line-height:1.15;color:#1a202c;margin-bottom:20px;letter-spacing:-.02em}.hero-subtitle{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#4a5568;margin-bottom:32px;line-height:1.6}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-button.primary{background:linear-gradient(90deg,#3b82f6,#2563eb);color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;padding:12px 28px;border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease}.hero-button.primary:hover{transform:translateY(-2px)}.hero-button.secondary{background:transparent;color:#3b82f6;border:2px solid #3b82f6;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;padding:12px 28px;border-radius:8px;cursor:pointer;transition:all .2s ease}.hero-button.secondary:hover{background:#3b82f6;color:#fff}.hero-image-wrapper{position:relative;flex:1 1 500px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.hero-image{z-index:2;position:relative}.hero-image:before{content:"";position:absolute;top:50%;left:50%;width:80%;height:80%;background:radial-gradient(circle,rgba(59,130,246,.2),transparent);border-radius:50%;transform:translate(-50%,-50%);z-index:-1}.hero-image img{width:100%;max-width:600px;height:auto;border-radius:12px;z-index:2}.circle-animation{display:none}.icon-bubble{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;border:1px solid rgba(59,130,246,.15);z-index:3;transition:transform .3s ease}.icon1{top:-80px;left:40%;transform:translate(-50%);width:80px;height:80px;background:#e0f2fe;color:#1e40af}.icon2{top:0;left:calc(50% + 170px);transform:translate(-50%);width:85px;height:85px;background:#f3e8ff;color:#5b21b6}.icon3{top:120px;left:calc(50% + 260px);transform:translate(-50%);width:70px;height:70px;background:#fee2e2;color:#991b1b}.icon4{top:260px;left:calc(50% + 280px);transform:translate(-50%);width:90px;height:90px;background:#d1fae5;color:#065f46}.icon5{top:400px;left:calc(50% + 250px);transform:translate(-50%);width:70px;height:70px;background:#fce7f3;color:#be185d}.icon7{top:400px;left:calc(50% - 320px);transform:translate(-50%);width:70px;height:70px;background:#f5f3ff;color:#86198f}.icon8{top:260px;left:calc(50% - 360px);transform:translate(-50%);width:85px;height:85px;background:#dbeafe;color:#1e3a8a}.icon9{top:120px;left:calc(50% - 340px);transform:translate(-50%);width:70px;height:70px;background:#e9d5ff;color:#6d28d9}.icon10{top:0;left:calc(50% - 280px);transform:translate(-50%);width:80px;height:80px;background:#fef9c3;color:#92400e}.icon-bubble:hover{transform:translate(-50%) scale(1.15)}.dynamic-text{font-weight:800;margin-left:8px;display:inline-block;background:linear-gradient(90deg,#3b82f6,#ec4899,#3b82f6);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 4s ease infinite}@media screen and (max-width: 768px){.hero{padding:40px 0}.hero-container{flex-direction:column;text-align:center;gap:30px;padding:15px}.hero-content{max-width:80%;margin-bottom:-240px}.hero-image-wrapper{max-width:80%}.hero-title{font-size:36px;margin-bottom:16px}.hero-subtitle{font-size:16px;margin-bottom:24px}.hero-buttons{justify-content:center;gap:12px}.hero-button.primary,.hero-button.secondary{padding:10px 20px;font-size:14px}.hero-image img{max-width:400px}.hero-image:before{width:90%;height:90%}.icon-bubble{width:50px!important;height:50px!important;font-size:20px}.icon1{top:-50px;left:42%}.icon2{top:0;left:calc(45% + 110px)}.icon3{top:60px;left:calc(45% + 140px)}.icon4{top:120px;left:calc(45% + 150px)}.icon5{top:185px;left:calc(45% + 138px)}.icon6{top:210px;left:45%}.icon7{top:180px;left:calc(45% - 160px)}.icon8{top:120px;left:calc(45% - 170px)}.icon9{top:60px;left:calc(45% - 160px)}.icon10{top:0;left:calc(45% - 130px)}}.promotion-section{background:#fff;color:#1a202c;padding:120px 0;position:relative;overflow:hidden;border-bottom:1px solid #edf2f7}.promotion-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;gap:60px;padding:40px 20px}.promotion-content{flex:1 1 500px;max-width:50%}.promotion-title{font-family:Poppins,sans-serif;font-size:64px;font-weight:800;line-height:1.2;color:#1a202c;margin-bottom:20px}.promotion-dynamic-text{background:linear-gradient(90deg,#f59e0b,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:800;animation:gradientShift 4s ease infinite}.promotion-subtitle{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#4a5568;margin-bottom:32px;line-height:1.6}.promotion-buttons{display:flex;gap:16px;flex-wrap:wrap}.promotion-button.promotion-primary{background:linear-gradient(90deg,#f59e0b,#ef4444);color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;padding:12px 28px;border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease}.promotion-button.promotion-primary:hover{transform:translateY(-2px)}.promotion-button.promotion-secondary{background:transparent;color:#f59e0b;border:2px solid #f59e0b;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;padding:12px 28px;border-radius:8px;cursor:pointer;transition:all .2s ease}.promotion-button.promotion-secondary:hover{background:#f59e0b;color:#fff}.promotion-cards-wrapper{flex:1 1 500px;display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;position:relative;height:550px}.promotion-card{width:200px;height:280px;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:12px;border:1px solid rgba(245,158,11,.3);padding:20px;text-align:center;transition:transform .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.promotion-card-shop{transform:translate(-20px);z-index:1}.promotion-card-points{transform:translate(0);z-index:2}.promotion-card-discount{transform:translate(20px);z-index:3}.promotion-card:hover{transform:scale(1.05)}.promotion-card i{font-size:40px;margin-bottom:15px;color:#fff}.promotion-card-title{font-family:Poppins,sans-serif;font-size:20px;font-weight:600;color:#fff;margin-bottom:10px}.promotion-card-text{font-family:Poppins,sans-serif;font-size:14px;color:#f3f4f6;line-height:1.5}.promotion-cards-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(245,158,11,.15),transparent 70%);z-index:0;clip-path:polygon(0 0,100% 0,100% 80%,80% 100%,20% 100%,0 80%)}@media screen and (max-width: 768px){.promotion-section{padding:40px 0}.promotion-container{flex-direction:column;text-align:center;gap:30px;padding:15px}.promotion-content{max-width:100%}.promotion-title{font-size:32px}.promotion-subtitle{font-size:16px}.promotion-buttons{justify-content:center}.promotion-cards-wrapper{height:auto;flex-direction:column;gap:15px;padding:20px 0}.promotion-card{width:90%;max-width:300px;height:250px;transform:none!important}.promotion-card:hover{transform:scale(1.05)!important}}.languages-section{background:#fff;padding:60px 0;position:relative;border-bottom:1px solid #edf2f7;overflow:hidden}.languages-container{max-width:auto;margin:0 auto;padding:0 20px;text-align:center}.languages-scroll-wrapper{overflow:hidden;position:relative;width:100%}.languages-scroll{display:flex;gap:50px;animation:scrollLanguages 25s linear infinite;width:max-content}.language-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:120px;flex-shrink:0}.language-icon{width:80px;height:80px;background:#f7f7f7;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;color:#9b9b9b;margin-bottom:12px;border:1px solid rgba(59,130,246,.15)}.language-name{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;color:#1a202c}@keyframes scrollLanguages{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (max-width: 768px){.languages-section{padding:40px 0}.languages-container{padding:0 15px}.languages-scroll{gap:30px}.language-item{width:90px}.language-icon{width:60px;height:60px;font-size:28px}.language-name{font-size:14px}}.qr_menu{background:#fff;color:#1a202c;padding:80px 0;position:relative;overflow:hidden;border-bottom:1px solid #edf2f7}.qr_container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;gap:60px;padding:40px 20px}.qr_content{flex:1 1 500px;max-width:50%}.qr_title{font-family:Poppins,sans-serif;font-size:48px;font-weight:800;line-height:1.2;color:#1a202c;margin-bottom:20px}.qr_dynamic-text{background:linear-gradient(90deg,#ec4899,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;font-weight:800}.qr_subtitle{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#4a5568;margin-bottom:32px;line-height:1.6}.qr_buttons{display:flex;gap:16px;flex-wrap:wrap}.qr_image-wrapper{position:relative;flex:1 1 500px;display:flex;justify-content:center;align-items:center}.qr_image{position:relative;z-index:2}.qr_image:before{content:"";position:absolute;top:50%;left:50%;width:80%;height:80%;background:radial-gradient(circle,rgba(16,185,129,.2),transparent);border-radius:50%;transform:translate(-50%,-50%);z-index:-1}.qr_image img{width:100%;max-width:300px;height:auto;border-radius:12px;z-index:2}.qr_icon-bubble{position:absolute;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0 12px;height:50px;border-radius:25px;font-size:18px;white-space:nowrap;border:1px solid rgba(16,185,129,.2);background:#fff;z-index:3;transition:transform .3s ease;font-weight:700}.qr_icon-bubble i{font-size:20px}.qr_icon-label{font-size:.875rem;color:#333;font-weight:700}.qr_icon-phone{top:-60px;left:50%;transform:translate(-50%);background:#e0f7fa;color:#0d9488}.qr_icon-menu{top:80px;left:calc(50% + 140px);transform:translate(-50%);background:#ffe4e6;color:#db2777}.qr_icon-cart{top:200px;left:calc(50% - 140px);transform:translate(-50%);background:#e0f2fe;color:#2563eb}.qr_icon-bubble:hover{transform:translate(-50%) scale(1.1)}@media screen and (max-width: 768px){.qr_menu{padding:40px 0}.qr_container{flex-direction:column;text-align:center;gap:30px;padding:15px}.qr_content{max-width:100%}.qr_title{font-size:32px}.qr_subtitle{font-size:16px}.qr_buttons{justify-content:center;gap:12px}.qr_image img{max-width:240px}.qr_icon-bubble{height:40px;font-size:16px;padding:0 10px}.qr_icon-bubble i{font-size:16px}.qr_icon-label{font-size:.8rem}.qr_icon-phone{top:-30px}.qr_icon-menu{top:80px;left:calc(50% + 100px)}.qr_icon-cart{top:160px;left:calc(50% - 100px)}}.cta-section{background-color:#2563eb;color:#fff;padding:3rem 1rem;text-align:center}.cta-container{max-width:768px;margin:0 auto;padding:0 1rem}.cta-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.cta-text{font-size:1.125rem;margin-bottom:1.5rem}.cta-buttons{display:flex;justify-content:center}.cta-button{background-color:#fff;color:#2563eb;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.cta-button:hover{background-color:#f3f4f6}@media (max-width: 640px){.cta-title{font-size:1.75rem}.cta-text{font-size:1rem}}.operations_hero{background:#fff;color:#1a202c;padding:80px 0;position:relative;overflow:hidden;border-bottom:1px solid #edf2f7}.operations_hero-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;gap:60px;padding:40px 20px}.operations_hero-content{flex:1 1 500px;max-width:50%}.operations_hero-title{font-family:Poppins,sans-serif;font-size:64px;font-weight:800;line-height:1.15;color:#1a202c;margin-bottom:20px;letter-spacing:-.02em}.operations_hero-subtitle{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#4a5568;margin-bottom:32px;line-height:1.6}.operations_hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.operations_hero-button.primary{background:linear-gradient(90deg,#3b82f6,#2563eb);color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;padding:12px 28px;border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease}.operations_hero-button.primary:hover{transform:translateY(-2px)}.operations_hero-button.secondary{background:transparent;color:#3b82f6;border:2px solid #3b82f6;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;padding:12px 28px;border-radius:8px;cursor:pointer;transition:all .2s ease}.operations_hero-button.secondary:hover{background:#3b82f6;color:#fff}.operations_hero-image-wrapper{position:relative;flex:1 1 500px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.operations_hero-image{z-index:2;position:relative}.operations_hero-image:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:radial-gradient(circle,rgba(59,130,246,.2),transparent);border-radius:50%;transform:translate(-50%,-50%);z-index:-1}.operations_hero-image img{width:120%;max-width:400px;height:auto;border-radius:12px;z-index:2}.operations_icon-bubble{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;border:1px solid rgba(59,130,246,.15);z-index:3;transition:transform .3s ease}.operations_icon1{top:0;left:calc(59% + 170px);transform:translate(-50%);width:70px;height:70px;background:#f3e8ff;color:#5b21b6}.operations_icon2{top:90px;left:calc(54% + 260px);transform:translate(-50%);width:75px;height:75px;background:#8ae5fc;color:#125f72}.operations_icon3{top:220px;left:calc(47% + 310px);transform:translate(-50%);width:80px;height:80px;background:#fee2e2;color:#991b1b}.operations_icon4{top:340px;left:calc(40% + 310px);transform:translate(-50%);width:85px;height:85px;background:#d1fae5;color:#065f46}.operations_icon5{top:440px;left:calc(40% + 220px);transform:translate(-50%);width:90px;height:90px;background:#fce7f3;color:#be185d}.operations_dynamic-text{font-weight:800;margin-left:8px;display:inline-block;background:linear-gradient(90deg,#3b82f6,#ec4899,#3b82f6);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:operations_gradientShift 4s ease infinite}@keyframes operations_gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media screen and (max-width: 768px){.operations_hero{padding:40px 0}.operations_hero-container{flex-direction:column;text-align:center;gap:30px;padding:15px}.operations_hero-content{max-width:80%;margin-bottom:-240px}.operations_hero-image-wrapper{max-width:100%}.operations_hero-title{font-size:36px;margin-bottom:16px}.operations_hero-subtitle{font-size:16px;margin-bottom:24px}.operations_hero-buttons{justify-content:center;gap:12px}.operations_hero-button.primary,.operations_hero-button.secondary{padding:10px 20px;font-size:14px}.operations_hero-image img{max-width:400px}.operations_hero-image:before{width:90%;height:110%}.operations_icon-bubble{width:50px!important;height:50px!important;font-size:20px}.operations_icon1{top:0;left:calc(50% + 100px)}.operations_icon3{top:60px;left:calc(50% + 160px)}.operations_icon4{top:120px;left:calc(50% + 140px)}.operations_icon5{top:180px;left:calc(50% + 120px)}}.cta{background:#fff;color:#1a202c;padding:48px 0;position:relative;overflow:hidden;border-bottom:1px solid #edf2f7}.section-title{font-family:Poppins,sans-serif;font-size:64px;font-weight:800;color:#1a202c;margin-bottom:20px;letter-spacing:-.02em;line-height:1.15}.cta-dynamic-text{font-weight:800;display:inline-block;background:linear-gradient(90deg,#3b82f6,#ec4899,#3b82f6);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 4s ease infinite}.section-text{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#4a5568;margin-bottom:32px;line-height:1.6}.cta-button.primary{background:linear-gradient(90deg,#3b82f6,#2563eb);color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;padding:12px 28px;border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease}.cta-button.primary:hover{transform:translateY(-2px)}.cta-button.secondary{background:transparent;color:#3b82f6;border:2px solid #3b82f6;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;padding:12px 28px;border-radius:8px;cursor:pointer;transition:all .2s ease}.cta-button.secondary:hover{background:#3b82f6;color:#fff}@media screen and (max-width: 768px){.cta{padding:40px 0}.cta-container{padding:0 15px}.section-title{font-size:36px;margin-bottom:16px}.section-text{font-size:16px;margin-bottom:24px}.cta-button.primary,.cta-button.secondary{padding:10px 20px;font-size:14px}}.workprocess_section{background:#fff;padding:80px 0;position:relative;overflow:hidden;border-bottom:1px solid #edf2f7}.workprocess_container{max-width:1280px;margin:0 auto;padding:40px 20px}.operations_hero-title{font-family:Poppins,sans-serif;font-size:64px;font-weight:800;line-height:1.15;color:#1a202c;margin-bottom:20px;letter-spacing:-.02em;animation:fadeIn 1s ease-in-out}.operations_dynamic-text{font-weight:800;display:inline-block;background:linear-gradient(90deg,#3b82f6,#ec4899,#3b82f6);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 4s ease infinite}.workprocess_subtitle{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#4a5568;margin-bottom:32px;line-height:1.6;animation:fadeIn 1.5s ease-in-out}.workprocess_timeline{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:24px;padding:20px 0}.workprocess_step{background:#fff;flex:1 1 220px;max-width:240px;padding:24px 20px;border-radius:12px;border:1px solid #e2e8f0;position:relative;text-align:center;display:flex;flex-direction:column;justify-content:space-between}.workprocess_step h3{font-family:Poppins,sans-serif;font-size:18px;font-weight:600;margin:12px 0 8px;color:#1e3a8a}.workprocess_step p{font-family:Poppins,sans-serif;font-size:14px;color:#4a5568;line-height:1.5;flex-grow:1}.workprocess_icon{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;width:48px;height:48px;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:20px;box-shadow:0 4px 12px #3b82f64d;transition:transform .3s ease}.workprocess_step:hover .workprocess_icon{transform:scale(1.1)}.workprocess_step:not(:last-child):after{content:"";position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:24px;height:2px;background:linear-gradient(90deg,#3b82f6,#6366f1);z-index:1;opacity:.7;display:none}@media screen and (min-width: 1200px){.workprocess_timeline{flex-wrap:nowrap}.workprocess_step:not(:last-child):after{display:block}}@media screen and (max-width: 1199px) and (min-width: 769px){.workprocess_timeline{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.workprocess_step{flex:1 1 100%;max-width:none}}@media screen and (max-width: 768px){.workprocess_section{padding:40px 0}.workprocess_container{padding:15px}.operations_hero-title{font-size:36px;margin-bottom:16px}.workprocess_subtitle{font-size:16px;margin-bottom:24px}.workprocess_timeline{flex-direction:column;gap:30px}.workprocess_step{flex:1 1 auto;max-width:100%;padding:20px 16px}.workprocess_step h3{font-size:16px}.workprocess_step p{font-size:13px}.workprocess_icon{width:40px;height:40px;font-size:18px}}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Light.ttf) format("truetype");font-weight:300}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400}@font-face{font-family:Poppins;src:url(/fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:600}.content-section{background:#fff;padding:80px 0;position:relative;overflow:hidden;border-bottom:1px solid #edf2f7}.section-background{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;animation:backgroundShift 20s ease infinite;z-index:0}.gradient-text{font-weight:800;display:inline-block;background:linear-gradient(90deg,#3b82f6,#ec4899,#3b82f6);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 4s ease infinite}.highlight-text{position:relative;font-weight:600;color:#1a202c;padding:0 4px}.highlight-text:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:4px;background:linear-gradient(90deg,#3b82f64d,#ec48994d);border-radius:2px;z-index:-1;animation:highlightPulse 3s ease infinite}.intro-section{background:#fff;color:#1a202c}.intro-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;gap:60px;padding:40px 20px;position:relative;z-index:1}.intro-text{flex:1 1 500px;max-width:50%}.intro-heading{font-family:Poppins,sans-serif;font-size:64px;font-weight:800;line-height:1.15;color:#1a202c;margin-bottom:20px;letter-spacing:-.02em;animation:fadeIn 1s ease-in-out}.intro-subtext{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#4a5568;margin-bottom:32px;line-height:1.6;animation:fadeIn 1.5s ease-in-out}.intro-actions{display:flex;gap:16px;flex-wrap:wrap}.action-button.secondary{background:transparent;color:#3b82f6;border:2px solid #3b82f6;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;padding:12px 28px;border-radius:8px;cursor:pointer;transition:all .2s ease}.action-button.secondary:hover{background:#3b82f6;color:#fff}.intro-visual{flex:1 1 400px;display:flex;justify-content:center;align-items:center;position:relative}.intro-visual img{width:100%;max-width:450px;height:auto;border-radius:12px;animation:fadeIn 1s ease-in-out}.icon-bubble{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;border:1px solid rgba(59,130,246,.15);transition:transform .3s ease,box-shadow .3s ease;animation:float 6s ease-in-out infinite}.icon-bubble:hover{transform:scale(1.1)}.bubble-tech{top:10%;right:10%;width:60px;height:60px;background:#f3e8ff;color:#5b21b6;animation-delay:0s}.bubble-support{top:60%;right:5%;width:65px;height:65px;background:#d1fae5;color:#065f46;animation-delay:2s}.bubble-innovation{bottom:10%;right:15%;width:70px;height:70px;background:#fee2e2;color:#991b1b;animation-delay:4s}.cta.flat-section{background:#fff;padding:80px 0;border-bottom:1px solid #edf2f7}.cta-container{max-width:896px;margin:0 auto;padding:0 16px;text-align:center}.section-title{font-family:Poppins,sans-serif;font-size:64px;font-weight:800;color:#1a202c;margin-bottom:20px;letter-spacing:-.02em;animation:fadeIn 1s ease-in-out}.section-text{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#4a5568;margin-bottom:32px;line-height:1.6;animation:fadeIn 1.5s ease-in-out}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-button.flat-button{background:linear-gradient(90deg,#3b82f6,#2563eb);color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;padding:12px 28px;border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease}.cta-button.flat-button:hover{transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes backgroundShift{0%{transform:translate(0);opacity:.8}50%{transform:translate(10px,-10px);opacity:1}to{transform:translate(0);opacity:.8}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes countUp{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes highlightPulse{0%{opacity:.8;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.05)}to{opacity:.8;transform:scaleX(1)}}@media screen and (max-width: 768px){.content-section,.cta.flat-section{padding:40px 0}.intro-wrapper{flex-direction:column;text-align:center;gap:30px;padding:15px}.intro-text{max-width:80%}.intro-heading,.section-title{font-size:36px;margin-bottom:16px}.intro-subtext,.section-text{font-size:16px;margin-bottom:24px}.intro-actions,.cta-buttons{justify-content:center;gap:12px}.action-button.secondary,.cta-button.flat-button{padding:10px 20px;font-size:14px}.intro-visual{flex:1 1 300px}.intro-visual img{max-width:350px}.icon-bubble{width:50px!important;height:50px!important;font-size:20px}.bubble-tech{top:5%;right:5%}.bubble-support{top:50%;right:2%}.bubble-innovation{bottom:5%;right:10%}}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Light.ttf) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:600;font-display:swap}body{font-family:Poppins,sans-serif;line-height:1.6;background-color:#f9fafb;color:#2d3748;overflow-x:hidden}.pricing_main{min-height:calc(100vh - 120px)}.pricing_hero{background:#fff;color:#1a202c;padding:80px 0;position:relative;overflow:hidden}.pricing_hero-container{max-width:1280px;margin:0 auto;padding:40px 20px}.pricing_hero-content{width:100%;text-align:center}.pricing_hero-title{font-family:Poppins,sans-serif;font-size:64px;font-weight:800;line-height:1.15;color:#1a202c;margin-bottom:20px;letter-spacing:-.02em}.pricing_hero-subtitle{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#4a5568;margin-bottom:32px;line-height:1.6}.pricing_service-selector{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:40px}.pricing_selector-label{font-family:Poppins,sans-serif;font-size:18px;font-weight:500;color:#1a202c}.pricing_selector-dropdown{padding:12px 20px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;border:2px solid #e6f0ff;border-radius:8px;background-color:#fff;color:#2d3748;cursor:pointer;transition:border-color .3s ease}.pricing_selector-dropdown:focus{outline:none;border-color:#3b82f6}.pricing_plans-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.pricing_plan-card{background:#fff;padding:40px;border:2px solid #e6f0ff;border-radius:20px;text-align:center;transition:transform .3s ease;position:relative;overflow:hidden}.pricing_plan-card:hover{transform:translateY(-10px)}.pricing_plan-card.pricing_featured{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:#fff;padding:48px;transform:scale(1.05)}.pricing_plan-card.pricing_featured:hover{transform:scale(1.05) translateY(-10px)}.pricing_featured-ribbon{display:inline-block;background:#e6f0ff;color:#3b82f6;padding:8px 20px;font-size:14px;font-weight:600;border-radius:25px;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.pricing_plan-title{font-family:Poppins,sans-serif;font-size:28px;font-weight:600;margin-bottom:20px;color:#1a202c;text-transform:uppercase;letter-spacing:1px}.pricing_plan-card.pricing_featured .pricing_plan-title{color:#fff}.pricing_plan-price{font-family:Poppins,sans-serif;font-size:44px;font-weight:600;margin-bottom:16px;color:#3b82f6;background:linear-gradient(90deg,#3b82f6,#2563eb);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.pricing_plan-card.pricing_featured .pricing_plan-price{color:#fff;background:none;-webkit-text-fill-color:#ffffff}.pricing_plan-price span{font-size:18px;font-weight:400;color:#718096;margin-left:8px}.pricing_plan-card.pricing_featured .pricing_plan-price span{color:#fffc}.pricing_plan-description{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;color:#4a5568;margin-bottom:24px}.pricing_plan-card.pricing_featured .pricing_plan-description{color:#ffffffe6}.pricing_plan-features{list-style:none;padding:0;margin-bottom:32px}.pricing_plan-features li{font-family:Poppins,sans-serif;font-size:15px;font-weight:400;color:#2d3748;margin-bottom:12px;position:relative;padding-left:28px}.pricing_plan-card.pricing_featured .pricing_plan-features li{color:#fff}.pricing_plan-features li:before{content:"★";color:#3b82f6;position:absolute;left:0;font-size:14px;transition:transform .3s ease}.pricing_plan-card.pricing_featured .pricing_plan-features li:before{color:#fff}.pricing_plan-card:hover .pricing_plan-features li:before{transform:scale(1.2)}.pricing_plan-button{padding:14px 32px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;border:none;border-radius:50px;background:linear-gradient(90deg,#3b82f6,#2563eb);color:#fff;cursor:pointer;transition:background .3s ease-in-out,transform .3s ease}.pricing_plan-button:hover{background:linear-gradient(90deg,#2563eb,#3b82f6);transform:translateY(-3px)}.pricing_plan-button.pricing_featured-button{background:#fff;color:#3b82f6}.pricing_plan-button.pricing_featured-button:hover{background:#e6f0ff;color:#1e3a8a}.pricing_dynamic-text{font-weight:800;margin-left:8px;display:inline-block;background:linear-gradient(90deg,#3b82f6,#ec4899,#3b82f6);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:pricing_gradientShift 4s ease infinite}@keyframes pricing_gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media screen and (max-width: 1024px){.pricing_plans-wrapper{grid-template-columns:repeat(2,1fr);gap:24px}.pricing_plan-card.pricing_featured{transform:none}.pricing_plan-card.pricing_featured:hover{transform:translateY(-10px)}}@media screen and (max-width: 768px){.pricing_hero{padding:40px 0}.pricing_hero-container{padding:15px}.pricing_hero-title{font-size:36px;margin-bottom:16px}.pricing_hero-subtitle{font-size:16px;margin-bottom:24px}.pricing_service-selector{flex-direction:column;gap:12px}.pricing_selector-dropdown{width:100%;max-width:300px}.pricing_plans-wrapper{grid-template-columns:1fr}.pricing_plan-card{padding:28px}.pricing_plan-card.pricing_featured{padding:36px}.pricing_plan-title{font-size:24px}.pricing_plan-price{font-size:36px}.pricing_plan-button{padding:12px 28px;font-size:15px}}@media screen and (max-width: 480px){.pricing_hero-title{font-size:28px}.pricing_hero-subtitle{font-size:14px}}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Light.ttf) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:600;font-display:swap}.contactus_main{min-height:calc(100vh - 120px)}.contactus_hero{background:#fff;color:#1a202c;padding:80px 0;position:relative;overflow:hidden}.contactus_hero-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;gap:60px;padding:40px 20px}.contactus_hero-content{flex:1 1 500px;max-width:50%}.contactus_hero-title{font-family:Poppins,sans-serif;font-size:64px;font-weight:800;line-height:1.15;color:#1a202c;margin-bottom:20px;letter-spacing:-.02em}.contactus_hero-subtitle{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#4a5568;margin-bottom:32px;line-height:1.6}.contactus_hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.contactus_hero-button.contactus_primary{background:linear-gradient(90deg,#3b82f6,#2563eb);color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;padding:12px 28px;border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease}.contactus_hero-button.contactus_primary:hover{transform:translateY(-2px)}.contactus_hero-image-wrapper{position:relative;flex:1 1 500px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.contactus_hero-image{z-index:2;position:relative}.contactus_hero-image:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:80%;background:radial-gradient(circle,rgba(59,130,246,.2),transparent);border-radius:50%;transform:translate(-50%,-50%);z-index:-1}.contactus_flat-image{width:100%;max-width:500px;height:auto;border-radius:12px;z-index:2}.contactus_icon-bubble{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;border:1px solid rgba(59,130,246,.15);z-index:3;transition:transform .3s ease}.contactus_icon1{top:-80px;left:50%;transform:translate(-50%);width:80px;height:80px;background:#e0f2fe;color:#1e40af}.contactus_icon2{top:0;left:calc(50% + 280px);transform:translate(-50%);width:70px;height:70px;background:#f3e8ff;color:#5b21b6}.contactus_icon3{top:120px;left:calc(50% + 340px);transform:translate(-50%);width:90px;height:90px;background:#fee2e2;color:#991b1b}.contactus_icon4{top:260px;left:calc(50% + 320px);transform:translate(-50%);width:70px;height:70px;background:#d1fae5;color:#065f46}.contactus_icon5{top:400px;left:calc(50% + 280px);transform:translate(-50%);width:85px;height:85px;background:#fce7f3;color:#be185d}.contactus_icon7{top:400px;left:calc(50% - 280px);transform:translate(-50%);width:70px;height:70px;background:#f5f3ff;color:#86198f}.contactus_icon8{top:260px;left:calc(50% - 320px);transform:translate(-50%);width:85px;height:85px;background:#dbeafe;color:#1e3a8a}.contactus_icon9{top:120px;left:calc(50% - 340px);transform:translate(-50%);width:70px;height:70px;background:#e9d5ff;color:#6d28d9}.contactus_icon10{top:0;left:calc(50% - 280px);transform:translate(-50%);width:80px;height:80px;background:#fef9c3;color:#92400e}.contactus_icon-bubble:hover{transform:translate(-50%) scale(1.15)}.contactus_dynamic-text{font-weight:800;margin-left:8px;display:inline-block;background:linear-gradient(90deg,#3b82f6,#ec4899,#3b82f6);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:contactus_gradientShift 4s ease infinite}.contactus_modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:contactus_fadeIn .3s ease-out}.contactus_modal{background:#fff;border-radius:8px;max-width:500px;width:90%;box-shadow:0 10px 25px #0000001a;animation:contactus_modalFadeIn .3s ease-out;overflow:hidden}.contactus_modal-header{padding:20px 25px;border-bottom:1px solid #edf2f7;display:flex;align-items:center;justify-content:space-between;position:relative}.contactus_modal-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#1a202c;margin:0}.contactus_modal-close{width:24px;height:24px;font-size:20px;line-height:24px;background:#f3f4f6;border:none;border-radius:50%;color:#6b7280;cursor:pointer;transition:all .2s ease;position:absolute;right:20px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:0}.contactus_modal-close:hover{background:#e5e7eb;color:#1a202c}.contactus_modal-body{padding:25px}.contactus_form{display:flex;flex-direction:column;gap:20px}.contactus_form-group{display:flex;flex-direction:column}.contactus_form-label{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#1a202c;margin-bottom:8px}.contactus_form-input{border-radius:0;border:1px solid #d1d5db;padding:12px 15px;font-size:16px;font-family:Poppins,sans-serif;transition:all .2s ease}.contactus_form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.contactus_form-textarea{min-height:120px;resize:vertical}.contactus_form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.contactus_submit-button{background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;padding:12px 25px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:500;font-size:16px;color:#fff;cursor:pointer;transition:all .2s ease}.contactus_submit-button:hover{background:linear-gradient(90deg,#2563eb,#1e40af)}.contactus_submit-button:disabled{background:#9ca3af;cursor:not-allowed}.contactus_close-button{background:#6b7280;border:none;padding:10px 20px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:500;font-size:14px;color:#fff;cursor:pointer;transition:all .2s ease}.contactus_close-button:hover{background:#4b5563}.contactus_loading-spinner{display:inline-block}.contactus_success-container{text-align:center;padding:20px 0}.contactus_success-icon{width:50px;height:50px;line-height:50px;border-radius:50%;background:#28a745;color:#fff;font-size:24px;margin:0 auto 15px;animation:contactus_scaleIn .3s ease-out}.contactus_success-message{color:#28a745;font-weight:500;font-size:18px;margin:0}.contactus_error-message{color:#dc3545;margin-bottom:15px;font-size:14px;text-align:center}@keyframes contactus_gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes contactus_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes contactus_modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes contactus_scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@media screen and (max-width: 768px){.contactus_hero{padding:40px 0}.contactus_hero-container{flex-direction:column;text-align:center;gap:30px;padding:15px}.contactus_hero-content{max-width:80%;margin-bottom:-240px}.contactus_hero-title{font-size:36px;margin-bottom:16px}.contactus_hero-subtitle{font-size:16px;margin-bottom:24px}.contactus_hero-buttons{justify-content:center;gap:12px}.contactus_hero-button.contactus_primary{padding:10px 20px;font-size:14px}.contactus_hero-image-wrapper{max-width:100%}.contactus_flat-image{max-width:400px}.contactus_hero-image:before{width:90%;height:90%}.contactus_icon-bubble{width:50px!important;height:50px!important;font-size:20px}.contactus_icon1{top:-30px;left:50%}.contactus_icon2{top:0;left:calc(50% + 140px)}.contactus_icon3{top:60px;left:calc(50% + 160px)}.contactus_icon4{top:120px;left:calc(50% + 140px)}.contactus_icon5{top:180px;left:calc(50% + 120px)}.contactus_icon7{top:180px;left:calc(50% - 120px)}.contactus_icon8{top:120px;left:calc(50% - 140px)}.contactus_icon9{top:60px;left:calc(50% - 160px)}.contactus_icon10{top:0;left:calc(50% - 140px)}.contactus_modal{width:95%}.contactus_form-input{font-size:14px}.contactus_submit-button{padding:10px 20px;font-size:14px}.contactus_close-button{padding:8px 16px;font-size:14px}}@media screen and (max-width: 480px){.contactus_hero-title{font-size:28px}.contactus_hero-subtitle{font-size:14px}.contactus_flat-image{max-width:300px}.contactus_modal-title{font-size:20px}}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Light.ttf) format("truetype");font-weight:300;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:600;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.6;background-color:#fff;color:#2d3748;overflow-x:hidden}.careers_main{min-height:calc(100vh - 120px)}.careers_hero{background:#fff;color:#1a202c;padding:80px 0;position:relative;overflow:hidden}.careers_hero-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;gap:60px;padding:40px 20px}.careers_hero-content{flex:1 1 500px;max-width:50%}.careers_hero-title{font-family:Poppins,sans-serif;font-size:64px;font-weight:800;line-height:1.15;color:#1a202c;margin-bottom:20px;letter-spacing:-.02em}.careers_hero-subtitle{font-family:Poppins,sans-serif;font-size:18px;font-weight:400;color:#4a5568;margin-bottom:32px;line-height:1.6}.careers_hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.careers_hero-button.careers_primary{background:linear-gradient(90deg,#3b82f6,#2563eb);color:#fff;font-family:Poppins,sans-serif;font-weight:600;font-size:16px;padding:12px 28px;border:none;border-radius:8px;cursor:pointer;transition:transform .2s ease}.careers_hero-button.careers_primary:hover{transform:translateY(-2px)}.careers_hero-image-wrapper{position:relative;flex:1 1 500px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.careers_hero-image{z-index:2;position:relative}.careers_hero-image:before{content:"";position:absolute;top:50%;left:50%;width:120%;height:100%;background:radial-gradient(circle,rgba(59,130,246,.2),transparent);border-radius:50%;transform:translate(-50%,-50%);z-index:-1}.careers_flat-image{width:100%;max-width:600px;height:500px;border-radius:12px;z-index:2}.careers_modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:careers_fadeIn .3s ease-out}.careers_modal{background:#fff;border-radius:0;max-width:500px;width:90%;box-shadow:0 10px 25px #0000001a;animation:careers_modalFadeIn .3s ease-out;overflow:hidden}.careers_modal-header{padding:20px 25px;border-bottom:1px solid #edf2f7;display:flex;align-items:center;justify-content:space-between;position:relative}.careers_modal-title{font-family:Poppins,sans-serif;font-size:24px;font-weight:600;color:#1a202c;margin:0}.careers_modal-close{width:24px;height:24px;font-size:20px;line-height:24px;background:#f3f4f6;border:none;border-radius:50%;color:#6b7280;cursor:pointer;transition:all .2s ease;position:absolute;right:20px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:0}.careers_modal-close:hover{background:#e5e7eb;color:#1a202c}.careers_modal-body{padding:25px}.careers_form{display:flex;flex-direction:column;gap:20px}.careers_form-group{display:flex;flex-direction:column}.careers_form-label{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#1a202c;margin-bottom:8px}.careers_form-input{border-radius:0;border:1px solid #d1d5db;padding:12px 15px;font-size:16px;font-family:Poppins,sans-serif;transition:all .2s ease}.careers_form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.careers_file-upload-wrapper{position:relative;display:flex;align-items:center;border:1px solid #d1d5db;border-radius:0;background:#f9fafb;padding:8px 12px;transition:all .2s ease}.careers_file-upload-wrapper:hover{border-color:#3b82f6}.careers_form-file{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.careers_file-upload-text{flex:1;font-size:14px;color:#4a5568;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:10px}.careers_file-upload-button{background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;padding:6px 12px;border-radius:4px;font-family:Poppins,sans-serif;font-weight:500;font-size:12px;color:#fff;cursor:pointer;transition:all .2s ease}.careers_file-upload-button:hover{background:linear-gradient(90deg,#2563eb,#1e40af)}.careers_file-upload-button:disabled{background:#9ca3af;cursor:not-allowed}.careers_form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.careers_submit-button{background:linear-gradient(90deg,#3b82f6,#2563eb);border:none;padding:12px 25px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:500;font-size:16px;color:#fff;cursor:pointer;transition:all .2s ease}.careers_submit-button:hover{background:linear-gradient(90deg,#2563eb,#1e40af)}.careers_submit-button:disabled{background:#9ca3af;cursor:not-allowed}.careers_close-button{background:#6b7280;border:none;padding:10px 20px;border-radius:8px;font-family:Poppins,sans-serif;font-weight:500;font-size:14px;color:#fff;cursor:pointer;transition:all .2s ease}.careers_close-button:hover{background:#4b5563}.careers_loading-spinner{display:inline-block}.careers_success-container{text-align:center;padding:20px 0}.careers_success-icon{width:50px;height:50px;line-height:50px;border-radius:50%;background:#28a745;color:#fff;font-size:24px;margin:0 auto 15px;animation:careers_scaleIn .3s ease-out}.careers_success-message{color:#28a745;font-weight:500;font-size:18px;margin:0}.careers_error-message{color:#dc3545;margin-bottom:15px;font-size:14px;text-align:center}.careers_dynamic-text{font-weight:800;margin-left:8px;display:inline-block;background:linear-gradient(90deg,#3b82f6,#ec4899,#3b82f6);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:careers_gradientShift 4s ease infinite}@keyframes careers_gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes careers_fadeIn{0%{opacity:0}to{opacity:1}}@keyframes careers_modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes careers_scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@media screen and (max-width: 768px){.careers_hero{padding:40px 0}.careers_hero-container{flex-direction:column;text-align:center;gap:30px;padding:15px}.careers_hero-content{max-width:80%}.careers_hero-title{font-size:36px;margin-bottom:16px}.careers_hero-subtitle{font-size:16px;margin-bottom:24px}.careers_hero-buttons{justify-content:center;gap:12px}.careers_hero-button.careers_primary{padding:10px 20px;font-size:14px}.careers_hero-image-wrapper{max-width:100%}.careers_flat-image{max-width:400px}.careers_hero-image:before{width:90%;height:90%}.careers_modal{width:95%}.careers_form-input{font-size:14px}.careers_submit-button{padding:10px 20px;font-size:14px}.careers_close-button{padding:8px 16px;font-size:14px}.careers_file-upload-wrapper{flex-direction:column;align-items:flex-start;gap:8px}.careers_file-upload-button{width:100%;text-align:center}}@media screen and (max-width: 480px){.careers_hero-title{font-size:28px}.careers_hero-subtitle{font-size:14px}.careers_flat-image{max-width:300px}.careers_modal-title{font-size:20px}}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Light.ttf) format("truetype");font-weight:300}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400}@font-face{font-family:Poppins;src:url(/fonts/Poppins-SemiBold.ttf) format("truetype");font-weight:600}body{font-family:Poppins,sans-serif;margin:0;padding:0;box-sizing:border-box}.app_classname{text-align:left;background-color:#fff}h1{font-size:2rem;color:#333}button{padding:10px 20px;border:none;cursor:pointer;background-color:#0056b3;color:#fff;border-radius:5px}.app_loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffffff2;display:flex;justify-content:center;align-items:center;z-index:10000;animation:app_loaderFadeIn .5s ease-in,app_loaderFadeOut .5s ease-out 3s forwards}.app_loader-container{position:relative;width:100vw;height:100vh}.app_loader-pulse{position:absolute;top:50%;left:50%;width:100px;height:100px;transform:translate(-50%,-50%)}.app_loader-icon{position:absolute;top:50%;left:50%;width:80px;height:80px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;z-index:3}.app_icon-github{animation:app_gravityGithub 3.5s ease-in-out forwards;color:#1e40af;background:#e0f2fe}.app_icon-code{animation:app_gravityCode 3.5s ease-in-out forwards;color:#5b21b6;background:#f3e8ff}.app_icon-html5{animation:app_gravityHtml5 3.5s ease-in-out forwards;color:#991b1b;background:#fee2e2}.app_icon-css3{animation:app_gravityCss3 3.5s ease-in-out forwards;color:#065f46;background:#d1fae5}.app_icon-js{animation:app_gravityJs 3.5s ease-in-out forwards;color:#be185d;background:#fce7f3}.app_icon-python{animation:app_gravityPython 3.5s ease-in-out forwards;color:#b45309;background:#fef3c7}.app_icon-node{animation:app_gravityNode 3.5s ease-in-out forwards;color:#86198f;background:#f5f3ff}.app_icon-vue{animation:app_gravityVue 3.5s ease-in-out forwards;color:#1e3a8a;background:#dbeafe}.app_icon-react{animation:app_gravityReact 3.5s ease-in-out forwards;color:#6d28d9;background:#e9d5ff}.app_loader-text{position:absolute;bottom:20%;left:50%;transform:translate(-50%);font-family:Poppins,sans-serif;font-size:18px;font-weight:600;color:#3b82f6}.app_loader-dots{display:inline-block;margin-left:6px;font-size:28px;animation:app_dotsPulse 1s ease infinite}body::-webkit-scrollbar{display:none}
