/* Shared styles for all About pages. */
.about-page .content-block {
      margin: 0;
      padding: 0;
}

.about-page .article-content h2 {
      border: none;
}

.about-page-redesign {
      --about-blue: #0d70b7;
      --about-deep: #04173e;
      --about-ink: #1d2735;
      --about-copy: #69727e;
      background: #fff;
}

.about-page-redesign .about-shell {
      width: min(1180px, calc(100% - 48px));
      margin: 0 auto;
}

.about-page-redesign .about-hero {
      min-height: 420px;
      display: grid;
      align-items: center;
      color: #fff;
      background: url('../img/about_us01.webp') center 42% / cover no-repeat;
}

.about-page-redesign .about-hero__inner {
      padding: 56px 0 44px;
}

.about-page-redesign .about-hero h1 {
      margin: 0 0 4px;
      color: #fff;
      font-size: clamp(40px, 4.1vw, 64px);
      line-height: 1.1;
      letter-spacing: -.04em;
}

.about-page-redesign .about-hero p {
      margin: 0;
      font-size: 16px;
}

.about-page-redesign .about-hero__crumb {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-top: 28px;
      font-size: 14px;
      font-weight: 600;
}

.about-page-redesign .about-hero__crumb svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
}

.about-page-redesign .about-subnav {
      border-bottom: 1px solid #e1e7ed;
      background: #f7f9fb;
}

.about-page-redesign .about-subnav__inner {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      padding: 1px;
      background: #e1e7ed;
}

.about-page-redesign .about-subnav a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 0;
      min-height: 66px;
      padding: 14px 16px;
      border: 0;
      color: #263442;
      background: #fff;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
      text-align: center;
      transition: color .2s ease, background .2s ease;
}

.about-page a.is-active,
.about-page-redesign .about-subnav a:hover {
      color: #fff;
      background: var(--about-blue);
}

.about-page-redesign .about-profile {
      padding: 62px 0 76px;
}

.about-page-redesign .about-profile h2 {
      margin: 0 0 22px;
      color: #172238;
      font-size: 24px;
      font-weight: 700;
}

.about-page-redesign .about-profile__copy {
      margin: 0;
      color: var(--about-copy);
      font-size: 14px;
      line-height: 1.9;
}

.about-page-redesign .about-profile__copy+.about-profile__copy {
      margin-top: 8px;
}

.about-page-redesign .about-stat-grid {
      display: grid;
      grid-template-columns: repeat(7, minmax(0, 1fr));
      gap: 20px;
      margin-top: 52px;
}

.about-page-redesign .about-stat {
      min-width: 0;
}

.about-page-redesign .about-stat__top {
      display: flex;
      align-items: center;
      gap: 9px;
      color: #10151c;
}

.about-page-redesign em {
      font-size: 13px;
      font-style: normal;
      line-height: 1;
}

.about-page-redesign .about-stat svg {
      width: 32px;
      height: 32px;
      display: inline-grid;
}

.about-culture-card__heading svg {
      width: 32px;
      height: 32px;
}

.about-page-redesign .r {
      display: flex;
      align-items: end;
}

.about-page-redesign .about-stat strong {
      font-size: 28px;
      line-height: 1;
      white-space: nowrap;
}

.about-page-redesign .about-stat small {
      display: block;
      margin-top: 8px;
      color: #7a818b;
      font-size: 11px;
      line-height: 1;
}

.about-page-redesign .about-history {
      position: relative;
      overflow: hidden;
      padding: 62px 0 78px;
      color: #fff;
      background: linear-gradient(rgba(2, 16, 59, .82), rgba(2, 16, 59, .78)), url('../img/about_us02.webp') center / cover no-repeat;
}

.about-page-redesign .about-history .about-shell {
      position: relative;
      z-index: 1;
}

.about-page-redesign .about-section-title {
      margin: 0;
      color: inherit;
      font-size: 24px;
      font-weight: 700;
      text-align: center;
}

.about-page-redesign .about-section-title:after {
      display: block;
      width: 42px;
      height: 2px;
      margin: 14px auto 0;
      background: currentColor;
      content: '';
}

