:root {
  --polish-text: #1e293b;
  --polish-muted: #475569;
  --polish-border: #dfe4ea;
  --polish-blue: #026265;
  --polish-navy: #041314;
  --brand-teal: #026265;
  --brand-teal-dark: #014B4E;
  --brand-teal-soft: #E8F4F3;
  --brand-gold: #D9A514;
  --brand-gold-light: #F0C43C;
  --primary-blue: #026265;
  --deep-navy: #07494B;
  --dark-navy: #041314;
  --light-blue: #1C9A9D;
  --blue: #08777A;
  --deep-blue: #014B4E;
  --accent: #158D90;
  --accent-dark: #014B4E;
}

body {
  color: var(--polish-text);
}

.topbar {
  border-bottom-color: rgba(0, 111, 115, .22);
}

.topbar::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px;
  height: 2px;
  background: var(--brand-teal);
  pointer-events: none;
}

.hero,
.page-hero {
  background: linear-gradient(135deg, #020707 0%, #063536 52%, #07494B 100%);
}

.btn:not(.alt),
.btn.blue {
  border-color: var(--brand-gold);
  background: var(--brand-gold);
  color: #071313;
  box-shadow: 0 10px 26px rgba(217, 165, 20, .16);
}

.btn:not(.alt):hover,
.btn:not(.alt):focus-visible,
.btn.blue:hover,
.btn.blue:focus-visible {
  border-color: var(--brand-gold-light);
  background: var(--brand-gold-light);
  color: #071313;
  box-shadow: 0 14px 32px rgba(217, 165, 20, .22);
}

.btn.alt:hover,
.btn.alt:focus-visible {
  border-color: var(--brand-teal);
  color: var(--brand-teal-dark);
}

.navlinks a::after,
.card:hover::before {
  background: var(--brand-gold);
}

.navlinks a:hover,
.navlinks a:focus-visible,
.navlinks a.active {
  color: var(--brand-teal-dark);
}

.dot {
  background: var(--brand-gold);
}

.icon,
.service-icon,
.badge-icon {
  background: linear-gradient(135deg, var(--brand-teal-dark), var(--brand-teal));
}

.tag,
.dispatch-row em {
  background: var(--brand-teal);
}

.card:hover {
  border-color: rgba(2, 98, 101, .3);
  box-shadow: 0 18px 42px rgba(0, 79, 83, .12);
}

.card-cta,
.service-benefit,
.prep-page .card-cta,
.prep-page .service-benefit {
  color: var(--brand-teal-dark);
}

.card p,
.section-head p,
.content-lead,
.feature-row span,
.term-card span,
.card-note,
details p,
.contact-direct p,
.legal-card p {
  color: var(--polish-muted);
}

.hero .lead,
.page-hero .lead,
.hero-note,
.scan-row span,
.dispatch-row span {
  color: rgba(255, 255, 255, .84);
}

.social-fixed {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  top: 50%;
  z-index: 900;
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  width: max-content;
  transform: translateY(-50%);
}

.social-fixed a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(2, 98, 101, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--brand-teal);
  box-shadow: 0 16px 34px rgba(4, 19, 20, .12);
  backdrop-filter: blur(12px);
  transition: transform .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.social-fixed a:hover,
.social-fixed a:focus-visible {
  transform: translateX(-3px);
  box-shadow: 0 18px 42px rgba(4, 19, 20, .18);
}

.social-fixed a:nth-child(1):hover,
.social-fixed a:nth-child(1):focus-visible {
  border-color: #25d366;
  color: #25d366;
}

.social-fixed a:nth-child(2):hover,
.social-fixed a:nth-child(2):focus-visible {
  border-color: #0a66c2;
  color: #0a66c2;
}

.social-fixed a:nth-child(3):hover,
.social-fixed a:nth-child(3):focus-visible {
  border-color: #e4405f;
  color: #e4405f;
}

.social-fixed a:nth-child(4):hover,
.social-fixed a:nth-child(4):focus-visible {
  border-color: #1877f2;
  color: #1877f2;
}

.social-fixed a:nth-child(5):hover,
.social-fixed a:nth-child(5):focus-visible {
  border-color: #111827;
  color: #111827;
}

.social-fixed svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.social-fixed a:first-child svg {
  width: 20px;
  height: 20px;
  transform: translateY(-0.75px);
}

.social-fixed a:nth-child(5) svg {
  width: 17px;
  height: 17px;
}

.brand {
  width: 210px;
  min-width: 210px;
}

.topbar {
  z-index: 1000 !important;
  overflow: visible;
}

.brand img,
.brand-logo {
  width: 210px;
  height: 56px;
  max-height: 56px;
}

.language-menu {
  position: relative;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible !important;
  z-index: 1004;
}

.mobile-menu {
  position: relative;
  display: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible !important;
  z-index: 1002;
}

.language-menu > summary {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--polish-text);
  cursor: pointer;
  list-style: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.language-menu > summary::-webkit-details-marker {
  display: none;
}

.language-menu > summary::marker,
.mobile-menu > summary::marker {
  content: "";
}

.mobile-menu > summary {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--polish-border);
  border-radius: 7px;
  background: #fff;
  cursor: pointer;
  list-style: none;
}

.mobile-menu > summary::-webkit-details-marker {
  display: none;
}

.mobile-menu > summary span,
.mobile-menu > summary::before,
.mobile-menu > summary::after {
  content: "";
  position: absolute;
  left: 10px;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: var(--polish-blue);
  transition: top .18s ease, opacity .18s ease, transform .18s ease;
}

.mobile-menu > summary::before {
  top: 13px;
}

.mobile-menu > summary span {
  top: 20px;
}

.mobile-menu > summary::after {
  top: 27px;
}

.mobile-menu[open] > summary::before {
  top: 20px;
  transform: rotate(45deg);
}

.mobile-menu[open] > summary span {
  opacity: 0;
}

.mobile-menu[open] > summary::after {
  top: 20px;
  transform: rotate(-45deg);
}

.mobile-menu .mobile-panel {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  z-index: 1003;
  display: grid;
  width: min(270px, calc(100vw - 32px));
  padding: 7px;
  border: 1px solid var(--polish-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .16);
}

.topbar:has(.mobile-menu[open]) {
  z-index: 1001;
  overflow: visible;
}

.mobile-menu .mobile-panel a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 6px;
  color: var(--polish-text);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.mobile-menu .mobile-panel a:hover,
.mobile-menu .mobile-panel a:focus-visible,
.mobile-menu .mobile-panel a[aria-current="page"] {
  background: var(--brand-teal-soft);
  color: var(--brand-teal-dark);
}

.language-menu > summary:hover,
.language-menu[open] > summary {
  background: transparent;
  box-shadow: none;
  transform: scale(1.06);
}

.language-menu > summary:focus-visible {
  background: transparent;
  outline: 2px solid rgba(2, 98, 101, .3);
  outline-offset: 2px;
}

.language-flag {
  font-size: 25px;
  line-height: 1;
}

.language-options {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  z-index: 1100;
  display: flex;
  width: auto;
  padding: 6px;
  border: 1px solid var(--polish-border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .16);
  animation: language-menu-in .16s ease-out;
}

.topbar:has(.language-menu[open]) {
  z-index: 1005 !important;
  overflow: visible;
}

.header-actions {
  overflow: visible;
}

