.page-resources-live-sunwin-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF;
}

.page-resources-live-sunwin-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-live-sunwin-guide__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-live-sunwin-guide__section-title {
  font-size: 36px;
  color: #017439;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

.page-resources-live-sunwin-guide__sub-title {
  font-size: 24px;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}

.page-resources-live-sunwin-guide__text-block {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 20px;
}

.page-resources-live-sunwin-guide__list {
  list-style-type: disc;
  text-align: left;
  margin-left: 40px;
  margin-bottom: 20px;
  padding: 0 20px;
}

.page-resources-live-sunwin-guide__list-item {
  font-size: 18px;
  margin-bottom: 10px;
}

/* Hero Section */
.page-resources-live-sunwin-guide__hero-section {
  position: relative;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Fixed header spacing */
}

.page-resources-live-sunwin-guide__dark-section {
  background-color: #017439; /* Brand primary color */
  color: #ffffff;
}

.page-resources-live-sunwin-guide__dark-section .page-resources-live-sunwin-guide__section-title,
.page-resources-live-sunwin-guide__dark-section .page-resources-live-sunwin-guide__sub-title {
  color: #ffffff;
}

.page-resources-live-sunwin-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  text-align: center;
  padding: 20px;
}

.page-resources-live-sunwin-guide__hero-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-live-sunwin-guide__hero-description {
  font-size: 20px;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-resources-live-sunwin-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-resources-live-sunwin-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-resources-live-sunwin-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-resources-live-sunwin-guide__cta-buttons--center {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-live-sunwin-guide__btn-primary,
.page-resources-live-sunwin-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-live-sunwin-guide__btn-primary {
  background-color: #C30808; /* Custom Register/Login color */
  color: #FFFF00; /* Custom Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-live-sunwin-guide__btn-primary:hover {
  background-color: #e02020;
  border-color: #e02020;
}

.page-resources-live-sunwin-guide__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-resources-live-sunwin-guide__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005a2e;
}

/* Video Section */
.page-resources-live-sunwin-guide__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 30px auto;
  border-radius: 8px;
  transform: translateZ(0);
}

.page-resources-live-sunwin-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}