body{margin:0}:root{--navy:#062b5f;--deep-navy:#031a3d;--dark-blue:#041532;--gold:#e58a00;--gold-light:#f7a61b;--white:#fff;--off-white:#f7f9fc;--border:#e3e8ef;--text:#253246;--muted:#6b7280;--shadow:0 20px 50px #031a3d1f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--white);margin:0;font-family:Arial,Helvetica,sans-serif}a{text-decoration:none}button{font-family:inherit}.site{min-height:100vh;overflow-x:hidden}section{scroll-margin-top:110px}.mobileMenuToggle,.mobileMenuPanel,.mobileBlurOverlay{display:none}.navbar{border:1px solid var(--border);z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffffa;border-radius:22px;justify-content:space-between;align-items:center;gap:24px;width:min(1160px,100% - 32px);height:78px;padding:10px 16px;display:flex;position:fixed;top:14px;left:50%;transform:translate(-50%);box-shadow:0 16px 45px #031a3d1f}.brandPlate{background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:16px;align-items:center;gap:10px;height:56px;padding:8px 14px 8px 8px;display:inline-flex;box-shadow:0 8px 22px #031a3d0d}.brandIcon{background:var(--white);border-radius:12px;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.brandIcon img{object-fit:contain;width:32px;height:32px;display:block}.brandText{flex-direction:column;line-height:1;display:flex}.brandText strong{color:var(--navy);letter-spacing:1.2px;font-size:18px}.brandText small{color:var(--gold);letter-spacing:2px;margin-top:5px;font-size:10px;font-weight:900}.navLinks{align-items:center;gap:24px;display:flex}.navLinks button,.navItem>button{color:var(--navy);cursor:pointer;background:0 0;border:none;padding:0;font-size:15px;font-weight:800}.navLinks button:hover,.navItem>button:hover{color:var(--gold)}.navItem{position:relative}.desktopActions{align-items:center;display:flex}.navCta,.primaryBtn,.outlineBtn,.contactWhatsappBtn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:13px 22px;font-size:15px;font-weight:900;display:inline-flex}.navCta,.primaryBtn{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--dark-blue);box-shadow:0 14px 30px #e58a003d}.outlineBtn{color:var(--white);background:#ffffff14;border:1px solid #ffffff73}.contactWhatsappBtn{color:var(--white);background:#ffffff1f;border:1px solid #ffffff3d}.megaMenu{background:var(--white);border:1px solid var(--border);opacity:0;visibility:hidden;pointer-events:none;border-radius:24px;grid-template-columns:.85fr 1.15fr;gap:24px;width:min(980px,82vw);padding:28px;transition:all .25s;display:grid;position:absolute;top:calc(100% + 22px);left:50%;transform:translate(-50%)translateY(12px);box-shadow:0 28px 80px #031a3d29}.servicesNav:hover .megaMenu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.megaIntro{background:linear-gradient(#f8fbff,#f1f7ff);border-radius:20px;padding:24px}.megaEyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:1.8px;margin:0 0 12px;font-size:12px;font-weight:900}.megaIntro h4{color:var(--navy);margin:0;font-size:26px;line-height:1.15}.megaIntro p{color:var(--muted);margin:16px 0 0;font-size:15px;line-height:1.7}.megaGrid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.megaCard{text-align:left;background:var(--white);border:1px solid var(--border);cursor:pointer;border-radius:18px;padding:18px;transition:all .2s}.megaCard:hover{border-color:#e58a0080;transform:translateY(-3px);box-shadow:0 16px 30px #031a3d14}.megaCard h5{color:var(--navy);margin:0 0 10px;font-size:18px;line-height:1.25}.megaCard p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.hero{background:radial-gradient(circle at top right, #ffffff0f, transparent 28%), var(--deep-navy);grid-template-columns:1fr .9fr;align-items:center;gap:56px;min-height:92vh;padding:125px 7% 90px;display:grid;position:relative;overflow:hidden}.hero:before{content:"";background:#e58a0012;border-radius:50%;width:780px;height:780px;position:absolute;top:-240px;right:-220px}.hero:after{content:"";border:1px solid #e58a0040;border-radius:50%;width:420px;height:420px;position:absolute;bottom:-180px;left:-120px}.heroTextBlock,.heroVisual{z-index:2;position:relative}.eyebrow,.sectionEyebrow{color:var(--gold-light);letter-spacing:2px;text-transform:uppercase;margin:0 0 16px;font-size:13px;font-weight:900}.hero h1{color:var(--white);letter-spacing:-2px;max-width:900px;margin:0;font-size:clamp(42px,6vw,80px);line-height:.98}.heroDescription{color:#fffc;max-width:760px;margin:28px 0 0;font-size:19px;line-height:1.8}.heroActions{flex-wrap:wrap;gap:16px;margin-top:34px;display:flex}.heroVisual{justify-content:center;align-items:center;min-height:560px;display:flex;position:relative}.heroLogoCircle{background:#f9f7f6;border-radius:50%;place-items:center;width:min(470px,100%);height:470px;display:grid;position:relative;overflow:hidden;box-shadow:0 35px 90px #0000002e}.heroLogoPlate{background:var(--white);z-index:3;border-radius:28px;place-items:center;width:240px;min-height:180px;padding:18px;display:grid;position:relative;box-shadow:0 20px 50px #031a3d14}.heroLogoPlate img{width:100%;display:block}.heroSweep{border-top:16px solid #e58a0024;border-radius:50%;width:560px;height:180px;position:absolute;transform:rotate(-18deg)}.heroDot{background:var(--gold);z-index:3;border-radius:50%;width:34px;height:34px;position:absolute;top:150px;right:50px}.heroInfoCard{background:var(--white);border-left:6px solid var(--gold);z-index:6;border-radius:20px;width:360px;max-width:80%;padding:18px 20px;position:absolute;box-shadow:0 18px 45px #00000029}.heroInfoCard span{color:var(--gold);font-size:13px;font-weight:900}.heroInfoCard p{color:var(--navy);margin:10px 0 0;font-size:16px;font-weight:800;line-height:1.4}.heroCardOne{top:80px;left:0}.heroCardTwo{bottom:65px;right:0}.favPlate{background:var(--white);border-radius:30px;place-items:center;width:130px;height:130px;display:grid;overflow:hidden;box-shadow:0 15px 35px #031a3d1a}.favPlate img{object-fit:contain;width:86px;height:86px;display:block}.aboutSection{grid-template-columns:.82fr 1.18fr;align-items:stretch;gap:0;padding:96px 7%;display:grid}.aboutMediaBlock{z-index:2;position:relative}.aboutMediaCard{border:1px solid var(--border);background:linear-gradient(#fdfefe,#f2f7fb);flex-direction:column;justify-content:flex-end;min-height:420px;padding:42px;display:flex;box-shadow:0 22px 60px #031a3d14}.aboutMediaCard span{color:var(--navy);letter-spacing:1.4px;margin-top:26px;font-size:28px;font-weight:900}.aboutContentBlock{background:linear-gradient(135deg, var(--navy), #0a3b81);min-height:520px;margin-left:-80px;padding:78px 80px 78px 120px}.aboutContentBlock h2{color:var(--white);letter-spacing:-1.8px;margin:0;font-size:clamp(36px,4.6vw,64px);line-height:1.06}.aboutContentBlock p:not(.sectionEyebrow){color:#ffffffd6;max-width:820px;margin:24px 0 0;font-size:18px;line-height:1.8}.sectionHeading{max-width:900px}.sectionHeading.center{text-align:center;margin:0 auto}.sectionHeading h2{color:var(--navy);letter-spacing:-1.8px;margin:0;font-size:clamp(36px,4.7vw,64px);line-height:1.06}.sectionHeading p{color:var(--muted);margin:18px 0 0;font-size:18px;line-height:1.75}.lightHeading h2,.lightHeading p{color:var(--white)}.lightHeading p.sectionEyebrow{color:var(--gold-light)}.servicesSection{background:linear-gradient(#f7f9fc,#eef4fa);padding:100px 7%}.serviceGroupsGrid{grid-template-columns:1fr;gap:22px;margin-top:48px;display:grid}.serviceGroupCard{background:var(--white);border:1px solid var(--border);border-radius:24px;padding:28px;transition:all .22s;box-shadow:0 16px 40px #031a3d0d}.serviceGroupCard:hover{transform:translateY(-4px);box-shadow:0 22px 48px #031a3d14}.serviceGroupTop{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.serviceGroupNumber{color:var(--gold);font-size:14px;font-weight:900}.serviceAccent{background:linear-gradient(135deg, var(--gold), var(--gold-light));border-radius:999px;width:88px;height:5px}.serviceGroupBody{grid-template-columns:.8fr 1.2fr;align-items:start;gap:30px;display:grid}.serviceGroupIntro{padding:10px 0}.serviceGroupCard h3{color:var(--navy);margin:0 0 14px;font-size:30px;line-height:1.15}.serviceGroupCard p{color:var(--muted);margin:0;font-size:16px;line-height:1.7}.serviceGroupCard ul{columns:2;column-gap:34px;margin:0;padding-left:20px}.serviceGroupCard li{color:var(--muted);break-inside:avoid;margin-bottom:12px;font-size:16px;line-height:1.6}.orbitSection{background:radial-gradient(circle at center, #0a3b8129, transparent 25%), var(--deep-navy);padding:100px 7%;overflow:hidden}.solarSystemWrap{justify-content:center;margin-top:56px;display:flex}.solarSystem{width:760px;height:760px;position:relative}.orbitTrack{border:1.7px dashed #e58a008c;border-radius:50%;animation-name:orbitSpin;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;top:50%;left:50%}.trackOne{width:310px;height:310px;margin-top:-155px;margin-left:-155px;animation-duration:24s}.trackTwo{width:500px;height:500px;margin-top:-250px;margin-left:-250px;animation-duration:34s}.trackThree{width:690px;height:690px;margin-top:-345px;margin-left:-345px;animation-duration:44s}.orbitBadge{position:absolute}.orbitBadge>span{white-space:nowrap;border-radius:18px;justify-content:center;align-items:center;min-width:176px;height:58px;padding:0 24px;font-size:16px;font-weight:900;animation-name:counterSpin;animation-timing-function:linear;animation-iteration-count:infinite;display:flex;box-shadow:0 18px 42px #0003}.trackOne .orbitBadge>span{animation-duration:24s}.trackTwo .orbitBadge>span{animation-duration:34s}.trackThree .orbitBadge>span{animation-duration:44s}.chipWhite>span{background:var(--white);color:var(--navy);border-left:6px solid var(--gold)}.chipGold>span{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--dark-blue)}.chipSoft>span{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#fff3,#ffffff14);border:1px solid #ffffff2e}.badgeRight{top:50%;right:-88px;transform:translateY(-50%)}.badgeLeft{top:50%;left:-88px;transform:translateY(-50%)}.badgeTop{top:-29px;left:50%;transform:translate(-50%)}.badgeBottom{bottom:-29px;left:50%;transform:translate(-50%)}.sunCore{z-index:10;background:#05142e;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:14px;width:190px;height:190px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 60px #0000003d}.sunFavPlate{border-radius:24px;width:96px;height:96px}.sunFavPlate img{width:62px;height:62px}.sunCore span{color:var(--white);letter-spacing:1.4px;font-size:14px;font-weight:900}.missionSection{background:var(--white);grid-template-columns:1fr 1fr;gap:28px;padding:100px 7%;display:grid}.missionCard{border:1px solid var(--border);background:linear-gradient(#fff,#f5f8fc);border-radius:28px;padding:44px}.missionCard h2{color:var(--navy);letter-spacing:-1.2px;margin:0;font-size:clamp(32px,4vw,50px);line-height:1.1}.missionCard p:not(.sectionEyebrow){color:var(--muted);margin:22px 0 0;font-size:18px;line-height:1.8}.darkCard{background:linear-gradient(135deg, var(--navy), #0a3b81)}.darkCard h2,.darkCard p:not(.sectionEyebrow){color:var(--white)}.valuesSection{background:linear-gradient(#f8fbff,#eef4fa);padding:92px 7%}.valuesGrid{flex-wrap:wrap;justify-content:center;gap:14px;max-width:1000px;margin:42px auto 0;display:flex}.valuePill{background:var(--white);border:1px solid var(--border);color:var(--navy);border-radius:999px;padding:16px 24px;font-weight:900;box-shadow:0 10px 24px #031a3d0a}.valuePill:nth-child(2n){background:var(--navy);color:var(--white)}.valuePill:nth-child(3n){background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--dark-blue)}.contactSection{background:linear-gradient(135deg, var(--navy), #0a3b81);grid-template-columns:1.1fr .9fr;align-items:center;gap:34px;padding:92px 7%;display:grid}.contactText h2{color:var(--white);letter-spacing:-1.8px;margin:0;font-size:clamp(36px,4.8vw,68px);line-height:1.05}.contactText p:not(.sectionEyebrow){color:#ffffffd1;margin:22px 0 0;font-size:18px;line-height:1.7}.contactActions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.contactBrandCard{justify-content:center;display:flex}.contactBrandPlate,.footerLogoPlate{background:var(--white);border:1px solid var(--border);border-radius:24px;justify-content:center;align-items:center;padding:24px 28px;display:inline-flex}.contactBrandPlate img{width:250px;display:block}.projectsPage{background:radial-gradient(circle at 85% 10%,#e58a001f,#0000 28%),linear-gradient(#f8fbff,#eef4fa);min-height:100vh;padding:130px 7% 90px}.projectsHero{max-width:920px}.projectsHero h1{color:var(--navy);letter-spacing:-2px;margin:0;font-size:clamp(42px,6vw,76px);line-height:.98}.projectsHero p{color:var(--muted);max-width:780px;margin:24px 0 0;font-size:19px;line-height:1.8}.projectsGrid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:54px;display:grid}.projectCard{background:var(--white);border:1px solid var(--border);border-radius:26px;overflow:hidden;box-shadow:0 18px 45px #031a3d14}.projectCard img{object-fit:cover;width:100%;height:230px;display:block}.projectCardBody{padding:26px}.projectCardBody span{color:var(--gold);text-transform:uppercase;letter-spacing:1.6px;font-size:12px;font-weight:900}.projectCardBody h3{color:var(--navy);margin:12px 0;font-size:24px;line-height:1.2}.projectCardBody p{color:var(--muted);margin:0;line-height:1.7}.emptyState{background:var(--white);border:1px solid var(--border);border-radius:30px;max-width:760px;margin-top:54px;padding:42px;box-shadow:0 20px 50px #031a3d14}.emptyState h2{color:var(--navy);margin:24px 0 10px;font-size:34px;line-height:1.15}.emptyState p{color:var(--muted);margin:0;font-size:17px;line-height:1.7}.clientsSection{margin-top:90px;padding:70px 0 0}.clientsGrid{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:42px;display:grid}.clientCard{background:var(--white);border:1px solid var(--border);border-radius:22px;place-items:center;min-height:130px;padding:24px;display:grid;box-shadow:0 14px 32px #031a3d0d}.clientCard img{object-fit:contain;max-width:160px;max-height:78px}.clientCard span{color:var(--navy);text-align:center;font-weight:900}.footer{background:var(--white);border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:28px 7%;display:flex}.footerMain{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.footerLogoPlate{border-radius:18px;padding:12px 16px}.footerLogoPlate img{width:160px;display:block}.footer p{color:var(--muted);margin:0;font-size:15px}.poweredByLink{min-height:58px;color:var(--muted);align-items:center;gap:12px;font-weight:900;display:inline-flex}.poweredByLink span{align-items:center;height:46px;font-size:14px;display:inline-flex}.poweredByLink img{border-radius:12px;width:auto;height:46px;display:block}@keyframes orbitSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes counterSpin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@media (width<=1100px){.megaMenu{grid-template-columns:1fr;width:min(900px,88vw)}.serviceGroupBody{grid-template-columns:1fr}}@media (width<=950px){.navbar{border-radius:20px;justify-content:center;width:calc(100% - 24px);height:72px;padding-left:70px;padding-right:14px;top:12px}.navLinks,.desktopActions{display:none}.brandPlate{margin-right:auto}.mobileMenuToggle{background:linear-gradient(135deg, var(--gold), var(--gold-light));z-index:150;cursor:pointer;border:none;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:52px;height:52px;display:flex;position:fixed;top:22px;left:18px;box-shadow:0 16px 30px #e58a0038}.mobileMenuToggle span{background:var(--dark-blue);border-radius:999px;width:20px;height:2.5px;transition:all .22s}.mobileMenuToggle.active span:first-child{transform:translateY(7.5px)rotate(45deg)}.mobileMenuToggle.active span:nth-child(2){opacity:0}.mobileMenuToggle.active span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.mobileBlurOverlay{z-index:125;-webkit-backdrop-filter:blur(8px);cursor:pointer;background:#031a3d6b;border:none;padding:0;display:block;position:fixed;inset:0}.mobileMenuPanel{border-right:1px solid var(--border);z-index:140;opacity:0;visibility:hidden;pointer-events:none;overscroll-behavior:contain;background:#fffffffa;border-radius:0 24px 24px 0;width:min(86vw,370px);height:100dvh;padding:92px 18px 28px;transition:transform .28s,opacity .28s,visibility .28s;display:block;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-105%);box-shadow:24px 0 70px #031a3d3d}.mobileMenuPanel.open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.mobileMenuHeader{justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;display:flex}.mobileBrandMini{align-items:center;gap:10px;display:flex}.mobileBrandIcon{background:var(--white);border:1px solid var(--border);border-radius:14px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 10px 22px #031a3d14}.mobileBrandIcon img{object-fit:contain;width:30px;height:30px}.mobileBrandText{flex-direction:column;display:flex}.mobileBrandText strong{color:var(--navy);letter-spacing:1px;font-size:16px}.mobileBrandText small{color:var(--gold);letter-spacing:1.8px;margin-top:4px;font-size:9px;font-weight:900}.mobileMenuClose{background:linear-gradient(135deg, var(--navy), #0a3b81);color:var(--white);cursor:pointer;border:none;border-radius:12px;width:38px;height:38px;font-size:24px;line-height:1}.mobileMenuLinks{gap:10px;display:grid}.mobileMenuLinks button{border:1px solid var(--border);color:var(--navy);text-align:left;cursor:pointer;background:linear-gradient(#fff,#f1f6fb);border-radius:16px;padding:15px 16px;font-weight:900;box-shadow:0 10px 22px #031a3d0a}.mobileMenuLinks button:hover{color:var(--gold);border-color:#e58a0073}.mobileMenuActions{grid-template-columns:1fr;gap:12px;margin-top:18px;display:grid}.mobileActionPrimary,.mobileActionSecondary{text-align:center;border-radius:16px;padding:15px;font-weight:900}.mobileActionPrimary{background:linear-gradient(135deg, var(--gold), var(--gold-light));color:var(--dark-blue)}.mobileActionSecondary{background:linear-gradient(135deg, var(--navy), #0a3b81);color:var(--white)}.hero,.aboutSection,.missionSection,.contactSection{grid-template-columns:1fr}.hero{padding-top:120px}.heroVisual{min-height:520px}.heroLogoCircle{margin:0 auto}.aboutContentBlock{margin-left:0;padding:54px}.aboutMediaCard{min-height:320px}.solarSystem{width:560px;height:560px}.trackOne{width:230px;height:230px;margin-top:-115px;margin-left:-115px}.trackTwo{width:360px;height:360px;margin-top:-180px;margin-left:-180px}.trackThree{width:500px;height:500px;margin-top:-250px;margin-left:-250px}.orbitBadge>span{min-width:145px;height:50px;font-size:13px}.badgeRight{right:-72px}.badgeLeft{left:-72px}.projectsGrid,.clientsGrid{grid-template-columns:1fr}}@media (width<=650px){.brandPlate{height:54px}.brandText strong{font-size:16px}.hero,.aboutSection,.servicesSection,.orbitSection,.missionSection,.valuesSection,.contactSection,.footer,.projectsPage{padding-left:5%;padding-right:5%}.hero{padding-top:118px;padding-bottom:72px}.heroDescription{font-size:17px}.heroActions{flex-direction:column}.primaryBtn,.outlineBtn,.contactWhatsappBtn{width:100%}.heroVisual{min-height:470px;margin-top:30px}.heroLogoCircle{width:320px;height:320px}.heroLogoPlate{width:180px;min-height:140px}.heroDot{width:24px;height:24px;top:106px;right:36px}.heroInfoCard{border-radius:18px;width:250px;max-width:86%;padding:14px 16px}.heroInfoCard span{font-size:12px}.heroInfoCard p{font-size:14px}.heroCardOne{top:20px;left:0}.heroCardTwo{bottom:20px;right:0}.aboutContentBlock,.missionCard,.aboutMediaCard{padding:34px}.serviceGroupCard{padding:24px}.serviceGroupCard ul{columns:1}.solarSystem{width:100%;max-width:360px;height:360px}.sunCore{width:120px;height:120px}.sunFavPlate{width:68px;height:68px}.sunFavPlate img{width:44px;height:44px}.sunCore span{font-size:10px}.trackOne{width:160px;height:160px;margin-top:-80px;margin-left:-80px}.trackTwo{width:245px;height:245px;margin-top:-122.5px;margin-left:-122.5px}.trackThree{width:330px;height:330px;margin-top:-165px;margin-left:-165px}.orbitBadge>span{border-radius:14px;min-width:112px;height:40px;padding:0 12px;font-size:11px}.badgeRight{right:-56px}.badgeLeft{left:-56px}.badgeTop{top:-20px}.badgeBottom{bottom:-20px}.contactActions{flex-direction:column}.contactBrandPlate img{width:185px}.projectsPage{padding-top:120px;padding-bottom:80px}.emptyState{padding:30px}.footer{flex-direction:column;align-items:flex-start}.poweredByLink img{height:46px}}
