/* Shipping Wish LLC — public marketing surface (bright corporate) */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

body.marketing {
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  background: #f4f7fb;
  color: #0f172a;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
html {
  overflow-x: clip;
}

body.marketing .nav {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

body.marketing .nav-logo-text { color: #0f172a; }
body.marketing .nav-logo-text span { color: #d97706; }

body.marketing .nav-links a {
  color: #334155;
}
body.marketing .nav-links a:hover {
  color: #0f172a;
  background: #f1f5f9;
}
body.marketing .nav-links a.active { color: #b45309; }

body.marketing .nav-dropdown-menu {
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}
body.marketing .nav-dropdown-menu a { color: #334155; }
body.marketing .nav-dropdown-menu a:hover {
  background: #f8fafc;
  color: #0f172a;
}
body.marketing .dropdown-label { color: #94a3b8; }

body.marketing .live-status {
  color: #0f766e;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.marketing .nav-hamburger span { background: #0f172a; }

body.marketing .nav-mobile {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}
body.marketing .nav-mobile a { color: #0f172a !important; }
body.marketing .nav-mobile a:hover,
body.marketing .nav-mobile a:active {
  color: #b45309 !important;
  background: #fffbeb;
}

body.nav-open .nav {
  box-shadow: none;
}

.mkt-hero .mkt-kicker,
.mkt-hero .mkt-h1,
.mkt-hero .mkt-lede,
.mkt-hero .mkt-actions,
.mkt-hero .mkt-hero-tool-card,
.mkt-hero .mkt-trust,
.mkt-hero .mkt-panel {
  animation: fadeUp 0.7s ease both;
}
.mkt-hero .mkt-h1 { animation-delay: 0.08s; }
.mkt-hero .mkt-lede { animation-delay: 0.16s; }
.mkt-hero .mkt-actions { animation-delay: 0.24s; }
.mkt-hero .mkt-hero-tool-card { animation-delay: 0.28s; }
.mkt-hero .mkt-trust { animation-delay: 0.34s; }
.mkt-hero .mkt-panel { animation-delay: 0.2s; }

body.marketing .btn-secondary {
  background: #fff;
  color: #0f172a;
  border: 1px solid #cbd5e1;
}

.mkt-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 72px;
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(56, 189, 248, 0.28), transparent 60%),
    radial-gradient(700px 380px at 90% 0%, rgba(245, 158, 11, 0.22), transparent 55%),
    linear-gradient(180deg, #eef6ff 0%, #f8fafc 55%, #ffffff 100%);
}

.mkt-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.mkt-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.45;
}

.mkt-orb-a {
  width: 340px;
  height: 340px;
  background: rgba(56, 189, 248, 0.35);
  top: -80px;
  left: -60px;
}
.mkt-orb-b {
  width: 280px;
  height: 280px;
  background: rgba(245, 158, 11, 0.28);
  top: 20%;
  right: -40px;
}
.mkt-orb-c {
  width: 200px;
  height: 200px;
  background: rgba(99, 102, 241, 0.2);
  bottom: 10%;
  left: 35%;
}

.mkt-kicker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.5);
  animation: mktPulse 2s ease infinite;
}

@keyframes mktPulse {
  0% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(37, 99, 235, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0); }
}

.mkt-btn-glow {
  box-shadow: 0 4px 20px rgba(245, 158, 11, 0.28);
  transition: box-shadow 0.2s ease;
}
.mkt-btn-glow:hover {
  box-shadow: 0 6px 24px rgba(245, 158, 11, 0.34);
}

.mkt-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #059669;
  font-weight: 800;
}

.mkt-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  animation: mktLiveBlink 1.8s ease-in-out infinite;
}

@keyframes mktLiveBlink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.85); }
}

.mkt-load-pay {
  font-size: 1.65rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.mkt-load-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  font-size: 13px;
}

.mkt-load-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,255,255,0.2), #f59e0b, rgba(255,255,255,0.2));
  border-radius: 2px;
}

.mkt-hero-kpis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.mkt-hero-kpi {
  background: linear-gradient(145deg, #f8fafc, #fff);
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px 10px;
  text-align: center;
}

.mkt-hero-kpi-icon {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.mkt-hero-kpi-val {
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
  color: #0f172a;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

.mkt-hero-kpi-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 4px;
}

.mkt-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cbd5e1, transparent);
}

.mkt-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.mkt-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #dbeafe;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 18px;
}

