.page-hit-club-vip-benefits {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-hit-club-vip-benefits__hero {
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%);
  color: #fff;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.page-hit-club-vip-benefits__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 L 0 10" fill="none" stroke="%23ffffff" stroke-width="0.1"/></pattern><rect width="100%" height="100%" fill="url(%23grid)" /></svg>');
  opacity: 0.05;
  z-index: 1;
}

.page-hit-club-vip-benefits__hero-content {
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.page-hit-club-vip-benefits__hero h1 {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-hit-club-vip-benefits__hero p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-hit-club-vip-benefits__hero-image {
  width: 100%;
  max-width: 600px;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.page-hit-club-vip-benefits__hero-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-hit-club-vip-benefits__section {
  padding: 60px 20px;
  text-align: left;
}

.page-hit-club-vip-benefits__section--white {
  background-color: #fff;
  color: #333;
}

.page-hit-club-vip-benefits__section--dark {
  background-color: #0028ff;
  color: #fff;
}

.page-hit-club-vip-benefits__section--gold-bg {
  background-color: #FFD700;
  color: #0056b3;
}

.page-hit-club-vip-benefits__section--gold-bg h2, .page-hit-club-vip-benefits__section--gold-bg h3 {
  color: #0056b3;
}

.page-hit-club-vip-benefits__section--cta {
  background: linear-gradient(90deg, #007BFF, #FFD700);
  color: #fff;
  text-align: center;
}

.page-hit-club-vip-benefits__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-hit-club-vip-benefits h2 {
  font-size: 2.2em;
  color: #007BFF;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-hit-club-vip-benefits h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-hit-club-vip-benefits__section--dark h2 {
  color: #FFD700;
}

.page-hit-club-vip-benefits h3 {
  font-size: 1.6em;
  color: #007BFF;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-hit-club-vip-benefits__section--dark h3 {
  color: #fff;
}

.page-hit-club-vip-benefits__text-center {
  text-align: center;
}

.page-hit-club-vip-benefits__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1em;
  cursor: pointer;
  border: none;
}

.page-hit-club-vip-benefits__button--primary {
  background-color: #FFD700;
  color: #0056b3;
  box-shadow: 0 4px 10px rgba(255, 215, 0, 0.4);
}

.page-hit-club-vip-benefits__button--primary:hover {
  background-color: #e6c200;
  box-shadow: 0 6px 15px rgba(255, 215, 0, 0.6);
  transform: translateY(-2px);
}

.page-hit-club-vip-benefits__button--secondary {
  background-color: #007BFF;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
}

.page-hit-club-vip-benefits__button--secondary:hover {
  background-color: #0056b3;
  box-shadow: 0 6px 15px rgba(0, 123, 255, 0.6);
  transform: translateY(-2px);
}

.page-hit-club-vip-benefits__button--tertiary {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.page-hit-club-vip-benefits__button--tertiary:hover {
  background-color: #fff;
  color: #007BFF;
  transform: translateY(-2px);
}

.page-hit-club-vip-benefits__grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-hit-club-vip-benefits__card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-hit-club-vip-benefits__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.page-hit-club-vip-benefits__card img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 8px rgba(0, 123, 255, 0.3));
}

.page-hit-club-vip-benefits__card h3 {
  color: #007BFF;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-hit-club-vip-benefits__card p {
  color: #555;
  font-size: 0.95em;
}

.page-hit-club-vip-benefits__vip-tiers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.page-hit-club-vip-benefits__tier {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 180px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-hit-club-vip-benefits__tier img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.page-hit-club-vip-benefits__tier h3 {
  color: #FFD700;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-hit-club-vip-benefits__tier p {
  color: #e0e0e0;
  font-size: 0.9em;
}

.page-hit-club-vip-benefits__benefit-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.page-hit-club-vip-benefits__benefit-item--reverse {
  flex-direction: row-reverse;
}

.page-hit-club-vip-benefits__benefit-item img {
  width: 150px;
  height: auto;
  border-radius: 8px;
  flex-shrink: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-hit-club-vip-benefits__benefit-item h3 {
  color: #007BFF;
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-hit-club-vip-benefits__benefit-item p {
  color: #555;
  font-size: 1em;
}

.page-hit-club-vip-benefits__cta-block {
  text-align: center;
  background-color: #007BFF;
  color: #fff;
  padding: 40px;
  border-radius: 15px;
  margin-top: 60px;
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.3);
}

.page-hit-club-vip-benefits__cta-block p {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #e0e0e0;
}

.page-hit-club-vip-benefits__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-hit-club-vip-benefits__step {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.page-hit-club-vip-benefits__step-number {
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #007BFF;
  color: #FFD700;
  font-size: 2.5em;
  font-weight: bold;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
  transform: rotate(-15deg);
}

.page-hit-club-vip-benefits__step h3 {
  color: #0056b3;
  font-size: 1.5em;
  margin-top: 20px;
}

.page-hit-club-vip-benefits__step p {
  color: #666;
  font-size: 0.95em;
  margin-bottom: 20px;
}

.page-hit-club-vip-benefits__image-full-width {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0 auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-hit-club-vip-benefits__advantages-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-hit-club-vip-benefits__advantages-list li {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.page-hit-club-vip-benefits__advantages-list li img {
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  filter: drop-shadow(0 4px 8px rgba(0, 123, 255, 0.3));
}

.page-hit-club-vip-benefits__advantages-list li h4 {
  color: #007BFF;
  font-size: 1.3em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-hit-club-vip-benefits__advantages-list li p {
  color: #555;
  font-size: 0.95em;
}

.page-hit-club-vip-benefits__cta-buttons {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-hit-club-vip-benefits__contact-info {
  margin-top: 40px;
  font-size: 1.1em;
  color: #e0e0e0;
}

@media (max-width: 992px) {
  .page-hit-club-vip-benefits__hero {
    flex-direction: column;
    padding: 60px 20px;
  }

  .page-hit-club-vip-benefits__hero h1 {
    font-size: 2.2em;
  }

  .page-hit-club-vip-benefits__hero-image {
    margin-top: 20px;
  }

  .page-hit-club-vip-benefits__benefit-item,
  .page-hit-club-vip-benefits__benefit-item--reverse {
    flex-direction: column;
    text-align: center;
  }

  .page-hit-club-vip-benefits__benefit-item img {
    margin-bottom: 20px;
  }

  .page-hit-club-vip-benefits__vip-tiers {
    justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .page-hit-club-vip-benefits__hero {
    padding: 40px 15px;
  }

  .page-hit-club-vip-benefits__hero h1 {
    font-size: 1.8em;
  }

  .page-hit-club-vip-benefits h2 {
    font-size: 1.8em;
  }

  .page-hit-club-vip-benefits h3 {
    font-size: 1.4em;
  }

  .page-hit-club-vip-benefits__section {
    padding: 40px 15px;
  }

  .page-hit-club-vip-benefits__grid-3,
  .page-hit-club-vip-benefits__steps,
  .page-hit-club-vip-benefits__advantages-list {
    grid-template-columns: 1fr;
  }

  .page-hit-club-vip-benefits__tier {
    width: 100%;
    max-width: 250px;
  }

  .page-hit-club-vip-benefits__cta-buttons {
    flex-direction: column;
  }

  .page-hit-club-vip-benefits__button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-hit-club-vip-benefits__hero h1 {
    font-size: 1.6em;
  }

  .page-hit-club-vip-benefits h2 {
    font-size: 1.6em;
  }

  .page-hit-club-vip-benefits__hero p {
    font-size: 1em;
  }

  .page-hit-club-vip-benefits__button {
    font-size: 0.9em;
    padding: 10px 20px;
  }

  .page-hit-club-vip-benefits__step-number {
    font-size: 2em;
    width: 60px;
    height: 60px;
  }
}