:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --button-register: #C30808;
  --button-login: #C30808;
  --button-font-color: #FFFF00;
  --background-white: #FFFFFF;
  --header-offset: 120px; /* Fallback, actual value from shared.css */
}

/* General page styling */
.page-index-about-sic-bo-sunwin-20 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-light); /* Default text color for the page content, assuming a dark body background from shared.css */
  background-color: transparent; /* Main content background will be handled by sections */
}

/* Hero Section */
.page-index-about-sic-bo-sunwin-20__hero-section {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: var(--header-offset); /* Ensure content is below fixed header */
  color: var(--text-light);
  background-color: var(--primary-color); /* Fallback for image */
}

.page-index-about-sic-bo-sunwin-20__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.page-index-about-sic-bo-sunwin-20__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 2;
}

.page-index-about-sic-bo-sunwin-20__hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}

.page-index-about-sic-bo-sunwin-20__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: var(--text-light);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-index-about-sic-bo-sunwin-20__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: var(--text-light);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* Call to Action Buttons */
.page-index-about-sic-bo-sunwin-20__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-index-about-sic-bo-sunwin-20__btn-primary,
.page-index-about-sic-bo-sunwin-20__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  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;
  box-sizing: border-box;
  max-width: 100%; /* For mobile responsiveness */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
}

.page-index-about-sic-bo-sunwin-20__btn-primary {
  background-color: var(--button-register); /* Specific color for register/login */
  color: var(--button-font-color); /* Specific font color */
  border: 2px solid var(--button-register);
}

.page-index-about-sic-bo-sunwin-20__btn-primary:hover {
  background-color: #a40707; /* Darken #C30808 */
  border-color: #a40707; /* Darken #C30808 */
  color: var(--text-light);
}

.page-index-about-sic-bo-sunwin-20__btn-secondary {
  background-color: transparent;
  color: var(--text-light);
  border: 2px solid var(--text-light);
}

.page-index-about-sic-bo-sunwin-20__btn-secondary:hover {
  background-color: var(--text-light);
  color: var(--primary-color);
  border-color: var(--text-light);
}

.page-index-about-sic-bo-sunwin-20__cta-buttons--bottom {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Content Area */
.page-index-about-sic-bo-sunwin-20__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: var(--background-white); /* Light background for content sections */
  color: var(--text-dark); /* Dark text on light background for readability */
}

.page-index-about-sic-bo-sunwin-20__section-title {
  font-size: 2.5em;
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: center;
  padding-top: 20px;
}

.page-index-about-sic-bo-sunwin-20__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8;
  color: var(--text-dark);
}

.page-index-about-sic-bo-sunwin-20__image-full {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  filter: none !important; /* No filter property allowed */
}

/* Features Grid */
.page-index-about-sic-bo-sunwin-20__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 50px 0;
}

.page-index-about-sic-bo-sunwin-20__feature-card {
  background-color: var(--primary-color); /* Dark background for brand color */
  color: var(--text-light); /* Light text on dark background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.page-index-about-sic-bo-sunwin-20__feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: var(--text-light);
}

.page-index-about-sic-bo-sunwin-20__feature-description {
  font-size: 1em;
  color: var(--text-light);
}

/* Lists */
.page-index-about-sic-bo-sunwin-20__numbered-list,
.page-index-about-sic-bo-sunwin-20__bullet-list {
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.page-index-about-sic-bo-sunwin-20__numbered-list li,
.page-index-about-sic-bo-sunwin-20__bullet-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: var(--text-dark);
}

/* Video Section */
.page-index-about-sic-bo-sunwin-20__video-section {
  position: relative;
  margin: 60px auto;
  max-width: 1000px; /* Constrain video width */
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

.page-index-about-sic-bo-sunwin-20__video-title {
  font-size: 2em;
  color: var(--primary-color);
  margin-bottom: 30px;
}

.page-index-about-sic-bo-sunwin-20__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.page-index-about-sic-bo-sunwin-20__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer; /* Indicate it's clickable */
  display: block;
  max-width: 100%; /* Ensure video fits its container */
}

.page-index-about-sic-bo-sunwin-20__video-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* Make sure the link is above the video */
    cursor: pointer;
}

/* FAQ Section */
.page-index-about-sic-bo-sunwin-20__faq-container {
  max-width: 800px;
  margin: 50px auto;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
}

.page-index-about-sic-bo-sunwin-20__faq-item {
  border-bottom: 1px solid #e0e0e0;
  background-color: var(--background-white);
  color: var(--text-dark);
}

.page-index-about-sic-bo-sunwin-20__faq-item:last-child {
  border-bottom: none;
}

.page-index-about-sic-bo-sunwin-20__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: var(--primary-color);
  transition: background-color 0.3s ease;
}

.page-index-about-sic-bo-sunwin-20__faq-question:hover {
  background-color: #f5f5f5;
}

.page-index-about-sic-bo-sunwin-20__faq-question h3 {
  margin: 0;
  color: inherit; /* Inherit color from parent */
  font-size: 1em; /* Adjust to fit parent font size */
}

.page-index-about-sic-bo-sunwin-20__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: var(--primary-color);
}

.page-index-about-sic-bo-sunwin-20__faq-item.active .page-index-about-sic-bo-sunwin-20__faq-toggle {
  transform: rotate(45deg); /* Change + to X visually */
}

.page-index-about-sic-bo-sunwin-20__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  color: var(--text-dark);
}

.page-index-about-sic-bo-sunwin-20__faq-item.active .page-index-about-sic-bo-sunwin-20__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 15px 25px 20px;
}

