* {
  box-sizing: border-box;
}

/* Final overrides for the media home page. Kept at EOF so legacy .home-page rules cannot override them. */
.media-home .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 74px;
  color: #172033;
  border-bottom: 1px solid rgba(221, 228, 238, 0.82);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(15, 24, 42, 0.06);
  backdrop-filter: blur(14px);
}

.media-home .brand,
.media-home .primary-nav a {
  color: #172033;
}

.media-home .brand::before {
  content: "峻";
  color: #ffffff;
  background: #2563eb;
}

.media-home .primary-nav a:hover,
.media-home .primary-nav a[aria-current="page"] {
  color: #2563eb;
  border-color: rgba(37, 99, 235, 0.18);
  background: #eff6ff;
}

.media-home .auth-links a {
  color: #1f2937;
  border-color: #d7e0ee;
  background: #ffffff;
}

.media-home .auth-links a:last-child {
  color: #ffffff;
  border-color: #2563eb;
  background: #2563eb;
}

.media-home .auth-links a:hover {
  border-color: #2563eb;
  background: #eff6ff;
}

.media-home .auth-links a:last-child:hover {
  color: #ffffff;
  background: #1d4ed8;
}

.media-home .home-hero.media-hero {
  min-height: 920px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 42px;
  padding: 150px max(24px, calc((100vw - 1180px) / 2)) 0;
  color: #ffffff;
  background:
    linear-gradient(112deg, rgba(7, 18, 39, 0.99) 0%, rgba(16, 39, 92, 0.98) 54%, rgba(148, 163, 184, 0.76) 100%),
    url("./images/platform-hero.png") center / cover no-repeat;
}

.media-home .media-hero h1 {
  max-width: 660px;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1.05;
  letter-spacing: 0;
}

.media-home .media-hero .button.primary,
.media-home .media-contact-card .button.primary {
  border-color: #f97316;
  background: #f97316;
}

.media-home .media-hero .button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.media-home .media-hero .hero-metrics {
  grid-column: 1 / -1;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

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

  .media-home .media-hero .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .media-home .site-header {
    position: sticky;
  }

  .media-home .home-hero.media-hero {
    padding: 44px 18px 0;
  }

  .media-home .media-hero h1 {
    font-size: 38px;
  }

  .media-home .media-hero .hero-metrics {
    grid-template-columns: 1fr;
  }
}

/* Media platform home inspired by the reference layout, with platform-specific content. */
.media-home {
  color: #152033;
  background: #ffffff;
  overflow-x: hidden;
}

.media-home .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 74px;
  color: #172033;
  border-bottom: 1px solid rgba(221, 228, 238, 0.82);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(15, 24, 42, 0.06);
  backdrop-filter: blur(14px);
}

.media-home .brand {
  color: #142033;
}

.media-home .brand::before {
  content: "峻";
  color: #ffffff;
  background: #2563eb;
}

.media-home .primary-nav a {
  color: #1f2937;
}

.media-home .primary-nav a:hover,
.media-home .primary-nav a[aria-current="page"] {
  color: #2563eb;
  border-color: rgba(37, 99, 235, 0.18);
  background: #eff6ff;
}

.media-home .auth-links a {
  color: #1f2937;
  border-color: #d7e0ee;
  background: #ffffff;
}

.media-home .auth-links a:last-child {
  color: #ffffff;
  border-color: #2563eb;
  background: #2563eb;
}

.media-home .auth-links a:hover {
  border-color: #2563eb;
  background: #eff6ff;
}

.media-home .auth-links a:last-child:hover {
  color: #ffffff;
  background: #1d4ed8;
}

.media-home .floating-support {
  z-index: 24;
}

.media-hero {
  position: relative;
  min-height: 920px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 42px;
  padding: 150px max(24px, calc((100vw - 1180px) / 2)) 0;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(112deg, rgba(7, 18, 39, 0.99) 0%, rgba(16, 39, 92, 0.98) 54%, rgba(148, 163, 184, 0.76) 100%),
    url("./images/platform-hero.png") center / cover no-repeat;
}

.media-hero::before {
  content: "";
  position: absolute;
  inset: 74px 0 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 76px 76px;
  opacity: 0.28;
  pointer-events: none;
}

.media-hero-content,
.media-hero-showcase,
.media-hero .hero-metrics {
  position: relative;
  z-index: 1;
}

.media-hero-content {
  align-self: center;
  max-width: 620px;
  padding: 130px 0 220px;
}

.media-hero .eyebrow {
  color: #93c5fd;
  font-weight: 900;
}

.media-hero h1 {
  max-width: 660px;
  margin: 14px 0 20px;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1.05;
  letter-spacing: 0;
}

.media-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.media-hero .button.primary {
  border-color: #f97316;
  background: #f97316;
}

.media-hero .button.primary:hover {
  background: #ea580c;
}

.media-hero .button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.media-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.media-hero-tags span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
}

.media-hero-showcase {
  align-self: center;
  min-height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.media-hero-showcase img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  opacity: 0.82;
}

