:root {
  --ems-ink: #071421;
  --ems-ink-2: #132235;
  --ems-muted: #536174;
  --ems-line: rgba(7, 20, 33, 0.14);
  --ems-fog: #f8fafc;
  --ems-white: #ffffff;
  --ems-harbor: #08192b;
  --ems-blue: #1b8fe8;
  --ems-blue-2: #1259cc;
  --ems-red: #d31623;
  --ems-orange: #f36a21;
  --ems-radius: 8px;
  --ems-radius-lg: 14px;
  --ems-ease: cubic-bezier(0.32, 0.72, 0, 1);
}

html.cn2g-worldport-root,
body.cn2g-ems-launch {
  overflow-x: hidden;
  background: var(--ems-fog);
  color: var(--ems-ink);
}

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

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

body.cn2g-ems-launch :where(h1, h2, h3, p) {
  margin-top: 0;
}

body.cn2g-ems-launch :where(h1, h2, h3) {
  color: inherit;
  letter-spacing: 0;
  text-wrap: balance;
}

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

body.cn2g-ems-launch main {
  background: var(--ems-fog) !important;
}

body.cn2g-ems-launch .site-header,
body.cn2g-ems-launch header.site-header {
  top: 0 !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 72px !important;
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(7, 20, 33, 0.1) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--ems-ink) !important;
  box-shadow: 0 6px 22px rgba(7, 20, 33, 0.06) !important;
  backdrop-filter: blur(14px) saturate(135%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(135%) !important;
}

body.cn2g-ems-launch .site-header :where(.nav a, .main-nav a),
body.cn2g-ems-launch header.site-header :where(.nav a, .main-nav a) {
  border-radius: 0 !important;
  color: var(--ems-ink) !important;
  font-weight: 760 !important;
}

body.cn2g-ems-launch .site-header :where(.nav a:hover, .main-nav a:hover),
body.cn2g-ems-launch header.site-header :where(.nav a:hover, .main-nav a:hover) {
  background: transparent !important;
  color: var(--ems-red) !important;
  transform: none !important;
}

body.cn2g-ems-launch [data-cn2g-site-lang-trigger],
body.cn2g-ems-launch .language-select {
  border-color: transparent !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: var(--ems-ink) !important;
  box-shadow: none !important;
}

.ems-launch-home {
  background:
    linear-gradient(90deg, rgba(7, 20, 33, 0.025) 1px, transparent 1px),
    linear-gradient(180deg, #fff 0%, #f7f9fb 58%, #eef4f9 100%);
  background-size: 48px 48px, auto;
}

.ems-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, 0.68fr);
  gap: clamp(24px, 3.2vw, 48px);
  align-items: center;
  width: min(1510px, calc(100% - 68px));
  min-height: clamp(620px, 82svh, 780px);
  margin: 0 auto;
  padding: clamp(42px, 7vw, 80px) 0 clamp(36px, 5vw, 54px);
}

.ems-map {
  position: absolute;
  top: 42px;
  left: 24%;
  z-index: -1;
  width: min(760px, 58vw);
  opacity: 0.86;
  pointer-events: none;
}

.ems-map svg {
  display: block;
  width: 100%;
  height: auto;
}

.ems-map-land {
  fill: rgba(31, 143, 232, 0.055);
  stroke: rgba(31, 143, 232, 0.1);
  stroke-width: 1;
}

.ems-map-land.is-soft {
  fill: rgba(7, 20, 33, 0.035);
}

.ems-route {
  fill: none;
  stroke: rgba(27, 143, 232, 0.62);
  stroke-width: 2;
  stroke-linecap: round;
}

.ems-hub {
  fill: var(--ems-red);
  stroke: #fff;
  stroke-width: 5;
}

.ems-node {
  fill: var(--ems-blue);
}

.ems-map span {
  position: absolute;
  top: 40.5%;
  left: 53%;
  color: var(--ems-ink);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 900;
  transform: translate(14px, -4px);
}

.ems-hero-copy {
  position: relative;
  z-index: 1;
  padding-top: clamp(8px, 2vw, 24px);
}

.ems-official {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 38px;
  margin-bottom: 18px;
  border: 1px solid rgba(27, 143, 232, 0.26);
  border-radius: var(--ems-radius);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ems-ink-2);
  padding: 8px 12px;
  font-size: 0.96rem;
  font-weight: 760;
}

