:root {
  --content-blue: #1c4fbe;
  --content-blue-deep: #123d9b;
  --content-line: #d8e5f8;
  --content-muted: #6f7d92;
  --content-surface: #ffffff;
  --content-soft: #f4f8ff;
}

.content-page {
  min-width: 320px;
  background: #fff;
}

.content-page a {
  color: inherit;
  text-decoration: none;
}

.content-page .v40-logo-link {
  color: inherit;
  text-decoration: none;
}

.content-page .search-icon {
  display: flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.content-page .search-icon img {
  display: block;
}

.content-page .page-main {
  position: relative;
  min-height: calc(100vh - 340px);
  padding: 42px 0 72px;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 1920px auto;
}

.content-page .site-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.content-page .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: #6e7f99;
  font-size: 14px;
  line-height: 1.6;
}

.content-page .breadcrumb a:hover,
.content-page .text-link:hover {
  color: var(--content-blue);
}

.content-page .breadcrumb-separator {
  color: #a3b2c8;
}

.content-page .page-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 18px;
  border-bottom: 2px solid var(--content-blue);
}

.content-page .page-heading-main {
  min-width: 0;
}

.content-page .eyebrow {
  display: block;
  margin-bottom: 5px;
  color: #6d94d8;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
}

.content-page .page-heading h1 {
  margin: 0;
  color: var(--content-blue);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
}

.content-page .page-heading-note {
  max-width: 360px;
  margin: 0;
  color: var(--content-muted);
  font-size: 15px;
  line-height: 1.7;
  text-align: right;
}

.content-page .content-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px 0;
  border-bottom: 1px solid var(--content-line);
}

.content-page .content-tabs a {
  min-width: 86px;
  padding: 7px 14px;
  border: 1px solid #b8cae8;
  border-radius: 4px;
  color: #315789;
  font-size: 15px;
  line-height: 1.45;
  text-align: center;
  transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.content-page .content-tabs a:hover,
.content-page .content-tabs a.is-active {
  border-color: var(--content-blue);
  background: var(--content-blue);
  color: #fff;
}

.content-page .article-list {
  border-top: 1px solid var(--content-line);
}

.content-page .article-row {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr) 74px;
  gap: 26px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--content-line);
}

.content-page .article-row:hover .article-row-title,
.content-page .service-card:hover .service-card-title,
.content-page .related-item:hover a {
  color: var(--content-blue);
}

.content-page .article-row-cover {
  display: block;
  overflow: hidden;
  aspect-ratio: 218 / 132;
  background: #eaf2fc;
  border-radius: 4px;
}

.content-page .article-row-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.content-page .article-row:hover .article-row-cover img,
.content-page .service-card:hover .service-card-cover img {
  transform: scale(1.04);
}

.content-page .article-row-copy {
  min-width: 0;
}

.content-page .article-row-title {
  display: block;
  overflow: hidden;
  color: #243a57;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-page .article-row-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 10px 0 0;
  color: #627084;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content-page .article-row-meta {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 4px;
  margin-top: 8px;
  color: #92a0b2;
  font-size: 13px;
  line-height: 1.5;
}

.content-page .article-row-meta > [data-source-item],
.content-page .article-row-meta > [data-author-item] {
  display: inline-flex;
}

.content-page .article-row-meta > [hidden] {
  display: none !important;
}

.content-page .article-row-date {
  color: #8290a3;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

.content-page .article-row-date strong {
  display: block;
  color: var(--content-blue);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.content-page .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 36px;
}

.content-page .pagination a,
.content-page .pagination span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8d7ec;
  border-radius: 4px;
  color: #49698f;
  font-size: 14px;
}

.content-page .pagination .is-active {
  border-color: var(--content-blue);
  background: var(--content-blue);
  color: #fff;
}

.content-page .service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-top: 28px;
}

.content-page .service-card {
  overflow: hidden;
  border: 1px solid #e0e9f5;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(23, 70, 141, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.content-page .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(23, 70, 141, .14);
}

.content-page .service-card-cover {
  display: block;
  overflow: hidden;
  aspect-ratio: 376 / 210;
  background: #eaf2fc;
}

.content-page .service-card-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.content-page .service-card-copy {
  padding: 18px 18px 20px;
}

.content-page .service-card-tag {
  display: inline-flex;
  margin-bottom: 9px;
  color: #2c69c7;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.content-page .service-card-title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 58px;
  color: #243a57;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content-page .service-card-summary {
  display: -webkit-box;
  overflow: hidden;
  margin: 10px 0 14px;
  color: #6c7a8d;
  font-size: 14px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content-page .service-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #8a9ab0;
  font-size: 13px;
}

.content-page .service-card-more {
  color: var(--content-blue);
  font-weight: 600;
}