.showcase-card {
  position: absolute;
  display: grid;
  gap: 4px;
  width: min(270px, calc(100% - 48px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(6, 18, 34, 0.78);
  backdrop-filter: blur(12px);
}

.showcase-card span {
  color: #93c5fd;
  font-size: 12px;
  font-weight: 900;
}

.showcase-card strong {
  color: #ffffff;
  font-size: 15px;
}

.card-resource {
  top: 26px;
  left: 24px;
}

.card-delivery {
  right: 24px;
  bottom: 26px;
}

.media-hero .hero-metrics {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-width: 1px 0 0;
  background: rgba(6, 18, 34, 0.5);
  backdrop-filter: blur(12px);
}

.media-hero .hero-metrics div {
  min-height: 136px;
  padding: 25px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.media-hero .hero-metrics div:last-child {
  border-right: 0;
}

.media-hero .hero-metrics strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 24px;
}

.media-hero .hero-metrics span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.media-challenge-section,
.media-method-section,
.media-advantage-section,
.media-about-section,
.media-news-section,
.media-contact-section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 88px;
}

.media-card-grid {
  display: grid;
  gap: 18px;
}

.media-card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.media-card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-card-grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.media-card-grid article span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #2563eb;
  background: #eff6ff;
  font-size: 13px;
  font-weight: 900;
}

.media-card-grid article h3 {
  margin: 24px 0 10px;
  font-size: 21px;
}

.media-card-grid article p {
  margin: 0;
  color: #5f6d7e;
  font-size: 15px;
}

.media-method-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 46px;
  align-items: start;
}

.media-method-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.media-method-list li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  border: 1px solid #dbe7f4;
  border-radius: 8px;
  background: #f8fafc;
}

.media-method-list li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: #2563eb;
  font-weight: 900;
}

.media-method-list h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.media-method-list p {
  margin: 0 0 8px;
  color: #5f6d7e;
}

.media-method-list strong {
  color: #0f8c84;
  font-size: 14px;
}

.media-advantage-section {
  padding-bottom: 88px;
}

.media-about-section {
  max-width: none;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.65fr);
  gap: 48px;
  padding: 92px max(24px, calc((100vw - 1180px) / 2));
  color: #ffffff;
  background:
    linear-gradient(112deg, rgba(7, 18, 39, 0.98), rgba(20, 55, 110, 0.92)),
    url("./images/platform-hero.png") center / cover no-repeat;
}

.media-about-copy h2 {
  max-width: 700px;
  margin: 0 0 16px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.18;
}

.media-about-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
}

.media-about-section .text-link {
  color: #93c5fd;
}

.media-company-facts {
  display: grid;
  gap: 14px;
  margin: 0;
}

.media-company-facts div {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.media-company-facts dt {
  color: #93c5fd;
  font-weight: 900;
}

.media-company-facts dd {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.media-news-section {
  padding-bottom: 84px;
}

.media-contact-section {
  max-width: none;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: center;
  padding: 82px max(24px, calc((100vw - 1180px) / 2));
  background: #f8fafc;
}

.media-contact-copy h2 {
  max-width: 760px;
  margin: 0 0 12px;
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.2;
}

.media-contact-copy p {
  max-width: 760px;
  color: #5f6d7e;
}

.contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-points span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #d7e4f2;
  border-radius: 999px;
  color: #1f5f8b;
  background: #ffffff;
  font-weight: 900;
}

.media-contact-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  border: 1px solid #d7e4f2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.07);
}

.media-contact-card strong {
  font-size: 26px;
}

.media-contact-card span {
  color: #5f6d7e;
}

.media-contact-card .button {
  justify-content: center;
}

.media-contact-card .button.primary {
  border-color: #f97316;
  background: #f97316;
}

.media-contact-card .button.secondary {
  color: #1f2937;
  background: #ffffff;
}

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

  .media-hero-content {
    max-width: 780px;
    padding: 44px 0 0;
  }

  .media-hero-showcase {
    min-height: 380px;
  }

  .media-hero-showcase img {
    min-height: 380px;
  }

  .media-hero .hero-metrics,
  .media-card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-method-section,
  .media-about-section,
  .media-contact-section {
    grid-template-columns: 1fr;
  }

  .media-card-grid.three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .media-home .site-header {
    position: sticky;
  }

  .media-hero {
    padding: 44px 18px 0;
  }

  .media-hero h1 {
    font-size: 38px;
    word-break: break-word;
  }

  .media-hero p {
    font-size: 16px;
  }

  .media-hero .hero-metrics,
  .media-card-grid.four,
  .media-card-grid.three {
    grid-template-columns: 1fr;
  }

  .media-hero .hero-metrics div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .media-hero .hero-metrics div:last-child {
    border-bottom: 0;
  }

  .media-hero-showcase,
  .media-hero-showcase img {
    min-height: 280px;
  }

  .showcase-card {
    position: static;
    width: auto;
    margin: 12px;
  }

  .media-challenge-section,
  .media-method-section,
  .media-advantage-section,
  .media-news-section {
    width: min(100% - 36px, 1180px);
    padding-top: 58px;
  }

  .media-about-section,
  .media-contact-section {
    padding: 58px 18px;
  }

  .media-method-list li {
    grid-template-columns: 1fr;
  }
}

