.elementor-13108 .elementor-element.elementor-element-3742282{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e0ac2b7 *//* ShipSourced Ã¢â‚¬â€ static clone styles */
:root {
  --bg: #0a0f1a;
  --bg-alt: #0d1220;
  --bg-footer: #080c16;
  --olive-300: #a8b88a;
  --olive-400: #8b9a6b;
  --olive-500: #7a8a5c;
  --olive-600: #6b7a4b;
  --olive-700: #5a6840;
  --olive-900: #2a3320;
  --white: #ffffff;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --max-w: 72rem;
  --radius: 0.75rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #1F1F1F;
  color: var(--white);
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

section#solutions {
  background: white;
}

input,
select {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin: 0;
}

[id] {
  scroll-margin-top: 5rem;
}

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1rem;
}

.right-arrow-map {
  --tw-text-opacity: 1;
  color: rgb(107 122 75 / var(--tw-text-opacity, 1));
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 20px;
}


@media (min-width: 640px) {
  .container {
    padding: 0 1.5rem;
  }
}

/* Nav */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: background 0.3s, border-color 0.3s;
  border-bottom: 1px solid transparent;
}

.nav-scrolled {
  background: rgba(10, 15, 26, 0.92);
  backdrop-filter: blur(12px);
  border-color: rgba(255, 255, 255, 0.05);
}

.why-item.highlight {
  background: #3B422E33;
  border: 1px solid #FBBA0033;
}

.section-header.section-header-white h2 {
  color: var(--white);
}

.section-header.section-header-white p {
  color: #DEDEDE;

}

.nav-inner {
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-header.section-header-white h2 {
  color: var(--white);
}

.section-header.section-header-white p {
  color: #DEDEDE;

}

section#portal {
  background: url('../images/dashboard-bg.png') no-repeat center center;
  background-size: cover;
}

/* Decorative stacked blocks â€” top right, half hanging out above the section */
.portal-deco {
  position: absolute;
  top: -94px;
  right: 2rem;
  width: 93px;
  height: 93px;

  pointer-events: none;
  z-index: 5;
}

.portal-deco::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 93px;
  background: #1F1F1F;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.portal-deco::after {
  content: '';
  position: absolute;
  top: 94px;
  left: 0;
  width: 100%;
  height: 93px;
  background: #FBBA00;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

@media (max-width: 767px) {
  .portal-deco {
    display: none;
  }
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-brand img {
  height: 2rem;
}

.nav-brand span {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}

.nav-links {
  display: none;
  gap: 2rem;
}

.nav-links button {
  font-size: 0.875rem;
  color: var(--gray-400);
  transition: color 0.2s;
}

.nav-links button:hover {
  color: var(--white);
}

.nav-cta {
  display: none;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  border-radius: var(--radius);
  transition: background 0.2s, box-shadow 0.2s;
  background: #FBBA00;
  color: #1F1F1F;
}

.btn-primary:hover {
  background: #ffce41;
  box-shadow: 0 8px 24px rgba(107, 122, 75, 0.25);
}

.btn-primary.lg {
  font-size: 1rem;
  padding: 0.875rem 2rem;
  background: #FBBA00;
  color: #1f1f1f;
}

.btn-primary.xl {
  width: 100%;
  justify-content: center;
  padding: 1rem;
  font-size: 0.9375rem;
  border-radius: 0.75rem;
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--gray-300);
  font-weight: 600;
  font-size: 1rem;
  padding: 0.875rem 2rem;
  border-radius: var(--radius);
  transition: all 0.2s;
}

.btn-outline:hover {
  border-color: rgba(139, 154, 107, 0.5);
  color: var(--white);
}

.menu-btn {
  display: block;
  padding: 0.5rem;
  color: var(--gray-400);
}

.menu-btn svg {
  width: 1.5rem;
  height: 1.5rem;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.75rem 1rem 1rem;
  background: rgba(10, 15, 26, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-menu.open {
  display: flex;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}

.mobile-menu button,
.mobile-menu a {
  text-align: left;
  padding: 0.75rem;
  color: var(--gray-400);
  font-size: 0.9375rem;
}

.mobile-menu button:hover,
.mobile-menu a:hover {
  color: var(--white);
}

@media (min-width: 768px) {

  .nav-links,
  .nav-cta {
    display: flex;
    align-items: center;
  }

  .menu-btn,
  .mobile-menu {
    display: none !important;
  }
}

/* Hero */
.hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media (min-width: 640px) {
  .hero {
    min-height: 100vh;
  }
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: #1F1F1F;
}

.hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(139, 154, 106, 0.08) 0%, rgb(199 199 199 / 0%) 70%);
}

.hero-grid {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  padding: 5rem 0 3rem;
}

@media(max-width: 991px) {
  .pipeline-card {
    border: 1px solid #0000000D !important;
    background: #F9F9F9 !important;
}
.pipeline-card h4 {
  color: #1f1f1f;
}
}


