.page-nh-c-i-s {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-nh-c-i-s__hero-section {  position: relative;  width: 100%;  height: 60vh;  min-height: 400px;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  color: #fff;  padding: 10px 20px 0;  box-sizing: border-box;  background: linear-gradient(135deg, #FF6B6B 0%, #FFB84C 100%);  overflow: hidden;}.page-nh-c-i-s__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: -1;  filter: brightness(0.7);}.page-nh-c-i-s__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  margin: 0 auto;}.page-nh-c-i-s__hero-title {  font-size: 3.5em;  margin-bottom: 15px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);  color: #fff;  font-weight: bold;  line-height: 1.2;}.page-nh-c-i-s__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);  color: #eee;}.page-nh-c-i-s__hero-button {  display: inline-block;  background-color: #4CAF50;  color: white;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);  border: none;  cursor: pointer;}.page-nh-c-i-s__hero-button:hover {  background-color: #45a049;  transform: translateY(-3px);}.page-nh-c-i-s__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  display: flex;  flex-direction: column;  gap: 10px;  z-index: 1000;}.page-nh-c-i-s__floating-button {  background-color: #FF6B6B;  color: white;  border: none;  border-radius: 50%;  width: 60px;  height: 60px;  display: flex;  justify-content: center;  align-items: center;  font-size: 1.2em;  cursor: pointer;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  transition: background-color 0.3s ease, transform 0.3s ease;}.page-nh-c-i-s__floating-button:hover {  background-color: #FF8E8E;  transform: translateY(-3px);}.page-nh-c-i-s__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: #fff;  border-bottom: 1px solid #eee;}.page-nh-c-i-s__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-nh-c-i-s__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-nh-c-i-s__section {  padding: 60px 20px;  margin: 0 auto;  max-width: 1200px;  text-align: center;  box-sizing: border-box;}.page-nh-c-i-s__section-light {  background-color: #fefefe;}.page-nh-c-i-s__section-dark {  background-color: #2c3e50;  color: #ecf0f1;}.page-nh-c-i-s__section-title {  font-size: 2.5em;  margin-bottom: 30px;  color: #333;  position: relative;  padding-bottom: 10px;}.page-nh-c-i-s__section-title--dark {  color: #ecf0f1;}.page-nh-c-i-s__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #FF6B6B;  border-radius: 2px;}.page-nh-c-i-s__text-content {  font-size: 1.1em;  line-height: 1.8;  margin-bottom: 20px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-nh-c-i-s__grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-nh-c-i-s__grid-item {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  padding: 30px;  text-align: left;  transition: transform 0.3s ease;  border: 1px solid #eee;}.page-nh-c-i-s__grid-item--dark {  background-color: #34495e;  color: #ecf0f1;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  border: 1px solid #4a6a8a;}.page-nh-c-i-s__grid-item:hover {  transform: translateY(-5px);}.page-nh-c-i-s__grid-item-title {  font-size: 1.5em;  margin-bottom: 15px;  color: #FF6B6B;}.page-nh-c-i-s__grid-item-title--dark {  color: #f1c40f;}.page-nh-c-i-s__game-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease;  border: 1px solid #eee;}.page-nh-c-i-s__game-card:hover {  transform: translateY(-5px);}.page-nh-c-i-s__game-card-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-nh-c-i-s__game-card-content {  padding: 20px;}.page-nh-c-i-s__game-card-title {  font-size: 1.4em;  margin-bottom: 10px;  color: #333;}.page-nh-c-i-s__game-card-description {  font-size: 0.95em;  color: #666;  margin-bottom: 15px;}.page-nh-c-i-s__game-card-button {  display: inline-block;  background-color: #FF6B6B;  color: white;  padding: 10px 20px;  border-radius: 30px;  text-decoration: none;  font-size: 1em;  font-weight: bold;  transition: background-color 0.3s ease;}.page-nh-c-i-s__game-card-button:hover {  background-color: #e65c5c;}.page-nh-c-i-s__promo-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease;  border: 1px solid #eee;}.page-nh-c-i-s__promo-card:hover {  transform: translateY(-5px);}.page-nh-c-i-s__promo-card-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-nh-c-i-s__promo-card-content {  padding: 20px;}.page-nh-c-i-s__promo-card-title {  font-size: 1.4em;  margin-bottom: 10px;  color: #333;}.page-nh-c-i-s__promo-card-description {  font-size: 0.95em;  color: #666;  margin-bottom: 15px;}.page-nh-c-i-s__promo-card-button {  display: inline-block;  background-color: #4CAF50;  color: white;  padding: 10px 20px;  border-radius: 30px;  text-decoration: none;  font-size: 1em;  font-weight: bold;  transition: background-color 0.3s ease;}.page-nh-c-i-s__promo-card-button:hover {  background-color: #45a049;}.page-nh-c-i-s__faq-section {  background-color: #fefefe;}.page-nh-c-i-s__faq-container {  max-width: 900px;  margin: 40px auto;  text-align: left;}.page-nh-c-i-s__faq-item {  margin-bottom: 15px;  border: 1px solid #ddd;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);}.page-nh-c-i-s__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px;  background-color: #fff;  cursor: pointer;  font-size: 1.2em;  font-weight: bold;  color: #333;  transition: background-color 0.3s ease;  user-select: none;}.page-nh-c-i-s__faq-question h3 {  margin: 0;  pointer-events: none;  color: #FF6B6B;}.page-nh-c-i-s__faq-question:hover {  background-color: #f0f0f0;}.page-nh-c-i-s__faq-toggle {  font-size: 1.5em;  font-weight: bold;  transition: transform 0.3s ease;  pointer-events: none;  color: #FF6B6B;}.page-nh-c-i-s__faq-item.active .page-nh-c-i-s__faq-toggle {  transform: rotate(45deg);}.page-nh-c-i-s__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 15px;  background-color: #f9f9f9;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  color: #555;}.page-nh-c-i-s__faq-item.active .page-nh-c-i-s__faq-answer {  max-height: 2000px !important;  padding: 20px 15px !important;  opacity: 1;}.page-nh-c-i-s__blog-section {  background-color: #fefefe;}.page-nh-c-i-s__blog-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: left;  transition: transform 0.3s ease;  border: 1px solid #eee;}.page-nh-c-i-s__blog-card:hover {  transform: translateY(-5px);}.page-nh-c-i-s__blog-card-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-nh-c-i-s__blog-card-content {  padding: 20px;}.page-nh-c-i-s__blog-card-title {  font-size: 1.4em;  margin-bottom: 10px;}.page-nh-c-i-s__blog-card-title a {  color: #333;  text-decoration: none;  transition: color 0.3s ease;}.page-nh-c-i-s__blog-card-title a:hover {  color: #FF6B6B;}.page-nh-c-i-s__blog-card-excerpt {  font-size: 0.95em;  color: #666;  margin-bottom: 15px;}.page-nh-c-i-s__blog-card-date {  font-size: 0.85em;  color: #999;}.page-nh-c-i-s__cta-button {  display: inline-block;  background-color: #FF6B6B;  color: white;  padding: 12px 25px;  border-radius: 30px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease;  margin-top: 20px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);}.page-nh-c-i-s__cta-button:hover {  background-color: #e65c5c;}@media (max-width: 768px) {  .page-nh-c-i-s__hero-section {    height: 70vh;    min-height: 350px;    padding-top: 10px;  }  .page-nh-c-i-s__hero-title {    font-size: 2.5em;  }  .page-nh-c-i-s__hero-subtitle {    font-size: 1.2em;  }  .page-nh-c-i-s__hero-button {    padding: 12px 25px;    font-size: 1em;  }  .page-nh-c-i-s__floating-buttons {    bottom: 15px;    right: 15px;    gap: 8px;  }  .page-nh-c-i-s__floating-button {    width: 50px;    height: 50px;    font-size: 1em;  }  .page-nh-c-i-s__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 20px 10px;  }  .page-nh-c-i-s__payment-logo,  .page-nh-c-i-s__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-nh-c-i-s__section {    padding: 40px 15px;  }  .page-nh-c-i-s__section-title {    font-size: 2em;  }  .page-nh-c-i-s__text-content {    font-size: 1em;  }  .page-nh-c-i-s__grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-nh-c-i-s__grid-item {    padding: 20px;  }  .page-nh-c-i-s__grid-item-title {    font-size: 1.3em;  }  .page-nh-c-i-s__game-card-image,  .page-nh-c-i-s__promo-card-image,  .page-nh-c-i-s__blog-card-image {    height: 150px;  }  .page-nh-c-i-s__game-card-title,  .page-nh-c-i-s__promo-card-title,  .page-nh-c-i-s__blog-card-title {    font-size: 1.2em;  }  .page-nh-c-i-s__game-card-description,  .page-nh-c-i-s__promo-card-description,  .page-nh-c-i-s__blog-card-excerpt {    font-size: 0.9em;  }  .page-nh-c-i-s__faq-container {    margin: 20px auto;  }  .page-nh-c-i-s__faq-question {    padding: 15px;    font-size: 1.1em;  }  .page-nh-c-i-s__faq-answer {    padding: 0 10px;  }  .page-nh-c-i-s__faq-item.active .page-nh-c-i-s__faq-answer {    padding: 15px 10px !important;  }  .page-nh-c-i-s__cta-button {    font-size: 1em;    padding: 10px 20px;  }  .page-nh-c-i-s__text-content p,  .page-nh-c-i-s__grid-item p,  .page-nh-c-i-s__game-card-description,  .page-nh-c-i-s__promo-card-description,  .page-nh-c-i-s__blog-card-excerpt,  .page-nh-c-i-s__blog-card-date,  .page-nh-c-i-s__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-nh-c-i-s__grid-item,  .page-nh-c-i-s__game-card,  .page-nh-c-i-s__promo-card,  .page-nh-c-i-s__blog-card,  .page-nh-c-i-s__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-nh-c-i-s__grid,  .page-nh-c-i-s__faq-container {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }}