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

.page-blog-w388-code-exclusive-offers {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main); /* Default text color, will be overridden by section specifics */
  background-color: var(--background); /* Default background, will be overridden by section specifics */
}

.page-blog-w388-code-exclusive-offers__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-w388-code-exclusive-offers__section-title {
  font-size: clamp(28px, 4vw, 42px); /* Responsive font size for H2 */
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.2;
  color: var(--text-main);
}

.page-blog-w388-code-exclusive-offers__main-title {
  font-size: clamp(36px, 5vw, 58px); /* Responsive font size for H1 */
  font-weight: 800;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
  color: var(--text-main);
}

.page-blog-w388-code-exclusive-offers__subtitle {
  font-size: clamp(18px, 2.5vw, 24px);
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: var(--text-secondary);
}

.page-blog-w388-code-exclusive-offers__card-title,
.page-blog-w388-code-exclusive-offers__step-title {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--text-main);
}

.page-blog-w388-code-exclusive-offers__text-block,
.page-blog-w388-code-exclusive-offers__card-text,
.page-blog-w388-code-exclusive-offers__step-text,
.page-blog-w388-code-exclusive-offers__terms-item,
.page-blog-w388-code-exclusive-offers__faq-qtext,
.page-blog-w388-code-exclusive-offers__faq-answer p {
  font-size: 16px;
  color: var(--text-secondary);
  margin-bottom: 15px;
}

.page-blog-w388-code-exclusive-offers__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  overflow: hidden;
  background-color: var(--background); /* Fallback */
  color: var(--text-main);
}

.page-blog-w388-code-exclusive-offers__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 10px;
}

.page-blog-w388-code-exclusive-offers__hero-content {
  max-width: 900px;
  text-align: center;
  z-index: 1; /* Ensure content is above image if any layout issues */
}

.page-blog-w388-code-exclusive-offers__introduction-section,
.page-blog-w388-code-exclusive-offers__offer-types-section,
.page-blog-w388-code-exclusive-offers__terms-section,
.page-blog-w388-code-exclusive-offers__conclusion-section {
  padding: 80px 0;
  background-color: #ffffff; /* Default light background for contrast */
  color: #333333; /* Dark text for light background */
}

.page-blog-w388-code-exclusive-offers__introduction-section .page-blog-w388-code-exclusive-offers__section-title,
.page-blog-w388-code-exclusive-offers__offer-types-section .page-blog-w388-code-exclusive-offers__section-title,
.page-blog-w388-code-exclusive-offers__terms-section .page-blog-w388-code-exclusive-offers__section-title,
.page-blog-w388-code-exclusive-offers__conclusion-section .page-blog-w388-code-exclusive-offers__section-title {
  color: #000000;
}

.page-blog-w388-code-exclusive-offers__introduction-section .page-blog-w388-code-exclusive-offers__text-block,
.page-blog-w388-code-exclusive-offers__offer-types-section .page-blog-w388-code-exclusive-offers__text-block,
.page-blog-w388-code-exclusive-offers__terms-section .page-blog-w388-code-exclusive-offers__text-block,
.page-blog-w388-code-exclusive-offers__conclusion-section .page-blog-w388-code-exclusive-offers__text-block {
  color: #333333;
}

.page-blog-w388-code-exclusive-offers__benefits-section,
.page-blog-w388-code-exclusive-offers__how-to-get-section,
.page-blog-w388-code-exclusive-offers__faq-section {
  padding: 80px 0;
  background-color: var(--background); /* Dark background */
  color: var(--text-main); /* Light text */
}

.page-blog-w388-code-exclusive-offers__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-w388-code-exclusive-offers__offer-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-w388-code-exclusive-offers__steps-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-w388-code-exclusive-offers__terms-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 30px;
}

.page-blog-w388-code-exclusive-offers__terms-item {
  margin-bottom: 10px;
  color: #333333;
}

.page-blog-w388-code-exclusive-offers__terms-item strong {
  color: #000000;
}

.page-blog-w388-code-exclusive-offers__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 10px;
  object-fit: cover;
}

.page-blog-w388-code-exclusive-offers__offer-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.page-blog-w388-code-exclusive-offers__card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  color: var(--text-secondary);
}

.page-blog-w388-code-exclusive-offers__offer-item.page-blog-w388-code-exclusive-offers__card {
  text-align: left;
  padding: 0; /* Remove padding from card itself to allow image to span width */
  overflow: hidden;
}

.page-blog-w388-code-exclusive-offers__offer-item.page-blog-w388-code-exclusive-offers__card .page-blog-w388-code-exclusive-offers__card-content-wrapper {
  padding: 20px 25px 25px 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.page-blog-w388-code-exclusive-offers__offer-item.page-blog-w388-code-exclusive-offers__card .page-blog-w388-code-exclusive-offers__card-title,
.page-blog-w388-code-exclusive-offers__offer-item.page-blog-w388-code-exclusive-offers__card .page-blog-w388-code-exclusive-offers__card-text {
  padding: 0;
  text-align: left;
}

.page-blog-w388-code-exclusive-offers__offer-item.page-blog-w388-code-exclusive-offers__card .page-blog-w388-code-exclusive-offers__btn-primary {
  margin-top: auto; /* Push button to the bottom */
  align-self: flex-start; /* Align button to start for left-aligned text */
}

.page-blog-w388-code-exclusive-offers__cta-button,
.page-blog-w388-code-exclusive-offers__btn-primary,
.page-blog-w388-code-exclusive-offers__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%; /* Ensure responsiveness */
}

