.page-blog-90phut-login-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-90phut-login-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  overflow: hidden;
}

.page-blog-90phut-login-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-90phut-login-guide__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #F2FFF6; /* Text Main */
  max-width: 90%;
  z-index: 1;
}

.page-blog-90phut-login-guide__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 15px;
  color: #F2FFF6; /* Text Main */
  line-height: 1.2;
}

.page-blog-90phut-login-guide__hero-description {
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-90phut-login-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-90phut-login-guide__button {
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-90phut-login-guide__button--primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6; /* Text Main */
  border: none;
}

.page-blog-90phut-login-guide__button--primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-90phut-login-guide__button--secondary {
  background-color: transparent;
  color: #2AD16F; /* Adjusted for contrast on dark bg */
  border: 2px solid #2AD16F;
}

.page-blog-90phut-login-guide__button--secondary:hover {
  background-color: rgba(42, 209, 111, 0.1);
  transform: translateY(-2px);
}

.page-blog-90phut-login-guide__content-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-90phut-login-guide__text-block {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #0A4B2C; /* Deep Green for inner blocks */
  border-radius: 8px;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-90phut-login-guide__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  border-bottom: 2px solid #2E7A4E; /* Divider */
  padding-bottom: 10px;
}

.page-blog-90phut-login-guide__sub-title {
  font-size: clamp(1.4rem, 2.8vw, 1.8rem);
  font-weight: 600;
  color: #57E38D; /* Glow */
  margin-top: 25px;
  margin-bottom: 15px;
}

.page-blog-90phut-login-guide p {
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-90phut-login-guide strong {
  color: #F2FFF6; /* Text Main */
}

.page-blog-90phut-login-guide__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-90phut-login-guide__list li {
  margin-bottom: 8px;
}

.page-blog-90phut-login-guide__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.page-blog-90phut-login-guide__faq-container {
  margin-top: 30px;
}

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

.page-blog-90phut-login-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #0A4B2C; /* Deep Green */
  color: #F2FFF6; /* Text Main */
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.page-blog-90phut-login-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-90phut-login-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-90phut-login-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-90phut-login-guide__faq-item[open] .page-blog-90phut-login-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-90phut-login-guide__faq-answer {
  padding: 15px 20px;
  color: #A7D9B8; /* Text Secondary */
  border-top: 1px solid #2E7A4E; /* Divider */
}

.page-blog-90phut-login-guide__cta-buttons--bottom {
  margin-top: 40px;
}

.page-blog-90phut-login-guide a {
  color: #57E38D; /* Glow */
  text-decoration: none;
}

.page-blog-90phut-login-guide a:hover {
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-90phut-login-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-90phut-login-guide__hero-section {
    padding-bottom: 40px;
    padding-top: 10px !important; /* body handles --header-offset */
  }

  .page-blog-90phut-login-guide__hero-content {
    position: static;
    transform: none;
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    box-sizing: border-box;
  }

  .page-blog-90phut-login-guide__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
  }

  .page-blog-90phut-login-guide__hero-description {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }

  .page-blog-90phut-login-guide__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-90phut-login-guide__button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 15px;
  }

  .page-blog-90phut-login-guide__content-section,
  .page-blog-90phut-login-guide__text-block,
  .page-blog-90phut-login-guide__faq-item {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-90phut-login-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-90phut-login-guide__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .page-blog-90phut-login-guide__sub-title {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
  }

  .page-blog-90phut-login-guide__faq-question {
    padding: 12px 15px;
  }

  .page-blog-90phut-login-guide__faq-answer {
    padding: 12px 15px;
  }
}