/* Base Styles */.page-66f {  font-family: 'Arial', sans-serif;  color: #e0e0e0;  background-color: #1a1a2e;  line-height: 1.6;  overflow-x: hidden;}.page-66f__section-title {  font-size: 2.5em;  color: #e94560;  text-align: center;  margin-bottom: 40px;  padding: 20px 15px;  position: relative;}.page-66f__section-title::after {  content: '';  display: block;  width: 80px;  height: 4px;  background-color: #0f3460;  margin: 10px auto 0;  border-radius: 2px;}.page-66f__button {  display: inline-block;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.2s ease;  text-align: center;  cursor: pointer;  white-space: nowrap;}.page-66f__button--primary {  background-color: #e94560;  color: #ffffff;  border: 2px solid #e94560;}.page-66f__button--primary:hover {  background-color: #ff6e8a;  border-color: #ff6e8a;  transform: translateY(-2px);}.page-66f__button--secondary {  background-color: transparent;  color: #e94560;  border: 2px solid #e94560;}.page-66f__button--secondary:hover {  background-color: #e94560;  color: #ffffff;  transform: translateY(-2px);}.page-66f__button--small {  padding: 8px 15px;  font-size: 0.9em;}.page-66f img {  max-width: 100%;  height: auto;  display: block;  object-fit: cover;}.page-66f h1, .page-66f h2, .page-66f h3 {  margin-top: 0;  margin-bottom: 15px;}.page-66f p {  margin-bottom: 15px;}.page-66f section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;}.page-66f__hero-section {  position: relative;  width: 100%;  height: 80vh;  min-height: 500px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  padding-top: 10px; /* Small decorative padding, assuming body has header offset */}.page-66f__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;}.page-66f__hero-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: linear-gradient(rgba(26, 26, 46, 0.7), rgba(26, 26, 46, 0.9));  z-index: 2;}.page-66f__hero-content {  position: relative;  z-index: 3;  max-width: 900px;  padding: 20px;}.page-66f__hero-title {  font-size: 3.8em;  color: #ffffff;  margin-bottom: 20px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-66f__hero-subtitle {  font-size: 1.5em;  color: #e0e0e0;  margin-bottom: 40px;  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);}.page-66f__hero-actions {  display: flex;  gap: 20px;  justify-content: center;  flex-wrap: wrap;}.page-66f__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  display: flex;  flex-direction: column;  gap: 10px;  z-index: 1000;}.page-66f__floating-button {  background-color: #e94560;  color: #ffffff;  padding: 10px 15px;  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, transform 0.2s ease;  text-align: center;}.page-66f__floating-button:hover {  background-color: #ff6e8a;  transform: scale(1.05);}.page-66f__floating-button--login {  background-color: #0f3460;}.page-66f__floating-button--login:hover {  background-color: #1a4a82;}.page-66f__intro-section {  background-color: #1a1a2e;  text-align: center;}.page-66f__intro-text {  font-size: 1.1em;  max-width: 800px;  margin: 0 auto 40px;}.page-66f__intro-features {  display: flex;  justify-content: center;  gap: 30px;  flex-wrap: wrap;}.page-66f__feature-item {  background-color: #0f3460;  padding: 30px;  border-radius: 10px;  width: 100%;  max-width: 300px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;  box-sizing: border-box;}.page-66f__feature-item:hover {  transform: translateY(-10px);}.page-66f__feature-icon {  width: 80px;  height: 80px;  margin: 0 auto 20px;  border-radius: 50%;  background-color: #e94560;  padding: 10px;}.page-66f__feature-title {  color: #ffffff;  font-size: 1.5em;  margin-bottom: 10px;}.page-66f__feature-description {  color: #c0c0c0;  font-size: 0.95em;}.page-66f__quick-access-section {  background-color: #0f3460;}.page-66f__quick-access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 25px;}.page-66f__access-card {  background-color: #1a1a2e;  padding: 25px;  border-radius: 10px;  text-align: center;  text-decoration: none;  color: #e0e0e0;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease, background-color 0.3s ease;  box-sizing: border-box;}.page-66f__access-card:hover {  transform: translateY(-8px);  background-color: #2a2a4a;}.page-66f__access-icon {  width: 100%;  max-width: 200px;  height: 150px;  margin: 0 auto 15px;  border-radius: 8px;}.page-66f__access-title {  color: #e94560;  font-size: 1.3em;  margin-bottom: 10px;}.page-66f__access-description {  color: #c0c0c0;  font-size: 0.9em;}.page-66f__games-section {  background-color: #1a1a2e;  text-align: center;}.page-66f__games-description {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;}.page-66f__games-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 25px;  justify-items: center; /* Center product display images */}.page-66f__game-card {  background-color: #0f3460;  padding: 20px;  border-radius: 10px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease;  text-align: center;  width: 100%;  max-width: 350px;  box-sizing: border-box;}.page-66f__game-card:hover {  transform: translateY(-8px);}.page-66f__game-image {  width: 100%;  height: 200px;  border-radius: 8px;  margin-bottom: 15px;}.page-66f__game-title {  color: #e94560;  font-size: 1.4em;  margin-bottom: 10px;}.page-66f__game-text {  color: #c0c0c0;  font-size: 0.95em;  margin-bottom: 20px;}.page-66f__game-button {  background-color: #e94560;  color: #ffffff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-66f__game-button:hover {  background-color: #ff6e8a;}.page-66f__promotions-section {  background-color: #0f3460;  text-align: center;}.page-66f__promotions-description {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;}.page-66f__promotions-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 25px;}.page-66f__promo-card {  background-color: #1a1a2e;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease;  text-align: left;  box-sizing: border-box;}.page-66f__promo-card:hover {  transform: translateY(-8px);}.page-66f__promo-image {  width: 100%;  height: 220px;  object-fit: cover;}.page-66f__promo-content {  padding: 20px;}.page-66f__promo-title {  color: #e94560;  font-size: 1.3em;  margin-bottom: 10px;}.page-66f__promo-text {  color: #c0c0c0;  font-size: 0.95em;  margin-bottom: 20px;}.page-66f__security-section {  background-color: #1a1a2e;}.page-66f__security-content {  display: flex;  flex-wrap: wrap;  align-items: center;  gap: 40px;}.page-66f__security-text {  flex: 1;  min-width: 300px;}.page-66f__security-text p {  margin-bottom: 20px;  font-size: 1.1em;  color: #c0c0c0;}.page-66f__security-image {  flex: 1;  min-width: 300px;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-66f__faq-section {  background-color: #0f3460;}.page-66f__faq-container {  max-width: 800px;  margin: 0 auto;}.page-66f__faq-item {  background-color: #1a1a2e;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}.page-66f__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 25px;  cursor: pointer;  user-select: none;  background-color: #2a2a4a;  transition: background-color 0.3s ease;}.page-66f__faq-question:hover {  background-color: #3a3a5a;}.page-66f__faq-question h3 {  margin: 0;  font-size: 1.2em;  color: #ffffff;  pointer-events: none;}.page-66f__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: #e94560;  transition: transform 0.3s ease;  pointer-events: none;}.page-66f__faq-item.active .page-66f__faq-toggle {  transform: rotate(45deg);}.page-66f__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: #c0c0c0;}.page-66f__faq-item.active .page-66f__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-66f__blog-section {  background-color: #1a1a2e;  text-align: center;}.page-66f__blog-description {  max-width: 800px;  margin: 0 auto 40px;  font-size: 1.1em;}.page-66f__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 25px;}.page-66f__blog-card {  background-color: #0f3460;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease;  text-align: left;  box-sizing: border-box;}.page-66f__blog-card:hover {  transform: translateY(-8px);}.page-66f__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-66f__blog-content {  padding: 20px;}.page-66f__blog-title {  font-size: 1.3em;  margin-bottom: 10px;}.page-66f__blog-title a {  color: #e94560;  text-decoration: none;  transition: color 0.3s ease;}.page-66f__blog-title a:hover {  color: #ff6e8a;}.page-66f__blog-date {  font-size: 0.85em;  color: #888;  margin-bottom: 10px;}.page-66f__blog-excerpt {  font-size: 0.95em;  color: #c0c0c0;  margin-bottom: 20px;}/* Mobile Responsiveness */@media (max-width: 768px) {  .page-66f__hero-title {    font-size: 2.5em;  }  .page-66f__hero-subtitle {    font-size: 1.2em;  }  .page-66f__hero-actions {    flex-direction: column;    gap: 15px;  }  .page-66f__section-title {    font-size: 2em;  }  .page-66f__intro-features,  .page-66f__quick-access-grid,  .page-66f__games-grid,  .page-66f__promotions-grid,  .page-66f__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-66f__feature-item,  .page-66f__access-card,  .page-66f__game-card,  .page-66f__promo-card,  .page-66f__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-66f__security-content {    flex-direction: column;  }  .page-66f__security-text,  .page-66f__security-image {    min-width: unset;  }  .page-66f__faq-question,  .page-66f__faq-answer {    padding-left: 15px !important;    padding-right: 15px !important;  }  .page-66f__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-66f__floating-buttons {    bottom: 15px;    right: 15px;    gap: 8px;  }  .page-66f__floating-button {    padding: 8px 12px;    font-size: 0.9em;  }}@media (max-width: 480px) {  .page-66f__hero-title {    font-size: 2em;  }  .page-66f__hero-subtitle {    font-size: 1em;  }  .page-66f__section-title {    font-size: 1.8em;  }  .page-66f__intro-text,  .page-66f__games-description,  .page-66f__promotions-description,  .page-66f__blog-description {    font-size: 1em;  }  .page-66f__feature-title,  .page-66f__access-title,  .page-66f__game-title,  .page-66f__promo-title,  .page-66f__blog-title {    font-size: 1.2em;  }  .page-66f__feature-description,  .page-66f__access-description,  .page-66f__game-text,  .page-66f__promo-text,  .page-66f__blog-excerpt {    font-size: 0.9em;  }}