.mkt-h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.038em;
  line-height: 1.08;
  color: #0b1220;
  max-width: 720px;
  margin: 0 0 18px;
}

.mkt-h1 em {
  font-style: normal;
  color: #b45309;
}

.mkt-lede {
  font-size: 1.125rem;
  line-height: 1.65;
  color: #475569;
  max-width: 620px;
  margin: 0 0 28px;
}

.mkt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.mkt-hero-tool-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 620px;
  margin-bottom: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow:
    0 4px 14px rgba(15, 23, 42, 0.06),
    0 0 0 1px rgba(245, 158, 11, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.mkt-hero-tool-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  pointer-events: none;
  box-shadow: inset 3px 0 0 #f59e0b;
}
.mkt-hero-tool-card:hover {
  transform: translateY(-2px);
  border-color: #fcd34d;
  box-shadow:
    0 12px 32px rgba(245, 158, 11, 0.18),
    0 4px 12px rgba(15, 23, 42, 0.08);
}
.mkt-hero-tool-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 14px;
  background: linear-gradient(145deg, #fffbeb, #fef3c7);
  border: 1px solid #fde68a;
}
.mkt-hero-tool-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.mkt-hero-tool-title {
  font-size: 15px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.mkt-hero-tool-desc {
  font-size: 13px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.45;
}
.mkt-hero-tool-cta {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
  color: #b45309;
  padding: 10px 16px;
  border-radius: 10px;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  white-space: nowrap;
}
.mkt-hero-tool-card:hover .mkt-hero-tool-cta {
  background: #f59e0b;
  color: #0f172a;
  border-color: #f59e0b;
}

@media (max-width: 640px) {
  .mkt-hero-tool-card {
    flex-wrap: wrap;
    padding: 14px 16px;
  }
  .mkt-hero-tool-cta {
    width: 100%;
    text-align: center;
    margin-top: 4px;
  }
}

.mkt-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.mkt-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
  padding: 22px;
}

.mkt-panel-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
}

.mkt-load {
  background: #0f172a;
  color: #fff;
  border-radius: 16px;
  padding: 16px;
}

.mkt-load strong { font-size: 1.35rem; }

.mkt-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  font-size: 13px;
  font-weight: 700;
  color: #334155;
}

.mkt-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.mkt-section { padding: 72px 0; }
.mkt-section.alt { background: #fff; }
.mkt-section.ink {
  background: #0b1220;
  color: #e2e8f0;
}

.mkt-eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d97706;
  margin-bottom: 10px;
}

.mkt-h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0 0 12px;
  color: inherit;
}

.mkt-sub {
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 680px;
}

.mkt-section.ink .mkt-sub { color: #94a3b8; }

.mkt-center { text-align: center; }
.mkt-center .mkt-sub { margin-inline: auto; }

.mkt-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}

.mkt-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  transition: box-shadow 0.35s ease, border-color 0.3s ease;
}

/* Section motion — each block uses its own data-motion mode */
[data-motion] .motion-item {
  opacity: 0;
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}
[data-motion].is-inview .motion-item {
  opacity: 1;
  transform: none;
  transition-delay: calc(var(--i, 0) * 0.07s);
}

[data-motion="fade"] .motion-item {
  transform: translateY(10px);
}
[data-motion="fade"].is-inview .motion-item:hover {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

[data-motion="pricing"] .motion-item {
  transform: translateY(14px);
}
[data-motion="pricing"].is-inview .motion-item {
  transition-delay: calc(var(--i, 0) * 0.1s);
}
[data-motion="pricing"].is-inview .price-card.featured {
  transform: translateY(-6px);
}
[data-motion="pricing"].is-inview .motion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.09);
}
[data-motion="pricing"].is-inview .price-card.featured:hover {
  transform: translateY(-8px);
}

[data-motion="steps"] .motion-item {
  transform: translateX(-12px);
}
[data-motion="steps"].is-inview .motion-item {
  transition-delay: calc(var(--i, 0) * 0.08s);
}

[data-motion="partners"] .motion-item {
  transform: translateY(6px);
}
[data-motion="partners"].is-inview .motion-item {
  transition-delay: calc(var(--i, 0) * 0.06s);
}
[data-motion="partners"].is-inview .motion-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
  border-color: #cbd5e1;
}

[data-motion="stats"] .motion-item {
  transform: translateY(8px);
}
[data-motion="stats"].is-inview .motion-item {
  transition-delay: calc(var(--i, 0) * 0.09s);
}
[data-motion="stats"].is-inview .motion-item:hover {
  transform: translateY(-2px);
  border-color: rgba(251, 191, 36, 0.35);
  background: rgba(255,255,255,0.09);
}

