/* TryyCart Global 1.10.55 — ordered production bundle. */

/* source: assets/css/tryycart-global-1.10.53.css */
: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-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(1120px, calc(100vw - 150px));
  max-height: min(90vh, 820px);
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  overflow: hidden;
}
.pro-product-modal > .pro-gallery,
.pro-product-modal > .pro-copy {
  min-width: 0;
  max-height: min(90vh, 820px);
  overflow-y: auto;
}
.pro-gallery {
  padding: 28px;
  background: #f8fafc;
}
.pro-gallery .modal-visual {
  min-height: 330px;
  height: clamp(330px, 46vh, 430px);
  padding: 18px;
  overflow: hidden;
  border-radius: 18px;
}
.pro-gallery .modal-visual > span {
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  font-size: 0;
  filter: none;
}
.pro-gallery .modal-visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 390px;
  object-fit: contain;
  border-radius: 14px;
}
.pro-gallery .modal-visual small {
  flex: 0 0 auto;
  margin-top: 12px;
}
.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;
  padding: 5px;
  overflow: hidden;
}
.gallery-thumbs button.is-active {
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.16);
}
.gallery-thumbs button img {
  display: block;
  width: 100%;
  height: 42px;
  object-fit: contain;
  border-radius: 7px;
}
.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);
}
.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,
.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;
    width: min(760px, calc(100vw - 96px));
    overflow-y: auto;
  }
  .pro-product-modal > .pro-gallery,
  .pro-product-modal > .pro-copy {
    max-height: none;
    overflow: visible;
  }
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-summary {
    position: static;
  }
  .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: 250px;
    height: 42vh;
  }
  .product-logistics > div {
    grid-template-columns: 1fr 1fr;
  }
  .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-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;
  }
  .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;
  }
  .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;
}
.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,
.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;
}

.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;
  }
}

