*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#0a0a0a;border-left:1px solid #1a1a1a}::-webkit-scrollbar-thumb{background:#0ff;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#00e5e5}*{scrollbar-width:thin;scrollbar-color:#00ffff #0a0a0a}*{box-sizing:border-box;margin:0;padding:0}html,body{margin:0;padding:0;width:100%;height:100%}body{background-color:#000;font-family:Helvetica,Arial,sans-serif;color:#fff}#root{width:100%;height:100vh;display:flex;flex-direction:column;overflow-y:scroll;overflow-x:hidden}.hero-section,.services-section,.featured-projects,.client-testimonials,.ceo-banner-section,.contact-form-section{height:100vh;min-height:100vh;max-height:100vh;width:100%;flex-shrink:0;position:relative;overflow:hidden}.hero-section{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#000;padding:0 20px}.bars-container{position:absolute;bottom:0;left:0;width:100%;height:100%;display:flex;justify-content:space-between;align-items:flex-end;pointer-events:none;z-index:1;gap:0}@keyframes shimmer{0%{opacity:var(--base-opacity);filter:brightness(1)}50%{opacity:calc(var(--base-opacity) * .6);filter:brightness(1.2)}to{opacity:var(--base-opacity);filter:brightness(1)}}.bar{width:100px;height:60vh;background:linear-gradient(to top,rgba(0,255,255,.4) 0%,rgba(0,255,255,.1) 60%,transparent 100%);backdrop-filter:none;-webkit-backdrop-filter:none;border:none;transform-origin:bottom;position:relative;-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,.5) 20%,rgba(0,0,0,0) 60%);mask-image:linear-gradient(to top,#000,#00000080 20%,#0000 60%);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;opacity:var(--base-opacity, 1);animation:shimmer 5s infinite ease-in-out}.bar-group-left,.bar-group-right{display:flex;align-items:flex-end}.spacer{flex-grow:1;min-width:50px}.bar-group-left .bar:nth-child(1){height:40vh;--base-opacity: 1;animation-delay:0s}.bar-group-left .bar:nth-child(2){height:35vh;--base-opacity: .9;animation-delay:1.5s}.bar-group-left .bar:nth-child(3){height:30vh;--base-opacity: .7;animation-delay:.5s}.bar-group-left .bar:nth-child(4){height:25vh;--base-opacity: .5;animation-delay:2.2s}.bar-group-right .bar:nth-child(1){height:25vh;--base-opacity: .5;animation-delay:1.2s}.bar-group-right .bar:nth-child(2){height:30vh;--base-opacity: .7;animation-delay:.2s}.bar-group-right .bar:nth-child(3){height:35vh;--base-opacity: .9;animation-delay:2.5s}.bar-group-right .bar:nth-child(4){height:40vh;--base-opacity: 1;animation-delay:.8s}.header{width:100%;padding-top:clamp(20px,5vh,60px);display:flex;justify-content:center;z-index:10;flex-shrink:0}.logo-placeholder{width:400px;height:auto;display:flex;align-items:center;justify-content:center;font-size:clamp(24px,4vw,42px);letter-spacing:2px;color:#ffffffe6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.logo-3d-container{flex:1;width:100%;max-width:1400px;min-height:300px;z-index:5;pointer-events:none;background:transparent;opacity:0;animation:fadeIn 1s ease-out forwards;animation-delay:.2s;display:flex;justify-content:center;align-items:center}.content-wrapper{z-index:10;display:flex;flex-direction:column;align-items:center;gap:clamp(16px,3vh,32px);margin-bottom:clamp(30px,8vh,100px);text-align:center;flex-shrink:0}h1{font-family:Helvetica,sans-serif;font-weight:400;font-size:clamp(24px,5vw,40px);line-height:1.2;color:#efece5;display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center;opacity:0;transform:translateY(40px);animation:slideUpMain .6s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:1.5s}h1 .highlight-text{font-style:italic;color:#fff;font-family:Helvetica,sans-serif;opacity:0;display:inline-block;clip-path:inset(0 100% 0 0);animation:clipReveal .8s cubic-bezier(.7,0,.3,1) forwards;animation-delay:1.8s}@keyframes slideUpMain{to{opacity:1;transform:translateY(0)}}@keyframes clipReveal{0%{opacity:1;clip-path:inset(0 100% 0 0);transform:translate(-10px)}to{opacity:1;clip-path:inset(0 0 0 0);transform:translate(0)}}.button-group{display:flex;flex-direction:row;gap:14px;align-items:center}.btn{display:flex;justify-content:center;align-items:center;padding:15px 33px;height:47px;border-radius:0;text-decoration:none;font-family:Manrope,sans-serif;font-size:15px;font-weight:500;line-height:100%;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap;opacity:0;position:relative;z-index:1}.btn:nth-child(1){transform:translate(-50px);animation:slideInLeft .6s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:2.1s}.btn:nth-child(2){transform:translate(50px);animation:slideInRight .6s cubic-bezier(.2,.8,.2,1) forwards;animation-delay:2.1s}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}.btn:hover{transform:translateY(-2px);opacity:1!important}.btn-primary{background:#fff;color:#000;border:1px solid #FFFFFF;position:relative;overflow:hidden;transition:color .4s cubic-bezier(.2,.8,.2,1)}.btn-primary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0ff;transform:translate(-101%);transition:transform .4s cubic-bezier(.2,.8,.2,1);z-index:-1}.btn-primary:hover{color:#000;border-color:#0ff}.btn-primary:hover:before{transform:translate(0)}.btn-secondary{background:transparent;border:1px solid #FFFFFF;color:#fff}.btn-secondary:after{content:"";position:absolute;inset:-1px;box-shadow:0 0 8px #0ff6,0 0 15px #0ff3;opacity:0;z-index:-1;transition:opacity .3s ease}.btn-secondary:hover:after{opacity:1;animation:neon-pulse-cyan 1.5s infinite alternate}@keyframes neon-pulse-cyan{0%{box-shadow:0 0 8px #0ff6,0 0 15px #0ff3}to{box-shadow:0 0 20px #0ffc,0 0 35px #0ff6}}.floating-reach-out{display:none}.mobile-mini-logo{display:none;opacity:0;transition:opacity .4s ease;pointer-events:none}.mobile-mini-logo.is-visible{opacity:1;pointer-events:auto}@keyframes reachOutSlideIn{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@media(min-width:769px)and (max-width:1024px){.hero-section{height:100vh;padding:30px 40px}.logo-3d-container{max-height:45vh}.content-wrapper{margin-bottom:3vh}h1{font-size:42px;line-height:1.3}.subtitle{font-size:16px;max-width:550px}.button-group{gap:16px}.btn{height:50px;padding:0 32px;font-size:15px}.stats-bar{gap:40px;margin-top:40px}.stat-item h3{font-size:32px}.stat-item p{font-size:13px}}@media(max-width:768px){.hero-section{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important;overflow:hidden!important}.services-section,.featured-projects,.client-testimonials,.ceo-banner-section,.contact-form-section{height:auto;min-height:100vh;max-height:none;overflow:visible}.floating-reach-out{display:block;position:fixed;bottom:20px;right:20px;width:auto;height:44px;padding:0 20px;background-color:#0ff;color:#000;border:none;border-radius:0;font-family:Helvetica,sans-serif;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:3000;opacity:0;transform:translateY(20px) translateZ(0);transition:transform .4s cubic-bezier(.2,.8,.2,1),opacity .4s ease,background-color .3s ease,box-shadow .3s ease;box-shadow:0 4px 12px #0ff6}.floating-reach-out.is-visible{opacity:1;animation:reachOutSlideIn .8s cubic-bezier(.2,.8,.2,1) .5s forwards}.floating-reach-out:hover{background-color:#fff;color:#000;box-shadow:0 6px 16px #ffffff4d;transform:translateY(-2px);border-radius:0}.floating-reach-out:active{transform:translateY(0)}.mobile-mini-logo{display:block;position:fixed;top:20px;left:20px;z-index:2000}.mobile-mini-logo img{width:40px;height:40px;filter:brightness(0) invert(1);opacity:.8}.header{padding-top:20px}.logo-placeholder{display:flex;width:auto;height:auto;font-size:24px;letter-spacing:1px}.logo-3d-container{max-height:72vh;min-height:300px}.content-wrapper{margin-bottom:5vh;padding:0 20px}h1{font-size:32px;line-height:1.2;gap:5px}}@media(max-width:600px){.spacer{width:10px}.bar{width:30px}h1{font-size:28px;flex-direction:column;gap:0;margin-bottom:20px}.button-group{flex-direction:column;width:100%;max-width:280px;padding:0;gap:12px}.btn{width:100%;padding:12px 20px}}@media(max-width:380px){h1{font-size:24px}.logo-3d-container{max-height:36vh}.content-wrapper{gap:20px;margin-bottom:5vh}.btn{padding:10px 16px;font-size:13px;height:42px}.button-group{max-width:240px}}.services-section{width:100%;height:100vh;background-color:#000;padding:60px;display:flex;flex-direction:column;justify-content:center;gap:40px;position:relative;overflow:hidden;box-sizing:border-box}.services-header{display:flex;justify-content:space-between;align-items:flex-start;width:100%;max-width:1400px;margin:0 auto}.services-title h2{font-family:Helvetica,sans-serif;font-size:36px;font-weight:300;color:#fff;margin:0;letter-spacing:1px}.services-title h2 strong{font-weight:700}.services-title .tagline{font-family:Helvetica,sans-serif;font-size:36px;font-style:italic;color:#fff;margin:0;font-weight:300}.services-description{text-align:right;max-width:450px}.services-description p{font-family:Helvetica,sans-serif;font-size:14px;line-height:1.6;color:#fff;margin:0;font-weight:300}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;width:100%;max-width:1400px;margin:0 auto}.service-card{background-color:#0a0a0a;border:1px solid #1a1a1a;border-radius:8px;padding:0;display:flex;flex-direction:column;transition:transform .3s ease,border-color .3s ease;overflow:hidden;opacity:0;transform:translate(150px)}.services-section.visible .service-card{animation:slideInCardRight .6s cubic-bezier(.2,.8,.2,1) forwards}.services-section.visible .service-card:nth-child(1){animation-delay:.5s}.services-section.visible .service-card:nth-child(2){animation-delay:.6s}.services-section.visible .service-card:nth-child(3){animation-delay:.7s}@keyframes slideInCardRight{0%{opacity:0;transform:translate(150px)}to{opacity:1;transform:none}}.service-card:hover{transform:translateY(-4px);border-color:#2a2a2a}.service-image-placeholder{width:100%;height:250px;background:#111;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;color:#fff}.box-content-1{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;gap:2rem;width:100%;height:100%;padding:2rem}.icon-item{display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0}.icon-item img{transition:transform .3s cubic-bezier(.175,.885,.32,1.275),filter .3s ease;filter:brightness(0) saturate(100%) invert(88%) sepia(83%) saturate(4576%) hue-rotate(142deg) brightness(103%) contrast(106%);cursor:pointer}.icon-item:hover img{transform:scale(1.2);filter:brightness(0) invert(1) drop-shadow(0 0 8px rgba(0,255,255,.9));animation:icon-glitch .3s cubic-bezier(.25,.46,.45,.94) both}@keyframes icon-glitch{0%{transform:translate(0) scale(1.2)}20%{transform:translate(-3px,2px) scale(1.2) skew(10deg);filter:brightness(0) invert(1) sepia(1) hue-rotate(280deg) saturate(5)}40%{transform:translate(-3px,-2px) scale(1.2) skew(-15deg)}60%{transform:translate(3px,2px) scale(1.2) skew(5deg);filter:brightness(0) invert(1) sepia(1) hue-rotate(160deg) saturate(10)}80%{transform:translate(3px,-2px) scale(1.2) skew(-5deg)}to{transform:translate(0) scale(1.2);filter:brightness(0) invert(1) drop-shadow(0 0 10px rgba(0,255,255,1))}}.box-content-2{display:flex;align-items:center;transform:scale(1.1)}.tree-structure{display:flex;position:relative;height:7rem}.tree-line{width:2px;background-color:#374151;position:absolute;left:0;top:.75rem;bottom:.75rem;height:100%;transform-origin:top;opacity:0}.folder-list{display:flex;flex-direction:column;justify-content:space-between;padding-top:.25rem;padding-bottom:.25rem;margin-left:1.25rem;height:100%}.folder-item{display:flex;align-items:center;opacity:0}.folder-line-h{width:.75rem;height:2px;background-color:#374151;margin-left:-1.25rem;margin-right:.5rem}.box-content-3{display:flex;flex-direction:column;justify-content:center;padding:0 2rem;width:100%;height:100%;font-family:Courier New,Courier,monospace;font-size:.875rem;line-height:2rem;color:#e5e7eb}.terminal-line{opacity:0;overflow:hidden;white-space:nowrap;border-right:2px solid transparent}.prompt{color:#3b82f6;font-weight:700;margin-right:.5rem}@keyframes fadeInIcon{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes growHeight{0%{height:0;opacity:0}to{height:100%;opacity:1}}@keyframes typewriter{0%{width:0;opacity:1}to{width:100%;opacity:1}}@keyframes blinkCursor{0%,to{opacity:1}50%{opacity:0}}.terminal-cursor{animation:blinkCursor 1.5s infinite;display:inline-block;font-weight:700;color:#0ff}@keyframes starPop{0%{opacity:0;transform:scale(.01);filter:brightness(5) blur(2px)}30%{opacity:1;transform:scale(1.5,.02);filter:brightness(3) blur(1px)}60%{transform:scale(.9,1.3);filter:brightness(2) blur(0px)}80%{transform:scale(1.1,.9)}to{opacity:1;transform:scale(1);filter:brightness(1)}}.services-section.visible .service-card.active-card .box-content-1 .icon-item{animation:starPop .6s cubic-bezier(.2,.8,.2,1.2) forwards}.services-section.visible .service-card.active-card .box-content-1 .icon-item:nth-child(1){animation-delay:.3s}.services-section.visible .service-card.active-card .box-content-1 .icon-item:nth-child(5){animation-delay:.5s}.services-section.visible .service-card.active-card .box-content-1 .icon-item:nth-child(2){animation-delay:.7s}.services-section.visible .service-card.active-card .box-content-1 .icon-item:nth-child(4){animation-delay:.9s}.services-section.visible .service-card.active-card .box-content-1 .icon-item:nth-child(3){animation-delay:1.1s}.services-section.visible .service-card.active-card .box-content-2 .anim-fade-right{animation:fadeInIcon .6s ease-out forwards}.services-section.visible .service-card.active-card .box-content-2 .tree-line{animation:growHeight .5s ease-out forwards;animation-delay:.8s}.services-section.visible .service-card.active-card .box-content-2 .icon-item.root-folder{animation:fadeInIcon .6s ease-out forwards;animation-delay:.3s}.services-section.visible .service-card.active-card .box-content-2 .folder-item:nth-child(1){animation:fadeInIcon .6s ease-out forwards;animation-delay:1.1s}.services-section.visible .service-card.active-card .box-content-2 .folder-item:nth-child(2){animation:fadeInIcon .6s ease-out forwards;animation-delay:1.3s}.services-section.visible .service-card.active-card .box-content-2 .folder-item:nth-child(3){animation:fadeInIcon .6s ease-out forwards;animation-delay:1.5s}.services-section.visible .service-card.active-card .box-content-3 .terminal-line{animation:typewriter .6s steps(40) forwards}.services-section.visible .service-card.active-card .box-content-3 .terminal-line:nth-child(1){animation-delay:.3s}.services-section.visible .service-card.active-card .box-content-3 .terminal-line:nth-child(2){animation-delay:.6s}.services-section.visible .service-card.active-card .box-content-3 .terminal-line:nth-child(3){animation-delay:.9s}.services-section.visible .service-card.active-card .box-content-3 .terminal-line:nth-child(4){animation-delay:1.2s}.service-title{font-family:Helvetica,sans-serif;font-size:24px;font-weight:400;color:#fff;margin:0;padding:24px 24px 12px}.service-description{font-family:Helvetica,sans-serif;font-size:14px;line-height:1.6;color:#ccc;margin:0;padding:0 24px 24px;font-weight:300}@media(min-width:769px)and (max-width:1024px){.services-section{padding:40px 50px;min-height:100vh}.services-tagline{font-size:13px;margin-bottom:10px}.services-header{flex-direction:column;gap:25px;margin-bottom:40px}.services-description p{font-size:15px;line-height:1.6}.services-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px}.service-card{padding:28px 24px}.service-card h3{font-size:18px;margin-bottom:12px}.service-card p{font-size:14px;line-height:1.6}}@media(max-width:768px){.services-section{padding:20px 0;justify-content:center;gap:20px;height:100vh;min-height:100vh}.services-header{padding:0 24px;margin-top:0;margin-bottom:20px}.services-title h2,.services-title .tagline{font-size:28px}.services-description{font-size:13px;max-width:100%}.services-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;gap:30px;padding:20px 24px;width:100%;margin:0;-ms-overflow-style:none;scrollbar-width:none}.service-card{min-width:85vw;max-width:85vw;scroll-snap-align:center;scroll-snap-stop:always;height:auto;min-height:400px;opacity:.4!important;transform:scale(.92)!important;transition:transform .25s cubic-bezier(.19,1,.22,1),opacity .2s ease-out!important;animation:none!important}.service-card.active-card{opacity:1!important;transform:scale(1)!important;border-color:#0ff;box-shadow:0 0 20px #0ff3}.service-image-placeholder{height:200px}.box-content-3{font-size:.7rem;line-height:1.5rem}}.featured-projects{width:100%;min-height:100vh;height:auto;background-color:#000;padding:40px 60px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:visible;box-sizing:border-box}.featured-tag{display:none}.featured-title{font-family:Helvetica,sans-serif;font-size:48px;font-weight:400;color:#fff;margin:0 0 30px;text-align:center;position:relative;z-index:1}.featured-title em{font-style:italic;font-weight:400}.filter-tabs{display:none}.project-category-label{display:flex;align-items:center;width:100%;background-color:#1a1a1a;color:#fff;font-family:Helvetica,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:10px 15px;position:relative;z-index:5;gap:15px}.project-category-label:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background:#0ff;box-shadow:16px 0 #00e5e5,32px 0 #0cc;margin-right:40px}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;width:100%;max-width:1000px;margin-bottom:30px;position:relative;z-index:1}.project-card{background-color:transparent;border:none;overflow:visible;position:relative;transition:transform .3s ease;cursor:pointer;z-index:1;display:flex;flex-direction:column;align-items:flex-start;width:100%;opacity:0;transform:translateY(100px)}.featured-projects.visible .project-card{animation:slideInCardUp .8s cubic-bezier(.2,.8,.2,1) forwards}.featured-projects.visible .project-card:nth-child(1){animation-delay:.5s}.featured-projects.visible .project-card:nth-child(2){animation-delay:.6s}.featured-projects.visible .project-card:nth-child(3){animation-delay:.7s}.featured-projects.visible .project-card:nth-child(4){animation-delay:.8s}@keyframes slideInCardUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:none}}.project-image-placeholder{width:100%;aspect-ratio:3 / 2;background-color:#0a0a0a;border:1px solid #333333;position:relative;overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease;z-index:1}.project-card:hover .project-image-placeholder{border-color:#0ff;box-shadow:0 0 30px #0ff3}.project-image-placeholder img{width:100%;height:100%;object-fit:contain;display:block}.project-hover-overlay{position:absolute;inset:0;background:#000000f2;display:flex;flex-direction:column;opacity:0;transition:opacity .3s ease;pointer-events:none;font-family:Courier New,Courier,monospace}.project-card:hover .project-hover-overlay{opacity:1}.terminal-body{padding:12px 20px;flex-grow:1;text-align:left}.terminal-line{font-size:13px;color:#0ff;margin-bottom:5px}.terminal-prompt{font-weight:700;margin-right:8px}.project-description{font-size:14px;line-height:1.5;color:#fff;margin:0 0 1rem}.project-expertise{font-size:12px;line-height:1.4;color:#0ff;margin:0;font-weight:500}.terminal-cursor{display:inline-block;width:8px;height:15px;background:#0ff;margin-left:4px;animation:blink 1s step-end infinite;vertical-align:middle}@keyframes blink{50%{opacity:0}}.explore-button{background-color:#000;color:#fff;border:1px solid #00FFFF;padding:0 48px;height:56px;font-family:Helvetica,sans-serif;font-size:16px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;letter-spacing:1px;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease}.explore-button:hover{background-color:#0ff;color:#000;box-shadow:0 4px 12px #00ffff4d}@media(min-width:769px)and (max-width:1024px){.featured-projects{padding:30px 40px}.featured-title{font-size:42px;margin-bottom:25px}.projects-grid{max-width:850px;gap:20px;margin-bottom:25px}.project-category-label{font-size:12px;padding:8px 12px}.project-image-placeholder{aspect-ratio:16 / 9}.terminal-body{padding:10px 16px}.terminal-line{font-size:12px}.project-description{font-size:13px}.project-expertise{font-size:11px}.explore-button{height:50px;font-size:15px;padding:0 40px}}.mobile-accordion-header{display:none}@media(max-width:768px){.featured-projects{padding:100px 24px 80px!important;height:auto!important;min-height:100vh!important;max-height:none!important;justify-content:flex-start;overflow:visible!important;display:flex;flex-direction:column;align-items:center}.project-card:hover .project-hover-overlay{opacity:0}.project-card:hover .project-image-placeholder{border-color:#333;box-shadow:none}.featured-title{font-size:32px;margin-bottom:24px;text-align:center}.filter-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:30px;width:100%}.filter-tab{background-color:#000;border:1px solid #333;color:#888;padding:12px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;text-transform:uppercase;transition:background-color .25s,color .25s}.filter-tab.active{background-color:#0ff;color:#000;border-color:#0ff}.project-category-label{display:none}.projects-grid{display:flex;flex-direction:column;gap:10px;width:100%;margin-bottom:30px;height:auto}.project-card{position:relative;opacity:1!important;transform:none!important;animation:none!important;display:flex;flex-direction:column;align-items:stretch!important;border:1px solid #333;background-color:transparent;overflow:hidden;transition:border-color .3s ease}.featured-projects.visible .project-card{animation:none!important;opacity:1!important;transform:none!important}.mobile-accordion-header{display:flex;justify-content:space-between;align-items:center;padding:15px;background-color:#0a0a0a;min-height:60px;cursor:pointer}.accordion-title{font-family:Helvetica,sans-serif;font-size:16px;font-weight:600;color:#fff}.accordion-icon{color:#0ff;font-size:20px;transition:transform .4s ease}.project-image-placeholder{max-height:0;opacity:0;overflow:hidden;border:none;background-color:transparent;transition:opacity .4s ease-out,max-height .4s cubic-bezier(0,1,0,1);height:auto!important;transform:translateZ(0)}.project-image-placeholder img{width:100%;height:auto!important;object-fit:cover}.accordion-expanded{border-color:#0ff}.accordion-expanded .accordion-icon{transform:rotate(180deg)}.accordion-expanded .project-image-placeholder{max-height:1200px;opacity:1;overflow:hidden;transition:max-height .5s ease-in-out,opacity .3s ease-in .2s}.accordion-expanded .main-img{width:100%;height:auto;max-height:none;object-fit:contain;display:block;aspect-ratio:1600 / 1064}.accordion-expanded .project-hover-overlay{opacity:0;pointer-events:none;position:absolute;background:#000;padding:12px;border-top:1px solid #222;font-family:inherit;transition:opacity .3s ease}.accordion-expanded .project-hover-overlay.mobile-active{opacity:1!important;pointer-events:auto}.accordion-expanded .project-hover-overlay .terminal-header,.accordion-expanded .project-hover-overlay .terminal-line:first-child,.accordion-expanded .project-hover-overlay .project-title-output{display:none}.accordion-expanded .project-hover-overlay .terminal-body{padding:0}.accordion-expanded .project-hover-overlay .terminal-line{margin-top:5px!important}.explore-button{position:relative;display:flex;width:100%;max-width:280px;margin:0 auto 20px}.mobile-stats-section{margin-bottom:0;padding-bottom:0}.mobile-stats-line{font-family:Courier New,Courier,monospace;font-size:12px;line-height:1.4;color:#0ff;margin:2px 0;font-weight:600;text-transform:uppercase}.mobile-stats-line:first-child{color:#fff;font-weight:700;margin-bottom:8px}.terminal-separator{color:#333;font-family:Courier New,Courier,monospace;font-size:12px;margin:0}.terminal-line{font-size:12px;margin-bottom:2px}.project-description{font-size:13px;line-height:1.4}.project-expertise{font-size:11px;line-height:1.3}.mobile-stats-section+.terminal-line{margin-top:0!important}}@media(min-width:769px){.mobile-stats-section{display:none!important}}.ceo-banner-section{width:100%;height:100vh;min-height:100vh;max-height:100vh;flex-shrink:0;padding:60px;background-color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.ceo-card{width:100%;max-width:1200px;height:550px;background:linear-gradient(135deg,#0a0a0a,#050505);border:1px solid #1a1a1a;border-radius:0;padding:60px;display:flex;flex-direction:row;align-items:center;position:relative;overflow:hidden}.ceo-image-container{position:absolute;bottom:0;right:0;width:50%;height:100%;z-index:1;pointer-events:none;overflow:visible}.ceo-image-glow{position:absolute;bottom:10%;right:10%;width:80%;height:80%;background:radial-gradient(circle,#0ff3,#0000 70%);opacity:.8;z-index:-1;animation:pulseGlow 4s infinite alternate ease-in-out}@keyframes pulseGlow{0%{opacity:.4;transform:scale(.9)}to{opacity:.8;transform:scale(1.1)}}.ceo-image{position:absolute;bottom:0;right:0;height:90%;width:auto;filter:drop-shadow(-10px 0 20px rgba(0,0,0,.5));transition:transform .3s ease}.ceo-image:hover{transform:scale(1.02)}.ceo-content{flex:1;max-width:55%;z-index:2;padding-right:20px;display:flex;flex-direction:column;justify-content:center;height:100%}.ceo-title-block{display:flex;align-items:flex-start;gap:15px;margin-bottom:32px}.ceo-quote-icon{font-size:50px;color:#0ff;line-height:.8;margin-top:5px;margin-bottom:0;font-family:Georgia,serif}.ceo-name-group{display:flex;flex-direction:column}.ceo-name{font-family:Helvetica,sans-serif;font-size:32px;font-weight:700;color:#fff;margin:0 0 4px}.ceo-role{font-family:Helvetica,sans-serif;font-size:18px;font-weight:400;color:#0ff;text-transform:uppercase;letter-spacing:2px}.ceo-quote-text{font-family:Helvetica,sans-serif;font-size:24px;line-height:1.5;font-style:italic;color:#e5e5e5;margin-bottom:24px}.ceo-quote-text strong{color:#fff;font-weight:600}.ceo-actions{display:flex;flex-direction:row;align-items:center;gap:0;margin-top:40px}.ceo-linkedin-link{margin-top:0;display:inline-flex;align-items:center;gap:14px;background:transparent;border:1px solid #00FFFF;border-right:none;color:#0ff;padding:0 48px;height:56px;border-radius:0;text-decoration:none;font-family:Helvetica,sans-serif;font-size:16px;font-weight:500;transition:all .3s ease;z-index:10;letter-spacing:1px;box-sizing:border-box}.ceo-linkedin-link:hover{background:#0ff;color:#000;box-shadow:-5px 0 20px #00ffff4d;z-index:11}.ceo-mail-link{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid #00FFFF;color:#0ff;width:56px;height:56px;border-radius:0;text-decoration:none;transition:all .3s ease;z-index:10;box-sizing:border-box}.ceo-mail-link:hover{background:#0ff;color:#000;box-shadow:5px 0 20px #00ffff4d;z-index:11}.card-decoration{position:absolute;pointer-events:none;z-index:1}.card-decoration.top-right{top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,rgba(0,255,255,.05) 0%,transparent 70%)}.card-decoration.bottom-left{bottom:-50px;left:-50px;width:300px;height:300px;background:radial-gradient(circle,rgba(0,255,255,.03) 0%,transparent 70%)}@media(max-width:900px){.ceo-banner-section{padding:30px 24px 60px!important;height:auto!important;min-height:100vh!important;max-height:none!important;overflow:visible!important;justify-content:center}.ceo-card{flex-direction:column-reverse;padding:40px 24px;text-align:center;height:auto!important;min-height:0!important;max-height:none!important;gap:30px;width:100%;max-width:450px;overflow:visible!important}.ceo-image-container{position:relative;width:100%;height:auto;margin:0;display:flex;justify-content:center;align-items:center;z-index:10;right:auto;bottom:auto}.ceo-image{position:relative;width:80%;max-width:260px;height:auto;right:auto;bottom:auto;object-fit:contain;filter:drop-shadow(0 15px 30px rgba(0,0,0,.6))}.ceo-image-glow{display:none}.ceo-content{align-items:center;display:flex;flex-direction:column;max-width:100%;padding:0;height:auto}.ceo-title-block{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;position:relative;margin-bottom:20px}.ceo-name-group{display:flex;flex-direction:column;align-items:center;position:relative}.ceo-quote-icon{position:absolute;right:calc(100% - 50px);top:-10px;margin:0;font-size:36px;white-space:nowrap}.ceo-name{font-size:24px;margin-bottom:5px}.ceo-role{font-size:14px}.ceo-quote-text{font-size:17px;line-height:1.5;margin-bottom:0}.ceo-actions{margin-top:40px;width:100%;justify-content:center;display:flex}.ceo-linkedin-link{padding:0 25px;font-size:14px;height:50px}.ceo-mail-link{width:50px;height:50px}}.client-testimonials{width:100%;height:100vh;background-color:#000;padding:40px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.testimonials-tag{display:none}.testimonials-title{font-family:Helvetica,sans-serif;font-size:48px;font-weight:400;color:#fff;margin:0 0 40px;text-align:center}.testimonials-title em{font-style:italic;font-weight:400}.testimonials-slider{width:100%;overflow:hidden;padding:10px 0 20px;display:flex;flex-direction:column;gap:20px}.testimonials-track{display:flex;gap:20px;width:max-content;animation:scroll-testimonials 60s linear infinite;will-change:transform;backface-visibility:hidden;perspective:1000px;transform:translateZ(0);contain:layout;-webkit-font-smoothing:antialiased}.testimonials-track.scroll-right{display:flex;animation:scroll-testimonials-right 60s linear infinite;will-change:transform;backface-visibility:hidden;perspective:1000px;transform:translateZ(0);contain:layout}.testimonials-track:hover{animation-play-state:paused}@keyframes scroll-testimonials{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes scroll-testimonials-right{0%{transform:translate3d(-50%,0,0)}to{transform:translateZ(0)}}.testimonial-card{background-color:#0a0a0a;border:1px solid #1a1a1a;border-radius:0;padding:30px;width:380px;min-width:380px;display:flex;flex-direction:column;gap:18px;transition:transform .3s ease,border-color .3s ease;transform:translateZ(0)}.testimonial-card:hover{transform:translateY(-4px) translateZ(0);border-color:#0ff;box-shadow:0 0 30px #0ff6}.platform-icons{display:flex;align-items:center;gap:12px}.platform-icon{width:40px;height:40px;background-color:#1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.platform-icon svg{width:18px;height:18px}.testimonial-text{font-family:Helvetica,sans-serif;font-size:16px;line-height:1.8;color:#ccc;margin:0;font-weight:300;flex-grow:1}.testimonial-author{display:flex;align-items:center;gap:16px;margin-top:auto}.author-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid #00FFFF}.avatar-initials{font-family:Helvetica,sans-serif;font-size:16px;font-weight:600;color:#0ff;letter-spacing:.5px}.author-info{display:flex;flex-direction:column;gap:4px}.author-name{font-family:Helvetica,sans-serif;font-size:16px;font-weight:500;color:#fff}.author-position{font-family:Helvetica,sans-serif;font-size:13px;font-weight:300;color:#888}@media(min-width:769px)and (max-width:1024px){.client-testimonials{padding:30px 0}.testimonials-title{font-size:42px;margin-bottom:35px}.testimonials-slider{padding:8px 0 15px;gap:18px}.testimonials-track{gap:18px}.testimonial-card{width:340px;min-width:340px;padding:26px;gap:16px}.platform-icon{width:36px;height:36px}.platform-icon svg{width:16px;height:16px}.testimonial-text{font-size:15px;line-height:1.7}.author-avatar{width:45px;height:45px}.avatar-initials,.author-name{font-size:15px}.author-position{font-size:12px}}@media(max-width:1024px){.testimonial-card{width:380px;min-width:380px;padding:32px}}@media(max-width:768px){.client-testimonials{padding:50px 0 80px;height:auto;min-height:40vh;justify-content:flex-start}.testimonials-title{font-size:28px;margin-bottom:20px;padding:0 24px}.testimonials-slider{gap:15px;padding:0}.testimonials-track.scroll-right{display:none}.testimonials-track{padding:0 20px;gap:15px;animation-duration:80s;will-change:auto}.testimonial-card{width:280px;min-width:280px;padding:18px;gap:10px;background-color:#050505;box-shadow:none!important;border-color:#111}.testimonial-text{font-size:13px;line-height:1.4}.platform-icon{width:28px;height:28px}.author-avatar{width:35px;height:35px}}.contact-form-section{width:100%;min-height:100vh;background-color:#000;padding:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.contact-tag{background-color:#1a1a1a;color:#fff;padding:8px 20px;font-family:Helvetica,sans-serif;font-size:13px;font-weight:400;margin-bottom:30px}.contact-title{font-family:Helvetica,sans-serif;font-size:56px;font-weight:400;color:#fff;margin:0 0 60px;text-align:center}.contact-title em{font-style:italic;font-weight:400}.contact-form{width:100%;max-width:720px;display:flex;flex-direction:column;gap:32px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}.form-group{display:flex;flex-direction:column;gap:12px}.form-group label{font-family:Helvetica,sans-serif;font-size:14px;font-weight:400;color:#fff}.form-group input,.form-group textarea{background-color:#0a0a0a;border:1px solid #1a1a1a;border-radius:0;padding:16px 20px;font-family:Helvetica,sans-serif;font-size:14px;color:#fff;transition:border-color .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#666}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2a2a2a}.form-group textarea{resize:vertical;min-height:150px}.button-group{display:flex;gap:12px;flex-wrap:wrap}.option-button{background-color:#1a1a1a;border:1px solid #1a1a1a;border-radius:0;padding:12px 24px;font-family:Helvetica,sans-serif;font-size:14px;font-weight:400;color:#fff;cursor:pointer;transition:all .3s ease}.option-button:hover{background-color:#2a2a2a;border-color:#2a2a2a}.option-button.active{background-color:#fff;color:#000;border-color:#fff}.file-input-wrapper{position:relative;width:100%}.file-input-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.file-input-label{display:flex;align-items:center;gap:12px;background-color:#0a0a0a;border:1px solid #1a1a1a;padding:16px 20px;color:#888;cursor:pointer;transition:all .3s ease;font-family:Helvetica,sans-serif;font-size:14px}.file-input-label:hover{border-color:#0ff;color:#fff;background-color:#111}.file-input-label svg{color:#0ff}.file-error-message{color:red;font-size:12px;margin-top:8px;font-family:Helvetica,sans-serif}.submit-button{background-color:#0ff;color:#000;border:none;border-radius:0;padding:16px 40px;font-family:Helvetica,sans-serif;font-size:15px;font-weight:500;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;align-self:center;margin-top:20px}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00ffff4d}@media(max-width:1024px){.contact-form-section{padding:60px 40px}.contact-title{font-size:44px}.contact-form{max-width:600px}}@media(max-width:768px){.contact-form-section{padding:60px 24px 80px;min-height:auto}.contact-tag{font-size:12px;padding:6px 16px;margin-bottom:20px}.contact-title{font-size:32px;margin-bottom:32px;line-height:1.2}.contact-form{max-width:100%;gap:24px}.form-row{grid-template-columns:1fr;gap:20px}.form-group{gap:10px}.form-group label{font-size:13px}.form-group input,.form-group textarea{padding:14px 16px;font-size:14px}.button-group{gap:8px}.option-button{font-size:12px;padding:10px 16px;flex:1;min-width:fit-content}.submit-button{width:100%;padding:16px;font-size:14px;margin-top:12px}}.form-message{padding:16px 24px;border-radius:4px;font-family:Helvetica,sans-serif;font-size:14px;font-weight:500;text-align:center;margin-top:20px;animation:slideInUp .3s ease-out}.form-message.success{background-color:#00ff001a;border:1px solid rgba(0,255,0,.3);color:#0f0}.form-message.error{background-color:#ff00001a;border:1px solid rgba(255,0,0,.3);color:red}.submit-button:disabled{opacity:.6;cursor:not-allowed}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.footer{width:100%;background-color:#000;color:#fff;border-top:1px solid #1a1a1a}.footer-content{max-width:1400px;margin:0 auto;padding:4rem 3rem;display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:3rem}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:.75rem;font-family:Helvetica,sans-serif;font-size:1.25rem;font-weight:500;color:#fff}.footer-logo svg{color:#0ff}.footer-description{font-family:Helvetica,sans-serif;font-size:.9rem;line-height:1.6;color:#ccc;margin:0;max-width:400px}.footer-locations{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.footer-location{display:flex;flex-direction:column;gap:.25rem;font-family:Helvetica,sans-serif;font-size:.85rem}.footer-location strong{color:#888;font-weight:500}.footer-location span{color:#ccc}.footer-column{display:flex;flex-direction:column;gap:1rem}.footer-heading{font-family:Helvetica,sans-serif;font-size:1rem;font-weight:500;color:#fff;margin:0;margin-bottom:.5rem}.footer-nav{display:flex;flex-direction:column;gap:.75rem}.footer-nav a{font-family:Helvetica,sans-serif;font-size:.9rem;color:#ccc;text-decoration:none;transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.footer-nav a:hover{color:#0ff}.footer-icon{font-size:1rem}.footer-social-column{align-items:flex-start}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.footer-social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#1a1a1a;border:1px solid #2a2a2a;color:#0ff;transition:all .3s ease}.footer-social a:hover{background-color:#0ff;border-color:#0ff;color:#000;transform:translateY(-2px)}.footer-social svg{width:20px;height:20px}.footer-bottom{border-top:1px solid #1a1a1a;padding:2rem 3rem;display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto}.footer-copyright,.footer-legal{font-family:Helvetica,sans-serif;font-size:.85rem;color:#888;margin:0}.footer-legal-links{display:flex;gap:1rem;align-items:center;font-family:Helvetica,sans-serif;font-size:.85rem}.footer-legal-links a{color:#888;text-decoration:none;transition:color .3s ease}.footer-legal-links a:hover{color:#0ff}.footer-legal-links .separator{color:#444}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;padding:3rem 2rem;gap:2rem}.footer-brand{grid-column:1 / -1}.footer-bottom{padding:2rem}}@media(max-width:768px){.footer-content{grid-template-columns:1fr;padding:3rem 24px;gap:2.5rem}.footer-brand{grid-column:1;gap:1rem}.footer-logo{font-size:1.1rem}.footer-logo img{width:28px;height:28px}.footer-description{font-size:.875rem;line-height:1.6}.footer-column{gap:.75rem}.footer-heading{font-size:.9rem;margin-bottom:.5rem}.footer-nav{gap:.5rem}.footer-nav a{font-size:.875rem;padding:.25rem 0}.footer-social-column{align-items:flex-start}.footer-social{gap:12px;margin-top:.5rem}.footer-social a{width:44px;height:44px}.footer-social svg{width:18px;height:18px}.footer-bottom{flex-direction:column;gap:.75rem;text-align:center;padding:1.5rem 24px}.footer-copyright{font-size:.75rem}.footer-legal-links{font-size:.75rem;gap:.75rem}.footer-legal-links a{font-size:.75rem}}.sticky-header{position:fixed;top:0;left:0;width:100%;height:70px;background-color:#111;color:#fff;z-index:1000;display:flex;align-items:center;box-shadow:0 4px 20px #00000080;transform:translateY(-100%);opacity:0;transition:transform .4s ease,opacity .4s ease;pointer-events:none}.sticky-header.is-visible{transform:translateY(0);opacity:1;pointer-events:auto;transition-delay:.2s}.header-container{width:100%;max-width:1400px;margin:0 auto;padding:0 60px;display:flex;justify-content:space-between;align-items:center;position:relative}.header-center{position:absolute;left:50%;transform:translate(-50%);pointer-events:none}.section-label{font-family:Courier New,Courier,monospace;font-size:14px;color:#fff;letter-spacing:1px}.section-label em{font-style:normal;font-weight:400;display:block}.header-left{display:flex;align-items:center;gap:24px}.header-logo{display:flex;align-items:center;gap:10px;font-family:Helvetica,sans-serif;font-weight:700;font-size:18px;letter-spacing:1px}.header-logo img{filter:brightness(0) invert(1)}.brand-name{color:#fff}.header-slogan{font-family:Helvetica,sans-serif;font-style:italic;font-weight:300;font-size:16px;color:#888}.reach-out-link{background-color:#fff;color:#000;border:none;border-radius:0;padding:10px 24px;font-family:Helvetica,sans-serif;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;position:relative;overflow:hidden;transition:color .4s cubic-bezier(.2,.8,.2,1);display:inline-block;z-index:1}.reach-out-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0ff;transform:translate(-101%);transition:transform .4s cubic-bezier(.2,.8,.2,1);z-index:-1}.reach-out-link:hover{color:#000;box-shadow:0 4px 12px #00ffff4d}.reach-out-link:hover:before{transform:translate(0)}@media(max-width:768px){.sticky-header{display:none!important}}
