:root {
  --blue: #075bd5;
  --blue-2: #0b82e4;
  --blue-dark: #003a98;
  --navy: #071b49;
  --text: #0b1d48;
  --muted: #526283;
  --line: #dce8ff;
  --soft: #edf5ff;
  --page: #f3f8ff;
  --white: #fff;
  --shadow: 0 20px 54px rgba(4, 31, 82, .13);
  --radius: 22px;
  --content: 1240px;
}

/* Pickup point directory */
.contacts-hero { padding-bottom: 0; }

.contacts-directory {
  padding: 34px 0 76px;
}

.points-directory-layout {
  display: grid;
  grid-template-columns: minmax(320px, 390px) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.points-directory-panel,
.points-directory-detail {
  min-height: 620px;
  border: 1px solid rgba(12, 79, 190, .16);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 48, 105, .08);
}

.points-directory-panel {
  padding: 26px 16px 16px;
}

.points-directory-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 0 10px 20px;
}

.points-directory-heading span,
.points-directory-search span,
.points-directory-item > span {
  display: block;
  color: #54729c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.points-directory-heading h2 {
  margin: 5px 0 0;
  color: #071b43;
  font-size: 28px;
}

.points-directory-heading > strong {
  margin-top: 7px;
  padding: 6px 10px;
  color: #075bd8;
  font-size: 12px;
  border-radius: 8px;
  background: #eef6ff;
}

.points-directory-search {
  display: grid;
  gap: 7px;
  margin: 0 10px 18px;
  padding: 13px 15px;
  border: 1px solid #c9dcf7;
  border-radius: 14px;
}

.points-directory-search input {
  width: 100%;
  min-height: 30px;
  padding: 0;
  color: #071b43;
  border: 0;
  outline: 0;
  background: transparent;
}

.points-directory-list {
  display: grid;
  gap: 10px;
  max-height: 470px;
  padding: 0 6px 0 10px;
  overflow: auto;
  scrollbar-color: #6f8eb8 transparent;
}

.points-directory-item {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 18px;
  color: #071b43;
  text-align: left;
  border: 1px solid #d3e2f7;
  border-radius: 16px;
  background: #f8fbff;
  cursor: pointer;
  transition: .2s ease;
}

.points-directory-item:hover,
.points-directory-item.is-active {
  border-color: #0b6eea;
  background: #eef6ff;
  transform: translateY(-1px);
}

.points-directory-item strong {
  font-size: 16px;
  line-height: 1.35;
}

.points-directory-item small {
  color: #587094;
  font-size: 13px;
  line-height: 1.45;
}

.points-directory-item b {
  color: #075bd8;
  font-size: 14px;
}

.points-directory-empty {
  padding: 24px 12px;
  color: #587094;
  text-align: center;
}

.points-directory-detail {
  display: grid;
  place-items: center;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(0, 67, 161, .98), rgba(8, 124, 255, .93)),
    #075bd8;
}

.points-directory-card {
  width: min(100%, 620px);
  padding: 38px;
  color: #071b43;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(0, 28, 80, .22);
}

.points-directory-pin {
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #e8f3ff;
  position: relative;
}

.points-directory-pin:before {
  content: "";
  position: absolute;
  inset: 15px 17px 17px;
  border: 3px solid #075bd8;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.points-directory-card > p {
  margin: 0 0 7px;
  color: #54729c;
  font-weight: 800;
  text-transform: uppercase;
}

.points-directory-card h2 {
  margin: 0 0 9px;
  font-size: 30px;
}

.points-directory-card > strong {
  display: block;
  color: #075bd8;
  font-size: 20px;
}

.points-directory-card dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid #d9e6f7;
  border-radius: 14px;
  background: #d9e6f7;
}

.points-directory-card dl div {
  padding: 16px;
  background: #f8fbff;
}

.points-directory-card dt {
  margin-bottom: 8px;
  color: #587094;
  font-size: 12px;
  font-weight: 700;
}

.points-directory-card dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.points-directory-card > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #075bd8, #087cff);
}

/* Shared inner page hero */
.simple-page-top,
.tracking-page,
.russia-page {
  padding: 118px 0 0;
  background:
    radial-gradient(circle at 14% 0, rgba(66, 165, 245, .12), transparent 30%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 38%, #f7fbff 100%);
  color: var(--text);
}

.simple-page-hero {
  max-width: none;
  margin-bottom: 26px;
  padding: 30px 34px;
  color: #fff;
  background: linear-gradient(135deg, #063689 0%, #0876e8 100%);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(5, 55, 137, .18);
}

.simple-page-hero .eyebrow {
  margin: 0 0 12px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.simple-page-hero h1 {
  max-width: 820px;
  margin: 0 0 14px;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.1;
  letter-spacing: 0;
}

.simple-page-hero p:not(.eyebrow) {
  max-width: 900px;
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: clamp(15px, 1.25vw, 17px);
  font-weight: 700;
  line-height: 1.45;
}

/* Russia delivery page */
.russia-page {
  padding-bottom: 86px;
}

.russia-section-title {
  margin: 34px 0 16px;
  color: #061a43;
  font-size: 24px;
  line-height: 1.2;
}

.russia-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

.russia-steps article,
.russia-panel,
.russia-consult {
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 18px;
  background: #fff;
  color: #061a43;
  box-shadow: 0 22px 60px rgba(0, 25, 72, .18);
}

.tracking-page {
  padding-bottom: 76px;
}

.tracking-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
  gap: 26px;
  align-items: center;
  padding: 30px;
  border: 1px solid rgba(12, 79, 190, .14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 48, 105, .08);
}

.tracking-card h2 {
  margin: 0 0 10px;
  font-size: 24px;
}

.tracking-card p {
  margin: 0;
  color: #526283;
}

.tracking-form {
  display: grid;
  gap: 10px;
}

.tracking-form label {
  color: #31496f;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tracking-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 12px;
}

.tracking-form input,
.tracking-form button {
  min-height: 54px;
  border-radius: 14px;
  font: inherit;
  font-weight: 800;
}

.tracking-form input {
  width: 100%;
  padding: 0 18px;
  color: var(--text);
  border: 1px solid #c9dcf7;
  outline: 0;
  background: #f8fbff;
}

.tracking-form input:focus {
  border-color: #075bd8;
  box-shadow: 0 0 0 3px rgba(7, 91, 216, .13);
}

.tracking-form button {
  color: #fff;
  border: 0;
  background: linear-gradient(135deg, #075bd8, #087cff);
  cursor: pointer;
}

.russia-steps article {
  padding: 24px;
}

.russia-steps span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 900;
  border-radius: 50%;
  background: linear-gradient(135deg, #075bd8, #087cff);
}

.russia-step-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  color: #075bd8;
  border-radius: 18px;
  background: #eef5ff;
}

.russia-step-icon svg,
.russia-sendable-list svg,
.russia-packaging-list svg,
.russia-consult-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.russia-steps h2,
.russia-panel h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
}

.russia-steps p,
.russia-panel p,
.russia-consult p {
  margin: 0;
  color: #526283;
  font-size: 15px;
}

.russia-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
  margin-top: 20px;
}

.russia-panel {
  padding: 24px;
}

.russia-sendable {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 205px;
  text-align: center;
}

.russia-sendable-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin-top: 14px;
}

