.page-blog-8ket-secure-fast-access {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color from custom palette */
  background-color: var(--bg-color, #08160F); /* Default background from custom palette */
}

.page-blog-8ket-secure-fast-access__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-blog-8ket-secure-fast-access__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
}

.page-blog-8ket-secure-fast-access__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.page-blog-8ket-secure-fast-access__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly darken image for text contrast */
}

.page-blog-8ket-secure-fast-access__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 900px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.page-blog-8ket-secure-fast-access__hero-title {
  font-size: clamp(2em, 4vw, 3.5em); /* H1 font size constraint */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-8ket-secure-fast-access__hero-description {
  font-size: clamp(1em, 1.5vw, 1.2em);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #A7D9B8;
}

.page-blog-8ket-secure-fast-access__hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* General Section Styling */
.page-blog-8ket-secure-fast-access__section {
  padding: 60px 0;
  background-color: var(--bg-color, #08160F);
}

.page-blog-8ket-secure-fast-access__section:nth-of-type(even) {
  background-color: var(--card-bg, #11271B);
}

.page-blog-8ket-secure-fast-access__section-title {
  font-size: 2.5em;
  color: var(--text-main, #F2FFF6);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-8ket-secure-fast-access__section-subtitle {
  font-size: 1.8em;
  color: var(--text-main, #F2FFF6);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-8ket-secure-fast-access__text-block {
  font-size: 1.1em;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 20px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons */
.page-blog-8ket-secure-fast-access__btn-primary,
.page-blog-8ket-secure-fast-access__btn-secondary {
  display: inline-block;
  padding: 14px 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;
}

.page-blog-8ket-secure-fast-access__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-8ket-secure-fast-access__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-8ket-secure-fast-access__btn-secondary {
  background: transparent;
  color: #F2FFF6;
  border: 2px solid #2E7A4E;
}

.page-blog-8ket-secure-fast-access__btn-secondary:hover {
  background: rgba(46, 122, 78, 0.2);
  color: #57E38D;
}

.page-blog-8ket-secure-fast-access__cta-center {
  text-align: center;
  margin-top: 40px;
}

/* Grid Layouts */
.page-blog-8ket-secure-fast-access__grid-2-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-8ket-secure-fast-access__grid-3-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

/* Cards */
.page-blog-8ket-secure-fast-access__card {
  background-color: var(--card-bg, #11271B);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-8ket-secure-fast-access__card-title {
  font-size: 1.4em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-8ket-secure-fast-access__card-subtitle {
  font-size: 1.2em;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-8ket-secure-fast-access__card-text {
  color: var(--text-secondary, #A7D9B8);
  font-size: 0.95em;
}

/* Image Specific */
.page-blog-8ket-secure-fast-access__image-container {
  text-align: center;
  margin: 40px auto;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-8ket-secure-fast-access__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Lists */
.page-blog-8ket-secure-fast-access__list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 900px;
}

.page-blog-8ket-secure-fast-access__list-item {
  background-color: var(--card-bg, #11271B);
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  border-left: 5px solid var(--primary-color, #11A84E);
  color: var(--text-secondary, #A7D9B8);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-8ket-secure-fast-access__list-item h3,
.page-blog-8ket-secure-fast-access__list-item h4 {
  color: var(--text-main, #F2FFF6);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.page-blog-8ket-secure-fast-access__numbered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin: 30px auto;
  max-width: 900px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-8ket-secure-fast-access__numbered-list .page-blog-8ket-secure-fast-access__list-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--divider-color, #1E3A2A);
  padding: 15px 0;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}

.page-blog-8ket-secure-fast-access__numbered-list .page-blog-8ket-secure-fast-access__list-item:last-child {
  border-bottom: none;
}

.page-blog-8ket-secure-fast-access__list-title {
  color: var(--text-main, #F2FFF6);
  font-size: 1.2em;
  margin-bottom: 5px;
}

.page-blog-8ket-secure-fast-access__list-text {
  color: var(--text-secondary, #A7D9B8);
  font-size: 1em;
}

/* Game Cards */
.page-blog-8ket-secure-fast-access__game-card {
  background-color: var(--card-bg, #11271B);
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  border: 1px solid var(--border-color, #2E7A4E);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-8ket-secure-fast-access__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-8ket-secure-fast-access__game-title {
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-blog-8ket-secure-fast-access__game-title a {
  color: var(--glow-color, #57E38D);
  text-decoration: none;
}

.page-blog-8ket-secure-fast-access__game-title a:hover {
  text-decoration: underline;
}

.page-blog-8ket-secure-fast-access__game-description {
  color: var(--text-secondary, #A7D9B8);
  font-size: 0.95em;
}

/* Text links */
.page-blog-8ket-secure-fast-access__text-link {
  color: var(--glow-color, #57E38D);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-blog-8ket-secure-fast-access__text-link:hover {
  color: #F2C14E; /* Gold */
}

/* FAQ Section */
.page-blog-8ket-secure-fast-access__faq-list {
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-8ket-secure-fast-access__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-8ket-secure-fast-access__faq-item[open] {
  background-color: var(--deep-green, #0A4B2C);
}

.page-blog-8ket-secure-fast-access__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  color: var(--text-main, #F2FFF6);
  font-weight: 600;
  user-select: none;
  list-style: none; /* For details summary */
}

.page-blog-8ket-secure-fast-access__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-8ket-secure-fast-access__faq-qtext {
  flex-grow: 1;
}

.page-blog-8ket-secure-fast-access__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 20px;
  color: var(--glow-color, #57E38D);
}

.page-blog-8ket-secure-fast-access__faq-answer {
  padding: 0 25px 20px;
  color: var(--text-secondary, #A7D9B8);
  font-size: 1em;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-8ket-secure-fast-access__hero-title {
    font-size: clamp(2em, 5vw, 3em);
  }

  .page-blog-8ket-secure-fast-access__section-title {
    font-size: 2em;
  }

  .page-blog-8ket-secure-fast-access__section-subtitle {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-blog-8ket-secure-fast-access {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-8ket-secure-fast-access__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-8ket-secure-fast-access__hero-content {
    padding: 15px;
  }

  .page-blog-8ket-secure-fast-access__hero-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }

  .page-blog-8ket-secure-fast-access__hero-description {
    font-size: 1em;
  }

  .page-blog-8ket-secure-fast-access__hero-cta {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-8ket-secure-fast-access__btn-primary,
  .page-blog-8ket-secure-fast-access__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
  }

  .page-blog-8ket-secure-fast-access__section {
    padding: 40px 0;
  }

  .page-blog-8ket-secure-fast-access__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-8ket-secure-fast-access__section-subtitle {
    font-size: 1.3em;
    margin-top: 30px;
  }

  .page-blog-8ket-secure-fast-access__text-block {
    font-size: 1em;
  }

  .page-blog-8ket-secure-fast-access__grid-2-columns,
  .page-blog-8ket-secure-fast-access__grid-3-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-8ket-secure-fast-access__card,
  .page-blog-8ket-secure-fast-access__game-card,
  .page-blog-8ket-secure-fast-access__list-item,
  .page-blog-8ket-secure-fast-access__faq-item {
    padding: 20px;
  }

  .page-blog-8ket-secure-fast-access__card-title,
  .page-blog-8ket-secure-fast-access__card-subtitle,
  .page-blog-8ket-secure-fast-access__game-title,
  .page-blog-8ket-secure-fast-access__list-item h3,
  .page-blog-8ket-secure-fast-access__list-item h4 {
    font-size: 1.1em;
  }

  .page-blog-8ket-secure-fast-access__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-8ket-secure-fast-access__image-container,
  .page-blog-8ket-secure-fast-access__video-container,
  .page-blog-8ket-secure-fast-access__video-wrapper,
  .page-blog-8ket-secure-fast-access__section,
  .page-blog-8ket-secure-fast-access__card,
  .page-blog-8ket-secure-fast-access__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-8ket-secure-fast-access__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-blog-8ket-secure-fast-access__faq-answer {
    padding: 0 20px 15px;
  }
}

/* Ensure images don't get filtered */
.page-blog-8ket-secure-fast-access img:not(.page-blog-8ket-secure-fast-access__hero-image) {
  filter: none; /* Ensure no accidental filters on content images */
}

/* Video responsive styles */
.page-blog-8ket-secure-fast-access video,
.page-blog-8ket-secure-fast-access__video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.page-blog-8ket-secure-fast-access__video-section,
.page-blog-8ket-secure-fast-access__video-container,
.page-blog-8ket-secure-fast-access__video-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  .page-blog-8ket-secure-fast-access video,
  .page-blog-8ket-secure-fast-access__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-8ket-secure-fast-access__video-section,
  .page-blog-8ket-secure-fast-access__video-container,
  .page-blog-8ket-secure-fast-access__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  
  .page-blog-8ket-secure-fast-access__video-section {
    padding-top: 10px !important;
  }
  
  .page-blog-8ket-secure-fast-access__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-8ket-secure-fast-access__cta-buttons {
    display: flex;
    flex-direction: column; 
    gap: 10px;
  }
}