body {  font-family: 'Arial', sans-serif;  margin: 0;  padding: 0;  background-color: #f4f7f6;  color: #333;}.page-1win {  max-width: 1200px;  margin: 0 auto;  padding: 20px;}.page-1win__hero-section {  position: relative;  padding: 10px 0 60px;  background-color: #1a237e;  color: #fff;  text-align: center;  overflow: hidden;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;}.page-1win__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.3;  z-index: 0;}.page-1win__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  margin: 0 auto;  padding: 20px;}.page-1win__hero-title {  font-size: 2.8em;  margin-bottom: 15px;  line-height: 1.2;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-1win__hero-subtitle {  font-size: 1.3em;  margin-bottom: 30px;  line-height: 1.5;}.page-1win__hero-cta-group {  display: flex;  gap: 20px;  justify-content: center;  flex-wrap: wrap;}.page-1win__hero-button {  display: inline-block;  padding: 15px 30px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  white-space: nowrap;}.page-1win__hero-button--primary {  background-color: #ffc107;  color: #1a237e;}.page-1win__hero-button--primary:hover {  background-color: #ffeb3b;  transform: translateY(-3px);}.page-1win__hero-button--secondary {  background-color: #4caf50;  color: #fff;  border: 2px solid #4caf50;}.page-1win__hero-button--secondary:hover {  background-color: #66bb6a;  transform: translateY(-3px);}.page-1win__payment-providers {  padding: 40px 20px;  text-align: center;  background-color: #fff;  border-bottom: 1px solid #eee;  display: flex;  flex-direction: column;  align-items: center;  gap: 20px;}.page-1win__payment-providers-title {  font-size: 2em;  color: #1a237e;  margin-bottom: 20px;}.page-1win__payment-providers-logos {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;}.page-1win__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-1win__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-1win__introduction-section {  padding: 60px 20px;  background-color: #f9f9f9;  text-align: center;}.page-1win__introduction-title {  font-size: 2.2em;  color: #1a237e;  margin-bottom: 20px;}.page-1win__introduction-text {  font-size: 1.1em;  line-height: 1.6;  max-width: 800px;  margin: 0 auto 40px;}.page-1win__introduction-features {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-1win__introduction-feature-item {  background-color: #fff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  text-align: center;}.page-1win__introduction-feature-icon {  width: 80px;  height: 80px;  margin-bottom: 20px;  max-width: 100%;  height: auto;}.page-1win__introduction-feature-title {  font-size: 1.5em;  color: #1a237e;  margin-bottom: 10px;}.page-1win__introduction-feature-description {  font-size: 0.95em;  line-height: 1.6;  color: #555;}.page-1win__quick-access-section {  padding: 60px 20px;  background-color: #1a237e;  color: #fff;  text-align: center;}.page-1win__quick-access-title {  font-size: 2.2em;  margin-bottom: 30px;}.page-1win__quick-access-links {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;}.page-1win__quick-access-button {  display: inline-block;  background-color: #ffc107;  color: #1a237e;  padding: 12px 25px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1em;  transition: background-color 0.3s ease, transform 0.3s ease;  white-space: nowrap;}.page-1win__quick-access-button:hover {  background-color: #ffeb3b;  transform: translateY(-3px);}.page-1win__games-section {  padding: 60px 20px;  background-color: #f4f7f6;  text-align: center;}.page-1win__games-title {  font-size: 2.2em;  color: #1a237e;  margin-bottom: 20px;}.page-1win__games-description {  font-size: 1.1em;  line-height: 1.6;  max-width: 800px;  margin: 0 auto 40px;}.page-1win__games-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-1win__game-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  display: flex;  flex-direction: column;}.page-1win__game-card-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;}.page-1win__game-card-title {  font-size: 1.4em;  color: #1a237e;  margin: 20px 20px 10px;}.page-1win__game-card-text {  font-size: 0.95em;  line-height: 1.6;  color: #555;  padding: 0 20px 20px;  flex-grow: 1;}.page-1win__game-card-button {  display: block;  background-color: #4caf50;  color: #fff;  padding: 12px 20px;  text-align: center;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  margin-top: auto;}.page-1win__game-card-button:hover {  background-color: #66bb6a;}.page-1win__promotions-section {  padding: 60px 20px;  background-color: #e8f5e9;  text-align: center;}.page-1win__promotions-title {  font-size: 2.2em;  color: #1a237e;  margin-bottom: 20px;}.page-1win__promotions-description {  font-size: 1.1em;  line-height: 1.6;  max-width: 800px;  margin: 0 auto 40px;}.page-1win__promotions-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-1win__promotion-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  display: flex;  flex-direction: column;}.page-1win__promotion-card-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;}.page-1win__promotion-card-title {  font-size: 1.4em;  color: #1a237e;  margin: 20px 20px 10px;}.page-1win__promotion-card-text {  font-size: 0.95em;  line-height: 1.6;  color: #555;  padding: 0 20px 20px;  flex-grow: 1;}.page-1win__promotion-card-button {  display: block;  background-color: #ffc107;  color: #1a237e;  padding: 12px 20px;  text-align: center;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  margin-top: auto;}.page-1win__promotion-card-button:hover {  background-color: #ffeb3b;}.page-1win__security-section {  padding: 60px 20px;  background-color: #fff;  text-align: center;}.page-1win__security-title {  font-size: 2.2em;  color: #1a237e;  margin-bottom: 40px;}.page-1win__security-content {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;}.page-1win__security-item {  background-color: #f9f9f9;  padding: 30px;  border-radius: 10px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-1win__security-item-icon {  width: 70px;  height: 70px;  margin-bottom: 20px;  max-width: 100%;  height: auto;}.page-1win__security-item-title {  font-size: 1.4em;  color: #1a237e;  margin-bottom: 10px;}.page-1win__security-item-text {  font-size: 0.95em;  line-height: 1.6;  color: #555;}.page-1win__security-contact-button {  display: inline-block;  background-color: #4caf50;  color: #fff;  padding: 15px 30px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  margin-top: 50px;  transition: background-color 0.3s ease, transform 0.3s ease;}.page-1win__security-contact-button:hover {  background-color: #66bb6a;  transform: translateY(-3px);}.page-1win__faq-section {  padding: 60px 20px;  background-color: #f4f7f6;  text-align: center;}.page-1win__faq-title {  font-size: 2.2em;  color: #1a237e;  margin-bottom: 40px;}.page-1win__faq-container {  max-width: 800px;  margin: 0 auto;  text-align: left;}.page-1win__faq-item {  background-color: #fff;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  overflow: hidden;}.page-1win__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px;  background-color: #1a237e;  color: #fff;  cursor: pointer;  user-select: none;  border-radius: 8px;  transition: background-color 0.3s ease;}.page-1win__faq-question:hover {  background-color: #2c387e;}.page-1win__faq-question h3 {  margin: 0;  font-size: 1.2em;  flex-grow: 1;  pointer-events: none;}.page-1win__faq-toggle {  font-size: 1.5em;  font-weight: bold;  margin-left: 15px;  pointer-events: none;  transition: transform 0.3s ease;}.page-1win__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 15px;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  background-color: #fefefe;  opacity: 0;}.page-1win__faq-answer p {  padding: 20px 5px;  margin: 0;  color: #555;  line-height: 1.6;  font-size: 0.95em;}.page-1win__faq-item.active .page-1win__faq-question {  border-bottom-left-radius: 0;  border-bottom-right-radius: 0;}.page-1win__faq-item.active .page-1win__faq-toggle {  transform: rotate(45deg);}.page-1win__faq-item.active .page-1win__faq-answer {  max-height: 2000px !important;  padding: 20px 15px !important;  opacity: 1;}.page-1win__blog-section {  padding: 60px 20px;  background-color: #e0f2f7;  text-align: center;}.page-1win__blog-title {  font-size: 2.2em;  color: #1a237e;  margin-bottom: 40px;}.page-1win__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-1win__blog-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  display: flex;  flex-direction: column;}.page-1win__blog-card-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;}.page-1win__blog-card-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-1win__blog-card-title {  font-size: 1.3em;  color: #1a237e;  margin-top: 0;  margin-bottom: 10px;  line-height: 1.4;}.page-1win__blog-card-title a {  text-decoration: none;  color: inherit;  transition: color 0.3s ease;}.page-1win__blog-card-title a:hover {  color: #4caf50;}.page-1win__blog-card-excerpt {  font-size: 0.9em;  line-height: 1.6;  color: #555;  margin-bottom: 15px;  flex-grow: 1;}.page-1win__blog-card-readmore {  display: inline-block;  background-color: #ffc107;  color: #1a237e;  padding: 8px 15px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 0.9em;  transition: background-color 0.3s ease;  margin-top: auto;}.page-1win__blog-card-readmore:hover {  background-color: #ffeb3b;}/* Responsive Styles */@media (max-width: 768px) {  .page-1win {    padding: 10px;  }  .page-1win__hero-title {    font-size: 2em;  }  .page-1win__hero-subtitle {    font-size: 1em;  }  .page-1win__hero-cta-group {    flex-direction: column;    gap: 15px;  }  .page-1win__hero-button {    width: 90%;    max-width: 300px;    margin: 0 auto;  }  .page-1win__payment-providers-logos {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;  }  .page-1win__payment-logo,  .page-1win__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-1win__introduction-title,  .page-1win__quick-access-title,  .page-1win__games-title,  .page-1win__promotions-title,  .page-1win__security-title,  .page-1win__faq-title,  .page-1win__blog-title {    font-size: 1.8em;  }  .page-1win__introduction-text,  .page-1win__games-description,  .page-1win__promotions-description {    font-size: 1em;  }  .page-1win__introduction-features,  .page-1win__games-grid,  .page-1win__promotions-grid,  .page-1win__security-content,  .page-1win__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-1win__quick-access-button {    width: 100% !important;    max-width: 300px;    margin: 0 auto;    box-sizing: border-box !important;  }  .page-1win__game-card-image,  .page-1win__promotion-card-image,  .page-1win__blog-card-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-1win__introduction-feature-item,  .page-1win__security-item,  .page-1win__game-card,  .page-1win__promotion-card,  .page-1win__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-1win__faq-container {    width: 100% !important;    max-width: 100% !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }  .page-1win__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-1win__faq-question h3 {    font-size: 1.1em;  }  .page-1win__faq-answer p {    padding: 15px 5px;    font-size: 0.9em;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-1win__faq-answer {    padding: 15px 10px !important;    box-sizing: border-box !important;  }  .page-1win__security-contact-button {    width: 90%;    max-width: 300px;    margin: 30px auto 0;  }}