.content-page .detail-layout {
  width: min(920px, 100%);
  margin: 0 auto;
}

.content-page .detail-header {
  padding: 28px 0 24px;
  border-bottom: 1px solid var(--content-line);
  text-align: center;
}

.content-page .detail-header h1 {
  margin: 0;
  color: #1f3654;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0;
}

.content-page .detail-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin-top: 18px;
  color: #8291a5;
  font-size: 14px;
  line-height: 1.6;
}

.content-page .detail-cover {
  margin: 30px 0;
  overflow: hidden;
  border-radius: 6px;
  background: #edf4ff;
}

.content-page .detail-cover img {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}

.content-page .detail-body {
  color: #394b62;
  font-size: 17px;
  line-height: 2;
}

.content-page .detail-body p {
  margin: 0 0 20px;
  text-align: justify;
  text-indent: 2em;
}

.content-page .detail-body h2 {
  margin: 32px 0 14px;
  padding-left: 12px;
  border-left: 4px solid var(--content-blue);
  color: var(--content-blue);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
}

.content-page .detail-body img {
  display: block;
  max-width: 100%;
  margin: 24px auto;
  border-radius: 4px;
}

.content-page .service-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 28px 0;
  border-top: 1px solid var(--content-line);
  border-left: 1px solid var(--content-line);
}

.content-page .service-info div {
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  min-height: 52px;
  border-right: 1px solid var(--content-line);
  border-bottom: 1px solid var(--content-line);
}

.content-page .service-info dt,
.content-page .service-info dd {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 14px;
  font-size: 15px;
  line-height: 1.6;
}

.content-page .service-info dt {
  justify-content: center;
  background: #f4f8ff;
  color: #355d99;
  font-weight: 600;
}

.content-page .service-info dd {
  color: #53647a;
}

.content-page .detail-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 32px 0 4px;
}

.content-page .button-primary,
.content-page .button-secondary {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid var(--content-blue);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

.content-page .button-primary {
  background: var(--content-blue);
  color: #fff;
}

.content-page .button-secondary {
  background: #fff;
  color: var(--content-blue);
}

.content-page .related-section {
  width: min(920px, 100%);
  margin: 56px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--content-line);
}

.content-page .related-section h2 {
  margin: 0 0 12px;
  color: var(--content-blue);
  font-size: 22px;
  font-weight: 600;
}

.content-page .related-item {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px dashed #dce6f4;
}

.content-page .related-item::before {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: var(--content-blue);
  content: "";
}