.about-page-redesign .about-history-timeline {
      position: relative;
      max-width: 940px;
      margin: 72px auto 0;
}

.about-page-redesign .about-history-timeline:before {
      position: absolute;
      top: 4px;
      bottom: 4px;
      left: 164px;
      width: 1px;
      background: rgba(255, 255, 255, .72);
      content: '';
}

.about-page-redesign .about-history-timeline article {
      position: relative;
      display: grid;
      grid-template-columns: 140px minmax(0, 1fr);
      column-gap: 48px;
      padding: 0 0 42px;
}

.about-page-redesign .about-history-timeline article:last-child {
      padding-bottom: 0;
}

.about-page-redesign .about-history-timeline article:before {
      position: absolute;
      z-index: 1;
      top: 5px;
      left: 160px;
      width: 9px;
      height: 9px;
      border: 2px solid rgba(7, 41, 106, .7);
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 0 0 3px rgba(255, 255, 255, .14);
      content: '';
}

.about-page-redesign .about-history-timeline strong {
      grid-column: 1;
      color: #fff;
      font-size: 24px;
      line-height: 1.1;
      text-align: right;
}

.about-page-redesign .about-history-timeline p {
      grid-column: 2;
      margin: 0;
      font-size: 14px;
      line-height: 1.6;
}

.about-page-redesign .about-culture {
      padding: 72px 0 84px;
}

.about-page-redesign .about-culture .about-section-title {
      color: #111820;
}

.about-page-redesign .about-culture-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 28px;
      margin-top: 54px;
}

.about-page-redesign .about-culture-card {
      min-height: 260px;
      padding: 25px 20px;
      background: #f7f7f7;
}

.about-page-redesign .about-culture-card__heading {
      display: flex;
      align-items: center;
      gap: 12px;
      padding-bottom: 18px;
      border-bottom: 1px solid #d9d9d9;
}

.about-page-redesign .about-culture-card__icon {
      font-size: 30px;
      line-height: 1;
}

.about-page-redesign .about-culture-card h3 {
      margin: 0;
      color: #171b21;
      font-size: 18px;
}

.about-page-redesign .about-culture-card p {
      margin: 18px 0 0;
      color: #80848b;
      font-size: 12px;
      line-height: 1.65;
}

@media (max-width: 1024px) {
      .about-page-redesign .about-stat-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            row-gap: 28px;
      }

      .about-page-redesign .about-culture-grid {
            gap: 18px;
      }
}

@media (max-width: 960px) {
      .about-page-redesign .about-subnav {
            padding: 14px 0;
            background: #f4f7fa;
      }

      .about-page-redesign .about-subnav__inner {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
            padding: 0;
            background: transparent;
      }

      .about-page-redesign .about-subnav a {
            min-height: 52px;
            padding: 11px 12px;
            border: 1px solid #d8e0e8;
            color: #34485c;
            font-size: 13px;
            background: #fff;
      }

      .about-page-redesign .about-history-timeline {
            margin-top: 52px;
      }

      .about-page-redesign .about-history-timeline:before {
            left: 86px;
      }

      .about-page-redesign .about-history-timeline article {
            grid-template-columns: 68px minmax(0, 1fr);
            column-gap: 34px;
            padding-bottom: 34px;
      }

      .about-page-redesign .about-history-timeline article:before {
            top: 4px;
            left: 82px;
      }

      .about-page-redesign .about-history-timeline strong {
            font-size: 20px;
      }

      .about-page-redesign .about-history-timeline p {
            font-size: 13px;
            line-height: 1.55;
      }
}

