:root {  --primary-color: #FFD700; /* Gold */  --secondary-color: #007BFF; /* Blue */  --text-color: #333333;  --light-text-color: #666666;  --background-color: #f8f9fa;  --dark-background: #1a1a1a;  --white-color: #ffffff;  --border-color: #dddddd;  --header-offset: 122px; /* Default value, will be overridden by shared.css */}/* Base page styling */.page-okebet168-com-login-sign-up {  font-family: 'Arial', sans-serif;  color: var(--text-color);  background-color: var(--background-color);  line-height: 1.6;  padding-top: 10px; /* Adhering to the 8-16px rule for the first section, assuming body already has padding-top for header offset */}/* Section titles */.page-okebet168-com-login-sign-up__section-title {  font-size: 2.2em;  color: var(--dark-background);  text-align: center;  margin-bottom: 40px;  position: relative;  padding-bottom: 15px;}.page-okebet168-com-login-sign-up__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: var(--primary-color);  border-radius: 2px;}/* Text content */.page-okebet168-com-login-sign-up__text-content {  max-width: 800px;  margin: 0 auto 30px auto;  text-align: center;  font-size: 1.1em;  color: var(--light-text-color);  padding: 0 15px;}/* Buttons */.page-okebet168-com-login-sign-up__btn {  display: inline-block;  padding: 12px 25px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.2s ease;  cursor: pointer;  border: none;  text-align: center;  white-space: nowrap; /* Prevent text wrapping for buttons */}.page-okebet168-com-login-sign-up__btn--primary {  background-color: var(--primary-color);  color: var(--dark-background);  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);}.page-okebet168-com-login-sign-up__btn--primary:hover {  background-color: #e6c200;  transform: translateY(-2px);}.page-okebet168-com-login-sign-up__btn--secondary {  background-color: var(--secondary-color);  color: var(--white-color);  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  margin-left: 15px;}.page-okebet168-com-login-sign-up__btn--secondary:hover {  background-color: #0056b3;  transform: translateY(-2px);}.page-okebet168-com-login-sign-up__btn--small {  padding: 8px 18px;  font-size: 0.9em;  border-radius: 5px;}/* Hero Section */.page-okebet168-com-login-sign-up__hero-section {  position: relative;  background: linear-gradient(135deg, var(--dark-background), #333333);  color: var(--white-color);  padding: 80px 20px;  text-align: center;  overflow: hidden;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;}.page-okebet168-com-login-sign-up__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  overflow: hidden;  z-index: 0;}.page-okebet168-com-login-sign-up__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.3;  max-width: 100%; /* Responsive image */}.page-okebet168-com-login-sign-up__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  margin: 0 auto;}.page-okebet168-com-login-sign-up__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  line-height: 1.2;  color: var(--primary-color);  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-okebet168-com-login-sign-up__hero-description {  font-size: 1.3em;  margin-bottom: 40px;  color: var(--white-color);  max-width: 700px;  margin-left: auto;  margin-right: auto;}.page-okebet168-com-login-sign-up__hero-buttons {  display: flex;  justify-content: center;  flex-wrap: wrap;  gap: 15px;}/* About Section */.page-okebet168-com-login-sign-up__about-section {  padding: 60px 20px;  background-color: var(--white-color);  text-align: center;}/* Games Section */.page-okebet168-com-login-sign-up__games-section {  padding: 60px 20px;  background-color: var(--background-color);}.page-okebet168-com-login-sign-up__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto 40px auto;}.page-okebet168-com-login-sign-up__game-card {  background-color: var(--white-color);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  text-align: center;  transition: transform 0.3s ease;  display: flex;  flex-direction: column;}.page-okebet168-com-login-sign-up__game-card:hover {  transform: translateY(-5px);}.page-okebet168-com-login-sign-up__game-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%; /* Responsive image */}.page-okebet168-com-login-sign-up__game-title {  font-size: 1.5em;  color: var(--dark-background);  margin: 20px 15px 10px 15px;}.page-okebet168-com-login-sign-up__game-description {  font-size: 0.95em;  color: var(--light-text-color);  padding: 0 15px 20px 15px;  flex-grow: 1; /* Ensure description takes available space */}.page-okebet168-com-login-sign-up__cta-center {  text-align: center;  margin-top: 30px;}/* Promo Section */.page-okebet168-com-login-sign-up__promo-section {  padding: 60px 20px;  background-color: var(--white-color);}.page-okebet168-com-login-sign-up__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto 40px auto;}.page-okebet168-com-login-sign-up__promo-card {  background-color: var(--background-color);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);  text-align: center;  transition: transform 0.3s ease;  display: flex;  flex-direction: column;}.page-okebet168-com-login-sign-up__promo-card:hover {  transform: translateY(-5px);}.page-okebet168-com-login-sign-up__promo-image {  width: 100%;  height: 250px;  object-fit: cover;  max-width: 100%; /* Responsive image */}.page-okebet168-com-login-sign-up__promo-title {  font-size: 1.6em;  color: var(--dark-background);  margin: 20px 15px 10px 15px;}.page-okebet168-com-login-sign-up__promo-description {  font-size: 1em;  color: var(--light-text-color);  padding: 0 15px 20px 15px;  flex-grow: 1;}/* FAQ Section */.page-okebet168-com-login-sign-up__faq-section {  padding: 60px 20px;  background-color: var(--background-color);}.page-okebet168-com-login-sign-up__faq-container {  max-width: 900px;  margin: 0 auto;}.page-okebet168-com-login-sign-up__faq-item {  background-color: var(--white-color);  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  overflow: hidden;}.page-okebet168-com-login-sign-up__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: var(--white-color);  border-bottom: 1px solid var(--border-color);  user-select: none;  transition: background-color 0.3s ease;}.page-okebet168-com-login-sign-up__faq-question:hover {  background-color: #f0f0f0;}.page-okebet168-com-login-sign-up__faq-title {  font-size: 1.2em;  color: var(--dark-background);  margin: 0;  pointer-events: none; /* Crucial for click event on parent */}.page-okebet168-com-login-sign-up__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: var(--primary-color);  transition: transform 0.3s ease;  pointer-events: none; /* Crucial for click event on parent */}.page-okebet168-com-login-sign-up__faq-item.active .page-okebet168-com-login-sign-up__faq-toggle {  transform: rotate(45deg);}.page-okebet168-com-login-sign-up__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  color: var(--light-text-color);}.page-okebet168-com-login-sign-up__faq-item.active .page-okebet168-com-login-sign-up__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important;  opacity: 1;}.page-okebet168-com-login-sign-up__faq-answer p {  margin-top: 0;  margin-bottom: 10px;}/* Call to Action Bottom */.page-okebet168-com-login-sign-up__cta-bottom {  padding: 60px 20px;  background-color: var(--dark-background);  color: var(--white-color);  text-align: center;}.page-okebet168-com-login-sign-up__cta-bottom .page-okebet168-com-login-sign-up__section-title {  color: var(--primary-color);}.page-okebet168-com-login-sign-up__cta-bottom .page-okebet168-com-login-sign-up__text-content {  color: var(--white-color);}.page-okebet168-com-login-sign-up__cta-buttons {  display: flex;  justify-content: center;  flex-wrap: wrap;  gap: 20px;  margin-top: 40px;}/* Floating Buttons */.page-okebet168-com-login-sign-up__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  display: flex;  flex-direction: column;  gap: 10px;  z-index: 1000;}.page-okebet168-com-login-sign-up__floating-btn {  display: block;  padding: 12px 20px;  border-radius: 30px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  text-align: center;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.2s ease, background-color 0.3s ease;  min-width: 120px;}.page-okebet168-com-login-sign-up__floating-btn--login {  background-color: var(--primary-color);  color: var(--dark-background);}.page-okebet168-com-login-sign-up__floating-btn--login:hover {  background-color: #e6c200;  transform: translateY(-3px);}.page-okebet168-com-login-sign-up__floating-btn--register {  background-color: var(--secondary-color);  color: var(--white-color);}.page-okebet168-com-login-sign-up__floating-btn--register:hover {  background-color: #0056b3;  transform: translateY(-3px);}/* Responsive Design */@media (max-width: 768px) {  .page-okebet168-com-login-sign-up__hero-title {    font-size: 2.5em;  }  .page-okebet168-com-login-sign-up__hero-description {    font-size: 1em;  }  .page-okebet168-com-login-sign-up__btn {    width: 100%;    margin-left: 0;    margin-right: 0;  }  .page-okebet168-com-login-sign-up__hero-buttons {    flex-direction: column;    gap: 10px;  }  .page-okebet168-com-login-sign-up__btn--secondary {    margin-top: 10px;    margin-left: 0;  }  .page-okebet168-com-login-sign-up__section-title {    font-size: 1.8em;  }  .page-okebet168-com-login-sign-up__text-content {    font-size: 1em;  }  .page-okebet168-com-login-sign-up__game-categories,  .page-okebet168-com-login-sign-up__promo-grid {    grid-template-columns: 1fr;  }  .page-okebet168-com-login-sign-up__game-card,  .page-okebet168-com-login-sign-up__promo-card {    box-sizing: border-box !important;    width: 100% !important;    max-width: 100% !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-okebet168-com-login-sign-up__game-image,  .page-okebet168-com-login-sign-up__promo-image,  .page-okebet168-com-login-sign-up__hero-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-okebet168-com-login-sign-up__floating-buttons {    bottom: 15px;    right: 15px;    flex-direction: row;    width: calc(100% - 30px);    justify-content: space-around;    gap: 10px;  }  .page-okebet168-com-login-sign-up__floating-btn {    flex: 1;    min-width: unset;    padding: 10px 15px;    font-size: 1em;  }  .page-okebet168-com-login-sign-up__faq-question {    padding: 15px 20px;  }  .page-okebet168-com-login-sign-up__faq-title {    font-size: 1.1em;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-okebet168-com-login-sign-up__faq-answer {    padding: 15px 20px !important;  }  .page-okebet168-com-login-sign-up__cta-buttons {    flex-direction: column;    gap: 15px;  }}@media (max-width: 480px) {  .page-okebet168-com-login-sign-up__hero-title {    font-size: 2em;  }  .page-okebet168-com-login-sign-up__section-title {    font-size: 1.6em;  }  .page-okebet168-com-login-sign-up__hero-section {    padding: 60px 15px;  }  .page-okebet168-com-login-sign-up__about-section,  .page-okebet168-com-login-sign-up__games-section,  .page-okebet168-com-login-sign-up__promo-section,  .page-okebet168-com-login-sign-up__faq-section,  .page-okebet168-com-login-sign-up__cta-bottom {    padding: 40px 15px;  }}