.russia-sendable-list div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 10px 14px;
  color: #075bd8;
  border: 1px solid #cfe0f8;
  border-radius: 12px;
  background: #fbfdff;
  text-align: center;
}

.russia-sendable-list span {
  min-width: 0;
  color: #061a43;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.18;
}

.russia-sendable-list div:nth-child(3) {
  grid-column: 1 / -1;
  justify-self: center;
  width: min(100%, 260px);
}

.russia-packaging {
  display: grid;
  gap: 20px;
  margin-top: 18px;
}

.russia-packaging-copy {
  display: grid;
  gap: 8px;
  max-width: 780px;
}

.russia-packaging-copy h2 {
  margin-bottom: 0;
}

.russia-packaging-copy p {
  max-width: 720px;
}

.russia-packaging-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.russia-packaging-list div {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 14px;
  color: #075bd8;
  border: 1px solid #d8e6fb;
  border-radius: 14px;
  background: #f8fbff;
}

.russia-packaging-list span {
  color: #061a43;
  font-weight: 800;
  font-size: 15px;
  line-height: 1.2;
}

.russia-packaging-note {
  padding-top: 14px;
  border-top: 1px solid #d9e5f6;
  font-weight: 750;
}

.russia-restricted {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-height: 205px;
  text-align: center;
}

.russia-panel-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.russia-primary-link,
.russia-consult button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  font-weight: 850;
  font: 850 15px/1 Manrope, sans-serif;
  border-radius: 14px;
  white-space: nowrap;
  cursor: pointer;
}

.russia-primary-link {
  min-width: 230px;
  color: #fff;
  background: linear-gradient(135deg, #075bd8, #087cff);
}

.russia-consult {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 18px 22px;
}

.russia-consult-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #075bd8;
  border: 1px solid #cfe0f8;
  border-radius: 50%;
  background: #f5f9ff;
}

.russia-consult strong {
  color: #061a43;
  font-size: 18px;
}

.russia-consult button {
  color: #075bd8;
  border: 1px solid #075bd8;
  background: #fff;
}

.russia-consult-modal .modal-panel {
  width: min(860px, 100%);
  border-radius: 22px;
  padding: 30px;
}

.russia-consult-modal h2 {
  margin: 0 0 8px;
  color: #061a43;
  font-size: 28px;
  line-height: 1.2;
}

.russia-consult-modal .modal-panel > p {
  margin: 0 0 22px;
  color: #526283;
}

.russia-consult-form {
  gap: 14px;
}

