.page-resources-mt68-vip-account-security {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff;
  background-color: #1a1a2e; /* Body background from shared.css */
}

.page-resources-mt68-vip-account-security__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: #26A9E0; /* Brand primary color */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-mt68-vip-account-security__hero-content {
  max-width: 900px;
  z-index: 1;
  position: relative;
}

.page-resources-mt68-vip-account-security__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}

.page-resources-mt68-vip-account-security__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-resources-mt68-vip-account-security__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-mt68-vip-account-security__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-mt68-vip-account-security__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.page-resources-mt68-vip-account-security__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff; /* Light background for content area */
  color: #333333;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.page-resources-mt68-vip-account-security__section-title {
  font-size: 2.2em;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-mt68-vip-account-security__text-block {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
  color: #333333;
}

.page-resources-mt68-vip-account-security__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-mt68-vip-account-security__feature-card {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-resources-mt68-vip-account-security__feature-icon {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-mt68-vip-account-security__feature-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-mt68-vip-account-security__feature-description {
  font-size: 1em;
  color: #555555;
}

.page-resources-mt68-vip-account-security__privacy-content {
  margin-top: 40px;
}

.page-resources-mt68-vip-account-security__privacy-list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-resources-mt68-vip-account-security__list-item {
  background-color: #f0f8ff;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-left: 5px solid #26A9E0;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333333;
}

.page-resources-mt68-vip-account-security__list-item strong {
  color: #26A9E0;
}

.page-resources-mt68-vip-account-security__image-full-width {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
  margin-top: 30px;
  object-fit: cover;
}

.page-resources-mt68-vip-account-security__user-responsibility-list {
  list-style: decimal;
  padding-left: 25px;
  margin-top: 20px;
}

.page-resources-mt68-vip-account-security__user-responsibility-list .page-resources-mt68-vip-account-security__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #EA7C07; /* Login color for emphasis */
  color: #333333;
}

.page-resources-mt68-vip-account-security__user-responsibility-list .page-resources-mt68-vip-account-security__list-item strong {
  color: #EA7C07;
}

.page-resources-mt68-vip-account-security__faq-container {
  margin-top: 40px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.page-resources-mt68-vip-account-security__faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #fefefe;
  color: #333333;
}

.page-resources-mt68-vip-account-security__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-size: 1.15em;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
  color: #26A9E0;
  border-bottom: 1px solid #e0e0e0;
}

.page-resources-mt68-vip-account-security__faq-question:hover {
  background-color: #f5f5f5;
}

.page-resources-mt68-vip-account-security__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #EA7C07;
}

.page-resources-mt68-vip-account-security__faq-item.active .page-resources-mt68-vip-account-security__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-mt68-vip-account-security__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #f9f9f9;
  color: #555555;
}

.page-resources-mt68-vip-account-security__faq-item.active .page-resources-mt68-vip-account-security__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 15px 20px;
}

.page-resources-mt68-vip-account-security__faq-answer p {
  margin: 0;
  font-size: 1em;
  color: #555555;
}

.page-resources-mt68-vip-account-security__cta-section {
  background-color: #26A9E0; /* Brand primary color */
  color: #ffffff;
  text-align: center;
  padding: 80px 20px;
  margin-top: 50px;
}

.page-resources-mt68-vip-account-security__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
}

.page-resources-mt68-vip-account-security__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-resources-mt68-vip-account-security__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-mt68-vip-account-security__btn-primary,
.page-resources-mt68-vip-account-security__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  font-size: 1.1em;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-mt68-vip-account-security__btn-primary {
  background-color: #EA7C07; /* Login color */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-mt68-vip-account-security__btn-primary:hover {
  background-color: #d16b00;
  border-color: #d16b00;
}

.page-resources-mt68-vip-account-security__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-mt68-vip-account-security__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1a7eac;
  border-color: #1a7eac;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-mt68-vip-account-security__hero-title {
    font-size: 2.8em;
  }

  .page-resources-mt68-vip-account-security__hero-description {
    font-size: 1.1em;
  }

  .page-resources-mt68-vip-account-security__section-title {
    font-size: 2em;
  }

  .page-resources-mt68-vip-account-security__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-mt68-vip-account-security {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-mt68-vip-account-security__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure space for fixed header on mobile */
  }

  .page-resources-mt68-vip-account-security__hero-title {
    font-size: 2.2em;
  }

  .page-resources-mt68-vip-account-security__hero-description {
    font-size: 1em;
  }

  .page-resources-mt68-vip-account-security__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-mt68-vip-account-security__btn-primary,
  .page-resources-mt68-vip-account-security__btn-secondary {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-mt68-vip-account-security__content-area {
    padding: 40px 15px;
    margin-top: -30px;
  }

  .page-resources-mt68-vip-account-security__section-title {
    font-size: 1.8em;
    margin-bottom: 25px;
  }

  .page-resources-mt68-vip-account-security__text-block {
    font-size: 0.95em;
  }

  .page-resources-mt68-vip-account-security__features-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-resources-mt68-vip-account-security__feature-card {
    padding: 25px;
  }

  .page-resources-mt68-vip-account-security__feature-icon {
    max-width: 200px;
  }

  .page-resources-mt68-vip-account-security__feature-title {
    font-size: 1.3em;
  }

  .page-resources-mt68-vip-account-security__list-item {
    font-size: 0.95em;
    padding: 12px 15px;
  }

  .page-resources-mt68-vip-account-security__faq-question {
    font-size: 1em;
    padding: 15px;
  }

  .page-resources-mt68-vip-account-security__faq-answer {
    padding: 0 15px;
  }

  .page-resources-mt68-vip-account-security__faq-item.active .page-resources-mt68-vip-account-security__faq-answer {
    padding: 12px 15px;
  }

  .page-resources-mt68-vip-account-security__cta-section {
    padding: 60px 15px;
  }

  .page-resources-mt68-vip-account-security__cta-title {
    font-size: 2em;
  }

  .page-resources-mt68-vip-account-security__cta-description {
    font-size: 1.1em;
  }

  /* Mobile image responsiveness */
  .page-resources-mt68-vip-account-security img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-resources-mt68-vip-account-security__section,
  .page-resources-mt68-vip-account-security__card,
  .page-resources-mt68-vip-account-security__container,
  .page-resources-mt68-vip-account-security__hero-image-wrapper,
  .page-resources-mt68-vip-account-security__privacy-content,
  .page-resources-mt68-vip-account-security__faq-container,
  .page-resources-mt68-vip-account-security__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }
  
  .page-resources-mt68-vip-account-security__cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .page-resources-mt68-vip-account-security__hero-title {
    font-size: 1.8em;
  }

  .page-resources-mt68-vip-account-security__section-title {
    font-size: 1.6em;
  }

  .page-resources-mt68-vip-account-security__cta-title {
    font-size: 1.8em;
  }
}