:root{--bg:#f6f6f3;--surface:#eceeea;--text:#202526;--muted:#636967;--line:#d8dcd6;--accent:#ff8127;--header:rgba(246,246,243,.97);color-scheme:light}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}button{color:inherit}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}button{border:0}h2{font-size:clamp(34px,4vw,61px);font-weight:500;letter-spacing:-2.8px;line-height:1.08}.muted{color:var(--muted)}.section{max-width:1500px;margin:auto;padding:105px 64px}.eyebrow{font-size:11px;letter-spacing:1.7px;font-weight:600;margin-bottom:26px}.header{height:88px;padding:0 46px;display:flex;align-items:center;justify-content:space-between;gap:32px;background:var(--header);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}.logo{flex-shrink:0}.logo-crop{display:block;position:relative;width:111px;height:62px;overflow:hidden;background:#ff8127}.logo-crop img{position:absolute;max-width:none;width:237px;height:auto;left:-62.5px;top:-54.1px}.header nav{display:flex;gap:34px;font-size:13px}.header nav a{padding:12px 0;transition:color .2s}.header nav a:hover{color:#bb4c00}.header-actions{display:flex;align-items:center;gap:20px}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:45px;background:var(--accent);color:#202020;min-height:58px;padding:18px 25px;font-size:14px;font-weight:600;transition:background .2s,transform .2s;border-radius:3px;white-space:nowrap}.button:hover{background:#ff9a51;transform:translateY(-2px)}.button span{font-size:23px;font-weight:400;line-height:1}.button.small{min-height:44px;padding:12px 18px;gap:22px;font-size:12px}.theme-toggle{background:none;font-size:24px;width:40px;height:40px}.menu-toggle{display:none;background:none}.hero{position:relative;min-height:660px;height:calc(100dvh - 88px);max-height:850px;isolation:isolate;color:#f7f8f4;background:#263034;overflow:hidden}.hero-photo,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-photo{object-position:center 58%}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(12,22,26,.85),rgba(12,22,26,.48) 50%,rgba(12,22,26,.09)),linear-gradient(0deg,rgba(10,18,23,.5),transparent 35%)}.hero-content{padding:86px 64px 110px;max-width:1500px;margin:auto}.hero .eyebrow{color:#e2e5e3;margin-bottom:36px}.hero h1{font-size:clamp(66px,7.8vw,120px);font-weight:500;line-height:.98;letter-spacing:-6px;margin-bottom:28px}.hero h1 span{color:var(--accent)}.hero-description{font-size:17px;line-height:1.65;color:#e1e4e3;margin-bottom:33px}.hero-bottom{position:absolute;bottom:28px;left:64px;right:64px;display:flex;justify-content:space-between;border-top:1px solid #ffffff36;padding-top:23px;font-size:12px}.hero-bottom a{display:flex;gap:40px}.service-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:0 64px;border-bottom:1px solid var(--line);max-width:1500px;margin:auto}.service-strip a{padding:30px 22px;border-right:1px solid var(--line);font-size:13px;display:flex;align-items:center;justify-content:space-between;gap:12px}.service-strip a:first-child{padding-left:0}.service-strip a:last-child{border:0}.service-strip a span{font-size:23px;color:var(--muted)}.service-strip a:hover{color:#b44700}.about{display:grid;grid-template-columns:1.25fr 1fr;gap:80px;align-items:start}.about-copy{padding-top:40px}.about-copy p{font-size:17px;line-height:1.75;max-width:480px}.about-copy p+p{color:var(--muted);font-size:15px;margin-top:17px}.text-link{display:inline-flex;align-items:center;gap:35px;background:none;border-bottom:1px solid var(--line);padding:0 0 12px;font-size:13px;font-weight:600;margin-top:28px;text-align:left}.text-link span{font-size:23px}.text-link:hover{color:#b44700;border-color:var(--accent)}.services{padding-top:30px}.section-heading{margin-bottom:42px}.section-heading>p:last-child{margin-top:20px;color:var(--muted);font-size:15px}.services-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:26px}.service-feature{min-height:580px;position:relative;isolation:isolate;background:#252c2f;color:#f6f6f3;overflow:hidden;border-radius:4px}.service-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:60% center;z-index:-2;transition:transform .7s}.service-feature:hover>img{transform:scale(1.035)}.service-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#111c22f5,transparent 90%);z-index:-1}.feature-content{position:absolute;bottom:0;padding:38px;width:100%}.feature-content>p:first-child{font-size:10px;letter-spacing:1.7px;margin-bottom:15px}.feature-content h3{font-size:38px;letter-spacing:-1.5px;font-weight:500;margin-bottom:16px}.feature-content>p:nth-of-type(2){font-size:14px;line-height:1.7;max-width:360px;margin-right:45px;color:#e1e3e3}.circle{width:48px;height:48px;border-radius:50%;background:var(--accent);color:#202020;font-size:29px;position:absolute;right:32px;bottom:38px}.service-options{display:grid;gap:24px}.service-item{background:var(--surface);padding:32px 36px;border-radius:4px}.service-tag{font-size:10px;letter-spacing:1.5px;color:var(--muted)}.service-item h3{font-size:28px;font-weight:500;letter-spacing:-.8px;margin:19px 0 13px;line-height:1.13}.service-item p{font-size:14px;color:var(--muted);line-height:1.65;max-width:410px}.service-item .text-link{margin-top:20px}.statement{border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:relative}.statement-mark{position:absolute;right:80px;top:60px;color:var(--accent);font-size:145px;line-height:1}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:65px;margin-top:64px}.principles h3{font-size:18px;font-weight:500;margin-bottom:14px}.principles p{font-size:14px;color:var(--muted);line-height:1.7}.cooperation{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.cooperation-photo{height:570px;overflow:hidden;border-radius:4px}.cooperation-photo img{width:100%;height:100%;object-fit:cover}.cooperation h2{font-size:clamp(32px,3.5vw,49px);margin-bottom:38px}.step{display:flex;gap:21px;padding:22px 0;border-bottom:1px solid var(--line)}.step>span{color:var(--accent);font-size:26px}.step h3{font-size:16px;font-weight:500;margin-bottom:9px}.step p{font-size:14px;line-height:1.65;color:var(--muted)}.faq{padding-top:20px;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.faq h2{font-size:42px}.faq details{border-bottom:1px solid var(--line);padding:21px 0}.faq details:first-child{padding-top:0}.faq summary{display:flex;justify-content:space-between;gap:25px;font-size:16px;cursor:pointer;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary span{color:var(--muted);font-size:24px;line-height:20px}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{font-size:14px;line-height:1.8;color:var(--muted);padding:18px 30px 3px 0}.contact{background:var(--surface);display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;max-width:none;padding-left:max(64px,calc((100vw - 1372px)/2));padding-right:max(64px,calc((100vw - 1372px)/2))}.contact h2{font-size:clamp(60px,7vw,98px);letter-spacing:-4px;margin:30px 0}.contact h2 span{color:#bb4c00}.contact-intro>p:not(.eyebrow){font-size:16px;color:var(--muted);line-height:1.7}.contact-note{display:flex;align-items:center;gap:20px;margin-top:50px}.contact-note>span{font-size:45px;color:#bb4c00}.contact-note p{font-size:12px;line-height:1.8;color:var(--muted)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 20px}.quote-form label{display:block;font-size:12px;font-weight:600}.quote-form input,.quote-form select,.quote-form textarea{display:block;width:100%;margin-top:10px;border:1px solid var(--line);border-radius:3px;background:var(--bg);color:var(--text);padding:15px 13px;min-height:49px;outline:none;font-size:13px}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:#b84b00;box-shadow:0 0 0 2px #ff812733}.quote-form input::placeholder,.quote-form textarea::placeholder{color:var(--muted);opacity:1}.quote-form>label{margin-top:24px}.quote-form textarea{resize:vertical;min-height:96px}.form-note{font-size:11px;color:var(--muted);line-height:1.6;margin:19px 0}.quote-form>.button{width:100%}#form-status{font-size:12px;margin-top:12px}.footer{padding:50px 64px 25px;max-width:1500px;margin:auto}.footer-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:40px}.footer-brand{font-size:54px;letter-spacing:-3px;line-height:.95;font-weight:500}.footer-brand span{display:block;font-size:17px;letter-spacing:0}.footer-top>p{font-size:18px;color:var(--muted)}.footer-top .text-link{margin:0}.footer-bottom{border-top:1px solid var(--line);padding-top:23px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.privacy-button{background:none;font-size:11px;padding:0}.skip{position:fixed;top:-100px;left:15px;padding:15px;background:var(--accent);z-index:30}.skip:focus{top:10px}dialog{background:var(--bg);color:var(--text);max-width:630px;width:calc(100% - 32px);max-height:85dvh;padding:40px;border:1px solid var(--line);border-radius:6px}dialog::backdrop{background:#111b22b8}dialog h2{font-size:34px;margin-bottom:20px}dialog p{font-size:14px;line-height:1.7;margin-bottom:18px}.dialog-close{position:absolute;top:12px;right:15px;background:none;font-size:28px;min-width:34px;min-height:34px}pre{white-space:pre-wrap;overflow-wrap:anywhere;font-family:inherit;font-size:13px;line-height:1.7;background:var(--surface);padding:20px;margin-bottom:25px}body:has(dialog[open]){overflow:hidden}[data-theme="dark"]{--bg:#191e1f;--surface:#23292a;--text:#f1f2ed;--muted:#b1b9b6;--line:#3b4442;--header:rgba(25,30,31,.98);color-scheme:dark}[data-theme="dark"] .contact h2 span,[data-theme="dark"] .contact-note>span{color:var(--accent)}[data-theme="dark"] .text-link:hover,[data-theme="dark"] .header nav a:hover,[data-theme="dark"] .service-strip a:hover{color:var(--accent)}
@media(prefers-reduced-motion:no-preference){.hero-content{animation:enter .8s both}.reveal.ready{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.reveal.ready.visible{opacity:1;transform:none}@keyframes enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media(min-width:1600px){.hero-content{padding-top:100px}.hero-bottom{left:max(64px,calc((100vw - 1372px)/2));right:max(64px,calc((100vw - 1372px)/2))}}
@media(max-width:1100px){.header{padding:0 28px;gap:20px}.header nav{gap:22px}.header-actions{gap:10px}.section{padding:75px 36px}.hero-content{padding-left:36px}.hero-bottom{left:36px;right:36px}.hero h1{font-size:88px}.about,.cooperation,.contact{gap:45px}.service-strip{padding:0 36px}.service-strip a{padding:25px 15px;font-size:11px}.principles{gap:32px}.contact{padding:75px 36px}.feature-content{padding:28px}.feature-content h3{font-size:32px}.service-item{padding:28px}.footer{padding:45px 36px 25px}.contact .eyebrow{line-height:1.8}}
@media(max-width:800px){.header{height:76px;padding:0 20px}.logo-crop{width:95px;height:53px}.logo-crop img{width:203px;left:-53.5px;top:-46.4px}.header nav{display:none;position:absolute;top:76px;left:0;right:0;padding:22px;background:var(--bg);border-bottom:1px solid var(--line)}.header nav.open{display:grid;gap:8px}.header nav a{font-size:18px;padding:14px 0}.header-actions .small{display:none}.menu-toggle{display:flex;gap:15px;align-items:center;font-size:12px;padding:12px 0 12px 12px}.menu-toggle span{font-size:20px}.hero{min-height:610px;height:calc(90dvh - 76px);max-height:760px}.hero-content{padding:70px 24px 110px}.hero .eyebrow{font-size:9px;letter-spacing:1.2px;margin-bottom:32px}.hero h1{font-size:clamp(52px,9.5vw,76px);letter-spacing:-3px;line-height:1.04}.hero-description{font-size:15px}.hero-photo{object-position:65% center}.hero-shade{background:linear-gradient(90deg,#0c161ad9,#0c161a55),linear-gradient(0deg,#0c161a99,transparent 40%)}.hero-bottom{left:24px;right:24px;font-size:10px;gap:20px}.hero-bottom>span{max-width:130px;line-height:1.5}.hero-bottom a{align-items:center;gap:18px}.service-strip{grid-template-columns:1fr 1fr;padding:0 24px}.service-strip a{padding:20px 14px;font-size:11px}.service-strip a:nth-child(2){border-right:0}.service-strip a:nth-child(3){padding-left:0;border-top:1px solid var(--line)}.service-strip a:nth-child(4){border-top:1px solid var(--line)}.section{padding:65px 24px}.about,.services-grid,.cooperation,.faq,.contact{grid-template-columns:1fr;gap:32px}.about-copy{padding-top:0}.about-copy p{font-size:16px}.eyebrow{font-size:9px;letter-spacing:1.3px;margin-bottom:22px}h2{font-size:39px;letter-spacing:-1.8px}.services{padding-top:15px}.service-feature{min-height:460px}.service-options{gap:18px}.service-item{padding:28px}.statement{padding-top:65px}.statement h2{font-size:34px;max-width:85%}.statement-mark{font-size:80px;right:20px;top:45px}.principles{grid-template-columns:1fr;gap:28px;margin-top:38px}.principles p{max-width:480px}.cooperation-photo{height:330px}.cooperation h2{font-size:39px}.cooperation-content{padding-top:8px}.faq{padding-top:15px;gap:26px}.faq h2{font-size:36px}.faq summary{font-size:14px;line-height:1.5}.contact{padding:60px 24px}.contact h2{font-size:76px;margin:24px 0}.contact-note{display:none}.quote-form{margin-top:8px}.form-grid{gap:20px 14px}.quote-form input,.quote-form select{padding:13px 10px;font-size:12px;min-width:0}.footer{padding:40px 24px 24px}.footer-top{gap:25px;flex-wrap:wrap}.footer-top>p{font-size:14px}.footer-top .text-link{font-size:12px}.footer-bottom{gap:20px;flex-wrap:wrap;font-size:10px}.footer-bottom span:last-child{display:none}dialog{padding:36px 22px}}
@media(max-width:370px){.hero h1{font-size:48px}.form-grid{grid-template-columns:1fr}.hero-bottom>span{display:none}.contact h2{font-size:64px}}
.header{height:80px}.header nav{gap:24px;font-size:12px}.header-actions{gap:12px}.language{font-size:11px;font-weight:600}.hero{height:calc(100dvh - 80px)}.hero h1{font-size:clamp(60px,6.7vw,104px)}.hero h1 span{font-size:clamp(46px,5.7vw,88px);letter-spacing:-3.8px}.hero-photo{object-position:center center}.fleet-strip{display:grid;grid-template-columns:repeat(4,1fr);max-width:1500px;margin:auto;padding:36px 64px;border-bottom:1px solid var(--line);gap:25px}.fleet-strip>div{border-right:1px solid var(--line);padding-left:24px}.fleet-strip>div:first-child{padding-left:0}.fleet-strip>div:last-child{border:0}.fleet-strip strong{font-weight:500;font-size:34px;letter-spacing:-1.6px;display:block;margin-bottom:8px}.fleet-strip strong small{font-size:22px}.fleet-strip span{font-size:11px;color:var(--muted)}.industry-links{display:grid;grid-template-columns:1fr 1fr;column-gap:60px;margin-top:42px}.industry-links a{font-size:21px;letter-spacing:-.4px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:23px 0;gap:20px}.industry-links a span{font-size:26px;color:var(--muted)}.industry-links a:hover{color:#b44700}.footer-links{display:flex;flex-wrap:wrap;gap:24px;padding-bottom:30px;font-size:12px;color:var(--muted)}.footer-links a:hover{color:var(--text)}.page-hero{padding-top:65px;padding-bottom:75px;border-bottom:1px solid var(--line)}.breadcrumb{font-size:11px;color:var(--muted);display:inline-block;margin-bottom:36px}.page-hero h1{font-size:clamp(44px,5.5vw,80px);letter-spacing:-3px;font-weight:500;line-height:1.06;margin-bottom:26px}.page-hero>p{max-width:650px;font-size:17px;line-height:1.75;color:var(--muted)}.editorial-wrap{max-width:1200px;margin:auto;padding:0 64px 80px}.editorial-section{padding:65px 0 0}.editorial-section h2{font-size:36px;letter-spacing:-1.5px;margin-bottom:28px}.editorial-section>p{max-width:800px;font-size:16px;line-height:1.85;color:var(--muted);margin:18px 0}.editorial-section>.button{margin-top:18px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.detail-grid article{padding:30px;background:var(--surface);border-radius:4px}.detail-grid h3{font-weight:500;font-size:22px;letter-spacing:-.5px;margin-bottom:15px}.detail-grid p{font-size:14px;line-height:1.75;color:var(--muted)}.detail-grid .service-tag{display:block;margin-bottom:20px}.industry-detail{border-bottom:1px solid var(--line);padding-bottom:40px}.faq-list details{padding:20px 0;border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;font-size:17px}.faq-list p{font-size:15px;line-height:1.7;color:var(--muted);margin-top:18px}.cooperation-photo img{object-position:75% center}
[hidden]{display:none!important}
@media(max-width:1150px) and (min-width:801px){.header{padding:0 24px;gap:20px}.header nav{gap:17px;font-size:11px}.header-actions .small{display:none}}
@media(max-width:800px){.hero .hero-photo{object-position:72% center}}
@media(max-width:800px){.header{height:76px}.header nav{top:76px}.hero{height:calc(90dvh - 76px)}.hero h1{font-size:clamp(46px,8vw,64px);letter-spacing:-2.7px}.hero h1 span{font-size:clamp(29px,5.1vw,46px);letter-spacing:-1.2px;display:inline-block;white-space:nowrap;margin-top:10px}.hero .eyebrow{max-width:300px;line-height:1.7}.fleet-strip{grid-template-columns:1fr 1fr;padding:28px 24px;gap:27px 16px}.fleet-strip>div{padding-left:0}.fleet-strip>div:nth-child(2){border:0}.fleet-strip strong{font-size:30px}.fleet-strip span{font-size:10px}.industry-links{grid-template-columns:1fr;margin-top:25px}.industry-links a{font-size:20px}.footer-links{gap:20px;font-size:11px}.page-hero{padding-top:40px;padding-bottom:50px}.page-hero h1{font-size:42px;letter-spacing:-2px;overflow-wrap:anywhere}.page-hero>p{font-size:15px}.editorial-wrap{padding:0 24px 60px}.editorial-section{padding-top:45px}.editorial-section h2{font-size:30px}.detail-grid{grid-template-columns:1fr;gap:16px}.detail-grid article{padding:24px}.editorial-section>p{font-size:15px}.breadcrumb{margin-bottom:25px}.header-actions{gap:5px}}
