/* style/index-registration-bonus-188k.css */
:root {
  --primary-color: #0A2463;
  --secondary-color: #E0B048;
  --text-dark: #333333;
  --text-light: #ffffff;
  --bg-light: #f4f7f6;
  --bg-dark: #071a47;
  --border-color: #e0e0e0;
}

.page-index-registration-bonus-188k {
  font-family: 'Arial', sans-serif;
  color: var(--text-dark);
  line-height: 1.6;
  background-color: var(--bg-light);
}

.page-index-registration-bonus-188k-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-index-registration-bonus-188k-hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.page-index-registration-bonus-188k-hero-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-index-registration-bonus-188k-hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-index-registration-bonus-188k-hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-registration-bonus-188k-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-index-registration-bonus-188k-hero-content h1 {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: var(--secondary-color);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-registration-bonus-188k-hero-content p {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-index-registration-bonus-188k-cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-registration-bonus-188k-cta-button:hover {
  background: #f0c268;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-index-registration-bonus-188k-intro-section,
.page-index-registration-bonus-188k-quick-access-section,
.page-index-registration-bonus-188k-games-section,
.page-index-registration-bonus-188k-promotions-section,
.page-index-registration-bonus-188k-security-support-section,
.page-index-registration-bonus-188k-faq-section,
.page-index-registration-bonus-188k-blog-section {
  padding: 60px 0;
  text-align: center;
}

.page-index-registration-bonus-188k-intro-section {
  background-color: var(--bg-light);
}

.page-index-registration-bonus-188k-intro-section h2,
.page-index-registration-bonus-188k-quick-access-section h2,
.page-index-registration-bonus-188k-games-section h2,
.page-index-registration-bonus-188k-promotions-section h2,
.page-index-registration-bonus-188k-security-support-section h2,
.page-index-registration-bonus-188k-faq-section h2,
.page-index-registration-bonus-188k-blog-section h2 {
  font-size: 2.5em;
  color: var(--primary-color);
  margin-bottom: 25px;
}

.page-index-registration-bonus-188k-intro-section p,
.page-index-registration-bonus-188k-quick-access-section p,
.page-index-registration-bonus-188k-games-section p,
.page-index-registration-bonus-188k-promotions-section p,
.page-index-registration-bonus-188k-security-support-section p,
.page-index-registration-bonus-188k-blog-section p {
  font-size: 1.1em;
  color: var(--text-dark);
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-index-registration-bonus-188k-img-fullwidth {
  width: 100%;
  max-width: 1000px;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-index-registration-bonus-188k-link-grid,
.page-index-registration-bonus-188k-game-grid,
.page-index-registration-bonus-188k-promo-grid,
.page-index-registration-bonus-188k-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-index-registration-bonus-188k-quick-link-card,
.page-index-registration-bonus-188k-game-card,
.page-index-registration-bonus-188k-promo-card,
.page-index-registration-bonus-188k-blog-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  color: var(--text-dark);
}

.page-index-registration-bonus-188k-quick-link-card:hover,
.page-index-registration-bonus-188k-game-card:hover,
.page-index-registration-bonus-188k-promo-card:hover,
.page-index-registration-bonus-188k-blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-index-registration-bonus-188k-quick-link-card h3,
.page-index-registration-bonus-188k-game-card h3,
.page-index-registration-bonus-188k-promo-card h3,
.page-index-registration-bonus-188k-blog-card h3 {
  font-size: 1.5em;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-index-registration-bonus-188k-quick-link-card p,
.page-index-registration-bonus-188k-game-card p,
.page-index-registration-bonus-188k-promo-card p,
.page-index-registration-bonus-188k-blog-card p {
  font-size: 1em;
  color: var(--text-dark);
  flex-grow: 1;
}

.page-index-registration-bonus-188k-game-card img,
.page-index-registration-bonus-188k-promo-card img,
.page-index-registration-bonus-188k-blog-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-index-registration-bonus-188k-button {
  display: inline-block;
  padding: 10px 25px;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-index-registration-bonus-188k-button:hover {
  background: #f0c268;
  transform: translateY(-2px);
}

.page-index-registration-bonus-188k-security-support-section {
  background-color: var(--bg-dark);
  color: var(--text-light);
}

.page-index-registration-bonus-188k-security-support-section h2 {
  color: var(--secondary-color);
}

.page-index-registration-bonus-188k-security-support-section p {
  color: #e0e0e0;
}

.page-index-registration-bonus-188k-grid-2-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-index-registration-bonus-188k-info-block {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-index-registration-bonus-188k-info-block h3 {
  color: var(--secondary-color);
  margin-bottom: 15px;
  font-size: 1.4em;
}

.page-index-registration-bonus-188k-info-block p {
  color: #c0c0c0;
  margin-bottom: 0;
}

.page-index-registration-bonus-188k-faq-section {
  background-color: var(--bg-light);
}

.page-index-registration-bonus-188k-faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f5f5f5;
}

.faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: var(--primary-color);
}

.faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--secondary-color);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
  color: var(--primary-color);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 25px;
  background: #f9f9f9;
  color: var(--text-dark);
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding: 15px 25px;
  border-top: 1px solid var(--border-color);
}

.page-index-registration-bonus-188k-blog-section {
  background-color: #ffffff;
}

.page-index-registration-bonus-188k-blog-card {
  text-align: left;
  padding: 0;
}

.page-index-registration-bonus-188k-blog-card img {
  border-radius: 8px 8px 0 0;
  height: 220px;
}

.page-index-registration-bonus-188k-blog-card h3 {
  padding: 15px 20px 0;
  font-size: 1.3em;
}

.page-index-registration-bonus-188k-blog-card p {
  padding: 0 20px;
  margin-bottom: 15px;
  text-align: left;
  color: var(--text-dark);
}

.page-index-registration-bonus-188k-read-more {
  display: block;
  padding: 10px 20px 20px;
  color: var(--secondary-color);
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-index-registration-bonus-188k-read-more:hover {
  color: var(--primary-color);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-registration-bonus-188k-hero-content h1 {
    font-size: 2.8em;
  }
  .page-index-registration-bonus-188k-hero-content p {
    font-size: 1.1em;
  }
  .page-index-registration-bonus-188k-intro-section h2,
  .page-index-registration-bonus-188k-quick-access-section h2,
  .page-index-registration-bonus-188k-games-section h2,
  .page-index-registration-bonus-188k-promotions-section h2,
  .page-index-registration-bonus-188k-security-support-section h2,
  .page-index-registration-bonus-188k-faq-section h2,
  .page-index-registration-bonus-188k-blog-section h2 {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-index-registration-bonus-188k-hero-section {
    padding: 40px 15px;
  }
  .page-index-registration-bonus-188k-hero-image img {
    border-radius: 4px;
  }
  .page-index-registration-bonus-188k-hero-content h1 {
    font-size: 2.2em;
  }
  .page-index-registration-bonus-188k-hero-content p {
    font-size: 1em;
  }
  .page-index-registration-bonus-188k-cta-button {
    padding: 12px 30px;
    font-size: 1em;
  }
  .page-index-registration-bonus-188k-intro-section,
  .page-index-registration-bonus-188k-quick-access-section,
  .page-index-registration-bonus-188k-games-section,
  .page-index-registration-bonus-188k-promotions-section,
  .page-index-registration-bonus-188k-security-support-section,
  .page-index-registration-bonus-188k-faq-section,
  .page-index-registration-bonus-188k-blog-section {
    padding: 40px 0;
  }
  .page-index-registration-bonus-188k-intro-section h2,
  .page-index-registration-bonus-188k-quick-access-section h2,
  .page-index-registration-bonus-188k-games-section h2,
  .page-index-registration-bonus-188k-promotions-section h2,
  .page-index-registration-bonus-188k-security-support-section h2,
  .page-index-registration-bonus-188k-faq-section h2,
  .page-index-registration-bonus-188k-blog-section h2 {
    font-size: 1.8em;
  }
  .page-index-registration-bonus-188k-link-grid,
  .page-index-registration-bonus-188k-game-grid,
  .page-index-registration-bonus-188k-promo-grid,
  .page-index-registration-bonus-188k-blog-grid,
  .page-index-registration-bonus-188k-grid-2-col {
    grid-template-columns: 1fr;
  }
  .faq-question {
    padding: 15px 20px;
  }
  .faq-question h3 {
    font-size: 1.1em;
  }
  .faq-answer {
    padding: 0 20px;
  }
  .faq-item.active .faq-answer {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .page-index-registration-bonus-188k-hero-content h1 {
    font-size: 1.8em;
  }
  .page-index-registration-bonus-188k-intro-section h2,
  .page-index-registration-bonus-188k-quick-access-section h2,
  .page-index-registration-bonus-188k-games-section h2,
  .page-index-registration-bonus-188k-promotions-section h2,
  .page-index-registration-bonus-188k-security-support-section h2,
  .page-index-registration-bonus-188k-faq-section h2,
  .page-index-registration-bonus-188k-blog-section h2 {
    font-size: 1.5em;
  }
  .page-index-registration-bonus-188k-quick-link-card h3,
  .page-index-registration-bonus-188k-game-card h3,
  .page-index-registration-bonus-188k-promo-card h3,
  .page-index-registration-bonus-188k-blog-card h3 {
    font-size: 1.3em;
  }
  .page-index-registration-bonus-188k-info-block h3 {
    font-size: 1.2em;
  }
}