/* Page-specific CSS for phsky-com-register */.page-phsky-com-register {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f9f9f9;  padding-bottom: 40px;}@media (max-width: 768px) {  .page-phsky-com-register {    padding-bottom: 20px;  }}.page-phsky-com-register__section {  padding: 40px 20px;  max-width: 1200px;  margin: 0 auto;  background-color: #ffffff;  margin-bottom: 20px;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}@media (max-width: 768px) {  .page-phsky-com-register__section {    padding: 20px 15px;    margin-bottom: 15px;    border-radius: 0;  }}.page-phsky-com-register__hero-section {  padding-top: 10px; /* Small top padding for visual spacing, body already handles header offset */  text-align: center;  color: #fff;  background: linear-gradient(135deg, #007bff, #0056b3);  border-radius: 0; /* Hero section typically spans full width */  margin-bottom: 20px;  overflow: hidden;  position: relative;}@media (max-width: 768px) {  .page-phsky-com-register__hero-section {    padding-top: 10px;    margin-bottom: 15px;  }}.page-phsky-com-register__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;}.page-phsky-com-register__hero-content {  position: relative;  z-index: 2;  padding: 80px 20px;  background-color: rgba(0, 0, 0, 0.4); /* Dark overlay for text readability */}@media (max-width: 768px) {  .page-phsky-com-register__hero-content {    padding: 60px 15px;  }}.page-phsky-com-register__hero-title {  font-size: 3em;  margin-bottom: 20px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}@media (max-width: 768px) {  .page-phsky-com-register__hero-title {    font-size: 2em;    margin-bottom: 15px;  }}.page-phsky-com-register__hero-description {  font-size: 1.2em;  margin-bottom: 30px;}@media (max-width: 768px) {  .page-phsky-com-register__hero-description {    font-size: 1em;    margin-bottom: 20px;  }}.page-phsky-com-register__button {  display: inline-block;  padding: 15px 30px;  background-color: #ffc107;  color: #333;  text-decoration: none;  border-radius: 50px;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;}.page-phsky-com-register__button:hover {  background-color: #e0a800;  transform: translateY(-2px);}.page-phsky-com-register__button--primary {  background-color: #28a745;  color: #fff;}.page-phsky-com-register__button--primary:hover {  background-color: #218838;}.page-phsky-com-register__heading {  font-size: 2.2em;  color: #0056b3;  text-align: center;  margin-bottom: 30px;}@media (max-width: 768px) {  .page-phsky-com-register__heading {    font-size: 1.8em;    margin-bottom: 20px;  }}.page-phsky-com-register__subheading {  font-size: 1.8em;  color: #007bff;  margin-bottom: 20px;}@media (max-width: 768px) {  .page-phsky-com-register__subheading {    font-size: 1.5em;    margin-bottom: 15px;  }}.page-phsky-com-register__text-content {  font-size: 1em;  color: #555;  margin-bottom: 15px;}.page-phsky-com-register__list {  list-style: none;  padding: 0;  margin: 0;  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;}.page-phsky-com-register__list-item {  box-sizing: border-box !important;  width: calc(33% - 20px);  background-color: #f0f8ff;  padding: 20px;  border-radius: 8px;  text-align: center;  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);}@media (max-width: 992px) {  .page-phsky-com-register__list-item {    width: calc(50% - 20px);  }}@media (max-width: 768px) {  .page-phsky-com-register__list {    flex-direction: column;    gap: 15px;  }  .page-phsky-com-register__list-item {    width: 100% !important;    max-width: 100% !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 15px !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}.page-phsky-com-register__list-item-title {  font-weight: bold;  color: #007bff;  margin-bottom: 10px;}.page-phsky-com-register__grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));  gap: 20px;  justify-items: center;}@media (max-width: 768px) {  .page-phsky-com-register__grid {    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));    gap: 15px;  }}.page-phsky-com-register__grid-item {  text-align: center;  text-decoration: none;  color: #333;  transition: transform 0.3s ease;  display: block;  width: 100%;  box-sizing: border-box;}.page-phsky-com-register__grid-item:hover {  transform: translateY(-5px);}.page-phsky-com-register__game-icon {  width: 100%;  max-width: 200px; /* Max size for game icons */  height: auto;  border-radius: 8px;  margin-bottom: 10px;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  display: block;  margin-left: auto;  margin-right: auto;}@media (max-width: 768px) {  .page-phsky-com-register__game-icon {    max-width: 150px;  }}.page-phsky-com-register__game-title {  font-weight: bold;  font-size: 1.1em;  color: #0056b3;}@media (max-width: 768px) {  .page-phsky-com-register__game-title {    font-size: 1em;  }}.page-phsky-com-register__promotion-card {  background-color: #f0f8ff;  border: 1px solid #e0e0e0;  border-radius: 8px;  padding: 20px;  text-align: center;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  transition: transform 0.3s ease;  height: 100%;  display: flex;  flex-direction: column;  justify-content: space-between;}@media (max-width: 768px) {  .page-phsky-com-register__promotion-card {    padding: 15px;  }}.page-phsky-com-register__promotion-card:hover {  transform: translateY(-5px);}.page-phsky-com-register__promotion-title {  font-size: 1.4em;  color: #007bff;  margin-bottom: 10px;}@media (max-width: 768px) {  .page-phsky-com-register__promotion-title {    font-size: 1.2em;  }}.page-phsky-com-register__promotion-description {  font-size: 0.95em;  color: #555;  margin-bottom: 20px;  flex-grow: 1;}.page-phsky-com-register__faq-item {  background-color: #f0f8ff;  border: 1px solid #e0e0e0;  border-radius: 8px;  margin-bottom: 10px;  overflow: hidden;}.page-phsky-com-register__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  cursor: pointer;  user-select: none;  background-color: #e9f5ff;  color: #0056b3;  font-weight: bold;  transition: background-color 0.3s ease;}@media (max-width: 768px) {  .page-phsky-com-register__faq-question {    padding: 12px 15px;  }}.page-phsky-com-register__faq-question:hover {  background-color: #d0e9ff;}.page-phsky-com-register__faq-question h3 {  margin: 0;  font-size: 1.1em;  pointer-events: none; /* Allows click on parent div */  color: #0056b3;}@media (max-width: 768px) {  .page-phsky-com-register__faq-question h3 {    font-size: 1em;  }}.page-phsky-com-register__faq-toggle {  font-size: 1.5em;  line-height: 1;  pointer-events: none; /* Allows click on parent div */  transition: transform 0.3s ease;}.page-phsky-com-register__faq-item.active .page-phsky-com-register__faq-toggle {  transform: rotate(45deg); /* Changes + to X or similar, for - rotate(0) */}.page-phsky-com-register__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  color: #555;}@media (max-width: 768px) {  .page-phsky-com-register__faq-answer {    padding: 0 15px;  }}.page-phsky-com-register__faq-item.active .page-phsky-com-register__faq-answer {  max-height: 2000px !important; /* Sufficiently large value */  padding: 20px 20px !important;  opacity: 1;}@media (max-width: 768px) {  .page-phsky-com-register__faq-item.active .page-phsky-com-register__faq-answer {    padding: 15px 15px !important;  }}.page-phsky-com-register__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 20px;}@media (max-width: 768px) {  .page-phsky-com-register__blog-grid {    grid-template-columns: 1fr;    gap: 15px;  }}.page-phsky-com-register__blog-card {  background-color: #f0f8ff;  border: 1px solid #e0e0e0;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  transition: transform 0.3s ease;}@media (max-width: 768px) {  .page-phsky-com-register__blog-card {    margin: 0;  }}.page-phsky-com-register__blog-card:hover {  transform: translateY(-5px);}.page-phsky-com-register__blog-image {  width: 100%;  max-width: 100%;  height: 200px;  object-fit: cover;  display: block;  box-sizing: border-box;}.page-phsky-com-register__blog-content {  padding: 20px;}@media (max-width: 768px) {  .page-phsky-com-register__blog-content {    padding: 15px;  }}.page-phsky-com-register__blog-title {  font-size: 1.3em;  color: #007bff;  margin-bottom: 10px;  line-height: 1.4;}.page-phsky-com-register__blog-title a {  text-decoration: none;  color: inherit;}.page-phsky-com-register__blog-title a:hover {  text-decoration: underline;}.page-phsky-com-register__blog-excerpt {  font-size: 0.95em;  color: #555;  margin-bottom: 15px;}.page-phsky-com-register__blog-date {  font-size: 0.85em;  color: #888;  text-align: right;}.page-phsky-com-register__image-container {  width: 100%;  max-width: 100%;  overflow: hidden;  box-sizing: border-box;}@media (max-width: 768px) {  .page-phsky-com-register__image-container {    width: 100% !important;    max-width: 100% !important;    overflow: hidden !important;    box-sizing: border-box !important;  }}