.page-dagabj66live { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333333; background-color: #f8f9fa; }
.page-dagabj66live__container { max-width: 1200px; margin: 0 auto; padding: 20px 15px; box-sizing: border-box; }
.page-dagabj66live__hero-section { position: relative; text-align: center; color: #ffffff; padding-top: 10px; padding-bottom: 0; }
.page-dagabj66live__hero-image { width: 100%; height: auto; display: block; object-fit: cover; max-height: 600px; }
.page-dagabj66live__hero-content { position: relative; z-index: 1; padding: 40px 15px; background-color: rgba(0, 0, 0, 0.6); margin-top: -100px; }
.page-dagabj66live__main-title { font-size: 2.8em; margin-bottom: 15px; font-weight: 700; line-height: 1.2; letter-spacing: -0.05em; color: #ffffff; max-width: 800px; margin-left: auto; margin-right: auto; }
.page-dagabj66live__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 900px; margin-left: auto; margin-right: auto; color: #f0f0f0; }
.page-dagabj66live__hero-cta { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.page-dagabj66live__btn-primary, .page-dagabj66live__btn-secondary, .page-dagabj66live__btn-small, .page-dagabj66live__btn-text { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; box-sizing: border-box; white-space: normal; word-wrap: break-word; max-width: 100%; }
.page-dagabj66live__btn-primary { background-color: #2563eb; color: #ffffff; border: 2px solid #2563eb; }
.page-dagabj66live__btn-primary:hover { background-color: #1e40af; border-color: #1e40af; }
.page-dagabj66live__btn-secondary { background-color: transparent; color: #ffffff; border: 2px solid #ffffff; }
.page-dagabj66live__btn-secondary:hover { background-color: #ffffff; color: #2563eb; }
.page-dagabj66live__btn-small { padding: 8px 15px; font-size: 0.9em; background-color: #2563eb; color: #ffffff; border: none; border-radius: 5px; }
.page-dagabj66live__btn-small:hover { background-color: #1e40af; }
.page-dagabj66live__btn-text { color: #2563eb; text-decoration: underline; font-weight: normal; padding: 0; border: none; background: none; }
.page-dagabj66live__btn-text:hover { color: #1e40af; }
.page-dagabj66live__section-title { font-size: 2.2em; text-align: center; margin-bottom: 40px; color: #2563eb; font-weight: 700; }
.page-dagabj66live__about-section { padding: 60px 0; background-color: #ffffff; color: #333333; }
.page-dagabj66live__text-block { font-size: 1.1em; margin-bottom: 20px; text-align: justify; }
.page-dagabj66live__features-section { padding: 60px 0; background-color: #2563eb; color: #ffffff; }
.page-dagabj66live__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; text-align: center; }
.page-dagabj66live__feature-item { background-color: rgba(255, 255, 255, 0.1); padding: 30px; border-radius: 10px; transition: transform 0.3s ease; }
.page-dagabj66live__feature-item:hover { transform: translateY(-10px); }
.page-dagabj66live__feature-icon { width: 80px; height: 80px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; }
.page-dagabj66live__feature-title { font-size: 1.5em; margin-bottom: 10px; color: #ffffff; }
.page-dagabj66live__feature-description { font-size: 1em; color: #f0f0f0; }
.page-dagabj66live__games-section { padding: 60px 0; background-color: #f8f9fa; }
.page-dagabj66live__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.page-dagabj66live__game-card { background-color: #ffffff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; padding-bottom: 20px; transition: transform 0.3s ease; }
.page-dagabj66live__game-card:hover { transform: translateY(-10px); }
.page-dagabj66live__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; display: block; }
.page-dagabj66live__game-title { font-size: 1.4em; margin-bottom: 10px; color: #2563eb; }
.page-dagabj66live__game-description { font-size: 0.95em; color: #64748b; padding: 0 15px 15px; }
.page-dagabj66live__strategy-section { padding: 60px 0; background-color: #64748b; color: #ffffff; }
.page-dagabj66live__strategy-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.page-dagabj66live__strategy-item { background-color: rgba(255, 255, 255, 0.1); padding: 25px; border-radius: 8px; }
.page-dagabj66live__strategy-heading { font-size: 1.3em; margin-bottom: 10px; color: #ffffff; }
.page-dagabj66live__strategy-description { font-size: 0.95em; color: #f0f0f0; }
.page-dagabj66live__faq-section { padding: 60px 0; background-color: #ffffff; color: #333333; }
.page-dagabj66live__faq-list { max-width: 800px; margin: 0 auto; }
.page-dagabj66live__faq-item { border-bottom: 1px solid #e0e0e0; margin-bottom: 10px; }
.page-dagabj66live__faq-item:last-child { border-bottom: none; margin-bottom: 0; }
.page-dagabj66live__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; font-size: 1.1em; font-weight: bold; color: #2563eb; user-select: none; }
.page-dagabj66live__faq-question:hover { color: #1e40af; }
.page-dagabj66live__faq-qtext { pointer-events: none; }
.page-dagabj66live__faq-toggle { font-size: 1.5em; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; }
.page-dagabj66live__faq-item.active .page-dagabj66live__faq-toggle { transform: rotate(45deg); }
.page-dagabj66live__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }
.page-dagabj66live__faq-item.active .page-dagabj66live__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }
.page-dagabj66live__faq-answer p { margin: 0; font-size: 1em; color: #555555; }
.page-dagabj66live__cta-section { padding: 60px 0; background-color: #2563eb; color: #ffffff; text-align: center; }
.page-dagabj66live__cta-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 30px; flex-wrap: wrap; }

/* Common image responsive styles */
.page-dagabj66live img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Common button responsive styles */
.page-dagabj66live__btn-primary,
.page-dagabj66live__btn-secondary,
.page-dagabj66live__btn-small,
.page-dagabj66live a[class*="button"],
.page-dagabj66live a[class*="btn"] {
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-dagabj66live__hero-cta,
.page-dagabj66live__cta-buttons {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-dagabj66live__hero-section { padding-top: 10px !important; }
  .page-dagabj66live__hero-content { margin-top: -50px; padding: 20px 15px; }
  .page-dagabj66live__main-title { font-size: 2em; }
  .page-dagabj66live__hero-description { font-size: 1em; }
  .page-dagabj66live__hero-cta { flex-direction: column; gap: 10px; padding: 0 15px; }
  .page-dagabj66live__btn-primary, .page-dagabj66live__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px !important;
    margin: 0 !important;
  }
  .page-dagabj66live__section-title { font-size: 1.8em; margin-bottom: 25px; }
  .page-dagabj66live__container { padding: 15px; }
  .page-dagabj66live__features-grid, .page-dagabj66live__games-grid, .page-dagabj66live__strategy-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-dagabj66live__feature-item, .page-dagabj66live__game-card, .page-dagabj66live__strategy-item {
    padding: 20px;
  }
  .page-dagabj66live__game-image { height: 180px; }
  .page-dagabj66live__faq-question { font-size: 1em; padding: 12px 0; }
  .page-dagabj66live__faq-answer { padding: 15px 10px !important; }
  .page-dagabj66live__cta-buttons { flex-direction: column; gap: 10px; padding: 0 15px; }

  /* Universal image responsive styles for mobile */
  .page-dagabj66live img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-dagabj66live__section, .page-dagabj66live__card, .page-dagabj66live__container, .page-dagabj66live__game-card, .page-dagabj66live__feature-item, .page-dagabj66live__strategy-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Button specific mobile styles */
  .page-dagabj66live__cta-button,
  .page-dagabj66live__btn-primary,
  .page-dagabj66live__btn-secondary,
  .page-dagabj66live a[class*="button"],
  .page-dagabj66live a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .page-dagabj66live__cta-buttons,
  .page-dagabj66live__button-group,
  .page-dagabj66live__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-dagabj66live__cta-buttons { flex-direction: column !important; }

  /* List items mobile responsive styles */
  .page-dagabj66live__strategy-list, .page-dagabj66live__faq-list {
    padding: 0 15px !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-dagabj66live__strategy-item, .page-dagabj66live__faq-item {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
}