/* style/lottery-78bet-k3.css */
.page-lottery-78bet-k3 {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-lottery-78bet-k3__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-lottery-78bet-k3__hero {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #ffffff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-lottery-78bet-k3__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:lottery,abstract_pattern,geometric]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-lottery-78bet-k3__hero-content {
  position: relative;
  z-index: 1;
}

.page-lottery-78bet-k3__title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-lottery-78bet-k3__subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0e0e0;
}

.page-lottery-78bet-k3__section {
  padding: 80px 0;
}

.page-lottery-78bet-k3__section:nth-of-type(even) {
  background-color: #e9ecef;
}

.page-lottery-78bet-k3__section-title {
  font-size: 2.8em;
  color: #007bff;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-lottery-78bet-k3__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-lottery-78bet-k3__section-description {
  font-size: 1.1em;
  text-align: center;
  color: #555;
  margin-bottom: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-lottery-78bet-k3__grid {
  display: grid;
  gap: 40px;
  align-items: center;
}

.page-lottery-78bet-k3__grid--2-col {
  grid-template-columns: 1fr 1fr;
}

.page-lottery-78bet-k3__grid--2-col-reverse {
  grid-template-columns: 1fr 1fr;
  direction: rtl; /* For image on left, text on right */
}

.page-lottery-78bet-k3__grid--2-col-reverse > * {
  direction: ltr; /* Reset direction for children */
}

.page-lottery-78bet-k3__text-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-lottery-78bet-k3__image-wrapper {
  text-align: center;
}

.page-lottery-78bet-k3__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-lottery-78bet-k3__sub-title {
  font-size: 2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
}

.page-lottery-78bet-k3__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-lottery-78bet-k3__list li {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  font-size: 1.1em;
  color: #333;
}

.page-lottery-78bet-k3__list li::before {
  content: '✔️';
  margin-right: 15px;
  color: #ffc107;
  font-weight: bold;
  font-size: 1.2em;
}

.page-lottery-78bet-k3__list--ordered {
  list-style: decimal;
  padding-left: 25px;
}

.page-lottery-78bet-k3__list--ordered li {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  font-size: 1.1em;
  color: #333;
}

.page-lottery-78bet-k3__list--ordered li::before {
  content: none;
}

.page-lottery-78bet-k3__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-lottery-78bet-k3__btn--primary {
  background-color: #ffc107;
  color: #0056b3;
  border: 2px solid #ffc107;
}

.page-lottery-78bet-k3__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-3px);
}

.page-lottery-78bet-k3__btn--secondary {
  background-color: transparent;
  color: #007bff;
  border: 2px solid #007bff;
}

.page-lottery-78bet-k3__btn--secondary:hover {
  background-color: #007bff;
  color: #ffffff;
  transform: translateY(-3px);
}

.page-lottery-78bet-k3__link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-lottery-78bet-k3__link:hover {
  text-decoration: underline;
  color: #0056b3;
}

.page-lottery-78bet-k3__cta-box {
  background-color: #007bff;
  color: #ffffff;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-lottery-78bet-k3__cta-box p {
  font-size: 1.3em;
  margin-bottom: 25px;
  color: #e0e0e0;
}

.page-lottery-78bet-k3__highlight {
  color: #ffc107;
  font-weight: bold;
}

.page-lottery-78bet-k3__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-lottery-78bet-k3__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-lottery-78bet-k3__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.page-lottery-78bet-k3__feature-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 123, 255, 0.3));
}

.page-lottery-78bet-k3__feature-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-lottery-78bet-k3__feature-item p {
  color: #555;
  font-size: 1em;
}

.page-lottery-78bet-k3__faq-item {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.page-lottery-78bet-k3__faq-question {
  font-size: 1.4em;
  color: #007bff;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-lottery-78bet-k3__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  color: #ffc107;
  transition: transform 0.3s ease;
}

.page-lottery-78bet-k3__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-lottery-78bet-k3__faq-answer {
  font-size: 1.1em;
  color: #555;
  display: none;
  padding-top: 10px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.page-lottery-78bet-k3__faq-answer.active {
  display: block;
}

.page-lottery-78bet-k3__cta-bottom {
  background: linear-gradient(45deg, #007bff, #0056b3);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-lottery-78bet-k3__cta-bottom .page-lottery-78bet-k3__section-title {
  color: #ffffff;
}

.page-lottery-78bet-k3__cta-bottom .page-lottery-78bet-k3__section-title::after {
  background-color: #ffc107;
}

.page-lottery-78bet-k3__cta-bottom .page-lottery-78bet-k3__section-description {
  color: #e0e0e0;
}

.page-lottery-78bet-k3__cta-bottom .page-lottery-78bet-k3__btn--primary {
  background-color: #ffc107;
  color: #0056b3;
  border-color: #ffc107;
}

.page-lottery-78bet-k3__cta-bottom .page-lottery-78bet-k3__btn--primary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
}

.page-lottery-78bet-k3__cta-bottom .page-lottery-78bet-k3__btn--secondary {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.page-lottery-78bet-k3__cta-bottom .page-lottery-78bet-k3__btn--secondary:hover {
  background-color: #ffffff;
  color: #007bff;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-lottery-78bet-k3__grid--2-col,
  .page-lottery-78bet-k3__grid--2-col-reverse {
    grid-template-columns: 1fr;
  }
  .page-lottery-78bet-k3__grid--2-col-reverse > * {
    direction: ltr;
  }
  .page-lottery-78bet-k3__image-wrapper {
    order: -1; /* Image appears above text on small screens */
    margin-bottom: 30px;
  }
  .page-lottery-78bet-k3__title {
    font-size: 2.8em;
  }
  .page-lottery-78bet-k3__subtitle {
    font-size: 1.2em;
  }
  .page-lottery-78bet-k3__section-title {
    font-size: 2.2em;
  }
  .page-lottery-78bet-k3__sub-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-lottery-78bet-k3__hero {
    padding: 80px 0;
  }
  .page-lottery-78bet-k3__section {
    padding: 60px 0;
  }
  .page-lottery-78bet-k3__title {
    font-size: 2.2em;
  }
  .page-lottery-78bet-k3__subtitle {
    font-size: 1em;
  }
  .page-lottery-78bet-k3__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-lottery-78bet-k3__features-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-lottery-78bet-k3__hero {
    padding: 60px 0;
  }
  .page-lottery-78bet-k3__section {
    padding: 40px 0;
  }
  .page-lottery-78bet-k3__title {
    font-size: 1.8em;
  }
  .page-lottery-78bet-k3__subtitle {
    font-size: 0.9em;
  }
  .page-lottery-78bet-k3__btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  .page-lottery-78bet-k3__section-title {
    font-size: 1.8em;
  }
  .page-lottery-78bet-k3__sub-title {
    font-size: 1.4em;
  }
  .page-lottery-78bet-k3__list li,
  .page-lottery-78bet-k3__list--ordered li,
  .page-lottery-78bet-k3__text-content p {
    font-size: 0.95em;
  }
  .page-lottery-78bet-k3__faq-question {
    font-size: 1.2em;
  }
  .page-lottery-78bet-k3__faq-answer {
    font-size: 1em;
  }
  .page-lottery-78bet-k3__cta-box p {
    font-size: 1.1em;
  }
}