.page-x-so66 {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  padding-top: var(--header-offset, 122px);}.page-x-so66__section-title {  font-size: 2.5em;  color: #0056b3;  text-align: center;  margin-bottom: 40px;  position: relative;  padding-bottom: 15px;  font-weight: bold;}.page-x-so66__section-title .highlight {  color: #ff6f00;}.page-x-so66__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #ff6f00;  border-radius: 2px;}/* Hero Section */.page-x-so66__hero-section {  position: relative;  width: 100%;  height: 600px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  margin-bottom: 40px;  background-color: #f0f8ff;}.page-x-so66__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;}.page-x-so66__hero-content {  position: relative;  z-index: 2;  color: #fff;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);  max-width: 800px;  padding: 20px;  background-color: rgba(0, 0, 0, 0.5);  border-radius: 10px;}.page-x-so66__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  font-weight: bold;  color: #fff;}.page-x-so66__hero-title .highlight {  color: #ff6f00;}.page-x-so66__hero-text {  font-size: 1.3em;  margin-bottom: 30px;  color: #eee;}.page-x-so66__hero-cta {  display: inline-block;  background-color: #ff6f00;  color: #fff;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  font-size: 1.2em;  transition: background-color 0.3s ease;}.page-x-so66__hero-cta:hover {  background-color: #e65c00;}/* Payment Providers Section */.page-x-so66__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: 40px 20px;  background-color: #f9f9f9;  margin-bottom: 40px;}.page-x-so66__provider-logos {    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;    gap: 30px;    width: 100%;    max-width: 1200px;    margin: 0 auto;}.page-x-so66__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-x-so66__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}/* Intro Section */.page-x-so66__intro-section {  max-width: 1200px;  margin: 0 auto 40px auto;  padding: 20px;  background-color: #fff;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-x-so66__intro-content {  display: flex;  flex-direction: column;  gap: 15px;}.page-x-so66__intro-text {  font-size: 1.1em;  color: #555;  text-align: justify;}/* Quick Access Section */.page-x-so66__quick-access-section {  background-color: #0056b3;  padding: 50px 20px;  text-align: center;  margin-bottom: 40px;}.page-x-so66__quick-access-section .page-x-so66__section-title {  color: #fff;}.page-x-so66__quick-access-section .page-x-so66__section-title::after {  background-color: #fff;}.page-x-so66__quick-access-links {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  max-width: 1000px;  margin: 30px auto 0 auto;}.page-x-so66__quick-access-button {  display: inline-block;  background-color: #ff6f00;  color: #fff;  padding: 12px 25px;  border-radius: 30px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.2s ease;  min-width: 180px;  text-align: center;}.page-x-so66__quick-access-button:hover {  background-color: #e65c00;  transform: translateY(-3px);}/* Games Section */.page-x-so66__games-section {  max-width: 1200px;  margin: 0 auto 40px auto;  padding: 20px;}.page-x-so66__games-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 30px;}.page-x-so66__game-card {  background-color: #fff;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-x-so66__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}.page-x-so66__game-image {  width: 100%;  height: 200px;  object-fit: cover;  min-width: 200px;  min-height: 200px;}.page-x-so66__game-title {  font-size: 1.4em;  color: #0056b3;  margin: 15px 10px 10px 10px;  font-weight: bold;}.page-x-so66__game-description {  font-size: 0.95em;  color: #666;  padding: 0 15px;  margin-bottom: 20px;}.page-x-so66__game-button {  display: inline-block;  background-color: #0056b3;  color: #fff;  padding: 10px 20px;  border-radius: 20px;  text-decoration: none;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-x-so66__game-button:hover {  background-color: #003f8c;}/* Promo Section */.page-x-so66__promo-section {  max-width: 1200px;  margin: 0 auto 40px auto;  padding: 20px;  background-color: #f0f8ff;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-x-so66__promo-list {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 30px;}.page-x-so66__promo-item {  background-color: #fff;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  display: flex;  flex-direction: column;}.page-x-so66__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  min-width: 200px;  min-height: 200px;}.page-x-so66__promo-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-x-so66__promo-title {  font-size: 1.5em;  color: #ff6f00;  margin-bottom: 10px;  font-weight: bold;}.page-x-so66__promo-description {  font-size: 1em;  color: #666;  margin-bottom: 20px;  flex-grow: 1;}.page-x-so66__promo-button {  display: inline-block;  background-color: #ff6f00;  color: #fff;  padding: 10px 20px;  border-radius: 20px;  text-decoration: none;  font-weight: bold;  align-self: flex-start;  transition: background-color 0.3s ease;}.page-x-so66__promo-button:hover {  background-color: #e65c00;}/* Security Section */.page-x-so66__security-section {  max-width: 1200px;  margin: 0 auto 40px auto;  padding: 20px;}.page-x-so66__security-content {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 30px;  text-align: center;}.page-x-so66__security-feature {  background-color: #fff;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  padding: 30px 20px;}.page-x-so66__security-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  min-width: 200px;  min-height: 200px;}.page-x-so66__security-title {  font-size: 1.4em;  color: #0056b3;  margin-bottom: 10px;  font-weight: bold;}.page-x-so66__security-description {  font-size: 1em;  color: #666;}/* FAQ Section */.page-x-so66__faq-section {  max-width: 1200px;  margin: 0 auto 40px auto;  padding: 20px;  background-color: #f9f9f9;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-x-so66__faq-list {  margin-top: 30px;}.page-x-so66__faq-item {  background-color: #fff;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  overflow: hidden;}.page-x-so66__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  cursor: pointer;  user-select: none;  background-color: #0056b3;  color: #fff;  font-weight: bold;  transition: background-color 0.3s ease;}.page-x-so66__faq-question:hover {  background-color: #003f8c;}.page-x-so66__faq-question h3 {  margin: 0;  font-size: 1.2em;  pointer-events: none;}.page-x-so66__faq-toggle {  font-size: 1.8em;  line-height: 1;  pointer-events: none;  transition: transform 0.3s ease;}.page-x-so66__faq-item.active .page-x-so66__faq-toggle {  transform: rotate(45deg);}.page-x-so66__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 15px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  color: #333;}.page-x-so66__faq-item.active .page-x-so66__faq-answer {  max-height: 2000px !important;  padding: 20px 15px !important;  opacity: 1;}.page-x-so66__faq-answer p {  margin: 0;  font-size: 1em;}/* Blog Section */.page-x-so66__blog-section {  max-width: 1200px;  margin: 0 auto 40px auto;  padding: 20px;}.page-x-so66__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 30px;}.page-x-so66__blog-card {  background-color: #fff;  border-radius: 8px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  display: flex;  flex-direction: column;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-x-so66__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}.page-x-so66__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  min-width: 200px;  min-height: 200px;}.page-x-so66__blog-meta {  padding: 15px 20px 0 20px;  font-size: 0.9em;  color: #999;}.page-x-so66__blog-date {  display: block;  margin-bottom: 5px;}.page-x-so66__blog-title {  font-size: 1.3em;  color: #0056b3;  margin: 10px 20px;  font-weight: bold;}.page-x-so66__blog-title a {  text-decoration: none;  color: #0056b3;  transition: color 0.3s ease;}.page-x-so66__blog-title a:hover {  color: #ff6f00;}.page-x-so66__blog-excerpt {  font-size: 0.95em;  color: #666;  padding: 0 20px 15px 20px;  flex-grow: 1;}.page-x-so66__blog-readmore {  display: inline-block;  background-color: #ff6f00;  color: #fff;  padding: 8px 15px;  border-radius: 20px;  text-decoration: none;  font-weight: bold;  margin: 0 20px 20px 20px;  align-self: flex-start;  transition: background-color 0.3s ease;}.page-x-so66__blog-readmore:hover {  background-color: #e65c00;}/* Responsive adjustments */@media (max-width: 1024px) {  .page-x-so66__hero-title {    font-size: 3em;  }  .page-x-so66__hero-text {    font-size: 1.1em;  }  .page-x-so66__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-x-so66 {    padding-top: var(--header-offset, 122px);  }  .page-x-so66__hero-section {    height: 450px;  }  .page-x-so66__hero-title {    font-size: 2.2em;  }  .page-x-so66__hero-text {    font-size: 1em;  }  .page-x-so66__hero-cta {    padding: 12px 25px;    font-size: 1em;  }  .page-x-so66__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }  /* Payment Providers Mobile */  .page-x-so66__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-x-so66__payment-logo,  .page-x-so66__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  /* List items responsive */  .page-x-so66__quick-access-links,  .page-x-so66__games-grid,  .page-x-so66__promo-list,  .page-x-so66__security-content,  .page-x-so66__blog-grid {    grid-template-columns: 1fr;    gap: 20px;    padding: 0 15px;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;  }  /* Specific list item styles for mobile */  .page-x-so66__quick-access-button,  .page-x-so66__game-card,  .page-x-so66__promo-item,  .page-x-so66__security-feature,  .page-x-so66__blog-card,  .page-x-so66__faq-item {    width: 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;  }  .page-x-so66__intro-section,  .page-x-so66__games-section,  .page-x-so66__promo-section,  .page-x-so66__security-section,  .page-x-so66__faq-section,  .page-x-so66__blog-section {    padding: 15px;  }  .page-x-so66__intro-text {    font-size: 1em;  }  .page-x-so66__game-image,  .page-x-so66__promo-image,  .page-x-so66__security-icon,  .page-x-so66__blog-image {    max-width: 100% !important;    height: auto !important;    object-fit: cover;  }  .page-x-so66__faq-question {    padding: 12px 15px;  }  .page-x-so66__faq-question h3 {    font-size: 1.1em;  }  .page-x-so66__faq-toggle {    font-size: 1.5em;  }  .page-x-so66__faq-answer {    padding: 15px 15px;  }  .page-x-so66__faq-item.active .page-x-so66__faq-answer {    padding: 15px 15px !important;  }  .page-x-so66__blog-title {    font-size: 1.2em;  }}/* General image styling for responsiveness and minimum size */.page-x-so66 img:not(.page-x-so66__payment-logo img) {  display: block;  max-width: 100%;  height: auto;}/* Ensure minimum size for content images (excluding gamelogos) */.page-x-so66__game-image,.page-x-so66__promo-image,.page-x-so66__security-icon,.page-x-so66__blog-image {  min-width: 200px;  min-height: 200px;}