.page-index-about-sic-bo-sunwin-20__faq-answer p {
  margin: 0;
  color: var(--text-dark);
}

.page-index-about-sic-bo-sunwin-20 a {
  color: var(--primary-color);
  text-decoration: none;
}

.page-index-about-sic-bo-sunwin-20 a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-about-sic-bo-sunwin-20__hero-title {
    font-size: 3em;
  }
  .page-index-about-sic-bo-sunwin-20__hero-description {
    font-size: 1.2em;
  }
  .page-index-about-sic-bo-sunwin-20__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-index-about-sic-bo-sunwin-20 {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-index-about-sic-bo-sunwin-20__hero-section {
    height: auto;
    min-height: 600px;
    padding-top: var(--header-offset) !important; /* Ensure content is below fixed header on mobile */
  }
  .page-index-about-sic-bo-sunwin-20__hero-title {
    font-size: 2.2em;
  }
  .page-index-about-sic-bo-sunwin-20__hero-description {
    font-size: 1em;
  }
  .page-index-about-sic-bo-sunwin-20__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-index-about-sic-bo-sunwin-20__btn-primary,
  .page-index-about-sic-bo-sunwin-20__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-index-about-sic-bo-sunwin-20__content-area,
  .page-index-about-sic-bo-sunwin-20__video-section {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
  }

  /* Images responsive */
  .page-index-about-sic-bo-sunwin-20 img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important; /* Enforce minimum size */
    min-height: 200px !important; /* Enforce minimum size */
  }

  /* Videos responsive */
  .page-index-about-sic-bo-sunwin-20 video,
  .page-index-about-sic-bo-sunwin-20__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-index-about-sic-bo-sunwin-20__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-index-about-sic-bo-sunwin-20__section-title {
    font-size: 1.8em;
  }
  .page-index-about-sic-bo-sunwin-20__paragraph,
  .page-index-about-sic-bo-sunwin-20__numbered-list li,
  .page-index-about-sic-bo-sunwin-20__bullet-list li,
  .page-index-about-sic-bo-sunwin-20__feature-description,
  .page-index-about-sic-bo-sunwin-20__faq-answer p {
    font-size: 1em;
  }
  .page-index-about-sic-bo-sunwin-20__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-index-about-sic-bo-sunwin-20__faq-answer {
    padding: 0 20px;
  }
  .page-index-about-sic-bo-sunwin-20__faq-item.active .page-index-about-sic-bo-sunwin-20__faq-answer {
    padding: 10px 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-index-about-sic-bo-sunwin-20__hero-title {
    font-size: 1.8em;
  }
  .page-index-about-sic-bo-sunwin-20__hero-description {
    font-size: 0.9em;
  }
  .page-index-about-sic-bo-sunwin-20__section-title {
    font-size: 1.5em;
  }
}

/* Color contrast enforcement (from prompt) */
/* The body background is var(--neon-bg-dark), which is dark. */
/* So general page text color should be light. */
.page-index-about-sic-bo-sunwin-20 {
  color: var(--text-light); /* Assuming main page content is on a dark background or has sections with specific backgrounds */
}

/* Sections with light background, text must be dark */
.page-index-about-sic-bo-sunwin-20__light-bg {
  background: var(--background-white);
  color: var(--text-dark);
}

.page-index-about-sic-bo-sunwin-20__light-bg h2,
.page-index-about-sic-bo-sunwin-20__light-bg h3,
.page-index-about-sic-bo-sunwin-20__light-bg p,
.page-index-about-sic-bo-sunwin-20__light-bg li,
.page-index-about-sic-bo-sunwin-20__light-bg a {
  color: var(--text-dark);
}

/* Sections with dark background, text must be light */
.page-index-about-sic-bo-sunwin-20__dark-bg {
  background: var(--primary-color);
  color: var(--text-light);
}

/* Card content will have a light background for readability */
.page-index-about-sic-bo-sunwin-20__feature-card {
  background: var(--primary-color); /* Brand color as background */
  color: var(--text-light); /* White text for contrast */
}
.page-index-about-sic-bo-sunwin-20__feature-card h3 {
  color: var(--text-light);
}

/* FAQ items background is white, text is dark */
.page-index-about-sic-bo-sunwin-20__faq-item {
  background-color: var(--background-white);
  color: var(--text-dark);
}
.page-index-about-sic-bo-sunwin-20__faq-question {
  color: var(--primary-color); /* Question text uses primary color on white background */
}
.page-index-about-sic-bo-sunwin-20__faq-toggle {
  color: var(--primary-color);
}
.page-index-about-sic-bo-sunwin-20__faq-answer p {
  color: var(--text-dark);
}

/* Button colors are custom, ensuring contrast */
.page-index-about-sic-bo-sunwin-20__btn-primary {
  background-color: var(--button-register); /* #C30808 */
  color: var(--button-font-color); /* #FFFF00 */
  border-color: var(--button-register);
}
.page-index-about-sic-bo-sunwin-20__btn-secondary {
  background-color: transparent;
  color: var(--text-light); /* On hero section, white text */
  border-color: var(--text-light);
}
.page-index-about-sic-bo-sunwin-20__light-bg .page-index-about-sic-bo-sunwin-20__btn-secondary {
  color: var(--primary-color); /* On light background, primary color text */
  border-color: var(--primary-color);
}

/* Ensure no filter property is used for images */
.page-index-about-sic-bo-sunwin-20 img {
  filter: none !important;
}

/* Content area image minimum size enforcement */
.page-index-about-sic-bo-sunwin-20__content-area img {
  min-width: 200px;
  min-height: 200px;
}