.about-company-sections {
  width: 100%;
  background: #fff;
  padding: 80px 100px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  clear: both;
}

.about-company-sections *,
.about-company-sections *::before,
.about-company-sections *::after {
  box-sizing: border-box;
}

.about-company-inner {
  max-width: 100%;
  margin: 0 auto;
}

.about-company-heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 32px;
}

.about-company-info-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 64px;
}

.about-company-info-grid--solo {
  grid-template-columns: 1fr;
  max-width: 720px;
}

.about-company-intro {
  font-size: 16px;
  line-height: 1.65;
  color: #444;
  margin: 0 0 28px;
}

.about-company-cta {
  display: inline-block;
  background: #2d5a27;
  color: #fff !important;
  padding: 14px 22px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.about-company-cta:hover {
  background: #23461f;
  color: #fff;
  text-decoration: none;
}

.about-company-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.about-company-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 24px 18px;
  min-height: 190px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.about-company-card-icon {
  color: #62ab59;
  font-size: 26px;
  margin-bottom: 16px;
  line-height: 1;
}

.about-company-card-title {
  font-size: 11px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
}

.about-company-card-headline {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px;
  line-height: 1.25;
}

.about-company-card-desc {
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  margin: 0;
}

.about-company-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 64px;
}

.about-company-column-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.about-company-column-header h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
  color: #111;
}

.about-company-column-header a {
  font-size: 12px;
  color: #62ab59;
  text-decoration: none;
  white-space: nowrap;
}

.about-company-column-header a:hover {
  text-decoration: underline;
  color: #4a9343;
}

.about-company-feed-item {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  text-decoration: none;
  color: inherit;
}

.about-company-feed-item:hover {
  text-decoration: none;
  color: inherit;
}

.about-company-feed-item:hover .about-company-feed-body h4 {
  color: #62ab59;
}

.about-company-feed-thumb {
  width: 80px;
  height: 60px;
  flex-shrink: 0;
  background: #e9ecef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='30' viewBox='0 0 40 30'%3E%3Crect fill='%23d0d5da' width='40' height='30' rx='2'/%3E%3Ccircle fill='%23b8bec4' cx='12' cy='11' r='4'/%3E%3Cpath fill='%23b8bec4' d='M4 26l10-10 6 6 8-8 8 12z'/%3E%3C/svg%3E") center/40px no-repeat;
  border-radius: 4px;
  overflow: hidden;
}

.about-company-feed-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-company-feed-body h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #111;
  line-height: 1.35;
}

.about-company-feed-body p {
  font-size: 12px;
  line-height: 1.45;
  color: #666;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-company-feed-date {
  font-size: 11px;
  color: #999;
}

.about-company-investor-intro {
  font-size: 13px;
  line-height: 1.55;
  color: #555;
  margin: 0 0 18px;
}

.about-company-investor-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
  font-size: 14px;
}

.about-company-investor-link:hover {
  color: #62ab59;
  text-decoration: none;
}

.about-company-investor-link span:first-child {
  display: flex;
  align-items: center;
}

.about-company-investor-link i.fa:first-child {
  color: #62ab59;
  margin-right: 12px;
  width: 18px;
  text-align: center;
}

.about-company-stats-bar {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #2d5a27;
  padding: 32px 100px;
  margin-top: 0;
  margin-bottom: 0;
}

.about-company-stats-inner {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.about-company-stat {
  flex: 1 1 140px;
  text-align: center;
  color: #fff;
}

.about-company-stat i {
  color: #a8d4a4;
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
}

.about-company-stat-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  display: block;
}

.about-company-empty {
  font-size: 13px;
  color: #999;
  font-style: italic;
}

.about-article-page {
  max-width: 800px;
  margin: 40px auto 60px;
  padding: 0 24px;
}

.about-article-page h1 {
  font-size: 32px;
  margin-bottom: 8px;
}

.about-article-meta {
  color: #888;
  font-size: 14px;
  margin-bottom: 24px;
}

.about-article-thumb {
  margin-bottom: 24px;
}

.about-article-thumb img {
  max-width: 100%;
  border-radius: 6px;
}

.about-article-body {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.about-list-page {
  max-width: 900px;
  margin: 40px auto 60px;
  padding: 0 24px;
}

.about-list-page h1 {
  font-size: 28px;
  margin-bottom: 24px;
}

.about-list-item {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: inherit;
}

.about-list-item:hover {
  text-decoration: none;
  color: inherit;
}

.about-list-item h2 {
  font-size: 20px;
  margin: 0 0 8px;
}

@media (max-width: 1200px) {
  .about-company-sections {
    padding: 60px 40px 0;
  }

  .about-company-stats-bar {
    padding: 28px 40px;
  }

  .about-company-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .about-company-sections {
    padding: 48px 24px 0;
  }

  .about-company-info-grid,
  .about-company-columns {
    grid-template-columns: 1fr;
  }

  .about-company-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-company-stats-bar {
    padding: 24px;
  }

  .about-company-stats-inner {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .about-company-cards {
    grid-template-columns: 1fr;
  }
}
