:root {
  --navy-950: #051526;
  --navy-900: #071d35;
  --navy-800: #0c2c4e;
  --navy-700: #164f82;
  --blue: #1467a8;
  --orange: #f58220;
  --orange-dark: #d96508;
  --ink: #102236;
  --muted: #5e6d7d;
  --line: #dce3ea;
  --surface: #f3f6f9;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(4, 27, 49, .13);
  --container: 1180px;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h2 { margin-bottom: 0; font-size: clamp(2.2rem, 4.2vw, 4rem); }
h3 { font-size: 1.25rem; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(80px, 10vw, 132px) 0; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--navy-900); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid rgba(245, 130, 32, .55); outline-offset: 4px; }

.topbar { color: #d9e7f4; background: var(--navy-950); font-size: .76rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 38px; }
.topbar p { margin: 0; }
.topbar p span { color: var(--orange); margin: 0 8px; }
.topbar a { color: var(--white); }

.site-header { position: sticky; z-index: 80; top: 0; background: rgba(255, 255, 255, .97); border-bottom: 1px solid transparent; transition: box-shadow .25s ease, border-color .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(5, 21, 38, .07); }
.header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 98px; gap: 30px; }
.brand { display: block; flex: 0 0 auto; width: 205px; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 32px); font-size: .92rem; font-weight: 650; }
.main-nav > a:not(.button) { position: relative; padding: 36px 0; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 28px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.main-nav > a:not(.button):hover::after, .main-nav > a:not(.button):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; color: var(--navy-900); background: transparent; border: 1px solid var(--line); border-radius: 50%; cursor: pointer; }
.menu-toggle span { display: block; width: 21px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: var(--radius-sm); font-weight: 750; line-height: 1; cursor: pointer; transition: transform .22s ease, background-color .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 44px; padding-inline: 19px; font-size: .88rem; }
.button--orange { color: var(--white); background: var(--orange); box-shadow: 0 12px 28px rgba(245, 130, 32, .2); }
.button--orange:hover { background: var(--orange-dark); box-shadow: 0 16px 34px rgba(245, 130, 32, .28); }
.button--ghost { color: var(--white); border-color: rgba(255, 255, 255, .42); background: transparent; }
.button--ghost:hover { color: var(--navy-900); background: var(--white); border-color: var(--white); }
.button--light { color: var(--navy-900); background: var(--white); }
.button--light:hover { background: #eaf0f5; }

.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; color: var(--navy-700); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 3px; background: var(--orange); }
.eyebrow--light { color: #b7cee3; }

.hero { position: relative; min-height: 720px; overflow: hidden; color: var(--white); background: var(--navy-900); }
.hero::before { content: ""; position: absolute; inset: 0 auto 0 50%; width: 1px; background: rgba(255,255,255,.08); }
.hero__rule { position: absolute; top: 0; right: max(20px, calc((100vw - var(--container)) / 2)); width: 124px; height: 7px; background: var(--orange); }
.hero__grid { position: relative; display: grid; min-height: 720px; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(48px, 7vw, 90px); padding-top: 72px; padding-bottom: 72px; }
.hero__content { position: relative; z-index: 2; }
.hero h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(3rem, 5.6vw, 5.45rem); font-weight: 760; letter-spacing: -.055em; }
.hero h1 em { display: block; color: var(--orange); font-style: normal; }
.hero__lead { max-width: 620px; margin-bottom: 34px; color: #c8d8e7; font-size: clamp(1.04rem, 1.6vw, 1.17rem); line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.hero__points { display: flex; flex-wrap: wrap; gap: 13px 24px; margin: 0; padding: 0; color: #d5e2ee; font-size: .88rem; list-style: none; }
.hero__points li { display: flex; align-items: center; gap: 8px; }
.hero__points svg { width: 17px; height: 17px; color: var(--orange); stroke-width: 2.4; }
.hero__visual { position: relative; min-width: 0; }
.hero__visual::before { content: ""; position: absolute; z-index: 0; top: -22px; right: -22px; width: 42%; height: 55%; background: var(--orange); }
.hero__image-wrap { position: relative; z-index: 1; overflow: hidden; height: clamp(440px, 49vw, 590px); border-radius: 2px 2px 40px 2px; box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.hero__image-wrap::after { content: ""; position: absolute; inset: 0; background: rgba(3, 20, 36, .2); pointer-events: none; }
.hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.shipment-card { position: absolute; z-index: 3; right: -26px; bottom: 34px; width: min(355px, 88%); padding: 22px 24px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.shipment-card__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 17px; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live-label { display: inline-flex; align-items: center; gap: 6px; color: var(--navy-700); font-size: .66rem; }
.live-label i { width: 7px; height: 7px; background: #28a06a; border-radius: 50%; }
.route-track { display: flex; align-items: center; }
.route-track__point { flex: 0 0 auto; width: 11px; height: 11px; background: var(--white); border: 2px solid #9fb0c0; border-radius: 50%; }
.route-track__point.is-active { background: var(--orange); border-color: var(--orange); }
.route-track__line { height: 2px; flex: 1; background: #d9e1e8; }
.route-labels { display: flex; justify-content: space-between; margin-top: 8px; color: var(--muted); font-size: .69rem; }
.hero__badge { position: absolute; z-index: 3; top: 28px; left: -36px; width: 106px; min-height: 112px; display: grid; place-content: center; padding: 12px; text-align: center; color: var(--white); background: var(--navy-950); border: 1px solid rgba(255,255,255,.15); }
.hero__badge span { color: var(--orange); font-size: 2rem; font-weight: 900; letter-spacing: .05em; }
.hero__badge small { display: block; font-size: .61rem; font-weight: 700; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }

.business-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.business-strip__inner { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 28px; }
.business-strip p { margin: 0; color: var(--muted); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.business-strip ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 13px 32px; margin: 0; padding: 0; color: var(--navy-800); font-weight: 750; list-style: none; }
.business-strip li { position: relative; }
.business-strip li:not(:first-child)::before { content: ""; position: absolute; top: 50%; left: -17px; width: 4px; height: 4px; background: var(--orange); transform: translateY(-50%) rotate(45deg); }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: end; gap: 60px; margin-bottom: 58px; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); font-size: 1.02rem; line-height: 1.75; }
.section-heading--compact { margin-bottom: 68px; }

.services { background: var(--surface); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #cdd7e1; border-left: 1px solid #cdd7e1; }
.service-card { position: relative; min-height: 390px; display: flex; flex-direction: column; padding: 34px 29px 30px; background: var(--white); border-right: 1px solid #cdd7e1; border-bottom: 1px solid #cdd7e1; transition: transform .28s ease, box-shadow .28s ease, background-color .28s ease; }
.service-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card__number { align-self: flex-end; color: #a9b6c3; font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.service-card__icon { width: 44px; height: 44px; margin: 39px 0 27px; color: var(--orange); stroke-width: 1.5; }
.service-card h3 { margin-bottom: 16px; font-size: 1.42rem; }
.service-card p { margin-bottom: 24px; color: var(--muted); font-size: .94rem; line-height: 1.72; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--navy-700); font-size: .87rem; font-weight: 800; }
.service-card a span { color: var(--orange); transition: transform .2s ease; }
.service-card a:hover span { transform: translateX(4px); }
.service-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.service-tags span { padding: 9px 14px; color: var(--navy-800); background: var(--white); border: 1px solid #d1dbe4; border-radius: 999px; font-size: .8rem; font-weight: 700; }

.about__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(56px, 8vw, 100px); }
.about__visual { position: relative; padding: 0 0 44px 40px; }
.about__visual::before { content: ""; position: absolute; z-index: -1; left: 0; bottom: 0; width: 58%; height: 68%; background: var(--navy-900); }
.about__visual img { width: 100%; aspect-ratio: 4 / 4.45; object-fit: cover; box-shadow: var(--shadow); }
.about__caption { position: absolute; right: -24px; bottom: 10px; width: min(330px, 72%); padding: 22px 24px; color: var(--white); background: var(--orange); }
.about__caption span { display: block; margin-bottom: 5px; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.about__caption strong { display: block; line-height: 1.45; }
.about__content h2 { margin-bottom: 27px; }
.about__intro { margin-bottom: 34px; color: var(--muted); font-size: 1.03rem; }
.value-list { display: grid; gap: 23px; margin-bottom: 32px; }
.value-list article { display: grid; grid-template-columns: 47px 1fr; gap: 17px; }
.value-list__icon { width: 47px; height: 47px; display: grid; place-items: center; color: var(--orange); background: #fff3e8; border-radius: 50%; }
.value-list__icon svg { width: 23px; height: 23px; }
.value-list h3 { margin: 2px 0 7px; font-size: 1.05rem; letter-spacing: -.02em; }
.value-list p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.62; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-700); font-weight: 800; }
.text-link span { color: var(--orange); transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.process { background: var(--surface); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.process-grid::before { content: ""; position: absolute; top: 72px; right: 12.5%; left: 12.5%; height: 1px; background: #becbd7; }
.process-grid li { position: relative; padding: 0 28px; text-align: center; }
.process-grid__number { display: block; margin-bottom: 20px; color: var(--navy-700); font-size: .75rem; font-weight: 850; letter-spacing: .13em; }
.process-grid__marker { position: relative; z-index: 2; width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 27px; color: var(--orange); background: var(--white); border: 1px solid #cbd6e0; border-radius: 50%; box-shadow: 0 8px 25px rgba(7, 29, 53, .08); }
.process-grid__marker svg { width: 29px; height: 29px; }
.process-grid h3 { margin-bottom: 12px; font-size: 1.15rem; }
.process-grid p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }

.operations { position: relative; overflow: hidden; padding: clamp(84px, 10vw, 132px) 0; color: var(--white); background: var(--navy-900); }
.operations::after { content: "IJT"; position: absolute; right: -35px; bottom: -105px; color: rgba(255,255,255,.035); font-size: 21rem; font-weight: 900; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.operations__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 130px); }
.operations__intro { align-self: center; }
.operations h2 { margin-bottom: 24px; }
.operations__intro > p:not(.eyebrow) { margin-bottom: 34px; color: #b9ccdd; }
.operations__list { border-top: 1px solid rgba(255,255,255,.18); }
.operations__list article { display: grid; grid-template-columns: 62px 1fr; gap: 15px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.operations__list article > span { color: var(--orange); font-size: .76rem; font-weight: 850; letter-spacing: .12em; }
.operations__list h3 { margin-bottom: 9px; color: var(--white); font-size: 1.28rem; }
.operations__list p { margin: 0; color: #abc0d2; font-size: .94rem; }

.quote { background: var(--white); }
.quote__grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(60px, 8vw, 105px); }
.quote__intro { position: sticky; top: 125px; }
.quote__intro h2 { margin-bottom: 24px; }
.quote__intro > p:not(.eyebrow) { color: var(--muted); font-size: 1.02rem; }
.quote__contacts { display: grid; gap: 13px; margin-top: 38px; }
.quote__contacts a { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.quote__contacts a > span { width: 48px; height: 48px; display: grid; place-items: center; color: var(--orange); background: #fff3e8; border-radius: 50%; }
.quote__contacts svg { width: 22px; height: 22px; }
.quote__contacts small { display: block; color: var(--muted); font-size: .73rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.quote__contacts strong { display: block; color: var(--navy-900); overflow-wrap: anywhere; }
.quote-form { padding: clamp(28px, 5vw, 48px); background: var(--surface); border: 1px solid #d7e0e8; border-top: 5px solid var(--orange); box-shadow: 0 22px 54px rgba(7, 29, 53, .08); }
.quote-form__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.quote-form__head span { display: block; color: var(--navy-900); font-size: 1.16rem; font-weight: 800; }
.quote-form__head small { display: block; color: var(--muted); font-size: .76rem; }
.quote-form__head svg { width: 34px; height: 34px; color: var(--orange); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 21px 18px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { font-size: .81rem; font-weight: 750; }
.form-grid__wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; color: var(--ink); background: var(--white); border: 1px solid #cbd6e0; border-radius: 6px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.form-grid input, .form-grid select { min-height: 52px; padding: 0 14px; }
.form-grid textarea { resize: vertical; min-height: 118px; padding: 13px 14px; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(245, 130, 32, .12); }
.form-grid [aria-invalid="true"] { border-color: #c93434; }
.button--submit { width: 100%; margin-top: 25px; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .73rem; text-align: center; }
.form-status { display: none; margin-top: 16px; padding: 12px 14px; color: var(--navy-900); background: #e5f5ec; border-left: 4px solid #299968; font-size: .88rem; }
.form-status.is-visible { display: block; }
.form-status.is-error { color: #7b1717; background: #fff0f0; border-left-color: #c93434; }

.faq { padding-top: 40px; background: var(--white); }
.faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 120px); }
.faq__intro h2 { margin-bottom: 24px; font-size: clamp(2.1rem, 3.5vw, 3.2rem); }
.faq__intro > p:not(.eyebrow) { color: var(--muted); }
.faq__items { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--navy-900); font-weight: 780; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 28px; height: 28px; display: grid; flex: 0 0 auto; place-items: center; color: var(--orange); border: 1px solid #cad5df; border-radius: 50%; font-size: 1.2rem; font-weight: 400; transition: transform .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 680px; margin: -3px 48px 23px 0; color: var(--muted); font-size: .93rem; }

.final-cta { padding: 72px 0; color: var(--white); background: var(--orange); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.final-cta p { margin-bottom: 7px; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.final-cta h2 { max-width: 780px; font-size: clamp(2rem, 4vw, 3.45rem); }

.site-footer { padding: 74px 0 24px; color: #afc1d2; background: var(--navy-950); }
.footer__grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 50px; padding-bottom: 58px; }
.footer__brand > a { display: block; width: 245px; margin-bottom: 22px; padding: 5px 9px; background: var(--white); }
.footer__brand img { width: 100%; height: auto; }
.footer__brand p { max-width: 340px; margin: 0; font-size: .9rem; }
.footer__grid h2 { margin-bottom: 20px; color: var(--white); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer__grid a, .footer__grid > div > p { margin: 0; font-size: .86rem; transition: color .2s ease; overflow-wrap: anywhere; }
.footer__grid a:hover { color: var(--orange); }
.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .74rem; }
.footer__bottom p { margin: 0; }
.footer__bottom span { color: var(--orange); margin: 0 5px; }

.floating-contact { position: fixed; z-index: 60; right: 22px; bottom: 22px; display: flex; min-height: 50px; align-items: center; gap: 9px; padding: 0 17px; color: var(--white); background: var(--navy-800); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; box-shadow: 0 14px 36px rgba(4, 24, 43, .25); font-size: .83rem; font-weight: 800; transition: transform .2s ease, background-color .2s ease; }
.floating-contact:hover { transform: translateY(-3px); background: var(--orange); }
.floating-contact svg { width: 21px; height: 21px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .main-nav { gap: 17px; }
  .main-nav > a:not(.button) { font-size: .85rem; }
  .brand { width: 180px; }
  .hero__grid { gap: 42px; }
  .shipment-card { right: -5px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 350px; }
}

@media (max-width: 900px) {
  .topbar { display: none; }
  .header__inner { min-height: 88px; }
  .brand { width: 168px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; z-index: 79; inset: 88px 0 auto; display: grid; align-content: start; gap: 0; max-height: calc(100dvh - 88px); overflow-y: auto; padding: 20px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 24px 50px rgba(5,21,38,.12); transform: translateY(-130%); visibility: hidden; transition: transform .3s ease, visibility .3s ease; }
  .main-nav.is-open { transform: translateY(0); visibility: visible; }
  .main-nav > a:not(.button) { padding: 15px 5px; font-size: 1rem; border-bottom: 1px solid var(--line); }
  .main-nav > a:not(.button)::after { display: none; }
  .nav-cta { margin-top: 18px; }
  .hero { min-height: auto; }
  .hero::before { display: none; }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; padding-top: 82px; padding-bottom: 90px; }
  .hero__content { max-width: 720px; }
  .hero__visual { width: min(700px, 100%); margin: 15px auto 0; }
  .hero__image-wrap { height: min(72vw, 560px); }
  .hero__badge { left: -10px; }
  .business-strip__inner { min-height: 110px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 11px; }
  .business-strip ul { justify-content: flex-start; }
  .section-heading, .about__grid, .operations__grid, .quote__grid, .faq__grid { grid-template-columns: 1fr; }
  .section-heading { align-items: start; gap: 24px; }
  .section-heading > p { max-width: 680px; }
  .about__visual { width: min(640px, 100%); margin-inline: auto; }
  .about__visual img { aspect-ratio: 5 / 4; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 46px 0; }
  .process-grid::before { display: none; }
  .operations__grid { gap: 60px; }
  .quote__intro { position: static; }
  .quote__contacts { grid-template-columns: repeat(3, 1fr); }
  .quote__contacts a { grid-template-columns: 42px 1fr; min-width: 0; }
  .quote__contacts a > span { width: 42px; height: 42px; }
  .footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer__grid > div:last-child { grid-column: 2 / -1; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 78px 0; }
  h2 { font-size: clamp(2.05rem, 10vw, 3rem); }
  .hero__grid { padding-top: 62px; padding-bottom: 74px; }
  .hero h1 { font-size: clamp(2.8rem, 14.3vw, 4.4rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .button { width: 100%; }
  .hero__points { display: grid; gap: 10px; }
  .hero__visual::before { top: -12px; right: -7px; }
  .hero__image-wrap { height: 115vw; max-height: 525px; border-radius: 2px 2px 28px 2px; }
  .shipment-card { right: 12px; bottom: 18px; width: calc(100% - 24px); padding: 18px; }
  .hero__badge { top: 20px; left: -1px; width: 86px; min-height: 92px; }
  .hero__badge span { font-size: 1.55rem; }
  .business-strip { padding: 24px 0; }
  .business-strip__inner { min-height: 0; }
  .business-strip ul { gap: 9px 20px; font-size: .88rem; }
  .business-strip li:not(:first-child)::before { left: -11px; }
  .section-heading { margin-bottom: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; }
  .service-card__icon { margin-top: 25px; }
  .about__visual { padding-left: 20px; padding-bottom: 52px; }
  .about__visual img { aspect-ratio: 4 / 4.7; }
  .about__caption { right: 0; width: 88%; }
  .value-list article { grid-template-columns: 42px 1fr; }
  .value-list__icon { width: 42px; height: 42px; }
  .process-grid { grid-template-columns: 1fr; gap: 40px; }
  .process-grid li { display: grid; grid-template-columns: 68px 1fr; column-gap: 19px; padding: 0; text-align: left; }
  .process-grid__number { grid-column: 1; grid-row: 1; margin: 0 0 8px; text-align: center; }
  .process-grid__marker { grid-column: 1; grid-row: 2 / span 2; width: 60px; height: 60px; margin: 0 auto; }
  .process-grid h3, .process-grid p { grid-column: 2; }
  .process-grid h3 { margin: 0 0 9px; }
  .operations::after { right: -10px; bottom: -40px; font-size: 10rem; }
  .operations__list article { grid-template-columns: 45px 1fr; }
  .quote__contacts { grid-template-columns: 1fr; }
  .quote-form { padding: 27px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__wide { grid-column: auto; }
  .faq { padding-top: 10px; }
  .faq__grid { gap: 38px; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .final-cta .button { width: 100%; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__grid > div:last-child { grid-column: 1 / -1; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .floating-contact { right: 15px; bottom: 15px; width: 50px; padding: 0; justify-content: center; border-radius: 50%; }
  .floating-contact span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