@media(max-width: 881px) {
  .nav-links {
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.hero-content {
  z-index: 10;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FBBA00;
  background: #3B422E4D;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
  border: 1px solid #FBBA004D;
}

.pulse-dot {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
}

.pulse-dot::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--olive-400);
  animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.pulse-dot::after {
  content: '';
  position: relative;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--olive-400);
}

.hero h1 {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  animation: slideUp 0.8s ease both;
}

.gradient-text {
  color: #FBBA00;
}

.hero-lead {
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  color: var(--gray-400);
  margin-top: 1.5rem;
  max-width: 32rem;
  line-height: 1.6;
  animation: slideUp 0.8s 0.1s ease both;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
  animation: slideUp 0.8s 0.2s ease both;
}

.hero-note {
  font-size: 0.875rem;
  color: var(--gray-500);
  margin-top: 1.25rem;
  animation: slideUp 0.8s 0.3s ease both;
}

.hero-note span {
  color: var(--gray-400);
}

.hero-globe-wrap {
  position: relative;
  height: 280px;
  overflow: hidden;
  animation: slideUp 0.8s 0.2s ease both;
}

@media (min-width: 480px) {
  .hero-globe-wrap {
    height: 320px;
  }
}

@media (min-width: 640px) {
  .hero-globe-wrap {
    height: 420px;
    overflow: visible;
  }
}

@media (min-width: 1024px) {
  .hero-globe-wrap {
    height: 500px;
  }
}

#hero-globe {
  width: 100%;
  height: 100%;
  touch-action: none;
}

.pulse-glow {
  animation: pulseGlow 2.5s ease-in-out infinite;
}

/* Routes ticker */
.routes-bar {
  border-top: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
  background: #FBBA00;
  overflow: hidden;
}

.routes-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.routes-scroll {
  overflow: hidden;
  padding: 1rem 0;
}

.routes-track {
  display: flex;
  width: max-content;
  animation: scrollX 100s linear infinite;
}

.route-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1.5rem;
  white-space: nowrap;
  font-size: 0.875rem;
  color: var(--gray-400);
}

.route-city {
  font-weight: 500;
  color: #1F1F1F;
}

.route-flag {
  display: inline-block;
  width: 1.25rem;
  height: auto;
  border-radius: 2px;
  flex-shrink: 0;
}

.eyebrow.customer-eyebrow {
  color: #1f1f1f
}

.portal-deco.portal-deco-bottom {
  z-index: 999999;
  right: 0px;
  left: 30px;
}

.portal-deco.portal-deco-bottom::before {
  background: #1f1f1f;
}

.portal-deco.portal-deco-bottom::after {
  background: #FBBA00;
}

.route-arrow {
  width: 1rem;
  height: 1rem;
  color: #1F1F1F;
}

.route-sep {
  color: #1F1F1F;
  margin: 0 0.5rem;
}

/* Stats */
.stats {
  padding: 5rem 0;
  background: #ffff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-value {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1F1F1F;
}

.stat-label {
  font-size: 0.875rem;
  color: var(--gray-500);
  margin-top: 0.5rem;
}

/* Sections */
.section {
  padding: 6rem 0;
  position: relative;
  color: white;
}

.section-alt {
  /* background: var(--bg-alt); */
}

.section-glow::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.section-glow-top::before {
  background: radial-gradient(ellipse at top, rgba(139, 154, 107, 0.05) 0%, transparent 50%);
}

.section-glow-bottom::before {
  /* background: radial-gradient(ellipse at bottom, rgba(139, 154, 107, 0.06) 0%, transparent 60%); */
}

.section-glow-center::before {
  background: radial-gradient(ellipse at center, rgba(139, 154, 107, 0.06) 0%, transparent 50%);
}

.section-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.section-header.mb-lg {
  margin-bottom: 4rem;
}

.eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  color: #FBBA00;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
}

.section-header h2 {
  font-size: clamp(1.875rem, 4vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000000;
}

.section-header p {
  font-size: 1.125rem;
  color: #1F1F1F;
  max-width: 42rem;
  margin: 0 auto;
}

/* Tabs */
.tab-group {
  display: inline-flex;
  border-radius: 0.75rem;
  padding: 0.25rem;
  background: #1F1F1F0D;
  border: 1px solid #FFFFFF1A;
}

.tab-group button {
  padding: 0.625rem 1.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #9A9A9A;
  transition: all 0.2s;
}

.tab-group button.active,
.tab-group.wide button.active {
  background: #FBBA00;
  color: black;
  box-shadow: 0 4px 16px rgba(107, 122, 75, 0.2);
}

.tab-group.wide {
  display: flex;
  width: 100%;
  max-width: 28rem;
  margin: 0 auto 1.5rem;
  padding: 0.375rem;
  border-radius: 1rem;
}

.tab-group.wide button {
  flex: 1;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
}

/* Feature cards */
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 64rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature-card {
  padding: 1.5rem;
  border-radius: 0.75rem;
  transition: all 0.2s;
  height: 100%;
  border: 1px solid #1F1F1F0D;
  background: #1F1F1F05;
}

.feature-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(139, 154, 107, 0.2);
}