:root {
  --ink: #18202f;
  --muted: #5f6d7e;
  --line: #dfe6ee;
  --surface: #ffffff;
  --soft: #f5f7fa;
  --blue: #1f5f8b;
  --teal: #0f8c84;
  --orange: #d97936;
  --shadow: 0 18px 44px rgba(24, 32, 47, 0.12);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--soft);
  font-family: Inter, "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  line-height: 1.72;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 36px;
  min-height: 68px;
  padding: 12px max(24px, calc((100vw - 1180px) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(24, 32, 47, 0.06);
}

.header-left,
.auth-links,
.primary-nav,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.header-left {
  gap: 18px;
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.brand::before {
  content: "峻";
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 8px;
  color: #ffffff;
  background: var(--blue);
  font-size: 16px;
}

.auth-links {
  gap: 8px;
  margin-left: auto;
}

.auth-links a,
.primary-nav a,
.button,
.floating-support a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
}

.auth-links a {
  padding: 0 13px;
  border: 1px solid #d5dee9;
  color: var(--blue);
  background: #ffffff;
}

.auth-links a:last-child {
  color: #ffffff;
  border-color: var(--blue);
  background: var(--blue);
}

.primary-nav {
  justify-content: flex-start;
  gap: 4px;
  flex-wrap: wrap;
}

.primary-nav a {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid transparent;
  color: #394657;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--blue);
  background: #eef6fb;
  border-color: #d7e8f3;
}

.corporate-main,
.site-footer {
  max-width: 1180px;
  margin: 0 auto;
}

.corporate-main {
  min-height: calc(100vh - 132px);
  padding: 0 24px 64px;
}

.corporate-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 42px;
  align-items: center;
  min-height: 620px;
  padding: 64px 0 46px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
}

.hero-text h1,
.corporate-title h1 {
  margin: 10px 0 18px;
  letter-spacing: 0;
  line-height: 1.1;
}

.hero-text h1 {
  font-size: clamp(40px, 5vw, 62px);
}

.corporate-title h1 {
  font-size: clamp(34px, 4vw, 52px);
}

.hero-text p,
.corporate-title p,
.intro-band p,
.two-column p,
.about-copy p,
.product-row p,
.news-list p,
.news-page-list p {
  color: var(--muted);
}

.hero-text p {
  max-width: 650px;
  font-size: 18px;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.button {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--blue);
}

.button.primary {
  color: #ffffff;
  background: var(--blue);
}

.button.secondary {
  color: var(--blue);
  background: #ffffff;
}

.hero-media {
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #e8eef5;
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.section {
  padding: 44px 0 0;
}

.intro-band {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 36px;
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-band h2,
.two-column h2,
.about-copy h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.28;
}

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

.feature-card,
.news-list article,
.news-page-list article,
.product-row,
.company-facts div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(24, 32, 47, 0.05);
}

.feature-card {
  min-height: 190px;
  padding: 24px;
}

.feature-card span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 6px;
  color: var(--blue);
  background: #e8f4fb;
  font-weight: 900;
}

.feature-card h3,
.news-list h3,
.news-page-list h2,
.product-row h2 {
  margin: 10px 0 8px;
}

.two-column,
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: 42px;
  align-items: start;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue);
  font-weight: 900;
  text-decoration: none;
}

.news-list,
.news-page-list,
.product-list,
.company-facts {
  display: grid;
  gap: 14px;
}

.news-list article,
.news-page-list article {
  padding: 22px;
}

.news-page-list .news-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.news-page-list .news-card-link:hover h2 {
  color: #0f8c84;
}

.news-read-more {
  display: inline-flex;
  margin-top: 14px;
  color: #0f8c84;
  font-weight: 800;
}

.news-list time,
.news-page-list time {
  color: #7a8594;
  font-size: 13px;
  font-weight: 800;
}

.corporate-title {
  padding: 58px 0 38px;
}

.product-row {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 32px;
  align-items: start;
  padding: 26px;
}

.product-row span {
  color: var(--blue);
  font-weight: 900;
}

.about-layout {
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1fr);
}

.company-facts {
  margin: 0;
}

.company-facts div {
  padding: 20px;
}

.company-facts dt {
  color: #7a8594;
  font-size: 13px;
  font-weight: 900;
}

.company-facts dd {
  margin: 8px 0 0;
  font-size: 18px;
  font-weight: 800;
}

.template-page {
  background: #f3f6f9;
}

.column-hero {
  display: grid;
  gap: 16px;
  min-height: 260px;
  padding: 62px 0 34px;
}

.column-hero h1 {
  max-width: 820px;
}

.column-hero p {
  max-width: 760px;
}

.column-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.column-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #cddfec;
  border-radius: 6px;
  color: var(--blue);
  background: #ffffff;
  font-weight: 800;
}

.template-section {
  padding: 34px 0 0;
}

.template-section .section-title {
  margin-bottom: 16px;
}

.template-section .section-title h2 {
  font-size: clamp(24px, 2.4vw, 34px);
}

.template-filter-board,
.template-card-grid,
.template-info-list,
.template-process-list,
.template-profile {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.template-filter-board {
  overflow: hidden;
}

.filter-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-height: 58px;
  padding: 14px 18px;
  border-top: 1px solid #edf1f5;
}

.filter-row:first-child {
  border-top: 0;
}

.filter-row strong {
  color: #314157;
}

.filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-options span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 6px;
  color: #314157;
  background: #f4f7fa;
}

.filter-options span.selected {
  color: #ffffff;
  background: var(--teal);
}

