/* =========================================================================
   tjc-service.css —— 服务落地页（全宽 · 有大图 · 分区式）
   仅在选用「TJC 服务页」模板的页面加载。自包含：不依赖 tjc-article.css。
   所有规则作用域在 .tjc-service，不影响文章 / 列表 / 首页 / 其它页面。

   组件：Hero / 分区(section+wrap，含浅底·navy变体) / 图文两栏 / FCL·LCL 对比卡 /
        流程步骤 / 特性图标网格 / 数据条 / 提示框 / FAQ折叠 / 要点 / 结尾CTA / 待确认高亮。
   ========================================================================= */

.tjc-service {
	--tjc-primary: #ff5e14;
	--tjc-primary-dark: #e04d0a;
	--tjc-navy: #001d67;
	--tjc-ink: #001d67;
	--tjc-muted: #6b7a90;
	--tjc-body: #33455f;
	--tjc-line: #e6ebf2;
	--tjc-soft: #f5f8fc;
	--tjc-radius: 14px;
	--tjc-shadow: 0 10px 30px rgba(16, 42, 82, .08);
}

/* 覆盖父主题在这些页残留的窄容器/留白影响 */
.tjc-service { width: 100%; overflow-x: clip; }
.tjc-service * { box-sizing: border-box; }
.tjc-service img { max-width: 100%; height: auto; }
.tjc-service [id] { scroll-margin-top: 100px; }

/* 居中内容容器 */
.tjc-svc-wrap {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 22px;
}

/* ---------- 按钮（自包含） ---------- */
.tjc-service .tjc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 14px 30px;
	font-size: 15.5px;
	font-weight: 600;
	line-height: 1;
	border-radius: 9px;
	border: 2px solid transparent;
	text-decoration: none;
	cursor: pointer;
	transition: all .18s ease;
}
.tjc-service .tjc-btn-primary { background: var(--tjc-primary); color: #fff; border-color: var(--tjc-primary); box-shadow: 0 8px 18px rgba(255,94,20,.28); }
.tjc-service .tjc-btn-primary:hover { background: var(--tjc-navy); border-color: var(--tjc-navy); color: #fff; transform: translateY(-2px); }
.tjc-service .tjc-btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.tjc-service .tjc-btn-ghost:hover { background: #fff; color: var(--tjc-navy); border-color: #fff; }
.tjc-service .tjc-btn-lg { padding: 16px 38px; font-size: 16.5px; }

/* =========================================================================
   Hero（全宽大图 + 遮罩）
   ========================================================================= */
.tjc-svc-hero {
	position: relative;
	min-height: 660px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.tjc-svc-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0,15,52,.86) 0%, rgba(0,15,52,.66) 45%, rgba(0,15,52,.35) 100%);
}
.tjc-svc-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 96px 22px;
}
.tjc-svc-kicker {
	display: inline-block;
	margin-bottom: 18px;
	padding: 7px 15px;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	background: var(--tjc-primary);
	border-radius: 6px;
}
a.tjc-svc-kicker:hover { background: var(--tjc-primary-dark); color: #fff; }
.tjc-svc-hero-title {
	margin: 0;
	max-width: 800px;
	color: #fff;
	font-size: 60px;
	line-height: 1.1;
	font-weight: 800;
	letter-spacing: -.01em;
}
.tjc-svc-hero-lead {
	margin: 20px 0 0;
	max-width: 620px;
	color: rgba(255,255,255,.9);
	font-size: 19px;
	line-height: 1.6;
}
.tjc-svc-hero-btns { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 14px; }

.tjc-svc-hero-points {
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
	display: grid;
	gap: 13px;
	max-width: 760px;
}
.tjc-svc-hero-points li {
	display: flex;
	align-items: center;
	gap: 13px;
	color: #eaf0fb;
	font-size: 16.5px;
	font-weight: 600;
	line-height: 1.45;
}
.tjc-svc-hero-point-icon {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(95, 211, 154, .18);
	color: #5fd39a;
	font-size: 13px;
}
.tjc-svc-hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 44px;
	margin-top: 50px;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, .16);
	max-width: 760px;
}
.tjc-svc-hero-stat { min-width: 130px; }
.tjc-svc-hero-stat-value {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	line-height: 1;
	white-space: nowrap;
}
.tjc-svc-hero-stat-value em {
	color: var(--tjc-primary);
	font-style: normal;
	font-size: .72em;
	margin-left: 2px;
}
.tjc-svc-hero-stat-label {
	font-size: 13.5px;
	color: #b9c6df;
	margin-top: 6px;
	max-width: 180px;
	line-height: 1.35;
}

