/* style/resources-god55-vip-registration-login-guide.css */
.page-resources-god55-vip-registration-login-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Base text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-god55-vip-registration-login-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-resources-god55-vip-registration-login-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 600px;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  overflow: hidden;
}

.page-resources-god55-vip-registration-login-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-resources-god55-vip-registration-login-guide__hero-title {
  font-size: 3.5em;
  color: #FFFF00; /* Specific for login/register font */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.page-resources-god55-vip-registration-login-guide__hero-description {
  font-size: 1.3em;
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 800px;
  z-index: 1;
}

.page-resources-god55-vip-registration-login-guide__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}