.page-32win32 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #f9f9f9;
  overflow-x: hidden;
}

.page-32win32__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-32win32__hero-section {
  text-align: center;
  padding-bottom: 30px;
  background-color: #ffffff;
  padding-top: 10px; /* Small top padding, body handles header offset */
}

.page-32win32__hero-image-wrapper {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.page-32win32__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-32win32__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-32win32__main-title {
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-32win32__subtitle {
  font-size: 18px;
  color: #64748b;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-32win32__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-32win32__btn-primary,
.page-32win32__btn-secondary,
.page-32win32__btn-read-more,
.page-32win32__game-btn,
.page-32win32__btn-claim-promo,
.page-32win32__btn-app-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-32win32__btn-primary {
  background-color: #2563eb;
  color: #ffffff;
  border: 2px solid #2563eb;
}

.page-32win32__btn-primary:hover {
  background-color: #1e40af;
  border-color: #1e40af;
}

.page-32win32__btn-secondary {
  background-color: #ffffff;
  color: #2563eb;
  border: 2px solid #2563eb;
}

.page-32win32__btn-secondary:hover {
  background-color: #f0f8ff;
  color: #1e40af;
  border-color: #1e40af;
}

.page-32win32__section-title {
  font-size: clamp(22px, 3.5vw, 36px);
  font-weight: 700;
  color: #2563eb;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 40px;
}

.page-32win32__text-content {
  font-size: 17px;
  color: #444444;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px auto;
}

.page-32win32__about-section,
.page-32win32__games-section,
.page-32win32__guide-section,
.page-32win32__why-choose-section {
  padding: 40px 0;
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-32win32__games-section .page-32win32__section-title,
.page-32win32__guide-section .page-32win32__section-title,
.page-32win32__why-choose-section .page-32win32__section-title {
  padding-top: 0;
}

.page-32win32__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-32win32__game-card {
  background-color: #f0f8ff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-32win32__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-32win32__game-title {
  font-size: 22px;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 10px;
  padding: 0 15px;
}

.page-32win32__game-description {
  font-size: 15px;
  color: #555555;
  padding: 0 15px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-32win32__game-btn {
  background-color: #64748b;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.page-32win32__game-btn:hover {
  background-color: #475569;
}

.page-32win32__all-games-cta {
  text-align: center;
  margin-top: 40px;
}

.page-32win32__promotions-section {
  padding: 60px 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.page-32win32__dark-bg {
  background-color: #2563eb;
  color: #ffffff;
}

.page-32win32__dark-bg .page-32win32__section-title {
  color: #ffffff;
}

.page-32win32__dark-bg .page-32win32__text-content {
  color: #f0f0f0;
}

.page-32win32__promo-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-32win32__promo-item {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-32win32__promo-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  margin-bottom: 15px;
}

.page-32win32__promo-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 0 20px;
}

.page-32win32__promo-description {
  font-size: 16px;
  color: #f0f0f0;
  padding: 0 20px;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-32win32__btn-claim-promo {
  background-color: #f9f9f9;
  color: #2563eb;
  border: none;
  padding: 12px 25px;
  font-size: 17px;
  border-radius: 8px;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.page-32win32__btn-claim-promo:hover {
  background-color: #e0e0e0;
  color: #1e40af;
}

.page-32win32__all-promos-cta {
  text-align: center;
  margin-top: 50px;
}

.page-32win32__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.page-32win32__step-item {
  background-color: #f0f8ff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-32win32__step-title {
  font-size: 20px;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 10px;
}

.page-32win32__step-description {
  font-size: 16px;
  color: #555555;
}

.page-32win32__guide-cta {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-32win32__download-app-section {
  padding: 60px 0;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-32win32__light-bg {
  background-color: #f9f9f9;
  color: #333333;
}

.page-32win32__light-bg .page-32win32__section-title {
  color: #2563eb;
}

.page-32win32__light-bg .page-32win32__text-content {
  color: #444444;
}

.page-32win32__download-app-content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.page-32win32__app-info {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.page-32win32__app-info .page-32win32__section-title {
  text-align: left;
  padding-top: 0;
}

.page-32win32__app-info .page-32win32__text-content {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.page-32win32__app-buttons {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.page-32win32__btn-app-download {
  background-color: #64748b;
  color: #ffffff;
  border: 2px solid #64748b;
}

.page-32win32__btn-app-download:hover {
  background-color: #475569;
  border-color: #475569;
}

.page-32win32__app-image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-32win32__app-screenshot {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-32win32__why-choose-section {
  padding-bottom: 60px;
}

.page-32win32__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-32win32__feature-card {
  background-color: #f0f8ff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-32win32__feature-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-32win32__feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #2563eb;
  margin-bottom: 10px;
}

.page-32win32__feature-description {
  font-size: 16px;
  color: #555555;
}

.page-32win32__more-info-cta {
  text-align: center;
  margin-top: 50px;
}

.page-32win32__btn-read-more {
  background-color: #64748b;
  color: #ffffff;
  border: 2px solid #64748b;
}

.page-32win32__btn-read-more:hover {
  background-color: #475569;
  border-color: #475569;
}

.page-32win32__contact-section {
  padding: 60px 0;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-32win32__contact-info {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.8;
  color: #f0f0f0;
}

.page-32win32__contact-link {
  color: #ffffff;
  text-decoration: underline;
}

.page-32win32__contact-link:hover {
  color: #e0e0e0;
}

.page-32win32__floating-button {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  overflow: hidden;
}

.page-32win32__floating-cta {
  display: block;
  background: linear-gradient(90deg, #2563eb 0%, #1e40af 100%);
  color: #ffffff;
  padding: 15px 25px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-32win32__floating-cta:hover {
  background: linear-gradient(90deg, #1e40af 0%, #2563eb 100%);
  transform: scale(1.02);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-32win32__main-title {
    font-size: clamp(28px, 5vw, 40px);
  }
  .page-32win32__subtitle {
    font-size: 17px;
  }
  .page-32win32__section-title {
    font-size: clamp(26px, 4vw, 34px);
  }
  .page-32win32__game-image {
    height: 180px;
  }
  .page-32win32__promo-image {
    height: 200px;
  }
  .page-32win32__download-app-content {
    flex-direction: column;
    text-align: center;
  }
  .page-32win32__app-info {
    text-align: center;
  }
  .page-32win32__app-info .page-32win32__section-title,
  .page-32win32__app-info .page-32win32__text-content {
    text-align: center;
  }
  .page-32win32__app-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-32win32__hero-section {
    padding-bottom: 20px;
  }
  .page-32win32__main-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .page-32win32__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .page-32win32__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-32win32__btn-primary,
  .page-32win32__btn-secondary,
  .page-32win32__btn-read-more,
  .page-32win32__game-btn,
  .page-32win32__btn-claim-promo,
  .page-32win32__btn-app-download {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
  }
  .page-32win32__section-title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .page-32win32__text-content {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .page-32win32__about-section,
  .page-32win32__games-section,
  .page-32win32__promotions-section,
  .page-32win32__guide-section,
  .page-32win32__download-app-section,
  .page-32win32__why-choose-section,
  .page-32win32__contact-section {
    padding: 30px 0;
    margin-bottom: 15px;
  }
  .page-32win32__game-grid,
  .page-32win32__promo-list,
  .page-32win32__guide-steps,
  .page-32win32__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
  .page-32win32__game-image {
    height: 160px;
  }
  .page-32win32__promo-image {
    height: 180px;
  }
  .page-32win32__promo-title {
    font-size: 20px;
  }
  .page-32win32__promo-description {
    font-size: 14px;
  }
  .page-32win32__step-title {
    font-size: 18px;
  }
  .page-32win32__step-description {
    font-size: 14px;
  }
  .page-32win32__guide-cta {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-32win32__app-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }
  .page-32win32__feature-title {
    font-size: 18px;
  }
  .page-32win32__feature-description {
    font-size: 14px;
  }
  .page-32win32__contact-info {
    font-size: 16px;
  }
  .page-32win32__floating-button {
    width: calc(100% - 30px);
    max-width: none;
    bottom: 15px;
  }
  .page-32win32__floating-cta {
    font-size: 16px;
    padding: 12px 20px;
  }
  /* Ensure all images are responsive and do not cause horizontal scroll */
  .page-32win32 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-32win32__container,
  .page-32win32__game-card,
  .page-32win32__promo-item,
  .page-32win32__step-item,
  .page-32win32__feature-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-32win32__all-games-cta, .page-32win32__all-promos-cta, .page-32win32__more-info-cta {
    padding-left: 15px;
    padding-right: 15px;
  }
}