/* Sea, air and express use the same visible Hero frame as the dedicated rail
 * page. Other service templates retain the original dimensions. */
.tjc-service--rail-hero .tjc-svc-hero {
	/* Rail's Hero grows to about 900px because of its route stats. Service
	 * Heroes have less content, so reserve the same image canvas explicitly. */
	min-height: 900px;
	padding: 170px 0 64px;
	align-items: flex-start;
	overflow: hidden;
}
.tjc-service--rail-hero .tjc-svc-hero-inner { padding: 0 22px; }

/* =========================================================================
   全宽视差图片带（大气分隔）+ 港口配图
   ========================================================================= */
.tjc-svc-band {
	position: relative;
	padding: 118px 0;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;   /* 桌面视差 */
	text-align: center;
}
.tjc-svc-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(0,15,52,.76), rgba(0,15,52,.66));
}
.tjc-svc-band .tjc-svc-wrap { position: relative; z-index: 1; }
.tjc-svc-band-eyebrow {
	display: inline-block;
	color: #fff;
	opacity: .82;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 12px;
}
.tjc-svc-band h2 {
	color: #fff;
	font-size: 40px;
	line-height: 1.18;
	font-weight: 800;
	margin: 0 auto;
	max-width: 900px;
}
.tjc-svc-band p {
	color: rgba(255,255,255,.85);
	font-size: 18px;
	line-height: 1.6;
	margin: 16px auto 0;
	max-width: 680px;
}
@media (max-width: 991px) {
	.tjc-svc-band { background-attachment: scroll; padding: 78px 0; }
	.tjc-svc-band h2 { font-size: 30px; }
	.tjc-svc-band p { font-size: 16px; }
}

/* 港口配图（起运港分区，全宽横幅条） */
.tjc-svc-portimg {
	margin: 0 0 26px;
	border-radius: var(--tjc-radius);
	overflow: hidden;
	box-shadow: var(--tjc-shadow);
}
.tjc-svc-portimg img { width: 100%; height: 340px; object-fit: cover; display: block; }
@media (max-width: 767px) { .tjc-svc-portimg img { height: 220px; } }

/* =========================================================================
   分区骨架
   ========================================================================= */
.tjc-svc-body { width: 100%; }
.tjc-svc-body > p { display: none; }          /* 干掉 wpautop 在分区之间产生的空 <p> */
.tjc-svc-body > p:has(*) { display: block; }   /* 若某 <p> 里含真实元素则保留（新式浏览器） */

.tjc-svc-section { padding: 74px 0; }
.tjc-svc-section--tint { background: var(--tjc-soft); }
.tjc-svc-section--navy { background: var(--tjc-navy); color: #fff; }

/* 分区标题块 */
.tjc-svc-head { margin-bottom: 34px; }
.tjc-svc-head--center { text-align: center; }
.tjc-svc-head--center .tjc-svc-sub { margin-left: auto; margin-right: auto; }
.tjc-svc-eyebrow {
	display: inline-block;
	color: var(--tjc-primary);
	font-weight: 700;
	font-size: 13px;
	letter-spacing: .09em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.tjc-svc-h2 {
	margin: 0;
	color: var(--tjc-ink);
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
}
.tjc-svc-section--navy .tjc-svc-h2 { color: #fff; }
.tjc-svc-sub {
	margin: 14px 0 0;
	max-width: 760px;
	color: var(--tjc-muted);
	font-size: 17px;
	line-height: 1.7;
}
.tjc-svc-section--navy .tjc-svc-sub { color: rgba(255,255,255,.8); }

/* 正文排版（分区内） */
.tjc-svc-section p { color: var(--tjc-body); font-size: 16.5px; line-height: 1.8; margin: 0 0 16px; }
.tjc-svc-section p:last-child { margin-bottom: 0; }
.tjc-svc-section h3 { color: var(--tjc-ink); font-size: 21px; line-height: 1.3; margin: 26px 0 12px; }
.tjc-svc-section a { color: var(--tjc-primary); text-decoration: underline; }
.tjc-svc-section a:hover { color: var(--tjc-primary-dark); }

/* 勾选列表 */
.tjc-svc-list { list-style: none; margin: 0; padding: 0; }
.tjc-svc-list li {
	position: relative;
	padding: 0 0 10px 30px;
	color: var(--tjc-body);
	font-size: 16px;
	line-height: 1.65;
}
.tjc-svc-list li::before {
	content: "✓";
	position: absolute;
	left: 0; top: 1px;
	width: 20px; height: 20px;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: var(--tjc-primary);
	border-radius: 50%;
}

/* =========================================================================
   图文两栏
   ========================================================================= */
.tjc-svc-two {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 46px;
	align-items: center;
}
.tjc-svc-two--reverse .tjc-svc-two-media { order: -1; }
.tjc-svc-two-media img {
	width: 100%;
	border-radius: var(--tjc-radius);
	box-shadow: var(--tjc-shadow);
	display: block;
}

/* =========================================================================
   FCL / LCL 对比双卡
   ========================================================================= */
.tjc-svc-cards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}
.tjc-svc-card {
	background: #fff;
	border: 1px solid var(--tjc-line);
	border-radius: var(--tjc-radius);
	overflow: hidden;
	box-shadow: var(--tjc-shadow);
	display: flex;
	flex-direction: column;
}
.tjc-svc-card-media { height: 210px; overflow: hidden; }
.tjc-svc-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tjc-svc-card-body { padding: 26px 26px 30px; }
.tjc-svc-card-body h3 { margin: 0 0 6px; font-size: 22px; color: var(--tjc-ink); }
.tjc-svc-card-tagline { margin: 0 0 16px; color: var(--tjc-muted); font-size: 14.5px; }

/* =========================================================================
   流程步骤（How it works）
   ========================================================================= */
.tjc-svc-steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
	counter-reset: tjc-step;
}
.tjc-svc-step {
	position: relative;
	text-align: center;
	padding: 0 8px;
}
.tjc-svc-step-num {
	counter-increment: tjc-step;
	width: 54px; height: 54px;
	margin: 0 auto 14px;
	display: flex; align-items: center; justify-content: center;
	font-size: 20px; font-weight: 800;
	color: #fff;
	background: var(--tjc-primary);
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(255,94,20,.3);
}
.tjc-svc-step-num::before { content: counter(tjc-step); }
.tjc-svc-step h4 { margin: 0 0 6px; font-size: 16px; color: var(--tjc-ink); }
.tjc-svc-step p { margin: 0; font-size: 14px; color: var(--tjc-muted); line-height: 1.6; }
/* 连接线（相邻步骤之间） */
.tjc-svc-step:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 27px; right: -9px;
	width: 18px; height: 2px;
	background: var(--tjc-line);
}

