/* style/index-brand-advantages.css */
.page-index-brand-advantages {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--primary-color, #0A1931); /* Inherit from shared, fallback to primary */
}

.page-index-brand-advantages__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-index-brand-advantages__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #FFD700; /* Gold for titles */
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.page-index-brand-advantages__main-title {
  font-size: 48px;
  font-weight: 700;
  color: #FFD700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-index-brand-advantages__description {
  font-size: 20px;
  color: #f0f0f0;
  text-align: center;
  margin-bottom: 40px;
}

.page-index-brand-advantages__text-block {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.page-index-brand-advantages__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}