.page-https-ph365-games {  font-family: Arial, sans-serif;  color: #f0f0f0;  background-color: #1a1a2e;  line-height: 1.6;  padding-top: 10px;}.page-https-ph365-games__highlight {  color: #e94560;}.page-https-ph365-games__section-title {  font-size: 2.5em;  text-align: center;  margin-bottom: 40px;  color: #fff;  padding: 0 15px;}@media (max-width: 768px) {  .page-https-ph365-games__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }}.page-https-ph365-games__button {  display: inline-block;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  text-align: center;  white-space: nowrap;  box-sizing: border-box;}.page-https-ph365-games__button--primary {  background-color: #e94560;  color: #fff;  border: 2px solid #e94560;}.page-https-ph365-games__button--primary:hover {  background-color: #c2314d;  transform: translateY(-2px);}.page-https-ph365-games__button--secondary {  background-color: transparent;  color: #e94560;  border: 2px solid #e94560;}.page-https-ph365-games__button--secondary:hover {  background-color: #e94560;  color: #fff;  transform: translateY(-2px);}/* Hero Section */.page-https-ph365-games__hero-section {  position: relative;  width: 100%;  height: 80vh;  min-height: 500px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  margin-bottom: 50px;}.page-https-ph365-games__hero-background-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: -2;}.page-https-ph365-games__hero-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));  z-index: -1;}.page-https-ph365-games__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  padding: 20px;}.page-https-ph365-games__hero-title {  font-size: 3.5em;  color: #fff;  margin-bottom: 20px;  line-height: 1.2;}.page-https-ph365-games__hero-subtitle {  font-size: 1.5em;  color: #f0f0f0;  margin-bottom: 30px;}.page-https-ph365-games__hero-cta-buttons {  display: flex;  gap: 20px;  justify-content: center;}@media (max-width: 768px) {  .page-https-ph365-games__hero-section {    height: 60vh;    min-height: 400px;  }  .page-https-ph365-games__hero-title {    font-size: 2em;  }  .page-https-ph365-games__hero-subtitle {    font-size: 1.1em;  }  .page-https-ph365-games__hero-cta-buttons {    flex-direction: column;    gap: 15px;    padding: 0 20px;  }  .page-https-ph365-games__button {    width: 100%;  }}/* Intro Section */.page-https-ph365-games__intro-section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-https-ph365-games__intro-content p {  font-size: 1.1em;  margin-bottom: 30px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-https-ph365-games__features-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-https-ph365-games__feature-item {  background-color: #2b2b45;  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;}.page-https-ph365-games__feature-item:hover {  transform: translateY(-5px);}.page-https-ph365-games__feature-icon {  width: 100%;  max-width: 200px;  height: auto;  margin-bottom: 20px;  box-sizing: border-box;}.page-https-ph365-games__feature-title {  font-size: 1.5em;  color: #fff;  margin-bottom: 15px;}.page-https-ph365-games__feature-item p {  font-size: 1em;  color: #ccc;}/* Quick Access Section */.page-https-ph365-games__quick-access-section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-https-ph365-games__access-links-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));  gap: 20px;  margin-top: 40px;}.page-https-ph365-games__access-link {  background-color: #2b2b45;  padding: 25px;  border-radius: 10px;  text-decoration: none;  color: #fff;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease, background-color 0.3s ease;  box-sizing: border-box;}.page-https-ph365-games__access-link:hover {  transform: translateY(-5px);  background-color: #e94560;}.page-https-ph365-games__access-icon {  width: 100%;  max-width: 100px;  height: auto;  margin-bottom: 15px;  box-sizing: border-box;}.page-https-ph365-games__access-text {  font-size: 1.2em;  font-weight: bold;}/* Games Section */.page-https-ph365-games__games-section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-https-ph365-games__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-https-ph365-games__game-category-item {  background-color: #2b2b45;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;  padding-bottom: 20px;}.page-https-ph365-games__game-category-item:hover {  transform: translateY(-5px);}.page-https-ph365-games__game-category-image {  width: 100%;  height: 200px;  object-fit: cover;  margin-bottom: 20px;  box-sizing: border-box;}.page-https-ph365-games__game-category-title {  font-size: 1.6em;  color: #fff;  margin-bottom: 10px;  padding: 0 15px;}.page-https-ph365-games__game-category-item p {  font-size: 0.95em;  color: #ccc;  padding: 0 15px;  margin-bottom: 20px;  flex-grow: 1;}.page-https-ph365-games__game-category-item .page-https-ph365-games__button {  margin-top: auto;}/* Promotions Section */.page-https-ph365-games__promotions-section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-https-ph365-games__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-https-ph365-games__promo-item {  background-color: #2b2b45;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;  padding-bottom: 20px;}.page-https-ph365-games__promo-item:hover {  transform: translateY(-5px);}.page-https-ph365-games__promo-image {  width: 100%;  height: 200px;  object-fit: cover;  margin-bottom: 20px;  box-sizing: border-box;}.page-https-ph365-games__promo-title {  font-size: 1.5em;  color: #fff;  margin-bottom: 10px;  padding: 0 15px;}.page-https-ph365-games__promo-item p {  font-size: 0.95em;  color: #ccc;  padding: 0 15px;  margin-bottom: 20px;  flex-grow: 1;}.page-https-ph365-games__promo-item .page-https-ph365-games__button {  margin-top: auto;}/* Security Section */.page-https-ph365-games__security-section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-https-ph365-games__security-content {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;  margin-bottom: 40px;}.page-https-ph365-games__security-item {  background-color: #2b2b45;  padding: 30px;  border-radius: 10px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;}.page-https-ph365-games__security-item:hover {  transform: translateY(-5px);}.page-https-ph365-games__security-icon {  width: 100%;  max-width: 120px;  height: auto;  margin-bottom: 20px;  box-sizing: border-box;}.page-https-ph365-games__security-subtitle {  font-size: 1.4em;  color: #fff;  margin-bottom: 10px;}.page-https-ph365-games__security-item p {  font-size: 0.95em;  color: #ccc;}.page-https-ph365-games__button--contact {  background-color: #e94560;  color: #fff;  border: 2px solid #e94560;  padding: 15px 30px;  font-size: 1.1em;}.page-https-ph365-games__button--contact:hover {  background-color: #c2314d;}/* FAQ Section */.page-https-ph365-games__faq-section {  padding: 60px 20px;  max-width: 900px;  margin: 0 auto;}.page-https-ph365-games__faq-container {  margin-top: 40px;}.page-https-ph365-games__faq-item {  background-color: #2b2b45;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);}.page-https-ph365-games__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  background-color: #3b3b5e;  transition: background-color 0.3s ease;}.page-https-ph365-games__faq-question:hover {  background-color: #4c4c7a;}.page-https-ph365-games__faq-q-text {  font-size: 1.2em;  color: #fff;  margin: 0;  pointer-events: none;}.page-https-ph365-games__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: #e94560;  transition: transform 0.3s ease;  pointer-events: none;}.page-https-ph365-games__faq-item.active .page-https-ph365-games__faq-toggle {  transform: rotate(45deg);}.page-https-ph365-games__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  color: #ccc;  font-size: 1em;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-https-ph365-games__faq-item.active .page-https-ph365-games__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}@media (max-width: 768px) {  .page-https-ph365-games__faq-question {    padding: 15px 20px;  }  .page-https-ph365-games__faq-q-text {    font-size: 1em;  }  .page-https-ph365-games__faq-answer {    padding: 0 20px;  }  .page-https-ph365-games__faq-item.active .page-https-ph365-games__faq-answer {    padding: 15px 20px !important;  }}/* Blog Section */.page-https-ph365-games__blog-section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-https-ph365-games__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-https-ph365-games__blog-card {  background-color: #2b2b45;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-decoration: none;  color: #f0f0f0;  transition: transform 0.3s ease;  display: flex;  flex-direction: column;}.page-https-ph365-games__blog-card:hover {  transform: translateY(-5px);}.page-https-ph365-games__blog-image {  width: 100%;  height: 220px;  object-fit: cover;  box-sizing: border-box;}.page-https-ph365-games__blog-content {  padding: 20px;  text-align: left;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-https-ph365-games__blog-title {  font-size: 1.4em;  color: #fff;  margin-bottom: 10px;  line-height: 1.3;}.page-https-ph365-games__blog-excerpt {  font-size: 0.9em;  color: #ccc;  margin-bottom: 15px;  flex-grow: 1;  word-wrap: break-word !important;  overflow-wrap: break-word !important;}/* General image and list item responsiveness */.page-https-ph365-games img {  max-width: 100%;  height: auto;  box-sizing: border-box;}@media (max-width: 768px) {  .page-https-ph365-games__features-grid,  .page-https-ph365-games__access-links-grid,  .page-https-ph365-games__game-categories,  .page-https-ph365-games__promo-grid,  .page-https-ph365-games__security-content,  .page-https-ph365-games__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-https-ph365-games__feature-item,  .page-https-ph365-games__access-link,  .page-https-ph365-games__game-category-item,  .page-https-ph365-games__promo-item,  .page-https-ph365-games__security-item,  .page-https-ph365-games__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px !important;  }  .page-https-ph365-games__feature-item p,  .page-https-ph365-games__game-category-item p,  .page-https-ph365-games__promo-item p,  .page-https-ph365-games__security-item p,  .page-https-ph365-games__blog-excerpt {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-https-ph365-games__game-category-image,  .page-https-ph365-games__promo-image,  .page-https-ph365-games__blog-image {    height: 180px;  }}