.page-resources-m88-vin-security-tips {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Default text color for dark body background */
  background-color: #0a0a0a; /* Body background from shared.css */
}

.page-resources-m88-vin-security-tips__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 */
  min-height: 500px;
  overflow: hidden;
  background: linear-gradient(135deg, #017439, #0a0a0a);
  color: #ffffff;
}

.page-resources-m88-vin-security-tips__hero-content {
  z-index: 1;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-m88-vin-security-tips__hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-m88-vin-security-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-m88-vin-security-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
  z-index: 0;
}

.page-resources-m88-vin-security-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-m88-vin-security-tips__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #ffffff; /* Light background for content */
  color: #333333; /* Dark text for light background */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: -60px; /* Overlap with hero for visual flow */
  position: relative;
  z-index: 2;
}

.page-resources-m88-vin-security-tips__container {
  max-width: 960px;
  margin: 0 auto;
}

.page-resources-m88-vin-security-tips__section-title {
  font-size: 2.2em;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-m88-vin-security-tips__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 80px;
  height: 4px;
  background-color: #017439;
  border-radius: 2px;
}

.page-resources-m88-vin-security-tips__sub-title {
  font-size: 1.6em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-resources-m88-vin-security-tips__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-resources-m88-vin-security-tips__image-text-block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.page-resources-m88-vin-security-tips__image-text-block--reversed {
  flex-direction: row-reverse;
}

.page-resources-m88-vin-security-tips__image {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.page-resources-m88-vin-security-tips__image--left {
  margin-right: 20px;
}

.page-resources-m88-vin-security-tips__image--right {
  margin-left: 20px;
}

.page-resources-m88-vin-security-tips__text-content {
  flex: 1;
  min-width: 300px;
}

.page-resources-m88-vin-security-tips__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 50px;
}

.page-resources-m88-vin-security-tips__card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-resources-m88-vin-security-tips__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 20px;
}

.page-resources-m88-vin-security-tips__card-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 10px;
}

.page-resources-m88-vin-security-tips__card-description {
  font-size: 1em;
  color: #555555;
  line-height: 1.7;
  flex-grow: 1;
}

.page-resources-m88-vin-security-tips__full-width-card {
  text-align: center;
  padding: 40px;
  margin-top: 40px;
  background-color: #f9f9f9;
  border: none;
}

.page-resources-m88-vin-security-tips__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-m88-vin-security-tips__list-item {
  background-color: #f0f8f0;
  border-left: 5px solid #017439;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  color: #333333;
}

.page-resources-m88-vin-security-tips__list-item strong {
  color: #017439;
}

.page-resources-m88-vin-security-tips__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-m88-vin-security-tips__cta-buttons--center {
  text-align: center;
}

.page-resources-m88-vin-security-tips__btn-primary,
.page-resources-m88-vin-security-tips__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  max-width: 100%; /* Ensure button responsiveness */
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word;
  text-align: center;
}

.page-resources-m88-vin-security-tips__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-resources-m88-vin-security-tips__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-m88-vin-security-tips__btn-secondary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-resources-m88-vin-security-tips__btn-secondary:hover {
  background-color: #005a2e;
  border-color: #005a2e;
}

.page-resources-m88-vin-security-tips__video-container {
  margin: 50px auto;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
  background-color: #0a0a0a;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-m88-vin-security-tips__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.page-resources-m88-vin-security-tips__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  max-width: 100%;
  object-fit: cover;
  cursor: pointer;
}

.page-resources-m88-vin-security-tips__video-caption {
  text-align: center;
  padding: 15px;
  color: #f0f0f0;
  font-style: italic;
  background-color: #0a0a0a;
}

.page-resources-m88-vin-security-tips__faq-list {
  margin-top: 40px;
}

.page-resources-m88-vin-security-tips__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-resources-m88-vin-security-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.3s ease;
}

.page-resources-m88-vin-security-tips__faq-question:hover {
  background-color: #e5e5e5;
}

.page-resources-m88-vin-security-tips__faq-title {
  font-size: 1.2em;
  color: #017439;
  margin: 0;
  flex-grow: 1;
}

.page-resources-m88-vin-security-tips__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #017439;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-resources-m88-vin-security-tips__faq-item.active .page-resources-m88-vin-security-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-m88-vin-security-tips__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-resources-m88-vin-security-tips__faq-item.active .page-resources-m88-vin-security-tips__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
  padding-top: 0;
}