@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";:root{--bg: #000000;--surface: #0a0a0a;--surface-soft: #111111;--ink: #ffffff;--muted: #888888;--line: #222222;--accent-primary: #ffffff;--accent-glow: rgba(255, 255, 255, .5);--mx: 50vw;--my: 35vh;--radius-lg: 0px;--radius-xl: 0px;--shadow-sm: 4px 4px 0px #000;--shadow-lg: 6px 6px 0px #000;--grid: 10px}*{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pixel-render,.voxel-bg,.desktop-pet{image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}html{scroll-behavior:smooth;color-scheme:dark}html.light-mode{color-scheme:light}body{margin:0;font-family:"Press Start 2P",Courier New,monospace;color:var(--ink);background-color:var(--bg);background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:var(--grid) var(--grid);line-height:1.8;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{margin:0;font-family:"Press Start 2P",Courier New,monospace;letter-spacing:.02em;line-height:1.4}p{margin:0;font-size:.75rem;line-height:2}a{color:inherit;text-decoration:none}main{overflow:clip}.app-shell{min-height:100vh;position:relative;isolation:isolate}.app-shell:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:50px 50px}.reveal-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .4s steps(5),transform .4s steps(5);transition-delay:var(--reveal-delay, 0ms);will-change:opacity,transform}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.app-shell:before{display:none}.reveal-on-scroll,.reveal-on-scroll.is-visible{opacity:1;transform:none;transition:none}}::selection{background:#fff;color:#000}.skip-nav{position:absolute;top:-100%;left:1rem;z-index:300;padding:.5rem 1rem;background:#fff;color:#000;font-family:"Press Start 2P",monospace;font-size:.5rem;border:2px solid #000;box-shadow:3px 3px #333;transition:top .1s steps(2)}.skip-nav:focus{top:1rem}.navbar{position:fixed;top:1rem;left:0;right:0;z-index:100;padding:0 1.2rem}.navbar .navbar-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border:2px solid #333;background:#000000eb;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;padding:.6rem 1rem .6rem 1.5rem;box-shadow:4px 4px #000;transition:all .2s steps(3)}.navbar.scrolled .navbar-container{background:#000000f5;border-color:#555;box-shadow:6px 6px #000}.navbar .logo{font-family:"Press Start 2P",monospace;font-weight:400;font-size:.9rem;letter-spacing:.05em;color:var(--ink);padding-right:1.2rem;transition:opacity .2s}.navbar .logo:hover{opacity:.7}.navbar .desktop-nav{display:none}@media(min-width:900px){.navbar .desktop-nav{display:flex;align-items:center;gap:1.5rem}}.navbar .desktop-nav .nav-link{font-family:"Press Start 2P",monospace;font-size:.55rem;font-weight:400;color:var(--muted);position:relative;transition:color .1s steps(2);padding:.3rem 0}.navbar .desktop-nav .nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:2px;background:var(--ink);transition:width .2s steps(5)}.navbar .desktop-nav .nav-link:hover{color:var(--ink)}.navbar .desktop-nav .nav-link:hover:after{width:100%}.navbar .desktop-nav .cta-button{font-family:"Press Start 2P",monospace;border-radius:0;padding:.6rem 1rem;background:var(--ink);color:#000;font-size:.5rem;font-weight:400;border:2px solid #fff;box-shadow:3px 3px #333;transition:all .1s steps(2)}.navbar .desktop-nav .cta-button:hover{transform:translateY(-2px);box-shadow:5px 5px #333}.navbar .desktop-nav .cta-button:active{transform:translateY(0);box-shadow:2px 2px #333}.navbar .mobile-toggle{border:2px solid #444;background:transparent;color:var(--ink);display:inline-flex;padding:.5rem;cursor:pointer;border-radius:0;transition:background .1s steps(2)}.navbar .mobile-toggle:hover{background:#222}@media(min-width:900px){.navbar .mobile-toggle{display:none}}.navbar .mobile-nav{max-width:1200px;margin:.75rem auto 0;background:#000000f5;border:2px solid #333;border-radius:0;padding:1rem;display:grid;gap:.3rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s steps(4);box-shadow:4px 4px #000}.navbar .mobile-nav.open{opacity:1;visibility:visible;transform:translateY(0)}@media(min-width:900px){.navbar .mobile-nav{display:none}}.navbar .mobile-nav .mobile-link,.navbar .mobile-nav .mobile-cta{font-family:"Press Start 2P",monospace;padding:.8rem 1rem;border-radius:0;font-size:.55rem;font-weight:400;transition:all .1s steps(2);border:1px solid transparent}.navbar .mobile-nav .mobile-link{color:var(--muted)}.navbar .mobile-nav .mobile-link:hover,.navbar .mobile-nav .mobile-link:active{background:#111;color:var(--ink);border-color:#333}.navbar .mobile-nav .mobile-cta{margin-top:.5rem;text-align:center;color:#000;background:var(--ink);font-weight:400;border:2px solid #fff;box-shadow:3px 3px #333}.navbar .mobile-nav .mobile-cta:hover{transform:translateY(-2px);box-shadow:5px 5px #333}@keyframes drift{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes floatIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-section{min-height:100svh;display:grid;place-items:center;text-align:center;padding:8rem 1.5rem 4rem;position:relative;overflow:hidden;background:#000;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}.hero-section:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#1a1a1a 1px,transparent 1px),linear-gradient(90deg,#1a1a1a 1px,transparent 1px);background-size:10px 10px;opacity:1;pointer-events:none;z-index:0}.hero-section:after{content:"";position:absolute;inset:0;background-image:linear-gradient(#2a2a2a 1px,transparent 1px),linear-gradient(90deg,#2a2a2a 1px,transparent 1px);background-size:50px 50px;opacity:1;pointer-events:none;z-index:0}.hero-section .hero-content{position:relative;z-index:2;animation:floatIn 1s cubic-bezier(.2,.8,.2,1) both;max-width:1400px;margin:0 auto}.hero-section .hero-content .hero-title{font-family:"Press Start 2P",Courier New,monospace;font-size:clamp(2rem,10vw,8rem);line-height:1.2;font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;position:relative;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;font-smooth:never;text-shadow:3px 0 0 #2a2a2a,-3px 0 0 #2a2a2a,0 3px 0 #2a2a2a,0 -3px 0 #2a2a2a,3px 3px 0 #1a1a1a}.hero-section .hero-content .word-wrapper{min-height:4rem;display:grid;place-items:center;margin-top:1rem}.hero-section .hero-content .word-wrapper .animated-word{font-family:"Press Start 2P",Courier New,monospace;font-weight:400;letter-spacing:.2em;text-transform:uppercase;font-size:clamp(.8rem,2vw,1.2rem);color:#fff;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;font-smooth:never;text-shadow:2px 2px 0 #2a2a2a;transition:opacity .3s steps(3),transform .3s steps(3);border:3px solid #fff;padding:1rem 2rem;background:#1a1a1a;box-shadow:inset -3px -3px #2a2a2a,5px 5px #000}.hero-section .hero-content .word-wrapper .animated-word.visible{opacity:1;transform:translateY(0) scale(1)}.hero-section .hero-content .word-wrapper .animated-word.hidden{opacity:0;transform:translateY(20px) scale(.9)}.hero-section .decorative-dot{width:10px;height:10px;border-radius:0;margin-top:3rem;background:#fff;animation:drift 3s steps(5) infinite;box-shadow:0 15px #fff,0 30px #fff,0 45px #fff,0 60px #999,0 75px #666,0 90px #333}.hero-section .scroll-down-btn{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);border:3px solid #fff;color:#fff;background:#1a1a1a;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;width:60px;height:60px;display:grid;place-items:center;transition:all .1s steps(2);cursor:pointer;box-shadow:inset -3px -3px #2a2a2a,5px 5px #000}.hero-section .scroll-down-btn:hover{transform:translate(-50%) translateY(-3px);background:#2a2a2a;border-color:#fff;box-shadow:inset -3px -3px #3a3a3a,7px 7px #000}.hero-section .scroll-down-btn:active{transform:translate(-50%) translateY(0);box-shadow:inset -2px -2px #2a2a2a,3px 3px #000}.hero-section .scroll-down-btn .arrow-icon{width:1.4rem;height:1.4rem;animation:drift 2s steps(3) infinite}.about-section{max-width:1120px;margin:0 auto;padding:5.5rem 1.2rem}.about-section .about-header{text-align:center;max-width:760px;margin:0 auto 3.4rem}.about-section .about-header .section-title{font-family:"Press Start 2P",monospace;font-size:clamp(1rem,4vw,1.8rem);margin-bottom:1.5rem;color:#fff;text-shadow:3px 3px 0px #222}.about-section .about-header .section-description{font-size:.7rem;color:var(--muted);line-height:2.2}.about-section .about-content{display:grid;gap:1.4rem}@media(min-width:1040px){.about-section .about-content{grid-template-columns:1.1fr 1fr;gap:1.6rem}}.about-section .about-content .approach-column{border:2px solid #333;background:var(--surface);border-radius:0;padding:1.3rem;box-shadow:4px 4px #000}.about-section .about-content .approach-column .column-title{font-family:"Press Start 2P",monospace;margin-bottom:1rem;font-size:.75rem;line-height:1.6}.about-section .about-content .approach-column .approach-list{display:grid;gap:.8rem}.about-section .about-content .approach-column .approach-list .approach-item{border:2px solid #222;background:var(--surface-soft);border-radius:0;padding:1rem;transition:border-color .1s steps(2);cursor:pointer}.about-section .about-content .approach-column .approach-list .approach-item.active,.about-section .about-content .approach-column .approach-list .approach-item:hover{border-color:#fff;box-shadow:3px 3px #000}.about-section .about-content .approach-column .approach-list .approach-item .item-title{font-family:"Press Start 2P",monospace;font-size:.6rem;margin-bottom:.6rem;line-height:1.6}.about-section .about-content .approach-column .approach-list .approach-item .item-title .coming-soon{font-size:.45rem;color:var(--muted)}.about-section .about-content .approach-column .approach-list .approach-item .item-text{font-size:.6rem;color:var(--muted);line-height:2}.about-section .about-content .values-grid{display:grid;gap:.85rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:640px){.about-section .about-content .values-grid{grid-template-columns:1fr}}.about-section .about-content .values-grid .value-card{border:2px solid #333;border-radius:0;background:var(--surface);padding:1.1rem;transition:all .1s steps(2);box-shadow:3px 3px #000}.about-section .about-content .values-grid .value-card:hover{transform:translateY(-3px);border-color:#fff;box-shadow:5px 5px #000}.about-section .about-content .values-grid .value-card:hover .value-icon{color:#000;background:#fff}.about-section .about-content .values-grid .value-card .value-icon{width:2.4rem;height:2.4rem;margin-bottom:.55rem;color:var(--ink);padding:.4rem;border:2px solid #333;transition:all .1s steps(2)}.about-section .about-content .values-grid .value-card .card-title{font-family:"Press Start 2P",monospace;font-size:.55rem;margin-bottom:.5rem;line-height:1.6}.about-section .about-content .values-grid .value-card .card-description{font-size:.6rem;color:var(--muted);line-height:2}.about-section .divider-container{display:flex;justify-content:center;padding-top:2.2rem}.about-section .divider-container .divider{width:70px;height:4px;border-radius:0;background:#fff;box-shadow:0 8px #888,0 16px #444}.divisions-section{padding:8rem 1.5rem}.divisions-section .divisions-container{max-width:1200px;margin:0 auto}.divisions-section .section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.divisions-section .section-header .header-title{font-family:"Press Start 2P",monospace;font-size:clamp(1rem,4vw,1.8rem);margin-bottom:1.5rem;color:var(--ink);text-shadow:3px 3px 0px #222}.divisions-section .section-header .header-description{color:var(--muted);font-size:.7rem;line-height:2.2}.divisions-section .divisions-grid{display:grid;gap:1.5rem}@media(min-width:1040px){.divisions-section .divisions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.divisions-section .divisions-grid .division-card{position:relative;background:var(--surface);border:2px solid #333;border-radius:0;padding:1.5rem;transition:all .1s steps(2);overflow:hidden;box-shadow:4px 4px #000}.divisions-section .divisions-grid .division-card:hover{transform:translateY(-4px);border-color:#fff;box-shadow:6px 6px #000}.divisions-section .divisions-grid .division-card:hover .icon-wrapper{background:var(--ink);color:#000}.divisions-section .divisions-grid .division-card .icon-wrapper{width:3rem;height:3rem;display:grid;place-items:center;border-radius:0;background:#1a1a1a;border:2px solid #333;color:var(--ink);margin-bottom:1.5rem;transition:all .1s steps(2)}.divisions-section .divisions-grid .division-card .icon-wrapper .icon{width:1.4rem;height:1.4rem}.divisions-section .divisions-grid .division-card .card-title{font-family:"Press Start 2P",monospace;font-size:.65rem;font-weight:400;color:var(--ink);margin-bottom:.5rem;line-height:1.6}.divisions-section .divisions-grid .division-card .card-subtitle{color:var(--muted);font-size:.45rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.5rem;display:block}.divisions-section .divisions-grid .division-card .feature-list{list-style:none;padding:0;margin:0;display:grid;gap:.8rem;border-top:2px solid #222;padding-top:1.5rem}.divisions-section .divisions-grid .division-card .feature-list .feature-item{display:flex;align-items:flex-start;gap:.75rem}.divisions-section .divisions-grid .division-card .feature-list .feature-item .check-icon{width:1rem;height:1rem;color:var(--ink);margin-top:.1rem;flex-shrink:0}.divisions-section .divisions-grid .division-card .feature-list .feature-item .feature-text{font-size:.6rem;color:var(--muted);line-height:2;transition:color .1s steps(2)}.divisions-section .divisions-grid .division-card .feature-list .feature-item:hover .feature-text{color:var(--ink)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.products-section{max-width:1280px;margin:0 auto;padding:8rem 1.5rem}.products-section .products-header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.products-section .products-header .section-title{font-family:"Press Start 2P",monospace;font-size:clamp(1rem,4vw,1.8rem);margin-bottom:1.5rem;color:var(--ink);text-shadow:3px 3px 0px #222}.products-section .products-header .section-description{color:var(--muted);font-size:.7rem;line-height:2}.products-section .interactive-layout{display:grid;gap:2rem}@media(min-width:1040px){.products-section .interactive-layout{grid-template-columns:1.2fr 1fr;align-items:start}}.products-section .interactive-layout .product-list-side{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(max-width:720px){.products-section .interactive-layout .product-list-side{grid-template-columns:1fr}}.products-section .interactive-layout .product-list-side .product-card{border:2px solid #333;border-radius:0;background:var(--surface);padding:1.2rem;transition:all .1s steps(2);cursor:pointer;box-shadow:3px 3px #000}.products-section .interactive-layout .product-list-side .product-card:hover{transform:translateY(-3px);border-color:#888;box-shadow:5px 5px #000}.products-section .interactive-layout .product-list-side .product-card.active{border-color:#fff;background:#111;box-shadow:0 0 0 1px #fff,4px 4px #000}.products-section .interactive-layout .product-list-side .product-card.active .icon-box{background:#fff;color:#000}.products-section .interactive-layout .product-list-side .product-card .card-top{display:flex;justify-content:space-between;margin-bottom:1rem}.products-section .interactive-layout .product-list-side .product-card .card-top .icon-box{width:2.5rem;height:2.5rem;border-radius:0;display:grid;place-items:center;background:#1a1a1a;border:2px solid #333;color:var(--ink);transition:all .1s steps(2)}.products-section .interactive-layout .product-list-side .product-card .card-top .badge{font-family:"Press Start 2P",monospace;background:var(--ink);color:#000;border-radius:0;padding:.25rem .5rem;font-size:.4rem;height:fit-content;border:2px solid #fff}.products-section .interactive-layout .product-list-side .product-card .card-title{font-family:"Press Start 2P",monospace;font-size:.65rem;margin-bottom:.5rem;line-height:1.6}.products-section .interactive-layout .product-list-side .product-card .card-description{color:var(--muted);font-size:.6rem;margin-bottom:1.2rem;line-height:2}.products-section .interactive-layout .product-list-side .product-card .card-link-wrapper{display:inline-flex;align-items:center;gap:.4rem;color:var(--ink);font-family:"Press Start 2P",monospace;font-size:.5rem;transition:gap .1s steps(2)}.products-section .interactive-layout .product-list-side .product-card .card-link-wrapper:hover{gap:.7rem}.products-section .interactive-layout .product-preview-side{display:none}@media(min-width:1040px){.products-section .interactive-layout .product-preview-side{display:block;position:sticky;top:8rem}}.products-section .interactive-layout .product-preview-side .preview-card{border-radius:0;overflow:hidden;background:#111;box-shadow:6px 6px #000;border:2px solid #333}.products-section .interactive-layout .product-preview-side .preview-card .preview-image-container{position:relative;aspect-ratio:4/5}.products-section .interactive-layout .product-preview-side .preview-card .preview-image-container .preview-image{width:100%;height:100%;object-fit:cover;animation:fadeIn .3s steps(5)}.products-section .interactive-layout .product-preview-side .preview-card .preview-image-container .preview-overlay{position:absolute;inset:auto 0 0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.98),transparent)}.products-section .interactive-layout .product-preview-side .preview-card .preview-image-container .preview-overlay h3{font-family:"Press Start 2P",monospace;font-size:.8rem;margin-bottom:.8rem;color:#fff}.products-section .interactive-layout .product-preview-side .preview-card .preview-image-container .preview-overlay .preview-btn{font-family:"Press Start 2P",monospace;display:inline-flex;align-items:center;gap:.5rem;font-size:.55rem;color:#ffffffe6;border:2px solid #fff;padding:.5rem .8rem;background:transparent;transition:all .1s steps(2)}.products-section .interactive-layout .product-preview-side .preview-card .preview-image-container .preview-overlay .preview-btn:hover{background:#fff;color:#000}.products-section .featured-spotlight{margin-top:6rem;position:relative;overflow:hidden;border-radius:0;border:2px solid #333;background:#0a0a0a;box-shadow:6px 6px #000;color:#fff;padding:2rem}@media(min-width:900px){.products-section .featured-spotlight{padding:3rem}}.products-section .featured-spotlight .bg-decoration{position:absolute;inset:0;pointer-events:none;z-index:0}.products-section .featured-spotlight .bg-decoration .bg-star{position:absolute;top:-3rem;right:-3rem;width:12rem;height:12rem;color:#ffffff08}.products-section .featured-spotlight .bg-decoration .noise-ring{position:absolute;right:2rem;bottom:-4rem;width:15rem;height:15rem;border:2px solid #1a1a1a}.products-section .featured-spotlight .spotlight-content{position:relative;z-index:1;display:grid;gap:2rem}@media(min-width:980px){.products-section .featured-spotlight .spotlight-content{grid-template-columns:1fr 1fr;align-items:center}}.products-section .featured-spotlight .meta-tags{display:inline-flex;align-items:center;gap:.8rem;margin-bottom:1rem;background:#1a1a1a;border:2px solid #333;padding:.4rem .8rem;border-radius:0}.products-section .featured-spotlight .meta-tags .tag{font-family:"Press Start 2P",monospace;font-size:.4rem;text-transform:uppercase;color:#fff}.products-section .featured-spotlight .meta-tags .dot{width:4px;height:4px;border-radius:0;background:#fff}.products-section .featured-spotlight .spotlight-title{font-family:"Press Start 2P",monospace;font-size:clamp(.9rem,3vw,1.5rem);line-height:1.6;margin-bottom:1rem;color:#fff;text-shadow:3px 3px 0px #222}.products-section .featured-spotlight .spotlight-description{color:#888;font-size:.65rem;line-height:2.2;margin-bottom:2rem}.products-section .featured-spotlight .highlight-points{margin-bottom:2rem;display:flex;flex-wrap:wrap;gap:1rem}.products-section .featured-spotlight .highlight-points .point{border-radius:0;border:2px solid #333;background:#111;padding:.8rem 1rem;display:flex;flex-direction:column;gap:.3rem;min-width:100px;box-shadow:3px 3px #000}.products-section .featured-spotlight .highlight-points .point-label{font-family:"Press Start 2P",monospace;color:#888;font-size:.4rem;text-transform:uppercase}.products-section .featured-spotlight .highlight-points .point-value{font-family:"Press Start 2P",monospace;font-size:.6rem;color:#fff}.products-section .featured-spotlight .cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.products-section .featured-spotlight .cta-row .cta-button{font-family:"Press Start 2P",monospace;border:2px solid #fff;border-radius:0;padding:.8rem 1.2rem;background:#fff;color:#000;display:inline-flex;align-items:center;gap:.5rem;font-size:.55rem;cursor:pointer;box-shadow:3px 3px #333;transition:all .1s steps(2)}.products-section .featured-spotlight .cta-row .cta-button:hover{transform:translateY(-2px);box-shadow:5px 5px #333}.products-section .featured-spotlight .cta-row .cta-button:active{transform:translateY(0);box-shadow:2px 2px #333}.products-section .featured-spotlight .cta-row .secondary-link{font-family:"Press Start 2P",monospace;font-size:.5rem;color:#fff;text-decoration:underline;text-underline-offset:4px;opacity:.7;transition:opacity .1s}.products-section .featured-spotlight .cta-row .secondary-link:hover{opacity:1}.products-section .visual-side{display:flex;justify-content:center}.products-section .mock-ui{width:100%;max-width:400px;border-radius:0;border:2px solid #333;background:#0a0a0a;box-shadow:4px 4px #000;padding:1.5rem;color:#fff}.products-section .mock-ui .ui-top{display:flex;align-items:center;gap:.6rem;margin-bottom:.8rem}.products-section .mock-ui .ui-icon-wrapper{width:2rem;height:2rem;border-radius:0;background:#fff;color:#000;display:grid;place-items:center;flex-shrink:0;border:2px solid #fff}.products-section .mock-ui .ui-icon{width:1rem;height:1rem}.products-section .mock-ui .ui-title{font-family:"Press Start 2P",monospace;font-size:.5rem;margin:0}.products-section .mock-ui .ui-subtitle{margin-top:.15rem;font-size:.45rem;color:#666}.products-section .mock-ui .chat-flow{display:grid;gap:.45rem}.products-section .mock-ui .chat-bubble{border-radius:0;padding:.6rem;font-size:.55rem;line-height:1.8;max-width:88%;border:2px solid #333}.products-section .mock-ui .chat-bubble.user{justify-self:end;background:#1a1a1a;color:#ccc}.products-section .mock-ui .chat-bubble.ai{justify-self:start;background:#fff;color:#000;border-color:#fff}.products-section .mock-ui .chat-chip{font-family:"Press Start 2P",monospace;justify-self:start;margin-top:.2rem;border-radius:0;padding:.4rem .6rem;font-size:.4rem;background:#1a1a1a;border:2px solid #333;color:#ccc}.upcoming-section{padding:5rem 1.2rem}.upcoming-section .upcoming-container{max-width:1120px;margin:0 auto;border-radius:0;padding:2rem 1.2rem;background:#0a0a0a;border:2px solid #333;box-shadow:6px 6px #000;color:#fff}@media(min-width:860px){.upcoming-section .upcoming-container{padding:2.5rem}}.upcoming-section .upcoming-header{margin-bottom:2rem}.upcoming-section .upcoming-header .section-title{font-family:"Press Start 2P",monospace;font-size:clamp(.9rem,4vw,1.6rem);margin-bottom:1rem;text-shadow:3px 3px 0px #222}.upcoming-section .upcoming-header .section-description{color:#888;max-width:720px;font-size:.65rem;line-height:2.2}.upcoming-section .projects-grid{display:grid;gap:.85rem}@media(min-width:860px){.upcoming-section .projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.upcoming-section .projects-grid .project-card{border:2px solid #333;border-radius:0;padding:1rem;background:#111;box-shadow:3px 3px #000;transition:all .1s steps(2)}.upcoming-section .projects-grid .project-card:hover{border-color:#fff;transform:translateY(-3px);box-shadow:5px 5px #000}.upcoming-section .projects-grid .project-card .card-meta{display:flex;justify-content:space-between;margin-bottom:.75rem}.upcoming-section .projects-grid .project-card .card-meta .category-label{font-family:"Press Start 2P",monospace;color:#888;text-transform:uppercase;font-size:.45rem}.upcoming-section .projects-grid .project-card .card-meta .status-badge{font-family:"Press Start 2P",monospace;font-size:.4rem;border-radius:0;padding:.25rem .5rem;border:2px solid #555;color:#fff;background:#222}.upcoming-section .projects-grid .project-card .card-title{font-family:"Press Start 2P",monospace;font-size:.7rem;margin-bottom:.5rem;line-height:1.6}.upcoming-section .projects-grid .project-card .card-description{color:#aaa;font-size:.6rem;margin-bottom:.85rem;line-height:2}.upcoming-section .projects-grid .project-card .features-list{display:grid;gap:.45rem;margin-bottom:1rem}.upcoming-section .projects-grid .project-card .features-list .feature-item{display:flex;gap:.45rem;color:#ccc;font-size:.55rem;line-height:1.8}.upcoming-section .projects-grid .project-card .features-list .feature-item .dot{width:6px;height:6px;margin-top:.4rem;border-radius:0;background:#fff;flex-shrink:0}.upcoming-section .projects-grid .project-card .card-footer{display:flex;justify-content:space-between;border-top:2px solid #333;padding-top:.72rem}.upcoming-section .projects-grid .project-card .card-footer .timeline,.upcoming-section .projects-grid .project-card .card-footer .cta-link{font-family:"Press Start 2P",monospace;display:flex;align-items:center;gap:.35rem;color:#888;font-size:.45rem}.upcoming-section .projects-grid .project-card .card-footer .icon{width:.9rem;height:.9rem}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.5}}.pipeline-section{max-width:1120px;margin:0 auto;padding:4.8rem 1.2rem}.pipeline-section .pipeline-card{background:var(--surface);border:2px solid #333;border-radius:0;padding:1.5rem;text-align:center;box-shadow:4px 4px #000}@media(min-width:900px){.pipeline-section .pipeline-card{padding:2.2rem}}.pipeline-section .pipeline-card .pipeline-header{margin-bottom:2.2rem}.pipeline-section .pipeline-card .pipeline-header .header-title{font-family:"Press Start 2P",monospace;font-size:clamp(.8rem,3vw,1.4rem);margin-bottom:1rem;text-shadow:3px 3px 0px #222}.pipeline-section .pipeline-card .pipeline-header .header-description{color:var(--muted);font-size:.65rem;line-height:2}.pipeline-section .pipeline-card .pipeline-flow{display:flex;flex-direction:column;align-items:center;gap:1.2rem;margin-bottom:2rem}@media(min-width:900px){.pipeline-section .pipeline-card .pipeline-flow{flex-direction:row}}.pipeline-section .pipeline-card .pipeline-flow .flow-step{flex:1;background:var(--surface-soft);border-radius:0;border:2px solid #333;padding:1rem;box-shadow:3px 3px #000}.pipeline-section .pipeline-card .pipeline-flow .flow-step .status-dot{width:10px;height:10px;border-radius:0;margin:0 auto .7rem}.pipeline-section .pipeline-card .pipeline-flow .flow-step .status-dot.solid{background:var(--ink)}.pipeline-section .pipeline-card .pipeline-flow .flow-step .status-dot.pulsing{animation:pulse 1.5s steps(4) infinite}.pipeline-section .pipeline-card .pipeline-flow .flow-step .status-dot.hollow{border:2px solid var(--ink);background:transparent}.pipeline-section .pipeline-card .pipeline-flow .flow-step .step-title{font-family:"Press Start 2P",monospace;font-size:.55rem;margin-bottom:.5rem;line-height:1.6}.pipeline-section .pipeline-card .pipeline-flow .flow-step .step-desc{font-size:.55rem;color:var(--muted);line-height:2}.pipeline-section .pipeline-card .pipeline-flow .connector-desktop{display:none}@media(min-width:900px){.pipeline-section .pipeline-card .pipeline-flow .connector-desktop{display:block;color:var(--ink)}}.pipeline-section .pipeline-card .pipeline-flow .connector-desktop .arrow-icon{width:1.1rem;height:1.1rem}.pipeline-section .pipeline-card .pipeline-flow .connector-mobile{width:2px;height:1.2rem;background:#444}@media(min-width:900px){.pipeline-section .pipeline-card .pipeline-flow .connector-mobile{display:none}}.pipeline-section .pipeline-card .pipeline-footer{border-top:2px solid #333;padding-top:1.2rem}.pipeline-section .pipeline-card .pipeline-footer .footer-text{color:var(--muted);margin-bottom:1rem;font-size:.6rem;line-height:2}.pipeline-section .pipeline-card .pipeline-footer .access-btn{font-family:"Press Start 2P",monospace;border:2px solid #fff;border-radius:0;background:#fff;color:#000;padding:.7rem 1.2rem;font-weight:400;font-size:.55rem;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;box-shadow:3px 3px #333;transition:all .1s steps(2);text-decoration:none}.pipeline-section .pipeline-card .pipeline-footer .access-btn:hover{transform:translateY(-2px);box-shadow:5px 5px #333}.pipeline-section .pipeline-card .pipeline-footer .access-btn:active{transform:translateY(0);box-shadow:2px 2px #333}.capabilities-section{max-width:1120px;margin:0 auto;padding:4.8rem 1.2rem}.capabilities-section .capabilities-header{text-align:center;margin-bottom:2.2rem}.capabilities-section .capabilities-header .section-title{font-family:"Press Start 2P",monospace;font-size:clamp(.9rem,3vw,1.6rem);margin-bottom:1rem;color:#fff;text-shadow:3px 3px 0px #222}.capabilities-section .capabilities-header .section-description{color:var(--muted);max-width:700px;margin:0 auto;font-size:.7rem;line-height:2}.capabilities-section .capabilities-grid{display:grid;gap:.8rem}@media(min-width:860px){.capabilities-section .capabilities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1080px){.capabilities-section .capabilities-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.capabilities-section .capabilities-grid .capability-card{border-radius:0;border:2px solid #333;background:var(--surface);padding:1rem;transition:all .1s steps(2);box-shadow:3px 3px #000}.capabilities-section .capabilities-grid .capability-card:hover{transform:translateY(-3px);border-color:#fff;box-shadow:5px 5px #000}.capabilities-section .capabilities-grid .capability-card .icon-wrapper{width:2.8rem;height:2.8rem;border-radius:0;display:grid;place-items:center;background:#1a1a1a;border:2px solid #333;color:var(--ink);margin-bottom:1rem;transition:all .1s steps(2)}.capabilities-section .capabilities-grid .capability-card:hover .icon-wrapper{background:var(--ink);color:#000}.capabilities-section .capabilities-grid .capability-card .card-title{font-family:"Press Start 2P",monospace;font-size:.55rem;margin-bottom:.5rem;line-height:1.6}.capabilities-section .capabilities-grid .capability-card .card-description{color:var(--muted);font-size:.6rem;line-height:2}.footer-section{background:#0a0a0a;color:#e6e6e6;margin-top:2rem;padding:4rem 1.2rem 1.8rem;border-top:2px solid #333}.footer-section .footer-container{max-width:1120px;margin:0 auto}.footer-section .recruitment-cta,.footer-section .main-cta{border:2px solid #333;background:#111;border-radius:0;padding:1.5rem;text-align:center;box-shadow:4px 4px #000}.footer-section .recruitment-cta{margin-bottom:1rem}.footer-section .recruitment-cta .cta-label{font-family:"Press Start 2P",monospace;display:inline-block;margin-bottom:.8rem;color:#fff;text-transform:uppercase;font-size:.5rem}.footer-section .recruitment-cta .cta-text{color:#aaa;margin-bottom:1rem;font-size:.6rem;line-height:2}.footer-section .recruitment-cta .recruit-btn{font-family:"Press Start 2P",monospace;border:2px solid #fff;border-radius:0;padding:.65rem 1rem;font-size:.5rem;display:inline-flex;align-items:center;gap:.4rem;background:#fff;color:#000;cursor:pointer;box-shadow:3px 3px #333;transition:all .1s steps(2);text-decoration:none}.footer-section .recruitment-cta .recruit-btn:hover{transform:translateY(-2px);box-shadow:5px 5px #333}.footer-section .recruitment-cta .recruit-btn:active{transform:translateY(0);box-shadow:2px 2px #333}.footer-section .main-cta{margin-bottom:1.5rem}.footer-section .main-cta .cta-heading{font-family:"Press Start 2P",monospace;font-size:clamp(.7rem,3vw,1.3rem);color:#fff;margin-bottom:1rem;line-height:1.8;text-shadow:3px 3px 0px #222}.footer-section .main-cta .cta-subtext{color:#aaa;max-width:760px;margin:0 auto 1.2rem;font-size:.6rem;line-height:2}.footer-section .main-cta .action-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:.55rem}.footer-section .main-cta .action-buttons .btn{font-family:"Press Start 2P",monospace;border-radius:0;padding:.6rem 1rem;font-size:.5rem;display:inline-flex;align-items:center;gap:.35rem;border:2px solid #555;cursor:pointer;box-shadow:3px 3px #000;transition:all .1s steps(2)}.footer-section .main-cta .action-buttons .btn:hover{transform:translateY(-2px);box-shadow:5px 5px #000}.footer-section .main-cta .action-buttons .btn-email{background:#1a1a1a;color:#fff}.footer-section .main-cta .action-buttons .btn-call{background:#fff;color:#000;border-color:#fff}.footer-section .main-cta .action-buttons .btn-whatsapp{background:#222;border-color:#666;color:#fff}.footer-section .footer-bottom{border-top:2px solid #333;padding-top:1.2rem;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:900px){.footer-section .footer-bottom{flex-direction:row;justify-content:space-between}}.footer-section .footer-bottom .copyright-area{display:flex;align-items:center;gap:.45rem;color:#888;font-size:.5rem}.footer-section .footer-bottom .copyright-area .brand-name{font-family:"Press Start 2P",monospace;color:#fff;font-size:.6rem}.footer-section .footer-bottom .social-links{display:flex;gap:.45rem}.footer-section .footer-bottom .social-links .social-link{width:2.2rem;height:2.2rem;border-radius:0;display:grid;place-items:center;color:#e6e6e6;border:2px solid #444;background:#111;transition:all .1s steps(2);box-shadow:2px 2px #000}.footer-section .footer-bottom .social-links .social-link:hover{transform:translateY(-2px);border-color:#fff;background:#fff;color:#000;box-shadow:3px 3px #000}.footer-section .footer-bottom .footer-nav{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center}.footer-section .footer-bottom .footer-nav a{font-family:"Press Start 2P",monospace;color:#888;font-size:.45rem;transition:color .1s}.footer-section .footer-bottom .footer-nav a:hover{color:#fff}.voxel-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.voxel-bg canvas{display:block;width:100%;height:100%;image-rendering:pixelated;image-rendering:crisp-edges}.desktop-pet{position:fixed;bottom:12px;z-index:9999;cursor:pointer;image-rendering:pixelated;image-rendering:crisp-edges;pointer-events:auto;transition:none}.desktop-pet:hover{filter:drop-shadow(0 0 4px rgba(255,255,255,.3))}.pet-chat{position:fixed;bottom:80px;z-index:10000;width:272px;background:#111;border:2px solid #444;box-shadow:4px 4px #000;font-family:"Press Start 2P",monospace;animation:chatOpen .2s steps(4) forwards;pointer-events:auto}@keyframes chatOpen{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}.pet-chat-header{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;background:#222;border-bottom:2px solid #444}.pet-chat-title{font-size:7px;color:#0f0;letter-spacing:1px}.pet-chat-close{background:none;border:1px solid #555;color:#888;font-size:8px;cursor:pointer;padding:2px 5px;font-family:"Press Start 2P",monospace;line-height:1}.pet-chat-close:hover{color:#f44;border-color:#f44}.pet-chat-messages{height:180px;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:6px}.pet-chat-messages::-webkit-scrollbar{width:6px}.pet-chat-messages::-webkit-scrollbar-track{background:#111}.pet-chat-messages::-webkit-scrollbar-thumb{background:#444;border:1px solid #222}.pet-msg{display:flex;gap:4px;align-items:flex-start;animation:msgIn .15s steps(3) forwards}@keyframes msgIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.pet-msg-avatar{font-size:8px;flex-shrink:0;margin-top:1px}.pet-msg-text{font-size:6px;line-height:1.6;padding:4px 6px;max-width:210px;white-space:pre-line;word-break:break-word}.pet-msg-bot .pet-msg-text{background:#1a1a2e;border:1px solid #333;color:#ccc}.pet-msg-user{flex-direction:row-reverse}.pet-msg-user .pet-msg-text{background:#0a2a0a;border:1px solid #2a5a2a;color:#8f8}.pet-typing .dot{animation:dotPulse 1s steps(2) infinite;font-size:10px;color:#0f0}.pet-typing .dot:nth-child(2){animation-delay:.2s}.pet-typing .dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,to{opacity:.2}50%{opacity:1}}.pet-chat-input{display:flex;border-top:2px solid #444}.pet-chat-input input{flex:1;background:#0a0a0a;border:none;outline:none;color:#0f0;font-family:"Press Start 2P",monospace;font-size:6px;padding:8px;caret-color:#0f0}.pet-chat-input input::placeholder{color:#333}.pet-chat-input .pet-send-btn{background:#1a1a2e;border:none;border-left:2px solid #444;color:#0f0;font-family:"Press Start 2P",monospace;font-size:10px;padding:0 10px;cursor:pointer}.pet-chat-input .pet-send-btn:hover{background:#0a2a0a;color:#8f8}.scroll-progress{position:fixed;top:0;left:0;right:0;height:4px;z-index:200;background:#111;border-bottom:1px solid #222}.scroll-progress .scroll-progress-bar{height:100%;background:#fff;transition:width 50ms steps(8);box-shadow:2px 0 #888}.back-to-top{position:fixed;bottom:2rem;right:2rem;z-index:90;width:48px;height:48px;border:2px solid #fff;background:#111;color:#fff;font-family:"Press Start 2P",monospace;font-size:.8rem;cursor:pointer;box-shadow:3px 3px #000;transition:all .1s steps(2);opacity:0;visibility:hidden;transform:translateY(20px)}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:#fff;color:#000;transform:translateY(-3px);box-shadow:5px 5px #000}.back-to-top:active{transform:translateY(0);box-shadow:2px 2px #000}.loading-screen{position:fixed;inset:0;z-index:10000;background:#000;display:grid;place-items:center;transition:opacity .4s steps(5)}.loading-screen.fade-out{opacity:0;pointer-events:none}.loading-screen .loading-terminal{width:min(400px,90vw);border:2px solid #333;background:#0a0a0a;box-shadow:6px 6px #000}.loading-screen .loading-terminal .terminal-header{display:flex;align-items:center;gap:6px;padding:8px 12px;border-bottom:2px solid #333;background:#111}.loading-screen .loading-terminal .terminal-header .terminal-dot{width:8px;height:8px;background:#555;border:1px solid #666}.loading-screen .loading-terminal .terminal-header .terminal-title{font-family:"Press Start 2P",monospace;font-size:.4rem;color:#888;margin-left:auto}.loading-screen .loading-terminal .terminal-body{padding:16px}.loading-screen .loading-terminal .terminal-body .terminal-line{font-family:"Press Start 2P",monospace;font-size:.45rem;color:#0f0;line-height:2.5;animation:typeIn .1s steps(2) both}.loading-screen .loading-terminal .terminal-body .progress-bar{margin-top:12px;height:8px;border:2px solid #333;background:#111}.loading-screen .loading-terminal .terminal-body .progress-bar .progress-fill{height:100%;background:#fff;transition:width .2s steps(10)}.loading-screen .loading-terminal .terminal-body .progress-pct{font-family:"Press Start 2P",monospace;font-size:.5rem;color:#888;text-align:right;margin-top:8px}@keyframes typeIn{0%{opacity:0}to{opacity:1}}.theme-toggle{position:fixed;bottom:2rem;right:5rem;z-index:90;width:48px;height:48px;border:2px solid #fff;background:#111;color:#fff;font-size:1.2rem;cursor:pointer;box-shadow:3px 3px #000;transition:all .1s steps(2);font-family:"Press Start 2P",monospace;display:grid;place-items:center}.theme-toggle:hover{background:#fff;color:#000;transform:translateY(-3px);box-shadow:5px 5px #000}.theme-toggle:active{transform:translateY(0);box-shadow:2px 2px #000}:root.light-mode{--bg: #f0ede8;--surface: #e8e4de;--surface-soft: #ede9e3;--ink: #1a1a1a;--muted: #6b6560;--line: #d1cdc7;--accent-primary: #1a1a1a;--accent-glow: rgba(0, 0, 0, .15);--shadow-sm: 4px 4px 0px #c8c3bb;--shadow-lg: 6px 6px 0px #c8c3bb;color-scheme:light}:root.light-mode body{background-color:var(--bg);color:var(--ink);background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px)}:root.light-mode ::selection{background:#1a1a1a;color:#f0ede8}:root.light-mode .app-shell:before{background:linear-gradient(rgba(0,0,0,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.025) 1px,transparent 1px)!important}:root.light-mode .skip-nav{background:#1a1a1a;color:#f0ede8;border-color:#1a1a1a;box-shadow:3px 3px #c8c3bb}:root.light-mode .hero-section{background:#e2ded7}:root.light-mode .hero-section:before{background-image:linear-gradient(#d1cdc7 1px,transparent 1px),linear-gradient(90deg,#d1cdc7 1px,transparent 1px)!important}:root.light-mode .hero-section:after{background-image:linear-gradient(#c8c3bb 1px,transparent 1px),linear-gradient(90deg,#c8c3bb 1px,transparent 1px)!important}:root.light-mode .hero-section .hero-title{color:#1a1a1a!important;text-shadow:3px 0 0 #d1cdc7,-3px 0 0 #d1cdc7,0 3px 0 #d1cdc7,0 -3px 0 #d1cdc7,3px 3px 0 #c8c3bb!important}:root.light-mode .hero-section .animated-word{color:#1a1a1a!important;border-color:#1a1a1a!important;background:#e2ded7!important;box-shadow:inset -3px -3px #d1cdc7,5px 5px #c8c3bb!important;text-shadow:2px 2px 0 #d1cdc7!important}:root.light-mode .hero-section .scroll-down-btn{border-color:#1a1a1a!important;background:#e2ded7!important;color:#1a1a1a!important;box-shadow:inset -3px -3px #d1cdc7,5px 5px #c8c3bb!important}:root.light-mode .hero-section .scroll-down-btn:hover{background:#d1cdc7!important;box-shadow:inset -3px -3px #c8c3bb,7px 7px #bbb5ad!important}:root.light-mode .hero-section .decorative-dot{background:#1a1a1a!important;box-shadow:0 15px #1a1a1a,0 30px #1a1a1a,0 45px #6b6560,0 60px #9e9890,0 75px #c8c3bb,0 90px #d1cdc7!important}:root.light-mode .navbar .navbar-container{background:#f0ede8f2!important;border-color:#d1cdc7!important;box-shadow:4px 4px #c8c3bb!important}:root.light-mode .navbar.scrolled .navbar-container{background:#f0ede8fa!important;border-color:#bbb5ad!important;box-shadow:6px 6px #c8c3bb!important}:root.light-mode .navbar .desktop-nav .cta-button{background:#1a1a1a!important;color:#f0ede8!important;border-color:#1a1a1a!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .navbar .desktop-nav .nav-link:after{background:#1a1a1a!important}:root.light-mode .navbar .mobile-toggle{border-color:#bbb5ad!important;color:#1a1a1a!important}:root.light-mode .navbar .mobile-toggle:hover{background:#e2ded7!important}:root.light-mode .navbar .mobile-nav{background:#f0ede8fa!important;border-color:#d1cdc7!important;box-shadow:4px 4px #c8c3bb!important}:root.light-mode .navbar .mobile-nav .mobile-link:hover,:root.light-mode .navbar .mobile-nav .mobile-link:active{background:#e8e4de!important;border-color:#d1cdc7!important}:root.light-mode .navbar .mobile-nav .mobile-cta{background:#1a1a1a!important;color:#f0ede8!important;border-color:#1a1a1a!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .about-section .section-title{color:#1a1a1a!important;text-shadow:3px 3px 0px #d1cdc7!important}:root.light-mode .about-section .approach-column{border-color:#d1cdc7!important;background:var(--surface)!important;box-shadow:4px 4px #c8c3bb!important}:root.light-mode .about-section .approach-column .approach-item{border-color:#d1cdc7!important;background:var(--surface-soft)!important}:root.light-mode .about-section .approach-column .approach-item.active,:root.light-mode .about-section .approach-column .approach-item:hover{border-color:#1a1a1a!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .about-section .value-card{border-color:#d1cdc7!important;background:var(--surface)!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .about-section .value-card:hover{border-color:#1a1a1a!important;box-shadow:5px 5px #c8c3bb!important}:root.light-mode .about-section .value-card:hover .value-icon{color:#f0ede8!important;background:#1a1a1a!important}:root.light-mode .about-section .value-card .value-icon{border-color:#d1cdc7!important}:root.light-mode .about-section .divider{background:#1a1a1a!important;box-shadow:0 8px #9e9890,0 16px #c8c3bb!important}:root.light-mode .divisions-section .header-title{text-shadow:3px 3px 0px #d1cdc7!important}:root.light-mode .divisions-section .division-card{background:var(--surface)!important;border-color:#d1cdc7!important;box-shadow:4px 4px #c8c3bb!important}:root.light-mode .divisions-section .division-card:hover{border-color:#1a1a1a!important;box-shadow:6px 6px #c8c3bb!important}:root.light-mode .divisions-section .division-card:hover .icon-wrapper{background:#1a1a1a!important;color:#f0ede8!important}:root.light-mode .divisions-section .division-card .icon-wrapper{background:#e2ded7!important;border-color:#d1cdc7!important;color:#1a1a1a!important}:root.light-mode .divisions-section .division-card .feature-list{border-top-color:#d1cdc7!important}:root.light-mode .products-section .section-title{text-shadow:3px 3px 0px #d1cdc7!important}:root.light-mode .products-section .product-card{border-color:#d1cdc7!important;background:var(--surface)!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .products-section .product-card:hover{border-color:#9e9890!important;box-shadow:5px 5px #c8c3bb!important}:root.light-mode .products-section .product-card.active{border-color:#1a1a1a!important;background:#e2ded7!important;box-shadow:0 0 0 1px #1a1a1a,4px 4px #c8c3bb!important}:root.light-mode .products-section .product-card.active .icon-box{background:#1a1a1a!important;color:#f0ede8!important}:root.light-mode .products-section .product-card .icon-box{background:#e2ded7!important;border-color:#d1cdc7!important;color:#1a1a1a!important}:root.light-mode .products-section .product-card .badge{background:#1a1a1a!important;color:#f0ede8!important;border-color:#1a1a1a!important}:root.light-mode .products-section .preview-card{background:#e2ded7!important;box-shadow:6px 6px #c8c3bb!important;border-color:#d1cdc7!important}:root.light-mode .products-section .featured-spotlight{background:#e2ded7!important;border-color:#d1cdc7!important;box-shadow:6px 6px #c8c3bb!important;color:#1a1a1a!important}:root.light-mode .products-section .featured-spotlight .bg-star{color:#0000000a!important}:root.light-mode .products-section .featured-spotlight .noise-ring{border-color:#d1cdc7!important}:root.light-mode .products-section .featured-spotlight .meta-tags{background:#ede9e3!important;border-color:#d1cdc7!important}:root.light-mode .products-section .featured-spotlight .meta-tags .tag{color:#1a1a1a!important}:root.light-mode .products-section .featured-spotlight .meta-tags .dot{background:#1a1a1a!important}:root.light-mode .products-section .featured-spotlight .spotlight-title{color:#1a1a1a!important;text-shadow:3px 3px 0px #d1cdc7!important}:root.light-mode .products-section .featured-spotlight .spotlight-description{color:#6b6560!important}:root.light-mode .products-section .featured-spotlight .highlight-points .point{border-color:#d1cdc7!important;background:#ede9e3!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .products-section .featured-spotlight .point-label{color:#6b6560!important}:root.light-mode .products-section .featured-spotlight .point-value{color:#1a1a1a!important}:root.light-mode .products-section .featured-spotlight .cta-button{background:#1a1a1a!important;color:#f0ede8!important;border-color:#1a1a1a!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .products-section .featured-spotlight .secondary-link{color:#1a1a1a!important}:root.light-mode .products-section .mock-ui{background:#ede9e3!important;border-color:#d1cdc7!important;box-shadow:4px 4px #c8c3bb!important;color:#1a1a1a!important}:root.light-mode .products-section .mock-ui .ui-icon-wrapper{background:#1a1a1a!important;color:#f0ede8!important;border-color:#1a1a1a!important}:root.light-mode .products-section .mock-ui .ui-subtitle{color:#9e9890!important}:root.light-mode .products-section .mock-ui .chat-bubble{border-color:#d1cdc7!important}:root.light-mode .products-section .mock-ui .chat-bubble.user{background:#e2ded7!important;color:#4a4540!important}:root.light-mode .products-section .mock-ui .chat-bubble.ai{background:#1a1a1a!important;color:#f0ede8!important;border-color:#1a1a1a!important}:root.light-mode .products-section .mock-ui .chat-chip{background:#e2ded7!important;border-color:#d1cdc7!important;color:#4a4540!important}:root.light-mode .upcoming-section .upcoming-container{background:#e2ded7!important;border-color:#d1cdc7!important;box-shadow:6px 6px #c8c3bb!important;color:#1a1a1a!important}:root.light-mode .upcoming-section .section-title{text-shadow:3px 3px 0px #d1cdc7!important}:root.light-mode .upcoming-section .section-description{color:#6b6560!important}:root.light-mode .upcoming-section .project-card{border-color:#d1cdc7!important;background:#ede9e3!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .upcoming-section .project-card:hover{border-color:#1a1a1a!important;box-shadow:5px 5px #c8c3bb!important}:root.light-mode .upcoming-section .project-card .category-label{color:#6b6560!important}:root.light-mode .upcoming-section .project-card .status-badge{border-color:#bbb5ad!important;color:#1a1a1a!important;background:#e2ded7!important}:root.light-mode .upcoming-section .project-card .card-description{color:#6b6560!important}:root.light-mode .upcoming-section .project-card .features-list .feature-item{color:#4a4540!important}:root.light-mode .upcoming-section .project-card .features-list .feature-item .dot{background:#1a1a1a!important}:root.light-mode .upcoming-section .project-card .card-footer{border-top-color:#d1cdc7!important}:root.light-mode .upcoming-section .project-card .card-footer .timeline,:root.light-mode .upcoming-section .project-card .card-footer .cta-link{color:#6b6560!important}:root.light-mode .pipeline-section .pipeline-card{background:var(--surface)!important;border-color:#d1cdc7!important;box-shadow:4px 4px #c8c3bb!important}:root.light-mode .pipeline-section .pipeline-card .header-title{text-shadow:3px 3px 0px #d1cdc7!important}:root.light-mode .pipeline-section .pipeline-card .flow-step{background:var(--surface-soft)!important;border-color:#d1cdc7!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .pipeline-section .pipeline-card .flow-step .status-dot.solid{background:#1a1a1a!important}:root.light-mode .pipeline-section .pipeline-card .flow-step .status-dot.hollow{border-color:#1a1a1a!important}:root.light-mode .pipeline-section .pipeline-card .connector-mobile{background:#bbb5ad!important}:root.light-mode .pipeline-section .pipeline-card .pipeline-footer{border-top-color:#d1cdc7!important}:root.light-mode .pipeline-section .pipeline-card .pipeline-footer .access-btn{background:#1a1a1a!important;color:#f0ede8!important;border-color:#1a1a1a!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .capabilities-section .section-title{color:#1a1a1a!important;text-shadow:3px 3px 0px #d1cdc7!important}:root.light-mode .capabilities-section .capability-card{border-color:#d1cdc7!important;background:var(--surface)!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .capabilities-section .capability-card:hover{border-color:#1a1a1a!important;box-shadow:5px 5px #c8c3bb!important}:root.light-mode .capabilities-section .capability-card .icon-wrapper{background:#e2ded7!important;border-color:#d1cdc7!important;color:#1a1a1a!important}:root.light-mode .capabilities-section .capability-card:hover .icon-wrapper{background:#1a1a1a!important;color:#f0ede8!important}:root.light-mode .footer-section{background:#e2ded7!important;border-top-color:#d1cdc7!important;color:#1a1a1a!important}:root.light-mode .footer-section .recruitment-cta,:root.light-mode .footer-section .main-cta{border-color:#d1cdc7!important;background:#ede9e3!important;box-shadow:4px 4px #c8c3bb!important}:root.light-mode .footer-section .cta-label{color:#1a1a1a!important}:root.light-mode .footer-section .cta-text,:root.light-mode .footer-section .cta-subtext{color:#6b6560!important}:root.light-mode .footer-section .recruit-btn{background:#1a1a1a!important;color:#f0ede8!important;border-color:#1a1a1a!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .footer-section .cta-heading{color:#1a1a1a!important;text-shadow:3px 3px 0px #d1cdc7!important}:root.light-mode .footer-section .action-buttons .btn{border-color:#bbb5ad!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .footer-section .action-buttons .btn-email{background:#e2ded7!important;color:#1a1a1a!important}:root.light-mode .footer-section .action-buttons .btn-call{background:#1a1a1a!important;color:#f0ede8!important;border-color:#1a1a1a!important}:root.light-mode .footer-section .action-buttons .btn-whatsapp{background:#e2ded7!important;border-color:#bbb5ad!important;color:#1a1a1a!important}:root.light-mode .footer-section .footer-bottom{border-top-color:#d1cdc7!important}:root.light-mode .footer-section .footer-bottom .brand-name{color:#1a1a1a!important}:root.light-mode .footer-section .footer-bottom .copyright-area{color:#6b6560!important}:root.light-mode .footer-section .social-link{color:#1a1a1a!important;border-color:#d1cdc7!important;background:#ede9e3!important;box-shadow:2px 2px #c8c3bb!important}:root.light-mode .footer-section .social-link:hover{border-color:#1a1a1a!important;background:#1a1a1a!important;color:#f0ede8!important;box-shadow:3px 3px #c8c3bb!important}:root.light-mode .footer-section .footer-nav a{color:#6b6560!important}:root.light-mode .footer-section .footer-nav a:hover{color:#1a1a1a!important}:root.light-mode .scroll-progress{background:#e2ded7!important;border-bottom-color:#d1cdc7!important}:root.light-mode .scroll-progress .scroll-progress-bar{background:#1a1a1a!important;box-shadow:2px 0 #6b6560!important}:root.light-mode .theme-toggle{border-color:#1a1a1a;background:#ede9e3;color:#1a1a1a;box-shadow:3px 3px #c8c3bb}:root.light-mode .theme-toggle:hover{background:#1a1a1a;color:#f0ede8}:root.light-mode .back-to-top{border-color:#1a1a1a;background:#ede9e3;color:#1a1a1a;box-shadow:3px 3px #c8c3bb}:root.light-mode .back-to-top:hover{background:#1a1a1a;color:#f0ede8}:root.light-mode .loading-screen{background:#f0ede8!important}:root.light-mode .loading-screen .loading-terminal{border-color:#d1cdc7!important;background:#ede9e3!important;box-shadow:6px 6px #c8c3bb!important}:root.light-mode .loading-screen .loading-terminal .terminal-header{background:#e2ded7!important;border-bottom-color:#d1cdc7!important}:root.light-mode .loading-screen .loading-terminal .terminal-header .terminal-dot{background:#bbb5ad!important;border-color:#9e9890!important}:root.light-mode .loading-screen .loading-terminal .terminal-header .terminal-title{color:#6b6560!important}:root.light-mode .loading-screen .loading-terminal .terminal-body .terminal-line{color:#1a1a1a!important}:root.light-mode .loading-screen .loading-terminal .terminal-body .progress-bar{border-color:#d1cdc7!important;background:#e2ded7!important}:root.light-mode .loading-screen .loading-terminal .terminal-body .progress-bar .progress-fill{background:#1a1a1a!important}:root.light-mode .loading-screen .loading-terminal .terminal-body .progress-pct{color:#6b6560!important}:root.light-mode .desktop-pet:hover{filter:drop-shadow(0 0 4px rgba(0,0,0,.2))!important}:root.light-mode .pet-chat{background:#ede9e3!important;border-color:#d1cdc7!important;box-shadow:4px 4px #c8c3bb!important}:root.light-mode .pet-chat-header{background:#e2ded7!important;border-bottom-color:#d1cdc7!important}:root.light-mode .pet-chat-title{color:#1a1a1a!important}:root.light-mode .pet-chat-close{border-color:#bbb5ad!important;color:#6b6560!important}:root.light-mode .pet-chat-close:hover{color:#c0392b!important;border-color:#c0392b!important}:root.light-mode .pet-chat-messages::-webkit-scrollbar-track{background:#ede9e3!important}:root.light-mode .pet-chat-messages::-webkit-scrollbar-thumb{background:#bbb5ad!important;border-color:#d1cdc7!important}:root.light-mode .pet-msg-bot .pet-msg-text{background:#e2ded7!important;border-color:#d1cdc7!important;color:#1a1a1a!important}:root.light-mode .pet-msg-user .pet-msg-text{background:#1a1a1a!important;border-color:#1a1a1a!important;color:#f0ede8!important}:root.light-mode .pet-typing .dot{color:#1a1a1a!important}:root.light-mode .pet-chat-input{border-top-color:#d1cdc7!important}:root.light-mode .pet-chat-input input{background:#f0ede8!important;color:#1a1a1a!important;caret-color:#1a1a1a!important}:root.light-mode .pet-chat-input input::placeholder{color:#bbb5ad!important}:root.light-mode .pet-chat-input .pet-send-btn{background:#e2ded7!important;border-left-color:#d1cdc7!important;color:#1a1a1a!important}:root.light-mode .pet-chat-input .pet-send-btn:hover{background:#1a1a1a!important;color:#f0ede8!important}
