/* General Styling for page-1win-apk */.page-1win-apk {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;  padding-top: 10px; /* Minimal top padding, body handles header offset */}/* Ensure image containers are responsive */.page-1win-apk__hero-image, .page-1win-apk__feature-icon, .page-1win-apk__game-image, .page-1win-apk__promo-image, .page-1win-apk__blog-image {  width: 100%;  max-width: 100%;  overflow: hidden;  box-sizing: border-box;}.page-1win-apk__section-title {  font-size: 2.5em;  color: #0056b3; /* Dark blue for titles */  text-align: center;  margin-bottom: 40px;  margin-top: 60px;  font-weight: bold;}.page-1win-apk__section-title strong {  color: #ff6600; /* Orange highlight */}/* Common button styles for better contrast */.page-1win-apk__hero-cta, .page-1win-apk__access-button, .page-1win-apk__game-cta, .page-1win-apk__promo-cta, .page-1win-apk__support-cta {  color: #fff; /* White text for contrast */}.page-1win-apk__hero-section, .page-1win-apk__intro-section, .page-1win-apk__quick-access-section, .page-1win-apk__games-section, .page-1win-apk__promo-section, .page-1win-apk__security-section, .page-1win-apk__faq-section, .page-1win-apk__blog-section {  max-width: 1200px;  margin: 0 auto;  padding: 20px;  box-sizing: border-box;}/* Hero Section */.page-1win-apk__hero-section {  display: flex;  flex-direction: column;  align-items: center;  text-align: center;  background: linear-gradient(135deg, #0056b3, #007bff);  color: #fff;  padding: 80px 20px;  border-radius: 10px;  margin-bottom: 40px;  overflow: hidden;  position: relative;}.page-1win-apk__hero-content {  position: relative;  z-index: 2;  max-width: 800px;}.page-1win-apk__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  color: #fff; /* Ensure high contrast */}.page-1win-apk__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  color: #e0e0e0;}.page-1win-apk__hero-cta {  display: inline-block;  background-color: #ff6600; /* Orange CTA */  color: #fff;  padding: 18px 35px;  border-radius: 50px;  text-decoration: none;  font-size: 1.6em;  font-weight: bold;  transition: background-color 0.3s ease;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);}.page-1win-apk__hero-cta:hover {  background-color: #e65c00;}.page-1win-apk__hero-promotion {  font-size: 1.2em;  margin-top: 20px;  color: #ffe0b2;}.page-1win-apk__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 1;  opacity: 0.2;}.page-1win-apk__hero-image img {  width: 100%;  height: 100%;  object-fit: cover;}/* Partner/Supplier Logo Area */.page-1win-apk__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 20px;  background-color: #fff;  border-radius: 10px;  margin-bottom: 40px;}.page-1win-apk__payment-providers .page-1win-apk__section-title {  width: 100%;  margin-top: 0;  margin-bottom: 20px;  font-size: 2em;  color: #333;}.page-1win-apk__payment-logos-wrapper {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;}.page-1win-apk__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  display: flex; /* For centering the actual image */  justify-content: center;  align-items: center;}.page-1win-apk__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;  transition: transform 0.3s ease;}.page-1win-apk__payment-logo img:hover {  transform: scale(1.1);}/* Homepage Introduction */.page-1win-apk__intro-section {  background-color: #fff;  padding: 40px;  border-radius: 10px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  margin-bottom: 40px;  text-align: center;}.page-1win-apk__intro-text {  font-size: 1.1em;  margin-bottom: 30px;  color: #555;  max-width: 900px;  margin-left: auto;  margin-right: auto;}.page-1win-apk__intro-text strong {  color: #0056b3;}.page-1win-apk__intro-features {  display: flex;  justify-content: space-around;  flex-wrap: wrap;  gap: 30px;  margin-top: 40px;}.page-1win-apk__feature-item {  flex: 1;  min-width: 280px;  max-width: 350px;  background-color: #f0f7ff;  padding: 30px;  border-radius: 8px;  text-align: center;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);  transition: transform 0.3s ease;}.page-1win-apk__feature-item:hover {  transform: translateY(-5px);}.page-1win-apk__feature-icon {  width: 100px;  height: 100px;  max-width: 100px;  max-height: 100px;  object-fit: contain;  margin-bottom: 20px;}.page-1win-apk__feature-icon img {  width: 100%;  height: 100%;  max-width: 100%;  max-height: 100%;  object-fit: contain;}.page-1win-apk__feature-title {  font-size: 1.5em;  color: #0056b3;  margin-bottom: 10px;}.page-1win-apk__feature-description {  font-size: 0.95em;  color: #666;}/* Quick Access Section */.page-1win-apk__quick-access-section {  background-color: #e0f2f7;  padding: 50px 20px;  border-radius: 10px;  text-align: center;  margin-bottom: 40px;}.page-1win-apk__quick-access-description {  font-size: 1.1em;  color: #444;  margin-bottom: 40px;  max-width: 900px;  margin-left: auto;  margin-right: auto;}.page-1win-apk__quick-access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;}.page-1win-apk__access-button {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 15px 25px;  border-radius: 30px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.2s ease;  min-width: 200px;  text-align: center;}.page-1win-apk__access-button:hover {  background-color: #0056b3;  transform: translateY(-3px);}/* Core Games Section */.page-1win-apk__games-section {  background-color: #fff;  padding: 40px;  border-radius: 10px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  margin-bottom: 40px;  text-align: center;}.page-1win-apk__games-description {  font-size: 1.1em;  color: #555;  margin-bottom: 40px;  max-width: 900px;  margin-left: auto;  margin-right: auto;}.page-1win-apk__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-1win-apk__game-card {  background-color: #f9f9f9;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;  text-align: center;  display: flex;  flex-direction: column;}.page-1win-apk__game-card:hover {  transform: translateY(-8px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}.page-1win-apk__game-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-1win-apk__game-title {  font-size: 1.6em;  color: #0056b3;  margin: 20px 15px 10px;}.page-1win-apk__game-text {  font-size: 0.95em;  color: #666;  padding: 0 15px 20px;  flex-grow: 1;}.page-1win-apk__game-cta {  display: inline-block;  background-color: #ff6600;  color: #fff;  padding: 12px 25px;  border-radius: 25px;  text-decoration: none;  font-size: 1em;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-1win-apk__game-cta:hover {  background-color: #e65c00;}/* Promotions Section */.page-1win-apk__promo-section {  background-color: #fdf3e7;  padding: 50px 20px;  border-radius: 10px;  text-align: center;  margin-bottom: 40px;}.page-1win-apk__promo-description {  font-size: 1.1em;  color: #555;  margin-bottom: 40px;  max-width: 900px;  margin-left: auto;  margin-right: auto;}.page-1win-apk__promo-cards {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-1win-apk__promo-card {  background-color: #fff;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;  text-align: center;  display: flex;  flex-direction: column;}.page-1win-apk__promo-card:hover {  transform: translateY(-8px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}.page-1win-apk__promo-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-1win-apk__promo-title {  font-size: 1.6em;  color: #ff6600;  margin: 20px 15px 10px;}.page-1win-apk__promo-text {  font-size: 0.95em;  color: #666;  padding: 0 15px 20px;  flex-grow: 1;}.page-1win-apk__promo-cta {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 12px 25px;  border-radius: 25px;  text-decoration: none;  font-size: 1em;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-1win-apk__promo-cta:hover {  background-color: #0056b3;}/* Security and Customer Service */.page-1win-apk__security-section {  background-color: #fff;  padding: 40px;  border-radius: 10px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  margin-bottom: 40px;  text-align: center;}.page-1win-apk__security-content {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 40px;  margin-top: 40px;}.page-1win-apk__security-info, .page-1win-apk__customer-service {  flex: 1;  min-width: 300px;  max-width: 500px;  text-align: left;}.page-1win-apk__security-subtitle {  font-size: 1.8em;  color: #0056b3;  margin-bottom: 15px;  border-bottom: 2px solid #e0e0e0;  padding-bottom: 10px;}.page-1win-apk__security-text {  font-size: 1.05em;  color: #555;  margin-bottom: 25px;}.page-1win-apk__support-cta {  display: inline-block;  background-color: #28a745; /* Green CTA */  color: #fff;  padding: 15px 30px;  border-radius: 30px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  margin-top: 20px;  transition: background-color 0.3s ease;}.page-1win-apk__support-cta:hover {  background-color: #218838;}/* FAQ Section */.page-1win-apk__faq-section {  background-color: #f0f7ff;  padding: 50px 20px;  border-radius: 10px;  margin-bottom: 40px;  text-align: center;}.page-1win-apk__faq-list {  max-width: 900px;  margin: 40px auto 0;  text-align: left;}.page-1win-apk__faq-item {  background-color: #fff;  border-radius: 8px;  margin-bottom: 15px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  overflow: hidden;}.page-1win-apk__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 25px;  cursor: pointer;  background-color: #e8f4f8;  border-bottom: 1px solid #d0e0e3;  transition: background-color 0.3s ease;  user-select: none;}.page-1win-apk__faq-question:hover {  background-color: #d7edf4;}.page-1win-apk__faq-item.active .page-1win-apk__faq-question {  background-color: #c9e6f0;}.page-1win-apk__faq-title {  font-size: 1.25em;  color: #0056b3;  margin: 0;  flex-grow: 1;  pointer-events: none; /* Crucial for click handling */}.page-1win-apk__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: #007bff;  margin-left: 15px;  transition: transform 0.3s ease;  pointer-events: none; /* Crucial for click handling */}.page-1win-apk__faq-item.active .page-1win-apk__faq-toggle {  transform: rotate(45deg); /* Change + to X or - */  color: #ff6600;}.page-1win-apk__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  background-color: #fdfdfd;}.page-1win-apk__faq-item.active .page-1win-apk__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;}.page-1win-apk__faq-answer p {  margin: 0;  font-size: 1em;  color: #555;}/* Latest Blog Content Area */.page-1win-apk__blog-section {  background-color: #fff;  padding: 40px;  border-radius: 10px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  text-align: center;}.page-1win-apk__blog-description {  font-size: 1.1em;  color: #555;  margin-bottom: 40px;  max-width: 900px;  margin-left: auto;  margin-right: auto;}.page-1win-apk__blog-cards {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-1win-apk__blog-card {  background-color: #f9f9f9;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease, box-shadow 0.3s ease;  text-align: left;  display: flex;  flex-direction: column;}.page-1win-apk__blog-card:hover {  transform: translateY(-8px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}.page-1win-apk__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-1win-apk__blog-card-title {  font-size: 1.4em;  color: #0056b3;  margin: 20px 15px 10px;}.page-1win-apk__blog-card-title a {  text-decoration: none;  color: inherit;  transition: color 0.3s ease;}.page-1win-apk__blog-card-title a:hover {  color: #ff6600;}.page-1win-apk__blog-card-text {  font-size: 0.95em;  color: #666;  padding: 0 15px 20px;  flex-grow: 1;}/* Responsive Design */@media (max-width: 768px) {  .page-1win-apk__hero-section {    padding: 60px 15px;  }  .page-1win-apk__hero-title {    font-size: 2.5em;  }  .page-1win-apk__hero-subtitle {    font-size: 1.2em;  }  .page-1win-apk__hero-cta {    padding: 15px 25px;    font-size: 1.3em;  }  .page-1win-apk__section-title {    font-size: 2em;    margin-top: 40px;    margin-bottom: 30px;  }  .page-1win-apk__intro-section,  .page-1win-apk__quick-access-section,  .page-1win-apk__games-section,  .page-1win-apk__promo-section,  .page-1win-apk__security-section,  .page-1win-apk__faq-section,  .page-1win-apk__blog-section {    padding: 15px;  }  /* Partner Logos */  .page-1win-apk__payment-providers {    flex-direction: row; /* Ensure row for mobile */    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 15px;  }  .page-1win-apk__payment-logo,  .page-1win-apk__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-1win-apk__payment-providers .page-1win-apk__section-title {    font-size: 1.8em;  }  /* Features */  .page-1win-apk__intro-features {    flex-direction: column;    align-items: center;    gap: 20px;  }  .page-1win-apk__feature-item {    max-width: 100%; /* For list items, full width */    width: 100% !important;    box-sizing: border-box !important;    padding: 25px;    margin-left: 0 !important;    margin-right: 0 !important;  }  /* Quick Access */  .page-1win-apk__quick-access-buttons {    flex-direction: column;    gap: 15px;  }  .page-1win-apk__access-button {    width: 100%;    min-width: unset;    padding: 12px 20px;    font-size: 1em;  }  /* Games & Promotions Cards */  .page-1win-apk__game-categories,  .page-1win-apk__promo-cards,  .page-1win-apk__blog-cards {    grid-template-columns: 1fr;    gap: 20px;  }  .page-1win-apk__game-card,  .page-1win-apk__promo-card,  .page-1win-apk__blog-card {    max-width: 100%;    width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-1win-apk__game-title,  .page-1win-apk__promo-title,  .page-1win-apk__blog-card-title {    font-size: 1.4em;  }  .page-1win-apk__game-text,  .page-1win-apk__promo-text,  .page-1win-apk__blog-card-text {    font-size: 0.9em;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  /* Security Section */  .page-1win-apk__security-content {    flex-direction: column;    gap: 30px;  }  .page-1win-apk__security-info,  .page-1win-apk__customer-service {    max-width: 100%;    min-width: unset;  }  .page-1win-apk__security-subtitle {    font-size: 1.5em;  }  .page-1win-apk__support-cta {    width: 100%;    box-sizing: border-box;    font-size: 1em;  }  /* FAQ */  .page-1win-apk__faq-list {    margin-top: 30px;  }  .page-1win-apk__faq-question {    padding: 15px 20px;  }  .page-1win-apk__faq-title {    font-size: 1.1em;  }  .page-1win-apk__faq-toggle {    font-size: 1.5em;  }  .page-1win-apk__faq-answer {    padding: 0 20px;  }  .page-1win-apk__faq-item.active .page-1win-apk__faq-answer {    padding: 15px 20px !important;  }  .page-1win-apk__faq-answer p {    font-size: 0.9em;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  /* Ensure images are responsive */  .page-1win-apk img:not(.page-1win-apk__payment-logo img) { /* Exclude gamelogo */    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }}