/* CDEK Fulfillment knowledge base theme */
body,
.v-application {
  font-family: Manrope, Arial, sans-serif !important;
  color: #111 !important;
}

.v-application header.nav-header.black,
.v-application header.nav-header-inner.black {
  background-color: #fff !important;
  color: #1f2421 !important;
  box-shadow: 0 1px 0 #e4e7e4 !important;
}

.nav-header .v-avatar {
  width: 118px !important;
  min-width: 118px !important;
  height: 44px !important;
}

.nav-header .org-logo .v-image__image {
  background-size: contain !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}

.nav-header .v-toolbar__title {
  margin-left: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  color: #1f2421 !important;
}

.nav-header .v-input__slot {
  background: #f0f2f0 !important;
  border-radius: 8px !important;
  color: #1f2421 !important;
}

.nav-header .v-input input,
.nav-header .v-input label,
.nav-header .v-icon,
.nav-header .v-btn {
  color: #303633 !important;
}

.v-application nav.v-navigation-drawer.primary,
.v-application nav.v-navigation-drawer .v-list.primary {
  background-color: #fff !important;
  border-right: 1px solid #e7ece8 !important;
}

.v-navigation-drawer .v-list {
  display: flex !important;
  flex-direction: column !important;
}

.v-navigation-drawer .v-list.cdek-nav-ready > :not(.cdek-accordion-nav) {
  display: none !important;
}

.cdek-accordion-nav {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 8px 18px;
}

.cdek-accordion-home,
.cdek-accordion-folder,
.cdek-accordion-child {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #34413a !important;
  font: 500 14px/1.25 Manrope, Arial, sans-serif;
  text-align: left;
  text-decoration: none !important;
  cursor: pointer;
}

.cdek-accordion-home {
  order: -100;
  margin-bottom: 9px;
  background: #eaf8ed;
  color: #07871a !important;
  font-weight: 700;
  box-shadow: none;
}

.cdek-accordion-folder:hover,
.cdek-accordion-child:hover {
  background: #f2f7f3;
}

.cdek-nav-icon {
  flex: 0 0 25px;
  width: 25px;
  margin-right: 10px;
  color: #0ca423;
  font-family: "Material Design Icons";
  font-size: 20px;
}

.cdek-accordion-folder > .cdek-nav-icon {
  display: none !important;
}

.cdek-accordion-folder {
  font-weight: 700 !important;
  line-height: 21px !important;
}

.cdek-nav-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cdek-nav-arrow {
  margin-left: auto;
  padding-left: 8px;
  font-size: 18px;
  transition: transform 160ms ease;
}

.cdek-accordion-section.is-open .cdek-nav-arrow {
  transform: rotate(90deg);
}

.cdek-accordion-children {
  display: none;
  padding: 2px 0 5px 25px;
}

.cdek-accordion-section.is-open .cdek-accordion-children {
  display: block;
}

.cdek-accordion-child {
  min-height: 38px;
  padding-left: 14px;
  font-size: 13px;
  opacity: 0.94;
}

.cdek-accordion-child::before {
  content: "";
  flex: 0 0 6px;
  width: 6px;
  height: 6px;
  margin-right: 11px;
  border-radius: 50%;
  background: #9fc7a7;
}

.cdek-accordion-child.is-active,
.cdek-accordion-folder.is-active {
  background: #eaf8ed;
  color: #087600 !important;
  font-weight: 700;
}

.cdek-accordion-subfolder,
.cdek-accordion-article {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0;
  background: transparent;
  color: #34413a !important;
  font-family: Manrope, Arial, sans-serif;
  text-align: left;
  text-decoration: none !important;
  cursor: pointer;
}

.cdek-accordion-subfolder {
  min-height: 40px;
  padding: 7px 10px 7px 14px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}

.cdek-subfolder-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cdek-accordion-subfolder:hover,
.cdek-accordion-article:hover {
  background: #f2f7f3;
}

