.research .item1 .did-detail-page {
  padding-top: 1.75rem;
}

.research .item1 .did-detail-page .did-intro {
  padding: 2rem 2.2rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
  border: 1px solid rgba(77, 169, 255, 0.16);
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
}

.research .item1 .did-detail-page .did-label,
.research .item1 .did-detail-page .did-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(77, 169, 255, 0.12);
  color: #2f73d9;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.research .item1 .did-detail-page h2,
.research .item1 .did-detail-page h3 {
  margin: 0;
  color: #223f6d;
}

.research .item1 .did-detail-page .did-intro h2 {
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 1.35;
}

.research .item1 .did-detail-page .did-intro p {
  margin: 1rem 0 0;
  font-size: 1.14rem;
  line-height: 2rem;
  color: #5b6472;
}

.research .item1 .did-detail-page .did-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.research .item1 .did-detail-page .did-tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(77, 169, 255, 0.16);
  background: #ffffff;
  color: #365b95;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  box-shadow: 0 0.5rem 1.5rem rgba(34, 63, 109, 0.06);
}

.research .item1 .did-detail-page .did-visual-section,
.research .item1 .did-detail-page .did-feature-section {
  margin-top: 2.6rem;
}

.research .item1 .did-detail-page .did-section-heading {
  margin-bottom: 1.4rem;
}

.research .item1 .did-detail-page .did-section-heading h3 {
  margin-top: 0.95rem;
  font-size: 1.75rem;
  line-height: 1.35;
}

.research .item1 .did-detail-page .did-section-heading p {
  margin: 0.8rem 0 0;
  font-size: 1.08rem;
  line-height: 1.9rem;
  color: #607086;
}

.research .item1 .did-detail-page .did-figure {
  margin: 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border: 1px solid rgba(77, 169, 255, 0.14);
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
}

.research .item1 .did-detail-page .did-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

.research .item1 .did-detail-page .did-figure figcaption {
  margin-top: 1rem;
  font-size: 0.98rem;
  line-height: 1.75rem;
  color: #6a778b;
}

.research .item1 .did-detail-page .did-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.research .item1 .did-detail-page .did-feature-card {
  min-height: 14rem;
  padding: 1.8rem 1.9rem 1.95rem;
  border-radius: 1.6rem;
  background: #ffffff;
  border: 1px solid rgba(77, 169, 255, 0.14);
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.research .item1 .did-detail-page .did-feature-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1.35rem 2.8rem rgba(34, 63, 109, 0.12);
}

.research .item1 .did-detail-page .did-feature-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.research .item1 .did-detail-page .did-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.15rem;
  flex-shrink: 0;
  color: #2f73e8;
  background: rgba(47, 115, 232, 0.12);
}

.research .item1 .did-detail-page .did-feature-card.is-service .did-feature-icon {
  color: #3569e6;
  background: rgba(53, 105, 230, 0.12);
}

.research .item1 .did-detail-page .did-feature-icon svg {
  width: 2.2rem;
  height: 2.2rem;
}

.research .item1 .did-detail-page .did-feature-card h4 {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.3;
  color: #222b3a;
  font-weight: 700;
}

.research .item1 .did-detail-page .did-feature-card p {
  margin: 1.4rem 0 0;
  font-size: 1.12rem;
  line-height: 2rem;
  color: #5b6472;
  font-weight: 500;
}

@media (max-width: 900px) {
  .research .item1 .did-detail-page .did-feature-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 750px) {
  .research .item1 .did-detail-page {
    padding-top: 1.2rem;
  }

  .research .item1 .did-detail-page .did-intro,
  .research .item1 .did-detail-page .did-figure,
  .research .item1 .did-detail-page .did-feature-card {
    padding: 1.25rem;
    border-radius: 1rem;
  }

  .research .item1 .did-detail-page .did-intro h2 {
    font-size: 1.45rem;
  }

  .research .item1 .did-detail-page .did-section-heading h3 {
    font-size: 1.35rem;
  }

  .research .item1 .did-detail-page .did-intro p,
  .research .item1 .did-detail-page .did-section-heading p,
  .research .item1 .did-detail-page .did-feature-card p {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .research .item1 .did-detail-page .did-feature-card {
    min-height: auto;
  }

  .research .item1 .did-detail-page .did-feature-card h4 {
    font-size: 1.4rem;
  }
}

.research .item1 .rwa-detail-page {
  padding-top: 1.75rem;
}

.research .item1 .rwa-detail-page .rwa-intro {
  padding: 2rem 2.2rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
  border: 1px solid rgba(77, 169, 255, 0.16);
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
}

.research .item1 .rwa-detail-page .rwa-label,
.research .item1 .rwa-detail-page .rwa-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(77, 169, 255, 0.12);
  color: #2f73d9;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.research .item1 .rwa-detail-page h2,
.research .item1 .rwa-detail-page h3 {
  margin: 0;
  color: #223f6d;
}

.research .item1 .rwa-detail-page .rwa-intro h2 {
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 1.35;
}

.research .item1 .rwa-detail-page .rwa-intro p {
  margin: 1rem 0 0;
  font-size: 1.14rem;
  line-height: 2rem;
  color: #5b6472;
}

.research .item1 .rwa-detail-page .rwa-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.research .item1 .rwa-detail-page .rwa-tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(77, 169, 255, 0.16);
  background: #ffffff;
  color: #365b95;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  box-shadow: 0 0.5rem 1.5rem rgba(34, 63, 109, 0.06);
}

