/* style/blog-why-iq88-login-security-experience.css */

/* Base styles for the page content, ensuring light text on a dark body background */
.page-blog-why-iq88-login-security-experience {
  color: #ffffff; /* Default text color for the main content area */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  font-size: 16px;
}

.page-blog-why-iq88-login-security-experience__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 */
  background-color: #000000; /* Assuming a dark background from shared.css var(--black-color) */
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.page-blog-why-iq88-login-security-experience__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for hero image */
  overflow: hidden;
}

.page-blog-why-iq88-login-security-experience__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-why-iq88-login-security-experience__hero-content {
  max-width: 900px;
  margin-top: 20px;
}

.page-blog-why-iq88-login-security-experience__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.page-blog-why-iq88-login-security-experience__description {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-why-iq88-login-security-experience__cta-button {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-why-iq88-login-security-experience__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-blog-why-iq88-login-security-experience__btn-primary:hover {
  background-color: #1a7bb7;
  transform: translateY(-2px);
}

.page-blog-why-iq88-login-security-experience__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 1px solid #26A9E0;
}

.page-blog-why-iq88-login-security-experience__btn-secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-blog-why-iq88-login-security-experience__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-why-iq88-login-security-experience__section-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-why-iq88-login-security-experience__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.page-blog-why-iq88-login-security-experience__sub-title {
  font-size: 1.5em;
  color: #000000;
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-blog-why-iq88-login-security-experience__paragraph {
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-why-iq88-login-security-experience__image-text-block {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-blog-why-iq88-login-security-experience__image-text-block--reverse {
  flex-direction: row-reverse;
}

.page-blog-why-iq88-login-security-experience__image-inline {
  width: 50%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-blog-why-iq88-login-security-experience__text-content {
  flex: 1;
}

.page-blog-why-iq88-login-security-experience__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-why-iq88-login-security-experience__game-card {
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-blog-why-iq88-login-security-experience__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 15px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-why-iq88-login-security-experience__game-title {
  font-size: 1.3em;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-why-iq88-login-security-experience__list-item {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.page-blog-why-iq88-login-security-experience__list-item::before {
  content: '✓';
  color: #26A9E0;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-blog-why-iq88-login-security-experience__feature-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}

.page-blog-why-iq88-login-security-experience__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-blog-why-iq88-login-security-experience__steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-why-iq88-login-security-experience__step-card {
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-blog-why-iq88-login-security-experience__step-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-why-iq88-login-security-experience__ordered-list {
  list-style-type: decimal;
  text-align: left;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-blog-why-iq88-login-security-experience__ordered-list li {
  margin-bottom: 8px;
}

/* Responsive styles */
@media (max-width: 992px) {
  .page-blog-why-iq88-login-security-experience__hero-content {
    max-width: 700px;
  }

  .page-blog-why-iq88-login-security-experience__image-text-block {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-why-iq88-login-security-experience__image-text-block--reverse {
    flex-direction: column;
  }

  .page-blog-why-iq88-login-security-experience__image-inline {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .page-blog-why-iq88-login-security-experience {
    font-size: 15px;
  }

  .page-blog-why-iq88-login-security-experience__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-why-iq88-login-security-experience__section-title {
    font-size: 1.8em;
  }

  .page-blog-why-iq88-login-security-experience__sub-title {
    font-size: 1.3em;
  }

  .page-blog-why-iq88-login-security-experience__hero-section,
  .page-blog-why-iq88-login-security-experience__content-area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-why-iq88-login-security-experience__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-why-iq88-login-security-experience__image-inline,
  .page-blog-why-iq88-login-security-experience__game-image,
  .page-blog-why-iq88-login-security-experience__step-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-why-iq88-login-security-experience__cta-button,
  .page-blog-why-iq88-login-security-experience__btn-primary,
  .page-blog-why-iq88-login-security-experience__btn-secondary,
  .page-blog-why-iq88-login-security-experience a[class*="button"],
  .page-blog-why-iq88-login-security-experience 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-why-iq88-login-security-experience__cta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-why-iq88-login-security-experience__game-grid,
  .page-blog-why-iq88-login-security-experience__steps-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-why-iq88-login-security-experience__hero-section {
    padding-top: 10px !important;
  }

  .page-blog-why-iq88-login-security-experience__section-wrapper,
  .page-blog-why-iq88-login-security-experience__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* Color contrast specific styles */
.page-blog-why-iq88-login-security-experience__dark-bg {
  background-color: #000000; /* Dark background */
  color: #ffffff; /* Light text */
}

.page-blog-why-iq88-login-security-experience__light-bg {
  background-color: #ffffff; /* Light background */
  color: #333333; /* Dark text */
}

.page-blog-why-iq88-login-security-experience__btn-primary {
  background-color: #26A9E0;
  color: #ffffff; /* Ensure white text on brand primary color */
}

.page-blog-why-iq88-login-security-experience__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0; /* Ensure brand color text on white background */
  border: 1px solid #26A9E0;
}

.page-blog-why-iq88-login-security-experience__game-card {
  background-color: #f9f9f9;
  color: #333333;
}

.page-blog-why-iq88-login-security-experience__step-card {
  background-color: #f9f9f9;
  color: #333333;
}

/* Ensure all content images meet minimum size requirements */
.page-blog-why-iq88-login-security-experience img:not(.page-blog-why-iq88-login-security-experience__hero-image) {
  min-width: 200px;
  min-height: 200px;
}