: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 {
  margin: 0;
  background: var(--warm);
  color: var(--text);
  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 {
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
}
.shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}
.section {
  padding: 92px 0;
}
.section-intro {
  max-width: 650px;
  margin: -12px auto 42px;
  text-align: center;
  color: var(--muted);
  font-size: 1rem;
}
.center {
  text-align: center;
  margin-top: 34px;
}

.utility-bar {
  height: 34px;
  color: #fff;
  background: linear-gradient(90deg, var(--purple), var(--orange));
  font-size: 0.76rem;
  font-weight: 700;
}
.utility-inner {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.utility-inner label {
  display: flex;
  align-items: center;
  width: 290px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.13);
  overflow: hidden;
}
.utility-inner label span {
  font-size: 1rem;
  margin: 0 5px 0 11px;
}
.utility-inner input {
  height: 26px;
  width: 100%;
  border: 0;
  outline: 0;
  color: #fff;
  background: none;
  font-size: 0.74rem;
}
.utility-inner input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.utility-inner > div {
  display: flex;
  gap: 18px;
}
.utility-inner button {
  border: 0;
  background: none;
  color: #fff;
  font-weight: 700;
  font-size: 0.73rem;
}
.main-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  backdrop-filter: blur(18px);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}
.nav-inner {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo-button {
  border: 0;
  padding: 0;
  background: none;
}
.logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.logo-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, var(--purple), var(--orange));
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.2);
}
.logo-word {
  font-size: 1.45rem;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: var(--dark);
}
.logo-word span {
  color: var(--purple);
}
.logo-word.light {
  color: #fff;
}
.logo-word.light span {
  color: #fb923c;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.desktop-nav button {
  position: relative;
  border: 0;
  background: none;
  padding: 10px 14px;
  border-radius: 9px;
  color: #475569;
  font-size: 0.84rem;
  font-weight: 800;
}
.desktop-nav button:hover {
  color: var(--orange);
}
.desktop-nav button.active {
  color: var(--orange);
}
.desktop-nav button.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--orange), var(--purple));
}
.desktop-nav button.shop-link,
.desktop-nav button.order-link {
  background: var(--orange-light);
  color: var(--orange-dark);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-action {
  position: relative;
  border: 0;
  background: #f8fafc;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  font-size: 1.35rem;
  color: var(--dark);
}
.badge {
  position: absolute;
  right: -5px;
  top: -5px;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0.62rem;
  color: #fff;
}
.badge.purple {
  background: var(--purple);
}
.badge.orange {
  background: var(--orange);
}
.login-link {
  border: 0;
  background: none;
  color: #475569;
  font-weight: 800;
  font-size: 0.83rem;
}
.menu-button {
  display: none;
  border: 0;
  background: #f1f5f9;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-size: 1.3rem;
}
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 3000;
  padding: 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mobile-menu > .logo-lockup {
  margin-bottom: 30px;
}
.mobile-menu > button:not(.mobile-close):not(.btn) {
  display: flex;
  justify-content: space-between;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
  background: none;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 800;
}
.mobile-close {
  position: absolute;
  right: 26px;
  top: 26px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #f1f5f9;
  font-size: 1.8rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 0 22px;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: 0.25s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 10px 25px rgba(249, 115, 22, 0.23);
}
.btn-primary:hover {
  box-shadow: 0 15px 35px rgba(249, 115, 22, 0.34);
}
.btn-secondary {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
}
.btn-outline {
  background: #fff;
  color: var(--purple);
  border-color: #c4b5fd;
}
.btn-glass {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}
.pulse {
  animation: pulseGlow 2.4s infinite;
}
.nav-signup {
  min-height: 40px;
  padding: 0 17px;
}
.button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.transition-line {
  position: fixed;
  left: -100%;
  top: 34px;
  z-index: 5000;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--purple), var(--teal));
  opacity: 0;
}
.transition-line.run {
  opacity: 1;
  animation: transitionRun 0.36s ease both;
}

.hero {
  position: relative;
  min-height: 650px;
  color: #fff;
  background: radial-gradient(
      circle at 15% 70%,
      rgba(124, 58, 237, 0.17),
      transparent 32%
    ),
    radial-gradient(circle at 90% 5%, rgba(8, 145, 178, 0.15), transparent 25%),
    linear-gradient(135deg, #0b1220 0%, #16143a 100%);
}
.hero:before,
.problem-section:before,
.placeholder-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to right, transparent, black 35%, black);
}
.hero-grid {
  position: relative;
  z-index: 1;
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 58px;
  padding-top: 42px;
  padding-bottom: 52px;
}
.hero-copy {
  animation: fadeSlideUp 0.8s ease both;
}
.hero-pill,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(249, 115, 22, 0.48);
  border-radius: 999px;
  padding: 7px 13px;
  background: rgba(249, 115, 22, 0.1);
  color: #fdba74;
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 5px rgba(74, 222, 128, 0.1);
  animation: blink 1.6s infinite;
}
.hero h1 {
  margin: 22px 0 18px;
  max-width: 700px;
  font-size: clamp(2.65rem, 5.3vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 900;
}
.gradient-text {
  display: inline;
  background: linear-gradient(
    90deg,
    #fb923c,
    #f97316,
    #a78bfa,
    #22d3ee,
    #fb923c
  );
  background-size: 300%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: gradientShift 5s linear infinite;
}
.hero-copy > p {
  max-width: 620px;
  color: #cbd5e1;
  font-size: 1.04rem;
  line-height: 1.8;
}
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 25px 0;
}
.hero-metrics span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.75rem;
  color: #cbd5e1;
}
.hero-metrics b {
  color: #fff;
}
.trust-line {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 27px;
}
.trust-line > span:last-child {
  display: flex;
  flex-direction: column;
}
.trust-line b {
  font-size: 0.73rem;
}
.trust-line small {
  color: #94a3b8;
  font-size: 0.66rem;
}
.avatars {
  display: flex;
}
.avatars i {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-left: -6px;
  border: 2px solid var(--dark);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--orange));
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 900;
}
.avatars i:first-child {
  margin-left: 0;
}
.hero-map {
  animation: floatY 5s ease-in-out infinite;
}
.map-card {
  padding: 13px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 24px;
  background: rgba(2, 6, 23, 0.8);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}
.map-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 9px;
  color: #64748b;
  font-size: 0.57rem;
  letter-spacing: 0.12em;
}
.map-topline span {
  color: #94a3b8;
}
.map-topline i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4ade80;
  margin-right: 4px;
}
.map-card svg {
  display: block;
  width: 100%;
  border-radius: 18px;
}
.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: 1;
}
.route {
  fill: none;
  stroke: url(#route);
  stroke-width: 1.2;
  stroke-dasharray: 6 6;
  opacity: 0.66;
  animation: dash 5s linear infinite;
}
.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: 1;
  transform-origin: 275px 145px;
  animation: ringPulse 2.4s infinite;
}
.india-ring.r2 {
  animation-delay: 1.2s;
}
.map-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 5px 2px;
}
.map-caption b {
  font-size: 0.72rem;
}
.map-caption span {
  font-size: 0.54rem;
  color: #64748b;
}
.map-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.map-stats > span {
  display: grid;
  grid-template-columns: 28px auto;
  grid-template-rows: auto auto;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}
.map-stats i {
  grid-row: 1/3;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: rgba(249, 115, 22, 0.15);
  color: #fb923c;
  font-style: normal;
}
.map-stats b {
  font-size: 0.78rem;
}
.map-stats small {
  color: #64748b;
  font-size: 0.54rem;
  text-transform: uppercase;
}

.stats-bar {
  border-top: 4px solid var(--orange);
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.05);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 25px 0;
}
.stats-grid > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid var(--line);
}
.stats-grid > div:last-child {
  border-right: 0;
}
.stats-grid strong {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 900;
  color: var(--dark);
  letter-spacing: -0.05em;
}
.stats-grid strong span {
  color: var(--orange);
  font-size: 0.8em;
}
.stats-grid small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.brand-marquee {
  overflow: hidden;
  padding: 16px 0;
  background: linear-gradient(135deg, #fff7ed, #fef3c7);
  color: #78350f;
  white-space: nowrap;
}
.brand-marquee > div {
  width: max-content;
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  animation: marquee 26s linear infinite;
}
.brand-marquee i {
  color: var(--orange);
  font-style: normal;
  margin: 0 22px;
}

.section-title {
  text-align: center;
  margin-bottom: 16px;
}
.section-title .eyebrow {
  border-color: #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #f5f3ff);
  color: var(--orange-dark);
}
.section-title h2 {
  margin: 17px auto 14px;
  max-width: 820px;
  color: var(--dark);
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 900;
}
.section-title.light h2 {
  color: #fff;
}
.title-bar {
  display: block;
  width: 62px;
  height: 4px;
  margin: auto;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--orange), var(--purple));
}
.services-section {
  background: #fff;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.07);
  transition: 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}
.service-art {
  position: relative;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}
.service-art:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.35) 1px,
    transparent 1px
  );
  background-size: 17px 17px;
  opacity: 0.32;
}
.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 {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 2.4rem;
  font-weight: 200;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  animation: floatY 3s ease-in-out infinite;
}
.service-art > small {
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 14px;
  padding: 5px 8px;
  border-radius: 7px;
  background: rgba(15, 23, 42, 0.2);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.service-art > b {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 12px;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
}
.service-body {
  padding: 24px;
}
.card-kicker {
  font-size: 0.61rem;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 0.1em;
}
.service-body h3 {
  margin: 7px 0;
  font-size: 1.34rem;
  font-weight: 900;
}
.service-body p {
  min-height: 76px;
  margin: 0;
  color: var(--muted);
  font-size: 0.83rem;
}
.service-body ul {
  padding: 12px 0 8px;
  margin: 0;
  list-style: none;
  border-top: 1px solid #f1f5f9;
}
.service-body li {
  margin: 5px 0;
  color: #475569;
  font-size: 0.76rem;
  font-weight: 700;
}
.service-body li::first-letter {
  color: var(--green);
}
.text-link {
  border: 0;
  background: none;
  padding: 0;
  color: var(--orange-dark);
  font-weight: 900;
  font-size: 0.8rem;
}
.service-card.teal .text-link {
  color: var(--teal);
}
.service-card.purple .text-link {
  color: var(--purple);
}
.combine-banner {
  margin-top: 24px;
  padding: 28px 30px;
  border-radius: 24px;
  color: #fff;
  background: radial-gradient(
      circle at 90% 20%,
      rgba(124, 58, 237, 0.3),
      transparent 25%
    ),
    linear-gradient(135deg, var(--dark), var(--navy));
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 30px;
}
.combine-kicker {
  color: #fdba74;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.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 {
  margin: 0;
  color: #94a3b8;
  font-size: 0.77rem;
}
.combine-flow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}
.combine-flow > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 1.3rem;
}
.combine-flow small {
  font-size: 0.52rem;
  color: #cbd5e1;
}
.combine-flow > b {
  color: #fb923c;
  animation: bounce 2s infinite;
}
.combine-flow .combine-result {
  border-color: rgba(249, 115, 22, 0.7);
  box-shadow: 0 0 25px rgba(249, 115, 22, 0.28);
}

.steps-section {
  background: linear-gradient(180deg, #fff, #fffbf7);
}
.steps-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 45px;
}
.steps-row:before {
  content: "";
  position: absolute;
  top: 34px;
  left: 9%;
  right: 9%;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--purple),
    var(--orange),
    var(--teal),
    var(--green)
  );
  opacity: 0.35;
}
.step-card {
  position: relative;
  text-align: center;
  padding: 0 13px;
}
.step-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 13px;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--orange));
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.2);
  font-size: 1.5rem;
}
.step-card > b {
  position: absolute;
  top: -10px;
  left: calc(50% + 18px);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 0.53rem;
}
.step-card h3 {
  margin: 0;
  font-size: 0.91rem;
  font-weight: 900;
}
.step-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}
.delivery-bar {
  position: relative;
  height: 76px;
  margin-top: 45px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(90deg, #c2410c, #f97316, #ea580c);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 15px 35px rgba(249, 115, 22, 0.2);
}
.delivery-bar:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 49.5%,
    rgba(255, 255, 255, 0.13) 50%,
    transparent 50.5%
  );
  background-size: 24px;
}
.delivery-bar b {
  position: relative;
  z-index: 1;
  padding: 9px 16px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.28);
  font-size: 0.69rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.delivery-bar .parcel,
.delivery-bar .plane,
.delivery-bar .home {
  position: absolute;
  font-size: 1.4rem;
}
.delivery-bar .parcel {
  left: 6%;
  animation: deliverySlide1 6s infinite;
}
.delivery-bar .plane {
  left: 55%;
  animation: deliverySlide2 6s infinite;
}
.delivery-bar .home {
  right: 5%;
}

.problem-section {
  position: relative;
  color: #fff;
  background: radial-gradient(
      circle at 20% 10%,
      rgba(249, 115, 22, 0.13),
      transparent 25%
    ),
    linear-gradient(135deg, var(--dark), var(--navy));
}
.problem-section > .shell {
  position: relative;
  z-index: 1;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.benefit-grid article {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.055);
}
.benefit-grid article > span {
  color: #fb923c;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.benefit-grid h3 {
  margin: 11px 0 7px;
  font-size: 1.18rem;
}
.benefit-grid p {
  min-height: 70px;
  margin: 0;
  color: #94a3b8;
  font-size: 0.78rem;
}
.benefit-grid article > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.benefit-grid b {
  font-size: 0.61rem;
}
.benefit-grid i {
  color: #fb923c;
  font-style: normal;
}

.trending-section {
  background: #fff;
}
.product-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(210px, 1fr));
  gap: 15px;
  overflow-x: auto;
  padding: 5px 4px 22px;
  scrollbar-width: none;
}
.product-card {
  position: relative;
  min-width: 210px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 25px rgba(15, 23, 42, 0.06);
  transition: 0.25s;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.11);
}
.product-visual {
  position: relative;
  width: 100%;
  height: 150px;
  border: 0;
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
}
.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: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 15px 15px;
  opacity: 0.7;
}
.product-emoji {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 3.5rem;
  filter: drop-shadow(0 12px 12px rgba(15, 23, 42, 0.14));
  transition: 0.3s;
}
.product-visual:hover .product-emoji {
  transform: scale(1.08) rotate(-3deg);
}
.product-visual small {
  position: absolute;
  z-index: 1;
  bottom: 9px;
  left: 12px;
  color: #475569;
  font-size: 0.52rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.sale-chip {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 9px;
  padding: 4px 7px;
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 900;
}
.wish-button {
  position: absolute;
  z-index: 3;
  right: 9px;
  top: 9px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  font-size: 1.1rem;
  color: var(--purple);
  box-shadow: 0 5px 15px rgba(15, 23, 42, 0.12);
}
.wish-button.wished {
  color: #e11d48;
  background: #fff1f2;
}
.product-copy {
  padding: 16px;
}
.category-label {
  display: block;
  color: var(--orange-dark);
  font-size: 0.54rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.product-copy h3 {
  height: 40px;
  margin: 6px 0;
  overflow: hidden;
  font-size: 0.83rem;
  line-height: 1.25;
  font-weight: 800;
  cursor: pointer;
}
.rating {
  display: flex;
  align-items: center;
  gap: 7px;
}
.rating span {
  color: #b45309;
  font-size: 0.68rem;
  font-weight: 900;
}
.rating small {
  color: #94a3b8;
  font-size: 0.54rem;
}
.price-row {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin: 9px 0;
}
.price-row b {
  font-size: 1rem;
  color: var(--dark);
}
.price-row del {
  font-size: 0.62rem;
  color: #94a3b8;
}
.product-add {
  width: 100%;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 9px;
  font-size: 0.67rem;
}
.product-add span {
  font-size: 1rem;
}

.testimonials {
  background: linear-gradient(135deg, #fffbf7, #fff7ed);
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 38px;
}
.review-grid article {
  padding: 25px;
  border: 1px solid #fed7aa;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 25px rgba(124, 45, 18, 0.06);
}
.review-grid article > div {
  display: grid;
  grid-template-columns: 42px auto;
  grid-template-rows: 1fr 1fr;
}
.review-grid article > div > span {
  grid-row: 1/3;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--purple));
  color: #fff;
  font-size: 0.63rem;
  font-weight: 900;
}
.review-grid b {
  font-size: 0.76rem;
}
.review-grid em {
  color: #f59e0b;
  font-size: 0.63rem;
  font-style: normal;
  letter-spacing: 0.08em;
}
.review-grid p {
  min-height: 74px;
  margin: 15px 0;
  color: #475569;
  font-size: 0.8rem;
  line-height: 1.75;
}
.review-grid small {
  color: #94a3b8;
  font-size: 0.57rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.faq-section {
  background: linear-gradient(135deg, #f5f3ff, #ede9fe);
}
.faq-shell {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 65px;
  align-items: start;
}
.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);
  font-size: 0.85rem;
  margin: 20px 0;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.accordion article {
  overflow: hidden;
  border: 1px solid #ddd6fe;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(76, 29, 149, 0.05);
}
.accordion button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 18px;
  border: 0;
  background: none;
  text-align: left;
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 800;
}
.accordion button i {
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--purple-light);
  color: var(--purple);
  font-size: 1rem;
  font-style: normal;
}
.accordion article > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.accordion article > div > p {
  overflow: hidden;
  margin: 0;
  padding: 0 18px;
  color: var(--muted);
  font-size: 0.76rem;
}
.accordion article.open > div {
  grid-template-rows: 1fr;
}
.accordion article.open > div > p {
  padding-bottom: 18px;
}
.accordion article.open {
  border-color: #c4b5fd;
}

.contact-band {
  padding: 66px 0;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), #5b21b6);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 70px;
  align-items: center;
}
.contact-grid > div:first-child > span {
  color: #ddd6fe;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.contact-grid h2 {
  margin: 8px 0;
  font-size: 2.5rem;
  letter-spacing: -0.04em;
}
.contact-grid > div:first-child > p {
  max-width: 560px;
  color: #ddd6fe;
}
.seller-points {
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 0.72rem;
}
.contact-card {
  padding: 26px;
  border-radius: 19px;
  background: #fff;
  color: var(--dark);
  box-shadow: 0 30px 70px rgba(30, 27, 75, 0.3);
}
.contact-card small {
  color: var(--orange);
  font-weight: 900;
  letter-spacing: 0.1em;
}
.contact-card h3 {
  margin: 6px 0 16px;
  font-size: 1.25rem;
}
.contact-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--orange-light);
  color: var(--orange-dark);
  font-size: 0.75rem;
  font-weight: 900;
  text-decoration: none;
}
.contact-card a.whatsapp {
  background: #ecfdf5;
  color: #047857;
}
.contact-card p {
  margin: 12px 0 0;
  color: #94a3b8;
  font-size: 0.61rem;
}

