.page-blog-uwin-official-website-deep-dive {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-uwin-official-website-deep-dive__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-uwin-official-website-deep-dive__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
  background-color: #08160F;
}

.page-blog-uwin-official-website-deep-dive__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height of hero image */
  overflow: hidden;
}

.page-blog-uwin-official-website-deep-dive__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-uwin-official-website-deep-dive__hero-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin-top: 30px;
  padding: 0 15px;
}

.page-blog-uwin-official-website-deep-dive__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-uwin-official-website-deep-dive__hero-description {
  font-size: 1.2rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-uwin-official-website-deep-dive__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-uwin-official-website-deep-dive__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
}

.page-blog-uwin-official-website-deep-dive__section {
  padding: 60px 0;
  background-color: #08160F;
}

.page-blog-uwin-official-website-deep-dive__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-uwin-official-website-deep-dive__text-block {
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-uwin-official-website-deep-dive__game-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-uwin-official-website-deep-dive__card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-uwin-official-website-deep-dive__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(42, 209, 111, 0.6);
}

.page-blog-uwin-official-website-deep-dive__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 1px solid #2E7A4E;
}

.page-blog-uwin-official-website-deep-dive__card-title {
  font-size: 1.5rem;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-uwin-official-website-deep-dive__card-description {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-uwin-official-website-deep-dive__card-link {
  display: inline-block;
  color: #2AD16F;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-blog-uwin-official-website-deep-dive__card-link:hover {
  color: #F2C14E;
}

.page-blog-uwin-official-website-deep-dive__promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-uwin-official-website-deep-dive__promotion-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-uwin-official-website-deep-dive__promotion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(42, 209, 111, 0.5);
}

.page-blog-uwin-official-website-deep-dive__promotion-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.page-blog-uwin-official-website-deep-dive__promotion-title {
  font-size: 1.4rem;
  color: #F2C14E; /* Gold */
  padding: 15px 20px 10px;
  font-weight: 600;
}

.page-blog-uwin-official-website-deep-dive__promotion-description {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  padding: 0 20px 20px;
}

.page-blog-uwin-official-website-deep-dive__cta-group {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-uwin-official-website-deep-dive__btn-secondary {
  display: inline-block;
  background-color: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-uwin-official-website-deep-dive__btn-secondary:hover {
  background-color: #2AD16F;
  color: #08160F;
}

.page-blog-uwin-official-website-deep-dive__security-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.page-blog-uwin-official-website-deep-dive__security-image {
  flex: 1 1 400px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #2E7A4E;
}

.page-blog-uwin-official-website-deep-dive__security-text {
  flex: 1 1 400px;
}

.page-blog-uwin-official-website-deep-dive__security-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-blog-uwin-official-website-deep-dive__security-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%232AD16F" d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
}

.page-blog-uwin-official-website-deep-dive__security-list li strong {
  color: #F2C14E; /* Gold */
}

.page-blog-uwin-official-website-deep-dive__features-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-blog-uwin-official-website-deep-dive__features-list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%232AD16F" d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
}

.page-blog-uwin-official-website-deep-dive__features-list li strong {
  color: #F2C14E; /* Gold */
}

.page-blog-uwin-official-website-deep-dive__steps-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  counter-reset: step-counter;
}

.page-blog-uwin-official-website-deep-dive__steps-list li {
  counter-increment: step-counter;
  margin-bottom: 25px;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
  position: relative;
  padding-left: 50px;
}

.page-blog-uwin-official-website-deep-dive__steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2AD16F;
  color: #08160F;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  border: 2px solid #F2C14E;
}

.page-blog-uwin-official-website-deep-dive__steps-list li strong {
  color: #F2C14E; /* Gold */
}

.page-blog-uwin-official-website-deep-dive__faq-list {
  margin-top: 40px;
}

.page-blog-uwin-official-website-deep-dive__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-uwin-official-website-deep-dive__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #F2C14E; /* Gold */
  font-weight: 600;
  list-style: none; /* For details/summary */
}

.page-blog-uwin-official-website-deep-dive__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-uwin-official-website-deep-dive__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2AD16F;
}

.page-blog-uwin-official-website-deep-dive__faq-answer {
  padding: 0 25px 18px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-uwin-official-website-deep-dive__faq-answer p {
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-uwin-official-website-deep-dive {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-uwin-official-website-deep-dive__container {
    padding: 0 10px;
  }

  .page-blog-uwin-official-website-deep-dive__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-uwin-official-website-deep-dive__hero-content {
    margin-top: 20px;
  }

  .page-blog-uwin-official-website-deep-dive__main-title {
    font-size: 2rem;
  }

  .page-blog-uwin-official-website-deep-dive__hero-description {
    font-size: 1rem;
  }

  .page-blog-uwin-official-website-deep-dive__cta-button,
  .page-blog-uwin-official-website-deep-dive__btn-secondary {
    padding: 12px 20px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-uwin-official-website-deep-dive__cta-group {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-uwin-official-website-deep-dive__section {
    padding: 40px 0;
  }

  .page-blog-uwin-official-website-deep-dive__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-uwin-official-website-deep-dive__text-block {
    font-size: 1rem;
  }

  .page-blog-uwin-official-website-deep-dive__game-cards,
  .page-blog-uwin-official-website-deep-dive__promotions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-uwin-official-website-deep-dive__card-image,
  .page-blog-uwin-official-website-deep-dive__promotion-image,
  .page-blog-uwin-official-website-deep-dive__security-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-uwin-official-website-deep-dive__card,
  .page-blog-uwin-official-website-deep-dive__promotion-card,
  .page-blog-uwin-official-website-deep-dive__security-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-uwin-official-website-deep-dive__security-content {
    flex-direction: column;
  }

  .page-blog-uwin-official-website-deep-dive__security-image {
    order: -1; /* Image above text on mobile */
  }

  .page-blog-uwin-official-website-deep-dive__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .page-blog-uwin-official-website-deep-dive__faq-answer {
    padding: 0 20px 15px;
  }

  /* Ensure all images within the content area are responsive */
  .page-blog-uwin-official-website-deep-dive img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  /* Video responsiveness */
  .page-blog-uwin-official-website-deep-dive video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-uwin-official-website-deep-dive__video-section,
  .page-blog-uwin-official-website-deep-dive__video-container,
  .page-blog-uwin-official-website-deep-dive__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-uwin-official-website-deep-dive__video-section {
    padding-top: 10px !important;
  }
}