.country-customs-page {
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 76% 8%, rgba(68, 136, 255, 0.16), transparent 25%),
    linear-gradient(180deg, #f5f9ff 0%, #ffffff 48%, #fbfdff 100%);
}

.ccd-page {
  color: #10245a;
  padding-bottom: 48px;
}

.ccd-container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 24px;
}

.ccd-hero {
  padding: 28px 0 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #f6faff 0%, #fff 100%);
}

.ccd-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(460px, 1.04fr);
  gap: 34px;
  align-items: center;
}

.ccd-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 26px;
  color: #71809b;
  font-size: 13px;
  font-weight: 700;
}

.ccd-breadcrumb a {
  color: #59749d;
}

.ccd-breadcrumb span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ccd-breadcrumb span::before {
  content: ">";
  color: #9aabc3;
}

.ccd-hero-copy h1 {
  margin: 0 0 16px;
  overflow: hidden;
  color: #071f55;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ccd-nowrap {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ccd-hero-copy p {
  max-width: 720px;
  color: #52617d;
  font-size: 15px;
  line-height: 1.76;
}

.ccd-tabs,
.ccd-actions,
.ccd-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ccd-tabs {
  gap: 12px;
  margin-top: 22px;
}

.ccd-tabs a {
  display: inline-flex;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid #d9e5f6;
  border-radius: 4px;
  background: #fff;
  color: #5d6c86;
  font-size: 13px;
  font-weight: 800;
}

.ccd-tabs a.active {
  border-color: #c8dcff;
  background: #edf5ff;
  color: #1261f6;
  box-shadow: inset 0 -2px 0 #1e66ff;
}

.ccd-meta {
  gap: 30px;
  margin-top: 24px;
  color: #687792;
  font-size: 13px;
  font-weight: 700;
}

.ccd-anchor-target {
  scroll-margin-top: 88px;
}

.ccd-meta span {
  display: inline-flex;
  gap: 9px;
  align-items: center;
}

.ccd-meta svg {
  width: 18px;
  height: 18px;
  stroke: #8ea1bf;
  stroke-width: 1.9;
}

.ccd-meta b {
  color: #1261f6;
}

.ccd-search {
  position: relative;
  width: min(640px, 100%);
  margin-top: 22px;
}

.ccd-search input {
  width: 100%;
  height: 52px;
  padding: 0 58px 0 18px;
  border: 1px solid #dce6f5;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(36, 75, 135, 0.08);
  color: #12265d;
  font-size: 14px;
  outline: none;
}

.ccd-search input::placeholder {
  color: #aebbd0;
}

.ccd-search button {
  position: absolute;
  right: 14px;
  top: 50%;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #6d7fa0;
  transform: translateY(-50%);
}

.ccd-search svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.ccd-actions {
  gap: 18px;
  margin-top: 22px;
}

