.Components-module__E1xsiG__navbar{width:100%;height:var(--header-height);z-index:100;transition:var(--transition-smooth);align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;left:0}.Components-module__E1xsiG__navbarScrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f9f8f6bf;border-bottom:1px solid #1b2b3e0d;height:70px}.Components-module__E1xsiG__navbarScrolledDark{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#111a24bf;border-bottom:1px solid #f9f8f60d;height:70px}.Components-module__E1xsiG__navContainer{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;display:flex}.Components-module__E1xsiG__logoArea{font-family:var(--font-space-grotesk), sans-serif;color:var(--text-navy);cursor:pointer;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;display:flex}.Components-module__E1xsiG__logoAreaDark{color:var(--text-cream)}.Components-module__E1xsiG__navLinks{align-items:center;gap:2rem;display:flex}.Components-module__E1xsiG__navLink{color:var(--color-grey-dark);padding:.5rem 0;font-size:.95rem;font-weight:500;position:relative}.Components-module__E1xsiG__navLinkDark{color:var(--color-grey)}.Components-module__E1xsiG__navLink:after{content:"";background-color:var(--color-ochre);width:0;height:2px;transition:var(--transition-fast);position:absolute;bottom:0;left:0}.Components-module__E1xsiG__navLink:hover{color:var(--text-navy)}.Components-module__E1xsiG__navLinkDark:hover{color:var(--text-cream)}.Components-module__E1xsiG__navLink:hover:after{width:100%}.Components-module__E1xsiG__ctaButton{background:var(--text-navy);color:var(--bg-cream);transition:var(--transition-fast);border:1px solid #0000;border-radius:30px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600}.Components-module__E1xsiG__ctaButtonDark{background:var(--bg-cream);color:var(--text-navy)}.Components-module__E1xsiG__ctaButton:hover{background:var(--color-ochre);color:#fff;box-shadow:var(--glow-shadow);transform:translateY(-2px)}.Components-module__E1xsiG__menuButton{cursor:pointer;font-size:1.5rem;display:none}@media (max-width:768px){.Components-module__E1xsiG__navLinks{display:none}.Components-module__E1xsiG__menuButton{color:var(--text-navy);display:block}.Components-module__E1xsiG__menuButtonDark{color:var(--text-cream)}}.Components-module__E1xsiG__mobileMenu{top:var(--header-height);background:var(--bg-cream);z-index:99;border-bottom:1px solid #1b2b3e0d;flex-direction:column;gap:1.25rem;width:100%;padding:1.5rem 2rem;display:flex;position:fixed;left:0;box-shadow:0 10px 20px #0000000d}.Components-module__E1xsiG__mobileMenuDark{background:var(--bg-navy);border-bottom:1px solid #f9f8f60d}.Components-module__E1xsiG__pathWrapper{pointer-events:none;z-index:2;width:120px;height:100%;margin-left:420px;position:fixed;top:0;left:50%}.Components-module__E1xsiG__pathSvg{width:100%;height:100%;overflow:visible}.Components-module__E1xsiG__pathTrack{stroke:#e5c3a626;stroke-width:3px;fill:none}.Components-module__E1xsiG__pathActive{stroke:var(--color-ochre);stroke-dasharray:6 3;stroke-width:3px;fill:none;filter:drop-shadow(0 0 4px #c5732a80)}.Components-module__E1xsiG__interactiveNode{pointer-events:auto;cursor:pointer}.Components-module__E1xsiG__nodeOuter{fill:var(--bg-cream);stroke:var(--color-sand);stroke-width:2px;transition:var(--transition-fast)}.Components-module__E1xsiG__nodeOuterActive{stroke:var(--color-ochre);fill:var(--bg-navy);filter:drop-shadow(0 0 8px #c5732a99)}.Components-module__E1xsiG__nodeInner{fill:var(--text-navy);transition:var(--transition-fast)}.Components-module__E1xsiG__nodeInnerActive{fill:var(--color-ochre)}@media (max-width:1024px){.Components-module__E1xsiG__pathWrapper{display:none}}.Components-module__E1xsiG__hero{min-height:100vh;padding-top:var(--header-height);z-index:1;align-items:center;display:flex;position:relative;overflow:hidden}.Components-module__E1xsiG__heroContent{grid-template-cols:1.2fr .8fr;z-index:3;align-items:center;gap:4rem;width:100%;display:grid;position:relative}@media (max-width:1024px){.Components-module__E1xsiG__heroContent{grid-template-cols:1fr;text-align:center;gap:3rem;padding:4rem 0}}.Components-module__E1xsiG__heroLeft{z-index:3;flex-direction:column;gap:1.5rem;display:flex;position:relative}.Components-module__E1xsiG__heroBadge{color:var(--color-ochre);letter-spacing:.05em;text-transform:uppercase;background:#e5c3a633;border:1px solid #c5732a4d;border-radius:20px;align-self:flex-start;padding:.4rem 1rem;font-size:.85rem;font-weight:600}@media (max-width:1024px){.Components-module__E1xsiG__heroBadge{align-self:center}}.Components-module__E1xsiG__heroTitle{color:var(--text-navy);font-size:4rem;line-height:1.1}.Components-module__E1xsiG__heroTitle span{color:var(--color-ochre)}@media (max-width:768px){.Components-module__E1xsiG__heroTitle{font-size:2.75rem}}.Components-module__E1xsiG__heroSubtitle{color:var(--color-grey-dark);max-width:580px;font-size:1.25rem}@media (max-width:1024px){.Components-module__E1xsiG__heroSubtitle{margin:0 auto}}.Components-module__E1xsiG__heroBtns{gap:1.25rem;margin-top:1rem;display:flex}@media (max-width:1024px){.Components-module__E1xsiG__heroBtns{justify-content:center}}.Components-module__E1xsiG__primaryBtn{background:var(--text-navy);color:var(--bg-cream);transition:var(--transition-fast);border-radius:30px;padding:.85rem 2rem;font-size:1rem;font-weight:600}.Components-module__E1xsiG__primaryBtn:hover{background:var(--color-ochre);box-shadow:var(--glow-shadow);transform:translateY(-2px)}.Components-module__E1xsiG__secondaryBtn{border:1px solid var(--color-sand);color:var(--text-navy);transition:var(--transition-fast);background:0 0;border-radius:30px;padding:.85rem 2rem;font-size:1rem;font-weight:600}.Components-module__E1xsiG__secondaryBtn:hover{border-color:var(--text-navy);background:#1b2b3e05}.Components-module__E1xsiG__heroRight{justify-content:center;align-items:center;display:flex;position:relative}.Components-module__E1xsiG__logoVisualizer{width:320px;height:320px;position:relative}@media (max-width:768px){.Components-module__E1xsiG__logoVisualizer{width:240px;height:240px}}.Components-module__E1xsiG__intro{background-color:var(--bg-cream);z-index:1;padding:8rem 0;position:relative}.Components-module__E1xsiG__introContent{text-align:center;z-index:3;flex-direction:column;gap:2.5rem;max-width:800px;margin:0 auto;display:flex;position:relative}.Components-module__E1xsiG__introLabel{color:var(--color-ochre);text-transform:uppercase;letter-spacing:.15em;font-size:.9rem;font-weight:600}.Components-module__E1xsiG__introHeading{color:var(--text-navy);font-size:2.5rem;line-height:1.3}@media (max-width:768px){.Components-module__E1xsiG__introHeading{font-size:1.8rem}}.Components-module__E1xsiG__introText{color:var(--color-grey-dark);font-size:1.2rem;line-height:1.7}.Components-module__E1xsiG__servicesWrapper{background-color:var(--bg-navy);color:var(--text-cream);z-index:1;transition:background-color .8s;position:relative}.Components-module__E1xsiG__showcaseSection{border-bottom:1px solid #f9f8f60d;align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative}.Components-module__E1xsiG__showcaseContainer{grid-template-cols:1fr 1.1fr;align-items:center;gap:6rem;width:100%;display:grid}.Components-module__E1xsiG__showcaseContainerAlt{grid-template-cols:1.1fr 1fr}@media (max-width:1024px){.Components-module__E1xsiG__showcaseContainer,.Components-module__E1xsiG__showcaseContainerAlt{grid-template-cols:1fr;gap:4rem;padding:2rem 0}}.Components-module__E1xsiG__showcaseLeft{z-index:3;flex-direction:column;gap:1.5rem;display:flex;position:relative}.Components-module__E1xsiG__showcaseLeftAlt{order:2}@media (max-width:1024px){.Components-module__E1xsiG__showcaseLeftAlt{order:unset}}.Components-module__E1xsiG__serviceNum{font-family:var(--font-space-grotesk), sans-serif;color:var(--color-sand);opacity:.6;font-size:1.5rem;font-weight:600}.Components-module__E1xsiG__serviceTitle{color:var(--text-cream);font-size:3rem;line-height:1.1}@media (max-width:768px){.Components-module__E1xsiG__serviceTitle{font-size:2.2rem}}.Components-module__E1xsiG__serviceDesc{color:var(--color-grey);font-size:1.1rem;line-height:1.6}.Components-module__E1xsiG__techStack{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.Components-module__E1xsiG__techTag{color:var(--color-sand);background:#f9f8f60f;border:1px solid #f9f8f61a;border-radius:20px;padding:.35rem .85rem;font-size:.8rem;font-weight:500}.Components-module__E1xsiG__showcaseRight{perspective:1000px;z-index:3;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.Components-module__E1xsiG__laptopMockup{aspect-ratio:16/10;width:100%;max-width:520px;transition:transform .5s;position:relative;transform:rotateY(-10deg)rotateX(5deg)}.Components-module__E1xsiG__laptopMockup:hover{transform:rotateY(-5deg)rotateX(2deg)}.Components-module__E1xsiG__laptopScreen{background:#111;border:12px solid #222;border-radius:12px 12px 0 0;width:100%;height:92%;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.Components-module__E1xsiG__laptopBase{background:#e2e8f0;border-radius:0 0 12px 12px;width:114%;height:8%;position:absolute;bottom:0;left:-7%;box-shadow:0 8px #cbd5e1,0 15px 20px #0000004d}.Components-module__E1xsiG__phoneMockup{background:#000;border:10px solid #222;border-radius:36px;width:250px;height:500px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.Components-module__E1xsiG__phoneMockupAndroid{border-radius:28px}.Components-module__E1xsiG__phoneCamera{z-index:5;background:#222;border-radius:10px;width:50px;height:15px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.Components-module__E1xsiG__phoneCameraAndroid{border-radius:50%;width:10px;height:10px;top:12px}.Components-module__E1xsiG__phoneContent{background:#151e29;flex-direction:column;width:100%;height:100%;padding-top:30px;display:flex;overflow:hidden}.Components-module__E1xsiG__nodesContainer{background:#f9f8f608;border:1px solid #f9f8f614;border-radius:20px;width:100%;max-width:480px;height:380px;position:relative;overflow:hidden}.Components-module__E1xsiG__webMockUi{color:#fff;grid-template-rows:auto 1fr;width:100%;height:100%;font-family:system-ui,sans-serif;font-size:.75rem;display:grid}.Components-module__E1xsiG__webMockHeader{background:#182230;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.6rem 1rem;display:flex}.Components-module__E1xsiG__webMockGrid{grid-template-columns:1fr 2fr;gap:1rem;padding:1rem;display:grid}.Components-module__E1xsiG__webMockCard{background:#1e2a3b;border:1px solid #ffffff08;border-radius:8px;flex-direction:column;gap:.5rem;padding:.8rem;display:flex}.Components-module__E1xsiG__chartBarContainer{align-items:flex-end;gap:.5rem;height:80px;padding-top:.5rem;display:flex}.Components-module__E1xsiG__chartBar{background:var(--color-ochre);border-radius:4px 4px 0 0;flex:1;transition:height .5s}.Components-module__E1xsiG__appScreenHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1rem;display:flex}.Components-module__E1xsiG__appScreenBody{flex-direction:column;flex:1;gap:1rem;padding:1rem;display:flex;overflow-y:auto}.Components-module__E1xsiG__appCard{background:#1e2a3b;border:1px solid #ffffff08;border-radius:12px;align-items:center;gap:.75rem;padding:.8rem;display:flex}.Components-module__E1xsiG__appCircle{width:32px;height:32px;color:var(--color-ochre);background:#c5732a33;border-radius:50%;justify-content:center;align-items:center;display:flex}.Components-module__E1xsiG__contact{background-color:var(--bg-cream);z-index:1;padding:8rem 0;position:relative}.Components-module__E1xsiG__contactContent{grid-template-cols:1fr 1.2fr;z-index:3;gap:6rem;display:grid;position:relative}@media (max-width:1024px){.Components-module__E1xsiG__contactContent{grid-template-cols:1fr;gap:4rem}}.Components-module__E1xsiG__contactInfo{flex-direction:column;gap:1.5rem;display:flex}.Components-module__E1xsiG__contactTitle{color:var(--text-navy);font-size:3.5rem;line-height:1.1}.Components-module__E1xsiG__contactTitle span{color:var(--color-ochre)}@media (max-width:768px){.Components-module__E1xsiG__contactTitle{font-size:2.5rem}}.Components-module__E1xsiG__contactDesc{color:var(--color-grey-dark);font-size:1.1rem;line-height:1.6}.Components-module__E1xsiG__contactDetails{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.Components-module__E1xsiG__contactItem{color:var(--text-navy);align-items:center;gap:1rem;font-size:1.05rem;display:flex}.Components-module__E1xsiG__contactIcon{width:42px;height:42px;color:var(--color-ochre);background:#e5c3a633;border-radius:50%;justify-content:center;align-items:center;display:flex}.Components-module__E1xsiG__contactForm{background:#fff;border:1px solid #1b2b3e08;border-radius:24px;flex-direction:column;gap:1.5rem;padding:3rem;display:flex;box-shadow:0 20px 40px #1b2b3e0a}@media (max-width:768px){.Components-module__E1xsiG__contactForm{padding:2rem 1.5rem}}.Components-module__E1xsiG__formGroup{flex-direction:column;gap:.5rem;display:flex;position:relative}.Components-module__E1xsiG__formLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-grey-dark);font-size:.85rem;font-weight:600}.Components-module__E1xsiG__formInput{border:1.5px solid var(--color-sand);background:var(--bg-cream);width:100%;color:var(--text-navy);transition:var(--transition-fast);border-radius:12px;padding:.9rem 1.25rem;font-family:inherit;font-size:1rem}.Components-module__E1xsiG__formInput:focus{border-color:var(--color-ochre);background:#fff;outline:none;box-shadow:0 0 0 4px #c5732a14}.Components-module__E1xsiG__formTextarea{resize:vertical;min-height:120px}.Components-module__E1xsiG__formSubmit{background:var(--text-navy);color:var(--bg-cream);cursor:pointer;transition:var(--transition-fast);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;display:flex}.Components-module__E1xsiG__formSubmit:hover{background:var(--color-ochre);box-shadow:var(--glow-shadow);transform:translateY(-1px)}.Components-module__E1xsiG__successOverlay{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 0;display:flex}.Components-module__E1xsiG__successTitle{color:var(--text-navy);font-size:1.8rem}.Components-module__E1xsiG__successDesc{color:var(--color-grey-dark);max-width:320px}.Components-module__E1xsiG__footer{background:var(--bg-navy);color:var(--color-grey);z-index:20;border-top:1px solid #f9f8f60d;padding:4rem 0 2rem;position:relative}.Components-module__E1xsiG__footerContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}@media (max-width:768px){.Components-module__E1xsiG__footerContent{text-align:center;flex-direction:column}}.Components-module__E1xsiG__footerLogo{color:var(--text-cream);font-family:var(--font-space-grotesk), sans-serif;font-size:1.25rem;font-weight:700}.Components-module__E1xsiG__footerLinks{gap:2rem;display:flex}@media (max-width:768px){.Components-module__E1xsiG__footerLinks{flex-direction:column;gap:1rem}}.Components-module__E1xsiG__footerLink:hover{color:var(--color-sand)}.Components-module__E1xsiG__footerBottom{border-top:1px solid #f9f8f60d;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}@media (max-width:768px){.Components-module__E1xsiG__footerBottom{flex-direction:column;align-items:center}}.Components-module__E1xsiG__cursorFollower{border:1.5px solid var(--text-navy);pointer-events:none;z-index:9999;transform-origin:50%;border-radius:50%;width:32px;height:32px;transition:scale .3s cubic-bezier(.16,1,.3,1),border-color .3s cubic-bezier(.16,1,.3,1),background-color .3s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0}.Components-module__E1xsiG__cursorDot{background-color:var(--text-navy);pointer-events:none;z-index:9999;transform-origin:50%;border-radius:50%;width:6px;height:6px;transition:scale .3s cubic-bezier(.16,1,.3,1),background-color .3s cubic-bezier(.16,1,.3,1);position:fixed;top:13px;left:13px}@media (pointer:fine){:is(a,button,.interactiveNode){cursor:none!important}}.Components-module__E1xsiG__marqueeContainer{border-top:1px solid #1b2b3e0d;flex-direction:column;width:100%;margin-top:4rem;padding:2rem 0 1rem;display:flex;overflow:hidden}.Components-module__E1xsiG__marqueeTitle{text-transform:uppercase;letter-spacing:.15em;color:var(--color-grey-dark);text-align:center;opacity:.8;margin-bottom:1.5rem;font-size:.75rem;font-weight:700}.Components-module__E1xsiG__marqueeTrack{width:max-content;animation:30s linear infinite Components-module__E1xsiG__marquee;display:flex}.Components-module__E1xsiG__marqueeContent{align-items:center;gap:5rem;padding-right:5rem;display:flex}.Components-module__E1xsiG__marqueeItem{font-family:var(--font-space-grotesk), sans-serif;color:var(--color-grey-dark);transition:var(--transition-fast);align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;display:flex}.Components-module__E1xsiG__marqueeItem:hover{color:var(--color-ochre)}@keyframes Components-module__E1xsiG__marquee{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.Components-module__E1xsiG__portfolioSection{background-color:var(--bg-cream);z-index:1;border-top:1px solid #1b2b3e0d;border-bottom:1px solid #1b2b3e0d;padding:8rem 0;position:relative}.Components-module__E1xsiG__portfolioTitle{font-family:var(--font-space-grotesk), sans-serif;font-weight:700;line-height:1.1}.Components-module__E1xsiG__portfolioGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;margin-top:3rem;display:grid}@media (max-width:768px){.Components-module__E1xsiG__portfolioGrid{grid-template-columns:1fr;gap:1.5rem}}.Components-module__E1xsiG__portfolioCard{transition:var(--transition-fast);background:#fff;border:1px solid #1b2b3e0a;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 35px #1b2b3e05}.Components-module__E1xsiG__portfolioCard:hover{border-color:#c5732a33;transform:translateY(-6px);box-shadow:0 20px 40px #1b2b3e0f}.Components-module__E1xsiG__browserBar{background:#f3f4f6;border-bottom:1px solid #0000000a;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.Components-module__E1xsiG__browserDots{gap:.25rem;display:flex}.Components-module__E1xsiG__browserDots span{border-radius:50%;width:7px;height:7px;display:inline-block}.Components-module__E1xsiG__browserDots span:first-child{background:#ff5f56}.Components-module__E1xsiG__browserDots span:nth-child(2){background:#ffbd2e}.Components-module__E1xsiG__browserDots span:nth-child(3){background:#27c93f}.Components-module__E1xsiG__browserAddress{color:var(--color-grey-dark);background:#fff;border:1px solid #0000000a;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:.3rem;max-width:220px;margin:0 auto;padding:.2rem .5rem;font-size:.65rem;display:flex}.Components-module__E1xsiG__cardVisual{justify-content:center;align-items:center;height:140px;display:flex;position:relative;overflow:hidden}.Components-module__E1xsiG__visualMockLine{background:#ffffff0f;border-radius:2px;height:4px;position:absolute}.Components-module__E1xsiG__visualMockCircle{background:#ffffff0f;border-radius:50%;width:24px;height:24px;position:absolute}.Components-module__E1xsiG__cardContent{flex-direction:column;flex:1;gap:.8rem;padding:1.5rem;display:flex}.Components-module__E1xsiG__cardTitle{color:var(--text-navy);font-size:1.25rem;font-weight:700}.Components-module__E1xsiG__cardDesc{color:var(--color-grey-dark);flex-grow:1;font-size:.95rem;line-height:1.5}.Components-module__E1xsiG__cardFeatures{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.Components-module__E1xsiG__cardFeatures li{color:var(--text-navy);align-items:flex-start;gap:.5rem;font-size:.85rem;line-height:1.3;display:flex}.Components-module__E1xsiG__cardFeatures li svg{margin-top:2px}.Components-module__E1xsiG__cardTech{flex-wrap:wrap;gap:.4rem;margin-top:.5rem;display:flex}.Components-module__E1xsiG__cardTag{background:var(--bg-cream);color:var(--color-grey-dark);border:1px solid #1b2b3e0a;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:500}.Components-module__E1xsiG__cardActions{border-top:1px solid #0000000d;gap:1.25rem;margin-top:.5rem;padding-top:1rem;display:flex}.Components-module__E1xsiG__cardActionLink{color:var(--color-ochre);transition:var(--transition-fast);align-items:center;gap:.3rem;font-size:.85rem;font-weight:600;display:flex}.Components-module__E1xsiG__cardActionLink:hover{color:var(--color-ochre-light);transform:translate(2px)}.Components-module__E1xsiG__cardActionLinkRepo{color:var(--color-grey-dark);transition:var(--transition-fast);align-items:center;gap:.3rem;font-size:.85rem;font-weight:500;display:flex}.Components-module__E1xsiG__cardActionLinkRepo:hover{color:var(--text-navy)}