/* =========================================================================
   特性图标网格
   ========================================================================= */
.tjc-svc-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
.tjc-svc-feature {
	padding: 26px 22px;
	background: #fff;
	border: 1px solid var(--tjc-line);
	border-radius: var(--tjc-radius);
	transition: transform .18s ease, box-shadow .18s ease;
}
.tjc-svc-feature:hover { transform: translateY(-4px); box-shadow: var(--tjc-shadow); }
.tjc-svc-feature-icon {
	width: 52px; height: 52px;
	margin-bottom: 16px;
	display: inline-flex; align-items: center; justify-content: center;
	font-size: 22px;
	color: var(--tjc-primary);
	background: rgba(255,94,20,.1);
	border-radius: 12px;
}
.tjc-svc-feature h4 { margin: 0 0 8px; font-size: 17px; color: var(--tjc-ink); }
.tjc-svc-feature p { margin: 0; font-size: 14.5px; color: var(--tjc-muted); line-height: 1.65; }
/* 可点击服务卡（附加服务）：整卡用 stretched-link 空 <a> 覆盖，
   避免用 <a> 直接包 <h4>/<p> 等块级元素被 wpautop 打断结构。 */
.tjc-svc-linkcard { position: relative; }
.tjc-svc-stretch { position: absolute; inset: 0; z-index: 1; }
.tjc-svc-linkcard:hover h4 { color: var(--tjc-primary); }
.tjc-svc-linkcard h4::after { content: " →"; color: var(--tjc-primary); opacity: 0; transition: opacity .18s ease; }
.tjc-svc-linkcard:hover h4::after { opacity: 1; }

/* =========================================================================
   数据 / 信任条（navy）
   ========================================================================= */