.feature-icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background: #FBBA00;
  color: #1F1F1F;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.feature-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.feature-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #000000;
}

.feature-card p {
  font-size: 0.875rem;
  color: #1F1F1F;
  line-height: 1.6;
}

/* Portal mockup */
.portal-wrap {
  max-width: 64rem !important;
  margin: 0 auto;
}

.browser-frame {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
  background: #1a1f2e;
}

.browser-chrome {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  background: #141820;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.browser-dots {
  display: flex;
  gap: 0.375rem;
}

.browser-dots span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
}

.browser-dots span:nth-child(1) {
  background: rgba(239, 68, 68, 0.8);
}

.browser-dots span:nth-child(2) {
  background: rgba(234, 179, 8, 0.8);
}

.browser-dots span:nth-child(3) {
  background: rgba(34, 197, 94, 0.8);
}

.browser-url {
  flex: 1;
  display: flex;
  justify-content: center;
}

.browser-url span {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  padding: 0.25rem 1rem;
  font-size: 0.6875rem;
  color: var(--gray-500);
  font-family: monospace;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portal-body {
  display: flex;
  min-height: 400px;
}

@media (min-width: 640px) {
  .portal-body {
    min-height: 440px;
  }
}

.portal-sidebar {
  width: 8rem;
  flex-shrink: 0;
  background: #111;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem 0.75rem;
}

@media (min-width: 640px) {
  .portal-sidebar {
    width: 11rem;
    padding: 0.75rem;
  }
}

.portal-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  padding: 0 0.25rem;
}

.portal-logo img {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
}

.portal-logo span {
  font-size: 0.625rem;
  font-weight: 600;
}

@media (min-width: 640px) {
  .portal-logo span {
    font-size: 0.6875rem;
  }
}

.portal-nav button {
  width: 100%;
  text-align: left;
  padding: 0.375rem 0.625rem;
  border-radius: 0.375rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: var(--gray-500);
  transition: all 0.15s;
}

@media (min-width: 640px) {
  .portal-nav button {
    font-size: 0.6875rem;
  }
}

.portal-nav button:hover {
  color: var(--gray-300);
  background: rgba(255, 255, 255, 0.05);
}

.portal-nav button.active {
  background: rgba(107, 122, 75, 0.2);
  color: var(--olive-300);
}

.portal-nav-label {
  font-size: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--gray-600);
  padding: 0.75rem 0.5rem 0.25rem;
}

@media (min-width: 640px) {
  .portal-nav-label {
    font-size: 0.5625rem;
  }
}

.portal-main {
  flex: 1;
  background: #f9fafb;
  padding: 0.75rem 1.25rem;
  overflow: hidden;
  min-width: 0;
}

@media (min-width: 640px) {
  .portal-main {
    padding: 1.25rem;
  }
}

.portal-title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #1f2937;
}

.portal-sub {
  font-size: 0.625rem;
  color: #9ca3af;
  margin-bottom: 1rem;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .kpi-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.kpi-card {
  background: white;
  border-radius: 0.5rem;
  padding: 0.625rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-top: 2px solid;
}

.kpi-card .val {
  font-size: 0.9375rem;
  font-weight: 700;
}

.kpi-card .lbl {
  font-size: 0.5625rem;
  color: #9ca3af;
  margin-top: 0.125rem;
}

.action-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.action-chip {
  border-radius: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 600;
}

.orders-table {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.orders-table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #f3f4f6;
}

.orders-table table {
  width: 100%;
  border-collapse: collapse;
}

.orders-table th {
  font-size: 0.5625rem;
  font-weight: 600;
  color: var(--olive-700);
  text-align: left;
  padding: 0.375rem 0.75rem;
  background: rgba(107, 122, 75, 0.08);
}

.orders-table td {
  font-size: 0.625rem;
  padding: 0.5rem 0.75rem;
  color: #374151;
}

.status-pill {
  display: inline-flex;
  font-size: 0.5rem;
  font-weight: 600;
  padding: 0.125rem 0.375rem;
  border-radius: 9999px;
}

.status-shipped {
  background: #d1fae5;
  color: #047857;
}

.status-transit {
  background: #dbeafe;
  color: #1d4ed8;
}

.status-pending {
  background: #fef3c7;
  color: #b45309;
}

.status-delivered {
  background: #dcfce7;
  color: #15803d;
}

.border-t-olive {
  border-top-color: #8b9a6b;
}

.border-t-gray {
  border-top-color: #d1d5db;
}

.border-t-amber {
  border-top-color: #fbbf24;
}

.border-t-emerald {
  border-top-color: #34d399;
}

.border-orange {
  border: 1px solid #fed7aa;
  border-top: 2px solid #fed7aa;
}

.border-gray {
  border: 1px solid #e5e7eb;
  border-top: 2px solid #e5e7eb;
}

.text-olive {
  color: #5a6840;
}

.text-dark {
  color: #1f2937;
}

.text-amber {
  color: #d97706;
}

.text-emerald {
  color: #059669;
}

.text-red {
  color: #dc2626;
}

.text-orange {
  color: #ea580c;
}

.text-muted {
  color: #9ca3af;
}

.text-right {
  text-align: right;
}

.font-med {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.sku {
  font-weight: 700;
  color: #5a6840;
}

.th-emerald {
  color: #047857 !important;
}

.th-red {
  color: #dc2626 !important;
}

.kpi-card.kpi-plain {
  border-top: none;
}

.kpi-grid.kpi-5 {
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 640px) {
  .kpi-grid.kpi-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.kpi-card .lbl.lbl-upper {
  font-size: 0.4375rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.kpi-grid.kpi-5 .val {
  font-size: 0.75rem;
}

@media (min-width: 640px) {
  .kpi-grid.kpi-5 .val {
    font-size: 0.8125rem;
  }
}

.chip-olive {
  background: #f0f4e8;
  color: #5a6840;
}

.chip-blue {
  background: #eff6ff;
  color: #1d4ed8;
}

.chip-amber {
  background: #fffbeb;
  color: #b45309;
}

.portal-table-title {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #374151;
}

.portal-table-link {
  font-size: 0.625rem;
  color: #6b7a4b;
  font-weight: 500;
}

.portal-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  margin-bottom: 0.75rem;
}

.portal-filter {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.5625rem;
  font-weight: 600;
  background: #f3f4f6;
  color: #6b7280;
}

.portal-filter.active {
  background: #6b7a4b;
  color: #fff;
}

.portal-filter span {
  opacity: 0.7;
}

.portal-search {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  padding: 0.375rem 0.625rem;
  font-size: 0.5625rem;
  color: #9ca3af;
  margin-bottom: 0.75rem;
}

section#how-it-works {
  background: radial-gradient(104.43% 84.84% at 50% 0%, rgba(251, 186, 0, 0.15) 0%, rgba(251, 186, 0, 0) 50%);
}

section#how-it-works::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
}

section#fulfillment {
  background: white;
}

.step-card.reveal.visible {
  background: #F9F9F9;
  border: 1px solid #0000000D;
}

.billing-balance {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.balance-title {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #c2410c;
}

.balance-due {
  font-size: 0.5625rem;
  color: #ea580c;
  margin-top: 0.125rem;
}

.pay-now {
  background: #059669;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  flex-shrink: 0;
}

.warehouse-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.warehouse-card {
  border-radius: 0.5rem;
  padding: 0.75rem;
  border: 2px solid #e5e7eb;
  background: #fff;
}

.warehouse-card.active {
  border-color: #8b9a6b;
  background: #f0f4e8;
}

.warehouse-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.wh-flag {
  font-size: 1.125rem;
}

.wh-name {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #374151;
}

.warehouse-card.active .wh-name {
  color: #5a6840;
}

.wh-loc {
  font-size: 0.5625rem;
  color: #6b7280;
}

.inbound-form {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
}

.inbound-form-title {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.75rem;
}

.inbound-field {
  margin-bottom: 0.625rem;
}

.inbound-label {
  font-size: 0.5625rem;
  font-weight: 500;
  color: #4b5563;
  margin-bottom: 0.25rem;
}

.inbound-value {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  padding: 0.375rem 0.625rem;
  font-size: 0.625rem;
  color: #1f2937;
}

.submit-shipment {
  margin-top: 0.75rem;
  background: #6b7a4b;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  text-align: center;
  display: inline-block;
  width: 100%;
}

@media (min-width: 640px) {
  .submit-shipment {
    width: auto;
  }
}

.inbound-recent-title {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}

.orders-table tbody tr:hover {
  background: rgba(249, 250, 251, 0.5);
}

.orders-table td {
  font-size: 0.5625rem;
  padding: 0.5rem;
}

.orders-table th {
  font-size: 0.5rem;
  padding: 0.375rem 0.5rem;
}

.hide-sm {
  display: none;
}

@media (min-width: 640px) {
  .hide-sm {
    display: table-cell;
  }
}

/* Pipeline */
.pipeline-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .pipeline-desktop {
    display: block;
    position: relative;
  }

  .pipeline-line {
    position: absolute;
    top: 1.8rem;
    left: 8%;
    right: 10%;
    height: 1px;
    background: linear-gradient(to right, var(--olive-700), var(--olive-500), var(--olive-700));
    opacity: 0.3;
  }

  /* .pipeline-travel {
    position: absolute; top: 1.875rem; left: 8%; right: 8%; height: 1px; overflow: hidden;
  }
  .pipeline-travel span {
    display: block; width: 2rem; height: 100%; background: var(--olive-400);
    border-radius: 9999px; animation: travel 3s ease-in-out infinite;
  } */
  .pipeline-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pipeline-step {
    flex: 1;
    text-align: center;
    min-width: 0;
  }

  .pipeline-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 0.5rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    background: #F9F9F9;
    border: 1px solid #0000000D;
  }

  .pipeline-icon.active {
    /* border-color: rgba(139, 154, 107, 0.4); */
    background: #FBBA00;
    box-shadow: 0 8px 24px rgba(139, 154, 107, 0.1);
  }

  .pipeline-step h4 {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.125rem;
    color: #1F1F1F;
  }

  .pipeline-step p {
    font-size: 0.625rem;
    line-height: 1.3;
    color: #000000;
  }
}

.pipeline-mobile {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .pipeline-mobile {
    display: none;
  }
}

.pipeline-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

.pipeline-card.active {
  border-color: rgba(139, 154, 107, 0.3);
  background: rgba(42, 51, 32, 0.2);
}

.pipeline-card .emoji {
  font-size: 1.5rem;
}

.pipeline-card h4 {
  font-size: 0.875rem;
  font-weight: 500;
}

.pipeline-card p {
  font-size: 0.75rem;
  color: var(--gray-500);
  margin-top: 0.125rem;
}

.pipeline-arrow {
  display: flex;
  justify-content: center;
  color: var(--olive-600);
}

/* Steps */
.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .steps-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.step-card {
  text-align: center;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

.step-emoji {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  animation: float 3s ease-in-out infinite;
  display: inline-block;
}

.step-num {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  background: #FBBA00;
  color: #1F1F1F;
}

.step-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1F1F1F;
}

.step-card p {
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.6;
}

/* Calculator */
.calc-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
  max-width: 67.5rem;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .calc-layout {
    grid-template-columns: 1fr 1.2fr;
  }
}

.calc-panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.calc-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 1.25rem;
}

.sub.sub-white {
  color: #D0D2D5;
}

.sub.sub-red {
  color: rgba(248, 113, 113, 0.7);
}

.sub.sub-yellow {
  color: #FBBA00;
}

.calc-label {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  color: #FBBA00;
}

.field {
  margin-bottom: 1rem;
}

.field:last-child {
  margin-bottom: 0;
}

.field label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--gray-300);
  margin-bottom: 0.5rem;
}

.field-hint {
  font-size: 0.75rem;
  color: var(--gray-500);
  margin-top: 0.375rem;
}

.tier-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
  font-size: 0.625rem;
  font-weight: 600;
  border-radius: 9999px;
  margin-left: 0.25rem;
  background: #FBBA0033;
  color: #FBBA00;
}

.input-row {
  display: flex;
  gap: 0.5rem;
}

.input,
.select {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  color: var(--white);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.input:focus,
.select:focus {
  border-color: var(--olive-500);
  box-shadow: 0 0 0 1px rgba(139, 154, 107, 0.3);
}

.select {
  width: 5.5rem;
  color: var(--gray-200);
  background-color: rgba(255, 255, 255, 0.05);
  color-scheme: dark;
}

.select option,
.select-dark option {
  background: #1a1f2e;
  color: var(--gray-200);
}

.select-dark {
  color: var(--gray-200);
  background-color: #141820;
  color-scheme: dark;
}

#calc-china input,
#calc-china select,
#calc-china .input,
#calc-china .select-dark {
  color: var(--gray-200);
  background-color: rgba(255, 255, 255, 0.05);
  color-scheme: dark;
}

#calc-china select option,
#calc-china .select-dark option {
  background: #1a1f2e;
  color: #e5e7eb;
}

#calc-china ::selection {
  background: rgba(107, 122, 75, 0.45);
  color: #fff;
}

.packaging-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.packaging-btns button,
.service-btn {
  padding: 0.75rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--gray-400);
  transition: all 0.2s;
}

.packaging-btns button.active,
.service-btn.active {
  border: 1px solid #FBBA00;
  background: #FBBA0033;
  color: #FBBA00;
}

.box-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.375rem;
}

.box-input {
  text-align: center;
  padding-right: 1.75rem !important;
}

.box-dim {
  position: relative;
}

.box-dim span {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6875rem;
  color: var(--gray-500);
  pointer-events: none;
}

.box-estimate {
  margin-top: 0.5rem;
  padding: 0.625rem;
  background: rgba(42, 51, 32, 0.3);
  border: 1px solid rgba(139, 154, 107, 0.2);
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box-estimate .title {
  font-size: 0.6875rem;
  color: var(--olive-300);
  font-weight: 500;
}

.box-estimate .sub {
  font-size: 0.625rem;
  color: rgba(168, 184, 138, 0.7);
}

.box-estimate .price {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--olive-300);
}