.content-page .related-item a {
  overflow: hidden;
  flex: 1;
  color: #43566f;
  font-size: 15px;
  line-height: 1.6;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-page .related-item time {
  flex: 0 0 auto;
  color: #90a0b4;
  font-size: 13px;
}

.content-page .search-panel {
  display: flex;
  gap: 12px;
  margin: 30px 0 22px;
}

.content-page .search-panel input {
  min-width: 0;
  flex: 1;
  height: 46px;
  padding: 0 15px;
  border: 1px solid #b8cce9;
  border-radius: 4px;
  outline: none;
  color: #344963;
  background: #fff;
  font-size: 16px;
}

.content-page .search-panel input:focus {
  border-color: var(--content-blue);
  box-shadow: 0 0 0 3px rgba(28, 79, 190, .12);
}

.content-page .search-panel button {
  width: 108px;
  height: 46px;
  border: 1px solid var(--content-blue);
  border-radius: 4px;
  background: var(--content-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.content-page .search-summary {
  margin: 0 0 12px;
  color: #61748e;
  font-size: 15px;
  line-height: 1.7;
}

.content-page .search-summary strong {
  color: var(--content-blue);
  font-weight: 600;
}

.content-page .empty-state,
.content-page .error-state {
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  text-align: center;
}

.content-page .empty-state-inner,
.content-page .error-state-inner {
  max-width: 520px;
}

.content-page .empty-state-mark,
.content-page .error-code {
  color: var(--content-blue);
  font-size: 74px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.content-page .empty-state h2,
.content-page .error-state h1 {
  margin: 18px 0 10px;
  color: #2c4260;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4;
}

.content-page .empty-state p,
.content-page .error-state p {
  margin: 0;
  color: #74849a;
  font-size: 16px;
  line-height: 1.8;
}

.content-page .empty-state .detail-actions,
.content-page .error-state .detail-actions {
  padding-top: 24px;
}

.content-page .about-lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 36px 0 48px;
  border-bottom: 1px solid var(--content-line);
}

.content-page .about-lead h2,
.content-page .about-section h2 {
  margin: 0 0 16px;
  color: var(--content-blue);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}

.content-page .about-lead p,
.content-page .about-section p {
  margin: 0 0 14px;
  color: #506178;
  font-size: 16px;
  line-height: 1.9;
}

.content-page .about-image {
  overflow: hidden;
  border-radius: 6px;
}

.content-page .about-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.content-page .about-section {
  padding: 38px 0;
  border-bottom: 1px solid var(--content-line);
}

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

.content-page .about-value {
  padding: 22px 20px;
  border-top: 3px solid var(--content-blue);
  background: rgba(244, 248, 255, .92);
}

.content-page .about-value h3 {
  margin: 0 0 8px;
  color: #2f527f;
  font-size: 19px;
  font-weight: 600;
}

.content-page .about-value p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.content-page .about-platform-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.content-page .about-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #243a57;
  font-size: 25px;
  line-height: 1.4;
}

.content-page .about-section-title::before {
  width: 4px;
  height: 27px;
  flex: 0 0 4px;
  background: var(--content-blue);
  content: "";
}

.content-page .about-platform-card {
  display: flex;
  min-width: 0;
  min-height: 58px;
  align-items: center;
  gap: 12px;
  padding: 8px 14px;
  border: 1px solid #dce7f5;
  border-radius: 4px;
  background: rgba(255, 255, 255, .86);
  color: #43566f;
  font-size: 14px;
  line-height: 1.5;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.content-page .about-platform-card:hover {
  border-color: #a8c5ee;
  box-shadow: 0 5px 14px rgba(23, 70, 141, .1);
  transform: translateY(-2px);
}

.content-page .about-platform-card img {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
}

.content-page .about-platform-card span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-page .about-services-section .about-values {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.content-page .about-service-card {
  display: flex;
  min-width: 0;
  min-height: 142px;
  align-items: center;
  gap: 16px;
  padding: 22px 18px;
  border: 1px solid #dce7f5;
  border-top: 1px solid #dce7f5;
  background: rgba(255, 255, 255, .86);
  text-decoration: none;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.content-page .about-service-card:hover {
  border-color: #a8c5ee;
  box-shadow: 0 7px 18px rgba(23, 70, 141, .12);
  transform: translateY(-2px);
}

.content-page .about-service-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}

.content-page .about-service-icon-content {
  background: #1663c7;
}

.content-page .about-service-icon-enable {
  background: #10a8b8;
}

.content-page .about-service-icon-exchange {
  background: #6671da;
}

.content-page .about-service-icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.content-page .about-service-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 6px;
}

.content-page .about-service-copy strong {
  color: #315d99;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.content-page .about-service-copy span:not([aria-hidden]) {
  display: -webkit-box;
  overflow: hidden;
  color: #63738a;
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.content-page .about-service-copy em {
  align-self: flex-end;
  margin-left: auto;
  color: var(--content-blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.content-page .contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 50px;
  padding-top: 34px;
}

.content-page .contact-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--content-line);
}

.content-page .contact-list div {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  padding: 18px 0;
  border-bottom: 1px solid var(--content-line);
}

.content-page .contact-list dt,
.content-page .contact-list dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.content-page .contact-list dt {
  color: #315989;
  font-weight: 600;
}

.content-page .contact-list dd {
  color: #52637a;
}

.content-page .contact-qr {
  padding: 26px;
  border: 1px solid var(--content-line);
  border-radius: 6px;
  background: #fff;
  text-align: center;
}

.content-page .contact-qr img {
  display: block;
  width: 176px;
  height: 176px;
  margin: 0 auto 16px;
  object-fit: contain;
}

.content-page .contact-qr h2 {
  margin: 0 0 6px;
  color: var(--content-blue);
  font-size: 20px;
  font-weight: 600;
}

.content-page .contact-qr p {
  margin: 0;
  color: #728198;
  font-size: 14px;
  line-height: 1.7;
}

.content-page .section-footer a {
  color: #fff;
}

.content-page .footer-divider {
  margin: 0 10px;
  opacity: .65;
}

@media (max-width: 768px) {
  .content-page .search-icon {
    flex-basis: 24px;
  }

  .content-page .page-main {
    min-height: calc(100vh - 224px);
    padding: 24px 0 44px;
    background-size: 960px auto;
  }

  .content-page .site-shell {
    width: min(100% - 32px, 680px);
  }

  .content-page .breadcrumb {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .content-page .page-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 13px;
  }

  .content-page .page-heading h1 {
    font-size: 25px;
  }

  .content-page .page-heading-note {
    max-width: none;
    font-size: 13px;
    text-align: left;
  }

  .content-page .content-tabs {
    gap: 8px;
    padding: 16px 0;
  }

  .content-page .content-tabs a {
    min-width: 0;
    flex: 1 1 calc(33.333% - 8px);
    padding: 7px 8px;
    font-size: 13px;
  }

  .content-page .article-row {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 13px;
    padding: 16px 0;
  }

  .content-page .article-row-cover {
    aspect-ratio: 112 / 80;
  }

  .content-page .article-row-title {
    font-size: 16px;
    line-height: 1.5;
  }

  .content-page .article-row-summary {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.65;
    -webkit-line-clamp: 2;
  }

  .content-page .article-row-meta {
    margin-top: 5px;
    font-size: 11px;
    column-gap: 12px;
    row-gap: 2px;
  }

  .content-page .article-row-date {
    display: none;
  }

  .content-page .pagination {
    padding-top: 26px;
  }

  .content-page .pagination a,
  .content-page .pagination span {
    width: 32px;
    height: 32px;
  }

  .content-page .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding-top: 18px;
  }

  .content-page .service-card-copy {
    padding: 13px 12px 15px;
  }

  .content-page .service-card-tag {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .content-page .service-card-title {
    min-height: 46px;
    font-size: 16px;
  }

  .content-page .service-card-summary {
    margin: 7px 0 10px;
    font-size: 12px;
    line-height: 1.65;
  }

  .content-page .service-card-bottom {
    font-size: 11px;
  }

  .content-page .detail-header {
    padding: 18px 0;
    text-align: center;
  }

  .content-page .detail-header h1 {
    font-size: 25px;
    line-height: 1.45;
  }

  .content-page .detail-meta {
    justify-content: center;
    gap: 5px 14px;
    margin-top: 12px;
    font-size: 12px;
  }

  .content-page .detail-cover {
    margin: 20px 0;
  }

  .content-page .detail-body {
    font-size: 16px;
    line-height: 1.9;
  }

  .content-page .detail-body p {
    margin-bottom: 16px;
    text-align: left;
  }

  .content-page .detail-body h2 {
    margin-top: 26px;
    font-size: 20px;
  }

  .content-page .service-info {
    grid-template-columns: 1fr;
    margin: 20px 0;
  }

  .content-page .service-info div {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .content-page .service-info dt,
  .content-page .service-info dd {
    padding: 9px 10px;
    font-size: 13px;
  }

  .content-page .button-primary,
  .content-page .button-secondary {
    min-height: 39px;
    padding: 0 18px;
    font-size: 14px;
  }

  .content-page .related-section {
    margin-top: 40px;
  }

  .content-page .related-section h2 {
    font-size: 20px;
  }

  .content-page .related-item {
    padding: 10px 0;
  }

  .content-page .related-item a {
    font-size: 13px;
  }

  .content-page .related-item time {
    font-size: 11px;
  }

  .content-page .search-panel {
    margin: 20px 0 16px;
  }

  .content-page .search-panel input,
  .content-page .search-panel button {
    height: 42px;
    font-size: 14px;
  }

  .content-page .search-panel button {
    width: 82px;
  }

  .content-page .empty-state,
  .content-page .error-state {
    min-height: 300px;
    padding: 30px 18px;
  }

  .content-page .empty-state-mark,
  .content-page .error-code {
    font-size: 60px;
  }

  .content-page .empty-state h2,
  .content-page .error-state h1 {
    font-size: 23px;
  }

  .content-page .empty-state p,
  .content-page .error-state p {
    font-size: 14px;
  }

  .content-page .about-lead,
  .content-page .contact-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 26px;
  }

  .content-page .about-lead {
    padding-bottom: 30px;
  }

  .content-page .about-lead h2,
  .content-page .about-section h2 {
    font-size: 22px;
  }

  .content-page .about-lead p,
  .content-page .about-section p {
    font-size: 14px;
    line-height: 1.8;
  }

  .content-page .about-section {
    padding: 30px 0;
  }

  .content-page .about-values {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .content-page .about-platform-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
    margin-top: 16px;
  }

  .content-page .about-section-title {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .content-page .about-section-title::before {
    height: 24px;
  }

  .content-page .about-platform-card {
    min-height: 52px;
    gap: 8px;
    padding: 6px 9px;
    font-size: 12px;
  }

  .content-page .about-platform-card img {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .content-page .about-services-section .about-values {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .content-page .about-service-card {
    min-height: 118px;
    gap: 12px;
    padding: 16px 13px;
  }

  .content-page .about-service-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .content-page .about-service-icon img {
    width: 29px;
    height: 29px;
  }

  .content-page .about-service-copy strong {
    font-size: 16px;
  }

  .content-page .about-service-copy span:not([aria-hidden]),
  .content-page .about-service-copy em {
    font-size: 12px;
  }

  .content-page .about-value {
    padding: 17px 15px;
  }

  .content-page .contact-list div {
    grid-template-columns: 82px minmax(0, 1fr);
    padding: 14px 0;
  }

  .content-page .contact-list dt,
  .content-page .contact-list dd {
    font-size: 14px;
  }

  .content-page .contact-qr {
    width: min(280px, 100%);
    margin: 0 auto;
  }
}
