/* style/lottery-games-ssc.css */
.page-lottery-games-ssc {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-lottery-games-ssc .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Hero Section */
.page-lottery-games-ssc .hero-section {
  background: linear-gradient(135deg, #003366, #FFCC00);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-lottery-games-ssc .hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.3;
  animation: rotateGradient 15s linear infinite;
}

@keyframes rotateGradient {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.page-lottery-games-ssc .hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #FFCC00; /* Vàng làm nổi bật */
}

.page-lottery-games-ssc .hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-lottery-games-ssc .hero-actions .btn {
  margin: 10px;
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
}

.page-lottery-games-ssc .btn-primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-lottery-games-ssc .btn-primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  transform: translateY(-3px);
}

.page-lottery-games-ssc .btn-secondary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-lottery-games-ssc .btn-secondary:hover {
  background-color: #FFCC00;
  color: #003366;
  transform: translateY(-3px);
}

/* General Section Styling */
.page-lottery-games-ssc section {
  padding: 60px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.page-lottery-games-ssc section:nth-child(even) {
  background-color: #f0f5fa; /* Màu nền nhẹ hơn cho các phần chẵn */
}

.page-lottery-games-ssc .section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

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

.page-lottery-games-ssc p {
  font-size: 1.1em;
  color: #555;
  margin-bottom: 15px;
  text-align: justify;
}

.page-lottery-games-ssc strong {
  color: #003366;
}

.page-lottery-games-ssc .section-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Why GEMWIN Section */
.page-lottery-games-ssc .why-gemwin-section {
  background-color: #003366;
  color: #e0e0e0;
}

.page-lottery-games-ssc .why-gemwin-section .section-title {
  color: #FFCC00;
}

.page-lottery-games-ssc .why-gemwin-section .section-title::after {
  background-color: #ffffff;
}

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

.page-lottery-games-ssc .feature-item {
  text-align: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-lottery-games-ssc .feature-item:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.15);
}

.page-lottery-games-ssc .feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 204, 0, 0.5));
}

.page-lottery-games-ssc .feature-item h3 {
  color: #FFCC00;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.page-lottery-games-ssc .feature-item p {
  color: #cccccc;
  font-size: 1em;
}

.page-lottery-games-ssc .text-center {
  text-align: center;
  margin-top: 50px;
}

.page-lottery-games-ssc .btn-large {
  padding: 18px 35px;
  font-size: 1.2em;
}

/* How to Play Section */
.page-lottery-games-ssc .how-to-play-section ol {
  list-style: none;
  counter-reset: step-counter;
  padding: 0;
}

.page-lottery-games-ssc .how-to-play-section li {
  background-color: #fefefe;
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: relative;
  padding-left: 80px;
}

.page-lottery-games-ssc .how-to-play-section li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  position: absolute;
  left: 20px;
  top: 30px;
  background-color: #FFCC00;
  color: #003366;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-ssc .how-to-play-section li h4 {
  font-size: 1.4em;
  color: #003366;
  margin-bottom: 10px;
}

.page-lottery-games-ssc .how-to-play-section .btn-link {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #FFCC00;
  padding-bottom: 3px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.page-lottery-games-ssc .how-to-play-section .btn-link:hover {
  color: #FFCC00;
  border-color: #003366;
}

/* Betting Types Section */
.page-lottery-games-ssc .bet-types-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.page-lottery-games-ssc .bet-types-list li {
  background-color: #fefefe;
  padding: 25px;
  border-left: 5px solid #003366;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-lottery-games-ssc .bet-types-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-lottery-games-ssc .bet-types-list li h4 {
  color: #003366;
  font-size: 1.3em;
  margin-bottom: 10px;
}

/* Strategy Section */
.page-lottery-games-ssc .strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-lottery-games-ssc .strategy-item {
  background-color: #fefefe;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  transition: transform 0.3s ease;
  border-top: 4px solid #FFCC00;
}

.page-lottery-games-ssc .strategy-item:hover {
  transform: translateY(-5px);
}

.page-lottery-games-ssc .strategy-item h4 {
  color: #003366;
  font-size: 1.3em;
  margin-bottom: 10px;
}

/* Promotions Section */
.page-lottery-games-ssc .promotions-section {
  background-color: #003366;
  color: #e0e0e0;
}

.page-lottery-games-ssc .promotions-section .section-title {
  color: #FFCC00;
}

.page-lottery-games-ssc .promotions-section .section-title::after {
  background-color: #ffffff;
}

.page-lottery-games-ssc .promo-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-lottery-games-ssc .promo-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  font-size: 1.1em;
  line-height: 1.8;
  color: #cccccc;
}

.page-lottery-games-ssc .promo-list li strong {
  color: #FFCC00;
  margin-right: 10px;
  flex-shrink: 0;
}

