.scroll-top-btn{--scroll-progress: 0%;position:fixed;right:28px;bottom:28px;width:52px;height:52px;padding:0;border:none;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(15px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease;z-index:9999}.scroll-top-btn.show{opacity:1;visibility:visible;transform:translateY(0)}.scroll-top-btn:before{content:"";position:absolute;inset:0;border-radius:50%;background:conic-gradient(#0783c5 var(--scroll-progress),#e1e1e1 var(--scroll-progress));-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 10px),#000 calc(100% - 9px));mask:radial-gradient(farthest-side,transparent calc(100% - 10px),#000 calc(100% - 9px))}.scroll-top-inner{width:42px;height:42px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;color:#111}.scroll-top-inner i{font-size:16px;transition:transform .25s ease,color .25s ease}.scroll-top-btn:hover .scroll-top-inner i{transform:translateY(-3px);color:#0783c5}@media(max-width:768px){.scroll-top-btn{width:46px;height:46px;right:18px;bottom:18px}.scroll-top-inner{width:40px;height:40px}.scroll-top-inner i{font-size:14px}}.about-page{background:#fff;color:#111}.about-hero{position:relative;min-height:620px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 75% 50%,rgba(8,123,187,.08),transparent 32%),#fff}.about-hero-content{position:relative;z-index:3;width:45%;margin-left:5.6%;padding:70px 0}.about-kicker,.section-eyebrow{display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;color:#087abb;font-size:13px;font-weight:800;letter-spacing:2px}.about-kicker:before,.section-eyebrow:before{content:"";width:32px;height:2px;background:#087abb}.about-hero h1{margin:0;font-family:Geomanist,Arial,sans-serif;font-size:clamp(52px,5.4vw,88px);line-height:.94;letter-spacing:-2.5px}.about-hero h1 span{color:#087abb}.about-hero-content>p{max-width:570px;margin:30px 0 0;font-size:20px;line-height:1.6;color:#555}.about-hero-actions{display:flex;align-items:center;gap:14px;margin-top:35px}.about-primary-btn,.about-outline-btn{min-height:48px;padding:0 23px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:999px;text-decoration:none;font-size:13px;font-weight:800;letter-spacing:.5px;transition:.3s ease}.about-primary-btn{background:#087abb;color:#fff}.about-primary-btn:hover{background:#055f93;color:#fff;transform:translateY(-2px)}.about-outline-btn{border:1px solid #d8dfe4;color:#111;background:#fff}.about-outline-btn:hover{border-color:#087abb;color:#087abb}.about-hero-visual{position:absolute;right:0;top:0;width:58%;height:100%}.about-hero-visual>img{position:absolute;right:0;top:0;width:100%;height:100%;object-fit:contain;object-position:center right;z-index:2}.about-hero-glow{position:absolute;width:550px;height:550px;right:8%;top:50%;transform:translateY(-50%);border-radius:50%;background:#087bbb0e;box-shadow:0 0 0 70px #087bbb06,0 0 0 140px #087bbb04}.about-floating-card{position:absolute;right:9%;bottom:12%;z-index:4;display:flex;align-items:center;gap:13px;padding:15px 20px;background:#fffffff0;border:1px solid rgba(8,123,187,.13);border-radius:14px;box-shadow:0 20px 50px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.about-floating-icon{width:43px;height:43px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#087abb;color:#fff}.about-floating-card strong{display:block;font-size:14px}.about-floating-card span{display:block;margin-top:3px;color:#777;font-size:12px}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);padding:0 5.6%;background:#0472bb;color:#fff}.about-stat{min-height:145px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:25px 35px;border-right:1px solid rgba(255,255,255,.22)}.about-stat:first-child{padding-left:0}.about-stat:last-child{border-right:0}.about-stat strong{font-family:Geomanist,Arial,sans-serif;font-size:clamp(27px,2.6vw,43px);line-height:1}.about-stat span{max-width:150px;margin-top:9px;font-size:13px;line-height:1.35;opacity:.9}.about-story{display:grid;grid-template-columns:48% 52%;min-height:650px;background:#f1f2f5}.about-story-image{position:relative;min-height:600px;overflow:hidden;background:#e8eaed}.about-story-image img{width:100%;height:100%;display:block;object-fit:cover}.about-image-label{position:absolute;left:7%;top:8%;z-index:2;display:flex;flex-direction:column;color:#fff}.about-image-label span{font-size:12px;letter-spacing:3px}.about-image-label strong{margin-top:3px;font-family:Geomanist;font-size:25px}.about-story-content{align-self:center;padding:80px 12%}.about-story-content h2{margin:0 0 27px;font-family:Geomanist,Arial,sans-serif;font-size:clamp(43px,4vw,52px);line-height:.98}.about-story-content h2 span{color:#087abb}.about-story-content p{max-width:650px;margin:0 0 17px;color:#555;font-size:17px;line-height:1.65}.about-story-content .about-lead{color:#222;font-size:20px;line-height:1.55;font-weight:500}.about-story-signature{display:flex;align-items:center;gap:14px;margin-top:30px}.signature-line{width:42px;height:2px;background:#087abb}.about-story-signature strong{display:block;color:#087abb;font-family:Geomanist;font-size:16px}.about-story-signature span{display:block;margin-top:2px;color:#888;font-size:11px}.about-expertise{position:relative;padding:100px 5.6%;background:#f5f7f8;overflow:hidden}.about-expertise-inner{display:grid;grid-template-columns:1fr 1fr;gap:90px}.about-expertise-content{position:relative;z-index:2}.about-expertise-content .section-eyebrow{margin-bottom:22px}.about-expertise-content h2{margin:0;font-size:clamp(42px,4vw,68px);line-height:.98;letter-spacing:-2px;font-weight:700;color:#111}.about-expertise-content h2 span{color:var(--primary-color, #087abb)}.expertise-line{width:70px;height:4px;margin:30px 0;background:var(--primary-color, #087abb)}.expertise-quote{max-width:620px;margin:0 0 25px;padding-left:25px;border-left:3px solid var(--primary-color, #087abb);font-size:19px;line-height:1.7;color:#333}.expertise-quote strong{color:#111;font-weight:700}.expertise-description{max-width:610px;margin-bottom:15px;font-size:16px;line-height:1.8;color:#666}.expertise-features{margin-top:35px;display:flex;flex-direction:row;gap:18px}.expertise-feature{display:flex;align-items:center;gap:16px}.expertise-feature-icon{width:43px;height:43px;flex:0 0 43px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0b6e6917;color:var(--primary-color, #087abb);font-size:17px}.expertise-feature div:last-child{display:flex;flex-direction:column;gap:3px}.expertise-feature strong{font-size:15px;color:#171717}.expertise-feature span{font-size:13px;color:#777}.about-expertise-btn{display:inline-flex;align-items:center;gap:14px;margin-top:24px;padding:15px 24px;background:var(--primary-color, #087abb);color:#fff;text-decoration:none;font-size:12px;font-weight:700;letter-spacing:1px;transition:all .3s ease}.about-expertise-btn i{transition:transform .3s ease}.about-expertise-btn:hover{color:#fff;transform:translateY(-3px)}.about-expertise-btn:hover i{transform:translate(5px)}.about-expertise-visual{position:relative;min-height:620px;display:flex;justify-content:center}.expertise-image-frame{position:relative;width:100%;overflow:hidden;background:#ddd;box-shadow:0 30px 70px #00000029}.expertise-image-frame img{width:100%;height:100%;display:block;transition:transform .7s ease}.expertise-image-frame:hover img{transform:scale(1.05)}.expertise-image-overlay{position:absolute;background:linear-gradient(180deg,#0000000d 20%,#000000ad)}.expertise-tech-label{position:absolute;left:28px;bottom:28px;display:flex;flex-direction:column;color:#fff}.expertise-tech-label span{font-size:10px;letter-spacing:2px;opacity:.75}.expertise-tech-label strong{margin-top:5px;font-size:20px;letter-spacing:1px}.expertise-grade-card{position:absolute;right:4px;top:80px;width:175px;padding:22px;background:#fff;box-shadow:0 20px 50px #00000021;border-top:4px solid var(--primary-color, #0b6e69)}.expertise-grade-card>span{display:block;font-size:9px;letter-spacing:1.5px;color:#888}.grade-values{display:flex;align-items:center;gap:8px;margin:8px 0}.grade-values strong{font-size:27px;color:#111}.grade-values b{color:var(--primary-color, #0b6e69)}.expertise-grade-card small{font-size:9px;letter-spacing:1px;color:var(--primary-color, #0b6e69)}.expertise-number{position:absolute;right:0;bottom:5px;font-size:120px;font-weight:800;line-height:1;color:#0b6e6912;-webkit-user-select:none;user-select:none}@media(max-width:1000px){.about-expertise{padding:80px 5%}.about-expertise-inner{grid-template-columns:1fr;gap:60px}.about-expertise-content{max-width:800px}.about-expertise-visual{min-height:550px}.expertise-image-frame{width:85%}.expertise-grade-card{right:0}}@media(max-width:600px){.about-expertise{padding:70px 20px}.about-expertise-inner{gap:45px}.about-expertise-content h2{font-size:42px;letter-spacing:-1.5px}.expertise-quote{font-size:16px;line-height:1.65;padding-left:18px}.expertise-description{font-size:14px;line-height:1.7}.expertise-features{gap:15px}.expertise-feature-icon{width:39px;height:39px;flex-basis:39px}.expertise-feature strong{font-size:14px}.expertise-feature span{font-size:12px}.about-expertise-visual{min-height:470px}.expertise-image-frame{width:100%;height:440px}.expertise-grade-card{right:-5px;top:35px;width:145px;padding:16px}.grade-values strong{font-size:22px}.expertise-tech-label{left:20px;bottom:20px}.expertise-tech-label strong{font-size:17px}.expertise-number{font-size:80px}.expertise-corner{width:55px;height:55px;bottom:25px}}.about-performance{position:relative;min-height:570px;display:flex;overflow:hidden;background:#0472bb;color:#fff}.about-performance-copy{position:relative;z-index:3;width:43%;padding:90px 0 90px 5.6%}.section-eyebrow.white{color:#fff}.section-eyebrow.white:before{background:#fff}.about-performance h2{margin:0;font-family:Geomanist,Arial,sans-serif;font-size:clamp(48px,5vw,78px);line-height:.9;letter-spacing:-2px}.about-performance h2 span{color:#b9eaff}.about-performance-copy>p{max-width:480px;margin:30px 0;font-size:17px;line-height:1.65;opacity:.9}.about-white-btn{display:inline-flex;align-items:center;gap:13px;min-height:47px;padding:0 22px;background:#fff;color:#087abb;border-radius:999px;text-decoration:none;font-size:12px;font-weight:800;transition:.3s ease}.about-white-btn:hover{transform:translateY(-2px);color:#055f93}.about-performance-visual{position:absolute;right:0;top:0;width:62%;height:100%}.about-performance-visual>img{position:absolute;width:75%;height:100%;right:5%;object-fit:contain;z-index:2}.performance-circle{position:absolute;width:550px;height:550px;top:50%;right:8%;transform:translateY(-50%);border-radius:50%;border:1px solid rgba(255,255,255,.25);box-shadow:0 0 0 60px #ffffff09,0 0 0 120px #ffffff05}.performance-badge{position:absolute;right:13%;bottom:12%;z-index:5;width:105px;height:105px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;color:#087abb;box-shadow:0 15px 35px #00000026;text-align:center}.performance-badge i{font-size:18px;margin-bottom:5px}.performance-badge span{font-size:9px;line-height:1.2;font-weight:800;letter-spacing:1px}.vision-modern{position:relative;padding:120px 0;background:#efebeb;overflow:hidden}.vision-modern-container{width:min(1690px,calc(100% - 60px));margin:0 auto;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:50px}.vision-card{position:relative;z-index:5;min-height:610px;background:#fff;box-shadow:0 18px 45px #142d3729;overflow:hidden}.vision-card-blue{position:relative;min-height:390px;padding:58px 58px 100px;background:linear-gradient(135deg,#0472bb 0% 55%,#0472bb);color:#fff;overflow:hidden}.vision-card-blue:after{content:"";position:absolute;width:125%;height:170px;left:-12%;bottom:-105px;background:#fff;border-radius:50% 50% 0 0/75% 75% 0 0;transform:rotate(-2deg)}.vision-card-blue:before{content:"";position:absolute;width:180px;height:180px;right:-100px;top:-90px;border:1px dashed rgba(255,255,255,.35);border-radius:50%}.vision-card-heading{text-align:center}.vision-card-heading span{display:block;font-size:38px;line-height:1.1;font-weight:700;letter-spacing:1px;color:#fff}.vision-card-heading i{display:block;width:330px;max-width:100%;height:2px;margin:12px auto 0;background:#d6b06b}.vision-card-quote{position:relative;margin-top:48px;padding-left:32px;border-left:3px solid #d6b06b}.quote-icon{position:absolute;left:-12px;top:-28px;font-family:Georgia,serif;font-size:42px;color:#d6b06b}.vision-card-quote p{margin:0;font-size:20px;line-height:1.55;font-weight:400;color:#fffffff0}.vision-card-quote sup{font-size:9px}.vision-card-white{position:relative;min-height:220px;padding:50px 58px 30px;background:#fff}.vision-card-white p{margin:0;color:#4f5956;font-size:14px;line-height:1.85}.vision-wave-symbol{margin-top:27px;text-align:center;font-family:Georgia,serif;font-size:30px;letter-spacing:3px;color:#0472bb}.vision-image-area{position:relative;min-height:610px;display:flex;justify-content:center}.vision-image{position:relative;z-index:2;width:90%;height:610px;overflow:hidden;border-radius:2px}.vision-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff05,#0f34481f);pointer-events:none}.vision-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s ease}.vision-image:hover img{transform:scale(1.04)}.vision-circle{position:absolute;border-radius:50%;pointer-events:none}.vision-circle-one{width:540px;height:540px;right:-50px;top:20px;border:2px solid rgba(29,79,112,.18)}.vision-circle-two{width:650px;height:650px;right:-105px;top:-35px;border:1px dashed rgba(29,79,112,.3)}.vision-brand-badge{position:absolute;z-index:6;left:0;top:354px;display:flex;align-items:center;gap:13px;padding:13px 20px 13px 13px;background:#fffffff5;box-shadow:0 12px 35px #00000026;border-radius:50px}.vision-brand-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--primary-color, #087abb);color:#fff;font-size:18px;font-weight:700}.vision-brand-badge strong{display:block;color:#1b302f;font-size:15px}.vision-brand-badge strong sup{font-size:7px}.vision-brand-badge small{display:block;margin-top:3px;color:#78817e;font-size:7px;letter-spacing:1px}.vision-image-caption{position:absolute;z-index:6;right:0;bottom:35px;display:flex;align-items:flex-start;gap:14px;padding:15px 20px;background:#fffffff0;box-shadow:0 10px 30px #0000001a}.vision-image-caption>span{width:2px;height:75px;background:#d6b06b}.vision-image-caption div{display:flex;flex-direction:column}.vision-image-caption strong{font-size:18px;line-height:1.3;letter-spacing:1px;color:#173f5c}@media(max-width:991px){.vision-modern{padding:90px 0}.vision-modern-container{width:min(90%,760px);grid-template-columns:1fr;gap:60px}.vision-card{min-height:auto}.vision-image-area{min-height:550px}.vision-image{width:90%;height:500px}.vision-brand-badge{left:0}}@media(max-width:600px){.vision-modern{padding:65px 0}.vision-modern-container{width:calc(100% - 30px);gap:50px}.vision-card-blue{min-height:350px;padding:40px 25px 90px}.vision-card-heading span{font-size:29px}.vision-card-heading i{width:220px}.vision-card-quote{margin-top:38px;padding-left:22px}.vision-card-quote p{font-size:15px;line-height:1.65}.vision-card-white{min-height:auto;padding:42px 25px 25px}.vision-card-white p{font-size:13px;line-height:1.8}.vision-wave-symbol{font-size:24px}.vision-image-area{min-height:420px}.vision-image{width:100%;height:380px}.vision-circle-one{width:380px;height:380px;right:-70px}.vision-circle-two{width:450px;height:450px;right:-100px}.vision-brand-badge{left:-5px;top:35px;padding:9px 14px 9px 9px}.vision-brand-icon{width:42px;height:42px;font-size:15px}.vision-brand-badge strong{font-size:12px}.vision-brand-badge small{font-size:6px}.vision-image-caption{right:-5px;bottom:15px;padding:11px 14px}.vision-image-caption>span{height:60px}.vision-image-caption strong{font-size:13px}}.about-applications{padding:100px 5.6%;background:#fff}.about-applications-top{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:50px}.about-applications-top>p{max-width:450px;margin:0;color:#666;font-size:17px;line-height:1.6}.about-application-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.about-application{position:relative;height:390px;overflow:hidden}.about-application img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s ease}.about-application:hover img{transform:scale(1.06)}.application-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000bf,#0000000a 65%)}.application-content{position:absolute;left:25px;right:25px;bottom:25px;color:#fff}.application-content span{display:block;margin-bottom:8px;font-size:11px;letter-spacing:2px;opacity:.7}.application-content h3{margin:0;font-family:Geomanist;font-size:27px}.application-content i{position:absolute;right:0;bottom:4px;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#087abb}.about-mission{display:grid;grid-template-columns:1fr 1fr}.mission-card{min-height:420px;padding:65px 8%}.mission-blue{background:#087abb;color:#fff}.mission-light{background:#f1f2f5;color:#111}.mission-number{margin-bottom:65px;font-family:Geomanist;font-size:14px;opacity:.65}.mission-card>span{font-size:11px;letter-spacing:2px;font-weight:800}.mission-card h3{margin:15px 0 20px;font-family:Geomanist;font-size:clamp(38px,4vw,58px);line-height:.95;letter-spacing:-1px}.mission-card p{max-width:500px;margin:0;font-size:16px;line-height:1.65;opacity:.85}.about-cta{min-height:300px;padding:60px 5.6%;display:flex;align-items:center;justify-content:space-between;gap:40px;background:#111;color:#fff}.about-cta>div span{color:#55b9e8;font-size:12px;font-weight:800;letter-spacing:2px}.about-cta h2{margin:12px 0 0;font-family:Geomanist;font-size:clamp(40px,4.2vw,67px);line-height:.95;letter-spacing:-1.5px}.about-cta h2 strong{color:#55b9e8}.about-cta>a{min-height:54px;padding:0 25px;display:inline-flex;align-items:center;gap:14px;border-radius:999px;background:#087abb;color:#fff;text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap;transition:.3s ease}.about-cta>a:hover{background:#fff;color:#087abb;transform:translateY(-2px)}@media(max-width:1200px){.about-hero{min-height:550px}.about-hero-content{width:48%}.about-hero h1{font-size:clamp(45px,5vw,68px)}.about-story-content{padding:60px 9%}.about-benefit{padding:25px}.about-application{height:300px}}@media(max-width:900px){.about-hero{min-height:auto;display:block;padding-top:30px}.about-hero-content{width:auto;margin:0;padding:50px 6% 20px}.about-hero-content>p{max-width:600px}.about-hero-visual{position:relative;width:100%;height:450px;margin-top:-10px}.about-hero-glow{width:360px;height:360px;right:50%;transform:translate(50%,-50%)}.about-floating-card{right:7%;bottom:5%}.about-stats{grid-template-columns:repeat(2,1fr)}.about-stat:nth-child(2){border-right:0}.about-stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.22)}.about-story{grid-template-columns:1fr}.about-story-image{min-height:450px}.about-story-content{padding:65px 7%}.about-section-heading,.about-applications-top{display:block}.about-section-heading>p,.about-applications-top>p{margin-top:25px}.about-benefits{grid-template-columns:repeat(2,1fr)}.about-performance{display:block}.about-performance-copy{width:100%;padding:70px 7% 20px}.about-performance-visual{position:relative;width:100%;height:420px}.about-value-grid{grid-template-columns:1fr}.about-application-grid{grid-template-columns:repeat(2,1fr)}.about-mission{grid-template-columns:1fr}.mission-card{min-height:350px}}@media(max-width:700px){.about-hero-content{padding:40px 6% 10px}.about-hero h1{font-size:45px;letter-spacing:-1.5px}.about-hero-content>p{font-size:16px}.about-hero-actions{flex-wrap:wrap}.about-primary-btn,.about-outline-btn{font-size:11px}.about-hero-visual{height:350px}.about-floating-card{right:5%;padding:11px 14px}.about-floating-icon{width:37px;height:37px}.about-floating-card strong{font-size:12px}.about-floating-card span{font-size:10px}.about-stats{padding:0}.about-stat{min-height:125px;padding:20px}.about-stat:first-child{padding-left:20px}.about-stat strong{font-size:28px}.about-stat span{font-size:11px}.about-story-image{min-height:330px}.about-story-content{padding:55px 6%}.about-story-content h2,.about-section-heading h2,.about-values-heading h2,.about-applications h2{font-size:40px}.about-story-content .about-lead{font-size:17px}.about-story-content p{font-size:15px}.about-why,.about-values,.about-applications{padding:65px 6%}.about-benefits{grid-template-columns:1fr}.about-benefit{min-height:240px}.about-performance-copy{padding:65px 6% 10px}.about-performance h2{font-size:52px}.about-performance-visual{height:340px}.performance-circle{width:330px;height:330px;right:50%;transform:translate(50%,-50%)}.about-performance-visual>img{width:100%;right:0}.performance-badge{right:8%;bottom:7%;width:85px;height:85px}.about-value{padding:25px}.about-application-grid{grid-template-columns:1fr}.about-application{height:320px}.mission-card{min-height:330px;padding:50px 7%}.mission-number{margin-bottom:45px}.mission-card h3{font-size:42px}.about-cta{display:block;padding:55px 6%}.about-cta h2{font-size:42px}.about-cta>a{margin-top:30px}}@media(max-width:600px){.about-hero{overflow:hidden}.about-hero h1{font-size:40px}.about-hero-visual{height:300px}.about-floating-card{bottom:2%}.about-stat{min-height:115px}.about-stat strong{font-size:24px}.about-story-image{min-height:280px}.about-section-heading h2,.about-values-heading h2,.about-applications h2{font-size:36px}.about-performance h2{font-size:47px}}.product-section{width:100%;background:#fff;color:#111;overflow:hidden}.product-eyebrow{display:inline-block;margin-bottom:14px;font-size:19px;font-weight:700;letter-spacing:2.5px;color:#087bbf}.product-hero{width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:55px 7% 60px;overflow:hidden;background:linear-gradient(105deg,#f3f0f0,#f8f7f7 58%,#eef5fa);text-align:center}.product-hero:before{content:"";position:absolute;width:520px;height:520px;right:-160px;top:-170px;border-radius:50%;background:radial-gradient(circle,#087bbf21,#087bbf0d 42%,#087bbf00 72%);pointer-events:none}.product-hero-number{position:absolute;right:8%;top:35px;z-index:1;font-size:clamp(110px,12vw,155px);line-height:1;font-weight:800;letter-spacing:-8px;color:#32465521;-webkit-user-select:none;user-select:none;pointer-events:none}.product-hero-content{max-width:100%;position:relative;z-index:3}.product-hero .product-eyebrow{margin-bottom:18px;font-size:19px;font-weight:700;letter-spacing:4px;color:#70c63d}.product-hero h1{margin:0;font-size:clamp(50px,5.5vw,78px);line-height:.98;font-weight:700;letter-spacing:-4px;color:#087bbf}.product-hero h1 strong{color:#000}.product-hero p{max-width:700px;margin:40px auto 0;font-size:16px;line-height:1.9;color:#24394a}@media(max-width:1100px){.product-hero{padding:55px 5%}.product-hero-number{right:5%;font-size:130px}.product-hero h1{font-size:64px}.product-hero p{max-width:650px}}@media(max-width:768px){.product-hero{padding:55px 25px;align-items:center}.product-hero-number{right:-10px;top:20px;font-size:100px;letter-spacing:-5px;color:#32465517}.product-hero .product-eyebrow{margin-bottom:16px;font-size:11px;letter-spacing:3px}.product-hero h1{font-size:45px;line-height:1;letter-spacing:-1.8px}.product-hero p{margin-top:28px;font-size:14px;line-height:1.7}}@media(max-width:480px){.product-hero{padding:45px 20px}.product-hero-number{right:-5px;top:15px;font-size:82px}.product-hero .product-eyebrow{font-size:10px;letter-spacing:2.5px}.product-hero h1{font-size:37px;letter-spacing:-1.2px}.product-hero p{margin-top:25px;font-size:13px;line-height:1.65}}.products-list{width:100%;padding:50px 7% 110px;background:#fff}.products-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:55px}.products-heading>div{flex:1}.products-heading>p{width:430px;max-width:100%;margin:0;font-size:15px;line-height:1.8;color:#6b747b}.products-heading h2{margin:0;font-size:clamp(34px,4vw,52px);line-height:1.1;font-weight:700;color:#071827}.products-heading h2 strong{color:#087bbf}.product-grid{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.product-card{position:relative;background:#fff;border:1px solid #e6ebef;border-radius:14px;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.product-card:hover{transform:translateY(-8px);border-color:#087bbf59;box-shadow:0 20px 50px #0c23321f}.product-card-link{display:block;width:100%;color:inherit;text-decoration:none}.product-card-image{width:100%;height:300px;position:relative;overflow:hidden;background:#f2f6f8}.product-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .6s ease,filter .4s ease}.product-card:hover .product-card-image img{transform:scale(1.07)}.product-card-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#00000005 35%,#0000008c);opacity:.75;pointer-events:none;transition:opacity .35s ease}.product-card:hover .product-card-image:after{opacity:1}.product-number{position:absolute;top:20px;left:20px;z-index:3;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:#087bbf;font-size:13px;font-weight:700;box-shadow:0 8px 20px #0000001f;transition:background .3s ease,color .3s ease,transform .3s ease}.product-card:hover .product-number{background:#087bbf;color:#fff;transform:rotate(8deg)}.product-view{position:absolute;right:20px;bottom:20px;z-index:3;display:flex;align-items:center;gap:9px;padding:10px 15px;background:#087bbf;color:#fff;font-size:11px;font-weight:700;letter-spacing:1.2px;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.product-view span{font-size:16px;line-height:1}.product-card:hover .product-view{opacity:1;transform:translateY(0)}.product-card-content{position:relative;padding:25px 24px 27px;background:#fff}.product-card-content:before{content:"";position:absolute;left:24px;top:0;width:45px;height:3px;background:#087bbf;transition:width .35s ease}.product-card:hover .product-card-content:before{width:85px}.product-card h3{margin:0;font-size:21px;line-height:1.3;font-weight:700;color:#071827;transition:color .3s ease}.product-card:hover h3{color:#087bbf}.product-card-meta,.product-card-content>p,.product-card-bottom,.product-link{display:none}.product-cta{width:100%;padding:60px 5.6%;display:flex;align-items:center;justify-content:space-between;gap:50px;position:relative;overflow:hidden;background:#071827;color:#fff}.product-cta:before{content:"";position:absolute;width:300px;height:300px;right:-100px;top:-140px;border-radius:50%;border:1px solid rgba(255,255,255,.1)}.product-cta:after{content:"";position:absolute;width:220px;height:220px;right:20px;bottom:-170px;border-radius:50%;border:1px solid rgba(255,255,255,.08)}.product-cta>div{position:relative;z-index:2}.product-cta .product-eyebrow{color:#54b7e8}.product-cta h2{margin:0 0 15px;font-size:clamp(32px,4vw,48px);line-height:1.1;color:#fff}.product-cta h2 strong{color:#54b7e8}.product-cta p{max-width:580px;margin:0;font-size:14px;line-height:1.8;color:#ffffffad}.product-cta-button{flex-shrink:0;position:relative;z-index:2;display:inline-flex;align-items:center;gap:18px;padding:17px 25px;background:#087bbf;color:#fff;text-decoration:none;font-size:11px;font-weight:700;letter-spacing:1.5px;transition:background .3s ease,transform .3s ease}.product-cta-button span{font-size:18px;transition:transform .3s ease}.product-cta-button:hover{background:#096da6;transform:translateY(-3px);color:#fff}.product-cta-button:hover span{transform:translate(5px)}@media(min-width:1400px){.product-grid{gap:32px}.product-card-image{height:320px}.product-card h3{font-size:23px}}@media(max-width:1100px){.product-hero{padding:70px 5%}.products-list{padding:75px 5% 90px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px}.products-heading{gap:35px}.products-heading>p{width:380px}.product-cta{width:90%;padding:45px}}@media(max-width:768px){.product-hero{padding:60px 25px;background-position:center}.product-hero h1{font-size:42px;letter-spacing:-1px}.product-hero p{font-size:15px;line-height:1.7}.products-list{padding:60px 20px 70px}.products-heading{display:block;margin-bottom:35px}.products-heading h2{font-size:38px}.products-heading>p{width:100%;margin-top:20px;font-size:14px}.product-grid{grid-template-columns:1fr;gap:22px}.product-card-image{height:280px}.product-card-content{padding:24px 22px 25px}.product-card h3{font-size:22px}.product-view{opacity:1;transform:translateY(0)}.product-cta{width:calc(100% - 40px);margin-bottom:60px;padding:38px 25px;display:block}.product-cta h2{font-size:34px}.product-cta-button{margin-top:30px}}@media(max-width:480px){.product-hero{padding:40px 20px}.product-eyebrow{font-size:11px;letter-spacing:2px}.product-hero h1{font-size:35px}.product-hero p{font-size:14px}.products-list{padding:50px 15px 60px}.products-heading h2{font-size:32px}.product-card-image{height:240px}.product-number{top:15px;left:15px;width:42px;height:42px;font-size:12px}.product-card-content{padding:22px 20px 23px}.product-card h3{font-size:21px}.product-cta{width:calc(100% - 30px);padding:32px 20px}.product-cta h2{font-size:30px}.product-cta-button{width:100%;justify-content:center}}.product-benefits{width:100%;padding:38px 7% 55px;background:#fff}.product-benefits-title{margin:0 0 30px;text-align:center;font-size:26px;line-height:1.3;font-weight:500;color:#087bbf}.product-benefits-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:11%;row-gap:46px}.product-benefit-card{min-height:79px;display:flex;align-items:center;padding:10px 28px;background:#b6ad7f;border-radius:14px;box-shadow:0 5px 16px #3c641e33;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.product-benefit-card:hover{transform:translateY(-4px);background:#72c33c;box-shadow:0 10px 25px #3c641e40}.product-benefit-icon{width:72px;min-width:72px;height:58px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:38px;margin-right:20px}.product-benefit-card span{font-size:21px;line-height:1.2;font-weight:700;color:#111}@media(max-width:1100px){.product-benefits{padding:35px 5% 50px}.product-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:30px;row-gap:28px}.product-benefit-card{min-height:78px}.product-benefit-card span{font-size:19px}}@media(max-width:768px){.product-benefits{padding:35px 20px 45px}.product-benefits-title{margin-bottom:25px;font-size:21px;line-height:1.4}.product-benefits-grid{grid-template-columns:1fr;gap:18px}.product-benefit-card{min-height:76px;padding:10px 22px;border-radius:12px}.product-benefit-icon{width:62px;min-width:62px;font-size:32px;margin-right:15px}.product-benefit-card span{font-size:18px}}@media(max-width:480px){.product-benefits{padding:30px 15px 40px}.product-benefits-title{font-size:18px}.product-benefit-card{min-height:70px;padding:8px 18px}.product-benefit-icon{width:55px;min-width:55px;font-size:28px;margin-right:12px}.product-benefit-card span{font-size:17px}}.product-arrow{position:absolute;right:20px;bottom:20px;z-index:3;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#087bbf;color:#fff;font-size:22px;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.product-card:hover .product-arrow{opacity:1;transform:translateY(0)}.brochure-page{min-height:100vh;background:#f6f8fa}.brochure-section{width:100%;padding:40px 30px 90px}.brochure-heading{text-align:center;margin-bottom:35px}.brochure-heading>span{display:block;margin-bottom:8px;color:#1685d1;font-size:12px;font-weight:700;letter-spacing:2.5px}.brochure-heading h1{margin:0;color:#071522;font-size:42px;line-height:1.2;font-weight:600}.brochure-heading h1 strong{color:#1685d1;font-weight:700}.brochure-heading p{margin:12px 0 0;color:#71808c;font-size:15px}.brochure-viewer{position:relative;width:min(1250px,100%);margin:0 auto;box-shadow:0 0 7px gray;overflow:hidden}.pdf-container{width:100%;height:100%;overflow:auto;padding:30px 90px 50px 30px;text-align:center;background:linear-gradient(90deg,#f8fafb,#fff,#f8fafb)}.pdf-page-wrapper{display:flex;justify-content:center;margin:0 auto 25px;background:#fff;box-shadow:0 8px 30px #0000001f}.pdf-page-wrapper canvas{display:block;max-width:none!important;height:auto!important}.pdf-loading,.pdf-error{min-height:400px;display:flex;align-items:center;justify-content:center;color:#6c7a85;font-size:15px}.pdf-controls{position:fixed;top:65%;right:18%;transform:translateY(-50%);z-index:20;display:flex;flex-direction:column;gap:10px;padding:10px;border:1px solid rgba(120,135,145,.35);border-radius:16px;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 35px #07192826}.pdf-controls button,.pdf-download{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:#f1f4f6;color:#1685d1;cursor:pointer;transition:background .25s ease,color .25s ease,transform .25s ease,box-shadow .25s ease}.pdf-controls button:hover,.pdf-download:hover{background:#1685d1;color:#fff;transform:translateY(-2px);box-shadow:0 7px 18px #1685d140}.pdf-download{text-decoration:none}.brochure-viewer:fullscreen{width:100vw;height:100vh;border-radius:0}.brochure-viewer:fullscreen .pdf-container{padding-top:40px}.pdf-container::-webkit-scrollbar{width:8px;height:8px}.pdf-container::-webkit-scrollbar-track{background:#f1f3f5}.pdf-container::-webkit-scrollbar-thumb{background:#b7c1c8;border-radius:20px}.pdf-container::-webkit-scrollbar-thumb:hover{background:#1685d1}@media(max-width:768px){.brochure-section{padding:40px 12px 60px}.brochure-heading{margin-bottom:25px}.brochure-heading h1{font-size:30px}.brochure-heading p{font-size:13px}.brochure-viewer{height:calc(100vh - 230px);min-height:500px;border-radius:12px}.pdf-container{padding:0;overflow:auto;scrollbar-width:none}.pdf-controls{right:8px;padding:7px;gap:7px;border-radius:13px}.pdf-controls button,.pdf-download{width:38px;height:38px;border-radius:9px}}@media(max-width:480px){.brochure-section{padding:30px 8px 50px}.brochure-heading h1{font-size:26px}.brochure-heading>span{font-size:10px;letter-spacing:2px}.brochure-viewer{height:calc(100vh - 210px);min-height:450px}.pdf-container{padding:0;overflow:auto;scrollbar-width:none}.pdf-controls{right:6px}.pdf-controls button,.pdf-download{width:35px;height:35px}}.testimonials-page{width:100%;overflow:hidden;background:#fff;color:#111;font-family:Arial,Helvetica,sans-serif}.testimonials-container,.testimonial-section-container{width:88.8%;max-width:1450px;margin:0 auto}.testimonials-hero{position:relative;min-height:670px;display:flex;align-items:center;overflow:hidden;background:#f1f2f5}.testimonials-hero-bg{position:absolute;width:650px;height:650px;right:-220px;top:-180px;border-radius:50%;border:90px solid rgba(85,185,232,.08);pointer-events:none}.testimonials-container{position:relative;z-index:2;display:grid;grid-template-columns:47% 53%;align-items:center}.testimonials-hero-content{padding:80px 0}.testimonials-kicker{display:inline-flex;align-items:center;gap:10px;color:#087abb;font-size:11px;font-weight:700;letter-spacing:2.5px}.testimonials-kicker span{width:32px;height:2px;background:#087abb}.testimonials-hero-content h1{margin:25px 0;font-family:Geomanist,Arial,sans-serif;font-size:clamp(50px,5vw,78px);line-height:.96;letter-spacing:-3px;font-weight:700}.testimonials-hero-content h1 strong{color:#087abb}.testimonials-hero-content>p{max-width:550px;margin:0;color:#4c5962;font-size:16px;line-height:1.75}.testimonials-hero-actions{display:flex;align-items:center;gap:30px;margin-top:35px}.testimonials-primary-btn{display:inline-flex;align-items:center;gap:15px;padding:7px 8px 7px 22px;background:#087abb;color:#fff;border-radius:50px;text-decoration:none;font-size:12px;font-weight:700;letter-spacing:.5px;transition:.3s ease}.testimonials-primary-btn i{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#ffffff2b;border-radius:50%}.testimonials-primary-btn:hover{background:#0472bb;color:#fff;transform:translateY(-3px);box-shadow:0 12px 25px #087bbb38}.testimonials-rating{display:flex;align-items:center;gap:10px}.rating-stars{color:#087abb;font-size:15px;letter-spacing:1px}.testimonials-rating strong,.testimonials-rating span{display:block}.testimonials-rating strong{color:#111;font-size:11px}.testimonials-rating span{margin-top:3px;color:#7a858c;font-size:10px}.testimonials-hero-visual{position:relative;min-height:600px;display:flex;align-items:center;justify-content:center}.testimonial-hero-card{position:relative;width:500px;padding:12px;background:#fff;border-radius:18px;box-shadow:0 25px 60px #00000021;transform:rotate(2deg);z-index:3}.testimonial-hero-image{position:relative;height:480px;overflow:hidden;border-radius:12px}.testimonial-hero-image img{width:100%;height:100%;object-fit:cover;display:block}.testimonial-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:#087abb;color:#fff;border-radius:50%;font-size:19px;box-shadow:0 10px 30px #087bbb59}.testimonial-hero-info{padding:22px 14px 13px}.testimonial-hero-info span{color:#087abb;font-size:9px;font-weight:700;letter-spacing:2px}.testimonial-hero-info h3{margin:7px 0 0;color:#111;font-family:Geomanist,Arial,sans-serif;font-size:24px;line-height:1.05}.testimonial-quote{position:absolute;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:#087abb;color:#fff;border-radius:50%;font-size:22px;z-index:5;box-shadow:0 15px 35px #087bbb40}.quote-one{left:5%;top:80px}.quote-two{right:4%;bottom:90px;background:#fff;color:#087abb;border:1px solid #dbe9ef}.testimonial-stats{background:#087abb;color:#fff}.testimonial-stats-container{width:88.8%;max-width:1450px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr)}.testimonial-stat{min-height:125px;display:flex;align-items:center;justify-content:center;gap:17px;border-right:1px solid rgba(255,255,255,.18)}.testimonial-stat:last-child{border-right:0}.testimonial-stat strong{font-family:Geomanist,Arial,sans-serif;font-size:34px}.testimonial-stat span{color:#d8f2fc;font-size:11px;line-height:1.4}.testimonial-featured{padding:115px 0;background:#fff}.testimonial-section-heading{max-width:700px;margin-bottom:55px}.testimonial-section-heading>span,.testimonial-list-heading>div>span{display:block;margin-bottom:14px;color:#087abb;font-size:10px;font-weight:700;letter-spacing:3px}.testimonial-section-heading h2{margin:0 0 20px;font-family:Geomanist,Arial,sans-serif;font-size:clamp(42px,4vw,62px);line-height:1;letter-spacing:-2px}.testimonial-section-heading h2 em{color:#087abb;font-style:normal}.testimonial-section-heading p{max-width:620px;margin:0;color:#68747b;font-size:15px;line-height:1.8}.featured-event{display:grid;grid-template-columns:58% 42%;background:#f1f2f5;border-radius:18px;overflow:hidden}.featured-event-image{position:relative;min-height:500px;overflow:hidden}.featured-event-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.featured-event:hover .featured-event-image img{transform:scale(1.04)}.featured-event-label{position:absolute;left:25px;top:25px;display:flex;align-items:center;gap:10px;padding:9px 14px;background:#fffffff0;color:#087abb;border-radius:5px;font-size:9px;font-weight:700;letter-spacing:1.5px}.featured-event-label span{color:#111}.featured-event-content{padding:60px 55px;display:flex;flex-direction:column;justify-content:center}.event-location{color:#087abb;font-size:16px;font-weight:700;letter-spacing:2px}.featured-event-content h3{margin:18px 0 20px;font-family:Geomanist,Arial,sans-serif;font-size:42px;line-height:1;letter-spacing:-1.5px}.featured-event-content p{margin:0 0 13px;color:#5e6970;font-size:13px;line-height:1.75}.event-details{display:flex;gap:25px;margin-top:20px;padding-top:22px;border-top:1px solid #dce2e5}.event-details>div{display:flex;align-items:flex-start;gap:10px}.event-details i{color:#087abb;font-size:15px;margin-top:2px}.event-details span{display:block;color:#111;font-size:11px;font-weight:700}.event-details small{display:block;margin-top:4px;color:#7b858b;font-size:9px;font-weight:400}.event-link{display:inline-flex;align-items:center;gap:12px;width:fit-content;margin-top:28px;color:#087abb;text-decoration:none;font-size:10px;font-weight:700;letter-spacing:1px}.event-link i{transition:transform .3s ease}.event-link:hover{color:#0472bb}.event-link:hover i{transform:translate(5px)}.testimonial-list-section{padding:105px 0 120px;background:#f1f2f5}.testimonial-list-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:50px}.testimonial-list-heading h2{margin:0;font-family:Geomanist,Arial,sans-serif;font-size:clamp(42px,4vw,60px);line-height:1;letter-spacing:-2px}.testimonial-list-heading h2 em{color:#087abb;font-style:normal}.testimonial-list-heading>p{max-width:390px;margin:0;color:#68747b;font-size:13px;line-height:1.7}.testimonial-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.testimonial-card{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e7ea;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-7px);box-shadow:0 18px 35px #087bbb1a}.testimonial-card-image{position:relative;height:350px;overflow:hidden;background:#ddd}.testimonial-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .5s ease}.testimonial-card:hover .testimonial-card-image img{transform:scale(1.05)}.testimonial-card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 45%,rgba(0,0,0,.5))}.testimonial-play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:55px;height:55px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#087abb;color:#fff;font-size:14px;cursor:pointer;box-shadow:0 10px 25px #0003;transition:all .3s ease}.testimonial-play-button:hover{background:#fff;color:#087abb;transform:translate(-50%,-50%) scale(1.08)}.testimonial-number{position:absolute;left:13px;bottom:13px;color:#fff;font-family:Geomanist,Arial,sans-serif;font-size:15px;font-weight:700}.testimonial-card-content{padding:19px 17px 20px}.testimonial-card-content>span{color:#087abb;font-size:8px;font-weight:700;letter-spacing:1.3px}.testimonial-card-content h3{min-height:38px;margin:7px 0 15px;color:#111;font-family:Geomanist,Arial,sans-serif;font-size:16px;line-height:1.15}.testimonial-card-content a{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid #e8edef;color:#111;text-decoration:none;font-size:8px;font-weight:700;letter-spacing:.8px}.testimonial-card-content a i{color:#087abb;transition:transform .3s ease}.testimonial-card-content a:hover{color:#087abb}.testimonial-card-content a:hover i{transform:translate(4px)}.testimonials-cta{padding:75px 0;background:#0472bb}.testimonials-cta-inner{width:88.8%;max-width:1450px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px}.testimonials-cta-inner>div>span{display:block;margin-bottom:12px;color:#bde7f8;font-size:9px;font-weight:700;letter-spacing:2.5px}.testimonials-cta-inner h2{margin:0;color:#fff;font-family:Geomanist,Arial,sans-serif;font-size:clamp(40px,4vw,60px);line-height:1;letter-spacing:-2px}.testimonials-cta-inner>a{display:inline-flex;align-items:center;gap:15px;padding:7px 8px 7px 23px;background:#fff;color:#087abb;border-radius:50px;text-decoration:none;font-size:10px;font-weight:700;white-space:nowrap;transition:.3s ease}.testimonials-cta-inner>a i{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#087abb;color:#fff;border-radius:50%}.testimonials-cta-inner>a:hover{background:#111;color:#fff}@media(max-width:1100px){.testimonials-container{grid-template-columns:50% 50%}.testimonials-hero-content h1{font-size:53px}.testimonial-hero-card{width:410px}.testimonial-hero-image{height:400px}.testimonial-grid{grid-template-columns:repeat(3,1fr)}.featured-event-content{padding:40px}}@media(max-width:850px){.testimonials-hero{min-height:auto}.testimonials-container{width:90%;grid-template-columns:1fr;text-align:center}.testimonials-hero-content{padding:60px 0 20px}.testimonials-hero-content>p{margin-left:auto;margin-right:auto}.testimonials-hero-actions{justify-content:center}.testimonials-hero-visual{min-height:550px}.testimonial-hero-card{width:min(480px,80vw)}.quote-one{left:5%}.quote-two{right:5%}.testimonial-stats-container{width:90%;grid-template-columns:repeat(2,1fr)}.testimonial-stat:nth-child(2){border-right:0}.testimonial-stat:nth-child(3),.testimonial-stat:nth-child(4){border-top:1px solid rgba(255,255,255,.18)}.featured-event{grid-template-columns:1fr}.featured-event-image{min-height:400px}.testimonial-grid{grid-template-columns:repeat(2,1fr)}.testimonial-list-heading{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.testimonials-container,.testimonial-section-container,.testimonial-stats-container,.testimonials-cta-inner{width:calc(100% - 30px)}.testimonials-hero-content{padding-top:40px}.testimonials-hero-content h1{margin-top:20px;font-size:43px;letter-spacing:-1.5px}.testimonials-hero-content>p{font-size:13px;line-height:1.7}.testimonials-hero-actions{flex-direction:column;gap:18px}.testimonials-hero-visual{min-height:420px}.testimonial-hero-card{width:285px;transform:rotate(1deg)}.testimonial-hero-image{height:290px}.testimonial-hero-info{padding:15px 10px 10px}.testimonial-hero-info h3{font-size:18px}.testimonial-quote{width:48px;height:48px;font-size:15px}.quote-one{left:0;top:40px}.quote-two{right:0;bottom:50px}.testimonial-stat{min-height:100px;gap:8px}.testimonial-stat strong{font-size:25px}.testimonial-stat span{font-size:8px}.testimonial-featured{padding:70px 0}.testimonial-section-heading{margin-bottom:35px}.testimonial-section-heading h2{font-size:38px}.testimonial-section-heading p{font-size:13px}.featured-event-image{min-height:250px}.featured-event-content{padding:35px 25px}.featured-event-content h3{font-size:33px}.featured-event-content p{font-size:12px}.event-details{flex-direction:column;gap:15px}.testimonial-list-section{padding:70px 0}.testimonial-list-heading{margin-bottom:35px}.testimonial-list-heading h2{font-size:38px}.testimonial-list-heading>p{font-size:12px}.testimonial-grid{grid-template-columns:1fr;gap:20px}.testimonial-card-image{height:430px}.testimonials-cta{padding:55px 0}.testimonials-cta-inner{flex-direction:column;align-items:flex-start}.testimonials-cta-inner h2{font-size:38px}}.csr-page{width:100%;overflow:hidden;background:#fff;color:#111;font-family:Arial,Helvetica,sans-serif}.csr-hero{position:relative;width:100%;min-height:650px;display:flex;align-items:center;background:#fff;overflow:hidden}.csr-container{width:88.8%;max-width:1450px;margin:0 auto;display:grid;grid-template-columns:48% 52%;align-items:center;position:relative;z-index:2}.csr-content{padding:70px 0;position:relative;z-index:3}.csr-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 17px 8px 8px;background:#f1f2f5;border-radius:999px;color:#087abb;font-size:12px;font-weight:700;letter-spacing:.2px}.csr-eyebrow-icon{width:31px;height:31px;display:flex;align-items:center;justify-content:center;background:#087abb;color:#fff;border-radius:50%;font-size:12px}.csr-content h1{margin:25px 0 24px;max-width:700px;font-family:Geomanist,Arial,sans-serif;font-size:clamp(44px,5vw,53px);line-height:.98;letter-spacing:-2.5px;font-weight:700;color:#111}.csr-content h1 span{color:#087abb}.csr-description{max-width:620px;margin:0 0 14px;color:#1c1a1a;font-size:17px;line-height:1.65}.csr-description-small{max-width:590px}.csr-actions{display:flex;align-items:center;gap:22px;margin-top:30px}.csr-primary-btn{display:inline-flex;align-items:center;gap:14px;min-height:48px;padding:6px 7px 6px 23px;background:#087abb;color:#fff;border-radius:999px;text-decoration:none;font-size:14px;font-weight:700;transition:all .3s ease}.csr-primary-btn span{width:35px;height:35px;display:flex;align-items:center;justify-content:center;background:#ffffff2e;border-radius:50%}.csr-primary-btn:hover{background:#0472bb;color:#fff;transform:translateY(-3px);box-shadow:0 12px 25px #087bbb38}.csr-secondary-btn{display:inline-flex;align-items:center;gap:10px;color:#111;text-decoration:none;font-size:14px;font-weight:700;transition:.3s ease}.csr-secondary-btn:hover{color:#087abb}.csr-play-icon{width:39px;height:39px;display:flex;align-items:center;justify-content:center;border:1px solid #55b9e8;border-radius:50%;color:#087abb;background:#fff;transition:all .3s ease}.csr-secondary-btn:hover .csr-play-icon{background:#087abb;color:#fff;border-color:#087abb}.csr-stats{display:flex;width:min(620px,100%);margin-top:38px;background:#fff;border:1px solid #e4e8eb;border-radius:12px;box-shadow:0 12px 30px #00000012;overflow:hidden}.csr-stat-card{flex:1;padding:17px 20px;border-right:1px solid #e4e8eb}.csr-stat-card:last-child{border-right:0}.csr-stat-card strong{display:block;color:#087abb;font-family:Geomanist,Arial,sans-serif;font-size:27px;line-height:1;font-weight:700}.csr-stat-card span{display:block;margin-top:6px;color:#65717a;font-size:11px;line-height:1.3}.csr-visual{position:relative;min-height:590px;display:flex;align-items:center;justify-content:center}.csr-image-wrap{position:relative;width:min(480px,38vw);height:min(480px,38vw);min-width:370px;min-height:370px;padding:9px;border-radius:50%;background:#fff;border:2px solid #dceff8;box-shadow:0 20px 50px #087bbb24}.csr-image-ring{position:absolute;inset:-16px;border:1px solid #55b9e8;border-radius:50%;opacity:.45}.csr-main-image{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}.csr-floating-card{position:absolute;display:flex;align-items:center;gap:11px;padding:12px 20px 12px 12px;background:#fff;border:1px solid #e4e8eb;border-radius:12px;box-shadow:0 14px 35px #0000001a;z-index:5}.csr-floating-top{top:105px;left:2%}.csr-floating-bottom{right:2%;bottom:105px}.csr-floating-icon{width:41px;height:41px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#087abb;color:#fff;border-radius:50%;font-size:15px}.csr-floating-card strong{display:block;color:#111;font-size:13px;font-weight:700}.csr-floating-card span{display:block;margin-top:3px;color:#65717a;font-size:10px}.csr-heart-card{position:absolute;top:48px;right:12%;width:57px;height:57px;display:flex;align-items:center;justify-content:center;background:#087abb;color:#fff;border-radius:50%;box-shadow:0 12px 30px #087bbb38;font-size:19px;z-index:6}.csr-people{position:absolute;top:160px;right:89%;width:57px;height:57px;display:flex;align-items:center;justify-content:center;background:#087abb;color:#fff;border-radius:50%;box-shadow:0 12px 30px #087bbb38;font-size:19px;z-index:6}.csr-decoration{position:absolute;pointer-events:none}.csr-decoration-one{width:220px;height:220px;right:-75px;top:20px;border:55px solid rgba(85,185,232,.12);border-radius:50%}.csr-decoration-two{width:55px;height:170px;right:8%;bottom:-35px;opacity:.35;background-image:radial-gradient(#087abb 5px,transparent 5px);background-size:35px 35px}.csr-decoration-three{width:100px;height:100px;left:-55px;bottom:45px;border:22px solid rgba(8,123,187,.08);border-radius:50%}.csr-bottom-cta{width:100%;padding:75px 0;background:#0472bb;color:#fff}.csr-bottom-inner{width:88.8%;max-width:1450px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:50px}.csr-bottom-inner>div>span{display:block;margin-bottom:12px;color:#bce6f7;font-size:11px;font-weight:700;letter-spacing:3px}.csr-bottom-inner h2{margin:0;color:#fff;font-family:Geomanist,Arial,sans-serif;font-size:clamp(35px,4vw,58px);line-height:1.03;letter-spacing:-2px;font-weight:700}.csr-bottom-inner>a{flex-shrink:0;display:inline-flex;align-items:center;gap:14px;padding:7px 8px 7px 24px;background:#fff;color:#087abb;border-radius:999px;text-decoration:none;font-size:14px;font-weight:700;transition:.3s ease}.csr-bottom-inner>a i{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#087abb;color:#fff;border-radius:50%}.csr-bottom-inner>a:hover{background:#111;color:#fff}.csr-bottom-inner>a:hover i{background:#fff;color:#087abb}@media(max-width:1100px){.csr-container{grid-template-columns:50% 50%}.csr-content h1{font-size:50px}.csr-description{font-size:15px}.csr-image-wrap{width:390px;height:390px;min-width:390px;min-height:390px}.csr-floating-top{left:-5px}.csr-floating-bottom{right:-5px}}@media(max-width:850px){.csr-hero{min-height:auto}.csr-container{width:90%;grid-template-columns:1fr;text-align:center}.csr-content{padding:55px 0 15px}.csr-content h1{max-width:700px;margin-left:auto;margin-right:auto;font-size:clamp(42px,7vw,58px)}.csr-description,.csr-description-small{margin-left:auto;margin-right:auto}.csr-actions{justify-content:center}.csr-stats{margin-left:auto;margin-right:auto;text-align:left}.csr-visual{min-height:500px;padding-bottom:50px}.csr-image-wrap{width:420px;height:420px;min-width:420px;min-height:420px}.csr-floating-top{left:5%;top:65px}.csr-floating-bottom{right:5%;bottom:65px}.csr-impact-grid{grid-template-columns:1fr}}@media(max-width:600px){.csr-container{width:calc(100% - 30px)}.csr-content{padding-top:38px}.csr-eyebrow{font-size:10px}.csr-eyebrow-icon{width:28px;height:28px}.csr-content h1{margin-top:20px;font-size:39px;line-height:1;letter-spacing:-1.3px}.csr-description{font-size:13px;line-height:1.7}.csr-description-small{display:none}.csr-actions{flex-direction:column;gap:14px;margin-top:25px}.csr-stats{margin-top:30px}.csr-stat-card{padding:13px 8px;text-align:center}.csr-stat-card strong{font-size:19px}.csr-stat-card span{font-size:8px}.csr-visual{min-height:390px;padding-bottom:40px}.csr-image-wrap{width:300px;height:300px;min-width:300px;min-height:300px}.csr-floating-card{padding:8px 12px 8px 8px}.csr-floating-icon{width:32px;height:32px;font-size:11px}.csr-floating-card strong{font-size:10px}.csr-floating-card span{font-size:8px}.csr-floating-top{left:0;top:50px}.csr-floating-bottom{right:0;bottom:45px}.csr-heart-card{width:43px;height:43px;top:22px;right:12px;font-size:15px}.csr-impact{padding:70px 0}.csr-impact-container{width:calc(100% - 30px)}.csr-section-heading{margin-bottom:35px}.csr-section-heading h2{font-size:36px}.csr-section-heading p{font-size:13px}.csr-impact-card{padding:30px 25px}.csr-bottom-cta{padding:55px 0}.csr-bottom-inner{width:calc(100% - 30px);flex-direction:column;align-items:flex-start;gap:30px}.csr-bottom-inner h2{font-size:36px}}@font-face{font-family:Geomanist;src:url(/assets/new/Geomanist-Bold.otf) format("opentype");font-weight:700;font-style:normal}*{box-sizing:border-box}html{margin:0;padding:0;scroll-behavior:smooth}body{margin:0;padding:0;background:#fff;color:#111;font-family:Arial,Helvetica,sans-serif}#root{width:100%;margin:0;padding:0}.page{width:100%;max-width:none;margin:0;padding:0;overflow:hidden;background:#fff}.header{width:100%;height:clamp(145px,13.25vw,180px);position:relative;background:#fff}.logo{position:absolute;left:5.6%;top:3.2%;width:clamp(90px,10.7vw,178px);height:clamp(90px,10.7vw,178px);object-fit:contain;z-index:5}.nav{position:absolute;right:20%;top:47%;display:flex;align-items:center;gap:clamp(20px,3.2vw,53px);font-size:clamp(11px,1.05vw,17px);font-weight:500;white-space:nowrap;z-index:5}.nav a{color:#111;text-decoration:none}.nav a:hover,.nav a.active{color:#087bbf}.chat{position:absolute;right:4.2%;top:40%;display:flex;align-items:center;justify-content:center;height:clamp(35px,3.1vw,50px);padding:0 clamp(17px,1.7vw,28px);background:#087bbf;color:#fff;border-radius:999px;font-size:20px;font-weight:600;text-decoration:none;white-space:nowrap;z-index:5}.header-tools{position:absolute;right:4.2%;top:70%;display:flex;align-items:center;gap:clamp(4px,.35vw,6px);font-size:clamp(9px,.95vw,15px);white-space:nowrap;z-index:5}.stores{width:auto;height:clamp(25px,2.25vw,37px);object-fit:contain;border-radius:7px}.follow-text{margin-left:clamp(10px,1.2vw,20px)}.social-icon{display:flex;align-items:center;justify-content:center;width:clamp(20px,2vw,33px);height:clamp(20px,2vw,33px);color:#000;text-decoration:none}.social-icon i{font-size:clamp(20px,1.9vw,32px)}.header-line{position:absolute;inset:97% 4.2% 0 5.6%;height:2px;background:#55b9e8}.mobile-menu-toggle{display:none;position:absolute;right:18px;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;background:transparent;cursor:pointer;z-index:1001}.mobile-menu-toggle span{display:block;width:25px;height:2px;margin:5px auto;background:#087abb;transition:.3s ease}.mobile-overlay{position:fixed;inset:0;background:#00000073;opacity:0;visibility:hidden;transition:.3s ease;z-index:9998}.mobile-overlay.open{opacity:1;visibility:visible}.mobile-sidebar{position:fixed;top:0;right:0;width:min(320px,85vw);height:100vh;background:#fff;padding:25px;transform:translate(100%);transition:transform .35s ease;z-index:9999;overflow-y:auto;box-shadow:-8px 0 30px #00000026}.mobile-sidebar.open{transform:translate(0)}.mobile-sidebar-close{width:38px;height:38px;margin-left:auto;display:flex;align-items:center;justify-content:center;border:0;background:#f1f2f5;border-radius:50%;font-size:25px;color:#087abb;cursor:pointer}.mobile-sidebar-nav{display:flex;flex-direction:column;margin-top:35px}.mobile-sidebar-nav a{padding:15px 0;border-bottom:1px solid #eaeaea;color:#111;font-size:16px;font-weight:600;text-decoration:none}.mobile-sidebar-nav a.active,.mobile-sidebar-nav a:hover{color:#087abb}.mobile-sidebar-chat{display:flex;align-items:center;justify-content:center;width:100%;margin-top:28px;padding:13px 20px;background:#087abb;color:#fff;border-radius:30px;font-size:13px;font-weight:700;text-decoration:none}.mobile-social{display:flex;align-items:center;gap:14px;margin-top:30px}.mobile-social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;color:#111;text-decoration:none}.mobile-social a i{font-size:25px}.mobile-apps{margin-top:28px}.mobile-apps-title{display:block;margin-bottom:12px;font-size:13px;font-weight:600}.mobile-apps-images{display:flex;gap:8px}.mobile-apps-images img{width:auto;height:34px;object-fit:contain}.hero{width:100%;height:clamp(475px,49.5vw,950px);position:relative;background:#fff;overflow:hidden}.hero-art{position:absolute;right:.2%;top:0;width:69.5%;height:100%;object-fit:contain;object-position:center right;display:block}.hero-copy{position:absolute;left:5.6%;top:9.2%;width:28%;z-index:2}.hero-title{margin:0 0 5%;font-family:Geomanist,Arial,sans-serif;font-weight:700;font-size:clamp(42px,4.25vw,76px);line-height:.98;letter-spacing:-1.5px}.blue{color:#087abb}.hero-desc{width:100%;margin:0;font-size:24px;line-height:1.5}.hero-desc strong{color:#087abb;font-weight:800}.pill{display:inline-flex;align-items:center;justify-content:center;margin-top:7%;min-height:clamp(30px,2.6vw,43px);padding:0 clamp(18px,1.6vw,27px);background:#087abb;color:#fff;border-radius:999px;font-size:20px;font-weight:600;text-decoration:none}.features{width:100%;height:clamp(105px,12.3vw,204px);background:#0472bb;color:#fff;display:flex;padding:clamp(20px,3vw,50px) 5.6% 0}.feature{height:clamp(65px,6.8vw,112px);display:flex;align-items:center;justify-content:center;width:20%;padding:0 clamp(8px,1vw,17px) 0 clamp(5px,.6vw,10px);border-right:2px solid rgba(255,255,255,.23)}.feature:last-child{border-right:0}.fi{width:clamp(40px,6.5vw,126px);height:clamp(40px,9.5vw,126px);flex:0 0 auto;object-fit:contain;margin-right:clamp(7px,.9vw,15px)}.text-icon{display:flex;align-items:center;justify-content:center;color:#fff;font-size:clamp(25px,2.8vw,46px)}.feature-content{min-width:0}.feature h4{margin:0 0 clamp(4px,.55vw,9px);font-size:17px;line-height:1.05;font-weight:700}.feature p{margin:0;color:#fff;font-size:17px;line-height:1.15}.sectors{width:100%;min-height:clamp(190px,35.8vw,383px);background:#f1f2f5;padding:clamp(20px,2vw,33px) 5.6% clamp(20px,2vw,33px);display:flex;align-items:flex-start;gap:clamp(20px,2vw,33px)}.sector-copy{width:22.2%;flex:0 0 22.2%;padding-top:clamp(10px,2vw,33px)}.sector-copy h2,.system-copy h2,.blue-copy h2,.clients h2{margin:0 0 clamp(9px,1.1vw,18px);color:#087abb;font-size:32px;line-height:1.02}.sector-copy p{margin:0;font-size:22px;line-height:1.3}.sector-copy strong{color:#087abb}.sector-grid{flex:1;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(10px,1.2vw,20px)}.sector-card{position:relative;height:clamp(120px,17.3vw,312px);overflow:hidden}.sector-card img{width:100%;height:100%;display:block;object-fit:cover}.sector-label{position:absolute;left:0;right:0;bottom:0;padding:7px 0 6px;background:#087abb;color:#fff;text-align:center;font-size:24px}.system{width:100%;min-height:clamp(185px,18.4vw,305px);display:flex;align-items:center;padding:0 5.6%;position:relative;background:#fff}.system-copy{width:23%}.system-copy h2{margin-bottom:clamp(9px,1vw,16px)}.system-copy p{margin:0;font-size:22px;line-height:1.3}.system-copy strong{color:#087abb}.system-art{width:34%;height:100%;object-fit:contain;margin-left:3%}.factory{width:39%;height:100%;margin-left:auto;object-fit:contain}.blue-section{width:100%;background:#0472bb;color:#fff;position:relative;padding:clamp(30px,3.4vw,40px) 5.6%}.blue-copy{width:32%;position:relative;z-index:2}.blue-copy h2{color:#fff;margin-bottom:clamp(14px,1.7vw,28px)}.blue-copy p{margin:0 0 clamp(13px,1.4vw,23px);font-size:22px;line-height:1.42;font-weight:400}.blue-copy strong{color:#fff}.cutaway{position:absolute;left:39%;top:0%;width:32%;height:100%;object-fit:contain}.tool{position:absolute;right:10%;top:0;width:13%;height:100%;object-fit:contain}.clients{width:100%;min-height:clamp(220px,23.8vw,395px);padding:clamp(15px,1.5vw,25px) 5.6%;background:#fff}.clients h2{margin:0 0 clamp(3px,.45vw,7px);font-size:32px}.clients .sub{margin:0 0 clamp(7px,.8vw,13px);font-size:24px}.logo-row{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:clamp(38px,4vw,66px);margin-bottom:clamp(4px,.7vw,12px);gap:clamp(5px,1vw,16px)}.logo-row img{width:auto;max-width:clamp(42px,6vw,100px);max-height:clamp(30px,3.5vw,58px);object-fit:contain}.logo-row.second img{max-width:clamp(48px,6.5vw,108px);max-height:clamp(32px,3.8vw,63px)}.clients .second-title{margin-top:clamp(2px,.35vw,6px);margin-bottom:clamp(4px,.5vw,8px)}@media(min-width:1600px){.nav{right:19%;gap:clamp(25px,2.5vw,45px);top:46%}.chat{font-size:clamp(15px,1vw,20px);top:38%}.hero-desc{font-size:clamp(18px,1.15vw,24px)}.pill{font-size:clamp(15px,1vw,20px)}.feature h4{font-size:clamp(14px,.9vw,17px)}.feature p{font-size:clamp(13px,.9vw,17px)}.sector-copy h2,.system-copy h2,.blue-copy h2,.clients h2{font-size:clamp(25px,1.7vw,32px)}.sector-copy p,.system-copy p,.blue-copy p{font-size:clamp(16px,1.15vw,22px)}.sector-label{font-size:clamp(16px,1.25vw,24px)}}@media(min-width:1200px)and (max-width:1599px){.header{height:clamp(125px,12vw,128px)}.logo{left:5%;width:clamp(85px,9vw,145px);height:clamp(85px,9vw,145px)}.nav{right:17%;top:35%;gap:clamp(16px,2.2vw,35px);font-size:clamp(11px,.95vw,15px)}.chat{right:4%;top:26%;height:clamp(32px,3vw,45px);padding:0 clamp(14px,1.5vw,22px);font-size:clamp(13px,1vw,17px)}.header-tools{right:4%;top:63%}.hero{height:clamp(430px,47vw,720px)}.hero-copy{left:5%;width:31%;top:10%}.hero-title{font-size:clamp(38px,4vw,64px)}.hero-desc{font-size:clamp(16px,1.4vw,21px);line-height:1.45}.pill{font-size:clamp(14px,1.2vw,18px)}.features{min-height:125px;height:auto;padding-left:5%}.feature{width:20%;min-height:90px}.fi{width:clamp(35px,5vw,80px);height:clamp(35px,5vw,80px)}.feature h4{font-size:clamp(13px,1vw,16px)}.feature p{font-size:clamp(12px,.95vw,15px)}.sectors{padding-left:5%;padding-right:5%;gap:25px}.sector-copy{width:23%;flex-basis:23%}.sector-copy h2,.system-copy h2,.blue-copy h2,.clients h2{font-size:clamp(25px,2vw,32px)}.sector-copy p,.system-copy p,.blue-copy p{font-size:clamp(15px,1.35vw,20px)}.sector-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sector-card{height:clamp(115px,17vw,260px)}.sector-label{font-size:clamp(14px,1.5vw,21px)}.system,.blue-section{padding-left:5%;padding-right:5%}.blue-copy{width:34%}.clients{padding-left:5%;padding-right:5%}}@media(min-width:769px)and (max-width:1199px){.header{height:125px}.logo{left:4%;top:8%;width:100px;height:100px}.nav{right:18%;top:47%;gap:18px;font-size:12px}.chat{right:3%;top:38%;height:36px;padding:0 14px;font-size:13px}.header-tools{right:3%;top:70%;font-size:11px}.stores{height:27px}.social-icon{width:25px;height:25px}.social-icon i{font-size:23px}.hero{height:470px}.hero-art{width:64%}.hero-copy{left:5%;top:9%;width:34%}.hero-title{font-size:clamp(34px,4.5vw,52px)}.hero-desc{font-size:clamp(15px,1.6vw,18px)}.pill{margin-top:25px;font-size:14px}.features{height:auto;min-height:105px;padding:20px 5%}.feature{width:20%;height:auto;min-height:65px}.fi{width:45px;height:45px;margin-right:7px}.text-icon{font-size:30px}.feature h4{font-size:13px}.feature p{font-size:11px}.sectors{padding:25px 5%;gap:20px}.sector-copy{width:25%;flex-basis:25%;padding-top:5px}.sector-copy h2,.system-copy h2,.blue-copy h2,.clients h2{font-size:25px}.sector-copy p,.system-copy p,.blue-copy p{font-size:15px}.sector-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.sector-card{height:150px}.sector-label{font-size:13px;padding:6px 2px}.system{min-height:200px;padding:0 5%}.system-copy{width:27%}.system-art{width:32%}.factory{width:37%}.blue-section{min-height:300px;padding:30px 5%}.blue-copy{width:35%}.cutaway{left:38%;width:34%}.tool{right:5%;width:15%}.clients{padding:20px 5%}.clients .sub{font-size:18px}}@media(max-width:768px){html,body{width:100%;overflow-x:hidden}.page{width:100%;max-width:100%;overflow-x:hidden}.header{height:78px;min-height:78px}.logo{position:absolute;left:18px;top:8px;width:62px;height:62px}.nav,.chat,.header-tools{display:none}.mobile-menu-toggle{display:block;right:15px;top:50%}.header-line{left:18px;right:18px;height:2px}.hero{height:auto;min-height:auto;display:flex;flex-direction:column-reverse;padding:35px 20px 0}.hero-copy{position:relative;left:auto;top:auto;width:100%;z-index:2}.hero-title{margin:0 0 20px;font-size:clamp(38px,11vw,58px);line-height:.95;letter-spacing:-1px}.hero-desc{width:100%;font-size:clamp(16px,4.5vw,20px);line-height:1.45}.pill{margin-top:22px;min-height:38px;padding:0 20px;font-size:14px}.hero-art{position:relative;right:auto;top:auto;width:100%;height:auto;max-height:390px;object-fit:contain;object-position:center;margin-top:20px}.features{height:auto;display:flex;flex-wrap:wrap;padding:25px 18px;gap:0}.feature{width:50%;height:auto;min-height:85px;padding:12px 10px;justify-content:flex-start;border-right:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.25)}.feature:nth-child(2n){border-right:0}.feature:nth-last-child(-n+2){border-bottom:0}.fi{width:42px;height:42px;margin-right:8px}.text-icon{font-size:30px}.feature-content{flex:1}.feature h4{font-size:13px;line-height:1.1}.feature p{font-size:11px;line-height:1.25}.sectors{min-height:auto;display:flex;flex-direction:column;padding:30px 18px;gap:22px}.sector-copy{width:100%;flex:none;padding-top:0}.sector-copy h2,.system-copy h2,.blue-copy h2,.clients h2{font-size:clamp(25px,7vw,34px);line-height:1.05;margin-bottom:10px}.sector-copy p,.system-copy p,.blue-copy p{font-size:16px;line-height:1.45}.sector-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sector-card{width:100%;height:clamp(130px,38vw,190px)}.sector-label{font-size:14px;line-height:1.2;padding:7px 3px}.system{min-height:auto;display:flex;flex-direction:column;align-items:stretch;padding:30px 18px;gap:20px}.system-copy{width:100%}.system-art,.factory{width:100%;height:auto;margin-left:0;max-height:230px}.blue-section{min-height:auto;padding:35px 18px;display:flex;flex-direction:column;gap:20px}.blue-copy{width:100%}.blue-copy p{font-size:16px;line-height:1.45}.cutaway{position:relative;left:auto;top:auto;width:100%;height:auto;max-height:280px}.tool{position:relative;right:auto;top:auto;width:100%;height:auto;max-height:220px}.clients{min-height:auto;padding:30px 18px}.clients h2{font-size:28px}.clients .sub{font-size:17px;line-height:1.4}.logo-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;min-height:auto;gap:15px;margin-bottom:15px}.logo-row img,.logo-row.second img{width:auto;max-width:85px;max-height:45px}}@media(max-width:480px){.header{height:70px;min-height:70px}.logo{left:15px;top:7px;width:55px;height:55px}.mobile-menu-toggle{right:8px}.mobile-sidebar{width:min(310px,88vw);padding:20px}.hero{padding:30px 16px 0}.hero-title{font-size:clamp(36px,12vw,50px)}.hero-desc{font-size:15px}.features{grid-template-columns:1fr;padding:15px 16px}.feature{min-height:72px;border-right:0;border-bottom:1px solid rgba(255,255,255,.25)}.feature:nth-last-child(-n+2){border-bottom:1px solid rgba(255,255,255,.25)}.feature:last-child{border-bottom:0}.fi{width:38px;height:38px}.feature h4{font-size:13px}.feature p{font-size:11px}.sectors,.system,.blue-section,.clients{padding-left:16px;padding-right:16px}.sector-grid{grid-template-columns:1fr}.sector-card{height:180px}.sector-label{font-size:15px}.logo-row{grid-template-columns:repeat(2,minmax(0,1fr))}.logo-row img,.logo-row.second img{max-width:90px;max-height:48px}}@media(max-width:360px){.hero-title{font-size:36px}.hero-desc{font-size:14px}.feature h4{font-size:12px}.feature p{font-size:10px}.sector-copy h2,.system-copy h2,.blue-copy h2,.clients h2{font-size:25px}.sector-copy p,.system-copy p,.blue-copy p{font-size:14px}}img{max-width:100%}h1,h2,h3,h4,p{overflow-wrap:break-word}.contact-page{background:#fff;min-height:100vh}.contact-main{position:relative;width:100%;min-height:calc(100vh - 126px);background:#071522;color:#fff;overflow:hidden}.contact-main:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:70px 70px;pointer-events:none}.contact-layout{position:relative;z-index:2;width:min(1100px,calc(100% - 100px));min-height:610px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.contact-visual{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(145deg,#061827,#082438 48%,#073e55)}.contact-visual-glow{position:absolute;width:470px;height:470px;left:-100px;bottom:-180px;border-radius:50%;background:#0070d22e;filter:blur(45px)}.contact-visual:before{content:"";position:absolute;width:430px;height:430px;border-radius:50%;border:1px dashed rgba(90,170,230,.2);left:-70px;top:80px}.contact-visual:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;border:1px solid rgba(90,170,230,.08);left:-5px;top:145px}.contact-visual-content{position:relative;z-index:3;width:80%;text-align:center}.contact-number{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:45px;border:1px solid rgba(255,255,255,.18);color:#fff;font-size:10px;letter-spacing:1px}.contact-quote{margin:0 auto;max-width:430px;color:#f1f5f8;font-size:25px;line-height:1.4;font-weight:400;letter-spacing:-.4px}.contact-line{width:45px;height:2px;margin:30px auto;background:#0878cf}.contact-brand-text{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px}.contact-brand-text strong{color:#fff;font-size:19px;font-weight:700;letter-spacing:2px}.contact-brand-text span{color:#1788dc;font-size:19px;font-weight:700;letter-spacing:2px}.contact-brand-description{margin-top:8px;color:#718494;font-size:10px;letter-spacing:1.3px;text-transform:uppercase}.contact-content{position:relative;padding:20px 0}.contact-heading{margin-bottom:30px;text-align:center}.contact-label{display:block;margin-bottom:15px;color:#1685d1;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.contact-heading h1{margin:0;color:#fff;font-size:48px;line-height:1;font-weight:400;letter-spacing:-2px}.contact-heading h1 span{color:#1685d1}.contact-heading p{max-width:390px;margin:18px auto 0;color:#71818f;font-size:12px;line-height:1.7}.contact-form-box{width:min(100%,400px);margin:0 auto;padding:17px 20px 20px;box-sizing:border-box;border:1px solid rgba(255,255,255,.055);border-radius:12px;background:linear-gradient(145deg,#ffffff09,#ffffff03);box-shadow:0 20px 50px #0003}.contact-email{display:flex;align-items:center;justify-content:center;gap:8px;height:28px;margin-bottom:17px;color:#1685d1;font-size:9px}.contact-email i{font-size:9px}.contact-form-box form{display:flex;flex-direction:column;gap:14px}.contact-input-group{display:flex;flex-direction:column}.contact-input-group label{margin-bottom:6px;color:#fff;font-size:9px;font-weight:500}.contact-input-group input,.contact-input-group textarea{width:100%;box-sizing:border-box;border:1px solid rgba(255,255,255,.08);border-radius:7px;outline:none;background:#ffffff09;color:#fff;font-family:inherit;font-size:10px;transition:.25s ease}.contact-input-group input{height:36px;padding:0 10px}.contact-input-group textarea{min-height:76px;padding:10px;resize:vertical}.contact-input-group input::placeholder,.contact-input-group textarea::placeholder{color:#657582}.contact-input-group input:focus,.contact-input-group textarea:focus{border-color:#1685d1;background:#1685d10a;box-shadow:0 0 0 2px #1685d114}.contact-send-btn{width:100%;height:38px;margin-top:2px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;background:#fff;color:#111820;font-family:inherit;font-size:9px;font-weight:600;cursor:pointer;transition:.25s ease}.contact-send-btn i{font-size:9px;transition:transform .25s ease}.contact-send-btn:hover{background:#1685d1;color:#fff}.contact-send-btn:hover i{transform:translate(4px)}.contact-social-bar{position:relative;z-index:3;width:min(1100px,calc(100% - 100px));margin:0 auto;padding:20px 0 28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-top:1px solid rgba(255,255,255,.055)}.contact-social-title{color:#526371;font-size:11px;letter-spacing:.3px}.contact-social-title-right{text-align:right}.contact-social-links{display:flex;align-items:center;gap:45px}.contact-social-links a{display:flex;flex-direction:column;align-items:center;gap:7px;color:#fff;font-size:9px;text-decoration:none;opacity:.8;transition:.25s ease}.contact-social-links a i{font-size:22px;color:#fff;transition:.25s ease}.contact-social-links a span{color:#63727e;font-size:8px;transition:.25s ease}.contact-social-links a:hover{opacity:1}.contact-social-links a:hover i{color:#1685d1;transform:translateY(-3px)}.contact-social-links a:hover span{color:#1685d1}@media(max-width:900px){.contact-layout{width:calc(100% - 60px);gap:40px}.contact-quote{font-size:21px}.contact-heading h1{font-size:42px}.contact-social-bar{width:calc(100% - 60px)}.contact-social-links{gap:25px}}@media(max-width:768px){.contact-main{min-height:auto}.contact-layout{width:100%;display:flex;flex-direction:column;gap:0}.contact-visual{width:100%;min-height:360px}.contact-visual:before{width:320px;height:320px;left:50%;transform:translate(-50%);top:35px}.contact-visual:after{width:230px;height:230px;left:50%;transform:translate(-50%);top:80px}.contact-quote{font-size:21px;max-width:340px}.contact-number{margin-bottom:30px}.contact-content{width:100%;padding:55px 20px 45px;box-sizing:border-box}.contact-heading h1{font-size:42px}.contact-form-box{max-width:420px}.contact-social-bar{width:100%;padding:25px 20px 30px;box-sizing:border-box;display:flex;flex-direction:column;gap:25px}.contact-social-title,.contact-social-title-right{display:none}.contact-social-links{width:100%;justify-content:space-around;gap:10px}}@media(max-width:480px){.contact-visual{min-height:330px}.contact-quote{font-size:19px;padding:0 15px}.contact-brand-text strong,.contact-brand-text span{font-size:16px}.contact-content{padding:45px 17px}.contact-heading h1{font-size:38px}.contact-heading p{font-size:11px}.contact-form-box{padding:15px 16px 17px}.contact-social-links{gap:5px}.contact-social-links a i{font-size:20px}}.contact-hero{position:relative;min-height:390px;padding:40px 60px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(105deg,#f3f7fb,#fff 55%,#edf4fa);box-sizing:border-box}.contact-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;border:1px solid rgba(0,91,181,.1);right:-210px;top:-180px}.contact-hero:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;border:70px solid rgba(0,91,181,.035);right:-110px;bottom:-190px}.contact-hero-content{position:relative;z-index:2;max-width:680px;text-align:center}.contact-eyebrow{position:relative;display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;color:#0066c2;font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase}.contact-eyebrow:before{content:"";width:28px;height:2px;background:#0066c2}.contact-eyebrow:after{content:"";width:28px;height:2px;background:#0066c2}.contact-hero h1{margin:0 0 22px;color:#101820;font-size:52px;line-height:1.04;font-weight:700;letter-spacing:-1.5px}.contact-hero h1 .blue{color:#0066c2}.contact-hero p{max-width:610px;margin:0;color:#66717c;font-size:15px;line-height:1.8}.contact-section{position:relative;padding:50px 110px 90px;background:#fff}.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:55px;align-items:stretch}.contact-info{position:relative}.contact-small-title{display:inline-flex;align-items:center;gap:9px;margin-bottom:17px;color:#0066c2;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.contact-small-title:before{content:"";width:25px;height:2px;background:#0066c2}.contact-info h2{margin:0 0 22px;color:#111820;font-size:43px;line-height:1.04;font-weight:700;letter-spacing:-1px}.contact-info h2 .blue{color:#0066c2}.contact-description{max-width:420px;margin:0 0 38px;color:#68737e;font-size:14px;line-height:1.8}.contact-details{display:flex;flex-direction:column;gap:20px}.contact-details{position:relative;z-index:3;width:80%;display:flex;flex-direction:column;gap:12px;margin-top:10px}.contact-item{position:relative;min-height:72px;box-sizing:border-box;display:flex;align-items:center;gap:16px;text-decoration:none;padding:13px 15px;border:1px solid rgba(255,255,255,.075);border-radius:10px;background:linear-gradient(100deg,#ffffff0b,#ffffff05);overflow:hidden;transition:transform .3s ease,border-color .3s ease,background .3s ease,box-shadow .3s ease}.contact-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#1685d1;transform:scaleY(0);transform-origin:bottom;transition:transform .3s ease}.contact-item:after{content:"";position:absolute;width:100px;height:100px;right:-50px;top:-50px;border-radius:50%;background:#1685d112;transition:.3s ease}.contact-item:hover{transform:translate(5px);border-color:#1685d159;background:linear-gradient(100deg,#1685d117,#ffffff06);box-shadow:0 8px 25px #00000029}.contact-item:hover:before{transform:scaleY(1)}.contact-item:hover:after{transform:scale(1.5)}.contact-icon{position:relative;z-index:2;width:42px;height:42px;min-width:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(22,133,209,.25);border-radius:8px;background:#1685d11a;color:#1685d1;font-size:14px;transition:background .3s ease,color .3s ease,transform .3s ease}.contact-item:hover .contact-icon{background:#1685d1;color:#fff;transform:scale(1.05)}.contact-item-content{position:relative;z-index:2;flex:1;min-width:0}.contact-item-content span{display:block;margin-bottom:5px;color:#637685;font-size:8px;line-height:1;font-weight:700;letter-spacing:1.6px;text-transform:uppercase}.contact-item-content a{display:block;width:fit-content;max-width:100%;color:#1d2124;font-size:12px;font-weight:500;line-height:1.4;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .25s ease}.contact-item-content a:hover{color:#1685d1}.contact-item-content p{margin:0;color:#f3f6f8;font-size:12px;line-height:1.5}.contact-item-content strong{font-weight:500;font-size:12px;color:#1d2124}.contact-item-arrow{position:relative;z-index:2;width:27px;height:27px;min-width:27px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.09);border-radius:50%;color:#657784;font-size:8px;transition:color .25s ease,background .25s ease,border-color .25s ease,transform .25s ease}.contact-item:hover .contact-item-arrow{background:#1685d1;border-color:#1685d1;color:#fff;transform:rotate(45deg)}.contact-social-title{margin-top:35px;margin-bottom:14px;color:#252d34;font-size:11px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase}.contact-social{display:flex;gap:9px}.contact-social a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid #e1e6eb;border-radius:50%;background:#fff;color:#38424b;font-size:14px;text-decoration:none;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}.contact-social a:hover{background:#0066c2;border-color:#0066c2;color:#fff;transform:translateY(-3px)}.contact-form-card{position:relative;padding:42px;border:1px solid #e5eaee;border-radius:16px;background:#fff;box-shadow:0 18px 55px #1836521a;overflow:hidden}.contact-form-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#0066c2}.form-header{margin-bottom:30px}.form-header>span{display:inline-block;margin-bottom:10px;color:#0066c2;font-size:10px;font-weight:700;letter-spacing:2px}.form-header h3{margin:0;color:#111820;font-size:29px;line-height:1.2;font-weight:700;letter-spacing:-.5px}.form-header h3 .blue{color:#0066c2}.contact-form-card form{display:flex;flex-direction:column;gap:19px}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:17px}.contact-field{display:flex;flex-direction:column}.contact-field label{margin-bottom:7px;color:#303941;font-size:11px;font-weight:700;letter-spacing:.3px}.contact-field input,.contact-field select,.contact-field textarea{width:100%;box-sizing:border-box;border:1px solid #dce2e7;border-radius:7px;background:#fbfcfd;color:#202830;font-family:inherit;font-size:13px;outline:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.contact-field input,.contact-field select{height:46px;padding:0 13px}.contact-field textarea{min-height:115px;padding:13px;resize:vertical}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#a1aab2}.contact-field select{cursor:pointer}.contact-field input:hover,.contact-field select:hover,.contact-field textarea:hover{border-color:#c5cdd5}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-color:#0066c2;background:#fff;box-shadow:0 0 0 3px #0066c214}.contact-submit{width:26%;min-height:49px;margin-top:2px;display:flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:7px;background:#0066c2;color:#fff;font-family:inherit;font-size:11px;font-weight:700;letter-spacing:1px;cursor:pointer;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.contact-submit i{font-size:12px;transition:transform .25s ease}.contact-submit:hover{background:#00539f;transform:translateY(-2px);box-shadow:0 8px 20px #0066c238}.contact-submit:hover i{transform:translate(4px)}.contact-cta{position:relative;margin:0 55px 65px;padding:45px 50px;display:flex;align-items:center;justify-content:space-between;gap:35px;border-radius:14px;background:linear-gradient(110deg,#00539f,#006bc9 55%,#005cae);color:#fff;overflow:hidden}.contact-cta:after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.13);border-radius:50%;right:-90px;top:-160px}.contact-cta>div{position:relative;z-index:2}.contact-cta>div>span{display:block;margin-bottom:10px;color:#ffffffad;font-size:10px;font-weight:700;letter-spacing:2px}.contact-cta h2{margin:0;color:#fff;font-size:31px;line-height:1.15;font-weight:700;letter-spacing:-.5px}.contact-whatsapp{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:9px;min-width:190px;padding:14px 22px;border-radius:30px;background:#fff;color:#0066c2;font-size:10px;font-weight:700;letter-spacing:.8px;text-decoration:none;transition:transform .25s ease,box-shadow .25s ease}.contact-whatsapp i{font-size:16px}.contact-whatsapp:hover{color:#0066c2;transform:translateY(-3px);box-shadow:0 10px 25px #00000029}@media(max-width:900px){.contact-hero{padding:70px 40px}.contact-social{display:flex;justify-content:center}.contact-section{padding:70px 40px}.contact-grid{grid-template-columns:1fr;gap:50px}.contact-info{max-width:650px}.contact-description{max-width:600px}.contact-cta{margin-left:40px;margin-right:40px}.contact-submit{width:100%}}@media(max-width:768px){.contact-hero{min-height:330px;padding:55px 25px;align-items:center}.contact-hero h1{font-size:39px;line-height:1.06;letter-spacing:-1px}.contact-hero p{font-size:14px;line-height:1.7}.contact-section{padding:55px 25px 65px}.contact-grid{display:flex;flex-direction:column;gap:45px}.contact-info{padding:0}.contact-info h2{font-size:36px}.contact-description{font-size:14px;margin-bottom:30px}.contact-details{gap:14px;width:100%}.contact-item{padding:13px}.contact-form-card{padding:32px 25px;border-radius:13px}.form-header{margin-bottom:25px}.form-header h3{font-size:26px}.contact-form-row{grid-template-columns:1fr;gap:18px}.contact-cta{margin:0 25px 45px;padding:35px 25px;flex-direction:column;align-items:flex-start;gap:25px}.contact-cta h2{font-size:28px}.contact-whatsapp{width:100%;box-sizing:border-box}.contact-submit{width:100%}}@media(max-width:480px){.contact-hero{min-height:300px;padding:45px 20px}.contact-eyebrow{font-size:9px;letter-spacing:2px}.contact-hero h1{font-size:32px}.contact-hero p{font-size:13px}.contact-section{padding:45px 20px 55px}.contact-info h2{font-size:32px}.contact-item{gap:12px}.contact-icon{width:42px;height:42px;min-width:42px}.contact-form-card{padding:28px 18px}.form-header h3{font-size:24px}.contact-field input,.contact-field select{height:45px}.contact-cta{margin-left:20px;margin-right:20px;padding:30px 20px}.contact-cta h2{font-size:25px}}.project-page-wrapper{width:100%;min-height:100vh;background:#fff}.project-hero{position:relative;display:flex;align-items:center;justify-content:center;padding:47px 6%;overflow:hidden;background:#efebeb;color:#0076c3}.project-hero-bg{position:absolute;width:700px;height:700px;right:-250px;top:-250px;border-radius:50%;background:radial-gradient(circle,rgba(22,133,209,.22) 0%,rgba(22,133,209,.08) 35%,transparent 70%);pointer-events:none}.project-hero:after{content:"";position:absolute;width:480px;height:480px;right:-220px;bottom:-250px;border:1px solid rgba(255,255,255,.08);border-radius:50%}.project-hero-number{position:absolute;top:65px;right:8%;font-size:150px;line-height:1;font-weight:800;color:#07070717;-webkit-user-select:none;user-select:none}.project-hero-content{position:relative;z-index:2;text-align:center;max-width:900px}.project-eyebrow{display:inline-block;margin-bottom:14px;font-size:19px;font-weight:700;letter-spacing:4px;color:#7fc84b}.project-hero h1{margin:0;font-size:clamp(50px,6vw,88px);line-height:.98;letter-spacing:-4px;font-weight:700}.project-hero h1 span{color:#000}.project-hero p{max-width:620px;margin:38px 0 0;font-size:17px;line-height:1.8;color:#1c1a1ad1}.project-intro{padding:120px 8%;background:#fff}.project-intro-inner{max-width:1400px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.project-small-title{margin-bottom:22px;font-size:11px;font-weight:700;letter-spacing:3px;color:#1685d1}.project-intro-left h2{margin:0;font-size:clamp(38px,4vw,58px);line-height:1.08;letter-spacing:-2px;color:#071522}.project-intro-left h2 span{color:#1685d1}.project-intro-right{padding-left:30px;border-left:1px solid #dce4e9}.project-intro-right p{margin:0 0 20px;font-size:16px;line-height:1.85;color:#65717a}.project-intro-right p:last-child{margin-bottom:0}.projects-section{padding:0 8% 120px;background:#f5f7f9}.projects-section-header{max-width:1400px;margin:0 auto 55px;display:flex;justify-content:space-between;align-items:flex-end}.projects-section-header>div:first-child span{display:block;margin-bottom:14px;font-size:11px;font-weight:700;letter-spacing:3px;color:#1685d1}.projects-section-header h2{margin:0;font-size:clamp(36px,4vw,52px);line-height:1;letter-spacing:-2px;color:#071522}.projects-count{font-size:50px;font-weight:700;line-height:1;color:#071522}.projects-count span{display:block;margin-top:8px;font-size:10px;letter-spacing:3px;text-align:right;color:#89949c}.projects-grid{max-width:1400px;margin:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:55px 35px}.project-card{position:relative;background:#fff;border-radius:18px;overflow:hidden;border:1px solid rgba(10,38,58,.08);box-shadow:0 15px 45px #07192814;transition:transform .45s ease,box-shadow .45s ease}.project-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #07192829}.project-image-wrapper{position:relative;height:330px;overflow:hidden;background:#071522}.project-image{width:100%;height:100%;display:block;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .5s ease}.project-card:hover .project-image{transform:scale(1.08);filter:brightness(.9)}.project-image-overlay{position:absolute;inset:0;pointer-events:none}.project-card-number{position:absolute;top:20px;left:20px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fffffff2;color:#071522;font-size:14px;font-weight:700;letter-spacing:1px;box-shadow:0 8px 25px #00000026;z-index:2;transition:background .3s ease,color .3s ease,transform .3s ease}.project-card:hover .project-card-number{background:#1685d1;color:#fff;transform:rotate(8deg)}.project-image-bottom{position:absolute;left:24px;right:24px;bottom:22px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-size:11px;font-weight:700;letter-spacing:1.8px;z-index:2;opacity:0;transform:translateY(10px);transition:opacity .4s ease,transform .4s ease}.project-card:hover .project-image-bottom{opacity:1;transform:translateY(0)}.project-arrow{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;font-size:18px;transition:background .3s ease,border-color .3s ease,transform .3s ease}.project-card:hover .project-arrow{background:#1685d1;border-color:#1685d1;transform:rotate(45deg)}.project-card-content{padding:28px 28px 30px;background:#fff}.project-card-meta{display:flex;align-items:center;gap:10px;margin-bottom:14px}.project-card-meta span{display:inline-flex;align-items:center;padding:6px 11px;border-radius:50px;background:#eef7fc;color:#1685d1;font-size:10px;font-weight:700;letter-spacing:1.2px}.project-card-content h3{margin:0 0 12px;color:#071522;font-size:26px;font-weight:700;line-height:1.2;letter-spacing:-.5px;transition:color .3s ease}.project-card:hover .project-card-content h3{color:#1685d1}.project-card-content p{margin:0;color:#667783;font-size:14px;line-height:1.8}.project-card-line{width:45px;height:3px;margin-top:24px;border-radius:10px;background:#1685d1;transition:width .4s ease}.project-card:hover .project-card-line{width:90px}@media(max-width:768px){.project-image-wrapper{height:270px}.project-card-content{padding:22px 20px 24px}.project-card-content h3{font-size:22px}.project-card-content p{font-size:13px;line-height:1.7}.project-image-bottom{opacity:1;transform:translateY(0)}.project-card-number{width:42px;height:42px;top:16px;left:16px;font-size:12px}}@media(max-width:480px){.project-image-wrapper{height:240px}.project-card-content{padding:20px 18px 22px}.project-card-meta span{font-size:9px;padding:5px 9px}.project-card-content h3{font-size:20px}.project-card-content p{font-size:13px}}.project-cta{position:relative;padding:40px 6%;display:flex;align-items:center;overflow:hidden;background:#071522;color:#fff}.project-cta:before{content:"";position:absolute;width:600px;height:600px;right:-250px;top:-250px;border:1px solid rgba(255,255,255,.08);border-radius:50%}.project-cta:after{content:"";position:absolute;width:350px;height:350px;right:-80px;top:-80px;border:1px solid rgba(22,133,209,.3);border-radius:50%}.project-cta-number{position:absolute;right:8%;bottom:-35px;font-size:180px;line-height:1;font-weight:800;color:#ffffff06}.project-cta-content{position:relative;z-index:2}.project-cta-content>span{display:block;margin-bottom:25px;font-size:11px;font-weight:700;letter-spacing:3px;color:#1685d1}.project-cta-content h2{margin:0 0 40px;font-size:clamp(42px,5vw,70px);line-height:1;letter-spacing:-3px}.project-cta-content h2 strong{color:#1685d1;font-weight:inherit}.project-cta-button{display:inline-flex;align-items:center;gap:15px;padding:16px 24px;background:#1685d1;color:#fff;text-decoration:none;font-size:11px;font-weight:700;letter-spacing:2px;transition:background .3s ease,transform .3s ease}.project-cta-button i{transition:transform .3s ease}.project-cta-button:hover{background:#fff;color:#071522;transform:translateY(-3px)}.project-cta-button:hover i{transform:translate(5px)}@media(max-width:1200px){.project-hero,.project-intro,.projects-section,.project-cta{padding-left:6%;padding-right:6%}.project-intro-inner{gap:60px}}@media(max-width:900px){.project-hero{padding:100px 6%}.project-hero-number{font-size:110px;top:50px;right:6%}.project-hero h1{font-size:clamp(46px,8vw,70px)}.project-intro-inner{grid-template-columns:1fr;gap:12px}.project-intro-right{padding-left:0;padding-top:12px;border-left:0;border-top:1px solid #dce4e9}.projects-grid{grid-template-columns:1fr;gap:35px}.projects-section-header{align-items:flex-start}.projects-count{font-size:38px}}@media(max-width:768px){.project-hero{padding:90px 25px 80px;align-items:flex-end}.project-hero-number{top:45px;right:25px;font-size:90px}.project-eyebrow{margin-bottom:20px;font-size:10px;letter-spacing:3px}.project-hero h1{font-size:48px;line-height:1;letter-spacing:-2px}.project-hero p{margin-top:25px;font-size:14px;line-height:1.7}.project-intro{padding:75px 25px}.project-intro-left h2{font-size:38px;letter-spacing:-1.5px}.project-intro-right p{font-size:14px;line-height:1.8}.projects-section{padding:70px 20px 80px}.projects-section-header{display:block;margin-bottom:40px}.projects-section-header h2{font-size:38px}.projects-count{margin-top:25px;font-size:32px;text-align:left}.projects-count span{text-align:left}.projects-grid{gap:25px}.project-card-content{padding:23px 22px 26px}.project-card-content h3{font-size:24px}.project-card-content p{font-size:13px}.project-card-arrow{width:46px;height:46px;right:17px;bottom:17px}.project-cta{padding:80px 25px}.project-cta-number{right:15px;bottom:-15px;font-size:120px}.project-cta-content h2{font-size:46px;letter-spacing:-2px}}@media(max-width:480px){.project-hero{padding:40px 20px}.project-hero-number{right:20px;font-size:75px}.project-hero h1{font-size:40px}.project-hero p{font-size:13px}.project-intro{padding:40px 20px}.project-intro-left h2{font-size:32px}.projects-section{padding:40px 15px}.projects-section-header h2{font-size:32px}.project-card-content h3{font-size:22px}.project-card-meta{font-size:9px}.project-cta{padding:70px 20px}.project-cta-content h2{font-size:38px}.project-cta-button{padding:14px 20px;font-size:10px}}.contact-form-message{margin:15px 0;padding:12px 15px;border-radius:5px;font-size:14px;line-height:1.5}.contact-form-message.success{background:#e8f7ee;color:#198754;border:1px solid #b7e4c7}.contact-form-message.error{background:#fdecec;color:#dc3545;border:1px solid #f5c2c7}.contact-submit:disabled{opacity:.7;cursor:not-allowed}
