#trackingStep {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  background: #101511;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: auto;
  isolation: isolate;
}
#trackingStep[hidden] {
  display: none;
}
.delivery-panel {
  display: none;
}
#trackingStep:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("../logistics-shipping.svg");
  background-size: cover;
  background-position: center;
}
#trackingStep:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 15, 12, .72) 0%, rgba(10, 15, 12, .34) 38%, rgba(10, 15, 12, .76) 100%);
}
.logistics-track-header {
  height: clamp(68px, 6vw, 82px);
  flex: 0 0 clamp(68px, 6vw, 82px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(clamp(16px, 4vw, 28px), calc((100% - 1120px)/2));
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  background: rgba(8, 12, 10, .28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.logistics-track-brand {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1vw, 11px);
  font-weight: 800;
  letter-spacing: -.04em;
  font-size: clamp(17px, 1.7vw, 20px);
  color: #fff;
  text-decoration: none;
}
.logistics-track-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 34px);
}
.logistics-track-nav a {
  color: rgba(255, 255, 255, .86);
  text-decoration: none;
  font-size: clamp(11px, 1.2vw, 14px);
  font-weight: 650;
  white-space: nowrap;
  transition: color .18s ease, opacity .18s ease, background .18s ease, transform .18s ease;
  position: relative;
}
.logistics-track-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  border-radius: 2px;
  background: #d9f43d;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}
