.page-resources-sunwin-registration-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
  padding-top: var(--header-offset, 120px);
}

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

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

.page-resources-sunwin-registration-guide__section:nth-of-type(even) {
  background-color: #f8f8f8;
}

.page-resources-sunwin-registration-guide__section-title {
  font-size: 36px;
  color: #017439;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-sunwin-registration-guide__section-intro {
  font-size: 18px;
  color: #555555;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-sunwin-registration-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #e0ffe0, #ffffff);
  overflow: hidden;
}

.page-resources-sunwin-registration-guide__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.page-resources-sunwin-registration-guide__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-resources-sunwin-registration-guide__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-resources-sunwin-registration-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

.page-resources-sunwin-registration-guide__hero-title {
  font-size: 48px;
  color: #017439;
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.page-resources-sunwin-registration-guide__hero-description {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-sunwin-registration-guide__cta-button {
  display: inline-block;
  padding: 18px 45px;
  background: #017439;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(0, 116, 57, 0.3);
}

.page-resources-sunwin-registration-guide__cta-button:hover {
  background: #005f2c;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 116, 57, 0.4);
}

.page-resources-sunwin-registration-guide__btn-register {
  background: #C30808;
  color: #FFFFFF; /* Adjusted for WCAG AA contrast */
  box-shadow: 0 6px 15px rgba(195, 8, 8, 0.3);
}

.page-resources-sunwin-registration-guide__btn-register:hover {
  background: #a30606;
  box-shadow: 0 8px 20px rgba(195, 8, 8, 0.4);
}

.page-resources-sunwin-registration-guide__btn-login {
  background: #C30808;
  color: #FFFFFF; /* Adjusted for WCAG AA contrast */
  box-shadow: 0 6px 15px rgba(195, 8, 8, 0.3);
}

.page-resources-sunwin-registration-guide__btn-login:hover {
  background: #a30606;
  box-shadow: 0 8px 20px rgba(195, 8, 8, 0.4);
}

.page-resources-sunwin-registration-guide__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-sunwin-registration-guide__feature-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-sunwin-registration-guide__feature-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.page-resources-sunwin-registration-guide__feature-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-sunwin-registration-guide__feature-title {
  font-size: 24px;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-resources-sunwin-registration-guide__step-by-step {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}

.page-resources-sunwin-registration-guide__step-item {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  position: relative;
  padding-left: 100px;
}

.page-resources-sunwin-registration-guide__step-number {
  position: absolute;
  left: 30px;
  top: 40px;
  background: #017439;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  box-shadow: 0 4px 10px rgba(0, 116, 57, 0.4);
}

.page-resources-sunwin-registration-guide__step-title {
  font-size: 28px;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-resources-sunwin-registration-guide__step-item img {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-sunwin-registration-guide__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-resources-sunwin-registration-guide__list li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
}

.page-resources-sunwin-registration-guide__list li::before {
  content: '✓';
  color: #017439;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 18px;
}

.page-resources-sunwin-registration-guide__list--checklist li::before {
  content: '✓';
  color: #017439;
  font-size: 18px;
}

.page-resources-sunwin-registration-guide__list--ordered {
  list-style-type: decimal;
  padding-left: 25px;
  margin: 20px 0;
}

.page-resources-sunwin-registration-guide__list--ordered li {
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 0;
}

.page-resources-sunwin-registration-guide__list--ordered li::before {
  content: none;
}

.page-resources-sunwin-registration-guide__cta-block {
  background: #e6ffe6;
  padding: 30px;
  border-radius: 12px;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.page-resources-sunwin-registration-guide__cta-block p {
  font-size: 20px;
  font-weight: bold;
  color: #017439;
  margin: 0;
}

.page-resources-sunwin-registration-guide__btn-primary {
  background: #017439;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-sunwin-registration-guide__btn-primary:hover {
  background: #005f2c;
  transform: translateY(-2px);
}

.page-resources-sunwin-registration-guide__verification-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 50px;
  text-align: left;
}

.page-resources-sunwin-registration-guide__text-block {
  flex: 1;
}

.page-resources-sunwin-registration-guide__image-block {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-resources-sunwin-registration-guide__image-block img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.page-resources-sunwin-registration-guide__sub-title {
  font-size: 22px;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-resources-sunwin-registration-guide__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-resources-sunwin-registration-guide__card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-resources-sunwin-registration-guide__card-title {
  font-size: 24px;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 700;
}