.quote-card {
  border-radius: 1rem;
  padding: 1.75rem;
  color: white;
  position: relative;
  overflow: hidden;
  background: linear-gradient(163.51deg, #1D1D1D 0%, #1D1D1D 50%, #282828 100%);
  border: 1px solid #FBBA0033;
}

.quote-glow {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(139, 154, 107, 0.15) 0%, transparent 70%);
}

.quote-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

.quote-eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.375rem;
  color: #FBBA00;
}

.quote-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.quote-badge {
  font-size: 0.75rem;
  padding: 0.375rem 0.625rem;
  border-radius: 9999px;
  white-space: nowrap;
  border: 1px solid #FBBA0033;
  background: #8B9A6A1A;
  color: #FBBA00;
}

.quote-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.quote-row.no-border {
  border-bottom: none;
}

.quote-row .label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-200);
}

.quote-row .sublabel {
  font-size: 0.75rem;
  color: var(--gray-500);
  margin-top: 0.125rem;
}

.quote-row .price {
  font-size: 1.125rem;
  font-weight: 600;
}

.quote-row .price-lg {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #FBBA00;
}

.included-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  padding: 1rem;
  margin-top: 0.875rem;
}

.included-title {
  font-size: 0.625rem;
  font-weight: 600;
  color: var(--olive-400);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.625rem;
}

.included-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.375rem 0;
}

.included-left {
  display: flex;
  gap: 0.625rem;
  flex: 1;
}

.included-icon {
  width: 1.75rem;
  height: 1.75rem;
  background: rgba(107, 122, 75, 0.2);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  flex-shrink: 0;
}

.included-row .name {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--gray-200);
}

.included-row .desc {
  font-size: 0.6875rem;
  color: var(--gray-500);
  margin-top: 0.125rem;
}

.included-row .amt {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--gray-200);
  white-space: nowrap;
}

.included-row-total {
  margin-top: 0.25rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.included-icon-fee {
  background: rgba(16, 185, 129, 0.2) !important;
}

.text-fee {
  color: #6ee7b7 !important;
}

.weight-tiers-box {
  margin-top: 1rem;
  padding: 1rem;
  background: rgba(42, 51, 32, 0.3);
  border: 1px solid rgba(139, 154, 107, 0.2);
  border-radius: 0.75rem;
}

.weight-tiers-title {
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--olive-400);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.weight-tiers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.weight-tier {
  text-align: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.weight-tier.active {
  background: rgba(107, 122, 75, 0.3);
  border-color: rgba(139, 154, 107, 0.3);
}

.weight-tier .tier-oz {
  font-size: 0.625rem;
  color: var(--gray-500);
}

.weight-tier .tier-price {
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
  margin-top: 0.125rem;
}

.summary-card.save-vs-us {
  border-color: rgba(16, 185, 129, 0.2);
  background: #3B422E33;
  border: 1px solid #FBBA0033;
}

.summary-card.save-vs-us .lbl {
  color: #FBBA00;
}

.summary-card.save-vs-us .val {
  color: #FBBA00;
}

.summary-card.save-vs-us .sub {
  color: #FBBA00;
}

.extra-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem;
  margin-top: 0.625rem;
  border-radius: 0.5rem;
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.2);
  font-size: 0.75rem;
  color: #fcd34d;
  font-weight: 500;
}

.summary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
}

@media (min-width: 480px) {
  .summary-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.summary-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 0.875rem;
}

.summary-card.industry {
  border-color: rgba(127, 29, 29, 0.3);
}

.summary-card.shipsourced {
  background: rgba(42, 51, 32, 0.2);
  border: 1px solid #FBBA0033;
}

.summary-card .lbl {
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.25rem;
  color: #D0D2D5;
}

.summary-card.industry .lbl {
  color: rgba(248, 113, 113, 0.8);
}

.summary-card.shipsourced .lbl {
  color: #FBBA00;
}

.summary-card .val {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.summary-card.industry .val {
  color: rgba(248, 113, 113, 0.7);
  text-decoration: line-through;
}

.summary-card.shipsourced .val {
  color: #FBBA00;
}

.summary-card .sub {
  font-size: 0.625rem;
  color: var(--gray-500);
  margin-top: 0.125rem;
}

.savings-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 0.75rem;
  padding: 1rem;
  border-radius: 0.75rem;
  background: #FBBA00;
  background: #272727;
}

.savings-banner .emoji {
  font-size: 1.5rem;
}

.savings-banner .lbl {
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #FBBA00;
}

.savings-banner .amt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FBBA00;
}

.savings-pct {
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 9999px;
  white-space: nowrap;
  background: #FBBA00;
  color: #1F1F1F;
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

section#support {
  background: #FBBA00;
}

.support-card.reveal.visible {
  background: #FFFFFF38;
  border: 1px solid #FFFFFF80;
}

