@charset "UTF-8";

.about-page {
  position: relative;
  background:
    radial-gradient(circle at 14% 12%, rgba(50, 202, 184, 0.18), transparent 26%),
    radial-gradient(circle at 88% 6%, rgba(56, 153, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #eef7ff 0%, #f8fbff 34%, #edf8f4 100%);
  color: #163b61;
}

.about-page::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(88, 131, 188, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 131, 188, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at center, #000 38%, transparent 92%);
  pointer-events: none;
  opacity: 0.58;
  z-index: 0;
}

.about-page #particles-canvas {
  display: none;
}

.about-page .container {
  position: relative;
  z-index: 1;
  max-width: 1480px;
  padding: 0 28px;
}

.about-page .subpage-heading-shell {
  position: relative;
  z-index: 1;
  padding-top: 128px;
  padding-bottom: 52px;
  background: rgba(245, 247, 250, 0.9);
  border-top: 1px solid rgba(221, 230, 239, 0.65);
  border-bottom: 1px solid rgba(228, 234, 241, 0.86);
}

.about-page .subpage-heading {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.about-page .subpage-heading::after {
  display: none;
}

.about-page .subpage-heading-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.about-page .subpage-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: #1f6dbe;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.about-page .subpage-kicker::before {
  content: '';
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, rgba(31, 109, 190, 0), rgba(31, 109, 190, 0.95));
}

.about-page .subpage-title {
  margin: 0;
  color: #0d2f55;
  font-family: Georgia, "Times New Roman", "STZhongsong", serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.about-page .subpage-desc {
  margin: 18px 0 0;
  color: #607289;
  font-size: 18px;
  line-height: 1.9;
}

.about-page .nav-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(104, 164, 222, 0.16);
  transition: background 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.about-page .nav-header.scrolled {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(104, 164, 222, 0.24);
  box-shadow: 0 20px 44px rgba(74, 134, 183, 0.16);
}

.about-page .nav-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.about-page .nav-logo img {
  display: block;
  height: 46px;
}

.about-page .nav-menu {
  flex: 1;
}

.about-page .nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  list-style: none;
}

.about-page .nav-menu a {
  display: block;
  padding: 10px 20px;
  border-radius: 999px;
  color: #204d7a;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.about-page .nav-menu a:hover,
.about-page .nav-menu a.active {
  color: #0d7eff;
  background: rgba(13, 126, 255, 0.09);
  transform: translateY(-1px);
}

.about-page .nav-toggle {
  display: none;
}

.about-page .page-hero {
  position: relative;
  min-height: 88vh;
  padding: 168px 0 92px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background-position: center;
  background-size: cover;
}

.about-page .page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(5, 20, 40, 0.8) 0%, rgba(8, 42, 82, 0.58) 54%, rgba(5, 20, 40, 0.84) 100%),
    radial-gradient(circle at 18% 18%, rgba(0, 184, 148, 0.2), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(13, 126, 255, 0.24), transparent 30%);
  z-index: -2;
}

.about-page .page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(173, 219, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 219, 255, 0.16) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.22;
  z-index: -1;
}

.about-page .page-hero-content {
  width: min(1480px, calc(100% - 56px));
  margin: 0 auto;
  padding: 42px 46px;
  border-radius: 32px;
  border: 1px solid rgba(155, 211, 255, 0.22);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 80px rgba(5, 23, 46, 0.34);
  color: #ffffff;
  text-align: center;
}

.about-page .page-hero-content h1 {
  margin: 0 0 14px;
  font-size: clamp(48px, 7vw, 84px);
  line-height: 1.05;
  letter-spacing: 4px;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.about-page .page-hero-content p {
  margin: 0;
  max-width: 820px;
  margin-inline: auto;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.18em;
}

.about-page .section-about-detail,
.about-page .section-business-detail,
.about-page .section-honors,
.about-page .section-culture,
.about-page .section-development {
  position: relative;
  padding: 110px 0;
}

.about-page .section-about-detail {
  margin-top: 22px;
  z-index: 2;
}

.about-page .subpage-heading-shell + .section-about-detail {
  margin-top: 0;
  padding-top: 72px;
}

.about-page .section-honors {
  background:
    radial-gradient(circle at 14% 14%, rgba(45, 199, 190, 0.18), transparent 26%),
    radial-gradient(circle at 86% 10%, rgba(60, 125, 255, 0.2), transparent 32%),
    linear-gradient(145deg, #071f3d 0%, #0d305b 48%, #0c556f 100%);
  overflow: hidden;
}

.about-page .section-honors::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(185, 225, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(185, 225, 255, 0.12) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: 0.2;
}

.about-page .section-culture,
.about-page .section-development {
  background: transparent;
}

.about-page .section-header {
  margin-bottom: 42px;
}

.about-page .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #2b7ec6;
}

.about-page .section-tag::before {
  content: '';
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, rgba(43, 126, 198, 0), rgba(43, 126, 198, 0.92));
}

.about-page .section-title {
  margin-bottom: 18px;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.18;
  color: #133a62;
}

.about-page .section-line {
  width: 92px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00b894, #0d7eff);
  box-shadow: 0 12px 24px rgba(13, 126, 255, 0.18);
}

.about-page .section-header.light .section-tag,
.about-page .section-header.light .section-title {
  color: #ffffff;
}

.about-page .section-header.light .section-tag::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.92));
}

