@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#142d46;--muted:#526474;--blue:#165ba2;--line:#dce4eb;--pale:#f2f5f8;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--white);color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.75}a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}img{display:block;max-width:100%}button{font:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.16;letter-spacing:-.035em}h1{font-size:clamp(2.65rem,5.4vw,5rem);font-weight:600;margin-bottom:28px}h2{font-size:clamp(2rem,3.3vw,3rem);font-weight:600;margin-bottom:25px}h3{font-size:1.25rem;line-height:1.4;font-weight:700}p{color:var(--muted);margin-bottom:22px}a:focus-visible,button:focus-visible{outline:3px solid #2573ba;outline-offset:5px}.wrap{width:min(1240px,calc(100% - 96px));margin:auto}.header{min-height:104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:28px}.brand{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:43px;height:47px;object-fit:contain}.brand>span{font-size:23px;letter-spacing:.01em;font-weight:800;white-space:nowrap}.brand small{font-size:14px;font-weight:600}.nav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:600}.nav a{padding:14px 0;white-space:nowrap}.nav [aria-current=page]{color:var(--blue);box-shadow:inset 0 -2px var(--blue)}.nav .contact{padding:10px 17px;border:1px solid var(--line);border-radius:4px}.menu{display:none}.skip{position:fixed;top:-80px;left:20px;background:white;padding:15px;z-index:20}.skip:focus{top:10px}.eyebrow,.kicker{font-size:13px;letter-spacing:.11em;text-transform:uppercase;font-weight:700;color:var(--blue);margin-bottom:25px}.home-intro{padding-top:66px}.headline-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:9%;align-items:start;margin:32px 0 52px}.headline-grid h1{margin:0}.lead{font-size:1.35rem;color:var(--ink);line-height:1.55}.headline-grid .button{margin-top:10px}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--ink);color:white;padding:14px 23px;border-radius:4px;font-size:14px;font-weight:700;line-height:1.6;border:1px solid var(--ink);transition:background .2s}.button:hover{color:white;background:var(--blue);border-color:var(--blue)}.button.light{background:white;color:var(--ink);border-color:white}.textlink{display:inline-block;font-weight:700;font-size:14px;border-bottom:1px solid currentColor;padding-bottom:5px}.wide-photo{margin:0;position:relative;background:var(--pale);overflow:hidden;border-radius:6px}.wide-photo img{width:100%;height:360px;object-fit:cover}.wide-photo figcaption{padding:12px 20px;color:var(--muted);font-size:13px;background:var(--pale)}.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding:35px 0 50px}.facts>div{border-left:1px solid var(--line);padding-left:26px}.facts>div:first-child{padding-left:0;border:0}.facts strong{display:block;font-size:2.3rem;font-weight:600;letter-spacing:-.04em}.facts span{font-size:13px;color:var(--muted)}.section{padding:90px 0}.pale{background:var(--pale)}.split{display:grid;grid-template-columns:1fr 1fr;gap:10%}.split p:last-child{margin-bottom:0}.section-heading{display:flex;gap:60px;align-items:end;justify-content:space-between;margin-bottom:38px}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:390px;margin-bottom:3px}.timeline{border-top:1px solid var(--line);margin-top:35px}.timeline article{display:grid;grid-template-columns:220px 1fr;gap:50px;padding:29px 0;border-bottom:1px solid var(--line)}.timeline strong{font-size:1.75rem;color:var(--blue);font-weight:500}.timeline h3{margin-bottom:10px}.timeline p{max-width:750px;margin:0}.navy{background:var(--ink);color:white}.navy p{color:#cedae5}.navy .eyebrow{color:#9ac5ed}.navy .textlink{color:white}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{border:1px solid var(--line);border-radius:6px;overflow:hidden;transition:box-shadow .2s}.card:hover{box-shadow:0 12px 32px #142d4610;color:var(--ink)}.card-visual{height:260px;background:#f5f7f9;padding:25px}.card-visual img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}.card-body{padding:28px}.card-body .kicker{font-size:12px;letter-spacing:.07em;min-height:40px;margin-bottom:10px}.card-body h3{font-size:1.9rem;margin-bottom:15px}.card-body p{font-size:15px;min-height:112px}.card-link{font-size:14px;font-weight:700;display:flex;justify-content:space-between}.page-head{padding:70px 0 56px;max-width:870px}.page-head>p:last-child{font-size:1.2rem;max-width:760px}.jump{display:flex;border-bottom:1px solid var(--line);gap:40px;padding-bottom:20px;font-weight:700}.product-row{display:grid;grid-template-columns:1fr 1.1fr;gap:8%;padding:55px 0 80px;align-items:center;border-bottom:1px solid var(--line);scroll-margin-top:25px}.product-photo{background:var(--pale);height:440px;padding:40px;border-radius:6px}.product-photo img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.product-row h2{font-size:3rem}.product-row ul{padding-left:20px;color:var(--muted)}.product-row li{margin-bottom:10px}.actions{display:flex;gap:25px;align-items:center;flex-wrap:wrap;margin-top:25px}.notice{font-size:13px;margin-top:18px}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}.service{padding:35px;border:1px solid var(--line);border-radius:5px;background:white}.service h2{font-size:1.8rem}.service p:last-child{margin-bottom:0}.project-list{border-top:1px solid var(--line);margin-bottom:80px}.project{display:grid;grid-template-columns:250px 1fr;gap:70px;border-bottom:1px solid var(--line);padding:46px 0}.project-date{font-size:1.1rem;font-weight:700;color:var(--blue)}.project-body .eyebrow{margin-bottom:15px}.project-body h2{font-size:2.3rem;margin-bottom:16px}.project-body h3{font-size:1.1rem}.project-body p{max-width:730px}.project-body img{width:100%;max-height:310px;object-fit:cover;border-radius:4px;margin-top:27px}.project:last-child{background:var(--pale);padding:40px;border:0;margin-top:22px;border-radius:5px}.pale .service-grid{margin:35px 0}.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.news-item{padding:32px;border:1px solid var(--line);border-radius:5px;display:flex;flex-direction:column}.news-meta{display:flex;justify-content:space-between;gap:20px;align-items:start;font-size:13px;color:var(--muted);margin-bottom:30px}.news-meta strong{font-size:14px;color:var(--blue)}.news-item h2{font-size:1.8rem;line-height:1.3}.news-item .textlink{align-self:start;margin-top:auto}.contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:9%}.contact-item{padding:22px 0;border-bottom:1px solid var(--line)}.contact-item small{display:block;font-size:13px;color:var(--muted);margin-bottom:9px}.contact-item>a{font-size:clamp(1rem,2vw,1.5rem);font-weight:600;overflow-wrap:anywhere}.contact-box{background:var(--pale);padding:35px;border-radius:5px}.contact-box h2{font-size:2rem}.contact-box p{margin-bottom:18px}.cta{margin-top:85px;margin-bottom:80px;padding:45px 0;display:flex;justify-content:space-between;align-items:center;gap:40px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta h2{font-size:2rem;margin-bottom:15px}.cta p{margin-bottom:0}.cta .eyebrow{margin-bottom:15px}.footer{padding:55px 0 24px;background:var(--pale)}.footer-top{display:grid;grid-template-columns:1.15fr 1fr 1.15fr;gap:70px}.footer-top .brand{margin-bottom:22px}.footer h3{font-size:15px;letter-spacing:0}.footer p{font-size:14px}.footer-links{display:flex;flex-direction:column;gap:11px;font-size:14px}.copyright{display:flex;justify-content:space-between;gap:25px;border-top:1px solid var(--line);padding-top:24px;margin-top:45px;font-size:12px;color:var(--muted)}
@media(min-width:1500px){.wide-photo img{height:400px}}@media(max-width:1050px){.wrap{width:calc(100% - 48px)}.nav{gap:14px}.brand>span{font-size:20px}.headline-grid{gap:5%}.project{gap:35px;grid-template-columns:200px 1fr}.card-body{padding:22px}.footer-top{gap:35px}}@media(max-width:820px){.header{min-height:85px;position:relative}.menu{display:block;background:white;border:1px solid var(--line);border-radius:4px;padding:8px 12px;font-size:14px;color:var(--ink)}.nav{display:none;position:absolute;top:84px;left:-24px;right:-24px;z-index:5;background:white;padding:20px 24px;border-bottom:1px solid var(--line);box-shadow:0 12px 20px #142d4610}.nav.open{display:flex;flex-direction:column;align-items:stretch;gap:0}.nav [aria-current=page]{box-shadow:none}.headline-grid,.split{grid-template-columns:1fr;gap:24px}.home-intro{padding-top:40px}.headline-grid{margin:20px 0 35px}.headline-grid h1{font-size:3.6rem}.wide-photo img{height:280px}.section{padding:60px 0}.section-heading{display:block}.section-heading>p{margin-top:22px;max-width:100%}.cards{grid-template-columns:1fr}.card{display:grid;grid-template-columns:1fr 1.2fr}.card-visual{height:100%;min-height:240px}.card-body p{min-height:0}.card-body .kicker{min-height:0}.product-row{gap:30px;grid-template-columns:1fr}.product-photo{height:360px}.timeline article{grid-template-columns:150px 1fr;gap:25px}.project{grid-template-columns:1fr;gap:15px}.project:last-child{padding:28px}.news-grid,.contact-grid{grid-template-columns:1fr}.contact-grid{gap:35px}.footer-top{grid-template-columns:1fr 1fr}.footer-top>div:first-child{grid-column:1/-1}.cta{align-items:start;flex-direction:column;margin-top:60px;margin-bottom:55px}.facts{grid-template-columns:1fr 1fr}.facts>div:nth-child(3){border:0;padding-left:0}}
@media(max-width:520px){.wrap{width:calc(100% - 36px)}.headline-grid h1{font-size:2.8rem}.lead{font-size:1.15rem}.wide-photo img{height:220px}.wide-photo figcaption{font-size:12px}.facts strong{font-size:1.8rem}.facts span{font-size:12px}.facts{gap:23px 12px}.facts>div{padding-left:16px}.timeline article{grid-template-columns:1fr;gap:9px}.timeline strong{font-size:1.4rem}.card{display:block}.card-visual{height:230px}.service-grid{grid-template-columns:1fr}.jump{gap:20px;font-size:13px;flex-wrap:wrap}.product-photo{height:310px;padding:25px}.product-row{padding-top:30px}.page-head{padding:45px 0 30px}.news-item,.service,.contact-box{padding:25px}.news-meta{flex-direction:column;gap:5px}.footer-top{grid-template-columns:1fr;gap:30px}.footer-top>div:first-child{grid-column:auto}.copyright{flex-direction:column;gap:10px}.nav{left:-18px;right:-18px}.project-body h2{font-size:2rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* V4: enterprise technology palette, preserved V3 page structure. */
:root{--ink:#10263b;--muted:#4d6072;--blue:#0866b7;--line:#d6e0e9;--pale:#edf2f7;--white:#fff}
body{overflow-x:clip}.header{position:relative;isolation:isolate;color:#edf4fb;border-color:#26384b}.header:before{content:"";position:absolute;inset:0;left:calc((100% - 100vw)/2);width:100vw;background:#081422;z-index:-1}.header .brand img{background:#fff;border-radius:5px;padding:3px}.header .nav a:hover{color:#6bbcf6}.header .nav [aria-current=page]{color:#6bbcf6;box-shadow:inset 0 -2px #6bbcf6}.header .nav .contact{border-color:#375169}.home-intro{position:relative;isolation:isolate;color:#f2f6fa;padding-bottom:0}.home-intro:before{content:"";position:absolute;top:0;bottom:0;left:calc((100% - 100vw)/2);width:100vw;background:#081422;z-index:-1}.home-intro p{color:#b7c8d9}.home-intro .eyebrow{color:#76bff2}.home-intro .lead{color:#eef4fb}.home-intro h1{font-weight:600}.home-intro .button{background:#176db0;border-color:#176db0;color:white}.home-intro .button:hover{background:#2284ce;border-color:#2284ce}.facts{grid-template-columns:repeat(3,1fr);padding:35px 0 46px}.facts>div{border-color:#2b3d50}.facts strong{color:#f1f6fc}.facts span{color:#aec0d3}.engineering-hero{border-radius:5px;background:#081422;border:1px solid #263c51}.wide-photo.engineering-hero img{height:auto;aspect-ratio:3/1;object-fit:cover;object-position:center 50%;width:100%}.engineering-hero figcaption{display:flex;justify-content:space-between;gap:20px;background:#0e1d2d;color:#c3d2e1;border-top:1px solid #263c51;padding:16px 22px;font-size:13px;letter-spacing:.035em}.navy{background:#0a192a}.navy .eyebrow{color:#76bff2}.pale{background:#edf2f7}.button{background:#123d65;border-color:#123d65}.footer{background:#081422;color:#e7eff7}.footer p,.footer .copyright{color:#adbed0}.footer .copyright{border-color:#293a4d}.footer a:hover{color:#6bbcf6}.footer .brand img{background:white;border-radius:5px;padding:3px}.card,.service,.news-item,.contact-box{border-color:#d6e0e9}.card-visual,.product-photo{background:#eaf0f5}.card:hover{box-shadow:0 12px 30px #0b2c4812}.project:last-child{border-left:3px solid #176db0}.news-meta strong{color:#085b9f}.menu{background:#10263b;color:#e7eff7;border-color:#375169}
@media(max-width:820px){.header .nav{background:#0c1b2b;border-color:#26384b}.header .nav [aria-current=page]{box-shadow:none}.facts{grid-template-columns:repeat(3,1fr);gap:18px}.facts>div:nth-child(3){border-left:1px solid #2b3d50;padding-left:20px}.facts>div{padding-left:20px}.facts strong{font-size:1.8rem}.wide-photo.engineering-hero img{aspect-ratio:3/1}.engineering-hero figcaption{font-size:12px;letter-spacing:0}}
@media(max-width:520px){.facts{gap:10px}.facts>div,.facts>div:nth-child(3){padding-left:12px}.facts>div:first-child{padding-left:0}.facts strong{font-size:1.5rem}.facts span{font-size:12px;display:block;line-height:1.5;margin-top:8px}.wide-photo.engineering-hero img{aspect-ratio:3/1;object-fit:contain;background:#081422}.engineering-hero figcaption{flex-direction:column;gap:4px;padding:13px 15px}.headline-grid h1{font-size:2.8rem}}

/* Unified dark engineering language across every route. */
:root{--ink:#e7f0fa;--muted:#b1c3d6;--blue:#74c2fa;--line:#294058;--pale:#0d1f32;--white:#081422}
body{background:#081422;color:var(--ink)}p{color:var(--muted)}.lead{color:#e5eff9}.eyebrow,.kicker{color:#74c2fa}.header,.footer{background:#081422}.pale,.navy{background:#0d1f32}.button{background:#176db0;border-color:#176db0;color:#fff}.button:hover{background:#2284ce;border-color:#2284ce}.button.light{background:#dcecf8;color:#10263b;border-color:#dcecf8}.card,.service,.news-item,.contact-box{background:#102338;border-color:#294058}.card:hover{color:#eef6ff;box-shadow:0 12px 32px #0003;border-color:#4d82af}.card-visual,.product-photo{background:#dce5ed}.card-body p{color:#b1c3d6}.service h3{color:#e7f0fa}.project:last-child{background:#102338;border-left-color:#56b3f3}.project-date,.timeline strong,.news-meta strong{color:#74c2fa}.news-meta{color:#b1c3d6}.project-body .eyebrow{color:#74c2fa}.notice,.contact-item small{color:#a8bed3}.contact-box h2{color:#e7f0fa}.subpage-heading{max-width:950px;padding-bottom:34px}.subpage-art{margin:0 0 55px;border:1px solid #294058;background:#081422;border-radius:5px;overflow:hidden}.subpage-art img{width:100%;height:auto;aspect-ratio:4.5/1;object-fit:cover;object-position:50% 53%}.service-grid .service{border-top:2px solid #3e8dc5}.timeline{margin-top:22px}.project-list{margin-top:15px}.cta{border-color:#294058}.footer .brand img,.header .brand img{background:#fff}.skip{background:#102338;color:#fff}.copyright{color:#a8bed3}.textlink:hover{color:#9bd7ff}.engineering-hero{border-color:#294058}.menu{background:#10263b;color:#e7eff7}#mernoki-megoldasok{scroll-margin-top:25px}
@media(max-width:820px){.subpage-art img{aspect-ratio:3/1;object-fit:contain}.subpage-art{margin-bottom:40px}.header .nav{background:#0c1b2b}}@media(max-width:520px){.subpage-heading{padding-bottom:20px}.subpage-art{margin-bottom:30px}.subpage-art img{aspect-ratio:3/1}}

/* Custom product artwork matching the shared engineering panorama. */
.product-graphic{margin:0;overflow:hidden;border:1px solid #294058;border-radius:6px;background:#081422;align-self:center}.product-graphic img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:contain;mix-blend-mode:normal;background:#081422}.product-graphic figcaption{padding:15px 22px;border-top:1px solid #294058;color:#c5d9eb;font-size:14px;letter-spacing:.045em;background:#0d1f32}.product-row{align-items:center}@media(max-width:820px){.product-graphic{width:100%;max-width:580px;margin:0 auto}.product-graphic img{aspect-ratio:4/3}}

/* Homepage product cards reuse the dedicated product illustrations. */
.card-visual.graphic-card-visual{padding:0;background:#081422;height:auto;aspect-ratio:4/3;min-height:0}.graphic-card-visual img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal}@media(max-width:820px) and (min-width:521px){.card-visual.graphic-card-visual{height:100%;aspect-ratio:auto}.graphic-card-visual img{object-fit:contain}}

/* Article-specific editorial illustrations. */
.news-art{margin:-32px -32px 28px;overflow:hidden;border-bottom:1px solid #294058;border-radius:5px 5px 0 0;background:#081422}.news-art img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.illustrated-news{overflow:hidden}@media(max-width:520px){.news-art{margin:-25px -25px 24px}}

/* Optical framing centers the three-quarter robot silhouette. */
.wide-photo.engineering-hero img,.subpage-art img{width:113.65%;max-width:none;height:auto;aspect-ratio:3/1;object-fit:fill;object-position:left center}

/* Borderless shared panorama, as requested. */
.wide-photo.engineering-hero,.subpage-art{border:0;border-radius:0;box-shadow:none}.engineering-hero figcaption{border-top:0}

/* Blend the raster background edge into the page, including the cropped right edge. */
.wide-photo.engineering-hero,.subpage-art{border:none!important;outline:none!important;box-shadow:none!important;border-radius:0;background:transparent;-webkit-mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent),linear-gradient(to bottom,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(to right,transparent,#000 4%,#000 96%,transparent),linear-gradient(to bottom,transparent,#000 8%,#000 92%,transparent);-webkit-mask-composite:source-in;mask-composite:intersect}.engineering-hero figcaption{background:transparent;border:0}

.debate-hero{margin:0 0 45px}.debate-hero img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:5px}.debate-hero figcaption{font-size:13px;color:#a8bed3;padding-top:12px}.editorial-body{max-width:820px;margin:0 auto}.editorial-body h2{font-size:2rem;margin-top:45px}.editorial-body p{line-height:1.85}.editorial-body strong{color:#e7f0fa}

/* Four-product portfolio and full, balanced panorama. */
.product-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.development-badge{display:inline-block;padding:6px 12px;margin-bottom:14px;border:1px solid #74c2fa;border-radius:4px;background:#11334b;color:#bce5ff;font-size:14px;font-weight:600}.product-cards .kicker{margin-bottom:10px}.wide-photo.engineering-hero img,.subpage-art img{width:100%;max-width:100%;height:auto;aspect-ratio:3/1;object-fit:contain}.jump{flex-wrap:wrap}#tracking{scroll-margin-top:28px}@media(max-width:820px){.product-cards{grid-template-columns:1fr}.product-cards .graphic-card-visual{height:auto;aspect-ratio:4/3}}

/* Language selector and flexible typography across ten fully translated routes. */
.language-picker{display:flex;flex-direction:column;gap:3px;flex-shrink:0;font-size:14px;color:#b1c3d6;line-height:1.4}.language-picker select{font:inherit;font-size:14px;color:#e7f0fa;background:#102338;border:1px solid #4a6986;border-radius:4px;padding:8px 28px 8px 10px;min-height:40px;max-width:160px;cursor:pointer}.language-picker select:focus-visible{outline:3px solid #74c2fa;outline-offset:3px}.header{gap:18px}.header .nav{gap:18px}.product-row>div,.card-body,.headline-grid>*,.split>*{min-width:0}.product-row h2,.card-body h3,h1,h2{overflow-wrap:break-word;hyphens:auto}.product-row h2{font-size:clamp(2rem,3.6vw,3rem)}.card-body .kicker{font-size:14px;letter-spacing:.055em}.card-body p{font-size:16px}.jump a{min-width:0}.jump{gap:18px 32px}.card-link{gap:12px}.language-picker option{background:#102338;color:#e7f0fa}
@media(max-width:1150px){.header{flex-wrap:wrap;padding-top:16px;padding-bottom:16px;gap:14px 18px}.header .brand{order:1;margin-right:auto}.header .menu{order:2;display:block;padding:8px 12px;border:1px solid #375169;border-radius:4px}.header .language-picker{order:3}.header .nav{order:4;position:static;display:none;flex-direction:column;align-items:stretch;width:100%;gap:0;padding:8px 16px;background:#0c1b2b;border:1px solid #294058;box-shadow:none}.header .nav.open{display:flex}.header .nav [aria-current=page]{box-shadow:none}.header .nav a{white-space:normal}.header .nav .contact{margin:8px 0}}
@media(max-width:560px){.header .language-picker{flex-basis:100%;flex-direction:row;align-items:center;justify-content:space-between}.language-picker select{width:160px;max-width:65%}.engineering-hero figcaption{font-size:12px}.product-row h2{font-size:2rem}.jump{font-size:14px}.button{max-width:100%;text-align:center}.brand>span{font-size:21px}}
/* Balance the outer focal margins of the camera and the selected tracking map. */
.wide-photo.engineering-hero img,.subpage-art img{width:96%;max-width:96%}