.tjc-svc-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 30px;
	text-align: center;
}
.tjc-svc-stat-num { font-size: 58px; font-weight: 800; color: #fff; line-height: 1; }
.tjc-svc-stat-num span { color: var(--tjc-primary); }
.tjc-svc-stat-label { margin-top: 10px; font-size: 14.5px; color: rgba(255,255,255,.75); }

/* =========================================================================
   提示框 / 责任表 / 要点 / FAQ
   ========================================================================= */
.tjc-callout {
	display: flex;
	gap: 12px;
	padding: 18px 20px;
	margin: 26px 0 0;
	background: #fff;
	border: 1px solid var(--tjc-line);
	border-left: 4px solid var(--tjc-primary);
	border-radius: 0 10px 10px 0;
}
.tjc-callout p { margin: 0; }
.tjc-callout strong { color: var(--tjc-ink); }
.tjc-callout--warn { border-left-color: #e8a400; }

.tjc-table-wrap { overflow-x: auto; margin: 8px 0 0; -webkit-overflow-scrolling: touch; }
.tjc-service table { width: 100%; border-collapse: collapse; font-size: 15px; background: #fff; }
.tjc-service th, .tjc-service td { padding: 13px 15px; border: 1px solid var(--tjc-line); text-align: left; vertical-align: top; line-height: 1.6; }
.tjc-service thead th { background: var(--tjc-navy); color: #fff; font-weight: 600; }
.tjc-service tbody tr:nth-child(even) { background: var(--tjc-soft); }

.tjc-takeaways { background: #fff; border: 1px solid var(--tjc-line); border-radius: var(--tjc-radius); padding: 26px 28px; box-shadow: var(--tjc-shadow); }
.tjc-takeaways ul { margin: 0; padding-left: 20px; }
.tjc-takeaways li { margin-bottom: 9px; color: var(--tjc-body); line-height: 1.6; }
.tjc-takeaways li:last-child { margin-bottom: 0; }

.tjc-faq { max-width: 860px; margin: 0 auto; }
.tjc-faq details { border: 1px solid var(--tjc-line); border-radius: 10px; margin-bottom: 12px; background: #fff; overflow: hidden; }
.tjc-faq summary { list-style: none; cursor: pointer; padding: 18px 52px 18px 20px; font-weight: 600; font-size: 16.5px; color: var(--tjc-ink); position: relative; }
.tjc-faq summary::-webkit-details-marker { display: none; }
.tjc-faq summary::after { content: ""; position: absolute; right: 22px; top: 50%; width: 9px; height: 9px; margin-top: -7px; border-right: 2px solid var(--tjc-primary); border-bottom: 2px solid var(--tjc-primary); transform: rotate(45deg); transition: transform .2s ease; }
.tjc-faq details[open] summary::after { transform: rotate(-135deg); margin-top: -3px; }
.tjc-faq details[open] summary { border-bottom: 1px solid var(--tjc-line); }
.tjc-faq details > *:not(summary) { margin: 0; padding: 15px 20px; color: var(--tjc-body); line-height: 1.75; }

/* =========================================================================
   结尾 CTA 段（全宽 navy）
   ========================================================================= */
.tjc-svc-cta-band { background: var(--tjc-navy); padding: 56px 0; position: relative; overflow: hidden; }
.tjc-svc-cta-band::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--tjc-primary); }
.tjc-svc-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.tjc-svc-cta-text { flex: 1 1 360px; }
.tjc-svc-cta-title { margin: 0 0 8px; color: #fff; font-size: 26px; line-height: 1.25; }
.tjc-svc-cta-text p { margin: 0; color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.6; }

/* 「待确认」占位高亮 */
.tjc-tbc { background: #fff4e6; color: #b45309; border: 1px dashed #f5a623; border-radius: 4px; padding: 0 6px; font-style: normal; font-size: .92em; }

/* =========================================================================
   响应式
   ========================================================================= */
@media (max-width: 991px) {
	.tjc-svc-hero { min-height: 460px; }
	.tjc-svc-hero-inner { padding: 72px 22px; }
	.tjc-service--rail-hero .tjc-svc-hero { min-height: 780px; padding: 130px 0 54px; }
	.tjc-service--rail-hero .tjc-svc-hero-inner { padding: 0 22px; }
	.tjc-svc-hero-points { margin-top: 30px; }
	.tjc-svc-hero-stats { gap: 30px; margin-top: 42px; }
	.tjc-svc-hero-title { font-size: 38px; }
	.tjc-svc-section { padding: 54px 0; }
	.tjc-svc-h2 { font-size: 28px; }
	.tjc-svc-two { grid-template-columns: 1fr; gap: 28px; }
	.tjc-svc-two--reverse .tjc-svc-two-media { order: 0; }
	.tjc-svc-steps { grid-template-columns: repeat(2, 1fr); gap: 26px 18px; }
	.tjc-svc-step:not(:last-child)::after { display: none; }
	.tjc-svc-features, .tjc-svc-tips, .tjc-svc-docs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
	.tjc-service--rail-hero .tjc-svc-hero { min-height: 700px; padding: 112px 0 46px; }
	.tjc-service--rail-hero .tjc-svc-hero-inner { padding: 0 18px; }
	.tjc-svc-hero-points { gap: 11px; }
	.tjc-svc-hero-points li { font-size: 15px; }
	.tjc-svc-hero-stats { gap: 22px; margin-top: 34px; padding-top: 22px; }
	.tjc-svc-hero-stat { min-width: 110px; }
	.tjc-svc-hero-stat-value { font-size: 29px; }
	.tjc-svc-hero-title { font-size: 30px; }
	.tjc-svc-hero-lead { font-size: 16.5px; }
	.tjc-svc-cards { grid-template-columns: 1fr; }
	.tjc-svc-steps { grid-template-columns: 1fr; }
	.tjc-svc-features, .tjc-svc-tips, .tjc-svc-docs { grid-template-columns: 1fr; }
	.tjc-svc-cta-title { font-size: 22px; }
}

/* =========================================================================
   附加模块（第二批）：海/空/铁对比 · 集装箱规格 · Incoterms 责任图 ·
   单证清单 · 货物类型 · 操作贴士 · 航线时效
   ========================================================================= */

/* ---------- 海 / 空 / 铁 对比表：高亮海运列 ---------- */
.tjc-svc-compare th:first-child { background: var(--tjc-navy); }
.tjc-svc-compare thead th.tjc-hi { background: var(--tjc-primary); color: #fff; }
.tjc-svc-compare .tjc-hi { border-left: 2px solid var(--tjc-primary); border-right: 2px solid var(--tjc-primary); }
.tjc-svc-compare tbody tr:last-child .tjc-hi { border-bottom: 2px solid var(--tjc-primary); }

/* ---------- 集装箱规格卡 ---------- */
.tjc-svc-containers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tjc-svc-cont {
	background: #fff; border: 1px solid var(--tjc-line); border-radius: var(--tjc-radius);
	padding: 26px 24px; text-align: center; box-shadow: var(--tjc-shadow);
}
.tjc-svc-cont-icon {
	width: 56px; height: 56px; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center;
	font-size: 24px; color: var(--tjc-primary); background: rgba(255,94,20,.1); border-radius: 12px;
}
.tjc-svc-cont-name { font-size: 21px; font-weight: 800; color: var(--tjc-ink); }
.tjc-svc-cont-note { margin: 2px 0 0; font-size: 13px; color: var(--tjc-muted); }
.tjc-svc-spec { list-style: none; margin: 16px 0 0; padding: 0; text-align: left; }
.tjc-svc-spec li { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px dashed var(--tjc-line); font-size: 14.5px; }
.tjc-svc-spec li:last-child { border-bottom: none; }
.tjc-svc-spec li span:first-child { color: var(--tjc-muted); }
.tjc-svc-spec li span:last-child { color: var(--tjc-ink); font-weight: 600; }

/* ---------- Incoterms 责任图 ---------- */
.tjc-svc-inco { min-width: 580px; }
.tjc-svc-inco-row { display: grid; grid-template-columns: 96px repeat(5, 1fr); gap: 6px; margin-bottom: 6px; }
.tjc-svc-inco-head .tjc-svc-inco-cell { background: transparent; color: var(--tjc-muted); font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .02em; }
.tjc-svc-inco-term { display: flex; align-items: center; font-weight: 800; color: var(--tjc-ink); font-size: 14px; }
.tjc-svc-inco-cell { padding: 11px 6px; text-align: center; font-size: 11px; border-radius: 5px; background: var(--tjc-soft); color: var(--tjc-muted); line-height: 1.3; }
.tjc-svc-inco-cell.is-seller { background: var(--tjc-primary); color: #fff; font-weight: 600; }
.tjc-svc-inco-legend { display: flex; gap: 20px; margin-top: 14px; font-size: 13px; color: var(--tjc-muted); }
.tjc-svc-inco-legend span { display: inline-flex; align-items: center; gap: 7px; }
.tjc-svc-inco-legend i { width: 14px; height: 14px; border-radius: 3px; display: inline-block; }
.tjc-svc-inco-legend .k-seller { background: var(--tjc-primary); }
.tjc-svc-inco-legend .k-buyer { background: var(--tjc-soft); border: 1px solid var(--tjc-line); }

/* ---------- 单证清单卡 ---------- */
.tjc-svc-docs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tjc-svc-doc { display: flex; gap: 13px; padding: 17px 19px; background: #fff; border: 1px solid var(--tjc-line); border-radius: 11px; }
.tjc-svc-doc i { color: var(--tjc-primary); font-size: 19px; margin-top: 2px; flex: 0 0 auto; }
.tjc-svc-doc h4 { margin: 0 0 3px; font-size: 15px; color: var(--tjc-ink); }
.tjc-svc-doc p { margin: 0; font-size: 13.5px; color: var(--tjc-muted); line-height: 1.55; }

/* ---------- 操作贴士 ---------- */
.tjc-svc-tips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.tjc-svc-tip { display: flex; gap: 14px; padding: 18px 20px; background: #fff; border: 1px solid var(--tjc-line); border-radius: 12px; }
.tjc-svc-tip-num { flex: 0 0 auto; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,94,20,.12); color: var(--tjc-primary); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 15px; }
.tjc-svc-tip h4 { margin: 0 0 4px; font-size: 16px; color: var(--tjc-ink); }
.tjc-svc-tip p { margin: 0; font-size: 14px; color: var(--tjc-muted); line-height: 1.6; }

/* ---------- 航线时效两栏（表 + 地图图） ---------- */
.tjc-svc-lanes-map img { width: 100%; border-radius: var(--tjc-radius); box-shadow: var(--tjc-shadow); display: block; }

@media (max-width: 991px) {
	.tjc-svc-containers { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
}

/* =========================================================================
   Express shipping page
   The express page keeps the shared service components but adds a
   journey-led layout for smaller, time-sensitive B2B shipments.
   ========================================================================= */
.tjc-service--express .tjc-svc-hero {
	/* Keep the Express Hero canvas identical to the sea/air/rail service pages. */
	min-height: 900px;
	padding: 170px 0 64px;
	align-items: flex-start;
	overflow: hidden;
}
.tjc-service--express .tjc-svc-hero-inner { padding: 0 22px; }
.tjc-express-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
	gap: 64px;
	align-items: center;
}
.tjc-express-hero-copy {
	min-width: 0;
	max-width: 700px;
}
.tjc-express-journey-card {
	width: 100%;
	max-width: 420px;
	justify-self: end;
	padding: 32px;
	background: rgba(255, 255, 255, .95);
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 16px;
	box-shadow: 0 22px 55px rgba(0, 15, 52, .26);
}
.tjc-express-card-label {
	display: block;
	margin-bottom: 11px;
	color: var(--tjc-primary);
	font-size: 11.5px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.2;
	text-transform: uppercase;
}
.tjc-express-journey-card h2 {
	margin: 0;
	color: var(--tjc-navy);
	font-size: 25px;
	line-height: 1.22;
	font-weight: 800;
}
.tjc-express-journey {
	list-style: none;
	margin: 27px 0 0;
	padding: 0;
}
.tjc-express-journey li {
	position: relative;
	display: flex;
	gap: 13px;
	padding: 0 0 22px;
}
.tjc-express-journey li:last-child { padding-bottom: 0; }
.tjc-express-journey li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 28px;
	left: 13px;
	width: 1px;
	height: calc(100% - 17px);
	background: #d7e0ed;
}
.tjc-express-journey li > span {
	position: relative;
	z-index: 1;
	flex: 0 0 27px;
	width: 27px;
	height: 27px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--tjc-primary);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
}
.tjc-express-journey li strong,
.tjc-express-journey li small { display: block; }
.tjc-express-journey li strong {
	margin-top: 2px;
	color: var(--tjc-navy);
	font-size: 15px;
	line-height: 1.35;
}
.tjc-express-journey li small {
	margin-top: 3px;
	color: #687a93;
	font-size: 13px;
	line-height: 1.45;
}
.tjc-express-journey-note {
	margin: 26px 0 0;
	padding-top: 18px;
	border-top: 1px solid #e5ebf3;
	color: #687a93;
	font-size: 13px;
	line-height: 1.55;
}

.tjc-express-mode-switcher {
	padding: 72px 0 76px;
	background: #fff;
}
.tjc-express-mode-head {
	max-width: 720px;
	margin: 0 auto 34px;
	text-align: center;
}
.tjc-express-mode-head .tjc-svc-sub { margin-left: auto; margin-right: auto; }
.tjc-express-mode-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.tjc-express-mode-card {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	min-width: 0;
	padding: 25px 23px;
	border: 1px solid var(--tjc-line);
	border-radius: 12px;
	background: #fff;
	color: var(--tjc-body);
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.tjc-express-mode-card:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 94, 20, .45);
	box-shadow: var(--tjc-shadow);
	color: var(--tjc-body);
}
.tjc-express-mode-card--active {
	border-color: var(--tjc-primary);
	box-shadow: 0 8px 22px rgba(255, 94, 20, .1);
}
.tjc-express-mode-icon {
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background: rgba(255, 94, 20, .1);
	color: var(--tjc-primary);
	font-size: 20px;
}
.tjc-express-mode-card h3 {
	margin: 1px 0 6px;
	color: var(--tjc-navy);
	font-size: 18px;
	line-height: 1.25;
}
.tjc-express-mode-card p {
	margin: 0;
	color: var(--tjc-muted);
	font-size: 14px;
	line-height: 1.6;
}
.tjc-express-mode-current,
.tjc-express-mode-link {
	display: inline-block;
	margin-top: 12px;
	font-size: 12.5px;
	font-weight: 700;
}
.tjc-express-mode-current { color: var(--tjc-primary); }
.tjc-express-mode-link { color: var(--tjc-navy); }
.tjc-express-mode-link i { margin-left: 4px; color: var(--tjc-primary); }

.tjc-express-intro-media img { min-height: 350px; object-fit: cover; }
.tjc-express-muted-note {
	margin-top: 20px !important;
	color: var(--tjc-muted) !important;
	font-size: 14px !important;
}
.tjc-express-promise {
	padding: 30px 0;
	background: var(--tjc-soft);
	border-top: 1px solid var(--tjc-line);
	border-bottom: 1px solid var(--tjc-line);
}
.tjc-express-promise-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.tjc-express-promise-item {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
}
.tjc-express-promise-icon {
	flex: 0 0 39px;
	width: 39px;
	height: 39px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(0, 29, 103, .08);
	color: var(--tjc-navy);
	font-size: 16px;
}
.tjc-express-promise-icon i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 1;
}
.tjc-express-promise-item strong,
.tjc-express-promise-item span { display: block; }
.tjc-express-promise-item strong {
	color: var(--tjc-navy);
	font-size: 15px;
	line-height: 1.3;
}
.tjc-express-promise-item div > span {
	margin-top: 4px;
	color: var(--tjc-muted);
	font-size: 13px;
	line-height: 1.45;
}

.tjc-express-fit-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}
.tjc-express-fit-panel {
	padding: 28px 28px 24px;
	border: 1px solid var(--tjc-line);
	border-radius: var(--tjc-radius);
	background: #fff;
}
.tjc-express-fit-panel--good { border-top: 4px solid #3bb273; }
.tjc-express-fit-panel--other { border-top: 4px solid #e8a400; }
.tjc-express-fit-panel-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
}
.tjc-express-fit-panel-head h3 {
	margin: 0;
	color: var(--tjc-navy);
	font-size: 20px;
	line-height: 1.3;
}
.tjc-express-fit-panel-icon {
	flex: 0 0 31px;
	width: 31px;
	height: 31px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(59, 178, 115, .13);
	color: #278b58;
	font-size: 13px;
}
.tjc-express-fit-panel--other .tjc-express-fit-panel-icon {
	background: rgba(232, 164, 0, .14);
	color: #a66f00;
}
.tjc-express-fit-panel .tjc-svc-list li { padding-bottom: 12px; }
.tjc-express-fit-panel .tjc-svc-list li:last-child { padding-bottom: 0; }

.tjc-express-service-cards .tjc-svc-card { min-width: 0; }
.tjc-express-service-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.tjc-express-service-cards .tjc-svc-card-media { height: 190px; }
.tjc-express-service-cards .tjc-svc-card-body { padding: 23px 23px 26px; }
.tjc-express-service-cards .tjc-svc-card-body h3 { font-size: 20px; }
.tjc-express-service-cards .tjc-svc-list li { font-size: 14.5px; }
.tjc-express-compare-wrap table { min-width: 820px; }
.tjc-express-compare-wrap .tjc-hi { background: rgba(255, 94, 20, .07); }
.tjc-express-compare-wrap thead .tjc-hi { background: var(--tjc-primary); }

.tjc-express-weight-section { background: #fff; }
.tjc-express-formula {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: 24px;
	padding: 17px 19px;
	border-left: 4px solid var(--tjc-primary);
	background: var(--tjc-soft);
	color: var(--tjc-navy);
	font-size: 14px;
}
.tjc-express-formula span { color: var(--tjc-muted); }
.tjc-express-formula strong { font-size: 15px; }
.tjc-express-weight-card {
	padding: 31px 29px;
	border-radius: 14px;
	background: var(--tjc-navy);
	box-shadow: var(--tjc-shadow);
}
.tjc-express-weight-icon {
	width: 49px;
	height: 49px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(255, 94, 20, .18);
	color: var(--tjc-primary);
	font-size: 22px;
}
.tjc-express-weight-card h3 {
	margin: 18px 0;
	color: #fff;
	font-size: 21px;
	line-height: 1.3;
}
.tjc-express-weight-card .tjc-svc-list li {
	color: rgba(255, 255, 255, .82);
	font-size: 15px;
}
.tjc-express-weight-card .tjc-svc-list li::before { background: var(--tjc-primary); }

.tjc-service--express .tjc-svc-section--navy .tjc-svc-eyebrow { color: #ffb08c; }
.tjc-service--express .tjc-svc-section--navy .tjc-svc-h2 { color: #fff; }
.tjc-service--express .tjc-svc-section--navy .tjc-svc-sub { color: rgba(255,255,255,.8); }
.tjc-express-steps .tjc-svc-step h4 { color: #fff; }
.tjc-express-steps .tjc-svc-step p { color: rgba(255,255,255,.76); }
.tjc-express-steps .tjc-svc-step-num { border-color: var(--tjc-primary); }
/* 快递流程 6 步：每行 3 个（3 + 3），去掉横向连接线 */
.tjc-express-steps { grid-template-columns: repeat(3, 1fr); gap: 34px 20px; }
.tjc-express-steps .tjc-svc-step::after { display: none; }
.tjc-express-use-cases .tjc-svc-feature,
.tjc-express-coordination .tjc-svc-feature,
.tjc-express-docs .tjc-svc-doc,
.tjc-express-tips .tjc-svc-tip { min-width: 0; }

@media (max-width: 991px) {
	.tjc-service--express .tjc-svc-hero {
		min-height: 780px;
		padding: 130px 0 54px;
	}
	.tjc-service--express .tjc-svc-hero-inner { padding: 0 22px; }
	.tjc-express-hero-inner {
		grid-template-columns: minmax(0, 1fr) minmax(270px, .8fr);
		gap: 34px;
	}
	.tjc-express-journey-card { padding: 26px; }
	.tjc-express-mode-grid { grid-template-columns: 1fr; }
	.tjc-express-mode-card { padding: 22px; }
	.tjc-express-promise-grid { grid-template-columns: 1fr; gap: 17px; }
	.tjc-express-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
	.tjc-service--express .tjc-svc-hero { min-height: 780px; }
	.tjc-express-hero-inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}
	.tjc-express-journey-card { justify-self: stretch; max-width: none; }
	.tjc-express-fit-grid { grid-template-columns: 1fr; }
	.tjc-express-intro-media img { min-height: 0; }
	.tjc-express-service-cards { grid-template-columns: 1fr; }
}
@media (max-width: 575px) {
	.tjc-service--express .tjc-svc-hero {
		min-height: 700px;
		padding: 112px 0 46px;
	}
	.tjc-service--express .tjc-svc-hero-inner { padding: 0 18px; }
	.tjc-express-journey-card { padding: 23px; }
	.tjc-express-journey-card h2 { font-size: 22px; }
	.tjc-express-journey li small { font-size: 12.5px; }
	.tjc-express-mode-switcher { padding: 55px 0 58px; }
	.tjc-express-promise { padding: 24px 0; }
	.tjc-express-fit-panel { padding: 23px 20px 21px; }
	.tjc-express-weight-card { padding: 25px 22px; }
	.tjc-express-formula { display: block; }
	.tjc-express-formula strong { display: block; margin-top: 7px; }
	.tjc-express-steps { grid-template-columns: 1fr; }
}

/* ---------- Express SEO / conversion additions ---------- */
.tjc-express-brand-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}
.tjc-express-brand-grid .tjc-svc-feature {
	padding: 23px 21px;
}
.tjc-express-positioning-note {
	margin-top: 22px;
}
.tjc-express-brand-cta {
	margin-top: 24px;
	text-align: center;
}
.tjc-express-brand-cta .tjc-btn { text-decoration: none; }
.tjc-express-route-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}
.tjc-express-route-grid .tjc-svc-feature {
	min-width: 0;
	padding: 23px 21px;
}
.tjc-express-route-grid .tjc-svc-feature p a {
	font-weight: 700;
}
.tjc-express-route-note {
	background: #fff;
	border-top: 3px solid var(--tjc-primary);
}

/* Keep the comparison table as a real table and make narrow screens scroll it
   horizontally instead of collapsing the four columns into broken blocks. */
.tjc-express-compare-wrap {
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}
.tjc-express-compare-wrap .tjc-express-compare-table {
	display: table;
	width: 100%;
	min-width: 920px;
	table-layout: fixed;
	border-collapse: collapse;
}
.tjc-express-compare-table thead { display: table-header-group; }
.tjc-express-compare-table tbody { display: table-row-group; }
.tjc-express-compare-table tr { display: table-row; }
.tjc-express-compare-table th,
.tjc-express-compare-table td { display: table-cell; }
.tjc-express-compare-table th:first-child,
.tjc-express-compare-table td:first-child { width: 22%; }
.tjc-express-compare-table th,
.tjc-express-compare-table td {
	white-space: normal;
	word-break: normal;
	overflow-wrap: anywhere;
}

@media (max-width: 991px) {
	.tjc-express-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.tjc-express-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 575px) {
	.tjc-express-brand-grid,
	.tjc-express-route-grid { grid-template-columns: 1fr; }
	.tjc-express-compare-wrap .tjc-express-compare-table { min-width: 860px; }
}
