.elementor-11194 .elementor-element.elementor-element-4f66d44{--display:flex;}.elementor-11194 .elementor-element.elementor-element-48f15ed{--display:flex;}.elementor-11194 .elementor-element.elementor-element-f80933e{--display:flex;}.elementor-11194 .elementor-element.elementor-element-dea56b2{--display:flex;}.elementor-11194 .elementor-element.elementor-element-5f5a96d{--display:flex;}.elementor-11194 .elementor-element.elementor-element-a65c9fd{--display:flex;}.elementor-11194 .elementor-element.elementor-element-5efa747{--display:flex;}/* Start custom CSS *//* =====================================================
   Ecommerce Freight Page CSS
   Class prefix keeps pp-inb- for compatibility
===================================================== */

:root {
  --pp-navy: #071427;
  --pp-navy-2: #0b1c33;
  --pp-blue: #2f6bff;
  --pp-blue-2: #6f8cff;
  --pp-green: #16a36a;
  --pp-text: #152033;
  --pp-muted: #64748b;
  --pp-soft: #f4f7fb;
  --pp-line: rgba(15, 23, 42, 0.1);
  --pp-white: #ffffff;
  --pp-radius-lg: 28px;
  --pp-radius-md: 20px;
  --pp-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

/* =====================================================
   GLOBAL
===================================================== */

.pp-inb-section,
.pp-inb-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: inherit;
}

.pp-inb-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.pp-inb-section {
  padding: 96px 0;
  background: #fff;
}

.pp-inb-section:nth-of-type(even) {
  background: linear-gradient(180deg, #f7f9fd 0%, #ffffff 100%);
}

.pp-inb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pp-blue);
}

.pp-inb-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--pp-blue);
  box-shadow: 0 0 0 6px rgba(47, 107, 255, 0.12);
}

.pp-inb-section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.pp-inb-section-head h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--pp-text);
}

.pp-inb-section-head p {
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.72;
  color: var(--pp-muted);
}

/* 防止没有 reveal JS 时内容不显示 */
.pp-reveal {
  opacity: 1;
  transform: none;
}

/* =====================================================
   BUTTONS
===================================================== */

.pp-inb-actions,
.pp-inb-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.pp-inb-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
  overflow: hidden;
}

.pp-inb-btn::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -70%;
  width: 42%;
  height: 180%;
  transform: rotate(24deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.42),
    transparent
  );
  transition: left 0.6s ease;
}

.pp-inb-btn:hover::after {
  left: 130%;
}

.pp-inb-btn:hover {
  transform: translateY(-2px);
}

.pp-inb-btn-primary {
  color: #fff !important;
  background: linear-gradient(135deg, #245cff 0%, #6f8cff 100%);
  box-shadow: 0 14px 34px rgba(47, 107, 255, 0.34);
}

.pp-inb-btn-primary:hover {
  color: #fff !important;
  box-shadow: 0 18px 44px rgba(47, 107, 255, 0.44);
}

.pp-inb-btn-ghost {
  color: #dbe7ff !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.pp-inb-btn-ghost:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
}

/* 白色区域里的 ghost 按钮 */
.pp-inb-final-cta .pp-inb-btn-ghost {
  color: #17305c !important;
  background: #fff;
  border-color: rgba(47, 107, 255, 0.16);
}

.pp-inb-final-cta .pp-inb-btn-ghost:hover {
  color: var(--pp-blue) !important;
  border-color: rgba(47, 107, 255, 0.34);
}

/* =====================================================
   01 HERO
===================================================== */

.pp-inb-hero {
  padding: 110px 0 96px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 20%, rgba(47, 107, 255, 0.38), transparent 34%),
    radial-gradient(circle at 84% 26%, rgba(22, 163, 106, 0.28), transparent 32%),
    linear-gradient(135deg, #071427 0%, #0b1c33 48%, #08101f 100%);
}

.pp-inb-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: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.9), rgba(0,0,0,.18));
  pointer-events: none;
}

.pp-inb-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 140%;
  height: 120px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, #fff);
  opacity: 0.12;
  pointer-events: none;
}

.pp-inb-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 54px;
  align-items: center;
}

.pp-inb-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 24px;
  padding: 9px 14px;
  border-radius: 999px;
  color: #dce8ff;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.01em;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.pp-inb-badge i {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--pp-green);
  box-shadow: 0 0 0 6px rgba(22, 163, 106, 0.18);
}

.pp-inb-hero-copy h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(42px, 5.6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  color: #fff;
}

.pp-inb-hero-copy h1 span {
  color: #9db3ff;
}

.pp-inb-hero-copy p {
  margin: 24px 0 0;
  max-width: 670px;
  font-size: 18px;
  line-height: 1.72;
  color: rgba(238, 244, 255, 0.76);
}

.pp-inb-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 34px;
}

.pp-inb-pill {
  padding: 10px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
  color: #e7efff;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.12);
}

/* Right visual board */

.pp-route-board {
  position: relative;
  min-height: 520px;
  padding: 28px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.065)),
    rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow:
    0 32px 90px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.pp-route-board::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 22% 26%, rgba(111,140,255,.24), transparent 32%),
    radial-gradient(circle at 82% 58%, rgba(22,163,106,.16), transparent 30%);
  opacity: .9;
  pointer-events: none;
}

.pp-route-board-head {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.pp-route-board-head small {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(220,232,255,.68);
}

.pp-route-board-head h3 {
  margin: 0;
  max-width: 300px;
  color: #fff;
  font-size: 24px;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.pp-route-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 9px 12px;
  border-radius: 999px;
  color: #dcfff0;
  font-size: 12px;
  font-weight: 800;
  background: rgba(22, 163, 106, 0.13);
  border: 1px solid rgba(22, 163, 106, 0.28);
}

.pp-route-status i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--pp-green);
  box-shadow: 0 0 0 6px rgba(22, 163, 106, 0.16);
  animation: ppPulse 1.8s ease-in-out infinite;
}

.pp-route-map {
  position: absolute;
  inset: 112px 22px 120px;
  z-index: 1;
  opacity: .95;
}

.pp-route-map svg {
  width: 100%;
  height: 100%;
}

.pp-route-dash {
  stroke-dasharray: 12 12;
  animation: ppRouteDash 8s linear infinite;
}

.pp-route-node {
  position: absolute;
  z-index: 3;
  width: 190px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(7, 20, 39, 0.66);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 38px rgba(0,0,0,.24);
  backdrop-filter: blur(14px);
}

.pp-route-node::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -7px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 0 0 7px rgba(111, 140, 255, 0.22),
    0 0 24px rgba(111, 140, 255, 0.55);
}

.pp-route-node small {
  display: block;
  margin-bottom: 5px;
  color: rgba(220,232,255,.62);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pp-route-node strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 15px;
  line-height: 1.22;
}

.pp-route-node span {
  display: block;
  color: rgba(238,244,255,.68);
  font-size: 12.5px;
  line-height: 1.5;
}

.pp-route-node.origin {
  left: 28px;
  top: 192px;
}

.pp-route-node.transit {
  left: 50%;
  top: 136px;
  transform: translateX(-50%);
}

.pp-route-node.destination {
  right: 28px;
  top: 236px;
}

.pp-route-foot {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.pp-route-foot-item {
  padding: 14px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.pp-route-foot-item strong {
  display: block;
  margin-bottom: 4px;
  color: #9db3ff;
  font-size: 13px;
}

.pp-route-foot-item span {
  display: block;
  color: rgba(238,244,255,.74);
  font-size: 12px;
  line-height: 1.35;
}

/* =====================================================
   02 POSITIONING
===================================================== */

.pp-inb-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pp-inb-value-card {
  position: relative;
  min-height: 260px;
  padding: 30px;
  border-radius: var(--pp-radius-lg);
  background: #fff;
  border: 1px solid var(--pp-line);
  box-shadow: 0 18px 52px rgba(15,23,42,.08);
  overflow: hidden;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

.pp-inb-value-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: rgba(47, 107, 255, 0.08);
  transition: transform .3s ease, opacity .3s ease;
}

.pp-inb-value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47,107,255,.24);
  box-shadow: var(--pp-shadow);
}

.pp-inb-value-card:hover::after {
  transform: scale(1.25);
  opacity: .8;
}

.pp-inb-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  border-radius: 16px;
  color: var(--pp-blue);
  font-weight: 900;
  background: rgba(47, 107, 255, 0.08);
}

.pp-inb-value-card h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--pp-text);
}

.pp-inb-value-card p {
  margin: 14px 0 0;
  font-size: 15.5px;
  line-height: 1.68;
  color: var(--pp-muted);
}