@media (max-width: 768px) {
      .about-page-redesign .about-shell {
            width: min(100% - 32px, 1180px);
      }

      .about-page-redesign .about-hero {
            min-height: 300px;
      }

      .about-page-redesign .about-hero p {
            font-size: 14px;
      }

      .about-page-redesign .about-profile,
      .about-page-redesign .about-culture {
            padding: 48px 0;
      }

      .about-page-redesign .about-history {
            padding: 50px 0 65px;
      }

      .about-page-redesign .about-history-timeline {
            margin-top: 44px;
      }

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

@media (max-width: 520px) {
      .about-page-redesign .about-hero h1 {
            font-size: 40px;
      }

      .about-page-redesign .about-subnav {
            padding: 10px 0;
      }

      .about-page-redesign .about-subnav__inner {
            gap: 6px;
      }

      .about-page-redesign .about-subnav a {
            min-height: 48px;
            padding: 9px 8px;
            font-size: 12px;
      }

      .about-page-redesign .about-history-timeline:before {
            left: 66px;
      }

      .about-page-redesign .about-history-timeline article {
            grid-template-columns: 52px minmax(0, 1fr);
            column-gap: 28px;
      }

      .about-page-redesign .about-history-timeline article:before {
            left: 62px;
      }

      .about-page-redesign .about-history-timeline strong {
            font-size: 18px;
      }

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

      .about-page-redesign .about-culture-grid {
            grid-template-columns: 1fr;
      }

      .about-page-redesign .about-culture-card {
            min-height: auto;
      }
}

/* Inner About-page layout and content styles. */

.about-page-unified {
      --about-blue: #0d70b7;
      --about-ink: #1d2735;
      --about-copy: #69727e;
      background: #fff;
}

.about-page-unified .about-shell {
      width: min(1180px, calc(100% - 48px));
      margin: 0 auto;
}

.about-page-unified .about-hero {
      min-height: 360px;
      display: grid;
      align-items: center;
      color: #fff;
      background: linear-gradient(rgba(8, 51, 101, .22), rgba(8, 51, 101, .22)), url('../img/about_us01.webp') center 42% / cover no-repeat;
}

.about-page-unified .about-hero__inner {
      padding: 54px 0;
}

.about-page-unified .about-hero h1 {
      margin: 0 0 10px;
      color: #fff;
      font-size: clamp(36px, 4vw, 58px);
      line-height: 1.1;
      letter-spacing: -.035em;
}

.about-page-unified .about-hero p {
      max-width: 700px;
      margin: 0;
      font-size: 16px;
      line-height: 1.65;
}

.about-page-unified .about-layout {
      display: grid;
      grid-template-columns: 280px minmax(0, 1fr);
      gap: 32px;
      padding: 64px 0 84px;
}

.about-page-unified .about-sidebar {
      position: sticky;
      top: 24px;
      align-self: start;
}

.about-page-unified .about-side-nav {
      overflow: hidden;
      border: 1px solid #dfe6ee;
      border-radius: 5px;
      background: #fff;
}

.about-page-unified .about-side-nav a {
      position: relative;
      display: flex;
      align-items: center;
      min-height: 50px;
      padding: 12px 42px 12px 20px;
      border-bottom: 1px solid #edf1f5;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
      transition: color .2s ease, background .2s ease;
}

.about-page-unified .about-side-nav a:last-child {
      border-bottom: 0;
}

.about-page-unified .about-side-nav a:after {
      position: absolute;
      top: 50%;
      right: 19px;
      color: #98a7b7;
      font-size: 22px;
      font-weight: 400;
      line-height: 1;
      transform: translateY(-52%);
      content: ''; 
}
.about-page-unified .about-side-nav__root {
      min-height: 60px !important;
      color: var(--about-ink) !important;
      background: #fff !important;
      font-size: 15px !important;
}

.about-page-unified .about-side-nav__root:after {
      color: var(--about-blue) !important;
}

.about-page-unified .about-side-nav a.is-active,
.about-page-unified .about-side-nav a:hover {
      color: #fff;
      background: var(--about-blue);
}

.about-page-unified .about-side-nav a.is-active:after,
.about-page-unified .about-side-nav a:hover:after {
      color: #fff;
}

.about-page-unified .about-layout__content {
      min-width: 0;
}

.about-page-unified .about-layout__content .content-block {
      padding: 0;
}

.about-page-unified .about-layout__content .content-block+.content-block {
      margin-top: 36px;
}

.about-page-unified .about-layout__content .content-block.alt {
      padding: 36px;
      border: 1px solid #e2e8ef;
      background: #f7f9fb;
}

.about-page-unified .about-layout__content .content-block h2 {
      color: var(--about-ink);
}

.about-page-unified .article-content {
      color: #58708e;
      font-size: 13px;
      line-height: 1.2;
}

.about-page-unified .article-content> :first-child {
      margin-top: 0;
}

.about-page-unified .article-content h2,
.about-page-unified .content-block h2 {
      margin: 0 0 20px;
      color: #102b50;
      font-size: clamp(26px, 2.4vw, 34px);
      line-height: 1.2;
}

.about-page-unified .article-content h3,
.about-page-unified .content-block h3 {
      margin: 32px 0 14px;
      color: #173960;
      font-size: 20px;
      line-height: 1.3;
}

.about-page-unified .article-content p,
.about-page-unified .content-block>.container>p {
      margin: 0;
}

.about-page-unified .article-content ul,
.about-page-unified .article-content ol {
      padding-left: 22px;
      margin: 0 0 22px;
}

.about-page-unified .article-content li+li {
      margin-top: 8px;
}

.about-page-unified .article-content img {
      max-width: 100%;
      height: auto;
      border: 1px solid #dce5ef;
      border-radius: 5px;
}

.about-page-unified .article-content table {
            width: 100%;
            margin: 24px 0;
            border-collapse: collapse;
            color: #4b6482;
}

.about-page-unified .article-content th,
.about-page-unified .article-content td {
padding: 13px 16px;
border: 1px solid #dce5ef;
text-align: left;
}

.about-page-unified .article-content th {
color: #173960;
background: #f2f7fc;
}

.about-page-unified .about-layout__content .photo-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
margin-top: 28px;
}

