.page-index-about-us-brief {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-index-about-us-brief__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-index-about-us-brief__hero-section {
  background: linear-gradient(135deg, #007bff, #28a745);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
}

.page-index-about-us-brief__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-index-about-us-brief__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  line-height: 1.8;
  color: #e0e0e0;
}

.page-index-about-us-brief__cta-button {
  display: inline-block;
  background-color: #ff8400; /* Complementary color for emphasis */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-index-about-us-brief__cta-button:hover {
  background-color: #e67600;
  transform: translateY(-2px);
}

.page-index-about-us-brief__cta-button--secondary {
  background-color: #0056b3; /* Darker shade of primary for secondary CTA */
}

.page-index-about-us-brief__cta-button--secondary:hover {
  background-color: #003f80;
}

.page-index-about-us-brief__cta-button--outline {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.page-index-about-us-brief__cta-button--outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.page-index-about-us-brief__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.page-index-about-us-brief__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #28a745;
  border-radius: 2px;
}

.page-index-about-us-brief__intro-section,
.page-index-about-us-brief__mission-vision,
.page-index-about-us-brief__our-values,
.page-index-about-us-brief__what-we-offer,
.page-index-about-us-brief__why-choose-us,
.page-index-about-us-brief__responsible-gambling,
.page-index-about-us-brief__call-to-action {
  padding: 80px 0;
}

.page-index-about-us-brief__intro-section {
  background-color: #ffffff;
}

.page-index-about-us-brief__content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.page-index-about-us-brief__content-wrapper--reversed {
  flex-direction: row-reverse;
}

.page-index-about-us-brief__text-content {
  flex: 1;
  font-size: 1.1em;
  color: #495057;
}

.page-index-about-us-brief__text-content p {
  margin-bottom: 20px;
}

.page-index-about-us-brief__text-content ul {
  list-style: none;
  padding-left: 0;
}

.page-index-about-us-brief__text-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-index-about-us-brief__text-content ul li::before {
  content: '✓';
  color: #28a745;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-index-about-us-brief__image-container {
  flex: 1;
  text-align: center;
}

.page-index-about-us-brief__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.page-index-about-us-brief__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-about-us-brief__card {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-index-about-us-brief__card:hover {
  transform: translateY(-5px);
}

.page-index-about-us-brief__card-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-index-about-us-brief__card-image {
  max-width: 150px;
  height: auto;
  margin-top: 20px;
}

.page-index-about-us-brief__our-values {
  background-color: #f1f7fe;
}

.page-index-about-us-brief__values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-index-about-us-brief__value-item {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  border-left: 5px solid #007bff;
}

.page-index-about-us-brief__value-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 10px;
}

.page-index-about-us-brief__values-image {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-index-about-us-brief__what-we-offer {
  background-color: #ffffff;
}

.page-index-about-us-brief__offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.page-index-about-us-brief__offer-item {
  text-align: center;
  padding: 30px;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.page-index-about-us-brief__offer-item:hover {
  border-color: #007bff;
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.1);
}

.page-index-about-us-brief__offer-icon {
  max-width: 80px;
  height: auto;
  margin-bottom: 20px;
}

.page-index-about-us-brief__offer-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-index-about-us-brief__cta-section {
  text-align: center;
  background-color: #e9f7ee; /* Light green background */
  padding: 50px;
  border-radius: 10px;
}

.page-index-about-us-brief__cta-text {
  font-size: 1.4em;
  color: #28a745;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-index-about-us-brief__why-choose-us {
  background-color: #f8f9fa;
}

.page-index-about-us-brief__why-choose-us h3 {
  color: #0056b3; /* Darker blue for sub-headings */
  margin-bottom: 10px;
}

.page-index-about-us-brief__responsible-gambling {
  background-color: #fff3cd; /* Light warning yellow */
  color: #856404;
}

.page-index-about-us-brief__responsible-gambling h2 {
  color: #856404;
}

.page-index-about-us-brief__responsible-gambling h3 {
  color: #856404;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-index-about-us-brief__responsible-gambling p,
.page-index-about-us-brief__responsible-gambling li {
  color: #856404;
}

.page-index-about-us-brief__responsible-gambling ul {
  list-style: disc;
  margin-left: 20px;
}

.page-index-about-us-brief__call-to-action {
  text-align: center;
  background-color: #007bff;
  color: #ffffff;
}

.page-index-about-us-brief__call-to-action .page-index-about-us-brief__section-title {
  color: #ffffff;
}

.page-index-about-us-brief__call-to-action .page-index-about-us-brief__section-title::after {
  background-color: #28a745;
}

.page-index-about-us-brief__call-to-action p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-index-about-us-brief__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-index-about-us-brief__hero-title {
    font-size: 2.5em;
  }
  .page-index-about-us-brief__hero-description {
    font-size: 1.1em;
  }
  .page-index-about-us-brief__section-title {
    font-size: 2em;
  }
  .page-index-about-us-brief__content-wrapper {
    flex-direction: column;
  }
  .page-index-about-us-brief__content-wrapper--reversed {
    flex-direction: column;
  }
  .page-index-about-us-brief__text-content, 
  .page-index-about-us-brief__image-container {
    flex: none;
    width: 100%;
  }
  .page-index-about-us-brief__values-image {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .page-index-about-us-brief__hero-section,
  .page-index-about-us-brief__intro-section,
  .page-index-about-us-brief__mission-vision,
  .page-index-about-us-brief__our-values,
  .page-index-about-us-brief__what-we-offer,
  .page-index-about-us-brief__why-choose-us,
  .page-index-about-us-brief__responsible-gambling,
  .page-index-about-us-brief__call-to-action {
    padding: 60px 0;
  }
  .page-index-about-us-brief__hero-title {
    font-size: 2em;
  }
  .page-index-about-us-brief__section-title {
    font-size: 1.8em;
  }
  .page-index-about-us-brief__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-about-us-brief__cta-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-index-about-us-brief__hero-title {
    font-size: 1.8em;
  }
  .page-index-about-us-brief__section-title {
    font-size: 1.5em;
  }
  .page-index-about-us-brief__card-title {
    font-size: 1.5em;
  }
  .page-index-about-us-brief__offer-title {
    font-size: 1.4em;
  }
  .page-index-about-us-brief__cta-text {
    font-size: 1.2em;
  }
}