.template-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}

.template-card {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid #edf1f5;
  border-bottom: 1px solid #edf1f5;
}

.template-card span {
  color: var(--teal);
  font-weight: 900;
}

.template-card h3,
.template-info-list h3 {
  margin: 10px 0 8px;
}

.template-card p,
.template-info-list p,
.template-process-list p,
.template-profile p {
  color: var(--muted);
}

.template-process-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.template-process-list li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding: 18px 22px;
  border-top: 1px solid #edf1f5;
}

.template-process-list li:first-child {
  border-top: 0;
}

.template-process-list span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--blue);
  font-weight: 900;
}

.template-process-list strong {
  display: block;
  margin-bottom: 4px;
}

.template-info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
}

.template-info-list article {
  padding: 22px;
  border-right: 1px solid #edf1f5;
  border-bottom: 1px solid #edf1f5;
}

.template-profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  padding: 28px;
}

.template-facts {
  display: grid;
  gap: 12px;
  margin: 0;
}

.template-facts div {
  padding: 16px;
  border: 1px solid #edf1f5;
  border-radius: 8px;
}

.template-facts dt {
  color: #7a8594;
  font-size: 13px;
  font-weight: 900;
}

.template-facts dd {
  margin: 6px 0 0;
  font-weight: 900;
}

.floating-support {
  position: fixed;
  left: 18px;
  top: 42%;
  z-index: 20;
  display: grid;
  gap: 6px;
  width: 122px;
  padding: 14px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.13);
}

.floating-support strong {
  color: var(--blue);
  font-size: 15px;
}

.floating-support span {
  color: #667085;
  font-size: 12px;
  line-height: 1.45;
}

.floating-support a {
  min-height: 30px;
  color: #ffffff;
  background: var(--blue);
  font-size: 12px;
}

.site-footer {
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  color: #667085;
  border-top: 1px solid var(--line);
}

.home-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(9, 20, 33, 0.92), rgba(14, 45, 66, 0.74)),
    url("./images/platform-hero.png") center / cover no-repeat;
}

.home-page .site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 18, 30, 0.78);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.home-page .brand,
.home-page .primary-nav a {
  color: #ffffff;
}

.home-page .brand::before {
  color: #071d24;
  background: #32decf;
}

.home-page .primary-nav a:hover,
.home-page .primary-nav a[aria-current="page"] {
  color: #7ddbd4;
  border-color: rgba(125, 219, 212, 0.28);
  background: rgba(125, 219, 212, 0.12);
}

.home-page .auth-links a {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.home-page .auth-links a:hover {
  border-color: rgba(125, 219, 212, 0.44);
  background: rgba(125, 219, 212, 0.14);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 210px;
  background: linear-gradient(180deg, rgba(9, 20, 33, 0), rgba(9, 20, 33, 0.92));
  pointer-events: none;
}

.hero-inner,
.hero-metrics,
.section {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 160px 0 72px;
}

.home-hero .eyebrow {
  color: #7ddbd4;
}

.home-hero h1 {
  max-width: 820px;
  margin: 10px 0 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.08;
  letter-spacing: 0;
}

.home-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.home-hero .button.primary {
  border-color: #13a79c;
  background: #13a79c;
}

.home-hero .button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.hero-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 20, 31, 0.58);
  backdrop-filter: blur(10px);
}

.hero-metrics div {
  min-height: 132px;
  padding: 24px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-metrics div:last-child {
  border-right: 0;
}

.hero-metrics strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.hero-metrics span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.section-title {
  max-width: 760px;
}

.section-title.centered {
  margin: 0 auto 28px;
  text-align: center;
}

.section-title h2 {
  margin: 0 0 10px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.22;
  letter-spacing: 0;
}

.section-title p {
  color: var(--muted);
}

.channel-section,
.benefits-section,
.academy-section,
.process-section {
  padding-top: 68px;
}

.resource-channel-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.resource-channel-grid article {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 22px;
  color: #ffffff;
  border: 1px solid rgba(13, 67, 83, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(7, 24, 36, 0.1), rgba(7, 24, 36, 0.76)),
    url("./images/platform-hero.png") center / cover no-repeat;
  box-shadow: 0 16px 34px rgba(24, 32, 47, 0.07);
}

.resource-channel-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(9, 35, 50, 0.82), rgba(13, 112, 106, 0.48)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 58px);
}

.resource-channel-grid article > * {
  position: relative;
  z-index: 1;
}

.resource-channel-grid span {
  color: #7ddbd4;
  font-weight: 900;
}

.resource-channel-grid h3 {
  margin: 28px 0 8px;
  font-size: 22px;
}

.resource-channel-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.demand-section {
  width: 100%;
  max-width: none;
  padding: 82px 0;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(10, 20, 32, 0.94), rgba(12, 58, 70, 0.82)),
    url("./images/platform-hero.png") center / cover no-repeat;
}

.demand-panel {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 42px;
}

.demand-panel .section-title {
  grid-column: 1 / -1;
}

.demand-panel .section-title p,
.demand-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.demand-list {
  display: grid;
  gap: 10px;
}

.demand-list button {
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
  cursor: pointer;
}

.demand-list button:hover {
  border-color: rgba(125, 219, 212, 0.78);
}