/* =====================================================
   03 CHILD SERVICES
===================================================== */

.pp-inb-services {
  background: #f7f9fd;
}

.pp-inb-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pp-inb-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none !important;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.09);
  box-shadow: 0 18px 56px rgba(15,23,42,.08);
  overflow: hidden;
  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease;
}

.pp-inb-service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(47,107,255,.25);
  box-shadow: 0 28px 78px rgba(15,23,42,.14);
}

.pp-inb-service-media {
  padding: 14px 14px 0;
}

.pp-inb-image-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1.55 / 1;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 25%, rgba(47,107,255,.26), transparent 32%),
    radial-gradient(circle at 78% 72%, rgba(22,163,106,.22), transparent 30%),
    linear-gradient(135deg, #0b1c33, #142b4e);
}

.pp-inb-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: .38;
}

.pp-inb-image-placeholder span {
  position: relative;
  z-index: 2;
  color: rgba(255,255,255,.66);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pp-inb-service-content {
  padding: 26px 26px 28px;
}

.pp-inb-service-content small {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--pp-blue);
  font-size: 13px;
  font-weight: 900;
}

.pp-inb-service-content h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.14;
  letter-spacing: -0.035em;
  color: var(--pp-text);
}

.pp-inb-service-content p {
  margin: 14px 0 22px;
  color: var(--pp-muted);
  font-size: 15.5px;
  line-height: 1.66;
}

.pp-inb-service-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(15,23,42,.08);
  color: #17305c;
  font-size: 14px;
  font-weight: 850;
}

.pp-inb-service-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #fff;
  background: var(--pp-blue);
  transition: transform .25s ease;
}

.pp-inb-service-card:hover .pp-inb-service-link span {
  transform: translateX(4px);
}

/* =====================================================
   04 PROCESS
===================================================== */

.pp-inb-process {
  background:
    radial-gradient(circle at 12% 14%, rgba(47,107,255,.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.pp-inb-process-line {
  position: relative;
  display: grid;
  gap: 18px;
  max-width: 920px;
}

.pp-inb-process-line::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 32px;
  bottom: 32px;
  width: 2px;
  background: linear-gradient(180deg, var(--pp-blue), rgba(47,107,255,.08));
}

.pp-inb-process-step {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.pp-inb-step-index {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  background: linear-gradient(135deg, #245cff, #6f8cff);
  box-shadow: 0 15px 36px rgba(47,107,255,.24);
}

.pp-inb-step-content {
  padding: 25px 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.09);
  box-shadow: 0 14px 42px rgba(15,23,42,.07);
  transition:
    transform .26s ease,
    box-shadow .26s ease,
    border-color .26s ease;
}

.pp-inb-process-step:hover .pp-inb-step-content {
  transform: translateX(6px);
  border-color: rgba(47,107,255,.22);
  box-shadow: 0 20px 58px rgba(15,23,42,.1);
}

.pp-inb-step-content h3 {
  margin: 0;
  color: var(--pp-text);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.pp-inb-step-content p {
  margin: 10px 0 0;
  color: var(--pp-muted);
  font-size: 15.5px;
  line-height: 1.65;
}

/* =====================================================
   05 FREIGHT OPTIONS — Optimized Routing Section
===================================================== */

.pp-inb-routing {
  background:
    radial-gradient(circle at 12% 18%, rgba(47, 107, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.pp-inb-routing-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 64px;
  align-items: center;
}

.pp-inb-routing-copy {
  max-width: 520px;
}

.pp-inb-routing-copy h2 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: var(--pp-text);
}

.pp-inb-routing-copy p {
  margin: 20px 0 0;
  max-width: 540px;
  color: var(--pp-muted);
  font-size: 17px;
  line-height: 1.72;
}

.pp-inb-routing-note {
  margin-top: 30px;
  max-width: 520px;
  padding: 20px 22px;
  border-radius: 22px;
  color: #17305c;
  font-size: 15px;
  line-height: 1.65;
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.08), rgba(111, 140, 255, 0.05));
  border: 1px solid rgba(47, 107, 255, 0.16);
  box-shadow: 0 14px 40px rgba(47, 107, 255, 0.07);
}

.pp-inb-routing-note strong {
  color: var(--pp-blue);
  font-weight: 850;
}

/* right panel */

.pp-inb-routing-panel {
  position: relative;
  padding: 26px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76));
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.11);
  overflow: hidden;
}

