:root {
  --wp-ink: #07111d;
  --wp-ink-2: #132235;
  --wp-muted: #536173;
  --wp-fog: #f6f8fa;
  --wp-white: #ffffff;
  --wp-harbor: #071421;
  --wp-blue: #245be8;
  --wp-orange: #ff5a2f;
  --wp-green: #148866;
  --wp-line: rgba(7, 17, 29, 0.14);
  --wp-line-strong: rgba(7, 17, 29, 0.28);
  --wp-radius: 16px;
  --wp-radius-sm: 10px;
  --wp-ease: cubic-bezier(0.32, 0.72, 0, 1);
  --wp-z-header: 90;
  --wp-z-dropdown: 1200;
  --wp-z-widget: 80;
}

html.cn2g-worldport-root,
body.cn2g-worldport {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background: var(--wp-fog);
  color: var(--wp-ink);
}

body.cn2g-worldport,
body.cn2g-worldport :where(button, input, select, textarea) {
  font-family:
    "Aptos Display",
    "Aptos",
    "Segoe UI Variable Display",
    "Segoe UI Variable",
    "PingFang SC",
    "Microsoft YaHei UI",
    "Noto Sans CJK SC",
    "Hiragino Sans",
    "Yu Gothic",
    "Malgun Gothic",
    system-ui,
    sans-serif;
}

body.cn2g-worldport *,
body.cn2g-worldport *::before,
body.cn2g-worldport *::after {
  box-sizing: border-box;
}

body.cn2g-worldport :where(h1, h2, h3) {
  color: inherit;
  letter-spacing: -0.034em;
  text-wrap: balance;
}

body.cn2g-worldport :where(p, a, button, label, input, select, textarea, summary, span, strong, li) {
  min-width: 0;
  overflow-wrap: anywhere;
}

body.cn2g-worldport main {
  background:
    radial-gradient(circle at 76% 2%, rgba(36, 91, 232, 0.08), transparent 32rem),
    linear-gradient(180deg, #f8fafc 0%, #eef3f7 100%);
}

body.cn2g-worldport .site-header,
body.cn2g-worldport header.site-header {
  position: sticky;
  top: 14px;
  z-index: var(--wp-z-header);
  width: min(1240px, calc(100% - 32px));
  min-height: 66px;
  margin: 14px auto 0;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  color: var(--wp-ink) !important;
  box-shadow: 0 16px 44px rgba(7, 17, 29, 0.1) !important;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

body.cn2g-worldport.cn2g-worldport-home-route .site-header,
body.cn2g-worldport.cn2g-worldport-home-route header.site-header {
  background: rgba(255, 255, 255, 0.8) !important;
  color: var(--wp-ink) !important;
}

body.cn2g-worldport .site-header :where(.nav a, .main-nav a),
body.cn2g-worldport header.site-header :where(.nav a, .main-nav a) {
  color: inherit !important;
  border-radius: 999px !important;
  font-weight: 760 !important;
  transition:
    color 260ms var(--wp-ease),
    background-color 260ms var(--wp-ease),
    transform 260ms var(--wp-ease);
}

body.cn2g-worldport .site-header :where(.nav a:hover, .main-nav a:hover),
body.cn2g-worldport header.site-header :where(.nav a:hover, .main-nav a:hover) {
  background: rgba(36, 91, 232, 0.08) !important;
  color: var(--wp-blue) !important;
  transform: translateY(-1px);
}

body.cn2g-worldport [data-cn2g-site-lang-trigger],
body.cn2g-worldport .language-select {
  border-color: transparent !important;
  border-radius: 999px !important;
  background: rgba(7, 17, 29, 0.06) !important;
  color: var(--wp-ink) !important;
  box-shadow: none !important;
}

.worldport-home {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 12%, rgba(255, 90, 47, 0.1), transparent 30rem),
    radial-gradient(circle at 10% 44%, rgba(36, 91, 232, 0.08), transparent 34rem),
    var(--wp-fog);
}

.worldport-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 0.92fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
  min-height: min(930px, 100svh);
  margin-top: -94px;
  padding: clamp(128px, 14vh, 176px) clamp(20px, 5vw, 72px) clamp(60px, 8vh, 104px);
  color: var(--wp-ink);
}

.worldport-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: -3;
  height: 66%;
  background:
    linear-gradient(110deg, rgba(7, 17, 29, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-size: 84px 84px, auto;
}

.worldport-map {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.95;
}

.worldport-map i,
.worldport-map b {
  position: absolute;
  display: block;
  pointer-events: none;
}

.worldport-map i {
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, transparent, rgba(36, 91, 232, 0.5), rgba(255, 90, 47, 0.55), transparent);
}

.worldport-map i:nth-child(1) {
  top: 28%;
  left: 42%;
  width: 60%;
  transform: rotate(-10deg);
}

.worldport-map i:nth-child(2) {
  top: 48%;
  left: 48%;
  width: 52%;
  transform: rotate(7deg);
}

.worldport-map i:nth-child(3) {
  top: 68%;
  left: 56%;
  width: 42%;
  transform: rotate(-4deg);
  background: linear-gradient(90deg, transparent, rgba(20, 136, 102, 0.5), rgba(36, 91, 232, 0.45), transparent);
}

.worldport-map b {
  width: clamp(9px, 1vw, 13px);
  height: clamp(9px, 1vw, 13px);
  border-radius: 99px;
  background: var(--wp-orange);
  box-shadow: 0 0 0 7px rgba(255, 90, 47, 0.12);
}

.worldport-map b:nth-of-type(1) {
  top: 46%;
  left: 51%;
}

.worldport-map b:nth-of-type(2) {
  top: 25%;
  right: 14%;
  background: var(--wp-blue);
  box-shadow: 0 0 0 7px rgba(36, 91, 232, 0.12);
}

.worldport-map b:nth-of-type(3) {
  top: 68%;
  right: 10%;
  background: var(--wp-green);
  box-shadow: 0 0 0 7px rgba(20, 136, 102, 0.12);
}

.worldport-hero-copy {
  width: min(760px, 100%);
}

.worldport-overline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--wp-muted);
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  font-weight: 780;
}

.worldport-overline::before {
  content: "";
  width: 34px;
  height: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--wp-orange) 0 38%, var(--wp-blue) 38% 72%, var(--wp-green) 72%);
}

.worldport-hero h1 {
  max-width: 11.6ch;
  margin: 0;
  font-size: clamp(3.4rem, 8vw, 6rem);
  font-weight: 920;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.worldport-lead {
  max-width: 61ch;
  margin: clamp(24px, 3vw, 34px) 0 0;
  color: var(--wp-muted);
  font-size: clamp(1.06rem, 1.35vw, 1.22rem);
  line-height: 1.76;
}

.worldport-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: clamp(30px, 4vw, 46px);
}

.worldport-button,
body.cn2g-worldport :where(.primary-button, .cta-button, .ghost-button, .header-cta) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  min-width: 0;
  border: 0;
  border-radius: 999px !important;
  padding: 0.9rem 1.24rem;
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 260ms var(--wp-ease),
    background-color 260ms var(--wp-ease),
    color 260ms var(--wp-ease),
    box-shadow 260ms var(--wp-ease);
}

.worldport-button span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.22);
  transition: transform 260ms var(--wp-ease);
}

.worldport-button:hover,
body.cn2g-worldport :where(.primary-button, .cta-button, .ghost-button, .header-cta):hover {
  transform: translateY(-2px);
}

.worldport-button:hover span {
  transform: translateX(2px);
}

.worldport-button:active,
body.cn2g-worldport :where(.primary-button, .cta-button, .ghost-button, .header-cta):active {
  transform: translateY(1px) scale(0.99);
}

.worldport-primary,
body.cn2g-worldport :where(.primary-button, .cta-button, .header-cta) {
  background: var(--wp-orange) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(255, 90, 47, 0.22) !important;
}

.worldport-secondary,
body.cn2g-worldport .ghost-button {
  background: var(--wp-ink) !important;
  color: #fff !important;
}

.worldport-secondary-dark {
  background: #fff !important;
  color: var(--wp-ink) !important;
}

.worldport-link {
  color: var(--wp-ink);
  font-weight: 860;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

.worldport-visual {
  position: relative;
  min-height: clamp(520px, 62vh, 720px);
}

.worldport-visual figure {
  position: absolute;
  inset: 4% 0 11%;
  display: grid;
  place-items: center;
  margin: 0;
}

.worldport-visual figure::before {
  content: "";
  position: absolute;
  inset: 8% 6% 4%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 91, 232, 0.12), transparent 62%);
}

.worldport-visual img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 620px;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.02) contrast(1.04);
}

.worldport-visual aside {
  position: absolute;
  right: clamp(2px, 3vw, 38px);
  bottom: clamp(0px, 2vw, 28px);
  width: min(390px, 86%);
  border-radius: var(--wp-radius);
  background: rgba(7, 17, 29, 0.92);
  color: #fff;
  padding: 18px;
  box-shadow: 0 24px 54px rgba(7, 17, 29, 0.2);
}

.worldport-visual aside p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 820;
}

.worldport-visual aside ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.worldport-visual aside li {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.worldport-visual aside strong {
  color: #fff;
  font-weight: 880;
}

.worldport-visual aside span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
}

