.cn2g-freight-pro {
  --ink: #10202b;
  --muted: #5d6b75;
  --line: #d8e1e6;
  --soft: #f5f8f7;
  --panel: #ffffff;
  --teal: #087f7a;
  --green: #1d8a5b;
  --amber: #b46b00;
  --red: #b53939;
  color: var(--ink);
}

.cn2g-freight-pro * {
  box-sizing: border-box;
}

.cn2g-freight-pro .cn2g-fp-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.cn2g-freight-pro .cn2g-fp-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}

.cn2g-freight-pro .cn2g-fp-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--teal);
}

.cn2g-freight-pro h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.cn2g-freight-pro .cn2g-fp-sub {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.8;
  max-width: 760px;
}

.cn2g-freight-pro .cn2g-fp-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 8px;
  min-width: 360px;
}

.cn2g-freight-pro .cn2g-fp-stat {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 8px;
  padding: 14px;
}

.cn2g-freight-pro .cn2g-fp-stat strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.cn2g-freight-pro .cn2g-fp-stat span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}

.cn2g-freight-pro .cn2g-fp-tool {
  display: grid;
  grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.cn2g-freight-pro .cn2g-fp-form,
.cn2g-freight-pro .cn2g-fp-results {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(21, 40, 47, 0.08);
}

.cn2g-freight-pro .cn2g-fp-form {
  padding: 18px;
  position: sticky;
  top: 92px;
}

.cn2g-freight-pro .cn2g-fp-mobile-intro {
  display: none;
}

.cn2g-freight-pro .cn2g-fp-grid {
  display: grid;
  gap: 14px;
}

.cn2g-freight-pro .cn2g-fp-field {
  display: grid;
  gap: 7px;
}

.cn2g-freight-pro .cn2g-fp-label-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.cn2g-freight-pro label {
  font-size: 13px;
  font-weight: 800;
  color: #24343d;
}

.cn2g-freight-pro .cn2g-fp-mini {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.cn2g-freight-pro input,
.cn2g-freight-pro select {
  width: 100%;
  min-width: 0;
  height: 46px;
  border: 1px solid #cfdbe0;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 0 12px;
  font: inherit;
  outline: none;
}

.cn2g-freight-pro input:focus,
.cn2g-freight-pro select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(8, 127, 122, 0.14);
}

.cn2g-freight-pro .cn2g-country-select {
  position: relative;
  z-index: 5;
}

.cn2g-freight-pro .cn2g-country-trigger,
.cn2g-freight-pro .cn2g-country-option {
  width: 100%;
  min-width: 0;
  border: 1px solid #cfdbe0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.cn2g-freight-pro .cn2g-country-trigger {
  min-height: 54px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
}

.cn2g-freight-pro .cn2g-country-trigger:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(8, 127, 122, 0.14);
}

.cn2g-freight-pro .cn2g-country-flag {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: #f2f6f7;
  font-size: 22px;
  line-height: 1;
}

.cn2g-freight-pro .cn2g-country-flag-img {
  position: relative;
  width: 32px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #d4dde2;
  border-radius: 4px;
  background: #f4f7f8;
  color: #596a76;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(16, 32, 46, 0.08);
}

.cn2g-freight-pro .cn2g-country-flag-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cn2g-freight-pro .cn2g-country-flag-img span {
  position: relative;
  z-index: 0;
}

.cn2g-freight-pro .cn2g-country-main {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.cn2g-freight-pro .cn2g-country-main strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 900;
}

.cn2g-freight-pro .cn2g-country-main em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.cn2g-freight-pro .cn2g-country-arrow {
  color: var(--muted);
  font-size: 18px;
  text-align: center;
}

.cn2g-freight-pro .cn2g-country-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  max-height: 330px;
  overflow: auto;
  border: 1px solid #cfdbe0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 31, 39, 0.2);
  padding: 6px;
  z-index: 40;
}

.cn2g-freight-pro .cn2g-country-select.is-open .cn2g-country-menu {
  position: fixed;
  left: var(--country-menu-left, 12px);
  top: var(--country-menu-top, 120px);
  right: auto;
  width: var(--country-menu-width, 320px);
  max-height: var(--country-menu-max-height, 330px);
  z-index: 9999;
}

.cn2g-freight-pro .cn2g-country-option {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border-color: transparent;
  border-radius: 8px;
  padding: 9px 10px;
}