.demand-list button.active {
  color: #071d24;
  background: #7ddbd4;
}

.demand-copy {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.demand-copy h3 {
  margin: 0 0 12px;
  font-size: 26px;
}

.benefit-table {
  overflow: hidden;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(24, 32, 47, 0.06);
}

.benefit-row {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  min-height: 54px;
  border-top: 1px solid #edf1f5;
}

.benefit-row:first-child {
  border-top: 0;
}

.benefit-row > * {
  display: flex;
  align-items: center;
  padding: 0 22px;
}

.benefit-row.heading {
  min-height: 70px;
  color: #ffffff;
  background: #102f43;
}

.benefit-row b {
  color: #0f8c84;
}

.academy-section {
  align-items: center;
}

.process-section {
  padding-bottom: 74px;
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.process-list::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 27px;
  height: 1px;
  background: #c9d6e2;
}

.process-list li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: #1d2b3b;
  font-weight: 900;
}

.process-list span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid #bcd6dc;
  border-radius: 50%;
  color: #ffffff;
  background: #0f8c84;
  box-shadow: 0 8px 18px rgba(15, 140, 132, 0.22);
}

.rich-footer {
  max-width: none;
  width: 100%;
  padding: 28px max(24px, calc((100vw - 1180px) / 2));
  color: rgba(255, 255, 255, 0.74);
  border-top: 0;
  background: #092237;
}

.rich-footer div {
  display: grid;
  gap: 4px;
}

.rich-footer strong {
  color: #ffffff;
  font-size: 16px;
}

.marketing-page {
  color: #152033;
  background: #eef3f8;
}

.marketing-page .site-header {
  position: sticky;
  top: 0;
  z-index: 18;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 18, 30, 0.92);
  box-shadow: 0 14px 30px rgba(7, 18, 30, 0.18);
  backdrop-filter: blur(14px);
}

.marketing-page .brand,
.marketing-page .primary-nav a {
  color: #ffffff;
}

.marketing-page .brand::before {
  color: #071d24;
  background: #32decf;
}

.marketing-page .primary-nav a:hover,
.marketing-page .primary-nav a[aria-current="page"] {
  color: #7ddbd4;
  border-color: rgba(125, 219, 212, 0.28);
  background: rgba(125, 219, 212, 0.12);
}

.marketing-page .auth-links a {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.marketing-page .auth-links a:last-child {
  color: #08212d;
  border-color: #7ddbd4;
  background: #7ddbd4;
}

.marketing-page .corporate-main {
  width: 100%;
  max-width: none;
  min-height: auto;
  margin: 0;
  padding: 0 0 76px;
}

.marketing-page .column-hero {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 520px;
  padding: 86px max(24px, calc((100vw - 1180px) / 2)) 74px;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(7, 18, 30, 0.94), rgba(12, 58, 70, 0.78)),
    url("./images/platform-hero.png") center / cover no-repeat;
}

.marketing-page .column-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 22%, rgba(125, 219, 212, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(7, 18, 30, 0.72));
  pointer-events: none;
}

.marketing-page .column-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(7, 18, 30, 0), #eef3f8);
  pointer-events: none;
}

.marketing-page .column-hero > * {
  position: relative;
  z-index: 1;
}

.marketing-page .column-hero .eyebrow {
  color: #7ddbd4;
  font-size: 14px;
}

.marketing-page .column-hero h1 {
  max-width: 860px;
  margin: 8px 0 18px;
  color: #ffffff;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 1.08;
}

.marketing-page .column-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.marketing-page .column-hero-points span {
  min-height: 38px;
  border-color: rgba(125, 219, 212, 0.34);
  color: #e8fffb;
  background: rgba(125, 219, 212, 0.1);
}

.marketing-page .template-section,
.marketing-page .news-page-list {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 72px;
}

.marketing-page .template-section .section-title {
  max-width: 820px;
  margin-bottom: 22px;
}

.marketing-page .section-kicker {
  color: #0f8c84;
}

.marketing-page .template-section .section-title h2,
.marketing-page .about-copy h2,
.marketing-page .marketing-cta h2,
.marketing-page .about-scenario h2 {
  color: #142033;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.22;
}

.marketing-page .template-filter-board {
  border: 1px solid #d9e5ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(21, 38, 54, 0.08);
}

.marketing-page .filter-row {
  grid-template-columns: 128px minmax(0, 1fr);
  min-height: 64px;
  padding: 16px 22px;
}

.marketing-page .filter-row strong {
  color: #122033;
  font-weight: 900;
}

.marketing-page .filter-options {
  gap: 10px 12px;
}

.marketing-page .filter-options span {
  min-height: 32px;
  color: #273548;
  background: #f3f7fa;
}

.marketing-page .filter-options span.selected {
  color: #ffffff;
  background: #0f8c84;
}

.marketing-page .template-card-grid {
  border: 0;
  background: transparent;
  box-shadow: none;
  gap: 16px;
}

.marketing-page .template-card {
  position: relative;
  min-height: 220px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid #d9e5ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(21, 38, 54, 0.07);
}

.marketing-page .template-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0f8c84, #35cfc0);
}

.marketing-page .template-card span {
  color: #0f8c84;
}

.marketing-page .template-card h3 {
  font-size: 22px;
}