.about-page-unified .about-layout__content .photo-grid img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
border: 1px solid #dce5ef;
border-radius: 5px;
transition: transform .25s ease, box-shadow .25s ease;
}

.about-page-unified .about-layout__content .photo-grid img:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(17, 64, 112, .14);
}

.about-page-unified .about-layout__content .rd-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
margin-top: 26px;
}

.about-page-unified .about-layout__content .rd-card {
overflow: hidden;
border: 1px solid #dce5ef;
border-radius: 5px;
background: #fff;
transition: transform .25s ease, box-shadow .25s ease;
}

.about-page-unified .about-layout__content .rd-card:hover {
transform: translateY(-4px);
box-shadow: 0 12px 24px rgba(17, 64, 112, .12);
}

.about-page-unified .about-layout__content .rd-card img {
display: block;
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
}

.about-page-unified .about-layout__content .rd-card h3 {
margin: 22px 22px 10px;
color: #12345b;
font-size: 19px;
}

.about-page-unified .about-layout__content .rd-card p {
margin: 0 22px 24px;
color: #5c7594;
font-size: 14px;
line-height: 1.7;
}

.about-page-unified .about-layout__content .certificate-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
margin-top: 26px;
}

.about-page-unified .about-layout__content .certificate-grid img {
width: 100%;
min-height: 160px;
object-fit: contain;
padding: 14px;
border: 1px solid #dce5ef;
border-radius: 5px;
background: #fff;
}

@media (max-width: 960px) {
.about-page-unified .about-sidebar {
      position: static;
      display: grid;
      gap: 20px;
}

.about-page-unified .about-layout {
      grid-template-columns: 1fr;
      gap: 24px;
      padding: 42px 0 62px;
}

.about-page-unified .about-side-nav {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      overflow: visible;
      border: 0;
      background: transparent;
}

.about-page-unified .about-side-nav a {
      min-height: 50px;
      padding: 10px 34px 10px 14px;
      border: 1px solid #d8e0e8;
      border-radius: 4px;
      background: #fff;
      font-size: 13px;
}

.about-page-unified .about-side-nav a:last-child {
      border-bottom: 1px solid #d8e0e8;
}

.about-page-unified .about-side-nav__root {
      grid-column: 1 / -1;
      min-height: 52px !important;
}
}