footer {
  padding: 58px 0 0;
  background: var(--dark);
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
}
.footer-grid > div:first-child p {
  max-width: 340px;
  color: #94a3b8;
  font-size: 0.77rem;
}
.socials {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.socials a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #334155;
  border-radius: 9px;
  background: #172033;
  color: #cbd5e1;
  font-size: 0.62rem;
  font-weight: 900;
  text-decoration: none;
}
.socials a:hover {
  background: var(--orange);
  border-color: var(--orange);
}
.footer-grid h4 {
  margin: 0 0 15px;
  color: #f8fafc;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-grid button,
.footer-grid > div > a {
  display: block;
  margin: 9px 0;
  padding: 0;
  border: 0;
  background: none;
  color: #94a3b8;
  font-size: 0.7rem;
  text-align: left;
  text-decoration: none;
}
.footer-grid button:hover,
.footer-grid > div > a:hover {
  color: #fb923c;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  padding: 20px 0;
  border-top: 1px solid #1e293b;
  color: #64748b;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.floating-shop {
  position: fixed;
  z-index: 900;
  left: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 7px;
  height: 45px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(249, 115, 22, 0.35);
  animation: floatY 3s infinite;
}
.drawer-overlay,
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 4000;
  background: rgba(2, 6, 23, 0.58);
  backdrop-filter: blur(5px);
}
.cart-drawer {
  position: absolute;
  right: 0;
  top: 0;
  width: min(410px, 100%);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  animation: drawerIn 0.3s ease;
}
.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}
.drawer-head small {
  color: var(--orange);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.drawer-head h2 {
  margin: 2px 0 0;
  font-size: 1.5rem;
}
.drawer-head h2 span {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--orange-light);
  color: var(--orange);
  font-size: 0.65rem;
}
.drawer-head button,
.modal-close {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #f1f5f9;
  font-size: 1.4rem;
}
.cart-items {
  flex: 1;
  overflow: auto;
  padding: 18px;
}
.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 {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr 20px;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.cart-thumb {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 13px;
  background: linear-gradient(135deg, #ede9fe, #ffedd5);
  font-size: 1.8rem;
}
.cart-items article > div {
  display: flex;
  flex-direction: column;
}
.cart-items article b {
  font-size: 0.73rem;
}
.cart-items article small {
  color: #94a3b8;
  font-size: 0.58rem;
}
.cart-items article strong {
  font-size: 0.75rem;
  color: var(--orange-dark);
}
.cart-items article div > div {
  display: flex;
  align-items: center;
  width: max-content;
  margin-top: 5px;
  border: 1px solid var(--line);
  border-radius: 7px;
  overflow: hidden;
}
.cart-items article div > div button {
  width: 25px;
  height: 22px;
  border: 0;
  background: #f8fafc;
}
.cart-items article div > div span {
  width: 28px;
  text-align: center;
  font-size: 0.65rem;
}
.cart-items .remove {
  border: 0;
  background: none;
  color: #94a3b8;
}
.cart-footer {
  padding: 20px;
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 30px rgba(15, 23, 42, 0.04);
}
.cart-footer > div {
  display: flex;
  justify-content: space-between;
}
.cart-footer p {
  padding: 9px;
  border-radius: 8px;
  background: var(--orange-light);
  color: #9a3412;
  font-size: 0.63rem;
}
.cart-footer .btn {
  width: 100%;
  margin-top: 7px;
}
.modal-overlay {
  display: grid;
  place-items: center;
  padding: 30px;
}
.product-modal {
  position: relative;
  width: min(920px, 100%);
  max-height: 92vh;
  overflow: auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.32);
  animation: fadeSlideUp 0.3s ease;
}
.modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}
.modal-visual {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
}
.modal-visual > span {
  font-size: 8rem;
  filter: drop-shadow(0 20px 18px rgba(15, 23, 42, 0.18));
}
.modal-visual small {
  margin-top: 25px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  font-size: 0.66rem;
  font-weight: 900;
}
.modal-copy {
  padding: 55px 45px;
}
.modal-copy h2 {
  margin: 9px 0;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.modal-copy > p {
  color: var(--muted);
  font-size: 0.82rem;
}
.modal-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0;
  padding: 15px;
  border-radius: 12px;
  background: var(--orange-light);
}
.modal-price b {
  color: var(--orange-dark);
  font-size: 1.6rem;
}
.modal-price del {
  color: #94a3b8;
}
.modal-price span {
  margin-left: auto;
  padding: 5px 8px;
  border-radius: 7px;
  background: #dcfce7;
  color: #047857;
  font-size: 0.61rem;
  font-weight: 900;
}
.trust-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin: 18px 0;
}
.trust-badges span {
  padding: 9px;
  border-radius: 8px;
  background: #f8fafc;
  color: #475569;
  font-size: 0.63rem;
  font-weight: 800;
}
.modal-copy > .btn {
  width: 100%;
  margin-top: 8px;
}

.placeholder-page {
  min-height: 70vh;
}
.placeholder-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, #0b1220, var(--navy));
}
.placeholder-hero > .shell {
  position: relative;
  z-index: 1;
}
.placeholder-hero h1 {
  margin: 24px 0 0;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.055em;
}
.placeholder-hero h2 {
  margin: 0 0 20px;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.055em;
}
.placeholder-hero p {
  max-width: 630px;
  color: #cbd5e1;
}
.placeholder-content {
  padding: 70px 0;
  text-align: center;
}
.placeholder-content h3 {
  font-size: 1.6rem;
}
.placeholder-content p {
  color: var(--muted);
}

/* Order from India */
.order-india-page {
  background: #f8fafc;
}
.order-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 0 74px;
  color: #fff;
  background: radial-gradient(
      circle at 15% 25%,
      rgba(249, 115, 22, 0.2),
      transparent 27%
    ),
    radial-gradient(
      circle at 85% 20%,
      rgba(124, 58, 237, 0.25),
      transparent 32%
    ),
    linear-gradient(135deg, #090f1d, #1e1b4b);
}
.order-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 23px 23px;
}
.order-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 55px;
}
.order-hero h1 {
  max-width: 640px;
  margin: 20px 0 16px;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.order-hero p {
  max-width: 660px;
  margin: 0;
  color: #cbd5e1;
  font-size: 1rem;
}
.marketplace-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}
.marketplace-row span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.66rem;
  font-weight: 900;
}
.order-hero-art {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.order-hero-art > i {
  color: #fb923c;
  font-size: 1.6rem;
  font-style: normal;
}
.order-hero-art > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 145px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  font-size: 2rem;
}
.order-hero-art .hub-card {
  height: 175px;
  border-color: rgba(249, 115, 22, 0.6);
  background: linear-gradient(
    145deg,
    rgba(249, 115, 22, 0.25),
    rgba(124, 58, 237, 0.18)
  );
  color: #fb923c;
  font-size: 1.3rem;
  font-weight: 900;
}
.order-hero-art b {
  margin-top: 11px;
  color: #fff;
  font-size: 0.75rem;
}
.order-hero-art small {
  margin-top: 3px;
  color: #94a3b8;
  font-size: 0.54rem;
}
.order-flow-bar {
  border-bottom: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}
.order-flow-bar > .shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.order-flow-bar span {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #475569;
  font-size: 0.72rem;
  font-weight: 900;
}
.order-flow-bar b {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--purple), var(--orange));
  color: #fff;
  font-size: 0.6rem;
}
.order-builder {
  padding: 70px 0 84px;
}
.order-builder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 22px;
}
.order-workspace {
  min-width: 0;
}
.import-card,
.product-entry,
.order-items,
.order-sidebar > section {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.06);
}
.import-card {
  overflow: hidden;
  margin-bottom: 20px;
}
.import-card-head {
  padding: 25px 27px 20px;
  border-bottom: 1px solid #fed7aa;
  background: linear-gradient(135deg, #fff7ed, #f5f3ff);
}
.import-card-head > span,
.entry-head span {
  color: var(--orange-dark);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.import-card-head h2,
.entry-head h2 {
  margin: 4px 0 3px;
  color: var(--dark);
  font-size: 1.45rem;
  line-height: 1.2;
}
.import-card-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}
.import-controls {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 190px;
  align-items: end;
  gap: 12px;
  padding: 23px 27px;
}
.import-controls label,
.product-entry label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #475569;
  font-size: 0.65rem;
  font-weight: 900;
}
.import-controls input,
.import-controls select,
.product-entry input,
.product-entry select,
.product-entry textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  padding: 10px 11px;
  outline: 0;
  background: #fff;
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 600;
  transition: 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 rgba(124, 58, 237, 0.09);
}
.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 {
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.import-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 27px 20px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 700;
}
.import-alert > :first-child {
  flex: none;
}
.import-alert.success {
  background: #ecfdf5;
  color: #047857;
}
.import-alert.warning {
  background: #fffbeb;
  color: #a16207;
}
.import-alert.error {
  background: #fff1f2;
  color: #be123c;
}
.import-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  background: #f8fafc;
}
.import-trust span {
  padding: 13px 8px;
  border-right: 1px solid var(--line);
  text-align: center;
  color: #64748b;
  font-size: 0.57rem;
  font-weight: 800;
}
.import-trust span:last-child {
  border-right: 0;
}
.product-entry {
  overflow: hidden;
}
.entry-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 21px 25px;
  border-bottom: 1px solid var(--line);
}
.entry-head em {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--purple-light);
  color: var(--purple);
  font-size: 0.54rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.07em;
}
.product-entry-grid {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 23px;
  padding: 25px;
}
.imported-image > div {
  height: 210px;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 13px;
  border: 1px dashed #cbd5e1;
  border-radius: 14px;
  background: linear-gradient(135deg, #f8fafc, #f1f5f9);
}
.imported-image > div > span {
  font-size: 4rem;
}
.imported-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}
.imported-image p {
  margin: 8px 0 0;
  color: #94a3b8;
  font-size: 0.58rem;
  line-height: 1.5;
}
.field-grid {
  display: grid;
  gap: 12px;
}
.field-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.field-grid .full {
  grid-column: 1/-1;
}
.product-entry textarea {
  resize: vertical;
}
.dimension-card {
  margin: 0 25px 25px;
  overflow: hidden;
  border: 1px solid #ddd6fe;
  border-radius: 16px;
  background: #fafaff;
}
.dimension-heading {
  display: flex;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid #ede9fe;
}
.dimension-heading > span {
  display: grid;
  place-items: center;
  width: 41px;
  height: 41px;
  border-radius: 11px;
  background: #ede9fe;
}
.dimension-heading small {
  color: var(--purple);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.dimension-heading h3 {
  margin: 1px 0;
  color: var(--dark);
  font-size: 1rem;
}
.dimension-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 0.62rem;
}
.dimension-inputs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 19px;
}
.weight-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  padding: 0 19px 19px;
}
.weight-results span {
  display: flex;
  flex-direction: column;
  padding: 13px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
}
.weight-results small {
  color: #64748b;
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
}
.weight-results b {
  margin: 2px 0;
  color: var(--dark);
  font-size: 1rem;
}
.weight-results em {
  color: #94a3b8;
  font-size: 0.5rem;
  font-style: normal;
}
.weight-results .billable {
  border-color: #fed7aa;
  background: var(--orange-light);
}
.weight-results .billable b {
  color: var(--orange-dark);
}
.entry-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 25px;
  border-top: 1px solid var(--line);
  background: #f8fafc;
}
.entry-total > div {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  gap: 1px 12px;
}
.entry-total span {
  color: #64748b;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.entry-total b {
  color: var(--dark);
  font-size: 1.35rem;
}
.entry-total small {
  grid-column: 1/-1;
  color: #94a3b8;
  font-size: 0.54rem;
}
.order-items {
  margin-top: 20px;
  overflow: hidden;
}
.order-items article {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 13px 20px;
  border-top: 1px solid var(--line);
}
.order-items article > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #f1f5f9;
  font-size: 1.5rem;
}
.order-items img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.order-items article > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.order-items article small {
  color: var(--purple);
  font-size: 0.53rem;
  font-weight: 900;
}
.order-items article b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.78rem;
}
.order-items article em {
  color: #64748b;
  font-size: 0.61rem;
  font-style: normal;
}
.order-items article > button {
  border: 0;
  background: none;
  color: #e11d48;
  font-size: 0.62rem;
  font-weight: 900;
}
.order-submit {
  width: 100%;
  margin-top: 20px;
}
.submit-note {
  margin: 10px 12px 0;
  color: #64748b;
  text-align: center;
  font-size: 0.62rem;
}
.order-sidebar {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.order-sidebar > section {
  overflow: hidden;
}
.side-head {
  padding: 17px 18px;
  color: #fff;
  font-size: 0.76rem;
  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));
}
.order-sidebar ol {
  margin: 0;
  padding: 13px 18px;
  list-style: none;
}
.order-sidebar li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
  color: #475569;
  font-size: 0.64rem;
  font-weight: 700;
}
.order-sidebar li:last-child {
  border: 0;
}
.order-sidebar li b {
  flex: none;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 7px;
  background: var(--purple-light);
  color: var(--purple);
  font-size: 0.55rem;
}
.supported-card {
  padding: 20px;
}
.supported-card > small {
  color: var(--orange-dark);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.supported-card h3 {
  margin: 3px 0 13px;
  font-size: 1.05rem;
}
.supported-card > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.supported-card > div span {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 0.58rem;
  font-weight: 800;
}
.supported-card > div b {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: var(--orange-light);
  color: var(--orange-dark);
}
.supported-card p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.58rem;
}
.import-note {
  display: flex;
  gap: 10px;
  padding: 16px;
  background: #fffbeb !important;
  border-color: #fde68a !important;
}
.import-note > span {
  flex: none;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f59e0b;
  color: #fff;
  font-weight: 900;
}
.import-note b {
  color: #92400e;
  font-size: 0.66rem;
}
.import-note p {
  margin: 3px 0 0;
  color: #a16207;
  font-size: 0.56rem;
}
.side-saving {
  padding: 18px;
}
.side-saving b {
  font-size: 0.9rem;
}
.side-saving p {
  margin: 5px 0 12px;
  color: var(--muted);
  font-size: 0.62rem;
}
.side-saving button {
  border: 0;
  background: none;
  padding: 0;
  color: var(--orange-dark);
  font-size: 0.62rem;
  font-weight: 900;
}
.order-assurance {
  padding: 80px 0;
  background: #fff;
}
.order-assurance .shell > div:last-child {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 34px;
}
.order-assurance article {
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
}
.order-assurance article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--orange-light);
  font-size: 1.2rem;
}
.order-assurance h3 {
  margin: 14px 0 5px;
  font-size: 0.88rem;
}
.order-assurance p {
  margin: 0;
  color: var(--muted);
  font-size: 0.64rem;
}
.success-modal {
  width: min(520px, 100%);
  max-height: 92vh;
  overflow: auto;
  padding: 36px 34px;
  border-radius: 22px;
  background: #fff;
  text-align: center;
  box-shadow: 0 35px 80px rgba(15, 23, 42, 0.3);
}
.success-check {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  font-size: 1.6rem;
  font-weight: 900;
}
.success-modal > small {
  color: var(--orange-dark);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.success-modal h2 {
  margin: 7px 0;
  font-size: 1.65rem;
}
.success-modal > p {
  margin: 0 auto 18px;
  color: var(--muted);
  font-size: 0.73rem;
}
.success-modal .booking-ref {
  margin-bottom: 13px;
}
.success-modal > .btn {
  width: 100%;
  margin-top: 9px;
}

/* Focused order importer overrides */
.order-builder-grid {
  grid-template-columns: minmax(0, 1fr);
}
.order-workspace {
  width: min(100%, 980px);
  margin: auto;
}
.imported-image > div.image-required {
  border-color: #fb923c;
  background: linear-gradient(135deg, #fff7ed, #fffbeb);
}
.imported-image > div > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.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 */
.marketplace-picks {
  padding: 76px 0 70px;
  background: #fff;
}
.picks-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.picks-heading > div:first-child > span {
  color: var(--orange-dark);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.picks-heading h2 {
  max-width: 720px;
  margin: 6px 0 8px;
  color: var(--dark);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.picks-heading p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}
.picks-proof {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
  padding: 14px 18px;
  border: 1px solid #fed7aa;
  border-radius: 14px;
  background: var(--orange-light);
}
.picks-proof b {
  color: var(--orange-dark);
  font-size: 2rem;
  line-height: 1;
}
.picks-proof span {
  color: #9a3412;
  font-size: 0.58rem;
  font-weight: 900;
  text-transform: uppercase;
}
.picks-filters {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 30px 0 22px;
  padding-bottom: 3px;
}
.picks-filters button {
  flex: none;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  font-size: 0.65rem;
  font-weight: 900;
}
.picks-filters button.active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--orange), var(--purple));
  color: #fff;
  box-shadow: 0 8px 18px rgba(124, 58, 237, 0.15);
}
.picks-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}
.pick-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.06);
  transition: 0.25s;
}
.pick-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.11);
}
.pick-visual {
  position: relative;
  height: 145px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #ede9fe, #ddd6fe);
}
.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: "";
  position: absolute;
  inset: 0;
  opacity: 0.6;
  background-image: radial-gradient(circle, #fff 1px, transparent 1px);
  background-size: 15px 15px;
}
.pick-visual > span {
  position: relative;
  z-index: 1;
  font-size: 3.5rem;
  filter: drop-shadow(0 12px 12px rgba(15, 23, 42, 0.14));
}
.pick-visual em {
  position: absolute;
  z-index: 2;
  left: 11px;
  top: 11px;
  padding: 5px 8px;
  border-radius: 7px;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
  font-size: 0.53rem;
  font-style: normal;
  font-weight: 900;
}
.pick-copy {
  padding: 16px;
}
.pick-copy > small {
  color: var(--orange-dark);
  font-size: 0.54rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.pick-copy h3 {
  min-height: 42px;
  margin: 5px 0 10px;
  color: var(--dark);
  font-size: 0.86rem;
  line-height: 1.35;
}
.pick-copy > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #f1f5f9;
}
.pick-copy > div span {
  color: #94a3b8;
  font-size: 0.54rem;
}
.pick-copy > div b {
  font-size: 1rem;
}
.pick-copy > button {
  width: 100%;
  margin-top: 11px;
  padding: 9px;
  border: 1px solid #fed7aa;
  border-radius: 9px;
  background: var(--orange-light);
  color: var(--orange-dark);
  font-size: 0.62rem;
  font-weight: 900;
}
.pick-copy > button:hover {
  background: var(--orange);
  color: #fff;
}
.picks-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-top: 20px;
  padding: 14px 17px;
  border: 1px solid #fde68a;
  border-radius: 12px;
  background: #fffbeb;
}
.picks-disclaimer > span {
  display: grid;
  place-items: center;
  flex: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f59e0b;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
}
.picks-disclaimer p {
  margin: 0;
  color: #92400e;
  font-size: 0.63rem;
}

