.page-new-88 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #f0f0f0;
  background-color: #1a1a2e;
  line-height: 1.6;
  padding-bottom: 80px; /* Space for floating buttons */
}

.page-new-88__keyword-highlight {
  color: #e94560;
  font-weight: bold;
}

.page-new-88__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px 40px;
  background-color: #0f3460;
  position: relative;
  overflow: hidden;
  color: #fff;
  padding-top: 10px; /* Small top padding as body padding-top handles header offset */
}

.page-new-88__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.page-new-88__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-new-88__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #e94560;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-new-88__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin-bottom: 30px;
  color: #d0d0d0;
}

.page-new-88__hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-new-88__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-new-88__button--primary {
  background-color: #e94560;
  color: #fff;
  border: 2px solid #e94560;
}

.page-new-88__button--primary:hover {
  background-color: #d43450;
  transform: translateY(-2px);
}

.page-new-88__button--secondary {
  background-color: transparent;
  color: #e94560;
  border: 2px solid #e94560;
}

.page-new-88__button--secondary:hover {
  background-color: #e94560;
  color: #fff;
  transform: translateY(-2px);
}

.page-new-88__section-title {
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 20px;
  color: #e94560;
  padding-top: 40px;
}

.page-new-88__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #d0d0d0;
}

.page-new-88__features-section, .page-new-88__promotions-section, .page-new-88__providers-section, .page-new-88__payments-section, .page-new-88__why-choose-us-section, .page-new-88__faq-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-new-88__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-new-88__feature-card {
  background-color: #2a2a4a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-new-88__feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
}

.page-new-88__feature-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 4px solid #e94560;
  max-width: 100%;
  box-sizing: border-box !important;
}

.page-new-88__feature-title {
  font-size: 1.6em;
  color: #e94560;
  margin: 20px 0 10px;
  padding: 0 15px;
}

.page-new-88__feature-text {
  font-size: 1em;
  color: #c0c0c0;
  padding: 0 15px;
}

.page-new-88__promo-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page-new-88__promo-item {
  display: flex;
  background-color: #2a2a4a;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.page-new-88__promo-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
}

.page-new-88__promo-image {
  width: 40%;
  height: auto;
  object-fit: cover;
  border-right: 4px solid #e94560;
  max-width: 100%;
  box-sizing: border-box !important;
}

.page-new-88__promo-content {
  padding: 25px;
  width: 60%;
  box-sizing: border-box;
}

.page-new-88__promo-title {
  font-size: 1.8em;
  color: #e94560;
  margin-bottom: 15px;
}

.page-new-88__promo-text {
  font-size: 1em;
  color: #c0c0c0;
}

.page-new-88__center-button {
  text-align: center;
  margin-top: 40px;
}

.page-new-88__providers-grid, .page-new-88__payments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 30px;
  justify-items: center;
}

.page-new-88__provider-item, .page-new-88__payment-item {
  background-color: #2a2a4a;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  width: 100%;
  box-sizing: border-box;
}

.page-new-88__provider-item:hover, .page-new-88__payment-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-new-88__provider-logo, .page-new-88__payment-logo {
  max-width: 120px;
  max-height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box !important;
}

.page-new-88__provider-name, .page-new-88__payment-name {
  font-size: 1.1em;
  color: #f0f0f0;
  font-weight: bold;
}

.page-new-88__why-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.page-new-88__why-item {
  background-color: #2a2a4a;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.page-new-88__why-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
}

.page-new-88__why-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
  max-width: 100%;
  box-sizing: border-box !important;
}

.page-new-88__why-title {
  font-size: 1.6em;
  color: #e94560;
  margin-bottom: 10px;
}

.page-new-88__why-text {
  font-size: 1em;
  color: #c0c0c0;
}

.page-new-88__faq-container {
  margin-top: 30px;
}

.page-new-88__faq-item {
  background-color: #2a2a4a;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.page-new-88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #3a3a5a;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  user-select: none;
  transition: background-color 0.3s ease;
}

.page-new-88__faq-question:hover {
  background-color: #4a4a6a;
}

.page-new-88__faq-question h3 {
  margin: 0;
  flex-grow: 1;
  color: #e94560;
  font-size: 1.2em;
}

.page-new-88__faq-toggle {
  font-size: 1.8em;
  line-height: 1;
  margin-left: 15px;
  color: #e94560;
  transition: transform 0.3s ease;
}