.cn2g-freight-pro .cn2g-country-option:hover,
.cn2g-freight-pro .cn2g-country-option:focus {
  outline: none;
  background: #f4f8f8;
  border-color: #dbe6ea;
}

.cn2g-freight-pro .cn2g-country-option.is-selected {
  background: #e7f5f1;
  border-color: #8fcfc2;
}

.cn2g-freight-pro .cn2g-country-option.is-unavailable {
  opacity: 0.62;
}

.cn2g-freight-pro .cn2g-country-empty {
  padding: 14px;
  color: var(--muted);
  font-size: 13px;
}

.cn2g-freight-pro .cn2g-fp-dims {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.cn2g-freight-pro .cn2g-fp-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.cn2g-freight-pro .cn2g-fp-tab {
  min-height: 42px;
  border: 1px solid var(--line);
  background: var(--soft);
  color: var(--ink);
  border-radius: 8px;
  font-weight: 800;
  cursor: pointer;
}

.cn2g-freight-pro .cn2g-fp-tab[aria-pressed="true"] {
  background: #e7f5f1;
  border-color: #8fcfc2;
  color: #065d59;
}

.cn2g-freight-pro .cn2g-fp-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.cn2g-freight-pro .cn2g-fp-metric {
  min-width: 0;
  border: 1px solid var(--line);
  background: #fbfcfb;
  border-radius: 8px;
  padding: 12px;
}

.cn2g-freight-pro .cn2g-fp-metric span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.cn2g-freight-pro .cn2g-fp-metric strong {
  display: block;
  margin-top: 6px;
  font-size: 18px;
}

.cn2g-freight-pro .cn2g-fp-results {
  overflow: hidden;
}

.cn2g-freight-pro .cn2g-fp-results-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #f8fbfa, #fff8ec);
}

.cn2g-freight-pro .cn2g-fp-dest-title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 22px;
  font-weight: 900;
}

.cn2g-freight-pro .cn2g-fp-dest-title .cn2g-country-flag-img {
  flex: 0 0 auto;
}

.cn2g-freight-pro .cn2g-fp-dest-meta {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.cn2g-freight-pro .cn2g-fp-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border: 1px solid #a9d8cb;
  background: #e8f7f2;
  color: #0d655f;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.cn2g-freight-pro .cn2g-fp-list {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.cn2g-freight-pro .cn2g-fp-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(170px, 0.7fr) minmax(140px, 0.45fr);
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.cn2g-freight-pro .cn2g-fp-card.is-muted {
  opacity: 0.68;
  background: #fbfbfa;
}

.cn2g-freight-pro .cn2g-fp-service {
  min-width: 0;
}

.cn2g-freight-pro .cn2g-fp-service strong {
  display: block;
  font-size: 17px;
  line-height: 1.25;
}

.cn2g-freight-pro .cn2g-fp-service span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.cn2g-freight-pro .cn2g-fp-price {
  text-align: right;
}

.cn2g-freight-pro .cn2g-fp-price strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
}

.cn2g-freight-pro .cn2g-fp-price span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 4px;
}

.cn2g-freight-pro .cn2g-fp-chip-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.cn2g-freight-pro .cn2g-fp-chip {
  border: 1px solid #d9e3e7;
  background: var(--soft);
  border-radius: 999px;
  padding: 6px 8px;
  color: #43525b;
  font-size: 12px;
  font-weight: 700;
}

.cn2g-freight-pro .cn2g-fp-empty,
.cn2g-freight-pro .cn2g-fp-commercial {
  border: 1px dashed #c8d7dd;
  border-radius: 8px;
  padding: 18px;
  background: #fbfcfc;
  color: var(--muted);
  line-height: 1.7;
}

.cn2g-freight-pro .cn2g-fp-commercial {
  display: grid;
  gap: 10px;
}

.cn2g-freight-pro .cn2g-fp-commercial-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 12px;
}

.cn2g-freight-pro .cn2g-fp-commercial-row strong {
  display: block;
}

.cn2g-freight-pro .cn2g-fp-commercial-row span {
  color: var(--muted);
  font-size: 12px;
}

.cn2g-freight-pro .cn2g-fp-status {
  color: var(--amber);
  font-weight: 900;
  font-size: 12px;
  white-space: nowrap;
}

.cn2g-freight-pro .cn2g-fp-commercial-row.is-primary {
  border-color: #f2c500;
  background: #fffdf1;
}