.marketing-page .template-process-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border: 0;
  background: transparent;
}

.marketing-page .template-process-list li {
  grid-template-columns: 46px minmax(0, 1fr);
  padding: 24px;
  border: 1px solid #d9e5ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(21, 38, 54, 0.07);
}

.marketing-page .template-process-list span {
  background: #0f8c84;
}

.marketing-page .template-info-list,
.marketing-page .news-page-list {
  border: 0;
  background: transparent;
}

.marketing-page .template-info-list article,
.marketing-page .news-page-list article {
  border: 1px solid #d9e5ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(21, 38, 54, 0.07);
}

.site-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  max-width: 1180px;
  margin: 20px auto 0;
  color: #59697a;
  font-weight: 800;
}

.site-pagination a,
.site-pagination strong {
  display: inline-flex;
  min-width: 42px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #cbd9e5;
  border-radius: 6px;
  background: #ffffff;
  color: #0b2136;
  text-decoration: none;
}

.site-pagination a:not([aria-disabled="true"]):hover {
  border-color: #0f8c84;
  color: #0f8c84;
}

.site-pagination a[aria-disabled="true"] {
  color: #95a2af;
  cursor: default;
  background: #f5f8fb;
}

.news-detail-main {
  padding: 0 0 72px;
  background:
    linear-gradient(180deg, rgba(10, 28, 43, 0.05), rgba(235, 242, 247, 0.72) 360px),
    #eef4f8;
}

.news-detail-hero,
.news-detail-layout {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
}

.news-detail-hero {
  padding: 44px 0 28px;
}

.site-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  color: #6b7d90;
  font-size: 14px;
}

.site-breadcrumb a {
  color: #274157;
  text-decoration: none;
}

.site-breadcrumb a:hover {
  color: #0f8c84;
}

.news-detail-kicker {
  margin: 0 0 14px;
  color: #0f8c84;
  font-weight: 900;
}

.news-detail-hero h1 {
  margin: 0;
  max-width: 860px;
  font-size: 42px;
  line-height: 1.18;
  color: #08213a;
}

.news-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 26px;
  margin: 22px 0 0;
  color: #60758a;
  font-size: 14px;
}

.news-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.news-detail-meta strong {
  color: #7c8da0;
  font-weight: 700;
}

.news-detail-meta em,
.news-detail-meta time {
  color: #20384f;
  font-style: normal;
  font-weight: 800;
}

.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.news-article-card,
.news-side-section,
.news-side-contact {
  border: 1px solid #d9e5ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(21, 38, 54, 0.08);
}

.news-article-card {
  padding: 42px 48px;
}

.news-detail-summary {
  margin: 0 0 34px;
  padding: 20px 22px;
  border-left: 4px solid #0f8c84;
  background: #f3f9f8;
  color: #355069;
  line-height: 1.85;
}

.news-detail-body {
  color: #21364d;
  font-size: 17px;
  line-height: 2.08;
}

.news-detail-body p {
  margin: 0 0 22px;
}

.news-page-turn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid #e4edf3;
}

.news-turn-item {
  min-height: 82px;
  padding: 16px 18px;
  border: 1px solid #dbe7ef;
  border-radius: 8px;
  background: #f8fbfd;
}

.news-turn-item span {
  display: block;
  margin-bottom: 8px;
  color: #7b8da0;
  font-size: 13px;
  font-weight: 800;
}

.news-turn-item a {
  color: #0b2136;
  font-weight: 900;
  line-height: 1.5;
  text-decoration: none;
}

.news-turn-item a:hover {
  color: #0f8c84;
}

.news-turn-item em {
  color: #8292a3;
  font-style: normal;
}

.news-detail-aside {
  display: grid;
  gap: 18px;
}

.news-side-section {
  padding: 24px;
}

.news-side-section h2 {
  margin: 0 0 18px;
  color: #08213a;
  font-size: 20px;
}

.news-related-list ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-related-list li + li {
  padding-top: 16px;
  border-top: 1px solid #e7eef4;
}

.news-related-list a {
  display: grid;
  gap: 8px;
  color: #0b2136;
  text-decoration: none;
}

.news-related-list a:hover strong {
  color: #0f8c84;
}

.news-related-list strong {
  line-height: 1.55;
}

.news-related-list time,
.news-empty-side {
  color: #7b8da0;
  font-size: 13px;
}

.news-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-detail-tags span {
  padding: 7px 11px;
  border-radius: 6px;
  background: #eef7f6;
  color: #0b7771;
  font-size: 13px;
  font-weight: 800;
}

.news-side-contact {
  padding: 24px;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(8, 30, 45, 0.96), rgba(12, 119, 112, 0.9)),
    url("./images/platform-hero.png") center / cover no-repeat;
}

.news-side-contact span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.news-side-contact strong {
  display: block;
  margin: 10px 0 18px;
  font-size: 20px;
  line-height: 1.45;
}

.news-side-contact a {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 6px;
  background: #66d8d0;
  color: #052538;
  font-weight: 900;
  text-decoration: none;
}

.marketing-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin-top: 74px;
  padding: 34px 38px !important;
  color: #ffffff;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(8, 30, 45, 0.96), rgba(11, 93, 89, 0.88)),
    url("./images/platform-hero.png") center / cover no-repeat;
  box-shadow: 0 22px 48px rgba(7, 18, 30, 0.18);
}