.ccd-btn {
  display: inline-flex;
  min-width: 236px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ccd-btn-primary {
  background: linear-gradient(135deg, #1f76ff 0%, #0b4de9 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(22, 89, 237, 0.24);
}

.ccd-btn-outline {
  border: 2px solid #1e66ff;
  background: #fff;
  color: #1555ee;
}

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

.ccd-map-panel {
  position: relative;
  min-height: 380px;
}

.ccd-us-map {
  position: relative;
  height: 380px;
  --orbit-x-far: clamp(112px, 18vw, 230px);
  --orbit-x-near: clamp(78px, 13vw, 168px);
  --orbit-y-high: clamp(54px, 7vw, 92px);
  --orbit-y-low: clamp(38px, 5vw, 68px);
}

.ccd-us-map::before {
  content: "";
  position: absolute;
  inset: 4px -10px 12px;
  background:
    radial-gradient(circle at 44% 50%, rgba(74, 141, 255, 0.22), transparent 27%),
    radial-gradient(circle at 76% 40%, rgba(30, 199, 210, 0.14), transparent 18%);
  filter: blur(1px);
}

.ccd-us-map > img {
  position: absolute;
  inset: 24px 0 auto;
  width: 100%;
  height: 310px;
  object-fit: cover;
  object-position: left 46%;
  opacity: 0.3;
  filter: saturate(1.05) brightness(1.38);
}

.ccd-us-map svg {
  position: absolute;
  inset: 26px 0 auto;
  width: 100%;
  height: 310px;
}

.route {
  fill: none;
  stroke: #2687ff;
  stroke-width: 2;
  stroke-dasharray: 7 7;
  opacity: 0.55;
}

.route-two {
  stroke: #20c7d2;
}

.route-three {
  opacity: 0.4;
}

.map-dot {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 3px solid rgba(36, 195, 255, 0.72);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 12px rgba(36, 195, 255, 0.13), 0 0 28px rgba(36, 195, 255, 0.52);
  animation: ccdMapPointBreath 2.6s ease-in-out infinite;
}

.dot-la { left: 16%; top: 39%; }
.dot-houston { left: 38%; top: 56%; animation-delay: 0.35s; }
.dot-chicago { left: 54%; top: 35%; animation-delay: 0.7s; }
.dot-ny { right: 14%; top: 40%; animation-delay: 1.05s; }

.floating-metric {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 164px;
  min-height: 118px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(210, 224, 247, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(49, 91, 152, 0.16);
  animation: ccdMetricOrbitPath 24s linear infinite;
  overflow: hidden;
}

.metric-top { animation-delay: 0s; }
.metric-left { animation-delay: -8s; }
.metric-right { animation-delay: -16s; }

.metric-icon {
  position: absolute;
  top: 17px;
  left: 17px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 6px;
  background: #1e66ff;
}

.metric-icon svg {
  position: static;
  width: 15px;
  height: 15px;
  stroke: #fff;
  stroke-width: 2;
}

.floating-metric strong,
.floating-metric small,
.floating-metric b {
  display: block;
  margin-left: 32px;
}

.floating-metric strong {
  color: #24375c;
  font-size: 13px;
  font-weight: 800;
}

.floating-metric b {
  margin-top: 13px;
  color: #1367ff;
  font-size: 14px;
  line-height: 1;
}

.floating-metric small {
  margin-top: 5px;
  color: #7b8aa5;
  font-size: 12px;
}

@keyframes ccdMapPointBreath {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
    box-shadow: 0 0 0 10px rgba(36, 195, 255, 0.12), 0 0 24px rgba(36, 195, 255, 0.48);
  }

  50% {
    transform: scale(1.28);
    opacity: 1;
    box-shadow: 0 0 0 18px rgba(36, 195, 255, 0.05), 0 0 38px rgba(36, 195, 255, 0.68);
  }
}

@keyframes ccdMetricOrbitPath {
  0%,
  100% {
    transform: translate(-50%, -50%) translate(var(--orbit-x-far), calc(0px - var(--orbit-y-low)));
  }

  20% {
    transform: translate(-50%, -50%) translate(var(--orbit-x-near), var(--orbit-y-high));
  }

  42% {
    transform: translate(-50%, -50%) translate(calc(0px - var(--orbit-x-near)), var(--orbit-y-low));
  }

  64% {
    transform: translate(-50%, -50%) translate(calc(0px - var(--orbit-x-far)), calc(0px - var(--orbit-y-high)));
  }

  82% {
    transform: translate(-50%, -50%) translate(var(--orbit-x-near), calc(0px - var(--orbit-y-high)));
  }
}

.ccd-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-top: 18px;
}

.ccd-stat-card,
.ccd-panel,
.analysis-card,
.product-row article,
.buyer-card,
.use-case-grid article,
.related-grid a {
  border: 1px solid #dfe8f6;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(42, 80, 132, 0.08);
}

.ccd-stat-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 14px;
  min-height: 104px;
  align-items: center;
  padding: 22px 24px;
  overflow: hidden;
}

