:root {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --card-bg: #11271B;
  --bg-color: #08160F;
  --text-main: #F2FFF6;
  --text-secondary: #A7D9B8;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green-color: #0A4B2C;
}

/* Base styles for the page content, ensuring contrast with shared body background */
.page-blog-win55-55k-bonus-claim-strategy {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main); /* Default text color from custom scheme */
  background-color: var(--bg-color); /* Background from custom scheme */
}

/* Hero Section */
.page-blog-win55-55k-bonus-claim-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  overflow: hidden; /* Ensure content doesn't overflow */
  background-color: var(--bg-color); /* Use custom background color */
}

.page-blog-win55-55k-bonus-claim-strategy__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.page-blog-win55-55k-bonus-claim-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-blog-win55-55k-bonus-claim-strategy__hero-content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  color: var(--text-main); /* Ensure contrast */
}

.page-blog-win55-55k-bonus-claim-strategy__main-title {
  font-size: clamp(2.2em, 5vw, 3.5em); /* Responsive font size for H1 */
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--gold-color); /* Use custom Gold color for title */
  text-shadow: 0 0 10px rgba(242, 193, 78, 0.5); /* Subtle glow */
  letter-spacing: 1px;
}

.page-blog-win55-55k-bonus-claim-strategy__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-secondary); /* Use custom Text Secondary color */
}

.page-blog-win55-55k-bonus-claim-strategy__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.page-blog-win55-55k-bonus-claim-strategy__btn-primary,
.page-blog-win55-55k-bonus-claim-strategy__btn-secondary {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  display: inline-block; /* Ensure buttons behave like blocks for max-width */
  text-align: center;
}

.page-blog-win55-55k-bonus-claim-strategy__btn-primary {
  background: var(--button-gradient); /* Custom button gradient */
  color: var(--text-main); /* White text for primary button */
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.4);
}

.page-blog-win55-55k-bonus-claim-strategy__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(17, 168, 78, 0.6);
  transform: translateY(-2px);
}

.page-blog-win55-55k-bonus-claim-strategy__btn-secondary {
  background: transparent;
  color: var(--glow-color); /* Custom Glow color for secondary button text */
  border: 2px solid var(--deep-green-color); /* Custom Deep Green for border */
  box-shadow: 0 2px 10px rgba(34, 199, 104, 0.2);
}

.page-blog-win55-55k-bonus-claim-strategy__btn-secondary:hover {
  background: rgba(34, 199, 104, 0.1);
  color: #F2FFF6; /* Lighter text on hover */
  border-color: var(--glow-color);
  transform: translateY(-2px);
}

/* Content Area */
.page-blog-win55-55k-bonus-claim-strategy__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--card-bg); /* Use custom Card BG */
  color: var(--text-main); /* Ensure text is readable on dark background */
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin-top: -30px; /* Overlap with hero for visual flow */
  position: relative;
  z-index: 2;
}

.page-blog-win55-55k-bonus-claim-strategy__section-heading {
  font-size: 2em;
  color: var(--gold-color); /* Custom Gold color for headings */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  border-bottom: 2px solid var(--divider-color); /* Custom Divider color */
  padding-bottom: 10px;
}

.page-blog-win55-55k-bonus-claim-strategy__sub-heading {
  font-size: 1.5em;
  color: var(--glow-color); /* Custom Glow color for sub-headings */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-win55-55k-bonus-claim-strategy p {
  margin-bottom: 15px;
  font-size: 1.05em;
  color: var(--text-secondary); /* Custom Text Secondary for paragraphs */
}

.page-blog-win55-55k-bonus-claim-strategy__highlight {
  color: var(--gold-color); /* Custom Gold for highlights */
  font-weight: bold;
}

.page-blog-win55-55k-bonus-claim-strategy__ordered-list,
.page-blog-win55-55k-bonus-claim-strategy__unordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
  color: var(--text-secondary); /* Custom Text Secondary */
}

.page-blog-win55-55k-bonus-claim-strategy__ordered-list li,
.page-blog-win55-55k-bonus-claim-strategy__unordered-list li {
  margin-bottom: 10px;
  color: var(--text-main); /* Main text color for list items */
}

.page-blog-win55-55k-bonus-claim-strategy__unordered-list li::before {
  content: "•"; /* Custom bullet point */
  color: var(--glow-color); /* Custom Glow color */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-blog-win55-55k-bonus-claim-strategy__image-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}