@charset "UTF-8";.home-slider{width:100%;height:calc(100vh - var(--header-total-height))}.home-slider .slider-wrapper{width:100%;height:100%;margin:0;padding:0}.home-slider .slider-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);width:100%;height:100%;margin:0;gap:0}.home-slider .slider{position:relative;overflow:hidden;height:100%}.home-slider .slides{display:flex;width:100%;height:100%;transition:transform .6s ease}.home-slider .slide{min-width:100%;flex:0 0 100%;height:100%;position:relative;display:block;color:#fff}.home-slider .slide img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-slider .slide .overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:20px;background:linear-gradient(to top,rgba(0,0,0,0.68),rgba(0,0,0,0.18))}.home-slider .slide .badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:7px 14px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;font-weight:700;line-height:1}.home-slider .slide .bottom h3{margin:0 0 8px;font-size:28px;font-weight:700;line-height:1.1}.home-slider .slide .bottom p{margin:0;max-width:320px;font-size:14px;line-height:1.5}.home-slider .slide:hover img{transform:scale(1.05)}@media(max-width:1200px){.home-slider .slide .bottom h3{font-size:24px}.home-slider .slide .bottom p{font-size:13px;max-width:260px}}@media(max-width:992px){.home-slider{height:auto}.home-slider .slider-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,42vh)}.home-slider .slide .bottom h3{font-size:22px}}@media(max-width:576px){.home-slider .slider-grid{grid-template-columns:1fr;grid-template-rows:repeat(6,34vh)}.home-slider .slide .overlay{padding:16px}.home-slider .slide .bottom h3{font-size:20px}.home-slider .slide .bottom p{font-size:13px}}.site-header{width:100%;position:relative;z-index:1000}.header-topbar{min-height:var(--header-topbar-height);background:linear-gradient(135deg,#efefef,#dcdcdc);border-bottom:1px solid #d8d8d8;font-size:13px;color:#666}.header-topbar .container{min-height:var(--header-topbar-height);display:flex;align-items:center;justify-content:space-between;gap:20px}.header-topbar__left{font-size:13px;color:#6b7280}.header-topbar__right{display:flex;align-items:center;gap:8px}.header-topbar__right a{color:#2563eb;font-weight:500;transition:color .25s ease}.header-topbar__right a.is-active{color:#dc2626}.header-topbar__right a:hover{color:#1d4ed8}.header-topbar__right span{color:#9ca3af}.header-main{min-height:var(--header-main-height);background:#f7f7f7;border-bottom:1px solid #ececec}.header-main .container{min-height:var(--header-main-height);display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:16px;padding-bottom:16px}.header-logo{display:inline-flex;align-items:center;flex-shrink:0}.header-logo img{display:block;max-width:280px;width:100%;height:auto}.header-info{display:flex;align-items:center;justify-content:flex-end;gap:26px;flex-wrap:wrap}.header-info__item{display:flex;align-items:flex-start;gap:12px;min-width:220px}.header-info__icon{font-size:28px;line-height:1;color:#0ea5e9;flex-shrink:0}.header-info__content{display:flex;flex-direction:column;gap:4px}.header-info__content strong{font-size:18px;font-weight:600;color:#6b6470;line-height:1.2}.header-info__content span{font-size:15px;color:#8b8390;line-height:1.4}.header-cta{display:inline-flex;align-items:center;justify-content:center;min-width:144px;height:48px;padding:0 20px;background:#f4b400;color:#fff;font-weight:700;border-radius:4px;transition:background .25s ease,transform .25s ease}.header-cta:hover{background:#d89f00;transform:translateY(-1px)}.header-whatsapp{display:inline-flex;align-items:center;justify-content:center;min-width:62px;height:62px;border-radius:50%;background:#25d366;color:#fff;font-size:12px;font-weight:700;box-shadow:0 8px 20px rgba(37,211,102,0.25)}.header-nav-wrap{width:100%;min-height:var(--header-nav-height);background:#052844;transition:box-shadow .25s ease,background .25s ease}.header-nav-wrap .container{min-height:var(--header-nav-height);display:flex;align-items:center}.header-nav-wrap.is-sticky{position:fixed;top:0;left:0;z-index:1100;width:100%;box-shadow:0 8px 20px rgba(0,0,0,0.15)}.header-mobile-toggle{display:none;width:44px;height:44px;padding:0;border:0;background:transparent;cursor:pointer}.header-mobile-toggle span{display:block;width:24px;height:2px;margin:5px auto;background:#fff}.header-mobile-bar{display:contents}.header-mobile-center,.header-mobile-languages{display:none}.header-mobile-actions,.header-mobile-contact,.header-menu__icon,.header-menu__arrow{display:none}@media(max-width:992px){.header-mobile-bar{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:8px;padding:0 12px}.header-mobile-center{display:flex;align-items:center;justify-content:center;min-width:0;gap:8px}.header-mobile-languages{display:inline-flex;align-items:center;padding:3px;border:1px solid #d4e5e3;border-radius:10px;background:#f3f8f7}.header-mobile-languages a{display:grid;place-items:center;min-width:27px;height:30px;border-radius:7px;color:#58706e;font-size:10px;font-weight:900;text-decoration:none}.header-mobile-languages a.is-active{color:#fff;background:#0d8984}}@media(max-width:390px){.header-mobile-bar{grid-template-columns:42px minmax(0,1fr) auto;gap:5px;padding:0 8px}.header-mobile-center{gap:4px}.header-mobile-languages{padding:2px}.header-mobile-languages a{min-width:23px;height:28px;font-size:9px}}.header-nav{width:100%}.header-menu{display:flex;align-items:center;justify-content:center;gap:0;width:100%}.header-menu__item{position:relative}.header-menu__item:not(:last-child)::after{content:"";position:absolute;top:50%;right:0;width:1px;height:20px;background:rgba(255,255,255,0.18);transform:translateY(-50%)}.header-menu__link{display:inline-flex;align-items:center;justify-content:center;min-height:var(--header-nav-height);padding:0 24px;color:#fff;font-size:17px;font-weight:700;transition:color .25s ease,background .25s ease}.header-menu__link:hover{color:#ffc107}@media(max-width:1200px){:root{--header-main-height:110px}.header-logo img{max-width:220px}.header-info{gap:18px}.header-info__item{min-width:180px}.header-info__content strong{font-size:16px}.header-info__content span{font-size:14px}.header-menu__link{padding:0 18px;font-size:15px}}@media(max-width:992px){body.has-mobile-menu{overflow:hidden}.header-topbar{display:none}.header-main{min-height:auto}.header-main .container{min-height:auto;flex-direction:column;justify-content:center;gap:18px;padding-top:20px;padding-bottom:20px}.header-info{justify-content:center;gap:16px}.header-info__item{min-width:auto}.header-nav-wrap{position:relative;min-height:56px;border-top:1px solid #e6efee;border-bottom:1px solid #dce8e7;background:#fff;box-shadow:0 8px 24px rgba(18,62,59,0.05)}.header-nav-wrap .container{min-height:56px;padding:0}.header-mobile-bar{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:64px;padding:0 16px}.header-mobile-toggle{position:relative;display:grid;place-content:center;width:44px;height:44px;border:1px solid #d7e5e3;border-radius:13px;background:#f7fbfa}.header-mobile-toggle span{width:20px;margin:3px auto;background:#173638;transition:transform .22s ease,opacity .22s ease}.header-mobile-toggle.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header-mobile-toggle.is-active span:nth-child(2){opacity:0}.header-mobile-toggle.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header-mobile-actions{display:flex;align-items:center;gap:8px}.header-mobile-action{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 12px;border:1px solid #cce2df;border-radius:12px;color:#0b716c;background:#f3faf9;font-size:10px;font-weight:800;letter-spacing:.02em}.header-mobile-action svg{width:19px;height:19px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.header-mobile-action--whatsapp{color:#137e45;border-color:#bce3cc;background:#effaf3}.header-nav{display:none;position:absolute;top:100%;left:0;z-index:1200;width:100%;max-height:calc(100vh - 64px);overflow-y:auto;border-top:1px solid #dce8e7;background:#f4f8f7;box-shadow:0 24px 50px rgba(10,48,46,0.17)}.header-nav.is-open{display:block}.header-menu{gap:8px;flex-direction:column;align-items:stretch;padding:14px}.header-menu__item{width:100%}.header-menu__item::after{display:none}.header-menu__link{justify-content:flex-start;gap:13px;width:100%;min-height:58px;padding:8px 12px;border:1px solid #e0e9e8;border-radius:13px;color:#233638;background:#fff;font-size:12px;letter-spacing:.045em;box-shadow:0 5px 16px rgba(20,70,66,0.035)}.header-menu__link:hover,.header-menu__link.is-active{color:#076f6a;border-color:#9fd6d2;background:#e8f7f5}.header-menu__link.is-active{box-shadow:inset 3px 0 0 #11aaa3,0 7px 20px rgba(16,120,113,0.08)}.header-menu__icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:11px;color:#0b8882;background:#edf8f7}.header-menu__icon svg{width:21px;height:21px;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.header-menu__link.is-active .header-menu__icon{color:#fff;background:#0d8984}.header-menu__text{flex:1 1 auto}.header-menu__arrow{display:inline-flex;align-items:center;justify-content:center;width:26px;color:#91a7a5;font-size:15px}.header-menu__link:hover .header-menu__arrow,.header-menu__link.is-active .header-menu__arrow{color:#0d8984;transform:translateX(2px)}.header-mobile-contact{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 16px;margin:0 14px 16px;padding:18px;border-radius:15px;color:#fff;background:linear-gradient(135deg,#123f43,#087f78);box-shadow:0 14px 30px rgba(8,92,87,0.18)}.header-mobile-contact span{grid-column:1/-1;color:#99e1dd;font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.header-mobile-contact strong{font-size:15px}.header-mobile-contact b{align-self:center;font-size:10px}}@media(max-width:576px){.header-logo img{max-width:180px}.header-info{flex-direction:column;gap:12px;align-items:center}.header-info__item{justify-content:center;text-align:center;flex-direction:column;align-items:center;gap:8px}.header-cta{min-width:130px;height:44px}.header-whatsapp{min-width:54px;height:54px}.header-mobile-action{width:42px;padding:0;justify-content:center}.header-mobile-action span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}}@media(max-width:992px){.header-mobile-bar{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:8px;padding:0 12px}}@media(max-width:390px){.header-mobile-bar{grid-template-columns:42px minmax(0,1fr) auto;gap:5px;padding:0 8px}}*,*::before,*::after{box-sizing:border-box}:root{--header-topbar-height:48px;--header-main-height:128px;--header-nav-height:64px;--header-total-height:calc(var(--header-topbar-height) + var(--header-main-height) + var(--header-nav-height))}html,body{margin:0;padding:0;width:100%;min-height:100%;overflow-x:hidden}body{font-family:Arial,sans-serif;background:#f8fafc;color:#111827}a{text-decoration:none}img{display:block;max-width:100%}ul,ol{margin:0;padding:0;list-style:none}button,input,textarea,select{font:inherit}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 24px}.main-content{width:100%}body.has-sticky-nav{padding-top:0}@media(max-width:576px){.container{padding:0 16px}}.home-stats{padding:80px 0;background:#fff}.home-stats__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.home-stats__subtitle{display:inline-block;font-size:14px;color:#6b7280;margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}.home-stats__title{font-size:36px;font-weight:700;margin-bottom:20px;color:#111827}.home-stats__text{font-size:16px;color:#4b5563;line-height:1.6}.home-stats__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.stat-item{background:#f9fafb;padding:30px;text-align:center;border-radius:12px;transition:.3s}.stat-item:hover{transform:translateY(-5px)}.stat-item h3{font-size:34px;font-weight:700;color:#111827;margin-bottom:5px}.stat-item span{font-size:14px;color:#6b7280}@media(max-width:992px){.home-stats__wrapper{grid-template-columns:1fr}}.home-services{padding:100px 0;background:#fff}.home-services__heading{max-width:760px;margin:0 auto 50px;text-align:center}.home-services__subtitle{display:inline-block;margin-bottom:12px;font-size:13px;font-weight:600;letter-spacing:1.8px;text-transform:uppercase;color:#6b7280}.home-services__title{margin:0 0 18px;font-size:42px;line-height:1.2;font-weight:700;color:#0b1f3a}.home-services__text{margin:0;font-size:16px;line-height:1.8;color:#5b6472}.home-services__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.service-card{position:relative;display:block;min-height:280px;padding:32px 28px;border-radius:20px;background:#f8fafc;border:1px solid #e5e7eb;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;overflow:hidden}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px rgba(11,31,58,0.12);border-color:#0b1f3a}.service-card:hover .service-card__link{transform:translateX(6px)}.service-card__number{margin-bottom:20px;font-size:14px;font-weight:700;color:#0b3a67;letter-spacing:1px}.service-card__title{margin:0 0 16px;font-size:24px;line-height:1.35;font-weight:700;color:#0b1f3a}.service-card__text{margin:0 0 28px;font-size:15px;line-height:1.8;color:#5b6472}.service-card__link{display:inline-flex;align-items:center;font-size:14px;font-weight:700;color:#0b3a67;transition:transform .25s ease}@media(max-width:1200px){.home-services__title{font-size:36px}.home-services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.home-services{padding:80px 0}.home-services__heading{margin-bottom:36px}.home-services__title{font-size:30px}.home-services__text{font-size:15px;line-height:1.7}.home-services__grid{grid-template-columns:1fr;gap:18px}.service-card{min-height:auto;padding:24px 20px}.service-card__title{font-size:21px}.service-card__text{margin-bottom:20px;font-size:14px}}.home-certificates{padding:110px 0;background:#fff}.home-certificates__heading{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:end;max-width:none;margin:0 0 50px;text-align:left}.home-certificates__subtitle{display:inline-block;margin-bottom:12px;color:#0d8984;font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.home-certificates__title{margin:0;color:#111315;font-size:clamp(38px,4vw,54px);line-height:1.1;letter-spacing:-0.04em}.home-certificates__text{max-width:620px;margin:0;color:#6c7073;font-size:16px;line-height:1.8}.certificates{display:grid;grid-template-columns:minmax(330px,0.72fr) minmax(0,1.28fr);gap:24px;align-items:stretch}.certificates__panel,.certificates__viewer{overflow:hidden;border:1px solid #e1e4e4;border-radius:18px;background:#fff;box-shadow:0 20px 55px rgba(17,19,21,0.08)}.certificates__panel{display:flex;flex-direction:column;height:720px}.certificates__panel-head{display:flex;align-items:center;justify-content:space-between;padding:22px 24px 16px}.certificates__panel-head span{color:#6c7073;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.certificates__panel-head strong{padding:6px 10px;border-radius:99px;color:#0d8984;background:#e8f8f7;font-size:11px}.certificates__filters{display:flex;gap:7px;padding:0 24px 18px;overflow-x:auto;border-bottom:1px solid #e1e4e4;scrollbar-width:none}.certificates__list{flex:1;padding:12px;overflow-y:auto}.certificates__viewer{height:720px}.certificates__toolbar{display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:76px;padding:15px 22px;border-bottom:1px solid #e1e4e4}.certificates__toolbar div{display:flex;flex-direction:column;gap:5px;min-width:0}.certificates__toolbar span{color:#6c7073;font-size:9px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.certificates__toolbar strong{overflow:hidden;color:#111315;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.certificates__toolbar a{flex:0 0 auto;padding:9px 12px;border-radius:8px;color:#fff;background:#d71920;font-size:11px;font-weight:800}.certificates iframe{width:100%;height:calc(100% - 76px);border:0;background:#f7f8f8}.certificate-filter{flex:0 0 auto;padding:8px 11px;border:1px solid #e1e4e4;border-radius:99px;color:#6c7073;background:#fff;font-size:10px;font-weight:700;cursor:pointer}.certificate-filter.active{color:#fff;background:#111315;border-color:#111315}.certificate-mobile-preview{display:none}.certificate-btn{display:grid;grid-template-columns:40px minmax(0,1fr) 20px;gap:12px;align-items:center;width:100%;padding:13px 12px;border:0;border-radius:10px;color:#111315;background:transparent;text-align:left;cursor:pointer;transition:.2s ease}.certificate-btn[hidden]{display:none}.certificate-btn:hover{background:#f7f8f8}.certificate-btn.active{color:#111315;background:#e8f8f7}.certificate-btn__icon{display:grid;place-items:center;width:40px;height:40px;border-radius:9px;color:#0d8984;background:#fff;border:1px solid #c7e8e6}.certificate-btn__icon svg{width:19px;height:19px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.certificate-btn__content{display:flex;flex-direction:column;gap:4px;min-width:0}.certificate-btn__content strong{font-size:12px}.certificate-btn__content small{overflow:hidden;color:#6c7073;font-size:10px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.certificate-btn__arrow{color:#d71920;font-size:16px;opacity:0;transform:translateX(-5px);transition:.2s}.certificate-btn.active .certificate-btn__arrow{opacity:1;transform:none}@media(max-width:992px){.home-certificates__heading{grid-template-columns:1fr;gap:20px}.certificates{grid-template-columns:1fr}.certificates__panel{height:520px}.certificates__viewer{height:620px}}@media(max-width:760px){.certificates__viewer{height:auto;min-height:520px}.certificates__viewer iframe{display:none}.certificate-mobile-preview{display:grid;place-items:center;min-height:440px;padding:12px;overflow:auto;background:#eef3f2}.certificate-mobile-preview canvas{display:block;max-width:100%;height:auto;border-radius:5px;background:#fff;box-shadow:0 12px 32px rgba(17,40,42,0.16)}.certificate-mobile-preview p{max-width:260px;margin:0;color:#687779;font-size:12px;line-height:1.7;text-align:center}}@media(max-width:576px){.home-certificates{padding:76px 0}.certificates__panel,.certificates__viewer{border-radius:12px}.certificates__viewer{height:auto;min-height:500px}.certificates__toolbar{align-items:flex-start;flex-direction:column}}.home-references{padding:100px 0;background:#fff;overflow:hidden}.home-references__heading{max-width:720px;margin:0 auto 50px;text-align:center}.home-references__subtitle{display:inline-block;margin-bottom:10px;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#6b7280}.home-references__title{margin:0 0 15px;font-size:40px;font-weight:700;color:#0f172a}.home-references__text{margin:0;font-size:16px;line-height:1.7;color:#475569}.references-marquee{position:relative;overflow:hidden;width:100%;margin-top:40px}.references-marquee::before,.references-marquee::after{content:"";position:absolute;top:0;z-index:2;width:100px;height:100%;pointer-events:none}.references-marquee::before{left:0;background:linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%)}.references-marquee::after{right:0;background:linear-gradient(to left,#fff 0,rgba(255,255,255,0) 100%)}.references-marquee__track{display:flex;gap:20px;width:max-content;animation:references-marquee 30s linear infinite}.references-marquee:hover .references-marquee__track{animation-play-state:paused}.reference-item{flex:0 0 auto;width:260px;height:160px;border-radius:16px;overflow:hidden;background:#f8fafc;box-shadow:0 8px 24px rgba(15,23,42,0.08)}.reference-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.reference-item:hover img{transform:scale(1.05)}@keyframes references-marquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}@media(max-width:768px){.home-references{padding:80px 0}.home-references__title{font-size:30px}.home-references__text{font-size:15px}.references-marquee::before,.references-marquee::after{width:40px}.references-marquee__track{gap:14px;animation-duration:20s}.reference-item{width:190px;height:120px}}.home-projects{padding:100px 0;background:#0f172a}.home-projects__heading{max-width:760px;margin:0 auto 50px;text-align:center}.home-projects__subtitle{display:inline-block;margin-bottom:12px;font-size:13px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:rgba(255,255,255,0.65)}.home-projects__title{margin:0 0 16px;font-size:42px;line-height:1.2;font-weight:700;color:#fff}.home-projects__text{margin:0;font-size:16px;line-height:1.8;color:rgba(255,255,255,0.75)}.home-projects__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.project-card{display:block;overflow:hidden;border-radius:20px;background:#fff;text-decoration:none;transition:transform .35s ease,box-shadow .35s ease}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 45px rgba(0,0,0,0.18)}.project-card:hover .project-card__image img{transform:scale(1.06)}.project-card:hover .project-card__link{transform:translateX(6px)}.project-card__image{position:relative;overflow:hidden;height:240px}.project-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.project-card__content{padding:28px 24px 26px}.project-card__category{display:inline-block;margin-bottom:14px;font-size:12px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#1d4ed8}.project-card__title{margin:0 0 14px;font-size:24px;line-height:1.35;font-weight:700;color:#0f172a}.project-card__text{margin:0 0 24px;font-size:15px;line-height:1.8;color:#475569}.project-card__link{display:inline-flex;align-items:center;font-size:14px;font-weight:700;color:#0f172a;transition:transform .25s ease}@media(max-width:1200px){.home-projects__title{font-size:36px}.home-projects__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.home-projects{padding:80px 0}.home-projects__heading{margin-bottom:36px}.home-projects__title{font-size:30px}.home-projects__text{font-size:15px;line-height:1.7}.home-projects__grid{grid-template-columns:1fr;gap:18px}.project-card__image{height:220px}.project-card__content{padding:22px 18px 20px}.project-card__title{font-size:21px}.project-card__text{font-size:14px;line-height:1.7;margin-bottom:18px}}.home-mission{padding:110px 0;background:linear-gradient(180deg,#fff 0,#f8fafc 100%)}.home-mission__wrapper{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);gap:32px;align-items:stretch}.home-mission__intro{padding:44px 40px;border-radius:24px;background:#0f172a;color:#fff;position:relative;overflow:hidden}.home-mission__intro::before{content:"";position:absolute;top:-120px;right:-120px;width:260px;height:260px;border-radius:50%;background:rgba(255,255,255,0.06)}.home-mission__intro::after{content:"";position:absolute;bottom:-80px;left:-80px;width:180px;height:180px;border-radius:50%;background:rgba(59,130,246,0.12)}.home-mission__subtitle{position:relative;z-index:1;display:inline-block;margin-bottom:14px;font-size:13px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:rgba(255,255,255,0.72)}.home-mission__title{position:relative;z-index:1;margin:0 0 18px;font-size:38px;line-height:1.2;font-weight:700;color:#fff}.home-mission__text{position:relative;z-index:1;margin:0 0 28px;font-size:16px;line-height:1.85;color:rgba(255,255,255,0.8)}.home-mission__highlight{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:12px}.home-mission__highlight span{display:inline-flex;align-items:center;min-height:42px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.08);font-size:13px;line-height:1.4;color:#fff}.home-mission__cards{display:grid;grid-template-columns:1fr;gap:24px}.mission-card{padding:38px 34px;border-radius:24px;border:1px solid #e2e8f0;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.mission-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(15,23,42,0.08)}.mission-card--dark{background:linear-gradient(135deg,#111827 0,#1e293b 100%);border-color:rgba(255,255,255,0.06)}.mission-card--dark .mission-card__label,.mission-card--dark .mission-card__title,.mission-card--dark .mission-card__text{color:#fff}.mission-card--dark .mission-card__label{color:rgba(255,255,255,0.72)}.mission-card--dark .mission-card__text{color:rgba(255,255,255,0.8)}.mission-card--light{background:#fff}.mission-card__label{display:inline-block;margin-bottom:12px;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#64748b}.mission-card__title{margin:0 0 16px;font-size:28px;line-height:1.3;font-weight:700;color:#0f172a}.mission-card__text{margin:0;font-size:15px;line-height:1.85;color:#475569}@media(max-width:1200px){.home-mission__title{font-size:34px}.mission-card__title{font-size:25px}}@media(max-width:992px){.home-mission__wrapper{grid-template-columns:1fr}}@media(max-width:768px){.home-mission{padding:80px 0}.home-mission__intro{padding:30px 22px}.home-mission__title{font-size:28px}.home-mission__text{font-size:14px;line-height:1.75}.home-mission__highlight span{width:100%;justify-content:center;text-align:center}.mission-card{padding:28px 22px}.mission-card__title{font-size:22px}.mission-card__text{font-size:14px;line-height:1.75}}.home-news{padding:100px 0;background:#f8fafc}.home-news__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:48px}.home-news__heading-left{max-width:760px}.home-news__subtitle{display:inline-block;margin-bottom:12px;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#6b7280}.home-news__title{margin:0 0 16px;font-size:40px;line-height:1.2;font-weight:700;color:#0f172a}.home-news__text{margin:0;font-size:16px;line-height:1.8;color:#475569}.home-news__all-link{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:999px;border:1px solid #dbe3ee;background:#fff;font-size:14px;font-weight:700;color:#0f172a;text-decoration:none;transition:all .25s ease}.home-news__all-link:hover{border-color:#0f172a;transform:translateY(-2px)}.home-news__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.news-card{display:block;overflow:hidden;border-radius:18px;background:#fff;border:1px solid #e5e7eb;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.news-card:hover{transform:translateY(-8px);border-color:#cbd5e1;box-shadow:0 18px 40px rgba(15,23,42,0.08)}.news-card:hover .news-card__image img{transform:scale(1.05)}.news-card:hover .news-card__link{transform:translateX(6px)}.news-card__image{height:240px;overflow:hidden}.news-card__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.news-card__content{padding:24px 22px 22px}.news-card__date{display:inline-block;margin-bottom:12px;font-size:13px;font-weight:600;color:#64748b}.news-card__title{margin:0 0 14px;font-size:23px;line-height:1.35;font-weight:700;color:#0f172a}.news-card__text{margin:0 0 20px;font-size:15px;line-height:1.8;color:#475569}.news-card__link{display:inline-flex;align-items:center;font-size:14px;font-weight:700;color:#0f172a;transition:transform .25s ease}@media(max-width:1200px){.home-news__title{font-size:36px}.home-news__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.home-news{padding:80px 0}.home-news__heading{flex-direction:column;align-items:flex-start;margin-bottom:36px}.home-news__title{font-size:30px}.home-news__text{font-size:15px;line-height:1.7}.home-news__grid{grid-template-columns:1fr;gap:18px}.news-card__image{height:220px}.news-card__content{padding:20px 18px 18px}.news-card__title{font-size:20px}.news-card__text{font-size:14px;line-height:1.7}}.home-cta{padding:100px 0;background:#fff}.home-cta__box{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:48px 52px;border-radius:24px;background:linear-gradient(135deg,#0f172a 0,#1e293b 100%);position:relative;overflow:hidden}.home-cta__box::before{content:"";position:absolute;top:-120px;right:-80px;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,0.05)}.home-cta__box::after{content:"";position:absolute;bottom:-90px;left:-60px;width:180px;height:180px;border-radius:50%;background:rgba(59,130,246,0.12)}.home-cta__content{position:relative;z-index:1;max-width:760px}.home-cta__subtitle{display:inline-block;margin-bottom:12px;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,0.7)}.home-cta__title{margin:0 0 16px;font-size:38px;line-height:1.2;font-weight:700;color:#fff}.home-cta__text{margin:0;font-size:16px;line-height:1.8;color:rgba(255,255,255,0.8)}.home-cta__actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:flex-end}.home-cta__btn{display:inline-flex;align-items:center;justify-content:center;min-width:170px;min-height:54px;padding:0 24px;border-radius:999px;text-decoration:none;font-size:14px;font-weight:700;transition:all .25s ease}.home-cta__btn--primary{background:#fff;color:#0f172a}.home-cta__btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(255,255,255,0.18)}.home-cta__btn--secondary{border:1px solid rgba(255,255,255,0.18);background:rgba(255,255,255,0.04);color:#fff}.home-cta__btn--secondary:hover{background:rgba(255,255,255,0.1);transform:translateY(-2px)}@media(max-width:992px){.home-cta__box{flex-direction:column;align-items:flex-start;padding:40px 32px}.home-cta__actions{justify-content:flex-start}}@media(max-width:768px){.home-cta{padding:80px 0}.home-cta__box{padding:30px 22px;border-radius:18px}.home-cta__title{font-size:28px}.home-cta__text{font-size:14px;line-height:1.75}.home-cta__actions{width:100%;flex-direction:column;align-items:stretch}.home-cta__btn{width:100%}}.home-about{position:relative;padding:120px 0;overflow:hidden;background:#0f172a}.home-about__bg{position:absolute;inset:0;z-index:0}.home-about__bg img{width:100%;height:100%;object-fit:cover;display:block;opacity:.16;transform:scale(1.05)}.home-about__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,0.82) 0,rgba(15,23,42,0.76) 45%,rgba(15,23,42,0.84) 100%)}.home-about .container{position:relative;z-index:2}.home-about__overlay{padding:48px;border:1px solid rgba(255,255,255,0.08);border-radius:28px;background:rgba(255,255,255,0.04);backdrop-filter:blur(4px)}.home-about__header{max-width:980px;margin-bottom:42px}.home-about__subtitle{display:inline-block;margin-bottom:12px;font-size:13px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:rgba(255,255,255,0.72)}.home-about__title{margin:0 0 18px;font-size:46px;line-height:1.15;font-weight:700;color:#fff}.home-about__intro{margin:0;font-size:17px;line-height:1.9;color:rgba(255,255,255,0.82)}.home-about__top{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,0.6fr);gap:32px;margin-bottom:32px}.home-about__content{display:grid;gap:18px}.home-about__text{margin:0;font-size:16px;line-height:1.9;color:rgba(255,255,255,0.8)}.home-about__stats{display:grid;gap:18px;align-content:start}.home-about__bottom{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.about-stat{padding:26px 24px;border-radius:18px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1)}.about-stat strong{display:block;margin-bottom:8px;font-size:26px;line-height:1.2;color:#fff}.about-stat span{display:block;font-size:14px;line-height:1.6;color:rgba(255,255,255,0.72)}.about-card{padding:28px 24px;border-radius:20px;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.1)}.about-card h3{margin:0 0 14px;font-size:22px;line-height:1.3;color:#fff}.about-card p,.about-card li{font-size:15px;line-height:1.85;color:rgba(255,255,255,0.78)}.about-card p{margin:0}.about-card ul{margin:0;padding-left:18px}.about-card li+li{margin-top:8px}@media(max-width:992px){.home-about{padding:90px 0}.home-about__overlay{padding:30px 22px}.home-about__title{font-size:34px}.home-about__top{grid-template-columns:1fr}.home-about__bottom{grid-template-columns:1fr}}@media(max-width:768px){.home-about__title{font-size:30px}.home-about__intro,.home-about__text{font-size:15px;line-height:1.8}.about-stat strong{font-size:22px}.about-card h3{font-size:20px}}.home-about__badges{position:absolute;z-index:3;right:24px;bottom:24px;left:24px;padding:15px 16px 16px;border:1px solid rgba(255,255,255,0.22);border-radius:18px;background:linear-gradient(115deg,rgba(5,38,43,0.86),rgba(7,80,78,0.68));box-shadow:0 18px 42px rgba(0,28,29,0.2);backdrop-filter:blur(12px) saturate(130%)}.home-about__badges small{display:block;display:flex;align-items:center;gap:8px;margin-bottom:9px;color:#a6eee9;font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.home-about__badges small::before{content:"";width:6px;height:6px;border-radius:50%;background:#58ddd5;box-shadow:0 0 0 4px rgba(88,221,213,0.12)}.home-about__badges>div{display:flex;flex-wrap:wrap;gap:6px}.home-about__badges a{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border:1px solid rgba(172,231,226,0.36);border-radius:999px;color:#fff;background:rgba(255,255,255,0.07);font-size:8px;font-weight:800;letter-spacing:.035em;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}.home-about__badges a:hover{border-color:#8de5df;background:rgba(141,229,223,0.18);transform:translateY(-2px)}.home-about .home-about__visual-note{top:22px;bottom:auto;left:22px;min-width:0;padding:12px 15px;border:1px solid rgba(255,255,255,0.48);border-radius:12px;background:rgba(255,255,255,0.86);box-shadow:0 12px 30px rgba(20,53,65,0.12);backdrop-filter:blur(12px)}.home-about .home-about__visual-note span{margin-bottom:3px;font-size:9px;font-weight:700}.home-about .home-about__visual-note strong{font-size:15px}.home-about .home-about__visual::after{display:none}@media(max-width:760px){.home-about__badges{right:14px;bottom:14px;left:14px;padding:14px}.home-about__badges small{margin-bottom:8px}.home-about__badges a{min-height:25px;padding:0 8px;font-size:7px}.home-about .home-about__visual-note{top:14px;left:14px;padding:10px 12px}}.site-footer{background:#4b4f57;color:#fff}.site-footer__cta{border-bottom:1px solid rgba(255,255,255,0.08);background:rgba(0,0,0,0.08)}.site-footer__cta-inner{min-height:116px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-footer__cta-title{margin:0;font-size:24px;line-height:1.3;font-weight:700;letter-spacing:.3px;text-transform:uppercase;color:#fff}.site-footer__cta-link{display:inline-flex;align-items:center;gap:14px;color:#fff;text-decoration:none;font-size:15px;font-weight:700;white-space:nowrap}.site-footer__cta-link span{font-size:32px;line-height:1;margin-top:-2px}.site-footer__main{position:relative;overflow:hidden;min-height:500px}.site-footer__bg{position:absolute;inset:0;z-index:0}.site-footer__bg img{width:100%;height:100%;object-fit:cover;display:block;opacity:.14}.site-footer__bg::after{content:"";position:absolute;inset:0;background:rgba(60,64,72,0.88)}.site-footer__overlay{position:relative;z-index:2;padding:54px 0 26px}.site-footer__top{display:grid;grid-template-columns:280px 1fr;gap:56px;padding-bottom:42px}.site-footer__brand{display:flex;flex-direction:column;align-items:flex-start}.site-footer__logo{display:inline-block;margin-bottom:42px}.site-footer__logo img{width:170px;height:auto;display:block;filter:grayscale(1) brightness(2.2);opacity:.95}.site-footer__follow-title{margin:0 0 18px;font-size:16px;line-height:1.3;font-weight:700;text-transform:uppercase;color:#fff}.site-footer__social{display:flex;gap:14px}.site-footer__social a{width:34px;height:34px;border:1px solid rgba(255,255,255,0.45);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:16px;font-weight:700;transition:all .25s ease}.site-footer__social a:hover{background:rgba(255,255,255,0.08);border-color:#fff;transform:translateY(-2px)}.site-footer__menus{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px}.site-footer__col h4{margin:0 0 22px;font-size:15px;font-weight:700;text-transform:uppercase;color:#fff}.site-footer__col ul{margin:0;padding:0;list-style:none}.site-footer__col li+li{margin-top:12px}.site-footer__col a{color:rgba(255,255,255,0.78);text-decoration:none;font-size:15px;line-height:1.6;transition:color .25s ease}.site-footer__col a:hover{color:#fff}.site-footer__mid-links{display:flex;flex-wrap:wrap;gap:22px 40px;padding:26px 0 34px;border-top:1px solid rgba(255,255,255,0.07);border-bottom:1px solid rgba(255,255,255,0.07)}.site-footer__mid-links a{color:rgba(255,255,255,0.72);text-decoration:none;font-size:14px;line-height:1.5;transition:color .25s ease}.site-footer__mid-links a:hover{color:#fff}.site-footer__bottom{padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:20px}.site-footer__bottom p{margin:0;font-size:14px;color:rgba(255,255,255,0.62)}.site-footer__certs{display:flex;flex-wrap:wrap;gap:12px}.site-footer__certs span{min-width:72px;height:42px;padding:0 12px;border:1px solid rgba(255,255,255,0.18);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,0.82);font-size:12px;font-weight:700;letter-spacing:.2px}@media(max-width:1200px){.site-footer__top{grid-template-columns:1fr;gap:36px}.site-footer__menus{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__cta-title{font-size:20px}}@media(max-width:768px){.site-footer__cta-inner{min-height:auto;padding:26px 0;flex-direction:column;align-items:flex-start}.site-footer__cta-title{font-size:18px}.site-footer__overlay{padding:38px 0 22px}.site-footer__logo{margin-bottom:28px}.site-footer__menus{grid-template-columns:1fr;gap:28px}.site-footer__mid-links{gap:14px 18px;padding:22px 0 26px}.site-footer__bottom{flex-direction:column;align-items:flex-start}}:root{--navy:#111315;--blue:#d71920;--blue-dark:#aa1117;--turquoise:#19b9b2;--turquoise-dark:#0d8984;--sky:#e8f8f7;--ice:#f7f8f8;--white:#fff;--text:#181a1c;--muted:#6c7073;--line:#e1e4e4;--shadow:0 22px 60px rgba(17,19,21,.11)}html{scroll-behavior:smooth}body{font-family:"Manrope","Segoe UI",sans-serif;background:var(--white);color:var(--text)}::selection{background:var(--blue);color:#fff}.container{max-width:1320px}.header-topbar{min-height:36px;background:var(--ice);border-bottom:1px solid var(--line);color:var(--muted);letter-spacing:.055em}.header-topbar .container{min-height:36px}.header-topbar__left{color:inherit;font-size:11px}.header-topbar__right a{color:var(--muted)}.header-topbar__right a.is-active,.header-topbar__right a:hover{color:var(--blue)}.header-main{min-height:96px;background:rgba(255,255,255,0.97);border-bottom:1px solid var(--line)}.header-main .container{min-height:96px}@media(min-width:993px){.header-logo img{max-width:260px}}.header-info__item{min-width:205px;align-items:center;gap:13px}.header-info__icon{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;color:var(--turquoise-dark);background:var(--sky);border:1px solid #bce8e5;border-radius:12px}.header-info__icon svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.header-info__content{gap:2px}.header-info__content .header-info__label{color:var(--turquoise-dark);font-size:9px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.header-info__content strong{color:var(--navy);font-size:14px}.header-info__content span{color:var(--muted);font-size:11px}.header-info__content a{color:inherit;transition:color .2s ease}.header-info__content a:hover{color:var(--blue)}.header-cta{height:46px;gap:10px;background:var(--blue);border-radius:10px;letter-spacing:.04em;font-size:12px}.header-cta span{font-size:17px;transition:transform .2s ease}.header-cta:hover{background:var(--blue-dark)}.header-cta:hover span{transform:translateX(3px)}.header-whatsapp{width:48px;min-width:48px;height:48px;background:#fff;color:var(--turquoise-dark);border:1px solid #9ddeda;border-radius:12px;box-shadow:none}.header-whatsapp svg{width:23px;height:23px;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.header-whatsapp:hover{color:#fff;background:var(--turquoise);border-color:var(--turquoise);transform:translateY(-2px)}.header-nav-wrap{min-height:58px;background:#fff;border-bottom:1px solid var(--line)}.header-nav-wrap .container{min-height:58px}.header-menu__item:not(:last-child)::after{background:var(--line)}.header-menu__link{position:relative;min-height:58px;color:var(--navy);font-size:13px;letter-spacing:.055em;text-transform:uppercase}.header-menu__link:hover{color:var(--blue);background:var(--sky)}.header-menu__link.is-active{color:var(--blue);background:var(--sky)}.header-menu__link.is-active::after{content:"";position:absolute;right:18px;bottom:8px;left:18px;height:2px;border-radius:2px;background:var(--turquoise)}.header-mobile-toggle span{background:var(--navy)}.home-slider{height:min(700px,100vh - 190px);min-height:510px;background:var(--ice)}.home-slider .slider-grid{gap:3px;background:#fff}.home-slider .slide .overlay{padding:28px;background:linear-gradient(180deg,rgba(10,35,52,0.02),rgba(10,35,52,0.72))}.home-slider .slide .badge{border-radius:7px;background:var(--blue);color:#fff;letter-spacing:.07em;text-transform:uppercase;backdrop-filter:blur(8px)}.home-slider .slide .bottom h3{font-size:clamp(22px,2vw,34px);letter-spacing:-0.025em}.home-stats,.home-certificates,.home-mission,.home-cta{background:var(--white)}.home-services,.home-references,.home-news,.home-projects{background:var(--ice)}.home-stats,.home-services,.home-certificates,.home-references,.home-projects,.home-mission,.home-news,.home-cta{padding-top:104px;padding-bottom:104px}.home-stats,.home-services,.home-certificates,.home-references,.home-projects,.home-mission,.home-news,.home-cta{position:relative;isolation:isolate;overflow:hidden}.home-stats::before,.home-services::before,.home-certificates::before,.home-references::before,.home-projects::before,.home-mission::before,.home-news::before,.home-cta::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background-image:url("/assets/images/engineering-blueprint-bg.png");background-repeat:no-repeat;background-size:min(1820px,120vw) auto;opacity:.075;filter:saturate(0.85) contrast(0.9)}.home-stats>.container,.home-services>.container,.home-certificates>.container,.home-references>.container,.home-projects>.container,.home-mission>.container,.home-news>.container,.home-cta>.container{position:relative;z-index:1}.home-stats::before,.home-certificates::before,.home-news::before{background-position:center top}.home-services::before,.home-mission::before,.home-cta::before{background-position:right center;transform:scaleX(-1)}.home-references::before,.home-projects::before{background-position:left bottom}.home-projects::before{opacity:.055}.home-cta::before{opacity:.06}[class$=__subtitle]{color:var(--turquoise-dark);letter-spacing:.15em}.home-stats__title,.home-services__title,.home-certificates__title,.home-references__title,.home-projects__title,.home-mission__title,.home-news__title,.home-cta__title{color:var(--navy);letter-spacing:-0.035em}.home-stats__text,.home-services__text,.home-certificates__text,.home-references__text,.home-projects__text,.home-news__text{color:var(--muted)}.stat-item,.service-card,.mission-card,.news-card{border-radius:14px;border:1px solid var(--line);background:var(--white);box-shadow:none}.stat-item{text-align:left;background:linear-gradient(145deg,#fff,var(--ice))}.stat-item h3{color:var(--blue)}.home-stats__content{max-width:520px}.home-stats__title{margin:0 0 22px;font-size:clamp(38px,4vw,58px);line-height:1.08}.home-stats__text{max-width:480px;margin:0 0 30px;font-size:17px;line-height:1.8}.home-stats__link,.home-about__button{display:inline-flex;align-items:center;gap:14px;color:var(--navy);font-weight:700}.home-stats__link span,.home-about__button span{color:var(--blue);font-size:20px;transition:transform .25s ease}.home-stats__link:hover span,.home-about__button:hover span{transform:translateX(5px)}.stat-item{min-height:190px;padding:26px;position:relative;overflow:hidden}.stat-item::after{content:"";position:absolute;right:-24px;bottom:-24px;width:80px;height:80px;border:16px solid rgba(25,185,178,0.13);border-radius:50%}.stat-item__eyebrow{display:block;margin-bottom:22px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.stat-item h3{display:flex;align-items:flex-start;margin:0 0 8px;font-size:42px;line-height:1}.stat-item h3 small{margin:2px 0 0 3px;font-size:21px}.stat-item p{max-width:190px;margin:0;color:var(--muted);font-size:13px;line-height:1.5}.service-card{min-height:310px}.service-card::after{content:"";position:absolute;right:-45px;bottom:-45px;width:120px;height:120px;border-radius:50%;background:var(--sky);transition:transform .3s ease}.service-card__number{color:var(--turquoise-dark)}.service-card__link{color:var(--blue)}.service-card:hover{border-color:#b9dbea;box-shadow:var(--shadow)}.service-card:hover::after{transform:scale(1.25)}.home-about{padding:118px 0;background:var(--ice)}.home-about__heading{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:end;margin-bottom:54px}.home-about__subtitle{color:var(--turquoise-dark)}.home-about__title{margin:0;color:var(--navy);font-size:clamp(40px,4.2vw,62px);line-height:1.08;letter-spacing:-0.045em}.home-about__intro{margin:0 0 5px;max-width:650px;color:var(--muted);font-size:18px;line-height:1.8}.home-about__showcase{display:grid;grid-template-columns:1.15fr .85fr;min-height:570px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.home-about__visual{position:relative;min-height:500px;overflow:hidden}.home-about__visual img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.home-about__showcase:hover .home-about__visual img{transform:scale(1.025)}.home-about__visual-note{position:absolute;left:28px;bottom:28px;min-width:190px;padding:18px 20px;border-radius:10px;background:rgba(255,255,255,0.93);backdrop-filter:blur(8px)}.home-about__visual-note span{display:block;margin-bottom:5px;color:var(--muted);font-size:11px;letter-spacing:.1em;text-transform:uppercase}.home-about__visual-note strong{color:var(--navy);font-size:20px}.home-about__story{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,70px)}.home-about__index{color:var(--turquoise-dark);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.home-about__story h3{margin:18px 0 24px;color:var(--navy);font-size:clamp(26px,2.4vw,38px);line-height:1.25;letter-spacing:-0.025em}.home-about__story p{margin:0 0 16px;color:var(--muted);font-size:15px;line-height:1.8}.home-about__button{margin-top:18px;width:max-content}.home-about__values{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:42px;background:var(--line);border:1px solid var(--line);border-radius:14px;overflow:hidden}.about-value{padding:34px;background:#fff}.about-value__number{display:block;margin-bottom:30px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.12em}.about-value h3{margin:0 0 12px;color:var(--navy);font-size:21px}.about-value p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.about-profile{display:grid;grid-template-columns:1fr 360px;gap:24px;margin-top:42px}.about-profile__main,.about-profile__permit{padding:38px;border:1px solid var(--line);border-radius:14px;background:#fff}.about-profile__label{color:var(--turquoise-dark);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.about-profile__main h3{max-width:720px;margin:15px 0;color:var(--navy);font-size:28px;letter-spacing:-0.025em}.about-profile__main p,.about-profile__permit p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}.about-profile__permit{background:var(--navy);color:#fff;border-top:4px solid var(--blue)}.about-profile__permit>strong{float:left;margin-right:18px;color:var(--turquoise);font-size:54px;line-height:.9}.about-profile__permit div{display:flex;flex-direction:column;margin-bottom:24px}.about-profile__permit div span{color:rgba(255,255,255,0.58);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.about-profile__permit div b{margin-top:4px;font-size:16px}.about-profile__permit p{clear:both;color:rgba(255,255,255,0.7)}.about-capabilities{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:20px}.capability-card{position:relative;padding:34px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.capability-card--wide{grid-row:span 2}.capability-card__index{display:block;margin-bottom:24px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.14em}.capability-card h3{margin:0 0 20px;color:var(--navy);font-size:22px}.capability-card ul{display:grid;gap:11px}.capability-card li{position:relative;padding-left:18px;color:var(--muted);font-size:14px;line-height:1.6}.capability-card li::before{content:"";position:absolute;top:.65em;left:0;width:6px;height:6px;border-radius:50%;background:var(--turquoise)}.capability-card li b{color:var(--navy)}.capability-card--status{background:linear-gradient(135deg,var(--sky),#fff)}.capability-status{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-top:1px solid #bce8e5}.capability-status b{color:var(--navy);font-size:18px}.capability-status span{padding:6px 10px;border-radius:99px;color:var(--turquoise-dark);background:#fff;font-size:11px;font-weight:700}.about-contact{display:grid;grid-template-columns:1.15fr .85fr;gap:1px;margin-top:20px;border-radius:14px;overflow:hidden;background:#333}.about-contact>div{padding:24px 28px;background:var(--navy)}.about-contact span{display:block;margin-bottom:7px;color:var(--turquoise);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.about-contact strong,.about-contact a{color:#fff;font-size:13px;line-height:1.6}.about-contact a:hover{color:var(--turquoise)}.home-projects__subtitle{color:var(--blue)}.project-card{border-radius:14px;border:1px solid var(--line);box-shadow:none}.project-card__category{color:var(--turquoise-dark)}.project-card:hover{box-shadow:var(--shadow)}.reference-item{border-radius:14px;border:1px solid var(--line);box-shadow:0 12px 30px rgba(31,76,105,0.07)}.references-marquee::before{background:linear-gradient(to right,var(--ice),transparent)}.references-marquee::after{background:linear-gradient(to left,var(--ice),transparent)}.certificate-btn{border-radius:10px}.certificate-btn.active{color:var(--navy);background:var(--sky)}.certificates__viewer{border-radius:18px;border-color:var(--line);box-shadow:var(--shadow)}.home-mission__intro{border-radius:16px;background:linear-gradient(145deg,var(--sky),#fff);border:1px solid var(--line);color:var(--text)}.home-mission__intro::before{background:rgba(22,132,199,0.08)}.home-mission__intro::after{background:rgba(22,132,199,0.06)}.home-mission__subtitle{color:var(--turquoise-dark)}.home-mission__title{color:var(--navy)}.home-mission__text{color:var(--muted)}.home-mission__highlight span{color:var(--navy);background:#fff;border-color:var(--line)}.mission-card{border-radius:16px}.mission-card--dark{background:var(--navy)}.home-cta__box{border-radius:18px;background:linear-gradient(120deg,var(--sky),#fff);border:1px solid #bce8e5}.home-cta__subtitle{color:var(--blue)}.home-cta__title{color:var(--navy)}.home-cta__text{color:var(--muted)}.home-cta__box::before,.home-cta__box::after{background:rgba(22,132,199,0.07)}.home-cta__btn{border-radius:9px}.home-cta__btn--primary{background:var(--blue);color:#fff}.home-cta__btn--secondary{background:#fff;border-color:var(--line);color:var(--navy)}.site-footer{background:var(--ice);color:var(--text);border-top:1px solid var(--line)}.site-footer__cta{background:var(--navy);border-top:4px solid var(--blue)}.site-footer__main{min-height:auto}.site-footer__bg img{opacity:.035}.site-footer__bg::after{background:rgba(245,249,252,0.94)}.site-footer__logo img{filter:none;opacity:1}.site-footer__follow-title,.site-footer__col h4{color:var(--navy)}.site-footer__col a,.site-footer__mid-links a{color:var(--muted)}.site-footer__col a:hover,.site-footer__mid-links a:hover{color:var(--blue)}.site-footer__location{display:grid;gap:3px}.site-footer__location strong{color:var(--navy);font-size:15px;font-weight:700;line-height:1.6}.site-footer__location span,.site-footer__location a{color:var(--muted);font-family:inherit;font-size:15px;font-weight:400;line-height:1.6}.site-footer__branch{margin-top:22px !important;padding-top:18px;border-top:1px solid var(--line)}.site-footer__branch a{display:inline-block;margin-top:12px}.site-footer__social a{border-color:#a9dcda;color:var(--turquoise-dark);background:#fff}.site-footer__mid-links{border-color:var(--line)}.site-footer__bottom p{color:var(--muted)}.site-footer__certs span{color:var(--navy);border-color:#a9dcda;background:#fff}.news-card__date,.news-card__link{color:var(--turquoise-dark)}.news-card:hover,.mission-card:hover{border-color:#a9dcda}.mission-card--dark{background:var(--navy);border-top:4px solid var(--blue)}.certificate-btn:hover{background:var(--ice)}.certificate-btn.active{color:var(--navy);background:var(--sky)}.home-cta__btn--secondary:hover{color:#fff;background:var(--turquoise);border-color:var(--turquoise)}@media(max-width:992px){.home-slider{min-height:0;height:auto}.header-nav{background:#fff;border-top:1px solid var(--line)}.home-about__heading{grid-template-columns:1fr;gap:24px}.home-about__showcase{grid-template-columns:1fr}.home-about__visual{min-height:430px}.about-profile{grid-template-columns:1fr}}@media(max-width:768px){.home-stats,.home-services,.home-certificates,.home-references,.home-projects,.home-mission,.home-news,.home-cta{padding-top:76px;padding-bottom:76px}.home-about{padding:76px 0}.home-about__intro{font-size:16px}.home-about__visual{min-height:320px}.home-about__story{padding:30px 22px}.home-about__values{grid-template-columns:1fr}.about-value{padding:26px 22px}.about-value__number{margin-bottom:14px}.about-capabilities,.about-contact{grid-template-columns:1fr}.capability-card--wide{grid-row:auto}.about-profile__main,.about-profile__permit,.capability-card{padding:26px 22px}.header-info{display:none}.header-main .container{padding-top:18px;padding-bottom:18px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}.page-hero{padding:72px 0;background:linear-gradient(135deg,#111315,#23343e);color:#fff}.page-hero span{color:#79d8d3;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.page-hero h1{margin:10px 0 22px;font-size:clamp(38px,5vw,64px)}.page-hero nav{display:flex;gap:10px;align-items:center;font-size:13px}.page-hero nav a{color:#fff}.page-hero nav b{color:#d71920}.inner-section{padding:90px 0;background:#f7f8f8}.inner-heading{max-width:850px;margin-bottom:46px}.inner-heading>span,.inner-card>span,.inner-card>div>span{color:#0d8984;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.inner-heading h2{margin:10px 0 18px;color:#111315;font-size:clamp(34px,4vw,52px);line-height:1.12}.inner-heading p,.inner-card p,.corporate-story p{color:#6c7073;line-height:1.8}.inner-grid{display:grid;gap:22px}.inner-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.inner-card{padding:28px;border:1px solid #e1e4e4;border-radius:14px;background:#fff}.inner-card h3{margin:12px 0;color:#111315;font-size:21px;line-height:1.4}.inner-card ul{display:grid;gap:12px}.inner-card li{padding-left:16px;color:#6c7073;line-height:1.6;position:relative}.inner-card li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:#19b9b2}.inner-card__number{display:block;margin-bottom:28px;color:#d71920 !important;font-size:14px !important}.inner-card--media{padding:0;overflow:hidden}.inner-card--media>img{width:100%;height:240px;object-fit:cover}.inner-card--media>div{padding:25px}.corporate-story{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;margin-bottom:42px}.corporate-story__image{position:relative}.corporate-story__image img{width:100%;height:480px;object-fit:cover;border-radius:16px}.corporate-story__image strong{position:absolute;left:20px;bottom:20px;padding:15px 18px;border-radius:9px;background:#fff}.corporate-story h3{font-size:34px;line-height:1.3}.reference-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.reference-logo{display:grid;place-items:center;gap:15px;min-height:190px;padding:25px;border:1px solid #e1e4e4;border-radius:14px;background:#fff;color:#111315}.reference-logo img{max-width:100%;height:110px;object-fit:contain}.contact-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:35px;border-radius:14px;background:#fff;border:1px solid #e1e4e4}.inner-button{display:inline-flex;padding:13px 20px;border-radius:8px;background:#d71920;color:#fff;font-weight:800}.contact-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px}.contact-grid a{color:#111315}.map-box{height:430px;margin-top:25px;overflow:hidden;border-radius:14px}.map-box iframe{width:100%;height:100%;border:0}@media(max-width:900px){.inner-grid--3,.reference-grid{grid-template-columns:repeat(2,1fr)}.corporate-story,.contact-grid{grid-template-columns:1fr}.corporate-story__image img{height:360px}}@media(max-width:600px){.page-hero{padding:52px 0}.inner-section{padding:65px 0}.inner-grid--3,.reference-grid{grid-template-columns:1fr}.contact-panel{align-items:flex-start;flex-direction:column}.inner-card--media>img{height:210px}}.corporate-shell{padding:76px 0 100px;background:#f5f7f7}.corporate-shell>.container{display:grid;grid-template-columns:300px minmax(0,1fr);gap:42px;align-items:start}.corporate-sidebar{position:sticky;top:88px;overflow:hidden;border:1px solid #dfe4e4;border-radius:14px;background:#fff}.corporate-sidebar__title{display:flex;align-items:center;gap:14px;padding:24px;background:#111315;color:#fff}.corporate-sidebar__title>span{display:grid;place-items:center;width:46px;height:46px;border-radius:9px;background:#d71920;font-weight:900}.corporate-sidebar__title div{display:flex;flex-direction:column;gap:4px}.corporate-sidebar__title small{color:#9adbd8;font-size:9px;letter-spacing:.13em;text-transform:uppercase}.corporate-sidebar__title strong{font-size:18px}.corporate-sidebar nav{display:grid}.corporate-sidebar nav a{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:52px;padding:0 18px;border-bottom:1px solid #edf0f0;color:#25292b;font-size:13px;font-weight:700;transition:.2s}.corporate-sidebar nav a b{color:#b8bfc1;transition:.2s}.corporate-sidebar nav a:hover{padding-left:22px;color:#d71920;background:#fafafa}.corporate-sidebar nav a.active{color:#fff;background:#0d8984}.corporate-sidebar nav a.active b{color:#fff}.corporate-sidebar__contact{display:flex;flex-direction:column;gap:7px;padding:22px;background:#e8f8f7}.corporate-sidebar__contact small{color:#0d8984;font-size:10px;text-transform:uppercase}.corporate-sidebar__contact strong{font-size:14px}.corporate-sidebar__contact a{margin-top:7px;color:#d71920;font-size:12px;font-weight:800}.corporate-content{min-height:720px;padding:52px;border:1px solid #dfe4e4;border-radius:16px;background:#fff}.corporate-content>header{max-width:780px;padding-bottom:34px;border-bottom:1px solid #e5e8e8}.corporate-content>header>span{color:#0d8984;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.corporate-content h1{margin:12px 0 18px;color:#111315;font-size:clamp(38px,4.7vw,62px);line-height:1.06;letter-spacing:-0.045em}.corporate-content>header p{margin:0;color:#667073;font-size:17px;line-height:1.8}.corporate-content__image{height:410px;margin:34px 0 0;overflow:hidden;border-radius:12px}.corporate-content__image img{width:100%;height:100%;object-fit:cover}.corporate-content__body{max-width:820px;margin-top:35px}.corporate-content__body p{margin:0 0 18px;color:#596366;font-size:15px;line-height:1.9}.corporate-content__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:35px}.corporate-content__items section{display:grid;grid-template-columns:38px 1fr;gap:14px;min-height:130px;padding:22px;border:1px solid #e1e5e5;border-radius:10px;background:#fafbfb}.corporate-content__items section>span{color:#d71920;font-size:11px;font-weight:900}.corporate-content__items h2{margin:0 0 8px;color:#111315;font-size:18px;line-height:1.4}.corporate-content__items p{margin:0;color:#6c7476;font-size:12px;line-height:1.65}.corporate-content blockquote{margin:34px 0 0;padding:25px 28px;border-left:4px solid #d71920;border-radius:0 10px 10px 0;background:#111315;color:#fff;font-size:18px;font-weight:700;line-height:1.6}@media(max-width:1000px){.corporate-shell>.container{grid-template-columns:250px minmax(0,1fr);gap:24px}.corporate-content{padding:36px}.corporate-content__items{grid-template-columns:1fr}}@media(max-width:760px){.corporate-shell{padding:35px 0 70px}.corporate-shell>.container{grid-template-columns:1fr}.corporate-sidebar{position:static}.corporate-sidebar nav{display:flex;overflow-x:auto}.corporate-sidebar nav a{flex:0 0 auto;white-space:nowrap;border-right:1px solid #edf0f0}.corporate-sidebar__contact{display:none}.corporate-content{min-height:0;padding:27px 20px}.corporate-content__image{height:280px}.corporate-content h1{font-size:36px}.corporate-content>header p{font-size:15px}}.corporate-sidebar__title{background:linear-gradient(135deg,#e8f8f7,#f8fbfb);color:#163537;border-bottom:1px solid #cce9e7}.corporate-sidebar__title>span{border-radius:12px;background:#fff;color:#d71920;border:1px solid #bfe4e2;box-shadow:0 8px 20px rgba(13,137,132,0.1)}.corporate-sidebar__title small{color:#0d8984}.corporate-content blockquote{border-left-color:#19b9b2;border-radius:0 12px 12px 0;background:linear-gradient(135deg,#e8f8f7,#f9fcfc);color:#173638}.corporate-content--founder>header{max-width:none;text-align:center}.corporate-content--founder>header>span{display:none}.corporate-content--founder h1{font-size:34px;letter-spacing:-0.02em}.corporate-content--founder .corporate-content__body{max-width:900px;margin:30px auto 0}.corporate-content--founder .corporate-content__body p{color:#303a3d;font-size:15px;line-height:1.75}.founder-profile{display:grid;justify-items:center;gap:24px;margin-top:34px;padding:40px;border-radius:18px;background:linear-gradient(145deg,#f1f5f5,#fbfcfc);border:1px solid #e2e9e9;text-align:center}.founder-profile>div>span{color:#0d8984;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.founder-profile h2{margin:9px 0 6px;color:#162729;font-size:25px}.founder-profile p{margin:0;color:#596467;font-size:13px}.founder-profile strong{display:block;margin-top:10px;color:#0d8984;font-size:13px}.founder-profile img{width:min(330px,100%);aspect-ratio:1;border-radius:18px;object-fit:cover;box-shadow:0 18px 42px rgba(28,57,59,0.15)}@media(max-width:600px){.founder-profile{padding:26px 18px}.corporate-content--founder h1{font-size:30px}}.corporate-content__image--showcase{position:relative;height:610px;isolation:isolate;background:#082d30}.corporate-content__image--showcase::before{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(3,29,32,0.94) 0,rgba(4,35,38,0.82) 48%,rgba(5,35,38,0.32) 100%),linear-gradient(0,rgba(3,29,32,0.65),transparent 55%)}.corporate-content__image--showcase>img{position:absolute;inset:0}.corporate-showcase{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;width:min(720px,86%);min-height:100%;padding:52px;color:#fff}.corporate-showcase__eyebrow{display:flex;align-items:center;gap:14px;color:#7de3dc;font-size:11px;font-weight:800;letter-spacing:.17em}.corporate-showcase__eyebrow::before{content:"";width:30px;height:2px;background:#d71920}.corporate-showcase h2{max-width:650px;margin:22px 0 20px;color:#fff;font-size:clamp(42px,5vw,68px);font-weight:800;letter-spacing:-0.055em;line-height:.98}.corporate-showcase p{max-width:610px;margin:0;color:rgba(255,255,255,0.82);font-size:14px;line-height:1.75}.corporate-showcase__certificates{display:flex;flex-wrap:wrap;gap:8px;margin-top:28px}.corporate-showcase__certificates span{display:inline-flex;align-items:center;min-height:32px;padding:0 13px;border:1px solid rgba(150,229,223,0.48);border-radius:999px;color:#fff;background:rgba(5,44,47,0.62);backdrop-filter:blur(5px);font-size:9px;font-weight:800;letter-spacing:.045em;white-space:nowrap}@media(max-width:1000px){.corporate-content__image--showcase{height:590px}.corporate-showcase{padding:38px}.corporate-showcase h2{font-size:clamp(40px,6vw,58px)}}@media(max-width:760px){.corporate-content__image--showcase{height:auto;min-height:650px}.corporate-content__image--showcase::before{background:linear-gradient(90deg,rgba(3,29,32,0.94),rgba(3,29,32,0.7))}.corporate-showcase{width:100%;min-height:650px;padding:34px 24px;justify-content:flex-end}.corporate-showcase h2{margin-top:18px;font-size:clamp(38px,12vw,52px)}.corporate-showcase__certificates{margin-top:22px;gap:6px}.corporate-showcase__certificates span{min-height:29px;padding:0 10px;font-size:8px}}@media(max-width:760px){.corporate-shell{padding:24px 0 60px}.corporate-shell>.container{grid-template-columns:minmax(0,1fr);gap:18px}.corporate-sidebar{position:static;min-width:0}.corporate-sidebar__title{padding:18px 20px}.corporate-sidebar nav{display:flex;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.corporate-sidebar nav::-webkit-scrollbar{display:none}.corporate-sidebar nav a{flex:0 0 auto;min-width:max-content;min-height:52px;padding:0 18px;white-space:nowrap;border-right:1px solid #edf0f0;scroll-snap-align:center}.corporate-sidebar nav a:hover{padding-left:18px}.corporate-content{min-width:0;min-height:0;padding:26px 18px;border-radius:14px}.corporate-content>header{padding-bottom:25px}.corporate-content>header p{font-size:15px;line-height:1.7}.corporate-content h1{font-size:clamp(31px,9.5vw,38px);overflow-wrap:anywhere}.corporate-content__image{height:280px;margin-top:26px}.corporate-content__body,.corporate-content__items{margin-top:26px}.corporate-content blockquote{padding:21px 20px;font-size:16px}.corporate-content__image--showcase{height:auto;min-height:540px;border-radius:12px}.corporate-content__image--showcase::before{background:linear-gradient(0,rgba(3,29,32,0.97) 0,rgba(3,29,32,0.82) 60%,rgba(3,29,32,0.38) 100%),linear-gradient(90deg,rgba(3,29,32,0.72),rgba(3,29,32,0.28))}.corporate-content__image--showcase>img{object-position:62% center}.corporate-showcase{width:100%;min-height:540px;padding:28px 20px;justify-content:flex-end}.corporate-showcase__eyebrow{gap:10px;font-size:9px;line-height:1.5}.corporate-showcase__eyebrow::before{width:22px}.corporate-showcase h2{max-width:100%;margin:14px 0 15px;font-size:clamp(31px,10vw,40px);line-height:1.02;letter-spacing:-0.045em;overflow-wrap:anywhere}.corporate-showcase p{font-size:13px;line-height:1.65}}@media(max-width:390px){.corporate-content__image--showcase,.corporate-showcase{min-height:520px}.corporate-showcase{padding:24px 16px}.corporate-showcase h2{font-size:30px}}@media(max-width:920px){.project-sidebar,.news-sidebar{min-width:0;border-radius:14px}.project-sidebar>header,.news-sidebar>header{min-height:62px;padding:17px 19px;color:#173638;background:linear-gradient(135deg,#e8f8f7,#f8fbfb);border-bottom:1px solid #cce9e7}.project-sidebar>header span,.news-sidebar>header span{color:#0d8984}.project-sidebar>header strong,.news-sidebar>header strong{color:#536a68}.project-sidebar nav,.news-sidebar nav{display:flex;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.project-sidebar nav::-webkit-scrollbar,.news-sidebar nav::-webkit-scrollbar{display:none}.project-sidebar nav>a,.news-sidebar nav>a{flex:0 0 clamp(190px,70vw,260px);min-height:72px;padding:13px 16px;border-right:1px solid #e4eceb;scroll-snap-align:center}.project-sidebar nav>a:hover,.news-sidebar nav>a:hover{padding-left:16px}.project-sidebar nav>a.active,.news-sidebar nav>a.active{box-shadow:inset 0 -3px 0 #0d8984}.project-sidebar__category{display:none}.project-category-nav{flex-wrap:nowrap;max-width:100%;padding:2px 0 9px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.project-category-nav::-webkit-scrollbar{display:none}.project-category-nav a{flex:0 0 auto;min-height:44px;scroll-snap-align:center}}@media(max-width:600px){.projects-archive__layout,.news-layout{gap:18px}.project-sidebar nav>a,.news-sidebar nav>a{flex-basis:min(76vw,245px)}.project-pagination,.news-pagination{padding:13px 16px;background:#fbfdfd}}.corporate-content--founder{padding:34px 44px 44px}.corporate-content--founder>header{max-width:none;padding-bottom:0;border:0;text-align:center}.corporate-content--founder>header>span{display:none}.corporate-content--founder h1{margin:0;font-size:30px;letter-spacing:-0.02em}.corporate-content--founder .corporate-content__body{max-width:900px;margin:14px auto 0}.corporate-content--founder .corporate-content__body p{margin:0;color:#303a3d;font-size:15px;line-height:1.62}.corporate-content--founder .corporate-content__body p+p{margin-top:0}.founder-profile{gap:24px;margin-top:32px;padding:38px;border:0;border-radius:15px;background:#f3f5f5}.founder-profile>div>span{display:none}.founder-profile h2{margin:0 0 6px;font-size:23px}.founder-profile p{font-size:14px}.founder-profile strong{margin-top:10px;color:#344447;font-weight:500}.founder-profile img{width:234px;height:245px;max-width:100%;aspect-ratio:auto;border-radius:15px;object-fit:cover;box-shadow:0 12px 30px rgba(28,57,59,0.14)}@media(max-width:600px){.corporate-content--founder{padding:28px 20px}.founder-profile{padding:30px 16px}.corporate-content--founder h1{font-size:28px}}.corporate-content--organization{padding:42px 34px;max-width:none}.corporate-content--organization>header{max-width:none}.org-document{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:25px 0;padding:12px;border-radius:9px;background:#f3f7f7}.org-document span,.org-document a{padding:7px 10px;border-radius:6px;background:#fff;color:#637073;font-size:10px}.org-document a{margin-left:auto;color:#d71920;font-weight:800}.org-chart{--org-line:#b9d9d7;display:grid;gap:30px}.org-leadership{display:grid;justify-items:center}.org-leadership>span{width:2px;height:25px;background:var(--org-line)}.org-node{min-width:240px;padding:17px 22px;border:1px solid #b9dedc;border-radius:12px;background:#fff;color:#183638;text-align:center;font-size:14px;font-weight:800;box-shadow:0 9px 24px rgba(18,70,68,0.08)}.org-node--primary{background:linear-gradient(135deg,#19b9b2,#0d8984);border:0;color:#fff}.org-node--secondary{background:#e9f8f7}.org-support,.org-operations{padding-top:26px;border-top:1px solid var(--org-line)}.org-support>h2,.org-operations>h2{margin:0 0 16px;color:#0d8984;font-size:12px;letter-spacing:.13em;text-transform:uppercase}.org-grid{display:grid;gap:12px}.org-grid--support{grid-template-columns:repeat(3,minmax(0,1fr))}.org-grid--operations{grid-template-columns:repeat(3,minmax(0,1fr))}.org-branch{padding:16px;border:1px solid #dce7e7;border-radius:11px;background:#fbfcfc}.org-branch h3{margin:0;color:#243638;font-size:13px;line-height:1.45}.org-branch>div{display:grid;gap:7px;margin-top:13px}.org-branch>div>span,.org-production-team span{padding:9px 10px;border-left:3px solid #19b9b2;border-radius:0 6px 6px 0;background:#fff;color:#5b676a;font-size:10px;line-height:1.4}.org-branch--production{grid-column:span 3;border-color:#a9d8d5;background:#eef9f8}.org-production-top{grid-template-columns:repeat(3,1fr)}.org-production-team{display:grid !important;grid-template-columns:repeat(3,1fr);padding:14px;border-radius:9px;background:#fff}.org-production-team strong{grid-column:1/-1;margin-bottom:4px;color:#d71920;font-size:13px}.org-production-team span{background:#f6f9f9}@media(max-width:1050px){.org-grid--support,.org-grid--operations{grid-template-columns:repeat(2,minmax(0,1fr))}.org-branch--production{grid-column:span 2}.org-production-top,.org-production-team{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.corporate-content--organization{padding:28px 18px}.org-grid--support,.org-grid--operations{grid-template-columns:1fr}.org-branch--production{grid-column:auto}.org-production-top,.org-production-team{grid-template-columns:1fr}.org-document a{width:100%;margin:0}.org-node{min-width:0;width:100%}}.corporate-content__icon{display:grid;place-items:center;margin:30px 0 8px;padding:35px;border-radius:16px;background:linear-gradient(135deg,#f5fbfb,#e8f8f7)}.corporate-content__icon img{width:190px;height:190px}.corporate-content:has(.corporate-content__icon) .corporate-content__body{padding:28px 30px;border-left:4px solid #19b9b2;border-radius:0 12px 12px 0;background:#fafcfc}.corporate-content:has(.corporate-content__icon) .corporate-content__body p{margin:0;color:#344346;font-size:17px;line-height:1.85}@media(max-width:600px){.corporate-content__icon{padding:24px}.corporate-content__icon img{width:145px;height:145px}.corporate-content:has(.corporate-content__icon) .corporate-content__body{padding:22px 18px}.corporate-content:has(.corporate-content__icon) .corporate-content__body p{font-size:15px}}.activity-content{min-height:680px}.activity-content>header{max-width:850px}.activity-overview{display:grid;gap:12px;margin-top:34px}.activity-overview>a{display:grid;grid-template-columns:54px minmax(0,1fr) 24px;align-items:center;gap:20px;padding:22px;border:1px solid #dfe8e7;border-radius:12px;background:#fbfdfd;color:#172729;transition:.22s}.activity-overview>a:hover{transform:translateY(-2px);border-color:#91d4d0;background:#f1fbfa;box-shadow:0 12px 30px rgba(20,75,72,0.08)}.activity-overview__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:12px;background:#e5f7f5;color:#0d8984}.activity-overview__icon svg{width:28px;stroke:currentColor;stroke-width:1.6}.activity-overview h2{margin:0 0 6px;font-size:18px}.activity-overview p{margin:0;color:#677275;font-size:13px;line-height:1.65}.activity-overview>a>b{color:#d71920;font-size:18px}.activity-detail{display:grid;grid-template-columns:170px minmax(0,1fr);gap:36px;margin-top:38px;padding:34px;border:1px solid #dce9e8;border-radius:16px;background:linear-gradient(135deg,#f0faf9,#fff)}.activity-detail__icon{display:grid;place-items:center;width:150px;height:150px;border-radius:50%;background:#fff;color:#0d8984;box-shadow:0 16px 38px rgba(16,82,78,0.1)}.activity-detail__icon svg{width:78px;stroke:currentColor;stroke-width:1.8}.activity-detail>div>span,.activity-related>span{color:#0d8984;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.activity-detail h2{margin:9px 0 16px;color:#172729;font-size:26px;line-height:1.3}.activity-detail p{margin:0 0 13px;color:#5d696b;font-size:14px;line-height:1.8}.activity-detail a{display:inline-flex;gap:12px;margin-top:10px;color:#d71920;font-size:13px;font-weight:800}.activity-related{margin-top:38px;padding-top:28px;border-top:1px solid #e1e8e7}.activity-related>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:15px}.activity-related a{display:flex;justify-content:space-between;gap:16px;padding:15px 17px;border-radius:9px;background:#f4f7f7;color:#273638;font-size:12px;font-weight:700}.activity-related a b{color:#0d8984}@media(max-width:900px){.activity-detail{grid-template-columns:120px minmax(0,1fr)}.activity-detail__icon{width:110px;height:110px}.activity-detail__icon svg{width:58px}}@media(max-width:600px){.activity-overview>a{grid-template-columns:44px minmax(0,1fr) 16px;padding:17px;gap:13px}.activity-overview__icon{width:44px;height:44px}.activity-overview h2{font-size:15px}.activity-detail{grid-template-columns:1fr;padding:24px}.activity-detail__icon{width:90px;height:90px}.activity-related>div{grid-template-columns:1fr}}.activity-content--modern{padding:42px}.activity-modern-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:32px}.activity-modern-card{overflow:hidden;border:1px solid #dce7e5;border-radius:16px;color:#173630;background:#fff;box-shadow:0 10px 30px rgba(19,66,62,0.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.activity-modern-card:hover{border-color:#8dcfc9;transform:translateY(-5px);box-shadow:0 22px 48px rgba(19,66,62,0.13)}.activity-modern-card figure{position:relative;height:205px;margin:0;overflow:hidden;background:linear-gradient(135deg,#f3fbfa 0,#e8f7f6 100%)}.activity-modern-card__visual::before,.activity-modern-card__visual::after{content:"";position:absolute;border-radius:50%;background:rgba(17,178,168,0.08)}.activity-modern-card__visual::before{width:180px;height:180px;right:-65px;top:-80px}.activity-modern-card__visual::after{width:110px;height:110px;left:-42px;bottom:-58px}.activity-modern-card__visual>i{position:absolute;z-index:1;inset:0;display:grid;place-items:center;width:112px;height:112px;margin:auto;border:1px solid #a7dfdc;border-radius:30px;color:#10aaa3;background:rgba(255,255,255,0.48);box-shadow:0 18px 40px rgba(14,119,113,0.08);transition:transform .28s ease,box-shadow .28s ease}.activity-modern-card__visual>i svg{width:62px;height:62px;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.activity-modern-card:hover .activity-modern-card__visual>i{transform:translateY(-4px) scale(1.03);box-shadow:0 24px 48px rgba(14,119,113,0.14)}.activity-modern-card figure>span,.activity-hero figure>span{position:absolute;z-index:2;top:16px;left:16px;padding:8px 11px;border-radius:999px;color:#087f78;background:rgba(255,255,255,0.82);border:1px solid rgba(8,127,120,0.14);font-size:8px;font-weight:900;letter-spacing:.09em}.activity-modern-card__body{position:relative;padding:28px 24px 24px}.activity-modern-card__icon,.activity-hero__icon{display:grid;place-items:center;width:48px;height:48px;margin-top:-52px;margin-bottom:17px;border:5px solid #fff;border-radius:14px;color:#087f78;background:#e4f7f5;box-sizing:content-box}.activity-modern-card__icon svg,.activity-hero__icon svg{width:25px;height:25px;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.activity-modern-card h2{margin:0 0 10px;font-size:20px;line-height:1.3}.activity-modern-card p{margin:0;color:#667773;font-size:12px;line-height:1.7}.activity-modern-card strong{display:flex;justify-content:space-between;margin-top:18px;padding-top:15px;border-top:1px solid #edf2f1;color:#087f78;font-size:10px;letter-spacing:.05em;text-transform:uppercase}.activity-hero{display:grid;grid-template-columns:1.08fr .92fr;min-height:440px;margin-top:34px;overflow:hidden;border:1px solid #dce7e5;border-radius:18px;background:#f4f9f8}.activity-hero figure{position:relative;min-height:430px;margin:0;overflow:hidden}.activity-hero__visual{display:grid;place-items:center;background:linear-gradient(135deg,#f3fbfa 0,#e3f5f3 100%)}.activity-hero__visual::before,.activity-hero__visual::after{content:"";position:absolute;border-radius:50%;background:rgba(17,178,168,0.08)}.activity-hero__visual::before{width:320px;height:320px;right:-110px;top:-120px}.activity-hero__visual::after{width:210px;height:210px;left:-85px;bottom:-105px}.activity-hero__visual>i{position:relative;z-index:1;display:grid;place-items:center;width:190px;height:190px;border:1px solid #a7dfdc;border-radius:48px;color:#10aaa3;background:rgba(255,255,255,0.52);box-shadow:0 26px 60px rgba(14,119,113,0.1)}.activity-hero__visual>i svg{width:104px;height:104px;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.activity-hero>div{display:flex;flex-direction:column;justify-content:center;padding:42px}.activity-hero__icon{margin:0 0 20px;border:0;box-sizing:border-box}.activity-hero small{color:#087f78;font-size:9px;font-weight:900;letter-spacing:.13em}.activity-hero h2{margin:11px 0 15px;color:#173630;font-size:30px;line-height:1.16}.activity-hero p{margin:0;color:#60716e;font-size:14px;line-height:1.8}.activity-hero a{align-self:flex-start;margin-top:24px;padding:12px 16px;border-radius:9px;color:#fff;background:#087f78;font-size:11px;font-weight:800}.activity-feature-list{margin-top:26px;padding:30px;border:1px solid #dce7e5;border-radius:16px;background:#fff}.activity-feature-list header span{color:#087f78;font-size:9px;font-weight:900;letter-spacing:.14em}.activity-feature-list header h2{margin:8px 0 22px;font-size:25px}.activity-feature-list>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.activity-feature-list article{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 15px;border-radius:10px;background:#f1f8f7}.activity-feature-list article span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:#fff;background:#18a99f;font-size:11px}.activity-feature-list article strong{font-size:12px}.activity-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:26px;overflow:hidden;border-radius:14px;background:#dce7e5}.activity-process article{min-height:115px;padding:22px 17px;background:#173b43}.activity-process b{display:block;margin-bottom:20px;color:#60ddd5;font-size:10px}.activity-process span{color:#fff;font-size:11px;font-weight:700;line-height:1.5}@media(max-width:1050px){.activity-modern-grid{grid-template-columns:1fr}.activity-hero{grid-template-columns:1fr}.activity-hero figure{min-height:350px}.activity-process{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.activity-content--modern{padding:27px 20px}.activity-modern-card figure{height:190px}.activity-hero>div{padding:28px 22px}.activity-hero h2{font-size:25px}.activity-feature-list{padding:22px 17px}.activity-feature-list>div{grid-template-columns:1fr}.activity-process article{min-height:95px}}.products-modern{padding:90px 0;background:#f4f8f7}.products-modern__heading{max-width:820px;margin-bottom:38px}.products-modern__heading>span{color:#087f78;font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.products-modern__heading h1{margin:10px 0 16px;color:#152f35;font-size:clamp(38px,5vw,62px);letter-spacing:-0.045em;line-height:1.05}.products-modern__heading p{margin:0;color:#657572;font-size:16px;line-height:1.75}.products-modern__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-modern-card{position:relative;min-height:430px;overflow:hidden;border-radius:18px;color:#fff;background:#12383e;box-shadow:0 14px 38px rgba(18,56,62,0.13)}.product-modern-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,32,36,0.02) 20%,rgba(4,32,36,0.92) 88%)}.product-modern-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.product-modern-card:hover img{transform:scale(1.045)}.product-modern-card__content{position:absolute;z-index:2;right:0;bottom:0;left:0;padding:28px}.product-modern-card__content>span{display:inline-flex;padding:7px 10px;border:1px solid rgba(130,229,222,0.38);border-radius:999px;color:#8ce6df;background:rgba(9,79,77,0.55);font-size:8px;font-weight:900;letter-spacing:.11em}.product-modern-card h2{margin:14px 0 10px;color:#fff;font-size:24px;line-height:1.2}.product-modern-card p{margin:0;color:rgba(255,255,255,0.76);font-size:12px;line-height:1.7}.product-modern-card strong{display:flex;justify-content:space-between;margin-top:18px;color:#fff;font-size:10px;letter-spacing:.06em;text-transform:uppercase}@media(max-width:1000px){.products-modern__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.products-modern{padding:65px 0}.products-modern__grid{grid-template-columns:1fr}.product-modern-card{min-height:390px}}body.cookie-modal-open{overflow:hidden}.cookie-consent[hidden]{display:none}.cookie-consent{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:24px}.cookie-consent__backdrop{position:absolute;inset:0;background:rgba(10,27,29,0.68);backdrop-filter:blur(7px)}.cookie-consent__panel{position:relative;width:min(720px,100%);max-height:calc(100vh - 48px);overflow:auto;border:1px solid rgba(255,255,255,0.7);border-radius:20px;background:#fff;box-shadow:0 30px 90px rgba(5,30,31,0.3)}.cookie-consent__close{position:absolute;z-index:2;top:18px;right:18px;display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid #dce8e7;border-radius:50%;background:#fff;color:#273638;font-size:24px;cursor:pointer}.cookie-consent header{padding:34px 76px 26px 36px;background:linear-gradient(135deg,#e8f8f7,#fbfdfd);border-bottom:1px solid #dceae9}.cookie-consent header>span{color:#0d8984;font-size:10px;font-weight:800;letter-spacing:.16em}.cookie-consent h2{margin:8px 0;color:#132b2d;font-size:clamp(25px,4vw,34px);letter-spacing:-0.035em}.cookie-consent header p{margin:0;color:#617073;font-size:14px}.cookie-consent__body{display:grid;gap:20px;padding:28px 36px 12px}.cookie-consent__body section{padding-left:18px;border-left:3px solid #1bb2ac}.cookie-consent__body h3{margin:0 0 7px;color:#17292b;font-size:16px}.cookie-consent__body p{margin:0 0 8px;color:#5e696c;font-size:13px;line-height:1.7}.cookie-consent__body a{color:#0d8984;font-weight:700}.cookie-consent__check{display:grid;grid-template-columns:22px 1fr;align-items:start;gap:12px;margin:14px 36px 0;padding:17px;border:1px solid #cfe4e2;border-radius:11px;background:#f2faf9;cursor:pointer}.cookie-consent__check input{position:absolute;opacity:0;pointer-events:none}.cookie-consent__check span{display:grid;place-items:center;width:22px;height:22px;border:2px solid #86aaa7;border-radius:5px;background:#fff}.cookie-consent__check input:checked+span{border-color:#0d8984;background:#0d8984}.cookie-consent__check input:checked+span:after{content:"✓";color:#fff;font-size:14px;font-weight:900}.cookie-consent__check input:focus-visible+span{outline:3px solid rgba(13,137,132,0.25);outline-offset:2px}.cookie-consent__check strong{color:#243537;font-size:12px;line-height:1.55}.cookie-consent__error{margin:8px 36px 0;color:#c71920;font-size:12px;font-weight:700}.cookie-consent footer{display:flex;justify-content:flex-end;gap:10px;padding:22px 36px 30px}.cookie-consent footer button{min-height:46px;padding:0 20px;border-radius:8px;font-size:12px;font-weight:800;cursor:pointer}.cookie-consent__secondary{border:1px solid #cad5d4;background:#fff;color:#344447}.cookie-consent__primary{border:0;background:#d71920;color:#fff}.cookie-consent__primary:disabled{opacity:.42;cursor:not-allowed}.cookie-consent__primary span{margin-left:9px}.site-footer__mid-links button{padding:0;border:0;background:0;color:#627773;font:inherit;font-size:14px;line-height:1.5;cursor:pointer;transition:color .25s ease}.site-footer__mid-links button:hover{color:#0d8984}@media(max-width:600px){.cookie-consent{padding:12px;align-items:end}.cookie-consent__panel{max-height:calc(100vh - 24px);border-radius:18px 18px 10px 10px}.cookie-consent header{padding:27px 58px 20px 22px}.cookie-consent__body{padding:22px 22px 8px}.cookie-consent__check{margin:12px 22px 0}.cookie-consent__error{margin-left:22px}.cookie-consent footer{flex-direction:column-reverse;padding:18px 22px 24px}.cookie-consent footer button{width:100%}}@media(max-width:600px){.cookie-consent{display:flex;align-items:flex-end;justify-content:center;width:100%;min-width:0;max-width:100vw;overflow:hidden;padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom))}.cookie-consent__panel{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto auto auto;width:calc(100vw - 16px);min-width:0;max-width:calc(100vw - 16px);flex:0 1 calc(100vw - 16px);justify-self:stretch;height:min(720px,100vh - 16px);height:min(720px,100dvh - 16px);max-height:none;overflow:hidden;border-radius:16px}.cookie-consent__panel>*,.cookie-consent header,.cookie-consent__body,.cookie-consent__body section,.cookie-consent__check,.cookie-consent footer{min-width:0;max-width:100%}.cookie-consent__close{top:12px;right:12px;width:34px;height:34px;font-size:21px}.cookie-consent header{padding:20px 52px 16px 18px}.cookie-consent h2{margin:6px 0;font-size:clamp(22px,7vw,28px);line-height:1.08;overflow-wrap:anywhere;white-space:normal}.cookie-consent header p{font-size:12px;line-height:1.45}.cookie-consent__body{min-height:0;gap:15px;padding:17px 18px 10px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.cookie-consent__body section{padding-left:13px}.cookie-consent__body h3{font-size:14px;overflow-wrap:anywhere;white-space:normal}.cookie-consent__body p{font-size:12px;line-height:1.55;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.cookie-consent__check{grid-template-columns:21px minmax(0,1fr);gap:10px;margin:10px 18px 0;padding:12px}.cookie-consent__check span{width:21px;height:21px}.cookie-consent__check strong{font-size:11px;line-height:1.4;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.cookie-consent__error{margin:7px 18px 0;font-size:11px}.cookie-consent footer{gap:8px;padding:12px 18px max(14px,env(safe-area-inset-bottom));background:#fff}.cookie-consent footer button{min-height:42px;font-size:11px}}@media(max-width:360px),(max-height:650px){.cookie-consent__panel{height:calc(100vh - 8px);height:calc(100dvh - 8px)}.cookie-consent header{padding-top:15px;padding-bottom:12px}.cookie-consent header p{display:none}.cookie-consent__body{padding-top:12px}.cookie-consent__check{margin-top:7px;padding:10px}.cookie-consent footer{padding-top:9px}.cookie-consent footer button{min-height:38px}}.site-page-loader{position:fixed;z-index:99999;inset:0;display:grid;place-items:center;opacity:0;visibility:hidden;background:rgba(247,250,250,0.94);backdrop-filter:blur(8px);transition:opacity .2s ease,visibility .2s ease}.site-page-loader[hidden]{display:none}.site-page-loader.is-visible{opacity:1;visibility:visible}.site-page-loader__content{display:grid;justify-items:center;gap:18px;padding:28px 34px}.site-page-loader__mark{position:relative;display:grid;place-items:center;width:148px;height:92px}.site-page-loader__mark::before{content:"";position:absolute;width:86px;height:86px;border:2px solid rgba(10,137,130,0.16);border-top-color:var(--turquoise);border-radius:50%;animation:site-loader-spin .9s linear infinite}.site-page-loader__mark img{position:relative;z-index:1;display:block;width:138px;max-height:58px;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(18,61,58,0.1))}.site-page-loader p{margin:0;color:var(--navy);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.is-page-loading{cursor:wait}@keyframes site-loader-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.site-page-loader__mark::before{animation-duration:1.8s}}.career-page{padding:70px 0 100px;background:#f8faf9}.career-heading{max-width:780px;margin:0 auto 52px;text-align:center}.career-heading>span{color:#0d8984;font-size:10px;font-weight:800;letter-spacing:.16em}.career-heading h1{margin:10px 0 14px;color:#152729;font-size:clamp(32px,4vw,48px);letter-spacing:-0.04em}.career-heading p{margin:0;color:#677477;font-size:14px;line-height:1.7}.career-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px;align-items:start;max-width:1080px;margin:auto}.career-positions{position:sticky;top:95px;padding:26px;border:1px solid #dde7e6;border-radius:14px;background:#fff;box-shadow:0 12px 34px rgba(25,57,58,0.08)}.career-positions h2{margin:0 0 16px;color:#17292b;font-size:18px}.career-position{padding:16px;border:1px solid #dfe7e6;border-radius:9px;background:#f6f9f9}.career-position strong{display:block;color:#17292b;font-size:13px}.career-position span{display:block;margin-top:5px;color:#758083;font-size:11px;line-height:1.5}.career-form{padding:34px;border:1px solid #dde7e6;border-radius:14px;background:#fff;box-shadow:0 12px 34px rgba(25,57,58,0.06)}.career-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.career-field{display:flex;flex-direction:column;gap:7px}.career-field--full{grid-column:1/-1}.career-field label{color:#253638;font-size:11px;font-weight:800}.career-field label span{color:#d71920}.career-field input,.career-field select,.career-field textarea{width:100%;min-height:48px;padding:0 14px;border:1px solid #d5dfde;border-radius:7px;background:#fff;color:#213234;font:inherit;font-size:13px;outline:0;transition:.2s}.career-field textarea{min-height:145px;padding-top:13px;resize:vertical}.career-field input:focus,.career-field select:focus,.career-field textarea:focus{border-color:#0d8984;box-shadow:0 0 0 3px rgba(13,137,132,0.1)}.career-field.is-error input,.career-field.is-error select,.career-field.is-error textarea{border-color:#d71920}.career-field__error{color:#c71920;font-size:11px;font-weight:700}.career-file input{padding:10px;background:#f7f9f9}.career-file small{color:#7a8587;font-size:10px}.career-kvkk{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;margin-top:20px;padding:16px;border-radius:8px;background:#eef8f7;color:#405052;font-size:11px;line-height:1.6}.career-kvkk input{width:18px;height:18px;accent-color:#0d8984}.career-kvkk a{color:#0d8984;font-weight:800}.career-submit{display:inline-flex;align-items:center;gap:14px;min-height:50px;margin-top:20px;padding:0 25px;border:0;border-radius:7px;background:#d71920;color:#fff;font-size:11px;font-weight:900;letter-spacing:.14em;cursor:pointer}.career-submit:hover{background:#b9141a}.career-alert{max-width:1080px;margin:0 auto 24px;padding:15px 18px;border-radius:9px;font-size:13px;font-weight:700}.career-alert--success{border:1px solid #9fd8c2;background:#ecf9f3;color:#176343}.career-alert--error{border:1px solid #efb6b9;background:#fff2f2;color:#a9161c}.career-honeypot{position:absolute !important;left:-9999px !important}@media(max-width:800px){.career-layout{grid-template-columns:1fr}.career-positions{position:static}.career-form__grid{grid-template-columns:1fr}.career-field--full{grid-column:auto}.career-form{padding:24px}}@media(max-width:520px){.career-page{padding:48px 0 70px}.career-heading{margin-bottom:32px}.career-form{padding:20px 16px}.career-submit{width:100%;justify-content:center}}.career-kvkk button{padding:0;border:0;background:0;color:#0d8984;font:inherit;font-weight:800;text-decoration:underline;cursor:pointer}.career-captcha{display:grid;grid-template-columns:minmax(150px,1fr) 70px minmax(130px,180px);align-items:end;gap:14px;margin-top:20px;padding:17px;border:1px solid #cfe3e1;border-radius:9px;background:#f8fbfb}.career-captcha>div{display:flex;flex-direction:column;gap:5px}.career-captcha>div span{color:#0d8984;font-size:9px;font-weight:900;letter-spacing:.14em}.career-captcha>div strong{color:#17292b;font-size:22px;letter-spacing:.04em}.career-captcha label{padding-bottom:15px;color:#344548;font-size:11px;font-weight:800}.career-captcha label b{color:#d71920}.career-captcha input{width:100%;height:46px;padding:0 13px;border:1px solid #cad8d7;border-radius:7px;background:#fff;font:inherit;font-size:13px;outline:0}.career-captcha input:focus{border-color:#0d8984;box-shadow:0 0 0 3px rgba(13,137,132,0.1)}.career-captcha.is-error input{border-color:#d71920}.career-captcha .career-field__error{grid-column:1/-1}@media(max-width:560px){.career-captcha{grid-template-columns:1fr}.career-captcha label{padding-bottom:0}.career-captcha input{max-width:none}}.contact-page{padding:64px 0 100px;background:#f6f9f8}.contact-support{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:34px;padding:24px 28px;border:1px solid #cde5e3;border-radius:14px;background:linear-gradient(135deg,#e8f8f7,#fff)}.contact-support span{color:#0d8984;font-size:10px;font-weight:900;letter-spacing:.14em}.contact-support h1{margin:7px 0 0;color:#14282a;font-size:clamp(25px,4vw,38px)}.contact-support a{white-space:nowrap;color:#d71920;font-size:clamp(20px,3vw,29px);font-weight:900}.contact-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:30px;align-items:start}.contact-directory{position:sticky;top:95px;overflow:hidden;border:1px solid #dbe5e4;border-radius:15px;background:#fff}.contact-directory>header{padding:23px;background:#173638;color:#fff}.contact-directory>header span{color:#71d7d2;font-size:9px;font-weight:800;letter-spacing:.14em}.contact-directory>header h2{margin:7px 0 0;font-size:21px}.contact-person{display:block;padding:19px 21px;border-bottom:1px solid #e8eeee}.contact-person:last-child{border-bottom:0}.contact-person h3{margin:0 0 6px;color:#17292b;font-size:13px;line-height:1.4}.contact-person strong{display:block;color:#0d8984;font-size:14px}.contact-person a{display:block;margin-top:6px;color:#657174;font-size:12px}.contact-person a:hover{color:#d71920}.contact-form-card{padding:34px;border:1px solid #dbe5e4;border-radius:15px;background:#fff}.contact-form-card>header{margin-bottom:25px}.contact-form-card>header span{color:#0d8984;font-size:9px;font-weight:900;letter-spacing:.14em}.contact-form-card>header h2{margin:8px 0 7px;color:#17292b;font-size:28px}.contact-form-card>header p{margin:0;color:#6a7779;font-size:13px}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.contact-form-field{display:flex;flex-direction:column;gap:7px}.contact-form-field--full{grid-column:1/-1}.contact-form-field label{color:#293b3d;font-size:11px;font-weight:800}.contact-form-field label span{color:#d71920}.contact-form-field input,.contact-form-field select,.contact-form-field textarea{width:100%;min-height:48px;padding:0 13px;border:1px solid #d1dcdb;border-radius:7px;background:#fff;color:#203234;font:inherit;font-size:13px;outline:0}.contact-form-field textarea{min-height:150px;padding-top:13px;resize:vertical}.contact-form-field input:focus,.contact-form-field select:focus,.contact-form-field textarea:focus{border-color:#0d8984;box-shadow:0 0 0 3px rgba(13,137,132,0.1)}.contact-form-field.is-error input,.contact-form-field.is-error select,.contact-form-field.is-error textarea{border-color:#d71920}.contact-form-error{color:#b7181e;font-size:11px;font-weight:700}.contact-form-honeypot{position:absolute !important;left:-9999px !important}.contact-form-alert{margin-bottom:20px;padding:14px 16px;border-radius:8px;font-size:13px;font-weight:700}.contact-form-alert.success{background:#e8f8ef;color:#176646}.contact-form-alert.error{background:#fff0f1;color:#a9171d}.contact-form-kvkk{display:grid;grid-template-columns:19px 1fr;gap:10px;margin-top:18px;padding:15px;border-radius:8px;background:#eef8f7;color:#435255;font-size:11px;line-height:1.55}.contact-form-kvkk input{width:18px;height:18px;accent-color:#0d8984}.contact-form-kvkk button{padding:0;border:0;background:0;color:#0d8984;font:inherit;font-weight:800;text-decoration:underline;cursor:pointer}.contact-form-submit{min-height:49px;margin-top:18px;padding:0 24px;border:0;border-radius:7px;background:#d71920;color:#fff;font-size:11px;font-weight:900;letter-spacing:.13em;cursor:pointer}.contact-map{margin-top:35px;overflow:hidden;border:1px solid #d8e2e1;border-radius:16px;background:#fff}.contact-map header{display:flex;justify-content:space-between;gap:20px;padding:24px 27px}.contact-map h2{margin:0;color:#17292b;font-size:22px}.contact-map p{margin:5px 0 0;color:#6c787a;font-size:12px}.contact-map iframe{display:block;width:100%;height:450px;border:0}.contact-form-captcha{display:grid;grid-template-columns:1fr 110px;gap:12px;align-items:end;margin-top:18px;padding:15px;border:1px solid #d4e4e2;border-radius:8px;background:#f8fbfb}.contact-form-captcha span{display:block;color:#0d8984;font-size:9px;font-weight:900;letter-spacing:.13em}.contact-form-captcha strong{display:block;margin-top:5px;font-size:20px}.contact-form-captcha input{height:45px;padding:0 12px;border:1px solid #ccd9d8;border-radius:7px}.contact-form-captcha small{grid-column:1/-1}@media(max-width:900px){.contact-layout{grid-template-columns:1fr}.contact-directory{position:static}.contact-directory__list{display:grid;grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.contact-page{padding:44px 0 70px}.contact-support{align-items:flex-start;flex-direction:column}.contact-layout,.contact-form-grid{grid-template-columns:1fr}.contact-form-field--full{grid-column:auto}.contact-directory__list{grid-template-columns:1fr}.contact-form-card{padding:24px 18px}.contact-map iframe{height:360px}}.contact-person{display:grid;grid-template-columns:44px minmax(0,1fr);gap:13px;align-items:start}.contact-person__icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid #c7e5e2;border-radius:11px;background:#eef9f8;color:#0d8984}.contact-person__icon svg{width:23px;height:23px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.contact-person__content{min-width:0}.contact-person__content a{overflow-wrap:anywhere}.corporate-sidebar__title>.sidebar-brand-logo{display:grid;place-items:center;width:104px;height:48px;padding:7px 9px;border-radius:10px;background:#fff;border:1px solid #bfe4e2;box-shadow:0 8px 20px rgba(13,137,132,0.1)}.corporate-sidebar__title>.sidebar-brand-logo img{display:block;width:100%;height:100%;object-fit:contain}.corporate-intro__mark--logo strong{display:grid;place-items:center;min-width:145px}.corporate-intro__mark--logo strong img{display:block;width:140px;height:45px;object-fit:contain}.corporate-intro__mark--logo span{flex:1}@media(max-width:600px){.corporate-sidebar__title>.sidebar-brand-logo{width:88px;height:43px}.corporate-intro__mark--logo strong{min-width:110px}.corporate-intro__mark--logo strong img{width:105px}}.news-page{padding:68px 0 105px;background:#f5f8f7}.news-page__heading{max-width:820px;margin-bottom:38px}.news-page__heading>span{color:#0d8984;font-size:10px;font-weight:900;letter-spacing:.17em}.news-page__heading h1{margin:10px 0 13px;color:#132628;font-size:clamp(36px,5vw,58px);letter-spacing:-0.05em}.news-page__heading p{margin:0;color:#6a7779;font-size:15px;line-height:1.75}.news-layout{display:grid;grid-template-columns:330px minmax(0,1fr);gap:32px;align-items:start}.news-sidebar{position:sticky;top:95px;overflow:hidden;border:1px solid #d9e4e3;border-radius:15px;background:#fff}.news-sidebar>header{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;padding:22px;background:#173638;color:#fff}.news-sidebar>header span{color:#72d9d4;font-size:9px;font-weight:900;letter-spacing:.14em}.news-sidebar>header strong{font-size:11px}.news-sidebar nav{display:grid}.news-sidebar nav>a{display:grid;grid-template-columns:minmax(0,1fr) 18px;gap:5px 12px;padding:17px 19px;border-bottom:1px solid #e9eeee;color:#26383a;transition:.2s}.news-sidebar nav>a time{grid-column:1/-1;color:#0d8984;font-size:9px;font-weight:800;letter-spacing:.04em}.news-sidebar nav>a span{font-size:12px;font-weight:800;line-height:1.45}.news-sidebar nav>a b{align-self:center;color:#a7b3b2}.news-sidebar nav>a:hover{padding-left:23px;background:#f5faf9}.news-sidebar nav>a.active{background:#e9f7f6;color:#0b6965}.news-sidebar nav>a.active b{color:#d71920}.news-pagination{display:flex;flex-wrap:wrap;gap:7px;padding:17px}.news-pagination a{display:grid;place-items:center;width:34px;height:34px;border:1px solid #d7e1e0;border-radius:7px;color:#536163;font-size:11px;font-weight:800}.news-pagination a.active{border-color:#0d8984;background:#0d8984;color:#fff}.news-detail{overflow:hidden;border:1px solid #d9e4e3;border-radius:16px;background:#fff}.news-detail>figure{height:clamp(320px,43vw,560px);margin:0;overflow:hidden;background:#e8eeee}.news-detail>figure img{display:block;width:100%;height:100%;object-fit:cover}.news-detail__meta{display:flex;flex-wrap:wrap;gap:12px 24px;padding:28px 38px 0}.news-detail__meta span,.news-detail__meta time{display:inline-flex;align-items:center;gap:8px;color:#687577;font-size:11px;font-weight:700}.news-detail__meta svg{width:18px;height:18px;stroke:#0d8984;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.news-detail__category{color:#0d8984 !important;text-transform:uppercase;letter-spacing:.08em}.news-detail>h2{max-width:880px;margin:19px 38px 15px;color:#142729;font-size:clamp(31px,4vw,51px);line-height:1.08;letter-spacing:-0.045em}.news-detail__lead{max-width:850px;margin:0 38px;padding-bottom:25px;border-bottom:1px solid #e4eae9;color:#405154;font-size:17px;font-weight:600;line-height:1.75}.news-detail__body{max-width:850px;padding:25px 38px 12px}.news-detail__body p{margin:0 0 18px;color:#5b686b;font-size:15px;line-height:1.9}.news-detail>footer{display:flex;align-items:center;gap:9px;margin:8px 38px 35px;padding-top:20px;border-top:1px solid #e4eae9}.news-detail>footer>span{margin-right:8px;color:#687577;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.news-detail>footer a{display:grid;place-items:center;width:35px;height:35px;border:1px solid #cfe0de;border-radius:50%;color:#0d8984;font-size:10px;font-weight:900}.news-detail>footer a:hover{border-color:#0d8984;background:#0d8984;color:#fff}.news-detail--empty{padding:45px}.news-detail--empty h2{margin:0}@media(max-width:900px){.news-layout{grid-template-columns:1fr}.news-sidebar{position:static}.news-sidebar nav{display:flex;overflow-x:auto}.news-sidebar nav>a{flex:0 0 250px;border-right:1px solid #e9eeee}.news-pagination{border-top:1px solid #e9eeee}}@media(max-width:600px){.news-page{padding:45px 0 72px}.news-detail>figure{height:260px}.news-detail__meta{padding:22px 20px 0}.news-detail>h2{margin:16px 20px 12px;font-size:31px}.news-detail__lead{margin:0 20px;font-size:15px}.news-detail__body{padding:22px 20px 8px}.news-detail>footer{margin:7px 20px 28px}}.news-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px 38px 0;background:#fff}.news-gallery a{position:relative;height:105px;overflow:hidden;border:2px solid transparent;border-radius:9px;background:#edf1f1;cursor:pointer}.news-gallery a.active{border-color:#0d8984;box-shadow:0 0 0 2px rgba(13,137,132,0.12)}.news-gallery img{display:block;width:100%;height:100%;object-fit:cover;transition:.25s}.news-gallery a:hover img{transform:scale(1.06)}@media(max-width:600px){.news-gallery{grid-template-columns:repeat(3,minmax(0,1fr));padding:12px 20px 0}.news-gallery a{height:75px}}.news-detail>figure{display:grid;place-items:center;height:auto;min-height:320px;max-height:none;background:#eef2f1}.news-detail>figure img{width:100%;height:auto;max-height:680px;object-fit:contain}.news-gallery a{display:grid;place-items:center;height:125px;padding:5px;background:#eef2f1}.news-gallery img{width:100%;height:100%;object-fit:contain}@media(max-width:600px){.news-detail>figure{min-height:210px}.news-detail>figure img{max-height:480px}.news-gallery a{height:90px}}.projects-archive{padding:68px 0 105px;background:#f4f8f7}.projects-archive__heading{max-width:850px;margin-bottom:38px}.projects-archive__heading>span{color:#0d8984;font-size:10px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}.projects-archive__heading h1,.projects-archive__heading h2{margin:10px 0 13px;color:#132628;font-size:clamp(36px,5vw,58px);letter-spacing:-0.05em}.projects-archive__heading p{margin:0;color:#687678;font-size:15px;line-height:1.75}.projects-archive__layout{display:grid;grid-template-columns:350px minmax(0,1fr);gap:32px;align-items:start}.project-sidebar{position:sticky;top:95px;overflow:hidden;border:1px solid #d9e4e3;border-radius:16px;background:#fff}.project-sidebar>header{display:flex;justify-content:space-between;align-items:end;gap:14px;padding:22px;background:#173638;color:#fff}.project-sidebar>header span{color:#72d9d4;font-size:9px;font-weight:900;letter-spacing:.14em}.project-sidebar>header strong{font-size:11px}.project-sidebar nav{display:grid}.project-sidebar nav>a{display:grid;grid-template-columns:minmax(0,1fr) 18px;gap:4px 10px;padding:15px 18px;border-bottom:1px solid #e9eeee;color:#26383a;transition:.2s}.project-sidebar nav>a small{grid-column:1/-1;color:#0d8984;font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.project-sidebar nav>a span{font-size:11px;font-weight:800;line-height:1.4}.project-sidebar nav>a b{align-self:center;color:#a7b3b2}.project-sidebar nav>a:hover{padding-left:22px;background:#f5faf9}.project-sidebar nav>a.active{background:#e8f7f5;color:#0b6965}.project-sidebar nav>a.active b{color:#d71920}.project-pagination{display:flex;gap:7px;padding:17px}.project-pagination a{display:grid;place-items:center;width:35px;height:35px;border:1px solid #d7e1e0;border-radius:8px;color:#536163;font-size:11px;font-weight:800}.project-pagination a.active{border-color:#0d8984;background:#0d8984;color:#fff}.project-detail{overflow:hidden;border:1px solid #d9e4e3;border-radius:17px;background:#fff;box-shadow:0 22px 60px rgba(18,63,59,0.08)}.project-detail>figure{display:flex;align-items:center;justify-content:center;width:100%;height:520px;margin:0;padding:24px;overflow:hidden;background:#eef3f2}.project-detail>figure img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.project-gallery{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;padding:14px 32px 0}.project-gallery a{display:grid;place-items:center;height:88px;padding:4px;overflow:hidden;border:2px solid transparent;border-radius:9px;background:#edf2f1}.project-gallery a.active{border-color:#0d8984}.project-gallery img{width:100%;height:100%;object-fit:contain}.project-detail__content{padding:30px 36px 38px}.project-detail__content>span{color:#0d8984;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.project-detail__content h1,.project-detail__content h2{margin:12px 0 16px;color:#132628;font-size:clamp(29px,4vw,46px);line-height:1.12;letter-spacing:-0.04em}.project-detail__content p{max-width:850px;margin:0;color:#58686a;font-size:15px;line-height:1.9}.project-detail__assurance{display:flex;flex-wrap:wrap;gap:9px;margin-top:26px;padding-top:22px;border-top:1px solid #e4ebea}.project-detail__assurance b{padding:8px 11px;border-radius:20px;background:#eaf7f5;color:#0b7772;font-size:9px;letter-spacing:.04em}@media(max-width:920px){.projects-archive__layout{grid-template-columns:1fr}.project-sidebar{position:static}.project-sidebar nav{display:flex;overflow-x:auto}.project-sidebar nav>a{flex:0 0 270px;border-right:1px solid #e9eeee}.project-detail>figure{height:440px}}@media(max-width:600px){.projects-archive{padding:45px 0 72px}.project-detail>figure{height:280px;padding:14px}.project-gallery{grid-template-columns:repeat(3,minmax(0,1fr));padding:12px 18px 0}.project-gallery a{height:72px}.project-detail__content{padding:25px 21px 30px}}.project-detail>figure{height:auto;min-height:0;aspect-ratio:16/9}.project-detail>figure img{max-height:none;object-fit:contain}@media(max-width:920px){.project-detail>figure{height:auto}}@media(max-width:600px){.project-detail>figure{height:auto}}.project-sidebar__category{display:block;padding:11px 18px 8px;border-bottom:1px solid #dce8e6;background:#f1f7f6;color:#087c77;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.project-nato-codes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:25px 0 0}.project-nato-codes>div{padding:16px;border:1px solid #bfe0dc;border-radius:10px;background:#eff9f8}.project-nato-codes dt{margin-bottom:7px;color:#527173;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.project-nato-codes dd{margin:0;color:#0b6864;font-size:17px;font-weight:900;letter-spacing:.03em}@media(max-width:600px){.project-nato-codes{grid-template-columns:1fr}}.project-category-nav{display:flex;flex-wrap:wrap;gap:9px;margin:-12px 0 34px}.project-category-nav a{display:inline-flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid #cfdfdd;border-radius:999px;background:#fff;color:#355153;font-size:10px;font-weight:800}.project-category-nav a b{display:grid;place-items:center;min-width:23px;height:23px;padding:0 6px;border-radius:20px;background:#edf4f3;color:#0d8984;font-size:9px}.project-category-nav a:hover,.project-category-nav a.active{border-color:#0d8984;background:#0d8984;color:#fff}.project-category-nav a.active b,.project-category-nav a:hover b{background:rgba(255,255,255,0.16);color:#fff}@media(max-width:600px){.project-category-nav{flex-wrap:nowrap;overflow-x:auto;padding-bottom:7px}.project-category-nav a{flex:0 0 auto}}.ongoing-projects{margin-bottom:95px;padding-bottom:95px;border-bottom:1px solid #d6e3e1}.ongoing-projects .projects-archive__heading{margin-bottom:30px}.ongoing-projects__sidebar>header{background:#0c706c}.project-detail>figure,.project-gallery a{background:#fff}.project-detail>figure img,.project-gallery img{filter:contrast(1.035) saturate(1.02);image-rendering:auto}@media(max-width:600px){.ongoing-projects{margin-bottom:65px;padding-bottom:65px}}.ongoing-projects__detail .project-detail__content p{white-space:pre-line}#tamamlanan-projeler{scroll-margin-top:115px}.site-breadcrumb{background:#f5f8f8;border-bottom:1px solid #e5eceb}.site-breadcrumb ol{display:flex;align-items:center;gap:10px;margin:0;padding:13px 0;list-style:none;font-size:13px}.site-breadcrumb li{display:flex;align-items:center;gap:10px;color:#61706d}.site-breadcrumb li+li:before{content:"/";color:#a7b4b1}.site-breadcrumb a{color:#147b72;text-decoration:none}.site-breadcrumb a:hover{text-decoration:underline}.site-breadcrumb span{font-weight:700;color:#263b38}.quality-documents{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px}.quality-document{display:grid;grid-template-columns:52px 1fr;gap:15px;padding:22px;border:1px solid #dfe9e7;border-radius:16px;background:#fff;box-shadow:0 9px 30px rgba(31,72,67,0.07)}.quality-document__icon{display:grid;place-items:center;width:52px;height:62px;border-radius:10px;background:#eaf6f4;color:#0c756c;font-size:12px;font-weight:800}.quality-document span{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#71908b}.quality-document h2{margin:4px 0;font-size:20px;color:#172d2a}.quality-document p{margin:0;color:#657572;font-size:14px;line-height:1.55}.quality-document a{grid-column:1/-1;display:flex;justify-content:space-between;align-items:center;margin-top:4px;padding-top:14px;border-top:1px solid #edf2f1;color:#0b756c;font-weight:700;text-decoration:none}.quality-document a:hover{color:#d84b3e}@media(max-width:760px){.quality-documents{grid-template-columns:1fr}.site-breadcrumb ol{overflow-x:auto;white-space:nowrap}}.header-info__icon svg,.header-whatsapp svg{width:23px;height:23px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.site-footer__brand-text{max-width:245px;margin:-18px 0 30px;color:#627773;font-size:13px;line-height:1.75}.site-footer__col li:first-child a{line-height:1.7}.home-slider .slider-wrapper{position:relative}.home-slider:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(5,35,52,0.32),transparent 44%,rgba(5,35,52,0.12));z-index:2}.home-hero-message{position:absolute;z-index:4;left:max(5vw,(100% - 1320px) / 2);top:50%;width:min(580px,48vw);padding:42px 46px;transform:translateY(-50%);color:#fff;background:linear-gradient(135deg,rgba(5,40,68,0.94),rgba(7,76,81,0.9));border:1px solid rgba(255,255,255,0.18);border-radius:4px 28px 4px 28px;box-shadow:0 28px 80px rgba(2,23,34,0.34);backdrop-filter:blur(8px)}.home-hero-message:before{content:"";position:absolute;left:0;top:42px;width:5px;height:86px;background:#1fc5b8}.home-hero-message__eyebrow{display:block;margin-bottom:17px;color:#78e7df;font-size:12px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.home-hero-message h1{margin:0 0 20px;font-size:clamp(37px,4vw,62px);line-height:1.04;letter-spacing:-0.045em}.home-hero-message p{max-width:470px;margin:0 0 28px;color:rgba(255,255,255,0.82);font-size:16px;line-height:1.7}.home-hero-message>div{display:flex;flex-wrap:wrap;gap:12px}.home-hero-message a{display:inline-flex;align-items:center;gap:18px;padding:14px 20px;color:#073a3e;background:#65ddd4;border:1px solid #65ddd4;border-radius:7px;font-size:13px;font-weight:800;text-decoration:none}.home-hero-message a:hover{transform:translateY(-2px)}.home-hero-message a.is-light{color:#fff;background:transparent;border-color:rgba(255,255,255,0.4)}.home-trust{position:relative;z-index:5;background:#fff;border-bottom:1px solid #dce8e6;box-shadow:0 18px 40px rgba(21,65,61,0.08)}.home-trust .container{display:grid;grid-template-columns:repeat(4,1fr) auto;align-items:stretch}.home-trust .container>div{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:106px;padding:20px 28px}.home-trust .container>div+div:before{content:"";position:absolute;left:0;top:26px;bottom:26px;width:1px;background:#dce8e6}.home-trust strong{color:#0c766e;font-size:25px;line-height:1}.home-trust span{margin-top:8px;color:#536965;font-size:12px}.home-trust>a{display:flex;align-items:center;gap:14px;padding:0 28px;color:#fff;background:#092f48;font-size:12px;font-weight:800;text-decoration:none}.home-trust>a:hover{background:#0d766e}.home-services .service-card,.home-projects .project-card,.home-news .news-card{transition:transform .3s ease,box-shadow .3s ease}.home-services .service-card:hover,.home-projects .project-card:hover,.home-news .news-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(19,67,62,0.14)}.home-about__visual:after{content:"SERTİFİKALI ÜRETİM";position:absolute;right:22px;top:22px;padding:10px 14px;color:#fff;background:rgba(8,52,70,0.85);border:1px solid rgba(255,255,255,0.28);border-radius:6px;font-size:10px;font-weight:800;letter-spacing:.12em}@media(max-width:1100px){.home-hero-message{left:4vw;width:58vw;padding:34px}.home-trust .container{grid-template-columns:repeat(4,1fr)}.home-trust>a{grid-column:1/-1;justify-content:center;min-height:52px}.header-whatsapp{display:none}}@media(max-width:760px){.home-slider:after{display:none}.home-hero-message{position:relative;left:auto;top:auto;width:auto;margin:0;padding:34px 22px;transform:none;border-radius:0;background:linear-gradient(135deg,#062d47,#08766e)}.home-hero-message h1{font-size:34px}.home-slider .slider-wrapper{display:flex;flex-direction:column}.home-slider .slider-grid{order:2}.home-hero-message{order:1}.home-trust .container{grid-template-columns:repeat(2,1fr);padding:0}.home-trust .container>div{min-height:92px;padding:18px 20px}.home-trust .container>div:nth-child(3):before{display:none}.site-footer__brand-text{max-width:420px}.header-info__icon{display:none}}.home-slider{position:relative}.home-slider{height:min(650px,100vh - 190px);min-height:540px;padding:10px;background:#edf3f2}.home-slider:after{display:none}.home-slider .slider-grid{gap:10px;background:transparent}.home-slider .slider{border-radius:12px;box-shadow:0 12px 28px rgba(8,39,51,0.13)}.home-slider .slide .overlay{padding:25px;background:linear-gradient(180deg,rgba(5,38,51,0.04) 25%,rgba(5,38,51,0.9) 100%)}.home-slider .slide .badge{background:rgba(255,255,255,0.93);color:#0b716b;border:1px solid rgba(255,255,255,0.5);box-shadow:0 6px 18px rgba(0,0,0,0.1)}.home-slider .slide .bottom{transform:translateY(16px);transition:transform .3s ease}.home-slider .slide:hover .bottom{transform:translateY(0)}.home-slider .slide .bottom h3{max-width:390px;font-size:clamp(21px,1.8vw,30px)}.home-slider .slide .bottom p{color:rgba(255,255,255,0.78)}.slide__link{display:inline-flex;align-items:center;gap:12px;margin-top:13px;color:#68e0d6;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;opacity:0;transition:opacity .3s ease}.home-slider .slide:hover .slide__link{opacity:1}.home-trust{box-shadow:none;border-bottom:1px solid #d8e5e3}.home-trust .container>div{min-height:116px}.home-trust strong{font-size:29px;letter-spacing:-0.04em}.home-trust span{font-weight:600}.home-trust>a{background:#0b716b}.home-trust>a:hover{background:#092f48}.home-proof{position:relative;padding:120px 0 105px;overflow:hidden;background:#fff}.home-proof:before{content:"KM";position:absolute;right:-30px;top:-80px;color:#f1f7f6;font-size:330px;font-weight:800;line-height:1}.home-proof .container{position:relative}.home-proof header{display:grid;grid-template-columns:1fr 1.2fr;column-gap:75px;align-items:end;margin-bottom:58px}.home-proof header>span{grid-column:1/-1;margin-bottom:22px;color:#0c8178;font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.home-proof h1{margin:0;color:#112d35;font-size:clamp(42px,5vw,70px);line-height:1.02;letter-spacing:-0.055em}.home-proof h1 em{color:#d71920;font-style:normal}.home-proof header>p{max-width:590px;margin:0 0 5px;color:#60716e;font-size:17px;line-height:1.85}.home-proof__grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #dbe7e5;border-radius:18px;overflow:hidden;box-shadow:0 24px 70px rgba(20,62,58,0.09)}.home-proof__grid>a{position:relative;min-height:275px;padding:34px;color:#17342f;background:#fff;text-decoration:none;transition:background .3s ease,transform .3s ease}.home-proof__grid>a+a{border-left:1px solid #dbe7e5}.home-proof__grid>a>span{display:block;margin-bottom:48px;color:#d71920;font-size:11px;font-weight:800;letter-spacing:.12em}.home-proof__grid strong{display:block;margin-bottom:15px;font-size:23px}.home-proof__grid p{margin:0;color:#6b7a77;font-size:14px;line-height:1.7}.home-proof__grid b{position:absolute;left:34px;bottom:30px;color:#0c8178;font-size:12px}.home-proof__grid>a:hover{background:#eff9f7}.home-proof__grid>a:hover b{color:#d71920}.home-about{background:#eef5f4}.home-about__showcase{border-radius:6px 34px 6px 34px;box-shadow:0 30px 80px rgba(20,62,58,0.13)}.home-about__story{border-left:5px solid #19b9b2}.about-profile__main,.capability-card{border-top:3px solid #cce5e2}.about-profile__permit{background:linear-gradient(145deg,#0d3945,#0b716b)}.home-stats{background:#0c303c;color:#fff}.home-stats:before{opacity:.12}.home-stats__title,.home-stats__text,.home-stats__link{color:#fff}.home-stats__text{color:rgba(255,255,255,0.68)}.home-stats__subtitle{color:#69ded4}.home-stats__link span{color:#69ded4}.home-stats .stat-item{background:rgba(255,255,255,0.07);border-color:rgba(255,255,255,0.15)}.home-stats .stat-item__eyebrow,.home-stats .stat-item p{color:rgba(255,255,255,0.65)}.home-stats .stat-item h3{color:#6be0d6}.home-services{background:#fff}.home-services__grid{gap:18px}.home-services .service-card{border-top:4px solid #0c8178}.home-services .service-card:nth-child(3n+2){border-top-color:#d71920}.home-services .service-card:nth-child(3n){border-top-color:#092f48}.home-certificates{background:linear-gradient(180deg,#eef6f5,#fff)}.home-certificates .certificates__panel{border-radius:16px 0 0 16px;overflow:hidden}.home-certificates .certificates__viewer{border-radius:0 16px 16px 0}.home-projects{background:#eef5f4}.home-mission{background:#fff}.home-news{background:#f7f9f9}.home-references{border-top:1px solid #dce8e6;border-bottom:1px solid #dce8e6}.home-about__heading,.home-services__heading,.home-certificates__heading,.home-projects__heading,.home-news__heading,.home-references__heading{position:relative}.home-about__heading:before,.home-services__heading:before,.home-certificates__heading:before,.home-projects__heading:before,.home-news__heading:before,.home-references__heading:before{content:"";position:absolute;left:-22px;top:3px;width:5px;height:50px;border-radius:5px;background:#19b9b2}@media(max-width:992px){.home-proof header{grid-template-columns:1fr;gap:24px}.home-proof__grid{grid-template-columns:1fr}.home-proof__grid>a+a{border-left:0;border-top:1px solid #dbe7e5}.home-proof__grid>a{min-height:235px}.home-slider{padding:7px}.home-slider .slider-grid{gap:7px}.slide__link{opacity:1}}@media(max-width:760px){.home-proof{padding:78px 0}.home-proof:before{font-size:180px}.home-proof__grid>a{padding:26px}.home-proof__grid b{left:26px}.home-slider{padding:5px}.home-about__heading:before,.home-services__heading:before,.home-certificates__heading:before,.home-projects__heading:before,.home-news__heading:before,.home-references__heading:before{display:none}.home-about__story{border-left:0;border-top:5px solid #19b9b2}.home-certificates .certificates__panel,.home-certificates .certificates__viewer{border-radius:12px}}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.home-slider{width:100%;height:min(700px,100vh - 190px);min-height:510px;padding:0;background:#fff}.home-slider .slider-grid{gap:3px;background:#fff}.home-slider .slider{border-radius:0;box-shadow:none}.home-slider .slide .overlay{padding:28px;background:linear-gradient(180deg,rgba(10,35,52,0.02),rgba(10,35,52,0.72))}.home-slider .slide .badge{color:#fff;background:#d71920;border:0;border-radius:7px;box-shadow:none}.home-slider .slide .bottom{transform:none}.home-slider .slide .bottom h3{font-size:clamp(22px,2vw,34px)}.home-slider .slide .bottom p{color:#fff}.slide__link{display:none}.home-news{display:none}.service-card__number,.capability-card__index,.corporate-content__items>section>span{display:none !important}.service-card{padding-top:38px}.capability-card h3{margin-top:0}.corporate-content__items>section{grid-template-columns:1fr}.corporate-content__items>section>div{grid-column:1}.home-about,.home-projects{background:#f2f7f6}.home-about__showcase{border-radius:18px;box-shadow:0 24px 65px rgba(17,56,52,0.11)}.home-services .service-card{border:1px solid #dce7e5;border-top:1px solid #dce7e5;border-radius:16px;background:linear-gradient(145deg,#fff,#f8fbfa)}.home-services .service-card:hover{border-color:#8dcfc9}.home-services .service-card:before{content:"";display:block;width:42px;height:4px;margin-bottom:28px;border-radius:4px;background:#18a99f}.home-certificates{background:#fff}.home-references{background:#f6f9f8}.home-projects .project-card{overflow:hidden;border-radius:18px}.home-projects .project-card__image{overflow:hidden}.home-projects .project-card__image img{transition:transform .6s ease}.home-projects .project-card:hover img{transform:scale(1.04)}@media(max-width:992px){.home-slider{height:auto;min-height:0}.home-slider .slider-grid{gap:3px}}.home-trust .container>a{position:relative;align-self:center;min-width:210px;min-height:76px;margin:14px 0 14px 18px;padding:0 18px 0 24px;justify-content:space-between;gap:22px;overflow:hidden;border:1px solid rgba(255,255,255,0.18);border-radius:14px;color:#fff;background:linear-gradient(135deg,#0b7c73,#07524f);box-shadow:0 14px 34px rgba(7,82,79,0.2);font-size:13px;letter-spacing:.01em;transition:transform .25s ease,box-shadow .25s ease}.home-trust .container>a:before{content:"Kalite belgeleri";position:absolute;left:24px;top:14px;color:rgba(255,255,255,0.62);font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.home-trust .container>a>b{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;margin-left:auto;border-radius:50%;color:#08625c;background:#fff;font-size:17px;transition:transform .25s ease}.home-trust .container>a:hover{background:linear-gradient(135deg,#096960,#083d48);box-shadow:0 18px 42px rgba(7,82,79,0.28);transform:translateY(-2px)}.home-trust .container>a:hover b{transform:translate(2px,-2px)}@media(max-width:1100px){.home-trust .container>a{grid-column:1/-1;width:100%;min-height:68px;margin:0;border-radius:0}.home-trust .container>a:before{top:10px}}.home-news{display:block;padding:110px 0;background:linear-gradient(180deg,#f2f7f6 0,#fff 100%)}.home-news:before{opacity:.035}.home-news__heading{display:grid;grid-template-columns:1fr auto;align-items:end;gap:40px;margin-bottom:46px}.home-news__heading:before{height:62px}.home-news__subtitle{color:#0b7c73}.home-news__title{max-width:720px;margin:10px 0 14px;font-size:clamp(38px,4vw,58px);line-height:1.08}.home-news__text{margin:0;color:#667773;font-size:16px}.home-news__all-link{display:inline-flex;align-items:center;gap:22px;padding:15px 19px;border:1px solid #bedbd7;border-radius:12px;color:#0b716b;background:#fff;font-size:12px;font-weight:800;text-decoration:none;box-shadow:0 10px 26px rgba(15,76,70,0.08)}.home-news__all-link b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;color:#fff;background:#0b716b}.home-news__all-link:hover{color:#fff;background:#0b716b}.home-news__all-link:hover b{color:#0b716b;background:#fff}.home-news__grid{display:grid;grid-template-columns:1.28fr .72fr;grid-template-rows:repeat(2,minmax(235px,1fr));gap:18px}.home-news .news-card{display:grid;grid-template-columns:210px 1fr;min-height:235px;overflow:hidden;border:1px solid #dae7e5;border-radius:18px;background:#fff;box-shadow:0 12px 36px rgba(19,66,62,0.08)}.home-news .news-card--featured{grid-row:1/3;display:flex;flex-direction:column}.home-news .news-card__image{height:100%;min-height:235px;overflow:hidden}.home-news .news-card--featured .news-card__image{height:390px}.home-news .news-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.home-news .news-card:hover img{transform:scale(1.045)}.home-news .news-card__content{display:flex;flex-direction:column;padding:27px}.home-news .news-card--featured .news-card__content{padding:32px 34px}.home-news .news-card__date{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:#0b7c73;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.home-news .news-card__date:before{content:"";width:22px;height:2px;background:#d71920}.home-news .news-card__title{margin:0 0 12px;color:#173630;font-size:21px;line-height:1.3}.home-news .news-card--featured .news-card__title{font-size:30px}.home-news .news-card__text{margin:0;color:#6a7976;font-size:13px;line-height:1.65}.home-news .news-card__link{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:18px;color:#0b716b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.home-news .news-card:hover{border-color:#9fd2cc;transform:translateY(-4px);box-shadow:0 22px 52px rgba(19,66,62,0.14)}@media(max-width:1000px){.home-news__grid{grid-template-columns:1fr;grid-template-rows:auto}.home-news .news-card--featured{grid-row:auto}.home-news .news-card--featured .news-card__image{height:330px}}@media(max-width:680px){.home-news{padding:76px 0}.home-news__heading{grid-template-columns:1fr;align-items:start}.home-news__all-link{width:max-content}.home-news .news-card{grid-template-columns:1fr}.home-news .news-card__image{height:230px}.home-news .news-card--featured .news-card__image{height:260px}.home-news .news-card--featured .news-card__title{font-size:24px}}.home-trust .container>a{display:flex;align-items:center;justify-content:flex-end;min-height:82px;padding:0 18px 0 24px;font-size:0;line-height:1}.home-trust .container>a:before{content:"Kalite belgeleri";left:24px;top:17px;font-size:9px;line-height:1;white-space:nowrap}.home-trust .container>a:after{content:"Belgeleri inceleyin";position:absolute;left:24px;top:40px;color:#fff;font-size:13px;font-weight:800;line-height:1.2;white-space:nowrap}.home-trust .container>a>b{position:relative;z-index:1;margin-left:auto;font-size:17px}.home-trust .container>div:nth-child(4) strong{font-size:21px;letter-spacing:-0.025em;white-space:nowrap}.home-trust .container>div:nth-child(4) span{max-width:190px;line-height:1.35}@media(max-width:1100px){.home-trust .container>a{min-height:82px;padding-left:22px;padding-right:22px}.home-trust .container>a:before{left:22px;top:17px}.home-trust .container>a:after{left:22px;top:40px}}@media(max-width:420px){.home-trust .container>a:after{font-size:12px}.home-trust .container>a>b{width:36px;height:36px;flex-basis:36px}}.home-references{padding:105px 0;background:#f5f8f7}.home-references__heading{text-align:left;margin-left:0}.references-marquee{padding:8px 0}.references-marquee__track{gap:16px;animation-duration:85s}.reference-item{display:grid;place-items:center;width:220px;height:138px;padding:22px;border:1px solid #dce7e5;border-radius:14px;background:#fff;box-shadow:0 8px 26px rgba(18,65,60,0.07)}.reference-item img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.reference-item:hover{border-color:#9bcfc9;box-shadow:0 16px 38px rgba(18,65,60,0.12)}.reference-item:hover img{transform:scale(1.035)}.reference-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.reference-logo{min-height:205px;padding:26px;border-color:#dce7e5;border-radius:16px;color:#203a36;box-shadow:0 8px 28px rgba(18,65,60,0.06);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.reference-logo img{width:100%;height:120px;object-fit:contain}.reference-logo strong{text-align:center;font-size:13px}.reference-logo:hover{border-color:#94cec7;box-shadow:0 18px 42px rgba(18,65,60,0.12);transform:translateY(-4px)}@media(max-width:950px){.reference-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reference-item{width:180px;height:115px;padding:17px}.references-marquee__track{animation-duration:65s}}@media(max-width:420px){.reference-grid{grid-template-columns:1fr 1fr;gap:10px}.reference-logo{min-height:160px;padding:16px}.reference-logo img{height:90px}.reference-logo strong{font-size:11px}}.references-marquee .reference-item{box-sizing:border-box;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);padding:18px}.references-marquee .reference-item img{display:block;width:auto !important;height:auto !important;max-width:100% !important;max-height:100% !important;margin:auto;object-fit:contain !important;object-position:center !important}.reference-grid .reference-logo{box-sizing:border-box;grid-template-rows:125px auto}.reference-grid .reference-logo img{display:block;width:auto !important;height:auto !important;max-width:100% !important;max-height:115px !important;margin:auto;object-fit:contain !important;object-position:center !important}.references-marquee img[src$="/Efor.png"],.reference-grid img[src$="/Efor.png"]{transform:scale(1.28)}@media(max-width:700px){.references-marquee .reference-item{padding:14px}.reference-grid .reference-logo{grid-template-rows:100px auto}.reference-grid .reference-logo img{max-height:92px !important}}.capability-status--detailed{display:grid;grid-template-columns:1fr auto;align-items:center}.capability-status--detailed p{grid-column:1/-1;margin:13px 0 2px;padding-top:13px;border-top:1px dashed #b9dcd8;color:#536d69;font-size:12px;line-height:1.7}.capability-status--detailed span{color:#08766e;background:#fff;border:1px solid #b9dcd8}.capability-status__name{display:flex;align-items:baseline;gap:9px;min-width:0}.capability-status__name b{color:#173630;font-size:17px}.capability-status__name strong{color:#61726f;font-size:12px;font-weight:600}.capability-status:not(.capability-status--detailed){display:grid;grid-template-columns:1fr auto;align-items:center}@media(max-width:520px){.capability-status__name{align-items:flex-start;flex-direction:column;gap:3px}.capability-status{gap:10px}.capability-status span{white-space:nowrap}}.home-club{position:relative;padding:105px 0;background:linear-gradient(135deg,#f5f9f8 0,#fff 58%,#eef7f6 100%);overflow:hidden}.home-club:before{content:"";position:absolute;right:-130px;top:-170px;width:470px;height:470px;border:1px solid rgba(10,135,128,0.12);border-radius:50%;box-shadow:0 0 0 70px rgba(10,135,128,0.035),0 0 0 140px rgba(10,135,128,0.02)}.home-club .container{position:relative}.home-club__shell{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(420px,0.96fr);min-height:570px;overflow:hidden;border:1px solid #d6e5e3;border-radius:28px;background:#fff;box-shadow:0 28px 75px rgba(17,65,61,0.12)}.home-club__slider{position:relative;min-width:0;background:#102f35}.home-club__slides,.home-club__slide{position:absolute;inset:0;margin:0}.home-club__slide{visibility:hidden;opacity:0;transition:opacity .65s ease,visibility .65s}.home-club__slide.is-active{visibility:visible;opacity:1}.home-club__slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(5,29,34,0.76))}.home-club__slide img{width:100%;height:100%;object-fit:cover}.home-club__slide figcaption{position:absolute;z-index:2;left:30px;right:130px;bottom:30px;color:#fff;font-size:12px;font-weight:700;line-height:1.5}.home-club__controls{position:absolute;z-index:5;right:25px;bottom:22px;display:flex;align-items:center;gap:9px;padding:7px;border:1px solid rgba(255,255,255,0.22);border-radius:999px;background:rgba(8,40,45,0.72);backdrop-filter:blur(10px)}.home-club__controls button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:50%;color:#143c3f;background:#fff;cursor:pointer}.home-club__controls span{color:rgba(255,255,255,0.68);font-size:10px}.home-club__controls b{color:#fff;font-size:12px}.home-club__content{display:flex;flex-direction:column;justify-content:center;padding:58px 56px}.home-club__brand{display:flex;align-items:center;gap:24px;margin-bottom:28px}.home-club__brand img{width:255px;height:128px;padding:8px 12px;object-fit:contain;border:1px solid #dce8e6;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(17,65,61,0.08)}.home-club__brand span{max-width:170px;color:#0b8179;font-size:10px;font-weight:900;letter-spacing:.16em;line-height:1.6}.home-club h2{margin:0 0 22px;color:#132f35;font-size:clamp(38px,4vw,58px);line-height:1.04;letter-spacing:-0.055em}.home-club__content>p{margin:0;color:#5f716e;font-size:15px;line-height:1.85}.home-club__achievement{display:grid;grid-template-columns:52px 1fr;gap:18px;margin-top:32px;padding:22px;border:1px solid #f0d3d4;border-radius:17px;background:linear-gradient(135deg,#fff7f7,#fff)}.home-club__achievement>span{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;color:#fff;background:#d71920;font-size:21px;box-shadow:0 10px 24px rgba(215,25,32,0.2)}.home-club__achievement small{display:block;margin-bottom:6px;color:#0b8179;font-size:9px;font-weight:900;letter-spacing:.15em}.home-club__achievement strong{display:block;color:#172f35;font-size:18px}.home-club__achievement p{margin:8px 0 0;color:#687774;font-size:12px;line-height:1.65}@media(max-width:1050px){.home-club__shell{grid-template-columns:1fr;min-height:0}.home-club__slider{height:500px}.home-club__content{padding:45px}.home-club__brand img{width:240px;height:120px}}@media(max-width:650px){.home-club{padding:72px 0}.home-club__shell{border-radius:18px}.home-club__slider{height:310px}.home-club__slide figcaption{left:20px;right:20px;bottom:76px}.home-club__controls{left:18px;right:auto;bottom:18px}.home-club__content{padding:32px 24px}.home-club__brand{align-items:flex-start;flex-direction:column;gap:13px}.home-club__brand img{width:100%;height:120px}.home-club h2{font-size:37px}.home-club__achievement{grid-template-columns:42px 1fr;padding:17px}.home-club__achievement>span{width:42px;height:42px}}.planned-projects{margin-top:80px;padding:58px 42px;border:1px solid #d9e7e5;border-radius:24px;background:linear-gradient(135deg,#fbfdfd,#f2f8f7)}.planned-projects .projects-archive__heading>span{color:#9a6700}.planned-projects .project-sidebar header{background:linear-gradient(135deg,#755516,#9a741e)}.planned-projects .project-sidebar nav a.active{border-left-color:#d59a22;background:#fff8e9}.planned-projects .project-detail__assurance b{border-color:#ead6a9;background:#fff9ec;color:#805a0a}@media(max-width:760px){.planned-projects{margin-top:55px;padding:32px 16px;border-radius:18px}}.home-scroll-top{position:fixed;right:24px;bottom:24px;z-index:1050;display:grid;place-items:center;width:52px;height:52px;padding:0;border:1px solid rgba(255,255,255,0.35);border-radius:50%;color:#fff;background:linear-gradient(145deg,#0d8984,#07635f);box-shadow:0 14px 34px rgba(8,73,69,0.28);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(18px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease,box-shadow .25s ease}.home-scroll-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.home-scroll-top:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(8,73,69,0.36)}.home-scroll-top svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:600px){.home-scroll-top{right:16px;bottom:18px;width:46px;height:46px}.home-scroll-top svg{width:21px;height:21px}}