.page-us8 {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f9f9f9;}.page-us8__hero-section {  background-image: url('[GALLERY:hero:1920x1080:gaming,betting,us8_banner]');  background-size: cover;  background-position: center;  color: #fff;  text-align: center;  padding: 100px 20px;  min-height: 500px;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  position: relative;  padding-top: 10px; /* Adjust to avoid double padding with body */}.page-us8__hero-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background-color: rgba(0, 0, 0, 0.5);}.page-us8__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  margin: 0 auto;}.page-us8__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);  color: #ffda44;}.page-us8__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  color: #e0e0e0;}.page-us8__cta-button {  display: inline-block;  background-color: #e62e2e;  color: #fff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.2em;  transition: background-color 0.3s ease;  border: none;  cursor: pointer;}.page-us8__cta-button:hover {  background-color: #cc2828;}.page-us8__floating-buttons {  position: fixed;  right: 20px;  bottom: 100px;  z-index: 1000;  display: flex;  flex-direction: column;  gap: 15px;}.page-us8__floating-button {  background-color: #28a745;  color: #fff;  padding: 12px 20px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  transition: background-color 0.3s ease;  text-align: center;  min-width: 120px;}.page-us8__floating-button--login {  background-color: #007bff;}.page-us8__floating-button:hover {  filter: brightness(1.1);}.page-us8__section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-us8__section-title {  font-size: 2.5em;  margin-bottom: 40px;  color: #333;  position: relative;  padding-bottom: 10px;}.page-us8__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #e62e2e;}.page-us8__grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-us8__card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  padding: 30px;  text-align: center;  transition: transform 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;}.page-us8__card:hover {  transform: translateY(-10px);}.page-us8__card-icon {  width: 100px;  height: 100px;  margin-bottom: 20px;  object-fit: contain;}.page-us8__card-title {  font-size: 1.8em;  margin-bottom: 15px;  color: #e62e2e;}.page-us8__card-description {  font-size: 1.1em;  color: #555;}.page-us8__image-full-width {  width: 100%;  max-width: 100%;  height: auto;  border-radius: 8px;  margin-bottom: 20px;  object-fit: cover;}.page-us8__quick-links-list {  list-style: none;  padding: 0;  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;}.page-us8__quick-link-item {  box-sizing: border-box;  width: calc(33% - 20px);}.page-us8__quick-link-button {  display: block;  background-color: #007bff;  color: #fff;  padding: 15px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  border: none;  cursor: pointer;  width: 100%;  box-sizing: border-box;}.page-us8__quick-link-button:hover {  background-color: #0056b3;}.page-us8__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));  gap: 30px;}.page-us8__promo-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;}.page-us8__promo-image {  width: 100%;  height: 250px;  object-fit: cover;}.page-us8__promo-content {  padding: 25px;}.page-us8__promo-title {  font-size: 1.5em;  margin-bottom: 10px;  color: #e62e2e;}.page-us8__promo-description {  font-size: 1em;  color: #555;  margin-bottom: 20px;}.page-us8__security-features {  list-style: none;  padding: 0;  display: flex;  flex-direction: column;  gap: 15px;  text-align: left;}.page-us8__security-item {  font-size: 1.1em;  color: #333;  display: flex;  align-items: center;}.page-us8__security-item::before {  content: '✓';  color: #28a745;  font-weight: bold;  margin-right: 10px;  font-size: 1.2em;}.page-us8__faq-list {  list-style: none;  padding: 0;  text-align: left;}.page-us8__faq-item {  background-color: #fff;  border-radius: 8px;  margin-bottom: 15px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  overflow: hidden;}.page-us8__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  background-color: #f5f5f5;  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;}.page-us8__faq-question h3 {  margin: 0;  font-size: 1.2em;  color: #333;  pointer-events: none;}.page-us8__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #e62e2e;  pointer-events: none;  transition: transform 0.3s ease;}.page-us8__faq-item.active .page-us8__faq-toggle {  transform: rotate(45deg);}.page-us8__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;  color: #555;}.page-us8__faq-item.active .page-us8__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-us8__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-us8__blog-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;}.page-us8__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-us8__blog-content {  padding: 20px;}.page-us8__blog-title {  font-size: 1.4em;  margin-bottom: 10px;}.page-us8__blog-title a {  color: #333;  text-decoration: none;  transition: color 0.3s ease;}.page-us8__blog-title a:hover {  color: #e62e2e;}.page-us8__blog-date {  font-size: 0.9em;  color: #888;  margin-bottom: 15px;}.page-us8__blog-excerpt {  font-size: 1em;  color: #555;}.page-us8__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  margin-top: 40px;}.page-us8__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-us8__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}@media (max-width: 768px) {  .page-us8__hero-title {    font-size: 2.5em;  }  .page-us8__hero-subtitle {    font-size: 1.2em;  }  .page-us8__section {    padding: 40px 15px;  }  .page-us8__section-title {    font-size: 2em;  }  .page-us8__grid {    grid-template-columns: 1fr;  }  .page-us8__quick-link-item {    width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-us8__quick-links-list {    width: 100% !important;    max-width: 100% !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }  .page-us8__quick-link-button {    padding: 12px 20px;    font-size: 1em;  }  .page-us8__promo-grid,  .page-us8__blog-grid {    grid-template-columns: 1fr;  }  .page-us8__card,  .page-us8__promo-card,  .page-us8__blog-card {    padding: 20px;  }  .page-us8__card-icon {    width: 80px;    height: 80px;  }  .page-us8__card-title {    font-size: 1.5em;  }  .page-us8__faq-question {    padding: 15px 20px;  }  .page-us8__faq-question h3 {    font-size: 1.1em;  }  .page-us8__faq-answer {    padding: 0 20px;  }  .page-us8__faq-item.active .page-us8__faq-answer {    padding: 15px 20px !important;  }  .page-us8__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;  }  .page-us8__payment-logo,  .page-us8__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-us8__card-description,  .page-us8__promo-description,  .page-us8__blog-excerpt,  .page-us8__security-item {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  img {    max-width: 100% !important;    height: auto !important;  }  .page-us8__image-full-width {    max-width: 100% !important;    height: auto !important;  }  .page-us8__floating-buttons {    right: 10px;    bottom: 80px;  }  .page-us8__floating-button {    min-width: 100px;    padding: 10px 15px;  }}