.russia-consult-form label {
  color: #061a43;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.russia-consult-form input,
.russia-consult-form select {
  min-height: 50px;
  border-radius: 14px;
  background: #fff;
}

.russia-consult-form button {
  min-height: 54px;
  color: #fff;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #075bd8 0%, #087cff 100%);
  font: 850 16px/1 Manrope, sans-serif;
  cursor: pointer;
}

@media (max-width: 960px) {
  .points-directory-layout {
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  }
  .points-directory-card dl {
    grid-template-columns: 1fr;
  }
  .russia-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .russia-info-grid,
  .russia-packaging-copy,
  .russia-consult {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .contacts-directory {
    padding-top: 20px;
  }
  .points-directory-layout {
    grid-template-columns: 1fr;
  }
  .points-directory-panel,
  .points-directory-detail {
    min-height: 0;
    border-radius: 18px;
  }
  .points-directory-list {
    max-height: 370px;
  }
  .points-directory-detail {
    padding: 18px;
  }
  .points-directory-card {
    padding: 26px 22px;
  }
  .points-directory-card h2 {
    font-size: 24px;
  }
  .points-directory-card > strong {
    font-size: 17px;
  }
  .russia-page {
    padding: 104px 0 58px;
  }
  .simple-page-top,
  .tracking-page {
    padding-top: 104px;
  }
  .simple-page-hero {
    padding: 24px 22px;
    border-radius: 18px;
  }
  .simple-page-hero h1 {
    font-size: 30px;
  }
  .simple-page-hero p:not(.eyebrow) {
    font-size: 15px;
  }
  .russia-steps article,
  .russia-panel,
  .russia-consult {
    border-radius: 16px;
  }
  .russia-steps,
  .russia-sendable-list,
  .russia-packaging-list {
    grid-template-columns: 1fr;
  }
  .russia-sendable-list div:nth-child(3) {
    width: 100%;
  }
  .russia-steps {
    gap: 12px;
  }
  .russia-steps article {
    display: grid;
    grid-template-columns: 34px 48px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 12px;
    min-height: 0;
    padding: 16px;
  }
  .russia-steps span {
    grid-row: 1 / 3;
    align-self: start;
    width: 32px;
    height: 32px;
    margin: 0;
    font-size: 15px;
  }
  .russia-step-icon {
    grid-row: 1 / 3;
    align-self: start;
    width: 46px;
    height: 46px;
    margin: 0;
    border-radius: 14px;
  }
  .russia-step-icon svg {
    width: 25px;
    height: 25px;
  }
  .russia-steps h2 {
    grid-column: 3;
    margin: 0 0 4px;
    font-size: 17px;
    line-height: 1.16;
  }
  .russia-steps p {
    grid-column: 3;
    font-size: 13px;
    line-height: 1.35;
  }
  .russia-panel-actions,
  .russia-primary-link,
  .russia-consult button {
    width: 100%;
  }
  .tracking-card {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 18px;
  }
  .tracking-form div {
    grid-template-columns: 1fr;
  }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; margin-top: 0 !important; }
body {
  margin: 0;
  color: var(--text);
  background: linear-gradient(180deg, #eaf4ff 0, #f7fbff 34%, #f5f9ff 100%);
  font-family: "Manrope", "Inter", Arial, sans-serif;
  line-height: 1.5;
}
body.admin-bar { margin-top: 0 !important; }
#wpadminbar { display: none !important; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
.wrap { width: min(var(--content), calc(100% - 56px)); margin: 0 auto; }
.center { text-align: center; }
h1, h2, h3, .section-title, .action-card strong, .main-nav a, .nav-dropdown-toggle {
  font-family: "Manrope", "Inter", Arial, sans-serif;
  font-weight: 800;
}

.site-header {
  position: absolute;
  inset: 14px 0 auto;
  z-index: 20;
  padding: 0;
  background: transparent;
}
body.home .site-header {
  position: fixed;
}
.header-shell {
  width: min(var(--content), calc(100% - 56px));
  max-width: var(--content);
  margin: 0 auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 32px;
  background: rgba(255, 255, 255, .96);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(3, 28, 74, .13);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 188px;
  flex: 0 0 auto;
}
.brand-logo {
  display: block;
  width: 176px;
  height: auto;
}
.brand-mark {
  width: 48px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-dark), #1f7aff);
  border-radius: 7px 20px 7px 7px;
  font-weight: 900;
  font-size: 18px;
}
.brand strong {
  display: block;
  color: var(--blue-dark);
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
.brand small {
  display: block;
  color: #647391;
  font-size: 11px;
  margin-top: 4px;
}
.main-nav { flex: 1; min-width: 0; }
.main-nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.9vw, 28px);
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-nav a,
.nav-dropdown-toggle {
  display: block;
  color: #0a1c44;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.nav-dropdown-toggle {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.nav-dropdown-toggle:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}
.main-nav a:hover,
.nav-dropdown-toggle:hover,
.has-dropdown.is-open > .nav-dropdown-toggle { color: var(--blue); }
.has-dropdown { position: relative; }
.has-dropdown.is-open > .nav-dropdown-toggle:after,
.has-dropdown:hover > .nav-dropdown-toggle:after {
  transform: translateY(1px) rotate(225deg);
}
.nav-dropdown {
  position: absolute;
  left: 50%;
  top: calc(100% + 18px);
  z-index: 25;
  min-width: 238px;
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 12px;
  list-style: none;
  border: 1px solid rgba(12, 79, 190, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 48px rgba(3, 28, 74, .16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -6px);
  transition: opacity .18s ease, transform .18s ease;
}
.has-dropdown:hover > .nav-dropdown,
.has-dropdown.is-open > .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.nav-dropdown:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}
.nav-dropdown a {
  padding: 11px 12px;
  border-radius: 12px;
  font-size: 13.5px;
  font-weight: 750;
}
.nav-dropdown a:hover {
  color: var(--blue-dark);
  background: #eef6ff;
}
.header-phone {
  color: var(--blue-dark);
  font-weight: 800;
  min-width: max-content;
  font-size: 16px;
  white-space: nowrap;
}
.header-phone:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 9px;
  vertical-align: -3px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.35 1.9.66 2.8a2 2 0 0 1-.45 2.11L8.05 9.9a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.31 1.84.53 2.8.66A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.35 1.9.66 2.8a2 2 0 0 1-.45 2.11L8.05 9.9a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.9.31 1.84.53 2.8.66A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.menu-toggle {
  display: none;
  place-items: center;
  border: 1px solid rgba(12, 79, 190, .12);
  background: #eef6ff;
  border-radius: 16px;
  width: 46px;
  height: 46px;
  font-size: 0;
  cursor: pointer;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.menu-toggle:hover,
.menu-toggle:focus-visible,
.menu-toggle.is-open {
  background: #e3f2fd;
  box-shadow: 0 12px 24px rgba(13, 71, 161, .12);
}
.menu-toggle:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  background: var(--blue-dark);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7h16v2H4zm0 4h16v2H4zm0 4h16v2H4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7h16v2H4zm0 4h16v2H4zm0 4h16v2H4z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.menu-toggle.is-open:before {
  width: 19px;
  height: 19px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.4 5 12.6 12.6-1.4 1.4L5 6.4 6.4 5Zm12.6 1.4L6.4 19 5 17.6 17.6 5 19 6.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.4 5 12.6 12.6-1.4 1.4L5 6.4 6.4 5Zm12.6 1.4L6.4 19 5 17.6 17.6 5 19 6.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hero {
  min-height: 650px;
  padding: 136px 0 124px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(4, 24, 68, .78) 0%, rgba(5, 43, 111, .48) 36%, rgba(7, 91, 216, .08) 68%, rgba(7, 91, 216, 0) 100%),
    image-set(url("../img/hero-map-bg.webp") type("image/webp"), url("../img/hero-map-bg.png") type("image/png")),
    linear-gradient(135deg, #00358a 0%, #0758c0 46%, #1390e2 100%);
  background-size: cover, cover, cover;
  background-position: center center, center center, center center;
  position: relative;
  overflow: hidden;
}

.points-operation-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #24416f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.points-operation-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(7, 91, 216, .08);
}

.legend-dot-receive { background: #087cff; }
.legend-dot-accept {
  background: #19b76c;
  box-shadow: 0 0 0 4px rgba(25, 183, 108, .1);
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 48%, rgba(0, 15, 61, .34), transparent 34%),
    radial-gradient(circle at 80% 44%, rgba(99, 197, 255, .14), transparent 34%);
  pointer-events: none;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  height: auto;
  background:
    linear-gradient(180deg, rgba(0, 16, 61, .08) 0%, rgba(0, 22, 72, 0) 48%, rgba(0, 36, 91, .08) 100%);
  pointer-events: none;
}

@media (min-width: 681px) {
  .hero {
    background-size: cover, cover, cover;
    background-position: center center, center center, center center;
  }
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 500px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 392px;
}
.hero h1 {
  max-width: 560px;
  margin: 0 0 24px;
  font-size: clamp(46px, 4.4vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}
.hero-title {
  display: grid;
  gap: 10px;
}
.hero-title span {
  display: block;
  white-space: nowrap;
}
.hero p {
  max-width: 520px;
  margin: 0 0 28px;
  font-size: 20px;
  color: rgba(255,255,255,.9);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  max-width: none;
}
.hero-actions.compact { display: flex; flex-wrap: wrap; }
.action-card {
  width: 290px;
  height: 72px;
  padding: 0 20px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.28);
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  justify-content: center;
  column-gap: 10px;
  text-align: center;
  font: inherit;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0, 28, 93, .14);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.action-card .action-icon {
  display: inline-grid;
  place-items: center;
  justify-self: start;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
}
.action-card .action-icon:before {
  content: "";
  width: 23px;
  height: 23px;
  background: currentColor;
  display: block;
}
.icon-search:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21 20-5.4-5.4a7 7 0 1 0-1.4 1.4L20 21zM5 10a5 5 0 1 1 10 0A5 5 0 0 1 5 10z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m21 20-5.4-5.4a7 7 0 1 0-1.4 1.4L20 21zM5 10a5 5 0 1 1 10 0A5 5 0 0 1 5 10z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.icon-tag:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3 12 9-9 9 9-9 9zm9-6.2L5.8 12l6.2 6.2 6.2-6.2zM12 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3 12 9-9 9 9-9 9zm9-6.2L5.8 12l6.2 6.2 6.2-6.2zM12 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.icon-calc:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm1 3v4h12V6zm1 7v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2zm-8 4v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm1 3v4h12V6zm1 7v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2zm-8 4v2h2v-2zm4 0v2h2v-2zm4 0v2h2v-2z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.action-card strong {
  display: block;
  width: 100%;
  font-size: 14.8px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
}
.action-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0, 28, 93, .24);
}
.action-card:focus-visible {
  outline: 3px solid rgba(255,255,255,.9);
  outline-offset: 3px;
}
.action-card.light:focus-visible {
  outline-color: #087cff;
}
.action-card.dark { color: var(--white); background: rgba(0, 44, 126, .68); }
.action-card.light { color: var(--text); background: var(--white); border-color: rgba(12,79,190,.12); box-shadow: 0 14px 28px rgba(4, 31, 82, .12); }
.action-card.light .action-icon { color: var(--blue); background: var(--soft); }
.action-card.accent { color: var(--white); background: linear-gradient(135deg, #075BD8 0%, #087CFF 100%); border-color: rgba(255,255,255,.18); }
.action-card.accent .action-icon { background: rgba(255,255,255,.16); }

.route-map {
  min-height: 390px;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(4px, 8px);
}
.route-map svg { display: none; width: min(760px, 100%); filter: drop-shadow(0 0 22px rgba(112,198,255,.55)); overflow: visible; }
.route-map path {
  fill: none;
  stroke: #a7dcff;
  stroke-width: 5;
  stroke-linecap: round;
  filter: drop-shadow(0 0 6px rgba(157,216,255,.8));
}
.route-map circle { fill: #0b68df; stroke: #fff; stroke-width: 5; }
.route-map text {
  fill: #fff;
  font-size: 17px;
  font-weight: 750;
  paint-order: stroke;
  stroke: rgba(0,35,95,.55);
  stroke-width: 4;
}

.services-overlap {
  margin-top: -66px;
  position: relative;
  z-index: 3;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.service-card,
.info-card,
.point-card,
.partners-balance article,
.form-layout,
.benefit-grid {
  background: var(--white);
  border: 1px solid rgba(180, 200, 233, .58);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.service-card {
  min-height: 260px;
  padding: 34px 28px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 28px;
}
.service-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--blue-dark);
  background: var(--soft);
}
.service-icon:before {
  content: "";
  width: 36px;
  height: 36px;
  background: currentColor;
  display: block;
}
.icon-cart:before { -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM6.2 6l.5 3h10.9l-1.1 5H8L6 3H2v2h2.3l2.2 11H18l2.1-10z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM6.2 6l.5 3h10.9l-1.1 5H8L6 3H2v2h2.3l2.2 11H18l2.1-10z'/%3E%3C/svg%3E") center / contain no-repeat; }
.icon-route:before { -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2.5A4.5 4.5 0 0 0 1.5 7c0 3.35 4.5 7.7 4.5 7.7s4.5-4.35 4.5-7.7A4.5 4.5 0 0 0 6 2.5zm0 6.2A1.7 1.7 0 1 1 6 5.3a1.7 1.7 0 0 1 0 3.4zM18 9.3a4.5 4.5 0 0 0-4.5 4.5c0 3.35 4.5 7.7 4.5 7.7s4.5-4.35 4.5-7.7A4.5 4.5 0 0 0 18 9.3zm0 6.2a1.7 1.7 0 1 1 0-3.4 1.7 1.7 0 0 1 0 3.4zM10.7 15.2h2.1v2h-2.1zm-3.8 0h2.1v2H6.9zm7.6 0h2.1v2h-2.1z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 2.5A4.5 4.5 0 0 0 1.5 7c0 3.35 4.5 7.7 4.5 7.7s4.5-4.35 4.5-7.7A4.5 4.5 0 0 0 6 2.5zm0 6.2A1.7 1.7 0 1 1 6 5.3a1.7 1.7 0 0 1 0 3.4zM18 9.3a4.5 4.5 0 0 0-4.5 4.5c0 3.35 4.5 7.7 4.5 7.7s4.5-4.35 4.5-7.7A4.5 4.5 0 0 0 18 9.3zm0 6.2a1.7 1.7 0 1 1 0-3.4 1.7 1.7 0 0 1 0 3.4zM10.7 15.2h2.1v2h-2.1zm-3.8 0h2.1v2H6.9zm7.6 0h2.1v2h-2.1z'/%3E%3C/svg%3E") center / contain no-repeat; }
.icon-truck:before { -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h12v10h2.1l1.2-3H15V8h3.8L22 12.2V17h-2a3 3 0 0 1-6 0H9a3 3 0 0 1-6 0H1V7a2 2 0 0 1 2-2zm3 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm11 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5h12v10h2.1l1.2-3H15V8h3.8L22 12.2V17h-2a3 3 0 0 1-6 0H9a3 3 0 0 1-6 0H1V7a2 2 0 0 1 2-2zm3 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm11 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E") center / contain no-repeat; }
.icon-briefcase:before { -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4h6v3h5a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5zm2 3h2V6h-2zm-7 5h16v-2H4zm0 2v4h16v-4h-6v2h-4v-2z'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4h6v3h5a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5zm2 3h2V6h-2zm-7 5h16v-2H4zm0 2v4h16v-4h-6v2h-4v-2z'/%3E%3C/svg%3E") center / contain no-repeat; }
.service-card h2 {
  margin: 22px 0 12px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: 0;
}
.service-card p { margin: 0; color: #26385f; font-size: 15px; }

.section-title { margin: 0 0 24px; text-align: center; font-size: 30px; letter-spacing: 0; }
.points-section, .content-band, .benefits, .partners-balance, .steps-section, .form-section { padding: 54px 0; }
.points-section { padding-top: 48px; }
.points-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.point-card { padding: 12px; }
.point-photo {
  height: 78px;
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.25), transparent),
    linear-gradient(90deg, #1d5aa9 0 18%, #e9f1fb 18% 36%, #b8d5f8 36% 58%, #2a6bc8 58% 100%);
  border: 1px solid var(--line);
}
.point-card h3 { margin: 12px 0 4px; font-size: 18px; }
.point-card p, .point-card small { color: #35476c; }
.point-card p { margin: 8px 0; }
.point-card a { color: var(--blue-dark); font-weight: 750; }
.point-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.point-links a { border: 1px solid #9bbcff; border-radius: 7px; padding: 8px; text-align: center; color: var(--blue); }

.primary-btn, .secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 7px;
  font-weight: 800;
  border: 1px solid var(--blue);
}
.primary-btn { color: var(--white); background: linear-gradient(135deg, var(--blue-dark), #126cff); }
.secondary-btn { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.58); }
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: 26px 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 0%, rgba(8, 124, 255, .08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 22px 58px rgba(4, 31, 82, .11);
}
.benefit-grid div {
  position: relative;
  min-height: 74px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  align-content: center;
  padding: 0 22px;
  border-right: 1px solid rgba(190, 207, 235, .72);
}
.benefit-grid div:last-child { border-right: 0; }
.benefit-grid div:before {
  content: "";
  grid-row: 1 / 3;
  width: 46px;
  height: 46px;
  align-self: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #eef6ff 0%, #e4f0ff 100%);
  box-shadow: inset 0 0 0 1px rgba(12, 79, 190, .08);
}
.benefit-grid div:after {
  content: "";
  position: absolute;
  left: 33px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: var(--blue-dark);
}
.benefit-grid div:nth-child(1):after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 5h-2v6l5 3 1-1.7-4-2.3z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm1 5h-2v6l5 3 1-1.7-4-2.3z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.benefit-grid div:nth-child(2):after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5zm-1 14-4-4 1.4-1.4L11 13.2l5.6-5.6L18 9z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 4 5v6c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5zm-1 14-4-4 1.4-1.4L11 13.2l5.6-5.6L18 9z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.benefit-grid div:nth-child(3):after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2 9 5-9 5-9-5zm-7 8.2 7 3.9 7-3.9V17l-7 5-7-5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2 9 5-9 5-9-5zm-7 8.2 7 3.9 7-3.9V17l-7 5-7-5z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.benefit-grid div:nth-child(4):after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3a8 8 0 0 0-8 8v5a3 3 0 0 0 3 3h2v-7H6v-1a6 6 0 0 1 12 0v1h-3v7h2a3 3 0 0 0 3-3v-5a8 8 0 0 0-8-8z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3a8 8 0 0 0-8 8v5a3 3 0 0 0 3 3h2v-7H6v-1a6 6 0 0 1 12 0v1h-3v7h2a3 3 0 0 0 3-3v-5a8 8 0 0 0-8-8z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.benefit-grid strong, .benefit-grid span { display: block; }
.benefit-grid strong { font-size: 16px; line-height: 1.2; }
.benefit-grid span { color: #3c4d73; margin-top: 6px; font-size: 14px; line-height: 1.35; }

.page-hero { padding: 120px 0 92px; color: var(--white); background: linear-gradient(135deg, #03307d, #0b72dd); }
.page-hero h1 { max-width: 760px; margin: 0 0 16px; font-size: clamp(34px, 4vw, 52px); line-height: 1.05; }
.page-hero p { max-width: 760px; font-size: 20px; color: rgba(255,255,255,.9); }
.eyebrow { color: #b9dcff; text-transform: uppercase; letter-spacing: .1em; font-size: 13px; font-weight: 800; }
.grid.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { padding: 28px; }
.info-card h2 { margin-top: 0; }
.content-page h1 { font-size: 42px; }
.development-page {
  padding: 150px 0 90px;
  background:
    radial-gradient(circle at 78% 18%, rgba(25, 118, 210, .14), transparent 34%),
    linear-gradient(180deg, #eef6ff 0%, #f7fbff 100%);
}
.development-card {
  max-width: 760px;
  padding: 54px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 58px rgba(3, 28, 74, .10);
}
.development-card .eyebrow { color: var(--blue); }
.development-card h1 {
  margin: 10px 0 14px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.02;
}
.development-card p:last-child {
  max-width: 560px;
  margin: 0;
  color: #42547b;
  font-size: 18px;
  line-height: 1.55;
}

.partner-badges { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.partner-badges span { padding: 14px 12px; border: 1px solid rgba(255,255,255,.32); border-radius: 7px; color: rgba(255,255,255,.9); }
.balance-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 46px; }
.partners-balance article { padding: 28px; }
.partners-balance h2 { margin-top: 0; text-align: center; }
.mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mini-grid span { min-height: 92px; display: grid; place-items: center; padding: 14px; text-align: center; border: 1px solid var(--line); border-radius: 7px; background: #fbfdff; font-weight: 650; }
.steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.steps-grid div { min-height: 128px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.steps-grid b { display: grid; place-items: center; width: 30px; height: 30px; color: var(--white); background: var(--blue); border-radius: 50%; margin-bottom: 14px; }
.form-layout { display: grid; grid-template-columns: .75fr 1.35fr .75fr; gap: 28px; padding: 34px; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-form label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; font-weight: 700; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid #c9d7ef;
  border-radius: 7px;
  padding: 10px 12px;
  font: inherit;
}
.lead-form textarea { min-height: 96px; resize: vertical; }
.wide { grid-column: 1 / -1; }
.check-list { padding-left: 0; list-style: none; }
.check-list li { margin: 12px 0; padding-left: 26px; position: relative; }
.check-list li:before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 900; }
.form-status { grid-column: 1 / -1; min-height: 24px; margin: 0; color: var(--blue-dark); font-weight: 700; }

.modal[aria-hidden="true"] { display: none; }
.modal { position: fixed; inset: 0; z-index: 40; display: grid; place-items: center; padding: 20px; background: rgba(2, 16, 44, .62); }
.modal-panel { width: min(680px, 100%); max-height: 90vh; overflow: auto; background: var(--white); border-radius: 10px; padding: 30px; position: relative; }
.modal-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--soft); font-size: 24px; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; }

.site-footer {
  padding: 52px 0 24px;
  color: var(--white);
  background: linear-gradient(135deg, #00347f, #0057be);
}
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 38px; }
.brand-footer .brand-logo { width: 190px; filter: none; }
.brand-footer .brand-mark { background: rgba(255,255,255,.2); }
.brand-footer strong, .brand-footer small { color: var(--white); }
.site-footer h2 { margin: 0 0 14px; font-size: 18px; }
.site-footer a, .site-footer p { display: block; color: rgba(255,255,255,.86); margin: 8px 0; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.72); }

.scroll-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 30;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-dark), #1c77ff);
  box-shadow: 0 14px 32px rgba(0, 55, 145, .28);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .2s ease, transform .2s ease;
}
.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.scroll-top:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin: 13px;
  background: var(--white);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5 8 8-1.4 1.4L13 8.8V21h-2V8.8l-5.6 5.6L4 13z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5 8 8-1.4 1.4L13 8.8V21h-2V8.8l-5.6 5.6L4 13z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.calculator-page {
  padding: 112px 0 64px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 20%, rgba(66, 165, 255, .22), transparent 32%),
    linear-gradient(135deg, #072b78 0%, #064aad 54%, #006bd8 100%);
}
.calculator-head {
  max-width: 1120px;
  margin-bottom: 24px;
}
.calculator-head h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
}
.calculator-head p:not(.eyebrow) {
  max-width: 900px;
  margin: 0;
  font-size: 19px;
  line-height: 1.45;
  color: rgba(255,255,255,.9);
}
.calculator-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
  max-width: 980px;
}
.calculator-info-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 82px;
  padding: 16px 20px;
  border-radius: 18px;
  color: #0a1d3a;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(0, 24, 80, .15);
}
.calculator-info-card strong {
  display: block;
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 17px;
  font-weight: 850;
}
.calculator-info-card p {
  max-width: none !important;
  color: #0a1d3a !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}
.calculator-info-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #e7f3ff;
  position: relative;
}
.calculator-info-icon:before {
  content: "";
  position: absolute;
  inset: 13px;
  background: var(--blue);
}
.calculator-info-icon-pin:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.calculator-info-icon-bag:before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 6V5a5 5 0 0 1 10 0v1h3v16H4V6h3zm2 0h6V5a3 3 0 0 0-6 0v1z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 6V5a5 5 0 0 1 10 0v1h3v16H4V6h3zm2 0h6V5a3 3 0 0 0-6 0v1z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.delivery-calculator {
  max-width: 1120px;
  padding: 28px;
  border-radius: 26px;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 28px 70px rgba(0, 24, 80, .22);
}
.calc-route-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.calc-column,
.calc-cargo-grid label {
  min-width: 0;
}
.calc-label {
  display: block;
  margin: 0 0 10px;
  color: #46577e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.calc-select,
.calc-dynamic > input,
.calc-cargo-grid input {
  width: 100%;
  height: 52px;
  border: 1px solid #d3e0f3;
  border-radius: 16px;
  background: #fff;
  color: #0a1d3a;
  font: 750 16px/1.2 Manrope, sans-serif;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.calc-select {
  position: relative;
  z-index: 5;
}
.calc-select.is-open {
  z-index: 90;
}
.calc-select:before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
  background: var(--blue);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z'/%3E%3C/svg%3E") center / contain no-repeat;
  pointer-events: none;
}
.calc-select input {
  width: 100%;
  height: 100%;
  padding: 0 44px 0 54px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: 0;
}
.calc-select input {
  cursor: text;
}
.calc-city-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 95;
  display: grid;
  gap: 4px;
  max-height: 280px;
  overflow: auto;
  padding: 8px;
  border: 1px solid #d3e0f3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(3, 28, 74, .18);
}
.calc-city-list[hidden] {
  display: none;
}
.calc-city-list button {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #0a1d3a;
  font: 750 15px/1.2 Manrope, sans-serif;
  text-align: left;
  cursor: pointer;
}
.calc-city-list button:hover,
.calc-city-list button:focus-visible {
  background: #eef6ff;
  color: var(--blue-dark);
  outline: 0;
}
.calc-point-select[hidden] {
  display: none;
}
.calc-select:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--blue-dark);
  border-bottom: 2px solid var(--blue-dark);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.calc-arrow {
  display: grid;
  place-items: center;
  height: 52px;
  margin-top: 25px;
  color: var(--blue-dark);
}
.calc-arrow:before {
  content: "";
  width: 22px;
  height: 22px;
  background: var(--blue-dark);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2 5.2 20 12l-6.8 6.8-1.4-1.4 4.4-4.4H4v-2h12.2l-4.4-4.4z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.2 5.2 20 12l-6.8 6.8-1.4-1.4 4.4-4.4H4v-2h12.2l-4.4-4.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.calc-segments {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 12px 0 16px;
}
.calc-segments input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.calc-segments span {
  display: grid;
  place-items: center;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #d3e0f3;
  border-radius: 15px;
  color: var(--blue-dark);
  font-weight: 750;
  cursor: pointer;
}
.calc-segments input:checked + span {
  color: var(--white);
  border-color: transparent;
  background: linear-gradient(135deg, #075bd8 0%, #087cff 100%);
  box-shadow: 0 10px 24px rgba(7, 91, 216, .2);
}
.calc-segments label.is-disabled span {
  color: #8a98b6;
  background: #eef3fa;
  border-color: #d8e2f1;
  box-shadow: none;
  cursor: not-allowed;
  opacity: .72;
}
.calc-dynamic > input,
.calc-cargo-grid input {
  padding: 0 18px;
}
.calc-dynamic small {
  display: block;
  min-height: 18px;
  margin-top: 7px;
  color: #617197;
  font-weight: 600;
  white-space: pre-line;
}
.calc-dynamic small[hidden] {
  display: none;
}
.calc-cargo-grid {
  display: grid;
  grid-template-columns: .9fr .8fr .8fr .8fr 1fr;
  gap: 14px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dbe6f6;
  align-items: end;
}
.calc-cargo-grid button {
  height: 52px;
  border: 0;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(135deg, #075bd8 0%, #087cff 100%);
  font: 800 17px/1 Manrope, sans-serif;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(7, 91, 216, .24);
}
.calc-result {
  margin-top: 20px;
  padding: 22px;
  border: 1px solid #cfdff4;
  border-radius: 20px;
  background: linear-gradient(180deg, #eef6ff 0%, #ffffff 100%);
  color: #0a1d3a;
}
.calc-result > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 16px;
}
.calc-result strong {
  font-size: 22px;
  color: var(--blue-dark);
}
.calc-result p {
  margin: 0;
  color: #617197;
}
.calc-result-body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 24px;
  padding-top: 16px;
  border-top: 1px solid #d5e2f4;
}
.calc-result dl {
  display: grid;
  gap: 14px;
  margin: 0;
}
.calc-result dt {
  margin-bottom: 5px;
  color: #617197;
  font-size: 13px;
  font-weight: 700;
}
.calc-result dd {
  margin: 0;
  color: #0a1d3a;
  font-weight: 800;
}
.calc-result-details dd {
  white-space: pre-line;
}
.calc-result-total {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.calc-result-total div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1px solid #dbe6f6;
}
.calc-result-total div:last-child {
  border-bottom: 0;
}
.calc-result-total dd {
  display: block;
  color: var(--blue-dark);
  font-size: 22px;
  font-weight: 850;
  text-align: right;
}
.calc-result.is-heavy-cargo {
  background: linear-gradient(180deg, #eef6ff 0%, #ffffff 74%);
}
.calc-result.is-heavy-cargo [data-result-price] {
  font-size: 20px;
}
.calc-result-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.calc-result-actions [hidden] {
  display: none;
}
.calc-result-actions a,
.calc-result-actions button {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 15px;
  font: 800 15px/1.25 Manrope, sans-serif;
  text-align: center;
}
.calc-result-actions a {
  color: var(--white);
  background: linear-gradient(135deg, #075bd8 0%, #087cff 100%);
}
.calc-result-actions button {
  color: var(--blue-dark);
  border: 1px solid #cfdff4;
  background: var(--white);
  cursor: pointer;
}

.delivery-request-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(2, 20, 56, .58);
}

.delivery-request-modal[hidden] {
  display: none;
}

.delivery-request-form {
  position: relative;
  max-width: 780px;
  width: min(100%, 780px);
  margin-top: 22px;
  padding: 24px;
  border-radius: 22px;
  color: #0a1d3a;
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 54px rgba(0, 24, 80, .2);
}

.delivery-request-modal .delivery-request-form {
  margin-top: 0;
}

.delivery-request-close {
  position: absolute;
  right: 18px;
  top: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  color: var(--blue-dark);
  background: #eef4ff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.delivery-request-form h2 {
  margin: 0 0 8px;
  font-size: 26px;
}

.delivery-request-form p {
  margin: 0 0 18px;
  color: #617197;
}

.delivery-request-form form {
  display: grid;
  gap: 14px;
}

.delivery-request-form label {
  display: grid;
  gap: 7px;
  font-weight: 800;
}

.delivery-request-form input,
.delivery-request-form textarea {
  width: 100%;
  border: 1px solid #d3e0f3;
  border-radius: 14px;
  color: #0a1d3a;
  background: #fff;
  font: 650 16px/1.3 Manrope, sans-serif;
}

.delivery-request-form input {
  height: 50px;
  padding: 0 16px;
}

.delivery-request-form textarea {
  padding: 14px 16px;
  resize: vertical;
}

.delivery-request-form button {
  min-height: 52px;
  border: 0;
  border-radius: 15px;
  color: var(--white);
  background: linear-gradient(135deg, #075bd8 0%, #087cff 100%);
  font: 800 16px/1 Manrope, sans-serif;
}

.delivery-request-form .form-status {
  min-height: 20px;
  margin: 0;
  font-weight: 700;
}

.contacts-hero {
  padding-bottom: 0;
}

.contacts-directory {
  padding: 34px 0 76px;
  background: var(--soft);
}

.contacts-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.contact-point-card {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(190, 207, 235, .9);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(13, 46, 98, .08);
}

.contact-point-card span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-point-card h2 {
  margin: 0;
  font-size: 22px;
}

.contact-point-card p {
  margin: 0;
  color: #31446b;
}

.contact-schedule {
  white-space: pre-line;
}

.contact-point-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 4px 0 0;
}

.contact-point-card dt {
  color: #617197;
  font-size: 13px;
  font-weight: 700;
}

.contact-point-card dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-weight: 800;
}

.contact-point-card a {
  display: inline-grid;
  place-items: center;
  min-height: 44px;
  margin-top: auto;
  border: 1px solid rgba(12, 79, 190, .22);
  border-radius: 14px;
  color: var(--blue-dark);
  font-weight: 800;
}

@media (max-width: 1120px) {
  .header-shell { gap: 16px; padding-inline: 18px; }
  .main-nav > ul { gap: 12px; }
  .main-nav a,
  .nav-dropdown-toggle { font-size: 13px; }
  .header-phone { font-size: 14px; }
  .hero-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1020px) {
  .site-header { position: absolute; }
  .hero-grid, .balance-grid, .form-layout { grid-template-columns: 1fr; }
  .service-grid, .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .points-grid { grid-template-columns: repeat(3, 1fr); }
  .steps-grid { grid-template-columns: repeat(3, 1fr); }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 10px); z-index: 40; padding: 16px 18px; background: rgba(255, 255, 255, .98); border: 1px solid rgba(12, 79, 190, .10); border-radius: 22px; box-shadow: 0 24px 54px rgba(3, 28, 74, .18); }
  .main-nav.is-open { display: block; }
  .main-nav > ul { display: grid; gap: 2px; justify-content: stretch; }
  .main-nav a,
  .nav-dropdown-toggle {
    width: 100%;
    padding: 11px 12px;
    text-align: left;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    border-radius: 14px;
  }
  .nav-dropdown-toggle { display: none; }
  .has-dropdown { position: static; }
  .nav-dropdown {
    position: static;
    min-width: 0;
    display: grid;
    gap: 2px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    background: transparent;
  }
  .nav-dropdown:before { display: none; }
  .has-dropdown:hover > .nav-dropdown { display: grid; }
  .has-dropdown.is-open > .nav-dropdown { display: grid; }
  .nav-dropdown a {
    padding: 11px 12px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    background: transparent;
  }
  .main-nav a:hover,
  .main-nav a:focus-visible,
  .nav-dropdown a:hover,
  .nav-dropdown a:focus-visible { background: #eef6ff; }
  .brand { order: 1; margin-right: auto; }
  .main-nav { order: 5; }
  .header-phone {
    order: 3;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    min-width: 46px;
    margin-left: auto;
    font-size: 0;
    border-radius: 14px;
    background: transparent;
  }
  .header-phone:before {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0;
    vertical-align: 0;
  }
  .menu-toggle { order: 4; display: grid; margin-left: 4px; }
  .route-map { min-height: 300px; transform: none; }
  .hero-copy { min-height: 0; }
  .benefit-grid div:nth-child(2) { border-right: 0; }
  .benefit-grid div { padding: 18px 22px; }
  .calc-route-grid { grid-template-columns: 1fr; }
  .calc-arrow { display: none; }
  .calc-cargo-grid { grid-template-columns: repeat(2, 1fr); }
  .calculator-info-grid,
  .calc-result-body { grid-template-columns: 1fr; }
  .contacts-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: min(100%, 360px);
    max-width: 360px;
  }
  .action-card {
    width: 100%;
    height: 66px;
    padding: 0 20px;
    grid-template-columns: 38px minmax(0, 1fr);
  }
  .action-card strong { font-size: 15px; }
  .action-card .action-icon { width: 34px; height: 34px; }
  .action-card .action-icon:before { width: 22px; height: 22px; }
}

@media (max-width: 680px) {
  .wrap { width: min(100% - 24px, 1180px); }
  .site-header { inset: 12px 0 auto; }
  .header-shell { min-height: 68px; padding: 0 16px; border-radius: 20px; width: min(100% - 24px, var(--content)); }
  .brand { min-width: 0; }
  .brand-logo { width: 154px; }
  .brand strong { font-size: 14px; }
  .brand small { display: none; }
  .hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 118px 0 32px;
    background-size: cover, auto 112%, cover;
    background-position: center center, 74% -18%, center center;
  }
  .hero:before {
    background:
      linear-gradient(90deg, rgba(0, 17, 58, .78) 0%, rgba(0, 28, 78, .58) 44%, rgba(0, 49, 122, .18) 72%, rgba(0, 49, 122, 0) 100%),
      linear-gradient(180deg, rgba(0, 14, 50, .18) 0%, rgba(0, 14, 50, .08) 46%, rgba(0, 22, 68, .14) 100%);
  }
  .hero-grid {
    min-height: calc(100svh - 150px);
    align-items: stretch;
  }
  .hero-copy {
    min-height: 0;
    justify-content: flex-start;
  }
  .hero-actions {
    margin-top: clamp(130px, 30svh, 260px);
    padding-top: 0;
    gap: 24px;
  }
  .route-map {
    display: none;
  }
  .services-overlap {
    margin-top: 0;
    padding-top: 28px;
  }
  .service-grid, .points-grid, .benefit-grid, .grid.three, .mini-grid, .steps-grid, .footer-grid { grid-template-columns: 1fr; }
  .benefit-grid { padding: 18px; }
  .benefit-grid div { border-right: 0; border-bottom: 1px solid rgba(190, 207, 235, .72); }
  .benefit-grid div:last-child { border-bottom: 0; }
  .hero h1 { font-size: 40px; line-height: 1.02; }
  .hero-title { gap: 6px; }
  .hero-title span { white-space: normal; }
  .hero h1,
  .hero p { text-shadow: 0 2px 18px rgba(0, 18, 60, .72); }
  .hero p { font-size: 17px; }
  .service-card { min-height: auto; }
  .lead-form { grid-template-columns: 1fr; }
  .partner-badges { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: grid; }
  .calculator-page { padding: 112px 0 54px; }
  .delivery-calculator { padding: 20px; border-radius: 22px; }
  .calculator-head h1 { font-size: 36px; }
  .calculator-head p:not(.eyebrow) { font-size: 16px; }
  .calculator-info-card { grid-template-columns: 44px 1fr; padding: 14px 16px; border-radius: 17px; }
  .calculator-info-icon { width: 44px; height: 44px; }
  .calculator-info-icon:before { inset: 11px; }
  .calculator-info-card strong { font-size: 16px; }
  .calculator-info-card p { font-size: 13px !important; }
  .calc-cargo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .calc-cargo-grid label:first-child,
  .calc-cargo-grid button {
    grid-column: 1 / -1;
  }
  .calc-cargo-grid input {
    height: 44px;
    border-radius: 12px;
    padding: 0 10px;
    font-size: 14px;
  }
  .calc-cargo-grid .calc-label {
    margin-bottom: 7px;
    font-size: 10px;
    letter-spacing: .12em;
    white-space: nowrap;
  }
  .calc-result-actions,
  .calc-result-total { grid-template-columns: 1fr; }
  .calc-result > div:first-child { display: grid; }
  .contacts-directory-grid,
  .contact-point-card dl { grid-template-columns: 1fr; }
}

/* Points directory v2 */
.contacts-directory {
  padding: 32px 0 76px;
}

.points-directory-layout {
  display: grid;
  grid-template-columns: minmax(340px, 420px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.points-directory-panel,
.points-map-card {
  border: 1px solid rgba(12, 79, 190, .16);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(7, 48, 105, .09);
}

.points-directory-panel {
  position: sticky;
  top: 110px;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, auto);
  gap: 16px;
  min-height: 0;
  max-height: none;
  padding: 22px;
  overflow: hidden;
}

.points-directory-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 0;
}

.points-directory-heading span,
.points-search-combo label,
.points-card-kicker {
  display: block;
  color: #5d7298;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.points-directory-heading h2 {
  margin: 5px 0 0;
  color: #071b43;
  font-size: 30px;
  line-height: 1.04;
}

.points-directory-heading > strong {
  flex: 0 0 auto;
  margin-top: 8px;
  padding: 6px 11px;
  color: #075bd8;
  font-size: 12px;
  border-radius: 999px;
  background: #edf6ff;
}

.points-search-combo {
  position: relative;
  display: grid;
  gap: 8px;
}

.points-search-control {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  min-height: 58px;
  border: 1px solid #c8dcfb;
  border-radius: 18px;
  background: #f8fbff;
}

.points-search-control:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 18px;
  grid-area: 1 / 1;
  border: 3px solid #075bd8;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.points-search-control input {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 56px;
  padding: 0 10px 0 48px;
  color: #071b43;
  border: 0;
  outline: 0;
  background: transparent;
  font: 750 16px/1.2 Manrope, Inter, sans-serif;
  grid-area: 1 / 1;
}

.points-search-control button {
  width: 42px;
  height: 56px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.points-search-control button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-right: 2px solid #075bd8;
  border-bottom: 2px solid #075bd8;
  transform: rotate(45deg) translateY(-2px);
}

.points-search-dropdown {
  position: absolute;
  z-index: 20;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: 330px;
  padding: 8px;
  overflow: auto;
  border: 1px solid #c8dcfb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(7, 35, 94, .18);
}

.points-search-option {
  display: grid;
  width: 100%;
  gap: 4px;
  padding: 12px 14px;
  color: #071b43;
  text-align: left;
  border: 0;
  border-radius: 12px;
  background: transparent;
  cursor: pointer;
}

.points-search-option:hover,
.points-search-option:focus {
  background: #edf6ff;
  outline: 0;
}

.points-search-option strong {
  font-size: 15px;
  line-height: 1.25;
}

.points-search-option span {
  color: #5d7298;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.points-filter-tabs {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.points-filter-tabs button {
  min-height: 42px;
  padding: 8px 10px;
  color: #0b3d95;
  font: 800 13px/1.15 Manrope, Inter, sans-serif;
  border: 1px solid #c8dcfb;
  border-radius: 14px;
  background: #fff;
  cursor: pointer;
  transition: .2s ease;
}

.points-filter-tabs button.is-active {
  color: #fff;
  border-color: #087cff;
  background: linear-gradient(135deg, #075bd8 0%, #087cff 100%);
  box-shadow: 0 12px 24px rgba(7, 91, 216, .22);
}

.points-directory-list {
  display: grid;
  align-content: start;
  gap: 10px;
  height: 482px;
  max-height: 482px;
  min-height: 482px;
  padding-right: 4px;
  overflow: auto;
  scrollbar-color: #7d98bd transparent;
}

.contacts-directory.has-selected-point .points-directory-list {
  height: auto;
  max-height: none;
  min-height: 0;
  overflow: visible;
}

.points-directory-item {
  display: grid;
  gap: 8px;
  height: 236px;
  padding: 13px 14px;
  overflow: hidden;
  color: #071b43;
  border: 1px solid #d5e4fa;
  border-radius: 18px;
  background: #f9fcff;
  transition: .2s ease;
}

.contacts-directory.has-selected-point .points-directory-item {
  height: auto;
  min-height: 0;
  overflow: visible;
}

.points-directory-item[hidden],
.points-directory-empty[hidden],
.points-search-dropdown[hidden] {
  display: none !important;
}

.points-directory-item:hover,
.points-directory-item.is-active {
  border-color: #0b6eea;
  background: #edf6ff;
  box-shadow: 0 12px 26px rgba(7, 48, 105, .09);
}

.points-card-main {
  display: grid;
  gap: 5px;
  width: 100%;
  padding: 0;
  color: inherit;
  text-align: left;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.points-card-main strong {
  font-size: 16px;
  line-height: 1.26;
}

.point-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.point-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 7px;
  color: #0b3d95;
  font-size: 10.5px;
  font-weight: 850;
  border-radius: 999px;
  background: #e8f3ff;
}

.point-badge:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #087cff;
}

.point-badge-accept {
  color: #0a6945;
  background: #e9fbf2;
}

.point-badge-accept:before {
  background: #18b36b;
}

.points-card-meta {
  display: grid;
  gap: 4px;
  color: #4e6287;
  font-size: 12px;
  line-height: 1.34;
}

.points-card-meta p,
.points-card-meta em {
  margin: 0;
}

.points-card-meta em {
  color: #7a4b00;
  font-style: normal;
}

.points-card-meta a {
  width: fit-content;
  color: #075bd8;
  font-weight: 850;
}

.points-card-route {
  display: inline-grid;
  place-items: center;
  min-height: 36px;
  padding: 0 16px;
  color: #075bd8;
  font-weight: 850;
  border: 1px solid #a8c7ff;
  border-radius: 12px;
  background: #fff;
}

.points-directory-empty {
  margin: 0;
  padding: 22px 12px;
  color: #5d7298;
  text-align: center;
}

.points-map-card {
  position: sticky;
  top: 110px;
  min-height: 620px;
  overflow: hidden;
}

.points-map-canvas {
  position: relative;
  width: 100%;
  height: 620px;
  min-height: 620px;
}

.points-map-placeholder {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  height: 100%;
  padding: 26px;
  color: #6b7e9f;
  text-align: center;
  background: linear-gradient(135deg, #082b63, #0b458d);
}

.points-map-canvas.is-loaded .points-map-placeholder {
  display: none;
}

.points-map-placeholder span {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  position: relative;
}

.points-map-placeholder span:before {
  content: "";
  position: absolute;
  inset: 17px 19px 20px;
  border: 3px solid #59a8ff;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.points-map-placeholder strong {
  color: #fff;
  font-size: 24px;
}

.points-map-placeholder p {
  max-width: 460px;
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.points-balloon {
  display: grid;
  gap: 8px;
  max-width: 280px;
  color: #071b43;
  font-family: Manrope, Inter, sans-serif;
}

.points-balloon strong {
  font-size: 16px;
}

.points-balloon p {
  margin: 0;
}

.points-balloon small {
  color: #53698f;
  line-height: 1.45;
}

.points-balloon div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.points-balloon span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  color: #0b3d95;
  font-size: 11px;
  font-weight: 850;
  border-radius: 999px;
  background: #e8f3ff;
}

.points-balloon a {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background: #075bd8;
}

.russia-pickup-link {
  display: inline-grid;
  place-items: center;
  min-height: 44px;
  padding: 0 20px;
  color: #075bd8;
  font-weight: 850;
  border: 1px solid #9fc2ff;
  border-radius: 12px;
  background: #fff;
}

@media (max-width: 980px) {
  .points-directory-layout {
    display: flex;
    flex-direction: column;
  }

  .points-directory-panel {
    display: contents;
    min-height: 0;
    max-height: none;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .points-directory-heading,
  .points-search-combo,
  .points-filter-tabs,
  .points-directory-list {
    width: 100%;
  }

  .points-directory-heading {
    order: 1;
    padding: 18px;
    border: 1px solid rgba(12, 79, 190, .16);
    border-radius: 22px;
    background: #fff;
  }

  .points-search-combo {
    order: 2;
  }

  .points-filter-tabs {
    order: 3;
  }

  .points-map-card {
    position: static;
    order: 4;
    min-height: 320px;
  }

  .points-map-canvas {
    height: 320px;
    min-height: 320px;
  }

  .points-directory-list {
    order: 5;
    height: auto;
    max-height: none;
    min-height: 0;
    overflow: visible;
  }

  .contacts-directory.has-selected-point .points-directory-list {
    order: 4;
  }

  .contacts-directory.has-selected-point .points-map-card {
    order: 5;
  }
}

@media (max-width: 680px) {
  .contacts-directory {
    padding: 22px 0 56px;
  }

  .points-directory-layout {
    gap: 14px;
  }

  .points-directory-heading h2 {
    font-size: 26px;
  }

  .points-filter-tabs {
    grid-template-columns: 1fr;
  }

  .points-filter-tabs button {
    min-height: 40px;
    font-size: 13px;
  }

  .points-directory-item {
    height: auto;
    padding: 14px;
    border-radius: 16px;
  }

  .points-card-main strong {
    font-size: 16px;
  }
}
