:root { --blue:#62a0f4; --blue-dark:#438be7; --ink:#17171a; --muted:#f7f8fa; --line:#e6e7eb; --container:1120px; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); font-family:Arial, Helvetica, sans-serif; font-size:15px; line-height:1.6; }
.page-curtain { position:fixed; z-index:1000; inset:-1px 0 0; background:white; transform:translate3d(0,0,0); will-change:transform; }
.page-curtain.is-leaving { transform:translate3d(0,-100%,0); transition:transform .72s cubic-bezier(.76,0,.24,1); }
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }
button, input, select { font:inherit; }
.container { width:min(var(--container), calc(100% - 40px)); margin-inline:auto; }
.topbar { background:#19191c; color:#bfc1c7; font-size:13px; }
.topbar__inner { height:44px; display:flex; align-items:center; justify-content:space-between; }
.language { position:relative; align-self:stretch; display:flex; align-items:stretch; color:white; background:var(--blue-dark); }
.language-button { min-width:86px; padding:0 18px; border:0; color:white; background:transparent; cursor:pointer; }.language-button:focus-visible { outline:3px solid rgba(255,255,255,.72); outline-offset:-4px; }
.language-menu { position:absolute; z-index:20; top:100%; right:0; min-width:120px; margin:0; padding:7px 0; list-style:none; color:#24262b; background:white; box-shadow:0 10px 28px rgba(20,32,52,.16); }
.language-menu button { width:100%; padding:9px 16px; border:0; text-align:left; color:inherit; background:transparent; cursor:pointer; }.language-menu button:hover { color:var(--blue-dark); background:#f2f7ff; }
.nav-shell { height:76px; background:white; }
.nav-shell.is-sticky { position:fixed; z-index:80; top:0; right:0; left:0; box-shadow:0 6px 22px rgba(18,31,48,.12); animation:sticky-nav-in .24s ease-out; }
header.has-sticky-nav { padding-bottom:76px; }
.nav { height:76px; display:flex; align-items:center; justify-content:space-between; }
.nav img { width:170px; }
.nav-links { display:flex; gap:40px; font-weight:700; font-size:14px; }
.nav-links a:hover { color:var(--blue-dark); }
.nav-toggle { display:none; border:0; background:none; font-size:25px; }
.hero { min-height:690px; position:relative; color:white; display:flex; align-items:center; background-position:center; background-size:cover; transition:background-image .45s ease; }
.hero::before { content:''; position:absolute; inset:0; background:linear-gradient(90deg,rgba(12,10,12,.78),rgba(10,10,12,.2)); }
.hero--1 { background-image:url('assets/slider-1.jpg'); }.hero--2 { background-image:url('assets/slider-3.jpg'); }.hero--3 { background-image:url('assets/slider-2.jpg'); }
.hero__content { padding-bottom:56px; }
.hero__content { position:relative; z-index:1; }
.hero h1 { margin:0; max-width:670px; font-size:60px; line-height:1.25; letter-spacing:-1.8px; }
.hero p { max-width:640px; margin:20px 0 28px; font-size:17px; }
.title-line, .heading-line { width:105px; height:4px; margin-top:15px; background:linear-gradient(90deg,var(--blue) 42%,white 42% 49%,var(--blue) 49% 68%,white 68% 75%,var(--blue) 75%); }
.hero-arrow { position:absolute; z-index:2; top:50%; width:46px; height:46px; border:1px solid rgba(255,255,255,.6); border-radius:50%; color:white; background:rgba(0,0,0,.2); font-size:36px; line-height:1; cursor:pointer; opacity:0; transition:.2s; }.hero:hover .hero-arrow { opacity:1; }.hero-arrow--prev { left:24px; }.hero-arrow--next { right:24px; }
.hero-dots { position:absolute; z-index:2; left:50%; bottom:92px; display:flex; gap:8px; transform:translateX(-50%); }.hero-dots button { width:9px; height:9px; padding:0; border:0; border-radius:50%; background:rgba(255,255,255,.55); cursor:pointer; }.hero-dots button.active { width:25px; border-radius:5px; background:var(--blue); }
.button, .tracking-card button, .quote-form button { display:inline-flex; border:0; border-radius:3px; background:var(--blue); color:white; padding:13px 28px; font-weight:700; cursor:pointer; }
.button:hover, .tracking-card button:hover, .quote-form button:hover { background:var(--blue-dark); }
.tracking-wrap { position:relative; z-index:2; width:min(var(--container), calc(100% - 40px)); margin:-68px auto 0; }
.tracking-card { padding:48px 34px; background:white; border:1px solid #f0f0f0; box-shadow:0 14px 35px rgba(28,38,56,.12); }
.tracking-card input { display:block; width:100%; height:54px; padding:0 18px; border:2px solid var(--blue); outline:none; }
.tracking-card button { margin-top:18px; min-width:130px; justify-content:center; }
.tracking-card button:disabled { cursor:wait; opacity:.68; }
.section { padding:105px 0; }
.section--muted { background:var(--muted); }
.section-heading { max-width:760px; margin:0 auto 60px; text-align:center; }
.section-heading h2 { margin:0; font-size:40px; line-height:1.2; }
.section-heading h3 { margin:24px 0 0; font-size:20px; }
.section-heading p { margin:6px 0; font-weight:600; }
.heading-line { margin:13px auto; height:3px; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.service-card { padding:30px 24px; background:white; box-shadow:0 10px 26px rgba(30,44,68,.08); min-height:290px; }
.service-icon { width:72px; height:68px; display:grid; place-items:center; color:var(--blue); background:#eef5ff; font-size:38px; }
.service-card h3 { margin:20px 0 8px; font-size:22px; }
.service-card p { margin:0 0 12px; }
.service-card a, .feature-grid a, .blog-grid a { color:#222; font-weight:700; }
.service-card a:hover, .feature-grid a:hover, .blog-grid a:hover { color:var(--blue-dark); }
.about { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.about-visual { min-height:550px; position:relative; background:linear-gradient(rgba(244,246,249,.1),rgba(244,246,249,.1)), url('assets/about/about-1.jpg') center/cover; }
.experience { position:absolute; left:-28px; bottom:30px; width:235px; padding:25px; display:flex; flex-direction:column; background:white; border-left:4px solid var(--blue); box-shadow:0 10px 30px rgba(30,44,68,.13); }
.experience strong { color:var(--blue); font-size:44px; line-height:1; }
.about-copy .eyebrow { color:var(--blue); font-weight:700; border-bottom:3px solid var(--blue); }
.about-copy h2, .solutions h2, .transport h2 { margin:12px 0 22px; font-size:42px; line-height:1.15; }
.about-copy ul { list-style:none; padding:0; }
.about-copy li { margin:10px 0; padding-left:28px; position:relative; font-weight:600; }
.about-copy li::before { content:'✓'; position:absolute; left:0; color:var(--blue); }
.button-row { display:flex; gap:16px; margin-top:25px; }
.button--outline { border:1px solid #999; color:#222; background:white; }
.feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:30px; }
.feature-grid article, .blog-grid article { background:white; box-shadow:0 10px 28px rgba(30,44,68,.08); }
.feature-grid article > div:last-child, .blog-grid article > div:last-child { padding:25px; }
.feature-photo { height:260px; background-size:cover; background-position:center; }
.feature-photo--1 { background-image:url('assets/service/service-1.jpg'); }.feature-photo--2 { background-image:url('assets/service/service-2.jpg'); }.feature-photo--3 { background-image:url('assets/service/service-3.jpg'); }.feature-photo--4 { background-image:url('assets/service/service-4.jpg'); }.feature-photo--5 { background-image:url('assets/service/service-5.jpg'); }.feature-photo--6 { background-image:url('assets/service/service-6.jpg'); }
.center-action { margin-top:40px; text-align:center; }
.solutions { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.solutions p { max-width:570px; }
.solution-list { display:grid; grid-template-columns:1fr 1fr; gap:15px; margin:30px 0; }
.solution-list span { padding:20px; background:white; box-shadow:0 8px 24px rgba(30,44,68,.09); font-weight:700; }
.video-card { min-height:440px; border-right:14px solid var(--blue); border-bottom:14px solid var(--blue); background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.3)),url('assets/choose.jpg') center/cover; display:grid; place-items:center; }
.video-card button { width:82px; height:82px; border:0; border-radius:50%; color:var(--blue); background:white; font-size:25px; cursor:pointer; }
.team-carousel { position:relative; padding-inline:2px; }.team-viewport { overflow:hidden; }.team-track { display:flex; gap:28px; will-change:transform; transition:transform .48s cubic-bezier(.22,1,.36,1); }.team-track article { position:relative; flex:0 0 calc((100% - 56px)/3); overflow:hidden; background:white; box-shadow:0 10px 28px rgba(30,44,68,.09); }.team-track img { width:100%; height:390px; object-fit:cover; }.team-track article div { padding:18px; color:white; text-align:center; background:var(--blue); }.team-track h3 { margin:0; font-size:22px; }.team-track p { margin:2px 0 0; }.team-arrow { position:absolute; z-index:2; top:43%; width:42px; height:42px; border:1px solid #d9e4f3; border-radius:50%; color:var(--blue-dark); background:white; box-shadow:0 8px 20px rgba(35,57,87,.12); font-size:30px; line-height:1; cursor:pointer; transition:color .2s,background .2s,transform .2s; }.team-arrow:hover { color:white; background:var(--blue); transform:translateY(-2px); }.team-arrow:focus-visible { outline:3px solid rgba(67,139,231,.28); outline-offset:2px; }.team-arrow--prev { left:-21px; }.team-arrow--next { right:-21px; }.team-dots { display:flex; justify-content:center; gap:8px; margin-top:28px; }.team-dots button { width:12px; height:12px; padding:0; border:1px solid #a9c6eb; border-radius:50%; background:white; cursor:pointer; }.team-dots button:focus-visible,.gallery-filters button:focus-visible,.hero-dots button:focus-visible { outline:3px solid rgba(67,139,231,.28); outline-offset:2px; }.team-dots button.active { border-color:var(--blue); background:var(--blue); box-shadow:0 0 0 3px rgba(98,160,244,.16); }.gallery-filters { display:flex; justify-content:center; flex-wrap:wrap; gap:10px; margin:-18px 0 38px; }.gallery-filters button { padding:9px 20px; border:0; border-radius:22px; background:#f1f3f7; font-weight:700; cursor:pointer; }.gallery-filters button.active { color:white; background:var(--blue); box-shadow:0 6px 15px rgba(67,139,231,.28); }.gallery-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }.gallery-grid figure { position:relative; height:300px; margin:0; overflow:hidden; background:#eef0f3; }.gallery-grid figure[hidden] { display:none; }.gallery-grid img { width:100%; height:100%; object-fit:cover; transition:transform .35s; }.gallery-grid figcaption { position:absolute; inset:auto 18px 18px; padding:12px 16px; color:white; background:rgba(20,25,31,.86); font-size:18px; font-weight:700; transform:translateY(85px); transition:transform .3s; }.gallery-grid figure:hover img { transform:scale(1.06); }.gallery-grid figure:hover figcaption { transform:translateY(0); }
.stats { padding:78px 0; background:linear-gradient(rgba(23,25,29,.73),rgba(23,25,29,.73)),url('assets/funfact-bg.jpg') center/cover fixed; }
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:28px; }
.stats-grid div { min-height:190px; padding:22px; display:flex; flex-direction:column; align-items:center; justify-content:center; color:white; background:rgba(98,160,244,.92); }
.stats-grid span { font-size:42px; }.stats-grid strong { font-size:34px; line-height:1.2; }.stats-grid small { font-weight:700; }
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.blog-photo { height:230px; position:relative; background-size:cover; background-position:center; }
.blog-photo--1 { background-image:url('assets/blog/blog-1.jpg'); }.blog-photo--2 { background-image:url('assets/blog/blog-2.jpg'); }.blog-photo--3 { background-image:url('assets/blog/blog-3.jpg'); }
.blog-photo time { position:absolute; right:0; bottom:0; padding:10px 18px; color:white; background:var(--blue); }
.blog-grid h3 { line-height:1.25; font-size:21px; border-bottom:1px solid var(--line); padding-bottom:14px; }
.blog-grid small { color:#777; }
.transport { padding:100px 0; color:white; background:linear-gradient(rgba(74,143,231,.85),rgba(74,143,231,.85)),url('assets/transport-bg.jpg') center/cover; }
.transport-grid { display:grid; grid-template-columns:1.2fr 1fr; gap:50px; align-items:center; }
.quote-form { padding:30px; background:white; color:#222; border-radius:5px; }
.quote-form h3 { margin-top:0; font-size:24px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.quote-form input, .quote-form select { width:100%; border:0; background:#f1f6fd; padding:14px; outline:none; }
.quote-form button { width:100%; margin-top:14px; justify-content:center; }
.transport-copy > span { font-weight:700; }.transport-copy p { font-size:16px; }
.button--white { background:white; color:#222; margin-top:15px; }
.newsletter { width:min(1110px,calc(100% - 40px)); min-height:160px; margin-top:-1px; padding:50px 40px 30px; transform:translateY(50px); display:flex; align-items:center; justify-content:space-between; gap:30px; border-radius:5px; background:white; box-shadow:0 0 25px rgba(78,76,76,.12); }
.newsletter h3 { width:calc(50% - 15px); margin:0 0 20px; }
.newsletter form { width:500px; height:60.5px; display:flex; align-items:stretch; border:3px solid #509cff; border-radius:30px; padding:3px; transition:border-color .2s ease,box-shadow .2s ease; }
.newsletter form:focus-within { border-color:#2f86f7; box-shadow:0 0 0 3px rgba(80,156,255,.16); }
.newsletter input { flex:1; min-width:0; border:0; border-radius:4px 0 0 4px; padding:0 0 0 15px; outline:none; background:transparent; color:#1b1919; font-size:14px; }
.newsletter button { min-width:123px; border:1px solid #509cff; border-radius:30px; padding:12px 30px; background:#509cff; color:white; font-size:15px; font-weight:500; cursor:pointer; transition:background-color .2s ease,transform .2s ease; }
.newsletter button:hover { background:#3f8eef; }.newsletter button:active { transform:scale(.98); }.newsletter button:focus-visible { outline:3px solid rgba(47,134,247,.3); outline-offset:2px; }
.footer-main { padding:115px 0 60px; background:#101014; color:#aaa; }
.footer-grid { display:grid; grid-template-columns:1.2fr repeat(3,1fr); gap:60px; }
.footer-grid h3 { color:white; }.footer-grid > div > a { display:block; margin:8px 0; }.footer-grid > div > img { width:180px; }
.footer-grid img.partner { width:150px; max-height:60px; object-fit:contain; object-position:left; margin:16px 0; }
.modal[hidden] { display:none; }
.modal { position:fixed; inset:0; z-index:100; display:grid; place-items:start center; padding:125px 20px 30px; overflow:auto; }
.modal__backdrop { position:fixed; inset:0; background:rgba(0,0,0,.58); }
.modal__panel { position:relative; z-index:1; width:min(770px,100%); padding:30px 34px 22px; background:white; border-radius:10px; box-shadow:0 20px 50px rgba(0,0,0,.3); }
.modal__panel h3 { margin:0 0 26px; text-align:center; font-size:25px; }
.modal--empty { padding:70px 36px 40px; }
.modal--empty .modal__panel { width:min(1540px,100%); min-height:min(650px,calc(100vh - 110px)); padding:38px 40px 32px; display:flex; flex-direction:column; }
.modal--empty .modal__panel h3 { margin-bottom:0; font-size:34px; }
.modal--empty #tracking-result { flex:0 0 auto; }
.modal--empty .no-result { margin:48px 0 0; padding:0; color:var(--ink); font-size:26px; }
.modal--empty .modal__close { margin-top:auto; min-width:164px; padding:14px 26px; font-size:25px; }
.tracking-meta { margin:0 0 8px; font-size:18px; }.tracking-meta strong { margin-right:8px; }
.tracking-events { margin:22px 0 28px; display:grid; gap:18px; }
.tracking-event { display:grid; grid-template-columns:172px 1fr; gap:15px; font-size:17px; }.tracking-event time { color:#e33c33; white-space:nowrap; }
.modal__close { display:block; margin:0 auto; min-width:100px; padding:9px 20px; border:1px solid #d7d7d7; border-radius:4px; background:white; cursor:pointer; }
.video-modal[hidden] { display:none; }.video-modal { position:fixed; inset:0; z-index:110; display:grid; place-items:center; padding:24px; }.video-modal__backdrop { position:absolute; inset:0; background:rgba(5,8,12,.82); }.video-modal__panel { position:relative; z-index:1; width:min(820px,100%); padding:14px 14px 24px; color:white; text-align:center; background:#101419; box-shadow:0 22px 60px rgba(0,0,0,.48); }.video-modal__close { position:absolute; z-index:2; top:-44px; right:0; width:38px; height:38px; border:0; color:white; background:transparent; font-size:34px; cursor:pointer; }.video-modal__media { aspect-ratio:16/9; display:grid; place-items:center; background:linear-gradient(rgba(8,12,18,.28),rgba(8,12,18,.28)),url('assets/choose.jpg') center/cover; }.video-modal__media span { width:76px; height:76px; display:grid; place-items:center; border-radius:50%; color:var(--blue-dark); background:white; font-size:26px; }.video-modal__panel h3 { margin:20px 0 0; font-size:24px; }.video-modal__panel p { margin:4px 0 0; color:#d6deea; }
.no-result { padding:25px 0; text-align:center; color:#666; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
body.modal-open { overflow:hidden; }
.back-to-top { position:fixed; z-index:75; right:30px; bottom:30px; width:52px; height:52px; padding:0; display:grid; place-items:center; border:0; border-radius:50%; color:white; background:var(--blue-dark); box-shadow:0 10px 24px rgba(41,112,204,.32); cursor:pointer; opacity:0; visibility:hidden; transform:translateY(14px); transition:opacity .2s ease,visibility .2s ease,transform .2s ease,background-color .2s ease; }
.back-to-top.is-visible { opacity:1; visibility:visible; transform:translateY(0); }
.back-to-top:hover { background:#2e7fdc; }.back-to-top:focus-visible { outline:3px solid rgba(67,139,231,.34); outline-offset:3px; }.back-to-top svg { width:25px; height:25px; fill:none; stroke:currentColor; stroke-width:2.2; stroke-linecap:round; stroke-linejoin:round; }
main section[id] { scroll-margin-top:92px; }
@keyframes sticky-nav-in { from { opacity:0; transform:translateY(-100%); } to { opacity:1; transform:translateY(0); } }
@media (max-width:900px) { .nav-links { gap:20px; }.hero h1 { font-size:48px; }.service-grid,.feature-grid,.blog-grid,.gallery-grid { grid-template-columns:repeat(2,1fr); }.team-track article { flex-basis:calc((100% - 28px)/2); }.about,.solutions,.transport-grid { grid-template-columns:1fr; }.about-visual { min-height:420px; }.stats-grid { grid-template-columns:repeat(2,1fr); }.footer-grid { grid-template-columns:repeat(2,1fr); }.video-card { min-height:380px; }.hero-arrow { opacity:1; } }
@media (max-width:640px) { .container { width:min(100% - 28px,var(--container)); }.topbar__inner { font-size:11px; }.language-button { min-width:78px; padding-inline:12px; }.nav-shell { height:66px; }.nav { height:66px; }.nav img { width:135px; }.nav-toggle { display:block; }.nav-links { display:none; position:absolute; z-index:10; top:110px; left:0; right:0; flex-direction:column; gap:0; padding:12px 20px; background:white; box-shadow:0 12px 20px rgba(0,0,0,.12); }.nav-shell.is-sticky .nav-links { position:fixed; top:66px; }.nav-links.open { display:flex; }.nav-links a { padding:10px; }.hero { min-height:560px; }.hero h1 { font-size:36px; }.hero p { font-size:15px; }.hero-arrow { width:36px; height:36px; font-size:28px; }.hero-arrow--prev { left:7px; }.hero-arrow--next { right:7px; }.hero-dots { bottom:62px; }.tracking-wrap { margin-top:-45px; }.tracking-card { padding:25px 20px; }.section { padding:75px 0; }.section-heading h2,.about-copy h2,.solutions h2,.transport h2 { font-size:32px; }.service-grid,.feature-grid,.blog-grid,.stats-grid,.footer-grid,.gallery-grid { grid-template-columns:1fr; }.team-track article { flex-basis:100%; }.team-track img { height:380px; }.team-arrow--prev { left:-8px; }.team-arrow--next { right:-8px; }.gallery-grid figure { height:260px; }.experience { left:15px; }.solution-list,.form-grid { grid-template-columns:1fr; }.newsletter { width:100%; min-height:auto; margin:0; padding:32px 20px 26px; transform:none; flex-direction:column; align-items:stretch; gap:16px; border-radius:0; }.newsletter h3 { width:100%; margin:0; }.newsletter form { width:100%; }.newsletter button { min-width:112px; padding-inline:20px; }.footer-main { padding-top:65px; }.tracking-event { grid-template-columns:1fr; gap:2px; }.modal { padding-top:70px; }.modal__panel { padding:25px 20px 20px; }.modal--empty { padding-inline:14px; padding-bottom:20px; }.modal--empty .modal__panel { min-height:min(650px,calc(100vh - 90px)); padding:28px 20px 24px; }.modal--empty .modal__panel h3 { font-size:27px; }.modal--empty .no-result { margin-top:38px; font-size:21px; }.modal--empty .modal__close { min-width:130px; padding:11px 22px; font-size:19px; }.video-modal { padding:16px; }.video-modal__close { top:-40px; }.back-to-top { right:18px; bottom:18px; width:46px; height:46px; } header.has-sticky-nav { padding-bottom:66px; } main section[id] { scroll-margin-top:78px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { scroll-behavior:auto!important; transition-duration:.01ms!important; animation-duration:.01ms!important; animation-iteration-count:1!important; } .page-curtain { display:none; } }
