/* Base styles for the page-1win-d scope */.page-1win-d {  font-family: 'Arial', sans-serif;  color: #f0f0f0;  background-color: #1a1a2e;  line-height: 1.6;  overflow-x: hidden;}.page-1win-d__section {  padding: 40px 20px;  margin-bottom: 20px;  background-color: #16213e;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);}.page-1win-d__section--dark {  background-color: #0f3460;}.page-1win-d__container {  max-width: 1200px;  margin: 0 auto;  padding: 0 15px;  box-sizing: border-box;}.page-1win-d__heading {  text-align: center;  color: #e94560;  margin-bottom: 30px;  font-size: 2.5em;  font-weight: bold;}.page-1win-d__subheading {  text-align: center;  color: #f0f0f0;  margin-bottom: 20px;  font-size: 1.2em;}.page-1win-d__text-center {  text-align: center;}.page-1win-d__btn {  display: inline-block;  background-color: #e94560;  color: #fff;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;  font-size: 1em;}.page-1win-d__btn:hover {  background-color: #ff6a80;  transform: translateY(-2px);}.page-1win-d__btn--secondary {  background-color: #0f3460;}.page-1win-d__btn--secondary:hover {  background-color: #16213e;}.page-1win-d__btn-group {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 15px;  margin-top: 30px;}.page-1win-d__flex-grid {  display: flex;  flex-wrap: wrap;  gap: 20px;  justify-content: center;}.page-1win-d__flex-grid-item {  flex: 1 1 calc(33.333% - 20px);  max-width: calc(33.333% - 20px);  background-color: #0f3460;  padding: 25px;  border-radius: 8px;  text-align: center;  box-sizing: border-box;}.page-1win-d__flex-grid-item img {  max-width: 100%;  height: auto;  border-radius: 5px;  margin-bottom: 15px;}.page-1win-d__flex-grid-item h3 {  color: #e94560;  margin-top: 0;  font-size: 1.3em;}.page-1win-d__flex-grid-item p {  font-size: 0.95em;  color: #ccc;}.page-1win-d__icon-list {  list-style: none;  padding: 0;  margin: 0;  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;}.page-1win-d__icon-list-item {  flex: 1 1 calc(25% - 20px);  max-width: calc(25% - 20px);  text-align: center;  box-sizing: border-box;  background-color: #1a1a2e;  padding: 15px;  border-radius: 8px;}.page-1win-d__icon-list-item img {  width: 80px;  height: 80px;  margin-bottom: 10px;}.page-1win-d__icon-list-item span {  display: block;  color: #e94560;  font-weight: bold;}.page-1win-d__game-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 15px;  margin-top: 30px;}.page-1win-d__game-provider-logo {  height: 60px;  object-fit: contain;  max-width: 150px;  transition: transform 0.2s ease;}.page-1win-d__game-provider-logo:hover {  transform: scale(1.05);}.page-1win-d__payment-methods {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 15px;  margin-top: 30px;}.page-1win-d__payment-method-logo {  height: 50px;  object-fit: contain;  max-width: 120px;  transition: transform 0.2s ease;}.page-1win-d__payment-method-logo:hover {  transform: scale(1.05);}.page-1win-d__faq-list {  list-style: none;  padding: 0;  margin: 0;}.page-1win-d__faq-item {  background-color: #0f3460;  margin-bottom: 10px;  border-radius: 8px;  overflow: hidden;}.page-1win-d__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  cursor: pointer;  user-select: none;  background-color: #1a1a2e;  border-bottom: 1px solid rgba(255, 255, 255, 0.1);}.page-1win-d__faq-question h3 {  margin: 0;  font-size: 1.1em;  color: #f0f0f0;  pointer-events: none;}.page-1win-d__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #e94560;  transition: transform 0.3s ease;  pointer-events: none;}.page-1win-d__faq-item.active .page-1win-d__faq-toggle {  transform: rotate(45deg);}.page-1win-d__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-1win-d__faq-item.active .page-1win-d__faq-answer {  max-height: 2000px !important;  padding: 20px !important;  opacity: 1;}.page-1win-d__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 20px;}.page-1win-d__blog-card {  background-color: #0f3460;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease;}.page-1win-d__blog-card:hover {  transform: translateY(-5px);}.page-1win-d__blog-card-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-1win-d__blog-card-content {  padding: 20px;}.page-1win-d__blog-card-content h3 {  margin-top: 0;  margin-bottom: 10px;  font-size: 1.2em;}.page-1win-d__blog-card-content h3 a {  color: #e94560;  text-decoration: none;}.page-1win-d__blog-card-content h3 a:hover {  text-decoration: underline;}.page-1win-d__blog-card-content p {  font-size: 0.9em;  color: #ccc;  margin-bottom: 15px;}.page-1win-d__blog-card-date {  font-size: 0.8em;  color: #999;  text-align: right;}.page-1win-d__hero-section {  position: relative;  width: 100%;  height: 60vh;  min-height: 400px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  color: #fff;  overflow: hidden;  padding-top: 10px; /* Small padding as body handles header offset */  box-sizing: border-box;}.page-1win-d__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 0;}.page-1win-d__hero-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));  z-index: 1;}.page-1win-d__hero-content {  position: relative;  z-index: 2;  max-width: 900px;  padding: 20px;}.page-1win-d__hero-content h1 {  font-size: 3.5em;  margin-bottom: 15px;  line-height: 1.2;  color: #e94560;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-1win-d__hero-content p {  font-size: 1.4em;  margin-bottom: 30px;  color: #f0f0f0;  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}.page-1win-d__hero-content .page-1win-d__btn {  padding: 15px 40px;  font-size: 1.2em;}.page-1win-d__quick-access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));  gap: 20px;  margin-top: 30px;}.page-1win-d__quick-access-item {  background-color: #0f3460;  border-radius: 8px;  padding: 20px;  text-align: center;  transition: transform 0.3s ease;}.page-1win-d__quick-access-item:hover {  transform: translateY(-5px);}.page-1win-d__quick-access-item .page-1win-d__btn {  width: 100%;}.page-1win-d__cta-banner {  background: linear-gradient(90deg, #e94560, #ff6a80);  padding: 40px 20px;  text-align: center;  border-radius: 10px;  margin-top: 40px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);}.page-1win-d__cta-banner h2 {  color: #fff;  font-size: 2.2em;  margin-bottom: 15px;}.page-1win-d__cta-banner p {  color: #eee;  font-size: 1.1em;  margin-bottom: 30px;}.page-1win-d__cta-banner .page-1win-d__btn {  background-color: #1a1a2e;  color: #fff;}.page-1win-d__cta-banner .page-1win-d__btn:hover {  background-color: #0f3460;}/* Responsive adjustments */@media (max-width: 1024px) {  .page-1win-d__hero-content h1 {    font-size: 3em;  }  .page-1win-d__hero-content p {    font-size: 1.2em;  }  .page-1win-d__flex-grid-item {    flex: 1 1 calc(50% - 20px);    max-width: calc(50% - 20px);  }  .page-1win-d__icon-list-item {    flex: 1 1 calc(33.333% - 20px);    max-width: calc(33.333% - 20px);  }}@media (max-width: 768px) {  .page-1win-d__section {    padding: 30px 15px;  }  .page-1win-d__heading {    font-size: 2em;    margin-bottom: 25px;  }  .page-1win-d__hero-section {    height: 70vh;    min-height: 350px;  }  .page-1win-d__hero-content h1 {    font-size: 2.5em;  }  .page-1win-d__hero-content p {    font-size: 1em;  }  .page-1win-d__hero-content .page-1win-d__btn {    padding: 12px 30px;    font-size: 1em;  }  .page-1win-d__flex-grid {    flex-direction: column;    gap: 15px;  }  .page-1win-d__flex-grid-item {    flex: 1 1 100%;    max-width: 100%;  }  .page-1win-d__icon-list {    flex-direction: column;    gap: 15px;  }  .page-1win-d__icon-list-item {    flex: 1 1 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-1win-d__icon-list {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-1win-d__quick-access-grid {    grid-template-columns: 1fr;  }  .page-1win-d__game-providers,  .page-1win-d__payment-methods {    flex-wrap: wrap;    gap: 10px;  }  .page-1win-d__game-provider-logo,  .page-1win-d__payment-method-logo {    height: 40px;    max-width: 100px;  }  .page-1win-d__faq-question {    padding: 12px 15px;  }  .page-1win-d__faq-question h3 {    font-size: 1em;  }  .page-1win-d__faq-answer {    padding: 0 15px;  }  .page-1win-d__faq-item.active .page-1win-d__faq-answer {    padding: 15px !important;  }  .page-1win-d__blog-grid {    grid-template-columns: 1fr;  }  .page-1win-d__cta-banner h2 {    font-size: 1.8em;  }  .page-1win-d__cta-banner p {    font-size: 1em;  }}@media (max-width: 480px) {  .page-1win-d__hero-content h1 {    font-size: 2em;  }  .page-1win-d__hero-content p {    font-size: 0.9em;  }  .page-1win-d__hero-content .page-1win-d__btn {    padding: 10px 25px;    font-size: 0.9em;  }}