.ems-official::before {
  content: "";
  width: 3px;
  height: 18px;
  margin-right: 8px;
  border-radius: 99px;
  background: var(--ems-blue);
}

.ems-hero h1 {
  max-width: none;
  margin: 0;
  color: var(--ems-ink);
  font-size: clamp(3.4rem, 5.15vw, 5rem);
  font-weight: 950;
  line-height: 1.06;
  text-wrap: normal;
  white-space: nowrap;
}

.ems-hero h1 span {
  color: var(--ems-red);
}

.ems-lead {
  max-width: 64ch;
  margin: clamp(20px, 2.6vw, 30px) 0 0;
  color: rgba(19, 34, 53, 0.76);
  font-size: clamp(1rem, 1.18vw, 1.14rem);
  line-height: 1.8;
}

.ems-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 860px;
  margin-top: clamp(28px, 4vw, 44px);
}

.ems-proof article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  padding: 0 18px;
  border-right: 1px solid rgba(7, 20, 33, 0.14);
}

.ems-proof article:first-child {
  padding-left: 0;
}

.ems-proof article:last-child {
  border-right: 0;
}

.ems-proof svg,
.ems-stats svg,
.ems-flow svg,
.ems-bottom-band svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ems-proof svg {
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  color: var(--ems-ink);
}

.ems-proof strong,
.ems-stats strong {
  color: var(--ems-ink);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  font-weight: 900;
  line-height: 1.2;
}

.ems-proof span,
.ems-stats span {
  color: var(--ems-muted);
  font-size: 0.88rem;
  line-height: 1.35;
}

.ems-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 870px;
  margin-top: clamp(28px, 4vw, 42px);
  border: 1px solid rgba(7, 20, 33, 0.18);
  border-radius: var(--ems-radius);
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.ems-stats article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 4px 12px;
  align-items: center;
  padding: 22px 20px;
  border-right: 1px solid rgba(7, 20, 33, 0.1);
}

.ems-stats article:last-child {
  border-right: 0;
}

.ems-stats svg {
  grid-row: 1 / span 2;
  width: 38px;
  height: 38px;
  padding: 8px;
  border: 1px solid rgba(7, 20, 33, 0.16);
  border-radius: var(--ems-radius);
  color: var(--ems-ink);
}

.ems-stats strong {
  font-size: clamp(1.24rem, 1.52vw, 1.48rem);
  font-variant-numeric: tabular-nums;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.ems-estimator {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--ems-radius-lg);
  background:
    radial-gradient(circle at 85% 8%, rgba(27, 143, 232, 0.18), transparent 18rem),
    linear-gradient(145deg, #071421 0%, #0a1d31 56%, #071421 100%);
  color: #fff;
  padding: clamp(22px, 2.4vw, 30px);
  box-shadow: 0 28px 70px rgba(7, 20, 33, 0.28);
}

.ems-launch-estimator-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}

.ems-launch-estimator-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.58rem, 2.2vw, 2rem);
  font-weight: 950;
}

.ems-launch-estimator-head h2 span,
.ems-launch-estimator-head strong {
  color: #ff3139;
}

.ems-launch-estimator-head strong {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--ems-blue);
  font-size: clamp(1.58rem, 2.05vw, 2.16rem);
  font-style: italic;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.ems-launch-estimator-head strong::before,
.ems-launch-estimator-head strong::after {
  content: "";
  display: block;
  width: 36px;
  height: 14px;
  background: repeating-linear-gradient(180deg, var(--ems-orange) 0 3px, transparent 3px 6px);
}

.ems-launch-estimator-head strong::before {
  margin-right: 8px;
}

.ems-launch-estimator-head strong::after {
  margin-left: 8px;
}

.ems-estimator-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.ems-field {
  position: relative;
  display: grid;
  gap: 9px;
  min-width: 0;
}

.ems-field.is-wide {
  grid-column: 1 / -1;
}

.ems-field > span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.93rem;
  font-weight: 840;
}

.ems-field input,
.ems-field select {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--ems-radius);
  background: #f8fafc;
  color: var(--ems-ink);
  padding: 0 14px;
  font-size: 1rem;
  font-weight: 760;
  outline: none;
}

