@font-face {
  font-family: Twemoji Mozilla;
  src: url(./TwemojiMozilla.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.stdropdown-container {
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}
.stdropdown-input input {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    Helvetica Neue,
    sans-serif,
    Twemoji Mozilla !important;
}
.stdropdown-flag {
  font-family: Twemoji Mozilla !important;
}
.stdropdown-menu::-webkit-scrollbar {
  width: 2px;
}
.stdropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.stdropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
}
.stdropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.stdropdown-input {
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  display: flex;
}
.stdropdown-menu {
  z-index: 99;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  max-height: 150px;
  position: absolute;
  overflow: auto;
  transform: translateY(4px);
}
.stdropdown-item {
  cursor: pointer;
  padding: 5px;
}
.stdropdown-item:hover {
  background-color: #9fc3f870;
}
.stdropdown-item.selected {
  color: #fff;
  background-color: #0d6efd;
}
.stdropdown-tags {
  flex-wrap: wrap;
  gap: 5px;
  display: flex;
}
.stdropdown-tag-item {
  background-color: #ddd;
  border-radius: 2px;
  align-items: center;
  padding: 2px 4px;
  display: flex;
}
.stdropdown-tag-close {
  align-items: center;
  display: flex;
}
.stsearch-box {
  background-color: #0000;
  padding: 5px;
}
.stsearch-box input {
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
}
.portal-login {
  color: #172033;
  background: #fff;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 100vh;
  display: grid;
}
.portal-login-brand {
  color: #fff;
  background: radial-gradient(circle at 20% 80%, #f9731640, #0000 30%),
    radial-gradient(circle at 80% 15%, #0891b233, #0000 25%),
    linear-gradient(145deg, #07101e, #172554);
  padding: 55px clamp(40px, 7vw, 110px);
  position: relative;
  overflow: hidden;
}
.portal-login-brand:after {
  content: "";
  opacity: 0.12;
  background-image: radial-gradient(circle, #fff 1px, #0000 1px);
  background-size: 24px 24px;
  position: absolute;
  inset: 0;
}
.portal-login-brand > * {
  z-index: 1;
  position: relative;
}
.portal-login-brand > button {
  color: #cbd5e1;
  background: 0 0;
  border: 0;
  font-size: 0.78rem;
}
.portal-login-brand > div {
  align-items: center;
  gap: 12px;
  margin-top: 60px;
  display: flex;
}
.portal-login-brand > div > b {
  font:
    700 1.25rem Georgia,
    serif;
}
.portal-logo {
  color: #fff;
  background: linear-gradient(135deg, #f97316, #7c3aed);
  border-radius: 12px;
  place-items: center;
  width: 44px;
  height: 44px;
  font-size: 0.72rem;
  font-weight: 900;
  display: grid;
}
.portal-login-brand h1 {
  letter-spacing: -0.055em;
  margin: 70px 0 18px;
  font-size: clamp(3.2rem, 6vw, 6rem);
  line-height: 0.96;
}
.portal-login-brand h1 em {
  color: #fb923c;
  font-style: normal;
}
.portal-login-brand > p {
  color: #cbd5e1;
  max-width: 600px;
  font-size: 1rem;
}
.login-proof {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px !important;
  margin-top: 60px !important;
  display: grid !important;
}
.login-proof span {
  background: #ffffff12;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 32px 1fr;
  padding: 14px;
  font-size: 1rem;
  display: grid;
}
.login-proof span > b {
  font-size: 0.65rem;
}
.login-proof span > small {
  color: #94a3b8;
  grid-column: 2;
  font-size: 0.52rem;
}
.portal-login-panel {
  background: #f8fafc;
  place-items: center;
  padding: 45px;
  display: grid;
}
.portal-login-panel form {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  width: min(460px, 100%);
  padding: 38px;
  box-shadow: 0 25px 70px #0f172a14;
}
.portal-login-panel form > small,
.portal-card > small,
.portal-card-head small,
.portal-page-head small {
  color: #ea580c;
  letter-spacing: 0.12em;
  font-size: 0.55rem;
  font-weight: 900;
}
.portal-login-panel h2 {
  margin: 5px 0;
  font-size: 2rem;
}
.portal-login-panel form > p {
  color: #64748b;
  margin: 0 0 20px;
  font-size: 0.75rem;
}
.role-switch {
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 20px 0;
  display: grid;
}
.role-switch button {
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 9px;
  height: 46px;
  font-weight: 800;
}
.role-switch button.active {
  color: #6d28d9;
  background: #f5f3ff;
  border-color: #7c3aed;
}
.portal-login-panel form > label,
.portal-card > label,
.portal-modal label,
.wc-connect label,
.packing-note {
  color: #475569;
  flex-direction: column;
  gap: 5px;
  margin: 12px 0;
  font-size: 0.62rem;
  font-weight: 900;
  display: flex;
}
.portal-login-panel input,
.portal-card input,
.portal-card select,
.portal-card textarea,
.portal-modal input,
.portal-modal select,
.portal-modal textarea,
.wc-connect input {
  color: #172033;
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 9px;
  outline: 0;
  width: 100%;
  height: 44px;
  padding: 0 11px;
  font-size: 0.7rem;
}
.portal-card textarea,
.portal-modal textarea {
  resize: vertical;
  height: auto;
  padding: 10px;
}
.portal-login-panel input:focus,
.portal-card input:focus,
.portal-modal input:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px #ede9fe;
}
.login-options {
  color: #64748b;
  justify-content: space-between;
  align-items: center;
  margin: 12px 0 20px;
  font-size: 0.61rem;
  display: flex;
}
.login-options label {
  align-items: center;
  gap: 6px;
  display: flex;
}
.login-options input {
  width: auto;
  height: auto;
}
.login-options button {
  color: #7c3aed;
  background: 0 0;
  border: 0;
  font-size: 0.61rem;
  font-weight: 800;
}
.portal-primary,
.portal-secondary {
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  font-size: 0.66rem;
  font-weight: 900;
  display: inline-flex;
}
.portal-primary {
  color: #fff;
  background: linear-gradient(135deg, #f97316, #ea580c);
  border: 0;
  box-shadow: 0 8px 20px #f973162e;
}
.portal-secondary {
  color: #6d28d9;
  background: #fff;
  border: 1px solid #c4b5fd;
}
.portal-primary.compact {
  min-height: 38px;
}
.portal-login-panel form > .portal-primary {
  width: 100%;
  height: 48px;
}
.demo-access {
  border-top: 1px solid #e2e8f0;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 22px;
  padding-top: 18px;
  display: grid;
}
.demo-access span {
  color: #94a3b8;
  letter-spacing: 0.12em;
  text-align: center;
  grid-column: 1/-1;
  font-size: 0.48rem;
  font-weight: 900;
}
.demo-access button {
  color: #475569;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  height: 38px;
  font-size: 0.58rem;
  font-weight: 800;
}
.integration-note {
  text-align: center;
  color: #94a3b8 !important;
  margin: 14px 0 0 !important;
  font-size: 0.52rem !important;
}
.portal-shell {
  color: #172033;
  background: #f4f7fb;
  min-height: 100vh;
}
.portal-top {
  z-index: 100;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #fffffff7;
  border-bottom: 1px solid #e2e8f0;
  grid-template-columns: 255px minmax(260px, 1fr) auto;
  align-items: center;
  gap: 24px;
  height: 76px;
  padding: 0 24px;
  display: grid;
  position: sticky;
  top: 0;
}
.portal-top > div:first-child {
  align-items: center;
  gap: 10px;
  display: flex;
}
.portal-top > div:first-child > b {
  font:
    700 1rem Georgia,
    serif;
}
.portal-top > div:first-child em {
  color: #7c3aed;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font:
    700 0.55rem Helvetica Neue,
    sans-serif;
  display: block;
}
.portal-top > label {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  align-items: center;
  gap: 7px;
  max-width: 520px;
  height: 40px;
  padding: 0 12px;
  display: flex;
}
.portal-top > label input {
  background: 0 0;
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 0.66rem;
}
.portal-top > div:last-child {
  align-items: center;
  gap: 10px;
  display: flex;
}
.portal-notice {
  background: #f1f5f9;
  border: 0;
  border-radius: 9px;
  width: 38px;
  height: 38px;
  position: relative;
}
.portal-notice i {
  color: #fff;
  background: #f97316;
  border-radius: 50%;
  place-items: center;
  width: 16px;
  height: 16px;
  font-size: 0.46rem;
  font-style: normal;
  display: grid;
  position: absolute;
  top: -3px;
  right: -2px;
}
.portal-user {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}
.portal-user b {
  font-size: 0.62rem;
}
.portal-user small {
  color: #64748b;
  font-size: 0.5rem;
}
.portal-avatar {
  color: #6d28d9;
  background: linear-gradient(135deg, #ede9fe, #ffedd5);
  border: 0;
  border-radius: 10px;
  width: 38px;
  height: 38px;
  font-size: 0.58rem;
  font-weight: 900;
}
.portal-logout {
  color: #64748b;
  background: 0 0;
  border: 0;
  font-size: 0.56rem;
}
.portal-sidebar {
  background: #fff;
  border-right: 1px solid #e2e8f0;
  flex-direction: column;
  width: 255px;
  padding: 20px 14px;
  display: flex;
  position: fixed;
  top: 76px;
  bottom: 0;
  left: 0;
}
.portal-sidebar nav {
  flex-direction: column;
  gap: 4px;
  display: flex;
}
.portal-sidebar nav button {
  color: #64748b;
  text-align: left;
  background: 0 0;
  border: 0;
  border-radius: 9px;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  min-height: 43px;
  padding: 0 12px;
  font-size: 0.64rem;
  font-weight: 800;
  display: grid;
}
.portal-sidebar nav button i {
  font-size: 0.85rem;
  font-style: normal;
}
.portal-sidebar nav button em {
  color: #b91c1c;
  background: #fee2e2;
  border-radius: 50%;
  place-items: center;
  width: 18px;
  height: 18px;
  font-size: 0.45rem;
  font-style: normal;
  display: grid;
}
.portal-sidebar nav button.active {
  color: #6d28d9;
  background: linear-gradient(135deg, #f5f3ff, #fff7ed);
}
.portal-help,
.wc-mini {
  color: #fff;
  background: linear-gradient(145deg, #172554, #0f172a);
  border-radius: 13px;
  margin-top: auto;
  padding: 16px;
}
.portal-help > span {
  font-size: 1.2rem;
}
.portal-help b,
.wc-mini b {
  margin: 4px 0;
  font-size: 0.68rem;
  display: block;
}
.portal-help p,
.wc-mini small {
  color: #94a3b8;
  margin: 0 0 10px;
  font-size: 0.54rem;
  display: block;
}
.portal-help button,
.wc-mini button {
  color: #fb923c;
  background: 0 0;
  border: 0;
  padding: 0;
  font-size: 0.56rem;
  font-weight: 900;
}
.portal-main {
  min-height: calc(100vh - 76px);
  margin-left: 255px;
  padding: 28px;
}
.portal-page-head {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 22px;
  display: flex;
}
.portal-page-head h1 {
  margin: 4px 0 2px;
  font-size: 2.05rem;
}
.portal-page-head p {
  color: #64748b;
  margin: 0;
  font-size: 0.7rem;
}
.head-actions {
  gap: 8px;
  display: flex;
}
.portal-metrics {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 18px;
  display: grid;
}
.portal-metrics article {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  align-items: center;
  gap: 12px;
  min-height: 105px;
  padding: 16px;
  display: flex;
  box-shadow: 0 7px 22px #0f172a0a;
}
.portal-metrics article > span {
  color: #6d28d9;
  background: linear-gradient(135deg, #ede9fe, #ffedd5);
  border-radius: 11px;
  place-items: center;
  width: 44px;
  height: 44px;
  font-size: 0.84rem;
  font-weight: 900;
  display: grid;
}
.portal-metrics article > div {
  flex-direction: column;
  display: flex;
}
.portal-metrics small {
  color: #64748b;
  letter-spacing: 0.08em;
  font-size: 0.48rem;
  font-weight: 900;
}
.portal-metrics b {
  font:
    700 1.55rem Georgia,
    serif;
}
.portal-metrics em {
  color: #059669;
  font-size: 0.5rem;
  font-style: normal;
}
.portal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}
.portal-grid .span-2 {
  grid-column: span 2;
}
.portal-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 15px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 8px 25px #0f172a0b;
}
.portal-card h2 {
  margin: 3px 0 12px;
  font-size: 1.1rem;
}
.portal-card-head {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  display: flex;
}
.portal-card-head h2 {
  margin: 2px 0;
}
.portal-card-head > span,
.portal-card-head > button,
.portal-card-head > div:last-child > button {
  color: #7c3aed;
  background: 0 0;
  border: 0;
  font-size: 0.57rem;
  font-weight: 900;
}
.portal-card-head > div:last-child {
  gap: 7px;
  display: flex;
}
.status {
  border-radius: 999px;
  align-items: center;
  width: max-content;
  padding: 4px 8px;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 900;
  display: inline-flex;
}
.status.in-transit,
.status.transit {
  color: #1d4ed8;
  background: #dbeafe;
}
.status.delivered,
.status.resolved,
.status.published {
  color: #15803d;
  background: #dcfce7;
}
.status.packing,
.status.draft {
  color: #a16207;
  background: #fef3c7;
}
.status.awaiting-payment,
.status.open {
  color: #b91c1c;
  background: #fee2e2;
}
.tracking-route {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  margin: 22px 0;
  display: grid;
}
.tracking-route > div {
  flex-direction: column;
  display: flex;
}
.tracking-route > div:last-child {
  text-align: right;
}
.tracking-route > div span {
  color: #fff;
  background: #172554;
  border-radius: 50%;
  place-items: center;
  width: 36px;
  height: 36px;
  font-size: 0.56rem;
  font-weight: 900;
  display: grid;
}
.tracking-route > div:last-child span {
  background: #f97316;
  margin-left: auto;
}
.tracking-route > div b {
  font-size: 0.62rem;
}
.tracking-route > div small {
  color: #64748b;
  font-size: 0.5rem;
}
.tracking-route > i {
  background: #c7d2fe;
  height: 2px;
  position: relative;
}
.tracking-route > i:before {
  content: "✈";
  color: #fff;
  background: #7c3aed;
  border-radius: 50%;
  place-items: center;
  width: 28px;
  height: 28px;
  font-style: normal;
  display: grid;
  position: absolute;
  top: 50%;
  left: 62%;
  transform: translate(-50%, -50%);
}
.timeline-mini {
  grid-template-columns: repeat(5, 1fr);
  gap: 4px;
  display: grid;
}
.timeline-mini span {
  color: #94a3b8;
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 0.48rem;
  display: flex;
  position: relative;
}
.timeline-mini span:before {
  content: "";
  background: #e2e8f0;
  height: 2px;
  position: absolute;
  top: 12px;
  left: -50%;
  right: 50%;
}
.timeline-mini span:first-child:before {
  display: none;
}
.timeline-mini span.done:before {
  background: #7c3aed;
}
.timeline-mini i {
  z-index: 1;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 50%;
  place-items: center;
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  font-style: normal;
  display: grid;
  position: relative;
}
.timeline-mini .done i {
  color: #fff;
  background: #7c3aed;
  border-color: #7c3aed;
}
.portal-link {
  color: #7c3aed;
  background: 0 0;
  border: 0;
  margin-top: 15px;
  padding: 0;
  font-size: 0.58rem;
  font-weight: 900;
}
.package-preview > div:nth-child(2) {
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  display: grid;
}
.package-preview figure {
  margin: 0;
}
.package-preview figure span {
  aspect-ratio: 1;
  background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
  border-radius: 9px;
  place-items: center;
  font-size: 1.4rem;
  display: grid;
}
.package-preview figcaption {
  color: #64748b;
  margin-top: 4px;
  font-size: 0.47rem;
}
.package-preview > p {
  color: #94a3b8;
  font-size: 0.48rem;
}
.quick-actions > button {
  color: #475569;
  text-align: left;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #eef2f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 43px;
  font-size: 0.59rem;
  font-weight: 800;
  display: flex;
}
.portal-table {
  overflow-x: auto;
}
.portal-table-head,
.portal-table-row {
  grid-template-columns: 1fr 1.25fr 0.8fr 0.8fr 0.65fr 25px;
  align-items: center;
  gap: 10px;
  min-width: 690px;
  display: grid;
}
.portal-table-head {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #f8fafc;
  padding: 8px 10px;
  font-size: 0.45rem;
  font-weight: 900;
}
.portal-table-row {
  color: #475569;
  text-align: left;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #eef2f7;
  width: 100%;
  min-height: 57px;
  padding: 8px 10px;
  font-size: 0.56rem;
}
.portal-table-row > span {
  flex-direction: column;
  display: flex;
}
.portal-table-row small {
  color: #94a3b8;
  font-size: 0.46rem;
}
.portal-table-row > span:last-child {
  color: #7c3aed;
  font-size: 0.9rem;
}
.portal-filters {
  gap: 8px;
  margin-bottom: 15px;
  display: flex;
}
.portal-filters label {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  flex: 1;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 10px;
  display: flex;
}
.portal-filters label input {
  background: 0 0;
  border: 0;
  height: auto;
  padding: 0;
}
.portal-filters select {
  width: auto;
  height: 38px;
}
.order-detail {
  background: #f8fafc;
  border-radius: 12px;
  margin-top: 16px;
  padding: 18px;
}
.order-detail-head,
.order-actions {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.order-detail-head h2 {
  margin: 2px 0;
}
.order-detail-grid {
  grid-template-columns: 1.2fr 0.8fr;
  gap: 15px;
  display: grid;
}
.order-detail-grid section {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
}
.order-detail-grid h3 {
  margin: 0 0 10px;
  font-size: 0.72rem;
}
.order-detail-grid article {
  border-bottom: 1px solid #eef2f7;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  display: grid;
}
.order-detail-grid article > span {
  background: #f1f5f9;
  border-radius: 8px;
  place-items: center;
  width: 35px;
  height: 35px;
  display: grid;
}
.order-detail-grid article > div {
  flex-direction: column;
  display: flex;
}
.order-detail-grid b,
.order-detail-grid em {
  font-size: 0.58rem;
  font-style: normal;
}
.order-detail-grid small {
  color: #64748b;
  font-size: 0.48rem;
}
.order-detail-grid section > p,
.fulfilment-page aside > p {
  color: #64748b;
  justify-content: space-between;
  margin: 7px 0;
  font-size: 0.55rem;
  display: flex;
}
.order-detail-grid .charge,
.fulfilment-page aside .charge {
  color: #172033;
  border-top: 1px solid #e2e8f0;
  padding-top: 8px;
}
.order-actions {
  justify-content: flex-start;
  gap: 7px;
  margin-top: 12px;
}
.order-actions button {
  color: #475569;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  height: 35px;
  font-size: 0.54rem;
  font-weight: 800;
}
.tracking-page {
  grid-template-columns: 1.6fr 0.4fr;
}
.tracking-map {
  color: #fff;
  background: linear-gradient(135deg, #172554, #0f172a);
  border-radius: 13px;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 30px;
  display: grid;
}
.tracking-map span {
  flex-direction: column;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 900;
  display: flex;
}
.tracking-map span b {
  font-size: 0.48rem;
}
.tracking-map i {
  text-align: center;
  color: #fb923c;
}
.tracking-events {
  margin-top: 16px;
}
.tracking-events article {
  border-bottom: 1px solid #eef2f7;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 11px;
  display: grid;
}
.tracking-events article > i {
  color: #15803d;
  background: #dcfce7;
  border-radius: 50%;
  place-items: center;
  width: 28px;
  height: 28px;
  font-style: normal;
  display: grid;
}
.tracking-events .current > i {
  color: #1d4ed8;
  background: #dbeafe;
}
.tracking-events article > div {
  flex-direction: column;
  display: flex;
}
.tracking-events b {
  font-size: 0.6rem;
}
.tracking-events small,
.tracking-events time {
  color: #64748b;
  font-size: 0.48rem;
}
.eta-date {
  color: #7c3aed;
  font:
    700 2.4rem Georgia,
    serif;
}
.portal-card hr {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 15px 0;
}
.portal-card > p {
  color: #64748b;
  font-size: 0.58rem;
}
.invoice-list article {
  border-bottom: 1px solid #eef2f7;
  grid-template-columns: 42px 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  display: grid;
}
.invoice-list article > span {
  color: #7c3aed;
  background: #f5f3ff;
  border-radius: 9px;
  place-items: center;
  width: 38px;
  height: 38px;
  display: grid;
}
.invoice-list article > div {
  flex-direction: column;
  display: flex;
}
.invoice-list b,
.invoice-list strong {
  font-size: 0.62rem;
}
.invoice-list small {
  color: #64748b;
  font-size: 0.5rem;
}
.invoice-list button {
  color: #7c3aed;
  background: 0 0;
  border: 0;
  font-size: 0.55rem;
  font-weight: 900;
}
.address-page,
.profile-page {
  grid-template-columns: 1.3fr 0.7fr;
}
.portal-form-grid {
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
  display: grid;
}
.portal-form-grid .full {
  grid-column: 1/-1;
}
.portal-check {
  align-items: center;
  flex-direction: row !important;
}
.portal-check input {
  width: auto;
  height: auto;
}
.muted {
  color: #94a3b8 !important;
}
.portal-alert {
  border-radius: 9px;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
  padding: 10px 12px;
  font-size: 0.57rem;
  font-weight: 800;
  display: flex;
}
.portal-alert.error {
  color: #b91c1c;
  background: #fee2e2;
}
.portal-alert.success {
  color: #15803d;
  background: #dcfce7;
}
.portal-alert.info {
  color: #1d4ed8;
  background: #eff6ff;
}
.portal-alert button {
  color: inherit;
  background: 0 0;
  border: 0;
  margin-left: auto;
}
.setting-row {
  text-align: left;
  background: #fff;
  border: 0;
  border-bottom: 1px solid #eef2f7;
  justify-content: space-between;
  width: 100%;
  padding: 12px 0;
  display: flex;
}
.setting-row > span {
  grid-template-rows: auto auto;
  grid-template-columns: 28px 1fr;
  display: grid;
}
.setting-row > span:first-letter {
  font-size: 1rem;
}
.setting-row b {
  font-size: 0.6rem;
}
.setting-row small {
  color: #64748b;
  grid-column: 2;
  font-size: 0.48rem;
}
.setting-row em {
  color: #7c3aed;
  font-size: 0.52rem;
  font-style: normal;
}
.case-list article,
.case-inbox > article {
  border-bottom: 1px solid #eef2f7;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 16px;
  display: grid;
}
.case-list h3,
.case-inbox h3 {
  margin: 5px 0;
  font-size: 0.78rem;
}
.case-list p,
.case-inbox p {
  color: #64748b;
  margin: 3px 0;
  font-size: 0.58rem;
}
.case-list time,
.case-inbox time {
  color: #94a3b8;
  font-size: 0.48rem;
}
.case-list figure {
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  display: flex;
}
.case-list figure img,
.case-inbox img {
  object-fit: cover;
  border-radius: 7px;
  width: 70px;
  height: 55px;
}
.case-list figcaption {
  font-size: 0.5rem;
}
.case-reply {
  background: #f5f3ff;
  border-left: 3px solid #7c3aed;
  margin-top: 10px;
  padding: 10px;
}
.case-reply b {
  font-size: 0.55rem;
}
.portal-modal-bg {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #0f172aa6;
  place-items: center;
  padding: 20px;
  display: grid;
  position: fixed;
  inset: 0;
}
.portal-modal {
  background: #fff;
  border-radius: 18px;
  width: min(620px, 100%);
  max-height: 92vh;
  padding: 28px;
  position: relative;
  overflow: auto;
}
.portal-modal-close {
  background: #f1f5f9;
  border: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 18px;
  right: 18px;
}
.portal-modal > small {
  color: #ea580c;
  font-size: 0.52rem;
  font-weight: 900;
}
.portal-modal h2 {
  margin: 4px 0;
}
.portal-modal > p {
  color: #64748b;
  font-size: 0.65rem;
}
.attachment-upload {
  background: #f5f3ff;
  border: 2px dashed #c4b5fd;
  border-radius: 9px;
  padding: 14px;
}
.attachment-upload input {
  border: 0;
  height: auto;
  padding: 0;
}
.attachment-ready {
  color: #15803d;
  font-size: 0.57rem;
}
.portal-modal > .portal-primary {
  width: 100%;
  margin-top: 12px;
}
.admin-side {
  background: #0f172a;
  border-color: #1e293b;
}
.admin-side nav button {
  color: #94a3b8;
}
.admin-side nav button.active {
  color: #fff;
  background: #7c3aed2e;
}
.wc-mini {
  background: #1e293b;
}
.wc-mini > span,
.woo-logo {
  color: #fff;
  background: #96588a;
  border-radius: 7px;
  place-items: center;
  width: 44px;
  height: 32px;
  font-size: 0.65rem;
  font-weight: 900;
  display: grid;
}
.admin-main {
  background: #f5f7fb;
}
.admin-metrics article > span {
  font-size: 0.65rem;
}
.admin-home {
  grid-template-columns: 1.6fr 0.7fr;
}
.admin-queue article {
  border-bottom: 1px solid #eef2f7;
  grid-template-columns: 90px 0.8fr 1.2fr 1fr 60px;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  display: grid;
}
.admin-queue article > div {
  flex-direction: column;
  display: flex;
}
.admin-queue b {
  font-size: 0.58rem;
}
.admin-queue small {
  color: #64748b;
  font-size: 0.47rem;
}
.admin-queue button,
.tracking-admin-list button,
.admin-order-list article > button,
.customer-list button {
  color: #7c3aed;
  background: 0 0;
  border: 0;
  font-size: 0.52rem;
  font-weight: 900;
}
.ops-health > div {
  margin: 13px 0;
}
.ops-health > div > span {
  justify-content: space-between;
  font-size: 0.53rem;
  display: flex;
}
.ops-health em {
  color: #64748b;
  font-style: normal;
}
.ops-health > div > i {
  background: #e2e8f0;
  border-radius: 5px;
  height: 6px;
  margin-top: 5px;
  display: block;
}
.ops-health > div > i > b {
  background: linear-gradient(90deg, #7c3aed, #f97316);
  border-radius: 5px;
  height: 100%;
  display: block;
}
.revenue-chart {
  grid-template-columns: repeat(4, 1fr) 1.3fr;
  align-items: end;
  gap: 12px;
  height: 210px;
  padding: 10px;
  display: grid;
}
.revenue-chart > div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 170px;
  display: flex;
}
.revenue-chart > div i {
  background: linear-gradient(#7c3aed, #c4b5fd);
  border-radius: 7px 7px 0 0;
  width: 70%;
}
.revenue-chart small {
  color: #64748b;
  margin-top: 5px;
  font-size: 0.45rem;
}
.revenue-chart aside {
  flex-direction: column;
  align-self: center;
  gap: 10px;
  display: flex;
}
.revenue-chart aside span {
  grid-template-columns: 10px 1fr auto;
  gap: 6px;
  font-size: 0.52rem;
  display: grid;
}
.revenue-chart aside i {
  background: #7c3aed;
  border-radius: 2px;
  width: 8px;
  height: 8px;
}
.revenue-chart aside .india {
  background: #f97316;
}
.revenue-chart aside .courier {
  background: #0891b2;
}
.activity article {
  border-bottom: 1px solid #eef2f7;
  grid-template-columns: 35px 1fr;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  display: grid;
}
.activity article > span {
  background: #f1f5f9;
  border-radius: 8px;
  place-items: center;
  width: 32px;
  height: 32px;
  display: grid;
}
.activity article > div {
  flex-direction: column;
  display: flex;
}
.activity b {
  font-size: 0.56rem;
}
.activity small {
  color: #64748b;
  font-size: 0.47rem;
}
.admin-order-list article {
  border-bottom: 1px solid #eef2f7;
  grid-template-columns: 25px 0.65fr 1fr 1.15fr 0.65fr 0.85fr 65px;
  align-items: center;
  gap: 8px;
  min-width: 870px;
  padding: 11px;
  display: grid;
}
.admin-order-list {
  overflow-x: auto;
}
.admin-order-list article > div {
  flex-direction: column;
  display: flex;
}
.admin-order-list b {
  font-size: 0.57rem;
}
.admin-order-list small {
  color: #64748b;
  font-size: 0.46rem;
}
.product-admin-list {
  overflow: auto;
}
.product-admin-head,
.product-admin-list article {
  grid-template-columns: 1.4fr 0.8fr 1fr 0.55fr 0.45fr 0.55fr 30px;
  align-items: center;
  gap: 10px;
  min-width: 800px;
  display: grid;
}
.product-admin-head {
  color: #94a3b8;
  background: #f8fafc;
  padding: 8px 10px;
  font-size: 0.45rem;
  font-weight: 900;
}
.product-admin-list article {
  border-bottom: 1px solid #eef2f7;
  padding: 10px;
}
.product-admin-list article > span:first-child {
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  display: flex;
}
.product-admin-list article > span:first-child b {
  font-size: 0.57rem;
}
.product-admin-list small {
  font-size: 0.49rem;
}
.product-admin-list article > b {
  font-size: 0.58rem;
}
.product-admin-list em {
  font-size: 0.54rem;
  font-style: normal;
}
.product-admin-list em.low {
  color: #b91c1c;
  font-weight: 900;
}
.product-admin-list article > button {
  background: 0 0;
  border: 0;
}
.import-page {
  grid-template-columns: 1.5fr 0.5fr;
}
.import-guide {
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin: 20px 0;
  display: grid;
}
.import-guide span {
  grid-template-rows: auto auto;
  grid-template-columns: 30px 1fr;
  display: grid;
}
.import-guide span > b {
  color: #fff;
  background: #7c3aed;
  border-radius: 50%;
  grid-row: 1/3;
  place-items: center;
  width: 27px;
  height: 27px;
  display: grid;
}
.import-guide span {
  font-size: 0.56rem;
  font-weight: 900;
}
.import-guide small {
  color: #64748b;
  font-size: 0.46rem;
  font-weight: 400;
}
.admin-upload-zone {
  color: #7c3aed;
  background: #f5f3ff;
  border: 2px dashed #c4b5fd;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  font-size: 1.4rem;
  display: flex;
}
.admin-upload-zone b {
  font-size: 0.68rem;
}
.admin-upload-zone small {
  color: #64748b;
  font-size: 0.5rem;
}
.admin-upload-zone input {
  border: 0;
  width: auto;
  height: auto;
  margin-top: 12px;
}
.import-preview-head {
  justify-content: space-between;
  align-items: center;
  margin: 18px 0 8px;
  display: flex;
}
.import-preview-head > div {
  flex-direction: column;
  display: flex;
}
.import-preview-head b {
  font-size: 0.68rem;
}
.import-preview-head small {
  color: #64748b;
  font-size: 0.5rem;
}
.import-preview-head > div:last-child {
  flex-direction: row;
  gap: 7px;
}
.import-preview article {
  border-bottom: 1px solid #eef2f7;
  grid-template-columns: 25px 1fr auto 70px;
  align-items: center;
  gap: 8px;
  padding: 9px;
  display: grid;
}
.import-preview article > span {
  color: #15803d;
}
.import-preview article > div {
  flex-direction: column;
  display: flex;
}
.import-preview b,
.import-preview em {
  font-size: 0.56rem;
  font-style: normal;
}
.import-preview small {
  color: #64748b;
  font-size: 0.47rem;
}
.wc-connect .connection-status {
  color: #b91c1c;
  background: #fee2e2;
  border-radius: 8px;
  align-items: center;
  gap: 7px;
  padding: 8px;
  font-size: 0.55rem;
  font-weight: 900;
  display: flex;
}
.connection-status i {
  background: #ef4444;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.wc-connect ul {
  color: #475569;
  padding: 0;
  font-size: 0.55rem;
  list-style: none;
}
.fulfilment-page {
  grid-template-columns: 1.5fr 0.5fr;
}
.packing-selector {
  background: #f8fafc;
  border-radius: 10px;
  grid-template-columns: 1.5fr 0.75fr 0.75fr;
  gap: 10px;
  padding: 12px;
  display: grid;
}
.packing-selector label {
  margin: 0;
}
.packing-selector > div {
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.packing-selector small {
  color: #64748b;
  font-size: 0.45rem;
}
.packing-selector b {
  font-size: 0.58rem;
}
.packing-checklist {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 16px 0;
  display: grid;
}
.packing-checklist label {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  align-items: center;
  gap: 7px;
  padding: 10px;
  font-size: 0.53rem;
  display: flex;
}
.packing-checklist input {
  width: auto;
  height: auto;
}
.packing-photo-upload {
  color: #1d4ed8;
  background: #eff6ff;
  border: 2px dashed #bfdbfe;
  border-radius: 11px;
  flex-direction: column;
  align-items: center;
  padding: 26px;
  font-size: 1.2rem;
  display: flex;
}
.packing-photo-upload b {
  font-size: 0.66rem;
}
.packing-photo-upload small {
  color: #64748b;
  font-size: 0.5rem;
}
.packing-photo-upload input {
  border: 0;
  width: auto;
  height: auto;
  margin-top: 10px;
}
.packing-photo-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 12px;
  display: grid;
}
.packing-photo-grid figure {
  margin: 0;
}
.packing-photo-grid img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}
.packing-photo-grid figcaption {
  justify-content: space-between;
  font-size: 0.48rem;
  display: flex;
}
.packing-photo-grid button {
  color: #b91c1c;
  background: 0 0;
  border: 0;
}
.packing-actions {
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}
.packing-items span {
  border-bottom: 1px solid #eef2f7;
  grid-template-rows: auto auto;
  grid-template-columns: 30px 1fr;
  align-items: center;
  padding: 8px 0;
  font-size: 1rem;
  display: grid;
}
.packing-items b {
  font-size: 0.55rem;
}
.packing-items small {
  color: #64748b;
  grid-column: 2;
  font-size: 0.46rem;
}
.customer-list article {
  border-bottom: 1px solid #eef2f7;
  grid-template-columns: 42px 1.2fr 1fr 0.7fr 80px;
  align-items: center;
  gap: 10px;
  padding: 11px;
  display: grid;
}
.customer-list article > span {
  color: #6d28d9;
  background: #ede9fe;
  border-radius: 50%;
  place-items: center;
  width: 36px;
  height: 36px;
  font-size: 0.52rem;
  font-weight: 900;
  display: grid;
}
.customer-list article > div {
  flex-direction: column;
  display: flex;
}
.customer-list b {
  font-size: 0.57rem;
}
.customer-list small {
  color: #64748b;
  font-size: 0.46rem;
}
.support-admin {
  grid-template-columns: 1.4fr 0.6fr;
}
.admin-reply {
  background: #f8fafc;
  border-radius: 9px;
  grid-column: 1/-1;
  margin-top: 10px;
  padding: 12px;
}
.admin-reply label {
  flex-direction: column;
  font-size: 0.55rem;
  font-weight: 800;
  display: flex;
}
.admin-reply > div {
  align-items: center;
  gap: 12px;
  margin-top: 7px;
  display: flex;
}
.admin-reply > div label {
  color: #64748b;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-size: 0.5rem;
  display: flex;
}
.admin-reply input {
  width: auto;
  height: auto;
}
.admin-reply button {
  margin-left: auto;
}
.sla-card > strong {
  color: #7c3aed;
  font:
    700 3rem Georgia,
    serif;
}
.sla-card > div {
  flex-direction: column;
  display: flex;
}
.sla-card > div span {
  border-bottom: 1px solid #eef2f7;
  justify-content: space-between;
  padding: 7px 0;
  font-size: 0.55rem;
  display: flex;
}
.tracking-admin-list article {
  border-bottom: 1px solid #eef2f7;
  grid-template-columns: 85px 1fr 1fr 0.8fr 85px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  display: grid;
}
.tracking-admin-list article > div {
  flex-direction: column;
  display: flex;
}
.tracking-admin-list b {
  font-size: 0.57rem;
}
.tracking-admin-list small {
  color: #64748b;
  font-size: 0.46rem;
}
.report-page {
  grid-template-columns: 1.5fr 0.5fr;
}
.report-kpis {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  display: grid;
}
.report-kpis span {
  background: #f8fafc;
  border-radius: 9px;
  flex-direction: column;
  padding: 12px;
  display: flex;
}
.report-kpis small {
  color: #64748b;
  font-size: 0.46rem;
}
.report-kpis b {
  font-size: 0.85rem;
}
.report-kpis em {
  color: #15803d;
  font-size: 0.47rem;
  font-style: normal;
}
.report-bars {
  border-top: 1px solid #eef2f7;
  align-items: end;
  gap: 7px;
  height: 220px;
  margin-top: 18px;
  padding-top: 15px;
  display: flex;
}
.report-bars i {
  background: linear-gradient(#7c3aed, #c4b5fd);
  border-radius: 4px 4px 0 0;
  flex: 1;
  min-height: 10%;
}
.country-row {
  border-bottom: 1px solid #eef2f7;
  justify-content: space-between;
  padding: 10px 0;
  display: flex;
}
.country-row > span {
  gap: 7px;
  display: flex;
}
.country-row b,
.country-row em {
  font-size: 0.56rem;
  font-style: normal;
}
.country-row em {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}
.country-row small {
  color: #64748b;
}
.settings-page {
  grid-template-columns: 1.4fr 0.6fr;
}
.integration-row {
  border-bottom: 1px solid #eef2f7;
  grid-template-columns: 45px 1fr auto 80px;
  align-items: center;
  gap: 10px;
  padding: 13px 0;
  display: grid;
}
.integration-row > span:first-child {
  background: #f1f5f9;
  border-radius: 7px;
  place-items: center;
  width: 42px;
  height: 35px;
  display: grid;
}
.integration-row > div {
  flex-direction: column;
  display: flex;
}
.integration-row b {
  font-size: 0.6rem;
}
.integration-row small {
  color: #64748b;
  font-size: 0.48rem;
}
.integration-row em {
  color: #b91c1c;
  font-size: 0.49rem;
  font-style: normal;
}
.integration-row button {
  color: #7c3aed;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  font-size: 0.5rem;
  font-weight: 900;
}
@media (width<=1100px) {
  .portal-top {
    grid-template-columns: 220px 1fr auto;
  }
  .portal-sidebar {
    width: 220px;
  }
  .portal-main {
    margin-left: 220px;
  }
  .portal-user {
    display: none;
  }
  .portal-metrics,
  .portal-grid,
  .admin-home {
    grid-template-columns: 1fr 1fr;
  }
  .portal-grid .span-2 {
    grid-column: span 2;
  }
  .tracking-page,
  .address-page,
  .profile-page,
  .import-page,
  .fulfilment-page,
  .support-admin,
  .report-page,
  .settings-page {
    grid-template-columns: 1fr;
  }
  .tracking-page .span-2,
  .import-page .span-2,
  .fulfilment-page .span-2,
  .report-page .span-2,
  .settings-page .span-2 {
    grid-column: auto;
  }
}
@media (width<=780px) {
  .portal-login {
    grid-template-columns: 1fr;
  }
  .portal-login-brand {
    padding: 32px 25px;
  }
  .portal-login-brand > div {
    margin-top: 30px;
  }
  .portal-login-brand h1 {
    margin: 35px 0 14px;
    font-size: 3rem;
  }
  .login-proof {
    margin-top: 30px !important;
  }
  .portal-login-panel {
    padding: 22px;
  }
  .portal-login-panel form {
    padding: 25px;
  }
  .portal-top {
    grid-template-columns: 1fr auto;
    height: 66px;
    padding: 0 14px;
  }
  .portal-top > label,
  .portal-notice,
  .portal-logout {
    display: none;
  }
  .portal-top > div:first-child > .portal-logo {
    width: 38px;
    height: 38px;
  }
  .portal-sidebar {
    z-index: 90;
    border-bottom: 1px solid #e2e8f0;
    border-right: 0;
    width: auto;
    height: auto;
    padding: 8px;
    display: block;
    position: sticky;
    top: 66px;
    overflow-x: auto;
  }
  .portal-sidebar nav {
    flex-direction: row;
    width: max-content;
  }
  .portal-sidebar nav button {
    white-space: nowrap;
    grid-template-columns: 24px auto auto;
    min-height: 38px;
  }
  .portal-help,
  .wc-mini {
    display: none;
  }
  .portal-main {
    margin-left: 0;
    padding: 18px 14px;
  }
  .portal-page-head {
    align-items: flex-start;
  }
  .portal-page-head h1 {
    font-size: 1.65rem;
  }
  .head-actions {
    display: none;
  }
  .portal-grid,
  .admin-home {
    grid-template-columns: 1fr;
  }
  .portal-grid .span-2 {
    grid-column: auto;
  }
  .portal-metrics {
    grid-template-columns: 1fr 1fr;
  }
  .portal-metrics article {
    min-height: 90px;
  }
  .customer-home .package-preview {
    grid-column: auto;
  }
  .portal-filters {
    overflow-x: auto;
  }
  .portal-filters label {
    min-width: 220px;
  }
  .order-detail-grid,
  .packing-selector,
  .packing-checklist {
    grid-template-columns: 1fr;
  }
  .packing-photo-grid,
  .report-kpis {
    grid-template-columns: 1fr 1fr;
  }
  .integration-row {
    grid-template-columns: 40px 1fr auto;
  }
  .integration-row button {
    grid-column: 2/4;
    width: max-content;
  }
  .portal-modal {
    padding: 22px;
  }
  .portal-form-grid {
    grid-template-columns: 1fr;
  }
  .portal-form-grid .full {
    grid-column: auto;
  }
}
@media (width<=480px) {
  .login-proof {
    grid-template-columns: 1fr !important;
  }
  .portal-login-brand h1 {
    font-size: 2.55rem;
  }
  .role-switch,
  .demo-access {
    grid-template-columns: 1fr;
  }
  .demo-access span {
    grid-column: auto;
  }
  .portal-metrics {
    grid-template-columns: 1fr;
  }
  .portal-page-head > .portal-primary {
    display: none;
  }
  .portal-card {
    padding: 15px;
  }
  .timeline-mini {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .timeline-mini span {
    text-align: left;
    grid-template-columns: 26px 1fr;
    align-items: center;
    display: grid;
  }
  .timeline-mini span:before {
    display: none;
  }
  .timeline-mini i {
    margin: 0;
  }
  .tracking-map {
    grid-template-columns: 1fr;
  }
  .tracking-map i {
    transform: rotate(90deg);
  }
  .invoice-list article {
    grid-template-columns: 38px 1fr auto;
  }
  .invoice-list article > strong {
    display: none;
  }
  .import-guide {
    grid-template-columns: 1fr;
  }
  .import-guide > i {
    text-align: center;
    transform: rotate(90deg);
  }
  .packing-photo-grid {
    grid-template-columns: 1fr;
  }
  .admin-reply > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .admin-reply button {
    margin-left: 0;
  }
  .report-kpis {
    grid-template-columns: 1fr;
  }
}
.sync-pill {
  color: #166534;
  background: #dcfce7;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.49rem;
  font-weight: 900;
}
.tracking-ops {
  grid-template-columns: 1.45fr 0.55fr;
  align-items: start;
}
.tracking-admin-list article.selected {
  background: #f5f3ff;
  box-shadow: inset 3px 0 #7c3aed;
}
.tracking-editor {
  position: sticky;
  top: 86px;
}
.tracking-editor > p {
  line-height: 1.5;
}
.tracking-editor label,
.quote-tester label {
  color: #334155;
  flex-direction: column;
  margin: 11px 0;
  font-size: 0.53rem;
  font-weight: 900;
  display: flex;
}
.tracking-editor input,
.tracking-editor select,
.tracking-editor textarea,
.quote-tester input,
.quote-tester select {
  margin-top: 5px;
}
.tracking-editor hr {
  border: 0;
  border-top: 1px solid #e2e8f0;
  margin: 18px 0;
}
.shipping-admin {
  grid-template-columns: 1.42fr 0.58fr;
  align-items: start;
}
.rate-import-summary {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 18px 0;
  display: grid;
}
.rate-import-summary span {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  flex-direction: column;
  padding: 12px;
  display: flex;
}
.rate-import-summary b {
  font-size: 0.8rem;
}
.rate-import-summary small {
  color: #64748b;
  font-size: 0.46rem;
}
.rate-upload {
  margin: 14px 0;
}
.rate-source {
  grid-template-columns: 1.5fr 1fr 0.6fr;
  gap: 8px;
  margin: 12px 0;
  display: grid;
}
.rate-source span {
  background: #eff6ff;
  border-radius: 9px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}
.rate-source small {
  color: #64748b;
  font-size: 0.43rem;
}
.rate-source b {
  overflow-wrap: anywhere;
  font-size: 0.54rem;
}
.rate-logic {
  margin-top: 18px;
}
.rate-logic h3 {
  font-size: 0.68rem;
}
.rate-logic {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  display: grid;
}
.rate-logic h3 {
  grid-column: 1/-1;
  margin: 0;
}
.rate-logic article {
  border: 1px solid #ede9fe;
  border-radius: 9px;
  gap: 8px;
  padding: 10px;
  display: flex;
}
.rate-logic article > b {
  color: #fff;
  background: #7c3aed;
  border-radius: 50%;
  flex: 0 0 24px;
  place-items: center;
  height: 24px;
  font-size: 0.5rem;
  display: grid;
}
.rate-logic article span {
  flex-direction: column;
  display: flex;
}
.rate-logic strong {
  font-size: 0.52rem;
}
.rate-logic small {
  color: #64748b;
  font-size: 0.43rem;
  line-height: 1.45;
}
.quote-tester {
  position: sticky;
  top: 86px;
}
.quote-pair {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}
.quote-audit {
  border-radius: 11px;
  flex-direction: column;
  gap: 7px;
  margin-top: 15px;
  padding: 14px;
  display: flex;
}
.quote-audit.ok {
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
}
.quote-audit.error {
  background: #fff7ed;
  border: 1px solid #fed7aa;
}
.quote-audit > small {
  color: #166534;
  font-size: 0.43rem;
  font-weight: 900;
}
.quote-audit > strong {
  color: #166534;
  font:
    700 1.65rem Georgia,
    serif;
}
.quote-audit > span {
  border-top: 1px solid #bbf7d0;
  grid-template-columns: 85px 1fr auto;
  gap: 5px;
  padding-top: 6px;
  font-size: 0.48rem;
  display: grid;
}
.quote-audit > span b {
  color: #475569;
}
.quote-audit em {
  color: #92400e;
  background: #fef3c7;
  border-radius: 10px;
  padding: 2px 5px;
  font-size: 0.4rem;
  font-style: normal;
}
.quote-audit.error p {
  color: #9a3412;
  margin: 0;
}
.zone-rule-table > div {
  border-bottom: 1px solid #eef2f7;
  grid-template-columns: 1fr 0.8fr 0.6fr 1.7fr 0.45fr 0.45fr;
  align-items: center;
  gap: 8px;
  padding: 9px;
  font-size: 0.49rem;
  display: grid;
}
.zone-rule-table > div:first-child {
  color: #475569;
  background: #f8fafc;
  border-radius: 8px;
}
.zone-rule-table code {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6d28d9;
  font-size: 0.45rem;
  overflow: hidden;
}
.status.delayed,
.status.exception {
  color: #b91c1c;
  background: #fee2e2;
}
.status.ready-for-carrier,
.status.order-confirmed {
  color: #0369a1;
  background: #e0f2fe;
}
.status.out-for-delivery {
  color: #92400e;
  background: #fef3c7;
}
@media (width<=1100px) {
  .tracking-ops,
  .shipping-admin {
    grid-template-columns: 1fr;
  }
  .tracking-editor,
  .quote-tester {
    position: static;
  }
  .rate-logic {
    grid-template-columns: 1fr 1fr;
  }
}
@media (width<=780px) {
  .rate-import-summary {
    grid-template-columns: 1fr 1fr;
  }
  .rate-source {
    grid-template-columns: 1fr;
  }
  .zone-rule-table {
    overflow-x: auto;
  }
  .zone-rule-table > div {
    min-width: 720px;
  }
  .rate-logic {
    grid-template-columns: 1fr;
  }
}
.verification-sent {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 12px;
  gap: 12px;
  margin: 20px 0;
  padding: 15px;
  display: flex;
}
.verification-sent > span {
  color: #1d4ed8;
  background: #dbeafe;
  border-radius: 10px;
  flex: 0 0 38px;
  place-items: center;
  height: 38px;
  font-size: 1rem;
  display: grid;
}
.verification-sent b {
  font-size: 0.68rem;
}
.verification-sent p {
  color: #475569;
  margin: 4px 0 0;
  font-size: 0.58rem;
  line-height: 1.5;
}
.password-rules {
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0 16px;
  display: flex;
}
.password-rules span {
  color: #94a3b8;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 5px 7px;
  font-size: 0.48rem;
  font-weight: 800;
}
.password-rules span.done {
  color: #166534;
  background: #dcfce7;
}
.account-switch {
  text-align: center;
}
.account-switch button {
  color: #6d28d9;
  background: 0 0;
  border: 0;
  padding: 12px;
  font-size: 0.58rem;
  font-weight: 900;
}
.verified-email {
  color: #166534;
  background: #dcfce7;
  border-radius: 999px;
  width: max-content;
  margin-top: -7px;
  padding: 4px 7px;
  font-size: 0.48rem;
  font-weight: 900;
  display: inline-flex;
}
.status.waiting-for-customer {
  color: #92400e;
  background: #fef3c7;
}
.case-list > .case-thread-card,
.case-inbox > .case-thread-card {
  padding: 17px 0;
  display: block;
}
.case-thread-card > header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  display: flex;
}
.case-thread-card > header > div {
  display: block;
}
.message-thread {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 11px;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  display: flex;
}
.message-thread > .thread-message {
  background: #fff;
  border: 0;
  border-radius: 10px;
  width: min(86%, 720px);
  padding: 10px 12px;
  display: block;
  box-shadow: 0 2px 8px #0f172a0d;
}
.message-thread > .thread-message.customer {
  border-left: 3px solid #7c3aed;
  align-self: flex-start;
}
.message-thread > .thread-message.admin {
  background: #fff7ed;
  border-right: 3px solid #f97316;
  align-self: flex-end;
}
.thread-message > div {
  grid-template-columns: 26px 1fr auto;
  align-items: center;
  gap: 7px;
  display: grid;
}
.thread-message > div > span {
  color: #6d28d9;
  background: #ede9fe;
  border-radius: 50%;
  place-items: center;
  width: 25px;
  height: 25px;
  font-size: 0.43rem;
  font-weight: 900;
  display: grid;
}
.thread-message.admin > div > span {
  color: #c2410c;
  background: #ffedd5;
}
.thread-message b {
  font-size: 0.55rem;
}
.thread-message time {
  color: #94a3b8;
  font-size: 0.44rem;
}
.case-list .thread-message p,
.case-inbox .thread-message p {
  color: #334155;
  margin: 8px 0 0;
  font-size: 0.58rem;
  line-height: 1.55;
}
.thread-message figure {
  flex-direction: column;
  align-items: flex-start !important;
  margin: 9px 0 0 !important;
  display: inline-flex !important;
}
.thread-message figure img {
  object-fit: cover;
  border-radius: 8px;
  width: 130px !important;
  height: 90px !important;
}
.thread-message figcaption {
  color: #64748b;
  margin-top: 4px;
  font-size: 0.46rem;
}
.customer-reply {
  background: #f5f3ff;
  border-radius: 10px;
  grid-template-columns: 1fr auto auto;
  align-items: end;
  gap: 9px;
  margin-top: 10px;
  padding: 12px;
  display: grid;
}
.customer-reply > label:first-child {
  color: #475569;
  flex-direction: column;
  gap: 5px;
  font-size: 0.54rem;
  font-weight: 900;
  display: flex;
}
.customer-reply textarea {
  color: #172033;
  min-height: 72px;
  font: inherit;
  resize: vertical;
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 8px;
  padding: 9px;
}
.reply-photo {
  color: #6d28d9;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c4b5fd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  font-size: 0.51rem;
  font-weight: 900;
  display: flex;
}
.reply-photo input {
  opacity: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}
.customer-reply > small {
  color: #166534;
  grid-column: 1/-1;
  font-size: 0.48rem;
}
.package-preview figure img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
  display: block;
}
.media-empty {
  text-align: center;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 18px;
  display: flex !important;
}
.media-empty > span {
  background: 0 0 !important;
  width: auto !important;
  height: auto !important;
  font-size: 1.25rem !important;
  display: block !important;
}
.media-empty b {
  font-size: 0.58rem;
}
.media-empty p {
  color: #64748b;
  margin: 3px 0;
  font-size: 0.48rem;
}
.media-empty.admin {
  margin-top: 14px;
}
.published-media {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 11px;
  margin-top: 18px;
  padding: 13px;
}
.published-media > small {
  color: #166534;
  letter-spacing: 0.08em;
  font-size: 0.45rem;
  font-weight: 900;
}
.published-media > div {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 9px;
  display: grid;
}
.published-media figure {
  margin: 0;
}
.published-media figure > img,
.published-media figure > span {
  aspect-ratio: 1;
  object-fit: cover;
  background: #fff;
  border-radius: 8px;
  place-items: center;
  width: 100%;
  font-size: 1.2rem;
  display: grid;
}
.published-media figcaption {
  color: #475569;
  margin-top: 4px;
  font-size: 0.46rem;
}
.published-media > p {
  color: #166534;
  margin: 9px 0 0;
  font-size: 0.48rem;
}
.security-checklist {
  background: #f8fafc;
  border-radius: 11px;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 15px;
  padding: 14px;
  display: grid;
}
.security-checklist > b {
  grid-column: 1/-1;
  font-size: 0.61rem;
}
.security-checklist span {
  color: #475569;
  font-size: 0.51rem;
}
@media (width<=780px) {
  .customer-reply {
    grid-template-columns: 1fr;
  }
  .customer-reply > small {
    grid-column: auto;
  }
  .published-media > div {
    grid-template-columns: 1fr 1fr;
  }
  .security-checklist {
    grid-template-columns: 1fr;
  }
  .security-checklist > b {
    grid-column: auto;
  }
  .message-thread > .thread-message {
    width: 95%;
  }
}
:root {
  --orange: #f97316;
  --orange-dark: #ea580c;
  --orange-light: #fff7ed;
  --purple: #2563eb;
  --purple-dark: #1d4ed8;
  --purple-light: #eff6ff;
  --teal: #0f766e;
  --green: #059669;
  --dark: #0f172a;
  --navy: #172554;
  --warm: #fffbf7;
  --text: #1e293b;
  --muted: #64748b;
  --line: #e2e8f0;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--warm);
  color: var(--text);
  margin: 0;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
.logo-word {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
.site-root {
  background: #fff;
  min-height: 100vh;
  overflow: hidden;
}
.shell {
  width: min(1180px, 100% - 40px);
  margin: 0 auto;
}
.section-intro {
  text-align: center;
  max-width: 650px;
  color: var(--muted);
  margin: -12px auto 42px;
  font-size: 1rem;
}
.center {
  text-align: center;
  margin-top: 34px;
}
.utility-bar {
  color: #fff;
  background: linear-gradient(90deg, var(--purple), var(--orange));
  height: 34px;
  font-size: 0.76rem;
  font-weight: 700;
}
.utility-inner {
  justify-content: space-between;
  align-items: center;
  height: 34px;
  display: flex;
}
.utility-inner label {
  background: #ffffff21;
  border: 1px solid #ffffff38;
  border-radius: 20px;
  align-items: center;
  width: 290px;
  display: flex;
  overflow: hidden;
}
.utility-inner label span {
  margin: 0 5px 0 11px;
  font-size: 1rem;
}
.utility-inner input {
  color: #fff;
  background: 0 0;
  border: 0;
  outline: 0;
  width: 100%;
  height: 26px;
  font-size: 0.74rem;
}
.utility-inner input::placeholder {
  color: #ffffffbf;
}
.utility-inner > div {
  gap: 18px;
  display: flex;
}
.utility-inner button {
  color: #fff;
  background: 0 0;
  border: 0;
  font-size: 0.73rem;
  font-weight: 700;
}
.main-nav {
  z-index: 1000;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #fffffff5;
  border-bottom: 1px solid #e2e8f0e6;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 24px #0f172a0f;
}
.nav-inner {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 70px;
  display: flex;
}
.logo-button {
  background: 0 0;
  border: 0;
  padding: 0;
}
.logo-lockup {
  white-space: nowrap;
  align-items: center;
  gap: 10px;
  display: inline-flex;
}
.logo-mark {
  color: #fff;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--purple), var(--orange));
  border-radius: 12px;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 0.88rem;
  font-weight: 900;
  display: grid;
  box-shadow: 0 8px 20px #7c3aed33;
}
.logo-word {
  letter-spacing: -0.06em;
  color: var(--dark);
  font-size: 1.45rem;
  font-weight: 900;
}
.logo-word span {
  color: var(--purple);
}
.logo-word.light {
  color: #fff;
}
.logo-word.light span {
  color: #fb923c;
}
.desktop-nav {
  align-items: center;
  gap: 4px;
  display: flex;
}
.desktop-nav button {
  color: #475569;
  background: 0 0;
  border: 0;
  border-radius: 9px;
  padding: 10px 14px;
  font-size: 0.84rem;
  font-weight: 800;
  position: relative;
}
.desktop-nav button:hover,
.desktop-nav button.active {
  color: var(--orange);
}
.desktop-nav button.active:after {
  content: "";
  background: linear-gradient(90deg, var(--orange), var(--purple));
  border-radius: 3px;
  width: 50%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 25%;
}
.desktop-nav button.shop-link,
.desktop-nav button.order-link {
  background: var(--orange-light);
  color: var(--orange-dark);
}
.nav-actions {
  align-items: center;
  gap: 10px;
  display: flex;
}
.icon-action {
  width: 38px;
  height: 38px;
  color: var(--dark);
  background: #f8fafc;
  border: 0;
  border-radius: 11px;
  font-size: 1.35rem;
  position: relative;
}
.badge {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 19px;
  height: 19px;
  font-size: 0.62rem;
  display: grid;
  position: absolute;
  top: -5px;
  right: -5px;
}
.badge.purple {
  background: var(--purple);
}
.badge.orange {
  background: var(--orange);
}
.login-link {
  color: #475569;
  background: 0 0;
  border: 0;
  font-size: 0.83rem;
  font-weight: 800;
}
.menu-button {
  background: #f1f5f9;
  border: 0;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-size: 1.3rem;
  display: none;
}
.mobile-menu {
  z-index: 3000;
  background: #fff;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  display: flex;
  position: fixed;
  inset: 0;
}
.mobile-menu > .logo-lockup {
  margin-bottom: 30px;
}
.mobile-menu > button:not(.mobile-close):not(.btn) {
  border: 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
  background: 0 0;
  justify-content: space-between;
  padding: 18px 0;
  font-size: 1.3rem;
  font-weight: 800;
  display: flex;
}
.mobile-close {
  background: #f1f5f9;
  border: 0;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  font-size: 1.8rem;
  position: absolute;
  top: 26px;
  right: 26px;
}
.btn {
  letter-spacing: 0.01em;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 22px;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: none;
  transition: all 0.25s;
  display: inline-flex;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 10px 25px #f973163b;
}
.btn-primary:hover {
  box-shadow: 0 15px 35px #f9731657;
}
.btn-secondary {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
}
.btn-outline {
  color: var(--purple);
  background: #fff;
  border-color: #c4b5fd;
}
.btn-glass {
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffff14;
  border-color: #ffffff47;
}
.pulse {
  animation: 2.4s infinite pulseGlow;
}
.nav-signup {
  min-height: 40px;
  padding: 0 17px;
}
.button-row {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}
.transition-line {
  z-index: 5000;
  background: linear-gradient(90deg, var(--orange), var(--purple), var(--teal));
  opacity: 0;
  width: 100%;
  height: 3px;
  position: fixed;
  top: 34px;
  left: -100%;
}
.transition-line.run {
  opacity: 1;
  animation: 0.36s both transitionRun;
}
.hero {
  color: #fff;
  background: radial-gradient(circle at 15% 70%, #7c3aed2b, #0000 32%),
    radial-gradient(circle at 90% 5%, #0891b226, #0000 25%),
    linear-gradient(135deg, #0b1220 0%, #16143a 100%);
  min-height: 650px;
  position: relative;
}
.hero:before,
.problem-section:before,
.placeholder-hero:before {
  content: "";
  pointer-events: none;
  opacity: 0.12;
  background-image: radial-gradient(circle, #fff 1px, #0000 1px);
  background-size: 24px 24px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 35%, #000);
  mask-image: linear-gradient(90deg, #0000, #000 35%, #000);
}
.hero-grid {
  z-index: 1;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 58px;
  min-height: 650px;
  padding-top: 42px;
  padding-bottom: 52px;
  display: grid;
  position: relative;
}
.hero-copy {
  animation: 0.8s both fadeSlideUp;
}
.hero-pill,
.eyebrow {
  color: #fdba74;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #f973161a;
  border: 1px solid #f973167a;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 7px 13px;
  font-size: 0.69rem;
  font-weight: 900;
  display: inline-flex;
}
.hero-pill i {
  background: #4ade80;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  animation: 1.6s infinite blink;
  box-shadow: 0 0 0 5px #4ade801a;
}
.hero h1 {
  letter-spacing: -0.055em;
  max-width: 700px;
  margin: 22px 0 18px;
  font-size: clamp(2.65rem, 5.3vw, 4.4rem);
  font-weight: 900;
  line-height: 1.02;
}
.gradient-text {
  background: linear-gradient(
      90deg,
      #fb923c,
      #f97316,
      #a78bfa,
      #22d3ee,
      #fb923c
    )
    0 0/300%;
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
  animation: 5s linear infinite gradientShift;
  display: inline;
}
.hero-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 25px 0;
  display: grid;
}
.hero-metrics span {
  color: #cbd5e1;
  background: #ffffff0e;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 0.75rem;
}
.hero-metrics b {
  color: #fff;
}
.trust-line {
  align-items: center;
  gap: 13px;
  margin-top: 27px;
  display: flex;
}
.trust-line > span:last-child {
  flex-direction: column;
  display: flex;
}
.trust-line b {
  font-size: 0.73rem;
}
.trust-line small {
  color: #94a3b8;
  font-size: 0.66rem;
}
.avatars {
  display: flex;
}
.avatars i {
  border: 2px solid var(--dark);
  background: linear-gradient(135deg, var(--purple), var(--orange));
  border-radius: 50%;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-left: -6px;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 900;
  display: grid;
}
.avatars i:first-child {
  margin-left: 0;
}
.map-card {
  background: #020617cc;
  border: 1px solid #94a3b833;
  border-radius: 24px;
  padding: 13px;
  box-shadow: 0 30px 70px #00000047;
}
.map-topline {
  color: #64748b;
  letter-spacing: 0.12em;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 9px;
  font-size: 0.57rem;
  display: flex;
}
.map-topline span {
  color: #94a3b8;
}
.map-topline i {
  background: #4ade80;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin-right: 4px;
  display: inline-block;
}
.map-card svg {
  border-radius: 18px;
  width: 100%;
  display: block;
}
.map-card text {
  fill: #cbd5e1;
  font-size: 8px;
  font-weight: 700;
}
.map-card .india-label {
  fill: #fb923c;
  font-size: 9px;
  font-weight: 900;
}
.continent {
  fill: #17253a;
  stroke: #25344b;
  stroke-width: 1px;
}
.route {
  fill: none;
  stroke: url(#route);
  stroke-width: 1.2px;
  stroke-dasharray: 6 6;
  opacity: 0.66;
  animation: 5s linear infinite dash;
}
.route-1 {
  animation-delay: 0.4s;
}
.route-2 {
  animation-delay: 0.8s;
}
.route-3 {
  animation-delay: 1.2s;
}
.route-4 {
  animation-delay: 1.6s;
}
.india-ring {
  fill: none;
  stroke: #f97316;
  stroke-width: 1px;
  transform-origin: 275px 145px;
  animation: 2.4s infinite ringPulse;
}
.india-ring.r2 {
  animation-delay: 1.2s;
}
.map-caption {
  justify-content: space-between;
  align-items: center;
  padding: 8px 5px 2px;
  display: flex;
}
.map-caption b {
  font-size: 0.72rem;
}
.map-caption span {
  color: #64748b;
  font-size: 0.54rem;
}
.map-stats {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
  display: grid;
}
.map-stats > span {
  background: #ffffff0f;
  border: 1px solid #ffffff1c;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 28px auto;
  padding: 10px;
  display: grid;
}
.map-stats i {
  color: #fb923c;
  background: #f9731626;
  border-radius: 7px;
  grid-row: 1/3;
  place-items: center;
  width: 24px;
  height: 24px;
  font-style: normal;
  display: grid;
}
.map-stats b {
  font-size: 0.78rem;
}
.map-stats small {
  color: #64748b;
  text-transform: uppercase;
  font-size: 0.54rem;
}
.stats-bar {
  border-top: 4px solid var(--orange);
  background: #fff;
  box-shadow: 0 12px 30px #0f172a0d;
}
.stats-grid {
  grid-template-columns: repeat(4, 1fr);
  padding: 25px 0;
  display: grid;
}
.stats-grid > div {
  border-right: 1px solid var(--line);
  flex-direction: column;
  align-items: center;
  display: flex;
}
.stats-grid > div:last-child {
  border-right: 0;
}
.stats-grid strong {
  color: var(--dark);
  letter-spacing: -0.05em;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}
.stats-grid strong span {
  color: var(--orange);
  font-size: 0.8em;
}
.stats-grid small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 5px;
  font-size: 0.68rem;
  font-weight: 800;
}
.brand-marquee {
  color: #78350f;
  white-space: nowrap;
  background: linear-gradient(135deg, #fff7ed, #fef3c7);
  padding: 16px 0;
  overflow: hidden;
}
.brand-marquee > div {
  letter-spacing: 0.03em;
  width: max-content;
  font-size: 0.82rem;
  font-weight: 900;
  animation: 26s linear infinite marquee;
}
.brand-marquee i {
  color: var(--orange);
  margin: 0 22px;
  font-style: normal;
}
.section-title {
  text-align: center;
  margin-bottom: 16px;
}
.section-title .eyebrow {
  color: var(--orange-dark);
  background: linear-gradient(135deg, #fff7ed, #f5f3ff);
  border-color: #fed7aa;
}
.section-title h2 {
  max-width: 820px;
  color: var(--dark);
  letter-spacing: -0.045em;
  margin: 17px auto 14px;
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 900;
  line-height: 1.08;
}
.section-title.light h2 {
  color: #fff;
}
.title-bar {
  background: linear-gradient(90deg, var(--orange), var(--purple));
  border-radius: 4px;
  width: 62px;
  height: 4px;
  margin: auto;
  display: block;
}
.services-section {
  background: #fff;
}
.service-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
}
.service-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 22px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 35px #0f172a12;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px #0f172a1f;
}
.service-art {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.service-art:before {
  content: "";
  opacity: 0.32;
  background-image: radial-gradient(circle, #ffffff59 1px, #0000 1px);
  background-size: 17px 17px;
  position: absolute;
  inset: 0;
}
.service-card.orange .service-art {
  background: linear-gradient(135deg, #fb923c, #ea580c);
}
.service-card.teal .service-art {
  background: linear-gradient(135deg, #22d3ee, #0e7490);
}
.service-card.purple .service-art {
  background: linear-gradient(135deg, #a78bfa, #6d28d9);
}
.service-art > span {
  z-index: 1;
  background: #ffffff29;
  border: 1px solid #ffffff59;
  border-radius: 20px;
  place-items: center;
  width: 72px;
  height: 72px;
  font-size: 2.4rem;
  font-weight: 200;
  animation: 3s ease-in-out infinite floatY;
  display: grid;
  position: relative;
  box-shadow: 0 15px 35px #00000026;
}
.service-art > small {
  z-index: 1;
  letter-spacing: 0.08em;
  background: #0f172a33;
  border-radius: 7px;
  padding: 5px 8px;
  font-size: 0.55rem;
  font-weight: 900;
  position: absolute;
  top: 13px;
  left: 14px;
}
.service-art > b {
  z-index: 1;
  letter-spacing: 0.12em;
  font-size: 0.55rem;
  position: absolute;
  bottom: 12px;
  right: 14px;
}
.card-kicker {
  color: var(--orange);
  letter-spacing: 0.1em;
  font-size: 0.61rem;
  font-weight: 900;
}
.service-body h3 {
  margin: 7px 0;
  font-size: 1.34rem;
  font-weight: 900;
}
.service-body p {
  min-height: 76px;
  color: var(--muted);
  margin: 0;
  font-size: 0.83rem;
}
.service-body ul {
  border-top: 1px solid #f1f5f9;
  margin: 0;
  padding: 12px 0 8px;
  list-style: none;
}
.service-body li {
  color: #475569;
  margin: 5px 0;
  font-size: 0.76rem;
  font-weight: 700;
}
.service-body li:first-letter {
  color: var(--green);
}
.text-link {
  color: var(--orange-dark);
  background: 0 0;
  border: 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 900;
}
.service-card.teal .text-link {
  color: var(--teal);
}
.service-card.purple .text-link {
  color: var(--purple);
}
.combine-banner {
  color: #fff;
  background: radial-gradient(circle at 90% 20%, #7c3aed4d, transparent 25%),
    linear-gradient(135deg, var(--dark), var(--navy));
  border-radius: 24px;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 30px;
  margin-top: 24px;
  padding: 28px 30px;
  display: grid;
}
.combine-kicker {
  color: #fdba74;
  letter-spacing: 0.15em;
  font-size: 0.58rem;
  font-weight: 900;
}
.combine-banner h3 {
  margin: 5px 0;
  font-size: 1.42rem;
  font-weight: 900;
}
.combine-banner h3 em {
  color: #fb923c;
  font-style: normal;
}
.combine-banner p {
  color: #94a3b8;
  margin: 0;
  font-size: 0.77rem;
}
.combine-flow {
  justify-content: flex-end;
  align-items: center;
  gap: 7px;
  display: flex;
}
.combine-flow > span {
  background: #ffffff12;
  border: 1px solid #ffffff29;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 68px;
  font-size: 1.3rem;
  display: flex;
}
.combine-flow small {
  color: #cbd5e1;
  font-size: 0.52rem;
}
.combine-flow > b {
  color: #fb923c;
  animation: 2s infinite bounce;
}
.combine-flow .combine-result {
  border-color: #f97316b3;
  box-shadow: 0 0 25px #f9731647;
}
.steps-section {
  background: linear-gradient(#fff, #fffbf7);
}
.steps-row {
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 45px;
  display: grid;
  position: relative;
}
.steps-row:before {
  content: "";
  background: linear-gradient(
    90deg,
    var(--purple),
    var(--orange),
    var(--teal),
    var(--green)
  );
  opacity: 0.35;
  height: 3px;
  position: absolute;
  top: 34px;
  left: 9%;
  right: 9%;
}
.step-card {
  text-align: center;
  padding: 0 13px;
  position: relative;
}
.step-icon {
  z-index: 1;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--orange));
  border: 6px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 13px;
  font-size: 1.5rem;
  display: grid;
  position: relative;
  box-shadow: 0 10px 30px #7c3aed33;
}
.step-card > b {
  z-index: 2;
  background: var(--orange);
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 25px;
  height: 25px;
  font-size: 0.53rem;
  display: grid;
  position: absolute;
  top: -10px;
  left: calc(50% + 18px);
}
.step-card h3 {
  margin: 0;
  font-size: 0.91rem;
  font-weight: 900;
}
.step-card p {
  color: var(--muted);
  margin: 7px 0 0;
  font-size: 0.72rem;
}
.delivery-bar {
  color: #fff;
  background: linear-gradient(90deg, #c2410c, #f97316, #ea580c);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 76px;
  margin-top: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 35px #f9731633;
}
.delivery-bar:before {
  content: "";
  background: linear-gradient(90deg, #0000 49.5%, #ffffff21 50%, #0000 50.5%) 0
    0/24px;
  position: absolute;
  inset: 0;
}
.delivery-bar b {
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #0f172a47;
  border-radius: 10px;
  padding: 9px 16px;
  font-size: 0.69rem;
  position: relative;
}
.delivery-bar .parcel,
.delivery-bar .plane,
.delivery-bar .home {
  font-size: 1.4rem;
  position: absolute;
}
.delivery-bar .parcel {
  animation: 6s infinite deliverySlide1;
  left: 6%;
}
.delivery-bar .plane {
  animation: 6s infinite deliverySlide2;
  left: 55%;
}
.delivery-bar .home {
  right: 5%;
}
.problem-section {
  color: #fff;
  background: radial-gradient(circle at 20% 10%, #f9731621, transparent 25%),
    linear-gradient(135deg, var(--dark), var(--navy));
  position: relative;
}
.problem-section > .shell {
  z-index: 1;
  position: relative;
}
.benefit-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
  display: grid;
}
.benefit-grid article {
  background: #ffffff0e;
  border: 1px solid #ffffff1a;
  border-radius: 19px;
  padding: 26px;
}
.benefit-grid article > span {
  color: #fb923c;
  letter-spacing: 0.12em;
  font-size: 0.66rem;
  font-weight: 900;
}
.benefit-grid h3 {
  margin: 11px 0 7px;
  font-size: 1.18rem;
}
.benefit-grid p {
  color: #94a3b8;
  min-height: 70px;
  margin: 0;
  font-size: 0.78rem;
}
.benefit-grid article > div {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  padding-top: 15px;
  display: flex;
}
.benefit-grid b {
  font-size: 0.61rem;
}
.benefit-grid i {
  color: #fb923c;
  font-style: normal;
}
.product-strip {
  scrollbar-width: none;
  grid-template-columns: repeat(6, minmax(210px, 1fr));
  gap: 15px;
  padding: 5px 4px 22px;
  display: grid;
  overflow-x: auto;
}
.product-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  min-width: 210px;
  transition: all 0.25s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 25px #0f172a0f;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px #0f172a1c;
}
.product-visual {
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  border: 0;
  width: 100%;
  height: 150px;
  position: relative;
}
.product-visual[data-tone="blue"],
.modal-visual[data-tone="blue"] {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
}
.product-visual[data-tone="orange"],
.modal-visual[data-tone="orange"] {
  background: linear-gradient(135deg, #ffedd5, #fed7aa);
}
.product-visual[data-tone="pink"],
.modal-visual[data-tone="pink"] {
  background: linear-gradient(135deg, #fce7f3, #fbcfe8);
}
.product-visual[data-tone="teal"],
.modal-visual[data-tone="teal"] {
  background: linear-gradient(135deg, #ccfbf1, #a5f3fc);
}
.product-visual:after {
  content: "";
  opacity: 0.7;
  background-image: radial-gradient(circle, #fff 1px, #0000 1px);
  background-size: 15px 15px;
  position: absolute;
  inset: 0;
}
.product-emoji {
  z-index: 1;
  filter: drop-shadow(0 12px 12px #0f172a24);
  font-size: 3.5rem;
  transition: all 0.3s;
  display: block;
  position: relative;
}
.product-visual:hover .product-emoji {
  transform: scale(1.08) rotate(-3deg);
}
.product-visual small {
  z-index: 1;
  color: #475569;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.52rem;
  font-weight: 900;
  position: absolute;
  bottom: 9px;
  left: 12px;
}
.sale-chip {
  z-index: 2;
  background: var(--orange);
  color: #fff;
  border-radius: 6px;
  padding: 4px 7px;
  font-size: 0.55rem;
  font-weight: 900;
  position: absolute;
  top: 9px;
  left: 9px;
}
.wish-button {
  z-index: 3;
  width: 30px;
  height: 30px;
  color: var(--purple);
  background: #ffffffeb;
  border: 0;
  border-radius: 50%;
  place-items: center;
  font-size: 1.1rem;
  display: grid;
  position: absolute;
  top: 9px;
  right: 9px;
  box-shadow: 0 5px 15px #0f172a1f;
}
.wish-button.wished {
  color: #e11d48;
  background: #fff1f2;
}
.product-copy {
  padding: 16px;
}
.category-label {
  color: var(--orange-dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.54rem;
  font-weight: 900;
  display: block;
}
.product-copy h3 {
  cursor: pointer;
  height: 40px;
  margin: 6px 0;
  font-size: 0.83rem;
  font-weight: 800;
  line-height: 1.25;
  overflow: hidden;
}
.rating {
  align-items: center;
  gap: 7px;
  display: flex;
}
.rating span {
  color: #b45309;
  font-size: 0.68rem;
  font-weight: 900;
}
.rating small {
  color: #94a3b8;
  font-size: 0.54rem;
}
.price-row {
  align-items: baseline;
  gap: 7px;
  margin: 9px 0;
  display: flex;
}
.price-row b {
  color: var(--dark);
  font-size: 1rem;
}
.price-row del {
  color: #94a3b8;
  font-size: 0.62rem;
}
.product-add {
  border-radius: 9px;
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  font-size: 0.67rem;
}
.product-add span {
  font-size: 1rem;
}
.testimonials {
  background: linear-gradient(135deg, #fffbf7, #fff7ed);
}
.review-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 38px;
  display: grid;
}
.review-grid article {
  background: #ffffffe6;
  border: 1px solid #fed7aa;
  border-radius: 19px;
  padding: 25px;
  box-shadow: 0 8px 25px #7c2d120f;
}
.review-grid article > div {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 42px auto;
  display: grid;
}
.review-grid article > div > span {
  background: linear-gradient(135deg, var(--orange), var(--purple));
  color: #fff;
  border-radius: 50%;
  grid-row: 1/3;
  place-items: center;
  width: 36px;
  height: 36px;
  font-size: 0.63rem;
  font-weight: 900;
  display: grid;
}
.review-grid b {
  font-size: 0.76rem;
}
.review-grid em {
  color: #f59e0b;
  letter-spacing: 0.08em;
  font-size: 0.63rem;
  font-style: normal;
}
.review-grid p {
  color: #475569;
  min-height: 74px;
  margin: 15px 0;
  font-size: 0.8rem;
  line-height: 1.75;
}
.review-grid small {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.57rem;
}
.faq-section {
  background: linear-gradient(135deg, #f5f3ff, #ede9fe);
}
.faq-shell {
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 65px;
  display: grid;
}
.faq-shell > .section-title,
.faq-shell > div:first-child .section-title {
  text-align: left;
}
.faq-shell > div:first-child .title-bar {
  margin-left: 0;
}
.faq-shell > div:first-child p {
  color: var(--muted);
  margin: 20px 0;
  font-size: 0.85rem;
}
.accordion {
  flex-direction: column;
  gap: 9px;
  display: flex;
}
.accordion article {
  background: #fff;
  border: 1px solid #ddd6fe;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 5px 20px #4c1d950d;
}
.accordion button {
  text-align: left;
  width: 100%;
  color: var(--text);
  background: 0 0;
  border: 0;
  justify-content: space-between;
  align-items: center;
  padding: 17px 18px;
  font-size: 0.8rem;
  font-weight: 800;
  display: flex;
}
.accordion button i {
  background: var(--purple-light);
  height: 27px;
  color: var(--purple);
  border-radius: 50%;
  flex: 0 0 27px;
  place-items: center;
  font-size: 1rem;
  font-style: normal;
  display: grid;
}
.accordion article > div {
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s;
  display: grid;
}
.accordion article > div > p {
  color: var(--muted);
  margin: 0;
  padding: 0 18px;
  font-size: 0.76rem;
  overflow: hidden;
}
.accordion article.open > div {
  grid-template-rows: 1fr;
}
.accordion article.open > div > p {
  padding-bottom: 18px;
}
.accordion article.open {
  border-color: #c4b5fd;
}
.contact-band {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), #5b21b6);
  padding: 66px 0;
}
.contact-grid {
  grid-template-columns: 1fr 0.8fr;
  align-items: center;
  gap: 70px;
  display: grid;
}
.contact-grid > div:first-child > span {
  color: #ddd6fe;
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  font-weight: 900;
}
.contact-grid h2 {
  letter-spacing: -0.04em;
  margin: 8px 0;
  font-size: 2.5rem;
}
.contact-grid > div:first-child > p {
  color: #ddd6fe;
  max-width: 560px;
}
.seller-points {
  flex-wrap: wrap;
  gap: 17px;
  margin-top: 20px;
  font-size: 0.72rem;
  display: flex;
}
.contact-card {
  color: var(--dark);
  background: #fff;
  border-radius: 19px;
  padding: 26px;
  box-shadow: 0 30px 70px #1e1b4b4d;
}
.contact-card small {
  color: var(--orange);
  letter-spacing: 0.1em;
  font-weight: 900;
}
.contact-card h3 {
  margin: 6px 0 16px;
  font-size: 1.25rem;
}
.contact-card a {
  background: var(--orange-light);
  color: var(--orange-dark);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
  padding: 12px 14px;
  font-size: 0.75rem;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}
.contact-card a.whatsapp {
  color: #047857;
  background: #ecfdf5;
}
.contact-card p {
  color: #94a3b8;
  margin: 12px 0 0;
  font-size: 0.61rem;
}
footer {
  background: var(--dark);
  color: #fff;
  padding: 58px 0 0;
}
.footer-grid {
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
  display: grid;
}
.footer-grid > div:first-child p {
  color: #94a3b8;
  max-width: 340px;
  font-size: 0.77rem;
}
.socials {
  gap: 8px;
  margin-top: 18px;
  display: flex;
}
.socials a {
  color: #cbd5e1;
  background: #172033;
  border: 1px solid #334155;
  border-radius: 9px;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 0.62rem;
  font-weight: 900;
  text-decoration: none;
  display: grid;
}
.socials a:hover {
  background: var(--orange);
  border-color: var(--orange);
}
.footer-grid h4 {
  color: #f8fafc;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
  font-size: 0.72rem;
}
.footer-grid button,
.footer-grid > div > a {
  color: #94a3b8;
  text-align: left;
  background: 0 0;
  border: 0;
  margin: 9px 0;
  padding: 0;
  font-size: 0.7rem;
  text-decoration: none;
  display: block;
}
.footer-grid button:hover,
.footer-grid > div > a:hover {
  color: #fb923c;
}
.footer-bottom {
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-top: 1px solid #1e293b;
  justify-content: space-between;
  margin-top: 45px;
  padding: 20px 0;
  font-size: 0.58rem;
  display: flex;
}
.floating-shop {
  z-index: 900;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  border: 0;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  height: 45px;
  padding: 0 15px;
  font-size: 0.7rem;
  font-weight: 900;
  animation: 3s infinite floatY;
  display: flex;
  position: fixed;
  bottom: 18px;
  left: 18px;
  box-shadow: 0 12px 30px #f9731659;
}
.drawer-overlay,
.modal-overlay {
  z-index: 4000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #02061794;
  position: fixed;
  inset: 0;
}
.cart-drawer {
  background: #fff;
  flex-direction: column;
  width: min(410px, 100%);
  height: 100%;
  animation: 0.3s drawerIn;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
.drawer-head {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  display: flex;
}
.drawer-head small {
  color: var(--orange);
  letter-spacing: 0.1em;
  font-size: 0.54rem;
  font-weight: 900;
}
.drawer-head h2 {
  margin: 2px 0 0;
  font-size: 1.5rem;
}
.drawer-head h2 span {
  background: var(--orange-light);
  width: 24px;
  height: 24px;
  color: var(--orange);
  border-radius: 50%;
  place-items: center;
  font-size: 0.65rem;
  display: inline-grid;
}
.drawer-head button,
.modal-close {
  background: #f1f5f9;
  border: 0;
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  font-size: 1.4rem;
  display: grid;
}
.cart-items {
  flex: 1;
  padding: 18px;
  overflow: auto;
}
.empty-cart {
  text-align: center;
  padding: 80px 20px;
}
.empty-cart > span {
  font-size: 3.5rem;
}
.empty-cart h3 {
  margin: 15px 0 5px;
}
.empty-cart p {
  color: var(--muted);
  font-size: 0.8rem;
}
.cart-items article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 64px 1fr 20px;
  gap: 12px;
  padding: 13px 0;
  display: grid;
  position: relative;
}
.cart-thumb {
  background: linear-gradient(135deg, #ede9fe, #ffedd5);
  border-radius: 13px;
  place-items: center;
  width: 64px;
  height: 64px;
  font-size: 1.8rem;
  display: grid;
}
.cart-items article > div {
  flex-direction: column;
  display: flex;
}
.cart-items article b {
  font-size: 0.73rem;
}
.cart-items article small {
  color: #94a3b8;
  font-size: 0.58rem;
}
.cart-items article strong {
  color: var(--orange-dark);
  font-size: 0.75rem;
}
.cart-items article div > div {
  border: 1px solid var(--line);
  border-radius: 7px;
  align-items: center;
  width: max-content;
  margin-top: 5px;
  display: flex;
  overflow: hidden;
}
.cart-items article div > div button {
  background: #f8fafc;
  border: 0;
  width: 25px;
  height: 22px;
}
.cart-items article div > div span {
  text-align: center;
  width: 28px;
  font-size: 0.65rem;
}
.cart-items .remove {
  color: #94a3b8;
  background: 0 0;
  border: 0;
}
.cart-footer {
  border-top: 1px solid var(--line);
  padding: 20px;
  box-shadow: 0 -10px 30px #0f172a0a;
}
.cart-footer > div {
  justify-content: space-between;
  display: flex;
}
.cart-footer p {
  background: var(--orange-light);
  color: #9a3412;
  border-radius: 8px;
  padding: 9px;
  font-size: 0.63rem;
}
.cart-footer .btn {
  width: 100%;
  margin-top: 7px;
}
.modal-overlay {
  place-items: center;
  padding: 30px;
  display: grid;
}
.product-modal {
  background: #fff;
  border-radius: 24px;
  grid-template-columns: 0.9fr 1.1fr;
  width: min(920px, 100%);
  max-height: 92vh;
  animation: 0.3s fadeSlideUp;
  display: grid;
  position: relative;
  overflow: auto;
  box-shadow: 0 40px 100px #00000052;
}
.modal-close {
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal-visual {
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 520px;
  display: flex;
}
.modal-visual > span {
  filter: drop-shadow(0 20px 18px #0f172a2e);
  font-size: 8rem;
}
.modal-visual small {
  background: #ffffffbf;
  border-radius: 999px;
  margin-top: 25px;
  padding: 7px 12px;
  font-size: 0.66rem;
  font-weight: 900;
}
.modal-copy {
  padding: 55px 45px;
}
.modal-copy h2 {
  letter-spacing: -0.04em;
  margin: 9px 0;
  font-size: 2rem;
  line-height: 1.1;
}
.modal-copy > p {
  color: var(--muted);
  font-size: 0.82rem;
}
.modal-price {
  background: var(--orange-light);
  border-radius: 12px;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
  padding: 15px;
  display: flex;
}
.modal-price b {
  color: var(--orange-dark);
  font-size: 1.6rem;
}
.modal-price del {
  color: #94a3b8;
}
.modal-price span {
  color: #047857;
  background: #dcfce7;
  border-radius: 7px;
  margin-left: auto;
  padding: 5px 8px;
  font-size: 0.61rem;
  font-weight: 900;
}
.trust-badges {
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin: 18px 0;
  display: grid;
}
.trust-badges span {
  color: #475569;
  background: #f8fafc;
  border-radius: 8px;
  padding: 9px;
  font-size: 0.63rem;
  font-weight: 800;
}
.modal-copy > .btn {
  width: 100%;
  margin-top: 8px;
}
.placeholder-page {
  min-height: 70vh;
}
.placeholder-hero {
  color: #fff;
  background: linear-gradient(135deg, #0b1220, var(--navy));
  align-items: center;
  min-height: 520px;
  display: flex;
  position: relative;
}
.placeholder-hero > .shell {
  z-index: 1;
  position: relative;
}
.placeholder-hero h1 {
  letter-spacing: -0.055em;
  margin: 24px 0 0;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  font-weight: 900;
  line-height: 1;
}
.placeholder-hero h2 {
  letter-spacing: -0.055em;
  margin: 0 0 20px;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  font-weight: 900;
  line-height: 1;
}
.placeholder-hero p {
  color: #cbd5e1;
  max-width: 630px;
}
.placeholder-content {
  text-align: center;
  padding: 70px 0;
}
.placeholder-content h3 {
  font-size: 1.6rem;
}
.placeholder-content p {
  color: var(--muted);
}
.order-india-page {
  background: #f8fafc;
}
.order-hero {
  color: #fff;
  background: radial-gradient(circle at 15% 25%, #f9731633, #0000 27%),
    radial-gradient(circle at 85% 20%, #7c3aed40, #0000 32%),
    linear-gradient(135deg, #090f1d, #1e1b4b);
  padding: 80px 0 74px;
  position: relative;
  overflow: hidden;
}
.order-hero:after {
  content: "";
  opacity: 0.1;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 1px, #0000 1px);
  background-size: 23px 23px;
  position: absolute;
  inset: 0;
}
.order-hero-grid {
  z-index: 1;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 55px;
  display: grid;
  position: relative;
}
.order-hero h1 {
  letter-spacing: -0.055em;
  max-width: 640px;
  margin: 20px 0 16px;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  line-height: 1.02;
}
.order-hero p {
  color: #cbd5e1;
  max-width: 660px;
  margin: 0;
  font-size: 1rem;
}
.marketplace-row {
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
  display: flex;
}
.marketplace-row span {
  background: #ffffff12;
  border: 1px solid #ffffff29;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 0.66rem;
  font-weight: 900;
}
.order-hero-art {
  justify-content: center;
  align-items: center;
  gap: 11px;
  display: flex;
}
.order-hero-art > i {
  color: #fb923c;
  font-size: 1.6rem;
  font-style: normal;
}
.order-hero-art > span {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffff14;
  border: 1px solid #ffffff26;
  border-radius: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 145px;
  font-size: 2rem;
  display: flex;
  box-shadow: 0 22px 45px #0003;
}
.order-hero-art .hub-card {
  color: #fb923c;
  background: linear-gradient(145deg, #f9731640, #7c3aed2e);
  border-color: #f9731699;
  height: 175px;
  font-size: 1.3rem;
  font-weight: 900;
}
.order-hero-art b {
  color: #fff;
  margin-top: 11px;
  font-size: 0.75rem;
}
.order-hero-art small {
  color: #94a3b8;
  margin-top: 3px;
  font-size: 0.54rem;
}
.order-flow-bar {
  border-bottom: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 26px #0f172a0d;
}
.order-flow-bar > .shell {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}
.order-flow-bar span {
  color: #475569;
  align-items: center;
  gap: 11px;
  font-size: 0.72rem;
  font-weight: 900;
  display: flex;
}
.order-flow-bar b {
  background: linear-gradient(135deg, var(--purple), var(--orange));
  color: #fff;
  border-radius: 9px;
  place-items: center;
  width: 29px;
  height: 29px;
  font-size: 0.6rem;
  display: grid;
}
.order-builder {
  padding: 70px 0 84px;
}
.order-builder-grid {
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 22px;
  display: grid;
}
.order-workspace {
  min-width: 0;
}
.import-card,
.product-entry,
.order-items,
.order-sidebar > section {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 34px #0f172a0f;
}
.import-card {
  margin-bottom: 20px;
  overflow: hidden;
}
.import-card-head {
  background: linear-gradient(135deg, #fff7ed, #f5f3ff);
  border-bottom: 1px solid #fed7aa;
  padding: 25px 27px 20px;
}
.import-card-head > span,
.entry-head span {
  color: var(--orange-dark);
  letter-spacing: 0.13em;
  font-size: 0.6rem;
  font-weight: 900;
}
.import-card-head h2,
.entry-head h2 {
  color: var(--dark);
  margin: 4px 0 3px;
  font-size: 1.45rem;
  line-height: 1.2;
}
.import-card-head p {
  color: var(--muted);
  margin: 0;
  font-size: 0.76rem;
}
.import-controls {
  grid-template-columns: 160px minmax(0, 1fr) 190px;
  align-items: end;
  gap: 12px;
  padding: 23px 27px;
  display: grid;
}
.import-controls label,
.product-entry label {
  color: #475569;
  flex-direction: column;
  gap: 6px;
  font-size: 0.65rem;
  font-weight: 900;
  display: flex;
}
.import-controls input,
.import-controls select,
.product-entry input,
.product-entry select,
.product-entry textarea {
  width: 100%;
  min-width: 0;
  color: var(--text);
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  outline: 0;
  padding: 10px 11px;
  font-size: 0.76rem;
  font-weight: 600;
  transition: all 0.2s;
}
.import-controls input,
.import-controls select,
.product-entry input,
.product-entry select {
  height: 43px;
}
.import-controls input:focus,
.import-controls select:focus,
.product-entry input:focus,
.product-entry select:focus,
.product-entry textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px #7c3aed17;
}
.url-field small {
  color: #94a3b8;
  font-size: 0.55rem;
  font-weight: 600;
}
.import-button {
  height: 43px;
  min-height: 43px;
  padding: 0 14px;
  font-size: 0.72rem;
}
.import-button:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}
.button-spinner {
  border: 2px solid #fff6;
  border-top-color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: 0.7s linear infinite spin;
}
.import-alert {
  border-radius: 10px;
  align-items: flex-start;
  gap: 10px;
  margin: 0 27px 20px;
  padding: 12px 14px;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
}
.import-alert > :first-child {
  flex: none;
}
.import-alert.success {
  color: #047857;
  background: #ecfdf5;
}
.import-alert.warning {
  color: #a16207;
  background: #fffbeb;
}
.import-alert.error {
  color: #be123c;
  background: #fff1f2;
}
.import-trust {
  border-top: 1px solid var(--line);
  background: #f8fafc;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.import-trust span {
  border-right: 1px solid var(--line);
  text-align: center;
  color: #64748b;
  padding: 13px 8px;
  font-size: 0.57rem;
  font-weight: 800;
}
.import-trust span:last-child {
  border-right: 0;
}
.product-entry {
  overflow: hidden;
}
.entry-head {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 21px 25px;
  display: flex;
}
.entry-head em {
  background: var(--purple-light);
  color: var(--purple);
  letter-spacing: 0.07em;
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 900;
}
.product-entry-grid {
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 23px;
  padding: 25px;
  display: grid;
}
.imported-image > div {
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  place-items: center;
  height: 210px;
  margin-bottom: 13px;
  display: grid;
  overflow: hidden;
}
.imported-image > div > span {
  font-size: 4rem;
}
.imported-image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 12px;
}
.imported-image p {
  color: #94a3b8;
  margin: 8px 0 0;
  font-size: 0.58rem;
  line-height: 1.5;
}
.product-entry textarea {
  resize: vertical;
}
.dimension-card {
  background: #fafaff;
  border: 1px solid #ddd6fe;
  border-radius: 16px;
  margin: 0 25px 25px;
  overflow: hidden;
}
.dimension-heading {
  border-bottom: 1px solid #ede9fe;
  gap: 12px;
  padding: 18px 20px;
  display: flex;
}
.dimension-heading > span {
  background: #ede9fe;
  border-radius: 11px;
  place-items: center;
  width: 41px;
  height: 41px;
  display: grid;
}
.dimension-heading small {
  color: var(--purple);
  letter-spacing: 0.1em;
  font-size: 0.56rem;
  font-weight: 900;
}
.dimension-heading h3 {
  color: var(--dark);
  margin: 1px 0;
  font-size: 1rem;
}
.dimension-heading p {
  color: var(--muted);
  margin: 0;
  font-size: 0.62rem;
}
.dimension-inputs {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 19px;
  display: grid;
}
.weight-results {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 0 19px 19px;
  display: grid;
}
.weight-results span {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  flex-direction: column;
  padding: 13px;
  display: flex;
}
.weight-results small {
  color: #64748b;
  text-transform: uppercase;
  font-size: 0.55rem;
  font-weight: 800;
}
.weight-results b {
  color: var(--dark);
  margin: 2px 0;
  font-size: 1rem;
}
.weight-results em {
  color: #94a3b8;
  font-size: 0.5rem;
  font-style: normal;
}
.weight-results .billable {
  background: var(--orange-light);
  border-color: #fed7aa;
}
.weight-results .billable b {
  color: var(--orange-dark);
}
.entry-total {
  border-top: 1px solid var(--line);
  background: #f8fafc;
  justify-content: space-between;
  align-items: center;
  padding: 21px 25px;
  display: flex;
}
.entry-total > div {
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 1px 12px;
  display: grid;
}
.entry-total span {
  color: #64748b;
  letter-spacing: 0.08em;
  font-size: 0.55rem;
  font-weight: 900;
}
.entry-total b {
  color: var(--dark);
  font-size: 1.35rem;
}
.entry-total small {
  color: #94a3b8;
  grid-column: 1/-1;
  font-size: 0.54rem;
}
.order-items {
  margin-top: 20px;
  overflow: hidden;
}
.order-items article {
  border-top: 1px solid var(--line);
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 13px 20px;
  display: grid;
}
.order-items article > span {
  background: #f1f5f9;
  border-radius: 10px;
  place-items: center;
  width: 58px;
  height: 58px;
  font-size: 1.5rem;
  display: grid;
  overflow: hidden;
}
.order-items img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.order-items article > div {
  flex-direction: column;
  min-width: 0;
  display: flex;
}
.order-items article small {
  color: var(--purple);
  font-size: 0.53rem;
  font-weight: 900;
}
.order-items article b {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.78rem;
  overflow: hidden;
}
.order-items article em {
  color: #64748b;
  font-size: 0.61rem;
  font-style: normal;
}
.order-items article > button {
  color: #e11d48;
  background: 0 0;
  border: 0;
  font-size: 0.62rem;
  font-weight: 900;
}
.order-submit {
  width: 100%;
  margin-top: 20px;
}
.submit-note {
  color: #64748b;
  text-align: center;
  margin: 10px 12px 0;
  font-size: 0.62rem;
}
.order-sidebar {
  flex-direction: column;
  gap: 16px;
  display: flex;
  position: sticky;
  top: 90px;
}
.order-sidebar > section {
  overflow: hidden;
}
.order-sidebar ol {
  margin: 0;
  padding: 13px 18px;
  list-style: none;
}
.order-sidebar li {
  color: #475569;
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.64rem;
  font-weight: 700;
  display: flex;
}
.order-sidebar li:last-child {
  border: 0;
}
.order-sidebar li b {
  background: var(--purple-light);
  width: 23px;
  height: 23px;
  color: var(--purple);
  border-radius: 7px;
  flex: none;
  place-items: center;
  font-size: 0.55rem;
  display: grid;
}
.supported-card {
  padding: 20px;
}
.supported-card > small {
  color: var(--orange-dark);
  letter-spacing: 0.1em;
  font-size: 0.56rem;
  font-weight: 900;
}
.supported-card h3 {
  margin: 3px 0 13px;
  font-size: 1.05rem;
}
.supported-card > div {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}
.supported-card > div span {
  border: 1px solid var(--line);
  border-radius: 9px;
  align-items: center;
  gap: 7px;
  padding: 8px;
  font-size: 0.58rem;
  font-weight: 800;
  display: flex;
}
.supported-card > div b {
  background: var(--orange-light);
  width: 20px;
  height: 20px;
  color: var(--orange-dark);
  border-radius: 6px;
  place-items: center;
  display: grid;
}
.supported-card p {
  color: var(--muted);
  margin: 12px 0 0;
  font-size: 0.58rem;
}
.import-note {
  gap: 10px;
  padding: 16px;
  display: flex;
  background: #fffbeb !important;
  border-color: #fde68a !important;
}
.import-note > span {
  color: #fff;
  background: #f59e0b;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 25px;
  height: 25px;
  font-weight: 900;
  display: grid;
}
.import-note b {
  color: #92400e;
  font-size: 0.66rem;
}
.import-note p {
  color: #a16207;
  margin: 3px 0 0;
  font-size: 0.56rem;
}
.side-saving {
  padding: 18px;
}
.side-saving b {
  font-size: 0.9rem;
}
.side-saving p {
  color: var(--muted);
  margin: 5px 0 12px;
  font-size: 0.62rem;
}
.side-saving button {
  color: var(--orange-dark);
  background: 0 0;
  border: 0;
  padding: 0;
  font-size: 0.62rem;
  font-weight: 900;
}
.order-assurance {
  background: #fff;
  padding: 80px 0;
}
.order-assurance .shell > div:last-child {
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 34px;
  display: grid;
}
.order-assurance article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  padding: 23px;
  box-shadow: 0 8px 25px #0f172a0d;
}
.order-assurance article > span {
  background: var(--orange-light);
  border-radius: 12px;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 1.2rem;
  display: grid;
}
.order-assurance h3 {
  margin: 14px 0 5px;
  font-size: 0.88rem;
}
.order-assurance p {
  color: var(--muted);
  margin: 0;
  font-size: 0.64rem;
}
.success-modal {
  text-align: center;
  background: #fff;
  border-radius: 22px;
  width: min(520px, 100%);
  max-height: 92vh;
  padding: 36px 34px;
  overflow: auto;
  box-shadow: 0 35px 80px #0f172a4d;
}
.success-check {
  color: #16a34a;
  background: #dcfce7;
  border-radius: 50%;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  font-size: 1.6rem;
  font-weight: 900;
  display: grid;
}
.success-modal h2 {
  margin: 7px 0;
  font-size: 1.65rem;
}
.success-modal > p {
  color: var(--muted);
  margin: 0 auto 18px;
  font-size: 0.73rem;
}
.success-modal .booking-ref {
  margin-bottom: 13px;
}
.order-builder-grid {
  grid-template-columns: minmax(0, 1fr);
}
.order-workspace {
  width: min(100%, 980px);
  margin: auto;
}
.imported-image > div.image-required {
  background: linear-gradient(135deg, #fff7ed, #fffbeb);
  border-color: #fb923c;
}
.imported-image > div > span {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}
.imported-image > div > span small {
  color: #9a3412;
  font-size: 0.62rem;
  font-weight: 900;
}
.entry-total .btn:disabled {
  cursor: not-allowed;
  opacity: 0.45;
  transform: none;
}
.marketplace-picks {
  background: #fff;
  padding: 76px 0 70px;
}
.picks-heading {
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  display: flex;
}
.picks-heading > div:first-child > span {
  color: var(--orange-dark);
  letter-spacing: 0.13em;
  font-size: 0.62rem;
  font-weight: 900;
}
.picks-heading h2 {
  max-width: 720px;
  color: var(--dark);
  letter-spacing: -0.045em;
  margin: 6px 0 8px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}
.picks-heading p {
  max-width: 720px;
  color: var(--muted);
  margin: 0;
  font-size: 0.78rem;
}
.picks-proof {
  background: var(--orange-light);
  border: 1px solid #fed7aa;
  border-radius: 14px;
  flex: none;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  display: flex;
}
.picks-proof b {
  color: var(--orange-dark);
  font-size: 2rem;
  line-height: 1;
}
.picks-proof span {
  color: #9a3412;
  text-transform: uppercase;
  font-size: 0.58rem;
  font-weight: 900;
}
.picks-filters {
  gap: 8px;
  margin: 30px 0 22px;
  padding-bottom: 3px;
  display: flex;
  overflow-x: auto;
}
.picks-filters button {
  border: 1px solid var(--line);
  color: #64748b;
  background: #fff;
  border-radius: 999px;
  flex: none;
  padding: 9px 15px;
  font-size: 0.65rem;
  font-weight: 900;
}
.picks-filters button.active {
  background: linear-gradient(135deg, var(--orange), var(--purple));
  color: #fff;
  border-color: #0000;
  box-shadow: 0 8px 18px #7c3aed26;
}
.picks-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  display: grid;
}
.pick-card {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 17px;
  transition: all 0.25s;
  overflow: hidden;
  box-shadow: 0 8px 25px #0f172a0f;
}
.pick-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px #0f172a1c;
}
.pick-visual {
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
  place-items: center;
  height: 145px;
  display: grid;
  position: relative;
}
.pick-visual.blue {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
}
.pick-visual.orange {
  background: linear-gradient(135deg, #ffedd5, #fed7aa);
}
.pick-visual.pink {
  background: linear-gradient(135deg, #fce7f3, #fbcfe8);
}
.pick-visual.teal {
  background: linear-gradient(135deg, #ccfbf1, #a5f3fc);
}
.pick-visual:after {
  content: "";
  opacity: 0.6;
  background-image: radial-gradient(circle, #fff 1px, #0000 1px);
  background-size: 15px 15px;
  position: absolute;
  inset: 0;
}
.pick-visual > span {
  z-index: 1;
  filter: drop-shadow(0 12px 12px #0f172a24);
  font-size: 3.5rem;
  position: relative;
}
.pick-visual em {
  z-index: 2;
  color: #fff;
  background: #0f172ac7;
  border-radius: 7px;
  padding: 5px 8px;
  font-size: 0.53rem;
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: 11px;
  left: 11px;
}
.pick-copy {
  padding: 16px;
}
.pick-copy > small {
  color: var(--orange-dark);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.54rem;
  font-weight: 900;
}
.pick-copy h3 {
  min-height: 42px;
  color: var(--dark);
  margin: 5px 0 10px;
  font-size: 0.86rem;
  line-height: 1.35;
}
.pick-copy > div {
  border-top: 1px solid #f1f5f9;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 10px;
  display: flex;
}
.pick-copy > div span {
  color: #94a3b8;
  font-size: 0.54rem;
}
.pick-copy > div b {
  font-size: 1rem;
}
.pick-copy > button {
  background: var(--orange-light);
  width: 100%;
  color: var(--orange-dark);
  border: 1px solid #fed7aa;
  border-radius: 9px;
  margin-top: 11px;
  padding: 9px;
  font-size: 0.62rem;
  font-weight: 900;
}
.pick-copy > button:hover {
  background: var(--orange);
  color: #fff;
}
.picks-disclaimer {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 12px;
  align-items: flex-start;
  gap: 11px;
  margin-top: 20px;
  padding: 14px 17px;
  display: flex;
}
.picks-disclaimer > span {
  color: #fff;
  background: #f59e0b;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 0.65rem;
  font-weight: 900;
  display: grid;
}
.picks-disclaimer p {
  color: #92400e;
  margin: 0;
  font-size: 0.63rem;
}
.shop-hero {
  color: #fff;
  background: radial-gradient(circle at 75% 20%, #f9731629, transparent 30%),
    linear-gradient(135deg, #0b1220, var(--navy));
  padding: 64px 0;
}
.shop-hero-inner {
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 65px;
  display: grid;
}
.shop-hero h1 {
  letter-spacing: -0.055em;
  max-width: 780px;
  margin: 18px 0 12px;
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  font-weight: 900;
  line-height: 1.02;
}
.shop-hero p {
  color: #cbd5e1;
  max-width: 650px;
  margin: 0;
}
.shop-hero-card {
  background: #ffffff12;
  border: 1px solid #ffffff29;
  border-radius: 20px;
  flex-direction: column;
  padding: 25px;
  display: flex;
  box-shadow: 0 25px 60px #0003;
}
.shop-hero-card > span {
  color: #fdba74;
  letter-spacing: 0.12em;
  font-size: 0.58rem;
  font-weight: 900;
}
.shop-hero-card strong {
  color: #fff;
  font-size: 4.5rem;
  line-height: 1;
}
.shop-hero-card b {
  font-size: 0.85rem;
}
.shop-hero-card small {
  color: #94a3b8;
  margin-top: 10px;
  font-size: 0.6rem;
}
.shop-toolbar {
  z-index: 100;
  border-bottom: 1px solid var(--line);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: #fffffff5;
  padding: 12px 0;
  position: sticky;
  top: 70px;
}
.shop-toolbar > .shell {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}
.shop-search {
  border: 1px solid var(--line);
  background: #f8fafc;
  border-radius: 11px;
  flex: 1;
  align-items: center;
  gap: 8px;
  max-width: 450px;
  height: 42px;
  padding: 0 13px;
  display: flex;
}
.shop-search input {
  background: 0 0;
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 0.76rem;
}
.toolbar-actions {
  align-items: center;
  gap: 12px;
  display: flex;
}
.toolbar-actions > span {
  color: var(--muted);
  font-size: 0.67rem;
}
.toolbar-actions select,
.admin-button {
  border: 1px solid var(--line);
  color: #475569;
  background: #fff;
  border-radius: 9px;
  height: 38px;
  padding: 0 10px;
  font-size: 0.65rem;
  font-weight: 800;
}
.admin-button {
  color: var(--orange-dark);
  background: var(--orange-light);
  border-color: #fed7aa;
}
.shop-categories {
  background: linear-gradient(135deg, #fff7ed, #f5f3ff);
  padding: 12px 0;
}
.shop-categories > .shell {
  scrollbar-width: none;
  gap: 7px;
  display: flex;
  overflow-x: auto;
}
.shop-categories button {
  white-space: nowrap;
  border: 1px solid var(--line);
  color: #475569;
  background: #fff;
  border-radius: 999px;
  padding: 8px 13px;
  font-size: 0.67rem;
  font-weight: 800;
}
.shop-categories button.active {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--purple));
  border-color: #0000;
  box-shadow: 0 7px 18px #7c3aed33;
}
.shop-main {
  background: #f8fafc;
  padding: 36px 0 80px;
}
.shop-layout {
  grid-template-columns: 245px 1fr;
  align-items: start;
  gap: 24px;
  display: grid;
}
.filter-panel {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  position: sticky;
  top: 144px;
  box-shadow: 0 8px 30px #0f172a0d;
}
.filter-close {
  display: none;
}
.filter-heading {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: end;
  padding-bottom: 13px;
  display: flex;
}
.filter-heading small,
.catalog-top > div > span {
  color: var(--orange);
  letter-spacing: 0.12em;
  font-size: 0.53rem;
  font-weight: 900;
}
.filter-heading h2,
.catalog-top h2 {
  margin: 1px 0 0;
  font-size: 1.05rem;
}
.filter-heading button {
  color: var(--orange);
  background: 0 0;
  border: 0;
  font-size: 0.59rem;
  font-weight: 900;
}
.filter-panel fieldset {
  border: 0;
  border-bottom: 1px solid var(--line);
  margin: 0;
  padding: 15px 0 8px;
}
.filter-panel legend {
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 7px;
  font-size: 0.64rem;
  font-weight: 900;
}
.filter-panel fieldset > label {
  color: #475569;
  align-items: center;
  gap: 7px;
  margin: 7px 0;
  font-size: 0.67rem;
  display: flex;
}
.filter-panel fieldset > label small {
  color: #94a3b8;
  margin-left: auto;
}
.filter-panel input[type="radio"] {
  accent-color: var(--orange);
}
.filter-panel select,
.price-inputs input {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  width: 100%;
  height: 36px;
  padding: 0 8px;
  font-size: 0.65rem;
}
.price-inputs {
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  display: grid;
}
.filter-note {
  background: var(--purple-light);
  border-radius: 11px;
  margin-top: 15px;
  padding: 13px;
}
.filter-note b {
  font-size: 0.7rem;
}
.filter-note p {
  color: var(--muted);
  margin: 3px 0;
  font-size: 0.62rem;
}
.filter-note button {
  color: var(--purple);
  background: 0 0;
  border: 0;
  padding: 0;
  font-size: 0.6rem;
  font-weight: 900;
}
.catalog-top {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 18px;
  display: flex;
}
.view-toggle {
  border: 1px solid var(--line);
  border-radius: 9px;
  display: flex;
  overflow: hidden;
}
.view-toggle button {
  height: 34px;
  color: var(--muted);
  background: #fff;
  border: 0;
  padding: 0 10px;
  font-size: 0.62rem;
  font-weight: 800;
}
.view-toggle button.active {
  background: var(--dark);
  color: #fff;
}
.product-grid.grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  display: grid;
}
.product-grid .product-card {
  min-width: 0;
}
.product-grid.list {
  grid-template-columns: 1fr;
  gap: 12px;
  display: grid;
}
.product-grid.list .product-card {
  grid-template-columns: 185px 1fr;
  display: grid;
}
.product-grid.list .product-visual {
  height: 100%;
  min-height: 190px;
}
.product-grid.list .wish-button {
  left: 145px;
  right: auto;
}
.product-grid.list .product-copy {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 7px 20px;
  display: grid;
}
.product-grid.list .category-label,
.product-grid.list h3,
.product-grid.list .rating {
  grid-column: 1;
}
.product-grid.list .price-row,
.product-grid.list .product-add {
  grid-column: 2;
}
.product-grid.list h3 {
  height: auto;
  font-size: 1rem;
}
.no-results {
  text-align: center;
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  padding: 80px 20px;
}
.no-results > span {
  font-size: 2.5rem;
}
.no-results h3 {
  margin: 12px 0 3px;
}
.no-results p {
  color: var(--muted);
  font-size: 0.78rem;
}
.mobile-filter-button {
  display: none;
}
.shop-crosssell {
  background: linear-gradient(135deg, var(--dark), var(--navy));
  color: #fff;
  padding: 45px 0;
}
.shop-crosssell > .shell {
  grid-template-columns: 1.35fr repeat(3, 1fr);
  align-items: center;
  gap: 10px;
  display: grid;
}
.shop-crosssell > div > div > span {
  color: #fb923c;
  letter-spacing: 0.12em;
  font-size: 0.55rem;
  font-weight: 900;
}
.shop-crosssell h2 {
  margin: 4px 0;
  font-size: 1.5rem;
}
.shop-crosssell button {
  color: #fff;
  text-align: left;
  background: #ffffff0f;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 38px 1fr 16px;
  gap: 0 8px;
  padding: 13px;
  display: grid;
  position: relative;
}
.shop-crosssell button i {
  grid-row: 1/3;
  font-size: 1.25rem;
  font-style: normal;
}
.shop-crosssell button b {
  font-size: 0.69rem;
}
.shop-crosssell button small {
  color: #94a3b8;
  font-size: 0.55rem;
}
.shop-crosssell button em {
  color: #fb923c;
  grid-area: 1/3/3;
  align-self: center;
  font-style: normal;
}
.admin-modal {
  text-align: center;
  background: #fff;
  border-radius: 22px;
  width: min(600px, 100%);
  padding: 42px;
  animation: 0.3s fadeSlideUp;
  position: relative;
  box-shadow: 0 35px 90px #0000004d;
}
.admin-icon {
  background: linear-gradient(135deg, var(--orange-light), var(--purple-light));
  border-radius: 18px;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  font-size: 2rem;
  display: grid;
}
.admin-modal > small {
  color: var(--orange);
  letter-spacing: 0.12em;
  font-size: 0.57rem;
  font-weight: 900;
}
.admin-modal h2 {
  margin: 5px 0;
}
.admin-modal > p {
  color: var(--muted);
  font-size: 0.77rem;
}
.admin-modal > input {
  border: 1px solid var(--line);
  border-radius: 10px;
  width: 100%;
  height: 46px;
  margin: 16px 0 8px;
  padding: 0 13px;
  display: block;
}
.admin-modal > .btn {
  width: 100%;
  margin-top: 8px;
}
.admin-modal > em {
  color: #b91c1c;
  margin-top: 10px;
  font-size: 0.68rem;
  display: block;
}
.import-steps {
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin: 20px 0;
  display: grid;
}
.import-steps span {
  flex-direction: column;
  align-items: center;
  font-size: 0.58rem;
  font-weight: 800;
  display: flex;
}
.import-steps b {
  background: var(--orange);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  display: grid;
}
.upload-zone {
  background: var(--purple-light);
  color: var(--purple);
  cursor: pointer;
  border: 2px dashed #c4b5fd;
  border-radius: 13px;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  padding: 24px;
  font-size: 0.75rem;
  font-weight: 900;
  display: flex;
}
.upload-zone input {
  margin: 10px 0;
  font-size: 0.65rem;
}
.upload-zone small {
  color: #7c3aed;
}
.import-message {
  border-radius: 8px;
  padding: 8px;
  color: #047857 !important;
  background: #ecfdf5 !important;
}
.courier-hero {
  color: #fff;
  background: radial-gradient(circle at 80% 20%, #0891b22e, transparent 28%),
    linear-gradient(135deg, #0b1220, var(--navy));
  padding: 72px 0;
}
.courier-hero-grid {
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 60px;
  display: grid;
}
.courier-hero h1 {
  letter-spacing: -0.055em;
  max-width: 650px;
  margin: 20px 0 16px;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  font-weight: 900;
  line-height: 1.03;
}
.courier-hero h1 em {
  color: #fb923c;
  margin-top: 7px;
  font-size: 0.56em;
  font-weight: 700;
  display: block;
}
.courier-hero > div > div:first-child > p {
  color: #cbd5e1;
  max-width: 630px;
}
.courier-features > small {
  color: #67e8f9;
  letter-spacing: 0.13em;
  font-size: 0.57rem;
  font-weight: 900;
}
.courier-features {
  flex-direction: column;
  gap: 9px;
  display: flex;
}
.courier-features article {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffff0f;
  border: 1px solid #ffffff1c;
  border-radius: 14px;
  gap: 13px;
  padding: 15px;
  display: flex;
}
.courier-features article > span {
  background: linear-gradient(135deg, var(--orange), var(--purple));
  border-radius: 11px;
  flex: 0 0 40px;
  place-items: center;
  height: 40px;
  display: grid;
}
.courier-features article b {
  font-size: 0.75rem;
}
.courier-features article p {
  color: #94a3b8;
  margin: 2px 0 0;
  font-size: 0.64rem;
}
.courier-trust {
  border-top: 4px solid var(--orange);
  background: #fff;
  padding: 18px 0;
}
.courier-trust > .shell {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.courier-trust span {
  border-right: 1px solid var(--line);
  text-align: center;
  padding: 3px 10px;
  font-size: 0.7rem;
}
.courier-trust span:last-child {
  border: 0;
}
.booking-area {
  background: #f8fafc;
  padding: 55px 0 85px;
}
.booking-layout {
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.75fr);
  align-items: start;
  gap: 24px;
  display: grid;
}
.booking-form {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 21px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px #0f172a0f;
}
.form-accent {
  background: linear-gradient(90deg, var(--orange), var(--purple), var(--teal));
  height: 5px;
}
.form-intro {
  padding: 28px 28px 12px;
}
.form-intro > span {
  color: var(--orange);
  letter-spacing: 0.13em;
  font-size: 0.57rem;
  font-weight: 900;
}
.form-intro h2 {
  margin: 4px 0;
  font-size: 1.65rem;
}
.form-intro p {
  color: var(--muted);
  margin: 0;
  font-size: 0.75rem;
}
.form-steps {
  background: #f8fafc;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 12px 28px 25px;
  padding: 13px;
  display: flex;
}
.form-steps span {
  color: #94a3b8;
  align-items: center;
  gap: 7px;
  font-size: 0.62rem;
  font-weight: 800;
  display: flex;
}
.form-steps span b {
  color: #64748b;
  background: #e2e8f0;
  border-radius: 50%;
  place-items: center;
  width: 24px;
  height: 24px;
  display: grid;
}
.form-steps span.active {
  color: var(--orange-dark);
}
.form-steps span.active b {
  background: var(--orange);
  color: #fff;
}
.form-steps i {
  color: #cbd5e1;
  font-style: normal;
}
.form-section {
  border: 0;
  margin: 0;
  padding: 0 28px 30px;
}
.form-section + .form-section {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.form-section legend {
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  display: flex;
}
.form-section legend > span {
  background: var(--orange-light);
  border-radius: 10px;
  place-items: center;
  width: 39px;
  height: 39px;
  display: grid;
}
.form-section legend > div {
  font-size: 0.9rem;
  font-weight: 900;
}
.form-section legend small {
  color: var(--orange);
  letter-spacing: 0.12em;
  font-size: 0.5rem;
  display: block;
}
.package-row {
  border: 1px solid var(--line);
  background: #fbfdff;
  border-radius: 14px;
  margin-bottom: 13px;
  padding: 18px;
  position: relative;
}
.package-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
  display: flex;
}
.package-title b {
  background: var(--orange);
  color: #fff;
  border-radius: 6px;
  padding: 4px 9px;
  font-size: 0.59rem;
}
.package-title button {
  color: #dc2626;
  background: 0 0;
  border: 0;
  font-size: 0.58rem;
  font-weight: 800;
}
.field-grid {
  gap: 11px;
  display: grid;
}
.field-grid.three {
  grid-template-columns: 2fr 0.7fr 1.2fr;
}
.field-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.field-grid.five {
  grid-template-columns: 0.75fr repeat(4, 1fr);
}
.field-grid label,
.rate-card label {
  color: #475569;
  flex-direction: column;
  gap: 4px;
  font-size: 0.59rem;
  font-weight: 800;
  display: flex;
}
.field-grid input,
.field-grid select,
.field-grid textarea,
.rate-card input,
.rate-card select {
  border: 1px solid var(--line);
  width: 100%;
  min-height: 40px;
  color: var(--text);
  background: #fff;
  border-radius: 8px;
  outline: 0;
  padding: 0 9px;
  font-size: 0.68rem;
}
.field-grid textarea {
  resize: vertical;
  padding: 9px;
}
.field-grid input:focus,
.field-grid select:focus,
.field-grid textarea:focus {
  border-color: #fb923c;
  box-shadow: 0 0 0 3px #f973161a;
}
.field-grid .full {
  grid-column: 1/-1;
}
.dimensions {
  background: var(--orange-light);
  border: 1px dashed #fdba74;
  border-radius: 11px;
  margin-top: 12px;
  padding: 13px;
}
.dimensions > div:first-child {
  justify-content: space-between;
  margin-bottom: 9px;
  display: flex;
}
.dimensions b {
  font-size: 0.66rem;
}
.dimensions > div:first-child small,
.dimensions > small {
  color: #9a3412;
  font-size: 0.52rem;
}
.add-package {
  border: 1px dashed var(--teal);
  width: 100%;
  height: 41px;
  color: var(--teal);
  background: #ecfeff;
  border-radius: 9px;
  margin-bottom: 18px;
  font-size: 0.65rem;
  font-weight: 900;
}
.form-hint {
  color: #1d4ed8;
  background: #eff6ff;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 0.56rem;
}
.summary-cards {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 15px;
  display: grid;
}
.summary-cards > span {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 25px 1fr;
  padding: 12px;
  font-size: 0.9rem;
  display: grid;
}
.summary-cards small,
.summary-cards b {
  grid-column: 2;
}
.summary-cards small {
  color: #ffedd5;
  font-size: 0.5rem;
}
.summary-cards b {
  font-size: 0.68rem;
}
.zip-check {
  color: #0e7490;
  background: #ecfeff;
  border: 1px solid #67e8f9;
  border-radius: 9px;
  width: 100%;
  min-height: 42px;
  margin: 12px 0 4px;
  font-size: 0.63rem;
  font-weight: 900;
}
.zip-result {
  color: #047857;
  background: #ecfdf5;
  border-radius: 7px;
  margin: 5px 0 13px;
  padding: 9px;
  font-size: 0.61rem;
}
.terms {
  color: #475569;
  align-items: flex-start;
  gap: 8px;
  margin: 17px 0;
  font-size: 0.61rem;
  display: flex;
}
.terms input {
  accent-color: var(--orange);
  margin-top: 3px;
}
.submit-booking {
  width: 100%;
  min-height: 55px;
}
.courier-sidebar {
  flex-direction: column;
  gap: 14px;
  display: flex;
  position: sticky;
  top: 90px;
}
.courier-sidebar > section {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 28px #0f172a0d;
}
.side-head {
  color: #fff;
  padding: 13px 16px;
  font-size: 0.7rem;
  font-weight: 900;
}
.side-head.purple {
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
}
.side-head.orange {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
}
.side-head.teal {
  background: linear-gradient(135deg, var(--teal), #0e7490);
}
.side-head.dark {
  background: var(--dark);
}
.courier-sidebar ol {
  margin: 0;
  padding: 10px 16px;
  list-style: none;
}
.courier-sidebar ol li {
  color: #475569;
  border-bottom: 1px solid #f1f5f9;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  font-size: 0.63rem;
  display: flex;
}
.courier-sidebar ol b {
  background: var(--orange-light);
  width: 23px;
  height: 23px;
  color: var(--orange);
  border-radius: 50%;
  place-items: center;
  font-size: 0.54rem;
  display: grid;
}
.rate-card {
  padding-bottom: 14px;
}
.rate-card label {
  margin: 11px 14px;
}
.rate-card > .btn {
  width: calc(100% - 28px);
  min-height: 40px;
  margin: 2px 14px;
}
.rate-result {
  color: #155e75;
  background: #ecfeff;
  border-radius: 9px;
  flex-direction: column;
  margin: 11px 14px 0;
  padding: 12px;
  display: flex;
}
.rate-result small {
  letter-spacing: 0.1em;
  font-size: 0.49rem;
  font-weight: 900;
}
.rate-result b {
  margin: 3px 0;
  font-size: 0.7rem;
}
.rate-result span {
  font-size: 0.5rem;
}
.ship-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 13px;
  display: grid;
}
.ship-grid span {
  text-align: center;
  background: #f8fafc;
  border-radius: 8px;
  padding: 8px 4px;
  font-size: 0.52rem;
}
.why-list {
  margin: 0;
  padding: 12px 18px;
  list-style: none;
}
.why-list li {
  color: #475569;
  margin: 8px 0;
  font-size: 0.63rem;
}
.restricted {
  border-left: 5px solid var(--orange);
  background: #fffbeb;
  padding: 35px 0;
}
.restricted > .shell {
  grid-template-columns: 1.2fr 1fr 1fr;
  align-items: center;
  gap: 25px;
  display: grid;
}
.restricted > div > div > span {
  font-size: 1.6rem;
}
.restricted h2 {
  margin: 2px 0;
  font-size: 1.25rem;
}
.restricted p {
  color: #92400e;
  margin: 3px 0;
  font-size: 0.66rem;
}
.restricted article {
  background: #fff9;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: 15px;
}
.restricted article b {
  color: #78350f;
  font-size: 0.66rem;
}
.comparison {
  background: linear-gradient(135deg, var(--dark), var(--navy));
  padding: 80px 0;
}
.compare-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 35px;
  display: grid;
}
.compare-grid article {
  color: #fff;
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 17px;
  padding: 25px;
  position: relative;
}
.compare-grid article > span {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.57rem;
  font-weight: 900;
}
.compare-grid h3 {
  margin: 4px 0 15px;
}
.compare-grid p {
  color: #cbd5e1;
  font-size: 0.68rem;
}
.compare-grid .recommended {
  border-color: var(--orange);
  box-shadow: 0 0 35px #f9731629;
}
.compare-grid em {
  background: var(--orange);
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 900;
  position: absolute;
  top: -10px;
  right: 12px;
}
.courier-faq {
  background: var(--purple-light);
}
.accordion.narrow {
  max-width: 850px;
  margin: 35px auto 0;
}
.success-overlay {
  place-items: center;
  padding: 20px;
  display: grid;
}
.success-modal {
  text-align: center;
  background: #fff;
  border-radius: 22px;
  width: min(600px, 100%);
  max-height: 95vh;
  padding: 35px;
  overflow: auto;
}
.success-check {
  color: #fff;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 50%;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 12px;
  font-size: 2.3rem;
  display: grid;
  box-shadow: 0 12px 30px #05966940;
}
.success-modal > small {
  color: var(--green);
  letter-spacing: 0.12em;
  font-size: 0.57rem;
  font-weight: 900;
}
.success-modal h2 {
  margin: 4px 0;
}
.success-modal > p {
  color: var(--muted);
  font-size: 0.75rem;
}
.booking-ref {
  background: var(--orange-light);
  border: 1px dashed #fb923c;
  border-radius: 11px;
  flex-direction: column;
  margin: 18px 0;
  padding: 14px;
  display: flex;
}
.booking-ref span {
  color: #9a3412;
  font-size: 0.49rem;
  font-weight: 900;
}
.booking-ref b {
  color: var(--orange-dark);
  letter-spacing: 0.06em;
  font-size: 1.45rem;
}
.booking-summary {
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin-bottom: 16px;
  display: grid;
}
.booking-summary span {
  background: #f8fafc;
  border-radius: 8px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}
.booking-summary small {
  color: #94a3b8;
  font-size: 0.5rem;
}
.booking-summary b {
  font-size: 0.66rem;
}
.success-modal > .btn {
  width: 100%;
  margin-top: 8px;
}
.hiw-hero {
  color: #fff;
  text-align: center;
  background: radial-gradient(circle at 50% 40%, #7c3aed40, transparent 38%),
    linear-gradient(135deg, #070d19, var(--navy));
  place-items: center;
  min-height: 570px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hiw-hero:before {
  content: "";
  opacity: 0.3;
  background-image: radial-gradient(circle, #ffffff26 1px, #0000 1px);
  background-size: 22px 22px;
  position: absolute;
  inset: 0;
}
.hiw-hero > .shell {
  z-index: 2;
  position: relative;
}
.hiw-hero h1 {
  letter-spacing: -0.065em;
  margin: 20px 0 12px;
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  font-weight: 900;
  line-height: 0.95;
}
.hiw-hero p {
  color: #cbd5e1;
  max-width: 650px;
  margin: 0 auto;
}
.hiw-stats {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
  display: flex;
}
.hiw-stats span {
  color: #94a3b8;
  background: #ffffff0f;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  align-items: center;
  gap: 5px;
  padding: 9px 13px;
  font-size: 0.61rem;
  display: flex;
}
.hiw-stats b {
  color: #fff;
}
.scroll-cue {
  color: #fb923c;
  margin-top: 28px;
  font-size: 1.4rem;
  animation: 2s infinite bounce;
  display: block;
}
.particle-field i {
  opacity: 0.4;
  background: #fff;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  animation: 2s infinite blink;
  position: absolute;
}
.hiw-marquee {
  background: linear-gradient(
    90deg,
    var(--orange-dark),
    var(--orange),
    var(--purple)
  );
  color: #fff;
  white-space: nowrap;
  padding: 12px 0;
  overflow: hidden;
}
.hiw-marquee > div {
  letter-spacing: 0.07em;
  width: max-content;
  font-size: 0.68rem;
  font-weight: 900;
  animation: 26s linear infinite marquee;
}
.timeline-section {
  background: #fff;
}
.vertical-timeline {
  max-width: 980px;
  margin: 50px auto 0;
  position: relative;
}
.vertical-timeline:before {
  content: "";
  background: linear-gradient(
    var(--orange),
    var(--purple),
    var(--teal),
    var(--green)
  );
  border-radius: 4px;
  width: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.vertical-timeline article {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 75px;
  margin: 0 0 65px;
  display: grid;
  position: relative;
}
.vertical-timeline article.reverse .timeline-copy {
  grid-column: 2;
}
.vertical-timeline article.reverse .timeline-art {
  grid-area: 1/1;
}
.vertical-timeline article > em {
  background: linear-gradient(135deg, var(--orange), var(--purple));
  color: #fff;
  border: 6px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 44px;
  height: 44px;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  display: grid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 20px #7c3aed33;
}
.timeline-copy {
  padding: 10px;
}
.step-label {
  background: var(--orange-light);
  color: var(--orange-dark);
  letter-spacing: 0.1em;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 0.52rem;
  font-weight: 900;
  display: inline-block;
}
.timeline-copy > i {
  background: linear-gradient(135deg, var(--purple-light), var(--orange-light));
  border-radius: 17px;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 12px 0;
  font-size: 1.8rem;
  font-style: normal;
  display: grid;
}
.timeline-copy h3 {
  margin: 5px 0;
  font-size: 1.35rem;
}
.timeline-copy p {
  color: var(--muted);
  font-size: 0.76rem;
}
.timeline-copy ul {
  margin: 12px 0;
  padding: 0;
  list-style: none;
}
.timeline-copy li {
  color: #475569;
  margin: 5px 0;
  font-size: 0.67rem;
}
.timeline-copy button {
  color: var(--orange-dark);
  background: 0 0;
  border: 0;
  padding: 0;
  font-size: 0.67rem;
  font-weight: 900;
}
.timeline-art {
  background: linear-gradient(135deg, #ede9fe, #ffedd5);
  border-radius: 21px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  display: flex;
  box-shadow: 0 18px 45px #0f172a14;
}
.timeline-art > span {
  filter: drop-shadow(0 15px 15px #0f172a26);
  font-size: 4rem;
  animation: 3s infinite floatY;
}
.timeline-art > b {
  color: var(--purple);
  letter-spacing: 0.14em;
  margin-top: 12px;
  font-size: 0.57rem;
}
.timeline-art > div {
  letter-spacing: 0.15em;
  background: #ffffffb3;
  border-radius: 9px;
  margin-top: 8px;
  padding: 9px 15px;
  font-size: 0.75rem;
  font-weight: 900;
}
.art-1 {
  background: linear-gradient(135deg, #ffedd5, #fef3c7);
}
.art-2 {
  background: linear-gradient(135deg, #ccfbf1, #dbeafe);
}
.art-3 {
  background: linear-gradient(135deg, #e0e7ff, #ede9fe);
}
.art-4 {
  background: linear-gradient(135deg, #dcfce7, #ccfbf1);
}
.policy-section {
  background: linear-gradient(135deg, #fff7ed, #f5f3ff);
  padding: 85px 0;
}
.policy-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 35px;
  display: grid;
}
.policy-grid article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 17px;
  padding: 24px 24px 52px;
  position: relative;
  box-shadow: 0 8px 25px #0f172a0d;
}
.policy-grid article > span {
  font-size: 1.7rem;
}
.policy-grid h3 {
  margin: 8px 0;
}
.policy-grid p {
  color: var(--muted);
  font-size: 0.75rem;
}
.policy-grid article > b {
  color: #047857;
  letter-spacing: 0.08em;
  background: #dcfce7;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 0.49rem;
  position: absolute;
  bottom: 20px;
  left: 24px;
}
.order-tabs {
  background: #fff;
}
.tab-buttons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin: 32px 0 15px;
  display: flex;
}
.tab-buttons button {
  border: 1px solid var(--line);
  color: #64748b;
  background: #fff;
  border-radius: 999px;
  padding: 10px 15px;
  font-size: 0.66rem;
  font-weight: 900;
}
.tab-buttons button.active {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--purple));
  border-color: #0000;
}
.flow-panel {
  border: 1px solid var(--line);
  background: #f8fafc;
  border-radius: 20px;
  max-width: 1000px;
  margin: auto;
  padding: 28px;
}
.flow-panel-top span {
  color: var(--orange);
  font-size: 0.57rem;
  font-weight: 900;
}
.flow-panel-top h3 {
  margin: 3px 0 20px;
}
.flow-steps {
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  display: grid;
}
.flow-steps > div {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}
.flow-steps b {
  background: linear-gradient(135deg, var(--orange), var(--purple));
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  font-size: 0.64rem;
  display: grid;
}
.flow-steps span {
  color: #475569;
  margin-top: 7px;
  font-size: 0.59rem;
  font-weight: 800;
}
.flow-steps i {
  color: var(--orange);
  font-style: normal;
  position: absolute;
  top: 8px;
  right: -8px;
}
.flow-tip {
  background: var(--orange-light);
  color: #9a3412;
  border-radius: 9px;
  margin: 22px 0 13px;
  padding: 11px;
  font-size: 0.63rem;
}
.combine-section {
  color: #fff;
  background: radial-gradient(circle at 50% 50%, #7c3aed33, transparent 32%),
    linear-gradient(135deg, var(--dark), var(--navy));
  padding: 88px 0;
}
.mega-flow {
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin: 45px 0 28px;
  display: flex;
}
.mega-sources {
  gap: 8px;
  display: flex;
}
.mega-sources span,
.mega-home {
  background: #ffffff0f;
  border: 1px solid #ffffff24;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 83px;
  font-size: 1.5rem;
  display: flex;
}
.mega-sources b,
.mega-home b {
  font-size: 0.57rem;
}
.mega-flow > i {
  color: #fb923c;
  font-size: 1.6rem;
  font-style: normal;
  animation: 2s infinite bounce;
}
.mega-flow > strong {
  border: 1px solid var(--orange);
  background: #f973161a;
  border-radius: 17px;
  flex-direction: column;
  align-items: center;
  padding: 18px 28px;
  font-size: 2.1rem;
  display: flex;
  box-shadow: 0 0 40px #f973162e;
}
.mega-flow > strong b {
  font-size: 0.72rem;
}
.mega-flow > strong small {
  color: #94a3b8;
  font-size: 0.5rem;
}
.saving-stats {
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  display: grid;
}
.saving-stats span {
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 34px 1fr;
  padding: 14px;
  display: grid;
}
.saving-stats b,
.saving-stats small {
  grid-column: 2;
}
.saving-stats b {
  font-size: 0.67rem;
}
.saving-stats small {
  color: #94a3b8;
  font-size: 0.53rem;
}
.more-section {
  background: linear-gradient(135deg, #fff7ed, #f5f3ff);
}
.more-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 35px;
  display: grid;
}
.more-grid article {
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  background: #fff;
  border-radius: 13px;
  gap: 13px;
  padding: 20px;
  display: flex;
}
.more-grid article > span {
  font-size: 1.5rem;
}
.more-grid h3 {
  margin: 0;
  font-size: 0.85rem;
}
.more-grid p {
  color: var(--muted);
  margin: 3px 0;
  font-size: 0.66rem;
}
.hiw-counts {
  color: #fff;
  background: linear-gradient(
    90deg,
    var(--orange-dark),
    var(--orange),
    var(--purple)
  );
  padding: 35px 0;
}
.hiw-counts > .shell {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.hiw-counts span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-right: 1px solid #ffffff38;
  flex-direction: column;
  align-items: center;
  font-size: 0.55rem;
  display: flex;
}
.hiw-counts span:last-child {
  border: 0;
}
.hiw-counts b {
  letter-spacing: -0.04em;
  font-size: 1.7rem;
}
.final-cta {
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #070d19, var(--navy));
  padding: 90px 0;
}
.final-cta > div > span {
  color: #fb923c;
  letter-spacing: 0.14em;
  font-size: 0.57rem;
  font-weight: 900;
}
.final-cta h2 {
  letter-spacing: -0.05em;
  margin: 8px 0;
  font-size: clamp(2.3rem, 5vw, 4rem);
}
.final-cta p {
  color: #94a3b8;
}
.final-cta .button-row {
  justify-content: center;
}
.section-title h2 {
  max-width: 900px;
  font-size: clamp(2.35rem, 4.2vw, 3.55rem);
  line-height: 1.03;
}
.section-title .eyebrow {
  padding: 8px 15px;
  font-size: 0.72rem;
}
.section-intro {
  max-width: 760px;
  margin: -6px auto 34px;
  font-size: 1rem;
}
.services-section,
.steps-section,
.problem-section,
.trending-section {
  scroll-margin-top: 100px;
}
.services-section .section-title h2,
.steps-section .section-title h2,
.problem-section .section-title h2 {
  font-size: clamp(2.55rem, 4.6vw, 3.8rem);
}
.trending-rail {
  padding: 8px 0 20px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 3% 97%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 3% 97%, #0000);
}
.trending-track {
  gap: 15px;
  width: max-content;
  animation: 55s linear infinite productRail;
  display: flex;
}
.trending-rail:hover .trending-track {
  animation-play-state: paused;
}
.trending-track .product-card {
  flex: 0 0 220px;
  width: 220px;
}
.category-showcase {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
  display: grid;
}
.category-window {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 35px #0f172a14;
}
.category-feature {
  text-align: left;
  color: #fff;
  background: radial-gradient(circle at 85% 15%, #f9731666, transparent 30%),
    linear-gradient(135deg, var(--dark), var(--navy));
  border: 0;
  width: 100%;
  min-height: 215px;
  padding: 28px;
}
.category-feature small {
  color: #fdba74;
  letter-spacing: 0.13em;
  font-size: 0.57rem;
  font-weight: 900;
}
.category-feature h3 {
  letter-spacing: -0.05em;
  margin: 7px 0;
  font-size: 2.1rem;
}
.category-feature p {
  color: #cbd5e1;
  min-height: 58px;
  margin: 0;
  font-size: 0.7rem;
}
.category-feature span {
  color: #fb923c;
  margin-top: 16px;
  font-size: 0.67rem;
  font-weight: 900;
  display: block;
}
.category-mini-grid {
  background: var(--line);
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  display: grid;
}
.category-mini-grid button {
  text-align: left;
  background: #fff;
  border: 0;
  align-items: center;
  gap: 9px;
  min-height: 112px;
  padding: 12px;
  display: flex;
}
.category-mini-grid button:hover {
  background: var(--orange-light);
}
.category-mini-grid i {
  font-size: 1.7rem;
  font-style: normal;
}
.category-mini-grid span {
  flex-direction: column;
  min-width: 0;
  display: flex;
}
.category-mini-grid small {
  color: var(--orange-dark);
  font-size: 0.48rem;
}
.category-mini-grid b {
  height: 34px;
  font-size: 0.62rem;
  line-height: 1.25;
  overflow: hidden;
}
.category-mini-grid em {
  color: var(--dark);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 900;
}
.pro-product-modal {
  grid-template-columns: 0.9fr 1.1fr;
  width: min(1100px, 96vw);
  max-height: 94vh;
  overflow: auto;
}
.pro-gallery {
  background: #f8fafc;
  padding: 28px;
}
.pro-gallery .modal-visual {
  border-radius: 18px;
  min-height: 370px;
}
.gallery-thumbs {
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
  display: grid;
}
.gallery-thumbs button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 68px;
  font-size: 1.25rem;
  display: flex;
}
.gallery-thumbs small {
  font-size: 0.48rem;
}
.product-logistics {
  background: var(--orange-light);
  border: 1px solid #fed7aa;
  border-radius: 14px;
  margin-top: 15px;
  padding: 16px;
}
.product-logistics h3 {
  margin: 0 0 10px;
  font-size: 0.8rem;
}
.product-logistics > div {
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  display: grid;
}
.product-logistics span {
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  padding: 9px;
  display: flex;
}
.product-logistics small {
  color: #64748b;
  font-size: 0.46rem;
}
.product-logistics b {
  font-size: 0.63rem;
}
.product-logistics .charge {
  background: var(--purple);
  color: #fff;
}
.product-logistics .charge small {
  color: #ddd6fe;
}
.product-logistics p {
  color: #9a3412;
  margin: 9px 0 0;
  font-size: 0.52rem;
}
.pro-copy {
  padding: 35px;
}
.pro-copy > p {
  color: #475569;
  font-size: 0.78rem;
}
.conversion-strip {
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0;
  display: flex;
}
.conversion-strip span {
  color: #047857;
  background: #ecfdf5;
  border-radius: 8px;
  padding: 7px 9px;
  font-size: 0.53rem;
  font-weight: 900;
}
.variation-grid {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0;
  display: grid;
}
.variation-grid label {
  color: #475569;
  flex-direction: column;
  gap: 4px;
  font-size: 0.56rem;
  font-weight: 900;
  display: flex;
}
.variation-grid select,
.variation-grid input {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  height: 40px;
  padding: 0 9px;
  font-size: 0.67rem;
}
.detail-list {
  border: 1px solid var(--line);
  background: #f8fafc;
  border-radius: 12px;
  margin: 16px 0;
  padding: 15px;
}
.detail-list h3 {
  margin: 0 0 8px;
  font-size: 0.82rem;
}
.detail-list span {
  border-bottom: 1px solid var(--line);
  color: #64748b;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 0.59rem;
  display: flex;
}
.detail-list span:last-child {
  border: 0;
}
.detail-list b {
  color: var(--dark);
}
.shipping-wallet {
  z-index: 2500;
  align-items: flex-start;
  transition: all 0.35s;
  display: flex;
  position: fixed;
  top: 145px;
  right: 0;
  transform: translate(350px);
}
.shipping-wallet.open {
  transform: none;
}
.wallet-tab {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--orange));
  border: 0;
  border-radius: 16px 0 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 82px;
  min-height: 108px;
  display: flex;
  box-shadow: -8px 12px 30px #0f172a33;
}
.wallet-tab span {
  font-size: 1.3rem;
}
.wallet-tab b {
  font-size: 0.72rem;
}
.wallet-tab small {
  font-size: 0.49rem;
}
.wallet-panel {
  background: #fff;
  width: 350px;
  max-height: calc(100vh - 170px);
  padding: 20px;
  overflow: auto;
  box-shadow: -18px 22px 55px #0f172a2e;
}
.wallet-head {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.wallet-head small {
  color: var(--orange-dark);
  letter-spacing: 0.1em;
  font-size: 0.5rem;
  font-weight: 900;
}
.wallet-head h3 {
  margin: 2px 0;
  font-size: 1rem;
}
.wallet-head button {
  background: #f1f5f9;
  border: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.wallet-metrics {
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 16px 0;
  display: grid;
}
.wallet-metrics span {
  background: #f8fafc;
  border-radius: 9px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}
.wallet-metrics small {
  color: #64748b;
  font-size: 0.47rem;
}
.wallet-metrics b {
  font-size: 0.74rem;
}
.wallet-metrics .wallet-charge {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
}
.wallet-metrics .wallet-charge small {
  color: #ddd6fe;
}
.wallet-breakdown {
  flex-direction: column;
  gap: 6px;
  display: flex;
}
.wallet-breakdown span {
  border: 1px solid var(--line);
  border-radius: 8px;
  justify-content: space-between;
  padding: 8px 10px;
  font-size: 0.58rem;
  display: flex;
}
.wallet-destination {
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 14px 0;
  display: grid;
}
.wallet-destination label {
  color: #64748b;
  flex-direction: column;
  gap: 3px;
  font-size: 0.48rem;
  font-weight: 900;
  display: flex;
}
.wallet-destination label:last-child {
  grid-column: 1/-1;
}
.wallet-destination input,
.wallet-destination select {
  border: 1px solid var(--line);
  border-radius: 7px;
  height: 34px;
  padding: 0 8px;
  font-size: 0.61rem;
}
.wallet-estimate {
  background: var(--orange-light);
  border-radius: 11px;
  flex-direction: column;
  padding: 13px;
  display: flex;
}
.wallet-estimate small {
  color: #9a3412;
  font-size: 0.48rem;
  font-weight: 900;
}
.wallet-estimate b {
  color: var(--orange-dark);
  font-size: 1.35rem;
}
.wallet-estimate span {
  color: #9a3412;
  font-size: 0.52rem;
}
.wallet-panel > .btn {
  width: 100%;
  margin-top: 12px;
}
.wallet-panel > p {
  color: #94a3b8;
  text-align: center;
  font-size: 0.5rem;
}
.checkout-page {
  background: #f8fafc;
}
.checkout-hero {
  color: #fff;
  background: radial-gradient(circle at 80% 10%, #7c3aed4d, transparent 30%),
    linear-gradient(135deg, #07101e, var(--navy));
  padding: 65px 0;
}
.checkout-hero span {
  color: #fb923c;
  letter-spacing: 0.13em;
  font-size: 0.62rem;
  font-weight: 900;
}
.checkout-hero h1 {
  letter-spacing: -0.055em;
  margin: 7px 0;
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  line-height: 1;
}
.checkout-hero p {
  color: #cbd5e1;
}
.checkout-main {
  padding: 48px 0 80px;
}
.checkout-layout {
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: start;
  gap: 22px;
  display: grid;
}
.checkout-left {
  flex-direction: column;
  gap: 18px;
  display: flex;
}
.checkout-card,
.checkout-summary {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 35px #0f172a0f;
}
.checkout-card-head {
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 11px;
  padding: 20px;
  display: flex;
}
.checkout-card-head > span {
  background: linear-gradient(135deg, var(--orange), var(--purple));
  color: #fff;
  border-radius: 9px;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 0.6rem;
  font-weight: 900;
  display: grid;
}
.checkout-card-head small {
  color: var(--orange-dark);
  letter-spacing: 0.1em;
  font-size: 0.5rem;
  font-weight: 900;
}
.checkout-card-head h2 {
  margin: 1px 0;
  font-size: 1.1rem;
}
.checkout-line {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  display: grid;
}
.checkout-line > span {
  background: linear-gradient(135deg, #ede9fe, #ffedd5);
  border-radius: 11px;
  place-items: center;
  width: 54px;
  height: 54px;
  font-size: 1.6rem;
  display: grid;
}
.checkout-line small {
  color: var(--purple);
  font-size: 0.49rem;
  font-weight: 900;
}
.checkout-line b {
  font-size: 0.7rem;
}
.checkout-line em {
  color: #64748b;
  font-size: 0.52rem;
  font-style: normal;
}
.checkout-line > div:last-child {
  align-items: flex-end;
}
.checkout-line > div:last-child > span {
  align-items: center;
  gap: 7px;
  display: flex;
}
.checkout-line > div:last-child button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  width: 22px;
  height: 22px;
}
.courier-line {
  background: #f8fafc;
}
.checkout-empty {
  text-align: center;
  padding: 50px;
}
.checkout-empty > span {
  font-size: 3rem;
}
.checkout-fields {
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  padding: 20px;
  display: grid;
}
.checkout-fields label {
  color: #475569;
  flex-direction: column;
  gap: 4px;
  font-size: 0.58rem;
  font-weight: 900;
  display: flex;
}
.checkout-fields .full {
  grid-column: 1/-1;
}
.checkout-fields input,
.checkout-fields select {
  border: 1px solid var(--line);
  border-radius: 8px;
  height: 40px;
  padding: 0 9px;
  font-size: 0.67rem;
}
.checkout-check {
  color: #475569;
  gap: 8px;
  margin: 0 20px 20px;
  font-size: 0.6rem;
  display: flex;
}
.checkout-summary {
  padding: 22px;
  position: sticky;
  top: 90px;
}
.checkout-summary > small {
  color: var(--orange-dark);
  letter-spacing: 0.1em;
  font-size: 0.52rem;
  font-weight: 900;
}
.checkout-summary h2 {
  margin: 3px 0 15px;
  font-size: 1.15rem;
}
.checkout-weight {
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  display: grid;
}
.checkout-weight span,
.checkout-weight strong {
  background: #f8fafc;
  border-radius: 9px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}
.checkout-weight strong {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  grid-column: 1/-1;
}
.checkout-weight small {
  font-size: 0.47rem;
}
.checkout-weight b {
  font-size: 0.72rem;
}
.service-options {
  flex-direction: column;
  gap: 7px;
  margin: 16px 0;
  display: flex;
}
.service-options label {
  border: 1px solid var(--line);
  border-radius: 9px;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 10px;
  display: grid;
}
.service-options label.selected {
  border-color: var(--orange);
  background: var(--orange-light);
}
.service-options span {
  flex-direction: column;
  display: flex;
}
.service-options b {
  font-size: 0.65rem;
}
.service-options small {
  color: #64748b;
  font-size: 0.48rem;
}
.service-options strong {
  font-size: 0.72rem;
}
.checkout-totals {
  border-top: 1px solid var(--line);
  flex-direction: column;
  gap: 7px;
  padding-top: 14px;
  display: flex;
}
.checkout-totals span,
.checkout-totals > strong {
  color: #64748b;
  justify-content: space-between;
  font-size: 0.58rem;
  display: flex;
}
.checkout-totals > strong {
  border-top: 1px solid var(--line);
  color: var(--dark);
  padding-top: 10px;
  font-size: 0.72rem;
}
.checkout-summary > .btn {
  width: 100%;
  margin-top: 16px;
}
.checkout-summary > p {
  color: #94a3b8;
  text-align: center;
  font-size: 0.49rem;
}
.shipping-story {
  background: #fff;
  padding: 24px 0 70px;
}
.shipping-story-grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}
.shipping-story article {
  background: #0f172a;
  border-radius: 22px;
  min-height: 330px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 45px #0f172a26;
}
.shipping-story img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 330px;
  transition: transform 0.5s;
  display: block;
}
.shipping-story article:hover img {
  transform: scale(1.035);
}
.shipping-story article:after {
  content: "";
  background: linear-gradient(#0000, #020617ed);
  position: absolute;
  inset: 35% 0 0;
}
.shipping-story article > div {
  z-index: 2;
  color: #fff;
  position: absolute;
  bottom: 24px;
  left: 26px;
  right: 26px;
}
.shipping-story small {
  color: #fdba74;
  letter-spacing: 0.13em;
  font-size: 0.57rem;
  font-weight: 900;
}
.shipping-story h3 {
  letter-spacing: -0.025em;
  margin: 5px 0;
  font-size: 1.7rem;
}
.shipping-story p {
  color: #cbd5e1;
  max-width: 520px;
  margin: 0;
  font-size: 0.78rem;
}
.section-title h2,
.hero h1,
.order-hero h1,
.shop-hero h1,
.courier-hero h1,
.hiw-hero h1,
.checkout-hero h1 {
  letter-spacing: -0.035em;
  font-weight: 700;
}
.section-title h2 {
  font-size: clamp(2.35rem, 4.2vw, 3.6rem);
}
.service-body h3,
.step-card h3,
.benefit-grid h3 {
  font-weight: 700;
}
.courier-cart-note {
  text-align: center;
  color: #64748b !important;
  margin: 10px 0 0 !important;
  font-size: 0.62rem !important;
}
.checkout-items-card {
  overflow-x: auto;
}
.checkout-table-head,
.checkout-line {
  grid-template-columns: 120px minmax(220px, 1.35fr) 110px minmax(165px, 0.9fr) 44px;
  align-items: center;
  gap: 14px;
  min-width: 760px;
  display: grid;
}
.checkout-table-head {
  border-bottom: 1px solid var(--line);
  color: #64748b;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: #f8fafc;
  padding: 10px 18px;
  font-size: 0.5rem;
  font-weight: 900;
}
.checkout-line {
  padding: 16px 18px;
}
.checkout-line > div {
  flex-direction: column;
  min-width: 0;
  display: flex;
}
.service-cell {
  align-items: flex-start;
}
.service-cell i {
  background: linear-gradient(135deg, #ede9fe, #ffedd5);
  border-radius: 11px;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 7px;
  font-size: 1.3rem;
  font-style: normal;
  display: grid;
}
.service-cell small {
  color: var(--purple);
  font-size: 0.48rem;
  font-weight: 900;
}
.product-cell b,
.price-cell b,
.weight-cell b {
  font-size: 0.72rem;
}
.product-cell small,
.price-cell small,
.weight-cell small {
  color: #64748b;
  font-size: 0.5rem;
}
.product-cell em {
  color: #94a3b8;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 3px;
  font-size: 0.48rem;
  font-style: normal;
  display: -webkit-box;
  overflow: hidden;
}
.product-cell > span {
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  font-size: 0.6rem;
  display: flex;
}
.product-cell > span button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 6px;
  width: 23px;
  height: 23px;
}
.price-cell b {
  color: var(--dark);
}
.weight-cell b {
  color: var(--purple);
}
.checkout-remove {
  color: #be123c;
  background: #fff1f2;
  border: 1px solid #fecaca;
  border-radius: 50%;
  place-items: center;
  width: 32px;
  height: 32px;
  font-size: 1.15rem;
  display: grid;
}
.checkout-remove:hover {
  color: #fff;
  background: #be123c;
}
.checkout-content-totals {
  background: #f8fafc;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  min-width: 760px;
  padding: 16px 18px;
  display: grid;
}
.checkout-content-totals span,
.checkout-content-totals strong {
  background: #fff;
  border-radius: 9px;
  flex-direction: column;
  padding: 10px;
  display: flex;
}
.checkout-content-totals strong {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
}
.checkout-content-totals small {
  font-size: 0.48rem;
}
.checkout-content-totals b {
  font-size: 0.68rem;
}
.packaging-allowance {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 11px;
  gap: 10px;
  margin: 0 0 14px;
  padding: 12px;
  display: flex;
}
.packaging-allowance > span {
  background: #dbeafe;
  border-radius: 9px;
  flex: none;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
}
.packaging-allowance > div {
  flex-direction: column;
  display: flex;
}
.packaging-allowance small {
  color: #1d4ed8;
  font-size: 0.45rem;
  font-weight: 900;
}
.packaging-allowance b {
  font-size: 0.68rem;
}
.packaging-allowance p {
  color: #64748b;
  margin: 2px 0 0;
  font-size: 0.48rem;
  line-height: 1.4;
}
.checkout-weight {
  grid-template-columns: 1fr 1fr;
}
.checkout-weight strong {
  grid-column: 1/-1;
}
@keyframes productRail {
  to {
    transform: translate(-50%);
  }
}
@keyframes gradientShift {
  to {
    background-position: 300%;
  }
}
@keyframes floatY {
  50% {
    transform: translateY(-8px);
  }
}
@keyframes pulseGlow {
  50% {
    box-shadow:
      0 0 0 7px #f973161a,
      0 18px 35px #f9731666;
  }
}
@keyframes marquee {
  to {
    transform: translate(-50%);
  }
}
@keyframes bounce {
  50% {
    transform: translateY(-5px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes blink {
  50% {
    opacity: 0.35;
  }
}
@keyframes ringPulse {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  to {
    opacity: 0;
    transform: scale(2.4);
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: -48px;
  }
}
@keyframes deliverySlide1 {
  0% {
    opacity: 0;
    left: -8%;
  }
  15%,
  43% {
    opacity: 1;
  }
  50%,
  to {
    opacity: 0;
    left: 44%;
  }
}
@keyframes deliverySlide2 {
  0%,
  45% {
    opacity: 0;
    left: 53%;
  }
  55% {
    opacity: 1;
  }
  95%,
  to {
    opacity: 0;
    left: 89%;
  }
}
@keyframes transitionRun {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(200%);
  }
}
@keyframes drawerIn {
  0% {
    transform: translate(100%);
  }
  to {
    transform: none;
  }
}
@media (width<=980px) {
  .category-showcase {
    grid-template-columns: 1fr 1fr;
  }
  .category-window:last-child {
    grid-column: 1/-1;
  }
  .pro-product-modal,
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-summary {
    position: static;
  }
  .shipping-wallet {
    top: 125px;
  }
  .desktop-nav,
  .login-link {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .hero-grid {
    grid-template-columns: 1fr 0.85fr;
    gap: 25px;
  }
  .hero h1 {
    font-size: 3rem;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card:last-child {
    grid-column: 1/-1;
  }
  .combine-banner {
    grid-template-columns: 1fr;
  }
  .combine-flow {
    justify-content: flex-start;
  }
  .product-strip {
    grid-template-columns: repeat(16, 210px);
  }
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .footer-grid > div:last-child {
    grid-column: 2/4;
  }
  .faq-shell {
    gap: 35px;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .benefit-grid article p {
    min-height: auto;
  }
  .order-hero-grid {
    gap: 25px;
  }
  .picks-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .order-builder-grid {
    grid-template-columns: 1fr;
  }
  .order-sidebar {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    position: static;
  }
  .dimension-inputs {
    grid-template-columns: repeat(3, 1fr);
  }
  .shop-layout {
    grid-template-columns: 210px 1fr;
  }
  .product-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shop-crosssell > .shell {
    grid-template-columns: 1fr repeat(3, 1fr);
  }
  .shop-crosssell > div > div:first-child {
    grid-column: 1/-1;
  }
  .courier-hero-grid {
    gap: 25px;
  }
  .booking-layout {
    grid-template-columns: 1fr;
  }
  .courier-sidebar {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    position: static;
  }
  .field-grid.five {
    grid-template-columns: repeat(3, 1fr);
  }
  .more-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width<=768px) {
  .shipping-story-grid {
    grid-template-columns: 1fr;
  }
  .shipping-story article,
  .shipping-story img {
    min-height: 280px;
  }
  .category-showcase {
    grid-template-columns: 1fr;
  }
  .category-window:last-child {
    grid-column: auto;
  }
  .pro-product-modal {
    border-radius: 0;
    width: 100%;
    height: 100%;
    max-height: none;
  }
  .pro-gallery {
    padding: 18px;
  }
  .pro-gallery .modal-visual {
    min-height: 280px;
  }
  .product-logistics > div {
    grid-template-columns: 1fr 1fr;
  }
  .shipping-wallet {
    top: 112px;
    transform: translate(300px);
  }
  .shipping-wallet.open {
    transform: none;
  }
  .wallet-panel {
    width: 300px;
  }
  .wallet-tab {
    width: 64px;
  }
  .checkout-fields {
    grid-template-columns: 1fr;
  }
  .checkout-fields .full {
    grid-column: auto;
  }
  .shell {
    width: min(100% - 28px, 620px);
  }
  .utility-inner > div,
  .utility-inner label {
    width: 100%;
  }
  .utility-inner > div,
  .nav-signup {
    display: none;
  }
  .nav-inner {
    height: 62px;
  }
  .logo-mark {
    width: 37px;
    height: 37px;
  }
  .logo-word {
    font-size: 1.25rem;
  }
  .hero {
    min-height: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 65px 0;
  }
  .hero-map {
    display: none;
  }
  .hero h1 {
    font-size: clamp(2.5rem, 12vw, 3.5rem);
  }
  .hero-copy > p {
    font-size: 0.92rem;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .stats-grid > div:nth-child(2) {
    border-right: 0;
  }
  .service-grid,
  .review-grid,
  .contact-grid,
  .faq-shell {
    grid-template-columns: 1fr;
  }
  .service-card:last-child {
    grid-column: auto;
  }
  .combine-flow {
    flex-wrap: wrap;
  }
  .steps-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .steps-row:before {
    width: 3px;
    height: auto;
    inset: 25px auto 25px 35px;
  }
  .step-card {
    text-align: left;
    grid-template-columns: 70px 1fr;
    gap: 0 18px;
    padding: 0;
    display: grid;
  }
  .step-icon {
    grid-row: 1/4;
    margin: 0;
  }
  .step-card > b {
    left: 48px;
  }
  .step-card h3 {
    align-self: end;
  }
  .step-card p {
    grid-column: 2;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
  }
  .review-grid article p {
    min-height: auto;
  }
  .faq-shell > div:first-child .section-title {
    text-align: center;
  }
  .faq-shell > div:first-child .title-bar {
    margin: auto;
  }
  .faq-shell > div:first-child {
    text-align: center;
  }
  .contact-grid {
    gap: 35px;
  }
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .footer-grid > div:last-child {
    grid-column: auto;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .product-modal {
    grid-template-columns: 1fr;
  }
  .modal-visual {
    min-height: 280px;
  }
  .modal-visual > span {
    font-size: 5rem;
  }
  .modal-copy {
    padding: 30px 22px;
  }
  .modal-overlay {
    padding: 0;
  }
  .product-modal {
    border-radius: 0;
    width: 100%;
    height: 100%;
    max-height: none;
  }
  .section {
    padding: 70px 0;
  }
  .order-hero {
    padding: 62px 0;
  }
  .order-hero-grid {
    grid-template-columns: 1fr;
  }
  .order-hero-art {
    display: none;
  }
  .order-flow-bar > .shell {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .picks-heading {
    align-items: flex-start;
  }
  .picks-proof {
    display: none;
  }
  .picks-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .import-controls,
  .product-entry-grid {
    grid-template-columns: 1fr;
  }
  .dimension-inputs {
    grid-template-columns: repeat(2, 1fr);
  }
  .weight-results,
  .order-sidebar {
    grid-template-columns: 1fr;
  }
  .order-assurance .shell > div:last-child {
    grid-template-columns: repeat(2, 1fr);
  }
  .shop-hero-inner {
    grid-template-columns: 1fr;
  }
  .shop-hero-card {
    display: none;
  }
  .shop-toolbar {
    top: 62px;
  }
  .shop-toolbar > .shell {
    flex-direction: column;
    align-items: stretch;
  }
  .shop-search {
    max-width: none;
  }
  .toolbar-actions {
    justify-content: space-between;
    overflow-x: auto;
  }
  .toolbar-actions > span {
    display: none;
  }
  .shop-layout {
    grid-template-columns: 1fr;
  }
  .mobile-filter-button {
    background: var(--orange-light);
    height: 42px;
    color: var(--orange-dark);
    border: 1px solid #fed7aa;
    border-radius: 10px;
    margin-bottom: 13px;
    font-weight: 900;
    display: block;
  }
  .filter-panel {
    z-index: 4000;
    border-radius: 0;
    padding: 28px;
    display: none;
    position: fixed;
    inset: 0;
    overflow: auto;
  }
  .filter-panel.mobile-open {
    display: block;
  }
  .filter-close {
    background: #f1f5f9;
    border: 0;
    border-radius: 50%;
    place-items: center;
    width: 38px;
    height: 38px;
    font-size: 1.3rem;
    display: grid;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .product-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-grid.list .product-card {
    grid-template-columns: 140px 1fr;
  }
  .product-grid.list .wish-button {
    left: 100px;
  }
  .shop-crosssell > .shell {
    grid-template-columns: 1fr;
  }
  .shop-crosssell > div > div:first-child {
    grid-column: auto;
  }
  .admin-modal {
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 35px 20px;
  }
  .import-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .courier-hero-grid {
    grid-template-columns: 1fr;
  }
  .courier-trust > .shell {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .courier-trust span:nth-child(2) {
    border: 0;
  }
  .booking-layout {
    grid-template-columns: 1fr;
  }
  .field-grid.three,
  .field-grid.two,
  .field-grid.five {
    grid-template-columns: 1fr 1fr;
  }
  .summary-cards,
  .courier-sidebar,
  .restricted > .shell,
  .compare-grid {
    grid-template-columns: 1fr;
  }
  .booking-form {
    border-radius: 15px;
  }
  .form-steps {
    gap: 7px;
  }
  .form-steps i {
    display: none;
  }
  .form-section {
    padding-left: 16px;
    padding-right: 16px;
  }
  .vertical-timeline:before {
    left: 21px;
  }
  .vertical-timeline article,
  .vertical-timeline article.reverse {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 50px;
    padding-left: 55px;
  }
  .vertical-timeline article.reverse .timeline-copy,
  .vertical-timeline article.reverse .timeline-art {
    grid-area: auto/1;
  }
  .vertical-timeline article > em {
    top: 40px;
    left: 21px;
  }
  .timeline-copy {
    grid-row: 1;
  }
  .timeline-art {
    min-height: 220px;
    grid-row: 2 !important;
  }
  .policy-grid,
  .more-grid {
    grid-template-columns: 1fr;
  }
  .flow-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .flow-steps i {
    display: none;
  }
  .mega-flow {
    flex-direction: column;
  }
  .mega-flow > i {
    transform: rotate(90deg);
  }
  .mega-sources {
    flex-wrap: wrap;
    justify-content: center;
  }
  .saving-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .hiw-counts > .shell {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
  .hiw-counts span:nth-child(2) {
    border: 0;
  }
}
@media (width<=480px) {
  .category-mini-grid,
  .variation-grid {
    grid-template-columns: 1fr;
  }
  .gallery-thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-logistics > div {
    grid-template-columns: 1fr 1fr;
  }
  .shipping-wallet {
    transform: translate(280px);
  }
  .wallet-panel {
    width: 280px;
    padding: 15px;
  }
  .wallet-tab {
    width: 54px;
  }
  .wallet-tab small {
    display: none;
  }
  .checkout-hero {
    padding: 48px 0;
  }
  .checkout-card-head,
  .checkout-line {
    padding-left: 14px;
    padding-right: 14px;
  }
  .checkout-summary {
    padding: 16px;
  }
  .hero-metrics {
    grid-template-columns: 1fr;
  }
  .button-row .btn {
    width: 100%;
  }
  .stats-grid strong {
    font-size: 1.45rem;
  }
  .stats-grid small {
    font-size: 0.56rem;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .combine-banner {
    padding: 22px 18px;
  }
  .combine-flow > span {
    width: 70px;
  }
  .combine-flow b {
    display: none;
  }
  .product-strip {
    grid-template-columns: repeat(16, 175px);
  }
  .product-card {
    min-width: 175px;
  }
  .product-visual {
    height: 130px;
  }
  .seller-points {
    flex-direction: column;
    gap: 7px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
  .floating-shop span {
    display: none;
  }
  .floating-shop {
    justify-content: center;
    width: 46px;
    padding: 0;
  }
  .trust-badges {
    grid-template-columns: 1fr;
  }
  .modal-copy h2 {
    font-size: 1.55rem;
  }
  .order-hero h1 {
    font-size: 2.6rem;
  }
  .order-flow-bar > .shell {
    grid-template-columns: 1fr 1fr;
  }
  .marketplace-picks {
    padding: 58px 0;
  }
  .picks-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .pick-visual {
    height: 120px;
  }
  .pick-copy {
    padding: 13px;
  }
  .pick-copy h3 {
    font-size: 0.76rem;
  }
  .import-card-head,
  .import-controls {
    padding-left: 18px;
    padding-right: 18px;
  }
  .import-alert {
    margin-left: 18px;
    margin-right: 18px;
  }
  .import-trust {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-entry-grid {
    padding: 18px;
  }
  .field-grid.two,
  .dimension-inputs {
    grid-template-columns: 1fr;
  }
  .dimension-card {
    margin-left: 18px;
    margin-right: 18px;
  }
  .entry-total {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .entry-total .btn {
    width: 100%;
  }
  .order-assurance .shell > div:last-child {
    grid-template-columns: 1fr;
  }
  .success-modal {
    padding: 30px 20px;
  }
  .toolbar-actions select {
    max-width: 130px;
  }
  .admin-button {
    width: 38px;
    font-size: 0;
  }
  .admin-button:before {
    content: "⬆";
    font-size: 0.75rem;
  }
  .product-grid.grid {
    grid-template-columns: 1fr;
  }
  .catalog-top {
    align-items: start;
  }
  .shop-hero h1 {
    font-size: 2.7rem;
  }
  .field-grid.three,
  .field-grid.two,
  .field-grid.five {
    grid-template-columns: 1fr;
  }
  .form-steps span {
    font-size: 0;
  }
  .form-steps span b {
    font-size: 0.6rem;
  }
  .booking-summary {
    grid-template-columns: 1fr;
  }
  .mega-sources span {
    width: 84px;
  }
  .saving-stats,
  .hiw-counts > .shell {
    grid-template-columns: 1fr;
  }
  .hiw-counts span {
    border: 0;
  }
  .flow-panel {
    padding: 20px 14px;
  }
  .flow-steps {
    grid-template-columns: 1fr;
  }
  .flow-steps > div {
    text-align: left;
    flex-direction: row;
    gap: 12px;
  }
  .flow-steps span {
    margin-top: 0;
  }
  .hiw-hero h1 {
    font-size: 3.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.tracking-lookup-bg {
  z-index: 6000;
}
.tracking-lookup {
  background: #fff;
  border-radius: 22px;
  width: min(92vw, 620px);
  padding: 34px;
  position: relative;
  box-shadow: 0 28px 80px #0f172a55;
}
.tracking-lookup > small {
  color: var(--orange);
  letter-spacing: 0.12em;
  font-size: 0.64rem;
  font-weight: 900;
}
.tracking-lookup h2 {
  color: #172033;
  margin: 8px 0;
  font:
    800 2rem Georgia,
    serif;
}
.tracking-lookup > p {
  color: #64748b;
  line-height: 1.65;
}
.tracking-lookup form {
  grid-template-columns: 1fr auto;
  gap: 9px;
  margin: 20px 0;
  display: grid;
}
.tracking-lookup form input {
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  height: 48px;
  padding: 0 14px;
}
.lookup-result,
.lookup-empty {
  background: #f8fafc;
  border-radius: 14px;
  flex-direction: column;
  gap: 7px;
  padding: 18px;
  display: flex;
}
.lookup-result > div {
  align-items: center;
  gap: 9px;
  display: flex;
}
.lookup-result > div small {
  color: #64748b;
  margin-left: auto;
}
.lookup-result > strong {
  font-size: 1.05rem;
}
.lookup-result > p {
  color: #64748b;
  margin: 0;
}
.lookup-result > span {
  border-top: 1px solid #e2e8f0;
  justify-content: space-between;
  padding-top: 10px;
  font-size: 0.78rem;
  display: flex;
}
.lookup-result > button {
  color: #7c3aed;
  background: 0 0;
  border: 0;
  align-self: flex-start;
  font-weight: 900;
}
.lookup-empty {
  color: #9a3412;
  background: #fff7ed;
}
.lookup-empty p {
  margin: 0;
}
.wallet-estimate.verified {
  background: #ecfdf5;
}
.wallet-estimate.verified small,
.wallet-estimate.verified b {
  color: #166534;
}
.wallet-estimate.blocked {
  background: #fff7ed;
}
.wallet-estimate.blocked b {
  color: #9a3412;
  font-size: 0.9rem;
}
.checkout-rate-audit {
  color: #166534;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  grid-template-columns: 1fr auto;
  gap: 5px;
  margin: 13px 0;
  padding: 11px;
  display: grid;
}
.checkout-rate-audit span {
  font-size: 0.68rem;
  font-weight: 900;
}
.checkout-rate-audit b {
  font-size: 0.68rem;
}
.checkout-rate-audit small {
  color: #475569;
  grid-column: 1/-1;
  font-size: 0.55rem;
}
.checkout-rate-audit.blocked {
  color: #9a3412;
  background: #fff7ed;
  border-color: #fed7aa;
}
@media (width<=600px) {
  .tracking-lookup {
    padding: 25px 18px;
  }
  .tracking-lookup form {
    grid-template-columns: 1fr;
  }
  .lookup-result > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .lookup-result > div small {
    margin-left: 0;
  }
}
body {
  letter-spacing: -0.005em;
  font-family:
    Inter,
    Avenir Next,
    Segoe UI,
    Helvetica,
    Arial,
    sans-serif;
}
h1,
h2,
h3,
h4,
.section-title h2,
.service-body h3,
.step-card h3,
.benefit-grid h3 {
  letter-spacing: -0.035em;
  font-family:
    Inter,
    Avenir Next,
    Segoe UI,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 750;
}
.section-title {
  margin-bottom: 14px;
}
.section-title .eyebrow {
  letter-spacing: 0.12em;
  padding: 6px 12px;
  font-size: 0.62rem;
}
.section-title h2,
.services-section .section-title h2,
.steps-section .section-title h2,
.problem-section .section-title h2 {
  max-width: 790px;
  margin: 13px auto 12px;
  font-size: clamp(1.95rem, 3.3vw, 2.8rem);
  line-height: 1.08;
}
.section-intro {
  color: #475569;
  max-width: 720px;
  margin: -2px auto 28px;
  font-size: 1rem;
  line-height: 1.7;
}
.title-bar {
  width: 48px;
  height: 3px;
}
.logo-lockup {
  align-items: center;
  width: 148px;
  height: 42px;
  display: inline-flex;
}
.logo-lockup img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.logo-lockup.light {
  width: 156px;
}
.logo-lockup.light img {
  filter: drop-shadow(0 2px 5px #0003);
}
.logo-button {
  flex: none;
  align-items: center;
  display: flex;
}
.nav-inner {
  gap: 14px;
  height: 74px;
}
.desktop-nav {
  background: #f8fafc;
  border: 1px solid #e8edf4;
  border-radius: 15px;
  gap: 5px;
  padding: 4px;
}
.desktop-nav button {
  color: #475569;
  border-radius: 10px;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 11px;
  font-size: 0.73rem;
  font-weight: 760;
  display: inline-flex;
}
.desktop-nav button i {
  color: #7c3aed;
  background: #fff;
  border-radius: 6px;
  place-items: center;
  width: 20px;
  height: 20px;
  font-size: 0.68rem;
  font-style: normal;
  display: grid;
  box-shadow: 0 1px 4px #0f172a14;
}
.desktop-nav button:hover {
  color: #ea580c;
  background: #fff;
}
.desktop-nav button.active {
  color: #fff;
  background: linear-gradient(135deg, #f97316, #7c3aed);
  box-shadow: 0 6px 16px #7c3aed2e;
}
.desktop-nav button.active:after {
  display: none;
}
.nav-actions {
  gap: 7px;
}
.nav-signup {
  padding: 0 13px;
}
.hero {
  min-height: 630px;
}
.hero-grid {
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  min-height: 630px;
  padding: 38px 0 46px;
}
.hero h1 {
  max-width: 650px;
  margin: 20px 0 15px;
  font-size: clamp(2.65rem, 4.5vw, 3.85rem);
  font-weight: 760;
  line-height: 1.04;
}
.hero-copy > p {
  color: #d3dcea;
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.72;
}
.hero-map {
  animation: none;
}
.hero-showcase {
  background: #071224;
  border: 1px solid #94a3b838;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 32px 70px #00000052;
}
.showcase-stage {
  height: 405px;
  animation: 0.55s both showcaseReveal;
  position: relative;
  overflow: hidden;
}
.showcase-stage > .map-card {
  height: 100%;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.showcase-stage > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.showcase-shade {
  background: linear-gradient(#0000, #020617f0);
  position: absolute;
  inset: 42% 0 0;
}
.showcase-copy {
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 24px;
  right: 24px;
}
.showcase-copy small {
  color: #fdba74;
  letter-spacing: 0.14em;
  font-size: 0.58rem;
  font-weight: 850;
}
.showcase-copy h3 {
  color: #fff;
  margin: 5px 0 4px;
  font-size: 1.34rem;
}
.showcase-copy p {
  color: #cbd5e1;
  max-width: 420px;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.5;
}
.showcase-controls {
  background: #243147;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  display: grid;
}
.showcase-controls button {
  color: #64748b;
  text-align: left;
  background: #0b1729;
  border: 0;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  padding: 9px 10px;
  display: flex;
}
.showcase-controls button span {
  font-size: 0.47rem;
}
.showcase-controls button b {
  color: #94a3b8;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.47rem;
  overflow: hidden;
}
.showcase-controls button.active {
  background: #16223a;
}
.showcase-controls button.active span,
.showcase-controls button.active b {
  color: #fb923c;
}
.map-card {
  padding: 13px;
}
.map-card svg {
  height: 292px;
}
.map-caption {
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.map-caption span {
  font-size: 0.5rem;
}
.destination-halo {
  opacity: 0.16;
}
.india-ring {
  transform-origin: 228px 132px;
}
.map-stats {
  margin: 10px 8px 0;
}
.service-network {
  color: #64748b;
  letter-spacing: 0.08em;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto 18px;
  font-size: 0.55rem;
  font-weight: 850;
  display: grid;
}
.service-network i {
  background: linear-gradient(90deg, #fb923c, #8b5cf6);
  height: 1px;
}
.service-network b {
  color: #7c3aed;
}
.service-grid {
  gap: 16px;
  position: relative;
}
.service-card {
  border-radius: 18px;
  box-shadow: 0 12px 30px #0f172a13;
}
.service-art {
  justify-content: initial;
  height: 174px;
}
.service-art:before {
  z-index: 1;
  opacity: 1;
  background: linear-gradient(#02061705, #020617b8);
}
.service-art > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.45s;
}
.service-card:hover .service-art > img {
  transform: scale(1.04);
}
.service-art > small,
.service-art > b {
  z-index: 2;
}
.service-art > small {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #020617ad;
}
.service-art > b {
  color: #fff;
}
.service-body {
  padding: 20px;
}
.service-body h3 {
  font-size: 1.2rem;
}
.service-body p {
  min-height: 68px;
  font-size: 0.78rem;
  line-height: 1.58;
}
.service-body ul {
  padding: 10px 0 7px;
}
.service-body li {
  font-size: 0.7rem;
}
.combine-banner {
  border-radius: 17px;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 18px;
  padding: 19px 22px;
}
.combine-banner h3 {
  font-size: 1.14rem;
}
.combine-banner p {
  font-size: 0.68rem;
}
.combine-flow > span {
  border-radius: 10px;
  width: 68px;
  height: 52px;
  font-size: 1rem;
}
.combine-flow small {
  font-size: 0.45rem;
}
.shipping-story {
  padding: 6px 0 12px;
}
.shipping-story-grid {
  gap: 16px;
}
.shipping-story article {
  border-radius: 18px;
  min-height: 235px;
  box-shadow: 0 14px 32px #0f172a1f;
}
.shipping-story img {
  min-height: 235px;
}
.shipping-story article > div {
  bottom: 18px;
  left: 20px;
  right: 20px;
}
.shipping-story h3 {
  margin: 3px 0;
  font-size: 1.22rem;
}
.shipping-story p {
  font-size: 0.67rem;
}
.shipping-story small {
  font-size: 0.5rem;
}
.steps-section {
  padding-top: 24px;
}
.steps-row {
  margin-top: 32px;
}
.delivery-bar {
  height: 62px;
  margin-top: 32px;
}
.problem-section {
  background: radial-gradient(circle at 15% 20%, #f9731629, #0000 26%),
    linear-gradient(135deg, #0f172a, #1e1b4b);
  padding: 54px 0;
}
.why-layout {
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 52px;
  display: grid;
}
.why-intro .section-title {
  text-align: left;
}
.why-intro .section-title h2,
.why-intro .title-bar {
  margin-left: 0;
}
.why-intro > p {
  color: #cbd5e1;
  max-width: 470px;
  margin: 16px 0;
  font-size: 0.9rem;
  line-height: 1.7;
}
.why-proof {
  color: #94a3b8;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-size: 0.58rem;
  display: flex;
}
.why-proof strong {
  color: #fff;
  font-size: 1.1rem;
}
.why-proof i {
  color: #fb923c;
  font-style: normal;
}
.problem-section .benefit-grid {
  flex-direction: column;
  gap: 10px;
  margin: 0;
  display: flex;
}
.problem-section .benefit-grid article {
  background: #ffffff13;
  border-radius: 15px;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 17px 19px;
  display: grid;
}
.problem-section .benefit-grid article > span {
  color: #fb923c;
  background: #f9731621;
  border-radius: 12px;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 0.64rem;
  display: grid;
}
.problem-section .benefit-grid article > div {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.problem-section .benefit-grid h3 {
  color: #fff;
  margin: 0 0 3px;
  font-size: 0.96rem;
}
.problem-section .benefit-grid p {
  color: #b7c2d3;
  min-height: 0;
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.5;
}
.problem-section .benefit-grid article > b {
  color: #c4b5fd;
  letter-spacing: 0.08em;
  background: #7c3aed2e;
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 0.47rem;
}
.trending-section {
  background: #fff;
}
.category-showcase {
  gap: 14px;
}
.category-window {
  border-radius: 18px;
}
.category-feature {
  min-height: 190px;
  padding: 23px;
}
.category-feature h3 {
  font-size: 1.72rem;
}
.category-mini-grid button {
  min-height: 108px;
}
.category-electronics .category-mini-grid button:nth-child(4n + 1) {
  background: #eff6ff;
}
.category-electronics .category-mini-grid button:nth-child(4n + 2) {
  background: #ecfeff;
}
.category-electronics .category-mini-grid button:nth-child(4n + 3) {
  background: #f5f3ff;
}
.category-electronics .category-mini-grid button:nth-child(4n + 4) {
  background: #f0fdf4;
}
.category-fashion .category-mini-grid button:nth-child(4n + 1) {
  background: #fff1f2;
}
.category-fashion .category-mini-grid button:nth-child(4n + 2) {
  background: #fff7ed;
}
.category-fashion .category-mini-grid button:nth-child(4n + 3) {
  background: #faf5ff;
}
.category-fashion .category-mini-grid button:nth-child(4n + 4) {
  background: #fdf2f8;
}
.category-home .category-mini-grid button:nth-child(4n + 1) {
  background: #f0fdfa;
}
.category-home .category-mini-grid button:nth-child(4n + 2) {
  background: #fefce8;
}
.category-home .category-mini-grid button:nth-child(4n + 3) {
  background: #f8fafc;
}
.category-home .category-mini-grid button:nth-child(4n + 4) {
  background: #ecfdf5;
}
.category-mini-grid button:hover {
  filter: saturate(1.2) brightness(0.98);
}
.order-hero h1,
.shop-hero h1,
.courier-hero h1,
.hiw-hero h1,
.checkout-hero h1 {
  font-size: clamp(2.5rem, 4.5vw, 3.7rem);
  font-weight: 760;
}
.tracking-lookup h2 {
  font-family:
    Inter,
    Avenir Next,
    Segoe UI,
    sans-serif;
}
footer .logo-lockup {
  height: 46px;
}
.service-art {
  height: 188px;
}
.service-primary-image {
  filter: saturate(1.04) contrast(1.02);
}
.service-inset {
  z-index: 3;
  background: #0f172a;
  border: 2px solid #ffffffd1;
  border-radius: 11px;
  width: 96px;
  height: 58px;
  transition: transform 0.3s;
  position: absolute;
  bottom: 11px;
  left: 13px;
  overflow: hidden;
  transform: rotate(-2deg);
  box-shadow: 0 9px 22px #02061766;
}
.service-inset img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.service-card:hover .service-inset {
  transform: rotate(0) translateY(-3px);
}
.service-art > b {
  text-align: right;
  text-shadow: 0 2px 8px #020617bf;
  max-width: 150px;
}
@keyframes showcaseReveal {
  0% {
    opacity: 0.2;
    transform: scale(1.015);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (width<=1120px) {
  .desktop-nav,
  .login-link {
    display: none;
  }
  .menu-button {
    display: block;
  }
}
@media (width<=980px) {
  .hero-grid {
    grid-template-columns: 1fr 0.95fr;
    gap: 24px;
  }
  .hero h1 {
    font-size: 3rem;
  }
  .service-network {
    max-width: 620px;
  }
  .why-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .why-intro,
  .why-intro .section-title {
    text-align: center;
  }
  .why-intro .section-title h2,
  .why-intro .title-bar {
    margin-left: auto;
  }
  .why-intro > p {
    margin-left: auto;
    margin-right: auto;
  }
  .why-proof {
    justify-content: center;
  }
}
@media (width<=768px) {
  .section {
    padding: 48px 0;
  }
  .nav-inner {
    height: 64px;
  }
  .logo-lockup {
    width: 132px;
    height: 38px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 55px 0 45px;
  }
  .hero h1 {
    font-size: clamp(2.45rem, 11vw, 3.15rem);
  }
  .hero-map {
    margin-top: 12px;
    display: block;
  }
  .showcase-stage {
    height: 360px;
  }
  .map-card svg {
    height: 250px;
  }
  .showcase-controls button {
    padding: 8px 6px;
  }
  .showcase-controls button b {
    font-size: 0.42rem;
  }
  .service-network {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .service-network i {
    width: 1px;
    height: 12px;
    margin: auto;
  }
  .shipping-story {
    padding-bottom: 8px;
  }
  .shipping-story article,
  .shipping-story img {
    min-height: 230px;
  }
  .steps-section {
    padding-top: 22px;
  }
  .why-proof {
    flex-wrap: wrap;
  }
  .problem-section .benefit-grid article {
    grid-template-columns: 40px 1fr;
  }
  .problem-section .benefit-grid article > b {
    grid-column: 2;
    justify-self: start;
  }
  .section-title h2,
  .services-section .section-title h2,
  .steps-section .section-title h2,
  .problem-section .section-title h2 {
    font-size: clamp(1.8rem, 8.5vw, 2.4rem);
  }
  .section-intro {
    font-size: 0.9rem;
  }
  .category-feature {
    min-height: 175px;
  }
  .combine-banner {
    grid-template-columns: 1fr;
  }
  .combine-flow {
    justify-content: flex-start;
  }
}
@media (width<=480px) {
  .showcase-stage {
    height: 315px;
  }
  .map-card {
    padding: 9px;
  }
  .map-card svg {
    height: 220px;
  }
  .map-caption {
    display: none;
  }
  .showcase-copy {
    left: 17px;
    right: 17px;
  }
  .showcase-copy h3 {
    font-size: 1.08rem;
  }
  .showcase-controls button b {
    display: none;
  }
  .showcase-controls button {
    align-items: center;
  }
  .map-stats {
    margin-left: 0;
    margin-right: 0;
  }
  .problem-section .benefit-grid article {
    padding: 14px;
  }
  .combine-flow > span {
    width: 58px;
  }
  .category-mini-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-art {
    height: 180px;
  }
  .service-inset {
    width: 84px;
    height: 52px;
  }
}
.shipping-story-grid {
  grid-template-columns: 0.72fr 0.72fr 1.56fr;
  align-items: stretch;
  gap: 14px;
}
.shipping-story .shipping-story-photo,
.shipping-story .shipping-story-photo img {
  height: 218px;
  min-height: 218px;
}
.shipping-story .shipping-story-photo > div {
  bottom: 15px;
  left: 17px;
  right: 17px;
}
.shipping-story .shipping-story-photo h3 {
  font-size: 1.05rem;
}
.shipping-story .shipping-story-photo p {
  font-size: 0.61rem;
  line-height: 1.45;
}
.shipping-story .shipping-rate-card {
  color: #0f172a;
  background: linear-gradient(145deg, #fff 0%, #faf8ff 58%, #fff7ed 100%);
  border: 1px solid #ddd6fe;
  border-radius: 18px;
  flex-direction: column;
  gap: 11px;
  min-height: 218px;
  padding: 17px 18px;
  display: flex;
  box-shadow: 0 14px 32px #0f172a1a;
}
.shipping-story .shipping-rate-card:after {
  display: none;
}
.shipping-story .shipping-rate-card > div {
  color: inherit;
  position: static;
  inset: auto;
}
.rate-card-heading {
  align-items: center;
  gap: 11px;
  display: flex;
}
.rate-card-heading > span {
  color: #fff;
  background: linear-gradient(135deg, #f97316, #7c3aed);
  border-radius: 11px;
  flex: none;
  place-items: center;
  width: 38px;
  height: 38px;
  font-size: 1rem;
  font-weight: 900;
  display: grid;
  box-shadow: 0 7px 17px #7c3aed2e;
}
.shipping-story .rate-card-heading small {
  color: #7c3aed;
  letter-spacing: 0.12em;
  font-size: 0.48rem;
  font-weight: 900;
}
.rate-card-heading h3 {
  letter-spacing: -0.025em;
  margin: 1px 0 2px;
  font-size: 1.05rem;
}
.rate-card-heading p {
  color: #64748b;
  margin: 0;
  font-size: 0.58rem;
  line-height: 1.4;
}
.home-rate-fields {
  grid-template-columns: 1.05fr 1fr 0.7fr;
  gap: 8px;
  display: grid;
}
.home-rate-fields label {
  color: #475569;
  letter-spacing: 0.03em;
  flex-direction: column;
  gap: 4px;
  font-size: 0.5rem;
  font-weight: 850;
  display: flex;
}
.home-rate-fields input,
.home-rate-fields select {
  color: #0f172a;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  outline: 0;
  width: 100%;
  min-width: 0;
  height: 35px;
  padding: 0 9px;
  font-size: 0.62rem;
  font-weight: 650;
}
.home-rate-fields input:focus,
.home-rate-fields select:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px #7c3aed17;
}
.home-rate-result {
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 8px 11px;
  display: flex !important;
}
.home-rate-result > span {
  flex-direction: column;
  display: flex;
}
.shipping-story .home-rate-result small {
  color: inherit;
  font-size: 0.49rem;
  line-height: 1.35;
}
.home-rate-result b {
  font-size: 1.05rem;
}
.home-rate-result strong {
  font-size: 0.62rem;
}
.home-rate-result.verified {
  color: #166534;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
}
.home-rate-result.blocked {
  color: #9a3412;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  gap: 2px;
  font-size: 0.62rem;
  font-weight: 850;
  display: grid !important;
}
.home-rate-prompt {
  background: #fff;
  border: 1px dashed #cbd5e1;
  border-radius: 9px;
  place-items: center;
  min-height: 38px;
  padding: 7px 10px;
  font-size: 0.55rem;
  color: #64748b !important;
  display: grid !important;
}
.home-rate-link {
  color: #7c3aed;
  background: 0 0;
  border: 0;
  align-self: flex-end;
  margin-top: auto;
  font-size: 0.57rem;
  font-weight: 900;
}
.home-rate-link span {
  color: #f97316;
}
@media (width<=980px) {
  .shipping-story-grid {
    grid-template-columns: 1fr 1fr;
  }
  .shipping-story .shipping-rate-card {
    grid-column: 1/-1;
  }
  .shipping-story .shipping-story-photo,
  .shipping-story .shipping-story-photo img {
    height: 205px;
    min-height: 205px;
  }
}
@media (width<=680px) {
  .shipping-story-grid {
    grid-template-columns: 1fr;
  }
  .shipping-story .shipping-rate-card {
    grid-column: auto;
  }
  .home-rate-fields {
    grid-template-columns: 1fr;
  }
  .shipping-story .shipping-rate-card {
    min-height: 0;
  }
  .home-rate-result {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-rate-link {
    align-self: flex-start;
  }
}
.invoice-portal-layout,
.admin-invoice-layout {
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  display: grid;
}
.invoice-selector,
.invoice-admin-list {
  padding: 19px;
  position: sticky;
  top: 86px;
}
.invoice-selector > small,
.invoice-admin-list > div > small {
  color: #7c3aed;
  letter-spacing: 0.12em;
  font-size: 0.55rem;
  font-weight: 900;
}
.invoice-selector h2,
.invoice-admin-list h2 {
  margin: 4px 0 7px;
  font-size: 1.18rem;
}
.invoice-selector > p,
.invoice-admin-list > div > p {
  color: #64748b;
  margin: 0 0 16px;
  font-size: 0.61rem;
  line-height: 1.55;
}
.invoice-selector > button,
.invoice-admin-list > button {
  text-align: left;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 7px;
  padding: 10px;
  display: grid;
}
.invoice-selector > button > span {
  color: #7c3aed;
  background: #f5f3ff;
  border-radius: 8px;
  place-items: center;
  width: 28px;
  height: 28px;
  display: grid;
}
.invoice-selector button div {
  flex-direction: column;
  min-width: 0;
  display: flex;
}
.invoice-selector button b {
  font-size: 0.65rem;
}
.invoice-selector button small {
  color: #64748b;
  font-size: 0.5rem;
}
.invoice-selector button em,
.invoice-admin-list button em {
  color: #166534;
  background: #ecfdf5;
  border-radius: 999px;
  padding: 4px 6px;
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 900;
}
.invoice-selector > button.active,
.invoice-admin-list > button.active {
  background: #faf5ff;
  border-color: #c4b5fd;
  box-shadow: 0 0 0 2px #7c3aed12;
}
.invoice-viewer,
.invoice-admin-workspace {
  min-width: 0;
}
.invoice-toolbar,
.invoice-admin-toolbar {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  padding: 10px 13px;
  display: flex;
}
.invoice-toolbar > div {
  align-items: center;
  gap: 9px;
  display: flex;
}
.document-access {
  letter-spacing: 0.08em;
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 0.47rem;
  font-weight: 900;
}
.document-access.customer {
  color: #166534;
  background: #ecfdf5;
}
.invoice-document {
  color: #172033;
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 18px 45px #0f172a14;
}
.invoice-doc-head {
  background: linear-gradient(135deg, #fff, #faf7ff);
  border-bottom: 4px solid #f97316;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 28px 30px 22px;
  display: flex;
}
.invoice-doc-head > div {
  flex-direction: column;
  display: flex;
}
.invoice-brand {
  letter-spacing: -0.09em;
  color: #f97316;
  font-size: 1.9rem;
  font-weight: 900;
}
.invoice-brand span {
  color: #2877d2;
}
.invoice-doc-head > div:first-child > small {
  color: #64748b;
  letter-spacing: 0.15em;
  font-size: 0.49rem;
  font-weight: 900;
}
.invoice-doc-head > div:last-child {
  align-items: flex-end;
}
.invoice-doc-head h2 {
  letter-spacing: 0.04em;
  margin: 3px 0 1px;
  font-size: 1.32rem;
}
.invoice-doc-head > div:last-child > em {
  color: #166534;
  text-transform: uppercase;
  background: #dcfce7;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 900;
}
.invoice-doc-head > div:last-child > b {
  color: #7c3aed;
  font-size: 0.75rem;
}
.invoice-doc-head > div:last-child > span {
  color: #64748b;
  font-size: 0.55rem;
}
.invoice-doc-head.commercial {
  background: linear-gradient(135deg, #f8fafc, #f5f3ff);
  border-bottom-color: #7c3aed;
}
.invoice-meta,
.commercial-parties {
  background: #f8fafc;
  grid-template-columns: 1fr 1fr 0.9fr;
  gap: 16px;
  padding: 20px 30px;
  display: grid;
}
.invoice-meta > section,
.commercial-parties > section {
  color: #475569;
  flex-direction: column;
  font-size: 0.58rem;
  line-height: 1.55;
  display: flex;
}
.invoice-meta section > small,
.commercial-parties section > small {
  color: #7c3aed;
  letter-spacing: 0.11em;
  margin-bottom: 5px;
  font-size: 0.48rem;
  font-weight: 900;
}
.invoice-meta section > b,
.commercial-parties section > b {
  color: #0f172a;
  font-size: 0.68rem;
}
.invoice-meta section:last-child span,
.commercial-parties section:last-child span {
  justify-content: space-between;
  gap: 8px;
  display: flex;
}
.invoice-service-sections {
  padding: 19px 30px;
}
.invoice-service-block {
  border: 1px solid #e2e8f0;
  border-radius: 11px;
  margin-bottom: 14px;
  overflow: hidden;
}
.invoice-service-title {
  background: #f8fafc;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  display: flex;
}
.invoice-service-title > span {
  background: #fff;
  border-radius: 8px;
  place-items: center;
  width: 29px;
  height: 29px;
  display: grid;
  box-shadow: 0 2px 7px #0f172a14;
}
.invoice-service-title h3 {
  margin: 0;
  font-size: 0.72rem;
}
.invoice-service-title small {
  color: #64748b;
  margin-top: 1px;
  font-size: 0.48rem;
  display: block;
}
.invoice-service-block.tryyshop {
  border-left: 3px solid #7c3aed;
}
.invoice-service-block.india {
  border-left: 3px solid #f97316;
}
.invoice-service-block.courier {
  border-left: 3px solid #0891b2;
}
.invoice-line-head,
.invoice-line {
  grid-template-columns: minmax(260px, 2fr) 0.35fr 0.65fr 0.75fr 0.75fr;
  align-items: center;
  gap: 10px;
  padding: 8px 11px;
  display: grid;
}
.invoice-line-head {
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #172033;
  font-size: 0.46rem;
  font-weight: 900;
}
.invoice-line {
  color: #334155;
  border-top: 1px solid #eef2f7;
  font-size: 0.57rem;
}
.invoice-line > span {
  flex-direction: column;
  min-width: 0;
  display: flex;
}
.invoice-line > span:first-child > b {
  color: #7c3aed;
  font-size: 0.48rem;
}
.invoice-line > span:first-child > strong {
  color: #0f172a;
  margin: 1px 0;
  font-size: 0.64rem;
}
.invoice-line small,
.invoice-line em {
  color: #64748b;
  font-size: 0.48rem;
  font-style: normal;
  line-height: 1.4;
}
.invoice-line > span:last-child b {
  color: #0f172a;
}
.invoice-bottom {
  grid-template-columns: 1.15fr 0.85fr;
  gap: 25px;
  padding: 0 30px 23px;
  display: grid;
}
.invoice-notes {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 13px;
}
.invoice-notes small {
  color: #7c3aed;
  letter-spacing: 0.1em;
  font-size: 0.47rem;
  font-weight: 900;
}
.invoice-notes p {
  color: #64748b;
  margin: 5px 0 0;
  font-size: 0.52rem;
  line-height: 1.55;
}
.invoice-totals {
  flex-direction: column;
  display: flex;
}
.invoice-totals > span {
  color: #475569;
  border-bottom: 1px solid #e2e8f0;
  justify-content: space-between;
  padding: 6px 2px;
  font-size: 0.56rem;
  display: flex;
}
.invoice-totals em {
  color: #7c3aed;
  background: #f5f3ff;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 0.43rem;
  font-style: normal;
}
.invoice-totals > strong {
  color: #fff;
  background: #172033;
  border-radius: 9px;
  justify-content: space-between;
  margin-top: 7px;
  padding: 10px;
  font-size: 0.66rem;
  display: flex;
}
.invoice-totals > strong b {
  color: #fdba74;
  font-size: 0.85rem;
}
.invoice-totals > small {
  color: #64748b;
  margin-top: 5px;
  font-size: 0.47rem;
}
.invoice-document > footer {
  color: #64748b;
  background: #f1f5f9;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 30px;
  font-size: 0.47rem;
  display: flex;
}
.invoice-admin-list > button {
  grid-template-columns: 1fr auto;
  padding: 11px;
}
.invoice-admin-list button > span {
  color: #7c3aed;
  grid-column: 1/-1;
  font-size: 0.52rem;
  font-weight: 900;
}
.invoice-admin-list button > b {
  font-size: 0.65rem;
}
.invoice-admin-list button > small {
  color: #64748b;
  grid-column: 1/-1;
  font-size: 0.5rem;
}
.invoice-admin-toolbar > div:last-child {
  gap: 7px;
  display: flex;
}
.invoice-doc-tabs {
  background: #f1f5f9;
  border-radius: 10px;
  gap: 4px;
  padding: 3px;
  display: flex;
}
.invoice-doc-tabs button {
  color: #64748b;
  background: 0 0;
  border: 0;
  border-radius: 7px;
  padding: 8px 11px;
  font-size: 0.58rem;
  font-weight: 900;
}
.invoice-doc-tabs button span {
  color: #7c3aed;
  background: #ede9fe;
  border-radius: 4px;
  margin-left: 4px;
  padding: 2px 4px;
  font-size: 0.4rem;
}
.invoice-doc-tabs button.active {
  color: #0f172a;
  background: #fff;
  box-shadow: 0 2px 7px #0f172a14;
}
.invoice-finance-editor {
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 10px;
  padding: 12px;
  display: grid;
}
.invoice-finance-editor label,
.commercial-controls label {
  color: #64748b;
  flex-direction: column;
  gap: 4px;
  font-size: 0.48rem;
  font-weight: 900;
  display: flex;
}
.invoice-finance-editor input,
.invoice-finance-editor select,
.commercial-controls select {
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  height: 34px;
  padding: 0 8px;
  font-size: 0.58rem;
}
.commercial-controls {
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 13px;
  display: flex;
}
.commercial-controls > div {
  margin-right: auto;
}
.commercial-controls small {
  color: #7c3aed;
  letter-spacing: 0.1em;
  font-size: 0.48rem;
  font-weight: 900;
}
.commercial-controls h3 {
  margin: 2px 0;
  font-size: 0.8rem;
}
.commercial-controls p {
  color: #64748b;
  margin: 0;
  font-size: 0.5rem;
}
.commercial-table {
  padding: 20px 18px 8px;
  overflow-x: auto;
}
.commercial-head,
.commercial-row {
  grid-template-columns: 42px minmax(280px, 2fr) 100px 90px 72px 48px 100px 32px;
  align-items: center;
  gap: 7px;
  min-width: 820px;
  display: grid;
}
.commercial-head {
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: #172033;
  padding: 8px;
  font-size: 0.43rem;
  font-weight: 900;
}
.commercial-row {
  color: #334155;
  border-bottom: 1px solid #e2e8f0;
  padding: 9px 8px;
  font-size: 0.51rem;
}
.commercial-row > span {
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  display: flex;
}
.commercial-row > span:nth-child(2) > small {
  color: #7c3aed;
  font-size: 0.42rem;
  font-weight: 900;
}
.commercial-row > span:nth-child(2) > em {
  color: #64748b;
  font-size: 0.45rem;
  font-style: normal;
}
.commercial-row input,
.commercial-row textarea {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  width: 100%;
  min-width: 0;
  padding: 5px;
  font-size: 0.48rem;
}
.commercial-row textarea {
  resize: vertical;
  height: 34px;
}
.commercial-logistics {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 6px;
  flex-direction: column;
  gap: 2px;
  margin-top: 4px;
  padding: 6px 7px;
  display: flex !important;
}
.commercial-logistics small {
  letter-spacing: 0.045em;
  font-weight: 900;
  color: #1d4ed8 !important;
  font-size: 0.4rem !important;
}
.commercial-logistics b {
  color: #334155;
  font-size: 0.46rem;
  font-weight: 750;
}
.hs-warning {
  color: #dc2626 !important;
}
.invoice-remove-line {
  color: #e11d48;
  background: #fff1f2;
  border: 0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-weight: 900;
}
.commercial-summary {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 12px 28px 25px;
  display: grid;
}
.commercial-summary > section {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px;
}
.commercial-summary > section > small {
  color: #7c3aed;
  letter-spacing: 0.1em;
  font-size: 0.47rem;
  font-weight: 900;
}
.commercial-summary > section:first-child > div {
  border-bottom: 1px solid #e2e8f0;
  grid-template-columns: 1fr repeat(3, auto);
  gap: 10px;
  padding: 7px 0;
  font-size: 0.5rem;
  display: grid;
}
.commercial-summary p {
  color: #64748b;
  font-size: 0.5rem;
  line-height: 1.5;
}
.commercial-summary > section:nth-child(2) > span {
  justify-content: space-between;
  padding: 4px 0;
  font-size: 0.52rem;
  display: flex;
}
.signature-line {
  color: #64748b;
  border-top: 1px solid #64748b;
  margin-top: 22px;
  padding-top: 6px;
  font-size: 0.46rem;
}
@media (width<=1100px) {
  .invoice-portal-layout,
  .admin-invoice-layout {
    grid-template-columns: 1fr;
  }
  .invoice-selector,
  .invoice-admin-list {
    position: static;
  }
  .invoice-selector {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    display: grid;
  }
  .invoice-selector > small,
  .invoice-selector > h2,
  .invoice-selector > p {
    grid-column: 1/-1;
  }
  .invoice-selector > button {
    margin: 0;
  }
  .invoice-admin-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    display: grid;
  }
  .invoice-admin-list > div {
    grid-column: 1/-1;
  }
  .invoice-admin-list > button {
    margin: 0;
  }
  .invoice-finance-editor {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width<=720px) {
  .invoice-meta,
  .commercial-parties,
  .invoice-bottom,
  .commercial-summary {
    grid-template-columns: 1fr;
  }
  .invoice-doc-head,
  .invoice-meta,
  .commercial-parties,
  .invoice-service-sections,
  .invoice-bottom {
    padding-left: 16px;
    padding-right: 16px;
  }
  .invoice-line-head {
    display: none;
  }
  .invoice-line {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .invoice-line > span:first-child {
    grid-column: 1/-1;
  }
  .invoice-toolbar,
  .invoice-admin-toolbar,
  .commercial-controls {
    flex-direction: column;
    align-items: stretch;
  }
  .invoice-admin-toolbar > div:last-child {
    justify-content: flex-end;
  }
  .invoice-finance-editor {
    grid-template-columns: 1fr 1fr;
  }
  .invoice-selector,
  .invoice-admin-list {
    grid-template-columns: 1fr;
  }
  .invoice-document > footer {
    flex-direction: column;
  }
  .commercial-summary > section:first-child > div {
    grid-template-columns: 1fr 1fr;
  }
}
@media print {
  body * {
    visibility: hidden !important;
  }
  .invoice-document,
  .invoice-document * {
    visibility: visible !important;
  }
  .invoice-document {
    width: 100%;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .portal-top,
  .portal-sidebar,
  .invoice-toolbar,
  .invoice-admin-toolbar,
  .invoice-finance-editor,
  .commercial-controls,
  .invoice-admin-list,
  .invoice-selector {
    display: none !important;
  }
  @page {
    size: A4 landscape;
    margin: 8mm;
  }
  .customer-invoice-document {
    font-size: 90%;
  }
}
.smart-address-grid {
  background: linear-gradient(145deg, #fff, #fbfcff);
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 15px;
  display: grid;
}
.smart-address-grid label {
  color: #334155;
  letter-spacing: 0.015em;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  font-size: 0.58rem;
  font-weight: 850;
  display: flex;
}
.smart-address-grid .full {
  grid-column: 1/-1;
}
.smart-address-grid input,
.smart-address-grid .smart-geo-input {
  box-sizing: border-box;
  color: #0f172a;
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  outline: 0;
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 11px;
  font:
    650 0.67rem/1 Inter,
    Avenir Next,
    Segoe UI,
    sans-serif;
}
.smart-address-grid input:focus,
.smart-address-grid .stdropdown-container:focus-within {
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px #7c3aed17;
}
.smart-address-grid .stdropdown-container {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  height: 42px;
  font-family:
    Inter,
    Avenir Next,
    Segoe UI,
    sans-serif;
}
.smart-address-grid .stdropdown-input {
  box-sizing: border-box;
  height: 100%;
  padding: 0 5px 0 0;
}
.smart-address-grid .stdropdown-input input {
  height: 40px !important;
  box-shadow: none !important;
  background: 0 0 !important;
  border: 0 !important;
  padding: 0 10px !important;
  font:
    650 0.67rem/1 Inter,
    Avenir Next,
    Segoe UI,
    sans-serif !important;
}
.smart-address-grid .stdropdown-tools svg {
  fill: #64748b;
  width: 15px;
  height: 15px;
}
.smart-address-grid .stdropdown-menu {
  z-index: 120;
  background: #fff;
  border-color: #dbe2ea;
  border-radius: 9px;
  max-height: 220px;
  margin-top: 2px;
  box-shadow: 0 14px 30px #0f172a29;
}
.smart-address-grid .stdropdown-item {
  color: #334155;
  padding: 9px 11px;
  font-size: 0.63rem;
  font-weight: 650;
}
.smart-address-grid .stdropdown-item:hover {
  color: #6d28d9;
  background: #f5f3ff;
}
.smart-address-grid .stdropdown-item.selected {
  color: #fff;
  background: #7c3aed;
}
.address-search-wrap {
  display: block;
  position: relative;
}
.address-search-wrap > input {
  display: block;
}
.address-suggestions {
  z-index: 130;
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 10px;
  flex-direction: column;
  max-height: 240px;
  padding: 5px;
  display: flex;
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  overflow: auto;
  box-shadow: 0 16px 36px #0f172a2e;
}
.address-suggestions button {
  color: #0f172a;
  text-align: left;
  background: #fff;
  border: 0;
  border-radius: 7px;
  flex-direction: column;
  gap: 3px;
  padding: 9px 10px;
  font-size: 0.63rem;
  font-weight: 750;
  display: flex;
}
.address-suggestions button:hover {
  background: #f5f3ff;
}
.address-suggestions small {
  color: #7c3aed;
  font-size: 0.46rem;
  font-weight: 850;
}
.address-assist,
.address-source {
  color: #64748b;
  margin: 0;
  font-size: 0.49rem;
  font-weight: 600;
  line-height: 1.5;
}
.address-assist {
  color: #7c3aed;
}
.address-source {
  padding-top: 2px;
}
@media (width<=680px) {
  .smart-address-grid {
    grid-template-columns: 1fr;
  }
  .smart-address-grid .full {
    grid-column: auto;
  }
}
.site-root p {
  font-size: clamp(0.8rem, 0.76vw, 0.94rem) !important;
  line-height: 1.65 !important;
}
.site-root small {
  line-height: 1.4;
  font-size: clamp(0.61rem, 0.58vw, 0.72rem) !important;
}
.site-root button,
.site-root a,
.site-root label,
.site-root input,
.site-root select,
.site-root textarea {
  font-size: max(0.7rem, 12px);
}
.site-root li {
  font-size: clamp(0.76rem, 0.7vw, 0.88rem);
  line-height: 1.55;
}
.site-root .eyebrow,
.site-root .card-kicker {
  font-size: 0.68rem !important;
}
.site-root footer button,
.site-root footer a {
  font-size: 0.78rem;
}
.desktop-nav {
  gap: 2px;
}
.desktop-nav button {
  padding-left: 9px;
  padding-right: 9px;
}
.desktop-nav button span {
  font-size: 0.65rem;
}
.portal-shell p,
.portal-login p {
  font-size: 0.78rem !important;
  line-height: 1.55 !important;
}
.portal-shell small,
.portal-login small {
  line-height: 1.4;
  font-size: 0.62rem !important;
}
.portal-shell button,
.portal-shell label,
.portal-shell input,
.portal-shell select,
.portal-shell textarea,
.portal-login button,
.portal-login label,
.portal-login input {
  font-size: max(0.68rem, 12px) !important;
}
.portal-shell .portal-sidebar nav button {
  font-size: 0.68rem !important;
}
.faq-explore {
  color: #6d28d9;
  text-align: left;
  background: linear-gradient(135deg, #faf5ff, #fff7ed);
  border: 1px solid #c4b5fd;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-top: 9px;
  padding: 14px 16px;
  font-weight: 900;
  display: flex;
}
.faq-explore i {
  color: #ea580c;
  white-space: nowrap;
  font-style: normal;
}
.courier-safety-card {
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #fff7ed) !important;
  border-color: #fecaca !important;
}
.side-head.safety {
  color: #fff;
  background: linear-gradient(135deg, #991b1b, #ea580c);
}
.courier-safety-card > p {
  color: #475569;
  margin: 14px 14px 9px !important;
}
.courier-safety-card > small {
  color: #b91c1c;
  letter-spacing: 0.09em;
  margin: 0 14px 7px;
  font-weight: 900;
  display: block;
}
.prohibited-mini {
  gap: 6px;
  padding: 0 12px 11px;
  display: grid;
}
.prohibited-mini span {
  color: #7f1d1d;
  background: #fff7f7;
  border: 1px solid #fee2e2;
  border-radius: 8px;
  grid-template-columns: 27px 1fr;
  align-items: center;
  gap: 7px;
  padding: 7px;
  font-weight: 750;
  display: grid;
}
.prohibited-mini i {
  background: #fee2e2;
  border-radius: 7px;
  place-items: center;
  width: 25px;
  height: 25px;
  font-style: normal;
  display: grid;
}
.courier-safety-card > button {
  color: #fff;
  text-align: left;
  background: #172033;
  border: 0;
  border-radius: 8px;
  width: calc(100% - 24px);
  margin: 0 12px 12px;
  padding: 10px;
  font-weight: 850;
}
.restricted article button {
  color: #7c3aed;
  background: 0 0;
  border: 0;
  margin-top: 8px;
  font-weight: 900;
}
.wallet-box-icon {
  background: linear-gradient(135deg, #f97316, #7c3aed) !important;
  border: 2px solid #fff !important;
  border-radius: 4px !important;
  width: 34px !important;
  height: 29px !important;
  margin: 0 auto 3px !important;
  display: block !important;
  position: relative !important;
  transform: perspective(30px) rotateX(-3deg) !important;
  box-shadow: 0 5px 12px #0f172a40 !important;
}
.wallet-box-icon:before,
.wallet-box-icon:after {
  content: "";
  background: #fdba74;
  border: 2px solid #fff;
  width: 17px;
  height: 8px;
  position: absolute;
  top: -7px;
}
.wallet-box-icon:before {
  left: -2px;
  transform: skewY(-20deg);
}
.wallet-box-icon:after {
  right: -2px;
  transform: skewY(20deg);
}
.wallet-box-icon i {
  color: #6d28d9;
  background: #fff;
  border-radius: 2px;
  place-items: center;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 1000;
  display: grid;
  position: absolute;
  inset: 5px 3px 3px;
}
.content-page {
  color: #172033;
  background: #f8fafc;
}
.content-hero {
  color: #fff;
  background: radial-gradient(circle at 82% 20%, #7c3aed40, #0000 26%),
    radial-gradient(circle at 15% 85%, #f973162e, #0000 25%), #0d1729;
  padding: 76px 0 70px;
  position: relative;
  overflow: hidden;
}
.content-hero:after {
  content: "";
  background-image: radial-gradient(#ffffff1a 1px, #0000 1px);
  background-size: 20px 20px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000);
  mask-image: linear-gradient(90deg, #0000, #000);
}
.content-hero-grid {
  z-index: 1;
  grid-template-columns: 1fr 240px;
  align-items: center;
  gap: 60px;
  display: grid;
  position: relative;
}
.content-hero-grid > div:first-child > span {
  color: #fdba74;
  letter-spacing: 0.12em;
  background: #ffffff14;
  border: 1px solid #ffffff40;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.67rem;
  font-weight: 900;
  display: inline-flex;
}
.content-hero h1 {
  letter-spacing: -0.055em;
  max-width: 850px;
  margin: 17px 0 13px;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 1.02;
}
.content-hero h1 em {
  color: #c4b5fd;
  font-style: normal;
  display: block;
}
.content-hero p {
  max-width: 700px;
  margin: 0;
  color: #cbd5e1 !important;
  font-size: 1rem !important;
}
.content-hero-icon {
  z-index: 1;
  background: linear-gradient(145deg, #ffffff24, #ffffff08);
  border: 1px solid #ffffff2e;
  border-radius: 42px;
  place-items: center;
  width: 190px;
  height: 190px;
  font-size: 5.2rem;
  display: grid;
  position: relative;
  transform: rotate(5deg);
  box-shadow: 0 28px 70px #00000047;
}
.content-hero-icon i {
  background: linear-gradient(135deg, #f97316, #7c3aed);
  border: 6px solid #0d1729;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  position: absolute;
  bottom: -14px;
  right: -16px;
}
.content-cta {
  color: #fff;
  background: linear-gradient(135deg, #6d28d9, #4c1d95 60%, #9a3412);
  margin-top: 70px;
  padding: 35px 0;
}
.content-cta .shell {
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 16px;
  display: grid;
}
.content-cta small {
  letter-spacing: 0.12em;
  font-weight: 900;
  color: #fdba74 !important;
}
.content-cta h2 {
  margin: 4px 0;
  font-size: 1.55rem;
}
.content-cta p {
  margin: 0;
  color: #ddd6fe !important;
}
.content-cta button,
.content-cta a {
  color: #6d28d9;
  background: #fff;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  padding: 12px 15px;
  font-weight: 900;
}
.content-cta a {
  color: #fff;
  background: 0 0;
}
.about-origin {
  grid-template-columns: 0.75fr 1.25fr;
  gap: 55px;
  padding-top: 68px;
  padding-bottom: 50px;
  display: grid;
}
.about-origin small,
.delivery-grid > div:first-child small,
.commitments small,
.about-way small {
  color: #7c3aed;
  letter-spacing: 0.11em;
  font-weight: 900;
}
.about-origin h2,
.delivery-grid > div:first-child h2,
.commitments h2,
.about-way h2 {
  letter-spacing: -0.04em;
  margin: 6px 0;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
}
.about-origin > p {
  margin: 0;
  color: #475569 !important;
}
.value-pillars {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-bottom: 66px;
  display: grid;
}
.value-pillars article {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  min-height: 210px;
  padding: 24px;
  box-shadow: 0 12px 30px #0f172a0f;
}
.value-pillars article > span {
  color: #7c3aed;
  background: #f5f3ff;
  border-radius: 13px;
  place-items: center;
  width: 45px;
  height: 45px;
  font-size: 1.35rem;
  display: grid;
}
.value-pillars h2 {
  margin: 18px 0 6px;
  font-size: 1.28rem;
}
.value-pillars p {
  margin: 0;
  color: #64748b !important;
}
.about-way {
  color: #fff;
  background: #121c31;
  padding: 62px 0;
}
.about-way-grid {
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 55px;
  display: grid;
}
.about-way p {
  color: #cbd5e1 !important;
}
.about-way button {
  color: #fff;
  background: #f97316;
  border: 0;
  border-radius: 10px;
  margin-top: 15px;
  padding: 12px 16px;
  font-weight: 900;
}
.about-way-grid > div:last-child {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  display: grid;
}
.about-way-grid article {
  background: #ffffff09;
  border: 1px solid #334155;
  border-radius: 13px;
  grid-template-columns: 39px 1fr;
  gap: 10px;
  padding: 15px;
  display: grid;
}
.about-way-grid article > b {
  color: #fff;
  background: #7c3aed;
  border-radius: 9px;
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}
.about-way-grid article strong {
  font-size: 0.86rem;
}
.about-way-grid article p {
  margin: 3px 0 0 !important;
}
.delivery-grid {
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 13px;
  padding-top: 66px;
  padding-bottom: 66px;
  display: grid;
}
.delivery-grid > div:first-child {
  grid-row: span 2;
  padding: 25px 35px 25px 0;
}
.delivery-grid article {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  gap: 12px;
  padding: 18px;
  display: flex;
}
.delivery-grid article > span {
  font-size: 1.45rem;
}
.delivery-grid h3 {
  margin: 0 0 3px;
}
.delivery-grid article p {
  margin: 0;
  color: #64748b !important;
}
.commitments {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 20px;
  grid-template-columns: 0.8fr 1fr auto;
  align-items: center;
  gap: 25px;
  padding: 28px 32px;
  display: grid;
}
.commitments p {
  margin: 0;
  color: #7c2d12 !important;
}
.commitments a {
  color: #fff;
  white-space: nowrap;
  background: #172033;
  border-radius: 10px;
  padding: 12px;
  font-weight: 900;
}
.policy-layout {
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
  gap: 30px;
  padding-top: 62px;
  display: grid;
}
.policy-layout > aside {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  position: sticky;
  top: 85px;
  box-shadow: 0 10px 26px #0f172a0f;
}
.policy-layout aside > small {
  color: #7c3aed;
  letter-spacing: 0.1em;
  font-weight: 900;
}
.policy-layout aside h2 {
  margin: 5px 0;
}
.policy-layout aside p {
  color: #64748b !important;
}
.policy-layout nav {
  border-top: 1px solid #e2e8f0;
  flex-direction: column;
  max-height: 430px;
  padding-top: 10px;
  display: flex;
  overflow: auto;
}
.policy-layout nav a {
  color: #475569;
  padding: 6px 0;
}
.policy-layout nav a:hover {
  color: #7c3aed;
}
.policy-lead {
  background: #fff7ed;
  border-left: 4px solid #f97316;
  border-radius: 0 13px 13px 0;
  padding: 19px 22px;
}
.policy-lead b {
  color: #9a3412;
}
.policy-lead p {
  margin: 7px 0 0;
  color: #7c2d12 !important;
}
.policy-content > section,
.simple-legal > div:last-child > section {
  border-bottom: 1px solid #e2e8f0;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  padding: 27px 0;
  scroll-margin-top: 90px;
  display: grid;
}
.policy-content > section > span,
.simple-legal > div:last-child > section > span {
  color: #6d28d9;
  background: #ede9fe;
  border-radius: 12px;
  place-items: center;
  width: 42px;
  height: 42px;
  font-weight: 900;
  display: grid;
}
.policy-content h2,
.simple-legal h2 {
  margin: 0 0 7px;
  font-size: 1.25rem;
}
.policy-content p,
.simple-legal p {
  margin: 0;
  color: #475569 !important;
}
.policy-content ul {
  color: #475569;
  gap: 7px;
  margin: 0;
  padding-left: 19px;
  display: grid;
}
.prohibition-notice {
  background: #fff1f2;
  border: 1px solid #fecaca;
  border-radius: 16px;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  padding: 18px 22px;
  display: grid;
}
.prohibition-notice > span {
  color: #fff;
  background: #b91c1c;
  border-radius: 13px;
  place-items: center;
  width: 48px;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 900;
  display: grid;
}
.prohibition-notice h2 {
  color: #7f1d1d;
  margin: 0;
}
.prohibition-notice p {
  margin: 3px 0 0;
  color: #991b1b !important;
}
.prohibition-notice button {
  color: #fff;
  background: #172033;
  border: 0;
  border-radius: 9px;
  padding: 11px 13px;
  font-weight: 900;
}
.prohibited-grid {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-top: 26px;
  display: grid;
}
.prohibited-grid article {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 17px;
  overflow: hidden;
  box-shadow: 0 10px 24px #0f172a0d;
}
.prohibited-grid article.red {
  border-color: #fecaca;
}
.prohibited-grid article.amber {
  border-color: #fed7aa;
}
.prohibited-grid header {
  background: #f8fafc;
  align-items: center;
  gap: 12px;
  padding: 17px 19px;
  display: flex;
}
.prohibited-grid .red header {
  background: #fff1f2;
}
.prohibited-grid .amber header {
  background: #fff7ed;
}
.prohibited-grid header > span {
  font-size: 1.7rem;
}
.prohibited-grid header small {
  letter-spacing: 0.08em;
  font-weight: 900;
  color: #b91c1c !important;
}
.prohibited-grid .amber header small {
  color: #9a3412 !important;
}
.prohibited-grid h2 {
  margin: 2px 0 0;
  font-size: 1.05rem;
}
.prohibited-grid ul {
  color: #475569;
  gap: 8px;
  margin: 0;
  padding: 17px 22px 20px 38px;
  display: grid;
}
.allowed-check {
  color: #fff;
  background: #172033;
  border-radius: 17px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
  margin-top: 26px;
  padding: 26px 30px;
  display: grid;
}
.allowed-check small {
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #fdba74 !important;
}
.allowed-check h2 {
  margin: 4px 0;
}
.allowed-check p {
  margin: 0;
  color: #cbd5e1 !important;
}
.allowed-check a {
  color: #fff;
  background: #f97316;
  border-radius: 10px;
  padding: 12px 15px;
  font-weight: 900;
}
.faq-search {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  padding: 25px 0;
}
.faq-search .shell {
  align-items: center;
  gap: 20px;
  display: flex;
}
.faq-search label {
  flex: 1;
  position: relative;
}
.faq-search label span {
  color: #7c3aed;
  font-size: 1rem;
  position: absolute;
  top: 11px;
  left: 15px;
}
.faq-search input {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  outline: 0;
  width: 100%;
  height: 46px;
  padding: 0 15px 0 43px;
}
.faq-search input:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px #7c3aed1a;
}
.faq-search p {
  white-space: nowrap;
  margin: 0;
  color: #64748b !important;
}
.faq-library {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 18px;
  padding-top: 45px;
  display: grid;
}
.faq-library > section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 26px #0f172a0d;
}
.faq-library > section > header {
  background: linear-gradient(135deg, #f5f3ff, #fff7ed);
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  display: flex;
}
.faq-library > section > header > span {
  color: #fff;
  background: #7c3aed;
  border-radius: 12px;
  place-items: center;
  width: 42px;
  height: 42px;
  font-size: 1.15rem;
  display: grid;
}
.faq-library header small {
  letter-spacing: 0.09em;
  font-weight: 900;
  color: #7c3aed !important;
}
.faq-library h2 {
  margin: 2px 0 0;
  font-size: 1.18rem;
}
.faq-library article {
  border-top: 1px solid #eef2f7;
}
.faq-library article > button {
  color: #172033;
  text-align: left;
  background: #fff;
  border: 0;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 14px 17px;
  font-weight: 800;
  display: flex;
}
.faq-library article > button i {
  color: #7c3aed;
  font-size: 1rem;
  font-style: normal;
}
.faq-library article > div {
  grid-template-rows: 0fr;
  padding: 0 17px;
  transition: all 0.25s;
  display: grid;
}
.faq-library article > div > * {
  overflow: hidden;
}
.faq-library article.open > div {
  grid-template-rows: 1fr;
  padding-bottom: 15px;
}
.faq-library article p {
  margin: 0;
  color: #64748b !important;
}
.faq-library article > div button {
  color: #7c3aed;
  background: 0 0;
  border: 0;
  justify-self: start;
  margin-top: 9px;
  font-weight: 900;
}
.faq-no-results {
  text-align: center;
  place-items: center;
  display: grid;
  grid-column: 1/-1 !important;
  padding: 55px !important;
}
.faq-no-results > span {
  font-size: 2.2rem;
}
.faq-no-results p {
  margin: 0;
  color: #64748b !important;
}
.legal-notice {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 13px;
  align-items: center;
  gap: 13px;
  margin-top: 42px;
  padding: 14px 17px;
  display: flex;
}
.legal-notice span {
  color: #fff;
  background: #2563eb;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 29px;
  height: 29px;
  font-weight: 900;
  display: grid;
}
.legal-notice p {
  margin: 0;
  color: #1e3a8a !important;
}
.simple-legal {
  grid-template-columns: 245px 1fr;
  align-items: start;
  gap: 35px;
  padding-top: 30px;
  display: grid;
}
.legal-index {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  flex-direction: column;
  padding: 17px;
  display: flex;
  position: sticky;
  top: 85px;
}
.legal-index small {
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  font-weight: 900;
  color: #7c3aed !important;
}
.legal-index a {
  color: #475569;
  border-top: 1px solid #eef2f7;
  padding: 8px 2px;
}
.legal-index a:hover {
  color: #7c3aed;
}
@media (width<=980px) {
  .content-hero-grid {
    grid-template-columns: 1fr 160px;
  }
  .content-hero-icon {
    width: 145px;
    height: 145px;
    font-size: 4rem;
  }
  .content-cta .shell {
    grid-template-columns: 1fr auto;
  }
  .content-cta a {
    grid-column: 2;
  }
  .about-origin,
  .about-way-grid {
    grid-template-columns: 1fr;
  }
  .delivery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .delivery-grid > div:first-child {
    grid-area: auto/1/auto/-1;
  }
  .commitments {
    grid-template-columns: 1fr;
  }
  .commitments a {
    justify-self: start;
  }
  .faq-library {
    grid-template-columns: 1fr;
  }
}
@media (width<=760px) {
  .content-hero {
    padding: 58px 0;
  }
  .content-hero-grid {
    grid-template-columns: 1fr;
  }
  .content-hero-icon {
    display: none;
  }
  .content-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.3rem);
  }
  .content-cta .shell,
  .about-origin,
  .value-pillars,
  .about-way-grid > div:last-child,
  .delivery-grid,
  .policy-layout,
  .prohibited-grid,
  .simple-legal {
    grid-template-columns: 1fr;
  }
  .content-cta a {
    grid-column: auto;
  }
  .value-pillars {
    padding-bottom: 45px;
  }
  .delivery-grid > div:first-child {
    grid-column: auto;
    padding-right: 0;
  }
  .policy-layout > aside,
  .legal-index {
    position: static;
  }
  .policy-layout nav,
  .legal-index {
    max-height: none;
  }
  .prohibition-notice,
  .allowed-check {
    grid-template-columns: 1fr;
  }
  .prohibition-notice > span {
    display: none;
  }
  .prohibition-notice button,
  .allowed-check a {
    justify-self: start;
  }
  .faq-search .shell {
    flex-direction: column;
    align-items: stretch;
  }
  .faq-search p {
    white-space: normal;
  }
  .simple-legal {
    gap: 12px;
  }
  .commitments {
    margin-left: 14px;
    margin-right: 14px;
  }
}
.process-experience {
  background: #fff;
  border: 1px solid #dbe2ea;
  border-radius: 24px;
  margin-top: 26px;
  overflow: hidden;
  box-shadow: 0 24px 60px #0f172a1c;
}
.process-stage {
  background: radial-gradient(circle at 50% 10%, #c4b5fd4d, #0000 29%),
    linear-gradient(#eef7ff 0 52%, #e8f4e7 52% 100%);
  height: 430px;
  position: relative;
  overflow: hidden;
}
.process-stage:after {
  content: "";
  z-index: 1;
  background: linear-gradient(#0000, #ffffff8c);
  height: 108px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.process-sky {
  position: absolute;
  inset: 0 0 48%;
}
.process-sky > i {
  filter: blur(0.2px);
  background: #ffffffd1;
  border-radius: 999px;
  width: 76px;
  height: 23px;
  animation: 18s linear infinite processCloud;
  position: absolute;
}
.process-sky > i:before,
.process-sky > i:after {
  content: "";
  background: inherit;
  border-radius: 50%;
  position: absolute;
  bottom: 6px;
}
.process-sky > i:before {
  width: 30px;
  height: 30px;
  left: 13px;
}
.process-sky > i:after {
  width: 22px;
  height: 22px;
  right: 12px;
}
.process-sky > i:first-child {
  top: 42px;
  left: 7%;
}
.process-sky > i:nth-child(2) {
  animation-delay: -7s;
  top: 90px;
  left: 41%;
  transform: scale(0.7);
}
.process-sky > i:nth-child(3) {
  animation-delay: -12s;
  top: 35px;
  left: 77%;
  transform: scale(0.85);
}
.process-ground {
  background: linear-gradient(#d8efd7, #c7e7c4);
  border-radius: 50% 50% 0 0;
  height: 110px;
  position: absolute;
  top: 51%;
  left: -5%;
  right: -5%;
}
.process-ground:after {
  content: "";
  border-top: 3px dashed #47556938;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}
.process-line {
  z-index: 4;
  background: #64748b33;
  border-radius: 999px;
  height: 5px;
  position: absolute;
  top: 219px;
  left: 8%;
  right: 8%;
}
.process-line:before {
  content: "";
  border-radius: inherit;
  opacity: 0.42;
  background: repeating-linear-gradient(90deg, #7c3aed 0 8px, #0000 8px 15px);
  position: absolute;
  inset: 0;
}
.line-progress {
  border-radius: inherit;
  transform-origin: 0;
  background: linear-gradient(90deg, #7c3aed, #f97316, #0891b2, #22c55e);
  animation: 17.5s linear infinite processProgress;
  display: block;
  position: absolute;
  inset: 0;
}
.journey-parcel {
  z-index: 7;
  color: #fff;
  background: linear-gradient(145deg, #fb923c, #ea580c);
  border: 3px solid #fff;
  border-radius: 9px;
  place-items: center;
  width: 43px;
  height: 39px;
  font-size: 1.25rem;
  animation: 17.5s linear infinite processParcel;
  display: grid;
  position: absolute;
  top: -20px;
  left: -5px;
  box-shadow: 0 8px 20px #7c3aed47;
}
.journey-parcel small {
  color: #6d28d9;
  background: #fff;
  border-radius: 3px;
  padding: 1px 3px;
  font-weight: 1000;
  position: absolute;
  bottom: 3px;
  font-size: 0.31rem !important;
}
.process-stop {
  z-index: 5;
  text-align: center;
  width: 150px;
  transition:
    transform 0.35s,
    filter 0.35s,
    opacity 0.35s;
  position: absolute;
  top: 94px;
}
.process-stop.source {
  left: 2.5%;
}
.process-stop.payment {
  left: 21%;
}
.process-stop.hub {
  width: 190px;
  left: 40%;
}
.process-stop.transit {
  width: 150px;
  left: 63%;
}
.process-stop.delivery {
  width: 165px;
  right: 2.5%;
}
.process-stop:after {
  content: "";
  background: #94a3b8;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  transition: all 0.3s;
  position: absolute;
  top: 117px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 2px 8px #0f172a26;
}
.process-stop.active {
  z-index: 8;
  transform: translateY(-9px);
}
.process-stop.active:after {
  background: #f97316;
  box-shadow: 0 0 0 7px #f973162e;
}
.process-stop > small {
  letter-spacing: 0.12em;
  margin-top: 20px;
  font-weight: 950;
  display: block;
  color: #64748b !important;
  font-size: 0.53rem !important;
}
.process-stop > b {
  color: #172033;
  margin-top: 2px;
  font-size: 0.72rem;
  display: block;
}
.process-stop.active > small {
  color: #7c3aed !important;
}
.process-scene {
  filter: saturate(0.85);
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  height: 102px;
  transition: all 0.35s;
  display: flex;
  position: relative;
}
.process-stop.active .process-scene {
  filter: saturate(1.15);
  transform: scale(1.06);
}
.process-character {
  z-index: 2;
  background: linear-gradient(#dbeafe, #c4b5fd);
  border: 2px solid #ffffffd9;
  border-radius: 28px 28px 17px 17px;
  place-items: end center;
  width: 58px;
  height: 82px;
  font-size: 2.55rem;
  line-height: 1;
  animation: 3.2s ease-in-out infinite processCharacter;
  display: grid;
  position: relative;
  box-shadow: 0 10px 22px #0f172a1f;
}
.process-character.shopper {
  background: linear-gradient(#fce7f3, #fecdd3);
}
.process-character.hub-agent {
  background: linear-gradient(#ffedd5, #fed7aa);
  width: 51px;
  height: 72px;
  font-size: 2.15rem;
  position: absolute;
  bottom: 0;
  right: 1px;
}
.process-character.receiver {
  background: linear-gradient(#dcfce7, #bbf7d0);
}
.scene-prop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 8px 18px #0f172a1c;
}
.scene-prop.store {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 7px 7px 3px 3px;
  width: 64px;
  height: 60px;
}
.scene-prop.store:before {
  content: "";
  background: repeating-linear-gradient(90deg, #f97316 0 10px, #fff 10px 20px);
  border-radius: 5px 5px 2px 2px;
  height: 20px;
  position: absolute;
  top: -15px;
  left: -4px;
  right: -4px;
}
.scene-prop.store b {
  color: #ea580c;
  font-size: 0.48rem;
}
.scene-prop.store i {
  font-size: 0.39rem;
  font-style: normal;
}
.process-stop.source .process-scene > em {
  z-index: 4;
  color: #fff;
  background: #7c3aed;
  border-radius: 50%;
  place-items: center;
  width: 23px;
  height: 23px;
  font-style: normal;
  font-weight: 900;
  display: grid;
  position: absolute;
  top: 7px;
  right: 36px;
}
.scene-prop.checkout {
  color: #fff;
  background: #172033;
  border: 2px solid #fff;
  border-radius: 9px;
  width: 62px;
  height: 77px;
}
.scene-prop.checkout i {
  background: #22c55e;
  border-radius: 50%;
  place-items: center;
  width: 27px;
  height: 27px;
  font-style: normal;
  display: grid;
}
.scene-prop.checkout b {
  letter-spacing: 0.08em;
  margin-top: 7px;
  font-size: 0.42rem;
}
.hub-building {
  color: #fff;
  background: linear-gradient(145deg, #6d28d9, #4c1d95);
  border: 3px solid #fff;
  border-radius: 10px 10px 3px 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 92px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 25px #4c1d9540;
}
.hub-building:before {
  content: "";
  background: #f97316;
  border-radius: 5px 5px 0 0;
  height: 18px;
  position: absolute;
  top: -14px;
  left: 12px;
  right: 12px;
}
.hub-building i {
  color: #fdba74;
  letter-spacing: -0.08em;
  font-size: 1rem;
  font-style: normal;
  font-weight: 1000;
}
.hub-building b {
  letter-spacing: 0.09em;
  font-size: 0.42rem;
}
.hub-building em {
  font-size: 0.65rem;
  font-style: normal;
  position: absolute;
  bottom: 5px;
}
.process-plane {
  color: #2563eb;
  text-shadow: 0 7px 12px #2563eb2e;
  font-size: 3.3rem;
  animation: 3s ease-in-out infinite processPlane;
  position: absolute;
  top: 19px;
  left: 10px;
}
.process-cloud {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  bottom: 12px;
  right: 5px;
}
.tracking-ping {
  color: #f97316;
  background: #fff;
  border-radius: 50%;
  place-items: center;
  width: 29px;
  height: 29px;
  font-style: normal;
  font-weight: 900;
  display: grid;
  position: absolute;
  top: 8px;
  right: 22px;
}
.tracking-ping i {
  border: 2px solid #f97316;
  border-radius: 50%;
  animation: 1.7s ease-out infinite processPing;
  position: absolute;
  inset: -5px;
}
.scene-prop.home {
  color: #92400e;
  background: #fef3c7;
  border: 3px solid #fff;
  border-radius: 5px;
  width: 78px;
  height: 64px;
}
.scene-prop.home:before {
  content: "";
  border-bottom: 32px solid #ea580c;
  border-left: 35px solid #0000;
  border-right: 35px solid #0000;
  position: absolute;
  top: -29px;
  left: 2px;
}
.scene-prop.home b {
  font-size: 1.7rem;
}
.scene-prop.home i {
  background: #92400e;
  width: 17px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: 8px;
}
.delivered-box {
  z-index: 5;
  color: #fff;
  background: #f97316;
  border: 2px solid #fff;
  border-radius: 5px;
  place-items: center;
  width: 32px;
  height: 29px;
  display: grid;
  position: absolute;
  bottom: -2px;
  right: 28px;
}
.delivered-box i {
  background: #22c55e;
  border: 2px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 17px;
  height: 17px;
  font-size: 0.48rem;
  font-style: normal;
  display: grid;
  position: absolute;
  top: -8px;
  right: -7px;
}
.process-live-status {
  z-index: 10;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffffdb;
  border: 1px solid #ffffffbf;
  border-radius: 14px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2px 13px;
  width: min(680px, 70%);
  padding: 13px 17px;
  display: grid;
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: 0 14px 35px #0f172a1f;
}
.process-live-status > span {
  color: #fff;
  letter-spacing: 0.08em;
  background: #172033;
  border-radius: 10px;
  grid-row: 1/3;
  place-items: center;
  min-width: 105px;
  height: 45px;
  font-size: 0.51rem;
  font-weight: 950;
  display: grid;
}
.process-live-status > p {
  margin: 0;
  color: #64748b !important;
  font-size: 0.7rem !important;
  line-height: 1.45 !important;
}
.process-controls {
  background: #fff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  grid-template-columns: repeat(5, 1fr);
  display: grid;
}
.process-controls button {
  color: #475569;
  text-align: left;
  background: #fff;
  border: 0;
  border-right: 1px solid #eef2f7;
  grid-template-columns: 26px 31px 1fr;
  align-items: center;
  gap: 7px;
  min-height: 67px;
  padding: 9px;
  transition: all 0.25s;
  display: grid;
  position: relative;
}
.process-controls button:last-child {
  border-right: 0;
}
.process-controls button > span {
  color: #64748b;
  background: #f1f5f9;
  border-radius: 7px;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 0.5rem;
  font-weight: 950;
  display: grid;
}
.process-controls button > i {
  font-size: 1.15rem;
  font-style: normal;
}
.process-controls button > b {
  font-size: 0.61rem;
  line-height: 1.25;
}
.process-controls button > em {
  background: linear-gradient(90deg, #7c3aed, #f97316);
  height: 3px;
  transition: right 3.5s linear;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 100%;
}
.process-controls button.active > em {
  right: 0;
}
.process-controls button.active > span {
  color: #fff;
  background: #7c3aed;
}
.process-footer {
  background: #f8fafc;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  display: grid;
}
.process-footer > span {
  grid-template-rows: auto auto;
  grid-template-columns: 30px 1fr;
  align-items: center;
  display: grid;
}
.process-footer > span > i {
  color: #7c3aed;
  background: #ede9fe;
  border-radius: 8px;
  grid-row: 1/3;
  place-items: center;
  width: 27px;
  height: 27px;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 950;
  display: grid;
}
.process-footer > span > small {
  color: #64748b !important;
  font-size: 0.48rem !important;
}
.process-footer > button {
  color: #fff;
  white-space: nowrap;
  background: #172033;
  border: 0;
  border-radius: 9px;
  padding: 11px 13px;
  font-weight: 900;
}
@keyframes processCloud {
  0% {
    transform: translate(-25px);
  }
  50% {
    transform: translate(25px);
  }
  to {
    transform: translate(-25px);
  }
}
@keyframes processProgress {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes processParcel {
  0% {
    left: -5px;
    transform: translateY(0) rotate(-3deg);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateY(-4px) rotate(2deg);
  }
  to {
    left: calc(100% - 38px);
    transform: translateY(0) rotate(0);
  }
}
@keyframes processCharacter {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes processPlane {
  0%,
  to {
    transform: translate(-7px, 4px) rotate(-5deg);
  }
  50% {
    transform: translate(12px, -7px) rotate(2deg);
  }
}
@keyframes processPing {
  0% {
    opacity: 1;
    transform: scale(0.6);
  }
  to {
    opacity: 0;
    transform: scale(1.7);
  }
}
@media (width<=960px) {
  .process-stage {
    height: 405px;
  }
  .process-stop {
    width: 125px;
  }
  .process-stop.source {
    left: 1%;
  }
  .process-stop.payment {
    left: 20%;
  }
  .process-stop.hub {
    width: 175px;
    left: 39%;
  }
  .process-stop.transit {
    width: 125px;
    left: 62%;
  }
  .process-stop.delivery {
    width: 145px;
    right: 1%;
  }
  .process-footer {
    grid-template-columns: 1fr 1fr;
  }
  .process-footer > button {
    justify-self: end;
  }
  .process-controls button {
    grid-template-columns: 23px 25px 1fr;
    padding: 7px;
  }
  .process-controls button > b {
    font-size: 0.55rem;
  }
}
@media (width<=720px) {
  .process-experience {
    border-radius: 18px;
  }
  .process-stage {
    height: 390px;
  }
  .process-stop {
    width: 190px !important;
    display: none !important;
    top: 65px !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%) !important;
  }
  .process-stop.active {
    display: block !important;
    transform: translate(-50%) translateY(-8px) !important;
  }
  .process-stop:after,
  .process-line {
    display: none;
  }
  .process-stop > small {
    margin-top: 12px;
  }
  .process-live-status {
    text-align: center;
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    bottom: 19px;
  }
  .process-live-status > span {
    grid-row: auto;
    min-width: 0;
    height: 29px;
  }
  .process-controls {
    scroll-snap-type: x mandatory;
    display: flex;
    overflow-x: auto;
  }
  .process-controls button {
    scroll-snap-align: start;
    flex: 0 0 155px;
  }
  .process-footer {
    grid-template-columns: 1fr;
    padding: 15px;
  }
  .process-footer > button {
    justify-self: stretch;
  }
  .process-sky > i:nth-child(3) {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .process-experience * {
    transition: none !important;
    animation: none !important;
  }
  .line-progress {
    transform: scaleX(1);
  }
  .journey-parcel {
    left: calc(100% - 38px);
  }
}
.site-root {
  background: #fff;
}
.gradient-text {
  background: linear-gradient(90deg, #fb923c 0%, #f97316 35%, #38bdf8 100%);
  color: #0000;
  -webkit-background-clip: text;
  background-clip: text;
}
.btn-primary {
  background: linear-gradient(135deg, #f97316, #ea580c);
  box-shadow: 0 9px 22px #ea580c33;
}
.btn-primary:hover {
  background: linear-gradient(135deg, #ea580c, #c2410c);
  box-shadow: 0 12px 25px #ea580c45;
}
.desktop-nav button i {
  color: #2563eb;
}
.desktop-nav button.active {
  background: linear-gradient(135deg, #f97316, #2563eb);
}
.desktop-nav button.active i {
  color: #ea580c;
}
.section {
  padding: 52px 0;
}
.section-title h2,
.services-section .section-title h2,
.steps-section .section-title h2,
.problem-section .section-title h2 {
  font-size: clamp(1.9rem, 3vw, 2.55rem);
}
.section-intro {
  margin-bottom: 23px;
}
.service-card,
.category-window,
.shipping-story article,
.shipping-rate-card {
  border-color: #dbe4ee;
  box-shadow: 0 10px 26px #0f172a12;
}
.service-network i {
  background: linear-gradient(90deg, #f97316, #2563eb);
}
.steps-section {
  background: linear-gradient(#fff 0%, #f8fbff 100%);
  padding: 30px 0 42px;
}
.steps-section .section-intro {
  max-width: 630px;
  margin-bottom: 16px;
}
.process-experience {
  border-color: #d7e2ed;
  border-radius: 19px;
  margin-top: 17px;
  box-shadow: 0 16px 40px #0f172a17;
}
.process-stage {
  background: radial-gradient(circle at 50% 4%, #bae6fd7a, #0000 28%),
    linear-gradient(#eef8ff 0 51%, #e6f4e4 51% 100%);
  height: 330px;
}
.process-stage:after {
  height: 86px;
}
.process-sky > i {
  width: 64px;
  height: 18px;
}
.process-sky > i:before {
  width: 24px;
  height: 24px;
}
.process-sky > i:after {
  width: 18px;
  height: 18px;
}
.process-ground {
  height: 92px;
  top: 49%;
}
.process-line {
  height: 4px;
  top: 174px;
}
.journey-parcel {
  border-width: 2px;
  width: 37px;
  height: 34px;
  font-size: 1rem;
  top: -16px;
}
.process-stop {
  top: 51px;
}
.process-stop:after {
  border-width: 3px;
  width: 11px;
  height: 11px;
  top: 116px;
}
.process-stop.active {
  transform: translateY(-5px);
}
.process-scene {
  transform-origin: bottom;
  height: 92px;
  transform: scale(0.84);
}
.process-stop.active .process-scene {
  transform: scale(0.9);
}
.process-stop > small {
  margin-top: 8px;
}
.process-stop > b {
  font-size: 0.68rem;
}
.process-live-status {
  border-radius: 12px;
  gap: 1px 11px;
  width: min(700px, 74%);
  padding: 9px 12px;
  bottom: 13px;
}
.process-live-status > span {
  border-radius: 8px;
  min-width: 94px;
  height: 39px;
}
.process-live-status > b {
  font-size: 0.78rem;
}
.process-live-status > p {
  font-size: 0.62rem !important;
  line-height: 1.35 !important;
}
.process-controls button {
  grid-template-columns: 23px 26px 1fr;
  gap: 6px;
  min-height: 57px;
  padding: 7px 8px;
}
.process-controls button > span {
  width: 21px;
  height: 21px;
}
.process-controls button > i {
  font-size: 1rem;
}
.process-controls button > b {
  font-size: 0.56rem;
}
.process-controls button:hover,
.process-controls button.active {
  color: #1d4ed8;
  background: #eff6ff;
}
.process-controls button.active > span {
  background: #2563eb;
}
.process-controls button > em {
  background: linear-gradient(90deg, #f97316, #2563eb);
}
.process-footer {
  gap: 9px;
  padding: 10px 13px;
}
.process-footer > span {
  grid-template-columns: 27px 1fr;
}
.process-footer > span > i {
  color: #1d4ed8;
  background: #dbeafe;
  width: 24px;
  height: 24px;
}
.process-footer > span > b {
  font-size: 0.57rem;
}
.process-footer > span > small {
  font-size: 0.44rem !important;
}
.process-footer > button {
  background: #172554;
  padding: 9px 11px;
  font-size: 0.6rem;
}
.hub-building {
  background: linear-gradient(145deg, #2563eb, #1e3a8a);
  box-shadow: 0 12px 25px #1e40af3b;
}
.process-stop.source .process-scene > em {
  background: #2563eb;
}
.line-progress {
  background: linear-gradient(90deg, #2563eb, #f97316, #0891b2, #22c55e);
}
@media (width<=960px) {
  .process-stage {
    height: 315px;
  }
  .process-stop {
    top: 45px;
  }
  .process-line {
    top: 168px;
  }
  .process-live-status {
    width: 76%;
  }
  .process-footer {
    grid-template-columns: 1fr 1fr 1fr auto;
  }
  .process-footer > button {
    justify-self: auto;
  }
}
@media (width<=720px) {
  .shell {
    width: min(1180px, 100% - 28px);
  }
  .section {
    padding: 38px 0;
  }
  .section-intro {
    margin-bottom: 18px;
    font-size: 0.86rem !important;
    line-height: 1.55 !important;
  }
  .section-title {
    margin-bottom: 10px;
  }
  .section-title .eyebrow {
    padding: 5px 9px;
  }
  .section-title h2,
  .services-section .section-title h2,
  .steps-section .section-title h2,
  .problem-section .section-title h2 {
    margin-top: 9px;
    font-size: clamp(1.7rem, 8vw, 2.15rem);
    line-height: 1.1;
  }
  .hero {
    min-height: 0;
  }
  .hero-grid {
    min-height: 0;
    padding: 36px 0 38px;
  }
  .hero h1 {
    margin: 15px 0 12px;
    font-size: clamp(2.12rem, 10.5vw, 2.75rem);
  }
  .hero-copy > p {
    line-height: 1.58 !important;
  }
  .hero-metrics {
    gap: 7px;
    margin: 17px 0;
  }
  .hero-metrics span {
    padding: 8px 10px;
  }
  .trust-line {
    margin-top: 15px;
  }
  .showcase-stage {
    height: 290px;
  }
  .map-card svg {
    height: 205px;
  }
  .showcase-controls button {
    min-height: 38px;
  }
  .map-stats {
    gap: 5px;
  }
  .map-stats span {
    padding: 8px;
  }
  .services-section {
    padding-top: 40px;
  }
  .service-grid {
    gap: 13px;
  }
  .service-art {
    height: 158px;
  }
  .service-inset {
    width: 76px;
    height: 46px;
  }
  .service-body {
    padding: 16px;
  }
  .service-body h3 {
    margin: 4px 0;
    font-size: 1.1rem;
  }
  .service-body p {
    min-height: 0;
    margin: 6px 0;
    font-size: 0.76rem !important;
  }
  .service-body ul {
    padding: 7px 0;
  }
  .combine-banner {
    padding: 17px 15px;
  }
  .combine-banner h3 {
    font-size: 1.03rem;
  }
  .combine-flow {
    gap: 4px;
  }
  .combine-flow > span {
    width: 54px;
    height: 47px;
  }
  .shipping-story .shipping-story-photo,
  .shipping-story .shipping-story-photo img {
    height: 178px;
    min-height: 178px;
  }
  .shipping-story .shipping-rate-card {
    padding: 15px;
  }
  .steps-section {
    padding: 25px 0 34px;
  }
  .steps-section .section-intro {
    margin-bottom: 12px;
  }
  .process-experience {
    border-radius: 15px;
    margin-top: 12px;
  }
  .process-stage {
    height: 278px;
  }
  .process-stop {
    width: 158px !important;
    top: 18px !important;
  }
  .process-stop.active {
    transform: translate(-50%) translateY(0) !important;
  }
  .process-scene {
    height: 78px;
    transform: scale(0.72);
  }
  .process-stop.active .process-scene {
    transform: scale(0.78);
  }
  .process-stop > small {
    margin-top: 1px;
  }
  .process-stop > b {
    font-size: 0.64rem;
  }
  .process-live-status {
    text-align: left;
    grid-template-columns: 78px 1fr;
    gap: 1px 9px;
    width: calc(100% - 18px);
    padding: 8px 9px;
    bottom: 9px;
  }
  .process-live-status > span {
    text-align: center;
    grid-row: 1/3;
    min-width: 0;
    height: 42px;
    font-size: 0.43rem;
  }
  .process-live-status > b {
    font-size: 0.7rem;
  }
  .process-live-status > p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.58rem !important;
    line-height: 1.3 !important;
  }
  .process-controls {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    overflow: visible;
  }
  .process-controls button {
    text-align: center;
    grid-template-columns: 1fr;
    min-width: 0;
    min-height: 51px;
    padding: 5px;
    display: grid;
  }
  .process-controls button > span {
    width: 15px;
    height: 15px;
    font-size: 0.4rem;
    position: absolute;
    top: 4px;
    right: 4px;
  }
  .process-controls button > i {
    font-size: 0.9rem;
  }
  .process-controls button > b {
    display: none;
  }
  .process-footer {
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    padding: 8px;
  }
  .process-footer > span {
    text-align: center;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    display: flex;
  }
  .process-footer > span > i {
    width: 23px;
    height: 23px;
  }
  .process-footer > span > b {
    font-size: 0.5rem;
  }
  .process-footer > span > small {
    display: none;
  }
  .process-footer > button {
    grid-column: 1/-1;
    justify-self: stretch;
    min-height: 36px;
    padding: 8px;
  }
  .problem-section {
    padding: 40px 0;
  }
  .why-layout {
    gap: 20px;
  }
  .why-intro > p {
    margin-top: 10px;
  }
  .why-proof {
    margin-top: 15px;
  }
  .problem-section .benefit-grid article {
    padding: 13px 14px;
  }
  .category-feature {
    min-height: 155px;
  }
  .category-mini-grid button {
    min-height: 92px;
  }
}
@media (width<=480px) {
  .utility-bar,
  .utility-inner {
    height: 30px;
  }
  .nav-inner {
    height: 60px;
  }
  .logo-lockup {
    width: 122px;
    height: 34px;
  }
  .hero-grid {
    padding-top: 30px;
  }
  .hero-pill {
    font-size: 0.55rem;
  }
  .button-row {
    gap: 8px;
  }
  .button-row .btn {
    min-height: 43px;
  }
  .showcase-stage {
    height: 265px;
  }
  .map-card svg {
    height: 190px;
  }
  .map-topline,
  .map-caption {
    display: none;
  }
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-grid > div {
    padding: 10px;
  }
  .brand-marquee {
    height: 32px;
  }
  .service-network {
    margin-bottom: 13px;
  }
  .service-art {
    height: 150px;
  }
  .service-body {
    padding: 15px;
  }
  .shipping-story .shipping-story-photo,
  .shipping-story .shipping-story-photo img {
    height: 168px;
    min-height: 168px;
  }
  .process-stage {
    height: 250px;
  }
  .process-stop {
    top: 9px !important;
  }
  .process-scene {
    transform: scale(0.66);
  }
  .process-stop.active .process-scene {
    transform: scale(0.7);
  }
  .process-stop > small {
    margin-top: -5px;
  }
  .process-live-status {
    bottom: 7px;
  }
  .process-controls button {
    min-height: 48px;
  }
  .process-footer {
    padding: 7px;
  }
  .problem-section .benefit-grid article {
    grid-template-columns: 36px 1fr;
    gap: 10px;
  }
  .problem-section .benefit-grid article > span {
    width: 34px;
    height: 34px;
  }
  .category-feature {
    min-height: 145px;
    padding: 18px;
  }
  .category-feature h3 {
    font-size: 1.45rem;
  }
}
.customer-flow {
  background: #fff;
  border: 1px solid #d7e2ed;
  border-radius: 20px;
  margin-top: 14px;
  overflow: hidden;
  box-shadow: 0 18px 45px #0f172a17;
}
.flow-canvas {
  background: radial-gradient(circle at 12% 22%, #ffedd5bf, #0000 23%),
    radial-gradient(circle at 87% 26%, #dbeafebf, #0000 24%),
    linear-gradient(#fbfdff, #f5faff);
  grid-template-columns: 1.05fr 42px 1.35fr 42px 1.18fr 55px 1.2fr;
  align-items: center;
  gap: 10px;
  min-height: 350px;
  padding: 24px;
  display: grid;
  position: relative;
}
.flow-canvas:before {
  content: "";
  pointer-events: none;
  background-image: radial-gradient(#1e40af1a 1px, #0000 1px);
  background-size: 17px 17px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #0000, #000 20% 80%, #0000);
  mask-image: linear-gradient(90deg, #0000, #000 20% 80%, #0000);
}
.flow-customer,
.service-lanes,
.flow-hub,
.flow-doorstep,
.flow-arrow {
  z-index: 2;
  position: relative;
}
.flow-customer {
  background: #ffffffe6;
  border: 1px solid #fed7aa;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  padding: 16px;
  display: flex;
  box-shadow: 0 12px 28px #7c2d1214;
}
.customer-figure {
  filter: drop-shadow(0 13px 13px #0f172a2e);
  width: 94px;
  height: 102px;
  margin: 0 auto 13px;
  animation: 3.2s ease-in-out infinite customerFloat;
  position: relative;
  transform: perspective(220px) rotateY(-7deg);
}
.customer-figure:before,
.customer-figure:after {
  content: "";
  border-radius: 40% 40% 24% 24%;
  position: absolute;
}
.customer-figure:before {
  background: linear-gradient(145deg, #ffedd5, #fdba74);
  inset: 9px 12px 0;
  box-shadow:
    inset -8px -9px 15px #9a341224,
    inset 7px 6px 12px #ffffffbf;
}
.customer-figure:after {
  filter: blur(7px);
  opacity: 0.2;
  background: #c2410c;
  height: 17px;
  bottom: -6px;
  left: 21px;
  right: 5px;
}
.customer-figure > span {
  z-index: 2;
  font-size: 3.25rem;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: 20px;
}
.customer-figure > i {
  z-index: 3;
  color: #dbeafe;
  background: linear-gradient(145deg, #2563eb, #172554);
  border: 3px solid #fff;
  border-radius: 7px;
  place-items: center;
  height: 37px;
  font-size: 1rem;
  font-style: normal;
  display: grid;
  position: absolute;
  bottom: 4px;
  left: 9px;
  right: 6px;
  box-shadow: 0 8px 14px #1e40af3d;
}
.customer-figure > b {
  z-index: 4;
  color: #fff;
  background: #16a34a;
  border: 3px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 0.65rem;
  display: grid;
  position: absolute;
  top: 7px;
  right: -3px;
}
.flow-customer > small,
.flow-doorstep > small {
  letter-spacing: 0.12em;
  font-weight: 950;
  color: #ea580c !important;
  font-size: 0.51rem !important;
}
.flow-customer h3,
.flow-doorstep h3 {
  margin: 4px 0;
  font-size: 0.91rem;
  line-height: 1.25;
}
.flow-customer p,
.flow-doorstep p {
  margin: 0;
  color: #64748b !important;
  font-size: 0.62rem !important;
  line-height: 1.45 !important;
}
.flow-arrow {
  color: #2563eb;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}
.flow-arrow:before {
  content: "";
  border-top: 2px dashed #93c5fd;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.flow-arrow > span {
  color: #fff;
  background: #172554;
  border-radius: 50%;
  place-items: center;
  width: 19px;
  height: 19px;
  font-size: 0.46rem;
  font-weight: 900;
  display: grid;
  position: absolute;
  top: calc(50% - 31px);
}
.flow-arrow > i {
  z-index: 2;
  background: #fff;
  border: 2px solid #bfdbfe;
  border-radius: 50%;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 0.83rem;
  font-style: normal;
  display: grid;
  position: relative;
  box-shadow: 0 5px 12px #2563eb24;
}
.flow-arrow > small {
  letter-spacing: 0.09em;
  white-space: nowrap;
  font-weight: 950;
  position: absolute;
  top: calc(50% + 22px);
  font-size: 0.41rem !important;
}
.flow-arrow > b {
  z-index: 4;
  color: #fff;
  background: #f97316;
  border: 2px solid #fff;
  border-radius: 5px;
  place-items: center;
  width: 22px;
  height: 20px;
  font-size: 0.54rem;
  animation: 3s ease-in-out infinite shipmentTravel;
  display: grid;
  position: absolute;
  top: calc(50% - 11px);
  left: -9px;
}
.ship-arrow > i {
  color: #0f766e;
  font-size: 1.16rem;
  animation: 2.4s ease-in-out infinite planeDrift;
}
.ship-arrow:before {
  border-color: #5eead4;
}
.service-lanes {
  flex-direction: column;
  gap: 8px;
  display: flex;
}
.service-lanes button {
  color: #334155;
  text-align: left;
  background: #ffffffe6;
  border: 1px solid #dbe4ee;
  border-radius: 13px;
  grid-template-columns: 39px 1fr;
  align-items: center;
  gap: 9px;
  min-height: 67px;
  padding: 9px 12px;
  transition: all 0.3s;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 18px #0f172a0d;
}
.service-lanes button:hover,
.service-lanes button.active {
  background: #fff;
  border-color: #fb923c;
  transform: translate(3px);
  box-shadow: 0 10px 23px #ea580c1f;
}
.service-lanes button > i {
  color: #2563eb;
  background: #eff6ff;
  border-radius: 10px;
  place-items: center;
  width: 37px;
  height: 37px;
  font-size: 1rem;
  font-style: normal;
  display: grid;
}
.service-lanes button.active > i {
  color: #fff;
  background: linear-gradient(135deg, #f97316, #ea580c);
}
.service-lanes button span {
  flex-direction: column;
  min-width: 0;
  display: flex;
}
.service-lanes button small {
  color: #64748b !important;
  font-size: 0.49rem !important;
}
.service-lanes button b {
  font-size: 0.68rem;
}
.service-lanes button > em {
  opacity: 0;
  border: 7px solid #fed7aa;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  position: absolute;
  right: -20px;
}
.service-lanes button.active > em {
  opacity: 1;
  animation: 1.7s ease-out infinite serviceSignal;
  right: -11px;
}
.service-lanes:after {
  content: "3 SERVICES";
  color: #2563eb;
  letter-spacing: 0.1em;
  font-size: 0.42rem;
  font-weight: 950;
  position: absolute;
  top: -15px;
  right: 9px;
}
.flow-hub {
  text-align: center;
  background: linear-gradient(150deg, #fff, #eff6ff);
  border: 1px solid #bfdbfe;
  border-radius: 17px;
  padding: 16px 13px 13px;
  box-shadow: 0 14px 30px #1e40af1f;
}
.hub-roof {
  background: #f97316;
  border: 3px solid #fff;
  border-radius: 7px 7px 2px 2px;
  height: 18px;
  position: absolute;
  top: -11px;
  left: 16px;
  right: 16px;
  box-shadow: 0 5px 12px #ea580c2e;
}
.hub-mark {
  color: #fff;
  background: linear-gradient(145deg, #2563eb, #172554);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 93px;
  display: flex;
  box-shadow: inset 0 0 0 1px #ffffff26;
}
.hub-mark strong {
  color: #fdba74;
  letter-spacing: -0.08em;
  font-size: 1.18rem;
}
.hub-mark small {
  letter-spacing: 0.13em;
  font-weight: 900;
  color: #dbeafe !important;
  font-size: 0.43rem !important;
}
.hub-mark span {
  margin-top: 9px;
  font-size: 0.75rem;
}
.hub-mark span i {
  color: #fdba74;
  font-style: normal;
}
.flow-hub h3 {
  margin: 11px 0 7px;
  font-size: 0.72rem;
}
.flow-hub ul {
  color: #475569;
  text-align: left;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.flow-hub li {
  font-size: 0.52rem;
}
.flow-hub li:first-letter {
  color: #16a34a;
}
.flow-doorstep {
  background: #ffffffeb;
  border: 1px solid #bbf7d0;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  padding: 15px;
  display: flex;
  box-shadow: 0 12px 28px #16653417;
}
.doorstep-scene {
  background: linear-gradient(#dff4ff 0 62%, #dcfce7 62%);
  border-radius: 14px;
  height: 115px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}
.doorstep-scene:before {
  content: "";
  border-top: 2px dashed #0f766e40;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.safe-home {
  color: #92400e;
  background: #fef3c7;
  border: 3px solid #fff;
  border-radius: 5px;
  place-items: center;
  width: 66px;
  height: 58px;
  font-size: 1.7rem;
  display: grid;
  position: absolute;
  bottom: 16px;
  left: 14px;
  box-shadow: 0 8px 18px #92400e1f;
}
.safe-home:before {
  content: "";
  border-bottom: 29px solid #ea580c;
  border-left: 34px solid #0000;
  border-right: 34px solid #0000;
  position: absolute;
  top: -26px;
}
.receiver {
  filter: drop-shadow(0 7px 8px #0f172a26);
  font-size: 2.8rem;
  animation: 3.2s ease-in-out infinite reverse customerFloat;
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.safe-parcel {
  z-index: 3;
  color: #fff;
  background: #f97316;
  border: 3px solid #fff;
  border-radius: 6px;
  place-items: center;
  width: 37px;
  height: 34px;
  font-size: 0.82rem;
  display: grid;
  position: absolute;
  bottom: 11px;
  left: 76px;
  box-shadow: 0 8px 14px #ea580c33;
}
.safe-parcel i {
  background: #16a34a;
  border: 2px solid #fff;
  border-radius: 50%;
  place-items: center;
  width: 18px;
  height: 18px;
  font-size: 0.5rem;
  font-style: normal;
  display: grid;
  position: absolute;
  top: -9px;
  right: -8px;
}
.flow-summary {
  background: #fff;
  border-top: 1px solid #dbe4ee;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  display: grid;
}
.flow-summary > span {
  grid-template-rows: auto auto;
  grid-template-columns: 32px auto;
  align-items: center;
  column-gap: 9px;
  display: grid;
}
.flow-summary > span > i {
  color: #ea580c;
  background: #fff7ed;
  border-radius: 9px;
  grid-row: 1/3;
  place-items: center;
  width: 31px;
  height: 31px;
  font-style: normal;
  font-weight: 900;
  display: grid;
}
.flow-summary > span small {
  letter-spacing: 0.1em;
  font-weight: 950;
  color: #64748b !important;
  font-size: 0.42rem !important;
}
.flow-summary > span b {
  font-size: 0.64rem;
}
.flow-summary > p {
  margin: 0;
  color: #475569 !important;
  font-size: 0.59rem !important;
  line-height: 1.45 !important;
}
.flow-summary > button {
  color: #fff;
  white-space: nowrap;
  background: #172554;
  border: 0;
  border-radius: 9px;
  padding: 10px 12px;
  font-size: 0.58rem;
  font-weight: 900;
}
@keyframes customerFloat {
  0%,
  to {
    transform: perspective(220px) rotateY(-7deg) translateY(0);
  }
  50% {
    transform: perspective(220px) rotateY(-7deg) translateY(-4px);
  }
}
@keyframes serviceSignal {
  0% {
    opacity: 0.9;
    transform: scale(0.55);
  }
  to {
    opacity: 0;
    transform: scale(1.45);
  }
}
@keyframes shipmentTravel {
  0%,
  12% {
    opacity: 0;
    left: -9px;
  }
  24% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  88%,
  to {
    opacity: 0;
    left: calc(100% - 13px);
  }
}
@keyframes planeDrift {
  0%,
  to {
    transform: translate(-3px, 2px) rotate(-5deg);
  }
  50% {
    transform: translate(4px, -3px) rotate(2deg);
  }
}
@media (width<=980px) {
  .flow-canvas {
    grid-template-columns: 1fr 34px 1.35fr 34px 1.12fr;
    gap: 7px;
  }
  .flow-doorstep {
    grid-column: 1/-1;
    grid-template-columns: 180px 1fr;
    column-gap: 16px;
    min-height: 145px;
    display: grid;
  }
  .doorstep-scene {
    grid-row: 1/5;
    height: 112px;
    margin: 0;
  }
  .ship-arrow {
    display: none;
  }
  .flow-summary {
    grid-template-columns: auto 1fr;
  }
  .flow-summary > button {
    grid-column: 1/-1;
    justify-self: stretch;
  }
}
@media (width<=720px) {
  .customer-flow {
    border-radius: 15px;
  }
  .flow-canvas {
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    padding: 13px;
    display: flex;
  }
  .flow-canvas:before {
    background-size: 15px 15px;
  }
  .flow-customer,
  .flow-hub,
  .flow-doorstep,
  .service-lanes {
    width: 100%;
  }
  .flow-customer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 85px 1fr;
    align-items: center;
    min-height: 112px;
    padding: 12px;
    display: grid;
  }
  .customer-figure {
    grid-row: 1/4;
    width: 73px;
    height: 82px;
    margin: 0;
  }
  .customer-figure > span {
    font-size: 2.65rem;
    left: 14px;
  }
  .customer-figure > i {
    height: 30px;
  }
  .flow-customer > small {
    align-self: end;
  }
  .flow-customer h3 {
    margin: 2px 0;
  }
  .flow-customer p {
    align-self: start;
  }
  .flow-arrow {
    flex-direction: row;
    width: 100%;
    height: 27px;
    min-height: 27px;
  }
  .flow-arrow:before {
    border-top: 0;
    border-left: 2px dashed #93c5fd;
    inset: 0 auto 0 50%;
  }
  .flow-arrow > span {
    top: 4px;
    left: calc(50% - 29px);
  }
  .flow-arrow > i {
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
  }
  .flow-arrow > small {
    top: 7px;
    left: calc(50% + 18px);
  }
  .flow-arrow > b {
    animation: 3s ease-in-out infinite shipmentTravelMobile;
    top: -2px;
    left: calc(50% - 10px);
  }
  .ship-arrow {
    display: flex;
  }
  .ship-arrow > i {
    transform: none;
  }
  .ship-arrow:before {
    border-left-color: #5eead4;
  }
  .service-lanes {
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    display: grid;
  }
  .service-lanes button {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    min-width: 0;
    min-height: 86px;
    padding: 8px;
    display: flex;
  }
  .service-lanes button:hover,
  .service-lanes button.active {
    transform: translateY(-2px);
  }
  .service-lanes button > i {
    width: 31px;
    height: 31px;
  }
  .service-lanes button span {
    align-items: center;
  }
  .service-lanes button small {
    display: none;
  }
  .service-lanes button b {
    font-size: 0.57rem;
    line-height: 1.2;
  }
  .service-lanes:after {
    top: -8px;
    right: 0;
  }
  .flow-hub {
    grid-template-rows: auto auto;
    grid-template-columns: 112px 1fr;
    column-gap: 11px;
    padding: 12px;
    display: grid;
  }
  .hub-roof {
    width: 85px;
    left: 18px;
    right: auto;
  }
  .hub-mark {
    grid-row: 1/3;
    min-height: 96px;
  }
  .flow-hub h3 {
    text-align: left;
    align-self: end;
    margin: 0 0 5px;
  }
  .flow-hub ul {
    align-self: start;
  }
  .flow-hub li {
    font-size: 0.49rem;
  }
  .flow-doorstep {
    grid-template-columns: 120px 1fr;
    column-gap: 11px;
    min-height: 126px;
    padding: 11px;
    display: grid;
  }
  .doorstep-scene {
    height: 103px;
  }
  .safe-home {
    width: 55px;
    height: 48px;
    left: 8px;
  }
  .safe-home:before {
    border-left-width: 28px;
    border-right-width: 28px;
  }
  .receiver {
    font-size: 2.25rem;
    right: 4px;
  }
  .safe-parcel {
    left: 57px;
  }
  .flow-doorstep h3 {
    font-size: 0.72rem;
  }
  .flow-doorstep p {
    font-size: 0.55rem !important;
  }
  .flow-summary {
    grid-template-columns: 1fr;
    padding: 10px 12px;
  }
  .flow-summary > p {
    font-size: 0.56rem !important;
  }
  .flow-summary > button {
    width: 100%;
    min-height: 39px;
  }
}
@media (width<=430px) {
  .flow-canvas {
    padding: 10px;
  }
  .flow-customer {
    grid-template-columns: 75px 1fr;
  }
  .customer-figure {
    transform: scale(0.9);
  }
  .flow-hub {
    grid-template-columns: 102px 1fr;
  }
  .hub-mark {
    min-height: 91px;
  }
  .flow-doorstep {
    grid-template-columns: 105px 1fr;
  }
  .doorstep-scene {
    height: 98px;
  }
  .safe-home {
    transform-origin: 0 100%;
    transform: scale(0.88);
  }
  .receiver {
    font-size: 2rem;
  }
  .safe-parcel {
    left: 50px;
    transform: scale(0.88);
  }
}
@keyframes shipmentTravelMobile {
  0%,
  12% {
    opacity: 0;
    top: -5px;
  }
  24% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  88%,
  to {
    opacity: 0;
    top: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .customer-flow * {
    animation: none !important;
  }
  .service-lanes button.active {
    transform: none;
  }
}
/*$vite$:1*/