/* Shop */
.shop-hero {
  padding: 64px 0;
  color: #fff;
  background: radial-gradient(
      circle at 75% 20%,
      rgba(249, 115, 22, 0.16),
      transparent 30%
    ),
    linear-gradient(135deg, #0b1220, var(--navy));
}
.shop-hero-inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 65px;
  align-items: center;
}
.shop-hero h1 {
  max-width: 780px;
  margin: 18px 0 12px;
  font-size: clamp(2.5rem, 5vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 900;
}
.shop-hero p {
  max-width: 650px;
  margin: 0;
  color: #cbd5e1;
}
.shop-hero-card {
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}
.shop-hero-card > span {
  color: #fdba74;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.shop-hero-card strong {
  font-size: 4.5rem;
  line-height: 1;
  color: #fff;
}
.shop-hero-card b {
  font-size: 0.85rem;
}
.shop-hero-card small {
  margin-top: 10px;
  color: #94a3b8;
  font-size: 0.6rem;
}
.shop-toolbar {
  position: sticky;
  top: 70px;
  z-index: 100;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(15px);
}
.shop-toolbar > .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.shop-search {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  max-width: 450px;
  height: 42px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #f8fafc;
}
.shop-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 0.76rem;
}
.toolbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.toolbar-actions > span {
  color: var(--muted);
  font-size: 0.67rem;
}
.toolbar-actions select,
.admin-button {
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  padding: 0 10px;
  color: #475569;
  font-size: 0.65rem;
  font-weight: 800;
}
.admin-button {
  color: var(--orange-dark);
  border-color: #fed7aa;
  background: var(--orange-light);
}
.shop-categories {
  padding: 12px 0;
  background: linear-gradient(135deg, #fff7ed, #f5f3ff);
}
.shop-categories > .shell {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  scrollbar-width: none;
}
.shop-categories button {
  white-space: nowrap;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  background: #fff;
  color: #475569;
  font-size: 0.67rem;
  font-weight: 800;
}
.shop-categories button.active {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--purple));
  box-shadow: 0 7px 18px rgba(124, 58, 237, 0.2);
}
.shop-main {
  padding: 36px 0 80px;
  background: #f8fafc;
}
.shop-layout {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 24px;
  align-items: start;
}
.filter-panel {
  position: sticky;
  top: 144px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
}
.filter-close {
  display: none;
}
.filter-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--line);
}
.filter-heading small,
.catalog-top > div > span {
  color: var(--orange);
  font-size: 0.53rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.filter-heading h2,
.catalog-top h2 {
  margin: 1px 0 0;
  font-size: 1.05rem;
}
.filter-heading button {
  border: 0;
  background: none;
  color: var(--orange);
  font-size: 0.59rem;
  font-weight: 900;
}
.filter-panel fieldset {
  padding: 15px 0 8px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
}
.filter-panel legend {
  margin-bottom: 7px;
  color: var(--dark);
  font-size: 0.64rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.filter-panel fieldset > label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 7px 0;
  color: #475569;
  font-size: 0.67rem;
}
.filter-panel fieldset > label small {
  margin-left: auto;
  color: #94a3b8;
}
.filter-panel input[type="radio"] {
  accent-color: var(--orange);
}
.filter-panel select,
.price-inputs input {
  width: 100%;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 8px;
  background: #fff;
  font-size: 0.65rem;
}
.price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}
.filter-note {
  margin-top: 15px;
  padding: 13px;
  border-radius: 11px;
  background: var(--purple-light);
}
.filter-note b {
  font-size: 0.7rem;
}
.filter-note p {
  margin: 3px 0;
  color: var(--muted);
  font-size: 0.62rem;
}
.filter-note button {
  border: 0;
  background: none;
  padding: 0;
  color: var(--purple);
  font-size: 0.6rem;
  font-weight: 900;
}
.catalog-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
}
.view-toggle {
  display: flex;
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
}
.view-toggle button {
  height: 34px;
  border: 0;
  background: #fff;
  padding: 0 10px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
}
.view-toggle button.active {
  background: var(--dark);
  color: #fff;
}
.product-grid.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.product-grid .product-card {
  min-width: 0;
}
.product-grid.list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.product-grid.list .product-card {
  display: grid;
  grid-template-columns: 185px 1fr;
}
.product-grid.list .product-visual {
  height: 100%;
  min-height: 190px;
}
.product-grid.list .wish-button {
  left: 145px;
  right: auto;
}
.product-grid.list .product-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 7px 20px;
}
.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 {
  padding: 80px 20px;
  border: 1px dashed #cbd5e1;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}
.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 {
  padding: 45px 0;
  background: linear-gradient(135deg, var(--dark), var(--navy));
  color: #fff;
}
.shop-crosssell > .shell {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 10px;
  align-items: center;
}
.shop-crosssell > div > div > span {
  color: #fb923c;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.shop-crosssell h2 {
  margin: 4px 0;
  font-size: 1.5rem;
}
.shop-crosssell button {
  position: relative;
  display: grid;
  grid-template-columns: 38px 1fr 16px;
  grid-template-rows: auto auto;
  gap: 0 8px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-align: left;
}
.shop-crosssell button i {
  grid-row: 1/3;
  font-style: normal;
  font-size: 1.25rem;
}
.shop-crosssell button b {
  font-size: 0.69rem;
}
.shop-crosssell button small {
  color: #94a3b8;
  font-size: 0.55rem;
}
.shop-crosssell button em {
  grid-row: 1/3;
  grid-column: 3;
  align-self: center;
  color: #fb923c;
  font-style: normal;
}
.admin-modal {
  position: relative;
  width: min(600px, 100%);
  padding: 42px;
  border-radius: 22px;
  background: #fff;
  text-align: center;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.3);
  animation: fadeSlideUp 0.3s;
}
.admin-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--orange-light), var(--purple-light));
  font-size: 2rem;
}
.admin-modal > small {
  color: var(--orange);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.admin-modal h2 {
  margin: 5px 0;
}
.admin-modal > p {
  color: var(--muted);
  font-size: 0.77rem;
}
.admin-modal > input {
  display: block;
  width: 100%;
  height: 46px;
  margin: 16px 0 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0 13px;
}
.admin-modal > .btn {
  width: 100%;
  margin-top: 8px;
}
.admin-modal > em {
  display: block;
  margin-top: 10px;
  color: #b91c1c;
  font-size: 0.68rem;
}
.import-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin: 20px 0;
}
.import-steps span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.58rem;
  font-weight: 800;
}
.import-steps b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 5px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
}
.upload-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  padding: 24px;
  border: 2px dashed #c4b5fd;
  border-radius: 13px;
  background: var(--purple-light);
  color: var(--purple);
  font-size: 0.75rem;
  font-weight: 900;
  cursor: pointer;
}
.upload-zone input {
  margin: 10px 0;
  font-size: 0.65rem;
}
.upload-zone small {
  color: #7c3aed;
}
.import-message {
  padding: 8px;
  border-radius: 8px;
  background: #ecfdf5 !important;
  color: #047857 !important;
}

/* Courier */
.courier-hero {
  padding: 72px 0;
  color: #fff;
  background: radial-gradient(
      circle at 80% 20%,
      rgba(8, 145, 178, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, #0b1220, var(--navy));
}
.courier-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 60px;
  align-items: center;
}
.courier-hero h1 {
  max-width: 650px;
  margin: 20px 0 16px;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 900;
}
.courier-hero h1 em {
  display: block;
  margin-top: 7px;
  color: #fb923c;
  font-size: 0.56em;
  font-weight: 700;
}
.courier-hero > div > div:first-child > p {
  max-width: 630px;
  color: #cbd5e1;
}
.courier-features > small {
  color: #67e8f9;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.courier-features {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.courier-features article {
  display: flex;
  gap: 13px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}
.courier-features article > span {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  height: 40px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--orange), var(--purple));
}
.courier-features article b {
  font-size: 0.75rem;
}
.courier-features article p {
  margin: 2px 0 0;
  color: #94a3b8;
  font-size: 0.64rem;
}
.courier-trust {
  border-top: 4px solid var(--orange);
  padding: 18px 0;
  background: #fff;
}
.courier-trust > .shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.courier-trust span {
  padding: 3px 10px;
  border-right: 1px solid var(--line);
  text-align: center;
  font-size: 0.7rem;
}
.courier-trust span:last-child {
  border: 0;
}
.booking-area {
  padding: 55px 0 85px;
  background: #f8fafc;
}
.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.75fr);
  gap: 24px;
  align-items: start;
}
.booking-form {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}
.form-accent {
  height: 5px;
  background: linear-gradient(90deg, var(--orange), var(--purple), var(--teal));
}
.form-intro {
  padding: 28px 28px 12px;
}
.form-intro > span {
  color: var(--orange);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.form-intro h2 {
  margin: 4px 0;
  font-size: 1.65rem;
}
.form-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}
.form-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 12px 28px 25px;
  padding: 13px;
  border-radius: 12px;
  background: #f8fafc;
}
.form-steps span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #94a3b8;
  font-size: 0.62rem;
  font-weight: 800;
}
.form-steps span b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e2e8f0;
  color: #64748b;
}
.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 {
  margin: 0;
  padding: 0 28px 30px;
  border: 0;
}
.form-section + .form-section {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.form-section legend {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.form-section legend > span {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 10px;
  background: var(--orange-light);
}
.form-section legend > div {
  font-size: 0.9rem;
  font-weight: 900;
}
.form-section legend small {
  display: block;
  color: var(--orange);
  font-size: 0.5rem;
  letter-spacing: 0.12em;
}
.package-row {
  position: relative;
  margin-bottom: 13px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfdff;
}
.package-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
.package-title b {
  padding: 4px 9px;
  border-radius: 6px;
  background: var(--orange);
  color: #fff;
  font-size: 0.59rem;
}
.package-title button {
  border: 0;
  background: none;
  color: #dc2626;
  font-size: 0.58rem;
  font-weight: 800;
}
.field-grid {
  display: grid;
  gap: 11px;
}
.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 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #475569;
  font-size: 0.59rem;
  font-weight: 800;
}
.field-grid input,
.field-grid select,
.field-grid textarea,
.rate-card input,
.rate-card select {
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 9px;
  background: #fff;
  color: var(--text);
  font-size: 0.68rem;
  outline: 0;
}
.field-grid textarea {
  padding: 9px;
  resize: vertical;
}
.field-grid input:focus,
.field-grid select:focus,
.field-grid textarea:focus {
  border-color: #fb923c;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}
.field-grid .full {
  grid-column: 1/-1;
}
.dimensions {
  margin-top: 12px;
  padding: 13px;
  border: 1px dashed #fdba74;
  border-radius: 11px;
  background: var(--orange-light);
}
.dimensions > div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}
.dimensions b {
  font-size: 0.66rem;
}
.dimensions > div:first-child small,
.dimensions > small {
  color: #9a3412;
  font-size: 0.52rem;
}
.add-package {
  width: 100%;
  height: 41px;
  margin-bottom: 18px;
  border: 1px dashed var(--teal);
  border-radius: 9px;
  background: #ecfeff;
  color: var(--teal);
  font-size: 0.65rem;
  font-weight: 900;
}
.form-hint {
  padding: 8px 10px;
  border-radius: 8px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.56rem;
}
.summary-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 15px;
}
.summary-cards > span {
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-template-rows: auto auto;
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  font-size: 0.9rem;
}
.summary-cards small,
.summary-cards b {
  grid-column: 2;
}
.summary-cards small {
  font-size: 0.5rem;
  color: #ffedd5;
}
.summary-cards b {
  font-size: 0.68rem;
}
.zip-check {
  width: 100%;
  min-height: 42px;
  margin: 12px 0 4px;
  border: 1px solid #67e8f9;
  border-radius: 9px;
  background: #ecfeff;
  color: #0e7490;
  font-size: 0.63rem;
  font-weight: 900;
}
.zip-result {
  margin: 5px 0 13px;
  padding: 9px;
  border-radius: 7px;
  background: #ecfdf5;
  color: #047857;
  font-size: 0.61rem;
}
.terms {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 17px 0;
  color: #475569;
  font-size: 0.61rem;
}
.terms input {
  accent-color: var(--orange);
  margin-top: 3px;
}
.submit-booking {
  width: 100%;
  min-height: 55px;
}
.courier-sidebar {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.courier-sidebar > section {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}
.side-head {
  padding: 13px 16px;
  color: #fff;
  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 {
  padding: 10px 16px;
  margin: 0;
  list-style: none;
}
.courier-sidebar ol li {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
  color: #475569;
  font-size: 0.63rem;
}
.courier-sidebar ol b {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--orange-light);
  color: var(--orange);
  font-size: 0.54rem;
}
.rate-card {
  padding-bottom: 14px;
}
.rate-card label {
  margin: 11px 14px;
}
.rate-card > .btn {
  width: calc(100% - 28px);
  margin: 2px 14px;
  min-height: 40px;
}
.rate-result {
  display: flex;
  flex-direction: column;
  margin: 11px 14px 0;
  padding: 12px;
  border-radius: 9px;
  background: #ecfeff;
  color: #155e75;
}
.rate-result small {
  font-size: 0.49rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.rate-result b {
  margin: 3px 0;
  font-size: 0.7rem;
}
.rate-result span {
  font-size: 0.5rem;
}
.ship-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 13px;
}
.ship-grid span {
  padding: 8px 4px;
  border-radius: 8px;
  background: #f8fafc;
  text-align: center;
  font-size: 0.52rem;
}
.why-list {
  padding: 12px 18px;
  margin: 0;
  list-style: none;
}
.why-list li {
  margin: 8px 0;
  color: #475569;
  font-size: 0.63rem;
}
.restricted {
  padding: 35px 0;
  background: #fffbeb;
  border-left: 5px solid var(--orange);
}
.restricted > .shell {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 25px;
  align-items: center;
}
.restricted > div > div > span {
  font-size: 1.6rem;
}
.restricted h2 {
  margin: 2px 0;
  font-size: 1.25rem;
}
.restricted p {
  margin: 3px 0;
  color: #92400e;
  font-size: 0.66rem;
}
.restricted article {
  padding: 15px;
  border: 1px solid #fde68a;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}
.restricted article b {
  color: #78350f;
  font-size: 0.66rem;
}
.comparison {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--dark), var(--navy));
}
.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 35px;
}
.compare-grid article {
  position: relative;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.compare-grid article > span {
  color: #94a3b8;
  font-size: 0.57rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.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 rgba(249, 115, 22, 0.16);
}
.compare-grid em {
  position: absolute;
  right: 12px;
  top: -10px;
  padding: 5px 8px;
  border-radius: 6px;
  background: var(--orange);
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 900;
}
.courier-faq {
  background: var(--purple-light);
}
.accordion.narrow {
  max-width: 850px;
  margin: 35px auto 0;
}
.success-overlay {
  display: grid;
  place-items: center;
  padding: 20px;
}
.success-modal {
  width: min(600px, 100%);
  max-height: 95vh;
  overflow: auto;
  padding: 35px;
  border-radius: 22px;
  background: #fff;
  text-align: center;
}
.success-check {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  font-size: 2.3rem;
  box-shadow: 0 12px 30px rgba(5, 150, 105, 0.25);
}
.success-modal > small {
  color: var(--green);
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.success-modal h2 {
  margin: 4px 0;
}
.success-modal > p {
  color: var(--muted);
  font-size: 0.75rem;
}
.booking-ref {
  display: flex;
  flex-direction: column;
  margin: 18px 0;
  padding: 14px;
  border: 1px dashed #fb923c;
  border-radius: 11px;
  background: var(--orange-light);
}
.booking-ref span {
  font-size: 0.49rem;
  color: #9a3412;
  font-weight: 900;
}
.booking-ref b {
  color: var(--orange-dark);
  font-size: 1.45rem;
  letter-spacing: 0.06em;
}
.booking-summary {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin-bottom: 16px;
}
.booking-summary span {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 8px;
  background: #f8fafc;
}
.booking-summary small {
  color: #94a3b8;
  font-size: 0.5rem;
}
.booking-summary b {
  font-size: 0.66rem;
}
.success-modal > .btn {
  width: 100%;
  margin-top: 8px;
}

/* How it works */
.hiw-hero {
  position: relative;
  min-height: 570px;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: radial-gradient(
      circle at 50% 40%,
      rgba(124, 58, 237, 0.25),
      transparent 38%
    ),
    linear-gradient(135deg, #070d19, var(--navy));
}
.hiw-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.15) 1px,
    transparent 1px
  );
  background-size: 22px 22px;
  opacity: 0.3;
}
.hiw-hero > .shell {
  position: relative;
  z-index: 2;
}
.hiw-hero h1 {
  margin: 20px 0 12px;
  font-size: clamp(3.2rem, 8vw, 6.5rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
  font-weight: 900;
}
.hiw-hero p {
  max-width: 650px;
  margin: 0 auto;
  color: #cbd5e1;
}
.hiw-stats {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.hiw-stats span {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #94a3b8;
  font-size: 0.61rem;
}
.hiw-stats b {
  color: #fff;
}
.scroll-cue {
  display: block;
  margin-top: 28px;
  color: #fb923c;
  font-size: 1.4rem;
  animation: bounce 2s infinite;
}
.particle-field i {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.4;
  animation: blink 2s infinite;
}
.hiw-marquee {
  overflow: hidden;
  padding: 12px 0;
  background: linear-gradient(
    90deg,
    var(--orange-dark),
    var(--orange),
    var(--purple)
  );
  color: #fff;
  white-space: nowrap;
}
.hiw-marquee > div {
  width: max-content;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  animation: marquee 26s linear infinite;
}
.timeline-section {
  background: #fff;
}
.vertical-timeline {
  position: relative;
  max-width: 980px;
  margin: 50px auto 0;
}
.vertical-timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(
    var(--orange),
    var(--purple),
    var(--teal),
    var(--green)
  );
  transform: translateX(-50%);
}
.vertical-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 75px;
  align-items: center;
  margin: 0 0 65px;
}
.vertical-timeline article.reverse .timeline-copy {
  grid-column: 2;
}
.vertical-timeline article.reverse .timeline-art {
  grid-column: 1;
  grid-row: 1;
}
.vertical-timeline article > em {
  position: absolute;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--purple));
  color: #fff;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 900;
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.2);
}
.timeline-copy {
  padding: 10px;
}
.step-label {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 6px;
  background: var(--orange-light);
  color: var(--orange-dark);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.timeline-copy > i {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 12px 0;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--purple-light), var(--orange-light));
  font-size: 1.8rem;
  font-style: normal;
}
.timeline-copy h3 {
  margin: 5px 0;
  font-size: 1.35rem;
}
.timeline-copy p {
  color: var(--muted);
  font-size: 0.76rem;
}
.timeline-copy ul {
  padding: 0;
  margin: 12px 0;
  list-style: none;
}
.timeline-copy li {
  margin: 5px 0;
  color: #475569;
  font-size: 0.67rem;
}
.timeline-copy button {
  border: 0;
  background: none;
  padding: 0;
  color: var(--orange-dark);
  font-size: 0.67rem;
  font-weight: 900;
}
.timeline-art {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  background: linear-gradient(135deg, #ede9fe, #ffedd5);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}
.timeline-art > span {
  font-size: 4rem;
  filter: drop-shadow(0 15px 15px rgba(15, 23, 42, 0.15));
  animation: floatY 3s infinite;
}
.timeline-art > b {
  margin-top: 12px;
  color: var(--purple);
  font-size: 0.57rem;
  letter-spacing: 0.14em;
}
.timeline-art > div {
  margin-top: 8px;
  padding: 9px 15px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.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 {
  padding: 85px 0;
  background: linear-gradient(135deg, #fff7ed, #f5f3ff);
}
.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 35px;
}
.policy-grid article {
  position: relative;
  padding: 24px 24px 52px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
}
.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 {
  position: absolute;
  left: 24px;
  bottom: 20px;
  padding: 5px 8px;
  border-radius: 6px;
  background: #dcfce7;
  color: #047857;
  font-size: 0.49rem;
  letter-spacing: 0.08em;
}
.order-tabs {
  background: #fff;
}
.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
  margin: 32px 0 15px;
}
.tab-buttons button {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #64748b;
  font-size: 0.66rem;
  font-weight: 900;
}
.tab-buttons button.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--orange), var(--purple));
}
.flow-panel {
  max-width: 1000px;
  margin: auto;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #f8fafc;
}
.flow-panel-top span {
  color: var(--orange);
  font-size: 0.57rem;
  font-weight: 900;
}
.flow-panel-top h3 {
  margin: 3px 0 20px;
}
.flow-steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.flow-steps > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.flow-steps b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--purple));
  color: #fff;
  font-size: 0.64rem;
}
.flow-steps span {
  margin-top: 7px;
  color: #475569;
  font-size: 0.59rem;
  font-weight: 800;
}
.flow-steps i {
  position: absolute;
  right: -8px;
  top: 8px;
  color: var(--orange);
  font-style: normal;
}
.flow-tip {
  margin: 22px 0 13px;
  padding: 11px;
  border-radius: 9px;
  background: var(--orange-light);
  color: #9a3412;
  font-size: 0.63rem;
}
.combine-section {
  padding: 88px 0;
  color: #fff;
  background: radial-gradient(
      circle at 50% 50%,
      rgba(124, 58, 237, 0.2),
      transparent 32%
    ),
    linear-gradient(135deg, var(--dark), var(--navy));
}
.mega-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 45px 0 28px;
}
.mega-sources {
  display: flex;
  gap: 8px;
}
.mega-sources span,
.mega-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 83px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 1.5rem;
}
.mega-sources b,
.mega-home b {
  font-size: 0.57rem;
}
.mega-flow > i {
  color: #fb923c;
  font-size: 1.6rem;
  font-style: normal;
  animation: bounce 2s infinite;
}
.mega-flow > strong {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 28px;
  border: 1px solid var(--orange);
  border-radius: 17px;
  background: rgba(249, 115, 22, 0.1);
  font-size: 2.1rem;
  box-shadow: 0 0 40px rgba(249, 115, 22, 0.18);
}
.mega-flow > strong b {
  font-size: 0.72rem;
}
.mega-flow > strong small {
  color: #94a3b8;
  font-size: 0.5rem;
}
.saving-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}
.saving-stats span {
  display: grid;
  grid-template-columns: 34px 1fr;
  grid-template-rows: auto auto;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}
