@import "https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--color-primary:#0f172a;--color-heading:#0f172a;--color-text:#334155;--color-text-muted:#64748b;--color-accent:#0f172a;--color-accent-hover:#1e293b;--color-accent-light:#f1f5f9;--color-surface:#fff;--color-surface-soft:#f8fafc;--color-border:#e2e8f0;--radius-md:.5rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-2xl:2rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -4px #0000000d;--shadow-xl:0 20px 25px -5px #0000000d, 0 8px 10px -6px #0000000d;--shadow-glow:0 0 30px #2563eb26;--glass-bg:#ffffffa6;--glass-border:#ffffff80;--glass-filter:blur(16px)}html{scroll-behavior:smooth;color:var(--color-text);background-color:var(--color-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{margin:0;padding:0;overflow-x:hidden}*{box-sizing:border-box}h1,h2,h3,h4{color:var(--color-heading);margin:0;font-family:Playfair Display,serif;font-weight:700}p,li,a,span{font-family:Plus Jakarta Sans,sans-serif}p{letter-spacing:-.01em;margin:0;line-height:1.7}h1{letter-spacing:-.02em;font-size:clamp(3rem,5.5vw + 1rem,5rem);line-height:1.05}h2{letter-spacing:-.02em;font-size:clamp(2.25rem,3.5vw + 1rem,3.5rem);line-height:1.1}h3{letter-spacing:-.01em;font-size:clamp(1.5rem,2.5vw + 1rem,2.25rem);line-height:1.2}.text-gradient{background:linear-gradient(135deg, var(--color-heading) 0%, #475569 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.section{z-index:10;padding:6rem 0;position:relative}.btn{cursor:pointer;letter-spacing:-.01em;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{background:var(--color-accent);color:#fff}.btn-outline{color:var(--color-primary);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff}.btn-outline:hover{background:var(--color-surface-soft);border-color:#cbd5e1}.app-wrapper{flex-direction:column;min-height:100vh;display:flex;position:relative}.bg-noise:before{content:"";pointer-events:none;z-index:9999;opacity:.04;background-image:url("data:image/svg+xml;utf8,%3Csvg viewBox=\"0 0 200 200\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cfilter id=\"noiseFilter\"%3E%3CfeTurbulence type=\"fractalNoise\" baseFrequency=\"0.65\" numOctaves=\"3\" stitchTiles=\"stitch\"/%3E%3C/filter%3E%3Crect width=\"100%25\" height=\"100%25\" filter=\"url(%23noiseFilter)\"/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:8rem 0}.bg-noise{background-color:var(--color-background);position:relative}.bg-noise:before{content:"";pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.02'/%3E%3C/svg%3E");width:100%;height:100%;position:absolute;top:0;left:0}.header{width:100vw}@media (width<=900px){.nav,.header-actions{display:none!important}.header-container{padding:1rem!important}}.mobile-menu-btn{color:var(--color-heading);cursor:pointer;z-index:101;background:0 0;border:none;padding:.5rem;font-size:1.5rem;display:none}@media (width<=900px){.mobile-menu-btn{justify-content:center;align-items:center;display:flex}}.hero{align-items:center;min-height:100vh;padding:12rem 0 6rem;display:flex;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-text{max-width:600px}.hero-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:5rem;line-height:1.05}.hero-subtitle{color:var(--color-text-muted);max-width:90%;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{align-items:center;gap:1rem;display:flex}.hero-visual{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.hero-image{object-fit:contain;transform-origin:100%;width:140%;max-width:800px;height:auto}@media (width<=992px){.hero{min-height:auto;padding:8rem 0 4rem}.hero-grid{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-text{margin:0 auto}.hero-title{font-size:3.5rem}.hero-subtitle{margin:0 auto 2rem}.hero-actions{flex-direction:column;justify-content:center;width:100%}.hero-actions .btn{text-align:center;width:100%}.hero-image{width:100%;transform:none}}.trustbar-track{white-space:nowrap;display:flex}.tab-list{gap:.5rem;display:flex}.tab-btn{text-align:left;color:var(--color-text-muted);border-radius:var(--radius-md);cursor:pointer;background:0 0;border:none;padding:1rem 1.5rem;font-weight:600;transition:all .2s}.tab-btn.active{background:var(--color-surface-soft);color:var(--color-heading);box-shadow:inset 0 0 0 1px var(--color-border)}.tab-btn:hover:not(.active){background:var(--color-surface);color:var(--color-heading)}@media (width<=768px){.industries-container{grid-template-columns:1fr!important;padding:1rem!important}.tab-list{padding-bottom:1rem;overflow-x:auto;flex-direction:row!important}.tab-btn{white-space:nowrap}}.sticky-parent{padding:4rem 0;position:relative}.sticky-wrapper{grid-template-columns:1fr 1fr;align-items:flex-start;gap:6rem;display:grid}.sticky-content{position:sticky;top:120px}.scroll-cards-container{flex-direction:column;gap:2rem;display:flex}.service-scroll-card{border-radius:var(--radius-2xl);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;padding:3rem;transition:transform .3s,box-shadow .3s}.service-scroll-card:hover{box-shadow:var(--shadow-xl);border-color:#3b82f64d}.services-list{flex-direction:column;flex:1.5;gap:6rem;display:flex}.services-sticky-sidebar{flex:1;position:sticky;top:120px}.service-panel{border-radius:var(--radius-2xl);border:1px solid var(--color-border);background:#fff;padding:3.5rem;transition:all .3s}.service-panel:hover{box-shadow:var(--shadow-xl);border-color:#2563eb33;transform:translateY(-4px)}.service-icon-wrapper{background:var(--color-accent-light);color:var(--color-accent);border-radius:1.25rem;justify-content:center;align-items:center;display:flex}@media (width<=992px){.services-sticky-sidebar{text-align:center;margin-bottom:3rem;position:relative;top:0}.sticky-wrapper{grid-template-columns:1fr;gap:3rem}.sticky-content{text-align:center;position:relative;top:0}.service-scroll-card{padding:2rem}}@media (width<=900px){.why-row{text-align:center;flex-direction:column!important;gap:3rem!important}.why-row ul li{text-align:left;justify-content:center}.why-image-wrapper{width:100%;height:350px!important}.team-split-layout{grid-template-columns:1fr!important;gap:2rem!important}.team-header-sticky{text-align:center;position:relative!important;top:0!important}.team-header-sticky p{margin:0 auto}.team-row-card{text-align:center!important;flex-direction:column!important;align-items:center!important;padding:2rem!important}.team-info-header{justify-content:center!important}.team-avatar{transform:none!important}}.faq-button{text-align:left;justify-content:space-between;width:100%;padding:1.5rem 0}.faq-icon{border:1px solid var(--color-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:1rem;transition:all .3s;display:flex}button[aria-expanded=true] .faq-icon{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.marquee-container{width:100vw;margin-left:calc(50% - 50vw);padding:2rem 0;position:relative}.marquee-container:before,.marquee-container:after{content:"";z-index:2;pointer-events:none;width:15vw;height:100%;position:absolute;top:0}.marquee-container:before{background:linear-gradient(to right, var(--color-surface-soft), transparent);left:0}.marquee-container:after{background:linear-gradient(to left, var(--color-surface-soft), transparent);right:0}.marquee-content{gap:2rem;display:flex}.testimonial-card-premium{border-radius:var(--radius-2xl);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:2.5rem}
