.page-blog-788win-registration-offers {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-788win-registration-offers__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px;
  min-height: 500px;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-788win-registration-offers__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.6);
}

.page-blog-788win-registration-offers__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-788win-registration-offers__hero-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #F2FFF6;
}

.page-blog-788win-registration-offers__hero-description {
  font-size: clamp(1em, 1.5vw, 1.2em);
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-788win-registration-offers__section {
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-blog-788win-registration-offers__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-788win-registration-offers__light-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-blog-788win-registration-offers__medium-bg {
  background-color: #1E3A2A; /* Divider */
  color: #F2FFF6; /* Text Main */
}

.page-blog-788win-registration-offers__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-788win-registration-offers__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #F2C14E; /* Gold */
}

.page-blog-788win-registration-offers__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-788win-registration-offers__text-block a {
  color: #57E38D; /* Glow */
  text-decoration: none;
}

.page-blog-788win-registration-offers__text-block a:hover {
  text-decoration: underline;
}

.page-blog-788win-registration-offers__highlight {
  color: #57E38D; /* Glow */
  font-weight: bold;
}

.page-blog-788win-registration-offers__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-788win-registration-offers__list-item {
  background-color: #11271B; /* Card BG */
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #2E7A4E; /* Border */
  transition: transform 0.3s ease;
}

.page-blog-788win-registration-offers__list-item:hover {
  transform: translateY(-5px);
}

.page-blog-788win-registration-offers__list-title {
  font-size: 1.5em;
  color: #F2C14E; /* Gold */
  margin-bottom: 10px;
}

.page-blog-788win-registration-offers__list-item p {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-blog-788win-registration-offers__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-788win-registration-offers__card {
  background-color: #08160F; /* Background */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.page-blog-788win-registration-offers__card:hover {
  transform: translateY(-8px);
}

.page-blog-788win-registration-offers__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-788win-registration-offers__card-title {
  font-size: 1.4em;
  color: #F2C14E; /* Gold */
  padding: 15px;
  margin-bottom: 5px;
}

.page-blog-788win-registration-offers__card-description {
  color: #A7D9B8; /* Text Secondary */
  padding: 0 15px 15px;
  flex-grow: 1;
}

.page-blog-788win-registration-offers__card .page-blog-788win-registration-offers__btn-secondary {
  margin: 15px;
  align-self: flex-start;
}

.page-blog-788win-registration-offers__btn-primary,
.page-blog-788win-registration-offers__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-788win-registration-offers__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-788win-registration-offers__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-788win-registration-offers__btn-secondary {
  background-color: transparent;
  color: #57E38D; /* Glow */
  border: 2px solid #57E38D; /* Glow */
}

.page-blog-788win-registration-offers__btn-secondary:hover {
  background-color: #57E38D;
  color: #08160F; /* Background */
}

.page-blog-788win-registration-offers__cta-button {
  margin-top: 30px;
  font-size: 1.2em;
  padding: 15px 30px;
}

.page-blog-788win-registration-offers__benefits-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-788win-registration-offers__benefits-list .page-blog-788win-registration-offers__list-item {
  text-align: center;
  background-color: #08160F; /* Background */
  padding: 30px;
}

.page-blog-788win-registration-offers__benefit-icon {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

.page-blog-788win-registration-offers__benefits-list .page-blog-788win-registration-offers__list-title {
  color: #57E38D; /* Glow */
  font-size: 1.6em;
}

.page-blog-788win-registration-offers__benefits-list .page-blog-788win-registration-offers__list-item p {
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-788win-registration-offers__faq-list {
  margin-top: 30px;
}

.page-blog-788win-registration-offers__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-788win-registration-offers__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #1E3A2A; /* Divider */
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-788win-registration-offers__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-788win-registration-offers__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green */
}

.page-blog-788win-registration-offers__faq-toggle {
  font-size: 1.5em;
  color: #57E38D; /* Glow */
}

.page-blog-788win-registration-offers__faq-answer {
  padding: 20px;
  padding-top: 0;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-blog-788win-registration-offers__faq-answer p {
  margin-top: 10px;
}

.page-blog-788win-registration-offers__faq-answer a {
  color: #57E38D; /* Glow */
  text-decoration: none;
}

.page-blog-788win-registration-offers__faq-answer a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-788win-registration-offers__hero-title {
    font-size: 3em;
  }

  .page-blog-788win-registration-offers__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-788win-registration-offers__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-788win-registration-offers__hero-title {
    font-size: 2.5em;
  }

  .page-blog-788win-registration-offers__hero-description {
    font-size: 1em;
  }

  .page-blog-788win-registration-offers__section {
    padding: 40px 15px;
  }

  .page-blog-788win-registration-offers__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-788win-registration-offers__text-block {
    font-size: 1em;
  }

  .page-blog-788win-registration-offers__list-title {
    font-size: 1.3em;
  }

  .page-blog-788win-registration-offers__grid {
    grid-template-columns: 1fr;
  }

  .page-blog-788win-registration-offers__card-title {
    font-size: 1.2em;
  }

  .page-blog-788win-registration-offers__benefits-list {
    grid-template-columns: 1fr;
  }

  .page-blog-788win-registration-offers__faq-question {
    font-size: 1.1em;
  }

  .page-blog-788win-registration-offers__btn-primary,
  .page-blog-788win-registration-offers__btn-secondary,
  .page-blog-788win-registration-offers a[class*="button"],
  .page-blog-788win-registration-offers a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-788win-registration-offers__cta-buttons,
  .page-blog-788win-registration-offers__button-group,
  .page-blog-788win-registration-offers__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-788win-registration-offers__cta-buttons {
    display: flex;
    flex-direction: column;
  }

  .page-blog-788win-registration-offers img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  .page-blog-788win-registration-offers__section,
  .page-blog-788win-registration-offers__card,
  .page-blog-788win-registration-offers__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-788win-registration-offers__hero-section {
    padding-top: 10px !important;
  }
}