:root{--navy:#053f5c;--navy-mid:#0a5a7c;--cream:#f0fbfe;--cream-dark:#9fe7f5;--sand:#429ebd;--sand-light:#b8ecf7;--rust:#f7ad19;--rust-light:#f9c04a;--text-dark:#053f5c;--text-mid:#2d6a85;--text-light:#5a8fa3;--white:#f8fdff}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text-dark);font-family:Plus Jakarta Sans,sans-serif;overflow-x:hidden}h1,h2,h3,.stat-num,.service-num{font-family:Plus Jakarta Sans,sans-serif}nav{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#053f5ce0;border-bottom:1px solid #429ebd33;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1.2rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:var(--cream-dark);letter-spacing:-.02em;font-size:1.25rem;font-weight:700;text-decoration:none}.nav-logo span{color:var(--rust)}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:#9fe7f5b3;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--cream-dark)}.nav-links a.active{color:var(--sand)}.nav-cta{border-radius:4px;padding:.55rem 1.4rem;background:var(--rust)!important;color:#fff!important;font-weight:600!important;transition:background .2s!important}.nav-cta:hover{background:var(--sand)!important}.nav-hamburger{cursor:pointer;color:var(--cream-dark);background:0 0;border:none;border-radius:4px;padding:.3rem;line-height:0;transition:color .2s,background .2s;display:none}.nav-hamburger:hover{color:var(--rust);background:#f7ad1914}.nav-mobile-menu{background:#053f5cf7;border-top:1px solid #429ebd33;flex-direction:column;order:3;gap:0;width:100%;padding:.5rem 0 1rem;animation:.2s mobileMenuSlide;display:none}@keyframes mobileMenuSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav-mobile-menu a{color:#9fe7f5cc;border-bottom:1px solid #429ebd14;padding:.8rem 1.5rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s;display:block}.nav-mobile-menu a:last-child{border-bottom:none}.nav-mobile-menu a:hover{color:var(--cream-dark);background:#429ebd14}.nav-mobile-menu .nav-mobile-cta{background:var(--rust);text-align:center;border-bottom:none;border-radius:4px;margin:.8rem 1.5rem 0;padding:.7rem 1.4rem;font-weight:600;color:#fff!important;transition:background .2s!important}.nav-mobile-menu .nav-mobile-cta:hover{background:var(--sand)!important;color:#fff!important}.hero{background:var(--navy);grid-template-columns:1fr 1fr;align-items:center;min-height:100vh;padding:8rem 4rem 4rem;display:grid;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(60% 70% at 72% 45%,#429ebd1f 0%,#0000 65%),radial-gradient(40% 50% at 12% 80%,#f7ad1912 0%,#0000 55%);position:absolute;inset:0}.hero:after{content:"";pointer-events:none;z-index:0;background-image:linear-gradient(#64c8e638 1px,#0000 1px),linear-gradient(90deg,#64c8e638 1px,#0000 1px);background-size:60px 60px;animation:20s linear infinite heroGridScroll;position:absolute;inset:0;-webkit-mask-image:radial-gradient(85% 85%,#000,#0000);mask-image:radial-gradient(85% 85%,#000,#0000)}@keyframes heroGridScroll{0%{background-position:0 0}to{background-position:60px 60px}}.hero-content,.hero-visual{z-index:1;position:relative}.hero-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--sand);background:#429ebd1f;border:1px solid #429ebd47;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.8rem;padding:.35rem .9rem;font-size:.72rem;font-weight:600;display:inline-flex}.hero-badge:before{content:"";background:var(--rust);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s infinite badgePulse}@keyframes badgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}h1.hero-title{color:var(--white);letter-spacing:-.025em;margin-bottom:1.4rem;font-size:clamp(2.2rem,3.8vw,3.3rem);font-weight:800;line-height:1.15}h1.hero-title span{color:var(--sand)}.hero-desc{color:#9fe7f5b3;max-width:480px;margin-bottom:1rem;font-size:1rem;line-height:1.8}.hero-anchor{color:#f7ad19bf;max-width:460px;margin-bottom:2rem;font-size:.9rem;font-style:italic;line-height:1.7}.hero-sectors{flex-wrap:wrap;gap:.5rem;margin-bottom:2.2rem;display:flex}.sector-pill{color:#9fe7f599;border:1px solid #429ebd40;border-radius:100px;padding:.3rem .85rem;font-size:.72rem;font-weight:500}.sector-pill.active{background:var(--rust);color:#fff;border-color:var(--rust)}.hero-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.btn-primary{background:var(--rust);color:#fff;letter-spacing:.02em;border-radius:4px;padding:.85rem 2rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-block}.btn-primary:hover{background:var(--sand);transform:translateY(-1px)}.btn-ghost{color:#9fe7f5bf;border:1px solid #429ebd4d;border-radius:4px;align-items:center;gap:.4rem;padding:.85rem 1.5rem;font-size:.875rem;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.btn-ghost:hover{color:var(--cream-dark);border-color:var(--sand)}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.trusted{background:var(--white);border-bottom:1px solid var(--sand-light);border-top:1px solid var(--sand-light);padding:3.2rem 4rem 2.5rem}.trusted-label{letter-spacing:.13em;text-transform:uppercase;color:var(--text-light);text-align:center;margin-bottom:1.5rem;font-size:.68rem;font-weight:600}.trusted-micro-desc{color:var(--text-light);text-align:center;border-top:1px solid var(--sand-light);max-width:560px;margin:1.8rem auto 0;padding-top:1rem;font-size:.82rem;line-height:1.6}.trusted-track-wrap{position:relative;overflow:hidden}.trusted-track-wrap:before,.trusted-track-wrap:after{content:"";z-index:2;width:80px;position:absolute;top:0;bottom:0}.trusted-track-wrap:before{background:linear-gradient(to right,var(--white),transparent);left:0}.trusted-track-wrap:after{background:linear-gradient(to left,var(--white),transparent);right:0}.trusted-track{align-items:center;gap:4rem;width:max-content;animation:28s linear infinite marquee;display:flex}.trusted-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.trusted-logo{object-fit:contain;filter:grayscale()opacity(.5);flex-shrink:0;width:auto;max-width:160px;height:56px;transition:filter .3s}.trusted-logo:hover{filter:grayscale(0%)opacity()}.stats-strip{background:var(--navy);grid-template-columns:1fr 1px 1fr 1px 1fr;padding:2.5rem 4rem;display:grid;position:relative;overflow:hidden}.stats-strip:after{content:"";background:#f7ad1912;border-radius:50%;width:500px;height:500px;position:absolute;top:-60%;right:-8%}.stat-item{text-align:center;padding:0 2rem}.stat-num{color:var(--cream-dark);font-size:2.6rem;font-weight:800;line-height:1}.stat-num sup{color:var(--rust-light);font-size:1.1rem}.stat-label{color:#9fe7f5a6;margin-top:.45rem;font-size:.78rem;line-height:1.55}.stat-div{background:#429ebd33}.section-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--rust);align-items:center;gap:.6rem;margin-bottom:1.1rem;font-size:.7rem;font-weight:600;display:flex}.section-eyebrow:before{content:"";background:var(--rust);width:22px;height:1px}h2.section-title{color:var(--navy);letter-spacing:-.02em;margin-bottom:1.1rem;font-size:clamp(1.75rem,2.8vw,2.4rem);font-weight:700;line-height:1.25}.section-desc{color:var(--text-mid);font-size:.93rem;line-height:1.8}.what-you-get{background:var(--white);border:1px solid var(--sand-light);border-radius:10px;margin-bottom:3rem;padding:2rem 2.5rem}.what-you-get-title{letter-spacing:.12em;text-transform:uppercase;color:var(--rust);align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.72rem;font-weight:700;display:flex}.what-you-get-title:before{content:"";background:var(--rust);width:16px;height:1px}.what-you-get-list{flex-direction:column;gap:.7rem;list-style:none;display:flex}.what-you-get-list li{color:var(--text-mid);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.55;display:flex}.what-you-get-list li:before{content:"✓";color:var(--sand);flex-shrink:0;margin-top:.05rem;font-size:.9rem;font-weight:800}.problem{grid-template-columns:1fr 1.15fr;align-items:start;gap:5rem;padding:6rem 4rem;display:grid}.pain-list{flex-direction:column;gap:1.1rem;list-style:none;display:flex}.pain-item{background:var(--white);border:1px solid var(--sand-light);border-radius:8px;align-items:flex-start;gap:1rem;padding:1.2rem 1.4rem;transition:border-color .2s,box-shadow .2s;display:flex}.pain-item:hover{border-color:var(--sand);box-shadow:0 4px 20px #053f5c0f}.pain-icon{background:#f7ad191a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.95rem;display:flex}.pain-text strong{color:var(--navy);margin-bottom:.2rem;font-size:.88rem;font-weight:700;display:block}.pain-text p{color:var(--text-light);font-size:.8rem;line-height:1.65}.sectors{border-top:1px solid var(--sand-light);border-bottom:1px solid var(--sand-light);background:#9fe7f51f;padding:5rem 4rem}.sectors-header{text-align:center;max-width:560px;margin:0 auto 2.8rem}.sectors-header .section-eyebrow{justify-content:center}.sectors-header .section-eyebrow:before{display:none}.sectors-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}.sector-card{background:var(--white);border:1px solid var(--sand-light);border-radius:10px;padding:1.6rem 1.4rem;transition:border-color .2s,box-shadow .2s,transform .2s}.sector-card:hover{border-color:var(--sand);transform:translateY(-2px);box-shadow:0 6px 24px #053f5c12}.sector-emoji{margin-bottom:.8rem;font-size:1.6rem;display:block}.sector-card strong{color:var(--navy);margin-bottom:.4rem;font-size:.9rem;font-weight:700;display:block}.sector-card p{color:var(--text-mid);font-size:.78rem;line-height:1.65}.sector-example{letter-spacing:.07em;text-transform:uppercase;color:var(--rust);margin-top:1rem;font-size:.67rem;font-weight:600}.services{background:var(--navy);padding:6rem 4rem;position:relative;overflow:hidden}.services:before{content:"";background:radial-gradient(circle,#f7ad1914 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-25%;left:-8%}.services-header{z-index:1;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex;position:relative}.services-header .section-eyebrow{color:#9fe7f5b3}.services-header .section-eyebrow:before{background:#9fe7f5b3}h2.services-title{color:var(--cream);letter-spacing:-.02em;font-size:clamp(1.75rem,2.8vw,2.4rem);font-weight:700;line-height:1.2}.services-sub{color:#9fe7f599;max-width:280px;font-size:.87rem;line-height:1.75}.services-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid;position:relative}.service-card{background:#9fe7f50d;border:1px solid #429ebd2e;border-radius:12px;padding:2rem;transition:background .25s,border-color .25s,transform .2s}.service-card:hover{background:#9fe7f51a;border-color:#429ebd66;transform:translateY(-3px)}.service-num{color:#f7ad194d;margin-bottom:1.1rem;font-size:1.9rem;font-weight:800;line-height:1}.service-name{color:var(--cream-dark);margin-bottom:.65rem;font-size:1rem;font-weight:700;line-height:1.3}.service-desc{color:#9fe7f599;font-size:.82rem;line-height:1.75}.service-tags{flex-wrap:wrap;gap:.4rem;margin-top:1.2rem;display:flex}.service-tag{letter-spacing:.06em;color:var(--cream-dark);text-transform:uppercase;background:#429ebd26;border-radius:2px;padding:.2rem .6rem;font-size:.65rem;font-weight:600}.process{grid-template-columns:1fr 1.4fr;align-items:center;gap:5rem;padding:6rem 4rem;display:grid}.process-steps{flex-direction:column;display:flex}.process-step{border-bottom:1px solid var(--sand-light);gap:1.4rem;padding:1.4rem 0;transition:all .2s;display:flex}.process-step:last-child{border-bottom:none}.step-num{border:2px solid var(--sand-light);width:36px;height:36px;color:var(--navy);background:#9fe7f526;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.88rem;font-weight:800;transition:background .2s,border-color .2s,color .2s;display:flex}.process-step:hover .step-num{background:var(--navy);border-color:var(--navy);color:var(--cream)}.step-content strong{color:var(--navy);margin-bottom:.3rem;font-size:.92rem;font-weight:700;display:block}.step-content p{color:var(--text-mid);font-size:.8rem;line-height:1.65}.about{border-top:1px solid var(--sand-light);background:#9fe7f51f;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;padding:6rem 4rem;display:grid}.about-team-photo{aspect-ratio:4/3;object-fit:cover;border:2px solid var(--sand-light);border-radius:12px;width:100%;box-shadow:0 12px 50px #053f5c1f}.about-values{grid-template-columns:1fr 1fr;gap:.9rem;margin-top:2rem;display:grid}.about-value{background:var(--white);border:1px solid var(--sand-light);border-radius:8px;padding:1.1rem;transition:border-color .2s}.about-value:hover{border-color:var(--sand)}.about-value-icon{margin-bottom:.4rem;font-size:1.1rem}.about-value strong{color:var(--navy);margin-bottom:.15rem;font-size:.83rem;font-weight:700;display:block}.about-value p{color:var(--text-light);font-size:.75rem;line-height:1.6}.team-section{background:var(--white);border-top:1px solid var(--sand-light);padding:5rem 4rem}.team-section .section-eyebrow{justify-content:center;margin-bottom:.5rem}.team-section .section-eyebrow:before{display:none}.team-section h2{text-align:center;margin-bottom:3rem}.team-grid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:800px;margin:0 auto;display:grid}.team-card{text-align:center}.team-photo{aspect-ratio:1;object-fit:cover;object-position:top;border:3px solid var(--sand-light);border-radius:12px;width:100%;margin-bottom:1rem;transition:border-color .2s,box-shadow .2s}.team-card:hover .team-photo{border-color:var(--sand);box-shadow:0 8px 30px #053f5c1a}.team-card-name{color:var(--navy);margin-bottom:.2rem;font-size:.95rem;font-weight:700}.team-card-role{color:var(--rust);letter-spacing:.06em;text-transform:uppercase;font-size:.75rem}.xr-showcase{background:var(--navy-mid);padding:6rem 4rem;position:relative;overflow:hidden}.xr-showcase:before{content:"";background:radial-gradient(circle,#f7ad1914 0%,#0000 70%);border-radius:50%;width:650px;height:650px;position:absolute;top:-30%;right:-10%}.xr-inner{z-index:1;position:relative}.xr-intro{grid-template-columns:1fr 1fr;align-items:end;gap:4rem;margin-bottom:2.8rem;display:grid}.xr-eyebrow{color:#9fe7f5b3!important}.xr-eyebrow:before{background:#9fe7f5b3!important}h2.xr-title{color:var(--cream);letter-spacing:-.02em;font-size:clamp(1.75rem,2.8vw,2.4rem);font-weight:700;line-height:1.25}.xr-desc{color:#9fe7f599;font-size:.87rem;line-height:1.8}.xr-link{color:var(--rust-light);opacity:.85;margin-top:.75rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-block}.xr-link:hover{opacity:1}.xr-cards{grid-template-columns:repeat(3,1fr);gap:1.4rem;margin-bottom:3rem;display:grid}.xr-card{background:#9fe7f50a;border:1px solid #429ebd26;border-radius:12px;transition:border-color .25s,transform .2s;overflow:hidden}.xr-card:hover{border-color:#429ebd59;transform:translateY(-3px)}.xr-card-img{object-fit:cover;width:100%;height:180px;display:block}.xr-card-body{padding:1.4rem}.xr-icon{margin-bottom:.6rem;font-size:1.3rem}.xr-card strong{color:var(--cream);margin-bottom:.45rem;font-size:.93rem;font-weight:700;display:block}.xr-card p{color:#9fe7f58c;margin-bottom:.8rem;font-size:.8rem;line-height:1.75}.xr-badge{letter-spacing:.08em;color:var(--rust-light);text-transform:uppercase;font-size:.65rem;font-weight:600}.usecases{background:var(--navy);padding:6rem 4rem;position:relative;overflow:hidden}.usecases:before{content:"";background:radial-gradient(circle,#f7ad1912 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-20%;right:-5%}.usecases-inner{z-index:1;position:relative}.usecases-header{margin-bottom:2.5rem}.usecases-header .section-eyebrow{color:#9fe7f5b3}.usecases-header .section-eyebrow:before{background:#9fe7f5b3}h2.usecases-title{color:var(--cream);letter-spacing:-.02em;font-size:clamp(1.75rem,2.8vw,2.4rem);font-weight:700;line-height:1.2}.usecases-grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}.usecase-card{cursor:default;border-radius:12px;position:relative;overflow:hidden}.usecase-card-img{object-fit:cover;width:100%;height:240px;transition:transform .4s;display:block}.usecase-card:hover .usecase-card-img{transform:scale(1.04)}.usecase-overlay{background:linear-gradient(#0000 0%,#053f5c66 40%,#053f5ceb 100%);padding:1.5rem 1.3rem 1.3rem;position:absolute;bottom:0;left:0;right:0}.usecase-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--rust-light);margin-bottom:.4rem;font-size:.62rem;font-weight:600}.usecase-title{color:var(--cream);margin-bottom:.35rem;font-size:.92rem;font-weight:700;line-height:1.3}.usecase-desc{color:#9fe7f5b3;font-size:.75rem;line-height:1.6}.cta-section{text-align:center;padding:7rem 4rem;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(65% 65%,#f7ad190e 0%,#0000 70%);position:absolute;inset:0}.cta-content{z-index:1;max-width:580px;margin:0 auto;position:relative}.cta-section .section-eyebrow{justify-content:center}.cta-section .section-eyebrow:before{display:none}h2.cta-title{color:var(--navy);letter-spacing:-.02em;margin-bottom:1.1rem;font-size:clamp(1.9rem,3.5vw,2.7rem);font-weight:800;line-height:1.2}.cta-desc{color:var(--text-mid);margin-bottom:2.3rem;font-size:.95rem;line-height:1.8}.cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.cta-note{color:var(--text-light);margin-top:1.4rem;font-size:.8rem}.cta-section .btn-ghost,.cta-section a.btn-ghost{color:#053f5c!important;border-color:#053f5c59!important}.cta-section .btn-ghost:hover,.cta-section a.btn-ghost:hover{color:#053f5c!important;border-color:#053f5c!important}.cta-note a{color:var(--navy);font-weight:600;text-decoration:none}.portfolio-section{border-top:1px solid var(--sand-light);border-bottom:1px solid var(--sand-light);background:#9fe7f514;padding:6rem 4rem}.portfolio-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;display:grid}.portfolio-card{background:var(--white);border:1px solid var(--sand-light);border-radius:12px;flex-direction:column;gap:0;padding:1.75rem;transition:border-color .3s,transform .2s,box-shadow .2s;display:flex}.portfolio-card:hover{border-color:var(--sand);transform:translateY(-3px);box-shadow:0 8px 32px #053f5c14}.portfolio-client{flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:.85rem;display:flex}.portfolio-client-name{color:var(--navy);font-size:1rem;font-weight:800}.portfolio-sector-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--rust);background:#f7ad191a;border-radius:4px;padding:.18rem .6rem;font-size:.62rem;font-weight:600}.portfolio-desc{color:var(--text-mid);flex:1;font-size:.845rem;line-height:1.75}.portfolio-result{border-top:1px solid var(--sand-light);color:var(--sand);align-items:flex-start;gap:.5rem;margin-top:1rem;padding-top:.9rem;font-size:.78rem;font-weight:600;line-height:1.55;display:flex}.portfolio-result:before{content:"→";color:var(--rust);flex-shrink:0;font-weight:700}footer{background:var(--navy);border-top:1px solid #429ebd33;padding:4rem 4rem 2rem}.footer-grid{grid-template-columns:2fr 1.2fr 1.5fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-logo-wrap{margin-bottom:1rem}.footer-tagline{color:#9fe7f58c;margin-bottom:.75rem;font-size:.85rem;line-height:1.65}.footer-pt{color:#9fe7f54d;font-size:.78rem}.footer-col-title{letter-spacing:.08em;text-transform:uppercase;color:#9fe7f580;margin-bottom:1rem;font-size:.72rem;font-weight:700}.footer-links{flex-direction:column;gap:.55rem;list-style:none;display:flex}.footer-links a{color:#9fe7f573;font-size:.85rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--cream-dark)}.footer-contact-item{color:#9fe7f573;gap:.6rem;margin-bottom:.65rem;font-size:.85rem;display:flex}.footer-contact-item a{color:#9fe7f573;text-decoration:none;transition:color .2s}.footer-contact-item a:hover{color:var(--cream-dark)}.footer-bottom{border-top:1px solid #429ebd26;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.footer-copy{color:#9fe7f54d;font-size:.8rem}.footer-legal{gap:1.5rem;display:flex}.footer-legal a{color:#9fe7f54d;font-size:.8rem;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:var(--cream-dark)}.demo-section{background:var(--cream);border-top:1px solid var(--sand-light);border-bottom:1px solid var(--sand-light);padding:6rem 4rem}.demo-header{text-align:center;max-width:640px;margin:0 auto 3.2rem}.demo-header .section-eyebrow{justify-content:center}.demo-header .section-eyebrow:before{display:none}.demo-intro-text{color:var(--text-mid);text-align:center;max-width:680px;margin:-1.5rem auto 2.5rem;font-size:.9rem;font-style:italic;line-height:1.7}.demo-grid{grid-template-columns:repeat(3,1fr);gap:1.6rem;display:grid}.demo-card{background:var(--white);border:1px solid var(--sand-light);border-radius:14px;flex-direction:column;transition:box-shadow .25s,transform .25s,border-color .25s;display:flex;overflow:hidden}.demo-card:hover{border-color:var(--sand);transform:translateY(-4px);box-shadow:0 12px 48px #053f5c1a}.demo-thumb-wrap{aspect-ratio:16/10;background:#9fe7f51f;flex-shrink:0;text-decoration:none;display:block;position:relative;overflow:hidden}.demo-thumb{object-fit:cover;object-position:top;width:100%;height:100%;transition:transform .35s;display:block}.demo-card:hover .demo-thumb{transform:scale(1.04)}.demo-thumb-overlay{background:#053f5c00;justify-content:center;align-items:center;transition:background .3s;display:flex;position:absolute;inset:0}.demo-card:hover .demo-thumb-overlay{background:#053f5c85}.demo-launch-btn{color:var(--cream);background:var(--rust);opacity:0;pointer-events:none;border-radius:4px;padding:.55rem 1.3rem;font-size:.8rem;font-weight:700;transition:opacity .25s,transform .25s;transform:translateY(8px)}.demo-card:hover .demo-launch-btn{opacity:1;transform:translateY(0)}.demo-card-body{flex-direction:column;flex:1;gap:.45rem;padding:1.4rem 1.5rem 1.6rem;display:flex}.demo-sector-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--rust);background:#f7ad1917;border-radius:3px;align-self:flex-start;margin-bottom:.15rem;padding:.2rem .65rem;font-size:.62rem;font-weight:600;display:inline-block}.demo-card-title{color:var(--navy);letter-spacing:-.02em;font-size:1.1rem;font-weight:800;line-height:1.2}.demo-card-sub{color:var(--text-mid);margin-bottom:.1rem;font-size:.78rem}.demo-card-desc{color:var(--text-mid);margin-bottom:.3rem;font-size:.8rem;line-height:1.65}.demo-modules{margin-top:.5rem;margin-bottom:.4rem}.demo-modules-label{letter-spacing:.09em;text-transform:uppercase;color:var(--text-light);margin-bottom:.45rem;font-size:.63rem;font-weight:700}.demo-module-pills{flex-wrap:wrap;gap:.3rem;display:flex}.demo-module-pills span{color:var(--navy);border:1px solid var(--sand-light);background:#9fe7f51f;border-radius:3px;padding:.2rem .55rem;font-size:.67rem}.demo-painpoint{background:#f7ad190d;border:1px solid #f7ad1926;border-radius:6px;align-items:flex-start;gap:.55rem;margin-top:.6rem;margin-bottom:.5rem;padding:.75rem .9rem;display:flex}.demo-pain-icon{flex-shrink:0;margin-top:.05rem;font-size:.85rem}.demo-painpoint p{color:var(--text-mid);font-size:.75rem;line-height:1.6}.demo-cta-btn{color:var(--navy);border-top:1px solid var(--sand-light);letter-spacing:.01em;margin-top:auto;padding-top:.9rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-block}.demo-cta-btn:hover{color:var(--rust)}@media (max-width:960px){nav{padding:1rem 1.5rem}.nav-links{display:none}.nav-hamburger,.nav-mobile-menu{display:flex}.hero{grid-template-columns:1fr;padding:6rem 1.5rem 3rem}.hero-visual{display:none}.trusted{padding:2rem 1.5rem}.stats-strip{grid-template-columns:1fr;padding:2rem 1.5rem}.stat-div{display:none}.problem{grid-template-columns:1fr;gap:2.5rem;padding:4rem 1.5rem}.sectors{padding:4rem 1.5rem}.sectors-grid{grid-template-columns:1fr 1fr}.services{padding:4rem 1.5rem}.services-header{flex-direction:column;align-items:flex-start;gap:1rem}.services-grid{grid-template-columns:1fr}.process,.about{grid-template-columns:1fr;gap:2.5rem;padding:4rem 1.5rem}.about-values{grid-template-columns:1fr}.team-section{padding:4rem 1.5rem}.team-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:1rem;max-width:380px}.team-photo{width:80px;height:80px;aspect-ratio:unset;object-fit:cover;object-position:top;border-radius:10px;flex-shrink:0;margin:0 auto .6rem;display:block}.team-card-name{white-space:nowrap;text-overflow:ellipsis;font-size:.62rem;overflow:hidden}.team-card-role{font-size:.6rem}.xr-showcase{padding:4rem 1.5rem}.xr-intro{grid-template-columns:1fr;gap:1.5rem}.xr-cards{grid-template-columns:1fr}.usecases{padding:4rem 1.5rem}.usecases-grid{grid-template-columns:1fr}.cta-section{padding:5rem 1.5rem}footer{padding:3rem 1.5rem 2rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.demo-section{padding:4rem 1.5rem}.demo-grid{grid-template-columns:1fr}.portfolio-section{padding:4rem 1.5rem}.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center;flex-direction:column}.portfolio-grid{grid-template-columns:1fr}}.code-window{border-radius:14px;width:100%;max-width:520px;font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.7;animation:6s ease-in-out infinite cwFloat;position:relative;overflow:hidden;box-shadow:0 2px #0000000f,0 8px 32px #053f5c26,0 32px 64px #053f5c1a}.code-window__bar{background:#0a2a3d;border-bottom:1px solid #429ebd33;align-items:center;gap:8px;padding:12px 16px;display:flex}.code-window__dot{border-radius:50%;flex-shrink:0;width:11px;height:11px}.code-window__dot--red{background:#ff5f57}.code-window__dot--yellow{background:#febc2e}.code-window__dot--green{background:#28c840}.code-window__bar-title{color:#9fe7f566;letter-spacing:.3px;margin-left:6px;font-family:Courier New,monospace;font-size:11.5px}.code-window__body{background:#061e2d;min-height:280px;padding:20px 24px 24px;position:relative;overflow:hidden}.code-window__body:after{content:"";pointer-events:none;background:repeating-linear-gradient(0deg,#0000,#0000 2px,#ffffff03 2px 4px);position:absolute;inset:0}.code-window__lines{flex-direction:column;gap:0;display:flex}.code-line{align-items:flex-start;gap:16px;min-height:22px;display:flex}.code-line__num{color:#429ebd4d;text-align:right;-webkit-user-select:none;user-select:none;flex-shrink:0;min-width:20px;padding-top:1px;font-size:12px}.code-line__text{color:#9fe7f5;white-space:pre;flex:1}.cw-kw{color:#429ebd}.cw-fn{color:#9fe7f5}.cw-str{color:#98c379}.cw-num{color:#f7ad19}.cw-cmt{color:#429ebd73;font-style:italic}.cw-prop{color:#f9c04a}.cw-var{color:#9fe7f5}.cw-cursor{vertical-align:middle;background:#f7ad19;width:2px;height:14px;margin-left:1px;animation:.9s step-end infinite cwBlink;display:inline-block}@keyframes cwBlink{0%,to{opacity:1}50%{opacity:0}}.code-window__status{color:#f7ad19;letter-spacing:.3px;background:#053f5c;border-top:1px solid #429ebd33;justify-content:space-between;align-items:center;padding:5px 16px;font-family:Courier New,monospace;font-size:11px;font-weight:700;display:flex}.status-dot{background:#f7ad19;border-radius:50%;width:7px;height:7px;margin-right:6px;animation:1.8s ease-in-out infinite cwPulse;display:inline-block}@keyframes cwPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@keyframes cwFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-visual .code-window{margin-top:0}@media (max-width:768px){.code-window{max-width:100%;font-size:11px}.code-window__body{min-height:200px;padding:14px 16px 18px}}