.mkt-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: 0 0 8px;
}

.mkt-card p { color: #64748b; line-height: 1.55; margin: 0; }

.mkt-price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 36px;
  align-items: stretch;
}

.price-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 22px;
  padding: 28px 22px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  color: #0f172a;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.price-card.featured {
  background: #ffffff !important;
  border: 2px solid #f59e0b !important;
  box-shadow: 0 20px 50px rgba(245, 158, 11, 0.18);
  transform: translateY(-6px);
}

.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #f59e0b;
  color: #0f172a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
}

.price-name { font-weight: 800; font-size: 1.15rem; color: #0f172a; }
.price-trucks { color: #64748b; font-size: 13px; margin: 4px 0 16px; }
.price-amt {
  font-size: clamp(2.4rem, 6vw, 3.1rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #0b1220 !important;
  font-variant-numeric: tabular-nums;
}
.price-amt [data-counter] {
  font-size: inherit;
  font-weight: inherit;
  color: inherit !important;
  letter-spacing: inherit;
}
.price-amt span,
.price-amt small {
  font-size: 0.95rem;
  font-weight: 700;
  color: #64748b !important;
}
.price-trial {
  color: #047857;
  font-size: 13px;
  font-weight: 700;
  margin: 8px 0 16px;
}
.price-list { list-style: none; padding: 0; margin: 0 0 22px; flex: 1; }
.price-list li {
  padding: 7px 0 7px 22px;
  position: relative;
  color: #334155;
  font-size: 14px;
}
.price-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #059669;
  font-weight: 900;
}

.mkt-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.mkt-stat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 118px;
}

.mkt-stat-val {
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 900;
  color: #fbbf24;
  line-height: 1.15;
  margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.mkt-stat-num {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.mkt-stat-static {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mkt-stat-label {
  font-size: 13px;
  line-height: 1.45;
  color: #cbd5e1;
  margin: 0;
  max-width: 150px;
}

.mkt-faq details {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 10px;
}
.mkt-faq summary {
  cursor: pointer;
  font-weight: 800;
  color: #0f172a;
}
.mkt-faq p { color: #64748b; margin: 10px 0 0; line-height: 1.6; }

.mkt-compare {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.mkt-compare th, .mkt-compare td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
}
.mkt-compare th { background: #0f172a; color: #fff; }
.mkt-compare td:last-child { font-weight: 700; color: #047857; }

.safe-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
}
.safe-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
}

.pay-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.pay-badge {
  height: 28px;
  min-width: 44px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  padding: 0 8px;
  background: #fff;
  color: #0f172a;
  border: 1px solid rgba(255,255,255,0.2);
}
.pay-badge.visa { background: #1a1f71; color: #fff; }
.pay-badge.mc { background: #111; color: #fff; }
.pay-badge.amex { background: #2e77bc; color: #fff; }
.pay-badge.discover { background: #ff6000; color: #fff; }
.pay-badge.stripe { background: #635bff; color: #fff; }

/* Footer — dark background fixes */
body.marketing .footer .footer-logo-text,
body.marketing .footer-brand .nav-logo-text {
  color: #ffffff !important;
}
body.marketing .footer .footer-logo-text span,
body.marketing .footer-brand .nav-logo-text span {
  color: #fbbf24 !important;
}

body.marketing .footer-col a {
  position: relative;
  display: inline-block;
  width: fit-content;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.25s ease;
}
body.marketing .footer-col a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
  border-radius: 2px;
  transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
body.marketing .footer-col a:hover {
  color: #fbbf24;
}
body.marketing .footer-col a:hover::after {
  width: 100%;
}

.pay-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.pay-card {
  display: inline-flex;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pay-card svg {
  width: 52px;
  height: 34px;
  display: block;
}
.pay-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.footer-pay-note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
  margin: 0;
}

/* Partner / carrier logo cards */
.mkt-partners {
  background: #f1f5f9;
}
.mkt-partner-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 36px;
}
.mkt-partner-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px 16px 28px;
  text-align: center;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.25s ease;
  cursor: default;
}
.mkt-partner-type {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 10px;
}
.mkt-partner-card strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.checkout-shell {
  max-width: 760px;
  margin: 40px auto 80px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-grid .full { grid-column: 1 / -1; }

body.marketing .form-label { color: #334155; font-weight: 700; }
body.marketing .form-input {
  background: #fff;
  border: 1px solid #cbd5e1;
  color: #0f172a;
}

.mkt-note {
  background: #fffbeb;
  border: 1px solid #fde68a;
  color: #92400e;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.5;
}

.form-alert {
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
}
.form-alert.error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.form-alert.success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
body.marketing .pricing-card,
body.marketing .pricing-card.featured {
  background: #ffffff !important;
  color: #0f172a;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transform: none;
}
body.marketing .pricing-card.featured {
  border: 2px solid #f59e0b !important;
}
body.marketing .pricing-card h3,
body.marketing .pricing-rate .num,
body.marketing .pricing-commission {
  color: #0b1220 !important;
}
body.marketing .pricing-trucks,
body.marketing .pricing-rate .unit,
body.marketing .pricing-desc,
body.marketing .pricing-features li {
  color: #475569 !important;
}

@media (max-width: 980px) {
  .mkt-hero { padding: 36px 0 48px; }
  .mkt-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .mkt-cards,
  .mkt-stats,
  .mkt-hero-kpis { grid-template-columns: repeat(2, 1fr); }
  .mkt-partner-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .price-card.featured { transform: none; }
  .mkt-section { padding: 48px 0; }
  .checkout-shell { margin: 20px 16px 48px; padding: 20px 16px; border-radius: 16px; }
  .mkt-actions .btn,
  .price-card .btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
  .mkt-compare {
    display: block;
    overflow-x: auto;
  }
  .mkt-wrap { padding: 0 16px; }
}

@media (max-width: 768px) {
  .mkt-price-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: min(100%, 440px);
    margin-inline: auto;
  }

  .price-card {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .price-card.featured {
    margin-top: 10px;
  }
}

.mkt-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fffbeb;
  color: #b45309;
  font-size: 1.25rem;
  margin-bottom: 14px;
}

.mkt-who {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}
.mkt-who article {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 26px 22px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}
.mkt-who h3 { margin: 0 0 6px; font-size: 1.2rem; }
.mkt-who .amt {
  font-weight: 900;
  font-size: 1.6rem;
  color: #0b1220;
  margin: 10px 0 8px;
  font-variant-numeric: tabular-nums;
}
.mkt-who .amt [data-counter] {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.mkt-who .amt-unit {
  font-size: 0.55em;
  font-weight: 700;
  color: #64748b;
}
.mkt-who p { color: #64748b; margin: 0; line-height: 1.55; }

.mkt-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 32px;
}
.mkt-step {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 20px 16px;
  position: relative;
  transition: box-shadow 0.35s ease, border-color 0.3s ease;
}
.mkt-step b {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #f59e0b;
  color: #0f172a;
  font-size: 13px;
  margin-bottom: 12px;
}
.mkt-step h3 { font-size: 1rem; margin: 0 0 6px; }
.mkt-step p { color: #64748b; font-size: 14px; margin: 0; line-height: 1.5; }

.mkt-quote {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 36px 32px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}
.mkt-quote p {
  font-size: 1.25rem;
  line-height: 1.55;
  font-weight: 700;
  color: #0b1220;
  margin: 0 0 14px;
}
.mkt-quote span { color: #64748b; font-size: 14px; font-weight: 600; }

.mkt-timeline {
  position: relative;
  max-width: 760px;
  margin: 36px auto 0;
}
.mkt-timeline::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: linear-gradient(#f59e0b, #93c5fd);
  border-radius: 99px;
  transform-origin: top center;
  transform: scaleY(0);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
}
[data-motion="timeline"].is-inview::before {
  transform: scaleY(1);
}
.mkt-tl {
  position: relative;
  padding: 0 0 28px 56px;
}
.mkt-tl::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 6px #fffbeb;
  opacity: 0;
  transform: scale(0.65);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
[data-motion="timeline"].is-inview .motion-item::before {
  opacity: 1;
  transform: scale(1);
  transition-delay: calc(0.18s + var(--i, 0) * 0.12s);
}
[data-motion="timeline"] .motion-item {
  transform: translateX(-18px);
}
[data-motion="timeline"].is-inview .motion-item {
  transition-delay: calc(0.15s + var(--i, 0) * 0.12s);
}
.mkt-tl h3 { margin: 0 0 6px; }
.mkt-tl p { color: #64748b; margin: 0; line-height: 1.55; }

.mkt-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}
.mkt-portrait {
  min-height: 280px;
  border-radius: 24px;
  background:
    radial-gradient(500px 220px at 20% 10%, rgba(245, 158, 11, 0.45), transparent 55%),
    radial-gradient(420px 240px at 90% 90%, rgba(56, 189, 248, 0.4), transparent 50%),
    linear-gradient(160deg, #0f172a, #1e293b);
  color: #fff;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.2);
}
.mkt-portrait strong { font-size: 2rem; font-weight: 900; display: block; margin-bottom: 6px; }
.mkt-portrait span { color: #cbd5e1; line-height: 1.5; }

/* —— Public FMCSA carrier lookup tool —— */
.cs-hero {
  padding: 48px 0 32px;
  background: linear-gradient(165deg, #0f172a 0%, #1e293b 48%, #0f172a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cs-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 280px at 15% 20%, rgba(245, 158, 11, 0.22), transparent 60%),
    radial-gradient(500px 300px at 85% 80%, rgba(56, 189, 248, 0.15), transparent 55%);
  pointer-events: none;
}
.cs-hero-inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.cs-hero h1 {
  font-size: clamp(1.75rem, 4vw, 2.65rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 12px 0 16px;
}
.cs-hero-lede {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto 28px;
}
.cs-search-panel {
  background: #fff;
  border-radius: 20px;
  padding: 20px 22px 22px;
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
}
.cs-search-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cs-mode-select {
  flex: 0 0 auto;
  min-width: 108px;
  padding: 14px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  background: #f8fafc;
}
.cs-search-input-wrap {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
}
.cs-search-input-wrap:focus-within {
  border-color: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}
.cs-search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 14px 0;
  font-size: 15px;
  color: #0f172a;
  min-width: 0;
}
.cs-search-btn {
  flex: 0 0 auto;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 14px;
}
.cs-hint {
  font-size: 12px;
  color: #64748b;
  margin-top: 12px;
  line-height: 1.5;
}
.cs-results {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cs-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px 18px;
}
.cs-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 6px;
}
.cs-card-meta {
  font-size: 13px;
  color: #475569;
  line-height: 1.55;
}
.cs-card-meta strong { color: #0f172a; }
.cs-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.cs-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}
.cs-badge.muted {
  background: #f1f5f9;
  color: #475569;
  border-color: #e2e8f0;
}
.cs-empty {
  text-align: center;
  padding: 28px 16px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}
.cs-legal {
  max-width: 920px;
  margin: 32px auto 0;
  padding: 0 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  text-align: center;
}
.cs-body-section {
  padding: 56px 0;
  max-width: 920px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.cs-faq details {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 10px;
  background: #fff;
}
.cs-faq summary {
  font-weight: 700;
  cursor: pointer;
  color: #0f172a;
}
.cs-faq p {
  margin: 10px 0 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .cs-search-btn { width: 100%; }
  .cs-mode-select { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal, .mkt-hero .mkt-kicker, .mkt-hero .mkt-h1, .mkt-hero .mkt-lede,
  .mkt-hero .mkt-actions, .mkt-hero .mkt-hero-tool-card, .mkt-hero .mkt-trust, .mkt-hero .mkt-panel,
  .mkt-kicker-dot, .mkt-live-dot,
  [data-motion] .motion-item, [data-motion]::before, .mkt-tl::before {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 980px) {
  .mkt-who, .mkt-steps, .mkt-split { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .mkt-h1 { font-size: 1.85rem; }
  .mkt-partner-grid { grid-template-columns: 1fr; }
  .mkt-hero-kpis,
  .mkt-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .mkt-stat {
    min-height: 96px;
    padding: 16px 10px;
  }
  .mkt-stat-val {
    font-size: 1.5rem;
  }
  .mkt-stat-label {
    font-size: 11px;
    line-height: 1.35;
  }
  .mkt-hero-kpi {
    padding: 10px 8px;
  }
  .mkt-hero-kpi-val {
    font-size: 1rem;
  }
  .mkt-hero-kpi-label {
    font-size: 10px;
    line-height: 1.3;
  }
  .mkt-cards { grid-template-columns: 1fr; }
  .price-amt { font-size: 2.5rem; }
  .price-card { padding: 24px 18px 20px; }
  .safe-row {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .safe-pill {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    text-align: center;
  }
  .nav-logo-text { font-size: 15px; }
  body.marketing .nav-actions .live-status { display: none; }
  .mkt-quote { padding: 24px 18px; }
  .mkt-quote p { font-size: 1.05rem; }
}