/* source: assets/css/wordpress.css */
:root {
  --tc-orange: #f97316;
  --tc-blue: #2563eb;
  --tc-navy: #071a36;
  --tc-line: #e2e8f0;
  --tc-muted: #64748b;
}
body.admin-bar .main-nav {
  top: 32px;
}
body.admin-bar .mobile-menu {
  top: 32px;
}
.logo-lockup img,
.logo-button img {
  display: block;
  width: 124px;
  height: auto;
}
.footer-grid .logo-lockup img {
  filter: none;
  width: 126px;
}
.utility-inner a {
  color: #fff;
  text-decoration: none;
}
.desktop-nav a {
  border-radius: 9px;
  color: #475569;
  font-size: 0.84rem;
  font-weight: 800;
  padding: 10px 13px;
  text-decoration: none;
}
.desktop-nav a:hover {
  background: #fff7ed;
  color: #ea580c;
}
.tc-wp-main {
  min-height: 60vh;
  background: #f8fafc;
}
.tc-wp-content {
  padding: 54px 0 80px;
}
.placeholder-hero {
  position: relative;
  padding: 58px 0;
  color: #fff;
  background: linear-gradient(135deg, #071a36, #172554);
}
.placeholder-hero span {
  color: #60a5fa;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.placeholder-hero h1 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  margin: 0.25rem 0;
}
.tc-wp-content > .tc-service-form,
.tc-wp-content > .tryycart-rate,
.tc-wp-content > .tcp-portal {
  margin-inline: auto;
  max-width: 1100px;
}
.tc-wp-content .woocommerce {
  background: #fff;
  border: 1px solid var(--tc-line);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}
.tc-pickup-address {
  margin: 22px 0;
  padding: 20px;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #f8fbff;
}
.tc-form-section-title small {
  color: #ea580c;
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.tc-form-section-title h3 {
  margin: 4px 0;
}
.tc-form-section-title p {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 0.8rem;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  border-radius: 10px !important;
  background: linear-gradient(135deg, #f97316, #ea580c) !important;
  color: #fff !important;
  padding: 0.9em 1.2em !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid #cbd5e1;
  border-radius: 9px;
  padding: 12px;
  background: #fff;
}
.product-emoji img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-visual .product-emoji:has(img) {
  inset: 0;
  position: absolute;
  transform: none;
}
.product-visual .product-emoji img {
  border-radius: 14px;
}
.modal-visual span:has(img) {
  position: relative;
  inset: auto;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.modal-visual span img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.gallery-thumbs button img {
  width: 100%;
  height: 54px;
  object-fit: cover;
  border-radius: 6px;
}
footer a {
  display: block;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.72rem;
  margin: 7px 0;
}
@media (max-width: 782px) {
  body.admin-bar .main-nav {
    top: 46px;
  }
  .desktop-nav {
    display: none;
  }
  .menu-button {
    display: block;
  }
  .tc-wp-content {
    padding: 30px 0 55px;
  }
  .woocommerce .cart_item {
    font-size: 0.82rem;
  }
}
@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;
  }
}

/* source: assets/css/chrome.css */
:root {
  --tc-orange: #ff6411;
  --tc-orange-dark: #e84b05;
  --tc-blue: #2864df;
  --tc-navy: #071936;
  --tc-ink: #10233f;
  --tc-muted: #60718b;
  --tc-line: #dbe5f2;
  --tc-soft: #f4f8fd;
  --tc-shell: 1200px;
  --tc-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body.tryycart-global-theme {
  color: var(--tc-ink);
  font-family: var(--tc-font);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
}

body.tryycart-global-theme
  :is(h1, h2, h3, h4, h5, h6, button, input, select, textarea) {
  font-family: var(--tc-font);
}

.tc-site-chrome,
.tc-site-footer {
  font-family: var(--tc-font);
}

.tc-site-chrome *,
.tc-site-footer * {
  box-sizing: border-box;
}

.tc-site-chrome .shell,
.tc-site-footer .shell {
  margin-inline: auto;
  max-width: var(--tc-shell);
  padding-inline: 20px;
  width: 100%;
}

.tc-site-chrome a,
.tc-site-footer a {
  text-decoration: none;
}

.tc-site-chrome .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tc-site-chrome .tc-skip-link {
  position: fixed;
  z-index: 1000000;
  top: 8px;
  left: 12px;
  min-height: 44px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 28, 70, .22);
  color: #0b2e63;
  font-size: .82rem;
  font-weight: 850;
  text-decoration: none;
  transform: translateY(-140%);
  transition: transform .16s ease;
}

.tc-site-chrome .tc-skip-link:focus {
  outline: 3px solid rgba(255, 105, 15, .45);
  outline-offset: 2px;
  transform: translateY(0);
}

/* The same utility strip is rendered by WordPress on every public page. */
.tc-site-chrome.tc-site-chrome .tc-utility-bar {
  background: linear-gradient(100deg, #2d63dc 0%, #776aaa 45%, #ff660d 100%);
  color: #fff;
  min-height: 38px;
}

.tc-site-chrome.tc-site-chrome .tc-utility-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 38px;
}

.tc-site-chrome.tc-site-chrome .tc-header-search {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  display: flex;
  gap: 8px;
  height: 28px;
  max-width: 330px;
  padding: 0 13px;
  width: 100%;
}

.tc-site-chrome.tc-site-chrome .tc-header-search span {
  font-size: 17px;
  line-height: 1;
}

.tc-site-chrome.tc-site-chrome .tc-header-search input {
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  height: 26px;
  min-width: 0;
  outline: none;
  padding: 0;
  width: 100%;
}

.tc-site-chrome.tc-site-chrome .tc-header-search input::placeholder {
  color: rgba(255, 255, 255, 0.94);
  opacity: 1;
}

.tc-site-chrome.tc-site-chrome .tc-utility-actions {
  align-items: center;
  display: flex;
  gap: 24px;
}

.tc-site-chrome.tc-site-chrome .tc-utility-actions a {
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  white-space: nowrap;
}

/* Canonical desktop navigation. */
.tc-site-chrome.tc-site-chrome .tc-main-header {
  background: #fff;
  border: 0;
  box-shadow: 0 1px 0 rgba(12, 31, 62, 0.08);
  height: 78px;
  position: relative;
  top: 0;
  z-index: 200;
}

.tc-site-chrome.tc-site-chrome .tc-nav-inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  height: 78px;
}

.tc-site-chrome.tc-site-chrome .tc-site-logo,
.tc-site-chrome.tc-site-chrome .tc-mobile-logo,
.tc-site-footer .logo-lockup {
  align-items: center;
  display: inline-flex;
}

.tc-site-chrome.tc-site-chrome .tc-site-logo img {
  display: block;
  height: auto;
  max-width: 142px;
  width: 142px;
}

.tc-site-chrome.tc-site-chrome .tc-desktop-nav {
  align-items: center;
  background: #f7f9fc;
  border: 1px solid #dce5f1;
  border-radius: 15px;
  display: flex;
  gap: 2px;
  justify-self: center;
  padding: 5px;
  width: max-content;
}

.tc-site-chrome.tc-site-chrome .tc-desktop-nav a {
  align-items: center;
  border: 0;
  border-radius: 10px;
  color: #46566d;
  display: inline-flex;
  font-size: 12px;
  font-weight: 750;
  gap: 7px;
  line-height: 1;
  min-height: 36px;
  padding: 0 11px;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
  white-space: nowrap;
}

.tc-site-chrome.tc-site-chrome .tc-desktop-nav a:hover,
.tc-site-chrome.tc-site-chrome .tc-desktop-nav a:focus-visible {
  background: #fff;
  color: var(--tc-blue);
  outline: none;
  transform: translateY(-1px);
}

.tc-site-chrome.tc-site-chrome .tc-desktop-nav a.active {
  background: linear-gradient(120deg, #f47d45 0%, #6678db 100%);
  box-shadow: 0 7px 18px rgba(80, 90, 175, 0.22);
  color: #fff;
}

.tc-site-chrome.tc-site-chrome .tc-desktop-nav i {
  align-items: center;
  background: #fff;
  border-radius: 7px;
  color: var(--tc-blue);
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.tc-site-chrome.tc-site-chrome .tc-desktop-nav a.active i {
  color: var(--tc-orange);
}

.tc-site-chrome.tc-site-chrome .tc-nav-actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-self: end;
}

.tc-site-chrome.tc-site-chrome .icon-action {
  align-items: center;
  background: #f7f9fc;
  border-radius: 10px;
  color: var(--tc-ink);
  display: inline-flex;
  font-size: 19px;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}

.tc-site-chrome.tc-site-chrome .badge {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: flex;
  font-size: 9px;
  height: 17px;
  justify-content: center;
  line-height: 1;
  min-width: 17px;
  padding: 0 3px;
  position: absolute;
  right: -3px;
  top: -5px;
}

.tc-site-chrome.tc-site-chrome .badge.purple {
  background: #4d68df;
}

.tc-site-chrome.tc-site-chrome .badge.orange {
  background: var(--tc-orange);
}

.tc-site-chrome.tc-site-chrome .login-link {
  color: #394a61;
  font-size: 13px;
  font-weight: 750;
  padding: 10px 4px;
  border-radius: 10px;
  transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.tc-site-chrome.tc-site-chrome .login-link:hover,
.tc-site-chrome.tc-site-chrome .login-link:focus-visible {
  background: #eef5ff;
  color: #245fc8;
  outline: 0;
}

.tc-site-chrome.tc-site-chrome .login-link.active {
  padding-inline: 12px;
  background: linear-gradient(120deg, #c94a0a, #355fc0);
  box-shadow: 0 8px 20px rgba(72, 91, 177, 0.22);
  color: #fff;
}

.tc-site-chrome.tc-site-chrome .login-link.active:active {
  transform: scale(0.97);
}

.tc-site-chrome.tc-site-chrome .nav-signup {
  align-items: center;
  background: linear-gradient(135deg, #ff7416, #f34b05);
  border: 0;
  border-radius: 13px;
  box-shadow: 0 9px 20px rgba(246, 89, 12, 0.2);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 0 17px;
}

.tc-site-chrome.tc-site-chrome .menu-button {
  align-items: center;
  background: #f2f6fb;
  border: 0;
  border-radius: 10px;
  color: var(--tc-ink);
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-menu {
  background: #fff;
  box-shadow: -15px 0 45px rgba(7, 25, 54, 0.18);
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100vh;
  max-width: 360px;
  overflow-y: auto;
  padding: 72px 24px 32px;
  position: fixed;
  right: 0;
  top: 0;
  width: min(90vw, 360px);
  z-index: 10002;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-menu[hidden] {
  display: none;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-menu::before {
  background: rgba(5, 17, 38, 0.58);
  content: "";
  height: 100vh;
  position: fixed;
  right: min(90vw, 360px);
  top: 0;
  width: 100vw;
}

.tc-site-chrome.tc-site-chrome .mobile-close {
  align-items: center;
  background: #eef3fa;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  font-size: 27px;
  height: 40px;
  justify-content: center;
  position: absolute;
  right: 22px;
  top: 20px;
  width: 40px;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-logo {
  margin: 0 0 18px;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-logo img {
  height: auto;
  width: 142px;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-menu > a:not(.btn) {
  align-items: center;
  border-bottom: 1px solid #e8eef6;
  color: #223750;
  display: flex;
  font-size: 15px;
  font-weight: 750;
  justify-content: space-between;
  min-height: 48px;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-menu > a i {
  color: var(--tc-blue);
  font-style: normal;
  margin-right: 9px;
}

.tc-site-chrome.tc-site-chrome .tc-mobile-menu > .btn {
  align-items: center;
  background: var(--tc-orange);
  border-radius: 11px;
  color: #fff;
  display: flex;
  font-weight: 800;
  justify-content: center;
  margin-top: 15px;
  min-height: 48px;
}

body.tc-menu-open {
  overflow: hidden;
}

/* The interactive wallet is provided by TryyCart Core. */

















































/* One footer, regardless of whether the page body is React, WooCommerce or a plugin form. */
.tc-site-footer {
  background: #09152c;
  color: #8fb0d6;
  padding: 64px 0 0;
  position: relative;
  z-index: 10;
}

.tc-site-footer .footer-grid {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(130px, 1fr));
}

.tc-site-footer .logo-lockup img {
  display: block;
  height: auto;
  margin-bottom: 15px;
  width: 145px;
}

.tc-site-footer p {
  color: #9cb4d2;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  max-width: 335px;
}

.tc-site-footer h4 {
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  margin: 2px 0 16px;
  text-transform: uppercase;
}

.tc-site-footer .footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
}

.tc-site-footer .footer-grid a:not(.logo-lockup) {
  color: #91b1d4;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 10px;
}

.tc-site-footer .footer-grid a:hover,
.tc-site-footer .footer-grid a:focus-visible {
  color: #fff;
}

.tc-site-footer .footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(151, 180, 215, 0.15);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  letter-spacing: 0.07em;
  margin-top: 47px;
  min-height: 58px;
  text-transform: uppercase;
}

/* Readability floor for the approved visual application and plugin pages. */
body.tryycart-global-theme
  .site-root
  :is(p, li, label, input, select, textarea, button),
body.tryycart-global-theme.tryycart-service-page
  :is(p, li, label, input, select, textarea, button),
body.tryycart-global-theme.tryycart-account-page
  :is(p, li, label, input, select, textarea, button) {
  font-size: max(14px, 0.875rem);
}

body.tryycart-global-theme .site-root :is(h1, h2, h3, h4),
body.tryycart-global-theme.tryycart-service-page :is(h1, h2, h3, h4),
body.tryycart-global-theme.tryycart-account-page :is(h1, h2, h3, h4) {
  font-family: var(--tc-font);
  letter-spacing: -0.035em;
}

body.tryycart-global-theme .site-root small,
body.tryycart-global-theme.tryycart-service-page small,
body.tryycart-global-theme.tryycart-account-page small {
  font-size: max(12px, 0.75rem);
  line-height: 1.45;
}

body.tryycart-global-theme .catalog-empty {
  align-items: center;
  background: linear-gradient(135deg, #fff8f2, #f2f6ff);
  border: 1px solid #dae5f2;
  border-radius: 16px;
  color: var(--tc-muted);
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 24px auto 10px;
  max-width: 760px;
  padding: 28px;
  text-align: center;
}

body.tryycart-global-theme .catalog-empty strong {
  color: var(--tc-ink);
  font-size: 18px;
}

@media (max-width: 1160px) {
  .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    gap: 14px;
    grid-template-columns: 155px minmax(0, 1fr) auto;
  }

  .tc-site-chrome.tc-site-chrome .tc-desktop-nav a {
    gap: 4px;
    padding-inline: 8px;
  }

  .tc-site-chrome.tc-site-chrome .tc-desktop-nav i {
    display: none;
  }

  .tc-site-chrome.tc-site-chrome .login-link {
    display: none;
  }
}

@media (max-width: 1020px) {
  .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    display: flex;
    justify-content: space-between;
  }

  .tc-site-chrome.tc-site-chrome .tc-desktop-nav {
    display: none;
  }

  .tc-site-chrome.tc-site-chrome .menu-button {
    display: inline-flex;
  }

  .tc-site-footer .footer-grid {
    gap: 34px;
    grid-template-columns: 1.4fr repeat(3, 1fr);
  }
}

@media (max-width: 782px) {

  .tc-site-chrome.tc-site-chrome .tc-utility-actions a:last-child {
    display: none;
  }

  .tc-site-chrome.tc-site-chrome .tc-main-header,
  .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    height: 68px;
  }

  .tc-site-chrome.tc-site-chrome .tc-site-logo img {
    width: 125px;
  }

  .tc-site-chrome.tc-site-chrome .icon-action,
  .tc-site-chrome.tc-site-chrome .login-link {
    display: none;
  }

  .tc-site-chrome.tc-site-chrome .nav-signup {
    min-height: 40px;
    padding-inline: 14px;
  }




  .tc-site-footer {
    padding-top: 48px;
  }

  .tc-site-footer .footer-grid {
    gap: 34px 24px;
    grid-template-columns: 1fr 1fr;
  }

  .tc-site-footer .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .tc-site-footer .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
    padding-block: 16px;
  }
}

@media (max-width: 560px) {
  .tc-site-chrome.tc-site-chrome .shell,
  .tc-site-footer .shell {
    padding-inline: 15px;
  }

  .tc-site-chrome.tc-site-chrome .tc-header-search {
    max-width: 250px;
  }

  .tc-site-chrome.tc-site-chrome .tc-utility-actions {
    gap: 8px;
  }

  .tc-site-chrome.tc-site-chrome .tc-utility-actions a {
    font-size: 0;
  }

  .tc-site-chrome.tc-site-chrome .tc-utility-actions a span {
    font-size: 15px;
  }

  .tc-site-chrome.tc-site-chrome .tc-site-logo img {
    width: 116px;
  }

  .tc-site-chrome.tc-site-chrome .nav-signup {
    font-size: 12px;
    padding-inline: 11px;
  }









  .tc-site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tc-site-footer .footer-grid > div:nth-child(2) {
    grid-column: 1 / 2;
  }

  .tc-site-footer .footer-grid > div:nth-child(4) {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tc-site-chrome *,
  .tc-site-footer * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* source: assets/css/navigation.css */
/* Stable shared navigation for React/hash and WordPress/WooCommerce pages. */

@view-transition {
  navigation: auto;
}

::view-transition-group(tc-tryycart-header) {
  animation-duration: 0.01s;
}

::view-transition-old(root) {
  animation: tc-route-out 0.14s ease both;
}

::view-transition-new(root) {
  animation: tc-route-in 0.2s ease both;
}

body .tc-site-chrome.tc-site-chrome {
  position: relative;
  z-index: 2000;
}

body .tc-site-chrome.tc-site-chrome .tc-utility-bar,
body .tc-site-chrome.tc-site-chrome .tc-utility-inner {
  height: 38px;
  min-height: 38px;
}

body .tc-site-chrome.tc-site-chrome .tc-main-header {
  view-transition-name: tc-tryycart-header;
  position: sticky;
  top: 0;
  height: 76px;
  min-height: 76px;
  isolation: isolate;
}

body.admin-bar .tc-site-chrome.tc-site-chrome .tc-main-header {
  top: 32px;
}

body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
  display: grid;
  height: 76px;
  min-height: 76px;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

body .tc-site-chrome.tc-site-chrome .tc-site-logo {
  width: 142px;
  height: 42px;
  flex: 0 0 142px;
}

body .tc-site-chrome.tc-site-chrome .tc-site-logo img {
  width: 142px;
  height: auto;
  max-width: 142px;
}

body .tc-site-chrome.tc-site-chrome .tc-desktop-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-self: center;
}

body .tc-site-chrome.tc-site-chrome .tc-desktop-nav a,
body .tc-site-chrome.tc-site-chrome .tc-desktop-nav a:hover,
body .tc-site-chrome.tc-site-chrome .tc-desktop-nav a:focus-visible {
  transform: none;
}

body
  .tc-site-chrome.tc-site-chrome:not(.tc-route-ready)
  .tc-desktop-nav
  a.active {
  background: transparent;
  box-shadow: none;
  color: #46566d;
}

body
  .tc-site-chrome.tc-site-chrome:not(.tc-route-ready)
  .tc-desktop-nav
  a.active
  i {
  color: var(--tc-blue);
}

body .tc-site-chrome.tc-site-chrome .tc-nav-actions {
  display: flex;
  min-width: max-content;
  height: 44px;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

body .tc-site-chrome.tc-site-chrome .tc-nav-actions .icon-action {
  position: relative;
  display: inline-flex;
  overflow: visible;
  width: 40px;
  min-width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8d3df;
  padding: 0;
  font-size: 19px;
  line-height: 1;
}

body .tc-site-chrome.tc-site-chrome .icon-action > span:first-child {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  line-height: 1;
}

body .tc-site-chrome.tc-site-chrome .icon-action .badge {
  position: absolute;
  top: 3px;
  right: 3px;
  display: flex;
  width: 15px;
  min-width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.94);
  margin: 0;
  padding: 0 2px;
  font-size: 8px;
  line-height: 13px;
  transform: none;
}

body .tc-site-chrome.tc-site-chrome .icon-action .badge[hidden] {
  display: none !important;
}

body .tc-site-chrome.tc-site-chrome .nav-signup {
  flex: 0 0 auto;
  white-space: nowrap;
}

/*
 * The full labelled navigation is wider than the centre grid track on common
 * 1280–1400px laptops. Compact it before it can enter the protected account
 * action column. The labels stay visible; only their decorative icons collapse.
 */
@media (max-width: 1420px) and (min-width: 1021px) {
  body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    grid-template-columns: 160px minmax(0, 1fr) 260px;
    gap: 14px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    justify-self: stretch;
    padding: 4px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav a {
    gap: 0;
    min-width: 0;
    padding-inline: 9px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav i {
    display: none;
  }

  body .tc-site-chrome.tc-site-chrome .tc-nav-actions {
    width: 260px;
    min-width: 260px;
  }
}

html.tc-content-leaving
  body.tryycart-global-theme
  :is(#tryycart-app, .tc-service-page, .tc-wp-main) {
  opacity: 0;
  transform: translateY(3px);
  transition:
    opacity 0.11s ease,
    transform 0.11s ease;
}

html.tc-content-arriving
  body.tryycart-global-theme
  :is(#tryycart-app, .tc-service-page, .tc-wp-main) {
  animation: tc-route-in 0.2s ease both;
}

@keyframes tc-route-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes tc-route-in {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1160px) {
  body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    grid-template-columns: 155px minmax(0, 1fr) auto;
    gap: 14px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-site-logo,
  body .tc-site-chrome.tc-site-chrome .tc-site-logo img {
    width: 136px;
    max-width: 136px;
  }
}

@media (max-width: 1020px) {
  body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    display: flex;
    justify-content: space-between;
  }

  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav {
    display: none;
  }

  body .tc-site-chrome.tc-site-chrome .tc-nav-actions {
    width: auto;
    min-width: max-content;
  }
}

@media (max-width: 782px) {
  body.admin-bar .tc-site-chrome.tc-site-chrome .tc-main-header {
    top: 46px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-main-header,
  body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    height: 68px;
    min-height: 68px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-nav-actions .icon-action {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none;
  }

  html.tc-content-leaving
    body.tryycart-global-theme
    :is(#tryycart-app, .tc-service-page, .tc-wp-main),
  html.tc-content-arriving
    body.tryycart-global-theme
    :is(#tryycart-app, .tc-service-page, .tc-wp-main) {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* source: assets/css/system.css */
/*
 * TryyCart final visual system.
 *
 * This is the last theme presentation layer. It scopes contrast and layout
 * corrections to the canonical site chrome and known page surfaces so the
 * WooCommerce and TryyCart Core data/behaviour layers remain untouched.
 */

:root {
  --tc-system-navy: #0b1b39;
  --tc-system-navy-2: #132f5d;
  --tc-system-orange: #ff6514;
  --tc-system-blue: #2867df;
  --tc-system-ink: #13243e;
  --tc-system-muted: #53657e;
  --tc-system-page: #f4f7fb;
  --tc-system-line: #d7e3f1;
}

/* One genuinely shared, non-overlapping header on every page. */
body .tc-site-chrome.tc-site-chrome .tc-utility-inner,
body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
  max-width: 1440px;
}

body .tc-site-chrome.tc-site-chrome .tc-main-header {
  background: #fff;
}

body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
  grid-template-columns: 170px minmax(0, 1fr) 268px;
  gap: 18px;
}

body .tc-site-chrome.tc-site-chrome .tc-desktop-nav {
  position: relative;
  z-index: 1;
  max-width: 100%;
  flex-wrap: nowrap;
}

body .tc-site-chrome.tc-site-chrome .tc-nav-actions {
  position: relative;
  z-index: 2;
  width: 268px;
  min-width: 268px;
  padding-left: 8px;
  background: #fff;
  box-shadow: -12px 0 18px rgba(255, 255, 255, 0.96);
}

body .tc-site-chrome.tc-site-chrome .tc-nav-actions .icon-action {
  border-color: #cfdae8;
  background: #f4f8fc;
}

body .tc-site-chrome.tc-site-chrome .icon-action .badge[hidden] {
  display: none !important;
}

/* Keep all labels, but remove decorative menu icons before space gets tight. */
@media (max-width: 1420px) and (min-width: 1121px) {
  body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    grid-template-columns: 160px minmax(0, 1fr) 260px;
    gap: 14px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav {
    width: 100%;
    justify-content: center;
    justify-self: stretch;
  }

  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav a {
    gap: 0;
    min-width: 0;
    padding-inline: 9px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav i {
    display: none !important;
  }

  body .tc-site-chrome.tc-site-chrome .tc-nav-actions {
    width: 260px;
    min-width: 260px;
  }
}

@media (max-width: 1260px) and (min-width: 1121px) {
  body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    grid-template-columns: 150px minmax(0, 1fr) 220px;
    gap: 12px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-nav-actions {
    width: 220px;
    min-width: 220px;
  }

  body .tc-site-chrome.tc-site-chrome .login-link {
    display: none !important;
  }
}

@media (max-width: 1120px) {
  body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    display: flex;
    justify-content: space-between;
  }

  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav {
    display: none !important;
  }

  body .tc-site-chrome.tc-site-chrome .tc-nav-actions {
    width: auto;
    min-width: max-content;
    padding-left: 0;
    box-shadow: none;
  }

  body .tc-site-chrome.tc-site-chrome .menu-button {
    display: inline-flex !important;
  }
}

/* Shared page surfaces and typography. */
body.tryycart-global-theme :is(.tc-wp-main, .tc-service-workspace) {
  background: var(--tc-system-page);
}

body.tryycart-global-theme
  :is(.tc-service-page, .tc-wp-main, .woocommerce)
  :is(h2, h3, h4) {
  line-height: 1.16;
}

body.tryycart-global-theme .placeholder-hero h1,
body.tryycart-global-theme .tc-site-footer h4 {
  color: #fff !important;
}

body.tryycart-global-theme
  :is(
    .problem-section,
    .comparison,
    .hiw-hero,
    .final-cta,
    .checkout-hero,
    .about-way
  )
  :is(h1, h2, h3, h4) {
  color: #fff;
}

/* Order from India, Book Courier and rate pages share one service language. */
body.tryycart-global-theme.tryycart-service-page .tc-service-hero {
  background-color: var(--tc-system-navy);
  background-image:
    radial-gradient(
      circle at 1px 1px,
      rgba(112, 150, 214, 0.22) 1px,
      transparent 0
    ),
    radial-gradient(
      circle at 76% 22%,
      rgba(67, 78, 200, 0.28),
      transparent 34%
    ),
    linear-gradient(135deg, #091a36, #172e5b);
  color: #fff;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-hero-copy
  h1 {
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.16);
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-hero-copy
  h1
  :is(span, small) {
  color: #ff7a29 !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-hero-copy
  > p {
  color: #dbe8fb !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  :is(
    .tc-provider-pills span,
    .tc-route-visual strong,
    .tc-courier-benefits strong
  ) {
  color: #fff;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  :is(.tc-route-visual small, .tc-courier-benefits small) {
  color: #c8d8ef;
}

body.tryycart-global-theme.tryycart-service-page
  :is(.tc-panel, .tc-confidence, .tc-service-faq)
  :is(h2, h3) {
  color: var(--tc-system-ink);
}

body.tryycart-global-theme.tryycart-service-page
  :is(.tc-courier-compare, .tc-compare-grid, .tc-why-card)
  :is(h2, h3) {
  color: #fff !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-courier-aside
  :is(section:first-child, .tc-estimator, .tc-prohibited-card, .tc-why-card)
  h3 {
  color: #fff !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-courier-metrics
  :is(strong, small, em) {
  color: #fff;
}

body.tryycart-global-theme.tryycart-service-page
  :is(.tc-panel, .tc-benefit-grid article, .tc-service-faq details) {
  border-color: var(--tc-system-line);
}

/* Authentication and account portal contrast follows the same rules. */
body.tryycart-global-theme.tryycart-auth-page .tc-auth-intro :is(h1, p, li),
body.tryycart-global-theme.tryycart-account-page
  .tc-account-welcome
  :is(h2, p, b, small) {
  color: #fff !important;
}

body.tryycart-global-theme.tryycart-auth-page .tc-auth-intro p,
body.tryycart-global-theme.tryycart-account-page .tc-account-welcome p {
  color: #d7e6fb !important;
}

@media (max-width: 700px) {
  body.tryycart-global-theme.tryycart-service-page .tc-service-hero {
    padding-block: 42px;
  }

  body.tryycart-global-theme.tryycart-service-page
    .tc-service-hero
    .tc-hero-copy
    h1 {
    font-size: clamp(2.35rem, 12vw, 3rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .tc-site-chrome.tc-site-chrome *,
  body.tryycart-global-theme .tc-service-page * {
    scroll-behavior: auto !important;
  }
}

/* source: assets/css/experience-1.10.53.css */
/*
 * TryyCart customer experience system.
 *
 * Uses the approved homepage hero and FAQ panel as the visual reference for
 * every public page. Presentation only: no form, commerce or calculator rules.
 */

:root {
  --tc-x-page: #d5e0eb;
  --tc-x-panel: #e8eef5;
  --tc-x-card: #f6f9fc;
  --tc-x-line: #aebfd1;
  --tc-x-ink: #102440;
  --tc-x-muted: #4d627d;
  --tc-x-orange: #ff6b18;
  --tc-x-blue: #2867df;
  --tc-x-shadow: 0 18px 42px rgba(28, 52, 82, 0.14);
}

html,
body.tryycart-global-theme,
body.tryycart-global-theme .site-root {
  background: var(--tc-x-page);
}

/* Reference hero: light global-delivery canvas, strong dark type, orange accent. */
body.tryycart-global-theme
  :is(
    .hero,
    .order-hero,
    .courier-hero,
    .hiw-hero,
    .checkout-hero,
    .content-hero,
    .placeholder-hero,
    .tc-service-hero,
    .tc-auth-intro
  ) {
  background:
    radial-gradient(circle at 8% 16%, rgba(218, 143, 91, 0.3), transparent 30%),
    radial-gradient(
      circle at 88% 15%,
      rgba(70, 129, 204, 0.26),
      transparent 34%
    ),
    radial-gradient(
      circle at 1px 1px,
      rgba(54, 105, 174, 0.14) 1px,
      transparent 0
    ),
    linear-gradient(135deg, #dde0e3 0%, #d9e5f0 52%, #ccdeef 100%) !important;
  background-size:
    auto,
    auto,
    24px 24px,
    auto !important;
  color: var(--tc-x-ink) !important;
}

body.tryycart-global-theme .hero {
  min-height: auto;
}

/* Compact home hero: align the live window with the message, then use the
 * window's full width for proof, actions and trust instead of adding height to
 * the left column. */
body.tryycart-global-theme .hero-grid {
  width: min(1320px, calc(100% - 40px));
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: start;
  gap: clamp(38px, 4vw, 62px);
  min-height: 0;
  padding-block: clamp(34px, 3.4vw, 48px) 30px;
}

body.tryycart-global-theme .hero-copy {
  padding-top: 2px;
}

body.tryycart-global-theme .hero-map {
  align-self: start;
  margin-top: 18px;
}

body.tryycart-global-theme .hero .showcase-stage {
  height: clamp(300px, 24vw, 340px);
}

body.tryycart-global-theme .hero-support {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 9px;
  margin-top: 10px;
}

body.tryycart-global-theme .hero-support .hero-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

body.tryycart-global-theme .hero-support .hero-metrics span {
  min-width: 0;
  padding: 9px 10px;
  font-size: 0.68rem;
  white-space: nowrap;
}

body.tryycart-global-theme .hero-support .button-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.tryycart-global-theme .hero-support .button-row .btn {
  width: 100%;
  min-height: 43px;
  padding: 10px 15px;
}

body.tryycart-global-theme .hero-support .trust-line {
  justify-self: start;
  margin: 0;
}

body.tryycart-global-theme
  :is(
    .order-hero,
    .courier-hero,
    .hiw-hero,
    .checkout-hero,
    .content-hero,
    .placeholder-hero,
    .tc-service-hero,
    .tc-auth-intro
  )
  :is(h1, h2) {
  color: var(--tc-x-ink) !important;
}

body.tryycart-global-theme
  :is(.order-hero, .courier-hero, .hiw-hero, .checkout-hero)
  :is(h1, h2)
  :is(span, em),
body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-hero-copy
  h1
  :is(span, small) {
  color: var(--tc-x-orange) !important;
}

body.tryycart-global-theme
  :is(
    .order-hero,
    .courier-hero,
    .hiw-hero,
    .checkout-hero,
    .content-hero,
    .placeholder-hero,
    .tc-service-hero,
    .tc-auth-intro
  )
  p,
body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-hero-copy
  > p {
  color: var(--tc-x-muted) !important;
  font-size: 1.05rem;
  line-height: 1.7;
}

body.tryycart-global-theme .hero h1 {
  font-size: clamp(3.4rem, 5.4vw, 5.35rem);
  line-height: 0.98;
}

/* Contrast safety for every hero that now uses the light route canvas. */
body.tryycart-global-theme
  :is(
    .hero,
    .order-hero,
    .courier-hero,
    .hiw-hero,
    .checkout-hero,
    .content-hero,
    .placeholder-hero,
    .tc-service-hero,
    .tc-auth-intro
  )
  :is(.hero-pill, .eyebrow, .tc-kicker) {
  color: #9f3d06 !important;
  border-color: #e47a36 !important;
  background: rgba(255, 245, 235, 0.9) !important;
  text-shadow: none !important;
}

body.tryycart-global-theme .hero .btn-glass,
body.tryycart-global-theme :is(.order-hero, .courier-hero, .hiw-hero)
  .btn-glass,
body.tryycart-global-theme .final-cta .btn-glass {
  color: var(--tc-x-ink) !important;
  border-color: #9fb3c8 !important;
  background: rgba(248, 251, 254, 0.92) !important;
  box-shadow: 0 7px 18px rgba(28, 52, 82, 0.1);
}

body.tryycart-global-theme .primary-nav a.active,
body.tryycart-global-theme .primary-nav a.active :is(span, b, i) {
  color: #fff !important;
}

body.tryycart-global-theme .showcase-shade {
  background: linear-gradient(
    180deg,
    transparent 25%,
    rgba(6, 18, 37, 0.9) 100%
  );
}

body.tryycart-global-theme .showcase-copy :is(h3, p, small) {
  color: #fff !important;
  text-shadow: 0 2px 10px rgba(2, 6, 23, 0.72);
}

body.tryycart-global-theme .showcase-controls button :is(span, b) {
  color: #44566f;
}

body.tryycart-global-theme .showcase-controls button.active :is(span, b) {
  color: #a83b08;
}

body.tryycart-global-theme
  :is(
    .order-hero,
    .courier-hero,
    .hiw-hero,
    .checkout-hero,
    .content-hero,
    .placeholder-hero
  )
  h1 {
  font-size: clamp(3.1rem, 4.8vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

body.tryycart-global-theme.tryycart-auth-page .tc-auth-intro :is(h1, p, li) {
  color: var(--tc-x-ink) !important;
}

body.tryycart-global-theme.tryycart-service-page .tc-service-hero {
  padding-block: clamp(54px, 6vw, 82px);
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-hero-copy
  h1 {
  color: var(--tc-x-ink) !important;
  font-size: clamp(3rem, 4.7vw, 4.7rem);
  text-shadow: none;
}

/* The right side of every service hero reads like the approved route window. */
body.tryycart-global-theme.tryycart-service-page
  :is(.tc-route-visual, .tc-courier-benefits) {
  border: 1px solid var(--tc-x-line);
  border-radius: 22px;
  padding: 20px;
  background: rgba(232, 239, 246, 0.92);
  box-shadow: var(--tc-x-shadow);
}

body.tryycart-global-theme.tryycart-service-page .tc-route-visual > div,
body.tryycart-global-theme.tryycart-service-page .tc-courier-benefits article {
  border-color: #b8c7d7;
  background: rgba(248, 251, 254, 0.94);
  color: var(--tc-x-ink);
}

body.tryycart-global-theme.tryycart-service-page .tc-route-visual > div.is-hub {
  border-color: var(--tc-x-orange);
  background: linear-gradient(145deg, #17345f, #253f83);
  color: #fff;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-route-visual
  > div:not(.is-hub)
  :is(strong, small),
body.tryycart-global-theme.tryycart-service-page
  .tc-courier-benefits
  :is(strong, small) {
  color: var(--tc-x-ink) !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-route-visual
  > div.is-hub
  :is(strong, small, b) {
  color: #fff;
}

body.tryycart-global-theme.tryycart-service-page .tc-courier-benefits > span {
  color: #164e8a !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-provider-pills
  span {
  color: var(--tc-x-ink) !important;
  border-color: #afc0d2 !important;
  background: rgba(248, 251, 254, 0.92) !important;
}

body.tryycart-global-theme
  :is(
    .order-hero-art,
    .courier-features,
    .content-hero-icon,
    .hiw-stats
  ) {
  border: 1px solid var(--tc-x-line);
  border-radius: 22px;
  background: rgba(235, 241, 247, 0.9);
  box-shadow: var(--tc-x-shadow);
}

/* Large and consistent section titles on every public surface. */
body.tryycart-global-theme .section-title {
  margin-bottom: 18px;
}

body.tryycart-global-theme .section-title .eyebrow,
body.tryycart-global-theme .section-title > .eyebrow {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  border: 1px solid #ffad75;
  border-radius: 999px;
  padding: 6px 13px;
  color: #d94e05;
  background: rgba(255, 248, 242, 0.78);
  font-size: 0.76rem !important;
  font-weight: 900;
  letter-spacing: 0.08em;
}

body.tryycart-global-theme .section-title h2,
body.tryycart-global-theme
  :is(.services-section, .steps-section, .problem-section, .faq-section)
  .section-title
  h2 {
  color: var(--tc-x-ink) !important;
  font-size: clamp(3rem, 4.5vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

body.tryycart-global-theme .section-intro {
  max-width: 900px;
  color: var(--tc-x-muted);
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
}

body.tryycart-global-theme
  .tc-service-route-page:not(.tc-service-route-page--order)
  :is(.tc-confidence, .tc-courier-compare, .tc-service-faq)
  h2 {
  color: var(--tc-x-ink) !important;
  font-size: clamp(2.55rem, 4vw, 3.7rem);
  line-height: 1;
}

/* Each homepage chapter is now an independent reference-style panel. */
body.tryycart-global-theme
  :is(
    .services-section,
    .shipping-story,
    .steps-section,
    .problem-section,
    .trending-section,
    .testimonials,
    .faq-section,
    .contact-band
  ) {
  border: 0;
  padding: 22px 0 !important;
  background: transparent !important;
}

body.tryycart-global-theme
  :is(
    .services-section,
    .shipping-story,
    .steps-section,
    .problem-section,
    .trending-section,
    .testimonials,
    .faq-section,
    .contact-band
  )
  > .shell {
  width: min(1220px, calc(100% - 34px));
  margin-inline: auto;
  border: 1px solid var(--tc-x-line);
  border-radius: 24px !important;
  padding: clamp(34px, 4vw, 54px) !important;
  background: linear-gradient(145deg, #edf2f7, #e4ebf3) !important;
  box-shadow: var(--tc-x-shadow) !important;
}

body.tryycart-global-theme .stats-bar {
  border: 0;
  padding: 18px 0;
  background: transparent;
}

body.tryycart-global-theme .stats-bar > .shell {
  width: min(1220px, calc(100% - 34px));
  border: 1px solid var(--tc-x-line);
  border-radius: 18px;
  background: rgba(238, 243, 248, 0.9);
  box-shadow: 0 10px 25px rgba(28, 52, 82, 0.1);
}

body.tryycart-global-theme .problem-section > .why-layout {
  color: var(--tc-x-ink);
}

body.tryycart-global-theme .problem-section .section-title.light h2,
body.tryycart-global-theme .problem-section .section-title.light .eyebrow {
  color: var(--tc-x-ink) !important;
}

body.tryycart-global-theme .why-intro > p {
  color: var(--tc-x-muted) !important;
  background: rgba(247, 250, 253, 0.76);
}

/* Service cards and explanatory imagery are comfortable reading size. */
body.tryycart-global-theme .service-grid {
  gap: 20px;
}

body.tryycart-global-theme .service-card {
  border: 1px solid #aebfd1;
  border-top-width: 5px;
  border-radius: 18px;
  background: var(--tc-x-card);
  box-shadow: 0 12px 28px rgba(28, 52, 82, 0.12);
}

body.tryycart-global-theme .service-art {
  height: 220px;
}

body.tryycart-global-theme .service-body {
  padding: 22px;
}

body.tryycart-global-theme .service-body h3 {
  font-size: 1.45rem;
}

body.tryycart-global-theme .service-body p {
  min-height: 76px;
  color: var(--tc-x-muted);
  font-size: 0.96rem !important;
  line-height: 1.62 !important;
}

body.tryycart-global-theme .service-body li {
  border-color: #bdcbd9;
  background: #e7edf4;
  font-size: 0.78rem;
}

body.tryycart-global-theme .combine-banner {
  margin-top: 22px;
  border-color: #afc0d2;
  border-radius: 16px;
  padding: 20px 22px;
  background: linear-gradient(125deg, #f0e6de, #e4edf6 58%, #e1eee9);
}

body.tryycart-global-theme .combine-banner h3 {
  font-size: 1.35rem;
}

/* Image proof and rate calculator form one clear, balanced block. */
body.tryycart-global-theme .shipping-story > .shell {
  grid-template-columns: 0.8fr 0.8fr 1.4fr;
  gap: 18px;
}

body.tryycart-global-theme .shipping-story .shipping-story-photo,
body.tryycart-global-theme .shipping-story .shipping-story-photo img {
  min-height: 250px;
  height: 250px;
}

body.tryycart-global-theme .shipping-story .shipping-story-photo,
body.tryycart-global-theme .shipping-story .shipping-rate-card {
  border-color: #acbdd0;
  border-radius: 18px;
  background: var(--tc-x-card);
  box-shadow: 0 10px 24px rgba(28, 52, 82, 0.11);
}

body.tryycart-global-theme .shipping-story-photo h3,
body.tryycart-global-theme .shipping-rate-card h3 {
  font-size: 1.25rem;
}

body.tryycart-global-theme .shipping-story-photo p,
body.tryycart-global-theme .shipping-rate-card p {
  font-size: 0.9rem !important;
  line-height: 1.55 !important;
}

body.tryycart-global-theme .customer-flow {
  margin-top: 22px;
  border-color: #aebfd1;
  border-radius: 20px;
  background: #edf3f8;
  box-shadow: 0 12px 28px rgba(28, 52, 82, 0.12);
}

body.tryycart-global-theme .flow-canvas {
  min-height: 360px;
}

body.tryycart-global-theme .problem-section .benefit-grid article,
body.tryycart-global-theme .review-grid article,
body.tryycart-global-theme :is(.category-window, .product-card) {
  border-color: #afc0d1;
  background: var(--tc-x-card);
  box-shadow: 0 9px 22px rgba(28, 52, 82, 0.09);
}

body.tryycart-global-theme .problem-section .benefit-grid article h3 {
  color: var(--tc-x-ink);
  font-size: 1.08rem;
}

body.tryycart-global-theme .problem-section .benefit-grid article p {
  color: var(--tc-x-muted);
  font-size: 0.92rem !important;
  line-height: 1.58 !important;
}

/* FAQ is the exact reference hierarchy: large introduction, four clear rows. */
body.tryycart-global-theme .faq-section .faq-shell {
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 40px;
}

body.tryycart-global-theme .faq-section .section-title h2 {
  font-size: clamp(3rem, 4.5vw, 4.15rem);
}

body.tryycart-global-theme .faq-section .faq-shell > div:first-child > p {
  color: var(--tc-x-muted);
  font-size: 1rem;
  line-height: 1.65;
}

body.tryycart-global-theme .faq-section .accordion {
  gap: 10px;
}

body.tryycart-global-theme .faq-section .accordion article {
  border-color: #aebfd1;
  border-radius: 14px;
  background: rgba(247, 250, 253, 0.82);
}

body.tryycart-global-theme .faq-section .accordion article button {
  min-height: 56px;
  padding: 13px 16px;
}

body.tryycart-global-theme .faq-section .accordion article button span {
  color: var(--tc-x-ink);
  font-size: 0.92rem;
}

body.tryycart-global-theme .faq-section .accordion article > div p {
  color: var(--tc-x-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

body.tryycart-global-theme .faq-section .faq-explore {
  min-height: 58px;
  border-color: #9fb3c8;
  border-radius: 13px;
  padding: 13px 16px;
  background: #d5e1ed;
  color: #173b68;
  font-size: 0.98rem;
}

/* The same framed panel language continues through every non-home page. */
body.tryycart-global-theme
  .content-page
  :is(
    .about-origin,
    .value-pillars,
    .about-way-grid,
    .delivery-grid,
    .commitments,
    .policy-layout,
    .prohibition-notice,
    .prohibited-grid,
    .allowed-check,
    .faq-library,
    .legal-notice,
    .simple-legal
  ),
body.tryycart-global-theme
  .tc-service-route-page:not(.tc-service-route-page--order)
  .tc-service-workspace
  > .tc-service-container,
body.tryycart-global-theme
  .tc-service-route-page:not(.tc-service-route-page--order)
  :is(
    .tc-confidence,
    .tc-restriction-strip,
    .tc-courier-compare,
    .tc-service-faq
  )
  > .tc-service-container,
body.tryycart-global-theme .tc-wp-content .woocommerce {
  width: min(1220px, calc(100% - 34px));
  margin: 22px auto;
  border: 1px solid var(--tc-x-line);
  border-radius: 24px;
  padding: clamp(28px, 4vw, 50px);
  background: linear-gradient(145deg, #eef3f8, #e6edf4);
  box-shadow: var(--tc-x-shadow);
}

body.tryycart-global-theme
  .tc-service-route-page:not(.tc-service-route-page--order)
  :is(
    .tc-service-workspace,
    .tc-confidence,
    .tc-restriction-strip,
    .tc-courier-compare,
    .tc-service-faq
  ) {
  border: 0;
  padding: 22px 0;
  background: transparent;
}

body.tryycart-global-theme.tryycart-service-page
  :is(.tc-courier-compare, .tc-compare-grid, .tc-why-card)
  :is(h2, h3),
body.tryycart-global-theme.tryycart-service-page
  .tc-courier-aside
  .tc-why-card
  h3 {
  color: var(--tc-x-ink) !important;
}

body.tryycart-global-theme.tryycart-service-page .tc-courier-compare,
body.tryycart-global-theme.tryycart-service-page .tc-why-card {
  color: var(--tc-x-ink);
  background: transparent !important;
}

body.tryycart-global-theme.tryycart-service-page .tc-compare-grid article,
body.tryycart-global-theme.tryycart-service-page .tc-why-card {
  border-color: #afc0d2;
  background: var(--tc-x-card) !important;
}

body.tryycart-global-theme.tryycart-service-page
  :is(.tc-compare-grid article, .tc-why-card)
  :is(p, small, li) {
  color: var(--tc-x-muted);
}

body.tryycart-global-theme .tc-process-strip,
body.tryycart-global-theme .tc-trust-strip {
  border-color: #b4c4d4;
  background: #eef3f8;
}

/* Operational React pages use the same independent panel rhythm. */
body.tryycart-global-theme
  :is(
    .order-flow-bar,
    .order-builder,
    .order-assurance,
    .courier-trust,
    .booking-area,
    .restricted,
    .comparison,
    .courier-faq,
    .timeline-section,
    .policy-section,
    .order-tabs,
    .combine-section,
    .more-section,
    .hiw-counts,
    .final-cta,
    .checkout-main
  ) {
  border: 0;
  padding: 22px 0 !important;
  background: transparent !important;
}

body.tryycart-global-theme
  :is(
    .order-flow-bar,
    .order-builder,
    .order-assurance,
    .courier-trust,
    .booking-area,
    .restricted,
    .comparison,
    .courier-faq,
    .timeline-section,
    .policy-section,
    .order-tabs,
    .combine-section,
    .more-section,
    .hiw-counts,
    .final-cta,
    .checkout-main
  )
  > .shell {
  width: min(1220px, calc(100% - 34px));
  margin-inline: auto;
  border: 1px solid var(--tc-x-line);
  border-radius: 24px;
  padding: clamp(30px, 4vw, 50px);
  background: linear-gradient(145deg, #eef3f8, #e5ecf4);
  box-shadow: var(--tc-x-shadow);
}

body.tryycart-global-theme :is(.comparison, .final-cta) :is(h1, h2, h3, p) {
  color: var(--tc-x-ink) !important;
}

body.tryycart-global-theme
  :is(
    .order-workspace,
    .booking-form,
    .checkout-card,
    .checkout-summary
  ) {
  border-color: #afc0d2;
  background: var(--tc-x-card);
  box-shadow: 0 10px 25px rgba(28, 52, 82, 0.1);
}

/* Readability audit: components originally designed for navy backgrounds now
 * receive explicit ink colours whenever they sit on the new light panels. */
body.tryycart-global-theme .combine-banner {
  color: var(--tc-x-ink);
}

body.tryycart-global-theme .combine-banner .combine-kicker,
body.tryycart-global-theme .card-kicker,
body.tryycart-global-theme .content-page :is(.about-origin, .about-way) small {
  color: #a83b08 !important;
}

body.tryycart-global-theme .combine-banner h3 {
  color: var(--tc-x-ink);
}

body.tryycart-global-theme .combine-banner p,
body.tryycart-global-theme .combine-flow small {
  color: var(--tc-x-muted) !important;
}

body.tryycart-global-theme .combine-flow > span {
  color: var(--tc-x-ink);
  border-color: #afc0d2;
  background: rgba(248, 251, 254, 0.9);
}

body.tryycart-global-theme .combine-flow > b {
  color: #a83b08;
}

body.tryycart-global-theme .contact-grid > div:first-child > span {
  color: #913807 !important;
}

body.tryycart-global-theme .contact-grid h2,
body.tryycart-global-theme .contact-grid .seller-points b {
  color: var(--tc-x-ink) !important;
}

body.tryycart-global-theme .contact-grid > div:first-child > p {
  color: var(--tc-x-muted) !important;
}

body.tryycart-global-theme .review-grid article > small,
body.tryycart-global-theme .contact-card > p,
body.tryycart-global-theme .contact-card .response-time {
  color: #52667e !important;
}

body.tryycart-global-theme .hiw-stats span {
  color: var(--tc-x-muted) !important;
  border-color: #afc0d2;
  background: rgba(248, 251, 254, 0.9);
}

body.tryycart-global-theme .hiw-stats b {
  color: var(--tc-x-ink) !important;
}

body.tryycart-global-theme .marketplace-row :is(span, button),
body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-provider-pills
  span {
  color: var(--tc-x-ink) !important;
  border-color: #aebfd1 !important;
  background: rgba(248, 251, 254, 0.92) !important;
}

body.tryycart-global-theme .courier-features article :is(b, strong),
body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-courier-benefits
  strong {
  color: var(--tc-x-ink) !important;
}

body.tryycart-global-theme .courier-features article p,
body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-courier-benefits
  small {
  color: var(--tc-x-muted) !important;
}

body.tryycart-global-theme .service-art > :is(small, b),
body.tryycart-global-theme .shipping-story-photo > div :is(small, h3, p) {
  color: #fff !important;
  text-shadow: 0 2px 9px rgba(2, 6, 23, 0.9);
}

body.tryycart-global-theme .shipping-story-photo > div {
  border-radius: 10px;
  padding: 9px 10px;
  background: rgba(5, 18, 36, 0.72);
  backdrop-filter: blur(4px);
}

body.tryycart-global-theme
  :is(.section-title .eyebrow, .tc-section-pill, .content-hero-grid > div:first-child > span) {
  color: #9f3d06 !important;
}

body.tryycart-global-theme .flow-customer h3,
body.tryycart-global-theme .flow-doorstep h3,
body.tryycart-global-theme .flow-hub h3,
body.tryycart-global-theme .flow-summary b,
body.tryycart-global-theme .service-lanes button b {
  color: var(--tc-x-ink);
}

/* Compact How It Works experience: a single animated journey replaces the
 * five-screen alternating timeline while every operational detail remains
 * available through tap targets and the compact supporting panels. */
body.tryycart-global-theme .hiw-page .hiw-hero {
  min-height: 0;
  padding: 48px 0 40px;
}

body.tryycart-global-theme .hiw-page .hiw-hero h1 {
  margin: 13px 0 9px;
  font-size: clamp(2.75rem, 5vw, 4.6rem);
}

body.tryycart-global-theme .hiw-page .hiw-hero p {
  max-width: 720px;
}

body.tryycart-global-theme .hiw-page .hiw-stats {
  margin-top: 18px;
}

body.tryycart-global-theme .hiw-page .scroll-cue {
  display: none;
}

body.tryycart-global-theme .hiw-page .hiw-marquee {
  min-height: 30px;
  padding: 7px 0;
}

body.tryycart-global-theme .hiw-page .hiw-marquee > div {
  font-size: 0.61rem;
}

body.tryycart-global-theme .hiw-page
  :is(
    .hiw-explainer-section,
    .policy-section,
    .order-tabs,
    .combine-section,
    .more-section,
    .final-cta
  ) {
  padding: 10px 0 !important;
}

body.tryycart-global-theme .hiw-page
  :is(
    .hiw-explainer-section,
    .policy-section,
    .order-tabs,
    .combine-section,
    .more-section,
    .final-cta
  )
  > .shell {
  width: min(1220px, calc(100% - 28px));
  margin-inline: auto;
  border: 1px solid var(--tc-x-line);
  border-radius: 22px;
  padding: 25px 28px !important;
  background: linear-gradient(145deg, #eef3f8, #e5ecf4) !important;
  box-shadow: 0 12px 30px rgba(28, 52, 82, 0.11) !important;
}

body.tryycart-global-theme .hiw-page .section-title {
  margin-bottom: 10px;
}

body.tryycart-global-theme .hiw-page .section-title h2 {
  font-size: clamp(2.25rem, 3.5vw, 3.25rem);
}

body.tryycart-global-theme .hiw-page .section-intro {
  max-width: 760px;
  margin: 0 auto 18px;
  font-size: 0.96rem !important;
}

body.tryycart-global-theme .hiw-explainer {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  align-items: stretch;
  gap: 18px;
}

body.tryycart-global-theme .hiw-animation {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid #a9bed3;
  border-radius: 20px;
  padding: 58px 22px 18px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 179, 117, 0.34), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(98, 168, 238, 0.32), transparent 30%),
    radial-gradient(circle at 1px 1px, rgba(40, 103, 175, 0.13) 1px, transparent 0),
    linear-gradient(145deg, #f7f4f1, #e4eef8);
  background-size: auto, auto, 18px 18px, auto;
}

body.tryycart-global-theme .hiw-route-track {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 12px;
}

body.tryycart-global-theme .hiw-route-track::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 43px;
  right: 7%;
  left: 7%;
  border-top: 3px dashed #6f91ba;
}

body.tryycart-global-theme .hiw-track-node {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #b3c4d5;
  border-radius: 16px;
  padding: 11px 8px;
  text-align: center;
  background: rgba(250, 252, 254, 0.94);
  box-shadow: 0 9px 20px rgba(28, 52, 82, 0.1);
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

body.tryycart-global-theme .hiw-track-node.is-active {
  border-color: #ff6b18;
  box-shadow:
    0 0 0 4px rgba(255, 107, 24, 0.14),
    0 11px 24px rgba(28, 52, 82, 0.16);
  transform: translateY(-6px);
}

body.tryycart-global-theme .hiw-track-node > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 7px;
  border-radius: 12px;
  color: var(--tc-x-ink);
  background: #e7eef7;
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 900;
}

body.tryycart-global-theme .hiw-track-node > b {
  color: var(--tc-x-ink);
  font-size: 0.76rem;
}

body.tryycart-global-theme .hiw-track-node > small {
  margin-top: 3px;
  color: var(--tc-x-muted);
  font-size: 0.58rem;
}

body.tryycart-global-theme .hiw-track-node.is-hub {
  border-color: #f06a16;
  background: linear-gradient(145deg, #19345d, #2c4785);
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(26, 57, 106, 0.24);
}

body.tryycart-global-theme .hiw-track-node.is-hub.is-active {
  transform: translateY(-10px);
}

body.tryycart-global-theme .hiw-track-node.is-hub :is(b, small) {
  color: #fff;
}

body.tryycart-global-theme .hiw-track-node.is-hub > i {
  color: #fff;
  background: linear-gradient(135deg, #ff7a26, #8b63df);
  animation: hiwHubPulse 2.6s ease-in-out infinite;
}

body.tryycart-global-theme .hiw-moving-parcel,
body.tryycart-global-theme .hiw-flight {
  position: absolute;
  z-index: 5;
  filter: drop-shadow(0 7px 8px rgba(16, 36, 64, 0.25));
}

body.tryycart-global-theme .hiw-moving-parcel {
  top: 87px;
  left: 8%;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 4px 6px;
  background: #ff7a26;
  font-size: 0.9rem;
  transition: left 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

body.tryycart-global-theme .hiw-animation.step-1 .hiw-moving-parcel {
  left: 8%;
}

body.tryycart-global-theme .hiw-animation.step-2 .hiw-moving-parcel {
  left: 28%;
}

body.tryycart-global-theme .hiw-animation.step-3 .hiw-moving-parcel {
  left: 48%;
}

body.tryycart-global-theme .hiw-animation.step-4 .hiw-moving-parcel {
  left: 68%;
}

body.tryycart-global-theme .hiw-animation.step-5 .hiw-moving-parcel {
  left: 88%;
}

body.tryycart-global-theme .hiw-flight {
  top: 17px;
  left: 38%;
  color: #215fa6;
  font-size: 1.45rem;
  animation: hiwFlightJourney 5.5s ease-in-out infinite;
}

body.tryycart-global-theme .hiw-service-legend {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
}

body.tryycart-global-theme .hiw-service-legend span {
  border: 1px solid #b5c6d7;
  border-radius: 999px;
  padding: 7px 10px;
  color: #294663;
  background: rgba(250, 252, 254, 0.88);
  font-size: 0.62rem;
  font-weight: 800;
}

body.tryycart-global-theme .hiw-animation-caption {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  border: 1px solid #aec1d3;
  border-left: 4px solid #ff6b18;
  border-radius: 12px;
  padding: 13px 15px;
  background: rgba(247, 250, 253, 0.9);
}

body.tryycart-global-theme .hiw-animation-caption b {
  color: var(--tc-x-ink);
  font-size: 0.86rem;
}

body.tryycart-global-theme .hiw-animation-caption p {
  margin: 4px 0 0;
  color: var(--tc-x-muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

body.tryycart-global-theme .hiw-step-console {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid #aebfd1;
  border-radius: 20px;
  padding: 17px;
  background: #f7fafd;
}

body.tryycart-global-theme .hiw-step-console > small {
  color: #a83b08;
  letter-spacing: 0.11em;
  font-size: 0.62rem;
  font-weight: 900;
}

body.tryycart-global-theme .hiw-step-buttons {
  display: grid;
  gap: 6px;
  margin: 10px 0;
}

body.tryycart-global-theme .hiw-step-buttons button {
  display: grid;
  grid-template-columns: 28px 30px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  min-height: 45px;
  border: 1px solid #c2d0de;
  border-radius: 11px;
  padding: 7px 9px;
  color: #334b67;
  text-align: left;
  background: #fff;
}

body.tryycart-global-theme .hiw-step-buttons button > b {
  color: #617790;
  font-size: 0.63rem;
}

body.tryycart-global-theme .hiw-step-buttons button > i {
  font-size: 1rem;
  font-style: normal;
}

body.tryycart-global-theme .hiw-step-buttons button > span {
  font-size: 0.7rem;
  font-weight: 850;
}

body.tryycart-global-theme .hiw-step-buttons button.active {
  border-color: #ff7a26;
  color: #fff;
  background: linear-gradient(110deg, #d9520c, #345fc6);
  box-shadow: 0 7px 16px rgba(55, 82, 145, 0.2);
}

body.tryycart-global-theme .hiw-step-buttons button.active > b {
  color: #fff;
}

body.tryycart-global-theme .hiw-active-step {
  flex: 1;
  border: 1px solid #b7c7d7;
  border-radius: 13px;
  padding: 14px;
  background: linear-gradient(145deg, #fff9f4, #edf4fb);
}

body.tryycart-global-theme .hiw-active-step header {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.tryycart-global-theme .hiw-active-step header > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 11px;
  background: #fff;
  font-size: 1.25rem;
  box-shadow: 0 5px 12px rgba(28, 52, 82, 0.1);
}

body.tryycart-global-theme .hiw-active-step header small {
  color: #a83b08;
  letter-spacing: 0.06em;
  font-size: 0.55rem;
  font-weight: 900;
}

body.tryycart-global-theme .hiw-active-step h3 {
  margin: 2px 0 0;
  color: var(--tc-x-ink);
  font-size: 1rem;
}

body.tryycart-global-theme .hiw-active-step > p {
  margin: 10px 0;
  color: var(--tc-x-muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

body.tryycart-global-theme .hiw-active-points {
  display: grid;
  gap: 5px;
}

body.tryycart-global-theme .hiw-active-points span {
  border-radius: 7px;
  padding: 6px 8px;
  color: #31546e;
  background: #e9f2f9;
  font-size: 0.63rem;
  font-weight: 750;
}

body.tryycart-global-theme .hiw-active-step > button {
  margin-top: 11px;
  border: 0;
  padding: 0;
  color: #9f3d06;
  background: transparent;
  font-size: 0.68rem;
  font-weight: 900;
}

body.tryycart-global-theme .hiw-page .policy-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 17px;
}

body.tryycart-global-theme .hiw-page .policy-grid article {
  min-height: 174px;
  padding: 16px 16px 42px;
}

body.tryycart-global-theme .hiw-page .policy-grid article > span {
  font-size: 1.35rem;
}

body.tryycart-global-theme .hiw-page .policy-grid h3 {
  font-size: 0.9rem;
}

body.tryycart-global-theme .hiw-page .policy-grid article > b {
  bottom: 13px;
  left: 16px;
}

body.tryycart-global-theme .hiw-page .tab-buttons {
  margin: 15px 0 10px;
}

body.tryycart-global-theme .hiw-page .flow-panel {
  max-width: none;
  padding: 17px 19px;
}

body.tryycart-global-theme .hiw-page .flow-panel-top h3 {
  margin-bottom: 12px;
}

body.tryycart-global-theme .hiw-page .flow-tip {
  margin: 14px 0 10px;
}

body.tryycart-global-theme .hiw-page .mega-flow {
  margin: 18px 0 14px;
}

body.tryycart-global-theme .hiw-page .mega-sources span,
body.tryycart-global-theme .hiw-page .mega-home {
  color: var(--tc-x-ink);
  border-color: #b2c3d4;
  background: #f8fbfe;
}

body.tryycart-global-theme .hiw-page .mega-flow > strong {
  color: #fff;
  background: linear-gradient(145deg, #17345f, #294881);
}

body.tryycart-global-theme .hiw-page .mega-flow > strong small {
  color: #d5e4f4;
}

body.tryycart-global-theme .hiw-page .saving-stats span {
  color: var(--tc-x-ink);
  border-color: #b2c3d4;
  background: #f7fafd;
}

body.tryycart-global-theme .hiw-page .saving-stats small {
  color: var(--tc-x-muted);
}

body.tryycart-global-theme .hiw-page .more-grid {
  gap: 9px;
  margin-top: 16px;
}

body.tryycart-global-theme .hiw-page .more-grid article {
  min-height: 88px;
  padding: 13px;
}

body.tryycart-global-theme .hiw-page .hiw-counts {
  display: none;
}

body.tryycart-global-theme .hiw-page .final-cta > .shell {
  padding-block: 24px !important;
}

body.tryycart-global-theme .hiw-page .final-cta h2 {
  margin: 5px 0;
  font-size: clamp(2rem, 3.5vw, 3rem);
}

body.tryycart-global-theme .hiw-page .final-cta p {
  margin: 0 0 13px;
}

body.tryycart-global-theme .hiw-page .final-cta .button-row {
  margin: 0;
}

@keyframes hiwFlightJourney {
  0%, 100% {
    opacity: 0.35;
    transform: translate(-20px, 5px) rotate(8deg);
  }
  50% {
    opacity: 1;
    transform: translate(160px, -5px) rotate(3deg);
  }
}

@keyframes hiwHubPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 122, 38, 0.28);
  }
  50% {
    box-shadow: 0 0 0 9px rgba(255, 122, 38, 0);
  }
}

/* Responsive panels remain spacious without creating excessive phone scroll. */
@media (max-width: 1180px) {
  body.tryycart-global-theme .hero-grid {
    width: min(1120px, calc(100% - 32px));
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.95fr);
  }

  body.tryycart-global-theme .hero-support {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tryycart-global-theme .hero-support .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tryycart-global-theme .hero-support .trust-line {
    justify-self: start;
  }
}

@media (max-width: 980px) {
  body.tryycart-global-theme .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tryycart-global-theme .hero-map {
    width: 100%;
    max-width: 720px;
    margin-top: 0;
  }

  body.tryycart-global-theme .shipping-story > .shell {
    grid-template-columns: 1fr 1fr;
  }

  body.tryycart-global-theme .shipping-story .shipping-rate-card {
    grid-column: 1 / -1;
  }

  body.tryycart-global-theme .faq-section .faq-shell {
    grid-template-columns: 1fr;
  }

  body.tryycart-global-theme .hiw-explainer {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tryycart-global-theme .hiw-animation {
    min-height: 350px;
  }

  body.tryycart-global-theme .hiw-step-buttons {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  body.tryycart-global-theme .hiw-step-buttons button {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 2px;
    min-height: 66px;
    text-align: center;
  }

  body.tryycart-global-theme .hiw-page .policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body.tryycart-global-theme .hero {
    min-height: auto;
  }

  body.tryycart-global-theme .hero-grid {
    padding-block: 30px 26px;
  }

  body.tryycart-global-theme .hero-support {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tryycart-global-theme .hero-support .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tryycart-global-theme .hero-support .button-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  body.tryycart-global-theme .hero-support .button-row .btn {
    width: 100%;
  }

  body.tryycart-global-theme .hero-support .trust-line {
    justify-self: start;
  }

  body.tryycart-global-theme .hero h1,
  body.tryycart-global-theme.tryycart-service-page
    .tc-service-hero
    .tc-hero-copy
    h1 {
    font-size: clamp(2.55rem, 12vw, 3.35rem);
  }

  body.tryycart-global-theme .section-title h2,
  body.tryycart-global-theme
    :is(.services-section, .steps-section, .problem-section, .faq-section)
    .section-title
    h2 {
    font-size: clamp(2.35rem, 10vw, 3rem);
  }

  body.tryycart-global-theme
    :is(
      .services-section,
      .shipping-story,
      .steps-section,
      .problem-section,
      .trending-section,
      .testimonials,
      .faq-section,
      .contact-band
    )
    > .shell,
  body.tryycart-global-theme
    .content-page
    :is(
      .about-origin,
      .value-pillars,
      .about-way-grid,
      .delivery-grid,
      .commitments,
      .policy-layout,
      .prohibition-notice,
      .prohibited-grid,
      .allowed-check,
      .faq-library,
      .legal-notice,
      .simple-legal
    ),
  body.tryycart-global-theme
    .tc-service-route-page:not(.tc-service-route-page--order)
    .tc-service-workspace
    > .tc-service-container,
  body.tryycart-global-theme
    .tc-service-route-page:not(.tc-service-route-page--order)
    :is(
      .tc-confidence,
      .tc-restriction-strip,
      .tc-courier-compare,
      .tc-service-faq
    )
    > .tc-service-container,
  body.tryycart-global-theme .tc-wp-content .woocommerce,
  body.tryycart-global-theme
    :is(
      .order-flow-bar,
      .order-builder,
      .order-assurance,
      .courier-trust,
      .booking-area,
      .restricted,
      .comparison,
      .courier-faq,
      .timeline-section,
      .hiw-explainer-section,
      .policy-section,
      .order-tabs,
      .combine-section,
      .more-section,
      .hiw-counts,
      .final-cta,
      .checkout-main
    )
    > .shell {
    width: min(1220px, calc(100% - 20px));
    border-radius: 18px !important;
    padding: 22px 16px !important;
  }

  body.tryycart-global-theme .service-card {
    grid-template-columns: 1fr !important;
  }

  body.tryycart-global-theme .service-art {
    min-height: 190px;
    height: 190px;
  }

  body.tryycart-global-theme .service-body p {
    min-height: 0;
  }

  body.tryycart-global-theme .shipping-story > .shell {
    grid-template-columns: 1fr;
  }

  body.tryycart-global-theme .shipping-story .shipping-rate-card {
    grid-column: auto;
  }

  body.tryycart-global-theme .shipping-story .shipping-story-photo,
  body.tryycart-global-theme .shipping-story .shipping-story-photo img {
    min-height: 210px;
    height: 210px;
  }

  body.tryycart-global-theme .flow-canvas {
    min-height: 0;
  }

  body.tryycart-global-theme .hiw-page .hiw-hero {
    padding: 34px 0 30px;
  }

  body.tryycart-global-theme .hiw-page .hiw-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.3rem);
  }

  body.tryycart-global-theme .hiw-page .hiw-marquee {
    overflow: hidden;
  }

  body.tryycart-global-theme .hiw-page
    :is(
      .hiw-explainer-section,
      .policy-section,
      .order-tabs,
      .combine-section,
      .more-section,
      .final-cta
    ) {
    padding: 6px 0 !important;
  }

  body.tryycart-global-theme .hiw-page
    :is(
      .hiw-explainer-section,
      .policy-section,
      .order-tabs,
      .combine-section,
      .more-section,
      .final-cta
    )
    > .shell {
    width: min(1220px, calc(100% - 14px));
    border-radius: 16px;
    padding: 18px 13px !important;
  }

  body.tryycart-global-theme .hiw-page .section-title h2 {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }

  body.tryycart-global-theme .hiw-page .section-intro {
    margin-bottom: 13px;
    font-size: 0.86rem !important;
  }

  body.tryycart-global-theme .hiw-animation {
    min-height: 310px;
    border-radius: 15px;
    padding: 48px 10px 12px;
  }

  body.tryycart-global-theme .hiw-route-track {
    gap: 5px;
  }

  body.tryycart-global-theme .hiw-route-track::before {
    top: 34px;
    right: 4%;
    left: 4%;
  }

  body.tryycart-global-theme .hiw-track-node {
    min-height: 88px;
    border-radius: 11px;
    padding: 7px 3px;
  }

  body.tryycart-global-theme .hiw-track-node > i {
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
    border-radius: 9px;
    font-size: 1rem;
  }

  body.tryycart-global-theme .hiw-track-node > b {
    font-size: 0.58rem;
    line-height: 1.15;
  }

  body.tryycart-global-theme .hiw-track-node > small {
    display: none;
  }

  body.tryycart-global-theme .hiw-moving-parcel {
    top: 74px;
    padding: 3px 4px;
    font-size: 0.68rem;
  }

  body.tryycart-global-theme .hiw-flight {
    top: 14px;
    left: 30%;
    font-size: 1.15rem;
  }

  body.tryycart-global-theme .hiw-service-legend {
    gap: 4px;
    margin-top: 15px;
  }

  body.tryycart-global-theme .hiw-service-legend span {
    padding: 5px 7px;
    font-size: 0.54rem;
  }

  body.tryycart-global-theme .hiw-animation-caption {
    margin-top: 11px;
    padding: 10px;
  }

  body.tryycart-global-theme .hiw-step-console {
    padding: 12px;
  }

  body.tryycart-global-theme .hiw-step-buttons {
    gap: 4px;
  }

  body.tryycart-global-theme .hiw-step-buttons button {
    min-height: 56px;
    border-radius: 9px;
    padding: 5px 3px;
  }

  body.tryycart-global-theme .hiw-step-buttons button > span {
    font-size: 0.53rem;
    line-height: 1.15;
  }

  body.tryycart-global-theme .hiw-active-step {
    padding: 12px;
  }

  body.tryycart-global-theme .hiw-page .policy-grid {
    gap: 7px;
    margin-top: 12px;
  }

  body.tryycart-global-theme .hiw-page .policy-grid article {
    min-height: 158px;
    padding: 13px 12px 38px;
  }

  body.tryycart-global-theme .hiw-page .tab-buttons {
    margin: 11px 0 8px;
  }

  body.tryycart-global-theme .hiw-page .flow-panel {
    padding: 13px;
  }

  body.tryycart-global-theme .hiw-page .flow-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  body.tryycart-global-theme .hiw-page .flow-steps > div {
    min-width: 0;
  }

  body.tryycart-global-theme .hiw-page .flow-steps i {
    display: none;
  }

  body.tryycart-global-theme .hiw-page .mega-flow {
    gap: 8px;
    margin: 13px 0 10px;
  }

  body.tryycart-global-theme .hiw-page .mega-sources {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.tryycart-global-theme .hiw-page .mega-flow > i {
    transform: rotate(90deg);
  }

  body.tryycart-global-theme .hiw-page .saving-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  body.tryycart-global-theme .hiw-page .more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 12px;
  }

  body.tryycart-global-theme .hiw-page .more-grid article {
    min-height: 0;
    padding: 10px;
  }

  body.tryycart-global-theme .hiw-page .final-cta > .shell {
    padding-block: 18px !important;
  }
}

@media (max-width: 430px) {
  body.tryycart-global-theme .hero-support .button-row {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tryycart-global-theme .hero-support .hero-metrics span {
    white-space: normal;
  }

  body.tryycart-global-theme .hiw-page .policy-grid,
  body.tryycart-global-theme .hiw-page .more-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tryycart-global-theme .hiw-page .policy-grid article {
    min-height: 0;
    padding-bottom: 42px;
  }

  body.tryycart-global-theme .hiw-step-buttons button > span {
    display: none;
  }

  body.tryycart-global-theme .hiw-step-buttons button {
    grid-template-rows: auto auto;
    min-height: 49px;
  }

  body.tryycart-global-theme .hiw-page .flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tryycart-global-theme .hiw-moving-parcel,
  body.tryycart-global-theme .hiw-flight,
  body.tryycart-global-theme .hiw-track-node.is-hub > i,
  body.tryycart-global-theme .hiw-page .hiw-marquee > div {
    animation: none !important;
  }

  body.tryycart-global-theme .hiw-moving-parcel {
    transition: none !important;
  }
}

/* 1.7.4 production proof fixes.
 * Keep page geometry inside the layout viewport, raise utility-text contrast,
 * and compact generic WordPress heroes without changing application logic. */
html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body.tryycart-global-theme {
  max-width: 100%;
  overflow-x: clip;
}

body.tryycart-global-theme.tryycart-service-page .tc-service-page {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
}

body.tryycart-global-theme
  :is(.tc-page-section, .content-page, .tc-service-page, .tc-wp-main) {
  scroll-margin-top: 118px;
}

body.tryycart-global-theme .placeholder-hero {
  min-height: 280px !important;
  padding: 48px 0 !important;
}

body.tryycart-global-theme .placeholder-page {
  min-height: 0;
}

body.tryycart-global-theme .placeholder-hero h1 {
  margin-top: 10px;
}

body.tryycart-global-theme .placeholder-content {
  padding-block: 34px;
}

body.tryycart-global-theme .tc-site-footer :is(p, a, small, li),
body.tryycart-global-theme .tc-currency-selector small,
body.tryycart-global-theme .tc-dual-caption,
body.tryycart-global-theme .tc-dual-secondary {
  font-size: max(0.72rem, 11.5px) !important;
  line-height: 1.45;
}

body.tryycart-global-theme .tc-line-icon {
  display: inline-grid;
  width: 1em;
  height: 1em;
  place-items: center;
  color: currentColor;
  vertical-align: -0.14em;
}

body.tryycart-global-theme .tc-line-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

body.tryycart-global-theme .product-emoji .tc-line-icon {
  width: 62px;
  height: 62px;
  color: #385b84;
}

body.tryycart-global-theme .hiw-track-node > i .tc-line-icon,
body.tryycart-global-theme .hiw-active-step header > span .tc-line-icon {
  width: 24px;
  height: 24px;
}

@media (max-width: 1420px) and (min-width: 1121px) {
  body .tc-site-chrome.tc-site-chrome .tc-nav-actions {
    gap: 7px;
    padding-left: 0;
    box-shadow: -8px 0 14px rgba(255, 255, 255, 0.94);
  }
}

@media (max-width: 760px) {
  body.tryycart-global-theme .placeholder-hero {
    min-height: 210px !important;
    padding: 32px 0 !important;
  }

  body.tryycart-global-theme .placeholder-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }


  body.tryycart-global-theme .floating-shop {
    bottom: 16px;
    left: 10px;
    min-width: 44px;
    padding-inline: 12px;
  }

  body.tryycart-global-theme .floating-shop span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* 1.7.5 darker global presentation.
 * This is deliberately a presentation layer only. WooCommerce forms, rate
 * calculations, account data and service-page behaviour remain unchanged. */
:root {
  --tc-x-page: #bdcad8;
  --tc-x-panel: #d6e0ea;
  --tc-x-card: #f2f6fa;
  --tc-x-line: #8fa5bc;
  --tc-x-ink: #081a35;
  --tc-x-muted: #40566f;
  --tc-x-shadow: 0 20px 46px rgba(6, 23, 48, 0.2);
}

html,
body.tryycart-global-theme,
body.tryycart-global-theme .site-root,
body.tryycart-global-theme :is(.tc-wp-main, .content-page, .tc-service-page) {
  background-color: var(--tc-x-page);
}

body.tryycart-global-theme .tc-main-header {
  border-bottom-color: #9badc0;
  background: rgba(229, 237, 245, 0.98);
  box-shadow: 0 9px 24px rgba(5, 24, 51, 0.14);
}

body.tryycart-global-theme .tc-desktop-nav {
  border-color: #9eb0c3;
  background: #d4dfeb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.tryycart-global-theme .tc-site-logo img,
body.tryycart-global-theme .tc-mobile-logo img {
  width: 154px;
  max-width: 154px;
  height: auto;
}

body.tryycart-global-theme .tc-site-footer .logo-lockup img {
  width: 172px;
  max-width: 172px;
  height: auto;
}

/* One dark delivery canvas for every public hero, including plugin-rendered
 * service, account and checkout pages. */
body.tryycart-global-theme
  :is(
    .hero,
    .order-hero,
    .courier-hero,
    .hiw-hero,
    .checkout-hero,
    .content-hero,
    .placeholder-hero,
    .tc-service-hero,
    .tc-checkout-hero,
    .tc-auth-intro
  ) {
  isolation: isolate;
  color: #f8fbff !important;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 108, 24, 0.2), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(73, 89, 221, 0.34), transparent 35%),
    radial-gradient(circle at 1px 1px, rgba(118, 161, 222, 0.22) 1px, transparent 0),
    linear-gradient(128deg, #06142d 0%, #0b2449 54%, #173b70 100%) !important;
  background-size: auto, auto, 24px 24px, auto !important;
}

body.tryycart-global-theme
  :is(
    .hero,
    .order-hero,
    .courier-hero,
    .hiw-hero,
    .checkout-hero,
    .content-hero,
    .placeholder-hero,
    .tc-service-hero,
    .tc-checkout-hero,
    .tc-auth-intro
  )
  :is(h1, h2, h3) {
  color: #f8fbff !important;
  text-shadow: 0 3px 18px rgba(1, 8, 24, 0.28);
}

body.tryycart-global-theme
  :is(
    .hero,
    .order-hero,
    .courier-hero,
    .hiw-hero,
    .checkout-hero,
    .content-hero,
    .placeholder-hero,
    .tc-service-hero,
    .tc-checkout-hero,
    .tc-auth-intro
  )
  p,
body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-hero-copy
  > p {
  color: #d9e7fa !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-hero-copy
  h1,
body.tryycart-global-theme.tryycart-auth-page .tc-auth-intro :is(h1, p, li) {
  color: #f8fbff !important;
  text-shadow: 0 3px 18px rgba(1, 8, 24, 0.26);
}

body.tryycart-global-theme
  :is(
    .hero,
    .order-hero,
    .courier-hero,
    .hiw-hero,
    .checkout-hero,
    .content-hero,
    .placeholder-hero,
    .tc-service-hero,
    .tc-checkout-hero,
    .tc-auth-intro
  )
  :is(.hero-pill, .eyebrow, .tc-kicker, .tc-checkout-kicker) {
  color: #ffc08e !important;
  border-color: rgba(255, 127, 43, 0.72) !important;
  background: rgba(255, 111, 25, 0.11) !important;
  text-shadow: none !important;
  backdrop-filter: blur(8px);
}

body.tryycart-global-theme
  :is(.hero, .order-hero, .courier-hero, .hiw-hero)
  .btn-glass,
body.tryycart-global-theme .final-cta .btn-glass {
  color: #f8fbff !important;
  border-color: rgba(190, 214, 246, 0.42) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 8px 24px rgba(1, 8, 24, 0.22);
}

body.tryycart-global-theme
  :is(.hero, .order-hero, .courier-hero, .hiw-hero)
  .btn-glass:hover {
  border-color: rgba(255, 143, 70, 0.8) !important;
  background: rgba(255, 255, 255, 0.17) !important;
}

body.tryycart-global-theme .hero-support .hero-metrics span,
body.tryycart-global-theme .hiw-stats span,
body.tryycart-global-theme .tc-auth-intro ul,
body.tryycart-global-theme .tc-checkout-promises {
  color: #d8e7fa !important;
  border-color: rgba(176, 204, 239, 0.28) !important;
  background: rgba(255, 255, 255, 0.09) !important;
  backdrop-filter: blur(10px);
}

body.tryycart-global-theme .hero-support .hero-metrics b,
body.tryycart-global-theme .hiw-stats b,
body.tryycart-global-theme .trust-line b,
body.tryycart-global-theme .tc-checkout-promises b {
  color: #fff !important;
}

body.tryycart-global-theme :is(.trust-line small, .scroll-cue, .hiw-stats small) {
  color: #b7cbea !important;
}

body.tryycart-global-theme
  :is(
    .hero-showcase,
    .order-hero-art,
    .courier-features,
    .content-hero-icon,
    .hiw-stats
  ) {
  border-color: rgba(168, 198, 236, 0.3) !important;
  background: rgba(7, 24, 51, 0.72) !important;
  box-shadow: 0 28px 58px rgba(1, 9, 27, 0.34) !important;
  backdrop-filter: blur(12px);
}

body.tryycart-global-theme .showcase-controls {
  border-color: rgba(168, 198, 236, 0.25) !important;
  background: #0c2344 !important;
}

body.tryycart-global-theme .showcase-controls button :is(span, b) {
  color: #aebfd9;
}

body.tryycart-global-theme .showcase-controls button.active :is(span, b) {
  color: #ff9a5b;
}

body.tryycart-global-theme .courier-features article,
body.tryycart-global-theme.tryycart-service-page
  :is(.tc-route-visual, .tc-courier-benefits),
body.tryycart-global-theme.tryycart-service-page .tc-route-visual > div,
body.tryycart-global-theme.tryycart-service-page .tc-courier-benefits article {
  color: #f5f9ff !important;
  border-color: rgba(166, 196, 234, 0.28) !important;
  background: rgba(255, 255, 255, 0.09) !important;
  box-shadow: 0 18px 38px rgba(1, 8, 24, 0.22);
}

body.tryycart-global-theme.tryycart-service-page .tc-route-visual > div.is-hub {
  border-color: #ff7a2a !important;
  background: linear-gradient(145deg, rgba(255, 101, 19, 0.32), rgba(86, 59, 198, 0.46)) !important;
}

body.tryycart-global-theme.tryycart-service-page
  :is(.tc-route-visual, .tc-courier-benefits)
  :is(strong, small, b),
body.tryycart-global-theme .courier-features article :is(b, strong, p) {
  color: #eef6ff !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-provider-pills
  span,
body.tryycart-global-theme
  :is(.order-hero, .courier-hero)
  .marketplace-row
  :is(span, button) {
  color: #eef6ff !important;
  border-color: rgba(177, 205, 239, 0.32) !important;
  background: rgba(255, 255, 255, 0.09) !important;
}

/* Darker site canvas with light reading cards. The contrast shift reduces the
 * bright-page glare while keeping checkout and operational forms familiar. */
body.tryycart-global-theme
  :is(
    .services-section,
    .shipping-story,
    .steps-section,
    .problem-section,
    .trending-section,
    .testimonials,
    .faq-section,
    .contact-band,
    .order-flow-bar,
    .order-builder,
    .order-assurance,
    .courier-trust,
    .booking-area,
    .restricted,
    .comparison,
    .courier-faq,
    .timeline-section,
    .policy-section,
    .order-tabs,
    .combine-section,
    .more-section,
    .hiw-counts,
    .final-cta,
    .checkout-main
  )
  > .shell,
body.tryycart-global-theme
  .content-page
  :is(
    .about-origin,
    .value-pillars,
    .about-way-grid,
    .delivery-grid,
    .commitments,
    .policy-layout,
    .prohibition-notice,
    .prohibited-grid,
    .allowed-check,
    .faq-library,
    .legal-notice,
    .simple-legal
  ),
body.tryycart-global-theme
  .tc-service-route-page:not(.tc-service-route-page--order)
  .tc-service-workspace
  > .tc-service-container,
body.tryycart-global-theme
  .tc-service-route-page:not(.tc-service-route-page--order)
  :is(.tc-confidence, .tc-restriction-strip, .tc-courier-compare, .tc-service-faq)
  > .tc-service-container,
body.tryycart-global-theme .tc-wp-content .woocommerce {
  border-color: var(--tc-x-line) !important;
  background: linear-gradient(145deg, #dce5ee, #ccd8e4) !important;
  box-shadow: var(--tc-x-shadow) !important;
}

body.tryycart-global-theme .stats-bar > .shell,
body.tryycart-global-theme .customer-flow,
body.tryycart-global-theme .faq-section .faq-explore,
body.tryycart-global-theme .tc-process-strip,
body.tryycart-global-theme .tc-trust-strip {
  border-color: #91a6bc !important;
  background: #d3dee9 !important;
}

body.tryycart-global-theme
  :is(
    .service-card,
    .shipping-story-photo,
    .shipping-rate-card,
    .category-window,
    .product-card,
    .review-grid article,
    .order-workspace,
    .booking-form,
    .checkout-card,
    .checkout-summary,
    .tc-compare-grid article,
    .tc-why-card
  ),
body.tryycart-global-theme
  .tc-service-route-page:not(.tc-service-route-page--order)
  .tc-panel {
  border-color: #96aabf !important;
  background-color: var(--tc-x-card) !important;
  box-shadow: 0 12px 30px rgba(6, 23, 48, 0.13);
}

@media (max-width: 760px) {
  body.tryycart-global-theme
    :is(
      .hero,
      .order-hero,
      .courier-hero,
      .hiw-hero,
      .checkout-hero,
      .content-hero,
      .placeholder-hero,
      .tc-service-hero,
      .tc-checkout-hero,
      .tc-auth-intro
    ) {
    background:
      radial-gradient(circle at 90% 8%, rgba(74, 92, 222, 0.34), transparent 34%),
      linear-gradient(145deg, #06142d 0%, #0d2b56 100%) !important;
    background-size: auto !important;
  }

  body.tryycart-global-theme .tc-site-logo img,
  body.tryycart-global-theme .tc-mobile-logo img {
    width: 145px;
    max-width: 145px;
  }
}

/* 1.8.1 unified wide responsive container.
 * Every visible page frame shares the full hero width and equal gutters.
 * The wider cap removes the boxed desktop appearance while still preventing
 * content from becoming impractically wide on ultrawide monitors. */
:root {
  --tc-layout-max: 1680px;
  --tc-layout-gutter: 40px;
}

body.tryycart-global-theme.tryycart-global-theme .shell,
body.tryycart-global-theme.tryycart-global-theme .tc-service-container,
body.tryycart-global-theme.tryycart-global-theme .tc-checkout-shell,
body.tryycart-global-theme.woocommerce-checkout form.checkout,
body.tryycart-global-theme.tryycart-service-page .tryycart-journey,
body.tryycart-global-theme.tryycart-account-page .woocommerce,
body.tryycart-global-theme.tryycart-auth-page .woocommerce {
  box-sizing: border-box;
  width: min(
    var(--tc-layout-max),
    calc(100% - var(--tc-layout-gutter))
  ) !important;
  max-width: var(--tc-layout-max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Header and footer already have a responsive outer gutter, so their former
 * internal 20px padding is removed to keep the logo and columns on the same
 * vertical guides as page content. */
body .tc-site-chrome.tc-site-chrome .shell,
body .tc-site-footer .shell {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* Service hero and process-strip content uses the outer frame directly.
 * Framed workspaces retain their own intentional card padding. */
body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  > .tc-service-container,
body.tryycart-global-theme.tryycart-service-page
  :is(.tc-process-strip, .tc-trust-strip)
  > .tc-service-container {
  padding-right: 0;
  padding-left: 0;
}

/* Wider frames must never allow a grid child, media asset or operational card
 * to force horizontal scrolling when the browser is zoomed. */
body.tryycart-global-theme
  :is(
    .hero-grid,
    .service-grid,
    .shipping-story-grid,
    .shipping-story > .shell,
    .customer-flow,
    .why-layout,
    .faq-shell,
    .contact-grid,
    .order-hero-grid,
    .order-builder-grid,
    .courier-hero-grid,
    .booking-layout,
    .checkout-layout,
    .tc-hero-grid,
    .tc-courier-layout,
    .tc-product-grid,
    .tc-link-row,
    .tc-checkout-left,
    .tc-checkout-summary,
    .woocommerce
  )
  > * {
  min-width: 0;
}

body.tryycart-global-theme
  :is(main, .tc-service-page, .tc-checkout-page, .content-page)
  :is(img, svg, video, iframe) {
  max-width: 100%;
}

@media (max-width: 900px) {
  :root {
    --tc-layout-gutter: 32px;
  }
}

@media (max-width: 480px) {
  :root {
    --tc-layout-gutter: 24px;
  }
}

/* 1.7.7 homepage space-use refinements
 * These rules enlarge the four user-marked communication areas without
 * changing their service selection, routing or checkout behaviour. */

/* The live-route artwork now occupies the full useful stage instead of
 * retaining its narrow intrinsic SVG ratio inside a wide showcase window. */
body.tryycart-global-theme .hero .showcase-stage > .map-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 6px;
  padding: 10px 12px 8px;
}

body.tryycart-global-theme .hero .showcase-stage > .map-card > svg {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0;
  border-radius: 19px;
}

body.tryycart-global-theme .hero .showcase-stage > .map-card .map-topline {
  min-height: 18px;
  padding: 0 4px;
  font-size: 0.62rem;
}

body.tryycart-global-theme .hero .showcase-stage > .map-card .map-caption {
  min-height: 35px;
  padding: 2px 4px 0;
}

body.tryycart-global-theme .hero .showcase-stage > .map-card .map-caption b {
  font-size: 0.78rem;
}

body.tryycart-global-theme .hero .showcase-stage > .map-card .map-caption span {
  font-size: 0.56rem;
}

/* The marketplace band contains three identical runs in the application
 * markup. Moving by exactly one third creates a continuous, gap-free loop. */
body.tryycart-global-theme .brand-marquee {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0;
}

body.tryycart-global-theme .brand-marquee > div {
  display: flex;
  align-items: center;
  flex: none;
  min-width: max-content;
  font-size: 0.92rem;
  animation: tcBrandMarquee 30s linear infinite;
  will-change: transform;
}

body.tryycart-global-theme .brand-marquee-group {
  display: inline-flex;
  flex: none;
  align-items: center;
}

body.tryycart-global-theme .brand-marquee i {
  margin: 0 24px;
}

body.tryycart-global-theme .brand-marquee:hover > div {
  animation-play-state: paused;
}

@keyframes tcBrandMarquee {
  to {
    transform: translateX(-33.333333%);
  }
}

@media (min-width: 981px) {
  /* Give the four combine tiles the full right half of the banner. */
  body.tryycart-global-theme .combine-banner {
    grid-template-columns: minmax(0, 0.88fr) minmax(540px, 1.12fr);
    gap: 36px;
    min-height: 154px;
    padding: 22px 28px;
  }

  body.tryycart-global-theme .combine-banner h3 {
    font-size: 1.45rem;
    line-height: 1.15;
  }

  body.tryycart-global-theme .combine-banner p {
    margin-top: 7px;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  body.tryycart-global-theme .combine-flow {
    display: grid;
    grid-template-columns:
      minmax(96px, 1fr) auto minmax(96px, 1fr) auto
      minmax(96px, 1fr) auto minmax(96px, 1fr);
    justify-content: stretch;
    gap: 10px;
    width: 100%;
  }

  body.tryycart-global-theme .combine-flow > span {
    width: 100%;
    min-width: 0;
    height: 92px;
    gap: 8px;
    border-radius: 15px;
    font-size: 1.72rem;
  }

  body.tryycart-global-theme .combine-flow small {
    font-size: 0.69rem !important;
    font-weight: 850;
    line-height: 1.2;
  }

  body.tryycart-global-theme .combine-flow > b {
    font-size: 1.28rem;
  }

  /* The journey keeps the same compact overall height; its four primary
   * panels now use that height rather than leaving their content centred in
   * small islands. */
  body.tryycart-global-theme .flow-canvas {
    grid-template-columns: minmax(190px, 1.08fr) 42px minmax(260px, 1.45fr) 42px
      minmax(225px, 1.2fr) 55px minmax(220px, 1.2fr);
    min-height: 388px;
    padding: 22px;
  }

  body.tryycart-global-theme .flow-customer {
    justify-content: center;
    padding: 24px 22px;
  }

  body.tryycart-global-theme .customer-figure {
    width: 116px;
    height: 126px;
    margin-bottom: 18px;
  }

  body.tryycart-global-theme .customer-figure > span {
    top: 5px;
    left: 26px;
    font-size: 4rem;
  }

  body.tryycart-global-theme .customer-figure > i {
    height: 45px;
    font-size: 1.2rem;
  }

  body.tryycart-global-theme .customer-figure > b {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }

  body.tryycart-global-theme .flow-customer > small,
  body.tryycart-global-theme .flow-doorstep > small {
    font-size: 0.62rem !important;
  }

  body.tryycart-global-theme .flow-customer h3,
  body.tryycart-global-theme .flow-doorstep h3 {
    margin: 7px 0;
    font-size: 1.1rem;
    line-height: 1.22;
  }

  body.tryycart-global-theme .flow-customer p,
  body.tryycart-global-theme .flow-doorstep p {
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
  }

  body.tryycart-global-theme .service-lanes {
    display: grid;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    align-self: stretch;
    gap: 10px;
    padding: 10px 0;
  }

  body.tryycart-global-theme .service-lanes button {
    grid-template-columns: 52px 1fr;
    gap: 13px;
    min-height: 0;
    padding: 12px 15px;
    border-radius: 15px;
  }

  body.tryycart-global-theme .service-lanes button > i {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 1.3rem;
  }

  body.tryycart-global-theme .service-lanes button small {
    font-size: 0.59rem !important;
    line-height: 1.25;
  }

  body.tryycart-global-theme .service-lanes button b {
    margin-top: 2px;
    font-size: 0.82rem;
    line-height: 1.25;
  }

  body.tryycart-global-theme .flow-hub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    padding: 20px 16px 16px;
  }

  body.tryycart-global-theme .hub-mark {
    min-height: 112px;
  }

  body.tryycart-global-theme .hub-mark strong {
    font-size: 1.45rem;
  }

  body.tryycart-global-theme .flow-hub h3 {
    font-size: 0.86rem;
    line-height: 1.3;
  }

  body.tryycart-global-theme .flow-hub li {
    font-size: 0.64rem;
    line-height: 1.45;
  }

  body.tryycart-global-theme .flow-doorstep {
    padding: 20px;
  }

  body.tryycart-global-theme .doorstep-scene {
    height: 148px;
    margin-bottom: 14px;
  }
}

@media (max-width: 980px) {
  body.tryycart-global-theme .combine-banner {
    grid-template-columns: 1fr;
  }

  body.tryycart-global-theme .combine-flow {
    display: grid;
    grid-template-columns:
      minmax(70px, 1fr) auto minmax(70px, 1fr) auto
      minmax(70px, 1fr) auto minmax(70px, 1fr);
    justify-content: stretch;
    width: 100%;
  }

  body.tryycart-global-theme .combine-flow > span {
    width: 100%;
    height: 76px;
    gap: 5px;
    font-size: 1.35rem;
  }

  body.tryycart-global-theme .combine-flow small {
    font-size: 0.59rem !important;
    font-weight: 800;
  }
}

@media (max-width: 720px) {
  body.tryycart-global-theme .hero .showcase-stage > .map-card {
    padding: 8px;
  }

  body.tryycart-global-theme .brand-marquee {
    min-height: 46px;
  }

  body.tryycart-global-theme .brand-marquee > div {
    font-size: 0.82rem;
    animation-duration: 24s;
  }

  body.tryycart-global-theme .brand-marquee i {
    margin: 0 18px;
  }

  body.tryycart-global-theme .combine-flow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
  }

  body.tryycart-global-theme .combine-flow > b {
    display: none;
  }

  body.tryycart-global-theme .combine-flow > span {
    height: 78px;
    padding: 7px 4px;
    font-size: 1.35rem;
  }

  body.tryycart-global-theme .combine-flow small {
    font-size: 0.56rem !important;
  }

  body.tryycart-global-theme .flow-customer h3,
  body.tryycart-global-theme .flow-doorstep h3 {
    font-size: 0.86rem;
  }

  body.tryycart-global-theme .flow-customer p,
  body.tryycart-global-theme .flow-doorstep p {
    font-size: 0.68rem !important;
  }

  body.tryycart-global-theme .service-lanes button b {
    font-size: 0.66rem;
  }

  body.tryycart-global-theme .flow-hub li {
    font-size: 0.58rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tryycart-global-theme .brand-marquee > div {
    animation-play-state: paused;
  }
}

/* 1.7.8 dedicated Shipping Rates route and compact homepage continuation. */
body.tryycart-global-theme .tc-wp-content.tc-rate-content {
  padding-top: 24px;
  padding-bottom: 54px;
}

body.tryycart-global-theme .tc-rate-content > .tc-rate-page {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 760px) {
  body.tryycart-global-theme .tc-wp-content.tc-rate-content {
    padding-top: 14px;
    padding-bottom: 34px;
  }
}

/* 1.7.9 authenticated compact header.
 * Seven primary destinations stay inside their own grid track, while the
 * wishlist, cart and account controls retain a protected non-overlapping
 * column. WordPress decides whether the session action says Login or Log out.
 */
@media (min-width: 1121px) {
  body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    grid-template-columns: 140px minmax(0, 1fr) 264px;
    gap: 8px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-site-logo,
  body .tc-site-chrome.tc-site-chrome .tc-site-logo img {
    width: 136px;
    max-width: 136px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    justify-self: stretch;
    gap: 2px;
    padding: 4px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav a {
    min-width: 0;
    min-height: 36px;
    gap: 4px;
    padding-inline: 7px;
    font-size: 11.5px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav i {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    font-size: 10px;
  }

  body .tc-site-chrome.tc-site-chrome .tc-nav-actions {
    width: 264px;
    min-width: 264px;
    gap: 6px;
    padding-left: 4px;
    box-shadow: none;
  }

  body .tc-site-chrome.tc-site-chrome .tc-nav-actions .icon-action {
    width: 38px;
    min-width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  body .tc-site-chrome.tc-site-chrome .login-link {
    display: inline-flex !important;
    align-items: center;
    min-height: 38px;
    padding-inline: 3px;
    font-size: 12px;
    white-space: nowrap;
  }

  body .tc-site-chrome.tc-site-chrome .nav-signup {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 1420px) and (min-width: 1121px) {
  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav i {
    display: none !important;
  }

  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav a {
    gap: 0;
    padding-inline: 7px;
  }
}

body .tc-site-chrome.tc-site-chrome .tc-logout-link:hover,
body .tc-site-chrome.tc-site-chrome .tc-logout-link:focus-visible {
  background: #fff2ed;
  color: #bd3d0b;
}

body .tc-site-chrome.tc-site-chrome .tc-mobile-logout {
  color: #a9360b;
}

/* source: assets/css/professional-responsive-1.10.53.css */
/*
 * TryyCart 1.10.18 — professional responsive framework.
 * Final presentation layer for a single continuous header, equalised hero
 * proportions, compact page rhythm and stable desktop/tablet/mobile grids.
 * Commerce logic, Elementor content and WooCommerce data are untouched.
 */

:root {
  --tc-pro-shell: 1680px;
  --tc-pro-page-gutter: clamp(14px, 2vw, 32px);
  --tc-pro-header-height: 74px;
  --tc-pro-header-frame: 58px;
  --tc-pro-hero-height: clamp(348px, 25vw, 404px);
  --tc-pro-section-gap: clamp(14px, 1.8vw, 24px);
  --tc-pro-panel-radius: 20px;
  --tc-pro-card-radius: 16px;
  --tc-pro-line: rgba(117, 145, 178, 0.34);
  --tc-pro-soft-shadow: 0 10px 26px rgba(21, 47, 78, 0.07);
}

html,
body.tryycart-global-theme {
  max-width: 100%;
  overflow-x: clip;
}

body.tryycart-global-theme :is(
  .hero-grid,
  .hero-copy,
  .hero-map,
  .hero-showcase,
  .showcase-stage,
  .content-hero-grid,
  .tc-hero-grid,
  .order-hero-grid,
  .courier-hero-grid,
  .hiw-hero-grid,
  .service-grid,
  .why-layout,
  .benefit-grid,
  .category-showcase,
  .faq-shell,
  .review-grid,
  .contact-grid,
  .about-origin,
  .value-pillars,
  .about-way-grid,
  .delivery-grid,
  .commitments
) > * {
  min-width: 0;
}

/* --------------------------------------------------------------------------
 * Shared header — one continuous frame through My account.
 * ----------------------------------------------------------------------- */
body .tc-site-chrome.tc-site-chrome {
  position: sticky !important;
  top: 0 !important;
  z-index: 2200 !important;
  width: 100%;
  background: #f5f8fc;
}

body.admin-bar .tc-site-chrome.tc-site-chrome {
  top: 32px !important;
}

body .tc-site-chrome.tc-site-chrome .tc-utility-bar,
body .tc-site-chrome.tc-site-chrome .tc-utility-inner {
  min-height: 34px !important;
  height: 34px !important;
}

body .tc-site-chrome.tc-site-chrome .tc-utility-inner,
body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
  width: min(calc(100% - 24px), var(--tc-pro-shell)) !important;
  max-width: var(--tc-pro-shell) !important;
  margin-inline: auto !important;
  padding-inline: 0 !important;
}

body .tc-site-chrome.tc-site-chrome .tc-main-header {
  display: flex !important;
  align-items: center !important;
  min-height: var(--tc-pro-header-height) !important;
  height: var(--tc-pro-header-height) !important;
  border: 0 !important;
  padding: 8px 0 !important;
  background: linear-gradient(180deg, #f8fbff 0%, #f2f6fb 100%) !important;
  box-shadow: 0 7px 22px rgba(14, 42, 76, 0.1) !important;
}

body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 164px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: var(--tc-pro-header-frame) !important;
  height: var(--tc-pro-header-frame) !important;
  border: 1px solid #aebfd2 !important;
  border-radius: 17px !important;
  padding: 5px 7px 5px 15px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.72), transparent 36%),
    linear-gradient(105deg, #e8f1fa 0%, #dce9f5 64%, #edf2f8 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 5px 15px rgba(18, 47, 82, 0.07) !important;
}

body .tc-site-chrome.tc-site-chrome .tc-site-logo,
body .tc-site-chrome.tc-site-chrome .tc-site-logo img {
  width: 148px !important;
  max-width: 148px !important;
  height: auto !important;
}

body .tc-site-chrome.tc-site-chrome .tc-desktop-nav {
  display: flex !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  justify-self: stretch !important;
  justify-content: flex-start !important;
  gap: 1px !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body .tc-site-chrome.tc-site-chrome .tc-desktop-nav a {
  min-width: 0 !important;
  min-height: 40px !important;
  gap: 6px !important;
  border-radius: 10px !important;
  padding-inline: clamp(7px, 0.66vw, 11px) !important;
  color: #40536c !important;
  font-size: clamp(11px, 0.78vw, 12.5px) !important;
  font-weight: 800 !important;
  box-shadow: none !important;
  transform: none !important;
}

body .tc-site-chrome.tc-site-chrome .tc-desktop-nav a:hover,
body .tc-site-chrome.tc-site-chrome .tc-desktop-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.72) !important;
  color: #1d5db9 !important;
}

body .tc-site-chrome.tc-site-chrome .tc-desktop-nav a.active {
  background: linear-gradient(125deg, #cf4c0c 0%, #3d61b8 100%) !important;
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(61, 85, 159, 0.2) !important;
}

body .tc-site-chrome.tc-site-chrome .tc-desktop-nav i {
  display: grid !important;
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  place-items: center !important;
  border-radius: 7px !important;
  font-size: 10px !important;
}

body .tc-site-chrome.tc-site-chrome .tc-nav-actions {
  position: relative !important;
  display: flex !important;
  width: auto !important;
  min-width: max-content !important;
  height: 46px !important;
  grid-column: auto !important;
  align-items: center !important;
  justify-self: end !important;
  gap: 7px !important;
  margin: 0 !important;
  border-left: 1px solid rgba(91, 117, 148, 0.36) !important;
  padding: 0 0 0 13px !important;
  background: transparent !important;
}

body .tc-site-chrome.tc-site-chrome .tc-nav-actions::before {
  display: none !important;
  content: none !important;
}

body .tc-site-chrome.tc-site-chrome .tc-nav-actions .icon-action,
body .tc-site-chrome.tc-site-chrome .login-link,
body .tc-site-chrome.tc-site-chrome .nav-signup,
body .tc-site-chrome.tc-site-chrome .menu-button {
  min-height: 38px !important;
  height: 38px !important;
}

body .tc-site-chrome.tc-site-chrome .tc-nav-actions .icon-action {
  width: 38px !important;
  min-width: 38px !important;
  flex: 0 0 38px !important;
  border: 1px solid rgba(147, 169, 194, 0.46) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.74) !important;
  box-shadow: none !important;
}

body .tc-site-chrome.tc-site-chrome .login-link {
  display: inline-flex !important;
  align-items: center !important;
  padding: 0 5px !important;
  font-size: 12.5px !important;
  white-space: nowrap !important;
}

body .tc-site-chrome.tc-site-chrome .nav-signup {
  border-radius: 11px !important;
  padding-inline: 14px !important;
  font-size: 12.5px !important;
  box-shadow: 0 7px 15px rgba(224, 79, 7, 0.18) !important;
  white-space: nowrap !important;
}

body .tc-site-chrome.tc-site-chrome .menu-button {
  width: 38px !important;
  min-width: 38px !important;
  border: 1px solid rgba(147, 169, 194, 0.48) !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.78) !important;
}

body .tc-site-chrome.tc-site-chrome .tc-mobile-menu {
  width: min(92vw, 410px) !important;
  max-width: 410px !important;
  gap: 3px !important;
  padding: 68px 20px 24px !important;
  border-left: 1px solid #d8e3ef !important;
  background: #fbfdff !important;
  box-shadow: -20px 0 48px rgba(7, 25, 54, 0.22) !important;
}

body .tc-site-chrome.tc-site-chrome .tc-mobile-menu::before {
  right: min(92vw, 410px) !important;
}

body .tc-site-chrome.tc-site-chrome .tc-mobile-menu > a:not(.btn) {
  min-height: 45px !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding-inline: 10px !important;
}

body .tc-site-chrome.tc-site-chrome .tc-mobile-menu > a:not(.btn):hover,
body .tc-site-chrome.tc-site-chrome .tc-mobile-menu > a:not(.btn):focus-visible {
  background: #eef5fc !important;
}

/* --------------------------------------------------------------------------
 * Equalised, compact hero system.
 * ----------------------------------------------------------------------- */
body.tryycart-global-theme #tc-page-home > .hero,
body.tryycart-global-theme .content-hero,
body.tryycart-global-theme.tryycart-service-page .tc-service-hero,
body.tryycart-global-theme :is(.order-hero, .courier-hero, .hiw-hero) {
  min-height: var(--tc-pro-hero-height) !important;
  height: auto !important;
}

body.tryycart-global-theme #tc-page-home .hero-grid {
  width: min(calc(100% - (2 * var(--tc-pro-page-gutter))), 1480px) !important;
  max-width: 1480px !important;
  min-height: var(--tc-pro-hero-height) !important;
  height: auto !important;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr) !important;
  align-items: center !important;
  gap: clamp(24px, 3vw, 46px) !important;
  margin-inline: auto !important;
  padding: clamp(22px, 2.5vw, 34px) 0 !important;
}

body.tryycart-global-theme #tc-page-home .hero-copy,
body.tryycart-global-theme #tc-page-home .hero-map {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
}

body.tryycart-global-theme #tc-page-home .hero-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

body.tryycart-global-theme #tc-page-home .hero h1 {
  max-width: 680px !important;
  margin: 14px 0 11px !important;
  font-size: clamp(2.45rem, 4vw, 3.75rem) !important;
  line-height: 1.01 !important;
}

body.tryycart-global-theme #tc-page-home .hero-copy > p {
  max-width: 620px !important;
  font-size: clamp(0.92rem, 1.05vw, 1.02rem) !important;
  line-height: 1.62 !important;
}

body.tryycart-global-theme #tc-page-home .hero-copy-actions {
  width: min(100%, 540px) !important;
  margin-top: 16px !important;
  padding-top: 0 !important;
}

body.tryycart-global-theme #tc-page-home .hero-showcase {
  width: 100% !important;
  max-width: 760px !important;
  margin-left: auto !important;
  border: 1px solid rgba(146, 176, 214, 0.34) !important;
  border-radius: 20px !important;
  background: #071426 !important;
  box-shadow: 0 22px 48px rgba(2, 10, 26, 0.3) !important;
}

body.tryycart-global-theme #tc-page-home .showcase-stage {
  width: 100% !important;
  height: clamp(248px, 19vw, 300px) !important;
  min-height: 0 !important;
}

body.tryycart-global-theme #tc-page-home .showcase-stage > :is(.map-card, img) {
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  max-height: none !important;
  transform: none !important;
}

body.tryycart-global-theme #tc-page-home .map-card {
  padding: 10px !important;
  border-radius: 0 !important;
}

body.tryycart-global-theme #tc-page-home .map-card svg {
  width: 100% !important;
  height: calc(100% - 34px) !important;
  max-width: 100% !important;
}

body.tryycart-global-theme .content-hero {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
}

body.tryycart-global-theme .content-hero-grid {
  width: min(calc(100% - (2 * var(--tc-pro-page-gutter))), 1480px) !important;
  max-width: 1480px !important;
  min-height: var(--tc-pro-hero-height) !important;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 230px) !important;
  gap: clamp(30px, 4vw, 64px) !important;
  margin-inline: auto !important;
  padding: clamp(26px, 3vw, 42px) 0 !important;
}

body.tryycart-global-theme .content-hero h1 {
  margin: 12px 0 10px !important;
  font-size: clamp(2.55rem, 4.3vw, 4.2rem) !important;
  line-height: 1.01 !important;
}

body.tryycart-global-theme .content-hero-icon {
  width: clamp(170px, 15vw, 210px) !important;
  height: clamp(170px, 15vw, 210px) !important;
  justify-self: center !important;
  border-radius: 34px !important;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28) !important;
}

body.tryycart-global-theme.tryycart-service-page .tc-service-hero,
body.tryycart-global-theme :is(.order-hero, .courier-hero, .hiw-hero) {
  padding-block: 0 !important;
}

body.tryycart-global-theme.tryycart-service-page .tc-service-hero .tc-hero-grid,
body.tryycart-global-theme :is(.order-hero-grid, .courier-hero-grid, .hiw-hero-grid) {
  width: min(calc(100% - (2 * var(--tc-pro-page-gutter))), 1480px) !important;
  max-width: 1480px !important;
  min-height: var(--tc-pro-hero-height) !important;
  margin-inline: auto !important;
  padding-block: clamp(24px, 3vw, 38px) !important;
}

/* --------------------------------------------------------------------------
 * Cleaner page rhythm — retain useful cards, remove redundant outer boxes.
 * ----------------------------------------------------------------------- */
body.tryycart-global-theme #tc-page-home {
  background: #edf3f9 !important;
}

body.tryycart-global-theme #tc-page-home :is(
  .services-section,
  .problem-section,
  .trending-section,
  .testimonials,
  .faq-section,
  .contact-band
) {
  padding-block: var(--tc-pro-section-gap) !important;
}

body.tryycart-global-theme #tc-page-home :is(
  .services-section,
  .problem-section,
  .trending-section,
  .testimonials,
  .faq-section,
  .contact-band
) > .shell {
  width: min(calc(100% - (2 * var(--tc-pro-page-gutter))), 1480px) !important;
  max-width: 1480px !important;
  margin-inline: auto !important;
}

body.tryycart-global-theme #tc-page-home .services-section > .shell {
  border-radius: var(--tc-pro-panel-radius) !important;
  padding: clamp(20px, 2.5vw, 34px) !important;
  box-shadow: var(--tc-pro-soft-shadow) !important;
}

body.tryycart-global-theme #tc-page-home :is(
  .problem-section,
  .trending-section,
  .testimonials,
  .faq-section,
  .contact-band
) > .shell {
  border: 0 !important;
  border-radius: 0 !important;
  padding: clamp(18px, 2.1vw, 30px) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.tryycart-global-theme #tc-page-home .problem-section {
  color: #17243a !important;
  background: linear-gradient(180deg, #eef4fa 0%, #e7eff7 100%) !important;
}

body.tryycart-global-theme #tc-page-home .problem-section::before {
  opacity: 0.025 !important;
}

body.tryycart-global-theme #tc-page-home .problem-section :is(h2, h3, p, b, strong) {
  color: inherit;
}

body.tryycart-global-theme #tc-page-home .problem-section .why-intro > p {
  color: #52667f !important;
}

body.tryycart-global-theme #tc-page-home :is(
  .service-card,
  .benefit-grid article,
  .review-grid article,
  .accordion details,
  .contact-card,
  .category-window,
  .product-card
) {
  border-color: var(--tc-pro-line) !important;
  border-radius: var(--tc-pro-card-radius) !important;
  box-shadow: 0 7px 18px rgba(20, 49, 83, 0.06) !important;
}

body.tryycart-global-theme #tc-page-home :is(
  .service-card,
  .benefit-grid article,
  .review-grid article,
  .accordion details,
  .contact-card,
  .category-window
):hover {
  box-shadow: 0 10px 24px rgba(20, 49, 83, 0.09) !important;
}

body.tryycart-global-theme #tc-page-home .why-layout {
  align-items: start !important;
  gap: clamp(18px, 3vw, 38px) !important;
}

body.tryycart-global-theme #tc-page-home .benefit-grid,
body.tryycart-global-theme #tc-page-home .review-grid {
  align-items: stretch !important;
  gap: 12px !important;
}

body.tryycart-global-theme #tc-page-home .benefit-grid article,
body.tryycart-global-theme #tc-page-home .review-grid article {
  min-height: 0 !important;
  padding: 16px !important;
}

body.tryycart-global-theme #tc-page-home .faq-shell,
body.tryycart-global-theme #tc-page-home .contact-grid {
  align-items: start !important;
  gap: clamp(16px, 2.5vw, 32px) !important;
}

/* About and policy pages: reduce dead space while preserving hierarchy. */
body.tryycart-global-theme .content-page {
  background: #f2f6fa !important;
}

body.tryycart-global-theme .about-page > :is(
  .about-origin,
  .value-pillars,
  .delivery-grid,
  .commitments
) {
  width: min(calc(100% - (2 * var(--tc-pro-page-gutter))), 1380px) !important;
  max-width: 1380px !important;
  margin-inline: auto !important;
}

body.tryycart-global-theme .about-origin {
  gap: clamp(22px, 4vw, 50px) !important;
  padding-top: clamp(34px, 4vw, 54px) !important;
  padding-bottom: clamp(24px, 3vw, 40px) !important;
}

body.tryycart-global-theme .value-pillars {
  gap: 13px !important;
  padding-bottom: clamp(34px, 4vw, 52px) !important;
}

body.tryycart-global-theme .value-pillars article {
  min-height: 0 !important;
  border-radius: var(--tc-pro-card-radius) !important;
  padding: clamp(18px, 2vw, 23px) !important;
  box-shadow: var(--tc-pro-soft-shadow) !important;
}

body.tryycart-global-theme .value-pillars h2 {
  margin-top: 13px !important;
}

body.tryycart-global-theme .about-way {
  padding: clamp(38px, 4vw, 54px) 0 !important;
}

body.tryycart-global-theme .about-way-grid {
  width: min(calc(100% - (2 * var(--tc-pro-page-gutter))), 1380px) !important;
  max-width: 1380px !important;
  gap: clamp(24px, 4vw, 48px) !important;
  margin-inline: auto !important;
}

body.tryycart-global-theme .about-way-grid article {
  border-radius: 11px !important;
  padding: 13px !important;
  box-shadow: none !important;
}

body.tryycart-global-theme .delivery-grid {
  gap: 12px !important;
  padding-top: clamp(36px, 4vw, 54px) !important;
  padding-bottom: clamp(32px, 4vw, 50px) !important;
}

body.tryycart-global-theme .delivery-grid > div:first-child {
  padding: 18px 30px 18px 0 !important;
}

body.tryycart-global-theme .delivery-grid article {
  min-height: 0 !important;
  border-radius: 13px !important;
  padding: 15px !important;
  box-shadow: 0 6px 16px rgba(20, 49, 83, 0.05) !important;
}

body.tryycart-global-theme .commitments {
  gap: 20px !important;
  border-radius: 16px !important;
  padding: 22px 26px !important;
  box-shadow: none !important;
}

body.tryycart-global-theme .content-cta {
  margin-top: clamp(38px, 4vw, 54px) !important;
  padding: 27px 0 !important;
}

body.tryycart-global-theme .content-cta .shell {
  width: min(calc(100% - (2 * var(--tc-pro-page-gutter))), 1380px) !important;
  max-width: 1380px !important;
}

body.tryycart-global-theme .tc-wp-content,
body.tryycart-global-theme.tryycart-service-page :is(.tc-service-content, .tc-service-shell) {
  width: min(calc(100% - (2 * var(--tc-pro-page-gutter))), 1380px) !important;
  max-width: 1380px !important;
}

/* --------------------------------------------------------------------------
 * Tablet — intentional two-stage header and stacked, balanced heroes.
 * ----------------------------------------------------------------------- */
@media (max-width: 1320px) {
  body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    grid-template-columns: minmax(150px, 1fr) auto !important;
    padding-left: 14px !important;
  }

  body .tc-site-chrome.tc-site-chrome .tc-desktop-nav {
    display: none !important;
  }

  body .tc-site-chrome.tc-site-chrome .tc-nav-actions {
    grid-column: 2 !important;
  }

  body .tc-site-chrome.tc-site-chrome .menu-button {
    display: inline-flex !important;
  }
}

@media (max-width: 980px) {
  :root {
    --tc-pro-hero-height: auto;
    --tc-pro-section-gap: 12px;
  }

  body.tryycart-global-theme #tc-page-home > .hero,
  body.tryycart-global-theme .content-hero,
  body.tryycart-global-theme.tryycart-service-page .tc-service-hero,
  body.tryycart-global-theme :is(.order-hero, .courier-hero, .hiw-hero) {
    min-height: 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 18px !important;
    min-height: 0 !important;
    padding: 28px 0 24px !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-copy,
  body.tryycart-global-theme #tc-page-home .hero-map {
    display: block !important;
    align-self: auto !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-copy-actions {
    width: min(100%, 560px) !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-showcase {
    max-width: none !important;
    margin: 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .showcase-stage {
    height: clamp(235px, 38vw, 300px) !important;
  }

  body.tryycart-global-theme .content-hero-grid {
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) minmax(130px, 170px) !important;
    gap: 24px !important;
    padding: 36px 0 !important;
  }

  body.tryycart-global-theme .content-hero-icon {
    width: 150px !important;
    height: 150px !important;
    font-size: 4rem !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-service-hero .tc-hero-grid,
  body.tryycart-global-theme :is(.order-hero-grid, .courier-hero-grid, .hiw-hero-grid) {
    min-height: 0 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
    padding-block: 30px !important;
  }

  body.tryycart-global-theme #tc-page-home .why-layout,
  body.tryycart-global-theme .about-origin,
  body.tryycart-global-theme .about-way-grid,
  body.tryycart-global-theme .commitments {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.tryycart-global-theme #tc-page-home .why-intro,
  body.tryycart-global-theme #tc-page-home .why-intro .section-title {
    text-align: left !important;
  }

  body.tryycart-global-theme #tc-page-home .why-intro .section-title h2,
  body.tryycart-global-theme #tc-page-home .why-intro .title-bar,
  body.tryycart-global-theme #tc-page-home .why-intro > p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* --------------------------------------------------------------------------
 * Mobile — compact, full-width and free of fixed-column overflow.
 * ----------------------------------------------------------------------- */
@media (max-width: 782px) {
  body.admin-bar .tc-site-chrome.tc-site-chrome {
    top: 46px !important;
  }

  body .tc-site-chrome.tc-site-chrome .tc-utility-bar {
    display: none !important;
  }

  body .tc-site-chrome.tc-site-chrome .tc-main-header {
    min-height: 64px !important;
    height: 64px !important;
    padding: 5px 0 !important;
  }

  body .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    width: calc(100% - 16px) !important;
    min-height: 54px !important;
    height: 54px !important;
    grid-template-columns: minmax(112px, 1fr) auto !important;
    gap: 7px !important;
    border-radius: 14px !important;
    padding: 4px 5px 4px 11px !important;
  }

  body .tc-site-chrome.tc-site-chrome .tc-site-logo,
  body .tc-site-chrome.tc-site-chrome .tc-site-logo img {
    width: 118px !important;
    max-width: 118px !important;
  }

  body .tc-site-chrome.tc-site-chrome .tc-nav-actions {
    height: 44px !important;
    gap: 5px !important;
    border-left: 0 !important;
    padding-left: 0 !important;
  }

  body .tc-site-chrome.tc-site-chrome .tc-nav-actions .icon-action,
  body .tc-site-chrome.tc-site-chrome .login-link {
    display: none !important;
  }

  body .tc-site-chrome.tc-site-chrome .nav-signup,
  body .tc-site-chrome.tc-site-chrome .menu-button {
    min-height: 36px !important;
    height: 36px !important;
  }

  body .tc-site-chrome.tc-site-chrome .nav-signup {
    padding-inline: 10px !important;
    border-radius: 10px !important;
    font-size: 11.5px !important;
  }

  body .tc-site-chrome.tc-site-chrome .menu-button {
    display: inline-flex !important;
    width: 36px !important;
    min-width: 36px !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-grid,
  body.tryycart-global-theme .content-hero-grid,
  body.tryycart-global-theme.tryycart-service-page .tc-service-hero .tc-hero-grid,
  body.tryycart-global-theme :is(.order-hero-grid, .courier-hero-grid, .hiw-hero-grid) {
    width: calc(100% - 24px) !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-grid {
    gap: 14px !important;
    padding: 22px 0 18px !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-pill {
    padding: 6px 10px !important;
    font-size: 0.62rem !important;
  }

  body.tryycart-global-theme #tc-page-home .hero h1 {
    margin: 11px 0 9px !important;
    font-size: clamp(2rem, 10vw, 2.62rem) !important;
    letter-spacing: -0.047em !important;
    line-height: 1.02 !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-copy > p {
    font-size: 0.9rem !important;
    line-height: 1.54 !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-copy-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 13px !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-copy-actions .btn {
    min-height: 42px !important;
    padding-inline: 9px !important;
    font-size: 0.75rem !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-showcase {
    border-radius: 15px !important;
    box-shadow: 0 16px 30px rgba(2, 10, 26, 0.25) !important;
  }

  body.tryycart-global-theme #tc-page-home .showcase-stage {
    height: clamp(205px, 58vw, 238px) !important;
  }

  body.tryycart-global-theme #tc-page-home .map-card {
    padding: 8px !important;
  }

  body.tryycart-global-theme #tc-page-home .map-card svg {
    height: calc(100% - 17px) !important;
  }

  body.tryycart-global-theme #tc-page-home .map-topline,
  body.tryycart-global-theme #tc-page-home .map-caption,
  body.tryycart-global-theme #tc-page-home .showcase-copy p {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home .showcase-copy {
    right: 14px !important;
    bottom: 13px !important;
    left: 14px !important;
  }

  body.tryycart-global-theme #tc-page-home .showcase-copy h3 {
    margin: 3px 0 0 !important;
    font-size: 1.05rem !important;
  }

  body.tryycart-global-theme .content-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    padding: 34px 0 !important;
  }

  body.tryycart-global-theme .content-hero-icon {
    display: none !important;
  }

  body.tryycart-global-theme .content-hero h1 {
    margin: 10px 0 8px !important;
    font-size: clamp(2.15rem, 11vw, 3rem) !important;
  }

  body.tryycart-global-theme .content-hero p {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
  }

  body.tryycart-global-theme #tc-page-home :is(
    .services-section,
    .problem-section,
    .trending-section,
    .testimonials,
    .faq-section,
    .contact-band
  ) > .shell,
  body.tryycart-global-theme .about-page > :is(
    .about-origin,
    .value-pillars,
    .delivery-grid,
    .commitments
  ),
  body.tryycart-global-theme .about-way-grid,
  body.tryycart-global-theme .content-cta .shell {
    width: calc(100% - 22px) !important;
  }

  body.tryycart-global-theme #tc-page-home .services-section > .shell {
    border-radius: 16px !important;
    padding: 17px 14px !important;
  }

  body.tryycart-global-theme #tc-page-home :is(
    .problem-section,
    .trending-section,
    .testimonials,
    .faq-section,
    .contact-band
  ) > .shell {
    padding: 17px 4px !important;
  }

  body.tryycart-global-theme #tc-page-home .section-title h2 {
    max-width: 100% !important;
  }

  body.tryycart-global-theme #tc-page-home .benefit-grid,
  body.tryycart-global-theme #tc-page-home .review-grid,
  body.tryycart-global-theme #tc-page-home .faq-shell,
  body.tryycart-global-theme #tc-page-home .contact-grid,
  body.tryycart-global-theme .value-pillars,
  body.tryycart-global-theme .delivery-grid,
  body.tryycart-global-theme .about-way-grid > div:last-child,
  body.tryycart-global-theme .content-cta .shell {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.tryycart-global-theme #tc-page-home .benefit-grid article,
  body.tryycart-global-theme #tc-page-home .review-grid article,
  body.tryycart-global-theme .value-pillars article,
  body.tryycart-global-theme .delivery-grid article {
    padding: 14px !important;
  }

  body.tryycart-global-theme .about-origin {
    gap: 13px !important;
    padding-top: 29px !important;
    padding-bottom: 22px !important;
  }

  body.tryycart-global-theme .value-pillars {
    gap: 10px !important;
    padding-bottom: 30px !important;
  }

  body.tryycart-global-theme .about-way {
    padding: 34px 0 !important;
  }

  body.tryycart-global-theme .about-way-grid {
    gap: 20px !important;
  }

  body.tryycart-global-theme .delivery-grid {
    gap: 10px !important;
    padding-top: 29px !important;
    padding-bottom: 28px !important;
  }

  body.tryycart-global-theme .delivery-grid > div:first-child {
    padding: 0 0 10px !important;
  }

  body.tryycart-global-theme .commitments {
    gap: 12px !important;
    padding: 18px !important;
  }

  body.tryycart-global-theme .content-cta {
    margin-top: 32px !important;
    padding: 24px 0 !important;
  }
}

@media (max-width: 420px) {
  body .tc-site-chrome.tc-site-chrome .nav-signup {
    padding-inline: 9px !important;
    font-size: 11px !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-copy-actions {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.tryycart-global-theme #tc-page-home .showcase-stage {
    height: 205px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .tc-site-chrome.tc-site-chrome *,
  body.tryycart-global-theme #tc-page-home *,
  body.tryycart-global-theme .content-page * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Final simplification: cards communicate content; outer wrappers stay quiet. */
body.tryycart-global-theme #tc-page-home .services-section > .shell {
  border: 0 !important;
  border-radius: 0 !important;
  padding: clamp(18px, 2.1vw, 30px) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.tryycart-global-theme .about-page > :is(.about-origin, .value-pillars, .delivery-grid) {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 980px) {
  body.tryycart-global-theme .floating-shop {
    display: none !important;
  }
}

@media (max-width: 782px) {
  body.tryycart-global-theme #tc-page-home .services-section > .shell {
    padding: 17px 4px !important;
  }
}

/* Desktop hero parity: every top-level route opens on the same 408px canvas. */
@media (min-width: 981px) {
  :root {
    --tc-pro-hero-height: 408px;
  }

  body.tryycart-global-theme #tc-page-home > .hero,
  body.tryycart-global-theme #tc-page-home .hero-grid,
  body.tryycart-global-theme .content-hero,
  body.tryycart-global-theme .content-hero-grid,
  body.tryycart-global-theme.tryycart-service-page .tc-service-hero,
  body.tryycart-global-theme.tryycart-service-page .tc-service-hero .tc-hero-grid,
  body.tryycart-global-theme :is(.order-hero, .courier-hero, .hiw-hero),
  body.tryycart-global-theme :is(.order-hero-grid, .courier-hero-grid, .hiw-hero-grid) {
    min-height: 408px !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-map,
  body.tryycart-global-theme #tc-page-home .hero-showcase,
  body.tryycart-global-theme #tc-page-home .showcase-stage {
    height: 100% !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-showcase {
    align-self: stretch !important;
  }
}

@media (min-width: 981px) {
  body.tryycart-global-theme #tc-page-home .hero-map,
  body.tryycart-global-theme #tc-page-home .hero-showcase,
  body.tryycart-global-theme #tc-page-home .showcase-stage {
    height: 340px !important;
  }
}

/* Final polish: remove the redundant floating shop box and tighten About page rhythm. */
body.tryycart-global-theme .floating-shop {
  display: none !important;
}

@media (min-width: 783px) {
  body.tryycart-global-theme .about-origin {
    align-items: start !important;
    margin: 0 auto !important;
    padding: 40px 0 30px !important;
  }

  body.tryycart-global-theme .about-origin > * {
    align-self: start !important;
  }

  body.tryycart-global-theme .value-pillars {
    margin: 0 auto !important;
    padding: 0 0 40px !important;
  }

  body.tryycart-global-theme .about-way {
    padding: 42px 0 !important;
  }

  body.tryycart-global-theme .about-way-grid {
    align-items: start !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  body.tryycart-global-theme .delivery-grid {
    margin: 0 auto !important;
    padding: 42px 0 40px !important;
  }

  body.tryycart-global-theme .commitments {
    margin: 0 auto !important;
  }

  body.tryycart-global-theme .content-cta {
    margin-top: 42px !important;
  }
}

/* --------------------------------------------------------------------------
 * Compact plugin-owned service heroes on tablet and mobile.
 * The three route stages remain a readable horizontal story instead of
 * becoming a tall stack, while courier benefits become a concise 2 × 2 grid.
 * ----------------------------------------------------------------------- */
@media (max-width: 980px) {
  body.tryycart-global-theme.tryycart-service-page .tc-service-hero {
    padding: 0 !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-service-hero .tc-hero-grid {
    gap: 18px !important;
    padding: 28px 0 25px !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: minmax(0, 1fr) 14px minmax(0, 1fr) 14px minmax(0, 1fr) !important;
    gap: 7px !important;
    padding: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 17px !important;
    background: rgba(255, 255, 255, 0.045) !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual > div {
    min-width: 0 !important;
    min-height: 112px !important;
    padding: 12px 7px !important;
    border-radius: 13px !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual > div.is-hub {
    transform: none !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual > i {
    transform: none !important;
    font-size: 1.05rem !important;
    text-align: center !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual b {
    margin-bottom: 8px !important;
    font-size: 1.35rem !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual strong {
    max-width: 100% !important;
    font-size: 0.76rem !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual small {
    max-width: 100% !important;
    margin-top: 5px !important;
    font-size: 0.61rem !important;
    line-height: 1.25 !important;
    overflow-wrap: anywhere !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-courier-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-courier-benefits > span {
    grid-column: 1 / -1 !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-courier-benefits article {
    min-width: 0 !important;
    min-height: 84px !important;
    align-items: flex-start !important;
    gap: 9px !important;
    padding: 11px !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-courier-benefits article > b {
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-courier-benefits strong {
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-courier-benefits small {
    font-size: 0.68rem !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 782px) {
  body.tryycart-global-theme.tryycart-service-page .tc-service-hero .tc-hero-grid {
    width: calc(100% - 24px) !important;
    gap: 16px !important;
    padding: 24px 0 21px !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-service-hero .tc-hero-copy h1 {
    margin: 12px 0 10px !important;
    font-size: clamp(2.05rem, 10vw, 2.62rem) !important;
    letter-spacing: -0.047em !important;
    line-height: 0.99 !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-service-hero .tc-hero-copy h1 small {
    margin-top: 6px !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-service-hero .tc-hero-copy > p {
    font-size: 0.88rem !important;
    line-height: 1.52 !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-kicker {
    padding: 6px 10px !important;
    font-size: 0.67rem !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-provider-pills {
    gap: 6px !important;
    margin-top: 14px !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-provider-pills span {
    padding: 6px 8px !important;
    font-size: 0.66rem !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual {
    grid-template-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) !important;
    gap: 4px !important;
    padding: 9px !important;
    border-radius: 15px !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual > div {
    min-height: 94px !important;
    padding: 8px 4px !important;
    border-radius: 11px !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual > i {
    transform: none !important;
    font-size: 0.95rem !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual b {
    margin-bottom: 6px !important;
    font-size: 1.2rem !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual strong {
    font-size: 0.67rem !important;
    line-height: 1.15 !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual small {
    margin-top: 4px !important;
    font-size: 0.55rem !important;
    line-height: 1.2 !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-process-strip .tc-service-container,
  body.tryycart-global-theme.tryycart-service-page .tc-trust-strip .tc-service-container {
    gap: 7px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-process-strip span,
  body.tryycart-global-theme.tryycart-service-page .tc-trust-strip span {
    gap: 7px !important;
    font-size: 0.67rem !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-process-strip b {
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
    font-size: 0.64rem !important;
  }

  body.tryycart-global-theme.tryycart-service-page
    .tc-service-hero
    .tc-courier-benefits
    article {
    min-height: 78px !important;
    padding: 10px !important;
  }
}

@media (max-width: 430px) {
  body.tryycart-global-theme.tryycart-service-page .tc-route-visual {
    grid-template-columns: minmax(0, 1fr) 10px minmax(0, 1fr) 10px minmax(0, 1fr) !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual > i {
    transform: none !important;
  }
}

@media (max-width: 370px) {
  body.tryycart-global-theme.tryycart-service-page .tc-route-visual > div {
    min-height: 84px !important;
  }

  body.tryycart-global-theme.tryycart-service-page .tc-route-visual small {
    display: none !important;
  }
}

/* Keep route-diagram typography legible against the dark service hero. */
body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-route-visual
  > div
  :is(b, strong) {
  color: #f7f9ff !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-route-visual
  > div
  small {
  color: #c7d6ef !important;
}

/* Courier hero: use the available width, not four tall rows. */
body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-courier-benefits {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-courier-benefits
  > span {
  grid-column: 1 / -1 !important;
  color: #72d8ef !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-courier-benefits
  article {
  min-width: 0 !important;
  min-height: 86px !important;
  align-items: flex-start !important;
  padding: 12px !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-courier-benefits
  strong {
  color: #f7f9ff !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-hero
  .tc-courier-benefits
  small {
  color: #c7d6ef !important;
}

@media (max-width: 430px) {
  body.tryycart-global-theme.tryycart-service-page
    .tc-service-hero
    .tc-courier-benefits
    article {
    min-height: 76px !important;
    gap: 7px !important;
    padding: 9px !important;
  }

  body.tryycart-global-theme.tryycart-service-page
    .tc-service-hero
    .tc-courier-benefits
    article
    > b {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
  }

  body.tryycart-global-theme.tryycart-service-page
    .tc-service-hero
    .tc-courier-benefits
    strong {
    font-size: 0.72rem !important;
  }

  body.tryycart-global-theme.tryycart-service-page
    .tc-service-hero
    .tc-courier-benefits
    small {
    font-size: 0.62rem !important;
    line-height: 1.3 !important;
  }
}

@media (min-width: 981px) {
  body.tryycart-global-theme.tryycart-service-page
    .tc-service-hero
    .tc-hero-grid {
    padding-block: 24px !important;
  }
}

/* source: assets/css/service-tabs-professional-1.10.53.css */
/* TryyCart 1.10.53 — professional service-tab wireframe polish.
   Visual-only layer: preserves WooCommerce, cart, checkout, rate engine and volumetric formulas.
   Tryy Shop is intentionally owned by tryy-shop-final-1.10.53.css. */
:root {
  --tc-pro-navy: #0b1324;
  --tc-pro-ink: #0f172a;
  --tc-pro-blue: #075985;
  --tc-pro-sky: #0284c7;
  --tc-pro-orange: #f97316;
  --tc-pro-border: rgba(15, 23, 42, .12);
  --tc-pro-soft: #f8fafc;
  --tc-pro-muted: #64748b;
  --tc-pro-radius: 24px;
}

body.tryycart-global-theme .order-india-page,
body.tryycart-global-theme .courier-page,
body.tryycart-global-theme .rate-page,
body.tryycart-global-theme .tc-service-route-page {
  background: #f8fafc;
  color: var(--tc-pro-ink);
}

body.tryycart-global-theme .order-hero,
body.tryycart-global-theme .courier-hero,
body.tryycart-global-theme .rate-hero,
body.tryycart-global-theme .tc-service-page-hero {
  min-height: 408px !important;
  padding: 54px 0 !important;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 86% 18%, rgba(14, 165, 233, .22), transparent 34%),
    radial-gradient(circle at 12% 86%, rgba(249, 115, 22, .18), transparent 30%),
    linear-gradient(135deg, #08111f 0%, #0f1d35 52%, #172554 100%) !important;
  color: #fff;
  position: relative;
  overflow: hidden;
}
body.tryycart-global-theme .order-hero::before,
body.tryycart-global-theme .courier-hero::before,
body.tryycart-global-theme .rate-hero::before,
body.tryycart-global-theme .tc-service-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.35), rgba(0,0,0,1), rgba(0,0,0,.25));
  pointer-events: none;
}
body.tryycart-global-theme .order-hero::after,
body.tryycart-global-theme .courier-hero::after,
body.tryycart-global-theme .rate-hero::after,
body.tryycart-global-theme .tc-service-page-hero::after {
  content: "";
  position: absolute;
  inset: auto 7% 34px auto;
  width: 320px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.36), transparent);
  opacity: .75;
}

body.tryycart-global-theme .order-hero-grid,
body.tryycart-global-theme .courier-hero-grid,
body.tryycart-global-theme .rate-hero-grid,
body.tryycart-global-theme .tc-service-page-hero-grid {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .82fr) !important;
  gap: clamp(28px, 4vw, 62px) !important;
  align-items: center !important;
}

body.tryycart-global-theme .hero-pill,
body.tryycart-global-theme .tc-service-page-eyebrow,
body.tryycart-global-theme .rate-hero .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 13px;
  border-radius: 999px;
  border: 1px solid rgba(251, 146, 60, .52);
  background: rgba(255, 247, 237, .10);
  color: #fed7aa;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  box-shadow: none !important;
}
body.tryycart-global-theme .hero-pill i,
body.tryycart-global-theme .tc-service-page-eyebrow i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.15);
}

body.tryycart-global-theme .order-hero h1,
body.tryycart-global-theme .courier-hero h1,
body.tryycart-global-theme .rate-hero h1,
body.tryycart-global-theme .tc-service-page-hero h1 {
  max-width: 760px;
  margin: 0 0 15px !important;
  font-size: clamp(2.05rem, 4.4vw, 4.35rem) !important;
  line-height: .98 !important;
  letter-spacing: -.065em !important;
  font-weight: 950 !important;
  color: #fff !important;
}
body.tryycart-global-theme .order-hero .gradient-text,
body.tryycart-global-theme .courier-hero .gradient-text,
body.tryycart-global-theme .rate-hero .gradient-text,
body.tryycart-global-theme .tc-service-page-hero em,
body.tryycart-global-theme .tc-service-page-hero strong {
  display: inline;
  font-style: normal;
  color: transparent !important;
  background: linear-gradient(90deg, #fb923c, #f97316 28%, #38bdf8 84%);
  -webkit-background-clip: text;
  background-clip: text;
}
body.tryycart-global-theme .order-hero p,
body.tryycart-global-theme .courier-hero > div > div:first-child > p,
body.tryycart-global-theme .rate-hero p,
body.tryycart-global-theme .tc-service-page-hero p {
  max-width: 680px !important;
  margin: 0;
  color: rgba(226, 232, 240, .88) !important;
  font-size: clamp(1rem, 1.5vw, 1.12rem) !important;
  line-height: 1.68 !important;
}

body.tryycart-global-theme .marketplace-row,
body.tryycart-global-theme .courier-hero .button-row,
body.tryycart-global-theme .rate-hero-actions,
body.tryycart-global-theme .tc-service-page-actions {
  margin-top: 24px !important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px !important;
}
body.tryycart-global-theme .marketplace-row span,
body.tryycart-global-theme .rate-hero-actions span,
body.tryycart-global-theme .tc-service-page-actions span {
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.08) !important;
  color: rgba(255,255,255,.88) !important;
  padding: 8px 12px !important;
  box-shadow: none !important;
  font-weight: 800;
  letter-spacing: .01em;
}

body.tryycart-global-theme .order-hero-art,
body.tryycart-global-theme .courier-features,
body.tryycart-global-theme .rate-proof-panel,
body.tryycart-global-theme .tc-service-page-visual {
  min-height: 238px;
  border-radius: 30px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  background: linear-gradient(145deg, rgba(255,255,255,.105), rgba(255,255,255,.045)) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
}
body.tryycart-global-theme .order-hero-art {
  padding: 18px !important;
  gap: 12px !important;
  justify-content: center;
}
body.tryycart-global-theme .order-hero-art > span,
body.tryycart-global-theme .order-hero-art .hub-card {
  min-width: 116px !important;
  padding: 16px 14px !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  background: rgba(255,255,255,.10) !important;
}
body.tryycart-global-theme .order-hero-art > i {
  color: rgba(255,255,255,.55) !important;
  font-size: 1.3rem !important;
}
body.tryycart-global-theme .courier-features {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0 !important;
  padding: 10px !important;
}
body.tryycart-global-theme .courier-features span {
  min-height: 96px;
  padding: 18px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.tryycart-global-theme .courier-features span:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12) !important; }
body.tryycart-global-theme .courier-features span:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12) !important; }
body.tryycart-global-theme .courier-features b { color: #fff !important; }
body.tryycart-global-theme .courier-features small { color: rgba(226,232,240,.78) !important; }

body.tryycart-global-theme .order-flow-bar,
body.tryycart-global-theme .courier-trust {
  padding: 12px 0 !important;
  border-block: 1px solid rgba(15,23,42,.08) !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.tryycart-global-theme .order-flow-bar .shell,
body.tryycart-global-theme .courier-trust .shell {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  align-items: stretch;
}
body.tryycart-global-theme .order-flow-bar span,
body.tryycart-global-theme .courier-trust span {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 9px 16px !important;
  min-height: auto !important;
  border: 0 !important;
  border-right: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #334155 !important;
  font-size: .9rem !important;
  font-weight: 700;
}
body.tryycart-global-theme .order-flow-bar span:last-child,
body.tryycart-global-theme .courier-trust span:last-child { border-right: 0 !important; }
body.tryycart-global-theme .order-flow-bar b,
body.tryycart-global-theme .courier-trust b {
  display: inline-flex;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #ea580c;
  font-size: .72rem;
  flex: 0 0 auto;
}

body.tryycart-global-theme .order-builder,
body.tryycart-global-theme .booking-area,
body.tryycart-global-theme .rate-workspace,
body.tryycart-global-theme .tc-service-page-body {
  padding: clamp(34px, 5vw, 58px) 0 !important;
  background: #f8fafc !important;
}
body.tryycart-global-theme .order-workspace,
body.tryycart-global-theme .booking-form,
body.tryycart-global-theme .courier-sidebar > section,
body.tryycart-global-theme .tc-service-main-panel,
body.tryycart-global-theme .tc-rate-form-panel,
body.tryycart-global-theme .tc-rate-side-note,
body.tryycart-global-theme .rate-calculator-panel,
body.tryycart-global-theme .rate-explain-panel {
  border: 1px solid var(--tc-pro-border) !important;
  border-radius: var(--tc-pro-radius) !important;
  background: #fff !important;
  box-shadow: 0 14px 40px rgba(15,23,42,.06) !important;
}
body.tryycart-global-theme .import-card,
body.tryycart-global-theme .product-entry,
body.tryycart-global-theme .dimension-card,
body.tryycart-global-theme .order-items,
body.tryycart-global-theme .form-section,
body.tryycart-global-theme .rate-card,
body.tryycart-global-theme .courier-safety-card {
  border: 1px solid rgba(15,23,42,.10) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.tryycart-global-theme .import-card,
body.tryycart-global-theme .product-entry,
body.tryycart-global-theme .order-items,
body.tryycart-global-theme .form-section {
  padding: clamp(20px, 3vw, 30px) !important;
}
body.tryycart-global-theme .import-card + .product-entry,
body.tryycart-global-theme .product-entry + .order-items,
body.tryycart-global-theme .booking-form .form-section + .form-section {
  margin-top: 18px !important;
}
body.tryycart-global-theme .form-accent,
body.tryycart-global-theme .import-card::before,
body.tryycart-global-theme .product-entry::before,
body.tryycart-global-theme .order-workspace::before,
body.tryycart-global-theme .booking-form::before {
  display: none !important;
}
body.tryycart-global-theme .order-builder-grid,
body.tryycart-global-theme .booking-layout,
body.tryycart-global-theme .rate-workspace-grid,
body.tryycart-global-theme .tc-service-content-grid {
  display: grid !important;
  align-items: start !important;
  gap: clamp(18px, 2.4vw, 30px) !important;
}
body.tryycart-global-theme .order-builder-grid { grid-template-columns: minmax(0, 1fr) !important; }
body.tryycart-global-theme .booking-layout { grid-template-columns: minmax(0, 1fr) minmax(300px, 356px) !important; }
body.tryycart-global-theme .rate-workspace-grid,
body.tryycart-global-theme .tc-service-content-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, 360px) !important; }

body.tryycart-global-theme .entry-head h2,
body.tryycart-global-theme .form-intro h2,
body.tryycart-global-theme .tc-service-route-title,
body.tryycart-global-theme .rate-explain-panel h2,
body.tryycart-global-theme .tc-rate-side-note h2 {
  margin: 0 0 8px !important;
  color: #0f172a !important;
  font-size: clamp(1.45rem, 2.1vw, 2rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -.035em !important;
  font-weight: 900 !important;
}
body.tryycart-global-theme .entry-head p,
body.tryycart-global-theme .form-intro p,
body.tryycart-global-theme .tc-service-route-summary,
body.tryycart-global-theme .rate-explain-panel p,
body.tryycart-global-theme .tc-rate-side-note p {
  margin: 0;
  color: var(--tc-pro-muted) !important;
  line-height: 1.65 !important;
}
body.tryycart-global-theme .entry-head,
body.tryycart-global-theme .form-intro {
  padding-bottom: 16px !important;
  margin-bottom: 18px !important;
  border-bottom: 1px solid rgba(15,23,42,.08) !important;
}

body.tryycart-global-theme .field-grid,
body.tryycart-global-theme .dimension-inputs,
body.tryycart-global-theme .address-extras {
  gap: 14px !important;
}
body.tryycart-global-theme label,
body.tryycart-global-theme .rate-card label {
  color: #334155;
  font-weight: 800;
}
body.tryycart-global-theme input,
body.tryycart-global-theme select,
body.tryycart-global-theme textarea,
body.tryycart-global-theme .rate-card input,
body.tryycart-global-theme .rate-card select {
  border: 1px solid rgba(15,23,42,.14) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}
body.tryycart-global-theme input:focus,
body.tryycart-global-theme select:focus,
body.tryycart-global-theme textarea:focus {
  border-color: rgba(249,115,22,.65) !important;
  box-shadow: 0 0 0 4px rgba(249,115,22,.12) !important;
  outline: none !important;
}

body.tryycart-global-theme .order-assurance {
  padding: 42px 0 !important;
  background: #fff !important;
}
body.tryycart-global-theme .order-assurance .section-heading,
body.tryycart-global-theme .order-assurance .tc-section-heading {
  margin-bottom: 24px !important;
}
body.tryycart-global-theme .order-assurance .shell > div:last-child {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  border: 1px solid rgba(15,23,42,.10);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
}
body.tryycart-global-theme .order-assurance article {
  padding: 22px !important;
  border: 0 !important;
  border-right: 1px solid rgba(15,23,42,.08) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
body.tryycart-global-theme .order-assurance article:last-child { border-right: 0 !important; }
body.tryycart-global-theme .order-assurance article > span {
  box-shadow: none !important;
}

body.tryycart-global-theme .courier-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px !important;
}
body.tryycart-global-theme .courier-sidebar > section {
  padding: 22px !important;
}
body.tryycart-global-theme .side-head,
body.tryycart-global-theme .side-head.purple,
body.tryycart-global-theme .side-head.orange,
body.tryycart-global-theme .side-head.safety,
body.tryycart-global-theme .side-head.dark {
  border-radius: 999px !important;
  padding: 8px 12px !important;
  box-shadow: none !important;
  background: #fff7ed !important;
  color: #ea580c !important;
  border: 1px solid #fed7aa !important;
  font-size: .76rem !important;
  letter-spacing: .09em;
  text-transform: uppercase;
  width: fit-content;
}
body.tryycart-global-theme .summary-cards {
  gap: 12px !important;
}
body.tryycart-global-theme .summary-cards span,
body.tryycart-global-theme .why-list li,
body.tryycart-global-theme .prohibited-mini span {
  box-shadow: none !important;
}

body.tryycart-global-theme .rate-page .shipping-rate-card {
  width: 100%;
  max-width: none;
  border: 0 !important;
  box-shadow: none !important;
}
body.tryycart-global-theme .rate-proof-panel,
body.tryycart-global-theme .tc-service-page-visual {
  padding: 24px;
  display: grid;
  gap: 12px;
}
body.tryycart-global-theme .rate-proof-panel span,
body.tryycart-global-theme .tc-service-page-visual span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.84);
  font-weight: 700;
}
body.tryycart-global-theme .rate-proof-panel span:last-child,
body.tryycart-global-theme .tc-service-page-visual span:last-child { border-bottom: 0; }
body.tryycart-global-theme .rate-proof-panel b,
body.tryycart-global-theme .tc-service-page-visual b { color: #fff; }
body.tryycart-global-theme .rate-explain-panel,
body.tryycart-global-theme .tc-rate-side-note { padding: 26px !important; }
body.tryycart-global-theme .rate-explain-list,
body.tryycart-global-theme .tc-rate-steps {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
body.tryycart-global-theme .rate-explain-list li,
body.tryycart-global-theme .tc-rate-steps li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
  color: #475569;
}
body.tryycart-global-theme .rate-explain-list li::before,
body.tryycart-global-theme .tc-rate-steps li::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}
body.tryycart-global-theme .tc-rate-content {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
}
body.tryycart-global-theme .tc-rate-content > * {
  max-width: 100%;
}
body.tryycart-global-theme .tc-rate-form-panel > *:first-child { margin-top: 0 !important; }
body.tryycart-global-theme .tc-rate-form-panel > *:last-child { margin-bottom: 0 !important; }
body.tryycart-global-theme .tc-rate-form-panel { padding: clamp(20px, 3vw, 30px) !important; }

body.tryycart-global-theme .btn,
body.tryycart-global-theme button.btn,
body.tryycart-global-theme .import-button,
body.tryycart-global-theme .order-submit,
body.tryycart-global-theme .submit-booking {
  box-shadow: none !important;
}
body.tryycart-global-theme .btn:hover,
body.tryycart-global-theme button:hover {
  transform: translateY(-1px);
}

@media (max-width: 1180px) {
  body.tryycart-global-theme .order-assurance .shell > div:last-child { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  body.tryycart-global-theme .order-assurance article:nth-child(2n) { border-right: 0 !important; }
  body.tryycart-global-theme .order-assurance article:nth-child(-n+2) { border-bottom: 1px solid rgba(15,23,42,.08) !important; }
}
@media (max-width: 1024px) {
  body.tryycart-global-theme .order-hero-grid,
  body.tryycart-global-theme .courier-hero-grid,
  body.tryycart-global-theme .rate-hero-grid,
  body.tryycart-global-theme .tc-service-page-hero-grid,
  body.tryycart-global-theme .booking-layout,
  body.tryycart-global-theme .rate-workspace-grid,
  body.tryycart-global-theme .tc-service-content-grid {
    grid-template-columns: 1fr !important;
  }
  body.tryycart-global-theme .order-hero,
  body.tryycart-global-theme .courier-hero,
  body.tryycart-global-theme .rate-hero,
  body.tryycart-global-theme .tc-service-page-hero {
    min-height: auto !important;
    padding: 44px 0 !important;
  }
  body.tryycart-global-theme .order-hero-art,
  body.tryycart-global-theme .courier-features,
  body.tryycart-global-theme .rate-proof-panel,
  body.tryycart-global-theme .tc-service-page-visual {
    min-height: 0 !important;
  }
  body.tryycart-global-theme .courier-sidebar { position: static; }
}
@media (max-width: 780px) {
  body.tryycart-global-theme .order-flow-bar .shell,
  body.tryycart-global-theme .courier-trust .shell {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.tryycart-global-theme .order-flow-bar span,
  body.tryycart-global-theme .courier-trust span {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(15,23,42,.08) !important;
    padding: 12px 8px !important;
  }
  body.tryycart-global-theme .order-flow-bar span:nth-last-child(-n+2),
  body.tryycart-global-theme .courier-trust span:nth-last-child(-n+2) { border-bottom: 0 !important; }
  body.tryycart-global-theme .field-grid.two,
  body.tryycart-global-theme .field-grid.three,
  body.tryycart-global-theme .field-grid.five,
  body.tryycart-global-theme .dimension-inputs,
  body.tryycart-global-theme .address-extras,
  body.tryycart-global-theme .product-entry-grid {
    grid-template-columns: 1fr !important;
  }
  body.tryycart-global-theme .order-assurance .shell > div:last-child { grid-template-columns: 1fr !important; }
  body.tryycart-global-theme .order-assurance article,
  body.tryycart-global-theme .order-assurance article:nth-child(n) {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(15,23,42,.08) !important;
  }
  body.tryycart-global-theme .order-assurance article:last-child { border-bottom: 0 !important; }
}
@media (max-width: 560px) {
  body.tryycart-global-theme .order-hero,
  body.tryycart-global-theme .courier-hero,
  body.tryycart-global-theme .rate-hero,
  body.tryycart-global-theme .tc-service-page-hero {
    padding: 34px 0 !important;
  }
  body.tryycart-global-theme .order-hero h1,
  body.tryycart-global-theme .courier-hero h1,
  body.tryycart-global-theme .rate-hero h1,
  body.tryycart-global-theme .tc-service-page-hero h1 {
    font-size: clamp(2rem, 12vw, 2.65rem) !important;
    letter-spacing: -.05em !important;
  }
  body.tryycart-global-theme .marketplace-row,
  body.tryycart-global-theme .rate-hero-actions,
  body.tryycart-global-theme .tc-service-page-actions { gap: 8px !important; }
  body.tryycart-global-theme .marketplace-row span,
  body.tryycart-global-theme .rate-hero-actions span,
  body.tryycart-global-theme .tc-service-page-actions span {
    font-size: .78rem !important;
    padding: 7px 10px !important;
  }
  body.tryycart-global-theme .order-hero-art { flex-direction: column !important; align-items: stretch !important; }
  body.tryycart-global-theme .order-hero-art > i { transform: rotate(90deg); }
  body.tryycart-global-theme .courier-features { grid-template-columns: 1fr !important; }
  body.tryycart-global-theme .courier-features span:nth-child(n) {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.12) !important;
  }
  body.tryycart-global-theme .courier-features span:last-child { border-bottom: 0 !important; }
  body.tryycart-global-theme .order-flow-bar .shell,
  body.tryycart-global-theme .courier-trust .shell { grid-template-columns: 1fr !important; }
  body.tryycart-global-theme .order-flow-bar span:nth-child(n),
  body.tryycart-global-theme .courier-trust span:nth-child(n) { border-bottom: 1px solid rgba(15,23,42,.08) !important; }
  body.tryycart-global-theme .order-flow-bar span:last-child,
  body.tryycart-global-theme .courier-trust span:last-child { border-bottom: 0 !important; }
  body.tryycart-global-theme .import-card,
  body.tryycart-global-theme .product-entry,
  body.tryycart-global-theme .order-items,
  body.tryycart-global-theme .booking-form,
  body.tryycart-global-theme .courier-sidebar > section,
  body.tryycart-global-theme .rate-calculator-panel,
  body.tryycart-global-theme .rate-explain-panel,
  body.tryycart-global-theme .tc-rate-form-panel,
  body.tryycart-global-theme .tc-rate-side-note,
  body.tryycart-global-theme .tc-service-main-panel {
    border-radius: 18px !important;
  }
}


/* 1.10.22 Shipping Rate page: the Core-owned calculator and educational
   sections use the full content width directly below the shared 408px hero. */
body.tryycart-global-theme .tc-service-route-page--rate .tc-service-page-hero {
  min-height: 408px !important;
}

body.tryycart-global-theme .tc-service-route-page--rate .tc-service-content-grid {
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: minmax(0, 1fr) !important;
}

body.tryycart-global-theme .tc-service-route-page--rate .tc-rate-form-panel {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-width: 0;
  padding: 0 !important;
}

body.tryycart-global-theme .tc-service-route-page--rate .tc-rate-form-panel > .tc-rate-page {
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

@media (max-width: 1024px) {
  body.tryycart-global-theme .tc-service-route-page--rate .tc-service-page-hero {
    min-height: auto !important;
  }
}

/* source: assets/css/qa-professional.css */
/*
 * TryyCart production QA layer — 1.10.40.
 *
 * A deliberately small final layer for shared hierarchy, readability and
 * contrast. It loads after the historical presentation files so new fixes do
 * not require another competing one-off stylesheet for each page.
 */

:root {
  --tc-qa-hero-title: clamp(2rem, 4.05vw, 3.41rem);
  --tc-qa-section-title: clamp(1.7rem, 2.9vw, 2.5rem);
  --tc-qa-card-title: clamp(1.08rem, 1.55vw, 1.35rem);
  --tc-qa-body: clamp(0.94rem, 0.25vw + 0.88rem, 1.02rem);
  --tc-qa-readable-small: 0.75rem;
  --tc-qa-gutter: clamp(15px, 2.2vw, 34px);
  --tc-qa-ink: #13243e;
  --tc-qa-muted: #526783;
  --tc-qa-orange: #c94708;
}

body.tryycart-global-theme :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(23, 105, 210, 0.32);
  outline-offset: 2px;
}

/* One title scale across the visual application and server-rendered services. */
body.tryycart-global-theme #tc-page-home .hero-copy h1,
body.tryycart-global-theme .content-page .content-hero h1,
body.tryycart-global-theme.tryycart-service-page .tc-service-page-hero h1,
body.tryycart-global-theme.tryycart-service-page .tc-service-hero .tc-hero-copy h1 {
  font-size: var(--tc-qa-hero-title) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
}

body.tryycart-global-theme #tc-page-home .section-title h2,
body.tryycart-global-theme .content-page .section-title h2,
body.tryycart-global-theme.tryycart-service-page :is(
  .tc-rate-section-head,
  .tc-courier-compare,
  .tc-service-faq
) h2,
body.tryycart-global-theme.tryycart-service-page
  .tc-service-route-page:not(.tc-service-route-page--order)
  .tc-confidence h2 {
  font-size: var(--tc-qa-section-title) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

body.tryycart-global-theme #tc-page-home .section-title h2 {
  max-width: 1050px !important;
  margin-top: 6px !important;
  white-space: normal !important;
}

body.tryycart-global-theme :is(.content-page, .tc-wp-main) h3 {
  line-height: 1.25;
}

/* Keep policy and explanatory pages comfortably readable. */
body.tryycart-global-theme .content-page :is(p, li) {
  font-size: var(--tc-qa-body);
  line-height: 1.68;
}

body.tryycart-global-theme .content-page small {
  font-size: var(--tc-qa-readable-small);
  line-height: 1.45;
}

/* Product carousel and shop cards had 8–10 px sales metadata. */
body.tryycart-global-theme .product-card :is(.sale-chip, .category-label) {
  font-size: 0.69rem !important;
  line-height: 1.2 !important;
}

body.tryycart-global-theme .product-card :is(small, del, .tc-dual-decorated) {
  font-size: var(--tc-qa-readable-small) !important;
  line-height: 1.4 !important;
}

body.tryycart-global-theme .product-card .product-copy > span:not(.category-label) {
  font-size: 0.72rem;
}

/* Align page gutters without changing the established maximum widths. */
body.tryycart-global-theme :is(.content-page, .tc-wp-main) .shell {
  padding-right: var(--tc-qa-gutter);
  padding-left: var(--tc-qa-gutter);
}

body.tryycart-global-theme .content-page :is(.legal-notice, .prohibition-notice) {
  border-radius: 16px;
  padding: clamp(18px, 2.6vw, 28px);
}

@media (max-width: 900px) {
  body.tryycart-global-theme #tc-page-home .section-title,
  body.tryycart-global-theme .content-page .section-title {
    max-width: 100%;
  }

  body.tryycart-global-theme :is(.content-page, .tc-wp-main) .shell {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 560px) {
  :root {
    --tc-qa-gutter: 15px;
  }

  body.tryycart-global-theme #tc-page-home .hero-copy h1,
  body.tryycart-global-theme .content-page .content-hero h1,
  body.tryycart-global-theme.tryycart-service-page .tc-service-page-hero h1,
  body.tryycart-global-theme.tryycart-service-page .tc-service-hero .tc-hero-copy h1 {
    max-width: 100% !important;
  }

  body.tryycart-global-theme #tc-page-home .section-title h2,
  body.tryycart-global-theme .content-page .section-title h2 {
    margin-bottom: 10px !important;
  }

  body.tryycart-global-theme :is(.content-page, .tc-wp-main) .shell {
    padding-right: 15px;
    padding-left: 15px;
  }

  body.tryycart-global-theme :is(button, .btn, .tc-button) {
    min-height: 44px;
  }
}

/* source: assets/css/production-polish.css */
/*
 * TryyCart Global 1.10.43 — final homepage content and visual system.
 *
 * This file loads after every historical theme stylesheet. It is intentionally
 * presentation-only: WooCommerce, wallet, rates and checkout remain owned by
 * TryyCart Core and their server-authoritative endpoints.
 */

:root {
  --tc-polish-hero: clamp(2.25rem, 4.05vw, 3.41rem);
  --tc-polish-section: clamp(1.75rem, 2.9vw, 2.5rem);
  --tc-polish-small: 0.75rem;
  --tc-polish-muted: #526783;
  --tc-polish-orange: #a93b05;
}

/* The retired application drawer carried a second, incomplete cart model.
   The shared WooCommerce cart and Core wallet are now the only cart surfaces. */
body.tryycart-global-theme #tryycart-app .drawer-overlay {
  display: none !important;
}

/* Product dialogs must own the full interaction layer, including the area
   normally occupied by the permanent wallet rail. */
body.tryycart-global-theme #tryycart-app > .site-root > .modal-overlay,
body.tryycart-global-theme #tryycart-app .site-root > .modal-overlay {
  z-index: 1000010 !important;
}

/* The current assistant control has no approved customer workflow. Keep it
   off the production surface until its purpose, answers and support ownership
   are explicitly approved. */
body.tryycart-global-theme button[aria-label="Ask AI"] {
  display: none !important;
}

/* One approved title system. Extra specificity is deliberate because older
   component files contain section-specific !important declarations. */
body.tryycart-global-theme #tc-page-home #our-services .section-title h2,
body.tryycart-global-theme #tc-page-home .problem-section .section-title h2,
body.tryycart-global-theme #tc-page-home .trending-section .section-title h2,
body.tryycart-global-theme #tc-page-home .testimonials .section-title h2,
body.tryycart-global-theme #tc-page-home .faq-section .section-title h2,
body.tryycart-global-theme #tc-page-home .contact-band h2,
body.tryycart-global-theme #tc-page-hiw .section-title h2,
body.tryycart-global-theme #tc-page-hiw .final-cta h2,
body.tryycart-global-theme.tryycart-service-page .tc-rate-calculator > header h2,
body.tryycart-global-theme.tryycart-service-page .tc-rate-section-head h2,
body.tryycart-global-theme.tryycart-service-page .tc-rate-cta h2 {
  font-size: var(--tc-polish-section) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.04em !important;
}

body.tryycart-global-theme #tc-page-hiw .hiw-hero h1,
body.tryycart-global-theme .content-page .content-hero h1,
body.tryycart-global-theme.tryycart-service-page .tc-service-page-hero h1 {
  font-size: var(--tc-polish-hero) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
}

/* Readable customer-facing metadata without enlarging decorative rail text. */
body.tryycart-global-theme #tc-page-shop :is(
  .category-label,
  .rating small,
  .sale-chip,
  .product-add,
  .product-copy > span:not(.category-label)
) {
  font-size: var(--tc-polish-small) !important;
  line-height: 1.35 !important;
}

body.tryycart-global-theme #tc-page-shop .product-copy h3 {
  font-size: 0.875rem !important;
  line-height: 1.35 !important;
}

body.tryycart-global-theme.tryycart-service-page .tc-service-route-page :is(
  label small,
  header small,
  article small,
  footer small,
  .tc-section-pill,
  .tc-service-page-eyebrow,
  .tc-rate-kicker,
  .tc-kicker
) {
  font-size: var(--tc-polish-small) !important;
  line-height: 1.4 !important;
}

/* Verified contrast repairs. */
body.tryycart-global-theme #tc-page-shop .sale-chip {
  background: #963300 !important;
  color: #fff !important;
}

body.tryycart-global-theme #tc-page-shop .rating small {
  color: #526783 !important;
}

body.tryycart-global-theme.tryycart-service-page
  .tc-service-route-page:not(.tc-service-route-page--order)
  :is(
    .tc-panel > header > span,
    .tc-panel-title > div > span,
    .tc-form-section h3 span,
    .tc-rate-kicker
  ) {
  color: var(--tc-polish-orange) !important;
}

body.tryycart-global-theme .tc-site-footer a {
  color: #c8d7e9 !important;
}

@media (max-width: 900px) {
  body.tryycart-global-theme #tc-page-home #our-services .section-title h2,
  body.tryycart-global-theme #tc-page-home .problem-section .section-title h2,
  body.tryycart-global-theme #tc-page-home .trending-section .section-title h2,
  body.tryycart-global-theme #tc-page-home .testimonials .section-title h2,
  body.tryycart-global-theme #tc-page-home .faq-section .section-title h2,
  body.tryycart-global-theme #tc-page-home .contact-band h2,
  body.tryycart-global-theme #tc-page-hiw .section-title h2,
  body.tryycart-global-theme #tc-page-hiw .final-cta h2 {
    font-size: clamp(1.6rem, 5.4vw, 2rem) !important;
  }
}

@media (max-width: 560px) {
  body.tryycart-global-theme #tc-page-hiw .hiw-hero h1,
  body.tryycart-global-theme .content-page .content-hero h1,
  body.tryycart-global-theme.tryycart-service-page .tc-service-page-hero h1 {
    font-size: clamp(2rem, 9.4vw, 2.35rem) !important;
    letter-spacing: -0.04em !important;
  }

  body.tryycart-global-theme #tc-page-shop .product-add {
    min-height: 42px !important;
  }
}

/* ========================================================================
   1.10.42 FINAL HOMEPAGE SYSTEM

   These rules are deliberately scoped to #tc-page-home. They change only
   presentation and responsive layout; product, rate, wallet, cart and
   checkout state continue to be owned by TryyCart Core/WooCommerce.
   ======================================================================== */

body.tryycart-global-theme #tc-page-home {
  --tc-home-ink: #102544;
  --tc-home-muted: #526783;
  --tc-home-orange: #ef5b0c;
  --tc-home-orange-deep: #b43d04;
  --tc-home-blue: #1769d2;
  --tc-home-purple: #7046c9;
  --tc-home-line: rgba(23, 52, 82, 0.15);
  --tc-home-glass: rgba(255, 255, 255, 0.76);
  --tc-home-shadow: 0 18px 42px rgba(20, 48, 82, 0.11);
}

/* Customer actions use AA-safe brand tones with white text. */
body.tryycart-global-theme #tc-page-home .btn.btn-primary {
  border-color: #9d3200 !important;
  color: #fff !important;
  background: linear-gradient(135deg, #bd4305, #9d3200) !important;
  -webkit-text-fill-color: #fff !important;
}

body.tryycart-global-theme #tc-page-home .btn.btn-primary:hover,
body.tryycart-global-theme #tc-page-home .btn.btn-primary:focus-visible {
  background: linear-gradient(135deg, #a93803, #842900) !important;
}

body.tryycart-global-theme #tc-page-home :is(button, a):focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 5px #1769d2 !important;
}

/* One heading language for every primary homepage section. */
body.tryycart-global-theme #tc-page-home :is(
  #our-services,
  .problem-section,
  .trending-section,
  .testimonials,
  .faq-section
) .section-title {
  display: flex !important;
  max-width: 920px !important;
  margin: 0 0 clamp(22px, 2.4vw, 32px) !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

body.tryycart-global-theme #tc-page-home :is(
  #our-services,
  .problem-section,
  .trending-section,
  .testimonials,
  .faq-section
) .section-title > .eyebrow {
  display: inline-flex !important;
  min-height: 31px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 10px !important;
  padding: 7px 13px !important;
  border: 1px solid rgba(239, 91, 12, 0.62) !important;
  border-radius: 999px !important;
  color: #aa3b05 !important;
  background: rgba(255, 249, 244, 0.9) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96) !important;
  font-size: 0.72rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body.tryycart-global-theme #tc-page-home :is(
  #our-services,
  .problem-section,
  .trending-section,
  .testimonials,
  .faq-section
) .section-title > .eyebrow::before,
body.tryycart-global-theme #tc-page-home :is(
  #our-services,
  .problem-section,
  .trending-section,
  .testimonials,
  .faq-section
) .section-title > .eyebrow::after {
  display: none !important;
  content: none !important;
}

body.tryycart-global-theme #tc-page-home :is(
  #our-services,
  .problem-section,
  .trending-section,
  .testimonials,
  .faq-section
) .section-title h2 {
  max-width: 900px !important;
  margin: 0 !important;
  color: var(--tc-home-ink) !important;
  font-size: clamp(2rem, 3.15vw, 2.75rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.048em !important;
  line-height: 1.04 !important;
  text-align: left !important;
}

body.tryycart-global-theme #tc-page-home :is(
  #our-services,
  .problem-section,
  .trending-section,
  .testimonials,
  .faq-section
) .section-title h2 .gradient-text {
  color: transparent !important;
  background: linear-gradient(100deg, #b43d04 0%, #b54c08 38%, #596b7f 68%, #145ebd 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

body.tryycart-global-theme #tc-page-home :is(
  #our-services,
  .problem-section,
  .trending-section,
  .testimonials,
  .faq-section
) .section-title .title-bar {
  display: none !important;
}

/* The dark Why section keeps the same component with accessible contrast. */
body.tryycart-global-theme #tc-page-home .problem-section .section-title.light > .eyebrow {
  border-color: rgba(255, 166, 103, 0.7) !important;
  color: #ffe1ca !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.tryycart-global-theme #tc-page-home .problem-section .section-title.light h2 {
  color: #fff !important;
}

body.tryycart-global-theme #tc-page-home .problem-section .section-title.light h2 .gradient-text {
  background: linear-gradient(100deg, #ff9a58 0%, #ffc48f 38%, #d3dbe4 68%, #6ecaf4 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* Slim, light-orange proof rail directly below the complete hero. */
body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee {
  min-height: 62px !important;
  padding: 7px 0 !important;
  border-top: 1px solid rgba(232, 94, 17, 0.34) !important;
  border-bottom: 1px solid rgba(197, 72, 8, 0.25) !important;
  background:
    radial-gradient(circle at 16% -90%, rgba(255, 255, 255, 0.92), transparent 31%),
    linear-gradient(100deg, #fff4e8 0%, #ffe4d0 48%, #fff1e5 100%) !important;
  box-shadow:
    inset 0 2px 0 rgba(239, 91, 12, 0.78),
    inset 0 -1px 0 rgba(255, 255, 255, 0.9),
    0 10px 24px rgba(98, 52, 20, 0.08) !important;
  color: var(--tc-home-ink) !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee::before {
  background: linear-gradient(90deg, #fff3e7 10%, rgba(255, 243, 231, 0)) !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee::after {
  background: linear-gradient(270deg, #fff0e4 10%, rgba(255, 240, 228, 0)) !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee > .brand-marquee-track {
  animation-duration: 48s !important;
}

body.tryycart-global-theme #tc-page-home .tc-proof-marquee-group {
  gap: 20px !important;
  padding-right: 28px !important;
}

body.tryycart-global-theme #tc-page-home :is(
  .tc-marquee-lead,
  .tc-proof-chip,
  .tc-marquee-trust
) {
  min-height: 42px !important;
  border-color: rgba(151, 71, 18, 0.2) !important;
  background: rgba(255, 255, 255, 0.62) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 5px 14px rgba(130, 65, 23, 0.07) !important;
  color: var(--tc-home-ink) !important;
  backdrop-filter: blur(10px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(10px) saturate(1.05) !important;
}

body.tryycart-global-theme #tc-page-home .tc-marquee-lead,
body.tryycart-global-theme #tc-page-home .tc-marquee-trust {
  box-shadow:
    inset 3px 0 0 #ef5b0c,
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    0 5px 14px rgba(130, 65, 23, 0.08) !important;
}

body.tryycart-global-theme #tc-page-home .tc-proof-saving {
  border-color: rgba(224, 83, 10, 0.28) !important;
  background: rgba(255, 244, 234, 0.84) !important;
}

body.tryycart-global-theme #tc-page-home .tc-marquee-divider {
  background: linear-gradient(180deg, transparent, #e65a13 24%, #f39a5e 76%, transparent) !important;
  box-shadow: 0 0 9px rgba(230, 90, 19, 0.18) !important;
}

body.tryycart-global-theme #tc-page-home .tc-marquee-copy b {
  color: #142f50 !important;
  font-size: 0.78rem !important;
}

body.tryycart-global-theme #tc-page-home .tc-marquee-copy small {
  color: #6e4e39 !important;
  font-size: 0.75rem !important;
}

body.tryycart-global-theme #tc-page-home .tc-marquee-lead .tc-marquee-copy small {
  color: #a23a06 !important;
}

body.tryycart-global-theme #tc-page-home .tc-marquee-trust .tc-marquee-copy b {
  font-size: 0.78rem !important;
}

body.tryycart-global-theme #tc-page-home .tc-marquee-trust .tc-marquee-copy small {
  font-size: 0.75rem !important;
}

/* Compact service cards: about one quarter shorter, with imagery still owning
   the majority of each card and a readable frosted action panel. */
body.tryycart-global-theme #tc-page-home .tc-services-v2 {
  padding: clamp(42px, 4.6vw, 64px) 0 !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__heading {
  max-width: 920px !important;
  margin-bottom: clamp(22px, 2.4vw, 30px) !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__shell {
  container-name: tc-services;
  container-type: inline-size;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__heading .eyebrow {
  display: inline-flex !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__cards {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(15px, 1.35vw, 20px) !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2 {
  height: clamp(354px, 27vw, 392px) !important;
  border-radius: 19px !important;
  box-shadow: 0 17px 38px rgba(20, 48, 82, 0.13) !important;
  transition: transform 190ms ease, box-shadow 190ms ease !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2:hover,
body.tryycart-global-theme #tc-page-home .tc-service-v2:focus-within {
  transform: translateY(-4px) !important;
  box-shadow: 0 24px 48px rgba(20, 48, 82, 0.17) !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2--order:hover,
body.tryycart-global-theme #tc-page-home .tc-service-v2--order:focus-within {
  box-shadow: 0 24px 48px rgba(216, 77, 7, 0.17) !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2--courier:hover,
body.tryycart-global-theme #tc-page-home .tc-service-v2--courier:focus-within {
  box-shadow: 0 24px 48px rgba(23, 105, 210, 0.17) !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2--shop:hover,
body.tryycart-global-theme #tc-page-home .tc-service-v2--shop:focus-within {
  box-shadow: 0 24px 48px rgba(112, 70, 201, 0.18) !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2__brands {
  top: 52px !important;
  right: 12px !important;
  left: 12px !important;
  min-height: 42px !important;
  padding: 6px 9px !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2__brands span {
  font-size: clamp(0.7rem, 0.72vw, 0.75rem) !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2__showcase {
  inset: 0 0 35% 0 !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2__showcase-controls {
  right: 18px !important;
  bottom: 178px !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2__glass {
  right: 10px !important;
  bottom: 9px !important;
  left: 10px !important;
  min-height: 145px !important;
  padding: 13px 15px !important;
  border-radius: 16px !important;
  background: linear-gradient(145deg, rgba(15, 35, 61, 0.84), rgba(30, 54, 84, 0.76)) !important;
  backdrop-filter: blur(16px) saturate(1.08) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.08) !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2__title-row {
  gap: 11px !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2__icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 13px !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2--order .tc-service-v2__icon {
  background: linear-gradient(145deg, #bd4305, #9d3200) !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2 .tc-service-v2__icon :is(.tc-line-icon, svg) {
  width: 27px !important;
  height: 27px !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2 .tc-service-v2__glass h3 {
  font-size: clamp(1.25rem, 1.58vw, 1.5rem) !important;
  line-height: 1.04 !important;
  text-transform: none !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2 .tc-service-v2__glass > p {
  display: -webkit-box !important;
  min-height: 2.55em !important;
  margin: 7px 0 9px !important;
  overflow: hidden !important;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: clamp(0.78rem, 0.84vw, 0.84rem) !important;
  font-weight: 650 !important;
  line-height: 1.28 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2__button {
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 8px 14px !important;
  border-radius: 10px !important;
  font-size: clamp(0.75rem, 0.8vw, 0.8rem) !important;
  letter-spacing: 0.025em !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2--order .tc-service-v2__button {
  background: linear-gradient(135deg, #bd4305, #9d3200) !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2--courier .tc-service-v2__button {
  background: linear-gradient(135deg, #1769d2, #0d4fa9) !important;
}

body.tryycart-global-theme #tc-page-home .tc-service-v2--shop .tc-service-v2__button {
  background: linear-gradient(135deg, #7046c9, #5532a8) !important;
}

/* Compact supporting service panels, with customer-facing copy kept above
   decorative details in the visual hierarchy. */
body.tryycart-global-theme #tc-page-home .tc-services-v2__combine {
  grid-template-columns: minmax(235px, 0.88fr) minmax(500px, 1.78fr) minmax(200px, 0.64fr) !important;
  gap: clamp(16px, 1.65vw, 24px) !important;
  min-height: 154px !important;
  padding: 16px 22px !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__global {
  grid-template-columns: minmax(275px, 0.72fr) minmax(0, 2fr) !important;
  gap: 13px 24px !important;
  min-height: 182px !important;
  padding: 16px 22px !important;
}

body.tryycart-global-theme #tc-page-home :is(.tc-services-v2__combine, .tc-services-v2__global) h3 {
  font-size: clamp(1.35rem, 1.65vw, 1.7rem) !important;
}

body.tryycart-global-theme #tc-page-home :is(.tc-services-v2__combine, .tc-services-v2__global) h3 span {
  background: linear-gradient(100deg, #b43d04 0%, #b54c08 42%, #596b7f 70%, #145ebd 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__combine-copy > p {
  color: #526783 !important;
  font-size: 0.75rem !important;
  line-height: 1.42 !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__combine-copy > small {
  color: #68788c !important;
  font-size: 0.75rem !important;
  line-height: 1.4 !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__journey {
  grid-template-columns: minmax(126px, 0.82fr) clamp(74px, 6vw, 104px) minmax(78px, 0.58fr) auto minmax(78px, 0.58fr) auto minmax(90px, 0.66fr) !important;
}

body.tryycart-global-theme #tc-page-home :is(
  .tc-services-v2__hub,
  .tc-services-v2__parcel,
  .tc-services-v2__shipment
) {
  min-height: 96px !important;
}

body.tryycart-global-theme #tc-page-home :is(
  .tc-services-v2__hub,
  .tc-services-v2__parcel,
  .tc-services-v2__shipment
) small {
  color: #526783 !important;
  font-size: 0.72rem !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__saving b,
body.tryycart-global-theme #tc-page-home .tc-services-v2__saving p {
  font-size: 0.72rem !important;
  line-height: 1.38 !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits {
  gap: 10px !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits article {
  min-height: 90px !important;
  padding: 11px !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__benefit-icon {
  flex-basis: 42px !important;
  width: 42px !important;
  height: 42px !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits b {
  font-size: 0.73rem !important;
  line-height: 1.25 !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits small {
  color: #5f7188 !important;
  font-size: 0.72rem !important;
  line-height: 1.35 !important;
}

body.tryycart-global-theme #tc-page-home .tc-services-v2__outcome span {
  font-size: 0.72rem !important;
}

/* Three equal category windows, each containing six distinct glass tiles. */
body.tryycart-global-theme #tc-page-home .trending-section .category-showcase {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.35vw, 20px) !important;
  align-items: stretch !important;
}

body.tryycart-global-theme #tc-page-home .trending-section > .shell {
  container-name: tc-trending;
  container-type: inline-size;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-window {
  height: 100% !important;
  border-color: rgba(113, 137, 163, 0.38) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(235, 243, 250, 0.68)) !important;
  box-shadow:
    0 18px 38px rgba(18, 43, 74, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(18px) saturate(1.07) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.07) !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-tech-gifts {
  border-top: 3px solid #1769d2 !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-style-care {
  border-top: 3px solid #7046c9 !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-home-kitchen {
  border-top: 3px solid #b54c08 !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-feature {
  min-height: 116px !important;
  padding: 15px 17px 14px !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .product-category-tabs button {
  min-height: 44px !important;
}

body.tryycart-global-theme #tc-page-home .trending-section :is(
  .category-product-card,
  .category-feature,
  .product-category-tabs button
):focus-visible,
body.tryycart-global-theme #tc-page-home .tc-services-v2 .tc-service-v2__button:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 5px #1769d2 !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-feature-image {
  position: absolute !important;
  z-index: 0 !important;
  top: 0 !important;
  right: 0 !important;
  width: 43% !important;
  height: 100% !important;
  padding: 8px !important;
  object-fit: contain !important;
  opacity: 0.48 !important;
  filter: saturate(0.88) drop-shadow(0 7px 12px rgba(0, 0, 0, 0.2)) !important;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%) !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 34%) !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-feature :is(h3, p) {
  max-width: 72% !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-feature small {
  font-size: 0.72rem !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-feature p {
  font-size: 0.75rem !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-feature > span {
  font-size: 0.72rem !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
  padding: 11px !important;
  background: rgba(234, 242, 249, 0.64) !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid .category-product-card,
body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid .category-product-card:nth-child(n + 3) {
  aspect-ratio: 1.24 / 1 !important;
  border-color: rgba(129, 151, 174, 0.35) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow:
    0 8px 18px rgba(18, 43, 74, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(13px) saturate(1.05) !important;
  -webkit-backdrop-filter: blur(13px) saturate(1.05) !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-copy {
  background: rgba(255, 255, 255, 0.76) !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-copy small {
  font-size: 0.72rem !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-copy b {
  font-size: clamp(0.75rem, 0.78vw, 0.82rem) !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-copy em {
  font-size: 0.75rem !important;
}

body.tryycart-global-theme #tc-page-home .trending-section .category-product-action {
  font-size: 0.72rem !important;
}

body.tryycart-global-theme #tc-page-home .trending-rail:focus-within .trending-track {
  animation-play-state: paused !important;
}

/* The Core wallet can reduce the page frame without changing the browser
   viewport. Container queries make these dense rows respond to the remaining
   content width, preventing the open wallet from squeezing or covering copy. */
@container tc-services (max-width: 1080px) {
  body.tryycart-global-theme #tc-page-home .tc-services-v2__cards {
    display: flex !important;
    width: 100% !important;
    align-items: stretch !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain !important;
    scroll-padding-inline: 2px !important;
    scroll-snap-type: inline mandatory !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    padding-block: 5px 9px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__cards::-webkit-scrollbar {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-service-v2 {
    flex: 0 0 min(72cqw, 420px) !important;
    height: 374px !important;
    scroll-snap-align: start !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-service-v2--shop {
    grid-column: auto !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__combine,
  body.tryycart-global-theme #tc-page-home .tc-services-v2__global {
    grid-template-columns: 1fr !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@container tc-trending (max-width: 1080px) {
  body.tryycart-global-theme #tc-page-home .trending-section .category-showcase {
    display: flex !important;
    width: 100% !important;
    align-items: stretch !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain !important;
    scroll-padding-inline: 2px !important;
    scroll-snap-type: inline mandatory !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    padding-block: 5px 9px !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-showcase::-webkit-scrollbar {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-window {
    flex: 0 0 min(70cqw, 455px) !important;
    scroll-snap-align: start !important;
  }
}

/* Tablet: horizontal snap rows prevent uneven 2+1 layouts and preserve the
   customer’s place in the page. A partial next card signals swipeability. */
@media (max-width: 1080px) {
  body.tryycart-global-theme #tc-page-home .tc-services-v2__cards,
  body.tryycart-global-theme #tc-page-home .trending-section .category-showcase {
    display: flex !important;
    width: 100% !important;
    align-items: stretch !important;
    gap: 16px !important;
    overflow-x: auto !important;
    overscroll-behavior-inline: contain !important;
    scroll-padding-inline: 2px !important;
    scroll-snap-type: inline mandatory !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    padding-block: 5px 9px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__cards::-webkit-scrollbar,
  body.tryycart-global-theme #tc-page-home .trending-section .category-showcase::-webkit-scrollbar {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-service-v2 {
    flex: 0 0 min(72vw, 420px) !important;
    height: 374px !important;
    scroll-snap-align: start !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-service-v2--shop {
    grid-column: auto !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-window {
    flex: 0 0 min(70vw, 455px) !important;
    scroll-snap-align: start !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__combine,
  body.tryycart-global-theme #tc-page-home .tc-services-v2__global {
    grid-template-columns: 1fr !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  body.tryycart-global-theme #tc-page-home :is(
    #our-services,
    .problem-section,
    .trending-section,
    .testimonials,
    .faq-section
  ) .section-title {
    margin-bottom: 20px !important;
  }

  body.tryycart-global-theme #tc-page-home :is(
    #our-services,
    .problem-section,
    .trending-section,
    .testimonials,
    .faq-section
  ) .section-title > .eyebrow {
    min-height: 29px !important;
    margin-bottom: 8px !important;
    padding: 6px 11px !important;
    font-size: 0.66rem !important;
  }

  body.tryycart-global-theme #tc-page-home :is(
    #our-services,
    .problem-section,
    .trending-section,
    .testimonials,
    .faq-section
  ) .section-title h2 {
    font-size: clamp(1.72rem, 8vw, 2.1rem) !important;
    line-height: 1.07 !important;
  }

  body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee {
    min-height: 56px !important;
    padding-block: 6px !important;
  }

  body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee > .brand-marquee-track {
    animation-duration: 43s !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-proof-marquee-group {
    gap: 14px !important;
    padding-right: 20px !important;
  }

  body.tryycart-global-theme #tc-page-home :is(
    .tc-marquee-lead,
    .tc-proof-chip,
    .tc-marquee-trust
  ) {
    min-height: 38px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-marquee-copy b,
  body.tryycart-global-theme #tc-page-home .tc-marquee-trust .tc-marquee-copy b {
    font-size: 0.75rem !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-marquee-copy small,
  body.tryycart-global-theme #tc-page-home .tc-marquee-trust .tc-marquee-copy small {
    font-size: 0.72rem !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2 {
    padding: 38px 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-service-v2 {
    flex-basis: min(86vw, 368px) !important;
    height: 360px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-service-v2__brands {
    top: 48px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-service-v2__glass {
    min-height: 148px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-service-v2__showcase-controls {
    bottom: 178px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__combine,
  body.tryycart-global-theme #tc-page-home .tc-services-v2__global {
    padding: 18px 15px !important;
    border-radius: 16px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__journey {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__sources {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__source {
    min-height: 54px !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 5px !important;
    text-align: center !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__source b {
    overflow: visible !important;
    font-size: 0.72rem !important;
    line-height: 1.15 !important;
    text-overflow: clip !important;
    white-space: normal !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__merge-lines,
  body.tryycart-global-theme #tc-page-home .tc-services-v2__flow-arrow {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home :is(
    .tc-services-v2__hub,
    .tc-services-v2__parcel,
    .tc-services-v2__shipment
  ) {
    grid-template-columns: 70px minmax(0, auto) !important;
    grid-template-rows: auto auto !important;
    min-height: 82px !important;
    justify-content: center !important;
    column-gap: 10px !important;
  }

  body.tryycart-global-theme #tc-page-home :is(
    .tc-services-v2__hub,
    .tc-services-v2__parcel,
    .tc-services-v2__shipment
  ) img {
    grid-row: 1 / 3 !important;
    width: 68px !important;
    height: 68px !important;
    margin: 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits article {
    min-height: 118px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__outcome {
    align-items: flex-start !important;
    border-radius: 14px !important;
    flex-wrap: wrap !important;
    text-align: left !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-window {
    flex-basis: min(88vw, 380px) !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-rail {
    overflow-x: auto !important;
    overscroll-behavior-inline: contain !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    scrollbar-width: none !important;
    scroll-snap-type: inline mandatory !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-rail::-webkit-scrollbar {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-track {
    animation: none !important;
    transform: none !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-track .product-card {
    scroll-snap-align: start !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-track .product-card[aria-hidden="true"] {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-feature {
    min-height: 108px !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    padding: 9px !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid .category-product-card,
  body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid .category-product-card:nth-child(n + 3) {
    aspect-ratio: 1.02 / 1 !important;
    grid-template-columns: none !important;
    grid-template-rows: minmax(0, 1.06fr) minmax(0, 0.94fr) !important;
  }
}

@media (max-width: 390px) {
  body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid .category-product-card,
  body.tryycart-global-theme #tc-page-home .trending-section .category-mini-grid .category-product-card:nth-child(n + 3) {
    aspect-ratio: 0.92 / 1 !important;
    grid-template-columns: none !important;
    grid-template-rows: minmax(0, 1.02fr) minmax(0, 0.98fr) !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-product-copy {
    padding: 7px !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-product-copy b {
    font-size: 0.72rem !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-section .category-product-action {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tryycart-global-theme #tc-page-home :is(
    .tc-service-v2,
    .tc-service-v2__image,
    .tc-service-v2__button,
    .category-product-card,
    .category-product-image img
  ) {
    transition: none !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-service-v2:hover,
  body.tryycart-global-theme #tc-page-home .tc-service-v2:focus-within,
  body.tryycart-global-theme #tc-page-home .tc-service-v2:hover .tc-service-v2__image,
  body.tryycart-global-theme #tc-page-home .tc-service-v2:focus-within .tc-service-v2__image {
    transform: none !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-rail {
    overflow-x: auto !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-track {
    animation: none !important;
    transform: none !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-track .product-card[aria-hidden="true"] {
    display: none !important;
  }
}

/* ========================================================================
   1.10.44 FIRST-SCREEN SECTION BOUNDARY

   The hero, proof rail and Shipping Bag launcher are three independent rows.
   Opaque surfaces and paint clipping prevent the hero artwork or texture from
   appearing behind either of the following blocks.
   ======================================================================== */

body.tryycart-global-theme #tc-page-home > .hero {
  position: relative !important;
  z-index: 0 !important;
  isolation: isolate !important;
  flex: none !important;
  width: 100% !important;
  margin: 0 !important;
  overflow: hidden !important;
  overflow: clip !important;
  clip-path: inset(0) !important;
}

body.tryycart-global-theme #tc-page-home > .hero::before {
  inset: 0 !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee {
  position: relative !important;
  z-index: 2 !important;
  isolation: isolate !important;
  flex: none !important;
  width: 100% !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  overflow: hidden !important;
  border-top: 2px solid #e75a12 !important;
  border-bottom: 1px solid #efb184 !important;
  background: linear-gradient(100deg, #fff5eb 0%, #ffe4d0 48%, #fff2e7 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 5px 14px rgba(98, 52, 20, 0.07) !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee::before {
  background: linear-gradient(90deg, #fff5eb 12%, rgba(255, 245, 235, 0)) !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee::after {
  background: linear-gradient(270deg, #fff2e7 12%, rgba(255, 242, 231, 0)) !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee > .brand-marquee-track {
  animation-duration: 50s !important;
}

body.tryycart-global-theme #tc-page-home .tc-proof-marquee-group {
  gap: 14px !important;
  padding-right: 20px !important;
}

body.tryycart-global-theme #tc-page-home :is(.tc-worldwide-block, .tc-proof-block) {
  gap: 9px !important;
}

body.tryycart-global-theme #tc-page-home :is(
  .tc-marquee-lead,
  .tc-proof-chip,
  .tc-marquee-trust
) {
  min-height: 36px !important;
  padding-block: 4px !important;
  border-radius: 9px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow:
    inset 0 1px 0 #fff,
    0 3px 9px rgba(130, 65, 23, 0.055) !important;
}

body.tryycart-global-theme #tc-page-home :is(
  .tc-marquee-lead > .tc-line-icon,
  .tc-proof-chip > .tc-line-icon,
  .tc-proof-symbol
) {
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  border-radius: 7px !important;
}

body.tryycart-global-theme #tc-page-home .tc-marquee-divider {
  height: 28px !important;
}

body.tryycart-global-theme #tc-page-home .tc-marquee-copy b,
body.tryycart-global-theme #tc-page-home .tc-marquee-trust .tc-marquee-copy b {
  font-size: 0.74rem !important;
}

body.tryycart-global-theme #tc-page-home .tc-marquee-copy small,
body.tryycart-global-theme #tc-page-home .tc-marquee-trust .tc-marquee-copy small {
  font-size: 0.65rem !important;
}

body.tryycart-global-theme #tc-page-home > .tcw-launcher-slot {
  position: relative !important;
  z-index: 1 !important;
  isolation: isolate !important;
  flex: none !important;
  width: 100% !important;
  margin: 0 !important;
  border-top: 0 !important;
}

@media (max-width: 680px) {
  body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee {
    min-height: 46px !important;
    padding-block: 3px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-proof-marquee-group {
    gap: 10px !important;
    padding-right: 16px !important;
  }

  body.tryycart-global-theme #tc-page-home :is(
    .tc-marquee-lead,
    .tc-proof-chip,
    .tc-marquee-trust
  ) {
    min-height: 34px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-marquee-copy b,
  body.tryycart-global-theme #tc-page-home .tc-marquee-trust .tc-marquee-copy b {
    font-size: 0.7rem !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-marquee-copy small,
  body.tryycart-global-theme #tc-page-home .tc-marquee-trust .tc-marquee-copy small {
    font-size: 0.61rem !important;
  }
}

/* ========================================================================
   1.10.43 HERO ACTIONS + SHIPPING BAG DISCOVERY

   The rotating visual is not mounted by the application at tablet/phone
   widths. These styles provide the matching compact layout and also protect
   the hero when the desktop Shipping Bag drawer reduces the available frame.
   ======================================================================== */

body.tryycart-global-theme #tc-page-home > .hero {
  container-name: tc-hero;
  container-type: inline-size;
}

body.tryycart-global-theme #tc-page-home .hero-copy-actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: min(100%, 680px) !important;
  max-width: 680px !important;
  gap: 8px !important;
  align-items: stretch !important;
}

body.tryycart-global-theme #tc-page-home .hero-copy-actions .hero-service-action {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  padding: 9px 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border-radius: 11px !important;
  font-size: clamp(0.75rem, 0.88vw, 0.84rem) !important;
  font-weight: 850 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
  animation: none !important;
}

body.tryycart-global-theme #tc-page-home .hero-copy-actions .hero-service-action > span {
  flex: 0 0 auto !important;
  font-size: 1rem !important;
  line-height: 1 !important;
}

body.tryycart-global-theme #tc-page-home .hero-copy-actions .hero-action-courier {
  border-color: #3b82df !important;
  color: #fff !important;
  background: linear-gradient(135deg, #1769d2, #0d4fa9) !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 9px 20px rgba(8, 50, 112, 0.24) !important;
}

body.tryycart-global-theme #tc-page-home .hero-copy-actions .hero-action-order {
  border-color: rgba(219, 233, 251, 0.55) !important;
  color: #fff !important;
  background: linear-gradient(135deg, #24466f, #132f55) !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 9px 20px rgba(1, 15, 37, 0.22) !important;
}

body.tryycart-global-theme #tc-page-home .hero-mobile-cue {
  width: fit-content !important;
  min-height: 44px !important;
  margin-top: 13px !important;
  padding: 7px 10px 7px 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  border: 1px solid rgba(207, 225, 247, 0.34) !important;
  border-radius: 999px !important;
  color: #eaf3ff !important;
  background: rgba(255, 255, 255, 0.07) !important;
  font-size: 0.75rem !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

body.tryycart-global-theme #tc-page-home .hero-mobile-cue b {
  width: 22px !important;
  height: 22px !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 50% !important;
  color: #fff !important;
  background: #b43d04 !important;
  font-size: 0.88rem !important;
}

/* A strong but static discovery band keeps Choose Your Bag prominent without
   adding animation, extra requests or any rate/state behavior. */
body.tryycart-global-theme #tc-page-home > .tcw-launcher-slot {
  position: relative !important;
  isolation: isolate !important;
  container-name: tc-bag-launcher;
  container-type: inline-size;
  overflow: hidden !important;
  padding: 12px 0 14px !important;
  border-top: 0 !important;
  border-bottom: 1px solid #d8e2ed !important;
  background: linear-gradient(180deg, #f9fbfd 0%, #eef4fa 100%) !important;
  box-shadow:
    inset 0 1px 0 #fff,
    0 9px 22px rgba(24, 55, 91, 0.08) !important;
}

body.tryycart-global-theme #tc-page-home > .tcw-launcher-slot::before {
  display: none !important;
  content: none !important;
  background: none !important;
  pointer-events: none !important;
}

body.tryycart-global-theme #tc-page-home > .tcw-launcher-slot > .tcw-launcher {
  position: relative !important;
  z-index: 1 !important;
  top: auto !important;
  width: min(1380px, calc(100% - 40px)) !important;
  margin: 0 auto !important;
  padding: 12px 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 174, 119, 0.9) !important;
  border-radius: 17px !important;
  background: linear-gradient(106deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 239, 0.98) 58%, rgba(239, 246, 255, 0.98)) !important;
  box-shadow:
    0 20px 46px rgba(1, 17, 43, 0.28),
    inset 0 1px 0 #fff !important;
}

body.tryycart-global-theme #tc-page-home > .tcw-launcher-slot > .tcw-launcher::before {
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 6px !important;
  content: "" !important;
  background: linear-gradient(180deg, #ff7a24, #bd4305) !important;
  pointer-events: none !important;
}

body.tryycart-global-theme #tc-page-home .tcw-launcher-copy {
  min-width: 0 !important;
  padding: 7px 10px !important;
  border: 1px solid rgba(189, 67, 5, 0.15) !important;
  border-radius: 13px !important;
  background: rgba(255, 255, 255, 0.64) !important;
}

body.tryycart-global-theme #tc-page-home .tcw-bag-mark {
  width: 46px !important;
  height: 46px !important;
  border: 1px solid rgba(255, 255, 255, 0.75) !important;
  border-radius: 13px !important;
  background: linear-gradient(145deg, #cf4604, #a93400) !important;
  box-shadow:
    0 8px 18px rgba(155, 52, 0, 0.28),
    0 0 0 4px rgba(255, 110, 24, 0.1) !important;
}

body.tryycart-global-theme #tc-page-home .tcw-launcher-copy small {
  color: #a63700 !important;
  font-size: 0.69rem !important;
  letter-spacing: 0.095em !important;
}

body.tryycart-global-theme #tc-page-home .tcw-launcher-copy h2 {
  margin-top: 2px !important;
  color: #0b2b59 !important;
  font-size: clamp(1.15rem, 1.35vw, 1.32rem) !important;
  letter-spacing: -0.025em !important;
}

body.tryycart-global-theme #tc-page-home .tcw-launcher .tcw-destination-form {
  position: relative !important;
  z-index: 1 !important;
}

body.tryycart-global-theme #tc-page-home .tcw-launcher .tcw-destination-form :is(select, input) {
  min-height: 44px !important;
  border-color: #b9c8db !important;
  background: #fff !important;
  box-shadow: inset 0 1px 2px rgba(14, 43, 81, 0.04) !important;
}

body.tryycart-global-theme #tc-page-home .tcw-launcher .tcw-destination-form button {
  min-height: 44px !important;
  border: 1px solid #ff8a44 !important;
  background: linear-gradient(135deg, #cf4604, #a93400) !important;
  box-shadow: 0 8px 18px rgba(147, 47, 0, 0.24) !important;
}

@container tc-hero (max-width: 1080px) {
  body.tryycart-global-theme #tc-page-home .hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-copy {
    width: 100% !important;
    max-width: 780px !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-map {
    display: none !important;
  }
}

@container tc-bag-launcher (max-width: 950px) {
  body.tryycart-global-theme #tc-page-home > .tcw-launcher-slot > .tcw-launcher {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body.tryycart-global-theme #tc-page-home .tcw-launcher-copy {
    width: 100% !important;
  }
}

@media (max-width: 1180px) {
  body.tryycart-global-theme #tc-page-home > .hero {
    min-height: 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-copy {
    width: 100% !important;
    max-width: 780px !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-map {
    display: none !important;
  }
}

@media (hover: none) and (pointer: coarse) {
  body.tryycart-global-theme #tc-page-home > .hero {
    min-height: 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-copy {
    width: 100% !important;
    max-width: 780px !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-map {
    display: none !important;
  }
}

@media (max-width: 680px) {
  body.tryycart-global-theme #tc-page-home .hero-copy-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-copy-actions .hero-action-shop {
    grid-column: 1 / -1 !important;
  }

  body.tryycart-global-theme #tc-page-home > .tcw-launcher-slot {
    padding: 10px 0 12px !important;
    background: linear-gradient(180deg, #fbfcfe 0%, #f0f5fa 100%) !important;
  }

  body.tryycart-global-theme #tc-page-home > .tcw-launcher-slot > .tcw-launcher {
    width: calc(100% - 20px) !important;
    padding: 12px !important;
    border-radius: 18px !important;
  }

  body.tryycart-global-theme #tc-page-home .tcw-launcher-copy {
    padding: 8px 9px !important;
  }

  body.tryycart-global-theme #tc-page-home .tcw-launcher .tcw-destination-form button {
    min-height: 46px !important;
    justify-content: center !important;
  }
}

@media (max-width: 430px) {
  body.tryycart-global-theme #tc-page-home .hero-copy-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-copy-actions .hero-action-shop {
    grid-column: 1 / -1 !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-copy-actions .hero-service-action {
    min-height: 44px !important;
    font-size: 0.8rem !important;
  }

  body.tryycart-global-theme #tc-page-home .hero-mobile-cue {
    margin-top: 11px !important;
  }

  body.tryycart-global-theme #tc-page-home .tcw-bag-mark {
    width: 43px !important;
    height: 43px !important;
  }

  body.tryycart-global-theme #tc-page-home .tcw-launcher-copy h2 {
    font-size: 1.15rem !important;
  }
}

/* ========================================================================
   1.10.43 COMPACT DISCOVERY SYSTEM

   Full desktop content remains available. Tablet, touch and phone layouts use
   progressive disclosure so the essential value is visible without forcing
   customers through tall explanatory chapters.
   ======================================================================== */

body.tryycart-global-theme #tc-page-home :is(
  .tc-services-v2__mobile-nav,
  .tc-combine-compact-visual,
  .tc-compact-toggle,
  .tc-compact-detail,
  .tc-trending-mobile-nav,
  .tc-story-nav,
  .tc-story-toggle,
  .tc-faq-mobile-support
) {
  display: none !important;
}

body.tryycart-global-theme #tc-page-home :is(
  .tc-services-v2__benefits article[role="button"],
  .benefit-grid article[role="button"]
):focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 5px #1769d2 !important;
}

@keyframes tc-compact-reveal {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes tc-swipe-cue {
  0%, 100% { transform: translateX(0); }
  45% { transform: translateX(5px); }
}

@media (max-width: 1180px), (hover: none) and (pointer: coarse) {
  body.tryycart-global-theme #tc-page-home > :is(
    .tc-services-v2,
    .problem-section,
    .trending-section,
    .testimonials,
    .faq-section
  ) {
    padding-top: clamp(32px, 4.5vw, 44px) !important;
    padding-bottom: clamp(32px, 4.5vw, 44px) !important;
  }

  body.tryycart-global-theme #tc-page-home > :is(
    .tc-services-v2,
    .problem-section,
    .trending-section,
    .testimonials,
    .faq-section
  ) > .shell {
    width: min(calc(100% - 28px), 920px) !important;
    margin-inline: auto !important;
  }

  body.tryycart-global-theme #tc-page-home :is(
    .tc-services-v2__heading,
    .problem-section .section-title,
    .trending-section .section-title,
    .testimonials .section-title,
    .faq-section .section-title
  ) {
    margin-bottom: 18px !important;
  }

  /* Services: visible controls, position and a one-time directional cue. */
  body.tryycart-global-theme #tc-page-home .tc-services-v2__mobile-nav {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    gap: 10px !important;
    min-height: 48px !important;
    margin: -4px 0 9px !important;
    padding: 4px 5px 4px 12px !important;
    border: 1px solid rgba(57, 91, 129, 0.17) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    box-shadow: 0 8px 20px rgba(18, 43, 74, 0.075) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-swipe-cue {
    min-width: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    color: #405771 !important;
    font-size: 0.74rem !important;
    font-weight: 750 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-swipe-cue i {
    display: inline-grid !important;
    place-items: center !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 8px !important;
    color: #fff !important;
    background: #1769d2 !important;
    font-size: 0.8rem !important;
    font-style: normal !important;
    animation: tc-swipe-cue 760ms ease-in-out 2 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-compact-carousel-controls {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
  }

  body.tryycart-global-theme #tc-page-home :is(
    .tc-compact-carousel-controls,
    .tc-trending-mobile-nav,
    .tc-story-nav
  ) > button {
    flex: 0 0 44px !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 1px solid #b7c7da !important;
    border-radius: 12px !important;
    color: #0c315f !important;
    background: #fff !important;
    box-shadow: 0 5px 13px rgba(12, 48, 91, 0.09) !important;
    font-size: 1.05rem !important;
    font-weight: 900 !important;
    cursor: pointer !important;
  }

  body.tryycart-global-theme #tc-page-home :is(
    .tc-compact-carousel-controls,
    .tc-trending-mobile-nav,
    .tc-story-nav
  ) > button:disabled {
    opacity: 0.36 !important;
    cursor: default !important;
    box-shadow: none !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-carousel-dots {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-carousel-dots button {
    position: relative !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    box-shadow: none !important;
    cursor: pointer !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-carousel-dots button::after {
    content: "" !important;
    width: 9px !important;
    height: 9px !important;
    display: block !important;
    margin: auto !important;
    border-radius: 999px !important;
    background: #b9c6d6 !important;
    transition: width 150ms ease, background-color 150ms ease !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-carousel-dots button.is-active {
    width: 44px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-carousel-dots button.is-active::after {
    width: 24px !important;
    background: linear-gradient(90deg, #d94d06, #1769d2) !important;
    box-shadow: 0 0 0 3px rgba(23, 105, 210, 0.09) !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__mobile-nav > b {
    min-width: 50px !important;
    color: #526783 !important;
    font-size: 0.72rem !important;
    text-align: center !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__cards {
    scroll-snap-type: inline mandatory !important;
    scroll-padding-inline: 2px 14% !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__cards > .tc-service-v2 {
    scroll-snap-align: start !important;
    scroll-snap-stop: always !important;
  }

  /* Combine & Save: essential summary first, heavier visual journey on demand. */
  body.tryycart-global-theme #tc-page-home .tc-services-v2__combine {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0 !important;
    gap: 11px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__combine-copy h3 {
    max-width: 760px !important;
    margin: 5px 0 7px !important;
    font-size: clamp(1.25rem, 3vw, 1.55rem) !important;
    line-height: 1.08 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__combine-copy > p {
    max-width: 760px !important;
    margin: 0 !important;
    color: #526783 !important;
    font-size: 0.76rem !important;
    line-height: 1.45 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-combine-compact-visual {
    display: grid !important;
    grid-template-columns: auto 20px minmax(120px, 1fr) auto !important;
    align-items: center !important;
    gap: 9px !important;
    min-height: 59px !important;
    padding: 8px 10px !important;
    border: 1px solid rgba(34, 78, 126, 0.15) !important;
    border-radius: 14px !important;
    background: linear-gradient(112deg, #fff8f1, #f3f8ff) !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-combine-compact-visual > span {
    display: flex !important;
    align-items: center !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-combine-compact-visual > span i {
    width: 32px !important;
    height: 32px !important;
    margin-left: -5px !important;
    display: grid !important;
    place-items: center !important;
    border: 2px solid #fff !important;
    border-radius: 10px !important;
    color: #fff !important;
    background: #b43d04 !important;
    box-shadow: 0 4px 10px rgba(16, 52, 94, 0.13) !important;
    font-style: normal !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-combine-compact-visual > span i:nth-child(2) {
    background: #1769d2 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-combine-compact-visual > span i:nth-child(3) {
    background: #7046c9 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-combine-compact-visual .tc-line-icon,
  body.tryycart-global-theme #tc-page-home .tc-combine-compact-visual svg {
    width: 19px !important;
    height: 19px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-combine-compact-visual > b {
    color: #687a90 !important;
    font-size: 1rem !important;
    text-align: center !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-combine-compact-visual > strong {
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    color: #0f2d53 !important;
    font-size: 0.78rem !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-combine-compact-visual > em {
    padding: 6px 9px !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: #a93400 !important;
    font-size: 0.67rem !important;
    font-style: normal !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-compact-toggle {
    width: 100% !important;
    min-height: 44px !important;
    padding: 8px 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    border: 1px solid #b8c8db !important;
    border-radius: 12px !important;
    color: #0b376d !important;
    background: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.76rem !important;
    font-weight: 850 !important;
    cursor: pointer !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-compact-toggle span {
    width: 25px !important;
    height: 25px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    color: #fff !important;
    background: #1769d2 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__combine.is-compact-expanded :is(
    .tc-services-v2__journey,
    .tc-services-v2__saving
  ) {
    animation: tc-compact-reveal 180ms ease-out both !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__combine.is-compact-expanded .tc-services-v2__journey {
    margin-top: 3px !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(39, 76, 117, 0.13) !important;
  }

  /* Global Access: four compact choices and one shared detail tray. */
  body.tryycart-global-theme #tc-page-home .tc-services-v2__global {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0 !important;
    gap: 12px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__global-heading h3 {
    margin: 5px 0 0 !important;
    font-size: clamp(1.25rem, 3vw, 1.55rem) !important;
    line-height: 1.08 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits article {
    min-height: 88px !important;
    padding: 10px !important;
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    border-color: rgba(81, 113, 148, 0.2) !important;
    cursor: pointer !important;
    transition: border-color 150ms ease, background-color 150ms ease, transform 150ms ease !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits article:hover,
  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits article.is-active {
    border-color: #1769d2 !important;
    background: #f2f7ff !important;
    box-shadow: 0 0 0 3px rgba(23, 105, 210, 0.09) !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefit-icon {
    flex-basis: 38px !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    color: #1769d2 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefit-icon :is(.tc-line-icon, svg) {
    width: 24px !important;
    height: 24px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits b {
    color: #173452 !important;
    font-size: 0.72rem !important;
    line-height: 1.22 !important;
    text-transform: none !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits small,
  body.tryycart-global-theme #tc-page-home .tc-services-v2__outcome {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-compact-detail {
    min-height: 68px !important;
    padding: 10px 11px !important;
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr) 44px !important;
    align-items: center !important;
    gap: 10px !important;
    border: 1px solid #b8c9dc !important;
    border-radius: 13px !important;
    color: #183655 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    box-shadow: 0 9px 20px rgba(17, 48, 83, 0.09) !important;
    animation: tc-compact-reveal 180ms ease-out both !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-compact-detail > span {
    width: 38px !important;
    height: 38px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 10px !important;
    color: #fff !important;
    background: #1769d2 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-compact-detail > span :is(.tc-line-icon, svg) {
    width: 23px !important;
    height: 23px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-compact-detail b {
    display: block !important;
    color: #122f4f !important;
    font-size: 0.78rem !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-compact-detail p {
    margin: 3px 0 0 !important;
    color: #526783 !important;
    font-size: 0.73rem !important;
    line-height: 1.42 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-compact-detail > button {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 0 !important;
    border-radius: 50% !important;
    color: #365573 !important;
    background: #edf3fa !important;
    font-size: 1.25rem !important;
    cursor: pointer !important;
  }

  /* Why TryyCart: compact trust dock with proof always visible. */
  body.tryycart-global-theme #tc-page-home .problem-section .why-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  body.tryycart-global-theme #tc-page-home .problem-section .why-intro > p {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home .problem-section .why-proof {
    width: fit-content !important;
    max-width: 100% !important;
    margin-top: 9px !important;
    padding: 8px 11px !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.055) !important;
  }

  body.tryycart-global-theme #tc-page-home .problem-section .benefit-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 9px !important;
    margin-top: 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .problem-section .benefit-grid article {
    min-height: 90px !important;
    padding: 11px !important;
    display: grid !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
    border-radius: 14px !important;
    cursor: pointer !important;
    transition: border-color 150ms ease, background-color 150ms ease !important;
  }

  body.tryycart-global-theme #tc-page-home .problem-section .benefit-grid article:hover,
  body.tryycart-global-theme #tc-page-home .problem-section .benefit-grid article.is-active {
    border-color: rgba(255, 159, 91, 0.85) !important;
    background: rgba(255, 126, 38, 0.11) !important;
    box-shadow: 0 0 0 3px rgba(255, 128, 44, 0.08) !important;
  }

  body.tryycart-global-theme #tc-page-home .problem-section .benefit-grid article > span {
    width: 28px !important;
    height: 28px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 9px !important;
    color: #fff !important;
    background: #b43d04 !important;
    font-size: 0.66rem !important;
    letter-spacing: 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .problem-section .benefit-grid article > div {
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .problem-section .benefit-grid h3 {
    margin: 0 !important;
    color: #fff !important;
    font-size: 0.74rem !important;
    line-height: 1.22 !important;
  }

  body.tryycart-global-theme #tc-page-home .problem-section .benefit-grid :is(p, article > b) {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-why-benefit-detail {
    border-color: rgba(255, 175, 117, 0.42) !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.075) !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-why-benefit-detail > span {
    color: #fff !important;
    background: #b43d04 !important;
    font-size: 0.73rem !important;
    font-weight: 900 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-why-benefit-detail b {
    color: #fff !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-why-benefit-detail p {
    color: #d4dfec !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-why-benefit-detail > button {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12) !important;
  }

  /* Trending: manual discovery on compact screens with real position cues. */
  body.tryycart-global-theme #tc-page-home .tc-trending-mobile-nav {
    min-height: 48px !important;
    margin: 8px 0 10px !important;
    padding: 3px 4px 3px 11px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    border: 1px solid rgba(62, 94, 129, 0.16) !important;
    border-radius: 14px !important;
    background: #f7faff !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-trending-mobile-nav > span:first-child {
    margin-right: auto !important;
    color: #526783 !important;
    font-size: 0.73rem !important;
    font-weight: 750 !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-rail {
    overflow-x: auto !important;
    overscroll-behavior-inline: contain !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    scrollbar-width: none !important;
    scroll-snap-type: inline mandatory !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-rail::-webkit-scrollbar {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-track {
    animation: none !important;
    transform: none !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-track .product-card {
    scroll-snap-align: start !important;
  }

  body.tryycart-global-theme #tc-page-home .trending-track .product-card[aria-hidden="true"] {
    display: none !important;
  }

  /* Customer Stories: one concise story, manual customer chips and expansion. */
  body.tryycart-global-theme #tc-page-home .testimonials .review-grid {
    display: block !important;
    width: min(100%, 720px) !important;
    margin: 16px auto 0 !important;
  }

  body.tryycart-global-theme #tc-page-home .testimonials .review-grid article {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home .testimonials .review-grid article.is-active {
    min-height: 176px !important;
    padding: 18px !important;
    display: block !important;
    border-color: #f2b57b !important;
    box-shadow: 0 15px 34px rgba(124, 45, 18, 0.1) !important;
    animation: tc-compact-reveal 180ms ease-out both !important;
  }

  body.tryycart-global-theme #tc-page-home .testimonials .review-grid article > p {
    display: -webkit-box !important;
    min-height: 3.1em !important;
    margin: 13px 0 9px !important;
    overflow: hidden !important;
    color: #40536c !important;
    font-size: 0.79rem !important;
    line-height: 1.55 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  body.tryycart-global-theme #tc-page-home .testimonials .review-grid article.is-expanded > p {
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-story-toggle {
    width: auto !important;
    min-height: 44px !important;
    margin: 11px 0 0 !important;
    padding: 6px 10px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: 1px solid #c9d5e3 !important;
    border-radius: 9px !important;
    color: #164f9b !important;
    background: #f7faff !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    cursor: pointer !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-story-toggle span {
    color: #b43d04 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-story-nav {
    width: min(100%, 720px) !important;
    min-height: 50px !important;
    margin: 10px auto 0 !important;
    padding: 3px 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-story-chips {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-story-chips button {
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    color: #fff !important;
    background: #667993 !important;
    box-shadow: 0 0 0 1px #c7d2df !important;
    font-size: 0.64rem !important;
    font-weight: 900 !important;
    cursor: pointer !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-story-chips button.is-active {
    background: linear-gradient(135deg, #bd4305, #7046c9) !important;
    box-shadow: 0 0 0 3px rgba(189, 67, 5, 0.13) !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-story-nav > b {
    min-width: 48px !important;
    color: #607189 !important;
    font-size: 0.7rem !important;
    text-align: center !important;
  }

  /* FAQ: four questions, closed by default and one answer at a time. */
  body.tryycart-global-theme #tc-page-home .faq-shell {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  body.tryycart-global-theme #tc-page-home .faq-intro > :is(p, a) {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home .faq-section .accordion {
    width: min(100%, 760px) !important;
    margin-inline: auto !important;
    gap: 7px !important;
  }

  body.tryycart-global-theme #tc-page-home .faq-section .accordion article {
    border-radius: 12px !important;
  }

  body.tryycart-global-theme #tc-page-home .faq-section .accordion article > button {
    min-height: 54px !important;
    padding: 10px 12px !important;
    gap: 12px !important;
    font-size: 0.78rem !important;
    line-height: 1.3 !important;
  }

  body.tryycart-global-theme #tc-page-home .faq-section .accordion article > button i {
    flex-basis: 29px !important;
    width: 29px !important;
    height: 29px !important;
  }

  body.tryycart-global-theme #tc-page-home .faq-section .accordion article > div > p {
    color: #526783 !important;
    font-size: 0.75rem !important;
    line-height: 1.52 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-faq-mobile-support {
    min-height: 44px !important;
    padding: 8px 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border: 1px solid #c5d1e0 !important;
    border-radius: 11px !important;
    color: #174d91 !important;
    background: rgba(255, 255, 255, 0.8) !important;
    font-size: 0.74rem !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-faq-mobile-support :is(.tc-line-icon, svg) {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 680px) {
  body.tryycart-global-theme #tc-page-home > :is(
    .tc-services-v2,
    .problem-section,
    .trending-section,
    .testimonials,
    .faq-section
  ) {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  body.tryycart-global-theme #tc-page-home > :is(
    .tc-services-v2,
    .problem-section,
    .trending-section,
    .testimonials,
    .faq-section
  ) > .shell {
    width: calc(100% - 22px) !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__mobile-nav {
    grid-template-columns: 1fr auto !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__mobile-nav .tc-compact-carousel-controls {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    justify-self: center !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__mobile-nav > b {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-combine-compact-visual {
    grid-template-columns: auto 18px minmax(105px, 1fr) !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-combine-compact-visual > em {
    grid-column: 1 / -1 !important;
    justify-self: stretch !important;
    text-align: center !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits,
  body.tryycart-global-theme #tc-page-home .problem-section .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits article,
  body.tryycart-global-theme #tc-page-home .problem-section .benefit-grid article {
    min-height: 84px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-trending-mobile-nav > span:first-child {
    display: none !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-trending-mobile-nav {
    justify-content: center !important;
  }

  body.tryycart-global-theme #tc-page-home .testimonials .review-grid article.is-active {
    min-height: 168px !important;
    padding: 16px !important;
  }
}

@media (max-width: 430px) {
  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits article,
  body.tryycart-global-theme #tc-page-home .problem-section .benefit-grid article {
    min-height: 78px !important;
    padding: 9px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-services-v2__benefits b,
  body.tryycart-global-theme #tc-page-home .problem-section .benefit-grid h3 {
    font-size: 0.69rem !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-combine-compact-visual > span i {
    width: 29px !important;
    height: 29px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-compact-detail {
    grid-template-columns: 34px minmax(0, 1fr) 44px !important;
    gap: 8px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-compact-detail > span {
    width: 34px !important;
    height: 34px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-story-nav {
    gap: 5px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-story-nav > button {
    flex-basis: 44px !important;
    width: 44px !important;
    height: 44px !important;
  }

  body.tryycart-global-theme #tc-page-home .tc-story-chips button {
    width: 44px !important;
    height: 44px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.tryycart-global-theme #tc-page-home :is(
    .tc-swipe-cue i,
    .tc-compact-detail,
    .tc-services-v2__combine.is-compact-expanded .tc-services-v2__journey,
    .tc-services-v2__combine.is-compact-expanded .tc-services-v2__saving,
    .testimonials .review-grid article.is-active
  ) {
    animation: none !important;
    transition: none !important;
  }

  body.tryycart-global-theme #tc-page-home :is(
    .tc-services-v2__cards,
    .trending-rail,
    .category-showcase
  ) {
    scroll-behavior: auto !important;
  }
}

/* Final cascade lock for the approved hero → proof rail → bag sequence. */
body.tryycart-global-theme #tc-page-home > .hero {
  z-index: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  overflow: clip !important;
  clip-path: inset(0) !important;
}

body.tryycart-global-theme #tc-page-home > .hero + .brand-marquee.tc-proof-marquee {
  z-index: 2 !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  background: linear-gradient(100deg, #fff5eb 0%, #ffe4d0 48%, #fff2e7 100%) !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee + .tcw-launcher-slot {
  z-index: 1 !important;
  margin: 0 !important;
  border-top: 0 !important;
  background: linear-gradient(180deg, #f9fbfd 0%, #eef4fa 100%) !important;
}

@media (max-width: 680px) {
  body.tryycart-global-theme #tc-page-home > .hero + .brand-marquee.tc-proof-marquee {
    min-height: 46px !important;
    padding-block: 3px !important;
  }

  body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee + .tcw-launcher-slot {
    background: linear-gradient(180deg, #fbfcfe 0%, #f0f5fa 100%) !important;
  }
}

/* ========================================================================
   1.10.45 SCREENSHOT CORRECTION — THREE VISUALLY DISTINCT ROWS

   The 1.10.44 structure was correct, but the navy dotted launcher surface and
   the hero's minimum height made the lower rows look like an extended hero.
   These last-in-cascade rules remove that visual continuity.
   ======================================================================== */

body.tryycart-global-theme #tc-page-home > .hero {
  min-height: 0 !important;
  height: auto !important;
}

body.tryycart-global-theme #tc-page-home > .hero > .hero-grid {
  min-height: 0 !important;
  height: auto !important;
  padding-top: clamp(18px, 2vw, 26px) !important;
  padding-bottom: clamp(10px, 1vw, 14px) !important;
}

body.tryycart-global-theme #tc-page-home > .hero + .brand-marquee.tc-proof-marquee {
  min-height: 44px !important;
  padding: 3px 0 !important;
  border-top: 1px solid #ed8b4d !important;
  border-bottom: 1px solid #efc3a4 !important;
  background: linear-gradient(100deg, #fff8f2 0%, #ffe9d9 48%, #fff6ef 100%) !important;
  box-shadow:
    inset 0 1px 0 #fff,
    0 3px 9px rgba(112, 62, 28, 0.06) !important;
}

body.tryycart-global-theme #tc-page-home > .hero + .brand-marquee.tc-proof-marquee::before {
  background: linear-gradient(90deg, #fff8f2 12%, rgba(255, 248, 242, 0)) !important;
}

body.tryycart-global-theme #tc-page-home > .hero + .brand-marquee.tc-proof-marquee::after {
  background: linear-gradient(270deg, #fff6ef 12%, rgba(255, 246, 239, 0)) !important;
}

body.tryycart-global-theme #tc-page-home > .hero + .brand-marquee.tc-proof-marquee > .brand-marquee-track {
  animation-duration: 48s !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee :is(
  .tc-marquee-lead,
  .tc-proof-chip,
  .tc-marquee-trust
) {
  min-height: 32px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  border-radius: 8px !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee :is(
  .tc-marquee-lead > .tc-line-icon,
  .tc-proof-chip > .tc-line-icon,
  .tc-proof-symbol
) {
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  border-radius: 6px !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee .tc-marquee-divider {
  height: 24px !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee .tc-marquee-copy b,
body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee .tc-marquee-trust .tc-marquee-copy b {
  font-size: 0.72rem !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee .tc-marquee-copy small,
body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee .tc-marquee-trust .tc-marquee-copy small {
  font-size: 0.62rem !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee + .tcw-launcher-slot {
  padding: 12px 0 14px !important;
  border-top: 0 !important;
  border-bottom: 1px solid #d8e2ed !important;
  background: linear-gradient(180deg, #f9fbfd 0%, #eef4fa 100%) !important;
  box-shadow:
    inset 0 1px 0 #fff,
    0 9px 22px rgba(24, 55, 91, 0.08) !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee + .tcw-launcher-slot::before {
  display: none !important;
  content: none !important;
  background: none !important;
}

body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee + .tcw-launcher-slot > .tcw-launcher {
  border-color: rgba(211, 93, 30, 0.48) !important;
  background: linear-gradient(106deg, #fff 0%, #fff9f4 58%, #f3f8ff 100%) !important;
  box-shadow:
    0 12px 28px rgba(20, 52, 88, 0.14),
    inset 0 1px 0 #fff !important;
}

@media (max-width: 680px) {
  body.tryycart-global-theme #tc-page-home > .hero > .hero-grid {
    padding-top: 20px !important;
    padding-bottom: 14px !important;
  }

  body.tryycart-global-theme #tc-page-home > .hero + .brand-marquee.tc-proof-marquee {
    min-height: 42px !important;
    padding-block: 3px !important;
  }

  body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee :is(
    .tc-marquee-lead,
    .tc-proof-chip,
    .tc-marquee-trust
  ) {
    min-height: 30px !important;
  }

  body.tryycart-global-theme #tc-page-home > .brand-marquee.tc-proof-marquee + .tcw-launcher-slot {
    padding: 10px 0 12px !important;
    background: linear-gradient(180deg, #fbfcfe 0%, #f0f5fa 100%) !important;
  }
}

/* source: assets/css/release-fixes-1.10.55.css */
/*
 * TryyCart Global 1.10.55 production closure.
 * Final, deliberately scoped ownership for readability, compact service heroes,
 * responsive commerce surfaces and consistent interaction targets.
 */

body.tryycart-global-theme {
  --tc-release-ink: #08254a;
  --tc-release-copy: #465f79;
  --tc-release-line: #cbd9e7;
  --tc-release-soft: #eef4f9;
  background: #eef4f9;
  color: var(--tc-release-ink);
  text-rendering: optimizeLegibility;
}

body.tryycart-global-theme :is(main, section, article, aside, div, form) {
  min-width: 0;
}

body.tryycart-global-theme :is(h1, h2, h3, h4, p, li, label, small, strong, a, button) {
  overflow-wrap: anywhere;
}

body.tryycart-global-theme :is(button, input, select, textarea, summary, a):focus-visible {
  outline: 3px solid rgba(32, 111, 214, 0.35);
  outline-offset: 2px;
}

/* Shared chrome: readable controls, centred icons and a real search action. */
.tc-site-chrome.tc-site-chrome .tc-header-search {
  height: 32px;
  max-width: 390px;
  padding: 0 4px 0 13px;
}

.tc-site-chrome.tc-site-chrome .tc-header-search input {
  height: 30px;
  font-size: 13px;
}

.tc-site-chrome.tc-site-chrome .tc-header-search-submit {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #174e91;
  cursor: pointer;
}

.tc-site-chrome.tc-site-chrome .tc-header-search-submit > span[aria-hidden="true"] {
  display: grid;
  place-items: center;
  font-size: 14px;
  line-height: 1;
}

.tc-site-chrome.tc-site-chrome :is(.tc-desktop-nav i, .icon-action, .menu-button),
.tc-mobile-menu i,
.tc-site-footer .logo-lockup {
  align-items: center;
  justify-content: center;
}

.tc-site-chrome.tc-site-chrome .tc-desktop-nav a {
  font-size: 12.5px;
}

.tc-site-chrome.tc-site-chrome .tc-utility-actions a,
.tc-site-footer :is(a, p, span) {
  font-size: max(12px, 0.75rem);
}

.tc-site-footer {
  color: #dbe9f7;
  background: linear-gradient(130deg, #061b38, #0a3761 62%, #124e77);
}

.tc-site-footer :is(h4, a, p, span) {
  color: inherit;
}

.tc-site-footer h4,
.tc-site-footer a:hover,
.tc-site-footer a:focus-visible {
  color: #fff;
}

.tc-site-footer .logo-lockup img {
  display: block;
  width: 150px;
  height: auto;
  object-fit: contain;
}

/* Home title collision: allow the approved title treatment to wrap cleanly. */
body.tryycart-global-theme #tc-page-home .problem-section .section-title h2,
body.tryycart-global-theme #tc-page-home .problem-section .section-title h2 .gradient-text {
  max-width: 780px !important;
  white-space: normal !important;
  text-wrap: balance;
}

body.tryycart-global-theme #tc-page-home .problem-section .why-layout {
  align-items: stretch;
}

body.tryycart-global-theme #tc-page-home .problem-section .why-intro {
  min-width: 0;
}

/* All standalone service heroes use one compact rhythm. */
body.tryycart-global-theme .tc-service-route-page .tc-service-page-hero,
body.tryycart-global-theme .tc-service-route-page--rate .tc-service-page-hero {
  min-height: 284px !important;
  height: auto !important;
  padding: 30px 0 !important;
}

body.tryycart-global-theme .tc-service-route-page .tc-service-page-hero-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.72fr) !important;
  gap: clamp(22px, 3.5vw, 48px) !important;
}

body.tryycart-global-theme .tc-service-route-page .tc-service-page-eyebrow {
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 11px;
}

body.tryycart-global-theme .tc-service-route-page .tc-service-page-hero h1 {
  max-width: 790px;
  margin: 0 0 9px !important;
  font-size: clamp(31px, 3.5vw, 49px) !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

body.tryycart-global-theme .tc-service-route-page .tc-service-page-hero p {
  max-width: 720px !important;
  font-size: clamp(14px, 1.15vw, 16px) !important;
  line-height: 1.52 !important;
}

body.tryycart-global-theme .tc-service-route-page .tc-service-page-actions {
  margin-top: 14px !important;
  gap: 7px !important;
}

body.tryycart-global-theme .tc-service-route-page .tc-service-page-actions span {
  padding: 6px 10px !important;
  font-size: 12px;
}

body.tryycart-global-theme .tc-service-route-page .tc-service-page-visual {
  min-height: 176px !important;
  padding: 12px !important;
  border-radius: 20px !important;
}

body.tryycart-global-theme .tc-service-route-page .tc-service-page-visual span {
  min-height: 48px;
  padding: 8px 10px;
}

body.tryycart-global-theme .tc-service-route-page .tc-service-page-visual :is(b, span) {
  color: #f6fbff !important;
}

body.tryycart-global-theme .tc-service-page-body {
  padding-block: clamp(14px, 2vw, 24px) !important;
  background:
    radial-gradient(circle at 92% 4%, rgba(53, 131, 207, 0.09), transparent 24%),
    linear-gradient(180deg, #f4f8fc, #eef4f9);
}

body.tryycart-global-theme .tc-service-content-grid {
  align-items: start;
}

/* How It Works keeps the same storytelling but removes the oversized opening. */
body.tryycart-global-theme #tc-page-hiw .hiw-hero {
  min-height: 0 !important;
  height: auto !important;
  padding: 34px 0 28px !important;
}

body.tryycart-global-theme #tc-page-hiw .hiw-hero h1 {
  max-width: 780px;
  margin: 9px 0 7px !important;
  font-size: clamp(34px, 4.5vw, 58px) !important;
  line-height: 1.02 !important;
  text-wrap: balance;
}

body.tryycart-global-theme #tc-page-hiw .hiw-hero p {
  font-size: clamp(14px, 1.25vw, 17px) !important;
  line-height: 1.5 !important;
}

body.tryycart-global-theme #tc-page-hiw .hiw-stats {
  margin-top: 13px !important;
}

body.tryycart-global-theme #tc-page-hiw .hiw-explainer-section > .shell {
  overflow: hidden;
  padding: clamp(16px, 2vw, 24px) !important;
}

/* Tryy Shop: compact top area, larger filter text and stable product cards. */
body.tryycart-global-theme #tc-page-shop {
  background: #eef4f9;
}

body.tryycart-global-theme #tc-page-shop .shop-hero {
  padding: 16px 0 14px !important;
}

body.tryycart-global-theme #tc-page-shop .shop-hero h1 {
  font-size: clamp(28px, 2.7vw, 40px) !important;
}

body.tryycart-global-theme #tc-page-shop .shop-hero p,
body.tryycart-global-theme #tc-page-shop .catalog-top p {
  color: #49627c !important;
  font-size: 13px !important;
}

body.tryycart-global-theme #tc-page-shop .shop-toolbar,
body.tryycart-global-theme #tc-page-shop .shop-categories {
  background: rgba(244, 248, 252, 0.97) !important;
}

body.tryycart-global-theme #tc-page-shop .shop-main {
  padding-top: 18px !important;
}

body.tryycart-global-theme #tc-page-shop .filter-panel {
  padding: 14px 15px !important;
  background: #fff !important;
}

body.tryycart-global-theme #tc-page-shop .filter-panel legend,
body.tryycart-global-theme #tc-page-shop .filter-panel fieldset > label,
body.tryycart-global-theme #tc-page-shop .filter-panel fieldset > label > small,
body.tryycart-global-theme #tc-page-shop .filter-panel :is(select, .price-inputs input),
body.tryycart-global-theme #tc-page-shop .filter-note :is(b, p, button) {
  font-size: 13px !important;
  line-height: 1.38 !important;
}

body.tryycart-global-theme #tc-page-shop .filter-panel fieldset > label {
  min-height: 31px;
}

body.tryycart-global-theme #tc-page-shop .shop-categories button,
body.tryycart-global-theme #tc-page-shop .toolbar-actions :is(select, button),
body.tryycart-global-theme #tc-page-shop .view-toggle button {
  min-height: 42px;
  font-size: 13px !important;
}

body.tryycart-global-theme #tc-page-shop .product-card {
  background: #fff;
}

body.tryycart-global-theme #tc-page-shop .product-copy :is(h3, p, small),
body.tryycart-global-theme #tc-page-shop .product-price :is(b, del, span) {
  overflow-wrap: anywhere;
}

/* Quick view: readable marketing detail, bounded copy and centred controls. */
body.tryycart-global-theme .pro-product-modal {
  width: min(1160px, calc(100vw - 92px));
  max-height: min(90dvh, 850px);
}

body.tryycart-global-theme .pro-product-modal .modal-close,
body.tryycart-global-theme .pro-product-modal .gallery-thumbs button,
body.tryycart-global-theme .pro-product-modal .modal-actions :is(a, button) {
  display: grid;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}

body.tryycart-global-theme .pro-product-modal .card-kicker,
body.tryycart-global-theme .pro-product-modal .rating small,
body.tryycart-global-theme .product-description-summary,
body.tryycart-global-theme .product-description-block :is(summary, details p),
body.tryycart-global-theme .product-buy-reasons :is(b, small),
body.tryycart-global-theme .pro-product-modal .conversion-strip span,
body.tryycart-global-theme .pro-product-modal .detail-list :is(dt, dd),
body.tryycart-global-theme .pro-product-modal .trust-badges span,
body.tryycart-global-theme .modal-recommendations :is(span, h3, b, small) {
  font-size: 12px !important;
  line-height: 1.48 !important;
}

body.tryycart-global-theme .product-description-block details p {
  max-height: 240px;
  overflow: auto;
  padding-right: 8px;
}

body.tryycart-global-theme .product-buy-reasons span {
  min-height: 82px;
}

body.tryycart-global-theme .pro-product-modal :is(.product-logistics .charge, .conversion-strip) * {
  color: inherit;
}

/* Generic Woo surfaces blend into the page and never inherit invisible text. */
body.tryycart-global-theme.tc-commerce-page .tc-wp-main,
body.tryycart-global-theme.tc-commerce-page .tc-wp-content {
  background-color: #eef4f9;
}

body.tryycart-global-theme.tc-commerce-page :is(.tc-cart-v2__group, .tc-cart-v2__panel, .tc-checkout-summary, .woocommerce-checkout-review-order) {
  color: #0a294f;
}

body.tryycart-global-theme.tc-commerce-page :is([class*="__icon"], [class*="-icon"], [aria-hidden="true"]) svg {
  display: block;
  margin: auto;
}

@media (max-width: 1180px) {
  .tc-site-chrome.tc-site-chrome .tc-nav-inner {
    grid-template-columns: 155px minmax(0, 1fr) auto;
    gap: 12px;
  }

  .tc-site-chrome.tc-site-chrome .tc-desktop-nav a {
    padding-inline: 8px;
    font-size: 12px;
  }

  .tc-site-chrome.tc-site-chrome .tc-desktop-nav i {
    display: none;
  }
}

@media (max-width: 1024px) {
  body.tryycart-global-theme .tc-service-route-page .tc-service-page-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.62fr) !important;
  }

  body.tryycart-global-theme .tc-service-route-page .tc-service-page-hero h1 {
    font-size: clamp(30px, 4.8vw, 44px) !important;
  }

  body.tryycart-global-theme .pro-product-modal {
    width: calc(100vw - 40px);
  }
}

@media (max-width: 900px) {
  .tc-site-chrome.tc-site-chrome .tc-header-search {
    max-width: none;
  }

  body.tryycart-global-theme .tc-service-route-page .tc-service-page-hero {
    min-height: 0 !important;
    padding: 25px 0 !important;
  }

  body.tryycart-global-theme .tc-service-route-page .tc-service-page-hero-grid {
    grid-template-columns: 1fr !important;
  }

  body.tryycart-global-theme .tc-service-route-page .tc-service-page-visual {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 0 !important;
  }

  body.tryycart-global-theme #tc-page-shop .filter-panel {
    font-size: 14px;
  }
}

@media (max-width: 760px) {
  .tc-site-chrome.tc-site-chrome .tc-utility-inner {
    gap: 8px;
  }

  .tc-site-chrome.tc-site-chrome .tc-utility-actions {
    display: none;
  }

  body.tryycart-global-theme .tc-service-route-page .tc-service-page-hero h1,
  body.tryycart-global-theme #tc-page-hiw .hiw-hero h1 {
    font-size: clamp(30px, 8.5vw, 42px) !important;
  }

  body.tryycart-global-theme .tc-service-route-page .tc-service-page-visual {
    grid-template-columns: 1fr;
  }

  body.tryycart-global-theme .pro-product-modal {
    width: 100%;
    max-height: calc(100dvh - 16px);
  }

  body.tryycart-global-theme .product-buy-reasons {
    grid-template-columns: 1fr;
  }

  body.tryycart-global-theme .product-buy-reasons span {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .tc-site-chrome .shell,
  .tc-site-footer .shell {
    padding-inline: 12px;
  }

  body.tryycart-global-theme #tc-page-shop .shop-hero {
    padding: 13px 0 12px !important;
  }

  body.tryycart-global-theme #tc-page-shop .shop-hero h1 {
    font-size: clamp(26px, 8vw, 34px) !important;
  }

  body.tryycart-global-theme #tc-page-shop .shop-categories button {
    min-height: 42px;
  }

  body.tryycart-global-theme .pro-product-modal .pro-copy {
    padding: 23px 16px 20px !important;
  }
}

@media (max-width: 390px) {
  body.tryycart-global-theme .tc-service-route-page .tc-service-page-hero h1,
  body.tryycart-global-theme #tc-page-hiw .hiw-hero h1 {
    font-size: 29px !important;
  }

  body.tryycart-global-theme #tc-page-shop .shop-hero-link {
    width: 100%;
  }
}

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