.service-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 0.75rem 1rem;
}

.service-btn .from {
  font-size: 0.8125rem;
  font-weight: 600;
}

.service-btn .desc {
  font-size: 0.6875rem;
  color: var(--gray-500);
}

.input-cny {
  position: relative;
}

.input-cny .symbol {
  position: absolute;
  left: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gray-500);
  font-size: 0.875rem;
}

.input-cny .input {
  padding-left: 2rem;
}

/* Why cheaper */
.why-card {
  margin-top: 2.5rem;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
}

@media (min-width: 640px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.why-item {
  border-radius: 0.75rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.why-item.highlight {
  background: rgba(42, 51, 32, 0.2);
  border-color: rgba(139, 154, 107, 0.2);
}

.why-item .icon {
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
  padding: 16px;
  background: #FFFFFF0D;
  display: inline-block;
  border-radius: 10px;
  width: 44px;
  height: 44px;
}

.why-item h4 {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.why-item p {
  font-size: 0.75rem;
  color: var(--gray-500);
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.why-item.highlight p {
  color: #B5C294CC;
}

.why-stat {
  font-size: 0.6875rem;
  font-weight: 600;
  padding: 0.25rem 0.625rem;
  border-radius: 0.5rem;
  display: inline-block;
  background: #FBBA0026;
  color: #FBBA00;
}

.why-item.highlight .why-stat {
  color: white;
  background: #FBBA00;
}

.disclaimer {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  color: #A9A9A9;
}

/* Support */
.support-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .support-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.support-card {
  padding: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.2s;
}

.support-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(139, 154, 107, 0.2);
}

.support-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1F1F1F;
  color: #FBBA00;
}

.support-icon svg {
  width: 1.75rem;
  height: 1.75rem;
}

.support-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1F1F1F;
}

.support-card p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  color: #1F1F1FCC;
}

.support-card a,
.support-card span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #1F1F1F;
}

.support-card a:hover {
  color: var(--olive-300);
}

/* CTA */
.cta-section {
  text-align: center;
}

.cta-section::before {
  background: radial-gradient(ellipse at center, rgba(139, 154, 107, 0.1) 0%, transparent 70%);
}

.cta-inner {
  max-width: 48rem;
  margin: 0 auto;
  position: relative;
}