.page-new-88__faq-item.active .page-new-88__faq-toggle {
  transform: rotate(45deg);
}

.page-new-88__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: #d0d0d0;
  font-size: 1em;
}

.page-new-88__faq-item.active .page-new-88__faq-answer {
  max-height: 2000px !important;
  padding: 20px 25px !important;
  opacity: 1;
}

.page-new-88__faq-answer p {
  margin: 0;
}

.page-new-88__floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.page-new-88__floating-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 50px;
  background-color: #e94560;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-new-88__floating-button:hover {
  background-color: #d43450;
  transform: translateY(-3px);
}

.page-new-88__floating-button--login {
  background-color: #0f3460;
  border: 2px solid #e94560;
}

.page-new-88__floating-button--login:hover {
  background-color: #e94560;
  border-color: #e94560;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-new-88__hero-title {
    font-size: 2.5em;
  }
  .page-new-88__section-title {
    font-size: 2em;
  }
  .page-new-88__promo-image {
    width: 35%;
  }
  .page-new-88__promo-content {
    width: 65%;
  }
  .page-new-88__promo-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-new-88__hero-section {
    padding: 40px 15px 30px;
  }
  .page-new-88__hero-title {
    font-size: 2em;
  }
  .page-new-88__hero-description {
    font-size: 1em;
  }
  .page-new-88__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-new-88__button {
    width: 100%;
    max-width: 280px;
  }

  .page-new-88__section-title {
    font-size: 1.8em;
    padding-top: 30px;
  }
  .page-new-88__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }

  .page-new-88__features-grid {
    grid-template-columns: 1fr;
  }

  .page-new-88__promo-list {
    gap: 20px;
  }
  .page-new-88__promo-item {
    flex-direction: column;
    text-align: center;
  }
  .page-new-88__promo-image {
    width: 100% !important;
    height: 200px;
    border-bottom: 4px solid #e94560;
    border-right: none;
    box-sizing: border-box !important;
  }
  .page-new-88__promo-content {
    width: 100% !important;
    padding: 20px;
    box-sizing: border-box;
  }
  .page-new-88__promo-title {
    font-size: 1.4em;
  }

  .page-new-88__providers-grid, .page-new-88__payments-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .page-new-88__provider-item, .page-new-88__payment-item {
    padding: 15px;
  }
  .page-new-88__provider-logo, .page-new-88__payment-logo {
    max-width: 100px;
    max-height: 60px;
  }
  .page-new-88__provider-name, .page-new-88__payment-name {
    font-size: 1em;
  }

  .page-new-88__why-list {
    grid-template-columns: 1fr;
  }
  .page-new-88__why-item {
    padding: 25px;
  }
  .page-new-88__why-icon {
    width: 80px;
    height: 80px;
  }
  .page-new-88__why-title {
    font-size: 1.4em;
  }

  .page-new-88__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-new-88__faq-question h3 {
    font-size: 1.1em;
  }
  .page-new-88__faq-toggle {
    font-size: 1.5em;
  }
  .page-new-88__faq-answer {
    padding: 0 20px;
  }
  .page-new-88__faq-item.active .page-new-88__faq-answer {
    padding: 15px 20px !important;
  }

  .page-new-88__floating-buttons {
    flex-direction: row;
    bottom: 15px;
    right: 50%;
    transform: translateX(50%);
    width: calc(100% - 30px);
    justify-content: space-around;
    gap: 10px;
  }
  .page-new-88__floating-button {
    width: 48%;
    max-width: 150px;
    height: 45px;
    font-size: 0.9em;
  }
  .page-new-88 {
    padding-bottom: 70px; /* Adjust for smaller floating buttons */
  }
}

@media (max-width: 480px) {
  .page-new-88__hero-title {
    font-size: 1.8em;
  }
  .page-new-88__section-title {
    font-size: 1.6em;
  }
  .page-new-88__hero-buttons {
    gap: 10px;
  }
  .page-new-88__button {
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-new-88__promo-image {
    height: 150px;
  }
  .page-new-88__promo-title {
    font-size: 1.2em;
  }
  .page-new-88__providers-grid, .page-new-88__payments-grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-new-88__floating-buttons {
    gap: 8px;
  }
  .page-new-88__floating-button {
    width: 45%;
    height: 40px;
    font-size: 0.85em;
  }
}