/* style/blog-how-to-get-free-spins.css */

:root {
  --primary-color: #FF8C1A;
  --secondary-color: #FFA53A;
  --background-color: #0D0E12;
  --card-bg-color: #17191F;
  --text-main-color: #FFF3E6;
  --border-color: #A84F0C;
  --glow-color: #FFB04D;
  --deep-orange-color: #D96800;
}

.page-blog-how-to-get-free-spins {
  color: var(--text-main-color); /* Light text for dark body background */
  background-color: var(--background-color);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-get-free-spins__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-get-free-spins__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-blog-how-to-get-free-spins__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Slightly darken image for text readability */
}

.page-blog-how-to-get-free-spins__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  color: #ffffff;
}

.page-blog-how-to-get-free-spins__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #ffffff;
  max-width: 100%;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
}

.page-blog-how-to-get-free-spins__lead-text {
  font-size: 1.25rem;
  margin-bottom: 30px;
  color: #f0f0f0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-get-free-spins__highlight {
  color: var(--secondary-color);
  font-weight: bold;
}

.page-blog-how-to-get-free-spins__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-how-to-get-free-spins__btn-primary,
.page-blog-how-to-get-free-spins__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-get-free-spins__btn-primary {
  background: linear-gradient(180deg, var(--secondary-color) 0%, var(--deep-orange-color) 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-how-to-get-free-spins__btn-primary:hover {
  background: linear-gradient(180deg, var(--glow-color) 0%, var(--primary-color) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 140, 26, 0.6);
}

.page-blog-how-to-get-free-spins__btn-secondary {
  background: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-blog-how-to-get-free-spins__btn-secondary:hover {
  background: var(--secondary-color);
  color: var(--background-color);
  transform: translateY(-2px);
}

.page-blog-how-to-get-free-spins__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--background-color);
  color: var(--text-main-color);
}

.page-blog-how-to-get-free-spins__article-content p {
  margin-bottom: 1em;
  font-size: 1.1rem;
}

.page-blog-how-to-get-free-spins__article-content a {
  color: var(--secondary-color);
  text-decoration: underline;
}

.page-blog-how-to-get-free-spins__article-content a:hover {
  color: var(--primary-color);
}

.page-blog-how-to-get-free-spins__section-title {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-get-free-spins__sub-title {
  font-size: 1.8rem;
  color: var(--secondary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-get-free-spins__list,
.page-blog-how-to-get-free-spins__ordered-list {
  list-style-position: inside;
  margin-bottom: 1em;
  padding-left: 20px;
}

.page-blog-how-to-get-free-spins__list li,
.page-blog-how-to-get-free-spins__ordered-list li {
  margin-bottom: 0.5em;
  font-size: 1.05rem;
}

.page-blog-how-to-get-free-spins__image-block {
  text-align: center;
  margin: 30px 0;
}

.page-blog-how-to-get-free-spins__image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  display: block;
  margin: 0 auto;
}

.page-blog-how-to-get-free-spins__image-caption {
  font-style: italic;
  color: #bbb;
  margin-top: 10px;
  font-size: 0.9rem;
}

.page-blog-how-to-get-free-spins__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-get-free-spins__game-card {
  background-color: var(--card-bg-color);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  text-align: center;
  padding-bottom: 20px;
  border: 1px solid var(--border-color);
}

.page-blog-how-to-get-free-spins__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-blog-how-to-get-free-spins__game-title {
  font-size: 1.5rem;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.page-blog-how-to-get-free-spins__game-title a {
  color: var(--secondary-color);
  text-decoration: none;
}

.page-blog-how-to-get-free-spins__game-title a:hover {
  text-decoration: underline;
}

.page-blog-how-to-get-free-spins__game-description {
  font-size: 1rem;
  color: #ccc;
  padding: 0 15px;
}

.page-blog-how-to-get-free-spins__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-get-free-spins__faq-item {
  background-color: var(--card-bg-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-get-free-spins__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--secondary-color);
  cursor: pointer;
  background-color: rgba(255, 140, 26, 0.1);
}

.page-blog-how-to-get-free-spins__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-get-free-spins__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-get-free-spins__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-how-to-get-free-spins__faq-item[open] .page-blog-how-to-get-free-spins__faq-toggle {
  content: '−';
}

.page-blog-how-to-get-free-spins__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1.05rem;
  color: var(--text-main-color);
  border-top: 1px solid var(--border-color);
}

.page-blog-how-to-get-free-spins__video-promo-section {
  background-color: var(--card-bg-color);
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--text-main-color);
  padding-top: 10px; /* Small top padding for video section */
}

.page-blog-how-to-get-free-spins__video-title {
  font-size: 2.2rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-blog-how-to-get-free-spins__video-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-get-free-spins__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px; /* Max width for video */
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.5);
  margin-top: 20px;
  box-sizing: border-box;
}

.page-blog-how-to-get-free-spins__video-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.page-blog-how-to-get-free-spins__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-get-free-spins__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-how-to-get-free-spins__section-title {
    font-size: 2rem;
  }
  .page-blog-how-to-get-free-spins__sub-title {
    font-size: 1.6rem;
  }
  .page-blog-how-to-get-free-spins__lead-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-get-free-spins {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-get-free-spins__hero-section,
  .page-blog-how-to-get-free-spins__video-promo-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }
  .page-blog-how-to-get-free-spins__content-area {
    padding: 30px 15px;
  }
  .page-blog-how-to-get-free-spins__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
  .page-blog-how-to-get-free-spins__section-title {
    font-size: 1.8rem;
  }
  .page-blog-how-to-get-free-spins__sub-title {
    font-size: 1.4rem;
  }
  .page-blog-how-to-get-free-spins__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .page-blog-how-to-get-free-spins__btn-primary,
  .page-blog-how-to-get-free-spins__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-left: auto;
    margin-right: auto;
  }
  .page-blog-how-to-get-free-spins__image-block img,
  .page-blog-how-to-get-free-spins__game-image,
  .page-blog-how-to-get-free-spins__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-how-to-get-free-spins__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden !important;
  }
  .page-blog-how-to-get-free-spins__game-card,
  .page-blog-how-to-get-free-spins__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-how-to-get-free-spins__games-grid {
    grid-template-columns: 1fr;
  }
}