.page-blog-w388-code-exclusive-offers__cta-button {
  background: var(--button-gradient);
  color: #ffffff;
  border: none;
  font-size: 18px;
  margin-top: 30px;
  box-shadow: 0 5px 20px rgba(17, 168, 78, 0.4);
}

.page-blog-w388-code-exclusive-offers__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(17, 168, 78, 0.6);
}

.page-blog-w388-code-exclusive-offers__btn-primary {
  background: var(--button-gradient);
  color: #ffffff;
  border: none;
  font-size: 16px;
  margin-top: 20px;
  box-shadow: 0 3px 10px rgba(17, 168, 78, 0.3);
}

.page-blog-w388-code-exclusive-offers__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(17, 168, 78, 0.5);
}

.page-blog-w388-code-exclusive-offers__btn-secondary {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  font-size: 16px;
  margin-top: 20px;
}

.page-blog-w388-code-exclusive-offers__btn-secondary:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.page-blog-w388-code-exclusive-offers__faq-list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-blog-w388-code-exclusive-offers__faq-item {
  background-color: var(--card-bg); /* Dark background for FAQ cards */
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  color: var(--text-secondary);
}

.page-blog-w388-code-exclusive-offers__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  color: var(--text-main);
  background-color: var(--deep-green);
  border-bottom: 1px solid var(--border-color);
}

.page-blog-w388-code-exclusive-offers__faq-question:hover {
  background-color: rgba(var(--deep-green-rgb), 0.8); /* Slightly darker on hover */
}

.page-blog-w388-code-exclusive-offers__faq-item summary {
  list-style: none;
}
.page-blog-w388-code-exclusive-offers__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-w388-code-exclusive-offers__faq-qtext {
  flex-grow: 1;
}

.page-blog-w388-code-exclusive-offers__faq-toggle {
  font-size: 24px;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-w388-code-exclusive-offers__faq-answer {
  padding: 20px 25px;
  font-size: 16px;
  color: var(--text-secondary);
  background-color: var(--card-bg);
}

.page-blog-w388-code-exclusive-offers__faq-answer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .page-blog-w388-code-exclusive-offers__hero-section {
    padding: 40px 15px;
  }

  .page-blog-w388-code-exclusive-offers__introduction-section,
  .page-blog-w388-code-exclusive-offers__benefits-section,
  .page-blog-w388-code-exclusive-offers__offer-types-section,
  .page-blog-w388-code-exclusive-offers__how-to-get-section,
  .page-blog-w388-code-exclusive-offers__terms-section,
  .page-blog-w388-code-exclusive-offers__faq-section,
  .page-blog-w388-code-exclusive-offers__conclusion-section {
    padding: 60px 0;
  }

  .page-blog-w388-code-exclusive-offers__container {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-w388-code-exclusive-offers__section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .page-blog-w388-code-exclusive-offers__main-title {
    font-size: 36px;
  }

  .page-blog-w388-code-exclusive-offers__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .page-blog-w388-code-exclusive-offers__card-title,
  .page-blog-w388-code-exclusive-offers__step-title {
    font-size: 22px;
  }

  .page-blog-w388-code-exclusive-offers__text-block,
  .page-blog-w388-code-exclusive-offers__card-text,
  .page-blog-w388-code-exclusive-offers__step-text,
  .page-blog-w388-code-exclusive-offers__terms-item,
  .page-blog-w388-code-exclusive-offers__faq-qtext,
  .page-blog-w388-code-exclusive-offers__faq-answer p {
    font-size: 15px;
  }

  .page-blog-w388-code-exclusive-offers img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-w388-code-exclusive-offers__container,
  .page-blog-w388-code-exclusive-offers__hero-section,
  .page-blog-w388-code-exclusive-offers__introduction-section,
  .page-blog-w388-code-exclusive-offers__benefits-section,
  .page-blog-w388-code-exclusive-offers__offer-types-section,
  .page-blog-w388-code-exclusive-offers__how-to-get-section,
  .page-blog-w388-code-exclusive-offers__terms-section,
  .page-blog-w388-code-exclusive-offers__faq-section,
  .page-blog-w388-code-exclusive-offers__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }

  .page-blog-w388-code-exclusive-offers__cta-button,
  .page-blog-w388-code-exclusive-offers__btn-primary,
  .page-blog-w388-code-exclusive-offers__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
  }

  .page-blog-w388-code-exclusive-offers__offer-item.page-blog-w388-code-exclusive-offers__card .page-blog-w388-code-exclusive-offers__btn-primary {
    margin: 20px 0 25px 0 !important; /* Adjust margin for full width button */
    padding-left: 15px !important; /* Padding within the button */
    padding-right: 15px !important;
  }

  .page-blog-w388-code-exclusive-offers__offer-item.page-blog-w388-code-exclusive-offers__card .page-blog-w388-code-exclusive-offers__card-content-wrapper {
    padding: 20px 15px 25px 15px;
  }

  .page-blog-w388-code-exclusive-offers__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
  }
  
  .page-blog-w388-code-exclusive-offers__benefits-grid,
  .page-blog-w388-code-exclusive-offers__offer-list,
  .page-blog-w388-code-exclusive-offers__steps-list {
    grid-template-columns: 1fr; /* Stack cards vertically */
  }
}