.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 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 35px;
}
.more-grid article {
  display: flex;
  gap: 13px;
  padding: 20px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  border-radius: 13px;
  background: #fff;
}
.more-grid article > span {
  font-size: 1.5rem;
}
.more-grid h3 {
  margin: 0;
  font-size: 0.85rem;
}
.more-grid p {
  margin: 3px 0;
  color: var(--muted);
  font-size: 0.66rem;
}
.hiw-counts {
  padding: 35px 0;
  color: #fff;
  background: linear-gradient(
    90deg,
    var(--orange-dark),
    var(--orange),
    var(--purple)
  );
}
.hiw-counts > .shell {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.hiw-counts span {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hiw-counts span:last-child {
  border: 0;
}
.hiw-counts b {
  font-size: 1.7rem;
  letter-spacing: -0.04em;
}
.final-cta {
  padding: 90px 0;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #070d19, var(--navy));
}
.final-cta > div > span {
  color: #fb923c;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.final-cta h2 {
  margin: 8px 0;
  font-size: clamp(2.3rem, 5vw, 4rem);
  letter-spacing: -0.05em;
}
.final-cta p {
  color: #94a3b8;
}
.final-cta .button-row {
  justify-content: center;
}

/* Commerce experience upgrade */
.section {
  padding: 72px 0;
}
.section-title h2 {
  max-width: 900px;
  font-size: clamp(2.35rem, 4.2vw, 3.55rem);
  line-height: 1.03;
}
.section-title .eyebrow {
  font-size: 0.72rem;
  padding: 8px 15px;
}
.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 {
  overflow: hidden;
  padding: 8px 0 20px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 3%,
    #000 97%,
    transparent
  );
}
.trending-track {
  display: flex;
  width: max-content;
  gap: 15px;
  animation: productRail 55s linear infinite;
}
.trending-rail:hover .trending-track {
  animation-play-state: paused;
}
.trending-track .product-card {
  width: 220px;
  flex: 0 0 220px;
}
.category-showcase {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.category-window {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
}
.category-feature {
  width: 100%;
  min-height: 215px;
  border: 0;
  padding: 28px;
  text-align: left;
  color: #fff;
  background: radial-gradient(
      circle at 85% 15%,
      rgba(249, 115, 22, 0.4),
      transparent 30%
    ),
    linear-gradient(135deg, var(--dark), var(--navy));
}
.category-feature small {
  color: #fdba74;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.category-feature h3 {
  margin: 7px 0;
  font-size: 2.1rem;
  letter-spacing: -0.05em;
}
.category-feature p {
  min-height: 58px;
  margin: 0;
  color: #cbd5e1;
  font-size: 0.7rem;
}
.category-feature span {
  display: block;
  margin-top: 16px;
  color: #fb923c;
  font-size: 0.67rem;
  font-weight: 900;
}
.category-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}
.category-mini-grid button {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 0;
  padding: 12px;
  background: #fff;
  text-align: left;
}
.category-mini-grid button:hover {
  background: var(--orange-light);
}
.category-mini-grid i {
  font-size: 1.7rem;
  font-style: normal;
}
.category-mini-grid span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.category-mini-grid small {
  color: var(--orange-dark);
  font-size: 0.48rem;
}
.category-mini-grid b {
  height: 34px;
  overflow: hidden;
  font-size: 0.62rem;
  line-height: 1.25;
}
.category-mini-grid em {
  color: var(--dark);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 900;
}
.pro-product-modal {
  width: min(1100px, 96vw);
  max-height: 94vh;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: auto;
}
.pro-gallery {
  padding: 28px;
  background: #f8fafc;
}
.pro-gallery .modal-visual {
  min-height: 370px;
  border-radius: 18px;
}
.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.gallery-thumbs button {
  height: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  font-size: 1.25rem;
}
.gallery-thumbs small {
  font-size: 0.48rem;
}
.product-logistics {
  margin-top: 15px;
  padding: 16px;
  border: 1px solid #fed7aa;
  border-radius: 14px;
  background: var(--orange-light);
}
.product-logistics h3 {
  margin: 0 0 10px;
  font-size: 0.8rem;
}
.product-logistics > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.product-logistics span {
  display: flex;
  flex-direction: column;
  padding: 9px;
  border-radius: 8px;
  background: #fff;
}
.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 {
  margin: 9px 0 0;
  color: #9a3412;
  font-size: 0.52rem;
}
.pro-copy {
  padding: 35px;
}
.pro-copy > p {
  color: #475569;
  font-size: 0.78rem;
}
.conversion-strip {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 14px 0;
}
.conversion-strip span {
  padding: 7px 9px;
  border-radius: 8px;
  background: #ecfdf5;
  color: #047857;
  font-size: 0.53rem;
  font-weight: 900;
}
.variation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 16px 0;
}
.variation-grid label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #475569;
  font-size: 0.56rem;
  font-weight: 900;
}
.variation-grid select,
.variation-grid input {
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 9px;
  background: #fff;
  font-size: 0.67rem;
}
.detail-list {
  margin: 16px 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fafc;
}
.detail-list h3 {
  margin: 0 0 8px;
  font-size: 0.82rem;
}
.detail-list span {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid var(--line);
  color: #64748b;
  font-size: 0.59rem;
}
.detail-list span:last-child {
  border: 0;
}
.detail-list b {
  color: var(--dark);
}
.shipping-wallet {
  position: fixed;
  right: 0;
  top: 145px;
  z-index: 2500;
  display: flex;
  align-items: flex-start;
  transform: translateX(350px);
  transition: 0.35s ease;
}
.shipping-wallet.open {
  transform: none;
}
.wallet-tab {
  width: 82px;
  min-height: 108px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px 0 0 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--orange));
  box-shadow: -8px 12px 30px rgba(15, 23, 42, 0.2);
}
.wallet-tab span {
  font-size: 1.3rem;
}
.wallet-tab b {
  font-size: 0.72rem;
}
.wallet-tab small {
  font-size: 0.49rem;
}
.wallet-panel {
  width: 350px;
  max-height: calc(100vh - 170px);
  overflow: auto;
  padding: 20px;
  background: #fff;
  box-shadow: -18px 22px 55px rgba(15, 23, 42, 0.18);
}
.wallet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet-head small {
  color: var(--orange-dark);
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.wallet-head h3 {
  margin: 2px 0;
  font-size: 1rem;
}
.wallet-head button {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #f1f5f9;
}
.wallet-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 16px 0;
}
.wallet-metrics span {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 9px;
  background: #f8fafc;
}
.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 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.wallet-breakdown span {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.58rem;
}
.wallet-destination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin: 14px 0;
}
.wallet-destination label {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #64748b;
  font-size: 0.48rem;
  font-weight: 900;
}
.wallet-destination label:last-child {
  grid-column: 1/-1;
}
.wallet-destination input,
.wallet-destination select {
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0 8px;
  font-size: 0.61rem;
}
.wallet-estimate {
  display: flex;
  flex-direction: column;
  padding: 13px;
  border-radius: 11px;
  background: var(--orange-light);
}
.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;
  font-size: 0.5rem;
  text-align: center;
}
.checkout-page {
  background: #f8fafc;
}
.checkout-hero {
  padding: 65px 0;
  color: #fff;
  background: radial-gradient(
      circle at 80% 10%,
      rgba(124, 58, 237, 0.3),
      transparent 30%
    ),
    linear-gradient(135deg, #07101e, var(--navy));
}
.checkout-hero span {
  color: #fb923c;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.checkout-hero h1 {
  margin: 7px 0;
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  line-height: 1;
  letter-spacing: -0.055em;
}
.checkout-hero p {
  color: #cbd5e1;
}
.checkout-main {
  padding: 48px 0 80px;
}
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: start;
  gap: 22px;
}
.checkout-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.checkout-card,
.checkout-summary {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.06);
}
.checkout-card-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 20px;
  border-bottom: 1px solid var(--line);
}
.checkout-card-head > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--orange), var(--purple));
  color: #fff;
  font-size: 0.6rem;
  font-weight: 900;
}
.checkout-card-head small {
  color: var(--orange-dark);
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.checkout-card-head h2 {
  margin: 1px 0;
  font-size: 1.1rem;
}
.checkout-line {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
}
.checkout-line > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 11px;
  background: linear-gradient(135deg, #ede9fe, #ffedd5);
  font-size: 1.6rem;
}
.checkout-line > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.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 {
  display: flex;
  gap: 7px;
  align-items: center;
}
.checkout-line > div:last-child button {
  width: 22px;
  height: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.courier-line {
  background: #f8fafc;
}
.checkout-empty {
  padding: 50px;
  text-align: center;
}
.checkout-empty > span {
  font-size: 3rem;
}
.checkout-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
  padding: 20px;
}
.checkout-fields label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #475569;
  font-size: 0.58rem;
  font-weight: 900;
}
.checkout-fields .full {
  grid-column: 1/-1;
}
.checkout-fields input,
.checkout-fields select {
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 9px;
  font-size: 0.67rem;
}
.checkout-check {
  display: flex;
  gap: 8px;
  margin: 0 20px 20px;
  color: #475569;
  font-size: 0.6rem;
}
.checkout-summary {
  position: sticky;
  top: 90px;
  padding: 22px;
}
.checkout-summary > small {
  color: var(--orange-dark);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.checkout-summary h2 {
  margin: 3px 0 15px;
  font-size: 1.15rem;
}
.checkout-weight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}
.checkout-weight span,
.checkout-weight strong {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 9px;
  background: #f8fafc;
}
.checkout-weight strong {
  grid-column: 1/-1;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
}
.checkout-weight small {
  font-size: 0.47rem;
}
.checkout-weight b {
  font-size: 0.72rem;
}
.service-options {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 16px 0;
}
.service-options label {
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
}
.service-options label.selected {
  border-color: var(--orange);
  background: var(--orange-light);
}
.service-options span {
  display: flex;
  flex-direction: column;
}
.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 {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.checkout-totals span,
.checkout-totals > strong {
  display: flex;
  justify-content: space-between;
  color: #64748b;
  font-size: 0.58rem;
}
.checkout-totals > strong {
  padding-top: 10px;
  border-top: 1px solid var(--line);
  color: var(--dark);
  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 {
  padding: 24px 0 70px;
  background: #fff;
}
.shipping-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.shipping-story article {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 22px;
  background: #0f172a;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.15);
}
.shipping-story img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.shipping-story article:hover img {
  transform: scale(1.035);
}
.shipping-story article:after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(2, 6, 23, 0.93));
}
.shipping-story article > div {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 24px;
  color: #fff;
}
.shipping-story small {
  color: #fdba74;
  font-size: 0.57rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.shipping-story h3 {
  margin: 5px 0;
  font-size: 1.7rem;
  letter-spacing: -0.025em;
}
.shipping-story p {
  max-width: 520px;
  margin: 0;
  color: #cbd5e1;
  font-size: 0.78rem;
}
.section-title h2,
.hero h1,
.order-hero h1,
.shop-hero h1,
.courier-hero h1,
.hiw-hero h1,
.checkout-hero h1 {
  font-weight: 700;
  letter-spacing: -0.035em;
}
.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 {
  margin: 10px 0 0 !important;
  text-align: center;
  color: #64748b !important;
  font-size: 0.62rem !important;
}
.checkout-items-card {
  overflow-x: auto;
}
.checkout-table-head,
.checkout-line {
  min-width: 760px;
  display: grid;
  grid-template-columns: 120px minmax(220px, 1.35fr) 110px minmax(165px, 0.9fr) 44px;
  align-items: center;
  gap: 14px;
}
.checkout-table-head {
  padding: 10px 18px;
  border-bottom: 1px solid var(--line);
  background: #f8fafc;
  color: #64748b;
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.checkout-line {
  padding: 16px 18px;
}
.checkout-line > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.service-cell {
  align-items: flex-start;
}
.service-cell i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 7px;
  border-radius: 11px;
  background: linear-gradient(135deg, #ede9fe, #ffedd5);
  font-size: 1.3rem;
  font-style: normal;
}
.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 {
  overflow: hidden;
  display: -webkit-box;
  margin-top: 3px;
  color: #94a3b8;
  font-size: 0.48rem;
  font-style: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-cell > span {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 7px;
  font-size: 0.6rem;
}
.product-cell > span button {
  width: 23px;
  height: 23px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}
.price-cell b {
  color: var(--dark);
}
.weight-cell b {
  color: var(--purple);
}
.checkout-remove {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #fecaca;
  border-radius: 50%;
  background: #fff1f2;
  color: #be123c;
  font-size: 1.15rem;
}
.checkout-remove:hover {
  background: #be123c;
  color: #fff;
}
.checkout-content-totals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  min-width: 760px;
  padding: 16px 18px;
  background: #f8fafc;
}
.checkout-content-totals span,
.checkout-content-totals strong {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 9px;
  background: #fff;
}
.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 {
  display: flex;
  gap: 10px;
  margin: 0 0 14px;
  padding: 12px;
  border: 1px solid #bfdbfe;
  border-radius: 11px;
  background: #eff6ff;
}
.packaging-allowance > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 9px;
  background: #dbeafe;
}
.packaging-allowance > div {
  display: flex;
  flex-direction: column;
}
.packaging-allowance small {
  color: #1d4ed8;
  font-size: 0.45rem;
  font-weight: 900;
}
.packaging-allowance b {
  font-size: 0.68rem;
}
.packaging-allowance p {
  margin: 2px 0 0;
  color: #64748b;
  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: translateX(-50%);
  }
}
@keyframes gradientShift {
  to {
    background-position: 300% center;
  }
}
@keyframes floatY {
  50% {
    transform: translateY(-8px);
  }
}
@keyframes pulseGlow {
  50% {
    box-shadow:
      0 0 0 7px rgba(249, 115, 22, 0.1),
      0 18px 35px rgba(249, 115, 22, 0.4);
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes bounce {
  50% {
    transform: translateY(-5px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes blink {
  50% {
    opacity: 0.35;
  }
}
@keyframes ringPulse {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: -48;
  }
}
@keyframes deliverySlide1 {
  0% {
    left: -8%;
    opacity: 0;
  }
  15%,
  43% {
    opacity: 1;
  }
  50%,
  100% {
    left: 44%;
    opacity: 0;
  }
}
@keyframes deliverySlide2 {
  0%,
  45% {
    left: 53%;
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95%,
  100% {
    left: 89%;
    opacity: 0;
  }
}
@keyframes transitionRun {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(200%);
  }
}
@keyframes drawerIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: none;
  }
}

@media (max-width: 980px) {
  .category-showcase {
    grid-template-columns: 1fr 1fr;
  }
  .category-window:last-child {
    grid-column: 1/-1;
  }
  .pro-product-modal {
    grid-template-columns: 1fr;
  }
  .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 {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .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 {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .field-grid.five {
    grid-template-columns: repeat(3, 1fr);
  }
  .more-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-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 {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
  }
  .pro-gallery {
    padding: 18px;
  }
  .pro-gallery .modal-visual {
    min-height: 280px;
  }
  .product-logistics > div {
    grid-template-columns: 1fr 1fr;
  }
  .shipping-wallet {
    top: 112px;
    transform: translateX(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 {
    display: none;
  }
  .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 {
    min-height: auto;
    grid-template-columns: 1fr;
    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 {
    top: 25px;
    bottom: 25px;
    left: 35px;
    right: auto;
    width: 3px;
    height: auto;
  }
  .step-card {
    display: grid;
    grid-template-columns: 70px 1fr;
    text-align: left;
    gap: 0 18px;
    padding: 0;
  }
  .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 {
    width: 100%;
    height: 100%;
    max-height: none;
    border-radius: 0;
  }
  .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 {
    grid-template-columns: 1fr;
  }
  .product-entry-grid {
    grid-template-columns: 1fr;
  }
  .dimension-inputs {
    grid-template-columns: repeat(2, 1fr);
  }
  .weight-results {
    grid-template-columns: 1fr;
  }
  .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 {
    display: block;
    height: 42px;
    margin-bottom: 13px;
    border: 1px solid #fed7aa;
    border-radius: 10px;
    background: var(--orange-light);
    color: var(--orange-dark);
    font-weight: 900;
  }
  .filter-panel {
    position: fixed;
    inset: 0;
    top: 0;
    z-index: 4000;
    display: none;
    overflow: auto;
    border-radius: 0;
    padding: 28px;
  }
  .filter-panel.mobile-open {
    display: block;
  }
  .filter-close {
    display: grid;
    place-items: center;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #f1f5f9;
    font-size: 1.3rem;
  }
  .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 {
    width: 100%;
    height: 100%;
    border-radius: 0;
    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 {
    grid-template-columns: 1fr;
  }
  .courier-sidebar {
    grid-template-columns: 1fr;
  }
  .restricted > .shell {
    grid-template-columns: 1fr;
  }
  .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;
    padding-left: 55px;
    margin-bottom: 50px;
  }
  .vertical-timeline article.reverse .timeline-copy,
  .vertical-timeline article.reverse .timeline-art {
    grid-column: 1;
    grid-row: auto;
  }
  .vertical-timeline article > em {
    left: 21px;
    top: 40px;
  }
  .timeline-copy {
    grid-row: 1;
  }
  .timeline-art {
    grid-row: 2 !important;
    min-height: 220px;
  }
  .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 (max-width: 480px) {
  .category-mini-grid {
    grid-template-columns: 1fr;
  }
  .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: translateX(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 {
    width: 46px;
    padding: 0;
    justify-content: center;
  }
  .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 {
    font-size: 0;
    width: 38px;
  }
  .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 {
    grid-template-columns: 1fr;
  }
  .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 {
    flex-direction: row;
    gap: 12px;
    text-align: left;
  }
  .flow-steps span {
    margin-top: 0;
  }
  .hiw-hero h1 {
    font-size: 3.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Public tracking and postcode-verified rate feedback */
.tracking-lookup-bg {
  z-index: 6000;
}
.tracking-lookup {
  position: relative;
  width: min(92vw, 620px);
  padding: 34px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px #0f172a55;
}
.tracking-lookup > small {
  color: var(--orange);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.tracking-lookup h2 {
  margin: 8px 0;
  font:
    800 2rem Georgia,
    serif;
  color: #172033;
}
.tracking-lookup > p {
  color: #64748b;
  line-height: 1.65;
}
.tracking-lookup form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
  margin: 20px 0;
}
.tracking-lookup form input {
  height: 48px;
  padding: 0 14px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
}
.lookup-result,
.lookup-empty {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 18px;
  border-radius: 14px;
  background: #f8fafc;
}
.lookup-result > div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.lookup-result > div small {
  margin-left: auto;
  color: #64748b;
}
.lookup-result > strong {
  font-size: 1.05rem;
}
.lookup-result > p {
  margin: 0;
  color: #64748b;
}
.lookup-result > span {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #e2e8f0;
  font-size: 0.78rem;
}
.lookup-result > button {
  align-self: flex-start;
  border: 0;
  background: none;
  color: #7c3aed;
  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 {
  font-size: 0.9rem;
  color: #9a3412;
}
.checkout-rate-audit {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
  margin: 13px 0;
  padding: 11px;
  border: 1px solid #bbf7d0;
  border-radius: 10px;
  background: #ecfdf5;
  color: #166534;
}
.checkout-rate-audit span {
  font-size: 0.68rem;
  font-weight: 900;
}
.checkout-rate-audit b {
  font-size: 0.68rem;
}
.checkout-rate-audit small {
  grid-column: 1/-1;
  color: #475569;
  font-size: 0.55rem;
}
.checkout-rate-audit.blocked {
  border-color: #fed7aa;
  background: #fff7ed;
  color: #9a3412;
}
@media (max-width: 600px) {
  .tracking-lookup {
    padding: 25px 18px;
  }
  .tracking-lookup form {
    grid-template-columns: 1fr;
  }
  .lookup-result > div {
    align-items: flex-start;
    flex-direction: column;
  }
  .lookup-result > div small {
    margin-left: 0;
  }
}

/* Refined connected homepage system */
body {
  font-family: Inter, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: -0.005em;
}
h1,
h2,
h3,
h4,
.section-title h2,
.service-body h3,
.step-card h3,
.benefit-grid h3 {
  font-family: Inter, "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 750;
  letter-spacing: -0.035em;
}
.section {
  padding: 58px 0;
}
.section-title {
  margin-bottom: 14px;
}
.section-title .eyebrow {
  padding: 6px 12px;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}
.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 {
  max-width: 720px;
  margin: -2px auto 28px;
  color: #475569;
  font-size: 1rem;
  line-height: 1.7;
}
.title-bar {
  width: 48px;
  height: 3px;
}
.logo-lockup {
  display: inline-flex;
  width: 148px;
  height: 42px;
  align-items: center;
}
.logo-lockup img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-lockup.light {
  width: 156px;
}
.logo-lockup.light img {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}
.logo-button {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.nav-inner {
  height: 74px;
  gap: 14px;
}
.desktop-nav {
  gap: 5px;
  padding: 4px;
  border: 1px solid #e8edf4;
  border-radius: 15px;
  background: #f8fafc;
}
.desktop-nav button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 11px;
  border-radius: 10px;
  color: #475569;
  font-size: 0.73rem;
  font-weight: 760;
}
.desktop-nav button i {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #fff;
  color: #7c3aed;
  font-size: 0.68rem;
  font-style: normal;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}
.desktop-nav button:hover {
  background: #fff;
  color: #ea580c;
}
.desktop-nav button.active {
  color: #fff;
  background: linear-gradient(135deg, #f97316, #7c3aed);
  box-shadow: 0 6px 16px rgba(124, 58, 237, 0.18);
}
.desktop-nav button.active i {
  color: #ea580c;
}
.desktop-nav button.active:after {
  display: none;
}
.nav-actions {
  gap: 7px;
}
.nav-signup {
  padding: 0 13px;
}
.hero {
  min-height: 630px;
}
.hero-grid {
  min-height: 630px;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  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 {
  max-width: 600px;
  color: #d3dcea;
  font-size: 1rem;
  line-height: 1.72;
}
.hero-map {
  animation: none;
}
.hero-showcase {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 26px;
  background: #071224;
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.32);
}
.showcase-stage {
  position: relative;
  height: 405px;
  overflow: hidden;
  animation: showcaseReveal 0.55s ease both;
}
.showcase-stage > .map-card {
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.showcase-stage > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showcase-shade {
  position: absolute;
  inset: 42% 0 0;
  background: linear-gradient(transparent, rgba(2, 6, 23, 0.94));
}
.showcase-copy {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 20px;
}
.showcase-copy small {
  color: #fdba74;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}
.showcase-copy h3 {
  margin: 5px 0 4px;
  color: #fff;
  font-size: 1.34rem;
}
.showcase-copy p {
  max-width: 420px;
  margin: 0;
  color: #cbd5e1;
  font-size: 0.7rem;
  line-height: 1.5;
}
.showcase-controls {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #243147;
}
.showcase-controls button {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 1px;
  border: 0;
  padding: 9px 10px;
  background: #0b1729;
  color: #64748b;
  text-align: left;
}
.showcase-controls button span {
  font-size: 0.47rem;
}
.showcase-controls button b {
  overflow: hidden;
  color: #94a3b8;
  font-size: 0.47rem;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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 {
  align-items: flex-start;
  flex-direction: column;
  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 {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto 18px;
  color: #64748b;
  font-size: 0.55rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}
.service-network i {
  height: 1px;
  background: linear-gradient(90deg, #fb923c, #8b5cf6);
}
.service-network b {
  color: #7c3aed;
}
.service-grid {
  position: relative;
  gap: 16px;
}
.service-card {
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.075);
}
.service-art {
  height: 174px;
  justify-content: initial;
}
.service-art:before {
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(2, 6, 23, 0.02),
    rgba(2, 6, 23, 0.72)
  );
  opacity: 1;
}
.service-art > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.service-card:hover .service-art > img {
  transform: scale(1.04);
}
.service-art > small,
.service-art > b {
  z-index: 2;
}
.service-art > small {
  background: rgba(2, 6, 23, 0.68);
  backdrop-filter: blur(8px);
}
.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 {
  margin-top: 18px;
  padding: 19px 22px;
  border-radius: 17px;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.combine-banner h3 {
  font-size: 1.14rem;
}
.combine-banner p {
  font-size: 0.68rem;
}
.combine-flow > span {
  width: 68px;
  height: 52px;
  border-radius: 10px;
  font-size: 1rem;
}
.combine-flow small {
  font-size: 0.45rem;
}
.shipping-story {
  padding: 6px 0 12px;
}
.shipping-story-grid {
  gap: 16px;
}
.shipping-story article {
  min-height: 235px;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
}
.shipping-story img {
  min-height: 235px;
}
.shipping-story article > div {
  left: 20px;
  right: 20px;
  bottom: 18px;
}
.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 {
  padding: 54px 0;
  background: radial-gradient(
      circle at 15% 20%,
      rgba(249, 115, 22, 0.16),
      transparent 26%
    ),
    linear-gradient(135deg, #0f172a, #1e1b4b);
}
.why-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 52px;
  align-items: center;
}
.why-intro .section-title {
  text-align: left;
}
.why-intro .section-title h2 {
  margin-left: 0;
}
.why-intro .title-bar {
  margin-left: 0;
}
.why-intro > p {
  max-width: 470px;
  margin: 16px 0;
  color: #cbd5e1;
  font-size: 0.9rem;
  line-height: 1.7;
}
.why-proof {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: #94a3b8;
  font-size: 0.58rem;
}
.why-proof strong {
  color: #fff;
  font-size: 1.1rem;
}
.why-proof i {
  color: #fb923c;
  font-style: normal;
}
.problem-section .benefit-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
.problem-section .benefit-grid article {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 17px 19px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.075);
}
.problem-section .benefit-grid article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(249, 115, 22, 0.13);
  color: #fb923c;
  font-size: 0.64rem;
}
.problem-section .benefit-grid article > div {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
.problem-section .benefit-grid h3 {
  margin: 0 0 3px;
  color: #fff;
  font-size: 0.96rem;
}
.problem-section .benefit-grid p {
  min-height: 0;
  margin: 0;
  color: #b7c2d3;
  font-size: 0.7rem;
  line-height: 1.5;
}
.problem-section .benefit-grid article > b {
  padding: 5px 7px;
  border-radius: 6px;
  background: rgba(124, 58, 237, 0.18);
  color: #c4b5fd;
  font-size: 0.47rem;
  letter-spacing: 0.08em;
}
.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 {
  position: absolute;
  z-index: 3;
  left: 13px;
  bottom: 11px;
  width: 96px;
  height: 58px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 11px;
  background: #0f172a;
  box-shadow: 0 9px 22px rgba(2, 6, 23, 0.4);
  transform: rotate(-2deg);
  transition: transform 0.3s ease;
}
.service-inset img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-card:hover .service-inset {
  transform: rotate(0) translateY(-3px);
}
.service-art > b {
  max-width: 150px;
  text-align: right;
  text-shadow: 0 2px 8px rgba(2, 6, 23, 0.75);
}
@keyframes showcaseReveal {
  from {
    opacity: 0.2;
    transform: scale(1.015);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .desktop-nav,
  .login-link {
    display: none;
  }
  .menu-button {
    display: block;
  }
}
@media (max-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 {
    text-align: center;
  }
  .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 (max-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 {
    display: block;
    margin-top: 12px;
  }
  .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 {
    grid-template-columns: 1fr;
    text-align: center;
    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 (max-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;
  }
}

/* Compact shipping proof cards with homepage rate checker */
.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 {
  min-height: 218px;
  height: 218px;
}
.shipping-story .shipping-story-photo > div {
  left: 17px;
  right: 17px;
  bottom: 15px;
}
.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 {
  min-height: 218px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 17px 18px;
  border: 1px solid #ddd6fe;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff 0%, #faf8ff 58%, #fff7ed 100%);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
  color: #0f172a;
}
.shipping-story .shipping-rate-card:after {
  display: none;
}
.shipping-story .shipping-rate-card > div {
  position: static;
  inset: auto;
  color: inherit;
}
.rate-card-heading {
  display: flex;
  align-items: center;
  gap: 11px;
}
.rate-card-heading > span {
  flex: none;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: linear-gradient(135deg, #f97316, #7c3aed);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 7px 17px rgba(124, 58, 237, 0.18);
}
.shipping-story .rate-card-heading small {
  color: #7c3aed;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.rate-card-heading h3 {
  margin: 1px 0 2px;
  font-size: 1.05rem;
  letter-spacing: -0.025em;
}
.rate-card-heading p {
  margin: 0;
  color: #64748b;
  font-size: 0.58rem;
  line-height: 1.4;
}
.home-rate-fields {
  display: grid;
  grid-template-columns: 1.05fr 1fr 0.7fr;
  gap: 8px;
}
.home-rate-fields label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #475569;
  font-size: 0.5rem;
  font-weight: 850;
  letter-spacing: 0.03em;
}
.home-rate-fields input,
.home-rate-fields select {
  width: 100%;
  height: 35px;
  min-width: 0;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 0 9px;
  outline: 0;
  background: #fff;
  color: #0f172a;
  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 rgba(124, 58, 237, 0.09);
}
.home-rate-result {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 48px;
  padding: 8px 11px;
  border-radius: 10px;
}
.home-rate-result > span {
  display: flex;
  flex-direction: column;
}
.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 {
  border: 1px solid #bbf7d0;
  background: #ecfdf5;
  color: #166534;
}
.home-rate-result.blocked {
  display: grid !important;
  gap: 2px;
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #9a3412;
  font-size: 0.62rem;
  font-weight: 850;
}
.home-rate-prompt {
  min-height: 38px;
  display: grid !important;
  place-items: center;
  padding: 7px 10px;
  border: 1px dashed #cbd5e1;
  border-radius: 9px;
  color: #64748b !important;
  background: #fff;
  font-size: 0.55rem;
}
.home-rate-link {
  align-self: flex-end;
  margin-top: auto;
  border: 0;
  background: none;
  color: #7c3aed;
  font-size: 0.57rem;
  font-weight: 900;
}
.home-rate-link span {
  color: #f97316;
}
@media (max-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 {
    min-height: 205px;
    height: 205px;
  }
}
@media (max-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 {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-rate-link {
    align-self: flex-start;
  }
}

/* Connected customer and commercial invoicing */
.invoice-portal-layout,
.admin-invoice-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}
.invoice-selector,
.invoice-admin-list {
  position: sticky;
  top: 86px;
  padding: 19px;
}
.invoice-selector > small,
.invoice-admin-list > div > small {
  color: #7c3aed;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.invoice-selector h2,
.invoice-admin-list h2 {
  margin: 4px 0 7px;
  font-size: 1.18rem;
}
.invoice-selector > p,
.invoice-admin-list > div > p {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 0.61rem;
  line-height: 1.55;
}
.invoice-selector > button,
.invoice-admin-list > button {
  width: 100%;
  display: grid;
  grid-template-columns: 30px 1fr auto;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
  padding: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  text-align: left;
}
.invoice-selector > button > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f5f3ff;
  color: #7c3aed;
}
.invoice-selector button div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.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 {
  padding: 4px 6px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #166534;
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 900;
}
.invoice-selector > button.active,
.invoice-admin-list > button.active {
  border-color: #c4b5fd;
  background: #faf5ff;
  box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.07);
}
.invoice-viewer,
.invoice-admin-workspace {
  min-width: 0;
}
.invoice-toolbar,
.invoice-admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 10px;
  padding: 10px 13px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
}
.invoice-toolbar > div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.document-access {
  padding: 5px 7px;
  border-radius: 6px;
  font-size: 0.47rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.document-access.customer {
  background: #ecfdf5;
  color: #166534;
}
.invoice-document {
  width: 100%;
  overflow: hidden;
  border: 1px solid #dbe2ea;
  border-radius: 16px;
  background: #fff;
  color: #172033;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}
.invoice-doc-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 30px 22px;
  border-bottom: 4px solid #f97316;
  background: linear-gradient(135deg, #fff, #faf7ff);
}
.invoice-doc-head > div {
  display: flex;
  flex-direction: column;
}
.invoice-brand {
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: -0.09em;
  color: #f97316;
}
.invoice-brand span {
  color: #2877d2;
}
.invoice-doc-head > div:first-child > small {
  color: #64748b;
  font-size: 0.49rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.invoice-doc-head > div:last-child {
  align-items: flex-end;
}
.invoice-doc-head h2 {
  margin: 3px 0 1px;
  font-size: 1.32rem;
  letter-spacing: 0.04em;
}
.invoice-doc-head > div:last-child > em {
  padding: 4px 8px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.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 {
  border-bottom-color: #7c3aed;
  background: linear-gradient(135deg, #f8fafc, #f5f3ff);
}
.invoice-meta,
.commercial-parties {
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr;
  gap: 16px;
  padding: 20px 30px;
  background: #f8fafc;
}
.invoice-meta > section,
.commercial-parties > section {
  display: flex;
  flex-direction: column;
  color: #475569;
  font-size: 0.58rem;
  line-height: 1.55;
}
.invoice-meta section > small,
.commercial-parties section > small {
  margin-bottom: 5px;
  color: #7c3aed;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}
.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 {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.invoice-service-sections {
  padding: 19px 30px;
}
.invoice-service-block {
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 11px;
}
.invoice-service-title {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  background: #f8fafc;
}
.invoice-service-title > span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 7px rgba(15, 23, 42, 0.08);
}
.invoice-service-title h3 {
  margin: 0;
  font-size: 0.72rem;
}
.invoice-service-title small {
  display: block;
  margin-top: 1px;
  color: #64748b;
  font-size: 0.48rem;
}
.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 {
  display: grid;
  grid-template-columns: minmax(260px, 2fr) 0.35fr 0.65fr 0.75fr 0.75fr;
  align-items: center;
  gap: 10px;
  padding: 8px 11px;
}
.invoice-line-head {
  background: #172033;
  color: #fff;
  font-size: 0.46rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.invoice-line {
  border-top: 1px solid #eef2f7;
  color: #334155;
  font-size: 0.57rem;
}
.invoice-line > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.invoice-line > span:first-child > b {
  color: #7c3aed;
  font-size: 0.48rem;
}
.invoice-line > span:first-child > strong {
  margin: 1px 0;
  color: #0f172a;
  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 {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 25px;
  padding: 0 30px 23px;
}
.invoice-notes {
  padding: 13px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}
.invoice-notes small {
  color: #7c3aed;
  font-size: 0.47rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.invoice-notes p {
  margin: 5px 0 0;
  color: #64748b;
  font-size: 0.52rem;
  line-height: 1.55;
}
.invoice-totals {
  display: flex;
  flex-direction: column;
}
.invoice-totals > span {
  display: flex;
  justify-content: space-between;
  padding: 6px 2px;
  border-bottom: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.56rem;
}
.invoice-totals em {
  padding: 2px 5px;
  border-radius: 5px;
  background: #f5f3ff;
  color: #7c3aed;
  font-size: 0.43rem;
  font-style: normal;
}
.invoice-totals > strong {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  padding: 10px;
  border-radius: 9px;
  background: #172033;
  color: #fff;
  font-size: 0.66rem;
}
.invoice-totals > strong b {
  color: #fdba74;
  font-size: 0.85rem;
}
.invoice-totals > small {
  margin-top: 5px;
  color: #64748b;
  font-size: 0.47rem;
}
.invoice-document > footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 30px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 0.47rem;
}
.invoice-admin-list > button {
  grid-template-columns: 1fr auto;
  padding: 11px;
}
.invoice-admin-list button > span {
  grid-column: 1/-1;
  color: #7c3aed;
  font-size: 0.52rem;
  font-weight: 900;
}
.invoice-admin-list button > b {
  font-size: 0.65rem;
}
.invoice-admin-list button > small {
  grid-column: 1/-1;
  color: #64748b;
  font-size: 0.5rem;
}
.invoice-admin-toolbar > div:last-child {
  display: flex;
  gap: 7px;
}
.invoice-doc-tabs {
  display: flex;
  gap: 4px;
  padding: 3px;
  border-radius: 10px;
  background: #f1f5f9;
}
.invoice-doc-tabs button {
  border: 0;
  border-radius: 7px;
  padding: 8px 11px;
  background: transparent;
  color: #64748b;
  font-size: 0.58rem;
  font-weight: 900;
}
.invoice-doc-tabs button span {
  margin-left: 4px;
  padding: 2px 4px;
  border-radius: 4px;
  background: #ede9fe;
  color: #7c3aed;
  font-size: 0.4rem;
}
.invoice-doc-tabs button.active {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 2px 7px rgba(15, 23, 42, 0.08);
}
.invoice-finance-editor {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-bottom: 10px;
  padding: 12px;
}
.invoice-finance-editor label,
.commercial-controls label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #64748b;
  font-size: 0.48rem;
  font-weight: 900;
}
.invoice-finance-editor input,
.invoice-finance-editor select,
.commercial-controls select {
  height: 34px;
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  padding: 0 8px;
  font-size: 0.58rem;
}
.commercial-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 13px;
}
.commercial-controls > div {
  margin-right: auto;
}
.commercial-controls small {
  color: #7c3aed;
  font-size: 0.48rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.commercial-controls h3 {
  margin: 2px 0;
  font-size: 0.8rem;
}
.commercial-controls p {
  margin: 0;
  color: #64748b;
  font-size: 0.5rem;
}
.commercial-table {
  overflow-x: auto;
  padding: 20px 18px 8px;
}
.commercial-head,
.commercial-row {
  min-width: 820px;
  display: grid;
  grid-template-columns: 42px minmax(280px, 2fr) 100px 90px 72px 48px 100px 32px;
  align-items: center;
  gap: 7px;
}
.commercial-head {
  padding: 8px;
  background: #172033;
  color: #fff;
  font-size: 0.43rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.commercial-row {
  padding: 9px 8px;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.51rem;
}
.commercial-row > span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}
.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 {
  width: 100%;
  min-width: 0;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  padding: 5px;
  background: #fff;
  font-size: 0.48rem;
}
.commercial-row textarea {
  height: 34px;
  resize: vertical;
}
.commercial-logistics {
  display: flex !important;
  flex-direction: column;
  gap: 2px;
  margin-top: 4px;
  padding: 6px 7px;
  border: 1px solid #dbeafe;
  border-radius: 6px;
  background: #eff6ff;
}
.commercial-logistics small {
  color: #1d4ed8 !important;
  font-size: 0.4rem !important;
  font-weight: 900;
  letter-spacing: 0.045em;
}
.commercial-logistics b {
  color: #334155;
  font-size: 0.46rem;
  font-weight: 750;
}
.hs-warning {
  color: #dc2626 !important;
}
.invoice-remove-line {
  width: 25px;
  height: 25px;
  border: 0;
  border-radius: 50%;
  background: #fff1f2;
  color: #e11d48;
  font-weight: 900;
}
.commercial-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 12px 28px 25px;
}
.commercial-summary > section {
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.commercial-summary > section > small {
  color: #7c3aed;
  font-size: 0.47rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.commercial-summary > section:first-child > div {
  display: grid;
  grid-template-columns: 1fr repeat(3, auto);
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.5rem;
}
.commercial-summary p {
  color: #64748b;
  font-size: 0.5rem;
  line-height: 1.5;
}
.commercial-summary > section:nth-child(2) > span {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 0.52rem;
}
.signature-line {
  margin-top: 22px;
  padding-top: 6px;
  border-top: 1px solid #64748b;
  color: #64748b;
  font-size: 0.46rem;
}
@media (max-width: 1100px) {
  .invoice-portal-layout,
  .admin-invoice-layout {
    grid-template-columns: 1fr;
  }
  .invoice-selector,
  .invoice-admin-list {
    position: static;
  }
  .invoice-selector {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
  .invoice-selector > small,
  .invoice-selector > h2,
  .invoice-selector > p {
    grid-column: 1/-1;
  }
  .invoice-selector > button {
    margin: 0;
  }
  .invoice-admin-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }
  .invoice-admin-list > div {
    grid-column: 1/-1;
  }
  .invoice-admin-list > button {
    margin: 0;
  }
  .invoice-finance-editor {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-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 {
    align-items: stretch;
    flex-direction: column;
  }
  .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 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .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%;
  }
}

/* Shared searchable address fields */
.smart-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 15px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #fbfcff);
}
.smart-address-grid label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
  color: #334155;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.015em;
}
.smart-address-grid .full {
  grid-column: 1/-1;
}
.smart-address-grid input,
.smart-address-grid .smart-geo-input {
  width: 100%;
  height: 42px;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  padding: 0 11px;
  outline: 0;
  background: #fff;
  color: #0f172a;
  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 rgba(124, 58, 237, 0.09);
}
.smart-address-grid .stdropdown-container {
  height: 42px;
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  background: #fff;
  font-family: Inter, "Avenir Next", "Segoe UI", sans-serif;
}
.smart-address-grid .stdropdown-input {
  height: 100%;
  box-sizing: border-box;
  padding: 0 5px 0 0;
}
.smart-address-grid .stdropdown-input input {
  height: 40px !important;
  border: 0 !important;
  padding: 0 10px !important;
  background: transparent !important;
  box-shadow: none !important;
  font:
    650 0.67rem/1 Inter,
    "Avenir Next",
    "Segoe UI",
    sans-serif !important;
}
.smart-address-grid .stdropdown-tools svg {
  width: 15px;
  height: 15px;
  fill: #64748b;
}
.smart-address-grid .stdropdown-menu {
  z-index: 120;
  max-height: 220px;
  margin-top: 2px;
  border-color: #dbe2ea;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
}
.smart-address-grid .stdropdown-item {
  padding: 9px 11px;
  color: #334155;
  font-size: 0.63rem;
  font-weight: 650;
}
.smart-address-grid .stdropdown-item:hover {
  background: #f5f3ff;
  color: #6d28d9;
}
.smart-address-grid .stdropdown-item.selected {
  background: #7c3aed;
  color: #fff;
}
.address-search-wrap {
  position: relative;
  display: block;
}
.address-search-wrap > input {
  display: block;
}
.address-suggestions {
  position: absolute;
  z-index: 130;
  top: 47px;
  left: 0;
  right: 0;
  display: flex;
  max-height: 240px;
  overflow: auto;
  flex-direction: column;
  padding: 5px;
  border: 1px solid #dbe2ea;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.18);
}
.address-suggestions button {
  display: flex;
  flex-direction: column;
  gap: 3px;
  border: 0;
  border-radius: 7px;
  padding: 9px 10px;
  background: #fff;
  color: #0f172a;
  text-align: left;
  font-size: 0.63rem;
  font-weight: 750;
}
.address-suggestions button:hover {
  background: #f5f3ff;
}
.address-suggestions small {
  color: #7c3aed;
  font-size: 0.46rem;
  font-weight: 850;
}
.address-assist,
.address-source {
  margin: 0;
  color: #64748b;
  font-size: 0.49rem;
  font-weight: 600;
  line-height: 1.5;
}
.address-assist {
  color: #7c3aed;
}
.address-source {
  padding-top: 2px;
}
@media (max-width: 680px) {
  .smart-address-grid {
    grid-template-columns: 1fr;
  }
  .smart-address-grid .full {
    grid-column: auto;
  }
}

/* Readability, policy pages and shipment-safety experience */
.site-root p {
  font-size: clamp(0.8rem, 0.76vw, 0.94rem) !important;
  line-height: 1.65 !important;
}
.site-root small {
  font-size: clamp(0.61rem, 0.58vw, 0.72rem) !important;
  line-height: 1.4;
}
.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 {
  font-size: 0.62rem !important;
  line-height: 1.4;
}
.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 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 9px;
  border: 1px solid #c4b5fd;
  border-radius: 12px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #faf5ff, #fff7ed);
  color: #6d28d9;
  font-weight: 900;
  text-align: left;
}
.faq-explore i {
  color: #ea580c;
  font-style: normal;
  white-space: nowrap;
}
.courier-safety-card {
  overflow: hidden;
  border-color: #fecaca !important;
  background: linear-gradient(145deg, #fff, #fff7ed) !important;
}
.side-head.safety {
  background: linear-gradient(135deg, #991b1b, #ea580c);
  color: #fff;
}
.courier-safety-card > p {
  margin: 14px 14px 9px !important;
  color: #475569;
}
.courier-safety-card > small {
  display: block;
  margin: 0 14px 7px;
  color: #b91c1c;
  font-weight: 900;
  letter-spacing: 0.09em;
}
.prohibited-mini {
  display: grid;
  gap: 6px;
  padding: 0 12px 11px;
}
.prohibited-mini span {
  display: grid;
  grid-template-columns: 27px 1fr;
  align-items: center;
  gap: 7px;
  border: 1px solid #fee2e2;
  border-radius: 8px;
  padding: 7px;
  background: #fff7f7;
  color: #7f1d1d;
  font-weight: 750;
}
.prohibited-mini i {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 7px;
  background: #fee2e2;
  font-style: normal;
}
.courier-safety-card > button {
  width: calc(100% - 24px);
  margin: 0 12px 12px;
  border: 0;
  border-radius: 8px;
  padding: 10px;
  background: #172033;
  color: #fff;
  font-weight: 850;
  text-align: left;
}
.restricted article button {
  margin-top: 8px;
  border: 0;
  background: none;
  color: #7c3aed;
  font-weight: 900;
}
.wallet-box-icon {
  position: relative !important;
  display: block !important;
  width: 34px !important;
  height: 29px !important;
  margin: 0 auto 3px !important;
  border: 2px solid #fff !important;
  border-radius: 4px !important;
  background: linear-gradient(135deg, #f97316, #7c3aed) !important;
  box-shadow: 0 5px 12px rgba(15, 23, 42, 0.25) !important;
  transform: perspective(30px) rotateX(-3deg) !important;
}
.wallet-box-icon:before,
.wallet-box-icon:after {
  content: "";
  position: absolute;
  top: -7px;
  width: 17px;
  height: 8px;
  border: 2px solid #fff;
  background: #fdba74;
}
.wallet-box-icon:before {
  left: -2px;
  transform: skewY(-20deg);
}
.wallet-box-icon:after {
  right: -2px;
  transform: skewY(20deg);
}
.wallet-box-icon i {
  position: absolute;
  inset: 5px 3px 3px;
  display: grid;
  place-items: center;
  border-radius: 2px;
  background: #fff;
  color: #6d28d9;
  font-size: 0.48rem;
  font-style: normal;
  font-weight: 1000;
}

.content-page {
  background: #f8fafc;
  color: #172033;
}
.content-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 70px;
  background: radial-gradient(
      circle at 82% 20%,
      rgba(124, 58, 237, 0.25),
      transparent 26%
    ),
    radial-gradient(
      circle at 15% 85%,
      rgba(249, 115, 22, 0.18),
      transparent 25%
    ),
    #0d1729;
  color: #fff;
}
.content-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.1) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
  mask-image: linear-gradient(to right, transparent, #000);
}
.content-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 240px;
  align-items: center;
  gap: 60px;
}
.content-hero-grid > div:first-child > span {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.08);
  color: #fdba74;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.content-hero h1 {
  max-width: 850px;
  margin: 17px 0 13px;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}
.content-hero h1 em {
  display: block;
  color: #c4b5fd;
  font-style: normal;
}
.content-hero p {
  max-width: 700px;
  margin: 0;
  color: #cbd5e1 !important;
  font-size: 1rem !important;
}
.content-hero-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 42px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.03)
  );
  font-size: 5.2rem;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  transform: rotate(5deg);
}
.content-hero-icon i {
  position: absolute;
  right: -16px;
  bottom: -14px;
  width: 58px;
  height: 58px;
  border: 6px solid #0d1729;
  border-radius: 50%;
  background: linear-gradient(135deg, #f97316, #7c3aed);
}
.content-cta {
  margin-top: 70px;
  padding: 35px 0;
  background: linear-gradient(135deg, #6d28d9, #4c1d95 60%, #9a3412);
  color: #fff;
}
.content-cta .shell {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 16px;
}
.content-cta small {
  color: #fdba74 !important;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.content-cta h2 {
  margin: 4px 0;
  font-size: 1.55rem;
}
.content-cta p {
  margin: 0;
  color: #ddd6fe !important;
}
.content-cta button,
.content-cta a {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 12px 15px;
  background: #fff;
  color: #6d28d9;
  font-weight: 900;
}
.content-cta a {
  background: transparent;
  color: #fff;
}
.about-origin {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 55px;
  padding-top: 68px;
  padding-bottom: 50px;
}
.about-origin small,
.delivery-grid > div:first-child small,
.commitments small,
.about-way small {
  color: #7c3aed;
  font-weight: 900;
  letter-spacing: 0.11em;
}
.about-origin h2,
.delivery-grid > div:first-child h2,
.commitments h2,
.about-way h2 {
  margin: 6px 0;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  letter-spacing: -0.04em;
}
.about-origin > p {
  margin: 0;
  color: #475569 !important;
}
.value-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-bottom: 66px;
}
.value-pillars article {
  min-height: 210px;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}
.value-pillars article > span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 13px;
  background: #f5f3ff;
  color: #7c3aed;
  font-size: 1.35rem;
}
.value-pillars h2 {
  margin: 18px 0 6px;
  font-size: 1.28rem;
}
.value-pillars p {
  margin: 0;
  color: #64748b !important;
}
.about-way {
  padding: 62px 0;
  background: #121c31;
  color: #fff;
}
.about-way-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 55px;
  align-items: center;
}
.about-way p {
  color: #cbd5e1 !important;
}
.about-way button {
  margin-top: 15px;
  border: 0;
  border-radius: 10px;
  padding: 12px 16px;
  background: #f97316;
  color: #fff;
  font-weight: 900;
}
.about-way-grid > div:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.about-way-grid article {
  display: grid;
  grid-template-columns: 39px 1fr;
  gap: 10px;
  border: 1px solid #334155;
  border-radius: 13px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.035);
}
.about-way-grid article > b {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #7c3aed;
  color: #fff;
}
.about-way-grid article strong {
  font-size: 0.86rem;
}
.about-way-grid article p {
  margin: 3px 0 0 !important;
}
.delivery-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 13px;
  padding-top: 66px;
  padding-bottom: 66px;
}
.delivery-grid > div:first-child {
  grid-row: span 2;
  padding: 25px 35px 25px 0;
}
.delivery-grid article {
  display: flex;
  gap: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px;
  background: #fff;
}
.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 {
  display: grid;
  grid-template-columns: 0.8fr 1fr auto;
  align-items: center;
  gap: 25px;
  border: 1px solid #fed7aa;
  border-radius: 20px;
  padding: 28px 32px;
  background: #fff7ed;
}
.commitments p {
  margin: 0;
  color: #7c2d12 !important;
}
.commitments a {
  border-radius: 10px;
  padding: 12px;
  background: #172033;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}
.policy-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
  gap: 30px;
  padding-top: 62px;
}
.policy-layout > aside {
  position: sticky;
  top: 85px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
}
.policy-layout aside > small {
  color: #7c3aed;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.policy-layout aside h2 {
  margin: 5px 0;
}
.policy-layout aside p {
  color: #64748b !important;
}
.policy-layout nav {
  display: flex;
  max-height: 430px;
  overflow: auto;
  flex-direction: column;
  border-top: 1px solid #e2e8f0;
  padding-top: 10px;
}
.policy-layout nav a {
  padding: 6px 0;
  color: #475569;
}
.policy-layout nav a:hover {
  color: #7c3aed;
}
.policy-lead {
  border-left: 4px solid #f97316;
  border-radius: 0 13px 13px 0;
  padding: 19px 22px;
  background: #fff7ed;
}
.policy-lead b {
  color: #9a3412;
}
.policy-lead p {
  margin: 7px 0 0;
  color: #7c2d12 !important;
}
.policy-content > section,
.simple-legal > div:last-child > section {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 15px;
  border-bottom: 1px solid #e2e8f0;
  padding: 27px 0;
  scroll-margin-top: 90px;
}
.policy-content > section > span,
.simple-legal > div:last-child > section > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ede9fe;
  color: #6d28d9;
  font-weight: 900;
}
.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 {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 19px;
  color: #475569;
}
.prohibition-notice {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  border: 1px solid #fecaca;
  border-radius: 16px;
  padding: 18px 22px;
  background: #fff1f2;
}
.prohibition-notice > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: #b91c1c;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
}
.prohibition-notice h2 {
  margin: 0;
  color: #7f1d1d;
}
.prohibition-notice p {
  margin: 3px 0 0;
  color: #991b1b !important;
}
.prohibition-notice button {
  border: 0;
  border-radius: 9px;
  padding: 11px 13px;
  background: #172033;
  color: #fff;
  font-weight: 900;
}
.prohibited-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-top: 26px;
}
.prohibited-grid article {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}
.prohibited-grid article.red {
  border-color: #fecaca;
}
.prohibited-grid article.amber {
  border-color: #fed7aa;
}
.prohibited-grid header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 17px 19px;
  background: #f8fafc;
}
.prohibited-grid .red header {
  background: #fff1f2;
}
.prohibited-grid .amber header {
  background: #fff7ed;
}
.prohibited-grid header > span {
  font-size: 1.7rem;
}
.prohibited-grid header small {
  color: #b91c1c !important;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.prohibited-grid .amber header small {
  color: #9a3412 !important;
}
.prohibited-grid h2 {
  margin: 2px 0 0;
  font-size: 1.05rem;
}
.prohibited-grid ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 17px 22px 20px 38px;
  color: #475569;
}
.allowed-check {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
  margin-top: 26px;
  border-radius: 17px;
  padding: 26px 30px;
  background: #172033;
  color: #fff;
}
.allowed-check small {
  color: #fdba74 !important;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.allowed-check h2 {
  margin: 4px 0;
}
.allowed-check p {
  margin: 0;
  color: #cbd5e1 !important;
}
.allowed-check a {
  border-radius: 10px;
  padding: 12px 15px;
  background: #f97316;
  color: #fff;
  font-weight: 900;
}
.faq-search {
  padding: 25px 0;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}
.faq-search .shell {
  display: flex;
  align-items: center;
  gap: 20px;
}
.faq-search label {
  position: relative;
  flex: 1;
}
.faq-search label span {
  position: absolute;
  left: 15px;
  top: 11px;
  color: #7c3aed;
  font-size: 1rem;
}
.faq-search input {
  width: 100%;
  height: 46px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0 15px 0 43px;
  outline: 0;
  background: #f8fafc;
}
.faq-search input:focus {
  border-color: #7c3aed;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}
.faq-search p {
  margin: 0;
  color: #64748b !important;
  white-space: nowrap;
}
.faq-library {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 18px;
  padding-top: 45px;
}
.faq-library > section {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}
.faq-library > section > header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #f5f3ff, #fff7ed);
}
.faq-library > section > header > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #7c3aed;
  color: #fff;
  font-size: 1.15rem;
}
.faq-library header small {
  color: #7c3aed !important;
  font-weight: 900;
  letter-spacing: 0.09em;
}
.faq-library h2 {
  margin: 2px 0 0;
  font-size: 1.18rem;
}
.faq-library article {
  border-top: 1px solid #eef2f7;
}
.faq-library article > button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 0;
  padding: 14px 17px;
  background: #fff;
  color: #172033;
  font-weight: 800;
  text-align: left;
}
.faq-library article > button i {
  color: #7c3aed;
  font-size: 1rem;
  font-style: normal;
}
.faq-library article > div {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 17px;
  transition: 0.25s;
}
.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 {
  justify-self: start;
  margin-top: 9px;
  border: 0;
  background: none;
  color: #7c3aed;
  font-weight: 900;
}
.faq-no-results {
  grid-column: 1/-1 !important;
  display: grid;
  place-items: center;
  padding: 55px !important;
  text-align: center;
}
.faq-no-results > span {
  font-size: 2.2rem;
}
.faq-no-results p {
  margin: 0;
  color: #64748b !important;
}
.legal-notice {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 42px;
  border: 1px solid #bfdbfe;
  border-radius: 13px;
  padding: 14px 17px;
  background: #eff6ff;
}
.legal-notice span {
  display: grid;
  place-items: center;
  flex: none;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #2563eb;
  color: #fff;
  font-weight: 900;
}
.legal-notice p {
  margin: 0;
  color: #1e3a8a !important;
}
.simple-legal {
  display: grid;
  grid-template-columns: 245px 1fr;
  align-items: start;
  gap: 35px;
  padding-top: 30px;
}
.legal-index {
  position: sticky;
  top: 85px;
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 17px;
  background: #fff;
}
.legal-index small {
  margin-bottom: 8px;
  color: #7c3aed !important;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.legal-index a {
  border-top: 1px solid #eef2f7;
  padding: 8px 2px;
  color: #475569;
}
.legal-index a:hover {
  color: #7c3aed;
}
@media (max-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-row: auto;
    grid-column: 1/-1;
  }
  .commitments {
    grid-template-columns: 1fr;
  }
  .commitments a {
    justify-self: start;
  }
  .faq-library {
    grid-template-columns: 1fr;
  }
}
@media (max-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 {
    align-items: stretch;
    flex-direction: column;
  }
  .faq-search p {
    white-space: normal;
  }
  .simple-legal {
    gap: 12px;
  }
  .commitments {
    margin-left: 14px;
    margin-right: 14px;
  }
}

/* Interactive India-to-door process story */
.process-experience {
  overflow: hidden;
  margin-top: 26px;
  border: 1px solid #dbe2ea;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}
.process-stage {
  position: relative;
  height: 430px;
  overflow: hidden;
  background: radial-gradient(
      circle at 50% 10%,
      rgba(196, 181, 253, 0.3),
      transparent 29%
    ),
    linear-gradient(#eef7ff 0 52%, #e8f4e7 52% 100%);
}
.process-stage:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 108px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.55));
}
.process-sky {
  position: absolute;
  inset: 0 0 48%;
}
.process-sky > i {
  position: absolute;
  width: 76px;
  height: 23px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  filter: blur(0.2px);
  animation: processCloud 18s linear infinite;
}
.process-sky > i:before,
.process-sky > i:after {
  content: "";
  position: absolute;
  bottom: 6px;
  border-radius: 50%;
  background: inherit;
}
.process-sky > i:before {
  left: 13px;
  width: 30px;
  height: 30px;
}
.process-sky > i:after {
  right: 12px;
  width: 22px;
  height: 22px;
}
.process-sky > i:nth-child(1) {
  top: 42px;
  left: 7%;
}
.process-sky > i:nth-child(2) {
  top: 90px;
  left: 41%;
  animation-delay: -7s;
  transform: scale(0.7);
}
.process-sky > i:nth-child(3) {
  top: 35px;
  left: 77%;
  animation-delay: -12s;
  transform: scale(0.85);
}
.process-ground {
  position: absolute;
  left: -5%;
  right: -5%;
  top: 51%;
  height: 110px;
  border-radius: 50% 50% 0 0;
  background: linear-gradient(#d8efd7, #c7e7c4);
}
.process-ground:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  height: 30px;
  border-top: 3px dashed rgba(71, 85, 105, 0.22);
  border-radius: 50%;
}
.process-line {
  position: absolute;
  z-index: 4;
  top: 219px;
  left: 8%;
  right: 8%;
  height: 5px;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.2);
}
.process-line:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: repeating-linear-gradient(
    90deg,
    #7c3aed 0 8px,
    transparent 8px 15px
  );
  opacity: 0.42;
}
.line-progress {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #7c3aed, #f97316, #0891b2, #22c55e);
  transform-origin: left;
  animation: processProgress 17.5s linear infinite;
}
.journey-parcel {
  position: absolute;
  z-index: 7;
  left: -5px;
  top: -20px;
  display: grid;
  place-items: center;
  width: 43px;
  height: 39px;
  border: 3px solid #fff;
  border-radius: 9px;
  background: linear-gradient(145deg, #fb923c, #ea580c);
  color: #fff;
  font-size: 1.25rem;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.28);
  animation: processParcel 17.5s linear infinite;
}
.journey-parcel small {
  position: absolute;
  bottom: 3px;
  padding: 1px 3px;
  border-radius: 3px;
  background: #fff;
  color: #6d28d9;
  font-size: 0.31rem !important;
  font-weight: 1000;
}
.process-stop {
  position: absolute;
  z-index: 5;
  top: 94px;
  width: 150px;
  text-align: center;
  transition:
    transform 0.35s ease,
    filter 0.35s ease,
    opacity 0.35s ease;
}
.process-stop.source {
  left: 2.5%;
}
.process-stop.payment {
  left: 21%;
}
.process-stop.hub {
  left: 40%;
  width: 190px;
}
.process-stop.transit {
  left: 63%;
  width: 150px;
}
.process-stop.delivery {
  right: 2.5%;
  width: 165px;
}
.process-stop:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 117px;
  width: 13px;
  height: 13px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #94a3b8;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15);
  transform: translateX(-50%);
  transition: 0.3s;
}
.process-stop.active {
  z-index: 8;
  transform: translateY(-9px);
}
.process-stop.active:after {
  background: #f97316;
  box-shadow: 0 0 0 7px rgba(249, 115, 22, 0.18);
}
.process-stop > small {
  display: block;
  margin-top: 20px;
  color: #64748b !important;
  font-size: 0.53rem !important;
  font-weight: 950;
  letter-spacing: 0.12em;
}
.process-stop > b {
  display: block;
  margin-top: 2px;
  color: #172033;
  font-size: 0.72rem;
}
.process-stop.active > small {
  color: #7c3aed !important;
}
.process-scene {
  position: relative;
  height: 102px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  filter: saturate(0.85);
  transition: 0.35s;
}
.process-stop.active .process-scene {
  filter: saturate(1.15);
  transform: scale(1.06);
}
.process-character {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: end center;
  width: 58px;
  height: 82px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 28px 28px 17px 17px;
  background: linear-gradient(180deg, #dbeafe, #c4b5fd);
  font-size: 2.55rem;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.12);
  animation: processCharacter 3.2s ease-in-out infinite;
}
.process-character.shopper {
  background: linear-gradient(#fce7f3, #fecdd3);
}
.process-character.hub-agent {
  position: absolute;
  right: 1px;
  bottom: 0;
  width: 51px;
  height: 72px;
  background: linear-gradient(#ffedd5, #fed7aa);
  font-size: 2.15rem;
}
.process-character.receiver {
  background: linear-gradient(#dcfce7, #bbf7d0);
}
.scene-prop {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.11);
}
.scene-prop.store {
  width: 64px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 7px 7px 3px 3px;
  background: #fff;
}
.scene-prop.store:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -4px;
  right: -4px;
  height: 20px;
  border-radius: 5px 5px 2px 2px;
  background: repeating-linear-gradient(90deg, #f97316 0 10px, #fff 10px 20px);
}
.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 {
  position: absolute;
  z-index: 4;
  right: 36px;
  top: 7px;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #7c3aed;
  color: #fff;
  font-style: normal;
  font-weight: 900;
}
.scene-prop.checkout {
  width: 62px;
  height: 77px;
  border: 2px solid #fff;
  border-radius: 9px;
  background: #172033;
  color: #fff;
}
.scene-prop.checkout i {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #22c55e;
  font-style: normal;
}
.scene-prop.checkout b {
  margin-top: 7px;
  font-size: 0.42rem;
  letter-spacing: 0.08em;
}
.hub-building {
  position: relative;
  display: flex;
  width: 128px;
  height: 92px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  border-radius: 10px 10px 3px 3px;
  background: linear-gradient(145deg, #6d28d9, #4c1d95);
  color: #fff;
  box-shadow: 0 12px 25px rgba(76, 29, 149, 0.25);
}
.hub-building:before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  top: -14px;
  height: 18px;
  border-radius: 5px 5px 0 0;
  background: #f97316;
}
.hub-building i {
  color: #fdba74;
  font-size: 1rem;
  font-style: normal;
  font-weight: 1000;
  letter-spacing: -0.08em;
}
.hub-building b {
  font-size: 0.42rem;
  letter-spacing: 0.09em;
}
.hub-building em {
  position: absolute;
  bottom: 5px;
  font-size: 0.65rem;
  font-style: normal;
}
.process-plane {
  position: absolute;
  left: 10px;
  top: 19px;
  color: #2563eb;
  font-size: 3.3rem;
  text-shadow: 0 7px 12px rgba(37, 99, 235, 0.18);
  animation: processPlane 3s ease-in-out infinite;
}
.process-cloud {
  position: absolute;
  right: 5px;
  bottom: 12px;
  color: #fff;
  font-size: 2rem;
}
.tracking-ping {
  position: absolute;
  right: 22px;
  top: 8px;
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #fff;
  color: #f97316;
  font-style: normal;
  font-weight: 900;
}
.tracking-ping i {
  position: absolute;
  inset: -5px;
  border: 2px solid #f97316;
  border-radius: 50%;
  animation: processPing 1.7s ease-out infinite;
}
.scene-prop.home {
  width: 78px;
  height: 64px;
  border: 3px solid #fff;
  border-radius: 5px;
  background: #fef3c7;
  color: #92400e;
}
.scene-prop.home:before {
  content: "";
  position: absolute;
  top: -29px;
  left: 2px;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 32px solid #ea580c;
}
.scene-prop.home b {
  font-size: 1.7rem;
}
.scene-prop.home i {
  position: absolute;
  right: 8px;
  bottom: 0;
  width: 17px;
  height: 32px;
  background: #92400e;
}
.delivered-box {
  position: absolute;
  z-index: 5;
  right: 28px;
  bottom: -2px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 29px;
  border: 2px solid #fff;
  border-radius: 5px;
  background: #f97316;
  color: #fff;
}
.delivered-box i {
  position: absolute;
  right: -7px;
  top: -8px;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #22c55e;
  font-size: 0.48rem;
  font-style: normal;
}
.process-live-status {
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 22px;
  width: min(680px, 70%);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2px 13px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 14px;
  padding: 13px 17px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(8px);
  transform: translateX(-50%);
}
.process-live-status > span {
  grid-row: 1/3;
  display: grid;
  place-items: center;
  min-width: 105px;
  height: 45px;
  border-radius: 10px;
  background: #172033;
  color: #fff;
  font-size: 0.51rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}
.process-live-status > b {
  font-size: 0.87rem;
}
.process-live-status > p {
  margin: 0;
  color: #64748b !important;
  font-size: 0.7rem !important;
  line-height: 1.45 !important;
}
.process-controls {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}
.process-controls button {
  position: relative;
  display: grid;
  grid-template-columns: 26px 31px 1fr;
  align-items: center;
  gap: 7px;
  min-height: 67px;
  border: 0;
  border-right: 1px solid #eef2f7;
  padding: 9px;
  background: #fff;
  color: #475569;
  text-align: left;
  transition: 0.25s;
}
.process-controls button:last-child {
  border-right: 0;
}
.process-controls button:hover,
.process-controls button.active {
  background: #faf5ff;
  color: #6d28d9;
}
.process-controls button > span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 7px;
  background: #f1f5f9;
  color: #64748b;
  font-size: 0.5rem;
  font-weight: 950;
}
.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 {
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -1px;
  height: 3px;
  background: linear-gradient(90deg, #7c3aed, #f97316);
  transition: right 3.5s linear;
}
.process-controls button.active > em {
  right: 0;
}
.process-controls button.active > span {
  background: #7c3aed;
  color: #fff;
}
.process-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  background: #f8fafc;
}
.process-footer > span {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
}
.process-footer > span > i {
  grid-row: 1/3;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 8px;
  background: #ede9fe;
  color: #7c3aed;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 950;
}
.process-footer > span > b {
  font-size: 0.62rem;
}
.process-footer > span > small {
  color: #64748b !important;
  font-size: 0.48rem !important;
}
.process-footer > button {
  border: 0;
  border-radius: 9px;
  padding: 11px 13px;
  background: #172033;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
}
@keyframes processCloud {
  0% {
    transform: translateX(-25px);
  }
  50% {
    transform: translateX(25px);
  }
  100% {
    transform: translateX(-25px);
  }
}
@keyframes processProgress {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes processParcel {
  0% {
    left: -5px;
    transform: translateY(0) rotate(-3deg);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateY(-4px) rotate(2deg);
  }
  100% {
    left: calc(100% - 38px);
    transform: translateY(0) rotate(0);
  }
}
@keyframes processCharacter {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
@keyframes processPlane {
  0%,
  100% {
    transform: translate(-7px, 4px) rotate(-5deg);
  }
  50% {
    transform: translate(12px, -7px) rotate(2deg);
  }
}
@keyframes processPing {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
@media (max-width: 960px) {
  .process-stage {
    height: 405px;
  }
  .process-stop {
    width: 125px;
  }
  .process-stop.source {
    left: 1%;
  }
  .process-stop.payment {
    left: 20%;
  }
  .process-stop.hub {
    left: 39%;
    width: 175px;
  }
  .process-stop.transit {
    left: 62%;
    width: 125px;
  }
  .process-stop.delivery {
    right: 1%;
    width: 145px;
  }
  .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 (max-width: 720px) {
  .process-experience {
    border-radius: 18px;
  }
  .process-stage {
    height: 390px;
  }
  .process-stop {
    display: none !important;
    left: 50% !important;
    right: auto !important;
    top: 65px !important;
    width: 190px !important;
    transform: translateX(-50%) !important;
  }
  .process-stop.active {
    display: block !important;
    transform: translateX(-50%) translateY(-8px) !important;
  }
  .process-stop:after,
  .process-line {
    display: none;
  }
  .process-stop > small {
    margin-top: 12px;
  }
  .process-live-status {
    bottom: 19px;
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    text-align: center;
  }
  .process-live-status > span {
    grid-row: auto;
    height: 29px;
    min-width: 0;
  }
  .process-controls {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .process-controls button {
    flex: 0 0 155px;
    scroll-snap-align: start;
  }
  .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 * {
    animation: none !important;
    transition: none !important;
  }
  .line-progress {
    transform: scaleX(1);
  }
  .journey-parcel {
    left: calc(100% - 38px);
  }
}

/* Courier-first visual polish and compact responsive journey */
.site-root {
  background: #fff;
}
.gradient-text {
  background: linear-gradient(90deg, #fb923c 0%, #f97316 35%, #38bdf8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.btn-primary {
  background: linear-gradient(135deg, #f97316, #ea580c);
  box-shadow: 0 9px 22px rgba(234, 88, 12, 0.2);
}
.btn-primary:hover {
  background: linear-gradient(135deg, #ea580c, #c2410c);
  box-shadow: 0 12px 25px rgba(234, 88, 12, 0.27);
}
.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 rgba(15, 23, 42, 0.07);
}
.service-network i {
  background: linear-gradient(90deg, #f97316, #2563eb);
}

.steps-section {
  padding: 30px 0 42px;
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}
.steps-section .section-intro {
  max-width: 630px;
  margin-bottom: 16px;
}
.process-experience {
  margin-top: 17px;
  border-radius: 19px;
  border-color: #d7e2ed;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.09);
}
.process-stage {
  height: 330px;
  background: radial-gradient(
      circle at 50% 4%,
      rgba(186, 230, 253, 0.48),
      transparent 28%
    ),
    linear-gradient(#eef8ff 0 51%, #e6f4e4 51% 100%);
}
.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 {
  top: 49%;
  height: 92px;
}
.process-line {
  top: 174px;
  height: 4px;
}
.journey-parcel {
  top: -16px;
  width: 37px;
  height: 34px;
  border-width: 2px;
  font-size: 1rem;
}
.process-stop {
  top: 51px;
}
.process-stop:after {
  top: 116px;
  width: 11px;
  height: 11px;
  border-width: 3px;
}
.process-stop.active {
  transform: translateY(-5px);
}
.process-scene {
  height: 92px;
  transform: scale(0.84);
  transform-origin: center bottom;
}
.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 {
  bottom: 13px;
  width: min(700px, 74%);
  gap: 1px 11px;
  border-radius: 12px;
  padding: 9px 12px;
}
.process-live-status > span {
  min-width: 94px;
  height: 39px;
  border-radius: 8px;
}
.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 {
  background: #eff6ff;
  color: #1d4ed8;
}
.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 {
  width: 24px;
  height: 24px;
  background: #dbeafe;
  color: #1d4ed8;
}
.process-footer > span > b {
  font-size: 0.57rem;
}
.process-footer > span > small {
  font-size: 0.44rem !important;
}
.process-footer > button {
  padding: 9px 11px;
  background: #172554;
  font-size: 0.6rem;
}
.hub-building {
  background: linear-gradient(145deg, #2563eb, #1e3a8a);
  box-shadow: 0 12px 25px rgba(30, 64, 175, 0.23);
}
.process-stop.source .process-scene > em {
  background: #2563eb;
}
.line-progress {
  background: linear-gradient(90deg, #2563eb, #f97316, #0891b2, #22c55e);
}

@media (max-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 (max-width: 720px) {
  .shell {
    width: min(1180px, calc(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 {
    min-height: 178px;
    height: 178px;
  }
  .shipping-story .shipping-rate-card {
    padding: 15px;
  }
  .steps-section {
    padding: 25px 0 34px;
  }
  .steps-section .section-intro {
    margin-bottom: 12px;
  }
  .process-experience {
    margin-top: 12px;
    border-radius: 15px;
  }
  .process-stage {
    height: 278px;
  }
  .process-stop {
    top: 18px !important;
    width: 158px !important;
  }
  .process-stop.active {
    transform: translateX(-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 {
    bottom: 9px;
    width: calc(100% - 18px);
    grid-template-columns: 78px 1fr;
    gap: 1px 9px;
    padding: 8px 9px;
    text-align: left;
  }
  .process-live-status > span {
    grid-row: 1/3;
    min-width: 0;
    height: 42px;
    text-align: center;
    font-size: 0.43rem;
  }
  .process-live-status > b {
    font-size: 0.7rem;
  }
  .process-live-status > p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.58rem !important;
    line-height: 1.3 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .process-controls {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    overflow: visible;
  }
  .process-controls button {
    display: grid;
    min-width: 0;
    min-height: 51px;
    grid-template-columns: 1fr;
    padding: 5px;
    text-align: center;
  }
  .process-controls button > span {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 15px;
    height: 15px;
    font-size: 0.4rem;
  }
  .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 {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .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;
    min-height: 36px;
    padding: 8px;
    justify-self: stretch;
  }
  .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 (max-width: 480px) {
  .utility-bar {
    height: 30px;
  }
  .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 {
    min-height: 168px;
    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;
  }
}

/* One-customer, three-service, one-hub delivery flow */
.customer-flow {
  overflow: hidden;
  margin-top: 14px;
  border: 1px solid #d7e2ed;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.09);
}
.flow-canvas {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 42px 1.35fr 42px 1.18fr 55px 1.2fr;
  align-items: center;
  gap: 10px;
  min-height: 350px;
  padding: 24px;
  background: radial-gradient(
      circle at 12% 22%,
      rgba(255, 237, 213, 0.75),
      transparent 23%
    ),
    radial-gradient(
      circle at 87% 26%,
      rgba(219, 234, 254, 0.75),
      transparent 24%
    ),
    linear-gradient(180deg, #fbfdff, #f5faff);
}
.flow-canvas:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(30, 64, 175, 0.1) 1px,
    transparent 1px
  );
  background-size: 17px 17px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 20%,
    #000 80%,
    transparent
  );
  pointer-events: none;
}
.flow-customer,
.service-lanes,
.flow-hub,
.flow-doorstep,
.flow-arrow {
  position: relative;
  z-index: 2;
}
.flow-customer {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #fed7aa;
  border-radius: 17px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 28px rgba(124, 45, 18, 0.08);
}
.customer-figure {
  position: relative;
  width: 94px;
  height: 102px;
  margin: 0 auto 13px;
  transform: perspective(220px) rotateY(-7deg);
  filter: drop-shadow(0 13px 13px rgba(15, 23, 42, 0.18));
  animation: customerFloat 3.2s ease-in-out infinite;
}
.customer-figure:before,
.customer-figure:after {
  content: "";
  position: absolute;
  border-radius: 40% 40% 24% 24%;
}
.customer-figure:before {
  inset: 9px 12px 0;
  background: linear-gradient(145deg, #ffedd5, #fdba74);
  box-shadow:
    inset -8px -9px 15px rgba(154, 52, 18, 0.14),
    inset 7px 6px 12px rgba(255, 255, 255, 0.75);
}
.customer-figure:after {
  left: 21px;
  right: 5px;
  bottom: -6px;
  height: 17px;
  background: #c2410c;
  filter: blur(7px);
  opacity: 0.2;
}
.customer-figure > span {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 3px;
  font-size: 3.25rem;
  line-height: 1;
}
.customer-figure > i {
  position: absolute;
  z-index: 3;
  left: 9px;
  right: 6px;
  bottom: 4px;
  display: grid;
  place-items: center;
  height: 37px;
  border: 3px solid #fff;
  border-radius: 7px;
  background: linear-gradient(145deg, #2563eb, #172554);
  color: #dbeafe;
  font-size: 1rem;
  font-style: normal;
  box-shadow: 0 8px 14px rgba(30, 64, 175, 0.24);
}
.customer-figure > b {
  position: absolute;
  z-index: 4;
  right: -3px;
  top: 7px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #16a34a;
  color: #fff;
  font-size: 0.65rem;
}
.flow-customer > small,
.flow-doorstep > small {
  color: #ea580c !important;
  font-size: 0.51rem !important;
  font-weight: 950;
  letter-spacing: 0.12em;
}
.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 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2563eb;
}
.flow-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px dashed #93c5fd;
}
.flow-arrow > span {
  position: absolute;
  top: calc(50% - 31px);
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #172554;
  color: #fff;
  font-size: 0.46rem;
  font-weight: 900;
}
.flow-arrow > i {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 2px solid #bfdbfe;
  border-radius: 50%;
  background: #fff;
  font-size: 0.83rem;
  font-style: normal;
  box-shadow: 0 5px 12px rgba(37, 99, 235, 0.14);
}
.flow-arrow > small {
  position: absolute;
  top: calc(50% + 22px);
  font-size: 0.41rem !important;
  font-weight: 950;
  letter-spacing: 0.09em;
  white-space: nowrap;
}
.flow-arrow > b {
  position: absolute;
  z-index: 4;
  left: -9px;
  top: calc(50% - 11px);
  display: grid;
  place-items: center;
  width: 22px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  background: #f97316;
  color: #fff;
  font-size: 0.54rem;
  animation: shipmentTravel 3s ease-in-out infinite;
}
.ship-arrow > i {
  color: #0f766e;
  font-size: 1.16rem;
  animation: planeDrift 2.4s ease-in-out infinite;
}
.ship-arrow:before {
  border-color: #5eead4;
}

.service-lanes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.service-lanes button {
  position: relative;
  display: grid;
  grid-template-columns: 39px 1fr;
  align-items: center;
  gap: 9px;
  min-height: 67px;
  overflow: hidden;
  border: 1px solid #dbe4ee;
  border-radius: 13px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #334155;
  text-align: left;
  box-shadow: 0 7px 18px rgba(15, 23, 42, 0.05);
  transition: 0.3s;
}
.service-lanes button:hover,
.service-lanes button.active {
  border-color: #fb923c;
  background: #fff;
  box-shadow: 0 10px 23px rgba(234, 88, 12, 0.12);
  transform: translateX(3px);
}
.service-lanes button > i {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border-radius: 10px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 1rem;
  font-style: normal;
}
.service-lanes button.active > i {
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #fff;
}
.service-lanes button span {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.service-lanes button small {
  color: #64748b !important;
  font-size: 0.49rem !important;
}
.service-lanes button b {
  font-size: 0.68rem;
}
.service-lanes button > em {
  position: absolute;
  right: -20px;
  width: 40px;
  height: 40px;
  border: 7px solid #fed7aa;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s;
}
.service-lanes button.active > em {
  right: -11px;
  opacity: 1;
  animation: serviceSignal 1.7s ease-out infinite;
}
.service-lanes:after {
  content: "3 SERVICES";
  position: absolute;
  right: 9px;
  top: -15px;
  color: #2563eb;
  font-size: 0.42rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.flow-hub {
  border: 1px solid #bfdbfe;
  border-radius: 17px;
  padding: 16px 13px 13px;
  background: linear-gradient(150deg, #fff, #eff6ff);
  box-shadow: 0 14px 30px rgba(30, 64, 175, 0.12);
  text-align: center;
}
.hub-roof {
  position: absolute;
  left: 16px;
  right: 16px;
  top: -11px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 7px 7px 2px 2px;
  background: #f97316;
  box-shadow: 0 5px 12px rgba(234, 88, 12, 0.18);
}
.hub-mark {
  display: flex;
  min-height: 93px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #2563eb, #172554);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}
.hub-mark strong {
  color: #fdba74;
  font-size: 1.18rem;
  letter-spacing: -0.08em;
}
.hub-mark small {
  color: #dbeafe !important;
  font-size: 0.43rem !important;
  font-weight: 900;
  letter-spacing: 0.13em;
}
.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 {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #475569;
  text-align: left;
}
.flow-hub li {
  font-size: 0.52rem;
}
.flow-hub li::first-letter {
  color: #16a34a;
}

.flow-doorstep {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #bbf7d0;
  border-radius: 17px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(22, 101, 52, 0.09);
}
.doorstep-scene {
  position: relative;
  height: 115px;
  margin-bottom: 8px;
  border-radius: 14px;
  background: linear-gradient(#dff4ff 0 62%, #dcfce7 62%);
  overflow: hidden;
}
.doorstep-scene:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  border-top: 2px dashed rgba(15, 118, 110, 0.25);
}
.safe-home {
  position: absolute;
  left: 14px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 66px;
  height: 58px;
  border: 3px solid #fff;
  border-radius: 5px;
  background: #fef3c7;
  color: #92400e;
  font-size: 1.7rem;
  box-shadow: 0 8px 18px rgba(146, 64, 14, 0.12);
}
.safe-home:before {
  content: "";
  position: absolute;
  top: -26px;
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 29px solid #ea580c;
}
.receiver {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 2.8rem;
  filter: drop-shadow(0 7px 8px rgba(15, 23, 42, 0.15));
  animation: customerFloat 3.2s ease-in-out infinite reverse;
}
.safe-parcel {
  position: absolute;
  z-index: 3;
  left: 76px;
  bottom: 11px;
  display: grid;
  place-items: center;
  width: 37px;
  height: 34px;
  border: 3px solid #fff;
  border-radius: 6px;
  background: #f97316;
  color: #fff;
  font-size: 0.82rem;
  box-shadow: 0 8px 14px rgba(234, 88, 12, 0.2);
}
.safe-parcel i {
  position: absolute;
  right: -8px;
  top: -9px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #16a34a;
  font-size: 0.5rem;
  font-style: normal;
}

.flow-summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #dbe4ee;
  padding: 12px 16px;
  background: #fff;
}
.flow-summary > span {
  display: grid;
  grid-template-columns: 32px auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 9px;
}
.flow-summary > span > i {
  grid-row: 1/3;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 9px;
  background: #fff7ed;
  color: #ea580c;
  font-style: normal;
  font-weight: 900;
}
.flow-summary > span small {
  color: #64748b !important;
  font-size: 0.42rem !important;
  font-weight: 950;
  letter-spacing: 0.1em;
}
.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 {
  border: 0;
  border-radius: 9px;
  padding: 10px 12px;
  background: #172554;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 900;
  white-space: nowrap;
}

@keyframes customerFloat {
  0%,
  100% {
    transform: perspective(220px) rotateY(-7deg) translateY(0);
  }
  50% {
    transform: perspective(220px) rotateY(-7deg) translateY(-4px);
  }
}
@keyframes serviceSignal {
  0% {
    transform: scale(0.55);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
@keyframes shipmentTravel {
  0%,
  12% {
    left: -9px;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  88%,
  100% {
    left: calc(100% - 13px);
    opacity: 0;
  }
}
@keyframes planeDrift {
  0%,
  100% {
    transform: translate(-3px, 2px) rotate(-5deg);
  }
  50% {
    transform: translate(4px, -3px) rotate(2deg);
  }
}

@media (max-width: 980px) {
  .flow-canvas {
    grid-template-columns: 1fr 34px 1.35fr 34px 1.12fr;
    gap: 7px;
  }
  .flow-doorstep {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: 16px;
    min-height: 145px;
  }
  .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 (max-width: 720px) {
  .customer-flow {
    border-radius: 15px;
  }
  .flow-canvas {
    display: flex;
    min-height: 0;
    flex-direction: column;
    gap: 8px;
    padding: 13px;
  }
  .flow-canvas:before {
    background-size: 15px 15px;
  }
  .flow-customer,
  .flow-hub,
  .flow-doorstep,
  .service-lanes {
    width: 100%;
  }
  .flow-customer {
    display: grid;
    grid-template-columns: 85px 1fr;
    grid-template-rows: auto auto auto;
    align-items: center;
    min-height: 112px;
    padding: 12px;
  }
  .customer-figure {
    grid-row: 1/4;
    width: 73px;
    height: 82px;
    margin: 0;
  }
  .customer-figure > span {
    left: 14px;
    font-size: 2.65rem;
  }
  .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 {
    width: 100%;
    height: 27px;
    min-height: 27px;
    flex-direction: row;
  }
  .flow-arrow:before {
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    border-top: 0;
    border-left: 2px dashed #93c5fd;
  }
  .flow-arrow > span {
    left: calc(50% - 29px);
    top: 4px;
  }
  .flow-arrow > i {
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
  }
  .flow-arrow > small {
    left: calc(50% + 18px);
    top: 7px;
  }
  .flow-arrow > b {
    left: calc(50% - 10px);
    top: -2px;
    animation: shipmentTravelMobile 3s ease-in-out infinite;
  }
  .ship-arrow {
    display: flex;
  }
  .ship-arrow > i {
    transform: none;
  }
  .ship-arrow:before {
    border-left-color: #5eead4;
  }
  .service-lanes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
  }
  .service-lanes button {
    display: flex;
    min-width: 0;
    min-height: 86px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 8px;
    text-align: center;
  }
  .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 {
    right: 0;
    top: -8px;
  }
  .flow-hub {
    display: grid;
    grid-template-columns: 112px 1fr;
    grid-template-rows: auto auto;
    column-gap: 11px;
    padding: 12px;
  }
  .hub-roof {
    left: 18px;
    right: auto;
    width: 85px;
  }
  .hub-mark {
    grid-row: 1/3;
    min-height: 96px;
  }
  .flow-hub h3 {
    align-self: end;
    margin: 0 0 5px;
    text-align: left;
  }
  .flow-hub ul {
    align-self: start;
  }
  .flow-hub li {
    font-size: 0.49rem;
  }
  .flow-doorstep {
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 11px;
    min-height: 126px;
    padding: 11px;
  }
  .doorstep-scene {
    height: 103px;
  }
  .safe-home {
    left: 8px;
    width: 55px;
    height: 48px;
  }
  .safe-home:before {
    border-left-width: 28px;
    border-right-width: 28px;
  }
  .receiver {
    right: 4px;
    font-size: 2.25rem;
  }
  .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 (max-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: scale(0.88);
    transform-origin: left bottom;
  }
  .receiver {
    font-size: 2rem;
  }
  .safe-parcel {
    left: 50px;
    transform: scale(0.88);
  }
}

@keyframes shipmentTravelMobile {
  0%,
  12% {
    top: -5px;
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  88%,
  100% {
    top: 12px;
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .customer-flow * {
    animation: none !important;
  }
  .service-lanes button.active {
    transform: none;
  }
}