@media (max-width: 768px) {
.about-page-unified .about-shell {
      width: min(100% - 32px, 1180px);
}

.about-page-unified .about-hero {
      min-height: 290px;
}

.about-page-unified .about-hero p {
      font-size: 14px;
}

.about-page-unified .about-layout__content .content-block.alt {
      padding: 24px;
}

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

@media (max-width: 520px) {
.about-page-unified .about-layout {
      padding: 32px 0 48px;
}

.about-page-unified .about-side-nav {
      gap: 6px;
}

.about-page-unified .about-side-nav a {
      min-height: 48px;
      padding: 9px 28px 9px 10px;
      font-size: 12px;
}

.about-page-unified .about-side-nav a:after {
      right: 12px;
}

.about-page-unified .article-content {
      font-size: 15px;
}


.about-page-unified .about-layout__content .photo-grid,
.about-page-unified .about-layout__content .rd-grid,
.about-page-unified .about-layout__content .certificate-grid {
      grid-template-columns: 1fr;
}
}


.article-content blockquote { margin: 0; margin-bottom: 10px; padding: 24px;background-color: #f2f9fe;}
.about-page-unified .article-content p.customer-user {margin-bottom: 40px; font-weight: 600;}
/* Project B inner About-page styles, scoped to preserve the custom About homepage. */
.company-page {
  --color-primary: #0870bc;
  --color-primary-hover: #075da7;
  --color-secondary: #172b43;
  --color-text-light: #66717d;
  --color-text-muted: #8a99a8;
  --color-bg-light: #f5f8fb;
  --color-border: #dce5ef;
  --font-size-sm: .875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-5xl: 3rem;
  --spacing-1: .25rem;
  --spacing-2: .5rem;
  --spacing-3: .75rem;
  --spacing-4: 1rem;
  --spacing-5: 1.25rem;
  --spacing-6: 1.5rem;
  --spacing-8: 2rem;
  --spacing-10: 2.5rem;
  --spacing-12: 3rem;
  --spacing-16: 4rem;
  --radius-sm: .25rem;
  --radius-md: .375rem;
  --shadow-sm: 0 1px 2px rgb(0 0 0 / .05);
  --shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --transition-base: 250ms ease;
}
.company-page .company-section { padding: var(--spacing-16) 0; }
.company-page .company-eyebrow { display: inline-flex; align-items: center; gap: var(--spacing-2); margin-bottom: var(--spacing-3); color: var(--color-primary); font-size: var(--font-size-sm); font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.company-page .company-eyebrow::before { width: 28px; height: 2px; content: ''; background: var(--color-primary); }
.company-page .company-detail-hero { display: grid; align-items: center; min-height: 320px; padding: var(--spacing-16) 0; color: #fff; background: linear-gradient(90deg, rgb(3 25 54 / .72), rgb(5 52 104 / .45)), url('../img/about_us01.webp') center 42% / cover no-repeat; }
.company-page .company-detail-hero h1 { margin-bottom: var(--spacing-5); color: #fff; font-size: var(--font-size-5xl); text-shadow: 0 2px 16px rgb(0 0 0 / .58); }
.company-page .company-detail-hero p { max-width: 760px; color: #fff; font-size: var(--font-size-lg); line-height: 1.8; text-shadow: 0 1px 10px rgb(0 0 0 / .62); }
.company-page .company-detail-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); align-items: start; gap: var(--spacing-8); }
.company-page .company-detail-content { min-width: 0; }
.company-page .company-detail-content .article-content:empty { display: none; }
.company-page .company-detail-content p, .company-page .company-lead-block p { color: var(--color-text-light); line-height: 1.8; }
.company-page .company-side-nav { position: sticky; top: 20px; display: grid; gap: var(--spacing-2); }
.company-page .company-side-nav aside { padding: var(--spacing-4); border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; }
.company-page .company-side-nav aside a { display: flex; align-items: center; justify-content: space-between; padding: var(--spacing-3) var(--spacing-4); border-radius: var(--radius-sm); color: var(--color-secondary); font-size: var(--font-size-sm); font-weight: 600; }
.company-page .company-side-nav aside a::after { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; color: var(--color-text-muted); content: ""; transform: rotate(-45deg); }
.company-page .company-side-nav aside a:hover, .company-page .company-side-nav a.active { color: #fff; background: var(--color-primary); text-decoration: none; }
.company-page .company-side-nav aside a:hover::after, .company-page .company-side-nav a.active::after { color: #fff; }
.company-page .company-lead-block { margin-bottom: var(--spacing-8); }
.company-page .company-lead-block h2 { margin-bottom: var(--spacing-5); font-size: var(--font-size-3xl); }
.company-page .company-metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--spacing-4); margin-bottom: var(--spacing-8); }
.company-page .company-metric-grid div { padding: var(--spacing-6); border: 1px solid var(--color-border); border-radius: var(--radius-md); background: var(--color-bg-light); }
.company-page .company-metric-grid strong { display: block; margin-bottom: var(--spacing-2); color: var(--color-primary); font-size: var(--font-size-3xl); }
.company-page .company-metric-grid span { color: var(--color-text-light); font-size: var(--font-size-sm); }
.company-page .company-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: var(--spacing-6); margin-bottom: var(--spacing-8); }
.company-page .company-hero-media { overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-lg); }
.company-page .company-hero-media img { width: 100%; height: 420px; object-fit: cover; }
.company-page .company-value-panel, .company-page .company-note-panel, .company-page .company-world-panel { padding: var(--spacing-8); border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.company-page .company-value-panel h3, .company-page .company-note-panel h3, .company-page .company-world-panel h3, .company-page .company-two-column h3 { margin-bottom: var(--spacing-4); font-size: var(--font-size-xl); }
.company-page .company-value-row { padding: var(--spacing-4) 0; border-bottom: 1px solid var(--color-border); }
.company-page .company-value-row:last-child { padding-bottom: 0; border-bottom: 0; }
.company-page .company-value-row b { display: block; margin-bottom: var(--spacing-2); color: var(--color-secondary); }
.company-page .company-value-row span { color: var(--color-text-light); font-size: var(--font-size-sm); line-height: 1.7; }
.company-page .company-bullet-list { display: grid; gap: var(--spacing-3); margin: 0; }
.company-page .company-bullet-list li { position: relative; padding-left: 22px; color: var(--color-text-light); font-size: var(--font-size-sm); line-height: 1.7; list-style: none;}
.company-page .company-bullet-list li::before { position: absolute; top: 10px; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--color-primary); content: ''; }
.company-page .company-strength-grid, .company-page .company-testimonial-grid, .company-page .company-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--spacing-5); margin-top: var(--spacing-8); }
.company-page .company-testimonial-grid { grid-template-columns: repeat(3, 1fr); }
.company-page .company-feature-card, .company-page .company-process-grid > div, .company-page .company-testimonial-card { display: block; height: 100%; padding: var(--spacing-6); border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; transition: all var(--transition-base); }
.company-page .company-feature-card:hover, .company-page .company-process-grid > div:hover { border-color: var(--color-primary); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.company-page .company-feature-card .fa { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: var(--spacing-4); border-radius: var(--radius-md); color: #fff; background: var(--color-primary); font-size: var(--font-size-xl); }
.company-page .company-feature-card h3, .company-page .company-process-grid h3, .company-page .company-testimonial-card h3 { margin-bottom: var(--spacing-3); font-size: var(--font-size-lg); }
.company-page .company-feature-card p, .company-page .company-process-grid p, .company-page .company-testimonial-card p { margin-bottom: 0; color: var(--color-text-light); font-size: var(--font-size-sm); line-height: 1.7; }
.company-page .company-process-grid { margin-bottom: var(--spacing-8); }
.company-page .company-process-grid span { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin-bottom: var(--spacing-4); border-radius: var(--radius-md); color: #fff; background: var(--color-primary); font-weight: 700; }
.company-page .company-testimonial-card .fa { margin-bottom: var(--spacing-4); color: var(--color-primary); font-size: var(--font-size-2xl); }
.company-page .company-testimonial-card span { color: var(--color-text-muted); font-size: var(--font-size-sm); }
.company-page .company-feedback-grid { grid-template-columns: repeat(3, 1fr); margin-bottom: var(--spacing-8); }
.company-page .company-hero-actions { display: flex; flex-wrap: wrap; gap: var(--spacing-4); margin-top: var(--spacing-8); }
.company-page .company-hero-actions .btn-outline { border: 1px solid var(--color-primary); color: var(--color-primary); background: transparent; }
.company-page .company-hero-actions .btn-outline:hover { color: #fff; background: var(--color-primary); }
.company-page .company-section-heading { margin-bottom: var(--spacing-6); }
.company-page .company-section-heading h2 { margin-bottom: var(--spacing-3); font-size: var(--font-size-2xl); }
.company-page .company-section-heading p { margin-bottom: 0; color: var(--color-text-light); line-height: 1.7; }
.company-page .company-certificate-showcase { margin: var(--spacing-8) 0; }
.company-page .company-certificate-showcase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--spacing-5); }
.company-page .company-certificate-showcase-card { overflow: hidden; margin: 0; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); transition: all var(--transition-base); }
.company-page .company-certificate-showcase-card:hover { border-color: var(--color-primary); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.company-page .company-certificate-image-slot { display: flex; align-items: center; justify-content: center; aspect-ratio: 4 / 3; overflow: hidden; border-bottom: 1px solid var(--color-border); background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%); }
.company-page .company-certificate-image-slot img { width: 100%; height: 100%; padding: var(--spacing-4); object-fit: contain; background: #fff; }
.company-page .company-certificate-showcase-card figcaption { padding: var(--spacing-4); }
.company-page .company-certificate-showcase-card figcaption strong { display: block; margin-bottom: var(--spacing-1); color: var(--color-secondary); font-size: var(--font-size-base); }
.company-page .company-certificate-showcase-card figcaption span { color: var(--color-text-light); font-size: var(--font-size-sm); }
.company-page .company-global-visuals { display: grid; gap: var(--spacing-8); margin: var(--spacing-8) 0; }
.company-page .company-client-logo-panel, .company-page .company-map-panel { padding: var(--spacing-8); border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.company-page .company-logo-wall-slot { display: flex; align-items: center; justify-content: center; min-height: 220px; overflow: hidden; border: 1px dashed var(--color-border); border-radius: var(--radius-md); background: var(--color-bg-light); }
.company-page .company-logo-wall-slot img { display: block; width: 100%; height: auto; }
.company-page .company-world-map { overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #f8fafc; }
.company-page .company-world-map .map-ocean { fill: #f8fafc; }
.company-page .company-world-map .map-graticule path { fill: none; stroke: #e2e8f0; stroke-width: 1; opacity: .75; }
.company-page .company-world-map .map-shore { filter: drop-shadow(0 8px 14px rgb(15 23 42 / .08)); }
.company-page .company-world-map .map-land { fill: #dbe4ee; stroke: #b8c4d2; stroke-width: 1.6; stroke-linejoin: round; stroke-linecap: round; }
.company-page .company-world-map .map-marker .map-dot-halo { fill: rgb(8 112 188 / .16); stroke: rgb(8 112 188 / .28); stroke-width: 1; }
.company-page .company-world-map .map-marker circle:not(.map-dot-halo) { fill: var(--color-primary); stroke: #fff; stroke-width: 3; }
.company-page .company-world-map .map-marker text { paint-order: stroke; stroke: #fff; stroke-width: 4px; stroke-linejoin: round; }
.company-page .company-world-map-asset { position: relative; width: 100%; }
.company-page .company-world-map-asset img { display: block; width: 100%; height: auto; opacity: .98; }
.company-page .world-map-pin { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; transform: translate(-8px, -50%); }
.company-page .world-map-pin i { position: relative; flex-shrink: 0; width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; background: var(--color-primary); box-shadow: 0 4px 10px rgb(8 112 188 / .35); }
.company-page .world-map-pin i::after { position: absolute; z-index: -1; inset: -8px; border-radius: 50%; background: rgb(8 112 188 / .16); content: ''; }
.company-page .world-map-pin b { display: inline-flex; align-items: center; min-height: 24px; padding: 2px 6px; border-radius: 999px; color: var(--color-secondary); background: rgb(255 255 255 / .9); box-shadow: var(--shadow-sm); font-size: 11px; font-weight: 500; line-height: 1; }
.company-page .world-map-pin.pin-top { transform: translate(-8px, -115%); }
.company-page .company-detail-content p.company-world-map-source { margin: 0; padding: 8px; color: var(--color-text-muted); font-size: 11px; line-height: 1.2; }
@media (max-width: 1200px) {
  .company-page .company-strength-grid, .company-page .company-process-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
  .company-page .company-detail-layout { grid-template-columns: 1fr; }
  .company-page .company-side-nav { position: static; }
  .company-page .company-testimonial-grid, .company-page .company-metric-grid { grid-template-columns: repeat(2, 1fr); }
  .company-page .company-certificate-showcase-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .company-page .company-section, .company-page .company-detail-hero { padding: var(--spacing-10) 0; }
  .company-page .company-detail-hero { min-height: 240px; }
  .company-page .company-detail-hero h1 { font-size: var(--font-size-3xl); }
  .company-page .company-detail-hero p { font-size: var(--font-size-base); }
  .company-page .company-hero-media img { height: 280px; }
  .company-page .company-strength-grid, .company-page .company-testimonial-grid, .company-page .company-process-grid, .company-page .company-metric-grid, .company-page .company-two-column, .company-page .company-feedback-grid { grid-template-columns: 1fr; }
  .company-page .company-hero-actions { flex-direction: column; }
  .company-page .company-hero-actions .btn { width: 100%; }
  .company-page .company-certificate-showcase-grid { grid-template-columns: 1fr; }
  .company-page .company-client-logo-panel, .company-page .company-map-panel { padding: var(--spacing-5); }
  .company-page .company-world-map { padding: var(--spacing-2); }
  .company-page .company-world-map-asset img { padding: var(--spacing-2); }
  .company-page .world-map-pin b { padding: 2px 5px; font-size: 10px; }
}
.company-page.company-detail-page { background: #fff; }

/* Inline SVG icons for multilingual customer-testimonial fragments. */
.company-page .company-testimonial-card .company-card-icon {
  display: block;
  width: 28px;
  height: 28px;
  margin-bottom: var(--spacing-4);
  color: var(--color-primary);
}
.company-page .company-feature-card .company-card-icon {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: var(--spacing-4);
  color: var(--color-primary);
}
/* Normalize the visible SVG glyphs inside testimonial feature-icon tiles. */
.company-page .company-feature-card .company-card-icon path {
  transform-box: fill-box;
  transform-origin: center;
}
.company-page .company-feature-card .company-card-icon--repeat path {
  transform: scale(.78);
}
.company-page .company-feature-card .company-card-icon--wrench path {
  transform: translateY(2px) scale(.68);
}
.company-page .company-feature-card .company-card-icon--comments path {
  transform: translateY(2px) scale(.72);
}
/* Manufacturing-plant SVG icons, card spacing, and call-to-action buttons. */
.company-page .company-plant-strength-grid {
  gap: var(--spacing-6);
}
.company-page .company-plant-strength-grid .company-plant-icon {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: var(--spacing-4);
  color: var(--color-primary);
}
.company-page .company-note-panel .company-hero-actions {
  gap: var(--spacing-3);
  margin-top: var(--spacing-6);
}
.company-page .company-note-panel .company-hero-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 22px;
  border: 1px solid var(--color-primary);
  border-radius: var(--radius-sm);
  font-size: var(--font-size-base);
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color var(--transition-base), border-color var(--transition-base), color var(--transition-base), transform var(--transition-base);
}
.company-page .company-note-panel .company-hero-actions .btn-primary {
  color: #fff;
  background: var(--color-primary);
}
.company-page .company-note-panel .company-hero-actions .btn-primary:hover {
  color: #fff;
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  transform: translateY(-1px);
}
.company-page .company-note-panel .company-hero-actions .btn-outline {
  color: var(--color-primary);
  background: #fff;
}
.company-page .company-note-panel .company-hero-actions .btn-outline:hover {
  color: #fff;
  background: var(--color-primary);
}
.company-page .company-note-panel .company-action-icon {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}