:root {
  --bg: #f6f7f5;
  --surface: #ffffff;
  --text: #101820;
  --muted: #66737c;
  --navy: #0c2538;
  --blue: #274f6e;
  --red: #e62435;
  --border: #dce2e5;
  --container: 1320px;
  --header-height: 124px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: "Inter", Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open, body.menu-open { overflow: hidden; }
body, input, textarea, button { font-family: "Inter", Arial, sans-serif; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { margin: 10px 0 0; font-size: 13px; line-height: 1.45; }
.form-status.is-error { color: #a62929; }
button[disabled] { cursor: wait; opacity: .7; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.045em; }
h1 { font-size: clamp(48px, 5vw, 76px); }
h2 { margin-bottom: 0; font-size: clamp(36px, 3.5vw, 54px); }
h3 { font-size: 20px; }
[hidden] { display: none !important; }
.container { width: min(var(--container), calc(100% - 64px)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-heading { margin-bottom: 54px; }
.heading-split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 80px; align-items: end; }
.heading-split > p { max-width: 520px; margin: 0; color: var(--muted); }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--red); }
.eyebrow-light { color: rgba(255,255,255,.68); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 13px 22px; border: 1px solid var(--red); border-radius: 0; background: var(--red); color: #fff; font-size: 12px; font-weight: 800; box-shadow: 0 0 0 rgba(230,36,53,0); transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.button > span { transition: transform .25s ease; }
.button:hover { background: #c91929; border-color: #c91929; box-shadow: 0 9px 24px rgba(230,36,53,.22); transform: translateY(-2px); }
.button:hover > span { transform: translateX(5px); }
.button:active { box-shadow: 0 4px 12px rgba(230,36,53,.16); transform: translateY(0); }
.button-small { min-height: 44px; padding: 10px 17px; white-space: nowrap; }
.button-full { width: 100%; }
.button-ghost { border-color: #bac5cb; background: transparent; color: var(--text); }
.button-ghost:hover { border-color: var(--navy); background: var(--navy); color: #fff; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; height: var(--header-height); border-bottom: 1px solid rgba(220,226,229,.9); background: rgba(246,247,245,.96); backdrop-filter: blur(12px); }
.screenshot-mode .site-header { position: absolute; }
.header-top { height: 76px; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 19px; transition: opacity .25s ease, transform .25s ease; }
.brand:hover { opacity: .78; transform: translateY(-1px); }
.brand span { font-size: 27px; font-weight: 800; line-height: 1; letter-spacing: -.055em; }
.brand-logo { width: 190px; height: auto; }
.brand small { max-width: 320px; margin: 0; padding-left: 19px; border-left: 1px solid var(--border); color: var(--muted); font-size: 12px; line-height: 1.3; letter-spacing: .01em; }
.header-nav { height: 48px; border-top: 1px solid rgba(220,226,229,.85); }
.main-nav { height: 100%; display: flex; align-items: center; gap: clamp(22px, 2.2vw, 40px); }
.main-nav a { position: relative; color: #2b3035; font-size: 11px; font-weight: 700; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; right: 100%; bottom: -8px; left: 0; height: 2px; background: var(--red); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.header-contact { display: flex; flex-direction: column; text-align: right; white-space: nowrap; }
.header-contact span { font-size: 16px; font-weight: 800; transition: color .2s ease; }
.header-contact:hover span { color: var(--red); }
.header-contact small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.site-header .button-small { min-height: 50px; padding: 12px 22px; font-size: 13px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; min-height: 906px; padding: calc(var(--header-height) + 54px) 0 78px; overflow: hidden; border-bottom: 1px solid var(--border); }
.hero-map { position: absolute; inset: var(--header-height) 0 0; pointer-events: none; }
.hero-map img { position: absolute; top: 150px; left: 0; width: 100%; height: 100%; object-fit: fill; opacity: .88; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr); gap: 76px; align-items: center; min-height: 650px; }
.hero-copy { position: relative; z-index: 1; max-width: 820px; }
.hero h1 { max-width: 780px; margin-bottom: 27px; }
.hero-lead { max-width: 720px; margin-bottom: 25px; color: #36434c; font-size: 20px; line-height: 1.45; }
.hero-benefits { display: grid; gap: 10px; max-width: 720px; margin: 0 0 22px; padding: 0; list-style: none; }
.hero-benefits li { position: relative; padding-left: 19px; color: var(--blue); font-size: 12px; font-weight: 700; }
.hero-benefits li::before { content: ""; position: absolute; top: .52em; left: 0; width: 6px; height: 6px; border: 2px solid var(--red); border-radius: 50%; }

.lead-form, .consultation-form, .quiz-form, .modal-dialog { border: 1px solid var(--border); background: var(--surface); box-shadow: 0 22px 58px rgba(18,48,74,.11); }
.lead-form { padding: 30px; }
.form-heading { margin-bottom: 24px; padding-bottom: 21px; border-bottom: 1px solid var(--border); }
.form-heading h2 { margin-bottom: 8px; font-size: 23px; }
.form-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.lead-form label, .consultation-form label, .quiz-form label, .modal-dialog label { display: grid; gap: 7px; margin-bottom: 15px; color: #35414a; font-size: 10px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
input[type="text"], input[type="tel"], textarea { width: 100%; min-height: 47px; padding: 12px 13px; border: 1px solid var(--border); border-radius: 0; background: #fff; color: var(--text); font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; resize: vertical; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
textarea { min-height: 95px; }
input:hover, textarea:hover { border-color: #aebcc3; }
input:focus, textarea:focus { border-color: var(--blue); outline: 0; box-shadow: 0 0 0 3px rgba(39,79,110,.13); background: #fcfdff; }
.form-legal, .field-hint { margin: 12px 0 0; color: var(--muted); font-size: 9px; font-weight: 400; letter-spacing: 0; line-height: 1.55; text-transform: none; }

.problems { background: var(--surface); }
.situation-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.situation-grid article { position: relative; min-height: 292px; display: grid; align-items: center; padding: 28px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.situation-grid span, .cargo-grid article > span, .document-grid article > span { color: var(--red); font-size: 11px; font-weight: 800; }
.situation-grid span { position: absolute; top: 28px; left: 28px; }
.situation-grid h3 { margin: 0; }
.situation-grid p, .cargo-grid p, .document-grid p { margin: 0; color: var(--muted); font-size: 12px; }
.qualification-note { margin: 22px 0 0; padding: 15px 18px; border-left: 3px solid var(--red); background: #f4f6f6; color: var(--muted); font-size: 15px; line-height: 1.6; }

.cases { border-top: 1px solid var(--border); background: var(--surface); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.case-card { display: flex; flex-direction: column; border: 1px solid var(--border); background: var(--surface); }
.case-media { aspect-ratio: 16 / 10; margin: 0; overflow: hidden; background: #dce4e8; }
.case-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.04); transition: filter .45s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.case-card-content { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 26px; }
.case-card small { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.case-card h3 { margin: 13px 0 17px; font-size: 23px; }
.case-card p { margin: 0; color: var(--muted); font-size: 12px; }
.case-more { position: relative; display: inline-flex; align-items: center; gap: 11px; margin-top: 23px; padding: 0 0 5px; border: 0; border-bottom: 1px solid var(--red); background: transparent; color: var(--navy); font-size: 11px; font-weight: 800; }
.case-more span { color: var(--red); transition: transform .25s ease; }
.case-more:hover span { transform: translateX(4px); }
.case-more:focus-visible { outline: 3px solid rgba(39,79,110,.22); outline-offset: 5px; }

.cargo-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.cargo-grid article, .cargo-grid aside { min-height: 235px; padding: 27px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(255,255,255,.5); }
.cargo-grid h3 { margin: 56px 0 14px; font-size: 18px; }
.cargo-grid aside { display: flex; align-items: center; justify-content: center; background: var(--navy); color: #fff; text-align: center; }
.cargo-grid aside p { color: rgba(255,255,255,.72); font-size: 13px; }

.quiz { background: var(--surface); }
.quiz-shell { display: grid; grid-template-columns: .72fr 1.28fr; width: min(var(--container), 100%); background: var(--navy); color: #fff; }
.quiz-intro { padding: 64px; }
.quiz-intro h2 { margin-bottom: 25px; font-size: 42px; }
.quiz-intro > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.quiz-progress { display: flex; gap: 9px; margin-top: 44px; }
.quiz-progress span { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.45); font-size: 11px; font-weight: 800; }
.quiz-progress span.is-active { border-color: var(--red); background: var(--red); color: #fff; }
.quiz-form { min-height: 560px; padding: 55px; color: var(--text); box-shadow: none; }
.quiz-step { margin: 0; padding: 0; border: 0; }
.quiz-step legend { width: 100%; margin-bottom: 31px; font-size: 28px; font-weight: 800; line-height: 1.15; letter-spacing: -.04em; }
.quiz-step legend small { display: block; margin-bottom: 10px; color: var(--red); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.form-grid { display: grid; gap: 0 14px; }
.two-columns { grid-template-columns: 1fr 1fr; }
.quiz-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 26px; }
.choice-group { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 8px 0 17px; }
.choice-group > span { width: 100%; margin-bottom: 1px; color: #35414a; font-size: 10px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.choice-group label { display: block; margin: 0; }
.choice-group input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.choice-group label span { display: block; padding: 10px 15px; border: 1px solid var(--border); color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 0; text-transform: none; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease; }
.choice-group label:hover span { border-color: var(--blue); color: var(--text); transform: translateY(-1px); }
.choice-group input:checked + span { border-color: var(--navy); background: var(--navy); color: #fff; }

.service { background: var(--surface); }
.service-layout { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 630px; padding: 0; background: var(--navy); }
.service-content { padding: 62px 58px; color: #fff; }
.service-content h2 { margin-bottom: 17px; font-size: 34px; }
.service-intro { max-width: 470px; margin-bottom: 27px; color: rgba(255,255,255,.6); font-size: 11px; }
.service-list { margin: 0; padding: 0; color: #fff; list-style: none; }
.service-list li { position: relative; display: flex; align-items: center; min-height: 55px; padding: 13px 0 13px 45px; border-top: 1px solid rgba(255,255,255,.12); }
.service-list li::before { content: "✓"; position: absolute; left: 0; display: grid; place-items: center; width: 24px; height: 24px; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; color: #fff; font-size: 12px; line-height: 1; }
.service-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.service-list h3 { margin: 0; font-size: 13px; letter-spacing: -.025em; }
.service-footnote { margin: 25px 0 0; color: rgba(255,255,255,.42); font-size: 9px; }
.service-image { min-height: 630px; margin: 0; overflow: hidden; }
.service-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.03); }

.routes { background: #eef2f3; }
.routes-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.routes-copy > p:not(.eyebrow) { color: var(--muted); }
.routes-copy h2 { margin-bottom: 27px; }
.hub-line { margin-top: 32px; font-size: 12px; }
.route-card { padding: 36px; border: 1px solid #d5dee2; background: #fff; }
.route-diagram { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; min-height: 120px; margin-bottom: 30px; padding: 0 20px; }
.route-diagram span { position: relative; z-index: 2; display: grid; place-items: center; min-height: 60px; padding: 8px; border: 2px solid var(--red); background: #fff; color: var(--navy); font-size: 11px; font-weight: 800; text-align: center; }
.route-diagram .route-hub { border-color: var(--navy); background: var(--navy); color: #fff; }
.route-diagram i { position: absolute; z-index: 1; top: 50%; width: 33%; border-top: 2px dashed var(--red); }
.route-diagram i:first-of-type { left: 17%; }
.route-diagram i:last-of-type { right: 17%; }
.hub-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.hub-grid article { min-height: 150px; display: grid; place-items: center; padding: 20px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: center; }
.hub-grid h3 { margin: 0; font-size: 15px; }
.hub-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.route-warning { margin: 22px 0 0; padding-left: 14px; border-left: 3px solid var(--red); color: var(--muted); font-size: 11px; }

.process-list { display: grid; grid-template-columns: repeat(7, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--border); border-left: 1px solid var(--border); list-style: none; }
.process-list li { position: relative; min-height: 280px; display: grid; align-items: center; padding: 22px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.process-list span { position: absolute; top: 22px; left: 22px; color: var(--red); font-size: 11px; font-weight: 800; }
.process-list h3 { margin: 0; font-size: 16px; }
.process-list p { margin: 0; color: var(--muted); font-size: 10px; }
.company-documents { display: grid; grid-template-columns: .68fr 1.32fr; gap: 44px; margin-top: 32px; padding: 32px; background: #f2f5f5; }
.company-documents-heading h3 { max-width: 310px; margin: 15px 0 0; font-size: 30px; line-height: 1.05; letter-spacing: -.045em; }
.company-document-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.company-document-card { min-height: 190px; display: flex; flex-direction: column; padding: 22px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; color: var(--text); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.company-document-card:hover { position: relative; z-index: 1; border-color: rgba(39,79,110,.38); box-shadow: 0 15px 36px rgba(12,37,56,.09); transform: translateY(-4px); }
.company-document-card:focus-visible { position: relative; z-index: 1; outline: 3px solid rgba(39,79,110,.22); outline-offset: 3px; }
.company-document-type { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.company-document-card strong { margin: 38px 0 22px; font-size: 16px; line-height: 1.15; }
.company-document-card small { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; color: var(--blue); font-size: 11px; font-weight: 800; }

.why { background: var(--navy); color: #fff; }
.why .heading-split > p { color: rgba(255,255,255,.62); }
.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 40px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.metrics-grid div { display: flex; flex-direction: column; align-items: center; padding: 0 42px; border-right: 1px solid rgba(255,255,255,.18); text-align: center; }
.metrics-grid div:last-child { border-right: 0; }
.metrics-grid strong { font-size: 58px; line-height: 1; letter-spacing: -.06em; }
.metrics-grid span { max-width: 260px; margin-top: 11px; color: rgba(255,255,255,.57); font-size: 11px; }
.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 50px; }
.benefit-grid article { padding: 0 24px; border-right: 1px solid rgba(255,255,255,.15); }
.benefit-grid article:first-child { padding-left: 0; }
.benefit-grid article:last-child { padding-right: 0; border-right: 0; }
.benefit-grid h3 { min-height: 42px; margin-bottom: 0; font-size: 15px; }

.documents { background: var(--surface); }
.document-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.document-grid article { min-height: 230px; padding: 27px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.document-grid h3 { margin: 55px 0 13px; font-size: 18px; }
.responsibility-note { margin: 24px 0 0; padding: 19px 22px; background: #eef2f3; color: var(--muted); font-size: 15px; line-height: 1.6; }
.responsibility-note b { color: var(--text); }

.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-intro { position: sticky; top: calc(var(--header-height) + 34px); align-self: start; }
.faq-intro h2 { margin-bottom: 23px; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-item { border-top: 1px solid #cbd4d9; }
.faq-item:last-child { border-bottom: 1px solid #cbd4d9; }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border: 0; background: transparent; color: var(--text); font-size: 15px; font-weight: 800; text-align: left; }
.faq-item button span { flex: 0 0 auto; color: var(--red); font-size: 20px; font-weight: 400; }
.faq-panel p { max-width: 800px; margin: -3px 45px 24px 0; color: var(--muted); font-size: 12px; }

.consultation { background: var(--surface); }
.consultation-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 62px; background: var(--navy); color: #fff; }
.consultation-copy h2 { margin-bottom: 23px; font-size: 43px; }
.consultation-copy > p:not(.eyebrow):not(.direct-contact) { color: rgba(255,255,255,.62); }
.consultation-copy h3 { margin: 32px 0 13px; font-size: 15px; }
.consultation-copy ul { margin: 0; padding-left: 18px; color: rgba(255,255,255,.68); font-size: 11px; }
.consultation-copy li { margin-bottom: 6px; }
.direct-contact { margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 11px; }
.direct-contact a { position: relative; color: #fff; font-weight: 800; }
.direct-contact a::after { content: ""; position: absolute; right: 0; bottom: -3px; left: 0; height: 1px; background: var(--red); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.direct-contact a:hover::after { transform: scaleX(1); transform-origin: left; }
.consultation-form { padding: 34px; color: var(--text); box-shadow: none; }

/* Interactive details and restrained entrance motion. */
@media (hover: hover) {
  .situation-grid article, .cargo-grid article, .case-card, .hub-grid article, .process-list li, .document-grid article, .route-card { position: relative; z-index: 0; transition: border-color .28s ease, box-shadow .28s ease, transform .28s ease, background .28s ease; }
  .situation-grid article:hover, .cargo-grid article:hover, .hub-grid article:hover, .process-list li:hover, .document-grid article:hover { z-index: 1; border-color: rgba(39,79,110,.38); background: #fff; box-shadow: 0 15px 36px rgba(12,37,56,.09); transform: translateY(-5px); }
  .case-card:hover, .route-card:hover { border-color: rgba(39,79,110,.38); box-shadow: 0 18px 42px rgba(12,37,56,.11); transform: translateY(-6px); }
  .case-card:hover .case-media img { filter: saturate(.98) contrast(1.05); transform: scale(1.035); }
  .service-list li { transition: background .25s ease, padding-left .25s ease; }
  .service-list li:hover { padding-left: 51px; background: rgba(255,255,255,.045); }
  .service-list li::before { transition: border-color .25s ease, background .25s ease, transform .25s ease; }
  .service-list li:hover::before { border-color: var(--red); background: var(--red); transform: scale(1.08); }
  .service-image img { transition: filter .5s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
  .service-image:hover img { filter: saturate(.96) contrast(1.04); transform: scale(1.025); }
  .route-diagram span { transition: box-shadow .25s ease, transform .25s ease; }
  .route-diagram span:hover { box-shadow: 0 9px 22px rgba(12,37,56,.14); transform: translateY(-4px); }
  .faq-item { transition: background .25s ease, padding .25s ease; }
  .faq-item:hover { padding-inline: 14px; background: rgba(255,255,255,.62); }
  .faq-item button span { transition: color .2s ease, transform .25s ease; }
  .faq-item button:hover span { color: var(--navy); transform: scale(1.15); }
  .footer-contacts a, .footer-bottom a { transition: color .2s ease, opacity .2s ease; }
  .footer-contacts a:hover { color: var(--red); }
}

.motion-ready .reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); transition-delay: var(--reveal-delay, 0ms); }
.motion-ready .reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.quiz-step.is-active { animation: quiz-step-in .35s ease both; }
.faq-panel:not([hidden]) { animation: faq-panel-in .28s ease both; }
.modal:not([hidden]) .modal-backdrop { animation: modal-fade-in .25s ease both; }
.modal:not([hidden]) .modal-dialog { animation: modal-dialog-in .32s cubic-bezier(.2,.7,.2,1) both; }

@keyframes quiz-step-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
@keyframes faq-panel-in { from { opacity: 0; transform: translateY(-7px); } to { opacity: 1; transform: translateY(0); } }
@keyframes modal-fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes modal-dialog-in { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: translateY(0) scale(1); } }

.site-footer { padding: 84px 0 25px; background: #081d2d; color: #fff; }
.footer-top { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; padding-bottom: 54px; border-bottom: 1px solid rgba(255,255,255,.14); }
.footer-intro h2 { margin-bottom: 21px; }
.footer-intro > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.55); }
.footer-contacts { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 44px; align-content: start; }
.footer-contacts div { display: flex; flex-direction: column; }
.footer-contacts small, .footer-details small { margin-bottom: 7px; color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.footer-contacts a { font-size: 17px; font-weight: 700; }
.footer-details { display: grid; grid-template-columns: 1.05fr .72fr 1fr 1.35fr; gap: 44px; padding: 36px 0; }
.brand-light small { color: rgba(255,255,255,.42); }
.footer-details p { margin: 0; color: rgba(255,255,255,.57); font-size: 11px; }
.footer-details strong { color: rgba(255,255,255,.82); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.34); font-size: 9px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 15px 25px; }
.footer-bottom a:hover { color: #fff; }

.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4,17,27,.72); backdrop-filter: blur(4px); }
.modal-dialog { position: relative; z-index: 1; width: min(520px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: 40px; }
.modal-dialog h2 { margin-bottom: 15px; font-size: 34px; }
.modal-dialog > p:not(.eyebrow) { margin-bottom: 24px; color: var(--muted); font-size: 12px; }
.modal-close { position: absolute; top: 12px; right: 15px; border: 0; background: transparent; color: var(--muted); font-size: 29px; font-weight: 300; }
.modal-continue { width: 100%; margin-top: 12px; border: 0; background: transparent; color: var(--muted); font-size: 11px; text-decoration: underline; }
.mobile-sticky-cta { display: none; }
.document-modal-dialog { display: flex; flex-direction: column; width: min(1180px, 100%); height: min(860px, calc(100vh - 40px)); padding: 0; overflow: hidden; }
.document-modal-dialog:focus { outline: 0; }
.document-modal-header { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 22px 70px 22px 30px; background: var(--navy); color: #fff; }
.document-modal-header .eyebrow { margin-bottom: 8px; }
.document-modal-header h2 { margin: 0; font-size: clamp(22px, 2.2vw, 32px); }
.document-modal-header .modal-close { top: 50%; right: 24px; color: rgba(255,255,255,.75); transform: translateY(-50%); }
.document-modal-header .modal-close:hover { color: #fff; }
.document-modal-viewer { min-height: 0; flex: 1; display: grid; place-items: center; overflow: auto; background: #e5eaec; }
.document-modal-frame { width: 100%; height: 100%; border: 0; background: #fff; }
.document-modal-image { width: auto; max-width: 100%; height: auto; max-height: 100%; margin: auto; object-fit: contain; }
.case-modal-dialog { width: min(900px, 100%); padding: 0; }
.case-modal-dialog:focus { outline: 0; }
.case-modal-dialog .modal-close { z-index: 2; top: 15px; right: 19px; color: rgba(255,255,255,.75); }
.case-modal-dialog .modal-close:hover { color: #fff; }
.case-modal-header { padding: 38px 52px 34px; background: var(--navy); color: #fff; }
.case-modal-header .eyebrow { margin-bottom: 16px; }
.case-modal-header h2 { max-width: 760px; margin: 0; font-size: 40px; }
.case-modal-content { padding: 36px 52px 44px; }
.case-modal-content > p { margin-bottom: 18px; color: var(--muted); font-size: 13px; }
.case-modal-content .case-modal-lead { color: var(--text); font-size: 16px; font-weight: 600; line-height: 1.5; }
.case-modal-content h3 { margin: 28px 0 14px; font-size: 17px; }
.case-modal-content ul { display: grid; gap: 8px; margin: 0 0 24px; padding-left: 20px; color: var(--muted); font-size: 13px; }
.case-modal-content li::marker { color: var(--red); }
.case-result { margin: 28px 0; padding: 22px 25px; border-left: 3px solid var(--red); background: #eef2f3; }
.case-result small { color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.case-result p { margin: 7px 0 0; color: var(--text); font-size: 15px; font-weight: 700; }
.case-facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); margin: 0; border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.case-facts div { min-height: 105px; padding: 17px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.case-facts dt { margin-bottom: 8px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.case-facts dd { margin: 0; color: var(--text); font-size: 11px; font-weight: 700; }

.thanks-page { min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; }
.thanks-header { position: static; height: 76px; }
.thanks-main { display: grid; place-items: center; padding: 80px 0; }
.thanks-card { width: min(760px, calc(100% - 40px)); padding: 58px; border: 1px solid var(--border); background: #fff; box-shadow: 0 22px 58px rgba(18,48,74,.09); }
.thanks-card h1 { margin-bottom: 22px; font-size: 54px; }
.thanks-card > p { color: var(--muted); }
.thanks-next { margin: 35px 0; padding: 24px; background: #eef2f3; }
.thanks-next h2 { margin-bottom: 12px; font-size: 20px; }
.thanks-next p { margin: 0; color: var(--muted); font-size: 12px; }
.thanks-contacts { display: flex; flex-wrap: wrap; gap: 13px 25px; font-size: 12px; font-weight: 700; }

@media (max-width: 1280px) {
  :root { --container: 1160px; }
  .container { width: min(var(--container), calc(100% - 48px)); }
  .main-nav { gap: 25px; }
  .main-nav a { font-size: 10px; }
  .hero-grid { grid-template-columns: minmax(0, 1.15fr) 400px; gap: 46px; }
  .hero h1 { font-size: 60px; }
  .process-list { grid-template-columns: repeat(4, 1fr); }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); gap: 34px 0; }
  .benefit-grid article:nth-child(3) { border-right: 0; }
  .benefit-grid article:nth-child(4) { padding-left: 0; }
}

@media (max-width: 1020px) {
  .header-contact { display: none; }
  .main-nav a:nth-child(3), .main-nav a:nth-child(4), .main-nav a:nth-child(6) { display: none; }
  .hero-grid, .routes-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-map { opacity: .5; }
  .hero-copy { max-width: none; }
  .hero-form { max-width: 620px; }
  .situation-grid, .cargo-grid, .document-grid { grid-template-columns: repeat(2, 1fr); }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { display: grid; grid-template-columns: 280px 1fr; }
  .case-media { min-height: 100%; aspect-ratio: auto; }
  .quiz-shell { grid-template-columns: 1fr; }
  .quiz-intro { padding: 50px; }
  .quiz-progress { margin-top: 30px; }
  .service-layout { grid-template-columns: 1fr; }
  .footer-details { grid-template-columns: repeat(2, 1fr); gap: 32px 45px; }
  .service-image { min-height: 440px; }
  .faq-intro { position: static; }
  .consultation-shell { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --header-height: 76px; }
  body:not(.thanks-page) { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .container { width: min(100% - 30px, var(--container)); }
  .section { padding: 76px 0; }
  .heading-split { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { margin-bottom: 37px; }
  h1 { font-size: 43px; }
  h2 { font-size: 35px; }
  .header-top { height: var(--header-height); }
  .header-nav { display: none; }
  .header-inner { gap: 12px; }
  .brand { flex-direction: column; align-items: flex-start; gap: 5px; }
  .brand span { font-size: 18px; }
  .brand-logo { width: 116px; }
  .brand small { max-width: 190px; padding: 0; border-left: 0; font-size: 7px; line-height: 1.25; }
  .header-actions { margin-left: auto; }
  .site-header .header-actions > .button-small { display: none; }
  .menu-toggle { width: 46px; height: 46px; display: grid; place-content: center; gap: 5px; padding: 0; border: 1px solid var(--border); background: #fff; }
  .menu-toggle span { width: 20px; height: 2px; background: var(--navy); transition: opacity .2s ease, transform .25s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .mobile-menu:not([hidden]) { position: fixed; z-index: 49; top: var(--header-height); right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; padding: 20px 15px calc(28px + env(safe-area-inset-bottom)); overflow-y: auto; border-top: 1px solid var(--border); background: rgba(246,247,245,.99); }
  .mobile-menu-nav { display: grid; }
  .mobile-menu-nav a { padding: 16px 4px; border-bottom: 1px solid var(--border); color: var(--text); font-size: 20px; font-weight: 800; line-height: 1.15; letter-spacing: -.035em; }
  .mobile-menu-actions { display: grid; gap: 18px; margin-top: auto; padding-top: 28px; }
  .mobile-menu-phone { display: flex; flex-direction: column; align-items: flex-start; }
  .mobile-menu-phone small { margin-bottom: 5px; color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-menu-phone strong { color: var(--navy); font-size: 22px; line-height: 1.2; }
  .mobile-menu .button { min-height: 54px; font-size: 13px; }
  .hero { min-height: 0; padding: 112px 0 70px; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 17px; }
  .lead-form { padding: 24px; }
  .situation-grid, .cargo-grid, .document-grid, .hub-grid, .metrics-grid, .benefit-grid { grid-template-columns: 1fr; }
  .situation-grid article, .cargo-grid article, .cargo-grid aside, .document-grid article { min-height: 205px; }
  .situation-grid h3, .cargo-grid h3, .document-grid h3 { margin-top: 40px; }
  .situation-grid h3 { margin: 0; }
  .case-card { display: block; }
  .case-media { min-height: 0; aspect-ratio: 16 / 10; }
  .quiz-shell { width: 100%; }
  .quiz-intro, .quiz-form { padding: 34px 24px; }
  .quiz-intro h2 { font-size: 34px; }
  .quiz-form { min-height: 0; }
  .quiz-step legend { font-size: 24px; }
  .two-columns { grid-template-columns: 1fr; }
  .quiz-actions { justify-content: stretch; }
  .quiz-actions .button { flex: 1; }
  .service-content { padding: 42px 25px; }
  .service-content h2 { font-size: 30px; }
  .service-list li { min-height: 51px; }
  .service-image { min-height: 280px; }
  .route-card { padding: 23px 18px; }
  .route-diagram { padding: 0; }
  .route-diagram span { min-height: 55px; font-size: 8px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 205px; }
  .process-list h3 { margin: 0; }
  .company-documents { grid-template-columns: 1fr; gap: 25px; margin-top: 22px; padding: 26px 18px; }
  .company-documents-heading h3 { font-size: 28px; }
  .company-document-grid { grid-template-columns: 1fr; }
  .company-document-card { min-height: 165px; }
  .metrics-grid { padding: 0; }
  .metrics-grid div { padding: 29px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .benefit-grid article, .benefit-grid article:first-child, .benefit-grid article:nth-child(4) { padding: 0 0 25px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .faq-grid { gap: 42px; }
  .consultation-shell { width: 100%; padding: 44px 22px; }
  .consultation-copy h2 { font-size: 35px; }
  .consultation-form { padding: 24px; }
  .footer-top, .footer-details { grid-template-columns: 1fr; gap: 35px; }
  .footer-contacts { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom nav { justify-content: flex-start; }
  .modal-dialog { padding: 34px 23px 25px; }
  .document-modal { padding: 10px; }
  .document-modal-dialog { height: calc(100svh - 20px); padding: 0; }
  .document-modal-header { padding: 18px 56px 18px 20px; }
  .document-modal-header .eyebrow { margin-bottom: 6px; }
  .document-modal-header h2 { font-size: 19px; }
  .document-modal-header .modal-close { right: 17px; }
  .mobile-sticky-cta { position: fixed; z-index: 45; right: 0; bottom: 0; left: 0; display: block; padding: 9px 15px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(220,226,229,.95); background: rgba(246,247,245,.96); box-shadow: 0 -10px 28px rgba(12,37,56,.12); backdrop-filter: blur(12px); }
  .mobile-sticky-cta .button { width: 100%; min-height: 50px; }
  .case-modal-dialog { padding: 0; }
  .case-modal-header { padding: 33px 24px 27px; }
  .case-modal-header .eyebrow { padding-right: 42px; }
  .case-modal-header h2 { padding-right: 18px; font-size: 28px; }
  .case-modal-content { padding: 27px 24px 32px; }
  .case-modal-content .case-modal-lead { font-size: 14px; }
  .case-facts { grid-template-columns: 1fr 1fr; }
  .thanks-card { padding: 36px 25px; }
  .thanks-card h1 { font-size: 40px; }
}

@media (max-width: 420px) {
  .brand small { display: block; max-width: 175px; }
  .hero h1 { font-size: 38px; }
  .quiz-actions { flex-direction: column-reverse; }
}

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