.worldport-dock,
.worldport-section,
.worldport-quote-promo,
.worldport-risk {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.worldport-dock {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(540px, 1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
  padding: clamp(54px, 8vw, 106px) 0 clamp(40px, 7vw, 82px);
}

.worldport-dock h2,
.worldport-section-head h2,
.worldport-quote-promo h2,
.worldport-risk h2 {
  max-width: 820px;
  margin: 0;
  color: var(--wp-ink);
  font-size: clamp(2.25rem, 5vw, 4.7rem);
  font-weight: 920;
  line-height: 1;
}

.worldport-dock p,
.worldport-section-head p,
.worldport-quote-promo p,
.worldport-risk p {
  max-width: 62ch;
  margin: 18px 0 0;
  color: var(--wp-muted);
  font-size: clamp(1rem, 1.22vw, 1.12rem);
  line-height: 1.72;
}

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

.worldport-dock-link {
  display: grid;
  align-content: end;
  min-height: 178px;
  padding: 20px;
  border-radius: var(--wp-radius);
  background: #fff;
  color: var(--wp-ink);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(7, 17, 29, 0.08), 0 18px 44px rgba(7, 17, 29, 0.08);
  transition:
    transform 260ms var(--wp-ease),
    box-shadow 260ms var(--wp-ease),
    background-color 260ms var(--wp-ease);
}

.worldport-dock-link:nth-child(1) {
  min-height: 236px;
}

.worldport-dock-link:nth-child(2) {
  background: var(--wp-ink);
  color: #fff;
}

.worldport-dock-link:nth-child(3) {
  background: rgba(36, 91, 232, 0.08);
}

.worldport-dock-link:nth-child(4) {
  background: rgba(255, 90, 47, 0.08);
}

.worldport-dock-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 1px 0 rgba(7, 17, 29, 0.08), 0 26px 64px rgba(7, 17, 29, 0.12);
}

.worldport-dock-link strong {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 900;
  line-height: 1.08;
}

.worldport-dock-link span {
  max-width: 36ch;
  margin-top: 12px;
  color: inherit;
  opacity: 0.72;
  line-height: 1.58;
}

.worldport-section {
  padding: clamp(58px, 9vw, 126px) 0;
}

.worldport-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.58fr);
  gap: clamp(20px, 5vw, 76px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 64px);
}

.worldport-flow ol {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--wp-ink);
}

.worldport-flow li {
  position: relative;
  min-width: 0;
  padding: 24px 16px 12px 0;
  border-right: 1px solid var(--wp-line);
}

.worldport-flow li:last-child {
  border-right: 0;
}

.worldport-flow li::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 13px;
  height: 13px;
  border-radius: 99px;
  background: var(--wp-orange);
}

.worldport-flow li:nth-child(2n)::before {
  background: var(--wp-blue);
}

.worldport-flow span {
  display: block;
  margin-bottom: 22px;
  color: var(--wp-blue);
  font-variant-numeric: tabular-nums;
  font-weight: 920;
}

.worldport-flow strong {
  display: block;
  color: var(--wp-ink);
  font-size: 1.02rem;
  font-weight: 880;
}

.worldport-flow p {
  margin: 8px 0 0;
  color: var(--wp-muted);
  font-size: 0.94rem;
  line-height: 1.58;
}

.worldport-service-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 2px solid var(--wp-ink);
}

.worldport-service-ledger article {
  min-width: 0;
  padding: clamp(24px, 4vw, 38px) clamp(0px, 3vw, 34px) clamp(24px, 4vw, 38px) 0;
  border-bottom: 1px solid var(--wp-line);
}

.worldport-service-ledger article:nth-child(odd) {
  border-right: 1px solid var(--wp-line);
}

.worldport-service-ledger article:nth-child(even) {
  padding-left: clamp(20px, 3vw, 38px);
}

.worldport-service-ledger h3 {
  margin: 0;
  color: var(--wp-ink);
  font-size: clamp(1.22rem, 2vw, 1.72rem);
  font-weight: 900;
}

.worldport-service-ledger p {
  max-width: 56ch;
  margin: 12px 0 0;
  color: var(--wp-muted);
  line-height: 1.72;
}

.worldport-quote-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 6vw, 80px);
  align-items: center;
  padding: clamp(38px, 7vw, 78px) 0;
  border-top: 2px solid var(--wp-ink);
  border-bottom: 2px solid var(--wp-ink);
}

.worldport-quote-promo h2 {
  max-width: 760px;
}

.worldport-risk {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, auto);
  gap: clamp(20px, 6vw, 76px);
  align-items: end;
  margin-top: clamp(56px, 8vw, 112px);
  padding: clamp(34px, 6vw, 72px);
  border-radius: var(--wp-radius);
  background: var(--wp-harbor);
  color: #fff;
}

.worldport-risk h2 {
  color: #fff;
}

.worldport-risk p {
  color: rgba(255, 255, 255, 0.74);
}

.worldport-faq > div:last-child {
  border-top: 2px solid var(--wp-ink);
}

.worldport-faq details {
  padding: 22px 0;
  border-bottom: 1px solid var(--wp-line);
}

.worldport-faq summary {
  cursor: pointer;
  color: var(--wp-ink);
  font-size: clamp(1.08rem, 2vw, 1.38rem);
  font-weight: 880;
}

.worldport-faq p {
  max-width: 72ch;
  margin: 12px 0 0;
  color: var(--wp-muted);
  line-height: 1.7;
}

body.cn2g-worldport .cn2g-freight-pro,
body.cn2g-worldport .cn2g-calculator-shell,
body.cn2g-worldport .cn2g-fp-wrap,
body.cn2g-worldport .cn2g-fp-form,
body.cn2g-worldport .cn2g-fp-results {
  overflow: visible !important;
}

body.cn2g-worldport.cn2g-route-calculator .page-hero {
  display: none !important;
}