.marketing-cta h2 {
  margin: 4px 0 10px;
  color: #ffffff !important;
}

.marketing-cta p {
  margin: 0;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.72);
}

.marketing-cta .button.primary {
  border-color: #7ddbd4;
  color: #08212d;
  background: #7ddbd4;
}

.about-position .section-title {
  margin-bottom: 28px;
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.about-value-grid article {
  min-height: 230px;
  padding: 28px;
  border: 1px solid #d9e5ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(21, 38, 54, 0.07);
}

.about-value-grid span {
  color: #0f8c84;
  font-weight: 900;
}

.about-value-grid h3 {
  margin: 28px 0 10px;
  font-size: 24px;
}

.about-value-grid p,
.about-scenario p,
.about-copy p {
  color: var(--muted);
}

.about-scenario {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(430px, 1fr);
  gap: 38px;
  align-items: center;
}

.scenario-list {
  display: grid;
  gap: 12px;
}

.scenario-list div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 18px 22px;
  border: 1px solid #d9e5ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(21, 38, 54, 0.06);
}

.scenario-list strong {
  color: #0f8c84;
}

.scenario-list span {
  color: #415267;
}

.marketing-page .about-layout {
  grid-template-columns: minmax(0, 0.86fr) 390px;
  align-items: stretch;
}

.marketing-page .about-copy,
.marketing-page .company-facts {
  padding: 30px;
  border: 1px solid #d9e5ee;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(21, 38, 54, 0.07);
}

.marketing-page .company-facts {
  margin: 0;
}

.marketing-page .company-facts div {
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid #edf1f5;
  border-radius: 0;
  box-shadow: none;
}

.marketing-page .company-facts div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.marketing-page .floating-support {
  border-color: rgba(125, 219, 212, 0.24);
  color: #ffffff;
  background: rgba(7, 18, 30, 0.9);
  box-shadow: 0 18px 38px rgba(7, 18, 30, 0.22);
}

.marketing-page .floating-support strong {
  color: #7ddbd4;
}

.marketing-page .floating-support span {
  color: rgba(255, 255, 255, 0.68);
}

.marketing-page .floating-support a {
  color: #08212d;
  background: #7ddbd4;
}

@media (max-width: 1180px) {
  .floating-support {
    left: 10px;
    top: auto;
    bottom: 18px;
  }
}

@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 14px 18px;
  }

  .header-left {
    justify-content: space-between;
    width: 100%;
  }

  .auth-links a {
    min-height: 32px;
    padding: 0 10px;
    font-size: 13px;
  }

  .primary-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }

  .primary-nav a {
    justify-content: center;
    padding: 0 6px;
    font-size: 13px;
  }

  .corporate-main {
    padding: 0 18px 46px;
  }

  .corporate-hero,
  .intro-band,
  .two-column,
  .about-layout,
  .product-row {
    grid-template-columns: 1fr;
  }

  .corporate-hero {
    min-height: auto;
    padding: 42px 0 34px;
  }

  .hero-media,
  .hero-media img {
    min-height: 260px;
  }

  .corporate-grid {
    grid-template-columns: 1fr;
  }

  .template-card-grid,
  .template-info-list,
  .template-profile,
  .filter-row {
    grid-template-columns: 1fr;
  }

  .floating-support {
    left: 12px;
    bottom: 12px;
    width: 106px;
    padding: 10px;
  }

  .site-footer {
    flex-direction: column;
  }

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

  .hero-inner,
  .hero-metrics,
  .section,
  .demand-panel {
    width: min(100% - 36px, 1180px);
  }

  .hero-inner {
    padding: 70px 0 38px;
  }

  .home-page .hero-inner {
    padding-top: 150px;
  }

  .home-hero h1 {
    font-size: 38px;
  }

  .hero-metrics,
  .resource-channel-grid,
  .demand-panel,
  .process-list {
    grid-template-columns: 1fr;
  }

  .hero-metrics div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-metrics div:last-child {
    border-bottom: 0;
  }

  .channel-section,
  .benefits-section,
  .academy-section,
  .process-section {
    padding-top: 46px;
  }

  .demand-section {
    padding: 52px 0;
  }

  .benefit-table {
    overflow-x: auto;
  }

  .benefit-row {
    min-width: 680px;
  }

  .process-list {
    gap: 16px;
  }

  .process-list::before {
    display: none;
  }

  .process-list li {
    grid-template-columns: 54px 1fr;
    justify-items: start;
    align-items: center;
  }

  .site-pagination {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: min(100% - 36px, 1180px);
  }

  .news-detail-hero,
  .news-detail-layout {
    width: min(100% - 36px, 1180px);
  }

  .news-detail-hero {
    padding: 34px 0 22px;
  }

  .news-detail-hero h1 {
    font-size: 30px;
  }

  .news-detail-layout,
  .news-page-turn {
    grid-template-columns: 1fr;
  }

  .news-article-card,
  .news-side-section,
  .news-side-contact {
    padding: 22px;
  }

  .news-detail-meta {
    display: grid;
    grid-template-columns: 1fr;
  }

  .marketing-page .column-hero {
    min-height: 460px;
    padding: 54px 18px 58px;
  }

  .marketing-page .site-header {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .marketing-page .auth-links {
    justify-content: flex-start;
    margin-left: 0;
  }

  .marketing-page .primary-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
  }

  .marketing-page .primary-nav a {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .marketing-page .column-hero h1 {
    font-size: 38px;
    max-width: 100%;
    word-break: break-word;
  }

  .marketing-page .column-hero p {
    max-width: 100%;
    font-size: 16px;
  }

  .marketing-page .column-hero-points {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .marketing-page .column-hero-points span {
    justify-content: center;
  }

  .marketing-page .template-section,
  .marketing-page .news-page-list {
    width: min(100% - 36px, 1180px);
    padding-top: 48px;
  }

  .marketing-page .filter-row,
  .marketing-page .template-process-list,
  .about-value-grid,
  .about-scenario,
  .marketing-page .about-layout,
  .marketing-cta {
    grid-template-columns: 1fr;
  }

  .marketing-page .template-process-list {
    gap: 12px;
  }

  .marketing-cta {
    align-items: start;
    padding: 28px !important;
  }

  .scenario-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .marketing-page .floating-support {
    width: 88px;
    left: 10px;
    bottom: 10px;
    top: auto;
    padding: 9px;
  }

  .marketing-page .floating-support span {
    display: none;
  }

  .marketing-page .floating-support strong {
    font-size: 13px;
  }

  .marketing-page .floating-support a {
    min-height: 28px;
    font-size: 12px;
  }
}

/* Final media-home overrides: placed after legacy .home-page rules. */
.media-home .site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 74px;
  color: #172033;
  border-bottom: 1px solid rgba(221, 228, 238, 0.82);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(15, 24, 42, 0.06);
  backdrop-filter: blur(14px);
}