.page-lottery-games-ssc .promo-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  filter: drop-shadow(0 0 5px rgba(255, 204, 0, 0.5));
  flex-shrink: 0;
}

/* Security Section */
.page-lottery-games-ssc .security-features {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.page-lottery-games-ssc .security-features li {
  background-color: #fefefe;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  font-size: 1.1em;
  color: #444;
}

.page-lottery-games-ssc .security-icon {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  filter: drop-shadow(0 0 3px rgba(0, 51, 102, 0.3));
}

/* FAQ Section */
.page-lottery-games-ssc .faq-accordion {
  margin-top: 40px;
}

.page-lottery-games-ssc .accordion-item {
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-lottery-games-ssc .accordion-header {
  width: 100%;
  background-color: #003366;
  color: #ffffff;
  padding: 20px 25px;
  text-align: left;
  font-size: 1.25em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-lottery-games-ssc .accordion-header::after {
  content: '+';
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-lottery-games-ssc .accordion-header.active {
  background-color: #002244;
}

.page-lottery-games-ssc .accordion-header.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-lottery-games-ssc .accordion-content {
  padding: 0 25px;
  background-color: #f9f9f9;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-lottery-games-ssc .accordion-content.active {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-lottery-games-ssc .accordion-content p {
  margin-bottom: 10px;
  color: #555;
}

/* Call to Action Section */
.page-lottery-games-ssc .cta-section {
  background: linear-gradient(135deg, #003366, #002244);
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-lottery-games-ssc .cta-title {
  font-size: 3em;
  color: #FFCC00;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-lottery-games-ssc .cta-description {
  font-size: 1.3em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.page-lottery-games-ssc .btn-cta {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
  padding: 18px 40px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  transition: all 0.3s ease;
}

.page-lottery-games-ssc .btn-cta:hover {
  background-color: #e6b800;
  border-color: #e6b800;
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 5px 15px rgba(255, 204, 0, 0.4);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-lottery-games-ssc .hero-title {
    font-size: 2.8em;
  }
  .page-lottery-games-ssc .hero-subtitle {
    font-size: 1.3em;
  }
  .page-lottery-games-ssc .section-title {
    font-size: 2em;
  }
  .page-lottery-games-ssc .features-grid, .page-lottery-games-ssc .bet-types-list, .page-lottery-games-ssc .strategy-grid, .page-lottery-games-ssc .security-features {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .page-lottery-games-ssc .cta-title {
    font-size: 2.5em;
  }
  .page-lottery-games-ssc .cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-lottery-games-ssc .hero-title {
    font-size: 2.2em;
  }
  .page-lottery-games-ssc .hero-subtitle {
    font-size: 1.1em;
  }
  .page-lottery-games-ssc .hero-actions .btn {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-lottery-games-ssc .section-title {
    font-size: 1.8em;
  }
  .page-lottery-games-ssc p, .page-lottery-games-ssc .promo-list li, .page-lottery-games-ssc .security-features li {
    font-size: 1em;
  }
  .page-lottery-games-ssc .how-to-play-section li {
    padding-left: 60px;
  }
  .page-lottery-games-ssc .how-to-play-section li::before {
    width: 35px;
    height: 35px;
    font-size: 1.3em;
    left: 15px;
    top: 25px;
  }
  .page-lottery-games-ssc .accordion-header {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-lottery-games-ssc .accordion-content {
    padding: 15px 20px;
  }
  .page-lottery-games-ssc .cta-title {
    font-size: 2em;
  }
  .page-lottery-games-ssc .cta-description {
    font-size: 1em;
  }
  .page-lottery-games-ssc .btn-cta {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-lottery-games-ssc .hero-title {
    font-size: 1.8em;
  }
  .page-lottery-games-ssc .hero-subtitle {
    font-size: 0.9em;
  }
  .page-lottery-games-ssc .hero-actions .btn {
    display: block;
    margin: 10px auto;
  }
  .page-lottery-games-ssc .section-title {
    font-size: 1.5em;
  }
  .page-lottery-games-ssc .features-grid, .page-lottery-games-ssc .bet-types-list, .page-lottery-games-ssc .strategy-grid, .page-lottery-games-ssc .security-features {
    grid-template-columns: 1fr;
  }
  .page-lottery-games-ssc .how-to-play-section li {
    padding-left: 50px;
    padding: 20px;
  }
  .page-lottery-games-ssc .how-to-play-section li::before {
    left: 10px;
    top: 20px;
    width: 30px;
    height: 30px;
    font-size: 1.1em;
  }
  .page-lottery-games-ssc .cta-title {
    font-size: 1.8em;
  }
  .page-lottery-games-ssc .cta-description {
    font-size: 0.9em;
  }
  .page-lottery-games-ssc .btn-cta {
    padding: 12px 25px;
    font-size: 1em;
  }
}