body.cn2g-worldport .cn2g-freight-pro {
  padding: clamp(26px, 6vw, 76px) clamp(14px, 4vw, 34px) clamp(72px, 9vw, 116px) !important;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 90, 47, 0.08), transparent 34rem),
    radial-gradient(circle at 12% 15%, rgba(36, 91, 232, 0.09), transparent 30rem),
    var(--wp-fog) !important;
}

.worldport-calculator-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 18px;
  align-items: baseline;
  width: min(1180px, 100%);
  margin: 0 auto 22px;
  padding: 0 0 18px;
  border-bottom: 2px solid var(--wp-ink);
}

.worldport-calculator-note strong {
  color: var(--wp-ink);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 920;
}

.worldport-calculator-note span {
  color: var(--wp-muted);
  line-height: 1.62;
}

body.cn2g-worldport .cn2g-fp-wrap {
  width: min(1180px, 100%) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.cn2g-worldport .cn2g-fp-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.45fr) !important;
  gap: clamp(18px, 4vw, 50px) !important;
  align-items: end !important;
  margin: 0 0 24px !important;
  padding: 0 0 24px !important;
  border-bottom: 1px solid var(--wp-line) !important;
}

body.cn2g-worldport .cn2g-fp-head h1,
body.cn2g-worldport .cn2g-fp-head h2 {
  max-width: 790px !important;
  color: var(--wp-ink) !important;
  font-size: clamp(2.1rem, 5.2vw, 4.8rem) !important;
  font-weight: 920 !important;
  line-height: 1 !important;
  letter-spacing: -0.036em !important;
}

body.cn2g-worldport .cn2g-fp-head p {
  color: var(--wp-muted) !important;
  line-height: 1.7 !important;
}

body.cn2g-worldport .cn2g-fp-tool {
  display: grid !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.58fr) !important;
  gap: clamp(16px, 3vw, 30px) !important;
  align-items: start !important;
}

body.cn2g-worldport .cn2g-fp-form,
body.cn2g-worldport .cn2g-fp-results {
  border: 0 !important;
  border-radius: var(--wp-radius) !important;
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(7, 17, 29, 0.08), 0 18px 54px rgba(7, 17, 29, 0.08) !important;
  padding: clamp(18px, 3vw, 28px) !important;
}

body.cn2g-worldport .cn2g-fp-field,
body.cn2g-worldport .cn2g-fp-dims,
body.cn2g-worldport .cn2g-country-select,
body.cn2g-worldport .cn2g-country-native-select {
  position: relative !important;
  min-width: 0 !important;
  overflow: visible !important;
}

body.cn2g-worldport .cn2g-fp-field label,
body.cn2g-worldport .cn2g-fp-label-row label {
  margin-bottom: 9px !important;
  color: var(--wp-ink) !important;
  font-size: 0.9rem !important;
  font-weight: 860 !important;
  line-height: 1.28 !important;
}

body.cn2g-worldport .cn2g-fp-field input,
body.cn2g-worldport .cn2g-fp-field select,
body.cn2g-worldport .cn2g-fp-input,
body.cn2g-worldport .cn2g-fp-select-native,
body.cn2g-worldport .cn2g-country-native-select,
body.cn2g-worldport .cn2g-country-trigger {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 58px !important;
  border: 1px solid rgba(7, 17, 29, 0.18) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--wp-ink) !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  font-weight: 740 !important;
  line-height: 1.25 !important;
}

body.cn2g-worldport .cn2g-fp-field input::placeholder,
body.cn2g-worldport .cn2g-fp-input::placeholder {
  color: #5d6b7c !important;
  opacity: 1 !important;
}

body.cn2g-worldport .cn2g-fp-field input:focus,
body.cn2g-worldport .cn2g-fp-field select:focus,
body.cn2g-worldport .cn2g-fp-input:focus,
body.cn2g-worldport .cn2g-fp-select-native:focus,
body.cn2g-worldport .cn2g-country-native-select:focus-within,
body.cn2g-worldport .cn2g-country-trigger:focus-visible {
  border-color: var(--wp-blue) !important;
  outline: 4px solid rgba(36, 91, 232, 0.16) !important;
}

body.cn2g-worldport .cn2g-country-menu,
body.cn2g-worldport .cn2g-country-select.is-open .cn2g-country-menu {
  z-index: var(--wp-z-dropdown) !important;
  max-height: min(410px, 56vh) !important;
  overflow: auto !important;
  border: 1px solid rgba(7, 17, 29, 0.16) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: 0 22px 54px rgba(7, 17, 29, 0.18) !important;
}

body.cn2g-worldport .cn2g-country-option {
  min-height: 48px !important;
  color: var(--wp-ink) !important;
  font-weight: 760 !important;
}