.language-options a {
  display: grid;
  place-items: center;
  width: 46px;
  height: 44px;
  padding: 0;
  border-radius: 7px;
  color: var(--polish-text);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.language-options a:hover,
.language-options a:focus-visible {
  background: #f3f6fb;
  color: var(--polish-blue);
}

.language-options a[aria-current="page"] {
  background: var(--brand-teal-soft);
  color: var(--brand-teal-dark);
}

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

.marketplace-carousel {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
  padding: 20px 0;
  background: #fff;
}

.marketplace-track {
  display: flex;
  align-items: center;
  gap: clamp(34px, 5vw, 78px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.marketplace-track::-webkit-scrollbar {
  display: none;
}

.marketplace-arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 52px;
  font-weight: 200;
  line-height: 1;
  cursor: pointer;
  opacity: .9;
  transition: transform .18s ease, opacity .18s ease, color .18s ease;
}

.marketplace-arrow:hover,
.marketplace-arrow:focus-visible {
  color: var(--brand-teal);
  opacity: 1;
  transform: scale(1.08);
}

.marketplace-logo {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  min-width: max-content;
  min-height: 96px;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #172033;
  font-size: clamp(34px, 3.5vw, 58px);
  font-weight: 900;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  box-shadow: none;
  scroll-snap-align: center;
  transform-origin: center;
  transition: transform .18s ease, opacity .18s ease, filter .18s ease;
}

.marketplace-logo.amazon {
  color: #111827;
  font-weight: 800;
  text-transform: lowercase;
}

.marketplace-logo:hover {
  opacity: .92;
  filter: saturate(1.08);
  transform: translateY(-2px);
}

.marketplace-logo.otto {
  color: #e30613;
  font-weight: 950;
}

.marketplace-logo.shopify {
  color: #56822b;
  font-weight: 800;
}

.marketplace-logo.kaufland {
  color: #e10915;
}

.marketplace-logo.ebay {
  display: flex;
  gap: 0;
  font-weight: 800;
}

.marketplace-logo.ebay i {
  font-style: normal;
}

.marketplace-logo.ebay i:nth-child(1) { color: #e53238; }
.marketplace-logo.ebay i:nth-child(2) { color: #0064d2; }
.marketplace-logo.ebay i:nth-child(3) { color: #f5af02; }
.marketplace-logo.ebay i:nth-child(4) { color: #86b817; }

.marketplace-logo.etsy {
  color: #f1641e;
  font-family: Georgia, serif;
  font-weight: 700;
}

.marketplace-logo.dhl {
  min-width: 168px;
  min-height: 86px;
  padding: 0 22px;
  background: #ffcc00;
  color: #d40511;
  font-size: clamp(28px, 3vw, 44px);
  font-style: italic;
  letter-spacing: -1px;
}

.marketplace-logo.ups {
  display: grid;
  place-items: center;
  width: 86px;
  min-width: 86px;
  height: 96px;
  border-radius: 18px 18px 28px 28px;
  background: linear-gradient(180deg, #351c10, #1f120b);
  color: #ffbf00;
  border: 5px solid #ffbf00;
  font-size: 34px;
  font-weight: 950;
}

.marketplace-logo.dpd {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  color: #4b5563;
  font-size: clamp(34px, 3.4vw, 54px);
  font-weight: 850;
  text-transform: lowercase;
}

.marketplace-logo.dpd span {
  display: block;
  width: 52px;
  height: 52px;
  background: #dc0032;
  transform: rotate(45deg);
}

.marketplace-logo.temu {
  color: #fb6a00;
  font-weight: 950;
}

.marketplace-logo.tiktok {
  color: #111827;
  font-weight: 950;
  gap: 4px;
}

.marketplace-logo.tiktok span {
  color: #00f2ea;
}

.marketplace-logo.woocommerce {
  color: #7f54b3;
  font-weight: 950;
}

.marketplace-logo.manomano {
  color: #00a79d;
  font-weight: 950;
  font-size: clamp(30px, 2.8vw, 46px);
}

.service-mark {
  display: block;
  width: min(390px, 76vw);
  height: auto;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.service-mark img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 92px;
  object-fit: contain;
  object-position: left center;
}

.page-hero .service-mark {
  width: min(340px, 72vw);
}

.enterprise-trust {
  padding: 24px 0;
  border-bottom: 1px solid var(--polish-border);
  background: #fff !important;
}

.enterprise-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.enterprise-trust-grid > div {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 3px 10px;
  padding: 12px 18px;
  border-right: 1px solid var(--polish-border);
}

.enterprise-trust-grid > div:last-child {
  border-right: 0;
}

.trust-check {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #FFF6D6;
  color: #9A7200;
  font-weight: 900;
}

.enterprise-trust-grid b {
  color: var(--polish-text);
  font-size: 14px;
}

.enterprise-trust-grid small {
  color: var(--polish-muted);
  font-size: 11px;
  line-height: 1.45;
}

.enterprise-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.stat-card {
  min-height: 142px;
  padding: 24px;
  border: 1px solid var(--polish-border);
  border-radius: 7px;
  background: #fff;
}

.stat-card strong {
  display: block;
  color: var(--brand-teal-dark);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
}

.stat-card span {
  display: block;
  margin-top: 14px;
  color: var(--polish-muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.enterprise-proof,
.fleet-assurance,
.fulfillment-control,
.quote-next {
  position: relative;
}

.proof-cards .card,
.fleet-assurance .quote,
.fulfillment-control .quote,
.quote-next .card {
  border-color: rgba(2, 98, 101, 0.16);
}

.proof-cards .card::before,
.fleet-assurance .quote::before,
.fulfillment-control .quote::before,
.quote-next .card::before {
  background: var(--brand-teal);
}

.fleet-assurance .feature-list,
.fulfillment-control .feature-list {
  margin-top: 18px;
}

.quote-next .enterprise-timeline {
  margin-bottom: 22px;
}

.quote-next .card .icon {
  min-width: 44px;
}

.enterprise-service-cards {
  align-items: stretch;
}

.enterprise-service-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.enterprise-service-card p {
  margin: 0;
}

.enterprise-service-card p b {
  color: var(--polish-text);
  font-weight: 850;
}

.enterprise-service-card .actions {
  margin-top: auto;
  padding-top: 8px;
}

.enterprise-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.enterprise-timeline::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: rgba(2, 98, 101, .26);
}

.enterprise-timeline li {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 0 10px;
  color: var(--polish-text);
  text-align: center;
}

.enterprise-timeline li span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(2, 98, 101, .38);
  border-radius: 50%;
  background: #fff;
  color: var(--brand-teal-dark);
  font-size: 12px;
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.enterprise-timeline li:hover span {
  border-color: var(--brand-gold);
  box-shadow: 0 8px 24px rgba(217, 165, 20, .18);
  transform: translateY(-3px);
}

.fleet-process {
  margin-top: 64px;
}

.coverage-panel {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: center;
  margin-top: 64px;
  padding: 32px;
  border: 1px solid var(--polish-border);
  border-radius: 7px;
  background: #fff;
}

.coverage-panel h2,
.coverage-panel p {
  margin: 0;
}

.coverage-panel p {
  margin-top: 12px;
  color: var(--polish-muted);
}

.coverage-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.coverage-areas span {
  padding: 10px 12px;
  border: 1px solid rgba(2, 98, 101, .25);
  border-radius: 6px;
  background: #EEF9F8;
  color: #07494B;
  font-size: 13px;
  font-weight: 800;
}

.enterprise-faq {
  background: #F3F4F6;
}

.enterprise-faq-layout {
  display: grid;
  gap: 28px;
}

.enterprise-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.enterprise-faq-grid details {
  border: 1px solid var(--polish-border);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .05);
  overflow: hidden;
}

.enterprise-faq-grid summary {
  position: relative;
  min-height: 58px;
  padding: 18px 46px 18px 18px;
  color: var(--polish-text);
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

.enterprise-faq-grid summary::-webkit-details-marker {
  display: none;
}

.enterprise-faq-grid summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  color: var(--brand-teal);
  font-size: 22px;
  line-height: 1;
  transform: translateY(-50%);
}

.enterprise-faq-grid details[open] summary::after {
  content: "-";
}

.enterprise-faq-grid details p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--polish-muted);
  line-height: 1.65;
}

.enterprise-faq-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, transparent 49.8%, rgba(43, 196, 193, .08) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgba(217, 165, 20, .05) 50%, transparent 50.2%);
  background-size: 96px 96px;
  pointer-events: none;
  animation: logistics-grid 18s linear infinite;
}

.page-hero {
  position: relative;
  overflow: hidden;
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
}

@keyframes logistics-grid {
  to { background-position: 96px 48px, 48px 96px; }
}

.reveal-ready main section,
.reveal-ready .card,
.reveal-ready .trust-item,
.reveal-ready .trust-badge,
.reveal-ready .timeline-step,
.reveal-ready .enterprise-timeline li {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .5s ease, transform .5s ease;
}

.reveal-ready main section.is-visible,
.reveal-ready .card.is-visible,
.reveal-ready .trust-item.is-visible,
.reveal-ready .trust-badge.is-visible,
.reveal-ready .timeline-step.is-visible,
.reveal-ready .enterprise-timeline li.is-visible {
  opacity: 1;
  transform: none;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  background: var(--polish-navy);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--polish-blue);
}

.prep-page .framework-copy .checklist li {
  color: #334155;
}

.prep-page .feature-row {
  border-color: var(--polish-border);
  background: #fff;
}

.prep-page .feature-row b {
  color: var(--polish-text);
}

.prep-page .feature-row span,
.prep-page .trust-badge span,
.prep-page .term-card span {
  color: var(--polish-muted);
}

.prep-page .framework-step span {
  color: rgba(255, 255, 255, .84);
}

.prep-page .framework-visual::before {
  color: rgba(2, 98, 101, .09);
}

.prep-page .quick-quote p,
.prep-page .quick-quote label,
.prep-page .quick-quote .microcopy {
  color: #475569;
}

.site-footer {
  display: block !important;
  padding: 52px 0 22px;
  background: linear-gradient(135deg, #020707, #052E30);
  color: #fff;
}

.prep-page footer.site-footer {
  display: block !important;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(250px, 1.35fr) repeat(5, minmax(120px, .7fr));
  gap: 30px;
}

.site-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.site-footer-logo {
  width: 190px;
  height: 52px;
  object-fit: contain;
  object-position: left center;
}

.site-footer strong {
  margin-bottom: 3px;
  color: #fff;
}

.site-footer p,
.site-footer small {
  max-width: 390px;
  margin: 0;
  color: rgba(255, 255, 255, .75);
  line-height: 1.6;
}

.site-footer a {
  color: rgba(255, 255, 255, .84);
  text-decoration: none;
  transition: color .18s ease;
}

.site-footer span {
  color: rgba(255, 255, 255, .72);
  line-height: 1.5;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--brand-gold-light);
}

.site-social {
  display: flex;
  gap: 9px;
  margin-top: 12px;
}

.site-social a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  color: rgba(255, 255, 255, .84);
}

.site-social svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.site-social a:nth-child(3) svg {
  width: 16px;
  height: 16px;
}

.site-social a:nth-child(5) svg {
  transform: translateY(-0.75px);
}

.site-social a:nth-child(1):hover,
.site-social a:nth-child(1):focus-visible {
  border-color: #0a66c2;
  color: #0a66c2;
}

.site-social a:nth-child(2):hover,
.site-social a:nth-child(2):focus-visible {
  border-color: #1877f2;
  color: #1877f2;
}

.site-social a:nth-child(3):hover,
.site-social a:nth-child(3):focus-visible {
  border-color: #111827;
  color: #fff;
  background: #111827;
}

.site-social a:nth-child(4):hover,
.site-social a:nth-child(4):focus-visible {
  border-color: #e4405f;
  color: #e4405f;
}

.site-social a:nth-child(5):hover,
.site-social a:nth-child(5):focus-visible {
  border-color: #25d366;
  color: #25d366;
}

.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
}

