.page-game-line-ph {  font-family: 'Arial', sans-serif;  color: #E0E0E0;  background-color: #1a1a2e;  line-height: 1.6;  overflow-x: hidden;}.page-game-line-ph__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;  box-sizing: border-box;}.page-game-line-ph__section-title {  font-size: 2.5em;  color: #E94560;  text-align: center;  margin-bottom: 40px;  margin-top: 60px;  font-weight: bold;}.page-game-line-ph__highlight {  color: #00ADB5;}.page-game-line-ph__text-content {  font-size: 1.1em;  text-align: center;  margin-bottom: 30px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}/* HERO Section */.page-game-line-ph__hero-section {  position: relative;  width: 100%;  height: 600px;  display: flex;  align-items: center;  justify-content: center;  overflow: hidden;  text-align: center;  padding-top: 10px;  box-sizing: border-box;}.page-game-line-ph__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;}.page-game-line-ph__hero-overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: linear-gradient(rgba(26, 26, 46, 0.7), rgba(26, 26, 46, 0.9));  z-index: 2;}.page-game-line-ph__hero-content {  position: relative;  z-index: 3;  max-width: 900px;  padding: 20px;}.page-game-line-ph__hero-title {  font-size: 3.5em;  color: #EEEEEE;  margin-bottom: 20px;  line-height: 1.2;}.page-game-line-ph__hero-subtitle {  font-size: 1.5em;  color: #B0B0B0;  margin-bottom: 40px;}.page-game-line-ph__hero-highlight {  color: #E94560;}.page-game-line-ph__hero-cta {  display: inline-block;  background-color: #00ADB5;  color: #1a1a2e;  padding: 15px 30px;  border-radius: 8px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;}.page-game-line-ph__hero-cta:hover {  background-color: #008C91;  transform: translateY(-3px);}/* Payment Providers Section */.page-game-line-ph__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 40px 20px;  background-color: #24243e;}.page-game-line-ph__payment-providers .page-game-line-ph__section-title {    margin-top: 0;    margin-bottom: 30px;    width: 100%;}.page-game-line-ph__payment-logos-wrapper {    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;    gap: 30px;    width: 100%;}.page-game-line-ph__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  object-fit: contain;}/* Introduction Section */.page-game-line-ph__introduction-section {  padding: 60px 0;  background-color: #1a1a2e;}/* Quick Access Section */.page-game-line-ph__quick-access-section {  padding: 60px 0;  background-color: #24243e;}.page-game-line-ph__access-links {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 40px;}.page-game-line-ph__access-button {  display: inline-block;  background-color: #E94560;  color: #EEEEEE;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;  box-sizing: border-box;}.page-game-line-ph__access-button:hover {  background-color: #C2334F;  transform: translateY(-2px);}/* Games Section */.page-game-line-ph__games-section {  padding: 60px 0;  background-color: #1a1a2e;}.page-game-line-ph__game-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-game-line-ph__game-card {  background-color: #24243e;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}.page-game-line-ph__game-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);}.page-game-line-ph__game-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-game-line-ph__game-title {  font-size: 1.5em;  color: #00ADB5;  margin: 20px 15px 10px;}.page-game-line-ph__game-description {  font-size: 0.95em;  color: #B0B0B0;  padding: 0 15px 20px;  flex-grow: 1;}.page-game-line-ph__game-cta {  display: block;  background-color: #E94560;  color: #EEEEEE;  padding: 10px 15px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  border: none;  cursor: pointer;  margin-top: auto;}.page-game-line-ph__game-cta:hover {  background-color: #C2334F;}/* Promotions Section */.page-game-line-ph__promotions-section {  padding: 60px 0;  background-color: #24243e;}.page-game-line-ph__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-game-line-ph__promo-card {  background-color: #1a1a2e;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}.page-game-line-ph__promo-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);}.page-game-line-ph__promo-image {  width: 100%;  height: 220px;  object-fit: cover;}.page-game-line-ph__promo-title {  font-size: 1.4em;  color: #E94560;  margin: 20px 15px 10px;}.page-game-line-ph__promo-description {  font-size: 0.95em;  color: #B0B0B0;  padding: 0 15px 20px;  flex-grow: 1;}.page-game-line-ph__promo-cta {  display: block;  background-color: #00ADB5;  color: #1a1a2e;  padding: 10px 15px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  border: none;  cursor: pointer;  margin-top: auto;}.page-game-line-ph__promo-cta:hover {  background-color: #008C91;}/* Security Section */.page-game-line-ph__security-section {  padding: 60px 0;  background-color: #1a1a2e;}.page-game-line-ph__security-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;  margin-top: 40px;}.page-game-line-ph__security-item {  background-color: #24243e;  border-radius: 10px;  padding: 30px;  text-align: center;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}.page-game-line-ph__security-icon {  width: 80px;  height: 80px;  object-fit: contain;  margin-bottom: 20px;}.page-game-line-ph__security-title {  font-size: 1.4em;  color: #EEEEEE;  margin-bottom: 10px;}.page-game-line-ph__security-description {  font-size: 0.95em;  color: #B0B0B0;}.page-game-line-ph__security-cta {  display: inline-block;  background-color: #E94560;  color: #EEEEEE;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;  margin-top: 40px;}.page-game-line-ph__security-cta:hover {  background-color: #C2334F;  transform: translateY(-2px);}/* FAQ Section */.page-game-line-ph__faq-section {  padding: 60px 0;  background-color: #24243e;}.page-game-line-ph__faq-list {  max-width: 900px;  margin: 40px auto 0;}.page-game-line-ph__faq-item {  background-color: #1a1a2e;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-game-line-ph__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px;  cursor: pointer;  user-select: none;  background-color: #2b2b4d;  transition: background-color 0.3s ease;}.page-game-line-ph__faq-question:hover {  background-color: #3a3a5e;}.page-game-line-ph__faq-question-text {  font-size: 1.2em;  color: #EEEEEE;  margin: 0;  pointer-events: none;}.page-game-line-ph__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: #00ADB5;  transition: transform 0.3s ease;  pointer-events: none;}.page-game-line-ph__faq-item.active .page-game-line-ph__faq-toggle {  transform: rotate(45deg);  color: #E94560;}.page-game-line-ph__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 15px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  box-sizing: border-box;}.page-game-line-ph__faq-item.active .page-game-line-ph__faq-answer {  max-height: 2000px !important;  padding: 20px 15px !important;  opacity: 1;}.page-game-line-ph__faq-answer p {  margin: 0;  font-size: 1em;  color: #B0B0B0;}/* Blog Section */.page-game-line-ph__blog-section {  padding: 60px 0 80px;  background-color: #1a1a2e;}.page-game-line-ph__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-game-line-ph__blog-card {  background-color: #24243e;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}.page-game-line-ph__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);}.page-game-line-ph__blog-image {  width: 100%;  height: 180px;  object-fit: cover;}.page-game-line-ph__blog-title {  font-size: 1.3em;  color: #00ADB5;  margin: 15px 15px 10px;  flex-grow: 1;}.page-game-line-ph__blog-title a {  color: inherit;  text-decoration: none;  transition: color 0.3s ease;}.page-game-line-ph__blog-title a:hover {  color: #E94560;}.page-game-line-ph__blog-excerpt {  font-size: 0.9em;  color: #B0B0B0;  padding: 0 15px 15px;}.page-game-line-ph__blog-read-more {  display: inline-block;  background-color: #E94560;  color: #EEEEEE;  padding: 8px 15px;  border-radius: 5px;  text-decoration: none;  font-size: 0.9em;  font-weight: bold;  transition: background-color 0.3s ease;  margin: 0 15px 15px auto;  align-self: flex-start;}.page-game-line-ph__blog-read-more:hover {  background-color: #C2334F;}/* Responsive Design */@media (max-width: 1024px) {  .page-game-line-ph__hero-title {    font-size: 3em;  }  .page-game-line-ph__hero-subtitle {    font-size: 1.3em;  }  .page-game-line-ph__section-title {    font-size: 2em;  }  .page-game-line-ph__game-grid,  .page-game-line-ph__promo-grid,  .page-game-line-ph__security-grid {    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  }}@media (max-width: 768px) {  .page-game-line-ph__hero-section {    height: 500px;  }  .page-game-line-ph__hero-title {    font-size: 2.2em;  }  .page-game-line-ph__hero-subtitle {    font-size: 1.1em;  }  .page-game-line-ph__hero-cta {    padding: 12px 25px;    font-size: 1.1em;  }  .page-game-line-ph__section-title {    font-size: 1.8em;    margin-bottom: 30px;    margin-top: 40px;  }  .page-game-line-ph__text-content {    font-size: 1em;  }  /* Payment Providers specific mobile styles */  .page-game-line-ph__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-game-line-ph__payment-logo,  .page-game-line-ph__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-game-line-ph__access-links {    flex-direction: column;    align-items: center;  }  .page-game-line-ph__access-button {    width: 100% !important;    max-width: 300px !important;    box-sizing: border-box !important;    padding: 12px 20px !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-game-line-ph__game-grid,  .page-game-line-ph__promo-grid,  .page-game-line-ph__security-grid,  .page-game-line-ph__blog-grid {    grid-template-columns: 1fr;  }  .page-game-line-ph__game-card,  .page-game-line-ph__promo-card,  .page-game-line-ph__security-item,  .page-game-line-ph__blog-card {    width: 100% !important;    box-sizing: border-box !important;  }  .page-game-line-ph__faq-question {    padding: 15px;  }  .page-game-line-ph__faq-question-text {    font-size: 1.1em;  }  .page-game-line-ph__faq-answer {    padding: 0 15px;  }  .page-game-line-ph__faq-item.active .page-game-line-ph__faq-answer {    padding: 15px 15px !important;  }  /* Image responsive optimization for all images except gamelogo */  .page-game-line-ph img:not(.page-game-line-ph__payment-logo) {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-game-line-ph__hero-image {    max-width: 100% !important;    height: 100% !important;  }  /* List item general mobile styling */  .page-game-line-ph ul,  .page-game-line-ph ol {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-game-line-ph li {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }}@media (max-width: 480px) {  .page-game-line-ph__hero-section {    height: 450px;  }  .page-game-line-ph__hero-title {    font-size: 1.8em;  }  .page-game-line-ph__hero-subtitle {    font-size: 0.9em;  }  .page-game-line-ph__hero-cta {    padding: 10px 20px;    font-size: 1em;  }  .page-game-line-ph__section-title {    font-size: 1.5em;  }  .page-game-line-ph__game-title,  .page-game-line-ph__promo-title,  .page-game-line-ph__security-title,  .page-game-line-ph__blog-title {    font-size: 1.2em;  }  .page-game-line-ph__game-description,  .page-game-line-ph__promo-description,  .page-game-line-ph__security-description,  .page-game-line-ph__blog-excerpt {    font-size: 0.85em;  }}