.cn2g-freight-pro .cn2g-fp-dhl-panel {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.cn2g-freight-pro .cn2g-fp-dhl-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.cn2g-freight-pro .cn2g-fp-quote-btn {
  min-height: 46px;
  border: 1px solid #d2a600;
  border-radius: 8px;
  background: #ffcc00;
  color: #191919;
  padding: 0 18px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.cn2g-freight-pro .cn2g-fp-quote-btn:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.cn2g-freight-pro .cn2g-fp-dhl-card {
  border-color: #f2c500;
}

.cn2g-freight-pro .cn2g-fp-empty.is-warning {
  border-color: #efc08c;
  background: #fff8eb;
  color: #8a4b08;
}

.cn2g-freight-pro .cn2g-fp-footnote {
  padding: 14px 18px 18px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  border-top: 1px solid var(--line);
}

.cn2g-old-rate-grid-hidden {
  display: none !important;
}

.cn2g-freight-pro,
.cn2g-freight-pro .cn2g-fp-wrap,
.cn2g-freight-pro .cn2g-fp-tool,
.cn2g-freight-pro .cn2g-fp-form,
.cn2g-freight-pro .cn2g-fp-grid,
.cn2g-freight-pro .cn2g-fp-field {
  min-width: 0;
}

.cn2g-freight-pro input,
.cn2g-freight-pro select,
.cn2g-freight-pro button,
.cn2g-freight-pro a {
  -webkit-tap-highlight-color: transparent;
}

.cn2g-freight-pro input,
.cn2g-freight-pro select {
  min-height: 50px;
  height: auto;
  line-height: 1.25;
  font-size: 15px;
}

.cn2g-freight-pro .cn2g-fp-label-row {
  min-width: 0;
  flex-wrap: wrap;
}

.cn2g-freight-pro .cn2g-fp-mini {
  min-width: 0;
  white-space: normal;
  text-align: right;
}

.cn2g-freight-pro .cn2g-country-native-select {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 22px;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  width: 100%;
  min-width: 0;
  padding: 9px 12px;
  border: 1px solid #cfdbe0;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.cn2g-freight-pro .cn2g-country-native-select:focus-within {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(8, 127, 122, 0.14);
}

.cn2g-freight-pro .cn2g-country-native-copy {
  display: none;
}

.cn2g-freight-pro .cn2g-country-native-copy strong,
.cn2g-freight-pro .cn2g-fp-service strong,
.cn2g-freight-pro .cn2g-fp-price strong,
.cn2g-freight-pro .cn2g-fp-dest-title {
  overflow-wrap: anywhere;
}

.cn2g-freight-pro .cn2g-country-native-copy strong {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.cn2g-freight-pro .cn2g-country-native-copy em {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
  font-style: normal;
}

.cn2g-freight-pro .cn2g-country-native-select select[data-country-native] {
  position: relative;
  grid-column: 2 / 4;
  grid-row: 1;
  z-index: 2;
  width: 100%;
  min-height: 38px;
  height: 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  cursor: pointer;
  padding: 0 26px 0 0;
  color: var(--ink);
  font-weight: 850;
  appearance: none;
}

.cn2g-freight-pro .cn2g-country-native-select .cn2g-country-arrow {
  position: relative;
  z-index: 1;
  grid-column: 3;
  grid-row: 1;
  pointer-events: none;
}

.cn2g-freight-pro .cn2g-fp-service-field {
  gap: 8px;
}

.cn2g-freight-pro .cn2g-fp-service-title {
  color: #24343d;
  font-size: 13px;
  font-weight: 800;
}

.cn2g-freight-pro .cn2g-fp-service-checks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.cn2g-freight-pro .cn2g-fp-check {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 10px;
  border: 1px solid #d8e1e6;
  border-radius: 8px;
  background: #f8fbfa;
  color: var(--ink);
  cursor: pointer;
}

.cn2g-freight-pro .cn2g-fp-check input {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 0;
  accent-color: var(--teal);
}

.cn2g-freight-pro .cn2g-fp-check span {
  min-width: 0;
  overflow-wrap: anywhere;
  line-height: 1.25;
}

.cn2g-freight-pro .cn2g-fp-risk-note {
  padding: 12px 13px;
  border: 1px solid #efc08c;
  border-radius: 8px;
  background: #fff8eb;
  color: #7a430a;
  font-size: 13px;
  line-height: 1.55;
}

.cn2g-freight-pro .cn2g-fp-result-button {
  min-height: 50px;
  border: 1px solid #075f5b;
  border-radius: 8px;
  background: #087f7a;
  color: #fff;
  padding: 0 16px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.cn2g-freight-pro .cn2g-fp-result-button:hover,
.cn2g-freight-pro .cn2g-fp-result-button:focus {
  outline: none;
  background: #076c68;
  box-shadow: 0 0 0 3px rgba(8, 127, 122, 0.14);
}

.cn2g-freight-pro .cn2g-fp-card > * {
  min-width: 0;
}

.cn2g-freight-pro .cn2g-fp-price strong {
  font-size: clamp(21px, 2.4vw, 24px);
}

.cn2g-freight-pro .cn2g-fp-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 14px 14px;
}

.cn2g-freight-pro .cn2g-fp-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 0;
  padding: 0 14px;
  border: 1px solid #cfdbe0;
  border-radius: 8px;
  background: #fff;
  color: #10202b;
  text-decoration: none;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.cn2g-freight-pro .cn2g-fp-action.is-primary {
  border-color: #075f5b;
  background: #087f7a;
  color: #fff;
}

.cn2g-freight-pro .cn2g-fp-action:hover,
.cn2g-freight-pro .cn2g-fp-action:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(21, 40, 47, 0.12);
}

@media (max-width: 980px) {
  .cn2g-freight-pro .cn2g-fp-head,
  .cn2g-freight-pro .cn2g-fp-tool {
    grid-template-columns: 1fr;
  }

  .cn2g-freight-pro .cn2g-fp-stats {
    min-width: 0;
  }

  .cn2g-freight-pro .cn2g-fp-form {
    position: static;
  }

  .cn2g-freight-pro .cn2g-fp-mobile-intro {
    display: grid;
    gap: 6px;
    margin: 0 0 14px;
    padding: 16px;
    border: 1px solid rgba(13, 148, 136, 0.18);
    border-radius: 18px;
    background: rgba(236, 253, 245, 0.76);
    color: #0b1f2f;
  }

  .cn2g-freight-pro .cn2g-fp-mobile-intro strong {
    font-size: 18px;
    line-height: 1.2;
  }

  .cn2g-freight-pro .cn2g-fp-mobile-intro span {
    color: #557086;
    line-height: 1.45;
  }

  .cn2g-freight-pro .cn2g-fp-card {
    grid-template-columns: 1fr;
  }

  .cn2g-freight-pro .cn2g-fp-dhl-fields {
    grid-template-columns: 1fr;
  }

  .cn2g-freight-pro .cn2g-fp-price,
  .cn2g-freight-pro .cn2g-fp-chip-list {
    text-align: left;
    justify-content: flex-start;
  }

  .cn2g-freight-pro .cn2g-fp-results {
    scroll-margin-top: 86px;
  }
}

@media (max-width: 560px) {
  .cn2g-freight-pro .cn2g-fp-wrap {
    padding: 0 12px 84px;
  }

  .cn2g-freight-pro h2 {
    font-size: clamp(24px, 8vw, 32px);
    line-height: 1.18;
  }

  .cn2g-freight-pro .cn2g-fp-head {
    gap: 16px;
    margin-bottom: 16px;
  }

  .cn2g-freight-pro .cn2g-fp-form,
  .cn2g-freight-pro .cn2g-fp-results {
    border-radius: 8px;
  }

  .cn2g-freight-pro .cn2g-fp-form {
    padding: 14px;
  }

  .cn2g-freight-pro .cn2g-fp-stats,
  .cn2g-freight-pro .cn2g-fp-metrics {
    grid-template-columns: 1fr;
  }

  .cn2g-freight-pro .cn2g-fp-dims {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .cn2g-freight-pro .cn2g-fp-service-checks {
    grid-template-columns: 1fr;
  }

  .cn2g-freight-pro .cn2g-fp-results-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .cn2g-freight-pro .cn2g-fp-dest-title {
    font-size: 18px;
    line-height: 1.25;
  }

  .cn2g-freight-pro .cn2g-fp-result-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cn2g-freight-pro .cn2g-fp-action,
  .cn2g-freight-pro .cn2g-fp-result-button {
    width: 100%;
  }
}