.about-page .section-header.light .section-line {
  background: linear-gradient(90deg, #58e1ff, #2df1c8);
  box-shadow: 0 12px 24px rgba(88, 225, 255, 0.2);
}

.about-page .about-detail-content {
  display: grid;
  gap: 28px;
}

.about-page .content-block,
.about-page .culture-card,
.about-page .development-card,
.about-page .stat-box {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(104, 164, 222, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(239, 247, 255, 0.9));
  box-shadow: 0 22px 54px rgba(89, 142, 186, 0.14);
}

.about-page .content-block::before,
.about-page .culture-card::before,
.about-page .development-card::before,
.about-page .stat-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(100, 180, 243, 0.08), transparent 34%, rgba(0, 184, 148, 0.06));
  pointer-events: none;
}

.about-page .content-block {
  padding: 34px 38px;
}

.about-page .block-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(13, 126, 255, 0.1), rgba(0, 184, 148, 0.1));
  color: #0f62b8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.about-page .block-kicker::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00b894, #0d7eff);
  box-shadow: 0 0 0 6px rgba(13, 126, 255, 0.08);
}

.about-page .content-block p {
  position: relative;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.95;
  color: rgba(24, 58, 94, 0.84);
}

.about-page .content-block p:last-child {
  margin-bottom: 0;
}

.about-page .lead-text {
  font-size: 20px;
  line-height: 1.95;
  color: #123a62;
  font-weight: 600;
}

.about-page .stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.about-page .stat-box {
  padding: 28px 26px;
}

.about-page .stat-box::after,
.about-page .culture-card::after,
.about-page .development-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #00b894, #0d7eff);
}

.about-page .stat-icon,
.about-page .culture-icon,
.about-page .dev-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(13, 126, 255, 0.18), rgba(0, 184, 148, 0.16));
  color: #156bc4;
  box-shadow: 0 18px 36px rgba(74, 134, 183, 0.16);
}

.about-page .stat-icon {
  margin-bottom: 22px;
}

.about-page .stat-icon svg,
.about-page .culture-icon svg,
.about-page .dev-icon svg {
  width: 28px;
  height: 28px;
}

.about-page .stat-number {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  color: #123a62;
}

.about-page .stat-unit {
  margin-left: 4px;
  font-size: 18px;
  color: #2b7ec6;
}

.about-page .stat-label {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: rgba(28, 61, 95, 0.72);
}

.about-page .section-business-detail .container,
.about-page .section-culture .container,
.about-page .section-development .container {
  z-index: 2;
}

.about-page .business-detail-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.about-page .business-detail-card {
  position: relative;
  display: block;
  min-height: 320px;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(104, 164, 222, 0.18);
  box-shadow: 0 28px 62px rgba(50, 92, 129, 0.18);
  text-decoration: none;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.about-page .business-detail-card:nth-child(1) {
  grid-column: span 7;
  min-height: 430px;
}

.about-page .business-detail-card:nth-child(2) {
  grid-column: span 5;
  min-height: 430px;
}

.about-page .business-detail-card:nth-child(n + 3) {
  grid-column: span 4;
}

.about-page .card-image,
.about-page .card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-page .card-image img {
  object-fit: cover;
  transition: transform 0.55s ease;
}

.about-page .business-detail-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 22, 42, 0.18) 0%, rgba(10, 29, 56, 0.28) 40%, rgba(6, 21, 42, 0.84) 100%);
  z-index: 1;
}

.about-page .business-detail-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 126, 255, 0.22), transparent 40%, rgba(0, 184, 148, 0.18));
  z-index: 1;
}

.about-page .card-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 28px;
  color: #ffffff;
}

.about-page .card-overlay h3 {
  margin: auto 0 0;
  max-width: 72%;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.24;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.about-page .card-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
}

.about-page .card-arrow svg {
  width: 22px;
  height: 22px;
}

.about-page .business-detail-card:hover {
  transform: translateY(-8px);
  border-color: rgba(128, 193, 255, 0.34);
  box-shadow: 0 34px 72px rgba(50, 92, 129, 0.24);
}

.about-page .business-detail-card:hover .card-image img {
  transform: scale(1.06);
}

.about-page .honors-grid,
.about-page .culture-grid,
.about-page .development-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-page .honor-card {
  position: relative;
  z-index: 1;
  padding: 32px 28px;
  border-radius: 28px;
  border: 1px solid rgba(147, 211, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px);
  color: #ffffff;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.about-page .honor-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(88, 225, 255, 0.12), transparent 40%, rgba(45, 241, 200, 0.08));
  pointer-events: none;
}

.about-page .honor-card:hover,
.about-page .culture-card:hover,
.about-page .development-card:hover {
  transform: translateY(-8px);
}

.about-page .honor-card:hover {
  border-color: rgba(147, 211, 255, 0.34);
  box-shadow: 0 30px 62px rgba(0, 0, 0, 0.28);
}

.about-page .honor-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(88, 225, 255, 0.24), rgba(0, 184, 148, 0.22));
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.about-page .honor-icon svg {
  width: 30px;
  height: 30px;
}

.about-page .honor-card h4 {
  position: relative;
  margin: 22px 0 10px;
  font-size: 24px;
  line-height: 1.35;
  color: #ffffff;
}

.about-page .honor-card p {
  position: relative;
  margin: 0;
  font-size: 15px;
  line-height: 1.82;
  color: rgba(232, 243, 255, 0.82);
}