.cta-inner h2 {
  font-size: clamp(1.875rem, 4vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-inner p {
  font-size: 1.125rem;
  color: var(--gray-400);
  margin-bottom: 2rem;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

/* Footer */
.footer {
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: var(--bg-footer);
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .footer-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer-brand img {
  height: 1.75rem;
}

.footer-brand .name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer-brand p {
  font-size: 0.875rem;
  color: var(--gray-500);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.875rem;
  color: var(--gray-500);
}

.footer-links button,
.footer-links a {
  color: var(--gray-500);
  transition: color 0.2s;
}

.footer-links button:hover,
.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 2rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

@media (min-width: 640px) {
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-bottom p {
  font-size: 0.875rem;
  color: var(--gray-600);
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* Keyframes */
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ping {

  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes gradientShift {

  0%,
  100% {
    filter: hue-rotate(0deg);
  }

  50% {
    filter: hue-rotate(10deg);
  }
}

@keyframes pulseGlow {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(107, 122, 75, 0.4);
  }

  50% {
    box-shadow: 0 0 20px 4px rgba(107, 122, 75, 0.25);
  }
}

@keyframes scrollX {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-33.333%);
  }
}

@keyframes travel {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(500%);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

[hidden] {
  display: none !important;
}

/* ============================================
   RESPONSIVE ENHANCEMENTS
   ============================================ */

/* Base mobile tuning */
@media (max-width: 639px) {
  .section {
    padding: 3.5rem 0;
  }

  .stats {
    padding: 3rem 0;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .section-header.mb-lg {
    margin-bottom: 2.5rem;
  }

  .section-header p {
    font-size: 1rem;
    padding: 0 0.25rem;
  }

  /* Hero */
  .hero-grid {
    padding: 5.5rem 0 2rem;
    gap: 1.5rem;
  }

  .badge {
    font-size: 0.75rem;
    padding: 0.35rem 0.75rem;
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 0.9375rem;
    padding: 0.875rem 1.25rem;
  }

  .hero-globe-wrap {
    height: min(55vw, 300px);
    min-height: 240px;
  }

  .hero-note {
    font-size: 0.8125rem;
  }

  /* Stats */
  .stats-grid {
    gap: 1.25rem;
  }

  .stat-value {
    font-size: 1.75rem;
  }

  /* Solutions tabs */
  .solutions-tabs-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    padding: 0 0.25rem;
  }

  .tab-group-solutions {
    display: flex;
    width: 100%;
    max-width: 100%;
  }

  .tab-group-solutions button {
    flex: 1;
    padding: 0.625rem 0.5rem;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.3;
  }

  /* Portal */
  .browser-chrome {
    padding: 0.5rem 0.625rem;
  }

  .browser-url span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    font-size: 0.5625rem;
  }

  .browser-chrome>div:last-child {
    display: none;
  }

  .portal-sidebar {
    width: 4.5rem;
    padding: 0.5rem 0.375rem;
  }

  .portal-logo span {
    display: none;
  }

  .portal-nav button {
    padding: 0.375rem 0.25rem;
    font-size: 0.5rem;
    text-align: center;
  }

  .portal-nav-label {
    display: none;
  }

  .portal-main {
    padding: 0.625rem;
    min-width: 0;
  }

  .portal-title {
    font-size: 0.75rem;
  }

  .portal-sub {
    font-size: 0.5625rem;
    margin-bottom: 0.75rem;
  }

  .kpi-card .val {
    font-size: 0.8125rem;
  }

  .kpi-card .lbl {
    font-size: 0.5rem;
  }

  .action-row {
    grid-template-columns: 1fr;
    gap: 0.375rem;
  }

  .action-chip {
    font-size: 0.5625rem;
    padding: 0.375rem;
  }

  .orders-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .orders-table table {
    min-width: 220px;
  }

  /* Calculator */
  .tab-group.wide button {
    font-size: 0.8125rem;
    padding: 0.625rem 0.5rem;
  }

  .calc-card {
    padding: 1rem;
  }

  .weight-tiers-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .packaging-btns button {
    padding: 0.625rem 0.75rem;
    text-align: left;
  }

  .quote-card {
    padding: 1.25rem;
  }

  .quote-header {
    flex-direction: column;
    gap: 0.75rem;
    align-items: flex-start;
  }

  .quote-badge {
    align-self: flex-start;
    font-size: 0.6875rem;
  }

  .quote-row {
    flex-direction: column;
    gap: 0.375rem;
    align-items: flex-start;
  }

  .quote-row .price,
  .quote-row .price-lg {
    font-size: 1.5rem;
  }

  .included-row {
    flex-direction: column;
    gap: 0.375rem;
    align-items: flex-start;
  }

  .included-row .amt {
    align-self: flex-end;
  }

  .summary-grid {
    grid-template-columns: 1fr;
  }

  .summary-card .val {
    font-size: 1.125rem;
  }

  .savings-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .savings-pct {
    align-self: flex-start;
  }

  .service-btn {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.375rem;
  }

  .service-btn>.from:last-child {
    align-self: flex-end;
  }

  /* Why cheaper */
  .why-card {
    padding: 1.25rem;
    margin-top: 1.5rem;
  }

  .why-card h3 {
    font-size: 1.25rem !important;
  }

  /* CTA */
  .cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .cta-actions .btn-primary,
  .cta-actions .btn-outline {
    width: 100%;
    justify-content: center;
  }

  /* Footer */
  .footer {
    padding: 2rem 0;
  }

  .footer-links {
    gap: 0.75rem 1.25rem;
  }
}

/* Small phones */
@media (max-width: 380px) {
  .nav-brand span {
    font-size: 1rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .stat-value {
    font-size: 1.5rem;
  }

  .stat-label {
    font-size: 0.75rem;
  }
}

/* Tablet */
@media (min-width: 640px) and (max-width: 1023px) {
  .hero-grid {
    padding: 5rem 0 3rem;
  }

  .hero-globe-wrap {
    height: 380px;
  }

  .summary-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .quote-header {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .portal-body {
    min-height: 400px;
  }
}

/* Tablet portrait Ã¢â‚¬â€ calculator stacks until lg */
@media (min-width: 640px) and (max-width: 1023px) {
  .calc-layout {
    gap: 2rem;
  }

  .packaging-btns button {
    font-size: 0.75rem;
    padding: 0.625rem 0.375rem;
  }
}

/* Touch-friendly targets */
@media (hover: none) and (pointer: coarse) {

  .nav-links button,
  .mobile-menu button,
  .tab-group button,
  .packaging-btns button,
  .service-btn,
  .portal-nav button,
  .menu-btn {
    min-height: 44px;
  }

  .btn-primary,
  .btn-outline {
    min-height: 48px;
  }
}

/* Prevent iOS input zoom */
@media (max-width: 639px) {

  .input,
  .select {
    font-size: 16px;
  }
}

/* Safe area for notched phones */
.nav {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

body {
  padding-bottom: env(safe-area-inset-bottom);
}

/* Horizontal overflow guards */
.portal-wrap,
.browser-frame,
.calc-layout,
.quote-card,
.orders-table {
  max-width: 100%;
}

/* Solutions tabs Ã¢â‚¬â€ shared */
.solutions-tabs-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

/* Smooth table scroll hint on mobile */
@media (max-width: 639px) {
  .orders-table::after {
    content: '';
    display: block;
    height: 1px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .routes-track {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */