:root{--bg:#050e13;--bg-soft:#08151c;--panel:#0b1820;--panel-2:#0e1d25;--line:#263b45;--line-blue:#0087bd;--cyan:#0aaef0;--cyan-2:#047db4;--white:#f6f8f9;--muted:#a9b4bb;--dark:#12212a;--radius:7px;--container:1180px;--shadow:0 18px 60px rgba(0,0,0,.32)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--white);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:radial-gradient(circle at 92% 22%,rgba(0,152,214,.09),transparent 28%),linear-gradient(rgba(5,14,19,.93),rgba(5,14,19,.98))}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 36px),var(--container));margin-inline:auto}.section{padding:18px 0}.section h2{font-size:27px;line-height:1.18;margin:0 0 18px;text-align:center}.skip-link{position:fixed;top:8px;left:8px;transform:translateY(-150%);z-index:100;background:var(--white);color:#000;padding:10px 15px}.skip-link:focus{transform:none}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}svg{width:1.25em;height:1.25em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}
.site-header{height:62px;border-bottom:1px solid rgba(98,126,140,.35);background:rgba(4,12,17,.96);position:sticky;top:0;z-index:50}.site-header__inner{height:100%;display:flex;align-items:center;gap:24px}.brand{font-size:25px;letter-spacing:1px;font-weight:750;white-space:nowrap}.brand strong{color:var(--cyan);font-weight:600}.site-nav{margin-left:auto}.site-nav__list{display:flex;align-items:center;gap:26px;list-style:none;padding:0;margin:0;font-size:12px;font-weight:650}.site-nav a,.header-phone{transition:color .2s}.site-nav a:hover,.site-nav a:focus-visible,.header-phone:hover{color:var(--cyan)}.header-phone{display:flex;align-items:center;gap:7px;font-weight:700;font-size:12px;white-space:nowrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;border:1px solid var(--cyan);border-radius:3px;background:linear-gradient(135deg,#079fe1,#0687cb);color:white;padding:14px 21px;font-weight:750;line-height:1;cursor:pointer;box-shadow:0 7px 22px rgba(0,141,207,.16);transition:transform .2s,filter .2s}.button:hover,.button:focus-visible{filter:brightness(1.12);transform:translateY(-1px)}.button--small{padding:11px 15px;font-size:12px;gap:10px}.button--ghost{background:rgba(8,18,24,.72);border-color:#52616a;box-shadow:none}.nav-toggle{display:none;background:none;border:0;color:#fff;width:42px;padding:8px}.nav-toggle>span:not(.screen-reader-text){display:block;height:2px;background:currentColor;margin:5px}
.hero{min-height:460px;position:relative;overflow:hidden;border-bottom:1px solid #1d3541}.hero__image{position:absolute;inset:0;background-image:linear-gradient(90deg,#020a0f 0%,rgba(2,10,15,.93) 27%,rgba(2,10,15,.18) 60%,rgba(2,10,15,.05)),linear-gradient(0deg,rgba(2,10,15,.62),transparent 42%),url(../images/hero-ecu.png);background-size:cover;background-position:center}.hero:after{content:"";position:absolute;right:-40px;bottom:-30px;width:360px;height:210px;opacity:.24;background:repeating-linear-gradient(0deg,transparent 0 21px,rgba(0,170,235,.4) 22px 23px),repeating-linear-gradient(90deg,transparent 0 42px,rgba(0,170,235,.22) 43px 44px);clip-path:polygon(30% 0,100% 0,100% 100%,0 100%)}.hero__inner{position:relative;z-index:2;min-height:460px;display:flex;align-items:center;justify-content:space-between;padding-block:52px}.hero__copy{width:53%;max-width:630px}.eyebrow{color:var(--cyan);font-size:12px;text-transform:uppercase;font-weight:800;letter-spacing:.45px;margin:0 0 13px}.hero h1{font-size:43px;line-height:1.06;letter-spacing:-1.5px;margin:0 0 17px}.hero__copy>p:not(.eyebrow){color:#c1cbd0;max-width:515px;margin:0 0 22px}.hero__actions{display:flex;gap:14px}.hero__proof{display:flex;gap:40px;margin-top:29px;font-size:12px}.hero__proof>span{display:flex;gap:9px;align-items:center;color:#d4dade}.hero__proof>span:first-letter{font-size:24px}.diagnostic-panel{align-self:center;width:184px;margin-top:45px;background:rgba(4,20,29,.78);border:1px solid rgba(0,136,191,.55);border-right:0;padding:16px 18px;box-shadow:var(--shadow);clip-path:polygon(14px 0,100% 0,100% 100%,0 100%,0 14px)}.diagnostic-panel__label{display:block;color:#f29b27;font-size:10px;text-transform:uppercase;font-weight:800;margin-bottom:12px}.diagnostic-panel div{display:flex;justify-content:space-between;border-bottom:1px solid rgba(62,98,113,.3);padding:5px 0;font-size:11px}.diagnostic-panel b{color:var(--cyan)}
.problems{padding-top:25px}.problem-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.problem-card{height:215px;border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;background:linear-gradient(150deg,rgba(14,29,37,.7),rgba(7,16,21,.5));transition:border-color .2s,transform .2s}.problem-card:hover{border-color:var(--cyan);transform:translateY(-3px)}.problem-card__icon{font-size:52px;line-height:1;font-family:monospace;color:#bdc8cd;text-shadow:0 0 20px rgba(9,169,232,.18)}.problem-card strong{font-size:17px;line-height:1.25;max-width:150px;margin:21px 0 14px}.problem-card>svg{color:#ced8dd}
.services{padding-top:13px}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--panel)}.service-card__image,.module-card__image,.project-card__image{background-image:url(../images/hero-ecu.png);background-size:cover;background-repeat:no-repeat}.service-card__image{height:145px}.crop-board{background-position:72% 60%}.crop-probes{background-position:53% 24%}.crop-code{background-position:95% 11%;filter:saturate(.9) hue-rotate(5deg)}.crop-modules{background-position:67% 82%}.service-card__body{padding:13px 15px 16px}.service-card h3{font-size:17px;margin:0 0 6px}.service-card p{font-size:12px;color:var(--muted);min-height:77px;margin:0 0 10px}.service-card a,.section-heading a{color:var(--cyan);font-size:12px;font-weight:750}.service-card a svg,.section-heading a svg{width:13px;margin-left:5px}
.process{padding-block:4px}.process__panel{background:#f1f4f5;color:#17242b;border-radius:8px;padding:18px 34px 27px;box-shadow:var(--shadow)}.process__panel h2{margin-bottom:25px}.step-grid{display:grid;grid-template-columns:repeat(5,1fr);position:relative}.step-grid:before{content:"";position:absolute;top:32px;left:9%;right:9%;border-top:1px dashed #8fa1aa}.step{position:relative;text-align:center;padding:0 13px}.step__number{position:absolute;z-index:2;top:-5px;left:calc(50% - 42px);width:30px;height:30px;border-radius:50%;background:var(--cyan);color:white;display:grid;place-items:center;font-weight:800}.step__icon{position:relative;z-index:1;width:74px;height:74px;border:1px solid #afbdc4;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:#eef2f3;font-size:31px}.step h3{font-size:14px;margin:0 0 5px}.step p{font-size:10px;color:#5c6870;margin:0}
.modules{padding-top:17px}.module-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.module-card{border:1px solid var(--line);background:var(--panel);border-radius:var(--radius);padding-bottom:13px;text-align:center;overflow:hidden}.module-card__image{height:125px}.crop-ecu{background-position:58% 61%}.crop-tcu{background-position:81% 60%}.crop-bcm{background-position:94% 47%}.crop-cas{background-position:69% 86%}.crop-airbag{background-position:88% 80%}.crop-cluster{background-image:linear-gradient(rgba(2,14,20,.15),rgba(2,14,20,.15)),url(../images/laboratory.png);background-position:86% 40%}.module-card h3{font-size:17px;margin:9px 0 1px}.module-card p{font-size:12px;color:var(--muted);margin:0}
.why__grid{display:grid;grid-template-columns:1.02fr 1fr;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--panel)}.why__image img{width:100%;height:100%;object-fit:cover}.why__content{position:relative;padding:23px 27px;background:linear-gradient(125deg,var(--panel),#07151d)}.why__content:after{content:"";position:absolute;right:0;top:0;width:45%;height:100%;opacity:.08;background:repeating-radial-gradient(circle at 100% 50%,transparent 0 18px,var(--cyan) 19px 20px)}.why__content>*{position:relative;z-index:1}.why__content h2{text-align:left;font-size:25px;margin:0 0 12px}.why__content ul{list-style:none;padding:0;margin:0 0 17px}.why__content li{font-size:13px;margin:6px 0}.why__content li:before{content:"✓";color:var(--cyan);border:1px solid var(--cyan);border-radius:50%;display:inline-grid;place-items:center;width:17px;height:17px;margin-right:9px;font-size:10px}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.feature-row span{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:5px;padding:9px;color:var(--cyan);font-size:20px}.feature-row b{color:#cbd4d8;font-size:9px;line-height:1.25}.why__content small{display:block;text-align:right;color:#88979e;font-size:8px;margin-top:6px}
.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.section-heading h2{text-align:left;margin:0}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{border:1px solid var(--line);border-radius:var(--radius);padding:13px;background:var(--panel)}.project-card h3{font-size:14px;margin:0 0 11px}.project-card__layout{display:grid;grid-template-columns:42% 1fr;gap:13px}.project-card__image{min-height:165px;border-radius:4px;background-size:auto 210px}.crop-project-0{background-position:51% 68%}.crop-project-1{background-position:74% 60%}.crop-project-2{background-position:91% 67%}.project-card dl,.project-card dd{margin:0}.project-card dt{font-size:10px;color:var(--cyan);font-weight:800;margin-top:6px}.project-card dd{font-size:10px;color:#c5cdd1}
.workshop__panel{border:1px solid var(--cyan-2);border-radius:var(--radius);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;padding:26px 40px;background:linear-gradient(105deg,#0c1c25,#08151c)}.workshop__icon{font-size:49px;color:#b6c2c8}.workshop h2{text-align:left;margin:0 0 3px}.workshop p{color:var(--muted);margin:0;font-size:13px}.workshop .button{min-width:280px}
.social-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}.reviews,.faq{border:1px solid var(--line);border-radius:var(--radius);padding:15px;background:rgba(11,24,32,.55)}.reviews h2,.faq h2{font-size:20px;text-align:left;margin:0 0 12px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.review-grid blockquote{margin:0;border:1px solid var(--line);border-radius:5px;padding:13px;min-height:180px;font-size:10px}.review-grid blockquote>span{color:#ffd000;font-size:15px;letter-spacing:1px}.review-grid p{color:#c1cbd0}.review-grid cite{font-style:normal;font-weight:700;color:white}.faq details{border:1px solid var(--line);border-radius:4px;margin:6px 0;background:var(--panel)}.faq summary{cursor:pointer;list-style:none;padding:10px 12px;font-size:12px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";float:right;color:#b8c5ca}.faq details[open] summary:after{content:"−"}.faq details p{color:var(--muted);font-size:11px;padding:0 12px 11px;margin:0}
.contact__panel{border:1px solid var(--line);border-radius:var(--radius);display:grid;grid-template-columns:1.6fr .9fr;gap:48px;padding:23px 35px;background:linear-gradient(110deg,#0c1a22,#071218)}.contact h2{text-align:left;font-size:24px}.contact__form form{background:#eef2f4;color:#24343d;border-radius:7px;padding:16px}.contact fieldset{border:0;padding:0;margin:0 0 10px;display:flex;align-items:center;gap:13px}.contact legend{font-size:10px;font-weight:700;float:left;margin-right:15px}.contact fieldset label{font-size:9px;background:#dbe2e6;border-radius:12px;padding:4px 9px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 13px}.contact form label{display:flex;flex-direction:column;font-size:10px;font-weight:700}.contact input,.contact select,.contact textarea{border:1px solid #c5ced3;border-radius:3px;background:#f7f9fa;padding:8px;color:#1a2a32;margin-top:4px;font-size:11px;min-width:0}.contact textarea{min-height:64px;resize:vertical}.form-span{grid-column:1/-1}.upload-placeholder{border:1px dashed #8799a2;border-radius:4px;margin:9px 0;min-height:50px;display:flex;align-items:center;justify-content:center;gap:9px;color:#5e7079;font-size:18px}.upload-placeholder span{font-size:9px;font-weight:700}.upload-placeholder small{display:block;font-weight:400}.contact form .button{font-size:11px;padding:11px 18px}.hp-field{position:absolute!important;left:-9999px}.form-notice{padding:10px;margin-bottom:10px;border-radius:4px;font-size:12px}.is-success{background:#daf3df;color:#164820}.is-error{background:#f8d9d9;color:#6d1717}.shipping{padding-top:6px}.shipping h2{font-size:22px}.shipping ol{padding:0;counter-reset:shipping;list-style:none}.shipping li{counter-increment:shipping;position:relative;padding-left:38px;margin:20px 0;color:#d2dade;font-size:12px}.shipping li:before{content:counter(shipping);position:absolute;left:0;top:-2px;width:24px;height:24px;border-radius:50%;background:#263945;display:grid;place-items:center;color:#b9c5cb;font-weight:800}.shipping hr{border:0;border-top:1px solid var(--line);margin:23px 0}.shipping h3{font-size:13px}.shipping p,.shipping a{display:flex;align-items:center;gap:8px;color:#bdc8cd;font-size:12px;margin:7px 0}.shipping p{display:block}.shipping svg{color:#c9d3d8}
.site-footer{border-top:1px solid rgba(49,76,89,.45);margin-top:13px;background:#091219}.footer-grid{display:grid;grid-template-columns:1.35fr .65fr .65fr 1.15fr;gap:50px;padding-block:24px}.footer-grid .brand{font-size:24px}.footer-grid p,.footer-grid a,.footer-grid span{display:block;color:#aebbc1;font-size:10px;margin:4px 0}.footer-grid h2{font-size:12px;margin:0 0 7px}.footer-bottom{border-top:1px solid #172832;display:flex;justify-content:space-between;padding-block:10px;color:#77878f;font-size:9px}.footer-bottom span:last-child{display:flex;gap:27px}
@media(max-width:1050px){.site-nav__list{gap:13px}.header-phone span{display:none}.button--small{display:none}.hero h1{font-size:37px}.problem-grid{gap:10px}.problem-card{height:190px}.service-grid{gap:10px}.module-grid{grid-template-columns:repeat(3,1fr)}.module-card__image{height:160px}}
@media(min-width:681px) and (max-width:900px){.container{width:calc(100% - 34px)}.site-header{height:36px}.site-header__inner{gap:13px}.brand{font-size:15px}.site-nav__list{gap:13px;font-size:6.5px}.header-phone{font-size:7px;gap:3px}.header-phone span{display:inline}.button--small{display:inline-flex;padding:7px 9px;font-size:6.5px;gap:5px}.hero,.hero__inner{min-height:270px}.hero__inner{padding-block:32px}.hero__copy{width:57%;max-width:390px}.eyebrow{font-size:7px;margin-bottom:8px}.hero h1{font-size:25px;letter-spacing:-.6px;margin-bottom:9px}.hero__copy>p:not(.eyebrow){font-size:8px;line-height:1.4;max-width:310px;margin-bottom:12px}.hero__actions{gap:10px}.hero__actions .button{font-size:7px;padding:10px 12px;gap:9px}.hero__proof{gap:26px;margin-top:14px;font-size:6.5px}.diagnostic-panel{width:108px;margin-top:20px;padding:9px 10px}.diagnostic-panel__label{font-size:5.5px;margin-bottom:6px}.diagnostic-panel div{font-size:6px;padding:2px 0}.section{padding:9px 0}.section h2{font-size:16px;margin-bottom:9px}.problem-grid{grid-template-columns:repeat(5,1fr);gap:10px}.problem-card,.problem-card:last-child{height:130px;grid-column:auto;padding:10px}.problem-card__icon{font-size:30px}.problem-card strong{font-size:10px;margin:11px 0 7px}.problem-card>svg{width:12px}.service-grid{grid-template-columns:repeat(4,1fr);gap:9px}.service-card__image{height:92px}.service-card__body{padding:8px}.service-card h3{font-size:10px}.service-card p{font-size:6.5px;min-height:49px;margin-bottom:5px}.service-card a,.section-heading a{font-size:6.5px}.process__panel{padding:10px 20px 15px}.process__panel h2{margin-bottom:14px}.step-grid{grid-template-columns:repeat(5,1fr);gap:0}.step-grid:before{display:block;top:20px}.step,.step:last-child{display:block;grid-column:auto;text-align:center;padding:0 7px}.step__icon{width:45px;height:45px;font-size:18px;margin:0 auto 7px}.step__number{width:18px;height:18px;font-size:8px;left:calc(50% - 27px);top:-3px}.step h3{font-size:8px;margin:0 0 3px}.step p{font-size:5.5px;margin:0}.module-grid{grid-template-columns:repeat(6,1fr);gap:7px}.module-card__image{height:75px}.module-card{padding-bottom:8px}.module-card h3{font-size:10px;margin:5px 0 0}.module-card p{font-size:6.5px}.why__grid{grid-template-columns:1.02fr 1fr}.why__content{padding:12px 15px}.why__content h2{font-size:15px;margin-bottom:6px}.why__content li{font-size:7px;margin:3px 0}.why__content li:before{width:10px;height:10px;font-size:6px;margin-right:5px}.feature-row{grid-template-columns:repeat(3,1fr);gap:4px}.feature-row span{font-size:11px;padding:5px;gap:4px}.feature-row b{font-size:5px}.project-grid{grid-template-columns:repeat(3,1fr);gap:9px}.project-card{padding:7px}.project-card h3{font-size:8px;margin-bottom:6px}.project-card__layout{gap:7px}.project-card__image{min-height:98px;background-size:auto 130px}.project-card dt,.project-card dd{font-size:5.5px}.workshop__panel{grid-template-columns:auto 1fr auto;padding:14px 22px;gap:15px}.workshop__icon{font-size:28px}.workshop h2{text-align:left;font-size:16px}.workshop p{font-size:7px}.workshop .button{grid-column:auto;min-width:175px;width:auto;font-size:7px;padding:11px}.social-grid{grid-template-columns:1.1fr .9fr;gap:9px}.reviews,.faq{padding:8px}.reviews h2,.faq h2{font-size:12px}.review-grid{grid-template-columns:repeat(3,1fr);gap:5px}.review-grid blockquote{min-height:105px;padding:7px;font-size:5.5px}.review-grid blockquote>span{font-size:8px}.faq details{margin:3px}.faq summary{padding:6px;font-size:6.5px}.faq details p{font-size:6px;padding:0 6px 6px}.contact__panel{grid-template-columns:1.6fr .9fr;gap:28px;padding:14px 20px}.contact h2{font-size:15px}.contact__form form{padding:9px}.contact fieldset{margin-bottom:5px;gap:6px}.contact legend,.contact fieldset label,.contact form label{font-size:5.5px}.contact input,.contact select,.contact textarea{padding:4px;font-size:6px;margin-top:2px}.contact textarea{min-height:38px}.upload-placeholder{min-height:30px;margin:5px 0}.contact form .button{font-size:6px;padding:7px 10px}.shipping h2{font-size:14px}.shipping li{font-size:6.5px;margin:11px 0;padding-left:23px}.shipping li:before{width:15px;height:15px}.shipping p,.shipping a{font-size:6.5px}.footer-grid{grid-template-columns:1.35fr .65fr .65fr 1.15fr;gap:28px;padding-block:14px}.footer-grid .brand{font-size:15px}.footer-grid p,.footer-grid a,.footer-grid span{font-size:5.5px}.footer-grid h2{font-size:7px}.footer-bottom{font-size:5px;padding-block:6px}}
@media(max-width:680px){.site-header{height:58px}.nav-toggle{display:block;margin-left:auto}.site-nav{display:none;position:absolute;top:58px;left:0;right:0;background:#071219;border-bottom:1px solid var(--line);padding:15px 18px}.site-nav.is-open{display:block}.site-nav__list{display:block}.site-nav li a{display:block;padding:12px}.header-phone{margin-left:auto}.hero{min-height:600px}.hero__image{background-image:linear-gradient(180deg,rgba(2,10,15,.2),#020a0f 73%),url(../images/hero-ecu.png);background-position:62% top;background-size:auto 360px}.hero__inner{min-height:600px;align-items:flex-end;padding-bottom:30px}.hero__copy{width:100%}.hero h1{font-size:34px}.diagnostic-panel{display:none}.problem-grid{grid-template-columns:repeat(2,1fr)}.problem-card:last-child{grid-column:1/-1}.service-grid{grid-template-columns:repeat(2,1fr)}.step-grid{grid-template-columns:1fr 1fr;gap:25px}.step-grid:before{display:none}.step:last-child{grid-column:1/-1}.why__grid,.social-grid,.contact__panel{grid-template-columns:1fr}.why__image img{max-height:360px}.project-grid{grid-template-columns:1fr}.workshop__panel{grid-template-columns:auto 1fr;padding:24px}.workshop .button{grid-column:1/-1;width:100%;min-width:0}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.container{width:min(calc(100% - 28px),var(--container))}.section{padding:14px 0}.section h2{font-size:22px}.header-phone{display:none}.hero{min-height:620px}.hero__image{background-size:auto 330px}.hero h1{font-size:31px}.hero h1 br{display:none}.hero__actions{flex-direction:column;align-items:stretch}.hero__proof{gap:15px;justify-content:space-between}.hero__proof span{font-size:9px}.problem-grid,.service-grid,.module-grid{grid-template-columns:1fr}.problem-card:last-child{grid-column:auto}.problem-card{height:150px}.service-card__image,.module-card__image{height:190px}.process__panel{padding:18px}.step-grid{grid-template-columns:1fr}.step:last-child{grid-column:auto}.step{display:grid;grid-template-columns:70px 1fr;text-align:left;align-items:center}.step__icon{grid-row:1/3;margin:0}.step__number{left:0}.step h3,.step p{margin-left:12px}.why__content{padding:22px 18px}.feature-row{grid-template-columns:1fr}.project-card__layout{grid-template-columns:1fr}.project-card__image{height:170px}.workshop__panel{grid-template-columns:1fr;text-align:center}.workshop h2{text-align:center}.review-grid{grid-template-columns:1fr}.contact__panel{padding:20px 14px;gap:25px}.form-grid{grid-template-columns:1fr}.form-span{grid-column:auto}.footer-grid{grid-template-columns:1fr;gap:15px}.footer-bottom{display:block}.footer-bottom span:last-child{margin-top:8px;flex-wrap:wrap;gap:12px}}
.crop-probes{background-image:url(../images/ecu-component-repair.webp);background-position:50% 48%}.crop-code{background-image:url(../images/ecu-programming.webp);background-position:50% 55%;filter:none}.crop-modules{background-image:url(../images/control-modules.webp);background-position:50% 52%}
.crop-ecu,.crop-tcu,.crop-bcm,.crop-cas,.crop-airbag{background-image:url(../images/control-modules.webp)}.crop-ecu{background-position:8% 28%}.crop-tcu{background-image:url(../images/ecu-programming.webp);background-position:50% 55%}.crop-bcm{background-position:88% 25%}.crop-cas{background-position:25% 86%}.crop-airbag{background-position:80% 84%}.crop-cluster{background-image:url(../images/laboratory.webp);background-position:86% 40%}
.crop-project-0{background-image:url(../images/ecu-component-repair.webp);background-position:50% 55%}.crop-project-1{background-image:url(../images/ecu-programming.webp);background-position:50% 58%}.crop-project-2{background-image:url(../images/control-modules.webp);background-position:83% 28%}
.upload-placeholder{cursor:pointer}.upload-placeholder input{position:absolute;width:1px;height:1px;opacity:0}.upload-placeholder:focus-within{outline:2px solid var(--cyan);outline-offset:2px}
@media(min-width:681px) and (max-width:900px){.contact__panel{padding:9px 20px;gap:26px}.contact h2{margin-bottom:6px}.contact__form form{padding:7px}.form-grid{gap:4px 9px}.contact textarea{min-height:28px}.upload-placeholder{min-height:24px;margin:4px 0}.shipping li{margin:7px 0}.shipping hr{margin:10px 0}.shipping h3{margin:5px 0}.shipping p,.shipping a{margin:3px 0}.site-footer{margin-top:5px}}
.problem-card__icon svg{width:1em;height:1em}.step__icon svg{width:1.1em;height:1.1em}.problem-card:focus-visible,.service-card a:focus-visible,.section-heading a:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}
.module-card__image{background-color:#050b0f;background-repeat:no-repeat;background-position:center;background-size:cover;filter:contrast(1.06) saturate(1.05)}
.module-card__image.crop-ecu{background-image:url(../images/module-ecu.webp)}.module-card__image.crop-tcu{background-image:url(../images/module-tcu.webp)}.module-card__image.crop-bcm{background-image:url(../images/module-bcm.webp)}.module-card__image.crop-cas{background-image:url(../images/module-cas.webp)}.module-card__image.crop-airbag{background-image:url(../images/module-airbag.webp)}
.module-card__image.crop-cluster{background-image:radial-gradient(circle at 29% 52%,transparent 0 19%,#7d8b92 20% 21%,transparent 22% 29%,rgba(0,174,240,.55) 30% 31%,transparent 32%),radial-gradient(circle at 71% 52%,transparent 0 19%,#7d8b92 20% 21%,transparent 22% 29%,rgba(0,174,240,.55) 30% 31%,transparent 32%),linear-gradient(145deg,#111c22,#03080b);position:relative}.module-card__image.crop-cluster:after{content:"";position:absolute;inset:24% 11%;border:1px solid #344852;border-radius:40% 40% 14% 14%;box-shadow:inset 0 0 18px rgba(0,174,240,.12)}
.module-card__image.crop-cluster{background-image:url(../images/module-cluster.webp);background-position:center;background-size:cover}.module-card__image.crop-cluster:after{content:none}
@media(min-width:681px) and (max-width:900px){.module-card__image{height:82px}.module-card h3{margin-top:4px}}
.hero__image{background-image:linear-gradient(90deg,#020a0f 0%,rgba(2,10,15,.93) 27%,rgba(2,10,15,.18) 60%,rgba(2,10,15,.05)),linear-gradient(0deg,rgba(2,10,15,.62),transparent 42%),url(../images/hero-ecu.webp)}
@media(max-width:680px){.hero__image{background-image:linear-gradient(180deg,rgba(2,10,15,.2),#020a0f 73%),url(../images/hero-ecu.webp)}}
.footer-registry{border-top:1px solid #172832;padding-top:9px;color:#77878f;font-size:9px}
.privacy-consent{display:grid!important;grid-template-columns:auto 1fr;align-items:start;gap:7px;margin:7px 0 10px;font-size:9px!important;font-weight:500!important;color:#50616a}.privacy-consent input{margin:2px 0 0!important}.privacy-consent a{color:#007caf;text-decoration:underline}
.subpage-hero{min-height:300px;display:flex;align-items:center;border-bottom:1px solid var(--line);background:linear-gradient(90deg,rgba(3,11,16,.98),rgba(3,11,16,.6)),url(../images/hero-ecu.webp) center/cover}.subpage-hero__inner{padding-block:60px}.subpage-hero h1{font-size:48px;line-height:1.06;margin:0 0 15px;max-width:760px}.subpage-hero p:last-child{color:var(--muted);max-width:620px}.subpage-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:55px;padding-block:45px}.prose{font-size:16px;color:#cad3d7}.prose h2,.prose h3{text-align:left;color:#fff}.prose h2{font-size:30px}.prose h3{font-size:21px;margin-top:30px}.prose li{margin:8px 0}.subpage-cta{align-self:start;position:sticky;top:85px;border:1px solid var(--line-blue);border-radius:var(--radius);padding:25px;background:var(--panel)}.subpage-cta h2{text-align:left;font-size:22px}.subpage-cta p{color:var(--muted);font-size:13px}.subpage-phone{display:flex;align-items:center;gap:8px;margin-top:18px;color:var(--cyan);font-weight:700}@media(max-width:680px){.subpage-hero{min-height:260px}.subpage-hero h1{font-size:35px}.subpage-grid{grid-template-columns:1fr;padding-block:28px;gap:25px}.subpage-cta{position:static}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.form-contact-hint{margin:0 0 4px;color:#5e7079;font-size:10px}
