.page-hit-wives {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-hit-wives__container {  max-width: 1200px;  margin: 0 auto;  padding: 0 15px;  box-sizing: border-box;}.page-hit-wives__section {  padding: 40px 0;  margin-bottom: 20px;  background-color: #fff;  border-radius: 8px;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}.page-hit-wives__section--dark {  background-color: #2c3e50;  color: #ecf0f1;}.page-hit-wives__hero-section {  position: relative;  padding: 10px 0 60px;  background-color: #1a2a3a;  color: #fff;  text-align: center;  overflow: hidden;  border-radius: 0 0 15px 15px;}.page-hit-wives__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;  opacity: 0.4;}.page-hit-wives__hero-content {  position: relative;  z-index: 2;  padding: 20px;}.page-hit-wives__hero-title {  font-size: 2.8em;  margin-bottom: 15px;  color: #ffda44;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-hit-wives__hero-subtitle {  font-size: 1.4em;  margin-bottom: 30px;  color: #ecf0f1;}.page-hit-wives__btn {  display: inline-block;  background-color: #e74c3c;  color: #fff;  padding: 12px 25px;  border-radius: 30px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.2s ease;  border: none;  cursor: pointer;  font-size: 1em;}.page-hit-wives__btn:hover {  background-color: #c0392b;  transform: translateY(-2px);}.page-hit-wives__btn--secondary {  background-color: #2ecc71;}.page-hit-wives__btn--secondary:hover {  background-color: #27ae60;}.page-hit-wives__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: 30px 0;  background-color: #f0f0f0;  margin-bottom: 20px;}.page-hit-wives__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-hit-wives__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-hit-wives__title {  font-size: 2.2em;  color: #2c3e50;  text-align: center;  margin-bottom: 30px;  position: relative;  padding-bottom: 10px;}.page-hit-wives__title--light {  color: #ecf0f1;}.page-hit-wives__title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 60px;  height: 4px;  background-color: #e74c3c;  border-radius: 2px;}.page-hit-wives__text-content {  font-size: 1.1em;  text-align: justify;  margin-bottom: 20px;  color: #555;}.page-hit-wives__text-content p {  margin-bottom: 15px;}.page-hit-wives__game-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 25px;  padding: 20px 0;}.page-hit-wives__game-card {  background-color: #fefefe;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);  transition: transform 0.3s ease, box-shadow 0.3s ease;  text-align: center;  display: flex;  flex-direction: column;}.page-hit-wives__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);}.page-hit-wives__game-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-hit-wives__game-info {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;  justify-content: space-between;}.page-hit-wives__game-title {  font-size: 1.4em;  color: #2c3e50;  margin-bottom: 10px;}.page-hit-wives__game-description {  font-size: 0.95em;  color: #666;  margin-bottom: 15px;}.page-hit-wives__game-link {  display: block;  margin-top: auto;  background-color: #e74c3c;  color: #fff;  padding: 10px 15px;  border-radius: 20px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-hit-wives__game-link:hover {  background-color: #c0392b;}.page-hit-wives__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 25px;  padding: 20px 0;}.page-hit-wives__promo-card {  background-color: #fefefe;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);  transition: transform 0.3s ease, box-shadow 0.3s ease;  text-align: left;}.page-hit-wives__promo-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);}.page-hit-wives__promo-image {  width: 100%;  height: 220px;  object-fit: cover;}.page-hit-wives__promo-content {  padding: 20px;}.page-hit-wives__promo-title {  font-size: 1.5em;  color: #e74c3c;  margin-bottom: 10px;}.page-hit-wives__promo-description {  font-size: 0.95em;  color: #666;  margin-bottom: 15px;}.page-hit-wives__promo-btn {  display: inline-block;  background-color: #e74c3c;  color: #fff;  padding: 10px 20px;  border-radius: 20px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-hit-wives__promo-btn:hover {  background-color: #c0392b;}.page-hit-wives__service-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 20px;  padding: 20px 0;  text-align: center;}.page-hit-wives__service-item {  background-color: #fefefe;  border-radius: 10px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  padding: 30px 20px;  transition: transform 0.3s ease;}.page-hit-wives__service-item:hover {  transform: translateY(-5px);}.page-hit-wives__service-icon {  width: 60px;  height: 60px;  margin-bottom: 15px;}.page-hit-wives__service-title {  font-size: 1.3em;  color: #2c3e50;  margin-bottom: 10px;}.page-hit-wives__service-description {  font-size: 0.9em;  color: #666;}.page-hit-wives__faq-list {  padding: 20px 0;}.page-hit-wives__faq-item {  background-color: #fefefe;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);}.page-hit-wives__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 20px;  cursor: pointer;  user-select: none;  background-color: #f0f0f0;  border-radius: 8px;  transition: background-color 0.3s ease;}.page-hit-wives__faq-question:hover {  background-color: #e0e0e0;}.page-hit-wives__faq-question h3 {  font-size: 1.2em;  color: #2c3e50;  margin: 0;  pointer-events: none;}.page-hit-wives__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: #e74c3c;  transition: transform 0.3s ease;  pointer-events: none;}.page-hit-wives__faq-item.active .page-hit-wives__faq-toggle {  transform: rotate(45deg);}.page-hit-wives__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  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-hit-wives__faq-item.active .page-hit-wives__faq-answer {  max-height: 2000px !important;  padding: 20px !important;  opacity: 1;}.page-hit-wives__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 25px;  padding: 20px 0;}.page-hit-wives__blog-card {  background-color: #fefefe;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);  transition: transform 0.3s ease, box-shadow 0.3s ease;  text-align: left;}.page-hit-wives__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);}.page-hit-wives__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-hit-wives__blog-content {  padding: 20px;}.page-hit-wives__blog-title {  font-size: 1.3em;  color: #2c3e50;  margin-bottom: 10px;}.page-hit-wives__blog-date {  font-size: 0.85em;  color: #999;  margin-bottom: 10px;}.page-hit-wives__blog-excerpt {  font-size: 0.95em;  color: #666;  margin-bottom: 15px;}.page-hit-wives__blog-link {  display: inline-block;  color: #e74c3c;  text-decoration: none;  font-weight: bold;  transition: color 0.3s ease;}.page-hit-wives__blog-link:hover {  color: #c0392b;}@media (max-width: 768px) {  .page-hit-wives__hero-title {    font-size: 2em;  }  .page-hit-wives__hero-subtitle {    font-size: 1.1em;  }  .page-hit-wives__title {    font-size: 1.8em;  }  .page-hit-wives__text-content {    font-size: 1em;  }  .page-hit-wives__game-grid,  .page-hit-wives__promo-grid,  .page-hit-wives__service-grid,  .page-hit-wives__blog-grid {    grid-template-columns: 1fr;  }  .page-hit-wives__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;  }  .page-hit-wives__payment-logo,  .page-hit-wives__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-hit-wives__faq-question {    padding: 15px;  }  .page-hit-wives__faq-question h3 {    font-size: 1.1em;  }  .page-hit-wives__faq-answer {    padding: 0 15px;    box-sizing: border-box !important;  }  .page-hit-wives__faq-item.active .page-hit-wives__faq-answer {    padding: 15px !important;    box-sizing: border-box !important;  }  .page-hit-wives__faq-list > .page-hit-wives__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-hit-wives__faq-list {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-hit-wives__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}