/*
  同盟介绍页 V6：在 V5 结构基线上重建编辑式层级、真实书籍、城市图谱、渠道展板与成长叙事。
  业务内容、链接、锚点和动态数据均保持原样。
*/
.tm-guide-v6 {
  --guide-v6-dark: #071f49;
  --guide-v6-blue: #006eff;
  --guide-v6-cyan: #24c9e8;
  --guide-v6-soft: #edf6ff;
  --guide-v6-line: #d8e6f6;
  --guide-v6-shadow: 0 20px 52px rgba(24, 73, 126, 0.11);
}

.tm-guide-v6 .tm-guide-hero {
  background:
    radial-gradient(circle at 86% 10%, rgba(64, 209, 245, 0.2), transparent 30%),
    linear-gradient(135deg, #f8fbff 0%, #edf6ff 58%, #e9f7ff 100%);
}

.tm-guide-v6 .tm-guide-hero .tcwf-solution-hero__inner {
  gap: clamp(40px, 6vw, 84px);
  padding-block: clamp(52px, 6vw, 82px);
}

.tm-guide-v6 .tm-guide-hero .tcwf-solution-hero__copy {
  align-self: center;
  align-items: flex-start;
  text-align: left;
}

.tm-guide-v6 .tm-guide-hero .tcwf-solution-hero__actions {
  justify-content: flex-start;
}

.tm-guide-v6 .tm-guide-hero__eyebrow {
  width: max-content;
  margin: 0 0 20px;
  padding: 7px 11px;
  border: 1px solid rgba(0, 110, 255, 0.2);
  border-radius: 4px;
  color: #005bcf;
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.tm-guide-v6 .tm-guide-hero h1 {
  width: 7em;
  max-width: 520px;
  color: var(--guide-v6-dark);
  font-family: "TencentSans", "Tencent Sans", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(44px, 4.4vw, 60px);
  font-weight: 680;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.tm-guide-v6 .tm-guide-hero .tcwf-solution-hero__copy > p:not(.tm-guide-hero__eyebrow) {
  max-width: 540px;
  margin-top: 24px;
  color: #536982;
  font-size: 16px;
  line-height: 1.85;
}

.tm-guide-v6 .tm-guide-hero__media {
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
  transform: none;
}

.tm-guide-v6 .tm-guide-hero__media::before {
  display: none;
}

.tm-guide-v6 .tm-guide-hero__media > img {
  overflow: hidden;
  border: 1px solid rgba(141, 193, 242, 0.55);
  border-radius: 18px;
  box-shadow: 0 32px 70px rgba(13, 92, 174, 0.2);
}

.tm-guide-v6 .tm-guide-hero__plaque {
  right: 22px;
  bottom: 22px;
  z-index: 2;
  max-width: calc(100% - 44px);
}

.tm-guide-v6 .tm-guide-overview {
  padding-block: 28px;
  background: #fff;
}

.tm-guide-v6 .tm-guide-overview .tcwf-steps {
  overflow: hidden;
  gap: 0;
  border: 1px solid var(--guide-v6-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(37, 77, 120, 0.07);
}

.tm-guide-v6 .tm-guide-overview .tcwf-step {
  min-height: 108px;
  border: 0;
  border-right: 1px solid var(--guide-v6-line);
  border-radius: 0;
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: none;
}

.tm-guide-v6 .tm-guide-overview .tcwf-step:last-child {
  border-right: 0;
}

.tm-guide-v6 .tm-guide-overview__link {
  padding: 24px 26px;
}

.tm-guide-v6 .tm-guide-overview .tcwf-step__number {
  border: 1px solid rgba(0, 110, 255, 0.2);
  color: var(--guide-v6-blue);
  background: #edf6ff;
}

/* 五大价值 */
.tm-guide-v6 .tm-guide-values {
  background:
    radial-gradient(circle at 82% 12%, rgba(51, 189, 245, 0.09), transparent 28%),
    #f5f9fe;
}

.tm-guide-v6 .tm-resource-grid {
  gap: 20px;
}

.tm-guide-v6 .tm-resource-grid > .tcwf-benefit {
  overflow: hidden;
  min-height: 250px;
  padding: 28px;
  border: 1px solid #d5e5f7;
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 10%, rgba(39, 168, 255, 0.16), transparent 28%),
    linear-gradient(145deg, #fff 0%, #f7fbff 100%);
  box-shadow: 0 18px 42px rgba(27, 72, 120, 0.08);
}

.tm-guide-v6 .tm-resource-grid > .tcwf-benefit:first-child {
  min-height: 520px;
  background: linear-gradient(160deg, rgba(4, 69, 160, 0.98), rgba(0, 110, 255, 0.9));
  box-shadow: 0 28px 64px rgba(0, 82, 204, 0.24);
}

.tm-guide-v6 .tm-resource-grid > .tcwf-benefit:first-child .tcwf-benefit__title,
.tm-guide-v6 .tm-resource-grid > .tcwf-benefit:first-child .tcwf-benefit__description,
.tm-guide-v6 .tm-resource-grid > .tcwf-benefit:first-child .tm-check-list {
  color: #fff;
}

.tm-guide-v6 .tm-resource-grid > .tcwf-benefit::after {
  position: absolute;
  right: 24px;
  bottom: 18px;
  color: rgba(0, 82, 204, 0.12);
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

.tm-guide-v6 .tm-resource-grid > .tcwf-benefit:nth-child(1)::after { content: "01"; color: rgba(255, 255, 255, 0.18); }
.tm-guide-v6 .tm-resource-grid > .tcwf-benefit:nth-child(2)::after { content: "02"; }
.tm-guide-v6 .tm-resource-grid > .tcwf-benefit:nth-child(3)::after { content: "03"; }
.tm-guide-v6 .tm-resource-grid > .tcwf-benefit:nth-child(4)::after { content: "04"; }
.tm-guide-v6 .tm-resource-grid > .tcwf-benefit:nth-child(5)::after { content: "05"; }

.tm-guide-v6 .tm-resource-grid .tcwf-benefit__icon {
  width: 54px;
  height: 54px;
  padding: 10px;
  border: 1px solid rgba(0, 110, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(16, 93, 177, 0.12);
}

.tm-guide-v6 .tm-resource-grid .tcwf-benefit__title {
  margin-top: 26px;
  color: var(--guide-v6-dark);
  font-size: 22px;
}

.tm-guide-v6 .tm-resource-grid .tm-check-list {
  margin-top: 20px;
  gap: 13px;
  color: #53657a;
  line-height: 1.65;
}

/* 知识体系：横向图文入口、真实书籍与城市图谱。 */
.tm-guide-v6 .tm-editorial-grid {
  background: #fff;
}

.tm-guide-v6 .tm-editorial-grid > .tcwf-section__inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 24px;
}

.tm-guide-v6 .tm-editorial-grid .tcwf-section__header,
.tm-guide-v6 .tm-editorial-grid .tcwf-type-grid {
  grid-column: 1 / -1;
}

.tm-guide-v6 .tm-editorial-grid .tcwf-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.tm-guide-v6 .tm-knowledge-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 252px;
  overflow: hidden;
  border: 1px solid #d7e5f5;
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--guide-v6-shadow);
}

.tm-guide-v6 .tm-knowledge-card::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 44%;
  width: 1px;
  background: linear-gradient(transparent, rgba(0, 110, 255, 0.18), transparent);
  content: "";
}

.tm-guide-v6 .tm-knowledge-card .tcwf-type-card__art {
  width: 100%;
  height: 100%;
  min-height: 252px;
  border-radius: 0;
  object-fit: cover;
}

.tm-guide-v6 .tm-knowledge-card--article .tcwf-type-card__art {
  object-position: 48% center;
}

.tm-guide-v6 .tm-knowledge-card--circle .tcwf-type-card__art {
  padding: 20px;
  background: linear-gradient(145deg, #e8f5ff, #f5fbff);
  object-fit: contain;
  object-position: center;
  transform: none;
  transform-origin: center;
}

.tm-guide-v6 .tm-knowledge-card .tcwf-type-card__content {
  display: flex;
  padding: 34px 30px;
  flex-direction: column;
  align-items: flex-start;
}

.tm-guide-v6 .tm-knowledge-card .tcwf-type-card__title {
  color: var(--guide-v6-dark);
  font-size: 23px;
}

.tm-guide-v6 .tm-knowledge-card .tcwf-type-card__description {
  margin-top: 10px;
  color: #667990;
  line-height: 1.7;
}

.tm-guide-v6 .tm-knowledge-card .tcwf-type-card__actions {
  width: 100%;
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid #e2ebf6;
}

.tm-guide-v6 .tm-journal-heading,
.tm-guide-v6 .tm-publication-shelf {
  grid-column: 1 / 5;
}

.tm-guide-v6 .tm-region-heading,
.tm-guide-v6 .tm-region-knowledge-grid {
  grid-column: 5 / -1;
}

.tm-guide-v6 .tm-guide-subsection {
  width: auto;
  margin-top: 72px;
}

.tm-guide-v6 .tm-journal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tm-guide-v6 .tm-journal {
  display: flex;
  min-height: 374px;
  overflow: visible;
  padding: 28px 18px 22px;
  border: 1px solid #d8e6f5;
  border-radius: 16px;
  background:
    radial-gradient(circle at 80% 12%, rgba(60, 196, 255, 0.18), transparent 32%),
    linear-gradient(160deg, #eff7ff, #fff 74%);
  box-shadow: 0 18px 42px rgba(26, 70, 117, 0.1);
  perspective: 1200px;
}

.tm-guide-v6 .tm-journal__cover.tm-book-object {
  position: relative;
  width: min(100%, 154px);
  aspect-ratio: 5 / 7;
  overflow: visible;
  margin: 4px auto 28px;
  border-radius: 3px 8px 8px 3px;
  box-shadow: 12px 18px 28px rgba(16, 56, 102, 0.24);
  transform: rotateY(-6deg) rotateX(1.5deg) translateZ(8px);
  transform-origin: left center;
  transform-style: preserve-3d;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tm-guide-v6 .tm-journal:hover .tm-book-object {
  transform: rotateY(-2deg) rotateX(0deg) translate3d(0, -5px, 14px);
}

.tm-guide-v6 .tm-book-object::before,
.tm-guide-v6 .tm-book-object::after {
  position: absolute;
  z-index: -1;
  border: 1px solid #c5d8ec;
  border-radius: 3px 8px 8px 3px;
  background: repeating-linear-gradient(90deg, #fff 0 3px, #e9eef4 3px 4px);
  content: "";
}

.tm-guide-v6 .tm-book-object::before {
  inset: 5px -7px -5px 6px;
  transform: translateZ(-4px);
}

.tm-guide-v6 .tm-book-object::after {
  inset: 9px -11px -9px 10px;
  opacity: 0.7;
  transform: translateZ(-8px);
}

.tm-guide-v6 .tm-book-object img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px 8px 8px 3px;
  object-fit: cover;
  object-position: top center;
}

.tm-guide-v6 .tm-journal__link {
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #dce8f5;
}

.tm-guide-v6 .tm-region-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tm-guide-v6 .tm-region-knowledge-grid .tm-region {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--city-line, #d5e5f5);
  border-radius: 16px;
  background: linear-gradient(145deg, var(--city-bg, #f7fbff), #fff 78%);
  box-shadow: 0 14px 34px rgba(31, 74, 120, 0.07);
  isolation: isolate;
}

.tm-guide-v6 .tm-region-knowledge-grid .tm-region::before {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: -1;
  color: var(--city-ghost, rgba(0, 110, 255, 0.12));
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  content: attr(data-city-index);
}

.tm-guide-v6 .tm-region-knowledge-grid .tm-region::after {
  position: absolute;
  right: -8px;
  bottom: -13px;
  z-index: -1;
  color: var(--city-ghost, rgba(0, 110, 255, 0.08));
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.08em;
  content: attr(data-city);
}

.tm-guide-v6 .tm-region[data-city-theme="city-1"] { --city-bg: #edf6ff; --city-line: #c9e0fb; --city-ghost: rgba(0, 92, 207, 0.12); }
.tm-guide-v6 .tm-region[data-city-theme="city-2"] { --city-bg: #eefbff; --city-line: #c8eaf4; --city-ghost: rgba(0, 146, 190, 0.12); }
.tm-guide-v6 .tm-region[data-city-theme="city-3"] { --city-bg: #f2f1ff; --city-line: #dad7fb; --city-ghost: rgba(79, 70, 200, 0.11); }
.tm-guide-v6 .tm-region[data-city-theme="city-4"] { --city-bg: #fff8ec; --city-line: #f1dfbf; --city-ghost: rgba(184, 116, 0, 0.11); }
.tm-guide-v6 .tm-region[data-city-theme="city-5"] { --city-bg: #f0fbf7; --city-line: #cce9dd; --city-ghost: rgba(0, 131, 85, 0.11); }
.tm-guide-v6 .tm-region[data-city-theme="city-6"] { --city-bg: #fff1f4; --city-line: #f2d3da; --city-ghost: rgba(182, 58, 86, 0.1); }

.tm-guide-v6 .tm-region-knowledge-grid .tm-region__name {
  color: var(--guide-v6-dark);
  font-size: 23px;
}

.tm-guide-v6 .tm-region-knowledge-grid .tm-region__actions {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 1;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(117, 151, 189, 0.24);
}

/* 沙龙：第一张为主视觉，另外两张保持完整的横向封面。 */
.tm-guide-v6 .tm-event-strip {
  background:
    linear-gradient(180deg, rgba(243, 248, 254, 0.92), rgba(248, 251, 255, 0.96)),
    #f5f9fe;
}

.tm-guide-v6 .tm-event-strip #recent-events {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
}

.tm-guide-v6 .tm-event-strip .tcwf-case-card {
  overflow: hidden;
  border: 1px solid #d5e4f4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(27, 70, 116, 0.09);
}

.tm-guide-v6 .tm-event-strip .tcwf-case-card:first-child {
  background: linear-gradient(160deg, #fff, #edf6ff);
}

.tm-guide-v6 .tm-event-strip .tcwf-case-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.tm-guide-v6 .tm-event-strip .tcwf-case-card__body {
  display: flex;
  min-height: 180px;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
}

.tm-guide-v6 .tm-event-strip .tcwf-case-card__body .tcwf-text-link {
  margin-top: auto;
  padding-top: 18px;
}

.tm-guide-v6 .tm-guide-salon-bar {
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: space-between;
}

.tm-guide-v6 .tm-tag-cloud {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tm-guide-v6 .tm-tag-cloud .tcwf-action {
  min-width: 0;
  min-height: 44px;
  padding-inline: 20px;
  border-radius: 999px;
  color: #1458a5;
  border-color: #c8ddf6;
  background: rgba(255, 255, 255, 0.88);
}

/* 优质人脉：场景为深蓝前言，名录为连续目录。 */
.tm-guide-v6 .tm-people-strip {
  background: #fff;
}

.tm-guide-v6 .tm-people-strip .tcwf-tabs {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.tm-guide-v6 .tm-people-strip .tcwf-tabs__list {
  gap: 8px;
  margin-bottom: 24px;
  padding: 6px;
  border: 1px solid #d9e6f5;
  border-radius: 12px;
  background: #f5f9fe;
}

.tm-guide-v6 .tm-people-strip .tcwf-tabs__tab {
  min-height: 44px;
  padding: 0 22px;
  border-radius: 8px;
}

.tm-guide-v6 .tm-people-strip .tcwf-tabs__tab[aria-selected="true"] {
  color: #fff;
  background: linear-gradient(135deg, #0052cc, #0a7cff);
  box-shadow: 0 8px 18px rgba(0, 82, 204, 0.18);
}

.tm-guide-v6 .tm-guide-directory__panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.55fr);
  overflow: hidden;
  border: 1px solid #cedff2;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--guide-v6-shadow);
}

.tm-guide-v6 .tm-guide-directory__intro {
  position: relative;
  min-height: 390px;
  padding: 42px 34px;
  overflow: hidden;
  color: #fff;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(67, 220, 255, 0.35), transparent 30%),
    linear-gradient(155deg, #062b68 0%, #0052cc 62%, #087bff 100%);
}

.tm-guide-v6 .tm-guide-directory__intro::after {
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  border: 42px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.tm-guide-v6 .tm-guide-directory__intro .tm-panel__title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 28px;
}

.tm-guide-v6 .tm-guide-directory__scene {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.9;
}

.tm-guide-v6 .tm-guide-directory__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 22px 28px;
}

.tm-guide-v6 .tm-guide-directory__row {
  display: grid;
  min-height: 116px;
  padding: 24px 20px;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  border-right: 1px solid #e0eaf5;
  border-bottom: 1px solid #e0eaf5;
}

.tm-guide-v6 .tm-guide-directory__row:nth-child(2n) { border-right: 0; }
.tm-guide-v6 .tm-guide-directory__row:nth-last-child(-n + 2) { border-bottom: 0; }

.tm-guide-v6 .tm-guide-directory__index {
  color: #82a8d5;
  font-size: 13px;
  font-weight: 650;
}

.tm-guide-v6 .tm-guide-directory__row .tm-region__name {
  color: var(--guide-v6-dark);
  font-size: 19px;
}

.tm-guide-v6 .tm-guide-directory__footer {
  margin-top: 24px;
}

/* 品牌：两个渠道展板采用不同空间表面。 */
.tm-guide-v6 .tm-brand-grid {
  background: #f4f8fe;
}

.tm-guide-v6 .tcwf-product-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.tm-guide-v6 .tcwf-product-group {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 34px;
  border: 1px solid #ccdef2;
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(28, 71, 117, 0.1);
}

.tm-guide-v6 .tcwf-product-group[data-channel-theme="web"] {
  background:
    radial-gradient(circle at 90% 6%, rgba(55, 206, 241, 0.22), transparent 30%),
    linear-gradient(145deg, #eaf5ff, #fff 70%);
}

.tm-guide-v6 .tcwf-product-group[data-channel-theme="wechat"] {
  background:
    radial-gradient(circle at 90% 6%, rgba(34, 186, 130, 0.16), transparent 30%),
    linear-gradient(145deg, #edf9f6, #fff 70%);
}

.tm-guide-v6 .tcwf-product-group::after {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(0, 82, 204, 0.1);
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
}

.tm-guide-v6 .tcwf-product-group[data-channel-theme="web"]::after { content: "WEB"; }
.tm-guide-v6 .tcwf-product-group[data-channel-theme="wechat"]::after { content: "WX"; color: rgba(0, 132, 92, 0.1); }

.tm-guide-v6 .tcwf-product-group__header {
  position: relative;
  z-index: 1;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(120, 156, 195, 0.26);
}

.tm-guide-v6 .tcwf-product-group__title {
  color: var(--guide-v6-dark);
  font-size: 27px;
}

.tm-guide-v6 .tcwf-product-group__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.tm-guide-v6 .tcwf-product-card {
  display: flex;
  min-width: 0;
  min-height: 214px;
  padding: 28px 24px 4px 0;
  border: 0;
  border-right: 1px solid rgba(120, 156, 195, 0.24);
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
  box-shadow: none;
}

.tm-guide-v6 .tcwf-product-card + .tcwf-product-card {
  padding-right: 0;
  padding-left: 24px;
  border-right: 0;
}

.tm-guide-v6 .tcwf-product-card__title {
  color: var(--guide-v6-dark);
  font-size: 20px;
  line-height: 1.45;
}

.tm-guide-v6 .tcwf-product-card__trait-label {
  margin-top: 12px;
  color: #64778d;
  line-height: 1.75;
}

.tm-guide-v6 .tcwf-product-card__actions {
  margin-top: auto;
  padding-top: 24px;
}

.tm-guide-v6 .tcwf-product-card__actions button.tcwf-text-link {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #b9d4f2;
  border-radius: 6px;
  color: #005ecf;
  background: rgba(255, 255, 255, 0.72);
}

/* 成长值：深色叙事、清晰入口、带层次的路径与表格。 */
.tm-guide-v6 .tm-growth-stage {
  background: #fff;
}

.tm-guide-v6 .tm-growth-stage > .tcwf-section__inner > .tcwf-split-story {
  display: grid;
  min-height: 430px;
  overflow: hidden;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  border: 0;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 12%, rgba(41, 202, 242, 0.18), transparent 28%),
    linear-gradient(135deg, #061d45 0%, #0045ad 58%, #087dff 100%);
  box-shadow: 0 30px 70px rgba(0, 69, 173, 0.25);
}

.tm-guide-v6 .tm-growth-stage .tcwf-split-story__content {
  display: flex;
  padding: 54px 48px;
  flex-direction: column;
  justify-content: center;
}

.tm-guide-v6 .tm-growth-stage .tcwf-split-story__title {
  color: #fff;
  font-size: 30px;
}

.tm-guide-v6 .tm-growth-stage .tcwf-split-story__description {
  max-width: 510px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.9;
}

.tm-guide-v6 .tm-growth-stage .tm-guide-growth-cta {
  display: flex;
  margin-top: 30px;
  align-items: center;
  gap: 18px;
}

.tm-guide-v6 .tm-growth-stage .tm-guide-growth-cta .tcwf-text-link {
  color: #fff;
}

.tm-guide-v6 .tm-growth-stage .tm-figure {
  position: relative;
  overflow: hidden;
  min-height: 430px;
}

.tm-guide-v6 .tm-growth-stage .tm-figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 69, 173, 0.45), transparent 36%);
  content: "";
}

.tm-guide-v6 .tm-growth-stage .tcwf-split-story__image {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border-radius: 0;
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.035);
}

.tm-guide-v6 .tm-guide-growth-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tm-guide-v6 .tm-guide-growth-actions .tm-region {
  position: relative;
  min-height: 214px;
  overflow: hidden;
  padding: 28px 24px;
  border: 1px solid #d4e3f3;
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 10%, rgba(0, 110, 255, 0.13), transparent 28%),
    linear-gradient(155deg, #f1f7ff, #fff 72%);
  box-shadow: 0 15px 34px rgba(26, 68, 114, 0.08);
}

.tm-guide-v6 .tm-guide-growth-actions .tm-region::before {
  display: block;
  margin-bottom: 28px;
  color: #8eb0d7;
  font-size: 14px;
  font-weight: 650;
}

.tm-guide-v6 .tm-guide-growth-actions .tm-region:nth-child(1)::before { content: "01 / SYSTEM"; }
.tm-guide-v6 .tm-guide-growth-actions .tm-region:nth-child(2)::before { content: "02 / SCORE"; }
.tm-guide-v6 .tm-guide-growth-actions .tm-region:nth-child(3)::before { content: "03 / RANK"; }
.tm-guide-v6 .tm-guide-growth-actions .tm-region:nth-child(4)::before { content: "04 / RECORD"; }

.tm-guide-v6 .tm-guide-growth-actions .tm-region__name {
  color: var(--guide-v6-dark);
  font-size: 19px;
}

.tm-guide-v6 .tm-guide-growth-actions .tm-region__actions {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid #dfe9f4;
}

.tm-guide-v6 .tm-growth-paths__viewport {
  padding: 8px 0 24px;
}

.tm-guide-v6 .tm-growth-paths__track {
  gap: 18px;
}

.tm-guide-v6 .tm-growth-paths__track .tcwf-solution-feature {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  padding: 34px 28px;
  border: 1px solid #d1e2f4;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 247, 255, 0.96)),
    #fff;
  box-shadow: 0 16px 38px rgba(27, 70, 118, 0.08);
}

.tm-guide-v6 .tm-growth-paths__track .tcwf-solution-feature::before {
  display: block;
  margin-bottom: 46px;
  color: #9ab6d5;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.tm-guide-v6 .tm-growth-paths__track .tcwf-solution-feature:nth-child(1)::before { content: "01"; }
.tm-guide-v6 .tm-growth-paths__track .tcwf-solution-feature:nth-child(2)::before { content: "02"; }
.tm-guide-v6 .tm-growth-paths__track .tcwf-solution-feature:nth-child(3)::before { content: "03"; }
.tm-guide-v6 .tm-growth-paths__track .tcwf-solution-feature:nth-child(4)::before { content: "04"; }
.tm-guide-v6 .tm-growth-paths__track .tcwf-solution-feature:nth-child(5)::before { content: "05"; }

.tm-guide-v6 .tm-growth-paths__track .tcwf-solution-feature__title {
  color: var(--guide-v6-dark);
  font-size: 21px;
}

.tm-guide-v6 .tm-growth-paths__track .tcwf-solution-feature__description {
  margin-top: 12px;
  color: #62758c;
  line-height: 1.75;
}

.tm-guide-v6 .tcwf-accordion,
.tm-guide-v6 .tm-guide-ladder-table {
  overflow: hidden;
  border: 1px solid #d6e4f3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(31, 71, 114, 0.06);
}

.tm-guide-v6 .tcwf-accordion__item + .tcwf-accordion__item {
  border-top: 1px solid #e2ebf5;
}

.tm-guide-v6 .tcwf-accordion__trigger {
  min-height: 60px;
  padding: 16px 20px;
}

.tm-guide-v6 .tm-table th {
  height: 54px;
  padding: 14px 18px;
  color: #33516f;
  background: #eef5fd;
}

.tm-guide-v6 .tm-table td {
  height: 54px;
  min-height: 54px;
  padding: 16px 18px;
  line-height: 1.65;
}

.tm-guide-v6 .tm-guide-ladder-table tr {
  height: 54px;
}

/* 参与步骤与 FAQ */
.tm-guide-v6 .tm-onboarding-strip,
.tm-guide-v6 .tm-guide-faq {
  background: #f4f8fe;
}

.tm-guide-v6 .tm-guide-onboarding-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tm-guide-v6 .tm-guide-onboarding-steps .tcwf-step {
  display: grid;
  min-height: 244px;
  padding: 28px;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  border: 1px solid #d5e4f4;
  border-radius: 16px;
  background: linear-gradient(150deg, #fff, #eef6ff);
  box-shadow: 0 16px 36px rgba(31, 71, 116, 0.07);
}

.tm-guide-v6 .tm-guide-onboarding-steps .tcwf-step__number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #0052cc, #1685ff);
}

.tm-guide-v6 .tm-guide-onboarding-steps .tcwf-step__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.tm-guide-v6 .tm-guide-onboarding-steps .tcwf-step__description {
  margin-top: 12px;
  line-height: 1.75;
}

.tm-guide-v6 .tm-guide-onboarding-steps .tcwf-text-link {
  min-height: 44px;
  margin-top: auto;
  padding-top: 18px;
}

.tm-guide-v6 .tm-guide-onboarding-steps button.tcwf-text-link {
  padding-right: 0;
  padding-left: 0;
  border: 0;
  color: #005ecf;
  background: transparent;
}

.tm-guide-v6 .tm-guide-requirements {
  margin-top: 28px;
  padding: 34px 36px;
  border: 1px solid #cddff2;
  border-left: 4px solid var(--guide-v6-blue);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(31, 73, 119, 0.07);
}

.tm-guide-v6 .tm-guide-requirements .tm-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 30px;
  margin-block: 24px;
}

.tm-guide-v6 .tm-guide-faq .tcwf-tabs {
  overflow: hidden;
  border: 1px solid #d5e4f4;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(28, 70, 116, 0.07);
}

.tm-guide-v6 .tm-guide-faq .tcwf-tabs__list {
  padding-inline: 20px;
  border-bottom: 1px solid #dfe9f4;
  background: #f7faff;
}

.tm-guide-v6 .tm-guide-faq .tcwf-tabs__panel {
  padding: 24px;
}

.tm-guide-v6 .tm-guide-faq .tcwf-accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.tm-guide-v6 .tm-guide-faq .tcwf-accordion__item {
  border-top: 1px solid #e2ebf5;
}

.tm-guide-v6 .tm-guide-faq .tcwf-accordion__trigger {
  min-height: 64px;
  padding: 18px 4px;
  color: #172f51;
  line-height: 1.55;
}

.tm-guide-v6 .tm-guide-faq .tcwf-accordion__panel {
  padding: 0 4px 22px;
  color: #5b6f87;
  line-height: 1.8;
}

.tm-guide-v6 .tm-guide-contact-cta {
  margin-top: 24px;
  border: 1px solid #cfe0f2;
  border-radius: 14px;
  background: linear-gradient(110deg, #eef6ff, #fff);
}

@media (max-width: 1179px) {
  .tm-guide-v6 .tm-resource-grid > .tcwf-benefit:first-child {
    min-height: 500px;
  }

  .tm-guide-v6 .tm-editorial-grid > .tcwf-section__inner {
    column-gap: 20px;
  }

  .tm-guide-v6 .tm-journal-heading,
  .tm-guide-v6 .tm-publication-shelf {
    grid-column: 1 / 6;
  }

  .tm-guide-v6 .tm-region-heading,
  .tm-guide-v6 .tm-region-knowledge-grid {
    grid-column: 6 / -1;
  }

  .tm-guide-v6 .tm-region-knowledge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tm-guide-v6 .tm-event-strip #recent-events {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tm-guide-v6 .tm-guide-growth-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .tm-guide-v6 .tm-guide-hero .tcwf-solution-hero__inner,
  .tm-guide-v6 .tm-knowledge-card,
  .tm-guide-v6 .tm-growth-stage > .tcwf-section__inner > .tcwf-split-story,
  .tm-guide-v6 .tm-guide-directory__panel {
    grid-template-columns: 1fr;
  }

  .tm-guide-v6 .tm-guide-hero__media {
    transform: none;
  }

  .tm-guide-v6 .tm-guide-hero__plaque {
    right: 16px;
    bottom: 16px;
    max-width: calc(100% - 32px);
  }

  .tm-guide-v6 .tm-editorial-grid .tcwf-type-grid,
  .tm-guide-v6 .tcwf-product-groups {
    grid-template-columns: 1fr;
  }

  .tm-guide-v6 .tm-journal-heading,
  .tm-guide-v6 .tm-publication-shelf,
  .tm-guide-v6 .tm-region-heading,
  .tm-guide-v6 .tm-region-knowledge-grid {
    grid-column: 1 / -1;
  }

  .tm-guide-v6 .tm-region-heading {
    margin-top: 64px;
  }

  .tm-guide-v6 .tm-knowledge-card::after {
    display: none;
  }

  .tm-guide-v6 .tm-knowledge-card .tcwf-type-card__art {
    min-height: 270px;
    aspect-ratio: 16 / 9;
  }

  .tm-guide-v6 .tm-guide-directory__intro {
    min-height: 280px;
  }

  .tm-guide-v6 .tm-growth-stage .tm-figure,
  .tm-guide-v6 .tm-growth-stage .tcwf-split-story__image {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .tm-guide-v6 .tcwf-section__title {
    font-size: 34px;
  }

  .tm-guide-v6 .tm-section-bar__title {
    font-size: 23px;
  }

  .tm-guide-v6 .tm-guide-hero .tcwf-solution-hero__inner {
    padding-block: 42px 52px;
  }

  .tm-guide-v6 .tm-guide-hero__plaque {
    right: 12px;
    bottom: 12px;
    max-width: calc(100% - 24px);
  }

  .tm-guide-v6 .tm-guide-hero h1 {
    font-size: clamp(38px, 11vw, 46px);
  }

  .tm-guide-v6 .tm-guide-overview .tcwf-steps {
    border-radius: 12px;
  }

  .tm-guide-v6 .tm-guide-overview .tcwf-step {
    min-height: 96px;
    border-right: 0;
    border-bottom: 1px solid var(--guide-v6-line);
  }

  .tm-guide-v6 .tm-guide-overview .tcwf-step:last-child {
    border-bottom: 0;
  }

  .tm-guide-v6 .tm-resource-grid > .tcwf-benefit:first-child,
  .tm-guide-v6 .tm-resource-grid > .tcwf-benefit {
    min-height: 0;
  }

  .tm-guide-v6 .tm-knowledge-card .tcwf-type-card__art {
    min-height: 210px;
  }

  .tm-guide-v6 .tm-knowledge-card .tcwf-type-card__content {
    min-height: 220px;
    padding: 28px 24px;
  }

  .tm-guide-v6 .tm-journal-grid,
  .tm-guide-v6 .tm-region-knowledge-grid,
  .tm-guide-v6 .tm-guide-directory__list,
  .tm-guide-v6 .tm-guide-growth-actions,
  .tm-guide-v6 .tm-guide-onboarding-steps,
  .tm-guide-v6 .tm-guide-requirements .tm-check-list,
  .tm-guide-v6 .tm-guide-faq .tcwf-accordion {
    grid-template-columns: 1fr;
  }

  .tm-guide-v6 .tm-journal {
    min-height: 390px;
  }

  .tm-guide-v6 .tm-event-strip #recent-events {
    grid-template-columns: 86% 86% 86%;
    overflow-x: auto;
    padding: 4px 2px 20px;
    scroll-snap-type: x mandatory;
  }

  .tm-guide-v6 .tm-event-strip .tcwf-case-card {
    scroll-snap-align: start;
  }

  .tm-guide-v6 .tm-guide-salon-bar {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .tm-guide-v6 .tm-guide-directory__list {
    padding: 16px 20px;
  }

  .tm-guide-v6 .tm-guide-directory__row,
  .tm-guide-v6 .tm-guide-directory__row:nth-child(2n),
  .tm-guide-v6 .tm-guide-directory__row:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid #e0eaf5;
  }

  .tm-guide-v6 .tm-guide-directory__row:last-child {
    border-bottom: 0;
  }

  .tm-guide-v6 .tcwf-product-group {
    padding: 28px 22px;
  }

  .tm-guide-v6 .tcwf-product-group__cards {
    grid-template-columns: 1fr;
  }

  .tm-guide-v6 .tcwf-product-card,
  .tm-guide-v6 .tcwf-product-card + .tcwf-product-card {
    min-height: 170px;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(120, 156, 195, 0.24);
  }

  .tm-guide-v6 .tcwf-product-card:last-child {
    border-bottom: 0;
  }

  .tm-guide-v6 .tm-growth-stage .tcwf-split-story__content {
    padding: 38px 26px;
  }

  .tm-guide-v6 .tm-growth-stage .tm-guide-growth-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .tm-guide-v6 .tm-guide-onboarding-steps .tcwf-step {
    min-height: 220px;
    padding: 24px;
  }

  .tm-guide-v6 .tm-guide-requirements {
    padding: 28px 24px;
  }

  .tm-guide-v6 .tm-guide-faq .tcwf-tabs__panel {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-guide-v6 .tm-book-object,
  .tm-guide-v6 .tm-journal:hover .tm-book-object,
  .tm-guide-v6 .tm-guide-hero__media {
    transition: none;
  }
}