.cdek-accordion-subgroup.is-open > .cdek-accordion-subfolder {
  background: #eaf8ed;
  color: #087600 !important;
}

.cdek-accordion-subgroup.is-open > .cdek-accordion-subfolder .cdek-nav-arrow {
  transform: rotate(90deg);
}

.cdek-accordion-articles {
  display: none;
  padding: 2px 0 7px 12px;
}

.cdek-accordion-subgroup.is-open > .cdek-accordion-articles {
  display: block;
}

.cdek-accordion-article {
  min-height: 34px;
  padding: 6px 8px 6px 16px;
  border-left: 1px solid #dce8de;
  border-radius: 0 6px 6px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.cdek-accordion-article.is-active {
  border-left-color: #0ca423;
  background: #eaf8ed;
  color: #087600 !important;
  font-weight: 700;
}

.v-navigation-drawer .v-list-item {
  min-height: 48px !important;
  margin: 3px 10px !important;
  padding: 0 14px !important;
  border-radius: 7px !important;
  color: #34413a !important;
}

.v-navigation-drawer .v-list-item:hover {
  background: #f2f7f3 !important;
}

.v-navigation-drawer .v-list-item--active {
  background: #eaf8ed !important;
  color: #087600 !important;
  box-shadow: none !important;
}

.v-navigation-drawer .v-icon {
  color: #fff !important;
}

.v-navigation-drawer .v-list-item--active .v-icon {
  color: #fff !important;
}

/* Keep the knowledge-base home action first and visually prominent. */
.v-navigation-drawer .v-list > a[href="/ru/home"] {
  order: -100 !important;
  background: #20c515 !important;
  color: #fff !important;
  font-weight: 700 !important;
  box-shadow: 0 6px 18px rgba(0, 48, 0, 0.28) !important;
  margin-bottom: 10px !important;
}

.v-navigation-drawer .v-list > a[href="/ru/home"]:hover {
  background: #27d71b !important;
}

/* Hide Wiki.js technical path breadcrumbs above the current folder. */
.v-navigation-drawer .v-list > .v-list-item[style*="min-height: 30px"],
.v-navigation-drawer .v-list > .v-list-item[style*="min-height: 30px"] + .v-divider {
  display: none !important;
}

.v-main,
.v-content {
  background: #f2f4f3 !important;
}

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.page-header-headings h1 {
  font-family: Manrope, Arial, sans-serif !important;
  color: #111 !important;
  font-weight: 700 !important;
}

.contents h1 {
  color: #0ca423 !important;
  border-bottom: 2px solid #12b936 !important;
  padding-bottom: 12px !important;
}

.contents a {
  color: #0ca423 !important;
}

/* Reusable article standard for all current and future migrations. */
.cdek-article {
  color: #253129;
  font: 400 15px/1.72 Manrope, Arial, sans-serif;
}
.cdek-article .cdek-lead { color:#536159; font-size:17px; line-height:1.65; }
.cdek-article h1,
.cdek-article h2,
.cdek-article h3,
.cdek-article h4 { font-family:Manrope,Arial,sans-serif; letter-spacing:-.02em; }
.cdek-article h1 { margin:0 0 24px; color:#087f19 !important; font-size:28px; font-weight:800; line-height:1.25; }
.cdek-article h2 { margin:31px 0 12px; color:#087f19 !important; font-size:23px; font-weight:750; line-height:1.32; }
.cdek-article h3 { margin:23px 0 9px; color:#28733a !important; font-size:18px; font-weight:750; line-height:1.4; }
.cdek-article h4 { margin:18px 0 7px; color:#4d6855 !important; font-size:16px; font-weight:700; line-height:1.45; }
.cdek-article p { margin:0 0 16px; }
.cdek-article ul,.cdek-article ol { margin:0 0 20px; padding-left:25px; }
.cdek-article li { margin:8px 0; }
.cdek-article a { color:#0ca423!important; font-weight:600; text-underline-offset:3px; }
.cdek-article a.cdek-button,
.cdek-article a[class*="button"],
.cdek-article a[role="button"],
.cdek-article button { display:inline-flex; align-items:center; justify-content:center; min-height:39px; padding:0 15px; border:1px solid #0ca423; border-radius:9px; background:#0ca423; color:#fff!important; font:700 12px/1 Manrope,Arial,sans-serif; text-decoration:none!important; box-shadow:0 6px 14px rgba(12,164,35,.2); cursor:pointer; }
.cdek-article a.cdek-button:hover,
.cdek-article a[class*="button"]:hover,
.cdek-article a[role="button"]:hover,
.cdek-article button:hover { background:#0a921f; border-color:#0a921f; color:#fff!important; }
.cdek-note { margin:22px 0;padding:17px 19px;border:1px solid #d9e7dc;border-left:4px solid #0ca423;border-radius:11px;background:#f5faf6; }
.cdek-note p { margin:6px 0 0; }
.cdek-note--warning { border-left-color:#ed8a2d;background:#fff8f0; }
.cdek-note--success { border-left-color:#0ca423;background:#effaf1; }
.cdek-table-wrap { max-width:100%;margin:20px 0;overflow-x:auto;border:1px solid #e3e9e4;border-radius:12px;background:#fff; }
.cdek-table-wrap table { width:100%;border-collapse:collapse; }
.cdek-table-wrap th,.cdek-table-wrap td { padding:12px 14px;border-bottom:1px solid #e8ede9;text-align:left;vertical-align:top; }
.cdek-table-wrap th { background:#eff8f1;color:#1f4327;font-weight:700; }
@media(max-width:600px){.cdek-article{font-size:14px}.cdek-article h2{font-size:21px}.cdek-article h3{font-size:18px}}

.v-btn.primary,
.v-btn.green,
.comments-container .v-btn {
  background: #0ca423 !important;
  border-radius: 10px !important;
  color: #fff !important;
  text-transform: none !important;
}

.v-card {
  border-radius: 7px !important;
  border: 1px solid #e5e8e6 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

footer.v-footer {
  display: none !important;
}

/* Comments are disabled for the public knowledge base. */
.comments-container,
.page-comments-card {
  display: none !important;
}

.page-author-card {
  display: none !important;
}

.cdek-standard-user a[href="/p"],
.cdek-standard-user a[href^="/p/"] {
  display: none !important;
}

/* Shared footer: source pages must not duplicate these links in article content. */
.cdek-site-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: var(--cdek-footer-left, 0px);
  z-index: 20;
  min-height: 58px;
  margin: 0;
  padding: 17px 28px;
  border-top: 1px solid #dfe5e1;
  background: #fff;
  color: #526057;
  font-family: Manrope, Arial, sans-serif;
  text-align: center;
  box-shadow: 0 -4px 16px rgba(15, 65, 24, 0.08);
}

.cdek-site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
}

.v-content__wrap {
  padding-bottom: 74px !important;
}

.cdek-site-footer a {
  color: #6f7d74 !important;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.cdek-site-footer a:hover {
  color: #526057 !important;
  text-decoration: underline;
}

.cdek-kb-admin-report-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #c9dfce;
  border-radius: 8px;
  background: #f6fbf7;
  color: #28733a !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.cdek-kb-admin-report-link:hover {
  border-color: #0ca423;
  background: #e9f8eb;
  color: #087f19 !important;
  text-decoration: none;
}

.nav-header-inner.pr-4 .cdek-kb-admin-report-link {
  margin-right: 12px;
}

/* Knowledge-base feedback popup. */
.cdek-feedback-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: block;
  pointer-events: none;
}

.cdek-feedback-backdrop[hidden] { display: none; }

.cdek-feedback-tab {
  position: fixed;
  right: 20px;
  bottom: 78px;
  z-index: 995;
  width: 300px;
  padding: 15px 15px 14px 17px;
  border: 1px solid #bfe5c6;
  border-left: 4px solid #0ca423;
  border-radius: 14px;
  background: linear-gradient(135deg, #effaf1 0%, #fff 72%);
  box-shadow: 0 12px 30px rgba(20, 66, 31, .16);
  font-family: Manrope, Arial, sans-serif;
  box-sizing: border-box;
}

.cdek-feedback-tab[hidden] { display: none; }

.cdek-feedback-tab__title {
  margin-right: 22px;
  color: #087f19;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.cdek-feedback-tab__intro {
  margin-top: 4px;
  color: #6f7d74;
  font-size: 11px;
  line-height: 1.35;
}

.cdek-feedback-tab__stars {
  display: flex;
  gap: 6px;
  margin-top: 11px;
}

.cdek-feedback-tab__star {
  width: 37px;
  height: 35px;
  padding: 0;
  border: 1px solid #bfe1c5;
  border-radius: 9px;
  background: #fff;
  color: #a9c4ad;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
  transition: .15s ease;
}

.cdek-feedback-tab__star:hover,
.cdek-feedback-tab__star.is-selected {
  border-color: #0ca423;
  background: #dff5e4;
  color: #0ca423;
}

.cdek-feedback-tab__close {
  position: absolute;
  top: 7px;
  right: 8px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #8a968d;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.cdek-feedback-tab__close:hover { background: #f7faf7; color: #526057; }

.cdek-feedback-dialog {
  width: min(500px, calc(100vw - 40px));
  padding: 28px 30px 26px;
  border: 1px solid #dfe9e1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(18, 61, 29, .2);
  color: #253129;
  font-family: Manrope, Arial, sans-serif;
  pointer-events: auto;
  position: fixed;
  right: 20px;
  bottom: 78px;
}

.cdek-feedback-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #718077;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.cdek-feedback-dialog h2 {
  margin: 0 34px 8px 0;
  color: #087f19;
  font-size: 22px;
  line-height: 1.3;
}

.cdek-feedback-dialog p {
  margin: 0 0 18px;
  color: #6f7d74;
  font-size: 13px;
  line-height: 1.55;
}

.cdek-feedback-stars {
  display: flex;
  gap: 7px;
  margin: 0 0 18px;
}

.cdek-feedback-star {
  width: 42px;
  height: 42px;
  border: 1px solid #d7e4d9;
  border-radius: 10px;
  background: #f7fbf7;
  color: #b9c8bc;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  transition: .15s ease;
}

.cdek-feedback-star:hover,
.cdek-feedback-star.is-selected {
  border-color: #0ca423;
  background: #e9f8eb;
  color: #0ca423;
}

.cdek-feedback-dialog textarea {
  display: block;
  width: 100%;
  min-height: 88px;
  margin: 0 0 16px;
  padding: 12px 13px;
  resize: vertical;
  border: 1px solid #dfe8e1;
  border-radius: 10px;
  background: #fbfdfb;
  color: #253129;
  font: 400 13px/1.5 Manrope, Arial, sans-serif;
  box-sizing: border-box;
}

.cdek-feedback-dialog textarea:focus {
  outline: 2px solid rgba(12, 164, 35, .18);
  border-color: #0ca423;
}

.cdek-feedback-submit {
  min-height: 39px;
  padding: 0 15px;
  border: 1px solid #0ca423;
  border-radius: 9px;
  background: #0ca423;
  color: #fff;
  font: 700 12px/1 Manrope, Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(12, 164, 35, .2);
}

.cdek-feedback-submit:disabled { opacity: .58; cursor: wait; }
.cdek-feedback-status { min-height: 19px; margin-top: 12px !important; color: #6f7d74; font-size: 12px !important; }
.cdek-feedback-status.is-error { color: #b1463e; }
.cdek-feedback-status.is-success { color: #087f19; }

@media(max-width:600px){
  .nav-header-inner.pr-4 .cdek-kb-admin-report-link { display: none; }
  .cdek-feedback-tab { right: 12px; bottom: 68px; width: calc(100vw - 24px); }
  .cdek-feedback-dialog { right: 12px; bottom: 68px; width: calc(100% - 24px); padding: 23px 22px 21px; }
}

/* Login page */
.login {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  background-color: #eef3ef !important;
  background-image:
    radial-gradient(circle at 15% 12%, rgba(18, 185, 54, 0.15), transparent 30%),
    linear-gradient(135deg, #f8faf8 0%, #e8f0e9 100%) !important;
}

.login-sd {
  width: 500px !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 1px solid #dfe7e1 !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 22px 60px rgba(8, 62, 18, 0.16) !important;
  backdrop-filter: none !important;
}

.login-logo {
  width: 132px !important;
  min-width: 132px !important;
  height: 76px !important;
  margin: 0 0 0 22px !important;
  padding: 10px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.login-logo .v-image__image {
  background-position: left center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.login-logo .v-avatar {
  width: 118px !important;
  min-width: 118px !important;
  height: 56px !important;
}

.login-title {
  min-height: 76px !important;
  height: auto !important;
  padding: 12px 22px 12px 14px !important;
  color: #1f2821 !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-shadow: none !important;
}

.login-subtitle {
  padding: 22px 24px 16px !important;
  border: 0 !important;
  background: transparent !important;
  color: #303833 !important;
  font-weight: 600 !important;
  text-shadow: none !important;
}

.login-form {
  padding: 12px 24px 26px !important;
  border: 0 !important;
}

.login-form .v-input__slot {
  min-height: 56px !important;
  border: 1px solid #d9e2db !important;
  border-radius: 10px !important;
  background: #f7f9f7 !important;
  box-shadow: none !important;
}

.login-form .v-input--is-focused .v-input__slot {
  border-color: #10a72a !important;
  box-shadow: 0 0 0 3px rgba(16, 167, 42, 0.12) !important;
}

.login-form .v-input--is-focused .v-icon,
.login-form .v-input--is-focused input {
  color: #087600 !important;
}

.login-form .v-btn.primary {
  min-height: 52px !important;
  border-radius: 10px !important;
  background: #0ca423 !important;
  box-shadow: 0 8px 18px rgba(12, 164, 35, 0.22) !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

.login-form .v-btn.blue.darken-2 {
  min-height: 52px !important;
  border-color: #0ca423 !important;
  border-radius: 10px !important;
  background: #0ca423 !important;
  box-shadow: 0 8px 18px rgba(12, 164, 35, 0.22) !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

.login-form .v-btn.primary:hover,
.login-form .v-btn.blue.darken-2:hover {
  background: #087f19 !important;
  border-color: #087f19 !important;
}

.login-info,
.login-list {
  border-color: #e5ebe6 !important;
  background: #f7f9f7 !important;
}

@media screen and (max-width: 600px) {
  .login { padding: 14px !important; }
  .login-logo {
    width: 104px !important;
    min-width: 104px !important;
    margin-left: 16px !important;
  }
  .login-title {
    padding-right: 16px !important;
    font-size: 17px !important;
  }
}

@media screen and (max-width: 960px) {
  .cdek-site-footer {
    left: 0 !important;
    padding: 12px 14px;
  }
  .cdek-site-footer__links {
    gap: 7px 14px;
  }
  .cdek-site-footer a {
    font-size: 13px;
  }
}

/* Search overlay */
.search-results {
  background: rgba(8, 22, 10, 0.88) !important;
  backdrop-filter: blur(7px);
}

.search-results-container {
  font-family: Manrope, Arial, sans-serif !important;
}

.search-results-container > .v-subheader {
  display: inline-flex !important;
  min-height: 34px !important;
  margin: 0 0 10px 4px !important;
  padding: 0 14px !important;
  border-radius: 17px !important;
  background: #087600 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.search-results-items {
  overflow: hidden !important;
  border: 1px solid #dfe5df !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 18px 55px rgba(0, 35, 4, 0.28) !important;
}

.search-results-items .v-list-item {
  min-height: 62px !important;
  padding: 7px 16px !important;
  background: #fff !important;
  transition: background-color 140ms ease !important;
}

.search-results-items .v-list-item:hover,
.search-results-items .v-list-item.highlighted {
  background: #eaf8e8 !important;
}

.search-results-items .v-list-item__title {
  color: #172019 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.search-results-items .v-list-item__subtitle {
  color: #4e5b51 !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

.search-results-items .v-list-item__content > .caption.grey--text {
  color: #78837a !important;
  font-size: 11px !important;
}

.search-results-items .v-avatar {
  display: grid !important;
  place-items: center !important;
  border-radius: 9px !important;
  background: #edf8ec !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
}

.search-results-items .v-avatar img {
  width: 22px !important;
  height: 22px !important;
}

.search-results-items .v-chip {
  border-color: #0ca423 !important;
  background: #f0faef !important;
  color: #087600 !important;
  font-weight: 700 !important;
  height: 27px !important;
  font-size: 11px !important;
}

.search-results-items .v-divider {
  border-color: #e7ebe7 !important;
}

.search-results .v-btn.pink--text {
  min-height: 42px !important;
  padding: 0 22px !important;
  border: 1px solid #20c515 !important;
  border-radius: 8px !important;
  background: #20c515 !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.search-results .v-btn.pink--text:hover {
  background: #27d71b !important;
}

@media (max-width: 960px) {
  .nav-header .v-avatar {
    width: 88px !important;
    min-width: 88px !important;
  }

  .nav-header .v-toolbar__title {
    display: none !important;
  }
}

/* Modern home dashboard */
.cdek-home-page .page-header-section,
.cdek-home-page .page-col-sd {
  display: none !important;
}

.cdek-home-page .page-col-content {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding: 24px 30px 94px !important;
}

.cdek-home-page .contents {
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.cdek-home-page .contents > h1,
.cdek-home-page .contents > p:empty {
  display: none !important;
}

.cdek-home-dashboard {
  color: #26322b;
  font-family: Manrope, Arial, sans-serif;
}

.cdek-home-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.cdek-home-eyebrow {
  margin-bottom: 3px;
  color: #0ca423;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.cdek-home-topbar h1 {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #18221c !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
}

.cdek-home-topbar p {
  margin: 5px 0 0 !important;
  color: #738078;
  font-size: 14px;
}

.cdek-home-search {
  width: min(410px, 42%);
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid #e2e8e3;
  border-radius: 13px;
  background: #fff;
  color: #78827c;
  font: 600 14px Manrope, Arial, sans-serif;
  text-align: left;
  box-shadow: 0 5px 18px rgba(24, 54, 32, .06);
  cursor: pointer;
}

.cdek-home-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 10px;
  width: min(390px, 42%);
}

.cdek-home-mini-stats > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  min-height: 68px;
  padding: 11px 16px;
  border: 1px solid #e3e9e4;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(24, 54, 32, .055);
}

.cdek-home-mini-stats span {
  display: grid;
  grid-row: 1 / 3;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 20px;
}

.cdek-home-mini-stats small {
  align-self: end;
  color: #859088;
  font-size: 10px;
}

.cdek-home-mini-stats strong {
  align-self: start;
  color: #203027;
  font-size: 21px;
  line-height: 1;
}

.cdek-home-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid #e7ece8;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(23, 57, 31, .05);
}

.cdek-home-stats > div {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 88px;
  padding: 16px 20px;
  border-right: 1px solid #edf0ed;
}

.cdek-home-stats > div:last-child { border-right: 0; }
.cdek-home-stats small { display: block; color: #879089; font-size: 11px; }
.cdek-home-stats strong { display: block; margin-top: 2px; color: #233027; font-size: 23px; }
.cdek-stat-icon,.cdek-home-sections > a > span { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; border-radius: 14px; font-size: 22px; font-weight: 800; }
.is-blue { background: #eaf3ff; color: #307ad0; }
.is-green,.is-mint { background: #e9f8eb; color: #0b9b24; }
.is-cyan,.is-teal { background: #e7f8f7; color: #13a6a0; }
.is-purple { background: #f3eafd; color: #8d50cf; }
.is-orange { background: #fff1e7; color: #ed7a2e; }
.is-red { background: #ffedeb; color: #dc5148; }

.cdek-home-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 145px;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid #dcebe1;
  border-radius: 18px;
  background: linear-gradient(115deg,#effaf2 0%,#f7fbff 62%,#e9f8f4 100%);
  box-shadow: 0 8px 28px rgba(24, 75, 38, .06);
}

.cdek-home-hero-copy { position: relative; z-index: 2; width: 72%; padding: 22px 28px; }
.cdek-home-badge { display: inline-block; margin-bottom: 10px; padding: 5px 10px; border-radius: 14px; background: #dff5e4; color: #087f19; font-size: 11px; font-weight: 800; }
.cdek-home-hero h2 { margin: 0 0 7px !important; color: #17251b !important; font-size: 22px !important; line-height: 1.3 !important; }
.cdek-home-hero p { max-width: 650px; margin: 0 0 14px !important; color: #66736a; font-size: 13px; line-height: 1.55; }
.cdek-home-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.cdek-home-actions a,.cdek-home-actions button { min-height: 39px; padding: 0 15px; border: 1px solid #cfe1d3; border-radius: 9px; background: #fff; color: #247535 !important; font: 700 12px Manrope,Arial,sans-serif; text-decoration: none !important; cursor: pointer; display: inline-flex; align-items: center; }
.cdek-home-actions .is-primary { border-color: #0ca423; background: #0ca423; color: #fff !important; box-shadow: 0 6px 14px rgba(12,164,35,.2); }
.cdek-home-illustration { position: absolute; right: 7%; bottom: 10px; width: 160px; height: 118px; text-align: center; }
.cdek-home-illustration::before { content:""; position:absolute; inset:10px 0 0; border-radius:50%; background:rgba(12,164,35,.08); }
.cdek-home-illustration strong { position: absolute; right: 12px; bottom: 0; font-size: 68px; filter: drop-shadow(0 8px 10px rgba(29,77,42,.12)); }
.cdek-home-illustration span { position: absolute; z-index: 2; top: 0; right: 55px; font-size: 38px; }

.cdek-home-sections { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.cdek-home-sections > a { display:flex; flex-direction:column; align-items:center; min-height:156px; padding:18px 16px; border:1px solid #e6ebe7; border-radius:15px; background:#fff; color:#243129!important; text-align:center; text-decoration:none!important; box-shadow:0 5px 18px rgba(22,55,29,.045); transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease; }
.cdek-home-sections > a:hover { transform:translateY(-3px); border-color:#b9dfc1; box-shadow:0 12px 26px rgba(22,80,34,.1); }
.cdek-home-sections strong { margin:13px 0 6px; font-size:14px; }
.cdek-home-sections small { color:#7a867e; font-size:11px; line-height:1.45; }

@media (max-width: 1100px) {
  .cdek-home-sections { grid-template-columns: repeat(2,1fr); }
  .cdek-home-stats { grid-template-columns: repeat(2,1fr); }
  .cdek-home-stats > div:nth-child(2) { border-right: 0; }
}

@media (max-width: 700px) {
  .cdek-home-page .page-col-content { padding: 18px 14px 120px !important; }
  .cdek-home-topbar { align-items:flex-start; flex-direction:column; }
  .cdek-home-search { width:100%; }
  .cdek-home-mini-stats { width:100%; }
  .cdek-home-stats,.cdek-home-sections { grid-template-columns:1fr; }
  .cdek-home-stats > div { border-right:0; border-bottom:1px solid #edf0ed; }
  .cdek-home-hero-copy { width:100%; padding:21px 22px; }
  .cdek-home-illustration { display:none; }
}
