@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Oswald:wght@500;600;700&family=Playfair+Display:wght@700&display=swap";:root{--primary-blue:#0a4d8c;--primary-blue-light:#1a6db2;--primary-blue-dark:#052f5a;--bg-main:#fff;--bg-secondary:#f7f7f7;--text-main:#000;--text-secondary:#555;--text-light:#888;--border-light:#e5e5e5;--radius-sm:0px;--radius-md:0px;--radius-lg:0px;--radius-xl:0px;--transition-fast:.2s ease;--transition-normal:.3s cubic-bezier(.215, .61, .355, 1);--transition-slow:.8s cubic-bezier(.215, .61, .355, 1);--shadow-sm:none;--shadow-md:none;--shadow-lg:none;--shadow-hover:0 15px 30px #0000000d;--font-sans:"Inter", sans-serif;--font-heading:"Oswald", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-sans);background-color:var(--bg-main);color:var(--text-main);scroll-behavior:smooth;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-main);text-transform:uppercase;letter-spacing:.02em;font-weight:700;line-height:1.1}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-sans);background:0 0;border:none}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 24px}.section-padding{padding:140px 0}.glass-card{border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:none;transition:var(--transition-normal);background:#fff;border-bottom:3px solid #0000;overflow:hidden}.glass-card:hover{border-bottom:3px solid var(--primary-blue);box-shadow:var(--shadow-hover);transform:translateY(-5px)}.btn{border-radius:var(--radius-sm);font-size:.95rem;font-weight:700;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;z-index:1;justify-content:center;align-items:center;padding:16px 36px;transition:background-color .4s,color .4s;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";background:var(--text-main);z-index:-1;transform-origin:100%;width:100%;height:100%;transition:transform .4s cubic-bezier(.215,.61,.355,1);position:absolute;top:0;left:0;transform:scaleX(0)}.btn:hover:before{transform-origin:0;transform:scaleX(1)}.btn-primary{background-color:var(--primary-blue);color:#fff;box-shadow:none}.btn-primary:hover{color:#fff;box-shadow:none;transform:translateY(0)}.btn-outline{color:var(--text-main);border:2px solid var(--border-light);background-color:#0000}.btn-outline:before{background:var(--primary-blue)}.btn-outline:hover{color:#fff;border-color:var(--primary-blue)}.text-gradient{color:var(--text-main)}.text-gradient-blue{color:var(--primary-blue)}.bg-text-wrapper{width:100%;position:relative}.bg-text{font-size:10rem;font-family:var(--font-heading);color:#0000;-webkit-text-stroke:2px #0000001f;text-transform:uppercase;white-space:nowrap;z-index:0;pointer-events:none;letter-spacing:-.02em;font-weight:700;line-height:1;position:absolute;top:-50%;left:0}.caption-text{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.2em;color:var(--primary-blue);margin-bottom:12px;font-size:.85rem;font-weight:600;display:block}@media (width<=991px){.desktop-only,.desktop-br{display:none!important}}@media (width>=992px){.mobile-only{display:none!important}}.app{flex-direction:column;width:100%;min-height:100vh;display:flex}.navbar{z-index:100;border-bottom:1px solid var(--border-light);background:#fff;justify-content:space-between;align-items:center;height:70px;padding:0 50px;transition:background .3s,height .3s;display:flex;position:absolute;top:40px;left:0;right:0}.navbar.scrolled{height:65px;animation:.4s cubic-bezier(.215,.61,.355,1) slideDown;position:fixed;top:0;box-shadow:0 4px 20px #0000000d}@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.topbar{border-bottom:1px solid var(--border-light);background:var(--bg-main);z-index:101;justify-content:space-between;align-items:center;width:100%;height:40px;padding:0 50px;display:flex;position:absolute;top:0;left:0}.topbar-left{gap:30px;display:flex}.topbar-item{color:var(--text-secondary);font-size:.8rem;font-family:var(--font-sans);align-items:center;gap:8px;display:flex}.topbar-icon{color:var(--primary-blue)}.topbar-right{align-items:center;gap:20px;display:flex}.topbar-social{color:var(--text-main);transition:var(--transition-fast);align-items:center;display:flex}.topbar-social:hover{color:var(--primary-blue)}.logo{font-family:var(--font-heading);letter-spacing:.02em;color:var(--text-main);text-transform:uppercase;align-items:center;gap:12px;font-size:1.8rem;font-weight:700;display:flex}.nav-links{align-items:center;gap:40px;height:100%;display:flex}.nav-link{font-size:.85rem;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--text-main);transition:var(--transition-fast);cursor:pointer;background:0 0;border:none;align-items:center;height:100%;padding:0;font-weight:600;display:flex;position:relative}.nav-link:before{content:"";background-color:var(--primary-blue);transform-origin:100%;width:100%;height:3px;transition:transform .3s cubic-bezier(.215,.61,.355,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav-link:hover{color:var(--primary-blue)}.nav-link:hover:before{transform-origin:0;transform:scaleX(1)}.hero{background-color:#fafafa;justify-content:center;align-items:flex-end;height:100vh;min-height:800px;padding-top:130px;padding-bottom:120px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;border:20vw solid #f4f4f4;border-top:15vh solid #f0f0f0;border-bottom:30vh solid #eaeaea;animation:1.8s cubic-bezier(.215,.61,.355,1) forwards enterRoom;position:absolute;inset:0}@keyframes enterRoom{0%{opacity:0;transform:scale(1.4)translateZ(50px)}to{opacity:1;transform:scale(1)translateZ(0)}}.hero-canvas{z-index:0;opacity:.3;width:50%;height:100%;top:0;right:0;position:absolute!important}.hero-content{z-index:2;text-align:center;width:100%;max-width:800px;position:relative}.hero h1{color:var(--text-main);z-index:2;margin-bottom:30px;font-size:6rem;line-height:1.05;position:relative}.hero p{color:var(--text-secondary);z-index:2;max-width:600px;margin-bottom:50px;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:400;position:relative}.hero-buttons{z-index:2;justify-content:center;gap:20px;display:flex;position:relative}.modules-grid{border-top:1px solid var(--border-light);border-left:1px solid var(--border-light);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:0;margin-top:40px;display:grid}.module-card{border-right:1px solid var(--border-light);border-bottom:1px solid var(--border-light);z-index:1;background:#fff;border-radius:0;flex-direction:column;gap:24px;padding:50px 40px;display:flex;position:relative}.module-card:after{content:"";background-color:var(--primary-blue);transform-origin:100%;width:100%;height:3px;transition:transform .4s cubic-bezier(.215,.61,.355,1);position:absolute;bottom:0;left:0;transform:scaleX(0)}.module-card:hover{z-index:2;transform:translateY(0);box-shadow:0 20px 40px #0000000f}.module-card:hover:after{transform-origin:0;transform:scaleX(1)}.module-icon{background:var(--bg-secondary);width:70px;height:70px;color:var(--primary-blue);border-radius:0;justify-content:center;align-items:center;margin-bottom:0;display:flex}.module-card h3{color:var(--text-main);font-size:1.5rem}.module-card p{color:var(--text-secondary);font-size:1rem;line-height:1.7}.lining-bg{background-image:repeating-linear-gradient(-45deg,#0000,#0000 25px,#0000000a 25px 26px)}.feature-module{background:#fff;border:1px solid #0000000f;border-radius:24px;align-items:stretch;gap:50px;margin-bottom:80px;padding:40px;transition:all .5s cubic-bezier(.215,.61,.355,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 30px #0000000a}.feature-module:before{content:"";background:linear-gradient(90deg, var(--primary-blue), #ff5722, var(--primary-blue));opacity:0;height:3px;transition:opacity .5s;position:absolute;top:0;left:0;right:0}.feature-module:hover{border-color:#0000001a;transform:translateY(-4px);box-shadow:0 20px 60px #00000014}.feature-module:hover:before{opacity:1}.feature-module--reversed{flex-direction:row-reverse}.feature-module-content{z-index:2;flex:1;position:relative}.feature-module-number{font-family:var(--font-heading);color:#0000;-webkit-text-stroke:1px #0000000f;z-index:1;margin-bottom:-20px;font-size:5rem;font-weight:900;line-height:1;position:relative}.feature-module:hover .feature-module-number{-webkit-text-stroke:1px #3b82f633}.feature-module-label{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.2em;color:var(--primary-blue);z-index:2;background:#3b82f614;border:1px solid #3b82f626;border-radius:4px;margin-bottom:20px;padding:6px 16px;font-size:.75rem;font-weight:700;display:inline-block;position:relative}.feature-module-title{color:var(--text-primary);z-index:2;margin-bottom:24px;font-size:2.4rem;line-height:1.1;position:relative}.feature-module-desc{color:var(--text-secondary);z-index:2;max-width:520px;margin-bottom:24px;font-size:1rem;line-height:1.6;position:relative}.feature-pills{flex-direction:column;gap:8px;display:flex}.feature-pill{background:#f5f7fa;border:1px solid #0000000a;border-radius:12px;align-items:flex-start;gap:12px;padding:12px 16px;transition:all .3s;display:flex}.feature-pill:hover{background:#3b82f60d;border-color:#3b82f626;transform:translate(8px)}.feature-pill svg{color:var(--primary-blue);flex-shrink:0;margin-top:3px}.feature-pill div{flex-direction:column;gap:4px;display:flex}.feature-pill strong{font-family:var(--font-heading);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:700}.feature-pill span{color:var(--text-secondary);font-size:.88rem;line-height:1.5}.feature-module-visual{flex:1;align-items:stretch;display:flex;position:relative}.feature-module-img-frame{border-radius:16px;width:100%;height:100%;transition:all .6s cubic-bezier(.215,.61,.355,1);position:relative;overflow:hidden;box-shadow:0 20px 50px #0000001f}.feature-module .feature-module-img-frame{border-radius:0 16px 16px 0}.feature-module--reversed .feature-module-img-frame{border-radius:16px 0 0 16px}.feature-module-img-frame:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#00000026 100%);position:absolute;inset:0}.feature-module:hover .feature-module-img-frame{transform:scale(1.02);box-shadow:0 30px 70px #00000026,0 0 0 1px #3b82f61a}.feature-module-img-frame img{object-fit:cover;width:100%;height:100%;transition:transform 1s cubic-bezier(.215,.61,.355,1);display:block}.feature-module:hover .feature-module-img-frame img{transform:scale(1.05)}@media (width<=1024px){.feature-module,.feature-module--reversed{flex-direction:column;gap:40px;padding:40px}.feature-module-number{font-size:5rem}.feature-module-title{font-size:2.2rem}}@media (width<=768px){.feature-module{margin-bottom:80px;padding:30px}.feature-module-number{font-size:4rem}.feature-module-title{font-size:1.8rem}}.tools-section{background:#0a192f;position:relative;overflow:hidden}.tools-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#0a4d8c26 0%,#0000 50%),radial-gradient(circle at 80%,#ff57220f 0%,#0000 50%);position:absolute;inset:0}.tools-header{text-align:center;z-index:1;margin-bottom:70px;position:relative}.tools-caption{font-family:var(--font-sans);letter-spacing:.25em;text-transform:uppercase;color:#ff5722;margin-bottom:16px;font-size:.75rem;font-weight:700;display:block}.tools-heading{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:.04em;margin-bottom:20px;font-size:3.2rem;font-weight:700}.tools-sub{font-family:var(--font-sans);color:#ffffff80;max-width:550px;margin:0 auto;font-size:1.05rem;line-height:1.7}.tools-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:0;display:grid;position:relative}.tool-card{transition:background var(--transition-normal), border-color var(--transition-normal);cursor:default;border:1px solid #ffffff0f;padding:44px 36px 40px;position:relative}.tool-card:hover{background:#ffffff08;border-color:#ffffff1f}.tool-num{font-family:var(--font-heading);color:#ffffff08;letter-spacing:-.02em;pointer-events:none;transition:color var(--transition-normal);font-size:2.8rem;font-weight:700;line-height:1;position:absolute;top:20px;right:24px}.tool-card:hover .tool-num{color:#ff572214}.tool-icon-wrap{color:#4da3e8;width:52px;height:52px;transition:all var(--transition-normal);background:#0a4d8c33;border:1px solid #0a4d8c59;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.tool-card:hover .tool-icon-wrap{color:#fff;background:#ff5722;border-color:#ff5722}.tool-title{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:.04em;margin-bottom:12px;font-size:1.25rem;font-weight:700;line-height:1.2}.tool-desc{font-family:var(--font-sans);color:#ffffff73;margin-bottom:0;font-size:.9rem;line-height:1.7}.tool-line{width:30px;height:2px;transition:all var(--transition-normal);background:#ffffff14;margin-top:24px}.tool-card:hover .tool-line{background:#ff5722;width:50px}@media (width<=1024px){.tools-grid{grid-template-columns:repeat(2,1fr)}.tools-heading{font-size:2.4rem}}@media (width<=768px){.tools-grid{grid-template-columns:1fr}.tools-heading{font-size:1.8rem}.tool-card{padding:32px 28px 28px}.tools-header{margin-bottom:40px}}.showcase-grid{grid-template-columns:repeat(2,1fr);gap:30px;display:grid}.showcase-card{border-radius:12px;min-height:400px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.showcase-image{width:100%;height:100%;position:absolute;top:0;left:0}.showcase-image img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.215,.61,.355,1);display:block}.showcase-card:hover .showcase-image img{transform:scale(1.06)}.showcase-image:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#0a192f99 50%,#0a192ff2 100%);height:70%;position:absolute;bottom:0;left:0;right:0}.showcase-overlay{z-index:2;background:0 0;width:100%;padding:30px 32px;transition:all .4s;position:absolute;bottom:0;left:0;right:0}.showcase-card:nth-child(2n) .showcase-overlay{left:0;right:0}.showcase-label{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.2em;color:#3b82f6;background:#3b82f626;border-radius:4px;margin-bottom:10px;padding:4px 12px;font-size:.7rem;font-weight:700;display:inline-block}.showcase-overlay h3{color:#fff;margin-bottom:10px;font-size:1.5rem;font-weight:700;line-height:1.3}.showcase-overlay p{color:#fffc;margin-bottom:0;font-size:.88rem;line-height:1.6}@media (width<=1024px){.showcase-grid{grid-template-columns:1fr}.showcase-card{min-height:380px}}@media (width<=768px){.showcase-card{min-height:320px}.showcase-overlay{padding:24px}.showcase-overlay h3{font-size:1.2rem}.showcase-overlay p{font-size:.82rem}}.stats-section{background:#fff;padding:100px 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:140px;display:grid}.stat-item{align-items:baseline;gap:16px;padding:20px 0;display:flex;position:relative}.stat-ghost{font-family:var(--font-heading);color:#0000;-webkit-text-stroke:2px #00000014;pointer-events:none;z-index:0;font-size:10rem;font-weight:900;line-height:1;position:absolute;top:50%;left:0;transform:translateY(-50%)}.stat-number{font-family:var(--font-heading);color:var(--text-primary);z-index:1;font-size:4.5rem;font-weight:900;line-height:1;position:relative}.stat-meta{z-index:1;flex-direction:column;gap:2px;display:flex;position:relative}.stat-label{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;color:var(--text-secondary);font-size:.7rem;font-weight:700}.stat-title{font-family:var(--font-heading);color:var(--text-primary);font-size:1.4rem;font-weight:700}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.stats-section{padding:60px 0}.stats-grid{grid-template-columns:1fr 1fr;gap:30px}.stat-number{font-size:3rem}.stat-ghost{font-size:6rem}}.section-header{text-align:center;max-width:800px;margin:0 auto 80px;position:relative}.section-header h2{z-index:2;margin-bottom:24px;font-size:4rem;position:relative}.section-header p{color:var(--text-secondary);z-index:2;font-size:1.15rem;position:relative}.marquee-container{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);background:#fff;padding:80px 0;overflow:hidden}.marquee-content{align-items:center;gap:120px;width:max-content;animation:40s linear infinite scroll;display:flex}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.client-logo{transition:var(--transition-normal);justify-content:center;align-items:center;display:flex}.client-logo img{object-fit:contain;width:auto;height:45px;transition:all .3s cubic-bezier(.215,.61,.355,1)}.client-logo:hover img{transform:scale(1.05)}.client-logo.pragati-gurugram img{height:80px}.client-logo.morgan-stanley img{height:75px}.client-logo.prince-construction img{height:72px}.client-logo.star-ashiyana img{height:70px}.footer{background:var(--text-main);color:#fff;padding:100px 0 40px}.footer-brand .logo{color:#fff}.footer-brand p{color:#aaa;max-width:350px;margin-top:30px;font-size:1rem}.footer-column h4{color:#fff;margin-bottom:30px;font-size:1.25rem}.footer-column ul{flex-direction:column;gap:16px;list-style:none;display:flex}.footer-column a{color:#aaa;transition:var(--transition-fast);font-size:.95rem;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em}.footer-column a:hover{color:var(--primary-blue);padding-left:5px}.footer-bottom{color:#666;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:40px;font-size:.9rem;display:flex}.footer-bottom a{color:#666;font-family:var(--font-heading);text-transform:uppercase;transition:color .2s}.footer-bottom a:hover{color:#fff}@media (width<=1024px){.feature-row{gap:60px;margin-bottom:100px;flex-direction:column!important}.feature-image-wrapper{width:100%}.hero h1{font-size:4.5rem}.bg-text{font-size:6rem;top:-20%}}@media (width<=768px){.footer-grid{grid-template-columns:1fr;gap:50px}}.slider-section{padding:100px 0}.slider-main-layout{align-items:center;gap:60px;display:flex}.slider-nav{flex-direction:column;flex-shrink:0;gap:20px;display:flex}.nav-btn{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:none;align-items:center;gap:15px;padding:18px 30px;font-size:.9rem;font-weight:700;transition:all .3s cubic-bezier(.215,.61,.355,1);display:flex}.nav-btn.next{color:#fff;background:#ff5722;width:180px}.nav-btn.next:hover{background:#e64a19;transform:translate(10px)}.nav-btn.prev{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;width:180px}.nav-btn.prev:hover{background:#ffffff1a;transform:translate(-10px)}.slider-content{scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;cursor:grab;gap:40px;padding-bottom:40px;display:flex;overflow-x:auto}.slider-content::-webkit-scrollbar{display:none}.insight-card{transition:var(--transition-normal);background:#0d213d;border:1px solid #ffffff0d;flex:0 0 500px}.insight-card:hover{border-color:var(--primary-blue);background:#122849;transform:translateY(-10px)}.insight-image-wrapper{background:#1a2e4c;justify-content:center;align-items:center;width:100%;height:260px;display:flex;overflow:hidden}.insight-image-wrapper svg{width:100%;height:100%;transition:transform .8s cubic-bezier(.215,.61,.355,1)}.insight-card:hover .insight-image-wrapper svg{transform:scale(1.05)}.insight-image{object-fit:cover;opacity:.8;width:100%;height:100%;transition:transform .8s cubic-bezier(.215,.61,.355,1)}.insight-card:hover .insight-image{opacity:1;transform:scale(1.1)}.insight-info{padding:30px}.insight-category{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;color:var(--primary-blue);margin-bottom:15px;font-size:.8rem;font-weight:700;display:block}.insight-info h3{color:#fff;margin-bottom:15px;font-size:1.8rem;line-height:1.2}.insight-info p{color:#fff9;font-size:.95rem;line-height:1.6}@media (width<=1200px){.slider-main-layout{flex-direction:column;align-items:flex-start}.slider-nav{flex-direction:row;margin-bottom:40px}.insight-card{flex:0 0 450px}}@media (width<=768px){.insight-card{flex:0 0 85vw}.insight-image-wrapper{height:250px}.slider-header h2{font-size:4rem!important}}.journey-section{background:#fcfdfd;padding:100px 0;overflow:hidden}.journey-header{justify-content:space-between;align-items:flex-end;margin-bottom:60px;display:flex}.journey-supertitle{font-family:var(--font-sans);letter-spacing:.2em;color:#0a4d8c;text-transform:uppercase;margin-bottom:15px;font-size:.8rem;font-weight:700;display:block}.journey-title-area h2{font-family:var(--font-heading);color:#0a0f1a;max-width:800px;margin-bottom:20px;font-size:3.5rem}.journey-title-area p{color:#7f8c8d;max-width:700px;font-size:1.1rem;line-height:1.6}.journey-stats-area{align-items:center;gap:40px;display:flex}.j-stat{flex-direction:column;align-items:flex-start;display:flex}.j-stat-num{font-family:var(--font-heading);margin-bottom:5px;font-size:3rem;font-weight:700;line-height:1}.j-stat-label{font-family:var(--font-sans);letter-spacing:.1em;color:#7f8c8d;font-size:.75rem;font-weight:600}.j-stat-divider{background:#e0e0e0;width:1px;height:50px}.journey-timeline-header{border-bottom:1px solid #0a4d8c;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:15px;display:flex}.j-timeline-title{font-family:var(--font-sans);letter-spacing:.2em;color:#0a4d8c;align-items:center;width:100%;font-size:.8rem;font-weight:700;display:flex}.j-line-ext{background:#0a4d8c;flex-grow:1;height:1px;margin-left:20px}.j-timeline-labels{font-family:var(--font-sans);color:#7f8c8d;letter-spacing:.15em;white-space:nowrap;margin-left:40px;font-size:.8rem}.j-timeline-labels span{padding:0 5px}.journey-board{grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:60px;display:grid;position:relative}.j-column{background:#fff;border:1px solid #e0e0e0;border-radius:8px;flex-direction:column;padding:24px;display:flex;position:relative;box-shadow:0 4px 15px #00000005}.j-col-highlight{border:2px solid #27ae60;transform:translateY(-10px);box-shadow:0 10px 30px #27ae601a}.j-live-tag{color:#fff;letter-spacing:.1em;white-space:nowrap;background:#27ae60;border-radius:20px;padding:5px 12px;font-size:.65rem;font-weight:700;position:absolute;top:-15px;left:50%;transform:translate(-50%)}.j-col-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.j-num{font-family:var(--font-heading);font-size:2rem;font-weight:700}.j-phase-title{font-family:var(--font-heading);color:#0a0f1a;margin-bottom:5px;font-size:1.4rem}.j-phase-sub{font-family:var(--font-sans);color:#7f8c8d;letter-spacing:.1em;margin-bottom:25px;font-size:.7rem}.j-items{flex-direction:column;flex-grow:1;gap:15px;margin-bottom:30px;display:flex}.j-item{background:#f8f9fa;border-left:3px solid #0000;border-radius:6px;padding:12px 15px}.j-item-highlight{background:#e8f5e9;border-left-color:#27ae60}.j-item-title{color:#2c3e50;align-items:center;gap:8px;margin-bottom:4px;font-size:.9rem;font-weight:600;display:flex}.j-item-desc{color:#7f8c8d;font-size:.75rem}.j-footer{border-top:1px dotted #ccc;margin-top:auto;padding-top:15px}.j-out-tag{font-family:var(--font-sans);letter-spacing:.1em;color:#0a4d8c;margin-bottom:5px;font-size:.65rem;font-weight:700;display:block}.j-out-text{color:#34495e;font-size:.8rem;font-weight:500}.j-arrow{z-index:10;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;right:-20px;transform:translateY(-50%)}.j-arrow-label{color:#0a4d8c;text-align:center;background:#fcfdfd;padding:2px;font-size:.65rem;font-weight:600;line-height:1.1}.j-arrow-line{color:#0a4d8c;letter-spacing:-2px;font-family:monospace;font-weight:700}.j-arrow-3{right:-25px}.journey-feedback{border-top:1px solid #e0e0e0;padding-top:30px}.j-fb-header{font-family:var(--font-sans);letter-spacing:.15em;color:#0a4d8c;align-items:center;gap:10px;margin-bottom:25px;font-size:.75rem;font-weight:700;display:flex}.j-fb-dot{border:1px solid #0a4d8c;border-radius:50%;width:6px;height:6px}.j-fb-line{color:#95a5a6;letter-spacing:.05em;text-transform:lowercase;margin-left:10px;font-weight:400}.j-fb-cards{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.j-fb-card{background:#fff;border:1px solid #e0e0e0;border-left-width:3px;border-radius:6px;padding:15px 20px}.j-fb-card-title{letter-spacing:.1em;align-items:center;gap:8px;margin-bottom:8px;font-size:.7rem;font-weight:700;display:flex}.j-fb-card-text{color:#34495e;font-size:.85rem;line-height:1.5}@media (width<=1200px){.journey-board{grid-template-columns:repeat(3,1fr)}.j-arrow{display:none}.j-fb-cards{grid-template-columns:repeat(2,1fr)}.journey-header{flex-direction:column;align-items:flex-start;gap:30px}}@media (width<=768px){.journey-board,.j-fb-cards{grid-template-columns:1fr}.j-timeline-labels{display:none}}.cta-section{background-color:#faf7f2;border-top:1px solid #0000000d;justify-content:center;padding:120px 0;display:flex}.cta-logo-wrap{align-items:center;gap:12px;margin-bottom:50px;display:inline-flex}.cta-s-box{color:#fff;width:28px;height:28px;font-family:var(--font-heading);background-color:#2f6198;border-radius:6px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.cta-logo-text{font-family:var(--font-sans);letter-spacing:.15em;color:#1a1a1a;font-size:.9rem;font-weight:800}.cta-headline{color:#1a1a1a;text-transform:none;margin-bottom:40px;font-family:Playfair Display,serif;font-size:4.5rem;font-weight:700;line-height:1.1}.cta-highlight{color:#0a4d8c}.cta-divider{background-color:#0a4d8c;width:50px;height:2px;margin:0 auto 40px}.cta-desc{font-family:var(--font-sans);color:#555;max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}.cta-pilot-text{font-family:var(--font-sans);color:#0a4d8c;margin:40px 0 50px;font-size:1.25rem;font-weight:700;line-height:1.6}.cta-buttons{justify-content:center;gap:25px;margin-bottom:40px;display:flex}.cta-pill{color:#1a1a1a;font-family:var(--font-sans);cursor:pointer;background-color:#ebf3f9;border-radius:40px;align-items:center;gap:12px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.cta-pill:hover{background-color:#d1e4f2;transform:translateY(-2px)}.cta-footer-text,.cta-footer-text a{font-family:var(--font-sans);color:#999;letter-spacing:.2em;text-transform:uppercase;font-size:.8rem}@media (width<=768px){.cta-headline{font-size:2.8rem}.cta-buttons{flex-direction:column;align-items:center}.cta-pill{justify-content:center;width:100%}.cta-desc{font-size:1rem}}.contact-page-wrapper{background-color:#faf7f2;min-height:100vh;display:flex;overflow-x:hidden}.contact-split-layout{width:100%;display:flex}.contact-visual-side{background-position:50%;background-size:cover;flex:1;display:flex;position:relative}.contact-visual-overlay{color:#fff;background:linear-gradient(135deg,#052f5ae6 0%,#0a4d8c99 100%);flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:80px;display:flex}.contact-brand-float{flex-direction:column;gap:15px;display:flex}.contact-brand-tag{letter-spacing:.3em;opacity:.8;font-size:.75rem;font-weight:800}.contact-visual-content h2{color:#fff;text-transform:none;margin-bottom:25px;font-family:Playfair Display,serif;font-size:4rem;line-height:1.1}.contact-visual-content p{opacity:.9;max-width:500px;margin-bottom:50px;font-size:1.15rem;line-height:1.6}.contact-info-list{flex-direction:column;gap:20px;display:flex}.contact-info-item{align-items:center;gap:15px;font-size:1.1rem;font-weight:600;display:flex}.contact-form-side{background-color:#faf7f2;flex:0 0 650px;justify-content:center;align-items:center;padding:80px;display:flex}.contact-form-inner{width:100%;max-width:480px}.contact-header{margin-bottom:50px}.back-link-premium{color:var(--primary-blue);letter-spacing:.2em;align-items:center;gap:10px;margin-bottom:40px;font-size:.7rem;font-weight:800;text-decoration:none;transition:transform .3s;display:inline-flex}.back-link-premium:hover{transform:translate(-5px)}.contact-supertitle{letter-spacing:.25em;color:var(--primary-blue);margin-bottom:15px;font-size:.75rem;font-weight:900;display:block}.contact-form-inner h1{color:#1a1a1a;text-transform:uppercase;margin-bottom:15px;font-family:Oswald,sans-serif;font-size:3rem;font-weight:700;line-height:1}.contact-form-inner p{color:#555;font-size:.95rem;line-height:1.6}.premium-contact-form{flex-direction:column;gap:25px;display:flex}.premium-contact-form .form-row{grid-template-columns:1fr 1fr;gap:20px;display:grid}.premium-contact-form .form-group{flex-direction:column;gap:10px;display:flex}.premium-contact-form label{text-transform:uppercase;letter-spacing:.1em;color:#333;font-size:.7rem;font-weight:800}.premium-contact-form input{font-family:var(--font-sans);background:#fff;border:1px solid #d1d1d1;width:100%;padding:16px 20px;font-size:1rem;transition:all .3s}.premium-contact-form input:focus{border-color:var(--primary-blue);outline:none;box-shadow:0 0 0 4px #0a4d8c1a}.submit-btn-large{text-transform:uppercase;letter-spacing:.15em;background-color:var(--primary-blue);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;margin-top:15px;padding:20px;font-size:.9rem;font-weight:800;transition:all .3s;display:flex}.submit-btn-large:hover{background-color:#083d70;transform:translateY(-2px);box-shadow:0 10px 20px #0a4d8c33}.submit-btn-large:disabled{opacity:.7;cursor:not-allowed}@media (width<=1200px){.contact-visual-side{display:none}.contact-form-side{flex:1;padding:80px 24px}}@media (width<=600px){.premium-contact-form .form-row{grid-template-columns:1fr}.contact-form-inner h1{font-size:2.2rem}}.mobile-drawer{display:none}@media (width<=991px){.hero{height:auto;min-height:600px;padding-top:100px;padding-bottom:80px}.hero:before{border-width:8vh 8vw 15vh}.hero-canvas{opacity:.15;width:100%}.hero h1{font-size:3.5rem}.hero p{margin-bottom:35px;font-size:1.1rem}.hero-content{max-width:600px}.section-padding{padding:80px 0}.section-header{margin-bottom:50px}.section-header h2{font-size:2.8rem}.bg-text{font-size:5rem;top:-30%}.marquee-container{padding:50px 0}.marquee-content{gap:60px}.modules-grid{grid-template-columns:repeat(2,1fr)}.feature-module .feature-module-img-frame,.feature-module--reversed .feature-module-img-frame{border-radius:16px}.feature-module-visual{min-height:350px}.stats-grid{gap:40px}.slider-header h2{font-size:4rem!important}.slider-header .bg-text{font-size:8rem!important}.journey-title-area h2{font-size:2.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:20px}}@media (width<=768px){.hero{min-height:auto;padding-top:90px;padding-bottom:60px}.hero:before{display:none}.hero-canvas{opacity:.1;width:100%}.hero h1{margin-bottom:20px;font-size:2.5rem}.hero p{max-width:100%;margin-bottom:30px;font-size:.95rem}.hero-buttons{flex-direction:column;align-items:center;gap:12px}.hero-buttons .btn{justify-content:center;width:100%;max-width:300px}.hero-content{max-width:100%;padding:0 8px}.section-padding{padding:60px 0}.section-header{margin-bottom:40px}.section-header h2{font-size:2rem}.section-header p{font-size:1rem}.bg-text{-webkit-text-stroke:1px #00000014;font-size:3.5rem;top:-20%}.container{padding:0 16px}.marquee-container{padding:35px 0}.marquee-content{gap:40px}.client-logo img{height:30px!important}.client-logo.pragati-gurugram img{height:55px!important}.client-logo.morgan-stanley img{height:50px!important}.client-logo.prince-construction img{height:48px!important}.client-logo.star-ashiyana img{height:45px!important}.modules-grid{grid-template-columns:1fr}.module-card{gap:16px;padding:30px 24px}.module-card h3{font-size:1.2rem}.module-card p{font-size:.9rem}.module-icon{width:50px;height:50px}.feature-module{border-radius:16px;gap:24px;margin-bottom:40px;padding:20px}.feature-module .feature-module-img-frame,.feature-module--reversed .feature-module-img-frame{border-radius:12px}.feature-module-visual{min-height:280px}.feature-module-number{font-size:3rem}.feature-module-title{font-size:1.5rem}.feature-module-desc{font-size:.9rem}.feature-pill{padding:10px 12px}.feature-pill strong{font-size:.85rem}.feature-pill span{font-size:.8rem}.feature-module-img-frame{padding:20px!important}.mockup-window{border-radius:8px}.mockup-header{gap:10px;height:30px;padding:0 10px}.mockup-dots span{width:6px;height:6px}.mockup-search{height:20px;font-size:8px}.tools-header{margin-bottom:30px}.tools-heading{font-size:1.6rem}.tools-sub{font-size:.95rem}.tool-card{padding:24px 20px 20px}.tool-title{font-size:1.05rem}.tool-desc{font-size:.85rem}.stats-section{padding:50px 0}.stats-grid{grid-template-columns:1fr 1fr;gap:24px}.stat-number{font-size:2.5rem}.stat-ghost{font-size:5rem}.stat-title{font-size:1.1rem}.stat-label{font-size:.65rem}.slider-section{padding:60px 0}.slider-header h2{font-size:2.5rem!important}.slider-header .bg-text{font-size:5rem!important}.slider-main-layout{gap:30px}.slider-nav{margin-bottom:20px}.nav-btn{padding:12px 20px;font-size:.8rem}.nav-btn.next,.nav-btn.prev{width:auto}.insight-card{flex:0 0 calc(100vw - 48px)}.insight-image-wrapper{height:200px}.insight-info{padding:20px}.insight-info h3{margin-bottom:10px;font-size:1.3rem}.insight-info p{font-size:.85rem}.cta-section{padding:60px 0}.cta-headline{margin-bottom:25px;font-size:2.2rem}.cta-pilot-text{margin:25px 0 30px;font-size:1rem}.cta-desc{font-size:.9rem}.footer{padding:60px 0 30px}.footer:before{font-size:6rem}.footer-grid{grid-template-columns:1fr;gap:30px;margin-bottom:40px}.footer-brand{grid-column:span 1!important}.footer-brand p{max-width:100%}.footer-column h4{margin-bottom:20px}.footer-bottom{text-align:center;flex-direction:column;gap:15px;padding-top:20px}.footer-legal{justify-content:center;gap:20px}.journey-section{padding:60px 0}.journey-title-area h2{font-size:2rem}.journey-title-area p{font-size:.95rem}.journey-header{margin-bottom:30px}.journey-timeline-header{margin-bottom:20px}.j-timeline-title{font-size:.7rem}.j-column{padding:20px}.j-col-highlight{transform:none}.j-num{font-size:1.5rem}.j-phase-title{font-size:1.1rem}.j-item-title{font-size:.8rem}.j-item-desc{font-size:.7rem}.j-fb-header{flex-wrap:wrap;margin-bottom:15px}.j-fb-card{padding:12px 15px}.j-fb-card-text{font-size:.8rem}.about-hero{padding:120px 0 60px}.about-hero h1{font-size:2.2rem}.hero-lead{font-size:1rem}.mission-grid{grid-template-columns:1fr;gap:30px}.mission-content h2{font-size:1.8rem}.mission-content p{margin-bottom:25px;font-size:.95rem}.abstract-card{padding:30px}.abstract-content h3{font-size:3rem}.leadership-grid{grid-template-columns:1fr;margin-top:30px}.leader-image-wrapper{height:300px}.leader-info{padding:20px}.leader-info h3{font-size:1.2rem}.leader-info p{font-size:.85rem}.culture-section h2{font-size:2rem}.culture-section p{font-size:.95rem}.section-header.centered{margin:0 auto 40px}.contact-visual-overlay{padding:40px}.contact-visual-content h2{font-size:2.5rem}.contact-form-side{padding:40px 20px}.contact-form-inner h1{font-size:2rem}.premium-contact-form .form-row{grid-template-columns:1fr}.submit-btn-large{padding:16px;font-size:.85rem}.contact-success-container{text-align:center;padding:40px 20px}}@media (width<=480px){.hero h1{font-size:2rem}.hero p{font-size:.9rem}.section-header h2{font-size:1.7rem}.bg-text{font-size:2.5rem}.slider-header h2{font-size:2rem!important}.slider-header .bg-text{font-size:3.5rem!important}.insight-card{flex:0 0 calc(100vw - 32px)}.insight-image-wrapper{height:170px}.feature-module-title{font-size:1.3rem}.feature-module-number{font-size:2.5rem}.stats-grid{gap:16px}.stat-number{font-size:2rem}.stat-ghost{font-size:4rem}.stat-title{font-size:1rem}.tools-heading{font-size:1.4rem}.cta-headline{font-size:1.8rem}.cta-pilot-text{font-size:.9rem}.journey-title-area h2{font-size:1.6rem}.j-stat-num{font-size:2rem}.about-hero h1{font-size:1.8rem}.contact-visual-content h2{font-size:2rem}.contact-form-inner h1{font-size:1.6rem}}.about-hero{text-align:center;background-color:#faf7f2;padding:180px 0 100px}.about-hero h1{text-transform:none;margin:20px 0 30px;font-family:Playfair Display,serif;font-size:4rem;line-height:1.1}.hero-lead{color:#555;max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.super-title{letter-spacing:.3em;color:var(--primary-blue);text-transform:uppercase;font-size:.8rem;font-weight:800}.mission-grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:80px;display:grid}.mission-content h2{margin:20px 0;font-size:2.5rem}.mission-content p{color:#444;margin-bottom:40px;font-size:1.1rem;line-height:1.8}.core-values{flex-direction:column;gap:30px;display:flex}.value-item{gap:20px;display:flex}.value-icon{color:var(--primary-blue);flex-shrink:0;margin-top:5px}.value-item h4{margin-bottom:5px;font-size:1.1rem;font-weight:700}.value-item p{margin:0;font-size:.95rem;line-height:1.5}.mission-visual{position:relative}.abstract-card{text-align:center;background:#fff;border:1px solid #0000000d;padding:60px;position:relative;overflow:hidden;box-shadow:0 40px 80px #0000000f}.abstract-shape{border-radius:50%;position:absolute}.blue-shape{background:var(--primary-blue);opacity:.1;width:200px;height:200px;top:-100px;right:-100px}.light-shape{background:#e5e5e5;width:150px;height:150px;bottom:-75px;left:-75px}.abstract-content h3{color:var(--primary-blue);margin:0;font-size:5rem;font-weight:800}.abstract-content p{text-transform:uppercase;letter-spacing:.1em;color:#999;font-size:.9rem;font-weight:700}.leadership-grid{grid-template-columns:1fr 1fr;gap:30px;max-width:1000px;margin-top:60px;margin-left:auto;margin-right:auto;display:grid}.leader-card{background:#fff;border:1px solid #eee;transition:all .4s}.leader-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #00000014}.leader-image-wrapper{background:#fdfdfd;height:420px;overflow:hidden}.leader-image-wrapper img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .5s}.leader-card:hover .leader-image-wrapper img{transform:scale(1.05)}.leader-info{padding:30px}.leader-info h3{margin-bottom:5px;font-size:1.5rem;font-weight:700}.leader-role{color:var(--primary-blue);text-transform:uppercase;letter-spacing:.1em;margin-bottom:15px;font-size:.85rem;font-weight:800;display:block}.leader-info p{color:#555;font-size:.95rem;line-height:1.7}.culture-section{color:#fff;text-align:center;background-color:#0a192f}.culture-section h2{color:#fff;margin-bottom:20px;font-size:3rem}.culture-section p{opacity:.7;max-width:600px;margin:0 auto 40px;font-size:1.1rem}.section-header.centered{text-align:center;max-width:700px;margin:0 auto 60px}@media (width<=992px){.mission-grid{grid-template-columns:1fr;gap:40px}.leadership-grid{grid-template-columns:1fr}.leader-image-wrapper{height:350px}.about-hero h1{font-size:3rem}}.footer{color:#fff;background-color:#0a192f;padding:100px 0 40px;position:relative;overflow:hidden}.footer:before{content:"SHIVIK";color:#ffffff08;pointer-events:none;font-family:Oswald,sans-serif;font-size:15rem;font-weight:900;position:absolute;bottom:-20px;right:-20px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:60px;margin-bottom:80px;display:grid}.footer-brand p{opacity:.6;max-width:320px;margin:25px 0;font-size:.95rem;line-height:1.8}.footer-socials{gap:20px;display:flex}.footer-social-link{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-social-link:hover{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff;transform:translateY(-5px)}.footer-column h4{letter-spacing:.2em;color:#fff;margin-bottom:30px;font-family:Oswald,sans-serif;font-size:.9rem;position:relative}.footer-column h4:after{content:"";background:var(--primary-blue);width:30px;height:2px;position:absolute;bottom:-10px;left:0}.footer-column ul{flex-direction:column;gap:15px;padding:0;list-style:none;display:flex}.footer-link{color:#fff9;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-block}.footer-link:hover{color:#fff;transform:translate(5px)}.footer-bottom{letter-spacing:.1em;color:#fff6;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding-top:40px;font-size:.8rem;display:flex}.footer-legal{gap:40px;display:flex}.footer-legal a{color:#fff6;text-decoration:none;transition:color .3s}.footer-legal a:hover{color:#fff}.made-in-india{color:#fff9;align-items:center;gap:10px;font-weight:700;display:flex}.india-flag{flex-direction:column;width:18px;height:12px;display:flex}.flag-saffron{background:#f93;flex:1}.flag-white{background:#fff;flex:1}.flag-green{background:#138808;flex:1}@media (width<=992px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:span 2;margin-bottom:20px}}@media (width<=600px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:span 1}.footer-bottom{text-align:center;flex-direction:column;gap:20px}.footer-legal{flex-direction:column;gap:10px}}.mockup-window{background:#fff;border:1px solid #00000014;border-radius:12px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 30px 60px #0000001f}.mockup-header{background:#f8fafc;border-bottom:1px solid #0000000d;align-items:center;gap:20px;height:40px;padding:0 16px;display:flex}.mockup-dots{gap:6px;display:flex}.mockup-dots span{background:#e2e8f0;border-radius:50%;width:8px;height:8px}.mockup-search{color:#94a3b8;background:#fff;border:1px solid #00000008;border-radius:4px;flex:1;align-items:center;gap:8px;height:24px;padding:0 10px;font-size:10px;display:flex}.mockup-body{flex:1;position:relative;overflow:hidden}.mockup-mobile{border:8px solid #1e293b;border-radius:32px;width:280px;height:560px;margin:0 auto}.mobile-dashboard{background:#f1f5f9;flex-direction:column;height:100%;padding:20px;display:flex}.mobile-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.user-info{align-items:center;gap:10px;display:flex}.avatar{background:var(--primary-blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:10px;font-weight:700;display:flex}.user-info h4{color:#1e293b;margin:0;font-size:12px}.user-info p{color:#64748b;font-size:10px;margin:0!important}.stats-mini-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.stat-mini-card{background:#fff;border-radius:12px;padding:12px;box-shadow:0 2px 4px #00000005}.stat-mini-card span{color:#64748b;font-size:10px;display:block}.stat-mini-card h4{color:var(--primary-blue);margin:4px 0 0;font-size:18px}.mobile-section{flex:1}.section-title{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.section-title h5{margin:0;font-size:12px}.view-all{color:var(--primary-blue);font-size:10px}.task-item{background:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:12px;display:flex}.task-info h6{margin:0;font-size:11px}.task-info p{font-size:9px;margin:2px 0 0!important}.task-progress-circle{width:24px;height:24px}.mobile-actions{border-top:1px solid #0000000d;justify-content:space-around;padding-top:10px;display:flex}.action-btn{color:#64748b;flex-direction:column;align-items:center;gap:4px;display:flex}.action-btn span{font-size:9px}.web-dashboard{background:#fff;height:100%;display:flex}.dashboard-sidebar{background:#0f172a;flex-direction:column;align-items:center;gap:20px;width:50px;padding-top:20px;display:flex}.sidebar-item{color:#475569;cursor:pointer}.sidebar-item.active{color:#fff}.dashboard-main{flex-direction:column;flex:1;gap:20px;padding:20px;display:flex;overflow:hidden}.top-bar{justify-content:space-between;align-items:center;display:flex}.top-bar h4{margin:0;font-size:14px}.btn-small{background:var(--primary-blue);color:#fff;border-radius:4px;padding:6px 12px;font-size:10px;font-weight:600}.btn-small.secondary{color:#1e293b;background:#f1f5f9}.gantt-view{background:#f8fafc;border-radius:8px;flex:1;padding:12px}.gantt-header{border-bottom:1px solid #e2e8f0;margin-bottom:8px;padding-bottom:8px;display:flex}.task-name-col{color:#64748b;width:100px;font-size:10px;font-weight:700}.timeline-col{text-align:center;flex:1;font-size:10px}.weeks{color:#94a3b8;justify-content:space-around;margin-top:4px;display:flex}.gantt-row{border-bottom:1px solid #00000005;align-items:center;height:32px;display:flex}.gantt-bar{border-radius:6px;justify-content:flex-end;align-items:center;height:12px;padding-right:4px;display:flex}.bar-label{color:#fff;font-size:7px;font-weight:700}.critical-path-info{color:#c2410c;background:#fff7ed;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:10px;display:flex}.dashboard-grid{flex:1;grid-template-columns:1fr 1fr;gap:16px;display:grid}.grid-card{background:#f8fafc;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.card-header{justify-content:space-between;align-items:center;display:flex}.card-header h5{margin:0;font-size:12px}.inventory-levels{flex-direction:column;gap:12px;display:flex}.inventory-item .item-info{justify-content:space-between;margin-bottom:4px;font-size:10px;display:flex}.progress-bar{background:#e2e8f0;border-radius:3px;height:6px;overflow:hidden}.progress-fill{height:100%}.bg-blue{background:#3b82f6}.bg-red{background:#ef4444}.po-list{flex-direction:column;gap:8px;display:flex}.po-item{background:#fff;border-radius:6px;justify-content:space-between;align-items:center;padding:8px;font-size:9px;display:flex}.po-status{border-radius:4px;padding:2px 6px;font-size:8px;font-weight:700}.status-approved{color:#166534;background:#dcfce7}.status-pending{color:#92400e;background:#fef3c7}.status-inwarded{color:#1e40af;background:#dbeafe}.financial-stats{gap:20px;display:flex}.financial-stats .stat h4{margin:2px 0 0;font-size:16px}.financial-stats .stat p{font-size:9px;margin:0!important}.billing-grid{flex:1;grid-template-columns:1.5fr 1fr;gap:16px;display:grid}.simple-chart{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-end;height:100px;padding-bottom:10px;display:flex}.chart-bar{background:var(--primary-blue);border-radius:4px 4px 0 0;width:20px}.approval-list{flex-direction:column;gap:8px;display:flex}.approval-item{background:#fff;border-radius:6px;flex-direction:column;gap:2px;padding:8px;display:flex}.approval-item .type{font-size:9px;font-weight:700}.approval-item .amount{color:var(--primary-blue);font-size:11px;font-weight:700}.approval-item .level{color:#64748b;font-size:8px}.analytics-grid{flex:1;grid-template-rows:1fr auto;gap:16px;display:grid}.s-curve-viz{justify-content:center;align-items:center;height:120px;display:flex}.s-curve-svg{width:100%;height:100%}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.kpi-card{background:#f8fafc;border-radius:8px;padding:12px}.kpi-card span{color:#64748b;font-size:9px}.kpi-card h4{margin:4px 0;font-size:16px}.kpi-card p{font-size:8px;margin:0!important}.text-green{color:#10b981}.text-orange{color:#f59e0b}.text-gray{color:#94a3b8}@media (width<=991px){.topbar{display:none!important}.navbar{height:70px!important;padding:0 20px!important;top:0!important}.navbar.scrolled{height:65px!important}.mobile-menu-toggle{width:44px;height:44px;color:var(--text-main);z-index:200;cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:flex!important}.mobile-menu-toggle:hover{color:var(--primary-blue)}.mobile-drawer{z-index:150;visibility:hidden;width:100%;height:100vh;transition:visibility .4s;position:fixed;top:0;left:0;display:block!important}.mobile-drawer.open{visibility:visible}.mobile-drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#0a192f66;transition:opacity .4s;position:absolute;inset:0}.mobile-drawer.open .mobile-drawer-backdrop{opacity:1}.mobile-drawer-content{background:#fff;flex-direction:column;width:320px;max-width:85%;height:100%;padding:100px 24px 40px;transition:transform .4s cubic-bezier(.215,.61,.355,1);display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.mobile-drawer.open .mobile-drawer-content{transform:translate(0)}.mobile-drawer-links{flex-direction:column;gap:20px;display:flex}.mobile-drawer-link{font-size:1.1rem;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;color:var(--text-main);text-align:left;cursor:pointer;border:none;border-bottom:1px solid var(--border-light);transition:var(--transition-fast);background:0 0;padding:10px 0;font-weight:700}.mobile-drawer-link:hover{color:var(--primary-blue);padding-left:8px}.mobile-drawer-btn{text-align:center;border-radius:0;width:100%;margin-top:20px;padding:16px;font-size:1rem}}