.pp-inb-routing-panel::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(47, 107, 255, 0.1);
  pointer-events: none;
}

.pp-inb-routing-panel::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -140px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(22, 163, 106, 0.08);
  pointer-events: none;
}

.pp-inb-routing-panel-head {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
  padding: 6px 4px 18px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.pp-inb-routing-panel-head small {
  display: block;
  margin-bottom: 8px;
  color: var(--pp-blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pp-inb-routing-panel-head h3 {
  margin: 0;
  max-width: 560px;
  color: var(--pp-text);
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

/* cards */

.pp-inb-routing-cards {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
}

.pp-inb-routing-card {
  position: relative;
  padding: 24px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 44px rgba(15, 23, 42, 0.065);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  overflow: hidden;
}

.pp-inb-routing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(47, 107, 255, 0.06), transparent 48%);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.pp-inb-routing-card:hover {
  transform: translateY(-5px);
  border-color: rgba(47, 107, 255, 0.24);
  box-shadow: 0 24px 68px rgba(15, 23, 42, 0.12);
}

.pp-inb-routing-card:hover::before {
  opacity: 1;
}

.pp-inb-routing-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.pp-inb-routing-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  background: linear-gradient(135deg, #071427 0%, #245cff 100%);
  box-shadow: 0 14px 32px rgba(47, 107, 255, 0.22);
}

.pp-inb-routing-title span {
  display: block;
  margin-bottom: 5px;
  color: var(--pp-blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pp-inb-routing-title h3 {
  margin: 0;
  color: var(--pp-text);
  font-size: 24px;
  line-height: 1.16;
  letter-spacing: -0.035em;
}

.pp-inb-routing-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--pp-muted);
  font-size: 15.5px;
  line-height: 1.66;
}

.pp-inb-routing-meta {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.pp-inb-routing-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #17305c;
  font-size: 12px;
  font-weight: 760;
  background: rgba(47, 107, 255, 0.07);
  border: 1px solid rgba(47, 107, 255, 0.12);
}

/* responsive */

@media (max-width: 1100px) {
  .pp-inb-routing-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .pp-inb-routing-copy {
    max-width: 760px;
  }

  .pp-inb-routing-copy p,
  .pp-inb-routing-note {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .pp-inb-routing-panel {
    padding: 18px;
    border-radius: 28px;
  }

  .pp-inb-routing-panel-head h3 {
    font-size: 22px;
  }

  .pp-inb-routing-card {
    padding: 20px;
    border-radius: 22px;
  }

  .pp-inb-routing-top {
    align-items: flex-start;
  }

  .pp-inb-routing-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    font-size: 19px;
  }

  .pp-inb-routing-title h3 {
    font-size: 21px;
  }

  .pp-inb-routing-card p {
    font-size: 15px;
  }

  .pp-inb-routing-meta {
    gap: 7px;
  }
}

@media (max-width: 420px) {
  .pp-inb-routing-top {
    flex-direction: column;
  }

  .pp-inb-routing-icon {
    width: 52px;
    height: 52px;
  }

  .pp-inb-routing-meta span {
    width: 100%;
    justify-content: center;
  }
}get-a-quote

/* =====================================================
   06 SELLER SCENARIOS
===================================================== */

.pp-inb-scenarios {
  background: #f7f9fd;
}

.pp-inb-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pp-inb-scenario-card {
  position: relative;
  min-height: 265px;
  padding: 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(15,23,42,.09);
  box-shadow: 0 14px 42px rgba(15,23,42,.07);
  overflow: hidden;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

.pp-inb-scenario-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(47,107,255,.08);
}

.pp-inb-scenario-card:hover {
  transform: translateY(-6px);
  border-color: rgba(47,107,255,.22);
  box-shadow: 0 24px 68px rgba(15,23,42,.12);
}

.pp-inb-scenario-tag {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--pp-blue);
  font-size: 12px;
  font-weight: 850;
  background: rgba(47,107,255,.08);
}

.pp-inb-scenario-card h3 {
  margin: 0;
  position: relative;
  z-index: 2;
  color: var(--pp-text);
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.pp-inb-scenario-card p {
  margin: 13px 0 0;
  position: relative;
  z-index: 2;
  color: var(--pp-muted);
  font-size: 15px;
  line-height: 1.62;
}

/* =====================================================
   07 FINAL CTA
===================================================== */

.pp-inb-final-cta {
  padding-top: 72px;
  padding-bottom: 110px;
  background: #fff;
}

.pp-inb-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
  padding: 46px;
  border-radius: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 24%, rgba(111,140,255,.35), transparent 32%),
    radial-gradient(circle at 88% 70%, rgba(22,163,106,.22), transparent 30%),
    linear-gradient(135deg, #071427 0%, #0b1c33 55%, #08101f 100%);
  box-shadow: 0 30px 90px rgba(7,20,39,.24);
  overflow: hidden;
}

.pp-inb-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: .5;
}

.pp-inb-cta-copy,
.pp-inb-cta-actions {
  position: relative;
  z-index: 2;
}

.pp-inb-cta-copy .pp-inb-eyebrow {
  color: #9db3ff;
}

.pp-inb-cta-copy .pp-inb-eyebrow::before {
  background: var(--pp-green);
  box-shadow: 0 0 0 6px rgba(22,163,106,.16);
}

.pp-inb-cta-copy h2 {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.pp-inb-cta-copy p {
  margin: 16px 0 0;
  max-width: 780px;
  color: rgba(238,244,255,.72);
  font-size: 16.5px;
  line-height: 1.72;
}

.pp-inb-cta-actions {
  justify-content: flex-end;
}

/* =====================================================
   ANIMATIONS
===================================================== */

@keyframes ppRouteDash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -220;
  }
}