.about-page .culture-card,
.about-page .development-card {
  padding: 34px 30px;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.about-page .culture-card:hover,
.about-page .development-card:hover {
  border-color: rgba(104, 164, 222, 0.28);
  box-shadow: 0 28px 60px rgba(89, 142, 186, 0.2);
}

.about-page .culture-icon,
.about-page .dev-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}

.about-page .culture-card h3,
.about-page .development-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 1.3;
  color: #133a62;
}

.about-page .culture-main {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.75;
  color: #0d5db0;
  font-weight: 600;
}

.about-page .culture-desc,
.about-page .development-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 15px;
  line-height: 1.92;
  color: rgba(24, 58, 94, 0.82);
}

.about-page .site-footer {
  position: relative;
  background: linear-gradient(180deg, #071b34 0%, #08172d 100%);
  color: #dbeaff;
  overflow: hidden;
}

.about-page .site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 10%, rgba(58, 225, 230, 0.1), transparent 24%),
    radial-gradient(circle at 90% 0, rgba(13, 126, 255, 0.12), transparent 28%);
  pointer-events: none;
}

.about-page .footer-top {
  position: relative;
  z-index: 1;
  padding: 60px 0 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-page .footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.8fr 0.8fr 1.2fr;
  gap: 34px;
}

.about-page .footer-logo {
  display: block;
  height: 52px;
  margin-bottom: 18px;
  filter: brightness(1.12);
}

.about-page .footer-desc {
  max-width: 360px;
  font-size: 15px;
  line-height: 1.88;
  color: rgba(220, 236, 255, 0.72);
}

.about-page .footer-links h4,
.about-page .footer-contact h4 {
  margin-bottom: 18px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #ffffff;
}

.about-page .footer-links ul {
  list-style: none;
}

.about-page .footer-links li + li {
  margin-top: 12px;
}

.about-page .footer-links a,
.about-page .footer-contact span {
  color: rgba(220, 236, 255, 0.78);
  text-decoration: none;
  transition: color 0.25s ease;
}

.about-page .footer-links a:hover {
  color: #58e1ff;
}

.about-page .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.about-page .contact-item + .contact-item {
  margin-top: 16px;
}

.about-page .contact-item svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: #58e1ff;
}

.about-page .footer-bottom {
  position: relative;
  z-index: 1;
  padding: 20px 0 28px;
}

.about-page .footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(220, 236, 255, 0.6);
}

.about-page .footer-bottom a {
  color: #58e1ff;
  text-decoration: none;
}

.about-page .copyright,
.about-page .footer-extra {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.about-page .wechat-float {
  position: fixed;
  right: 24px;
  bottom: 112px;
  z-index: 1001;
}

.about-page .wechat-toggle,
.about-page .back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(50, 92, 129, 0.26);
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}

.about-page .wechat-toggle {
  background: linear-gradient(135deg, #00b894, #0d7eff);
}

.about-page .wechat-toggle:hover,
.about-page .back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px rgba(50, 92, 129, 0.32);
}

.about-page .wechat-toggle svg,
.about-page .back-to-top svg {
  width: 24px;
  height: 24px;
}