.logistics-track-nav a:not(.logistics-track-contact):hover {
  color: #fff;
}
.logistics-track-nav a:not(.logistics-track-contact):hover::after,.logistics-track-nav a:not(.logistics-track-contact).active::after {
  transform: scaleX(1);
}
.logistics-track-nav a.active {
  color: #fff;
  font-weight: 800;
}
.logistics-track-nav .logistics-track-contact {
  padding: 10px 17px;
  border-radius: 999px;
  background: #d9f43d;
  color: #111;
  font-weight: 800;
}
.logistics-track-nav .logistics-track-contact:hover,.logistics-track-nav .logistics-track-contact:active {
  background: #d9f43d;
  color: #111;
  transform: none;
}
 .logistics-track-brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
}
.logistics-track-brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #d9f43d;
  color: #111;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
}
.logistics-track-main {
  position: relative;
  z-index: 1;
  flex: 1;
  display: grid;
  place-items: center;
  padding: clamp(36px, 6vw, 56px) clamp(16px, 3vw, 20px) clamp(48px, 8vw, 72px);
}
.logistics-track-content {
  width: min(100%, 650px);
  text-align: center;
}
.logistics-track-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 1vw, 9px);
  margin-bottom: 18px;
  color: #d9f43d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.logistics-track-kicker:before,.logistics-track-kicker:after {
  content: "";
  width: clamp(20px, 4vw, 28px);
  height: 1px;
  background: currentColor;
  opacity: .8;
}
.logistics-track-title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5.5vw, 64px);
  line-height: .98;
  letter-spacing: -.065em;
  text-shadow: 0 4px 24px rgba(0, 0, 0, .25);
}
.logistics-track-copy {
  margin: clamp(16px, 2.5vw, 18px) auto clamp(26px, 4vw, 32px);
  color: rgba(255, 255, 255, .82);
  font-size: clamp(13px, 2vw, 15px);
  line-height: 1.65;
  max-width: 500px;
}
.logistics-track-form {
  display: grid;
  gap: 10px;
  width: min(100%, clamp(280px, 82vw, 480px));
  margin: 0 auto;
  text-align: left;
}
.logistics-track-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
}
.logistics-track-field {
  display: flex;
  align-items: center;
  gap: clamp(6px, 1.2vw, 10px);
  padding: 0;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: clamp(10px, 1.8vw, 14px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .2);
  transition: border-color .2s, box-shadow .2s;
  height: 48px;
  box-sizing: border-box;
  overflow: hidden;
}
.logistics-track-input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 clamp(12px, 2vw, 14px);
  height: 48px;
  color: #171b18;
  font-size: clamp(16px, 2.2vw, 16px);
  font-weight: 650;
  letter-spacing: .03em;
  text-transform: uppercase;
  box-sizing: border-box;
}
.logistics-track-input::placeholder {
  color: #89918b;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
}
.logistics-track-submit {
  border: 0;
  border-radius: clamp(8px, 1.5vw, 10px);
  background: #171d19;
  color: #fff;
  padding: 0 clamp(14px, 2.8vw, 22px);
  height: 48px;
  min-width: clamp(88px, 18vw, 105px);
  font-size: clamp(11px, 1.8vw, 13px);
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s, opacity .18s, background .18s;
  box-sizing: border-box;
}
.logistics-track-submit:hover {
  background: #0c100e;
  transform: translateY(-1px);
}
.logistics-track-submit:disabled {
  cursor: wait;
  opacity: .7;
  transform: none;
}
.logistics-track-loader {
  display: none;
  gap: 4px;
  align-items: center;
  justify-content: center;
}
.logistics-track-loader i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  animation: logisticsTrackPulse .8s infinite alternate;
}
.logistics-track-loader i:nth-child(2) {
  animation-delay: .15s;
}
.logistics-track-loader i:nth-child(3) {
  animation-delay: .3s;
}
.logistics-track-submit.loading .logistics-track-text {
  display: none;
}
.logistics-track-submit.loading .logistics-track-loader {
  display: flex;
}
.logistics-track-error {
  min-height: 20px;
  margin: 2px 4px 0;
  color: #ffb4aa;
  font-size: 12px;
  font-weight: 650;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
}
.logistics-track-error:empty {
  display: block;
}
.logistics-track-cta {
  display: none;
}
.logistics-track-footer {
  position: relative;
  z-index: 1;
  text-align: center;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  padding: 0 clamp(16px, 3vw, 20px) 26px;
}
@keyframes logisticsTrackPulse {
  to {
    opacity: .25;
    transform: translateY(-2px);
  }
}
@media(max-width:820px) {
  .logistics-track-header {
    height: auto;
    min-height: 68px;
    flex-basis: auto;
    padding: 12px clamp(16px, 4vw, 28px);
    gap: 14px;
  }
  .logistics-track-nav {
    gap: clamp(10px, 3vw, 18px);
    overflow-x: auto;
    scrollbar-width: none;
  }
  .logistics-track-nav::-webkit-scrollbar {
    display: none;
  }
  .logistics-track-nav a {
    font-size: clamp(10px, 2vw, 13px);
  }
  .logistics-track-nav .logistics-track-contact {
    padding: 8px 13px;
  }
}
@media(max-width:600px) {
  #trackingStep {
    display: block;
    padding-bottom: 78px;
  }
  .logistics-track-header {
    align-items: center;
  }
  .logistics-track-brand {
    font-size: clamp(16px, 4.5vw, 18px);
  }
  .logistics-track-brand-mark {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .logistics-track-main {
    min-height: 0;
    place-items: start center;
  }
  .logistics-track-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(18px, 5vw, 28px);
    margin: 0 16px;
    padding: clamp(28px, 7vw, 42px) clamp(20px, 6vw, 30px);
    border-radius: 8px;
    background: #d9f43d;
    color: #111;
  }
  .logistics-track-cta h2 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(28px, 7vw, 40px);
    letter-spacing: -.05em;
    line-height: .98;
  }
  .logistics-track-cta p {
    max-width: 360px;
    margin: 0;
    font-size: clamp(13px, 3.8vw, 15px);
    line-height: 1.6;
  }
  .logistics-track-cta a {
    display: flex;
    min-height: 44px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: clamp(14px, 4vw, 18px);
    border: 1px solid #111;
    border-radius: 999px;
    color: #111;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
  }
}
