/* style/blog-789win91-latest-promotions-member-benefits.css */

/* Base styles for the page content, assuming a dark body background from shared.css */
.page-blog-789win91-latest-promotions-member-benefits {
  background-color: #08160F; /* Custom background color */
  color: #F2FFF6; /* Main text color for dark background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  padding-bottom: 40px; /* Add some padding at the bottom for content separation */
}

.page-blog-789win91-latest-promotions-member-benefits a {
  color: #2AD16F; /* Link color */
  text-decoration: none;
}

.page-blog-789win91-latest-promotions-member-benefits a:hover {
  text-decoration: underline;
}

.page-blog-789win91-latest-promotions-member-benefits__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-789win91-latest-promotions-member-benefits__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  background-color: #0A4B2C; /* Deep Green background for hero section */
}

.page-blog-789win91-latest-promotions-member-benefits__hero-image {
  width: 100%;
  height: auto;
  max-height: 675px; /* Limit height for large screens */
  object-fit: cover;
  display: block;
  margin-bottom: 30px; /* Space between image and content */
}

.page-blog-789win91-latest-promotions-member-benefits__hero-content {
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-789win91-latest-promotions-member-benefits__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size for H1 */
  font-weight: 700;
  color: #F2FFF6; /* Main text color */
  margin-bottom: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-789win91-latest-promotions-member-benefits__hero-description {
  font-size: 1.1em;
  color: #A7D9B8; /* Secondary text color */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-789win91-latest-promotions-member-benefits__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Buttons */
.page-blog-789win91-latest-promotions-member-benefits__btn-primary,
.page-blog-789win91-latest-promotions-member-benefits__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text breaking */
  box-sizing: border-box;
  max-width: 100%; /* Ensure buttons don't overflow */
}

.page-blog-789win91-latest-promotions-member-benefits__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 4px 15px rgba(42, 209, 111, 0.4);
}

.page-blog-789win91-latest-promotions-member-benefits__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 209, 111, 0.6);
  filter: brightness(1.1);
}

.page-blog-789win91-latest-promotions-member-benefits__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Button color for secondary */
  border: 2px solid #2AD16F; /* Border color */
}

.page-blog-789win91-latest-promotions-member-benefits__btn-secondary:hover {
  background: #2AD16F;
  color: #08160F; /* Background color for hover */
  transform: translateY(-2px);
}