.page-gem-n-h {  font-family: 'Arial', sans-serif;  color: #f0f0f0;  background-color: #1a1a2e;  line-height: 1.6;}.page-gem-n-h__hero-section {  position: relative;  width: 100%;  height: 600px;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  color: #ffffff;  padding: 10px 20px;  overflow: hidden;  box-sizing: border-box;  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));  background-size: cover;  background-position: center;}.page-gem-n-h__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: -1;}.page-gem-n-h__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  color: #ffda44;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-gem-n-h__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  max-width: 800px;}.page-gem-n-h__hero-cta {  display: inline-block;  background-color: #e74c3c;  color: #ffffff;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  font-size: 1.2em;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);}.page-gem-n-h__hero-cta:hover {  background-color: #c0392b;  transform: translateY(-3px);}.page-gem-n-h__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: #121223;}.page-gem-n-h__payment-title {  width: 100%;  text-align: center;  font-size: 2em;  color: #ffda44;  margin-bottom: 30px;}.page-gem-n-h__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-gem-n-h__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-gem-n-h__intro-section {  padding: 60px 20px;  background-color: #1a1a2e;  text-align: center;  max-width: 1200px;  margin: 0 auto;}.page-gem-n-h__intro-title {  font-size: 2.8em;  color: #ffda44;  margin-bottom: 25px;}.page-gem-n-h__intro-text {  font-size: 1.1em;  margin-bottom: 40px;  color: #e0e0e0;  max-width: 900px;  margin-left: auto;  margin-right: auto;}.page-gem-n-h__intro-features {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;}.page-gem-n-h__feature-item {  background-color: #2c3e50;  border-radius: 15px;  padding: 30px;  flex: 1 1 calc(33% - 40px);  max-width: calc(33% - 40px);  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);  transition: transform 0.3s ease;  box-sizing: border-box;}.page-gem-n-h__feature-item:hover {  transform: translateY(-10px);}.page-gem-n-h__feature-icon {  width: 80px;  height: 80px;  margin-bottom: 20px;  object-fit: contain;}.page-gem-n-h__feature-title {  font-size: 1.5em;  color: #ffda44;  margin-bottom: 15px;}.page-gem-n-h__feature-description {  font-size: 1em;  color: #cccccc;}.page-gem-n-h__quick-access-section {  background-color: #121223;  padding: 60px 20px;  text-align: center;  max-width: 1200px;  margin: 0 auto;}.page-gem-n-h__quick-access-title {  font-size: 2.5em;  color: #ffda44;  margin-bottom: 30px;}.page-gem-n-h__quick-access-links {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;}.page-gem-n-h__quick-access-link {  display: inline-block;  background-color: #3498db;  color: #ffffff;  padding: 12px 25px;  border-radius: 30px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-gem-n-h__quick-access-link:hover {  background-color: #2980b9;  transform: translateY(-2px);}.page-gem-n-h__games-section {  padding: 60px 20px;  background-color: #1a1a2e;  text-align: center;  max-width: 1200px;  margin: 0 auto;}.page-gem-n-h__games-title {  font-size: 2.8em;  color: #ffda44;  margin-bottom: 40px;}.page-gem-n-h__game-categories {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-bottom: 40px;}.page-gem-n-h__category-button {  background-color: #34495e;  color: #ffffff;  padding: 10px 20px;  border-radius: 25px;  cursor: pointer;  transition: background-color 0.3s ease;  font-size: 1em;  border: none;}.page-gem-n-h__category-button:hover, .page-gem-n-h__category-button.active {  background-color: #e74c3c;}.page-gem-n-h__game-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;}.page-gem-n-h__game-card {  background-color: #2c3e50;  border-radius: 15px;  overflow: hidden;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);  transition: transform 0.3s ease;}.page-gem-n-h__game-card:hover {  transform: translateY(-10px);}.page-gem-n-h__game-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-gem-n-h__game-content {  padding: 20px;}.page-gem-n-h__game-title {  font-size: 1.4em;  color: #ffda44;  margin-bottom: 10px;}.page-gem-n-h__game-description {  font-size: 0.95em;  color: #cccccc;  margin-bottom: 20px;}.page-gem-n-h__game-play-button {  display: block;  background-color: #27ae60;  color: #ffffff;  padding: 10px 0;  border-radius: 25px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-gem-n-h__game-play-button:hover {  background-color: #229954;}.page-gem-n-h__promotions-section {  background-color: #121223;  padding: 60px 20px;  text-align: center;  max-width: 1200px;  margin: 0 auto;}.page-gem-n-h__promotions-title {  font-size: 2.8em;  color: #ffda44;  margin-bottom: 40px;}.page-gem-n-h__promotion-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-gem-n-h__promotion-card {  background-color: #2c3e50;  border-radius: 15px;  overflow: hidden;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);  text-align: left;  transition: transform 0.3s ease;}.page-gem-n-h__promotion-card:hover {  transform: translateY(-10px);}.page-gem-n-h__promotion-image {  width: 100%;  height: 220px;  object-fit: cover;}.page-gem-n-h__promotion-content {  padding: 20px;}.page-gem-n-h__promotion-title-card {  font-size: 1.5em;  color: #ffda44;  margin-bottom: 10px;}.page-gem-n-h__promotion-description {  font-size: 1em;  color: #cccccc;  margin-bottom: 20px;}.page-gem-n-h__promotion-button {  display: inline-block;  background-color: #e74c3c;  color: #ffffff;  padding: 10px 20px;  border-radius: 25px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-gem-n-h__promotion-button:hover {  background-color: #c0392b;}.page-gem-n-h__security-section {  padding: 60px 20px;  background-color: #1a1a2e;  text-align: center;  max-width: 1200px;  margin: 0 auto;}.page-gem-n-h__security-title {  font-size: 2.8em;  color: #ffda44;  margin-bottom: 40px;}.page-gem-n-h__security-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;}.page-gem-n-h__security-item {  background-color: #2c3e50;  border-radius: 15px;  padding: 30px;  flex: 1 1 calc(33% - 40px);  max-width: calc(33% - 40px);  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);  text-align: left;  box-sizing: border-box;}.page-gem-n-h__security-icon {  width: 80px;  height: 80px;  margin-bottom: 20px;  object-fit: contain;}.page-gem-n-h__security-subtitle {  font-size: 1.5em;  color: #ffda44;  margin-bottom: 15px;}.page-gem-n-h__security-description {  font-size: 1em;  color: #cccccc;}.page-gem-n-h__faq-section {  background-color: #121223;  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;}.page-gem-n-h__faq-title {  font-size: 2.8em;  color: #ffda44;  text-align: center;  margin-bottom: 40px;}.page-gem-n-h__faq-list {  max-width: 800px;  margin: 0 auto;}.page-gem-n-h__faq-item {  background-color: #2c3e50;  border-radius: 10px;  margin-bottom: 15px;  overflow: hidden;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-gem-n-h__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 25px;  cursor: pointer;  user-select: none;  background-color: #34495e;  color: #ffffff;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease;}.page-gem-n-h__faq-question:hover {  background-color: #4a627a;}.page-gem-n-h__faq-question h3 {  margin: 0;  pointer-events: none;  color: #ffda44;}.page-gem-n-h__faq-toggle {  font-size: 1.5em;  font-weight: bold;  pointer-events: none;  transition: transform 0.3s ease;}.page-gem-n-h__faq-item.active .page-gem-n-h__faq-toggle {  transform: rotate(45deg);}.page-gem-n-h__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: #cccccc;  font-size: 1em;}.page-gem-n-h__faq-item.active .page-gem-n-h__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-gem-n-h__blog-section {  padding: 60px 20px;  background-color: #1a1a2e;  text-align: center;  max-width: 1200px;  margin: 0 auto;}.page-gem-n-h__blog-title {  font-size: 2.8em;  color: #ffda44;  margin-bottom: 40px;}.page-gem-n-h__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-gem-n-h__blog-card {  background-color: #2c3e50;  border-radius: 15px;  overflow: hidden;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);  text-align: left;  transition: transform 0.3s ease;}.page-gem-n-h__blog-card:hover {  transform: translateY(-10px);}.page-gem-n-h__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-gem-n-h__blog-content {  padding: 20px;}.page-gem-n-h__blog-post-title {  font-size: 1.4em;  color: #ffda44;  margin-bottom: 10px;}.page-gem-n-h__blog-excerpt {  font-size: 0.95em;  color: #cccccc;  margin-bottom: 15px;}.page-gem-n-h__blog-read-more {  display: inline-block;  color: #3498db;  text-decoration: none;  font-weight: bold;  transition: color 0.3s ease;}.page-gem-n-h__blog-read-more:hover {  color: #2980b9;}@media (max-width: 1024px) {  .page-gem-n-h__hero-title {    font-size: 3em;  }  .page-gem-n-h__hero-subtitle {    font-size: 1.3em;  }  .page-gem-n-h__feature-item,  .page-gem-n-h__security-item {    flex: 1 1 calc(50% - 20px);    max-width: calc(50% - 20px);  }}.page-gem-n-h__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  display: flex;  flex-direction: column;  gap: 15px;  z-index: 1000;}.page-gem-n-h__floating-button {  background-color: #e74c3c;  color: #ffffff;  padding: 12px 20px;  border-radius: 50px;  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: background-color 0.3s ease, transform 0.3s ease;}.page-gem-n-h__floating-button:hover {  background-color: #c0392b;  transform: scale(1.05);}@media (max-width: 768px) {  .page-gem-n-h__hero-section {    height: 450px;    padding: 10px;  }  .page-gem-n-h__hero-title {    font-size: 2.5em;  }  .page-gem-n-h__hero-subtitle {    font-size: 1.1em;    margin-bottom: 20px;  }  .page-gem-n-h__hero-cta {    padding: 12px 25px;    font-size: 1em;  }  .page-gem-n-h__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 10px;  }  .page-gem-n-h__payment-logo,  .page-gem-n-h__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-gem-n-h__intro-section,  .page-gem-n-h__quick-access-section,  .page-gem-n-h__games-section,  .page-gem-n-h__promotions-section,  .page-gem-n-h__security-section,  .page-gem-n-h__faq-section,  .page-gem-n-h__blog-section {    padding: 40px 15px;  }  .page-gem-n-h__intro-title,  .page-gem-n-h__quick-access-title,  .page-gem-n-h__games-title,  .page-gem-n-h__promotions-title,  .page-gem-n-h__security-title,  .page-gem-n-h__faq-title,  .page-gem-n-h__blog-title {    font-size: 2em;    margin-bottom: 25px;  }  .page-gem-n-h__intro-text {    font-size: 1em;  }  .page-gem-n-h__intro-features,  .page-gem-n-h__security-grid {    flex-direction: column;    gap: 20px;  }  .page-gem-n-h__feature-item,  .page-gem-n-h__security-item {    flex: 1 1 100% !important;    max-width: 100% !important;    padding: 25px !important;    box-sizing: border-box !important;  }  .page-gem-n-h__quick-access-links {    flex-direction: column;  }  .page-gem-n-h__quick-access-link {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 10px 0 !important;  }  .page-gem-n-h__game-grid,  .page-gem-n-h__promotion-grid,  .page-gem-n-h__blog-grid {    grid-template-columns: 1fr;  }  .page-gem-n-h__game-card,  .page-gem-n-h__promotion-card,  .page-gem-n-h__blog-card {    width: 100%;  }  .page-gem-n-h__game-image,  .page-gem-n-h__promotion-image,  .page-gem-n-h__blog-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-gem-n-h__faq-question {    font-size: 1.1em;    padding: 15px 20px;  }  .page-gem-n-h__faq-answer {    padding: 0 20px;  }  .page-gem-n-h__faq-item.active .page-gem-n-h__faq-answer {    padding: 15px 20px !important;  }  .page-gem-n-h__floating-buttons {    bottom: 15px;    right: 15px;    gap: 10px;  }  .page-gem-n-h__floating-button {    padding: 10px 15px;    font-size: 1em;  }}