body.cn2g-worldport .cn2g-fp-dims {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

body.cn2g-worldport .cn2g-fp-tabs {
  border-radius: 999px !important;
  background: rgba(7, 17, 29, 0.06) !important;
  padding: 5px !important;
}

body.cn2g-worldport .cn2g-fp-tab {
  min-height: 46px !important;
  border-radius: 999px !important;
  color: var(--wp-ink) !important;
  font-weight: 850 !important;
}

body.cn2g-worldport .cn2g-fp-tab[aria-pressed="true"] {
  background: var(--wp-ink) !important;
  color: #fff !important;
}

body.cn2g-worldport .cn2g-fp-check {
  min-height: 44px !important;
  border: 1px solid rgba(7, 17, 29, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(7, 17, 29, 0.035) !important;
  color: var(--wp-ink) !important;
  padding: 8px 13px !important;
  font-weight: 780 !important;
}

body.cn2g-worldport .cn2g-fp-check input {
  width: 18px !important;
  height: 18px !important;
  accent-color: var(--wp-orange) !important;
}

body.cn2g-worldport .cn2g-fp-action,
body.cn2g-worldport .cn2g-fp-result-button,
body.cn2g-worldport .cn2g-fp-submit,
body.cn2g-worldport .cn2g-fp-button {
  min-height: 52px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--wp-ink) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-weight: 850 !important;
}

body.cn2g-worldport .cn2g-fp-action.is-primary,
body.cn2g-worldport .cn2g-fp-submit {
  background: var(--wp-orange) !important;
  color: #fff !important;
}

body.cn2g-worldport .cn2g-fp-result-card,
body.cn2g-worldport .cn2g-fp-metric {
  border: 1px solid rgba(7, 17, 29, 0.1) !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.cn2g-worldport .cn2g-fp-note {
  border-color: rgba(255, 90, 47, 0.18) !important;
  background: rgba(255, 90, 47, 0.065) !important;
  color: #6b2717 !important;
}

body.cn2g-worldport .worldport-interior,
body.cn2g-worldport :where(.cn2g-member-start, .cn2g-support-router, .cn2g-risk-precheck, .cn2g-policy-center).worldport-interior {
  width: min(1180px, calc(100% - 36px)) !important;
  margin: clamp(32px, 6vw, 78px) auto !important;
  padding: clamp(34px, 6vw, 78px) 0 !important;
  border-top: 2px solid var(--wp-ink) !important;
  border-bottom: 1px solid var(--wp-line) !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.cn2g-worldport :where(.cn2g-member-start h1, .cn2g-member-start h2, .cn2g-route-head h1, .cn2g-policy-head h1, .page-hero h1, .section-intro h2) {
  color: var(--wp-ink) !important;
  font-size: clamp(2.1rem, 5.1vw, 4.65rem) !important;
  font-weight: 920 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.034em !important;
}

body.cn2g-worldport :where(.cn2g-member-start p, .cn2g-route-head p, .cn2g-policy-head p, .section-intro p, .page-hero p) {
  color: var(--wp-muted) !important;
  font-size: clamp(1rem, 1.25vw, 1.12rem) !important;
  line-height: 1.72 !important;
}

body.cn2g-worldport :where(.cn2g-member-step-grid, .cn2g-support-card-grid, .cn2g-template-grid, .cn2g-risk-grid, .special-list, .policy-content, .payment-policy-grid) {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 278px), 1fr)) !important;
  gap: 12px !important;
  border-top: 0 !important;
}

body.cn2g-worldport :where(.support-channel-card, .support-card, .policy-card, .cn2g-policy-card, .cn2g-template-card, .cn2g-risk-card, .member-card, .dashboard-card, .empty-records, .support-ai-panel, .support-qr-panel, .support-official-card),
body.cn2g-worldport :where(.cn2g-member-step-grid article, .cn2g-support-card-grid article, .cn2g-template-grid article, .cn2g-risk-grid article, .special-list article, .policy-content article, .payment-policy-grid article) {
  min-width: 0 !important;
  border: 0 !important;
  border-radius: var(--wp-radius) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 1px 0 rgba(7, 17, 29, 0.08), 0 16px 44px rgba(7, 17, 29, 0.07) !important;
  color: var(--wp-ink) !important;
}

body.cn2g-worldport .cn2g-live-widget {
  z-index: var(--wp-z-widget) !important;
  right: 18px !important;
  bottom: max(18px, env(safe-area-inset-bottom)) !important;
}

body.cn2g-worldport .cn2g-live-button,
body.cn2g-worldport .support-floating-button {
  min-width: 122px !important;
  min-height: 54px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--wp-ink) !important;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(7, 17, 29, 0.24) !important;
}

body.cn2g-worldport .cn2g-live-button::before,
body.cn2g-worldport .support-floating-button::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 50% 0;
  background: var(--wp-orange);
  transform: rotate(-45deg);
}

body.cn2g-worldport .cn2g-live-panel {
  border: 0 !important;
  border-radius: var(--wp-radius) !important;
  box-shadow: 0 24px 66px rgba(7, 17, 29, 0.24) !important;
}

body.cn2g-worldport .site-footer.worldport-footer {
  margin: 0 !important;
  padding: clamp(52px, 7vw, 84px) clamp(18px, 5vw, 64px) !important;
  border-top: 1px solid var(--wp-line) !important;
  background: #fff !important;
  color: var(--wp-ink) !important;
}

.worldport-footer-shell {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(250px, 0.72fr) auto minmax(220px, 0.62fr);
  gap: clamp(26px, 5vw, 72px);
  width: min(1200px, 100%);
  margin: 0 auto;
  align-items: start;
}