@keyframes ppPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(.72);
    opacity: .72;
  }
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 1100px) {
  .pp-inb-hero-grid,
  .pp-inb-routing-grid {
    grid-template-columns: 1fr;
  }

  .pp-route-board {
    max-width: 720px;
    width: 100%;
  }

  .pp-inb-value-grid,
  .pp-inb-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pp-inb-scenario-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pp-inb-cta-card {
    grid-template-columns: 1fr;
  }

  .pp-inb-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .pp-inb-inner {
    width: min(100% - 28px, 1180px);
  }

  .pp-inb-hero {
    padding: 78px 0 66px;
  }

  .pp-inb-section {
    padding: 68px 0;
  }

  .pp-inb-section-head {
    margin-bottom: 30px;
  }

  .pp-inb-section-head h2,
  .pp-inb-routing-copy h2,
  .pp-inb-cta-copy h2 {
    letter-spacing: -0.035em;
  }

  .pp-inb-hero-copy h1 {
    font-size: 42px;
    letter-spacing: -0.045em;
  }

  .pp-inb-hero-copy p,
  .pp-inb-section-head p,
  .pp-inb-routing-copy p {
    font-size: 16px;
  }

  .pp-inb-badge {
    font-size: 12px;
    line-height: 1.35;
  }

  .pp-inb-actions,
  .pp-inb-cta-actions {
    width: 100%;
  }

  .pp-inb-btn {
    width: 100%;
  }

  .pp-inb-value-grid,
  .pp-inb-service-grid,
  .pp-inb-scenario-grid {
    grid-template-columns: 1fr;
  }

  .pp-route-board {
    min-height: auto;
    padding: 22px;
    border-radius: 28px;
  }

  .pp-route-board-head {
    flex-direction: column;
  }

  .pp-route-map {
    position: relative;
    inset: auto;
    height: 170px;
    margin: 18px 0;
  }

  .pp-route-node {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: auto;
    margin-top: 12px;
  }

  .pp-route-node::before {
    top: 18px;
    left: auto;
    right: 18px;
  }

  .pp-route-foot {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    margin-top: 14px;
  }

  .pp-inb-process-line::before {
    left: 23px;
  }

  .pp-inb-process-step {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .pp-inb-step-index {
    width: 48px;
    height: 48px;
    border-radius: 17px;
    font-size: 13px;
  }

  .pp-inb-step-content {
    padding: 20px;
  }

  .pp-inb-process-step:hover .pp-inb-step-content {
    transform: none;
  }

  .pp-inb-routing-card {
    grid-template-columns: 1fr;
  }

  .pp-inb-cta-card {
    padding: 30px 22px;
    border-radius: 28px;
  }
}

@media (max-width: 420px) {
  .pp-inb-hero-copy h1 {
    font-size: 38px;
  }

  .pp-inb-pill {
    width: 100%;
    text-align: center;
  }

  .pp-inb-value-card,
  .pp-inb-service-content,
  .pp-inb-scenario-card {
    padding: 22px;
  }
}/* End custom CSS */