.page-da-ga {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

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

.page-da-ga__hero-section {
  padding-top: 10px; /* Small top padding, not var(--header-offset) */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  background: linear-gradient(180deg, #6FA3FF 0%, #2F6BFF 100%);
  padding-bottom: 50px;
}

.page-da-ga__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-da-ga__hero-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1920px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-da-ga__hero-content {
  max-width: 900px;
  padding: 0 15px;
  color: #ffffff;
}

.page-da-ga__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.2rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

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

.page-da-ga__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.page-da-ga__btn-primary,
.page-da-ga__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.page-da-ga__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: none;
}

.page-da-ga__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

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

.page-da-ga__btn-secondary:hover {
  background: #f0f0f0;
  color: #2F6BFF;
  transform: translateY(-2px);
}

.page-da-ga__intro-section,
.page-da-ga__how-to-section,
.page-da-ga__tips-section {
  padding: 60px 0;
  background-color: #F4F7FB; /* Background */
  color: #1F2D3D; /* Text Main */
}

.page-da-ga__section-title {
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #1F2D3D; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
}

.page-da-ga__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  text-align: justify;
  color: #1F2D3D; /* Text Main */
}

.page-da-ga__features-section,
.page-da-ga__promo-section,
.page-da-ga__faq-section {
  padding: 60px 0;
}

.page-da-ga__light-bg {
  background-color: #F4F7FB; /* Background */
  color: #1F2D3D; /* Text Main */
}

.page-da-ga__dark-bg {
  background: linear-gradient(180deg, #2F6BFF 0%, #1A4DCC 100%);
  color: #ffffff;
}

.page-da-ga__section-title--light {
  color: #ffffff;
}

.page-da-ga__text-block--light {
  color: #f0f0f0;
}

.page-da-ga__features-grid,
.page-da-ga__promo-cards-grid,
.page-da-ga__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-da-ga__card {
  background-color: #FFFFFF; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1F2D3D; /* Text Main */
  border: 1px solid #D6E2FF; /* Border */
}

.page-da-ga__card--light {
  background-color: #FFFFFF; /* Card BG */
  color: #1F2D3D; /* Text Main */
}

.page-da-ga__feature-image,
.page-da-ga__promo-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  object-fit: cover;
}

.page-da-ga__feature-title,
.page-da-ga__promo-title,
.page-da-ga__tip-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-da-ga__feature-description,
.page-da-ga__promo-description,
.page-da-ga__tip-description {
  font-size: 0.95rem;
  color: #1F2D3D; /* Text Main */
  text-align: justify;
}

.page-da-ga__steps-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}