.ems-field input:focus,
.ems-field select:focus,
.ems-calc-button:focus-visible {
  border-color: var(--ems-blue);
  box-shadow: 0 0 0 4px rgba(27, 143, 232, 0.28);
}

.ems-field em {
  position: absolute;
  right: 12px;
  bottom: 12px;
  color: rgba(7, 20, 33, 0.58);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  pointer-events: none;
}

.ems-field input[data-ems-field="weight"] {
  padding-right: 42px;
}

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

.ems-dims input {
  padding: 0 10px;
  text-align: center;
}

.ems-weight-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 16px;
  margin: 18px 0;
  color: rgba(255, 255, 255, 0.72);
}

.ems-weight-row span {
  font-weight: 820;
}

.ems-weight-row strong {
  color: #fff;
  font-size: 1.22rem;
  font-variant-numeric: tabular-nums;
}

.ems-weight-row small {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.54);
  line-height: 1.55;
}

.ems-result {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 16px 0;
  border-radius: var(--ems-radius);
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.ems-result > div {
  padding: 18px;
}

.ems-result > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ems-result span,
.ems-result em {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 760;
}

.ems-result strong {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 8px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.6rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.ems-result strong em {
  display: inline;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
}

.ems-result .ems-price {
  color: #ff4048;
  font-size: clamp(1.94rem, 2.38vw, 2.34rem);
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.ems-note {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.93rem;
  line-height: 1.65;
}

.ems-calc-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: var(--ems-radius);
  background: linear-gradient(180deg, #ff3038, #e71622);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 900;
  cursor: pointer;
  transition: transform 220ms var(--ems-ease), filter 220ms var(--ems-ease);
}

.ems-calc-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.ems-flow,
.ems-service-cards {
  width: min(1510px, calc(100% - 68px));
  margin: 0 auto;
}

.ems-flow {
  border: 1px solid rgba(7, 20, 33, 0.16);
  border-radius: var(--ems-radius);
  background: rgba(255, 255, 255, 0.76);
  padding: 22px;
}

.ems-flow header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}

.ems-flow h2 {
  margin: 0;
  color: var(--ems-ink);
  font-size: clamp(1.34rem, 2vw, 1.72rem);
  font-weight: 920;
}

.ems-flow header a,
.ems-service-cards a {
  color: var(--ems-blue-2);
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
}

.ems-flow ol {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ems-flow li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 5px 12px;
  align-items: center;
  min-width: 0;
}

.ems-flow svg {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  padding: 8px;
  border: 1px solid rgba(7, 20, 33, 0.14);
  border-radius: 999px;
  color: var(--ems-ink);
  background: #fff;
}

.ems-flow strong {
  color: var(--ems-ink);
  font-size: 0.98rem;
  font-weight: 900;
}

.ems-flow span {
  color: var(--ems-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.ems-service-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 18px 0 20px;
}

.ems-service-cards article {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.95fr);
  min-height: 140px;
  border: 1px solid rgba(7, 20, 33, 0.13);
  border-radius: var(--ems-radius);
  background: #fff;
  overflow: hidden;
}

.ems-service-cards img {
  width: 100%;
  height: 100%;
  min-height: 140px;
  object-fit: cover;
}

.ems-service-cards div {
  align-self: center;
  padding: 18px;
}

.ems-service-cards h3 {
  margin: 0;
  color: var(--ems-ink);
  font-size: clamp(1.08rem, 1.35vw, 1.42rem);
  font-weight: 920;
}

.ems-service-cards p {
  margin: 9px 0 14px;
  color: var(--ems-muted);
  line-height: 1.56;
}

.ems-bottom-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background:
    radial-gradient(circle at 86% 0%, rgba(27, 143, 232, 0.22), transparent 26rem),
    linear-gradient(135deg, #071421, #0b2238);
  color: #fff;
}

.ems-bottom-band article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 4px 16px;
  align-items: center;
  min-height: 104px;
  padding: 24px clamp(18px, 5vw, 60px);
}

.ems-bottom-band svg {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  color: #fff;
}

.ems-bottom-band strong {
  color: #fff;
  font-weight: 900;
}

.ems-bottom-band span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
}

body.cn2g-ems-launch .site-footer.ems-launch-footer {
  margin: 0 !important;
  padding: clamp(42px, 7vw, 76px) clamp(18px, 5vw, 64px) !important;
  border-top: 1px solid rgba(7, 20, 33, 0.12) !important;
  background: #fff !important;
  color: var(--ems-ink) !important;
}