.worldport-footer-brand a {
  color: var(--wp-orange);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 950;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.worldport-footer-brand p {
  max-width: 48ch;
  margin: 14px 0 0;
  color: var(--wp-muted);
  line-height: 1.72;
}

.worldport-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.worldport-footer-links a,
.worldport-footer-contact a,
.worldport-footer-contact span {
  color: var(--wp-ink-2);
  font-size: 0.98rem;
  font-weight: 760;
  text-decoration: none;
}

.worldport-footer-links a:hover,
.worldport-footer-contact a:hover {
  color: var(--wp-blue);
  text-decoration: underline;
  text-underline-offset: 5px;
}

.worldport-footer-social {
  display: grid;
  grid-template-columns: repeat(2, 68px);
  gap: 14px;
}

.worldport-social {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 18px;
  text-decoration: none;
  transition:
    transform 260ms var(--wp-ease),
    filter 260ms var(--wp-ease);
}

.worldport-social:hover {
  transform: translateY(-3px);
  filter: saturate(1.06) contrast(1.02);
}

.worldport-social img {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: contain;
  border-radius: 18px;
}

.worldport-footer-contact {
  display: grid;
  gap: 10px;
  font-style: normal;
}

@media (prefers-reduced-motion: reduce) {
  body.cn2g-worldport *,
  body.cn2g-worldport *::before,
  body.cn2g-worldport *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 1120px) {
  .worldport-hero,
  .worldport-dock,
  .worldport-section-head,
  .worldport-quote-promo,
  body.cn2g-worldport .cn2g-fp-head,
  body.cn2g-worldport .cn2g-fp-tool,
  .worldport-footer-shell {
    grid-template-columns: 1fr !important;
  }

  .worldport-hero {
    min-height: auto;
  }

  .worldport-hero h1 {
    max-width: 13ch;
  }

  .worldport-flow ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
  }
}

