/* style/resources-latest-sv388-login-links-guide.css */

/* General page styling */
.page-resources-latest-sv388-login-links-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-latest-sv388-login-links-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-latest-sv388-login-links-guide__section-title {
  font-size: 2.5em;
  color: #ffffff; /* White for dark sections */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-latest-sv388-login-links-guide__sub-title {
  font-size: 1.8em;
  color: #017439; /* Brand color for sub-titles on light backgrounds */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-latest-sv388-login-links-guide p {
  margin-bottom: 1em;
  color: #ffffff; /* Default for dark sections */
}

/* Hero Section */
.page-resources-latest-sv388-login-links-guide__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  min-height: 600px;
  overflow: hidden;
  background-color: #017439; /* Brand color for hero background */
}

.page-resources-latest-sv388-login-links-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-resources-latest-sv388-login-links-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Subtle overlay */
}

.page-resources-latest-sv388-login-links-guide__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent dark background for text readability */
  border-radius: 10px;
}

.page-resources-latest-sv388-login-links-guide__hero-title {
  font-size: 3.5em;
  color: #FFFF00; /* Yellow for title, as per custom color for 'Đăng ký và Đăng nhập' fonts */
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-latest-sv388-login-links-guide__hero-description {
  font-size: 1.2em;
  color: #ffffff;
  margin-bottom: 30px;
}

.page-resources-latest-sv388-login-links-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* Buttons */
.page-resources-latest-sv388-login-links-guide__btn-primary,
.page-resources-latest-sv388-login-links-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
}

.page-resources-latest-sv388-login-links-guide__btn-primary {
  background-color: #C30808; /* Red for primary button (Đăng ký/Đăng nhập) */
  color: #FFFF00; /* Yellow for text on red button */
  border: 2px solid #C30808;
}

.page-resources-latest-sv388-login-links-guide__btn-primary:hover {
  background-color: #e02020;
  border-color: #e02020;
}

.page-resources-latest-sv388-login-links-guide__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-latest-sv388-login-links-guide__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
}

.page-resources-latest-sv388-login-links-guide__btn-block {
  width: 100%;
  display: block;
  margin-top: 20px;
}

/* Video Section */
.page-resources-latest-sv388-login-links-guide__video-section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-latest-sv388-login-links-guide__video-section .page-resources-latest-sv388-login-links-guide__section-title {
  color: #ffffff;
}

.page-resources-latest-sv388-login-links-guide__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 960px; /* Max width for video */
  margin: 0 auto;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  background-color: #000;
  border-radius: 10px;
}

.page-resources-latest-sv388-login-links-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.page-resources-latest-sv388-login-links-guide__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.page-resources-latest-sv388-login-links-guide__video-wrapper:hover .page-resources-latest-sv388-login-links-guide__video-overlay {
  opacity: 1;
}

.page-resources-latest-sv388-login-links-guide__video-cta {
  background-color: #C30808;
  color: #FFFF00;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease;
}

.page-resources-latest-sv388-login-links-guide__video-cta:hover {
  background-color: #e02020;
}


/* Content Sections */
.page-resources-latest-sv388-login-links-guide__content-section {
  padding: 60px 0;
}

.page-resources-latest-sv388-login-links-guide__dark-bg {
  background-color: #0a0a0a; /* Body background color */
  color: #ffffff;
}

.page-resources-latest-sv388-login-links-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-latest-sv388-login-links-guide__light-bg .page-resources-latest-sv388-login-links-guide__section-title {
  color: #017439;
}
.page-resources-latest-sv388-login-links-guide__light-bg p {
  color: #333333;
}
.page-resources-latest-sv388-login-links-guide__light-bg li {
  color: #333333;
}
.page-resources-latest-sv388-login-links-guide__light-bg .page-resources-latest-sv388-login-links-guide__card-title {
  color: #017439;
}


/* Grid Layout */
.page-resources-latest-sv388-login-links-guide__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}