.ems-footer-shell {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(220px, 0.72fr) minmax(220px, 0.58fr);
  gap: clamp(24px, 5vw, 72px);
  width: min(1260px, 100%);
  margin: 0 auto;
}

.ems-footer-logo {
  color: var(--ems-red);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 950;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.ems-footer-shell p {
  max-width: 56ch;
  margin: 14px 0 0;
  color: var(--ems-muted);
  line-height: 1.7;
}

.ems-footer-shell nav,
.ems-footer-shell address {
  display: grid;
  gap: 10px;
  font-style: normal;
}

.ems-footer-shell a,
.ems-footer-shell span {
  color: var(--ems-ink-2);
  font-weight: 760;
  text-decoration: none;
}

.ems-footer-shell a:hover {
  color: var(--ems-red);
  text-decoration: underline;
  text-underline-offset: 5px;
}

body.cn2g-ems-launch .cn2g-fp-tabs,
body.cn2g-ems-launch .cn2g-fp-tab[data-mode="commercial"] {
  display: none !important;
}

body.cn2g-ems-launch .cn2g-fp-head .cn2g-fp-sub {
  max-width: 680px !important;
}

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

@media (max-width: 1180px) {
  .ems-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 32px;
  }

  .ems-map {
    top: 70px;
    left: auto;
    right: -6%;
    width: min(680px, 82vw);
  }

  .ems-estimator {
    width: min(720px, 100%);
  }

  .ems-flow ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .ems-service-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ems-bottom-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body.cn2g-ems-launch .site-header,
  body.cn2g-ems-launch header.site-header {
    min-height: 58px !important;
  }

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

  .ems-hero,
  .ems-flow,
  .ems-service-cards {
    width: min(100% - 28px, 720px);
  }

  .ems-hero {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .ems-map {
    top: 44px;
    right: -22%;
    width: min(620px, 112vw);
    opacity: 0.6;
  }

  .ems-official {
    min-height: 34px;
    font-size: 0.84rem;
  }

  .ems-hero h1 {
    max-width: 12ch;
    font-size: clamp(2.36rem, 10vw, 3.48rem);
    line-height: 1.12;
    white-space: normal;
  }

  .ems-lead {
    font-size: 0.96rem;
    line-height: 1.7;
  }

  .ems-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 0;
  }

  .ems-proof article:nth-child(2) {
    border-right: 0;
  }

  .ems-proof article:nth-child(3) {
    padding-left: 0;
  }

  .ems-stats,
  .ems-estimator-grid,
  .ems-result,
  .ems-service-cards,
  .ems-footer-shell {
    grid-template-columns: 1fr;
  }

  .ems-stats article {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 20, 33, 0.1);
  }

  .ems-stats article:last-child {
    border-bottom: 0;
  }

  .ems-estimator {
    padding: 18px;
  }

  .ems-launch-estimator-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .ems-launch-estimator-head strong {
    font-size: 1.55rem;
  }

  .ems-launch-estimator-head strong::before,
  .ems-launch-estimator-head strong::after {
    width: 22px;
  }

  .ems-result > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ems-flow {
    padding: 16px;
  }

  .ems-flow header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ems-flow ol {
    grid-template-columns: 1fr;
  }

  .ems-service-cards article {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .ems-bottom-band {
    grid-template-columns: 1fr;
  }

  .ems-bottom-band article {
    min-height: 88px;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 420px) {
  .ems-hero,
  .ems-flow,
  .ems-service-cards {
    width: min(100% - 22px, 420px);
  }

  .ems-hero h1 {
    font-size: clamp(2.04rem, 9.5vw, 2.72rem);
  }

  .ems-proof {
    grid-template-columns: 1fr;
  }

  .ems-proof article,
  .ems-proof article:first-child,
  .ems-proof article:nth-child(3) {
    padding: 0;
    border-right: 0;
  }

  .ems-dims {
    gap: 6px;
  }

  .ems-service-cards article {
    grid-template-columns: 1fr;
  }

  .ems-service-cards img {
    aspect-ratio: 16 / 8;
    min-height: 0;
  }
}

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

  .ems-launch-estimator-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