@media (max-width: 980px) {
  .mobile-menu {
    display: block;
  }

  .brand {
    width: 176px;
    min-width: 176px;
  }

  .brand img,
  .brand-logo {
    width: 176px;
    height: 48px;
    max-height: 48px;
  }

  .marketplace-carousel {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 10px;
  }

  .marketplace-arrow {
    width: 34px;
    height: 34px;
    font-size: 42px;
  }

  .marketplace-track {
    gap: 34px;
  }

  .enterprise-trust-grid,
  .enterprise-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .enterprise-trust-grid > div:nth-child(2) {
    border-right: 0;
  }

  .site-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }

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

@media (max-width: 640px) {
  .section-head {
    display: block;
  }

  .section-head > * {
    min-width: 0;
  }

  .section-head p {
    overflow-wrap: anywhere;
  }

  .brand {
    width: 152px;
    min-width: 152px;
  }

  .brand img,
  .brand-logo {
    width: 152px;
    height: 42px;
    max-height: 42px;
  }

  .language-menu > summary {
    width: 44px;
    height: 44px;
  }

  .language-options {
    position: fixed;
    top: 64px;
    right: 16px;
    width: auto;
  }

  .social-fixed {
    top: auto;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    display: block !important;
    width: 44px;
    height: 44px;
    overflow: visible;
    transform: none;
  }

  .social-fixed a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(8px) scale(.92);
  }

  .social-fixed a:nth-child(2) { bottom: 53px; }
  .social-fixed a:nth-child(3) { bottom: 106px; }
  .social-fixed a:nth-child(4) { bottom: 159px; }
  .social-fixed a:nth-child(5) { bottom: 212px; }

  .social-fixed a:first-child,
  body.social-dock-open .social-fixed a,
  .social-fixed:hover a,
  .social-fixed:focus-within a {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none;
  }

  .social-fixed a:hover,
  .social-fixed a:focus-visible {
    transform: translateY(-2px);
  }

  .back-to-top {
    right: max(14px, env(safe-area-inset-right));
    left: auto;
    bottom: calc(max(14px, env(safe-area-inset-bottom)) + 54px);
  }

  .back-to-top {
    bottom: calc(max(14px, env(safe-area-inset-bottom)) + 58px);
  }

  body.social-dock-open .back-to-top,
  body:has(.social-fixed:hover) .back-to-top,
  body:has(.social-fixed:focus-within) .back-to-top {
    bottom: calc(max(14px, env(safe-area-inset-bottom)) + 267px);
  }

  .marketplace-carousel {
    grid-template-columns: 30px minmax(0, 1fr) 30px;
    gap: 8px;
    padding: 14px 0;
  }

  .marketplace-arrow {
    width: 30px;
    height: 30px;
    font-size: 38px;
  }

  .marketplace-track {
    gap: 28px;
  }

  .marketplace-logo {
    min-height: 74px;
    font-size: clamp(30px, 10vw, 42px);
  }

  .marketplace-logo.manomano {
    font-size: clamp(24px, 7.6vw, 34px);
  }

  .marketplace-logo.dhl {
    min-width: 132px;
    min-height: 66px;
    font-size: 32px;
  }

  .marketplace-logo.ups {
    width: 68px;
    min-width: 68px;
    height: 76px;
    border-width: 4px;
    font-size: 26px;
  }

  .marketplace-logo.dpd span {
    width: 38px;
    height: 38px;
  }

  .enterprise-trust-grid,
  .enterprise-stats-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-faq-grid {
    grid-template-columns: 1fr;
  }

  .enterprise-trust-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--polish-border);
  }

  .enterprise-trust-grid > div:last-child {
    border-bottom: 0;
  }

  .enterprise-timeline {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .coverage-panel {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px;
  }

  .enterprise-timeline::before {
    top: 24px;
    bottom: 24px;
    left: 25px;
    right: auto;
    width: 2px;
    height: auto;
  }

  .enterprise-timeline li {
    grid-template-columns: 52px 1fr;
    align-items: center;
    justify-items: start;
    text-align: left;
  }

  .site-footer {
    padding-top: 42px;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .language-options {
    animation: none;
  }

  .hero::before,
  .page-hero::before {
    animation: none;
  }

  .reveal-ready main section,
  .reveal-ready .card,
  .reveal-ready .trust-item,
  .reveal-ready .trust-badge,
  .reveal-ready .timeline-step,
  .reveal-ready .enterprise-timeline li {
    opacity: 1;
    transform: none;
  }
}
