.page-da-ga {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
}

.page-da-ga__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-da-ga__hero-section {
  position: relative;
  padding-top: 10px;
  background-color: #017439;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-da-ga__hero-image {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

.page-da-ga__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-da-ga__hero-content {
  padding: 40px 20px;
  max-width: 800px;
  z-index: 1;
}

.page-da-ga__main-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-da-ga__hero-description {
  font-size: 18px;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-da-ga__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-da-ga__btn-primary,
.page-da-ga__btn-secondary,
.page-da-ga__btn-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-da-ga__btn-primary {
  background-color: #C30808;
  color: #FFFF00;
  border: 2px solid #C30808;
}

.page-da-ga__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-da-ga__btn-secondary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-da-ga__btn-secondary:hover {
  background-color: #005a2e;
  border-color: #005a2e;
}

.page-da-ga__btn-link {
  background: none;
  border: 1px solid #017439;
  color: #017439;
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 5px;
}

.page-da-ga__btn-link:hover {
  background-color: #017439;
  color: #ffffff;
}

.page-da-ga__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 60px;
}

.page-da-ga__introduction-section {
  padding: 60px 0;
}

.page-da-ga__text-block {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.page-da-ga__why-choose-section {
  background-color: #017439;
  color: #ffffff;
  padding: 60px 0;
}

.page-da-ga__why-choose-section .page-da-ga__section-title {
  color: #ffffff;
}
}