.insights-page {
  --insights-blue: #075fba;
  --insights-deep: #061832;
  --insights-orange: #f28a2e;
  --insights-muted: #53637a;
  --insights-border: #dbe7f5;
  --insights-soft: #f5f9ff;
  background: #ffffff;
}

.insights-hero {
  width: min(1180px, calc(100% - 88px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 64px;
  align-items: center;
  margin: 0 auto;
  padding: 118px 0 54px;
}

.insights-hero__copy h1 {
  max-width: 820px;
  margin: 0;
  color: var(--insights-deep);
  font-size: clamp(56px, 7vw, 86px);
  line-height: 1.04;
  font-weight: 760;
  letter-spacing: 0;
}

.insights-hero__copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--insights-muted);
  font-size: 20px;
  line-height: 1.82;
}

.insights-hero__panel {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  color: #ffffff;
  border: 1px solid rgba(219, 231, 245, 0.9);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(6, 24, 50, 0.12), rgba(6, 24, 50, 0.82)),
    url("assets/about/qingdao-business-clear.jpg") center / cover no-repeat;
  box-shadow: 0 24px 72px rgba(7, 36, 82, 0.14);
}

.insights-hero__panel span {
  color: #cfe8ff;
  font-size: 13px;
  font-weight: 820;
}

.insights-hero__panel strong {
  margin-top: 12px;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 760;
}

.insights-hero__panel p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.7;
}

.insights-hero__panel small {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.market-index {
  width: min(1180px, calc(100% - 88px));
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto 44px;
}

.market-index__item {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: inherit;
  border: 1px solid var(--insights-border);
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
  box-shadow: 0 16px 44px rgba(7, 36, 82, 0.05);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.market-index__item:hover {
  transform: translateY(-3px);
  border-color: rgba(7, 95, 186, 0.36);
  box-shadow: 0 22px 58px rgba(7, 36, 82, 0.1);
}

.market-index__item span {
  color: var(--insights-orange);
  font-size: 13px;
  font-weight: 820;
}

.market-index__item strong {
  margin-top: 18px;
  color: var(--insights-deep);
  font-size: 26px;
  line-height: 1.2;
}

.market-index__item p {
  margin: 12px 0 0;
  color: var(--insights-muted);
  font-size: 14px;
  line-height: 1.65;
}

.info-section {
  width: min(1180px, calc(100% - 88px));
  margin: 0 auto;
  padding: 84px 0;
}

.info-section--soft {
  width: 100%;
  max-width: none;
  padding-left: max(44px, calc((100% - 1180px) / 2));
  padding-right: max(44px, calc((100% - 1180px) / 2));
  background:
    radial-gradient(circle at 88% 12%, rgba(242, 138, 46, 0.12), transparent 30%),
    linear-gradient(180deg, #f6faff, #ffffff);
}

.info-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.info-heading h2 {
  margin: 0;
  color: var(--insights-deep);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
  font-weight: 740;
  letter-spacing: 0;
}

.info-heading p:not(.eyebrow) {
  margin: 18px 0 0;
  color: var(--insights-muted);
  font-size: 18px;
  line-height: 1.76;
}

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

.info-card {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  color: inherit;
  border: 1px solid var(--insights-border);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(7, 36, 82, 0.055);
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(7, 95, 186, 0.36);
  box-shadow: 0 22px 62px rgba(7, 36, 82, 0.11);
}

.info-card span {
  width: fit-content;
  padding: 6px 10px;
  color: #ffffff;
  border-radius: 999px;
  background: var(--insights-orange);
  font-size: 12px;
  line-height: 1;
  font-weight: 820;
}

.info-card small {
  display: block;
  margin-top: 18px;
  color: var(--insights-blue);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 780;
}

.info-card h3 {
  margin: 14px 0 0;
  color: var(--insights-deep);
  font-size: 23px;
  line-height: 1.34;
  font-weight: 740;
}

.info-card p {
  margin: 14px 0 0;
  color: var(--insights-muted);
  font-size: 15px;
  line-height: 1.78;
}

.info-card em {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--insights-blue);
  font-size: 15px;
  font-style: normal;
  font-weight: 780;
}

.info-card em::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1.8px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

@media (max-width: 1080px) {
  .insights-hero {
    grid-template-columns: 1fr;
  }

  .market-index {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .insights-hero,
  .market-index,
  .info-section {
    width: min(100% - 36px, 1180px);
  }

  .insights-hero {
    padding: 72px 0 34px;
  }

  .insights-hero__copy h1 {
    font-size: 42px;
  }

  .insights-hero__copy p:not(.eyebrow),
  .info-heading p:not(.eyebrow) {
    font-size: 16px;
  }

  .insights-hero__panel {
    min-height: 300px;
    padding: 26px;
  }

  .insights-hero__panel strong {
    font-size: 32px;
  }

  .market-index {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .market-index__item {
    min-height: auto;
  }

  .info-section,
  .info-section--soft {
    padding: 62px 18px;
  }

  .info-heading h2 {
    font-size: 36px;
  }

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

  .info-card {
    min-height: auto;
  }
}