.ccd-stat-card > div {
  min-width: 0;
  overflow: hidden;
}

.related-icon {
  position: relative;
  display: grid;
  place-items: center;
  color: #1e66ff;
}

.stat-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.related-icon::before {
  content: "";
  width: 38px;
  height: 38px;
  border: 4px solid currentColor;
  border-radius: 8px;
  box-shadow: inset 0 0 0 5px rgba(30, 102, 255, 0.08);
}

.related-icon.hs::before {
  content: "HS";
  display: grid;
  width: 40px;
  height: 42px;
  place-items: center;
  border-width: 3px;
  color: #1e66ff;
  font-size: 13px;
  font-weight: 900;
}

.related-icon.ship::before {
  border-radius: 50% 50% 6px 6px;
  clip-path: polygon(50% 0, 86% 25%, 86% 68%, 100% 68%, 84% 100%, 16% 100%, 0 68%, 14% 68%, 14% 25%);
}

.ccd-stat-card strong {
  color: #1164ff;
  font-size: 14px;
  font-weight: 900;
}

.ccd-stat-value {
  display: flex;
  min-width: 0;
  align-items: baseline;
  overflow: hidden;
  white-space: nowrap;
}

.ccd-stat-value b {
  flex: 0 0 auto;
}

.ccd-stat-card b {
  margin-left: 3px;
  color: #53627e;
  font-size: 13px;
}

.ccd-stat-card small {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: #6d7c95;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ccd-dual {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 22px;
}

.ccd-panel {
  padding: 20px 20px 18px;
  min-width: 0;
}

.ccd-panel h2,
.ccd-analysis h2,
.ccd-products h2,
.ccd-buyers h2,
.ccd-use-cases h2,
.ccd-related h2,
.ccd-faq h2 {
  margin: 0;
  color: #09245e;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}

.panel-title-row {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.panel-title-row button {
  height: 30px;
  padding: 0 14px;
  border: 1px solid #cbdfff;
  border-radius: 6px;
  color: #2874ff;
  font-size: 12px;
  font-weight: 800;
}

.panel-title-row button::after {
  content: ">";
  margin-left: 8px;
}

.ccd-table-wrap {
  width: 100%;
  margin-top: 16px;
  overflow-x: auto;
  border: 1px solid #dce7f5;
  border-radius: 4px;
}

.ccd-table-wrap table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  color: #41516f;
  font-size: 12px;
}

.ccd-sample-table {
  min-width: 760px;
}

.ccd-sample-table-wrap {
  overflow: hidden;
}

.ccd-sample-table-wrap .ccd-sample-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
}

.ccd-sample-table th,
.ccd-sample-table td {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ccd-sample-table th:nth-child(1),
.ccd-sample-table td:nth-child(1) { width: 11%; }
.ccd-sample-table th:nth-child(2),
.ccd-sample-table td:nth-child(2) { width: 18%; }
.ccd-sample-table th:nth-child(3),
.ccd-sample-table td:nth-child(3) { width: 18%; }
.ccd-sample-table th:nth-child(4),
.ccd-sample-table td:nth-child(4) { width: 10%; }
.ccd-sample-table th:nth-child(5),
.ccd-sample-table td:nth-child(5) { width: 25%; }
.ccd-sample-table th:nth-child(6),
.ccd-sample-table td:nth-child(6) { width: 9%; }
.ccd-sample-table th:nth-child(7),
.ccd-sample-table td:nth-child(7) { width: 9%; }

.ccd-sample-table .ccd-product-description {
  max-width: 0;
  white-space: nowrap;
}

.ccd-table-wrap th,
.ccd-table-wrap td {
  padding: 12px 14px;
  border-right: 1px solid #e1e9f5;
  border-bottom: 1px solid #e1e9f5;
  text-align: left;
  white-space: nowrap;
}

.ccd-table-wrap th:last-child,
.ccd-table-wrap td:last-child {
  border-right: 0;
}

.ccd-table-wrap tr:last-child td {
  border-bottom: 0;
}

.ccd-table-wrap th {
  background: #f3f7ff;
  color: #405375;
  font-weight: 900;
}

.ccd-info-table td:first-child {
  color: #183c83;
  font-weight: 900;
}

.sample-note {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  color: #8a98ad;
  font-size: 12px;
}

.sample-note svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  stroke-width: 2;
}

.ccd-analysis,
.ccd-products,
.ccd-buyers,
.ccd-use-cases,
.ccd-related,
.ccd-faq {
  margin-top: 28px;
}

.analysis-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.analysis-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 304px;
  padding: 18px 18px 16px;
  overflow: hidden;
}

.analysis-card h3 {
  overflow: hidden;
  color: #173068;
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.analysis-card small {
  display: block;
  box-sizing: border-box;
  min-height: 52px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #e3ebf6;
  color: #8794a8;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.analysis-card h3 + * {
  margin-bottom: 16px;
}

.chart-legend {
  display: flex;
  gap: 18px;
  margin-top: 12px;
  color: #60708c;
  font-size: 12px;
}

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

.chart-legend i {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.chart-legend .blue { background: #1f76ff; }
.chart-legend .teal { background: #20c7d2; }

.line-chart {
  width: 100%;
  height: 185px;
  margin-top: 4px;
}

.grid-line {
  fill: none;
  stroke: #e2e9f4;
  stroke-width: 1;
}

.line-blue,
.line-teal {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  will-change: stroke-dashoffset;
}

.line-blue {
  stroke: #1f76ff;
}

.line-teal {
  stroke: #20c7d2;
}

.chart-dots circle {
  fill: #fff;
  stroke: #1f76ff;
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  will-change: opacity, transform;
}

.bar-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.bar-list span {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 78px;
  gap: 10px;
  align-items: center;
  color: #5d6c86;
  font-size: 12px;
}

.bar-list b {
  min-width: 0;
  overflow: hidden;
  color: #334767;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bar-list i {
  height: 10px;
  border-radius: 0 999px 999px 0;
  overflow: hidden;
  background: #eef4ff;
}

.bar-list i::before {
  content: "";
  display: block;
  width: var(--bar);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1f76ff, #5b9cff);
  will-change: width;
}

.bar-list em {
  min-width: 0;
  overflow: hidden;
  color: #6a7892;
  font-style: normal;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.partner-list {
  display: grid;
  gap: 13px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: partner;
}

.partner-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  color: #3f5070;
  font-size: 12px;
  counter-increment: partner;
  overflow: hidden;
}

.partner-list li::before {
  content: counter(partner, decimal-leading-zero);
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 5px;
  background: #ff4e37;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.partner-list li:nth-child(2)::before { background: #ff7a28; }
.partner-list li:nth-child(3)::before { background: #ffa133; }
.partner-list li:nth-child(n+4)::before { background: #e9f1ff; color: #42628f; }

.partner-list span {
  min-width: 0;
  overflow: hidden;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.partner-list b {
  font-weight: 700;
  white-space: nowrap;
}

.partner-list em {
  color: #60708c;
  font-style: normal;
  white-space: nowrap;
}

.ports-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 14px;
  align-items: center;
}

.mini-us-map {
  position: relative;
  height: 150px;
  overflow: hidden;
}

.mini-us-map img {
  width: 160%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  opacity: 0.38;
  filter: saturate(1.3) brightness(1.28);
}

.mini-us-map span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1f76ff;
  box-shadow: 0 0 0 8px rgba(31, 118, 255, 0.12);
  will-change: opacity, transform, box-shadow;
}

.ccd-analysis.is-chart-ready .chart-dots circle,
.ccd-analysis.is-chart-ready .partner-list li,
.ccd-analysis.is-chart-ready .mini-us-map span {
  opacity: 0;
}

.ccd-analysis.is-chart-ready .chart-dots circle,
.ccd-analysis.is-chart-ready .mini-us-map span {
  transform: scale(0.62);
}

.ccd-analysis.is-chart-ready .partner-list li {
  transform: translateY(8px);
}

.ccd-analysis.is-chart-ready .bar-list i::before {
  width: 0;
}

.ccd-analysis.is-animated .bar-list i::before {
  animation: ccd-bar-grow 850ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.ccd-analysis.is-animated .bar-list span:nth-child(2) i::before { animation-delay: 90ms; }
.ccd-analysis.is-animated .bar-list span:nth-child(3) i::before { animation-delay: 180ms; }
.ccd-analysis.is-animated .bar-list span:nth-child(4) i::before { animation-delay: 270ms; }
.ccd-analysis.is-animated .bar-list span:nth-child(5) i::before { animation-delay: 360ms; }
.ccd-analysis.is-animated .bar-list span:nth-child(6) i::before { animation-delay: 450ms; }

.ccd-analysis.is-animated .chart-dots circle {
  animation: ccd-dot-pop 420ms ease-out forwards;
}

.ccd-analysis.is-animated .chart-dots circle:nth-child(2) { animation-delay: 360ms; }
.ccd-analysis.is-animated .chart-dots circle:nth-child(3) { animation-delay: 620ms; }
.ccd-analysis.is-animated .chart-dots circle:nth-child(4) { animation-delay: 880ms; }

.ccd-analysis.is-animated .partner-list li {
  animation: ccd-list-rise 520ms ease-out forwards;
}

.ccd-analysis.is-animated .partner-list li:nth-child(2) { animation-delay: 100ms; }
.ccd-analysis.is-animated .partner-list li:nth-child(3) { animation-delay: 200ms; }
.ccd-analysis.is-animated .partner-list li:nth-child(4) { animation-delay: 300ms; }
.ccd-analysis.is-animated .partner-list li:nth-child(5) { animation-delay: 400ms; }

.ccd-analysis.is-animated .mini-us-map span {
  animation: ccd-map-pin 960ms ease-out forwards;
}

.ccd-analysis.is-animated .mini-us-map span:nth-of-type(2) { animation-delay: 160ms; }
.ccd-analysis.is-animated .mini-us-map span:nth-of-type(3) { animation-delay: 320ms; }
.ccd-analysis.is-animated .mini-us-map span:nth-of-type(4) { animation-delay: 480ms; }

@keyframes ccd-bar-grow {
  from { width: 0; }
  to { width: var(--bar); }
}

@keyframes ccd-dot-pop {
  0% { opacity: 0; transform: scale(0.62); }
  70% { opacity: 1; transform: scale(1.26); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes ccd-list-rise {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes ccd-map-pin {
  0% {
    opacity: 0;
    transform: scale(0.62);
    box-shadow: 0 0 0 0 rgba(31, 118, 255, 0);
  }
  70% {
    opacity: 1;
    transform: scale(1.18);
    box-shadow: 0 0 0 12px rgba(31, 118, 255, 0.16);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(31, 118, 255, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ccd-analysis.is-chart-ready .chart-dots circle,
  .ccd-analysis.is-chart-ready .partner-list li,
  .ccd-analysis.is-chart-ready .mini-us-map span {
    opacity: 1;
    transform: none;
  }

  .ccd-analysis.is-chart-ready .bar-list i::before {
    width: var(--bar);
  }

  .ccd-analysis.is-animated .bar-list i::before,
  .ccd-analysis.is-animated .chart-dots circle,
  .ccd-analysis.is-animated .partner-list li,
  .ccd-analysis.is-animated .mini-us-map span {
    animation: none;
  }

  .floating-metric,
  .map-dot {
    animation: none;
  }
}

.ports-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ports-card li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #3f5070;
  font-size: 12px;
  overflow: hidden;
}

.ports-card li span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ports-card b {
  flex: 0 0 auto;
  color: #67758d;
  font-weight: 700;
  white-space: nowrap;
}

.product-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) minmax(230px, 1.35fr);
  gap: 12px;
  margin-top: 16px;
}

.product-row article {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  min-height: 86px;
  align-items: center;
  column-gap: 12px;
  padding: 12px;
}

.product-row b {
  color: #173068;
  font-size: 14px;
  font-weight: 600;
}

.product-row small {
  display: block;
  margin-top: 5px;
  color: #71809b;
  font-size: 12px;
}

.product-icon {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.product-row .hs-card {
  display: block;
}

.product-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.product-list-item {
  display: grid;
  grid-template-columns: 34px 150px minmax(0, 1fr) 130px;
  gap: 14px;
  min-width: 0;
  height: 48px;
  align-items: center;
  padding: 0 16px;
  overflow: hidden;
  border: 1px solid #dfe8f6;
  border-radius: 6px;
  background: #fff;
  color: #53627e;
  font-size: 13px;
}

.product-list-item .product-rank {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 5px;
  background: #eaf2ff;
  color: #1766f5;
  font-size: 11px;
  font-weight: 900;
}

.product-list-item b {
  color: #173068;
  font-size: 13px;
}

.product-list-item .product-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-list-item em {
  color: #60708c;
  font-style: normal;
  text-align: right;
}

.hs-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.hs-card span {
  display: inline-flex;
  height: 24px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #cdddfa;
  border-radius: 999px;
  background: #f5f9ff;
  color: #46658f;
  font-size: 12px;
}

.hs-card button {
  margin-top: 12px;
  color: #2572ff;
  font-size: 12px;
  font-weight: 800;
}

.ccd-buyers {
  position: relative;
}

.buyer-track {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

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

.buyer-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 16px;
  flex: 0 0 calc((100% - 36px) / 4);
  height: 184px;
  padding: 18px;
  overflow: hidden;
  scroll-snap-align: start;
}

.buyer-logo {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  align-self: start;
  border-radius: 50%;
  background: var(--buyer-logo-bg, #1764f8);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  overflow: hidden;
  box-shadow: 0 8px 18px color-mix(in srgb, var(--buyer-logo-bg, #1764f8) 24%, transparent);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.walmart { background: #1672df; }
.depot { background: #f16f25; border-radius: 6px; }
.costco { background: #fff; color: #d82231; border: 1px solid #dfe7f3; }
.target { background: #d71f2c; }
.amazon { background: #111827; color: #ffb020; }
.lowes { background: #0b4ea2; }
.bestbuy { background: #ffd429; color: #1f2a44; border-radius: 8px; }
.ikea { background: #0058a3; color: #ffda1a; border-radius: 8px; }
.apple { background: #1f2937; }
.samsung { background: #0b58c8; font-size: 10px; }
.nike { background: #111; }
.dell { background: #0076ce; }
.wayfair { background: #6d28d9; font-size: 10px; }
.kohls { background: #6d1b7b; }
.macys { background: #e21b2d; }
.grainger { background: #f4b000; color: #1f2a44; font-size: 10px; }

.buyer-card > div {
  min-width: 0;
  align-self: start;
}

.buyer-card-main {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
}

.buyer-card-copy {
  min-width: 0;
  overflow: hidden;
}

.buyer-card h3 {
  overflow: hidden;
  color: #173068;
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
}

.buyer-card p {
  margin-top: 7px;
  color: #5f6e88;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  white-space: nowrap;
}

.buyer-card p:first-of-type {
  min-height: 0;
}

.buyer-card button {
  grid-column: 1 / -1;
  align-self: end;
  height: 32px;
  border: 1px solid #87b4ff;
  border-radius: 5px;
  color: #1261f6;
  font-size: 13px;
  font-weight: 800;
}

.buyer-nav {
  position: absolute;
  top: 112px;
  z-index: 2;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #d7e4f5;
  border-radius: 50%;
  background: #fff;
  color: #5b6d8d;
  font-size: 0;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(42, 80, 132, 0.12);
}

.buyer-nav::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: relative;
  top: 5px;
}

.buyer-nav.prev::before {
  transform: rotate(-135deg);
}

.buyer-nav.next::before {
  transform: rotate(45deg);
}

.buyer-nav.prev { left: 0; transform: translateX(-50%); }
.buyer-nav.next { right: 0; transform: translateX(50%); }

.use-case-grid,
.related-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.use-case-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.use-case-grid article {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  min-height: 96px;
  gap: 14px;
  align-items: center;
  padding: 18px 20px;
}

.use-case-grid img {
  grid-row: 1 / 3;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.use-case-grid h3 {
  color: #173068;
  font-size: 15px;
  font-weight: 900;
}

.use-case-grid p {
  margin-top: 6px;
  color: #65748e;
  font-size: 12px;
  line-height: 1.5;
}

.related-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.related-grid a {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 82px;
  padding: 14px 18px;
  color: #173068;
  font-size: 15px;
  font-weight: 900;
}

.related-grid img,
.related-icon {
  grid-row: 1 / 3;
  width: 42px;
  height: 30px;
  object-fit: cover;
}

.related-icon {
  height: 42px;
}

.related-grid small {
  display: block;
  color: #6e7e98;
  font-size: 12px;
  font-weight: 600;
}

.country-sample-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 32px;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 244px;
  margin-top: 28px;
  padding: 30px 34px;
  overflow: hidden;
  border-radius: 10px;
  background:
    radial-gradient(circle at 75% 20%, rgba(73, 193, 255, 0.42), transparent 28%),
    linear-gradient(105deg, #0753d8 0%, #126cf0 62%, #0b58db 100%),
    #0d5de0;
  color: #fff;
}

.country-sample-panel::before {
  position: absolute;
  width: 240px;
  height: 240px;
  left: -110px;
  bottom: -170px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
}

.country-sample-content,
.country-sample-copy,
.country-sample-cta {
  position: relative;
  z-index: 1;
}

.country-sample-eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.country-sample-eyebrow i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #66e0ff;
  box-shadow: 0 0 0 5px rgba(102, 224, 255, 0.14);
}

.country-sample-copy h2 {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 900;
}

.country-sample-copy p {
  max-width: 720px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.7;
}

.country-sample-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}

.country-sample-benefits li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.09);
}

.country-sample-benefits li > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.16);
  color: #8de9ff;
  font-size: 11px;
  font-weight: 900;
}

.country-sample-benefits b,
.country-sample-benefits small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country-sample-benefits b {
  font-size: 13px;
  font-weight: 900;
}

.country-sample-benefits small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.country-sample-cta {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(4, 42, 126, 0.34);
  box-shadow: 0 18px 42px rgba(3, 42, 125, 0.24);
  backdrop-filter: blur(5px);
}

.country-sample-cta > span {
  color: #8de9ff;
  font-size: 12px;
  font-weight: 800;
}

.country-sample-cta > strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 900;
}

.country-sample-cta > p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.6;
}

.country-sample-cta-button {
  display: inline-flex;
  width: 100%;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  border-radius: 5px;
  background: linear-gradient(135deg, #ff8d32, #ff552f);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(255, 99, 45, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.country-sample-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 28px rgba(255, 99, 45, 0.34);
}

.country-sample-cta-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.86);
  outline-offset: 3px;
}

.country-sample-cta-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.country-sample-cta > small {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  text-align: center;
}

.country-sample-panel > img {
  position: absolute;
  right: 120px;
  top: -74px;
  width: 360px;
  opacity: 0.2;
}

.ccd-faq-list {
  interpolate-size: allow-keywords;
  margin-top: 14px;
  border: 1px solid #dfe8f4;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.ccd-faq-list details + details {
  border-top: 1px solid #e6edf7;
}

.ccd-faq-list details::details-content {
  block-size: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    block-size 0.28s ease,
    opacity 0.24s ease,
    transform 0.24s ease,
    content-visibility 0.28s ease allow-discrete;
}

.ccd-faq-list details[open]::details-content {
  block-size: auto;
  opacity: 1;
  transform: translateY(0);
}

.ccd-faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 44px 0 22px;
  color: #2a3b5f;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.ccd-faq-list summary::-webkit-details-marker {
  display: none;
}

.ccd-faq-list summary::after {
  content: "⌄";
  position: absolute;
  right: 22px;
  top: 50%;
  color: #6d7d95;
  transform: translateY(-50%);
  transition: color 0.24s ease, transform 0.24s ease;
}

.ccd-faq-list details[open] summary::after {
  color: #1764f8;
  transform: translateY(-50%) rotate(180deg);
}

.ccd-faq-list summary span {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #1764f8;
  color: #fff;
  font-size: 12px;
}

.ccd-faq-list p {
  padding: 0 44px 18px 50px;
  color: #61708a;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 1360px) {
  .ccd-container {
    max-width: 1200px;
  }

  .ccd-hero-copy h1 {
    font-size: 40px;
  }

  .ccd-stat-grid,
  .analysis-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-row,
  .use-case-grid,
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .buyer-card {
    flex-basis: calc((100% - 12px) / 2);
  }

  .country-sample-panel {
    grid-template-columns: minmax(0, 1fr) 310px;
  }
}

@media (max-width: 1024px) {
  .ccd-hero-inner,
  .ccd-dual {
    grid-template-columns: 1fr;
  }

  .country-sample-panel {
    grid-template-columns: 1fr;
  }

  .ccd-map-panel {
    min-height: 360px;
  }

  .ccd-us-map {
    height: 360px;
  }

}

@media (max-width: 720px) {
  .ccd-page {
    padding-bottom: 34px;
  }

  .ccd-container {
    padding: 0 14px;
  }

  .ccd-hero {
    padding-top: 22px;
  }

  .ccd-breadcrumb {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .ccd-hero-copy h1 {
    font-size: 30px;
  }

  .ccd-hero-copy p,
  .ccd-meta,
  .ccd-search input {
    font-size: 13px;
  }

  .ccd-tabs a {
    flex: 1 1 calc(50% - 6px);
    padding: 0 10px;
  }

  .ccd-btn {
    width: 100%;
    min-width: 0;
    height: 46px;
  }

  .ccd-map-panel,
  .ccd-us-map {
    min-height: 330px;
    height: 330px;
  }

  .floating-metric {
    width: 142px;
    min-height: 104px;
    padding: 15px 14px;
  }

  .floating-metric b {
    font-size: 14px;
  }

  .ccd-stat-grid,
  .analysis-grid,
  .product-row,
  .use-case-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .product-list-item {
    grid-template-columns: 28px 90px minmax(0, 1fr) 92px;
    gap: 6px;
    padding: 0 8px;
    font-size: 11px;
  }

  .buyer-card {
    flex-basis: 100%;
  }

  .ccd-stat-card,
  .use-case-grid article,
  .related-grid a {
    min-height: 86px;
    padding: 16px;
  }

  .panel-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .ports-card {
    grid-template-columns: 1fr;
  }

  .buyer-nav {
    display: none;
  }

  .country-sample-panel {
    gap: 20px;
    padding: 24px 16px;
  }

  .country-sample-copy h2 {
    font-size: 23px;
  }

  .country-sample-benefits {
    grid-template-columns: 1fr;
  }

  .country-sample-panel > img {
    right: -48px;
    top: -40px;
    width: 220px;
  }
}
