:root{
  --te-blue:#1477b9;
  --te-blue-dark:#0b4f7d;
  --te-blue-soft:#eaf5fb;
  --te-ink:#17232d;
  --te-muted:#64727d;
  --te-surface:#ffffff;
  --te-bg:#f5f8fa;
  --te-border:#dce5ea;
  --te-accent:#f2a900;
  --te-green:#24a862;
  --te-shadow:0 18px 50px rgba(23,35,45,.11);
  --te-radius:18px;
  --te-max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0!important;background:var(--te-bg)!important;color:var(--te-ink)!important;font-family:Inter,Segoe UI,Arial,sans-serif!important;-webkit-font-smoothing:antialiased}
body.te-menu-open{overflow:hidden}
a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
img{max-width:100%;height:auto}

/* New global shell */
.te-topbar{background:#0b2537;color:#dfeaf0;font-size:13px}
.te-topbar-inner{max-width:var(--te-max);margin:auto;padding:8px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.te-topbar a{color:#fff;text-decoration:none}
.te-topbar-left,.te-topbar-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.te-site-header{position:sticky;top:0;z-index:12000;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(220,229,234,.9);box-shadow:0 8px 28px rgba(23,35,45,.06)}
.te-nav{max-width:var(--te-max);margin:auto;height:82px;padding:0 22px;display:flex;align-items:center;gap:28px}
.te-logo{display:flex;align-items:center;flex:0 0 auto}
.te-logo img{width:225px;max-height:58px;object-fit:contain;display:block}
.te-nav-links{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-left:auto}
.te-nav-link,.te-dropdown-toggle{appearance:none;border:0;background:none;color:#2b3d49;font:700 14px/1 Inter,Segoe UI,Arial,sans-serif;text-decoration:none;padding:14px 13px;border-radius:10px;cursor:pointer}
.te-nav-link:hover,.te-nav-link.active,.te-dropdown-toggle:hover{color:var(--te-blue);background:var(--te-blue-soft)}
.te-nav-cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff!important;background:linear-gradient(135deg,var(--te-blue),var(--te-blue-dark));font:800 14px/1 Inter,Segoe UI,Arial,sans-serif;padding:14px 18px;border-radius:11px;box-shadow:0 8px 20px rgba(20,119,185,.22)}
.te-nav-cta:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(20,119,185,.30)}
.te-dropdown{position:relative}
.te-dropdown-toggle::after{content:"";display:inline-block;width:7px;height:7px;margin-left:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px)}
.te-dropdown-menu{position:absolute;top:calc(100% + 10px);right:-120px;width:min(700px,90vw);padding:18px;background:#fff;border:1px solid var(--te-border);border-radius:16px;box-shadow:var(--te-shadow);display:grid;grid-template-columns:1fr 1fr;gap:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}
.te-dropdown:hover .te-dropdown-menu,.te-dropdown:focus-within .te-dropdown-menu{opacity:1;visibility:visible;transform:none}
.te-menu-group{padding:8px}
.te-menu-group-title{font-size:12px;letter-spacing:.09em;text-transform:uppercase;color:var(--te-blue);font-weight:900;margin:3px 8px 9px}
.te-menu-item{display:block;color:#334652;text-decoration:none;padding:9px 10px;border-radius:9px;font-size:14px;font-weight:650}
.te-menu-item:hover{background:var(--te-blue-soft);color:var(--te-blue-dark)}
.te-menu-item small{display:block;color:#7b8992;font-weight:500;margin-top:3px}
.te-mobile-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--te-border);background:#fff;border-radius:10px;align-items:center;justify-content:center;cursor:pointer}
.te-mobile-toggle span,.te-mobile-toggle::before,.te-mobile-toggle::after{content:"";display:block;width:21px;height:2px;background:#28404f;border-radius:3px;position:absolute;transition:.2s}
.te-mobile-toggle span{transform:translateY(0)}
.te-mobile-toggle::before{transform:translateY(-7px)}
.te-mobile-toggle::after{transform:translateY(7px)}
.te-mobile-toggle{position:relative}
.te-menu-open .te-mobile-toggle span{opacity:0}
.te-menu-open .te-mobile-toggle::before{transform:rotate(45deg)}
.te-menu-open .te-mobile-toggle::after{transform:rotate(-45deg)}

.te-site-footer{background:#0b2537;color:#c6d4dc;margin-top:72px}
.te-footer-main{max-width:var(--te-max);margin:auto;padding:56px 22px 36px;display:grid;grid-template-columns:1.25fr .8fr .8fr 1fr;gap:42px}
.te-footer-brand img{width:230px;filter:brightness(0) invert(1);opacity:.95;margin-bottom:18px}
.te-footer-brand p{max-width:390px;line-height:1.75;margin:0;color:#b8cbd5;font-size:14px}
.te-footer-title{color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;margin:3px 0 16px}
.te-footer-links{display:grid;gap:10px}
.te-footer-links a,.te-footer-contact a{color:#c6d4dc;text-decoration:none;font-size:14px;line-height:1.55}
.te-footer-links a:hover,.te-footer-contact a:hover{color:#fff}
.te-footer-contact{font-size:14px;line-height:1.8}
.te-footer-bottom{border-top:1px solid rgba(255,255,255,.12)}
.te-footer-bottom-inner{max-width:var(--te-max);margin:auto;padding:18px 22px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:12px;color:#8ea7b5}
.te-whatsapp{position:fixed;right:24px;bottom:24px;z-index:13000;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25d366;box-shadow:0 12px 28px rgba(0,0,0,.22);text-decoration:none}
.te-whatsapp:hover{transform:translateY(-3px) scale(1.03)}
.te-whatsapp svg{width:30px;height:30px;fill:#fff}

/* Legacy X5 shell reset / modernisation */
body:not(.te-home) #imHeader,body:not(.te-home) #imStickyBarContainer,body:not(.te-home) #imFooter,body:not(.te-home) #imHeaderBg,body:not(.te-home) #imFooterBg{display:none!important}
body:not(.te-home) #imPageExtContainer,body:not(.te-home) #imPageIntContainer,body:not(.te-home) #imPage{min-width:0!important;width:100%!important;min-height:auto!important;background:transparent!important}
body:not(.te-home) #imPage{display:block!important;padding:0!important}
body:not(.te-home) #imContent{width:100%!important;max-width:1200px!important;margin:0 auto!important;padding:52px 22px 10px!important;grid-column:auto!important;grid-row:auto!important}
body:not(.te-home) #imContentGraphics,body:not(.te-home) #imSideBar{display:none!important}
body:not(.te-home) #imGoToCont{position:absolute}
body:not(.te-home) .imPageRow{border-radius:18px;overflow:hidden}
body:not(.te-home) [id^="imCell_"]{min-width:0}
body:not(.te-home) [id^="imCellStyleTitle_"]{border-radius:10px!important;background:linear-gradient(135deg,var(--te-blue),var(--te-blue-dark))!important;color:#fff!important;font-family:Inter,Segoe UI,Arial,sans-serif!important;font-weight:800!important;letter-spacing:.01em!important}
body:not(.te-home) [id^="imTextObject_"]{font-family:Inter,Segoe UI,Arial,sans-serif!important;color:var(--te-ink)!important}
body:not(.te-home) [id^="imTextObject_"] .text-inner{font-size:16px!important;line-height:1.75!important;color:var(--te-ink)!important}
body:not(.te-home) [id^="imTextObject_"] span[class*="fs"]{font-size:inherit!important;line-height:inherit!important;color:inherit!important}
body:not(.te-home) [id^="imTextObject_"] .imHeading1,body:not(.te-home) [id^="imTextObject_"] .imHeading2,body:not(.te-home) [id^="imTextObject_"] .imHeading3,body:not(.te-home) [id^="imTextObject_"] .imHeading4,body:not(.te-home) [id^="imTextObject_"] .imHeading5{font-family:Inter,Segoe UI,Arial,sans-serif!important;color:var(--te-ink)!important;line-height:1.2!important;font-weight:850!important;margin:.4em 0 .5em!important}
body:not(.te-home) [id^="imTextObject_"] .imHeading1{font-size:38px!important}
body:not(.te-home) [id^="imTextObject_"] .imHeading2{font-size:30px!important}
body:not(.te-home) [id^="imTextObject_"] .imHeading3{font-size:24px!important}
body:not(.te-home) [id^="imTextObject_"] .imHeading4,body:not(.te-home) [id^="imTextObject_"] .imHeading5{font-size:20px!important}
body:not(.te-home) [id^="imTextObject_"] a{color:var(--te-blue)!important;text-decoration:none!important;font-weight:700}
body:not(.te-home) [id^="imTextObject_"] a:hover{color:var(--te-blue-dark)!important;text-decoration:underline!important}
body:not(.te-home) [id^="imObjectImage_"] img{border-radius:16px!important;box-shadow:0 14px 34px rgba(23,35,45,.12);object-fit:cover}
body:not(.te-home) [id^="imCellStyleGraphics_"]{border-radius:18px!important}
body:not(.te-home) input,body:not(.te-home) textarea,body:not(.te-home) select{font:500 15px/1.4 Inter,Segoe UI,Arial,sans-serif!important;border:1px solid #cbd8df!important;border-radius:10px!important;background:#fff!important;padding:13px 14px!important;min-height:46px;color:var(--te-ink)!important;box-shadow:none!important}
body:not(.te-home) textarea{min-height:150px!important}
body:not(.te-home) input:focus,body:not(.te-home) textarea:focus,body:not(.te-home) select:focus{outline:3px solid rgba(20,119,185,.12)!important;border-color:var(--te-blue)!important}
body:not(.te-home) input[type="submit"],body:not(.te-home) button[type="submit"]{background:linear-gradient(135deg,var(--te-blue),var(--te-blue-dark))!important;color:#fff!important;border:0!important;font-weight:800!important;padding:13px 22px!important;cursor:pointer!important}
body:not(.te-home) table{max-width:100%;border-collapse:collapse}
body:not(.te-home) iframe{max-width:100%;border-radius:16px!important;box-shadow:0 12px 30px rgba(23,35,45,.10)}

/* Homepage */
.te-home{background:#fff!important}
.te-home-main{overflow:hidden}
.te-container{width:min(var(--te-max),calc(100% - 44px));margin-inline:auto}
.te-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:var(--te-blue)}
.te-eyebrow::before{content:"";width:28px;height:2px;background:var(--te-blue)}
.te-section-head{max-width:700px;margin-bottom:34px}
.te-section-head h2{font-size:clamp(30px,4vw,46px);line-height:1.1;letter-spacing:-.025em;margin:12px 0 16px;color:var(--te-ink)}
.te-section-head p{font-size:17px;line-height:1.75;color:var(--te-muted);margin:0}
.te-hero{position:relative;min-height:690px;display:flex;align-items:center;background:linear-gradient(90deg,rgba(6,29,44,.94) 0%,rgba(6,29,44,.84) 42%,rgba(6,29,44,.25) 100%),url('../images/pixabay-4294657.jpg') center/cover no-repeat;color:#fff}
.te-hero::after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(transparent,rgba(0,0,0,.22));pointer-events:none}
.te-hero-content{position:relative;z-index:2;max-width:760px;padding:88px 0 92px}
.te-hero .te-eyebrow{color:#9ed7f7}.te-hero .te-eyebrow::before{background:#9ed7f7}
.te-hero h1{font-size:clamp(42px,6.2vw,74px);line-height:1.02;letter-spacing:-.045em;margin:18px 0 22px;font-weight:900}
.te-hero p{font-size:clamp(17px,2vw,20px);line-height:1.7;color:#dcebf3;max-width:680px;margin:0 0 30px}
.te-actions{display:flex;gap:12px;flex-wrap:wrap}
.te-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;padding:0 22px;border-radius:11px;text-decoration:none;font-size:14px;font-weight:850}
.te-btn-primary{background:var(--te-blue);color:#fff;box-shadow:0 12px 28px rgba(20,119,185,.28)}
.te-btn-primary:hover{background:#1985cb;transform:translateY(-2px)}
.te-btn-light{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.38);color:#fff;backdrop-filter:blur(8px)}
.te-btn-light:hover{background:#fff;color:#163246}
.te-hero-badges{position:absolute;z-index:3;left:50%;bottom:-50px;transform:translateX(-50%);width:min(var(--te-max),calc(100% - 44px));display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-radius:16px;box-shadow:var(--te-shadow);overflow:hidden}
.te-hero-badge{padding:24px 28px;border-right:1px solid var(--te-border)}
.te-hero-badge:last-child{border:0}
.te-hero-badge strong{display:block;color:var(--te-ink);font-size:17px;margin-bottom:5px}
.te-hero-badge span{display:block;color:var(--te-muted);font-size:13px;line-height:1.5}
.te-about{padding:130px 0 88px;background:#fff}
.te-about-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:62px;align-items:center}
.te-about-media{position:relative;min-height:530px}
.te-about-mainimg{width:87%;height:500px;object-fit:cover;border-radius:22px;box-shadow:var(--te-shadow)}
.te-about-smallimg{position:absolute;width:48%;height:240px;right:0;bottom:0;object-fit:cover;border:8px solid #fff;border-radius:20px;box-shadow:0 16px 34px rgba(23,35,45,.16)}
.te-since{position:absolute;left:-14px;bottom:35px;background:var(--te-blue);color:#fff;padding:18px 22px;border-radius:14px;box-shadow:0 14px 30px rgba(20,119,185,.25)}
.te-since strong{display:block;font-size:29px;line-height:1}.te-since span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;opacity:.88}
.te-about-copy h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.03em;line-height:1.08;margin:14px 0 20px}
.te-about-copy>p{font-size:17px;line-height:1.8;color:var(--te-muted);margin:0 0 25px}
.te-checks{display:grid;gap:13px;margin:24px 0 30px}
.te-check{display:flex;align-items:flex-start;gap:12px;color:#344752;font-weight:650;line-height:1.5}
.te-check::before{content:"✓";display:flex;align-items:center;justify-content:center;flex:0 0 24px;width:24px;height:24px;background:var(--te-blue-soft);color:var(--te-blue);border-radius:50%;font-weight:900}
.te-services{padding:88px 0;background:var(--te-bg)}
.te-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.te-card{background:#fff;border:1px solid #e0e8ed;border-radius:18px;overflow:hidden;box-shadow:0 7px 24px rgba(23,35,45,.055)}
.te-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(23,35,45,.12);border-color:#cbdce6}
.te-card-media{height:220px;overflow:hidden;background:#eaf0f3}
.te-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.te-card:hover .te-card-media img{transform:scale(1.045)}
.te-card-body{padding:24px 24px 25px}
.te-card-kicker{font-size:11px;letter-spacing:.11em;text-transform:uppercase;color:var(--te-blue);font-weight:900}
.te-card h3{font-size:21px;margin:8px 0 10px;line-height:1.25}
.te-card p{font-size:14px;line-height:1.7;color:var(--te-muted);margin:0 0 17px}
.te-card a{display:inline-flex;align-items:center;gap:7px;color:var(--te-blue-dark);text-decoration:none;font-size:13px;font-weight:900}
.te-card a::after{content:"→";font-size:18px;transition:transform .2s}
.te-card a:hover::after{transform:translateX(4px)}
.te-engineering{padding:94px 0;background:#0d2d41;color:#fff;position:relative;overflow:hidden}
.te-engineering::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 20%,rgba(20,119,185,.28),transparent 34%),linear-gradient(135deg,transparent 50%,rgba(255,255,255,.025) 50%)}
.te-engineering-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.te-engineering h2{font-size:clamp(34px,4.3vw,52px);line-height:1.08;letter-spacing:-.03em;margin:13px 0 20px}
.te-engineering p{font-size:17px;line-height:1.8;color:#c5d7e1;margin:0}
.te-points{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.te-point{padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(255,255,255,.045)}
.te-point strong{display:block;font-size:16px;margin-bottom:7px}.te-point span{display:block;font-size:13px;color:#afc7d4;line-height:1.55}
.te-clients{padding:84px 0 76px;background:#fff}
.te-clients .te-section-head{text-align:center;margin-left:auto;margin-right:auto}
.te-client-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;align-items:center}
.te-client-logo{height:118px;border:1px solid var(--te-border);border-radius:14px;display:flex;align-items:center;justify-content:center;padding:22px;background:#fff;filter:grayscale(1);opacity:.72;transition:.25s}
.te-client-logo:hover{filter:none;opacity:1;box-shadow:0 10px 26px rgba(23,35,45,.08);transform:translateY(-3px)}
.te-client-logo img{max-width:100%;max-height:72px;object-fit:contain}
.te-cta{padding:0 0 84px;background:#fff}
.te-cta-box{position:relative;border-radius:22px;overflow:hidden;background:linear-gradient(115deg,rgba(11,79,125,.97),rgba(20,119,185,.90)),url('../images/pixabay-1639990.jpg') center/cover;color:#fff;padding:58px 60px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.te-cta-box h2{font-size:clamp(29px,3.6vw,43px);line-height:1.12;margin:0 0 12px;max-width:720px}.te-cta-box p{margin:0;color:#d8ebf6;line-height:1.7;max-width:700px}
.te-cta-box .te-btn{flex:0 0 auto;background:#fff;color:var(--te-blue-dark)}

@media(max-width:980px){
 .te-topbar{display:none}.te-nav{height:72px}.te-logo img{width:196px}.te-mobile-toggle{display:flex}.te-nav-links{position:fixed;top:72px;left:0;right:0;bottom:0;background:#fff;padding:20px 22px 50px;display:block;overflow:auto;transform:translateX(105%);transition:transform .24s ease;z-index:1}.te-menu-open .te-nav-links{transform:none}
 .te-nav-link,.te-dropdown-toggle,.te-nav-cta{display:flex;width:100%;justify-content:space-between;padding:15px 13px;margin:3px 0}.te-dropdown-menu{position:static;width:100%;display:grid;grid-template-columns:1fr;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-left:3px solid var(--te-blue-soft);border-radius:0;margin:3px 0 12px;padding:6px 0 6px 12px}.te-dropdown-toggle::after{display:none}
 .te-footer-main{grid-template-columns:1.4fr 1fr 1fr;gap:34px}.te-footer-contact{grid-column:1/-1}
 .te-about-grid,.te-engineering-grid{grid-template-columns:1fr;gap:44px}.te-about-media{max-width:720px}.te-cards{grid-template-columns:repeat(2,1fr)}.te-client-logos{grid-template-columns:repeat(3,1fr)}
 .te-hero{min-height:630px}.te-hero-badges{grid-template-columns:1fr 1fr}.te-hero-badge:last-child{grid-column:1/-1;border-top:1px solid var(--te-border)}
}
@media(max-width:700px){
 .te-container{width:min(100% - 34px,var(--te-max))}.te-nav{padding:0 17px}.te-logo img{width:180px}.te-hero{min-height:auto;background:linear-gradient(90deg,rgba(6,29,44,.93),rgba(6,29,44,.72)),url('../images/pixabay-4294657.jpg') 62% center/cover no-repeat}.te-hero-content{padding:72px 0 135px}.te-hero h1{font-size:44px}.te-hero-badges{bottom:-86px;grid-template-columns:1fr}.te-hero-badge,.te-hero-badge:last-child{padding:16px 20px;border:0;border-bottom:1px solid var(--te-border);grid-column:auto}.te-hero-badge:last-child{border-bottom:0}.te-about{padding-top:150px}.te-about-media{min-height:390px}.te-about-mainimg{width:92%;height:360px}.te-about-smallimg{height:165px;width:50%;border-width:6px}.te-since{left:-7px;bottom:22px}.te-cards{grid-template-columns:1fr}.te-card-media{height:210px}.te-engineering,.te-services,.te-clients{padding:70px 0}.te-points{grid-template-columns:1fr}.te-client-logos{grid-template-columns:repeat(2,1fr)}.te-client-logo{height:100px}.te-cta-box{padding:38px 28px;display:block}.te-cta-box .te-btn{margin-top:24px}.te-footer-main{grid-template-columns:1fr 1fr;padding-top:44px}.te-footer-brand,.te-footer-contact{grid-column:1/-1}.te-whatsapp{right:16px;bottom:16px;width:54px;height:54px}
 body:not(.te-home) #imContent{padding:34px 15px 0!important;display:block!important}
 body:not(.te-home) #imContent>[id^="imCell_"],body:not(.te-home) #imContent>.imPageRow{width:100%!important;grid-column:auto!important;grid-row:auto!important;margin-bottom:18px!important}
 body:not(.te-home) [id^="imCell_"]{padding-left:10px!important;padding-right:10px!important}
 body:not(.te-home) [id^="imTextObject_"] .text-inner{font-size:15px!important;line-height:1.7!important}
 body:not(.te-home) [id^="imTextObject_"] img.fleft,body:not(.te-home) [id^="imTextObject_"] img.fright{float:none!important;display:block!important;margin:0 auto 18px!important;max-width:100%!important}
}
@media(max-width:430px){.te-hero h1{font-size:38px}.te-actions{display:grid}.te-btn{width:100%}.te-footer-main{grid-template-columns:1fr}.te-footer-brand,.te-footer-contact{grid-column:auto}.te-client-logos{grid-template-columns:1fr 1fr}.te-client-logo{padding:16px}.te-about-smallimg{display:none}.te-about-mainimg{width:100%}.te-about-media{min-height:auto}.te-since{left:12px}.te-cta{padding-bottom:54px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
