.article-body {
  margin: 0;
  min-height: 100vh;
  color: #0f172a;
  background:
    radial-gradient(900px 420px at 86% -10%, rgba(37, 99, 235, 0.14), transparent 58%),
    radial-gradient(760px 360px at 4% 88%, rgba(20, 184, 166, 0.12), transparent 62%),
    linear-gradient(145deg, #f8fafc 0%, #eef6ff 42%, #fffaf4 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.article-shell {
  position: relative;
  z-index: 1;
  width: min(1240px, 92vw);
  margin: 20px auto 56px;
}

.article-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(203, 213, 225, 0.86);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
}

.article-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
  text-decoration: none;
  font-weight: 900;
}

.article-logo {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(140deg, #b91c1c, #ef4444 55%, #f59e0b);
  color: #fff;
  display: grid;
  place-items: center;
}

.article-nav-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.article-nav-links a {
  border: 1px solid #dbe3ef;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  color: #334155;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.article-nav-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.28);
  color: #1d4ed8;
}

.article-nav-links a:last-child {
  border-color: #0f172a;
  background: #0f172a;
  color: #fff;
}

.article-hero,
.article-list-hero,
.article-card,
.article-content {
  border: 1px solid rgba(219, 227, 239, 0.95);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.article-hero {
  border-radius: 22px;
  overflow: hidden;
}

.article-hero img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-hero-copy {
  padding: 28px;
}

.article-kicker {
  margin: 0 0 10px;
  color: #b45309;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.article-hero h1,
.article-list-hero h1 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: 0;
}

.article-subtitle {
  color: #475569;
  font-size: 18px;
  line-height: 1.7;
  max-width: 860px;
}

.article-meta,
.article-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  color: #64748b;
  font-size: 13px;
}

.article-tags span {
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  padding: 6px 10px;
  font-weight: 700;
}

.article-content {
  border-radius: 20px;
  padding: clamp(22px, 4vw, 44px);
  margin-top: 16px;
}

.article-content h2 {
  margin: 30px 0 10px;
  font-size: 25px;
  color: #111827;
}

.seo-page {
  display: grid;
  gap: 16px;
}

.seo-hero {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 247, 237, 0.92)),
    url("/static/brand-hero-kv.png") right center / min(44%, 460px) auto no-repeat;
  min-height: 300px;
}

.seo-hero .article-subtitle {
  max-width: 680px;
}

.seo-content {
  display: grid;
  gap: 8px;
}

.seo-section {
  border-bottom: 1px solid rgba(219, 227, 239, 0.9);
  padding-bottom: 18px;
}

.seo-section:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.article-content p {
  margin: 0 0 16px;
  color: #334155;
  font-size: 17px;
  line-height: 1.9;
}

.article-inline-image {
  margin: 24px 0 30px;
}

.article-inline-image img {
  display: block;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(219, 227, 239, 0.95);
  background: #fff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.article-cta {
  margin-top: 28px;
  padding: 18px;
  border-radius: 16px;
  background: #111827;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.article-cta strong {
  display: block;
  font-size: 18px;
}

.article-cta span {
  color: #d1d5db;
}

.article-cta a {
  border-radius: 999px;
  background: #fff;
  color: #111827;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 800;
}

.article-list-hero {
  border-radius: 22px;
  padding: clamp(24px, 5vw, 54px);
}

.news-shell {
  width: min(1320px, 92vw);
}

.article-news-body .article-nav {
  margin-bottom: 18px;
}

.news-index-hero {
  position: relative;
  box-sizing: border-box;
  min-height: clamp(330px, 34vw, 440px);
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: 24px;
  background: #07111f;
  isolation: isolate;
}

.news-index-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 35%, rgba(248, 250, 252, 0.58) 60%, rgba(15, 23, 42, 0.18) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.04));
}

.news-index-hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.news-index-hero-copy {
  max-width: 690px;
}

.news-index-hero .article-kicker {
  color: #0f766e;
}

.news-index-hero .article-subtitle {
  max-width: 610px;
  margin: 22px 0 0;
  color: #334155;
}

.news-index-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.news-index-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border: 1px solid rgba(20, 184, 166, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #0f766e;
  font-size: 13px;
  font-weight: 900;
  padding: 0 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

.news-featured-section {
  margin-top: 20px;
}

.news-featured-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.news-featured-card:hover,
.news-article-card:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.26);
  box-shadow: 0 26px 58px rgba(15, 23, 42, 0.13);
}

.news-featured-media,
.news-card-media {
  display: block;
  background: #e2e8f0;
  overflow: hidden;
}

.news-featured-media img,
.news-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.news-featured-card:hover img,
.news-article-card:hover img {
  transform: scale(1.025);
}

.news-featured-media {
  min-height: 310px;
}

.news-featured-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(24px, 4vw, 44px);
}

.news-card-eyebrow {
  color: #0f766e;
  font-size: 13px;
  font-weight: 900;
}

.news-featured-copy strong {
  color: #0f172a;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.16;
}

.news-featured-copy > span:not(.news-card-eyebrow):not(.news-card-tags):not(.news-card-action) {
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
}

.news-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.news-card-tags span {
  width: fit-content;
  border-radius: 999px;
  background: #ecfeff;
  color: #0f766e;
  font-size: 12px;
  font-weight: 900;
  padding: 6px 10px;
}

.news-card-action {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 0 16px;
}

.news-topic-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.news-topic-strip div {
  min-height: 96px;
  display: grid;
  align-content: center;
  gap: 6px;
  border: 1px solid rgba(203, 213, 225, 0.88);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  padding: 18px;
}

.news-topic-strip strong {
  color: #0f172a;
  font-size: 18px;
}

.news-topic-strip span {
  color: #64748b;
  line-height: 1.65;
}

.news-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
  padding-bottom: 80px;
}

.news-article-card {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.news-card-media {
  aspect-ratio: 16 / 9;
}

.news-card-copy {
  display: grid;
  align-content: start;
  gap: 11px;
  padding: 20px;
}

.news-card-copy strong {
  color: #0f172a;
  font-size: 21px;
  line-height: 1.32;
}

.news-card-copy > span:not(.news-card-eyebrow):not(.news-card-action) {
  color: #64748b;
  line-height: 1.65;
}

.news-card-copy .news-card-action {
  margin-top: 8px;
  min-height: 36px;
}

.news-empty-card {
  border: 1px solid rgba(203, 213, 225, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: #64748b;
  padding: 28px;
}

.article-body .lh-advisor-root {
  left: auto;
  right: 28px;
  bottom: 24px;
  transform: none;
}

.article-body .lh-advisor-toggle {
  width: 62px;
  min-height: 62px;
  height: 62px;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 5px;
  overflow: hidden;
}

.article-body .lh-advisor-avatar {
  width: 52px;
  height: 52px;
}

.article-body .lh-advisor-toggle-copy,
.article-body .lh-advisor-toggle-action {
  display: none;
}

.article-body .lh-advisor-panel {
  left: auto;
  right: 28px;
  bottom: 96px;
  transform: none;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.news-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.news-list-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 22px;
  border: 1px solid rgba(219, 227, 239, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.news-list-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.11);
}

.news-list-date {
  display: grid;
  gap: 6px;
  color: #64748b;
  font-size: 13px;
}

.news-list-date strong {
  color: #0f172a;
  font-size: 16px;
}

.news-list-date span {
  width: fit-content;
  border-radius: 999px;
  background: #fff7ed;
  color: #9a3412;
  padding: 5px 9px;
  font-weight: 800;
}

.news-list-copy h2 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.3;
}

.news-list-copy p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

.news-list-action {
  border-radius: 999px;
  background: #111827;
  color: #fff;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.article-card {
  border-radius: 18px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.12);
}

.article-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.article-card-copy {
  padding: 18px;
}

.article-card h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.article-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.7;
}

.brand-article-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 18px;
  align-items: stretch;
}

.brand-article-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow);
}

.brand-article-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: contain;
  background: #08112e;
}

.brand-article-card-copy {
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.brand-article-card-copy h4 {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
}

.brand-article-card-copy p {
  margin: 0;
  color: #475569;
  line-height: 1.7;
}

@media (max-width: 820px) {
  .article-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-shell,
  .news-shell {
    width: min(100% - 24px, 720px);
    margin: 12px auto 36px;
  }

  .article-nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .news-index-hero {
    min-height: 420px;
    align-items: end;
    padding: 24px;
  }

  .news-index-hero::before {
    background:
      linear-gradient(180deg, rgba(248, 250, 252, 0.78) 0%, rgba(255, 255, 255, 0.98) 54%, rgba(255, 255, 255, 0.98) 100%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.02));
  }

  .news-index-hero-media {
    object-position: 64% center;
  }

  .news-index-hero .article-subtitle {
    font-size: 16px;
    line-height: 1.65;
  }

  .news-featured-card,
  .news-topic-strip,
  .news-card-grid {
    grid-template-columns: 1fr;
  }

  .news-featured-media {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .news-card-grid {
    padding-bottom: 90px;
  }

  .brand-article-grid,
  .brand-article-card {
    grid-template-columns: 1fr;
  }

  .news-list-item {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .news-list-action {
    width: fit-content;
  }

  .seo-hero {
    background: rgba(255, 255, 255, 0.94);
    min-height: auto;
  }

  .article-body .lh-advisor-root {
    left: auto;
    right: 16px;
    bottom: 12px;
    transform: none;
  }

  .article-body .lh-advisor-toggle {
    width: 58px;
    min-height: 58px;
    height: 58px;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 4px;
    overflow: hidden;
  }

  .article-body .lh-advisor-avatar {
    width: 48px;
    height: 48px;
  }

  .article-body .lh-advisor-toggle-copy,
  .article-body .lh-advisor-toggle-action {
    display: none;
  }

  .article-body .lh-advisor-panel {
    left: 12px;
    right: 12px;
    bottom: 78px;
    transform: none;
  }
}

@media (min-width: 821px) and (max-width: 1080px) {
  .news-card-grid,
  .news-topic-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-topic-strip div:last-child {
    grid-column: 1 / -1;
  }
}