.research .item1 .rwa-detail-page .rwa-stage-hero,
.research .item1 .rwa-detail-page .rwa-visual-section,
.research .item1 .rwa-detail-page .rwa-stage-section,
.research .item1 .rwa-detail-page .rwa-value-section {
  margin-top: 2.6rem;
}

.research .item1 .rwa-detail-page .rwa-stage-hero {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(77, 169, 255, 0.14);
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.research .item1 .rwa-detail-page .rwa-stage-note {
  padding: 1.35rem 1.8rem;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 700;
  color: #1c2f4c;
  background:
    linear-gradient(135deg, rgba(77, 169, 255, 0.06), rgba(255, 255, 255, 0)),
    linear-gradient(225deg, rgba(77, 169, 255, 0.04), rgba(255, 255, 255, 0));
}

.research .item1 .rwa-detail-page .rwa-stage-banner {
  padding: 1.8rem 2rem;
  background: linear-gradient(135deg, #2b70da 0%, #1b57bd 100%);
  color: #ffffff;
  font-size: 2.05rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
}

.research .item1 .rwa-detail-page .rwa-section-heading {
  margin-bottom: 1.4rem;
}

.research .item1 .rwa-detail-page .rwa-section-heading h3 {
  margin-top: 0.95rem;
  font-size: 1.75rem;
  line-height: 1.35;
}

.research .item1 .rwa-detail-page .rwa-section-heading p {
  margin: 0.8rem 0 0;
  font-size: 1.08rem;
  line-height: 1.9rem;
  color: #607086;
}

.research .item1 .rwa-detail-page .rwa-figure {
  margin: 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border: 1px solid rgba(77, 169, 255, 0.14);
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
}

.research .item1 .rwa-detail-page .rwa-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
  border: 1px solid rgba(77, 169, 255, 0.12);
}

.research .item1 .rwa-detail-page .rwa-figure figcaption {
  margin-top: 1rem;
  font-size: 0.98rem;
  line-height: 1.75rem;
  color: #6a778b;
}

.research .item1 .rwa-detail-page .rwa-stage-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.1rem;
}

.research .item1 .rwa-detail-page .rwa-stage-card,
.research .item1 .rwa-detail-page .rwa-value-card {
  min-height: 14rem;
  padding: 1.55rem 1.35rem 1.65rem;
  border-radius: 1.5rem;
  background: #ffffff;
  border: 1px solid rgba(77, 169, 255, 0.14);
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.research .item1 .rwa-detail-page .rwa-stage-card:hover,
.research .item1 .rwa-detail-page .rwa-value-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1.35rem 2.8rem rgba(34, 63, 109, 0.12);
}

.research .item1 .rwa-detail-page .rwa-stage-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.3rem;
  height: 3.3rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #90bef3 0%, #5b9df0 100%);
  box-shadow: 0 0.75rem 1.6rem rgba(91, 157, 240, 0.28);
}

