.Hero-module__ZARIfG__hero{text-align:left;background-color:var(--background);justify-content:flex-start;align-items:center;min-height:100vh;padding:0 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__videoWrapper{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__ZARIfG__videoBackground{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__videoOverlay{z-index:0;background:#0009;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__content{z-index:1;width:100%;max-width:1200px;margin:0 auto;position:relative}.Hero-module__ZARIfG__textContainer{max-width:800px}.Hero-module__ZARIfG__title{color:#fff;letter-spacing:-1px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__description{color:#e0e0e0;max-width:700px;margin-bottom:3rem;font-size:1.25rem;font-weight:500;line-height:1.6}.Hero-module__ZARIfG__highlight{color:var(--primary);display:inline-block;position:relative}.Hero-module__ZARIfG__subheadline{color:#ccc;max-width:600px;margin-bottom:3rem;font-size:1.5rem;font-weight:400;line-height:1.6}.Hero-module__ZARIfG__ctaContainer{justify-content:flex-start;gap:1.5rem;display:flex}.Hero-module__ZARIfG__primaryButton{background-color:var(--primary);color:#000;cursor:pointer;border:none;border-radius:4px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:transform .3s,background-color .3s}.Hero-module__ZARIfG__primaryButton:hover{background-color:var(--primary-dark);transform:translateY(-2px)}.Hero-module__ZARIfG__secondaryButton{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:4px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s}.Hero-module__ZARIfG__secondaryButton:hover{color:#000;background-color:#fff}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:0 1.5rem}.Hero-module__ZARIfG__title{font-size:2.8rem}.Hero-module__ZARIfG__subheadline{font-size:1.2rem}.Hero-module__ZARIfG__content{padding:0}.Hero-module__ZARIfG__ctaContainer{flex-direction:column}.Hero-module__ZARIfG__primaryButton,.Hero-module__ZARIfG__secondaryButton{text-align:center;width:100%}}
.TrustedBy-module__3ag6Fa__trustedSection{background-color:var(--background);border-bottom:1px solid var(--border-color);padding:4rem 0;overflow:hidden}.TrustedBy-module__3ag6Fa__label{text-align:center;color:var(--text-muted);letter-spacing:2px;margin-bottom:3rem;font-size:.85rem;font-weight:700}.TrustedBy-module__3ag6Fa__marquee{white-space:nowrap;width:100%;position:relative;overflow:hidden}.TrustedBy-module__3ag6Fa__marquee:before,.TrustedBy-module__3ag6Fa__marquee:after{content:"";z-index:2;width:150px;height:100%;position:absolute;top:0}.TrustedBy-module__3ag6Fa__marquee:before{background:linear-gradient(to right, var(--background), transparent);left:0}.TrustedBy-module__3ag6Fa__marquee:after{background:linear-gradient(to left, var(--background), transparent);right:0}.TrustedBy-module__3ag6Fa__marqueeContent{gap:6rem;animation:30s linear infinite TrustedBy-module__3ag6Fa__scroll;display:inline-flex}.TrustedBy-module__3ag6Fa__companyName{color:#a0a0a0;text-transform:uppercase;letter-spacing:1px;font-size:1.5rem;font-weight:800}@keyframes TrustedBy-module__3ag6Fa__scroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 3rem))}}
.ServicesFeatured-module__FA2A6G__servicesSection{background-color:var(--card-bg);padding:6rem 0}.ServicesFeatured-module__FA2A6G__header{text-align:center;margin-bottom:4rem}.ServicesFeatured-module__FA2A6G__cardTitle{margin-bottom:1rem;font-size:1.25rem;font-weight:700}@media (max-width:768px){.ServicesFeatured-module__FA2A6G__title{font-size:2.5rem}}.ServicesFeatured-module__FA2A6G__header h2{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.ServicesFeatured-module__FA2A6G__header p{color:var(--text-muted);font-size:1.2rem}.ServicesFeatured-module__FA2A6G__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.ServicesFeatured-module__FA2A6G__card{background:var(--background);border:1px solid var(--border-color);color:var(--foreground);border-radius:8px;align-items:center;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.ServicesFeatured-module__FA2A6G__card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.ServicesFeatured-module__FA2A6G__imageContainer{flex-shrink:0;width:100px;height:100px}.ServicesFeatured-module__FA2A6G__image{object-fit:cover;width:100%;height:100%}.ServicesFeatured-module__FA2A6G__cardContent{flex-direction:column;justify-content:center;padding:1.5rem;display:flex}.ServicesFeatured-module__FA2A6G__cardContent h3{margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.ServicesFeatured-module__FA2A6G__linkText{color:var(--primary-dark);font-size:.9rem;font-weight:600}.ServicesFeatured-module__FA2A6G__card:hover .ServicesFeatured-module__FA2A6G__linkText{text-decoration:underline}.ServicesFeatured-module__FA2A6G__viewAllContainer{text-align:center;margin-top:3rem}.ServicesFeatured-module__FA2A6G__viewAllButton{color:var(--foreground);border:2px solid var(--border-color);background-color:#0000;border-radius:4px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.ServicesFeatured-module__FA2A6G__viewAllButton:hover{border-color:var(--primary);color:var(--primary-dark)}
.PortfolioSlider-module__paA_Yq__sliderSection{background-color:var(--background);padding:4rem 0 0;overflow:hidden}.PortfolioSlider-module__paA_Yq__header{color:#fff;z-index:2;background-color:#00234b;width:40%;margin-bottom:-100px;padding:4rem 2rem;position:relative}.PortfolioSlider-module__paA_Yq__header h2{margin:0;font-size:2.5rem;font-weight:400}.PortfolioSlider-module__paA_Yq__cardTitle{color:var(--foreground);font-size:1.5rem;font-weight:700}@media (max-width:768px){.PortfolioSlider-module__paA_Yq__title{font-size:2.5rem}}.PortfolioSlider-module__paA_Yq__sliderContainer{width:100%;height:60vh;min-height:400px;display:flex}.PortfolioSlider-module__paA_Yq__slideWrapper{flex:1;height:100%;transition:flex .4s cubic-bezier(.25,.8,.25,1);overflow:hidden}.PortfolioSlider-module__paA_Yq__slideWrapper:hover{flex:1.5}.PortfolioSlider-module__paA_Yq__slide{width:100%;height:100%;text-decoration:none;display:block;position:relative}.PortfolioSlider-module__paA_Yq__image{object-fit:cover;width:100%;height:100%;transition:transform .8s}.PortfolioSlider-module__paA_Yq__slideWrapper:hover .PortfolioSlider-module__paA_Yq__image{transform:scale(1.05)}.PortfolioSlider-module__paA_Yq__overlay{background:linear-gradient(#0000 50%,#000c 100%);align-items:flex-end;width:100%;height:100%;padding:2rem;display:flex;position:absolute;top:0;left:0}.PortfolioSlider-module__paA_Yq__title{color:#fff;margin:0;font-size:1.5rem;font-weight:400;transition:transform .3s}.PortfolioSlider-module__paA_Yq__slideWrapper:hover .PortfolioSlider-module__paA_Yq__title{transform:translateY(-10px)}@media (max-width:768px){.PortfolioSlider-module__paA_Yq__header{width:100%;margin-bottom:0}.PortfolioSlider-module__paA_Yq__sliderContainer{flex-direction:column;height:100vh}.PortfolioSlider-module__paA_Yq__slideWrapper:hover{flex:1}}
.Founders-module__72p8vW__foundersSection{background-color:var(--background);padding:8rem 0}.Founders-module__72p8vW__header{text-align:center;max-width:800px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.Founders-module__72p8vW__gradientText{color:var(--foreground);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.Founders-module__72p8vW__subtitle{color:var(--text-muted);font-size:1.2rem;line-height:1.6}.Founders-module__72p8vW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.Founders-module__72p8vW__card{background:var(--card-bg);border:1px solid var(--border-color);text-align:left;transition:transform .3s,box-shadow .3s;overflow:hidden}.Founders-module__72p8vW__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.Founders-module__72p8vW__imagePlaceholder{width:100%;height:250px;overflow:hidden}.Founders-module__72p8vW__founderImage{object-fit:cover;width:100%;height:100%}.Founders-module__72p8vW__info{padding:2rem}.Founders-module__72p8vW__name{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Founders-module__72p8vW__title{color:var(--primary);margin-bottom:1rem;font-weight:600}.Founders-module__72p8vW__description{color:var(--text-muted);font-size:.95rem;line-height:1.5}
