/* style/blog-spinplus-innovative-tech.css */
.page-blog-spinplus-innovative-tech {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Main text color for dark background */
  background-color: #0A0A0A; /* Page background */
}

.page-blog-spinplus-innovative-tech__hero-section {
  padding-top: var(--header-offset, 120px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #0A0A0A;
  overflow: hidden;
  padding-bottom: 40px;
}

.page-blog-spinplus-innovative-tech__hero-image-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.page-blog-spinplus-innovative-tech__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-spinplus-innovative-tech__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-spinplus-innovative-tech__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  color: #F2C14E;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-spinplus-innovative-tech__hero-description {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #FFF6D6;
  margin-bottom: 30px;
}

.page-blog-spinplus-innovative-tech__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-spinplus-innovative-tech__section {
  padding: 60px 0;
}

.page-blog-spinplus-innovative-tech__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-spinplus-innovative-tech__light-bg {
  background-color: #0A0A0A; /* Still dark background, but for contrast with card backgrounds */
  color: #FFF6D6;
}

.page-blog-spinplus-innovative-tech__dark-section {
  background-color: #111111; /* Card BG color for section background */
  color: #FFF6D6;
}

.page-blog-spinplus-innovative-tech__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #F2C14E;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-spinplus-innovative-tech__sub-title {
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  color: #FFD36B;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-spinplus-innovative-tech__text-block {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: #FFF6D6;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-spinplus-innovative-tech__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-spinplus-innovative-tech__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-spinplus-innovative-tech__grid-item {
  text-align: center;
}

.page-blog-spinplus-innovative-tech__card {
  background-color: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  color: #FFF6D6;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  height: 100%;
  box-sizing: border-box;
}

.page-blog-spinplus-innovative-tech__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-spinplus-innovative-tech__card-title {
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  color: #F2C14E;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-spinplus-innovative-tech__card-text {
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  color: #FFF6D6;
  text-align: justify;
}

.page-blog-spinplus-innovative-tech__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-spinplus-innovative-tech__game-card {
  text-align: center;
  padding: 20px;
}

.page-blog-spinplus-innovative-tech__game-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-blog-spinplus-innovative-tech__game-title {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: #F2C14E;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-spinplus-innovative-tech__game-title a {
  color: #F2C14E;
  text-decoration: none;
}

.page-blog-spinplus-innovative-tech__game-title a:hover {
  text-decoration: underline;
}

.page-blog-spinplus-innovative-tech__game-description {
  font-size: clamp(0.85rem, 1.5vw, 0.95rem);
  color: #FFF6D6;
  text-align: justify;
}

.page-blog-spinplus-innovative-tech__flex-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-blog-spinplus-innovative-tech__flex-row:nth-of-type(even) {
  flex-direction: row-reverse;
}

.page-blog-spinplus-innovative-tech__text-content {
  flex: 1;
  min-width: 300px;
}

.page-blog-spinplus-innovative-tech__image-column {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-blog-spinplus-innovative-tech__responsive-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.page-blog-spinplus-innovative-tech__btn-primary,
.page-blog-spinplus-innovative-tech__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
}

.page-blog-spinplus-innovative-tech__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text for bright button */
  border: none;
}

.page-blog-spinplus-innovative-tech__btn-primary:hover {
  background: linear-gradient(180deg, #DDA11D 0%, #FFD86A 100%);
  box-shadow: 0 0 15px #FFD36B; /* Glow */
}

.page-blog-spinplus-innovative-tech__btn-secondary {
  background: transparent;
  color: #F2C14E;
  border: 2px solid #F2C14E;
}

.page-blog-spinplus-innovative-tech__btn-secondary:hover {
  background-color: #F2C14E;
  color: #111111;
}

.page-blog-spinplus-innovative-tech__button-group {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-blog-spinplus-innovative-tech__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-spinplus-innovative-tech__promo-card {
  text-align: center;
  padding: 25px;
}

.page-blog-spinplus-innovative-tech__promo-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-blog-spinplus-innovative-tech__promo-title {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: #FFD36B;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-spinplus-innovative-tech__promo-text {
  font-size: clamp(0.9rem, 1.6vw, 1rem);
  color: #FFF6D6;
  text-align: justify;
}

.page-blog-spinplus-innovative-tech__final-cta {
  text-align: center;
  margin-top: 60px;
}

.page-blog-spinplus-innovative-tech__btn-large {
  padding: 15px 40px;
  font-size: clamp(1.1rem, 2vw, 1.3rem);
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
  .page-blog-spinplus-innovative-tech__hero-section {
    padding-top: var(--header-offset, 100px) !important;
    padding-bottom: 30px;
  }

  .page-blog-spinplus-innovative-tech__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-spinplus-innovative-tech__hero-description {
    font-size: clamp(1rem, 4vw, 1.1rem);
  }

  .page-blog-spinplus-innovative-tech__hero-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-blog-spinplus-innovative-tech__btn-primary,
  .page-blog-spinplus-innovative-tech__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-spinplus-innovative-tech__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 30px;
  }

  .page-blog-spinplus-innovative-tech__sub-title {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }

  .page-blog-spinplus-innovative-tech__text-block,
  .page-blog-spinplus-innovative-tech__card-text,
  .page-blog-spinplus-innovative-tech__game-description,
  .page-blog-spinplus-innovative-tech__promo-text {
    font-size: 1rem;
  }

  .page-blog-spinplus-innovative-tech__grid,
  .page-blog-spinplus-innovative-tech__game-grid,
  .page-blog-spinplus-innovative-tech__promo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-spinplus-innovative-tech__flex-row {
    flex-direction: column;
    gap: 30px;
  }

  .page-blog-spinplus-innovative-tech__flex-row:nth-of-type(even) {
    flex-direction: column;
  }

  .page-blog-spinplus-innovative-tech__container,
  .page-blog-spinplus-innovative-tech__content-area {
    padding: 0 15px;
  }

  .page-blog-spinplus-innovative-tech img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-spinplus-innovative-tech__section,
  .page-blog-spinplus-innovative-tech__card,
  .page-blog-spinplus-innovative-tech__container,
  .page-blog-spinplus-innovative-tech__button-group {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-spinplus-innovative-tech__button-group {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }
}