:root {
  --navy: #0b1730;
  --navy-2: #102341;
  --blue: #0f2575;
  --orange: #f88400;
  --orange-dark: #d96800;
  --orange-soft: #fff2e2;
  --green: #079455;
  --ink: #0b1730;
  --muted: #657087;
  --line: #dbe2ec;
  --soft: #f4f7fa;
  --white: #fff;
  --shadow: 0 18px 50px rgba(16, 35, 65, .11);
  --radius: 8px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(11,23,48,.08); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 248px; display: inline-flex; align-items: center; gap: 11px; }
.brand img { border-radius: 50%; box-shadow: 0 5px 18px rgba(11,23,48,.16); }
.brand span { display: grid; }
.brand strong { font-size: 18px; line-height: 1.15; }
.brand small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 28px; font-size: 14px; font-weight: 750; }
.main-nav a { position: relative; padding-block: 26px; }
.main-nav a::after { content: ""; position: absolute; right: 100%; bottom: 18px; left: 0; height: 2px; background: var(--orange); transition: right .18s ease; }
.main-nav a:hover::after { right: 0; }
.header-tools { display: flex; align-items: center; gap: 17px; }
.header-phone { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-weight: 800; white-space: nowrap; }
.header-phone svg { width: 18px; color: var(--orange); }
.language-switcher { overflow: hidden; display: inline-flex; align-items: center; padding: 3px; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); }
.language-switcher a { min-width: 34px; min-height: 31px; display: grid; place-items: center; color: var(--muted); border-radius: 4px; font-size: 11px; font-weight: 900; }
.language-switcher a.active { color: #fff; background: var(--blue); }

.hero { position: relative; min-height: 650px; overflow: hidden; color: #fff; background: var(--navy); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(5,15,33,.98) 0%, rgba(5,15,33,.92) 39%, rgba(5,15,33,.24) 72%, rgba(5,15,33,.08) 100%); }
.hero-content { position: relative; z-index: 2; min-height: 650px; display: flex; align-items: center; padding-block: 76px; }
.hero-copy { width: min(625px, 59%); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: #ffc166; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 3px; background: var(--orange); }
.eyebrow.dark { color: var(--orange-dark); }
.hero h1 { max-width: 720px; margin: 0; font-size: 64px; line-height: 1.02; }
.hero-lead { max-width: 600px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 21px; border: 1px solid transparent; border-radius: 7px; cursor: pointer; font-weight: 900; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button svg { width: 20px; }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 12px 28px rgba(248,132,0,.24); }
.button-primary:hover { background: var(--orange-dark); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.08); }
.button-ghost:hover { background: rgba(255,255,255,.14); }
.button-outline { color: var(--blue); border-color: #ccd6e4; background: #fff; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 34px; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; }
.hero-facts span { display: inline-flex; align-items: center; gap: 8px; }
.hero-facts svg { width: 18px; color: #ffc166; }

.service-band { position: relative; z-index: 3; margin-top: -40px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.service-grid article { min-height: 120px; display: flex; align-items: center; gap: 16px; padding: 25px 28px; }
.service-grid article + article { border-left: 1px solid var(--line); }
.service-grid svg { flex: 0 0 auto; width: 30px; height: 30px; color: var(--orange); }
.service-grid div { display: grid; gap: 4px; }
.service-grid strong { font-size: 17px; }
.service-grid span { color: var(--muted); font-size: 13px; }

.section { padding-block: 96px; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 730px; margin-bottom: 38px; }
.section h2 { margin: 0; font-size: 48px; line-height: 1.1; }
.section-heading > p:last-child, .process-copy > p, .request-copy > p { color: var(--muted); font-size: 17px; }
.direction-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.direction-card { position: relative; min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.direction-card:hover { transform: translateY(-4px); border-color: #ffc078; box-shadow: var(--shadow); }
.direction-card.featured { border-color: #ffc078; background: #fffaf4; }
.direction-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--orange); border-radius: 7px; background: var(--orange-soft); }
.direction-icon svg { width: 27px; }
.direction-number { position: absolute; top: 27px; right: 28px; margin: 0; color: #a9b1bf; font-size: 13px; font-weight: 900; }
.direction-card h3 { margin: 25px 0 10px; font-size: 21px; line-height: 1.25; }
.direction-card > p:last-child { margin: 0; color: var(--muted); font-size: 14px; }

.process-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: start; }
.process-copy { position: sticky; top: 110px; }
.notice { display: flex; align-items: flex-start; gap: 12px; margin-top: 28px; padding: 18px; border-left: 3px solid var(--orange); background: #fff7ed; }
.notice svg { flex: 0 0 auto; width: 20px; color: var(--orange-dark); }
.notice p { margin: 0; color: #4c5566; font-size: 14px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--orange); font-size: 22px; font-weight: 900; }
.steps strong { font-size: 22px; }
.steps p { margin: 7px 0 0; color: var(--muted); }

.request-section { padding-block: 72px 88px; color: var(--ink); background: #eef2f6; }
.request-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #dce3ec;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 54px rgba(15, 35, 65, .1);
}
.request-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: 34px;
  align-items: end;
  min-width: 0;
  padding: 34px 40px 30px;
  border-bottom: 1px solid #e5e9f0;
  background: linear-gradient(135deg, #fff 0%, #fbfcfe 100%);
  text-align: left;
}
.request-heading { min-width: 0; }
.request-copy .eyebrow { margin-bottom: 11px; justify-content: flex-start; }
.request-copy h2 { margin: 0 0 9px; color: var(--ink); font-size: 31px; line-height: 1.12; }
.request-heading > p:last-child { max-width: 650px; margin: 0; color: #4f5c70; font-size: 15px; font-weight: 650; }
.contact-points { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; }
.contact-points a { min-width: 0; min-height: 60px; display: flex; align-items: center; gap: 11px; padding: 10px 13px; border: 1px solid #dce3ec; border-radius: 8px; background: #f7f9fc; font-size: 14px; font-weight: 850; text-align: left; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.contact-points a:hover { border-color: rgba(248,132,0,.6); background: #fffaf4; transform: translateY(-1px); }
.contact-points svg { flex: 0 0 auto; width: 34px; height: 34px; padding: 8px; color: var(--orange-dark); border-radius: 8px; background: #fff0dc; }
.contact-points span { min-width: 0; display: grid; overflow-wrap: anywhere; }
.contact-points small { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.transfer-form { position: relative; display: grid; gap: 16px; min-width: 0; padding: 30px 40px 36px; color: var(--ink); background: #fff; }
.transfer-form label { min-width: 0; display: grid; gap: 8px; }
.transfer-form label > span:first-child { color: #142961; font-size: 14px; font-weight: 800; }
.form-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; min-width: 0; }
.form-row-details { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: start; }
.route-fields { display: grid; grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr); align-items: end; gap: 12px; min-width: 0; padding: 18px; border: 1px solid #dce3ec; border-radius: 8px; background: #f6f8fb; }
.route-arrow { width: 52px; height: 58px; display: grid; place-items: center; color: #fff; border-radius: 8px; background: linear-gradient(180deg, #ff9700, #ed7d00); box-shadow: 0 8px 18px rgba(248,132,0,.2); }
.route-arrow svg { width: 19px; }
.field-with-icon { position: relative; display: block; }
.field-with-icon > svg { position: absolute; z-index: 2; top: 50%; left: 16px; width: 18px; color: var(--orange-dark); transform: translateY(-50%); pointer-events: none; }
.transfer-form input, .transfer-form select, .transfer-form textarea {
  width: 100%;
  min-width: 0;
  min-height: 58px;
  padding: 0 16px;
  color: #111827;
  border: 1px solid #cfd7e3;
  border-radius: 8px;
  outline: none;
  background: #fff;
  font-size: 16px;
  font-weight: 650;
  box-shadow: 0 1px 2px rgba(15,23,42,.025);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.transfer-form input::placeholder, .transfer-form textarea::placeholder { color: #7b8596; font-weight: 500; opacity: 1; }
.transfer-form input:hover, .transfer-form select:hover, .transfer-form textarea:hover { border-color: #aeb9c8; }
.field-with-icon input { padding-left: 46px; }
.transfer-form select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 46px;
  background:
    linear-gradient(45deg, transparent 50%, #344054 50%) right 20px center / 7px 7px no-repeat,
    linear-gradient(135deg, #344054 50%, transparent 50%) right 15px center / 7px 7px no-repeat,
    #fff;
}
.transfer-form textarea { min-height: 88px; padding-top: 14px; resize: vertical; line-height: 1.4; }
.transfer-form input:focus, .transfer-form select:focus, .transfer-form textarea:focus { border-color: #f88400; background: #fff; box-shadow: 0 0 0 4px rgba(248,132,0,.12); }
.form-submit { width: 100%; min-height: 58px; margin-top: 2px; border: 0; border-radius: 8px; background: linear-gradient(180deg, #ff9700, #ed7d00); font-size: 17px; box-shadow: 0 12px 25px rgba(248,132,0,.2); }
.form-submit:disabled { opacity: .55; cursor: wait; transform: none; box-shadow: none; }
.form-note { max-width: 760px; margin: -1px auto 0; color: var(--muted); font-size: 12px; text-align: center; }
.form-response { padding: 13px 15px; color: #087443; border: 1px solid #9fe0bd; border-radius: 8px; background: #edfbf3; font-size: 13px; font-weight: 800; }
.form-response[hidden] { display: none; }
.form-response.error { color: #9b2727; border-color: #efb1b1; background: #fff4f4; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 18px; font-weight: 850; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary svg { width: 21px; flex: 0 0 auto; color: var(--orange); transition: transform .18s ease; }
.faq-list details[open] summary svg { transform: rotate(45deg); }
.faq-list details p { margin: -7px 46px 24px 0; color: var(--muted); }

.location-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.location-photo { overflow: hidden; height: 440px; border-radius: var(--radius); box-shadow: var(--shadow); }
.location-photo img { width: 100%; height: 100%; object-fit: cover; }
.location-list { display: grid; margin: 27px 0; }
.location-list p { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 16px 0; margin: 0; border-bottom: 1px solid var(--line); font-weight: 800; }
.location-list svg { width: 22px; color: var(--orange); }
.location-list span { display: block; }
.location-list small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 11px; text-transform: uppercase; }

.site-footer { color: #fff; background: #071225; }
.footer-inner { min-height: 130px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand small { color: rgba(255,255,255,.54); }
.footer-inner > p { color: rgba(255,255,255,.55); font-size: 13px; }
.footer-links { display: flex; gap: 9px; }
.footer-links a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 7px; }
.footer-links a:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
.footer-links svg { width: 19px; }
.mobile-actions { display: none; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero-copy { width: min(620px, 76%); }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 95px; }
  .service-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .direction-grid { grid-template-columns: 1fr 1fr; }
  .direction-card:last-child { grid-column: 1 / -1; }
  .process-layout, .faq-layout, .location-layout { grid-template-columns: 1fr; gap: 44px; }
  .process-copy { position: static; }
  .request-layout { padding: 0; }
  .request-copy { grid-template-columns: 1fr; gap: 24px; padding: 30px 32px 26px; }
  .contact-points { max-width: 680px; }
  .transfer-form { padding: 26px 32px 32px; }
  .location-photo { height: 360px; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .site-header { position: relative; }
  .header-inner { min-height: 68px; }
  .brand { min-width: 0; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { max-width: 150px; font-size: 15px; }
  .brand small { font-size: 10px; }
  .header-phone { width: 44px; height: 44px; justify-content: center; border: 1px solid var(--line); border-radius: 7px; }
  .header-phone span { display: none; }
  .header-tools { gap: 7px; }
  .language-switcher a { min-width: 29px; }
  .hero { min-height: 680px; }
  .hero-image { object-position: 67% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(5,15,33,.5) 0%, rgba(5,15,33,.74) 42%, rgba(5,15,33,.98) 76%); }
  .hero-content { min-height: 680px; align-items: flex-end; padding: 48px 0 70px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; gap: 11px; }
  .service-band { margin-top: -26px; }
  .service-grid article { padding: 20px; }
  .section { padding-block: 70px; }
  .section h2 { font-size: 35px; }
  .direction-grid { grid-template-columns: 1fr; }
  .direction-card, .direction-card:last-child { min-height: 0; grid-column: auto; }
  .steps li { grid-template-columns: 50px 1fr; gap: 14px; }
  .steps strong { font-size: 19px; }
  .request-section { padding-block: 44px 58px; }
  .request-layout { gap: 0; padding: 0; }
  .request-copy { gap: 20px; padding: 24px 18px 20px; }
  .request-copy h2 { font-size: 27px; }
  .request-heading > p:last-child { font-size: 14px; }
  .contact-points { grid-template-columns: 1fr; gap: 9px; margin-top: 18px; }
  .contact-points a { min-height: 58px; padding: 10px 14px; }
  .transfer-form { gap: 14px; padding: 20px 18px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .form-row-details { grid-template-columns: 1fr; }
  .route-fields { grid-template-columns: 1fr; gap: 10px; padding: 14px; }
  .route-arrow { width: 100%; height: 40px; }
  .route-arrow svg { transform: rotate(90deg); }
  .transfer-form input, .transfer-form select, .transfer-form textarea { min-height: 56px; border-radius: 8px; padding-left: 14px; font-size: 16px; }
  .field-with-icon input { padding-left: 43px; }
  .transfer-form select { padding-right: 44px; }
  .transfer-form textarea { min-height: 88px; padding-top: 13px; }
  .form-submit { min-height: 54px; font-size: 15px; }
  .faq-list summary { font-size: 16px; }
  .location-photo { height: 300px; }
  .footer-inner { align-items: flex-start; flex-direction: column; padding-block: 34px 110px; }
  .footer-inner > p { margin: 0; }
  .mobile-actions { position: fixed; z-index: 60; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(7,18,37,.94); box-shadow: 0 16px 34px rgba(0,0,0,.26); backdrop-filter: blur(14px); }
  .mobile-actions a { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; border-radius: 6px; font-size: 13px; font-weight: 900; }
  .mobile-actions a.primary { background: var(--orange); }
  .mobile-actions svg { width: 19px; }
}

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