@media (max-width: 860px) {
  body.cn2g-worldport .site-header,
  body.cn2g-worldport header.site-header {
    top: 8px;
    width: min(100% - 16px, 740px);
    min-height: 58px;
    margin-top: 8px;
    border-radius: 16px !important;
  }

  body.cn2g-worldport .site-header :where(.nav, .main-nav),
  body.cn2g-worldport header.site-header :where(.nav, .main-nav),
  body.cn2g-worldport .header-actions :where(.ghost-button, .header-cta) {
    display: none !important;
  }

  body.cn2g-worldport [data-cn2g-site-lang-trigger] {
    max-width: 120px !important;
    min-height: 42px !important;
  }

  .worldport-hero {
    margin-top: -74px;
    padding: 104px 16px 44px;
  }

  .worldport-hero h1 {
    max-width: 12.7ch;
    font-size: clamp(2.46rem, 11.4vw, 3.42rem);
    line-height: 1.02;
    letter-spacing: -0.032em;
  }

  .worldport-lead {
    max-width: 100%;
    font-size: 1rem;
  }

  .worldport-actions,
  .worldport-dock nav {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .worldport-button,
  .worldport-link {
    width: 100%;
  }

  .worldport-link {
    text-align: center;
  }

  .worldport-visual {
    min-height: 360px;
  }

  .worldport-visual figure {
    inset: 0 0 22%;
  }

  .worldport-visual aside {
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    padding: 14px;
  }

  .worldport-dock,
  .worldport-section,
  .worldport-quote-promo,
  .worldport-risk {
    width: min(100% - 28px, 720px);
  }

  .worldport-dock {
    padding: 50px 0 34px;
  }

  .worldport-dock h2,
  .worldport-section-head h2,
  .worldport-quote-promo h2,
  .worldport-risk h2 {
    font-size: clamp(2rem, 9.4vw, 3.18rem);
    line-height: 1.04;
  }

  .worldport-dock-link,
  .worldport-dock-link:nth-child(1) {
    min-height: 138px;
  }

  .worldport-flow ol,
  .worldport-service-ledger {
    grid-template-columns: 1fr;
  }

  .worldport-flow li {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 2px 14px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--wp-line);
  }

  .worldport-flow li::before {
    display: none;
  }

  .worldport-flow span {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .worldport-flow p {
    grid-column: 2;
    margin-top: 4px;
  }

  .worldport-service-ledger article,
  .worldport-service-ledger article:nth-child(even),
  .worldport-service-ledger article:nth-child(odd) {
    border-right: 0;
    padding: 20px 0;
  }

  .worldport-risk {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .worldport-calculator-note {
    grid-template-columns: 1fr;
  }

  body.cn2g-worldport .cn2g-freight-pro {
    padding: 22px 12px 86px !important;
  }

  body.cn2g-worldport .cn2g-fp-head {
    gap: 14px !important;
    margin-bottom: 16px !important;
    padding-bottom: 16px !important;
  }

  body.cn2g-worldport .cn2g-fp-head h1,
  body.cn2g-worldport .cn2g-fp-head h2 {
    font-size: clamp(1.9rem, 8.5vw, 2.72rem) !important;
    line-height: 1.08 !important;
  }

  body.cn2g-worldport .cn2g-fp-stats,
  body.cn2g-worldport .cn2g-fp-tabs,
  body.cn2g-worldport .cn2g-fp-dims {
    grid-template-columns: 1fr !important;
  }

  body.cn2g-worldport .cn2g-fp-form,
  body.cn2g-worldport .cn2g-fp-results {
    border-radius: 14px !important;
    padding: 14px !important;
  }

  body.cn2g-worldport .cn2g-fp-field input,
  body.cn2g-worldport .cn2g-fp-field select,
  body.cn2g-worldport .cn2g-fp-input,
  body.cn2g-worldport .cn2g-fp-select-native,
  body.cn2g-worldport .cn2g-country-native-select,
  body.cn2g-worldport .cn2g-country-trigger {
    min-height: 56px !important;
  }

  body.cn2g-worldport .worldport-interior,
  body.cn2g-worldport :where(.cn2g-member-start, .cn2g-support-router, .cn2g-risk-precheck, .cn2g-policy-center).worldport-interior {
    width: min(100% - 26px, 720px) !important;
    margin: 28px auto !important;
    padding: 36px 0 !important;
  }

  body.cn2g-worldport :where(.cn2g-member-start h1, .cn2g-member-start h2, .cn2g-route-head h1, .cn2g-policy-head h1, .page-hero h1, .section-intro h2) {
    font-size: clamp(2rem, 9.5vw, 3rem) !important;
    line-height: 1.08 !important;
  }

  body.cn2g-worldport :where(.cn2g-member-step-grid, .cn2g-support-card-grid, .cn2g-template-grid, .cn2g-risk-grid, .special-list, .policy-content, .payment-policy-grid) {
    grid-template-columns: 1fr !important;
  }

  body.cn2g-worldport .cn2g-live-widget {
    right: 12px !important;
    bottom: max(14px, env(safe-area-inset-bottom)) !important;
  }

  body.cn2g-worldport .cn2g-live-button,
  body.cn2g-worldport .support-floating-button {
    min-width: 54px !important;
    width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
    border-radius: 16px !important;
  }

  body.cn2g-worldport .cn2g-live-button span,
  body.cn2g-worldport .support-floating-button span {
    display: none !important;
  }

  body.cn2g-worldport .site-footer.worldport-footer {
    padding: 46px 18px 90px !important;
  }

  .worldport-footer-shell {
    gap: 28px;
  }

  .worldport-footer-social {
    grid-template-columns: repeat(4, 64px);
    gap: 12px;
  }

  .worldport-social,
  .worldport-social img {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 420px) {
  .worldport-hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .worldport-hero h1 {
    font-size: clamp(2.24rem, 10.9vw, 2.96rem);
  }

  .worldport-overline {
    margin-bottom: 16px;
  }

  .worldport-visual {
    min-height: 330px;
  }

  .worldport-footer-social {
    grid-template-columns: repeat(2, 64px);
  }
}

@media (max-width: 340px) {
  .worldport-hero h1 {
    font-size: 2.1rem;
  }

  .worldport-dock h2,
  .worldport-section-head h2,
  .worldport-quote-promo h2,
  .worldport-risk h2 {
    font-size: 1.84rem;
  }
}

/* Worldport editorial polish: fewer panels, stronger rhythm, no plastic UI. */
body.cn2g-worldport :where(h1, h2, h3) {
  letter-spacing: 0 !important;
}

body.cn2g-worldport main {
  background:
    radial-gradient(circle at 18% 11%, rgba(255, 90, 47, 0.055), transparent 30rem),
    radial-gradient(circle at 88% 4%, rgba(36, 91, 232, 0.07), transparent 28rem),
    linear-gradient(180deg, #fbfcfb 0%, #f2f6f7 48%, #edf3f5 100%) !important;
}

body.cn2g-worldport .site-header,
body.cn2g-worldport header.site-header {
  width: min(1320px, calc(100% - 36px));
  min-height: 62px;
  box-shadow: 0 14px 34px rgba(7, 17, 29, 0.075) !important;
}

.worldport-home {
  background:
    linear-gradient(110deg, rgba(7, 17, 29, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0)),
    transparent !important;
  background-size: 112px 112px, auto, auto !important;
}

.worldport-hero {
  grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.9fr);
  gap: clamp(42px, 7vw, 118px);
  align-items: center;
  min-height: min(850px, 92svh);
  padding-top: clamp(156px, 15vh, 188px);
  padding-bottom: clamp(86px, 10vh, 132px);
}

.worldport-hero::before {
  height: 100%;
  background:
    linear-gradient(90deg, rgba(7, 17, 29, 0.035), transparent 24%, transparent 76%, rgba(255, 90, 47, 0.045)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0)) !important;
}

.worldport-map i {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(36, 91, 232, 0.36), rgba(255, 90, 47, 0.42), transparent);
}

.worldport-map b {
  box-shadow: 0 0 0 9px rgba(255, 90, 47, 0.095), 0 0 34px rgba(255, 90, 47, 0.18);
}

.worldport-hero h1 {
  max-width: 14.2ch;
  font-size: clamp(3.7rem, 6.05vw, 5.65rem);
  font-weight: 900;
  line-height: 1.02;
}

.worldport-lead {
  max-width: 57ch;
  color: rgba(40, 55, 72, 0.86);
  font-size: clamp(1.02rem, 1.22vw, 1.16rem);
  line-height: 1.82;
}

.worldport-actions {
  gap: 14px;
}

.worldport-button,
body.cn2g-worldport :where(.primary-button, .cta-button, .ghost-button, .header-cta) {
  min-height: 50px;
  border-radius: 18px !important;
}

.worldport-primary,
body.cn2g-worldport :where(.primary-button, .cta-button, .header-cta) {
  background: #ff5a2f !important;
  box-shadow: 0 14px 32px rgba(255, 90, 47, 0.18) !important;
}

.worldport-secondary,
body.cn2g-worldport .ghost-button {
  background: #07111d !important;
  box-shadow: 0 10px 26px rgba(7, 17, 29, 0.12) !important;
}

.worldport-visual {
  min-height: clamp(430px, 55vh, 610px);
}

.worldport-visual figure {
  inset: 0 0 10%;
}

.worldport-visual img {
  max-height: 540px;
  filter: saturate(0.98) contrast(1.03);
}

.worldport-visual aside {
  right: clamp(0px, 1.4vw, 24px);
  bottom: clamp(0px, 1.2vw, 18px);
  width: min(360px, 82%);
  border-radius: 18px;
  background: rgba(7, 17, 29, 0.88);
  box-shadow: 0 18px 44px rgba(7, 17, 29, 0.18);
}

.worldport-dock {
  grid-template-columns: minmax(0, 0.64fr) minmax(520px, 1fr);
  padding-top: clamp(44px, 7vw, 82px);
}

.worldport-dock nav {
  gap: 0;
  border-top: 2px solid rgba(7, 17, 29, 0.88);
}

.worldport-dock-link,
.worldport-dock-link:nth-child(1),
.worldport-dock-link:nth-child(2),
.worldport-dock-link:nth-child(3),
.worldport-dock-link:nth-child(4) {
  min-height: 0;
  align-content: start;
  padding: 28px 24px 30px 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(7, 17, 29, 0.16);
  background: transparent !important;
  color: var(--wp-ink) !important;
  box-shadow: none;
}

.worldport-dock-link:nth-child(odd) {
  border-right: 1px solid rgba(7, 17, 29, 0.16);
}

.worldport-dock-link:nth-child(even) {
  padding-left: 24px;
}

.worldport-dock-link:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.worldport-dock-link strong {
  font-size: clamp(1.1rem, 1.55vw, 1.42rem);
}

.worldport-dock-link span {
  opacity: 0.68;
}

.worldport-dock h2,
.worldport-section-head h2,
.worldport-quote-promo h2,
.worldport-risk h2 {
  font-size: clamp(2.12rem, 4.2vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
}

.worldport-section {
  padding: clamp(52px, 8vw, 112px) 0;
}

.worldport-flow ol,
.worldport-service-ledger,
.worldport-quote-promo {
  border-top-color: rgba(7, 17, 29, 0.84);
}

.worldport-risk {
  border-radius: 20px;
}

body.cn2g-worldport .cn2g-freight-pro {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(248, 250, 250, 0.92)),
    radial-gradient(circle at 84% 0%, rgba(255, 90, 47, 0.08), transparent 32rem) !important;
}

@media (max-width: 860px) {
  body.cn2g-worldport .site-header,
  body.cn2g-worldport header.site-header {
    width: min(100% - 18px, 740px);
    min-height: 54px;
    border-radius: 15px !important;
  }

  .worldport-hero {
    padding-top: 108px;
    padding-bottom: 42px;
    gap: 26px;
  }

  .worldport-hero h1 {
    max-width: 12.8ch;
    font-size: clamp(2.28rem, 9.6vw, 3.08rem);
    line-height: 1.08;
  }

  .worldport-overline {
    margin-bottom: 14px;
    font-size: 0.86rem;
  }

  .worldport-lead {
    margin-top: 18px;
    font-size: 0.95rem;
    line-height: 1.72;
  }

  .worldport-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .worldport-button,
  .worldport-link {
    min-height: 48px;
  }

  .worldport-visual {
    min-height: 300px;
  }

  .worldport-visual aside {
    padding: 12px;
    border-radius: 16px;
  }

  .worldport-dock {
    padding-top: 34px;
  }

  .worldport-dock nav {
    grid-template-columns: 1fr;
  }

  .worldport-dock-link,
  .worldport-dock-link:nth-child(1),
  .worldport-dock-link:nth-child(2),
  .worldport-dock-link:nth-child(3),
  .worldport-dock-link:nth-child(4) {
    padding: 20px 0;
    border-right: 0;
  }

  .worldport-dock h2,
  .worldport-section-head h2,
  .worldport-quote-promo h2,
  .worldport-risk h2 {
    font-size: clamp(1.82rem, 7.6vw, 2.72rem);
    line-height: 1.1;
  }
}

@media (max-width: 420px) {
  .worldport-hero h1 {
    font-size: clamp(2.06rem, 8.9vw, 2.64rem);
  }

  .worldport-visual {
    min-height: 286px;
  }
}