.research .item1 .rwa-detail-page .rwa-stage-card.is-02 .rwa-stage-index {
  background: linear-gradient(135deg, #2d77f3 0%, #1e63df 100%);
}

.research .item1 .rwa-detail-page .rwa-stage-card.is-03 .rwa-stage-index {
  background: linear-gradient(135deg, #38c4ff 0%, #20a7dd 100%);
}

.research .item1 .rwa-detail-page .rwa-stage-card.is-04 .rwa-stage-index {
  background: linear-gradient(135deg, #2789d0 0%, #15669c 100%);
}

.research .item1 .rwa-detail-page .rwa-stage-card.is-05 .rwa-stage-index {
  color: #2e3300;
  background: linear-gradient(135deg, #fff066 0%, #e6dd00 100%);
  box-shadow: 0 0.75rem 1.6rem rgba(230, 221, 0, 0.28);
}

.research .item1 .rwa-detail-page .rwa-stage-card h4,
.research .item1 .rwa-detail-page .rwa-value-card h4 {
  margin: 1.2rem 0 0;
  font-size: 1.45rem;
  line-height: 1.35;
  color: #222b3a;
  font-weight: 700;
}

.research .item1 .rwa-detail-page .rwa-stage-card p,
.research .item1 .rwa-detail-page .rwa-value-card p {
  margin: 1rem 0 0;
  font-size: 1.02rem;
  line-height: 1.85rem;
  color: #5b6472;
  font-weight: 500;
}

.research .item1 .rwa-detail-page .rwa-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.research .item1 .rwa-detail-page .rwa-value-head {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.research .item1 .rwa-detail-page .rwa-value-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.1rem;
  height: 4.1rem;
  border-radius: 1.15rem;
  flex-shrink: 0;
  color: #2f73e8;
  background: rgba(47, 115, 232, 0.12);
}

.research .item1 .rwa-detail-page .rwa-value-card.is-cyan .rwa-value-icon {
  color: #1d9cd4;
  background: rgba(29, 156, 212, 0.12);
}

.research .item1 .rwa-detail-page .rwa-value-card.is-gold .rwa-value-icon {
  color: #b89a00;
  background: rgba(230, 221, 0, 0.18);
}

.research .item1 .rwa-detail-page .rwa-value-icon svg {
  width: 2.15rem;
  height: 2.15rem;
}

.research .item1 .rwa-detail-page .rwa-value-card h4 {
  margin-top: 0;
}

@media (max-width: 1280px) {
  .research .item1 .rwa-detail-page .rwa-stage-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .research .item1 .rwa-detail-page .rwa-stage-grid,
  .research .item1 .rwa-detail-page .rwa-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 750px) {
  .research .item1 .rwa-detail-page {
    padding-top: 1.2rem;
  }

  .research .item1 .rwa-detail-page .rwa-intro,
  .research .item1 .rwa-detail-page .rwa-stage-hero,
  .research .item1 .rwa-detail-page .rwa-figure,
  .research .item1 .rwa-detail-page .rwa-stage-card,
  .research .item1 .rwa-detail-page .rwa-value-card {
    border-radius: 1rem;
  }

  .research .item1 .rwa-detail-page .rwa-intro,
  .research .item1 .rwa-detail-page .rwa-figure,
  .research .item1 .rwa-detail-page .rwa-stage-card,
  .research .item1 .rwa-detail-page .rwa-value-card {
    padding: 1.25rem;
  }

  .research .item1 .rwa-detail-page .rwa-intro h2 {
    font-size: 1.45rem;
  }

  .research .item1 .rwa-detail-page .rwa-stage-note {
    padding: 1.1rem 1.2rem;
    font-size: 1.1rem;
    line-height: 1.75;
  }

  .research .item1 .rwa-detail-page .rwa-stage-banner {
    padding: 1.25rem;
    font-size: 1.35rem;
    line-height: 1.7;
  }

  .research .item1 .rwa-detail-page .rwa-section-heading h3 {
    font-size: 1.35rem;
  }

  .research .item1 .rwa-detail-page .rwa-intro p,
  .research .item1 .rwa-detail-page .rwa-section-heading p,
  .research .item1 .rwa-detail-page .rwa-stage-card p,
  .research .item1 .rwa-detail-page .rwa-value-card p {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .research .item1 .rwa-detail-page .rwa-stage-grid,
  .research .item1 .rwa-detail-page .rwa-value-grid {
    grid-template-columns: 1fr;
  }

  .research .item1 .rwa-detail-page .rwa-stage-card,
  .research .item1 .rwa-detail-page .rwa-value-card {
    min-height: auto;
  }

  .research .item1 .rwa-detail-page .rwa-stage-card h4,
  .research .item1 .rwa-detail-page .rwa-value-card h4 {
    font-size: 1.28rem;
  }

  .research .item1 .rwa-detail-page .rwa-value-head {
    align-items: flex-start;
  }
}

.research .item1 .regulation-detail-page {
  padding-top: 1.75rem;
}

.research .item1 .regulation-detail-page .regulation-intro {
  padding: 2rem 2.2rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
  border: 1px solid rgba(77, 169, 255, 0.16);
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
}

.research .item1 .regulation-detail-page .regulation-label,
.research .item1 .regulation-detail-page .regulation-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(77, 169, 255, 0.12);
  color: #2f73d9;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.research .item1 .regulation-detail-page h2,
.research .item1 .regulation-detail-page h3 {
  margin: 0;
  color: #223f6d;
}

.research .item1 .regulation-detail-page .regulation-intro h2 {
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 1.35;
}

.research .item1 .regulation-detail-page .regulation-intro p {
  margin: 1rem 0 0;
  font-size: 1.14rem;
  line-height: 2rem;
  color: #5b6472;
}

.research .item1 .regulation-detail-page .regulation-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.research .item1 .regulation-detail-page .regulation-tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(77, 169, 255, 0.16);
  background: #ffffff;
  color: #365b95;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  box-shadow: 0 0.5rem 1.5rem rgba(34, 63, 109, 0.06);
}

.research .item1 .regulation-detail-page .regulation-visual-section,
.research .item1 .regulation-detail-page .regulation-highlight-section,
.research .item1 .regulation-detail-page .regulation-feature-section {
  margin-top: 2.6rem;
}

.research .item1 .regulation-detail-page .regulation-section-heading {
  margin-bottom: 1.4rem;
}

.research .item1 .regulation-detail-page .regulation-section-heading h3 {
  margin-top: 0.95rem;
  font-size: 1.75rem;
  line-height: 1.35;
}

.research .item1 .regulation-detail-page .regulation-section-heading p {
  margin: 0.8rem 0 0;
  font-size: 1.08rem;
  line-height: 1.9rem;
  color: #607086;
}

.research .item1 .regulation-detail-page .regulation-figure {
  margin: 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border: 1px solid rgba(77, 169, 255, 0.14);
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
}

.research .item1 .regulation-detail-page .regulation-figure img {
  display: block;
  width: 100%;
  max-width: 820px;
  height: auto;
  margin: 0 auto;
  border-radius: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
  border: 1px solid rgba(77, 169, 255, 0.12);
}

.research .item1 .regulation-detail-page .regulation-figure figcaption {
  margin-top: 1rem;
  font-size: 0.98rem;
  line-height: 1.75rem;
  color: #6a778b;
}

.research .item1 .regulation-detail-page .regulation-highlight-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.research .item1 .regulation-detail-page .regulation-highlight-card,
.research .item1 .regulation-detail-page .regulation-feature-card {
  background: #ffffff;
  border: 1px solid rgba(77, 169, 255, 0.14);
  border-radius: 1.6rem;
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
}

.research .item1 .regulation-detail-page .regulation-highlight-card {
  padding: 1.8rem 2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.research .item1 .regulation-detail-page .regulation-highlight-card:hover,
.research .item1 .regulation-detail-page .regulation-feature-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1.35rem 2.8rem rgba(34, 63, 109, 0.12);
}

.research .item1 .regulation-detail-page .regulation-highlight-head {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.research .item1 .regulation-detail-page .regulation-highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1.15rem;
  flex-shrink: 0;
  color: #3e7ded;
  background: rgba(62, 125, 237, 0.12);
}

.research .item1 .regulation-detail-page .regulation-highlight-card.is-link .regulation-highlight-icon {
  color: #2f73e8;
  background: rgba(47, 115, 232, 0.12);
}

.research .item1 .regulation-detail-page .regulation-highlight-card.is-value .regulation-highlight-icon {
  color: #3f8cff;
  background: rgba(63, 140, 255, 0.12);
}

.research .item1 .regulation-detail-page .regulation-highlight-icon svg {
  width: 2.3rem;
  height: 2.3rem;
}

.research .item1 .regulation-detail-page .regulation-highlight-card h4,
.research .item1 .regulation-detail-page .regulation-feature-card h4 {
  margin: 0;
  font-size: 1.85rem;
  line-height: 1.35;
  color: #222b3a;
  font-weight: 700;
}

.research .item1 .regulation-detail-page .regulation-highlight-card p {
  margin: 1.35rem 0 0 5.6rem;
  font-size: 1.16rem;
  line-height: 2rem;
  color: #6d7787;
  font-weight: 500;
}

.research .item1 .regulation-detail-page .regulation-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.research .item1 .regulation-detail-page .regulation-feature-card {
  min-height: 13.8rem;
  padding: 1.75rem 1.6rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.research .item1 .regulation-detail-page .regulation-feature-card.is-cyan {
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.research .item1 .regulation-detail-page .regulation-feature-card.is-gold {
  background: linear-gradient(180deg, #ffffff 0%, #fffdf3 100%);
}

.research .item1 .regulation-detail-page .regulation-feature-card p {
  margin: 1rem 0 0;
  font-size: 1.05rem;
  line-height: 1.9rem;
  color: #5b6472;
  font-weight: 500;
}

@media (max-width: 900px) {
  .research .item1 .regulation-detail-page .regulation-feature-grid {
    grid-template-columns: 1fr;
  }

  .research .item1 .regulation-detail-page .regulation-highlight-card p {
    margin-left: 0;
  }
}

@media (max-width: 750px) {
  .research .item1 .regulation-detail-page {
    padding-top: 1.2rem;
  }

  .research .item1 .regulation-detail-page .regulation-intro,
  .research .item1 .regulation-detail-page .regulation-figure,
  .research .item1 .regulation-detail-page .regulation-highlight-card,
  .research .item1 .regulation-detail-page .regulation-feature-card {
    padding: 1.25rem;
    border-radius: 1rem;
  }

  .research .item1 .regulation-detail-page .regulation-intro h2 {
    font-size: 1.45rem;
  }

  .research .item1 .regulation-detail-page .regulation-section-heading h3 {
    font-size: 1.35rem;
  }

  .research .item1 .regulation-detail-page .regulation-intro p,
  .research .item1 .regulation-detail-page .regulation-section-heading p,
  .research .item1 .regulation-detail-page .regulation-highlight-card p,
  .research .item1 .regulation-detail-page .regulation-feature-card p {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .research .item1 .regulation-detail-page .regulation-highlight-head {
    align-items: flex-start;
  }

  .research .item1 .regulation-detail-page .regulation-highlight-icon {
    width: 3.7rem;
    height: 3.7rem;
  }

  .research .item1 .regulation-detail-page .regulation-highlight-icon svg {
    width: 2rem;
    height: 2rem;
  }

  .research .item1 .regulation-detail-page .regulation-highlight-card h4,
  .research .item1 .regulation-detail-page .regulation-feature-card h4 {
    font-size: 1.35rem;
  }

  .research .item1 .regulation-detail-page .regulation-highlight-card p {
    margin-top: 1rem;
  }

  .research .item1 .regulation-detail-page .regulation-feature-card {
    min-height: auto;
  }
}

.research .item1 .agent-detail-page {
  padding-top: 1.75rem;
}

.research .item1 .agent-detail-page .agent-intro {
  padding: 2rem 2.2rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
  border: 1px solid rgba(77, 169, 255, 0.16);
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
}

.research .item1 .agent-detail-page .agent-label,
.research .item1 .agent-detail-page .agent-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(77, 169, 255, 0.12);
  color: #2f73d9;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.research .item1 .agent-detail-page h2,
.research .item1 .agent-detail-page h3 {
  margin: 0;
  color: #223f6d;
}

.research .item1 .agent-detail-page .agent-intro h2 {
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 1.35;
}

.research .item1 .agent-detail-page .agent-intro p {
  margin: 1rem 0 0;
  font-size: 1.14rem;
  line-height: 2rem;
  color: #5b6472;
}

.research .item1 .agent-detail-page .agent-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.research .item1 .agent-detail-page .agent-tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(77, 169, 255, 0.16);
  background: #ffffff;
  color: #365b95;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  box-shadow: 0 0.5rem 1.5rem rgba(34, 63, 109, 0.06);
}

.research .item1 .agent-detail-page .agent-highlight-section,
.research .item1 .agent-detail-page .agent-visual-section,
.research .item1 .agent-detail-page .agent-solution-section,
.research .item1 .agent-detail-page .agent-foundation-section {
  margin-top: 2.6rem;
}

.research .item1 .agent-detail-page .agent-section-heading {
  margin-bottom: 1.4rem;
}

.research .item1 .agent-detail-page .agent-section-heading h3 {
  margin-top: 0.95rem;
  font-size: 1.75rem;
  line-height: 1.35;
}

.research .item1 .agent-detail-page .agent-section-heading p {
  margin: 0.8rem 0 0;
  font-size: 1.08rem;
  line-height: 1.9rem;
  color: #607086;
}

.research .item1 .agent-detail-page .agent-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.research .item1 .agent-detail-page .agent-highlight-card,
.research .item1 .agent-detail-page .agent-solution-card,
.research .item1 .agent-detail-page .agent-foundation-card {
  background: #ffffff;
  border: 1px solid rgba(77, 169, 255, 0.14);
  border-radius: 1.6rem;
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.research .item1 .agent-detail-page .agent-highlight-card:hover,
.research .item1 .agent-detail-page .agent-solution-card:hover,
.research .item1 .agent-detail-page .agent-foundation-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1.35rem 2.8rem rgba(34, 63, 109, 0.12);
}

.research .item1 .agent-detail-page .agent-highlight-card {
  position: relative;
  padding: 1.65rem 1.6rem 1.75rem;
  overflow: hidden;
}

.research .item1 .agent-detail-page .agent-highlight-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.35rem;
  background: linear-gradient(90deg, #4da9ff 0%, #2f73e8 100%);
}

.research .item1 .agent-detail-page .agent-highlight-card.is-scene::before {
  background: linear-gradient(90deg, #27c0f6 0%, #2f73e8 100%);
}

.research .item1 .agent-detail-page .agent-highlight-card.is-growth::before {
  background: linear-gradient(90deg, #58a4ff 0%, #6f83ff 100%);
}

.research .item1 .agent-detail-page .agent-highlight-head {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.research .item1 .agent-detail-page .agent-highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.1rem;
  flex-shrink: 0;
  color: #3d7df0;
  background: rgba(61, 125, 240, 0.12);
}

.research .item1 .agent-detail-page .agent-highlight-card.is-scene .agent-highlight-icon {
  color: #2f73e8;
  background: rgba(47, 115, 232, 0.12);
}

.research .item1 .agent-detail-page .agent-highlight-card.is-growth .agent-highlight-icon {
  color: #4a8aff;
  background: rgba(74, 138, 255, 0.12);
}

.research .item1 .agent-detail-page .agent-highlight-icon svg {
  width: 2.2rem;
  height: 2.2rem;
}

.research .item1 .agent-detail-page .agent-highlight-card h4,
.research .item1 .agent-detail-page .agent-solution-card h4,
.research .item1 .agent-detail-page .agent-foundation-card h4 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.35;
  color: #222b3a;
  font-weight: 700;
}

.research .item1 .agent-detail-page .agent-highlight-card p,
.research .item1 .agent-detail-page .agent-solution-card p,
.research .item1 .agent-detail-page .agent-foundation-card p {
  margin: 1rem 0 0;
  font-size: 1.04rem;
  line-height: 1.88rem;
  color: #5b6472;
  font-weight: 500;
}

.research .item1 .agent-detail-page .agent-figure {
  margin: 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border: 1px solid rgba(77, 169, 255, 0.14);
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
}

.research .item1 .agent-detail-page .agent-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f6fbff 0%, #eef5ff 100%);
  border: 1px solid rgba(77, 169, 255, 0.12);
}

.research .item1 .agent-detail-page .agent-figure figcaption {
  margin-top: 1rem;
  font-size: 0.98rem;
  line-height: 1.75rem;
  color: #6a778b;
}

.research .item1 .agent-detail-page .agent-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.research .item1 .agent-detail-page .agent-solution-card {
  min-height: 19rem;
  padding: 1.8rem 1.75rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.research .item1 .agent-detail-page .agent-solution-card.is-knowledge {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.research .item1 .agent-detail-page .agent-solution-card.is-engine {
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.research .item1 .agent-detail-page .agent-solution-card.is-doc {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.research .item1 .agent-detail-page .agent-solution-card ul {
  margin: 1.2rem 0 0;
  padding-left: 1.35rem;
}

.research .item1 .agent-detail-page .agent-solution-card li {
  margin-top: 0.75rem;
  color: #365b95;
  font-size: 1rem;
  line-height: 1.7rem;
  font-weight: 600;
}

.research .item1 .agent-detail-page .agent-foundation-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.2rem;
}

.research .item1 .agent-detail-page .agent-foundation-card {
  min-height: 12.6rem;
  padding: 1.4rem 1.2rem;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.research .item1 .agent-detail-page .agent-foundation-card h4 {
  font-size: 1.28rem;
}

.research .item1 .agent-detail-page .agent-foundation-card p {
  font-size: 0.98rem;
  line-height: 1.72rem;
}

@media (max-width: 1280px) {
  .research .item1 .agent-detail-page .agent-foundation-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .research .item1 .agent-detail-page .agent-highlight-grid,
  .research .item1 .agent-detail-page .agent-solution-grid,
  .research .item1 .agent-detail-page .agent-foundation-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 750px) {
  .research .item1 .agent-detail-page {
    padding-top: 1.2rem;
  }

  .research .item1 .agent-detail-page .agent-intro,
  .research .item1 .agent-detail-page .agent-highlight-card,
  .research .item1 .agent-detail-page .agent-figure,
  .research .item1 .agent-detail-page .agent-solution-card,
  .research .item1 .agent-detail-page .agent-foundation-card {
    padding: 1.25rem;
    border-radius: 1rem;
  }

  .research .item1 .agent-detail-page .agent-intro h2 {
    font-size: 1.45rem;
  }

  .research .item1 .agent-detail-page .agent-section-heading h3 {
    font-size: 1.35rem;
  }

  .research .item1 .agent-detail-page .agent-intro p,
  .research .item1 .agent-detail-page .agent-section-heading p,
  .research .item1 .agent-detail-page .agent-highlight-card p,
  .research .item1 .agent-detail-page .agent-solution-card p,
  .research .item1 .agent-detail-page .agent-foundation-card p {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .research .item1 .agent-detail-page .agent-highlight-card h4,
  .research .item1 .agent-detail-page .agent-solution-card h4,
  .research .item1 .agent-detail-page .agent-foundation-card h4 {
    font-size: 1.32rem;
  }

  .research .item1 .agent-detail-page .agent-highlight-head {
    align-items: flex-start;
  }

  .research .item1 .agent-detail-page .agent-highlight-icon {
    width: 3.6rem;
    height: 3.6rem;
  }

  .research .item1 .agent-detail-page .agent-highlight-icon svg {
    width: 2rem;
    height: 2rem;
  }

  .research .item1 .agent-detail-page .agent-solution-card,
  .research .item1 .agent-detail-page .agent-foundation-card {
    min-height: auto;
  }
}

.research .item1 .comm-agent-detail-page {
  padding-top: 1.75rem;
}

.research .item1 .comm-agent-detail-page .comm-agent-intro {
  padding: 2rem 2.2rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
  border: 1px solid rgba(77, 169, 255, 0.16);
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
}

.research .item1 .comm-agent-detail-page .comm-agent-label,
.research .item1 .comm-agent-detail-page .comm-agent-eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: rgba(77, 169, 255, 0.12);
  color: #2f73d9;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.research .item1 .comm-agent-detail-page h2,
.research .item1 .comm-agent-detail-page h3 {
  margin: 0;
  color: #223f6d;
}

.research .item1 .comm-agent-detail-page .comm-agent-intro h2 {
  margin-top: 1rem;
  font-size: 2rem;
  line-height: 1.35;
}

.research .item1 .comm-agent-detail-page .comm-agent-intro p {
  margin: 1rem 0 0;
  font-size: 1.14rem;
  line-height: 2rem;
  color: #5b6472;
}

.research .item1 .comm-agent-detail-page .comm-agent-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.research .item1 .comm-agent-detail-page .comm-agent-tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0.45rem 1.05rem;
  border-radius: 999px;
  border: 1px solid rgba(77, 169, 255, 0.16);
  background: #ffffff;
  color: #365b95;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  box-shadow: 0 0.5rem 1.5rem rgba(34, 63, 109, 0.06);
}

.research .item1 .comm-agent-detail-page .comm-agent-visual-section,
.research .item1 .comm-agent-detail-page .comm-agent-arch-section,
.research .item1 .comm-agent-detail-page .comm-agent-feature-section,
.research .item1 .comm-agent-detail-page .comm-agent-value-section {
  margin-top: 2.6rem;
}

.research .item1 .comm-agent-detail-page .comm-agent-section-heading {
  margin-bottom: 1.4rem;
}

.research .item1 .comm-agent-detail-page .comm-agent-section-heading h3 {
  margin-top: 0.95rem;
  font-size: 1.75rem;
  line-height: 1.35;
}

.research .item1 .comm-agent-detail-page .comm-agent-section-heading p {
  margin: 0.8rem 0 0;
  font-size: 1.08rem;
  line-height: 1.9rem;
  color: #607086;
}

.research .item1 .comm-agent-detail-page .comm-agent-figure {
  margin: 0;
  padding: 1.5rem;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  border: 1px solid rgba(77, 169, 255, 0.14);
  border-radius: 1.5rem;
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
}

.research .item1 .comm-agent-detail-page .comm-agent-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  background: linear-gradient(180deg, #f6fbff 0%, #eef5ff 100%);
  border: 1px solid rgba(77, 169, 255, 0.12);
}

.research .item1 .comm-agent-detail-page .comm-agent-figure figcaption {
  margin-top: 1rem;
  font-size: 0.98rem;
  line-height: 1.75rem;
  color: #6a778b;
}

.research .item1 .comm-agent-detail-page .comm-agent-arch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
}

.research .item1 .comm-agent-detail-page .comm-agent-arch-card,
.research .item1 .comm-agent-detail-page .comm-agent-feature-card,
.research .item1 .comm-agent-detail-page .comm-agent-value-card {
  background: #ffffff;
  border: 1px solid rgba(77, 169, 255, 0.14);
  border-radius: 1.6rem;
  box-shadow: 0 1rem 2.5rem rgba(34, 63, 109, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.research .item1 .comm-agent-detail-page .comm-agent-arch-card:hover,
.research .item1 .comm-agent-detail-page .comm-agent-feature-card:hover,
.research .item1 .comm-agent-detail-page .comm-agent-value-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1.35rem 2.8rem rgba(34, 63, 109, 0.12);
}

.research .item1 .comm-agent-detail-page .comm-agent-arch-card {
  position: relative;
  min-height: 14rem;
  padding: 1.7rem 1.55rem;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.research .item1 .comm-agent-detail-page .comm-agent-arch-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 0.36rem;
  background: linear-gradient(90deg, #4da9ff 0%, #2f73e8 100%);
}

.research .item1 .comm-agent-detail-page .comm-agent-arch-card.is-core::before {
  background: linear-gradient(90deg, #22c0f5 0%, #2f73e8 100%);
}

.research .item1 .comm-agent-detail-page .comm-agent-arch-card.is-service::before {
  background: linear-gradient(90deg, #6077ff 0%, #2f73e8 100%);
}

.research .item1 .comm-agent-detail-page .comm-agent-arch-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  height: 3.2rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  background: linear-gradient(135deg, #5fa8ff 0%, #2f73e8 100%);
  box-shadow: 0 0.75rem 1.6rem rgba(47, 115, 232, 0.22);
}

.research .item1 .comm-agent-detail-page .comm-agent-arch-card h4,
.research .item1 .comm-agent-detail-page .comm-agent-feature-card h4,
.research .item1 .comm-agent-detail-page .comm-agent-value-card h4 {
  margin: 1.2rem 0 0;
  font-size: 1.48rem;
  line-height: 1.35;
  color: #222b3a;
  font-weight: 700;
}

.research .item1 .comm-agent-detail-page .comm-agent-arch-card p,
.research .item1 .comm-agent-detail-page .comm-agent-feature-card p,
.research .item1 .comm-agent-detail-page .comm-agent-value-card p {
  margin: 1rem 0 0;
  font-size: 1.03rem;
  line-height: 1.85rem;
  color: #5b6472;
  font-weight: 500;
}

.research .item1 .comm-agent-detail-page .comm-agent-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.research .item1 .comm-agent-detail-page .comm-agent-feature-card {
  min-height: 14.6rem;
  padding: 1.75rem 1.65rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.research .item1 .comm-agent-detail-page .comm-agent-feature-card.is-cyan {
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

.research .item1 .comm-agent-detail-page .comm-agent-feature-card.is-indigo {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.research .item1 .comm-agent-detail-page .comm-agent-feature-card.is-soft {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
}

.research .item1 .comm-agent-detail-page .comm-agent-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.research .item1 .comm-agent-detail-page .comm-agent-value-card {
  min-height: 12.8rem;
  padding: 1.55rem 1.4rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.research .item1 .comm-agent-detail-page .comm-agent-value-card.is-cyan {
  background: linear-gradient(180deg, #ffffff 0%, #f3fbff 100%);
}

.research .item1 .comm-agent-detail-page .comm-agent-value-card.is-gold {
  background: linear-gradient(180deg, #ffffff 0%, #fffdf6 100%);
}

@media (max-width: 900px) {
  .research .item1 .comm-agent-detail-page .comm-agent-arch-grid,
  .research .item1 .comm-agent-detail-page .comm-agent-feature-grid,
  .research .item1 .comm-agent-detail-page .comm-agent-value-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 750px) {
  .research .item1 .comm-agent-detail-page {
    padding-top: 1.2rem;
  }

  .research .item1 .comm-agent-detail-page .comm-agent-intro,
  .research .item1 .comm-agent-detail-page .comm-agent-figure,
  .research .item1 .comm-agent-detail-page .comm-agent-arch-card,
  .research .item1 .comm-agent-detail-page .comm-agent-feature-card,
  .research .item1 .comm-agent-detail-page .comm-agent-value-card {
    padding: 1.25rem;
    border-radius: 1rem;
  }

  .research .item1 .comm-agent-detail-page .comm-agent-intro h2 {
    font-size: 1.45rem;
  }

  .research .item1 .comm-agent-detail-page .comm-agent-section-heading h3 {
    font-size: 1.35rem;
  }

  .research .item1 .comm-agent-detail-page .comm-agent-intro p,
  .research .item1 .comm-agent-detail-page .comm-agent-section-heading p,
  .research .item1 .comm-agent-detail-page .comm-agent-arch-card p,
  .research .item1 .comm-agent-detail-page .comm-agent-feature-card p,
  .research .item1 .comm-agent-detail-page .comm-agent-value-card p {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .research .item1 .comm-agent-detail-page .comm-agent-arch-card h4,
  .research .item1 .comm-agent-detail-page .comm-agent-feature-card h4,
  .research .item1 .comm-agent-detail-page .comm-agent-value-card h4 {
    font-size: 1.3rem;
  }

  .research .item1 .comm-agent-detail-page .comm-agent-arch-card,
  .research .item1 .comm-agent-detail-page .comm-agent-feature-card,
  .research .item1 .comm-agent-detail-page .comm-agent-value-card {
    min-height: auto;
  }
}