.media-home .brand,
.media-home .primary-nav a {
  color: #172033;
}

.media-home .brand::before {
  content: "峻";
  color: #ffffff;
  background: #2563eb;
}

.media-home .primary-nav a:hover,
.media-home .primary-nav a[aria-current="page"] {
  color: #2563eb;
  border-color: rgba(37, 99, 235, 0.18);
  background: #eff6ff;
}

.media-home .auth-links a {
  color: #1f2937;
  border-color: #d7e0ee;
  background: #ffffff;
}

.media-home .auth-links a:last-child {
  color: #ffffff;
  border-color: #2563eb;
  background: #2563eb;
}

.media-home .auth-links a:hover {
  border-color: #2563eb;
  background: #eff6ff;
}

.media-home .auth-links a:last-child:hover {
  color: #ffffff;
  background: #1d4ed8;
}

.media-home .home-hero.media-hero {
  min-height: 920px;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: 42px;
  padding: 150px max(24px, calc((100vw - 1180px) / 2)) 0;
  color: #ffffff;
  background:
    linear-gradient(112deg, rgba(7, 18, 39, 0.99) 0%, rgba(16, 39, 92, 0.98) 54%, rgba(148, 163, 184, 0.76) 100%),
    url("./images/platform-hero.png") center / cover no-repeat;
}

.media-home .media-hero h1 {
  max-width: 660px;
  font-size: clamp(42px, 5.8vw, 76px);
  line-height: 1.05;
  letter-spacing: 0;
}

.media-home .media-hero .button.primary,
.media-home .media-contact-card .button.primary {
  border-color: #f97316;
  background: #f97316;
}

.media-home .media-hero .button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.media-home .media-hero .hero-metrics {
  grid-column: 1 / -1;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

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

  .media-home .media-hero .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .media-home .site-header {
    position: sticky;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 12px;
    padding: 12px 18px;
    overflow: hidden;
  }

  .media-home .header-left {
    width: min(354px, 100%);
    min-width: 0;
  }

  .media-home .brand {
    min-width: 0;
    font-size: 20px;
  }

  .media-home .primary-nav {
    grid-column: 1 / -1;
    order: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(354px, 100%);
    gap: 8px;
    overflow: hidden;
  }

  .media-home .primary-nav a {
    justify-content: center;
    min-width: 0;
    padding: 7px 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
  }

  .media-home .auth-links {
    order: 2;
    justify-content: start;
    gap: 6px;
    width: min(354px, 100%);
    margin-left: 0;
  }

  .media-home .auth-links a {
    flex: 1 1 0;
    justify-content: center;
    min-height: 34px;
    padding: 0 10px;
    font-size: 13px;
  }

  .media-home .home-hero.media-hero {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 44px 18px 0;
    overflow: hidden;
  }

  .media-home .media-hero-content,
  .media-home .media-hero-showcase,
  .media-home .media-about-copy,
  .media-home .media-contact-copy {
    width: min(354px, 100%);
    max-width: min(354px, 100%);
    min-width: 0;
  }

  .media-home .media-hero h1 {
    font-size: 38px;
    white-space: normal;
    max-width: 100%;
    word-break: break-all;
    overflow-wrap: anywhere;
  }

  .media-home .media-hero p,
  .media-home .media-hero-tags,
  .media-home .hero-actions,
  .media-home .media-hero-showcase {
    max-width: min(354px, 100%);
  }

  .media-home .media-hero-showcase {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .media-home .media-hero .hero-metrics {
    width: min(354px, 100%);
    max-width: min(354px, 100%);
    grid-template-columns: 1fr;
  }
}