.about-page .wechat-qrcode {
  position: absolute;
  right: 72px;
  bottom: 0;
  width: 236px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(104, 164, 222, 0.2);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 52px rgba(74, 134, 183, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateX(12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.about-page .wechat-qrcode.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.about-page .qrcode-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  color: #133a62;
}

.about-page .qrcode-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(13, 126, 255, 0.1);
  color: #0d7eff;
  cursor: pointer;
}

.about-page .qrcode-close svg {
  width: 16px;
  height: 16px;
}

.about-page .qrcode-image img {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.about-page .qrcode-tip {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(24, 58, 94, 0.72);
}

.about-page .back-to-top {
  position: fixed;
  right: 24px;
  bottom: 36px;
  background: linear-gradient(135deg, #0d7eff, #005cc2);
  opacity: 0;
  visibility: hidden;
}

.about-page .back-to-top.active {
  opacity: 1;
  visibility: visible;
}

.about-page.motion-ready .reveal-up,
.about-page.motion-ready .reveal-left,
.about-page.motion-ready .reveal-right {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-page.motion-ready .reveal-up {
  transform: translate3d(0, 34px, 0);
}

.about-page.motion-ready .reveal-left {
  transform: translate3d(-34px, 0, 0);
}

.about-page.motion-ready .reveal-right {
  transform: translate3d(34px, 0, 0);
}

.about-page.motion-ready .reveal-up.animated,
.about-page.motion-ready .reveal-left.animated,
.about-page.motion-ready .reveal-right.animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1200px) {
  .about-page .subpage-heading-shell {
    padding-top: 116px;
  }

  .about-page .subpage-heading {
    padding: 0;
  }

  .about-page .stats-row,
  .about-page .honors-grid,
  .about-page .culture-grid,
  .about-page .development-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .business-detail-card:nth-child(1),
  .about-page .business-detail-card:nth-child(2) {
    grid-column: span 6;
  }

  .about-page .business-detail-card:nth-child(n + 3) {
    grid-column: span 6;
  }

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

@media (max-width: 992px) {
  .about-page .container,
  .about-page .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-page .subpage-heading {
    padding: 0;
  }

  .about-page .subpage-title {
    font-size: clamp(34px, 8vw, 54px);
  }

  .about-page .subpage-desc {
    font-size: 16px;
  }

  .about-page .nav-container {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .about-page .nav-menu {
    margin: 0 -20px;
    overflow: hidden;
  }

  .about-page .nav-menu ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 20px 6px;
    scroll-padding: 20px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .about-page .nav-menu ul::-webkit-scrollbar {
    display: none;
  }

  .about-page .nav-menu a {
    padding: 9px 16px;
    font-size: 14px;
  }

  .about-page .page-hero {
    min-height: 66vh;
    padding-top: 156px;
  }

  .about-page .page-hero-content {
    width: min(100%, calc(100% - 40px));
    padding: 30px 28px;
  }

  .about-page .section-about-detail,
  .about-page .section-business-detail,
  .about-page .section-honors,
  .about-page .section-culture,
  .about-page .section-development {
    padding: 88px 0;
  }

  .about-page .section-about-detail {
    margin-top: 12px;
  }

  .about-page .subpage-heading-shell + .section-about-detail {
    margin-top: 0;
    padding-top: 56px;
  }

  .about-page .stats-row,
  .about-page .honors-grid,
  .about-page .culture-grid,
  .about-page .development-grid,
  .about-page .footer-grid,
  .about-page .business-detail-grid {
    grid-template-columns: 1fr;
  }

  .about-page .business-detail-card:nth-child(1),
  .about-page .business-detail-card:nth-child(2),
  .about-page .business-detail-card:nth-child(n + 3) {
    grid-column: span 1;
    min-height: 320px;
  }

  .about-page .card-overlay h3 {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .about-page .subpage-heading-shell {
    padding-top: 108px;
    padding-bottom: 36px;
  }

  .about-page .nav-menu {
    margin: 0;
    overflow: visible;
  }

  .about-page .nav-menu ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow-x: visible;
    gap: 8px;
    padding: 0;
  }

  .about-page .nav-menu a {
    text-align: center;
    padding: 8px 12px;
    font-size: 13px;
  }

  .about-page .page-hero-content h1 {
    letter-spacing: 2px;
  }

  .about-page .page-hero-content p {
    letter-spacing: 0.08em;
  }

  .about-page .subpage-heading {
    padding: 0;
  }

  .about-page .subpage-kicker {
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .about-page .subpage-title {
    font-size: clamp(30px, 9vw, 42px);
  }

  .about-page .subpage-desc {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.8;
  }

  .about-page .content-block,
  .about-page .culture-card,
  .about-page .development-card,
  .about-page .stat-box,
  .about-page .honor-card {
    padding: 26px 22px;
  }

  .about-page .footer-bottom-content,
  .about-page .copyright,
  .about-page .footer-extra {
    align-items: flex-start;
  }

  .about-page .wechat-float,
  .about-page .back-to-top {
    right: 16px;
  }

  .about-page .wechat-qrcode {
    right: 0;
    bottom: 72px;
    width: min(236px, calc(100vw - 32px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .business-detail-card,
  .about-page .business-detail-card img,
  .about-page .honor-card,
  .about-page .culture-card,
  .about-page .development-card,
  .about-page .wechat-toggle,
  .about-page .back-to-top,
  .about-page .reveal-up,
  .about-page .reveal-left,
  .about-page .reveal-right {
    transition: none;
  }
}

/* Hide the redundant compact heading directly under the fixed navigation. */
.about-page .subpage-heading-shell {
  display: none;
}

.about-page .subpage-heading-shell + .section-about-detail {
  padding-top: 118px;
}

@media (max-width: 992px) {
  .about-page .subpage-heading-shell + .section-about-detail {
    padding-top: 108px;
  }
}

@media (max-width: 640px) {
  .about-page .subpage-heading-shell + .section-about-detail {
    padding-top: 96px;
  }
}

/* Business-focused simple layout */
.about-page {
  background: #f6f8fb;
  color: #1f2d3d;
}

.about-page::before {
  display: none;
}

.about-page .container {
  max-width: 1200px;
  padding: 0 24px;
}

.about-page .section-about-detail,
.about-page .subpage-heading-shell + .section-about-detail {
  margin: 0;
  padding: 116px 0 26px;
}

.about-page .about-detail-content {
  gap: 0;
}

.about-page .about-summary-card {
  max-width: 920px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-page .about-summary-card::before {
  display: none;
}

.about-page .about-summary-card .block-kicker {
  margin-bottom: 12px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #0066cc;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.about-page .about-summary-card .block-kicker::before {
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: #0066cc;
  box-shadow: none;
}

.about-page .about-summary-title {
  margin: 0 0 18px;
  color: #152f4a;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.18;
}

.about-page .about-summary-card .lead-text {
  margin-bottom: 12px;
  color: #213a55;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 600;
  line-height: 1.85;
}

.about-page .about-summary-card p {
  max-width: 820px;
  color: #5f6f80;
  font-size: 16px;
  line-height: 1.85;
}

.about-page .about-summary-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.about-page .about-summary-list li {
  min-height: 52px;
  padding: 14px 16px;
  border-left: 3px solid #0066cc;
  background: #ffffff;
  color: #213a55;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
  box-shadow: 0 8px 18px rgba(31, 72, 112, 0.06);
}

.about-page .stats-row,
.about-page .about-detail-content > .content-block:not(.about-summary-card),
.about-page .section-honors,
.about-page .section-culture,
.about-page .section-development {
  display: none;
}

.about-page .section-business-detail {
  padding: 30px 0 86px;
}

.about-page .section-header {
  max-width: 780px;
  margin-bottom: 28px;
}

.about-page .section-tag {
  margin-bottom: 10px;
  color: #0066cc;
  letter-spacing: 0.16em;
}

.about-page .section-tag::before {
  width: 24px;
  background: #0066cc;
}

.about-page .section-title {
  margin: 0 0 12px;
  color: #152f4a;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 700;
  line-height: 1.24;
}

.about-page .section-line {
  width: 64px;
  height: 3px;
  border-radius: 0;
  background: #00b894;
  box-shadow: none;
}

.about-page .section-intro {
  margin: 16px 0 0;
  color: #5f6f80;
  font-size: 16px;
  line-height: 1.8;
}

.about-page .business-detail-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.about-page .business-detail-grid .business-detail-card {
  grid-column: auto !important;
  display: flex;
  min-height: 0 !important;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #e2eaf2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(31, 72, 112, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-page .business-detail-card::before,
.about-page .business-detail-card::after {
  display: none;
}

.about-page .business-detail-card .card-image {
  position: relative;
  inset: auto;
  width: 100%;
  height: 150px;
  overflow: hidden;
  background: #e7eef5;
}

.about-page .business-detail-card .card-image img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.about-page .business-detail-card .card-overlay {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: auto;
  padding: 20px;
  color: #1f2d3d;
}

.about-page .card-overlay h3 {
  margin: 0 0 8px;
  max-width: 100%;
  color: #152f4a;
  font-size: 20px;
  line-height: 1.35;
  text-shadow: none;
}

.about-page .card-overlay p {
  margin: 0;
  color: #5f6f80;
  font-size: 14px;
  line-height: 1.75;
}

.about-page .card-arrow {
  align-self: flex-start;
  width: 36px;
  height: 36px;
  margin-top: auto;
  border: 1px solid #d8e6f3;
  border-radius: 50%;
  background: #f4f8fb;
  color: #0066cc;
  backdrop-filter: none;
}

.about-page .card-arrow svg {
  width: 17px;
  height: 17px;
}

.about-page .business-detail-card:hover {
  transform: translateY(-4px);
  border-color: #c7d9ea;
  box-shadow: 0 16px 30px rgba(31, 72, 112, 0.12);
}

.about-page .business-detail-card:hover .card-image img {
  transform: scale(1.03);
}

@media (max-width: 992px) {
  .about-page .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .about-page .section-about-detail,
  .about-page .subpage-heading-shell + .section-about-detail {
    padding-top: 106px;
  }

  .about-page .about-summary-list {
    grid-template-columns: 1fr;
  }

  .about-page .business-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .about-page .section-about-detail,
  .about-page .subpage-heading-shell + .section-about-detail {
    padding-top: 96px;
  }

  .about-page .section-business-detail {
    padding-bottom: 58px;
  }

  .about-page .about-summary-card p,
  .about-page .section-intro {
    font-size: 15px;
  }

  .about-page .business-detail-grid {
    grid-template-columns: 1fr;
  }

  .about-page .business-detail-card .card-image {
    height: 156px;
  }
}

/* Wider, roomier business presentation */
.about-page .container {
  width: calc(100% - clamp(32px, 4vw, 72px));
  max-width: none;
  padding: 0;
}

.about-page .section-about-detail,
.about-page .subpage-heading-shell + .section-about-detail {
  padding-top: clamp(126px, 13vh, 158px);
  padding-bottom: 36px;
}

.about-page .about-summary-card {
  max-width: 100%;
}

.about-page .about-summary-card .lead-text {
  max-width: 1120px;
}

.about-page .about-summary-card p {
  max-width: 920px;
}

.about-page .about-summary-list {
  max-width: 1120px;
  gap: 18px;
}

.about-page .about-summary-list li {
  min-height: 64px;
  padding: 18px 22px;
  font-size: 16px;
}

.about-page .section-business-detail {
  min-height: calc(100vh - 320px);
  padding-top: clamp(36px, 5vh, 62px);
  padding-bottom: clamp(96px, 10vh, 132px);
}

.about-page .section-header {
  max-width: 960px;
  margin-bottom: 34px;
}

.about-page .section-title {
  font-size: clamp(32px, 3.4vw, 46px);
}

.about-page .section-intro {
  max-width: 800px;
  font-size: 17px;
}

.about-page .business-detail-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px;
}

.about-page .business-detail-grid .business-detail-card {
  grid-column: span 4 !important;
  min-height: 420px !important;
}

.about-page .business-detail-grid .business-detail-card:nth-child(1),
.about-page .business-detail-grid .business-detail-card:nth-child(2) {
  grid-column: span 6 !important;
  min-height: 480px !important;
}

.about-page .business-detail-card .card-image {
  height: 230px;
}

.about-page .business-detail-grid .business-detail-card:nth-child(1) .card-image,
.about-page .business-detail-grid .business-detail-card:nth-child(2) .card-image {
  height: 286px;
}

.about-page .business-detail-card .card-overlay {
  padding: 28px 30px 30px;
}

.about-page .card-overlay h3 {
  margin-bottom: 12px;
  font-size: clamp(22px, 2vw, 28px);
}

.about-page .card-overlay p {
  font-size: 15.5px;
  line-height: 1.82;
}

.about-page .card-arrow {
  width: 42px;
  height: 42px;
  margin-top: 24px;
}

@media (max-width: 1200px) {
  .about-page .container {
    width: min(100% - 48px, 1080px);
  }

  .about-page .business-detail-grid {
    gap: 24px;
  }

  .about-page .business-detail-grid .business-detail-card,
  .about-page .business-detail-grid .business-detail-card:nth-child(1),
  .about-page .business-detail-grid .business-detail-card:nth-child(2) {
    grid-column: span 6 !important;
    min-height: 420px !important;
  }

  .about-page .business-detail-card .card-image,
  .about-page .business-detail-grid .business-detail-card:nth-child(1) .card-image,
  .about-page .business-detail-grid .business-detail-card:nth-child(2) .card-image {
    height: 230px;
  }
}

@media (max-width: 760px) {
  .about-page .container {
    width: calc(100% - 32px);
  }

  .about-page .section-about-detail,
  .about-page .subpage-heading-shell + .section-about-detail {
    padding-top: 104px;
    padding-bottom: 28px;
  }

  .about-page .about-summary-list {
    grid-template-columns: 1fr;
  }

  .about-page .section-business-detail {
    min-height: auto;
    padding-top: 26px;
    padding-bottom: 64px;
  }

  .about-page .business-detail-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-page .business-detail-grid .business-detail-card,
  .about-page .business-detail-grid .business-detail-card:nth-child(1),
  .about-page .business-detail-grid .business-detail-card:nth-child(2) {
    grid-column: span 1 !important;
    min-height: 0 !important;
  }

  .about-page .business-detail-card .card-image,
  .about-page .business-detail-grid .business-detail-card:nth-child(1) .card-image,
  .about-page .business-detail-grid .business-detail-card:nth-child(2) .card-image {
    height: 210px;
  }

  .about-page .business-detail-card .card-overlay {
    padding: 24px;
  }
}

/* Keep the shared navigation aligned with the rest of the site. */
.about-page .main-header .header-inner {
  width: 100%;
  max-width: 1200px;
  padding: 15px 20px;
}

.about-page .main-header .header-nav > ul {
  gap: 5px;
}

/* Balance the top business intro across both sides. */
.about-page .about-summary-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(32px, 4vw, 68px);
  align-items: stretch;
}

.about-page .about-summary-copy {
  min-width: 0;
}

.about-page .about-summary-card .lead-text,
.about-page .about-summary-card p {
  max-width: none;
}

.about-page .about-summary-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: clamp(30px, 3vw, 46px);
  border: 1px solid #dbe7f2;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(31, 72, 112, 0.08);
}

.about-page .summary-side-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #0066cc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.about-page .summary-side-label::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #00b894;
}

.about-page .about-summary-side h3 {
  margin: 0 0 14px;
  color: #152f4a;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.32;
}

.about-page .about-summary-side p {
  margin: 0;
  color: #5f6f80;
  font-size: 16px;
  line-height: 1.85;
}

.about-page .summary-side-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.about-page .summary-side-grid span {
  padding: 13px 14px;
  border-left: 3px solid #00b894;
  background: #f5f9fc;
  color: #213a55;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.about-page .about-summary-list {
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
}

@media (max-width: 992px) {
  .about-page .about-summary-layout {
    grid-template-columns: 1fr;
  }

  .about-page .about-summary-side {
    min-height: auto;
  }

  .about-page .about-summary-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-page .summary-side-grid {
    grid-template-columns: 1fr;
  }
}

/* Final visual refresh for the business page */
.about-page {
  background:
    linear-gradient(180deg, #f4f8fb 0%, #ffffff 44%, #f5f9fc 100%);
}

.about-page .main-header .header-inner {
  max-width: 1200px;
}

.about-page .section-about-detail,
.about-page .subpage-heading-shell + .section-about-detail {
  padding-top: 128px;
  padding-bottom: 48px;
}

.about-page .section-about-detail .container,
.about-page .section-business-detail .container {
  width: min(100% - 72px, 1520px);
  max-width: none;
  padding: 0;
}

.about-page .about-summary-card {
  position: relative;
  padding: clamp(38px, 4vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(0, 102, 204, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 48%, rgba(231, 244, 251, 0.82) 100%),
    url("../images/optimized/about-hero.jpg") center right / cover no-repeat;
  box-shadow: 0 28px 70px rgba(19, 58, 98, 0.12);
}

.about-page .about-summary-card::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(255, 255, 255, 0.36) 100%),
    linear-gradient(135deg, rgba(0, 102, 204, 0.08), rgba(0, 184, 148, 0.08));
  pointer-events: none;
}

.about-page .about-summary-layout,
.about-page .about-summary-list {
  position: relative;
  z-index: 1;
}

.about-page .about-summary-layout {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.78fr);
  gap: clamp(44px, 5vw, 86px);
}

.about-page .about-summary-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 760px;
}

.about-page .about-summary-card .block-kicker {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(0, 102, 204, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #0066cc;
  letter-spacing: 0.16em;
}

.about-page .about-summary-card .block-kicker::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00b894;
}

.about-page .about-summary-title {
  margin-bottom: 22px;
  color: #0f2b46;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: 0;
}

.about-page .about-summary-card .lead-text {
  color: #193956;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 600;
  line-height: 1.82;
}

.about-page .about-summary-card p {
  color: #52677c;
  font-size: 16px;
  line-height: 1.9;
}

.about-page .about-summary-side {
  align-self: stretch;
  justify-content: flex-start;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(0, 102, 204, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(19, 58, 98, 0.1);
  backdrop-filter: blur(10px);
}

.about-page .summary-side-label {
  margin-bottom: 14px;
  color: #0070c9;
}

.about-page .summary-side-label::before {
  background: #00b894;
}

.about-page .about-summary-side h3 {
  margin-bottom: 16px;
  color: #12314f;
  font-size: clamp(25px, 2vw, 34px);
}

.about-page .summary-feature-list {
  display: grid;
  gap: 16px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.about-page .summary-feature-list li {
  display: grid;
  gap: 6px;
  padding: 0 0 0 18px;
  border-left: 3px solid #00b894;
}

.about-page .summary-feature-list strong {
  color: #153653;
  font-size: 17px;
  line-height: 1.35;
}

.about-page .summary-feature-list span {
  color: #5d7082;
  font-size: 14px;
  line-height: 1.7;
}

.about-page .about-summary-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.about-page .about-summary-list li {
  min-height: auto;
  padding: 16px 18px;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.76);
  color: #17405f;
  box-shadow: none;
}

.about-page .section-business-detail {
  padding-top: 48px;
  padding-bottom: 112px;
}

.about-page .section-header {
  max-width: none;
  margin-bottom: 36px;
  display: grid;
  grid-template-columns: minmax(260px, 0.5fr) minmax(360px, 0.5fr);
  gap: 28px;
  align-items: end;
}

.about-page .section-header .section-tag,
.about-page .section-header .section-title,
.about-page .section-header .section-line {
  grid-column: 1;
}

.about-page .section-intro {
  grid-column: 2;
  grid-row: 1 / span 3;
  max-width: 680px;
  margin: 0;
  color: #5d7082;
  font-size: 17px;
  line-height: 1.9;
}

.about-page .section-title {
  color: #102f4c;
  font-size: clamp(34px, 3.5vw, 54px);
}

.about-page .section-line {
  background: linear-gradient(90deg, #0066cc, #00b894);
}

.about-page .business-detail-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.about-page .business-detail-grid .business-detail-card,
.about-page .business-detail-grid .business-detail-card:nth-child(1),
.about-page .business-detail-grid .business-detail-card:nth-child(2) {
  position: relative;
  grid-column: span 4 !important;
  min-height: 430px !important;
  border: 0;
  border-radius: 18px;
  background: #0f2d48;
  box-shadow: 0 22px 54px rgba(19, 58, 98, 0.14);
}

.about-page .business-detail-grid .business-detail-card:nth-child(1),
.about-page .business-detail-grid .business-detail-card:nth-child(2) {
  grid-column: span 6 !important;
  min-height: 480px !important;
}

.about-page .business-detail-card::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 26, 45, 0.04) 0%, rgba(8, 26, 45, 0.18) 42%, rgba(8, 26, 45, 0.88) 100%);
}

.about-page .business-detail-card::after {
  display: none;
}

.about-page .business-detail-card .card-image,
.about-page .business-detail-grid .business-detail-card:nth-child(1) .card-image,
.about-page .business-detail-grid .business-detail-card:nth-child(2) .card-image {
  position: absolute;
  inset: 0;
  height: 100%;
}

.about-page .business-detail-card .card-image img {
  width: 100%;
  height: 100%;
  filter: saturate(1.04) contrast(1.02);
}

.about-page .business-detail-card .card-overlay {
  position: relative;
  z-index: 2;
  justify-content: flex-end;
  min-height: inherit;
  padding: clamp(26px, 3vw, 38px);
  color: #ffffff;
}

.about-page .card-overlay h3 {
  color: #ffffff;
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.18;
}

.about-page .card-overlay p {
  max-width: 560px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15.5px;
  line-height: 1.85;
}

.about-page .card-arrow {
  align-self: flex-start;
  margin-top: 24px;
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.about-page .business-detail-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 66px rgba(19, 58, 98, 0.2);
}

@media (max-width: 1200px) {
  .about-page .about-summary-layout,
  .about-page .section-header {
    grid-template-columns: 1fr;
  }

  .about-page .section-intro {
    grid-column: 1;
    grid-row: auto;
  }

  .about-page .business-detail-grid .business-detail-card,
  .about-page .business-detail-grid .business-detail-card:nth-child(1),
  .about-page .business-detail-grid .business-detail-card:nth-child(2) {
    grid-column: span 6 !important;
    min-height: 420px !important;
  }
}

@media (max-width: 760px) {
  .about-page .section-about-detail .container,
  .about-page .section-business-detail .container {
    width: calc(100% - 32px);
  }

  .about-page .about-summary-card {
    padding: 28px 22px;
    border-radius: 14px;
  }

  .about-page .about-summary-title {
    font-size: 38px;
  }

  .about-page .about-summary-side {
    padding: 24px 20px;
  }

  .about-page .about-summary-list {
    grid-template-columns: 1fr;
  }

  .about-page .business-detail-grid {
    grid-template-columns: 1fr;
  }

  .about-page .business-detail-grid .business-detail-card,
  .about-page .business-detail-grid .business-detail-card:nth-child(1),
  .about-page .business-detail-grid .business-detail-card:nth-child(2) {
    grid-column: span 1 !important;
    min-height: 380px !important;
  }
}

/* Remove nested-panel feel from the intro: use a full-width band instead. */
.about-page .section-about-detail {
  margin: 0;
  padding-top: 132px;
  padding-bottom: 70px;
  background:
    linear-gradient(90deg, rgba(247, 251, 253, 0.98) 0%, rgba(247, 251, 253, 0.96) 48%, rgba(247, 251, 253, 0.62) 100%),
    url("../images/optimized/about-hero.jpg") center right / cover no-repeat;
}

.about-page .about-summary-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.about-page .about-summary-card::before {
  display: none;
}

.about-page .about-summary-side {
  padding: 10px 0 10px clamp(28px, 3vw, 44px);
  border: 0;
  border-left: 1px solid rgba(0, 102, 204, 0.18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.about-page .about-summary-list li {
  background: rgba(255, 255, 255, 0.62);
}

@media (max-width: 1200px) {
  .about-page .about-summary-side {
    padding: 28px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(0, 102, 204, 0.14);
  }
}

@media (max-width: 760px) {
  .about-page .section-about-detail {
    padding-top: 108px;
    padding-bottom: 48px;
  }
}

/* Clean up the top business intro so text stays readable at common widths. */
.about-page .section-about-detail {
  overflow: hidden;
}

.about-page .section-about-detail .container {
  width: min(100% - 72px, 1200px);
  max-width: none;
  padding: 0;
}

.about-page .about-summary-card {
  width: 100%;
  max-width: none;
}

.about-page .about-summary-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.about-page .about-summary-copy {
  max-width: 760px;
  min-width: 0;
}

.about-page .about-summary-title {
  margin-bottom: 20px;
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1.12;
}

.about-page .about-summary-card .lead-text {
  margin-bottom: 18px;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.75;
}

.about-page .about-summary-card p {
  max-width: 760px;
  font-size: 16px;
  line-height: 1.9;
}

.about-page .about-summary-side {
  min-width: 0;
  padding-left: clamp(24px, 3vw, 36px);
}

.about-page .about-summary-side h3 {
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.35;
}

.about-page .summary-feature-list {
  gap: 14px;
  margin-top: 24px;
}

.about-page .summary-feature-list li {
  min-width: 0;
}

.about-page .summary-feature-list span {
  overflow-wrap: anywhere;
}

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

.about-page .about-summary-list li {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .about-page .section-about-detail {
    padding-top: 116px;
  }

  .about-page .about-summary-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-page .about-summary-copy,
  .about-page .about-summary-card p {
    max-width: 820px;
  }

  .about-page .about-summary-side {
    max-width: 820px;
    padding: 26px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(0, 102, 204, 0.14);
  }

  .about-page .summary-feature-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 760px) {
  .about-page .section-about-detail .container {
    width: calc(100% - 32px);
  }

  .about-page .about-summary-title {
    font-size: 38px;
  }

  .about-page .about-summary-card .lead-text {
    font-size: 18px;
    line-height: 1.75;
  }

  .about-page .summary-feature-list,
  .about-page .about-summary-list {
    grid-template-columns: 1fr;
  }
}

/* Full-width final layout: keep the intro spread across the viewport. */
.about-page {
  background: linear-gradient(180deg, #f4f8fb 0%, #ffffff 48%, #f5f9fc 100%);
}

.about-page .section-about-detail {
  padding-top: 128px;
  padding-bottom: 78px;
  background:
    linear-gradient(90deg, rgba(247, 251, 253, 0.98) 0%, rgba(247, 251, 253, 0.94) 45%, rgba(247, 251, 253, 0.62) 100%),
    url("../images/optimized/about-hero.jpg") center right / cover no-repeat;
}

.about-page .section-about-detail .container,
.about-page .section-business-detail .container {
  width: 100%;
  max-width: none;
  padding-left: clamp(36px, 7vw, 96px);
  padding-right: clamp(36px, 7vw, 96px);
  box-sizing: border-box;
}

.about-page .about-summary-layout {
  width: 100%;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.72fr);
  gap: clamp(34px, 5vw, 76px);
}

.about-page .about-summary-copy,
.about-page .about-summary-card p {
  max-width: none;
}

.about-page .about-summary-title {
  font-size: clamp(48px, 5.2vw, 76px);
}

.about-page .about-summary-card .lead-text {
  max-width: 1080px;
  font-size: clamp(20px, 1.9vw, 26px);
}

.about-page .about-summary-card p {
  max-width: 980px;
}

.about-page .about-summary-side {
  align-self: stretch;
}

.about-page .summary-feature-list {
  grid-template-columns: 1fr;
}

.about-page .about-summary-list {
  width: 100%;
}

@media (max-width: 1080px) {
  .about-page .about-summary-layout {
    grid-template-columns: 1fr;
  }

  .about-page .about-summary-side {
    max-width: none;
    padding: 28px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(0, 102, 204, 0.14);
  }

  .about-page .summary-feature-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .about-page .section-about-detail {
    padding-top: 108px;
    padding-bottom: 54px;
  }

  .about-page .section-about-detail .container,
  .about-page .section-business-detail .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .about-page .about-summary-title {
    font-size: 38px;
  }

  .about-page .summary-feature-list,
  .about-page .about-summary-list {
    grid-template-columns: 1fr;
  }
}
