/* About Bsoft brand pages */
.brand-page {
  background: linear-gradient(180deg, #fff 0%, #f8fbfd 42%, #fff 100%);
}

.brand-page .container {
  max-width: 1180px;
  padding: 86px 5%;
}

.brand-page .title {
  margin: 0 0 22px;
  color: #17232c;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.16;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
}

.brand-page .title::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin: 18px 0 0;
  background: #2d81bd;
}

.brand-section-kicker,
.intro-kicker {
  display: block;
  margin-bottom: 14px;
  color: #2d81bd;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-lead {
  max-width: 760px;
  margin: 0 0 42px;
  color: #536875;
  font-size: 18px;
  line-height: 1.9;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 36px;
  align-items: stretch;
  margin-bottom: 86px;
}

.intro-summary,
.brand-panel,
.speak-card,
.vision-block,
.culture-block,
.culture-quote,
.honor-copy {
  border: 1px solid #e3edf4;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 45px rgba(31, 67, 92, .055);
}

.intro-summary {
  padding: clamp(30px, 4vw, 48px);
}

.intro-summary p,
.brand-panel p,
.honor-copy p,
.speak-txt p,
.content-text,
.culture-intro,
.culture-block p {
  margin: 0 0 16px;
  color: #536875;
  font-size: 16px;
  line-height: 1.95;
  text-indent: 0;
}

.intro-summary p:last-child,
.brand-panel p:last-child,
.honor-copy p:last-child,
.speak-txt p:last-child,
.culture-block p:last-child {
  margin-bottom: 0;
}

.brand-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.stat-card,
.value-card,
.timeline-card,
.honor-point {
  border: 1px solid #e3edf4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 67, 92, .045);
}

.stat-card {
  min-height: 138px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-num {
  color: #2d81bd;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
  font-weight: 600;
}

.stat-label {
  margin-top: 13px;
  color: #617381;
  font-size: 14px;
  line-height: 1.65;
}

.brand-story-head,
.culture-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .72fr);
  gap: 56px;
  align-items: end;
  margin-bottom: 34px;
}

.brand-story-head .brand-lead,
.culture-head .brand-lead {
  margin-bottom: 0;
}

.sec-banner,
.culture-banner {
  position: relative;
  width: 100%;
  height: clamp(240px, 24vw, 340px);
  margin: 0 0 34px;
  padding-top: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e3edf4;
  background: #f7fafb;
}

.sec-banner img,
.culture-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sec-banner.timeline-banner {
  height: auto !important;
  min-height: 300px;
  padding: 26px 36px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: visible;
}

.sec-banner.timeline-banner img {
  position: static !important;
  inset: auto !important;
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  object-fit: contain !important;
  object-position: center !important;
}

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 86px;
}

.timeline-card {
  position: relative;
  min-height: 210px;
  padding: 26px 22px;
  overflow: hidden;
}

.timeline-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2d81bd, #f5a6ba);
}

.timeline-year {
  margin-bottom: 14px;
  color: #2d81bd;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.timeline-card strong,
.honor-point strong,
.value-card strong,
.culture-block h3 {
  display: block;
  margin-bottom: 10px;
  color: #17232c;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

.timeline-card p,
.honor-point span,
.value-card span {
  display: block;
  color: #617381;
  font-size: 14px;
  line-height: 1.72;
}

.honor-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr);
  gap: 30px;
  align-items: stretch;
  margin-bottom: 86px;
}

.honor-layout .sec-banner {
  height: auto !important;
  min-height: 0 !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8fbfd 0%, #ffffff 100%);
  padding: 18px !important;
  overflow: visible;
}

.honor-layout .sec-banner img {
  position: static !important;
  inset: auto !important;
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: none;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 6px;
}

.honor-copy {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.honor-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.honor-point,
.value-card {
  padding: 18px;
}

.speak-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  margin: 0 0 86px;
  padding: 34px;
}

.speak-avatar {
  width: 164px;
  height: 164px;
  border-radius: 50%;
  overflow: hidden;
  background: #eef4f7;
}

.speak-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vision-block {
  margin: 0;
  padding: 40px;
  background: linear-gradient(135deg, #f8fbfd 0%, #fff 58%, #fff6f8 100%);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0 28px;
}

.culture-intro {
  max-width: 780px;
  margin-bottom: 36px;
  font-size: 18px;
}

.culture-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 78px;
}

.culture-block {
  padding: 26px;
}

.culture-block h3 {
  font-size: 18px;
}

.culture-principles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.culture-principles .culture-block {
  background: #f8fbfd;
}

.culture-quote {
  margin-top: 38px;
  padding: 36px;
  color: #344a55;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.65;
  font-weight: 400;
  background: linear-gradient(135deg, #f8fbfd 0%, #fff 58%, #fff4f7 100%);
}

.highlight-char {
  color: #2d81bd;
}

@media (max-width: 900px) {
  .brand-page .container {
    padding: 58px 20px;
  }

  .intro-grid,
  .brand-story-head,
  .culture-head,
  .honor-layout,
  .speak-card {
    grid-template-columns: 1fr;
  }

  .timeline-grid,
  .culture-grid,
  .value-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brand-stats,
  .honor-points,
  .culture-principles {
    grid-template-columns: 1fr;
  }

  .honor-layout .sec-banner {
    min-height: 260px;
  }

  .sec-banner.timeline-banner {
    min-height: 220px;
    padding: 18px !important;
  }
}

@media (max-width: 560px) {
  .timeline-grid,
  .culture-grid,
  .value-grid {
    grid-template-columns: 1fr;
  }

  .speak-card,
  .vision-block,
  .culture-quote {
    padding: 26px;
  }

  .speak-avatar {
    width: 132px;
    height: 132px;
  }
}
