/* style/blog-top88-login-latest-offers.css */
.page-blog-top88-login-latest-offers {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-top88-login-latest-offers__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 20px 40px;
  background-color: #08160F;
}

.page-blog-top88-login-latest-offers__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 20px;
}

.page-blog-top88-login-latest-offers__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-blog-top88-login-latest-offers__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-top88-login-latest-offers__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: bold;
  color: #F2FFF6;
  line-height: 1.2;
  margin-bottom: 20px;
}

.page-blog-top88-login-latest-offers__description {
  font-size: 1.1em;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-top88-login-latest-offers__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
  border: none;
  cursor: pointer;
}

.page-blog-top88-login-latest-offers__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-top88-login-latest-offers__section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-top88-login-latest-offers__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.8em);
  color: #F2FFF6;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-top88-login-latest-offers__sub-title {
  font-size: clamp(1.4em, 2.5vw, 2em);
  color: #F2FFF6;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-top88-login-latest-offers__features-grid,
.page-blog-top88-login-latest-offers__offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-top88-login-latest-offers__feature-card,
.page-blog-top88-login-latest-offers__offer-card {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-blog-top88-login-latest-offers__feature-card:hover,
.page-blog-top88-login-latest-offers__offer-card:hover {
  transform: translateY(-5px);
}

.page-blog-top88-login-latest-offers__card-title {
  font-size: 1.5em;
  color: #F2FFF6;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-top88-login-latest-offers__feature-card p,
.page-blog-top88-login-latest-offers__offer-card p {
  color: #A7D9B8;
  font-size: 0.95em;
}

.page-blog-top88-login-latest-offers__image-content {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 40px auto;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-top88-login-latest-offers__image-content--large {
  max-width: 1000px;
}

.page-blog-top88-login-latest-offers__image-content--small {
  max-width: 400px;
  margin: 20px auto;
}

.page-blog-top88-login-latest-offers__steps {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-top88-login-latest-offers__step-item {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-top88-login-latest-offers__step-title {
  font-size: 1.3em;
  color: #57E38D; /* Glow */
  margin-bottom: 10px;
  font-weight: bold;
}

.page-blog-top88-login-latest-offers__step-item p {
  color: #A7D9B8;
}

.page-blog-top88-login-latest-offers__btn-center {
  margin-left: auto;
  margin-right: auto;
  display: table; /* To center inline-block */
}

.page-blog-top88-login-latest-offers__btn-secondary {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #22C768;
  border: 2px solid #22C768;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-blog-top88-login-latest-offers__btn-secondary:hover {
  background-color: #22C768;
  color: #11271B;
}

.page-blog-top88-login-latest-offers__issues-list,
.page-blog-top88-login-latest-offers__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

.page-blog-top88-login-latest-offers__faq-item {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.page-blog-top88-login-latest-offers__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  color: #F2FFF6;
  font-size: 1.1em;
  list-style: none; /* For details/summary */
}

.page-blog-top88-login-latest-offers__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-top88-login-latest-offers__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D;
}

.page-blog-top88-login-latest-offers__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8;
  font-size: 0.95em;
}

.page-blog-top88-login-latest-offers__mobile-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-top88-login-latest-offers__mobile-text {
  flex: 1;
  min-width: 300px;
}

.page-blog-top88-login-latest-offers__image-content--mobile {
  flex: 0 0 auto;
  max-width: 400px;
  margin: 0;
}

.page-blog-top88-login-latest-offers__security-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.page-blog-top88-login-latest-offers__security-list {
  flex: 1;
  min-width: 300px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-top88-login-latest-offers__security-list li {
  background-color: #11271B; /* Card B G */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 10px;
  color: #A7D9B8;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-blog-top88-login-latest-offers__security-list li strong {
  color: #F2FFF6;
}

.page-blog-top88-login-latest-offers__conclusion {
  text-align: center;
  padding-bottom: 80px;
}

.page-blog-top88-login-latest-offers__conclusion p {
  font-size: 1.1em;
  color: #A7D9B8;
  margin-bottom: 30px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-top88-login-latest-offers {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-blog-top88-login-latest-offers__hero-section,
  .page-blog-top88-login-latest-offers__section {
    padding: 30px 15px;
  }

  .page-blog-top88-login-latest-offers__main-title {
    font-size: 2em;
  }

  .page-blog-top88-login-latest-offers__description {
    font-size: 1em;
  }

  .page-blog-top88-login-latest-offers__btn-primary,
  .page-blog-top88-login-latest-offers__btn-secondary {
    width: 100% !important;
    max-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-top88-login-latest-offers__hero-content .page-blog-top88-login-latest-offers__btn-primary,
  .page-blog-top88-login-latest-offers__btn-center {
    margin-left: 0;
    margin-right: 0;
  }

  .page-blog-top88-login-latest-offers__features-grid,
  .page-blog-top88-login-latest-offers__offers-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-top88-login-latest-offers__image-content,
  .page-blog-top88-login-latest-offers__image-content--large,
  .page-blog-top88-login-latest-offers__image-content--small,
  .page-blog-top88-login-latest-offers__image-content--mobile {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box !important;
  }

  .page-blog-top88-login-latest-offers__mobile-content,
  .page-blog-top88-login-latest-offers__security-content {
    flex-direction: column;
    gap: 20px;
  }

  .page-blog-top88-login-latest-offers__mobile-text,
  .page-blog-top88-login-latest-offers__security-list {
    min-width: unset;
    width: 100%;
  }

  .page-blog-top88-login-latest-offers__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-top88-login-latest-offers__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-top88-login-latest-offers__faq-toggle {
    font-size: 1.2em;
  }

  .page-blog-top88-login-latest-offers__hero-section {
    padding-top: 10px !important; /* body 已承担 --header-offset，此处禁止 var(--header-offset) */
  }
}