@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-section{align-items:center;animation:fadeIn 1.5s ease-in-out;background:linear-gradient(90deg,#6b21a8,#000,#4c1d95);color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:0 16px;text-align:center}.hero-title{font-size:3rem;font-weight:700;letter-spacing:1px}@media (min-width:768px){.hero-title{font-size:4rem}}.hero-text{color:#e0e0ff;font-size:1.25rem;line-height:1.6;margin-top:1.5rem;max-width:600px}.hero-button{background:linear-gradient(90deg,#9333ea,#a855f7);border:none;border-radius:999px;box-shadow:0 4px 15px #9333ea66;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:600;margin-top:2rem;padding:12px 32px;transition:all .3s ease}.hero-button:hover{background:linear-gradient(90deg,#7e22ce,#9333ea);box-shadow:0 6px 20px #9333ea99;transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.custom-button{background-color:#fff;border:none;color:#000;cursor:pointer;font-size:16px;font-weight:600;padding:12px 32px;transition:all .3s ease}.custom-button:hover{background-color:#2275d7;box-shadow:0 6px 12px #0000001a}.custom-button.active{background-color:#1f69c1;box-shadow:inset 0 4px 8px #00000026;transform:scale(.95)}.custom-button.secondary{background-color:#f0f0f0;color:#333}.custom-button.secondary:hover{background-color:#e0e0e0}.custom-button.secondary.active{background-color:#d0d0d0}.custom-button.danger{background-color:#e74c3c}.custom-button.danger:hover{background-color:#d62c1a}.custom-button.danger.active{background-color:#bf2718}:root{--topbar-bg:#13142dfa;--topbar-border:#ffffff14;--topbar-border-hover:#ffffff1f;--text-primary:#ffffffe6;--text-secondary:#ffffffb3;--gradient-primary:linear-gradient(135deg,#b145ff,#30a0ff);--gradient-hover:linear-gradient(135deg,#c155ff,#40b0ff);--gradient-text:linear-gradient(90deg,#30a0ff,#b145ff);--shadow-primary:0 8px 32px #0006;--shadow-hover:0 12px 40px #00000080;--shadow-button:0 4px 15px #b145ff4d;--shadow-button-hover:0 12px 25px #b145ff66;--backdrop-blur:blur(15px);--transition-smooth:all 0.3s ease;--border-radius:20px;--border-radius-button:25px;--z-index-header:100;--z-index-backdrop:99;--z-index-menu:1001}.page_wrapper{position:relative;width:100%}.header{background:#0000;left:0;padding:clamp(.5rem,2vw,1.5rem) clamp(1rem,4vw,3rem);right:0;top:0;z-index:100;z-index:var(--z-index-header)}.header,.topbar{position:relative}.topbar{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur);background:#13142dfa;background:var(--topbar-bg);border:1px solid #ffffff14;border:1px solid var(--topbar-border);border-radius:20px;border-radius:var(--border-radius);box-shadow:0 8px 32px #0006;box-shadow:var(--shadow-primary);margin:0 auto;max-width:1400px;transition:all .3s ease;transition:var(--transition-smooth)}.topbar:hover{border-color:#ffffff1f;border-color:var(--topbar-border-hover);box-shadow:0 12px 40px #00000080;box-shadow:var(--shadow-hover)}.topbar_container{border-radius:20px;border-radius:var(--border-radius);padding:clamp(.8rem,2vw,1.2rem) clamp(1rem,3vw,2.5rem)}.topbar_content{grid-gap:clamp(1rem,3vw,2rem);align-items:center;display:grid;gap:clamp(1rem,3vw,2rem);grid-template-columns:auto 1fr auto}.logo{align-items:center;display:flex;flex-shrink:0}.logo img{height:clamp(32px,4vw,42px);transition:all .3s ease;transition:var(--transition-smooth);width:auto}.logo img:hover{transform:scale(1.05)}.nav_links{align-items:center;display:flex;flex-wrap:wrap;gap:clamp(1.5rem,3vw,2.5rem);justify-content:center}.nav_item{color:#ffffffe6;color:var(--text-primary);cursor:pointer;font-family:Inter,sans-serif;font-size:clamp(12px,1.5vw,14px);font-weight:500;letter-spacing:.5px;padding:.75rem 0;position:relative;white-space:nowrap}.nav_item,.nav_item:after{transition:all .3s ease;transition:var(--transition-smooth)}.nav_item:after{bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);width:0}.nav_item:after,.nav_item:hover{background:linear-gradient(90deg,#30a0ff,#b145ff);background:var(--gradient-text)}.nav_item:hover{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;color:#fff}.nav_item:hover:after{width:100%}.social_section{align-items:center;display:flex;flex-shrink:0;gap:clamp(1rem,2vw,1.5rem);justify-content:flex-end}.social_section a{align-items:center;border-radius:50%;display:flex;justify-content:center;opacity:.8;padding:.5rem;text-decoration:none;transition:all .3s ease;transition:var(--transition-smooth)}.social_section a:hover{opacity:1;transform:scale(1.1)}.linkedin,.x_logo{cursor:pointer;height:clamp(18px,2vw,22px);transition:all .3s ease;transition:var(--transition-smooth);width:clamp(18px,2vw,22px)}.button_container,.cta_button{align-items:center;display:flex}.button_container{background:linear-gradient(135deg,#b145ff,#30a0ff);background:var(--gradient-primary);border:none;border-radius:25px;border-radius:var(--border-radius-button);box-shadow:0 4px 15px #b145ff4d;box-shadow:var(--shadow-button);cursor:pointer;height:clamp(40px,5vw,48px);justify-content:center;min-width:clamp(120px,15vw,160px);padding:clamp(10px,1.5vw,14px) clamp(20px,3vw,28px);transition:all .3s ease;transition:var(--transition-smooth);white-space:nowrap}.button_container:hover{background:linear-gradient(135deg,#c155ff,#40b0ff);background:var(--gradient-hover);box-shadow:0 12px 25px #b145ff66;box-shadow:var(--shadow-button-hover);transform:translateY(-2px)}.button_text{color:#fff;font-family:Inter,sans-serif;font-size:clamp(11px,1.5vw,14px);font-weight:600;letter-spacing:.5px}.mobile_menu_toggle{align-items:center;background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;gap:3px;justify-content:center;padding:.5rem;z-index:1001;z-index:var(--z-index-menu)}.hamburger_line{background:#fff;border-radius:2px;display:block;height:3px;transition:all .3s ease;transition:var(--transition-smooth);width:25px}.hamburger_line.open:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger_line.open:nth-child(2){opacity:0}.hamburger_line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile_menu_backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;transition:var(--transition-smooth);visibility:hidden;z-index:99;z-index:var(--z-index-backdrop)}.mobile_menu_backdrop.open{opacity:1;visibility:visible}.mobile_nav_menu{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);-webkit-backdrop-filter:var(--backdrop-blur);backdrop-filter:var(--backdrop-blur);background:#13142dfa;background:var(--topbar-bg);border:1px solid #ffffff14;border:1px solid var(--topbar-border);border-radius:0 0 20px 20px;border-radius:0 0 var(--border-radius) var(--border-radius);border-top:none;left:0;max-height:0;opacity:0;overflow:hidden;padding:2rem;position:absolute;right:0;top:100%;transform:translateY(-20px);transition:all .3s ease;transition:var(--transition-smooth);visibility:hidden;z-index:1001;z-index:var(--z-index-menu)}.mobile_nav_menu.open{max-height:80vh;opacity:1;transform:translateY(0);visibility:visible}.mobile_nav_links{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.mobile_nav_item{border-bottom:1px solid #ffffff1a;color:#ffffffe6;color:var(--text-primary);cursor:pointer;font-family:Inter,sans-serif;font-size:16px;letter-spacing:1px;padding:1rem 0;text-align:center;transition:all .3s ease;transition:var(--transition-smooth)}.mobile_nav_item:hover{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#30a0ff,#b145ff);background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;transform:translateX(5px)}.mobile_nav_item:last-child{border-bottom:none}.mobile_social_section{gap:2rem;margin-bottom:2rem}.mobile_social_section,.mobile_social_section a{align-items:center;display:flex;justify-content:center}.mobile_social_section a{border-radius:50%;opacity:.8;padding:.5rem;text-decoration:none;transition:all .3s ease;transition:var(--transition-smooth)}.mobile_social_section a:hover{opacity:1;transform:scale(1.1)}.mobile_cta_button{display:flex;justify-content:center}.mobile_button{height:50px;max-width:280px;width:100%}@media screen and (min-width:1400px){.header{padding:2rem 4rem}.topbar_container{padding:1.5rem 3rem}.nav_links{gap:3rem}.nav_item{font-size:15px}.button_container{height:52px;min-width:180px;padding:16px 32px}.button_text{font-size:15px}}@media screen and (min-width:1201px) and (max-width:1400px){.topbar_content{gap:1.5rem}.nav_links{gap:1.8rem}.nav_item{font-size:13px}.button_container{min-width:140px;padding:12px 24px}.button_text{font-size:13px}}@media screen and (min-width:1201px){.topbar_content{gap:2rem;grid-template-columns:auto 1fr auto}.nav_links{gap:2rem}.nav_item{font-size:14px;padding:.75rem 0}.social_section{gap:1.5rem}.button_container{height:48px;min-width:160px;padding:14px 28px}.button_text{font-size:14px}}@media screen and (max-width:1200px){.topbar_content{gap:1rem;grid-template-columns:1fr auto}.desktop_nav,.desktop_social{display:none!important}.mobile_menu_toggle{display:flex!important}.mobile_nav_menu{display:block}}@media screen and (max-width:640px){.header,.topbar_container{padding:1rem 1.5rem}.mobile_nav_menu{padding:1.5rem}.mobile_nav_links{gap:1rem}.mobile_nav_item{font-size:14px;padding:.8rem 0}.mobile_social_section{gap:1.5rem;margin-bottom:1.5rem}}@media screen and (max-width:480px){.header,.topbar_container{padding:.8rem 1rem}.mobile_nav_menu{padding:1rem}.mobile_nav_links{gap:.75rem}.mobile_nav_item{font-size:13px;padding:.6rem 0}.mobile_social_section{gap:1rem;margin-bottom:1rem}}@media screen and (max-width:360px){.header{padding:.5rem .75rem}.topbar_container{padding:.8rem}.mobile_nav_menu{padding:.75rem}.mobile_nav_links{gap:.5rem}.mobile_nav_item{font-size:12px;padding:.5rem 0}.mobile_social_section{gap:.75rem;margin-bottom:.75rem}}@media screen and (max-height:500px) and (orientation:landscape){.mobile_nav_menu{max-height:80vh;overflow-y:auto;padding:1rem}.mobile_nav_links{gap:.5rem}.mobile_nav_item{font-size:12px;padding:.4rem 0}.mobile_social_section{margin-bottom:.5rem}}@media screen and (min-width:1920px){.header{padding:2rem 6rem}.topbar_container{padding:2rem 4rem}.nav_links{gap:4rem}.nav_item{font-size:16px}.button_container{height:56px;min-width:200px;padding:18px 36px}.button_text{font-size:16px}}@media screen and (-webkit-min-device-pixel-ratio:2),screen and (min-resolution:192dpi){.linkedin,.logo img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-color-scheme:dark){:root{--topbar-bg:#13142dfa;--topbar-border:#ffffff14;--text-primary:#ffffffe6;--text-secondary:#ffffffb3}}.typography{margin:0}.typography.h1{font-family:Sora,sans-serif;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:500;letter-spacing:-.02em;line-height:1.15}.typography.h2{font-size:16px;letter-spacing:.5px;line-height:1.5}.typography.h2,.typography.h3{font-family:Inter,sans-serif;font-weight:600}.typography.h3{font-size:13px;letter-spacing:4px;line-height:1.4;text-transform:uppercase}.typography.h4{font-size:48px;line-height:1.25}.typography.h4,.typography.h5{font-family:Sora,sans-serif;font-weight:500;letter-spacing:-.01em}.typography.h5{font-size:50px;line-height:1.2}.typography.h6{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.6}.typography.h7{font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:1.4}.typography.h8{font-size:30px;line-height:1.3}.typography.h8,.typography.h9{font-family:Sora,sans-serif;font-weight:500}.typography.h9{font-size:48px;letter-spacing:-.01em;line-height:1.25}.typography.h10{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.6}.typography.h11{font-family:Sora,sans-serif;font-size:32px;font-weight:700;line-height:1.3}.typography.h12{font-size:16px;line-height:1.6}.typography.h12,.typography.h13{font-family:Inter,sans-serif;font-weight:400}.typography.h13{font-size:14px;line-height:1.4}.typography.h14{font-family:Inter,sans-serif;font-size:clamp(1.15rem,2.8vw,1.5rem);font-weight:400;letter-spacing:.01em;line-height:1.6}.typography.h15{font-size:24px;line-height:1.4}.typography.h15,.typography.subtitle{font-family:Sora,sans-serif;font-weight:500}.typography.subtitle{font-size:36px;letter-spacing:-.01em;line-height:1.2}.typography.body{font-size:18px;line-height:1.6}.typography.body,.typography.caption{font-family:Inter,sans-serif;font-weight:400}.typography.caption{font-size:14px;line-height:1.5}@media screen and (max-width:768px){.typography.h1{font-size:clamp(2.2rem,8vw,3.5rem);line-height:1.2}.typography.h4,.typography.h5,.typography.h9{font-size:clamp(1.8rem,6vw,2.5rem)}.typography.h14{font-size:clamp(1rem,3vw,1.2rem);line-height:1.55}.typography.subtitle{font-size:clamp(1.5rem,5vw,2rem)}}.Rodriguez_container{align-items:center;background-color:#1a1a1a;border-radius:10px;box-shadow:0 0 2px #d6cfe7,0 0 6px #2e1a47;display:flex;flex-direction:column;height:186px;justify-content:center;transition:all .3s ease-in-out;width:384px;will-change:transform,box-shadow}.Rodriguez_container:hover{animation:floatGlow 3s ease-in-out infinite}.Rodriguez_text,.Techc_corp_text{align-items:center;display:flex;justify-content:center}.Gtm_lab_Text,.maria_Text{align-items:center;display:flex;justify-content:center;padding-left:1.7rem}.maria_Text{padding-top:.5rem}.client_say_all_container{gap:24px}.Mari_Garcia_container,.client_say_all_container{align-items:center;display:flex;justify-content:center}.Mari_Garcia_container{background-color:#1a1a1a;border-radius:10px;box-shadow:0 0 2px #d6cfe7,0 0 6px #2e1a47;flex-direction:column;height:186px;transition:all .3s ease-in-out;width:384px;will-change:transform,box-shadow}.Mari_Garcia_container:hover{animation:floatGlow 3s ease-in-out infinite}@keyframes floatGlow{0%{box-shadow:0 0 2px #d6cfe7,0 0 5px #2e1a47;transform:translateY(0)}50%{box-shadow:0 0 3px #d6cfe7,0 0 9px #2e1a47;transform:translateY(-6px)}to{box-shadow:0 0 2px #d6cfe7,0 0 5px #2e1a47;transform:translateY(0)}}.animated-container{background:linear-gradient(90deg,#6b21a8,#000,#4c1d95);color:#fff;display:flex;height:100vh}.text-section{align-items:center;display:flex;flex:1 1;justify-content:flex-start;padding-left:80px}.fade-text{animation:fadeInOut 4s ease-in-out;font-size:2.8rem;font-weight:700;line-height:1.4;max-width:600px;text-align:left}.animation-section{flex:1 1}.animation-section,.blob{align-items:center;display:flex;justify-content:center;position:relative}.blob{animation:morph 8s ease-in-out infinite,moveGradient 10s ease infinite;background:linear-gradient(45deg,#a855f7,#ec4899,#6366f1);background-size:300% 300%;border-radius:50%;box-shadow:0 0 50px #a855f780;height:300px;width:300px}.blob-text{color:#fff;font-size:1.1rem;font-weight:700;padding:20px;text-align:center;z-index:2}@keyframes morph{0%,to{border-radius:42% 58% 35% 65%/60% 40% 60% 40%}50%{border-radius:58% 42% 65% 35%/40% 60% 40% 60%}}@keyframes moveGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.second-container{align-items:center;background:linear-gradient(90deg,#0f0c29,#302b63,#24243e);box-sizing:border-box;color:#fff;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;min-height:100vh;padding:60px 80px;width:100%}.second-text{flex:1 1;min-width:300px}.second-text h2{color:#a855f7;font-size:3rem;font-weight:700;margin-bottom:20px}.second-text p{color:#d1d5db;font-size:1.2rem;line-height:1.6;max-width:500px}.cube-wrapper{align-items:center;display:flex;flex:1 1;justify-content:center;min-width:280px;perspective:1200px}.spinning-cube{cursor:grab;height:200px;position:relative;transform-style:preserve-3d;transition:transform .2s ease-in-out;width:200px}.spinning-cube .face{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;background:linear-gradient(145deg,#a855f7,#6366f1);border:2px solid #9333ea;border-radius:16px;box-shadow:0 0 30px #9333ea4d;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:200px;justify-content:center;position:absolute;text-transform:uppercase;width:200px}.front{transform:rotateY(0deg) translateZ(100px)}.back{transform:rotateY(180deg) translateZ(100px)}.left{transform:rotateY(-90deg) translateZ(100px)}.right{transform:rotateY(90deg) translateZ(100px)}.top{transform:rotateX(90deg) translateZ(100px)}.bottom{transform:rotateX(-90deg) translateZ(100px)}@media (max-width:768px){.second-container{flex-direction:column;padding:40px 24px;text-align:center}.second-text h2{font-size:2.2rem}.second-text p{font-size:1.1rem}.spinning-cube,.spinning-cube .face{height:150px;width:150px}.spinning-cube .face{font-size:1rem}}.about_section{background:#000;color:#fff;font-family:Sora,sans-serif;padding:5rem 2rem;text-align:center}@media(max-width:768px){.about_section{padding:3rem 1rem}}.about_header{margin-bottom:4rem}.about_header .advantages_title{color:#0000;font-size:clamp(2rem,6vw,6rem);font-weight:800;letter-spacing:clamp(.05rem,.5vw,.5rem);line-height:1.1;margin-bottom:1rem;text-align:center;word-break:break-word}@media(max-width:480px){.about_header .advantages_title{font-size:clamp(1.5rem,8vw,2.5rem);letter-spacing:clamp(.02rem,.3vw,.2rem)}}.about_header .advantages_title_wrapper{align-items:center;display:flex;flex-direction:column;gap:0}@media(min-width:769px){.about_header .advantages_title_wrapper{flex-direction:row;gap:.5rem;justify-content:center}}.about_header .advantages_title_wrapper .advantages_title_line{align-items:center;display:flex;gap:4px;justify-content:center}.about_header .advantages_title_wrapper .advantages_title_line:first-child{margin-right:12px}.about_header .advantages_title_wrapper .advantages_title_line:last-child{margin-left:12px}.about_header .char{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#555,#555);-webkit-background-clip:text;display:inline-block;opacity:.3;transition:all .6s ease-in-out}.about_header .char:hover{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#30a0ff,#b145ff);-webkit-background-clip:text;opacity:1}.about_header .main_title{margin-bottom:1.5rem}.about_header .main_title .title_main{color:#fff;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.2;margin-bottom:.5rem}.about_header .main_title .title_gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b145ff,#30a0ff);-webkit-background-clip:text;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.2}.about_header .subtitle{color:#ccc;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:500;line-height:1.4}.advantages_grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin:0 auto 4rem;max-width:1400px}@media(min-width:1200px){.advantages_grid{gap:2.5rem;grid-template-columns:repeat(4,1fr)}}@media(min-width:992px)and (max-width:1199px){.advantages_grid{gap:2.5rem;grid-template-columns:repeat(3,1fr)}}@media(min-width:769px)and (max-width:991px){.advantages_grid{gap:3rem;grid-template-columns:repeat(2,1fr);max-width:900px}}.advantages_grid .advantage_card{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff14;border-radius:16px;box-shadow:0 4px 15px #0003;display:flex;flex-direction:column;height:auto;justify-content:space-between;min-height:320px;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .3s ease}@media(min-width:1200px){.advantages_grid .advantage_card{min-height:350px;padding:2rem 1.5rem}}@media(min-width:769px)and (max-width:1199px){.advantages_grid .advantage_card{min-height:380px;padding:2.5rem 2rem}}.advantages_grid .advantage_card:before{background:linear-gradient(135deg,#b145ff1a,#30a0ff1a);border-radius:16px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.advantages_grid .advantage_card:hover{border-color:#b145ff4d;box-shadow:0 12px 40px #b145ff33;transform:translateY(-8px)}.advantages_grid .advantage_card:hover:before{opacity:1}.advantages_grid .advantage_card .card_content{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;z-index:1}.advantages_grid .advantage_card .card_icon{align-items:center;display:flex;flex-shrink:0;height:100px;justify-content:center;margin-bottom:1.5rem}.advantages_grid .advantage_card .card_icon img{filter:drop-shadow(0 4px 12px rgba(177,69,255,.3));height:80px;width:80px}@media(min-width:1200px){.advantages_grid .advantage_card .card_icon img{height:70px;width:70px}}@media(max-width:768px){.advantages_grid .advantage_card .card_icon img{height:90px;width:90px}}.advantages_grid .advantage_card .card_title{color:#fff;flex-shrink:0;font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:600;line-height:1.3;margin-bottom:1rem}@media(min-width:1200px){.advantages_grid .advantage_card .card_title{font-size:1.1rem;margin-bottom:.8rem}}.advantages_grid .advantage_card .card_description{color:#ccc;flex-grow:1;font-size:clamp(.85rem,1.5vw,1rem);font-weight:400;line-height:1.6}@media(min-width:1200px){.advantages_grid .advantage_card .card_description{font-size:.9rem;line-height:1.5}}@media(max-width:768px){.advantages_grid{gap:1.2rem;grid-template-columns:1fr}.advantages_grid .advantage_card{height:auto!important;min-height:auto;padding:1.5rem}.advantages_grid .advantage_card .card_icon{height:120px;margin-bottom:1.5rem}}.about_cta{display:flex;justify-content:center;margin-top:3rem}.about_cta .strategy_button{background:linear-gradient(135deg,#b145ff,#30a0ff);border:none;border-radius:50px;box-shadow:0 4px 15px #b145ff4d;cursor:pointer;padding:1.2rem 3rem;transition:all .3s ease}@media(min-width:1200px){.about_cta .strategy_button{padding:1rem 2.5rem}}.about_cta .strategy_button:hover{box-shadow:0 6px 20px #b145ff66;transform:translateY(-2px)}.about_cta .strategy_button .cta_text{color:#fff;font-size:clamp(.9rem,2vw,1.1rem);font-weight:600}.hero_banner{align-items:center;background:#000;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:6rem 2rem 3rem;position:relative}.gradient_circle_left{background:radial-gradient(circle at center,rgba(48,158,255,.574) 0,rgba(48,158,255,.377) 30%,rgba(48,158,255,.188) 50%,#0000 70%);left:-400px}.gradient_circle_left,.gradient_circle_right{border-radius:50%;filter:blur(80px);height:800px;pointer-events:none;position:absolute;top:10%;width:800px;z-index:1}.gradient_circle_right{background:radial-gradient(circle at center,rgba(177,69,255,.574) 0,rgba(177,69,255,.377) 30%,rgba(177,69,255,.188) 50%,#0000 70%);right:-400px}.hero_banner_container{align-items:center;animation:fadeInUp 1s ease-out;display:flex;flex-direction:column;gap:2.5rem;max-width:1200px;position:relative;text-align:center;width:100%;z-index:2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.strategy_section{align-items:center;display:flex;gap:1.5rem;margin-bottom:1.5rem;opacity:.95}.strategy_text{color:#fffffff2;font-family:Inter,sans-serif;font-size:40px;font-weight:1800;letter-spacing:4px;text-shadow:0 1px 2px #0003;text-transform:uppercase}.strategy_dot{color:#30a0ff;font-size:12px;font-weight:700;opacity:.9}.web_text{color:#fff;font-family:Sora,sans-serif;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:500;letter-spacing:-.02em;line-height:1.15;margin-bottom:2.5rem;text-shadow:0 2px 4px #0000004d}.delivered_text,.growth_text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#30a0ff,#b145ff);-webkit-background-clip:text;background-clip:text;font-weight:600}.hero_banner_text{color:#ffffffe6;font-family:Inter,sans-serif;font-size:clamp(1.15rem,2.8vw,1.5rem);font-weight:400;letter-spacing:.01em;line-height:1.6;margin-bottom:3rem;max-width:850px;text-shadow:0 1px 2px #0003}.hero_banner_button{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.start_button{background:linear-gradient(135deg,#b145ff,#30a0ff);border:none;border-radius:50px;box-shadow:0 4px 15px #b145ff4d;color:#fff;cursor:pointer;font-weight:600;height:58px;min-width:180px;padding:0 2.8rem;transition:all .3s ease}.start_button:hover{background:linear-gradient(135deg,#c155ff,#40b0ff);box-shadow:0 15px 35px #b145ff80;transform:translateY(-3px)}.start_text{color:#fff;font-family:Inter,sans-serif;font-size:16px;font-weight:600;letter-spacing:.5px}.work_button{background:linear-gradient(135deg,#0a0a1a,#1a1a2e) padding-box,linear-gradient(135deg,#30a0ff,#b145ff) border-box;border:2px solid #0000;border-radius:50px;box-shadow:0 4px 15px #30a0ff33;color:#fff;cursor:pointer;height:58px;min-width:180px;padding:0 2.8rem;position:relative;transition:all .3s ease}.work_button:hover{background:linear-gradient(135deg,#1a1a2e,#2a2a3e) padding-box,linear-gradient(135deg,#40b0ff,#c155ff) border-box;box-shadow:0 15px 35px #30a0ff66;transform:translateY(-3px)}.work_text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#30a0ff,#b145ff);-webkit-background-clip:text;background-clip:text;font-family:Inter,sans-serif;font-size:16px;font-weight:600;letter-spacing:.5px}@media screen and (max-width:1024px){.hero_banner{min-height:90vh;padding:5rem 1.5rem 2.5rem}.hero_banner_container{gap:2rem}.strategy_section{gap:1.2rem;margin-bottom:1.2rem}.strategy_text{font-size:12px;letter-spacing:3px}.web_text{font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:2rem}.hero_banner_text{font-size:clamp(1.1rem,2.5vw,1.35rem);margin-bottom:2.5rem}.hero_banner_button{gap:1.5rem;margin-top:1.5rem}.start_button,.work_button{height:56px;min-width:170px}.gradient_circle_left,.gradient_circle_right{height:600px;width:600px}.gradient_circle_left{left:-300px}.gradient_circle_right{right:-300px}}@media screen and (max-width:768px){.hero_banner{min-height:80vh;padding:4rem 1rem 2rem}.hero_banner_container{gap:1.5rem}.strategy_section{flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1rem}.strategy_text{font-size:11px;letter-spacing:2.5px}.strategy_dot{font-size:10px}.web_text{font-size:clamp(2.2rem,8vw,3.5rem);line-height:1.2;margin-bottom:1.5rem}.hero_banner_text{font-size:clamp(1rem,3vw,1.2rem);line-height:1.55;margin-bottom:2rem}.hero_banner_button{flex-direction:column;gap:1.2rem;margin-top:1.5rem;width:100%}.start_button,.work_button{height:54px;max-width:320px;width:100%}.start_text,.work_text{font-size:15px;letter-spacing:.3px}.gradient_circle_left,.gradient_circle_right{height:500px;width:500px}.gradient_circle_left{left:-250px}.gradient_circle_right{right:-250px}}.aboutus_section{background:#000;color:#fff;font-family:Sora,sans-serif;overflow:hidden;padding:5rem 2rem;position:relative}@media(max-width:768px){.aboutus_section{padding:5rem 1rem}}.background_text{left:50%;pointer-events:none;position:absolute;text-align:center;top:2rem;transform:translateX(-50%);width:100%;z-index:1}@media(min-width:769px){.background_text{margin-left:200px;text-align:left}}.background_text .who_we_are_bg{color:#0000;font-size:clamp(2rem,6vw,6rem);font-weight:800;letter-spacing:clamp(.05rem,.5vw,.5rem);line-height:1.1;margin-bottom:2rem;word-break:break-word}@media(max-width:768px){.background_text .who_we_are_bg{font-size:clamp(1.8rem,7vw,3rem);letter-spacing:clamp(.02rem,.3vw,.3rem)}}@media(max-width:480px){.background_text .who_we_are_bg{font-size:clamp(1.5rem,8vw,2.5rem);letter-spacing:clamp(.02rem,.2vw,.2rem)}}.aboutus_container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:15rem auto 0;max-width:1200px;position:relative;z-index:2}@media(max-width:768px){.aboutus_container{gap:2rem;grid-template-columns:1fr;margin-top:6rem}}.aboutus_content{display:flex;flex-direction:column;gap:1.5rem}.aboutus_content .main_heading{display:flex;flex-direction:column;gap:.5rem}.aboutus_content .main_heading .built_text{color:#fff;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.2}.aboutus_content .main_heading .built_text .structured_text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#b145ff,#30a0ff);-webkit-background-clip:text}.aboutus_content .main_heading .scale_text{color:#fff;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.2}.aboutus_content .partner_subtitle{color:#ccc;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:500;line-height:1.4}.aboutus_content .description_text{color:#aaa;font-size:clamp(.9rem,2vw,1.1rem);font-weight:400;line-height:1.6;max-width:500px}.aboutus_content .cta_button{margin-top:1rem}.aboutus_content .cta_button .know_us_button{background:linear-gradient(135deg,#b145ff,#30a0ff);border:none;border-radius:50px;box-shadow:0 4px 15px #b145ff4d;cursor:pointer;padding:1rem 2rem;transition:all .3s ease}.aboutus_content .cta_button .know_us_button:hover{box-shadow:0 6px 20px #b145ff66;transform:translateY(-2px)}.aboutus_content .cta_button .know_us_button .button_text{color:#fff;font-size:clamp(.9rem,2vw,1.1rem);font-weight:600}.aboutus_image{align-items:center;display:flex;justify-content:center}.aboutus_image .colab_image{border-radius:16px;box-shadow:0 8px 32px #00000080;height:auto;max-width:500px;transition:transform .3s ease;width:100%}.aboutus_image .colab_image:hover{transform:scale(1.02)}.service_card_container{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff14;border-radius:16px;height:auto;min-height:300px;overflow:hidden;padding:2rem 0;position:relative;transition:all .3s ease}.service_card_container:before{background:linear-gradient(90deg,#30a0ff,#b145ff);content:"";height:3px;left:0;position:absolute;right:0;top:0}.service_card_container:hover{border-color:#ffffff26;box-shadow:0 12px 40px #30a0ff26;transform:translateY(-4px)}@media(max-width:768px){.service_card_container{min-height:auto}}.service_card_content{align-items:stretch;display:flex;gap:2rem;height:100%;padding:2.5rem}@media(max-width:768px){.service_card_content{flex-direction:column;gap:1.5rem;padding:1.5rem}}.service_card_left{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-right:1rem}@media(max-width:768px){.service_card_left{padding-right:0;text-align:center}}.service_card_title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b145ff,#30a0ff);-webkit-background-clip:text;font-family:Sora,sans-serif;font-size:clamp(2rem,3vw,3rem);font-weight:700;letter-spacing:.02em;line-height:1.1;margin:0 0 1rem}@media(max-width:768px){.service_card_title{font-size:clamp(1.5rem,4vw,2rem)}}.service_card_subtitle{color:#ccc;font-size:clamp(1.1rem,1.5vw,1.3rem);font-weight:500;line-height:1.3;margin:0 0 1.5rem}@media(max-width:768px){.service_card_subtitle{font-size:clamp(1rem,2vw,1.1rem);margin-bottom:1rem}}.service_card_description{color:#aaa;font-size:clamp(.9rem,1.2vw,1rem);font-weight:400;line-height:1.6;margin:0}@media(max-width:768px){.service_card_description{font-size:clamp(.85rem,1.5vw,.9rem)}}.service_card_center{align-items:center;display:flex;flex:1 1;justify-content:center;padding:1rem}@media(max-width:768px){.service_card_center{flex:none;padding:.5rem}}.service_card_icon_wrapper{align-items:center;display:flex;height:100%;justify-content:center;min-height:200px;width:100%}@media(max-width:768px){.service_card_icon_wrapper{min-height:150px}}.service_card_icon{filter:drop-shadow(0 8px 25px rgba(177,69,255,.3));height:200px;object-fit:contain;transition:all .3s ease;width:200px}.service_card_icon:hover{filter:drop-shadow(0 12px 35px rgba(177,69,255,.5));transform:scale(1.05)}@media(max-width:1024px){.service_card_icon{height:150px;width:150px}}@media(max-width:768px){.service_card_icon{height:120px;width:120px}}.service_card_right{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding-left:1rem}@media(max-width:768px){.service_card_right{padding-left:0}}.service_card_items{display:flex;flex-direction:column;gap:.75rem}.service_card_item{background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;color:#ddd;cursor:pointer;font-size:clamp(.85rem,1.2vw,.95rem);font-weight:500;line-height:1.4;padding:1rem 1.25rem;text-align:left;transition:all .2s ease}.service_card_item:hover{background:#30a0ff14;border-color:#30a0ff33;color:#fff;transform:translateX(4px)}@media(max-width:768px){.service_card_item{font-size:clamp(.8rem,1.5vw,.85rem);padding:.8rem 1rem;text-align:center}.service_card_content .service_card_left{order:1}.service_card_content .service_card_center{order:2}.service_card_content .service_card_right{order:3}}.service_card_container:focus-within{outline:2px solid #30a0ff;outline-offset:2px}.service_card_item:focus{outline:1px solid #30a0ff;outline-offset:1px}.service_card_container.loading{opacity:.7;pointer-events:none}.service_card_container.loading .service_card_icon{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(prefers-color-scheme:dark){.service_card_container{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border-color:#ffffff14}.service_card_item{background:#ffffff0d;border-color:#ffffff14}}.service_section{background:#000;color:#fff;font-family:Sora,sans-serif;padding:5rem 2rem;text-align:center}@media(max-width:768px){.service_section{padding:3rem 1rem}}.service_title{color:#0000;font-size:clamp(2rem,6vw,6rem);font-weight:800;letter-spacing:clamp(.05rem,.5vw,.5rem);line-height:1.1;margin-bottom:2rem;text-align:center;width:100%;word-break:break-word}@media(max-width:768px){.service_title{font-size:clamp(1.8rem,7vw,3rem);letter-spacing:clamp(.02rem,.3vw,.3rem)}}@media(max-width:480px){.service_title{font-size:clamp(1.5rem,8vw,2.5rem);letter-spacing:clamp(.02rem,.2vw,.2rem)}}.char{background:linear-gradient(90deg,#555,#555);-webkit-background-clip:text;display:inline-block;opacity:.3;transition:all .6s ease-in-out}.char,.char:hover{-webkit-text-fill-color:#0000}.char:hover{background:linear-gradient(90deg,#30a0ff,#b145ff);-webkit-background-clip:text;opacity:1}.service_intro{margin:3rem auto 4rem;max-width:800px}.service_intro .Built_text{align-items:center;color:#fff;display:flex;flex-wrap:wrap;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;gap:.5rem;justify-content:center;line-height:1.2;margin-bottom:1.5rem}.service_intro .Structure_text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#b145ff,#30a0ff);-webkit-background-clip:text;font-weight:600}.service_intro .service_description{color:#ccc;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;line-height:1.6;margin:0 auto;max-width:700px}.service_card_wrapper{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(1,1fr);margin:0 auto;max-width:1400px;padding:2rem 0}@media(max-width:1024px){.service_card_wrapper{gap:1.25rem;grid-template-columns:1fr}}@media(max-width:768px){.service_card_wrapper{gap:1rem;grid-template-columns:1fr;padding:1rem 0}}.servicepackage_section{background:#000;color:#fff;font-family:Sora,sans-serif;padding:5rem 1rem}@media(max-width:768px){.servicepackage_section{padding:3rem .5rem}}.servicepackage_section .schedule_button.custom-button,.servicepackage_section .talk_expert_button.custom-button{background:linear-gradient(135deg,#b145ff,#30a0ff)!important;color:#fff!important}.servicepackage_section .schedule_button.custom-button.active,.servicepackage_section .schedule_button.custom-button:hover,.servicepackage_section .talk_expert_button.custom-button.active,.servicepackage_section .talk_expert_button.custom-button:hover{background:linear-gradient(135deg,#b145ff,#30a0ff)!important}.servicepackage_header{margin-bottom:4rem;text-align:center}.servicepackage_header .servicepackage_title{color:#0000;font-size:clamp(2rem,6vw,6rem);font-weight:800;letter-spacing:clamp(.05rem,.5vw,.5rem);line-height:1.1;margin-bottom:2rem;text-align:center;word-break:break-word}@media(max-width:768px){.servicepackage_header .servicepackage_title{font-size:clamp(1.8rem,7vw,3rem);letter-spacing:clamp(.02rem,.3vw,.3rem)}}@media(max-width:480px){.servicepackage_header .servicepackage_title{font-size:clamp(1.5rem,8vw,2.5rem);letter-spacing:clamp(.02rem,.2vw,.2rem)}}.servicepackage_header .servicepackage_title .mobile_break{display:none}@media(max-width:768px){.servicepackage_header .servicepackage_title .mobile_break{content:"";display:block;height:0;width:100%}}.servicepackage_header .char{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#555,#555);-webkit-background-clip:text;display:inline-block;opacity:.3;transition:all .6s ease-in-out}.servicepackage_header .char:hover{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#30a0ff,#b145ff);-webkit-background-clip:text;opacity:1}.servicepackage_header .servicepackage_subtitle{align-items:center;display:flex;flex-direction:column;gap:.5rem}.servicepackage_header .servicepackage_subtitle .choose_text,.servicepackage_header .servicepackage_subtitle .your_growth_text{color:#fff;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.2}.servicepackage_header .servicepackage_subtitle .your_growth_text .gradient_text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b145ff,#30a0ff);-webkit-background-clip:text}.pricing_cards_container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto 6rem;max-width:1200px}@media(max-width:1024px){.pricing_cards_container{gap:1.5rem;grid-template-columns:1fr}}.pricing_card{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff1a;border-radius:16px;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.pricing_card:hover{border-color:#30a0ff4d;box-shadow:0 12px 32px #30a0ff26;transform:translateY(-4px)}.pricing_card.popular_card{border-color:#b145ff66;box-shadow:0 8px 24px #b145ff1a}.pricing_card .popular_badge{background:linear-gradient(135deg,#30a0ff,#b145ff);border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;left:50%;padding:.5rem 1.5rem;position:absolute;top:-12px;transform:translateX(-50%)}.pricing_card .card_header{margin-bottom:2rem}.pricing_card .card_header .plan_name{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem}.pricing_card .card_header .price{color:#fff;font-size:2.5rem;font-weight:700;line-height:1.2}.pricing_card .features_list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;text-align:left}.pricing_card .features_list .feature_item{align-items:center;display:flex;gap:.75rem}.pricing_card .features_list .feature_item .check_icon{background:linear-gradient(135deg,#30a0ff,#b145ff);border-radius:50%;flex-shrink:0;height:16px;position:relative;width:16px}.pricing_card .features_list .feature_item .check_icon:after{color:#fff;content:"✓";font-size:10px;font-weight:600;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.pricing_card .features_list .feature_item .feature_text{color:#ccc;font-size:.9rem;line-height:1.4}.pricing_card .schedule_button{background:linear-gradient(135deg,#b145ff,#30a0ff)!important;border:none!important;border-radius:50px!important;box-shadow:0 4px 15px #b145ff4d!important;color:#fff!important;cursor:pointer;padding:1rem 2rem!important;text-align:center!important;transition:all .3s ease;width:100%}.pricing_card .schedule_button:hover{background:linear-gradient(135deg,#b145ff,#30a0ff)!important;box-shadow:0 6px 20px #b145ff66!important;transform:translateY(-2px)!important}.pricing_card .schedule_button.active{background:linear-gradient(135deg,#b145ff,#30a0ff)!important;color:#fff!important}.pricing_card .schedule_button .button_text{color:#fff!important;display:block;font-family:Inter,sans-serif;font-size:.9rem!important;font-weight:600!important;letter-spacing:.5px;line-height:1.2;text-shadow:0 1px 2px #00000080}.pricing_card .schedule_button *,.pricing_card .schedule_button span{color:#fff!important}.smart_solutions_section{margin:0 auto;max-width:1200px;text-align:center}.smart_solutions_section .solutions_header{margin-bottom:2rem}.smart_solutions_section .solutions_header .solutions_title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.2;margin-bottom:.5rem}.smart_solutions_section .solutions_header .solutions_title .gradient_text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b145ff,#30a0ff);-webkit-background-clip:text}.smart_solutions_section .solutions_header .solutions_subtitle{color:#fff;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.2}.smart_solutions_section .solutions_description{color:#ccc;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.6;margin:0 auto 4rem;max-width:800px}.smart_solutions_section .stats_container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:4rem}@media(max-width:1024px){.smart_solutions_section .stats_container{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.smart_solutions_section .stats_container{gap:1.5rem;grid-template-columns:1fr}}.smart_solutions_section .stats_container .stat_card{background:linear-gradient(135deg,#1a1a1a,#0f0f0f);border:1px solid #ffffff1a;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.smart_solutions_section .stats_container .stat_card:hover{border-color:#30a0ff4d;box-shadow:0 8px 24px #30a0ff1a;transform:translateY(-4px)}.smart_solutions_section .stats_container .stat_card .stat_number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#30a0ff,#b145ff);-webkit-background-clip:text;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.smart_solutions_section .stats_container .stat_card .stat_description{color:#ccc;font-size:clamp(.8rem,1.5vw,.9rem);line-height:1.4}.smart_solutions_section .cta_section{display:flex;justify-content:center}.smart_solutions_section .cta_section .talk_expert_button{background:linear-gradient(135deg,#b145ff,#30a0ff)!important;border:none!important;border-radius:50px!important;box-shadow:0 4px 15px #b145ff4d!important;color:#fff!important;cursor:pointer;padding:1rem 2.5rem!important;text-align:center!important;transition:all .3s ease}.smart_solutions_section .cta_section .talk_expert_button:hover{background:linear-gradient(135deg,#b145ff,#30a0ff)!important;box-shadow:0 6px 20px #b145ff66!important;transform:translateY(-2px)!important}.smart_solutions_section .cta_section .talk_expert_button.active{background:linear-gradient(135deg,#b145ff,#30a0ff)!important;color:#fff!important}.smart_solutions_section .cta_section .talk_expert_button .expert_button_text{color:#fff!important;display:block;font-family:Inter,sans-serif;font-size:clamp(.9rem,2vw,1.1rem)!important;font-weight:600!important;letter-spacing:.5px;line-height:1.2;text-shadow:0 1px 2px #00000080}.smart_solutions_section .cta_section .talk_expert_button *,.smart_solutions_section .cta_section .talk_expert_button span{color:#fff!important}.smartsolution_container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:21px}.smartsolution_subtitle_text{color:#fff}.Smartsolution_text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#30a0ff,#b145ff);-webkit-background-clip:text}.smartsolution_description_text{color:#fff;padding-top:19px}.smartsolution_description_text,.year_container{align-items:center;display:flex;flex-direction:column;justify-content:center}.year_container{border:1px solid #fff;border-radius:20px;box-shadow:0 0 40px #fff6;height:193px;width:257.6px}.year_text{color:#0d99ff;padding-bottom:4.5px}.subtitle{color:#fff;padding-bottom:55.5px}.smartsolutionall_container{gap:20px;padding-top:60px}.industries_text,.smartsolutionall_container{align-items:center;display:flex;justify-content:center}.talk_button{padding-top:54px}.talktoexpert_button{align-items:center;background:linear-gradient(90deg,#30a0ff,#b145ff);border-radius:30px;display:flex;height:50px;justify-content:center;margin:0 auto;width:230px}.talktoexpert_text{color:#000;font-size:clamp(1rem,2vw,1.2rem);font-weight:600}.clientsays_section{background:#000;color:#fff;font-family:Sora,sans-serif;padding:5rem 2rem}@media(max-width:768px){.clientsays_section{padding:3rem 1rem}}.clientsays_header{margin-bottom:4rem;text-align:center}.clientsays_header .main_title{color:#fff;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;line-height:1.2;margin-bottom:1rem}.clientsays_header .main_title .gradient_text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#b145ff,#30a0ff);-webkit-background-clip:text}.clientsays_header .subtitle{color:#ccc;font-size:clamp(.9rem,2vw,1.1rem);font-weight:400;line-height:1.4}.testimonials_container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}@media(max-width:1024px){.testimonials_container{gap:1.5rem;grid-template-columns:1fr}}@media(max-width:768px){.testimonials_container{gap:1.5rem;grid-template-columns:1fr}}.testimonial_card{background:linear-gradient(135deg,#2a2a2a,#1f1f1f);border:1px solid #ffffff1a;border-radius:16px;overflow:hidden;padding:2rem;position:relative;text-align:left;transition:all .3s ease}.testimonial_card:before{background:linear-gradient(135deg,#b145ff0d,#30a0ff0d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.testimonial_card:hover{border-color:#30a0ff4d;box-shadow:0 12px 32px #30a0ff26;transform:translateY(-4px)}.testimonial_card:hover:before{opacity:1}.testimonial_card .client_info{margin-bottom:1.5rem;position:relative;z-index:1}.testimonial_card .client_info .client_name{color:#fff;font-size:clamp(1.1rem,2.5vw,1.3rem);font-weight:600;line-height:1.3;margin-bottom:.5rem}.testimonial_card .client_info .client_position{color:#aaa;font-size:clamp(.8rem,1.5vw,.9rem);font-weight:400;line-height:1.4}.testimonial_card .testimonial_text{color:#ddd;font-size:clamp(.85rem,1.5vw,1rem);font-style:italic;font-weight:400;line-height:1.6;position:relative;z-index:1}.testimonial_card .testimonial_text:before{color:#b145ff99;content:'"';font-size:1.2em;left:-.5rem;position:absolute;top:-.2rem}.testimonial_card .testimonial_text:after{bottom:-.2rem;color:#b145ff99;content:'"';font-size:1.2em;position:absolute;right:-.5rem}.footer_container{color:#fff;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1200px;padding:2rem 1rem;position:relative}@media(min-width:768px){.footer_container{flex-direction:column;padding:3rem 4rem}}.mobile_footer_layout{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.mobile_footer_layout{display:none}}.contact_column_mobile{text-align:center}.contact_column_mobile .contact_info{margin-bottom:2.5rem}.contact_column_mobile .contact_info .contact_item{align-items:center;display:flex;gap:.75rem;justify-content:center;margin-bottom:1.25rem;padding:.5rem 0}.contact_column_mobile .contact_info .contact_item .contact_icon{filter:brightness(1.2);flex-shrink:0;height:20px;object-fit:contain;width:20px}.contact_column_mobile .contact_info .contact_item .contact_text{color:#ddd;font-size:1rem;font-weight:400;letter-spacing:.025em;line-height:1.4}.logo_section_mobile{align-items:center;display:flex;justify-content:center;margin-top:1rem}.logo_section_mobile .footer_logo{height:auto;object-fit:contain;width:clamp(100px,20vw,150px)}.footer_links_section_mobile{display:flex;flex-direction:row;gap:2rem;justify-content:space-between;margin-top:2rem}.social_column_mobile{margin-top:2rem;text-align:center}.footer_main_content{display:none}@media(min-width:768px){.footer_main_content{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:2rem}}.footer_links_section{display:flex;flex-direction:row;gap:2rem;justify-content:space-between}@media(min-width:768px){.footer_links_section{flex-direction:row;gap:4rem;justify-content:flex-start}}.footer_column ul{list-style:none;margin:0;padding:0}.footer_column ul li{font-size:.95rem;margin-bottom:.5rem}@media(max-width:767px){.footer_column.logo_column{margin-bottom:1rem;order:-1;text-align:center}}.footer_logo{height:auto;object-fit:contain;width:clamp(120px,25vw,180px)}@media(max-width:767px){.footer_logo{width:clamp(100px,20vw,150px)}}.footer_heading{font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:800;margin-bottom:.8rem}.contact_info .contact_item{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem;padding:.25rem 0}.contact_info .contact_item .contact_icon{filter:brightness(1.1);flex-shrink:0;height:18px;object-fit:contain;width:18px}.contact_info .contact_item .contact_text{color:#ddd;font-size:.95rem;font-weight:400;letter-spacing:.02em;line-height:1.4}.social_media_icons{display:flex;gap:1rem;margin-top:.5rem}@media(max-width:767px){.social_media_icons{justify-content:center}}.social_icon{align-items:center;background-color:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social_icon:hover{background-color:#fff3;transform:translateY(-2px)}.social_icon svg{height:20px;width:20px}.footer_newsletter{color:#fff;display:flex;flex-direction:column;gap:1rem;max-width:100%}@media(min-width:768px){.footer_newsletter{max-width:300px}}.newsletter_input{align-items:center;background-color:#0000;border-bottom:1px solid #ccc;display:flex;padding-bottom:4px;transition:border-color .3s}.newsletter_input input{background-color:#0000;border:none;color:#fff;flex:1 1;font-size:1rem;padding:.4rem 0}.newsletter_input input::placeholder{color:#aaa}.newsletter_input input:focus{border-bottom:1px solid #38a169;outline:none}.newsletter_input button{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;margin-left:.5rem;padding:0}.newsletter_input button img{background:none;height:18px;object-fit:contain;width:18px}.newsletter_input button:hover{opacity:.8}.footer_copyright{border-top:1px solid #fff3;color:#aaa;font-size:.875rem;margin-top:2rem;padding-top:1rem;text-align:center}@media(min-width:768px){.footer_copyright{margin-top:3rem}}@media(max-width:480px){.footer_container{gap:1.5rem;padding:2rem 1rem}.footer_links_section_mobile{gap:1rem}.footer_heading{font-size:1rem}.footer_column ul li{font-size:.85rem}.newsletter_input input{font-size:.5rem}.newsletter_input button img{height:16px;width:16px}.social_media_icons{gap:.75rem}.social_icon{height:36px;width:36px}.social_icon svg{height:18px;width:18px}}.home-container{background:linear-gradient(135deg,#0a0a1a,#1a1a2e 20%,#16213e 60%,#0f0f0f);min-height:100vh;overflow-x:hidden;position:relative}.getintouch_section{background:#000;color:#fff;font-family:Sora,sans-serif;overflow:hidden;padding:5rem 2rem;position:relative}.getintouch_section:before{background-image:linear-gradient(#ffffff0d 1px,#0000 0),linear-gradient(90deg,#ffffff0d 1px,#0000 0);background-size:40px 40px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}@media(max-width:768px){.getintouch_section{padding:3rem 1rem}}.getintouch_content{margin:0 auto;max-width:1200px;position:relative;z-index:2}.contact_section,.contact_section .logo_section,.getintouch_content{align-items:center;display:flex;justify-content:center}.contact_section .logo_section .company_logo{height:auto;object-fit:contain;width:clamp(120px,25vw,180px)}
/*# sourceMappingURL=main.a75510f0.css.map*/