/* General Styling */.page-slotvip-ph-win-555-login {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f9fa;}.page-slotvip-ph-win-555-login__section-title {  font-size: 2.5em;  color: #1a1a1a;  text-align: center;  margin-bottom: 20px;  position: relative;  padding-bottom: 10px;}.page-slotvip-ph-win-555-login__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #e44d26; /* Accent color */  border-radius: 2px;}.page-slotvip-ph-win-555-login__section-description {  font-size: 1.1em;  text-align: center;  max-width: 800px;  margin: 0 auto 40px auto;  color: #555;}.page-slotvip-ph-win-555-login__button {  display: inline-block;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.2s ease;  cursor: pointer;  text-align: center;  white-space: nowrap;}.page-slotvip-ph-win-555-login__button--primary {  background-color: #e44d26; /* Primary accent color */  color: #fff;  border: 1px solid #e44d26;}.page-slotvip-ph-win-555-login__button--primary:hover {  background-color: #d13c1c;  transform: translateY(-2px);}.page-slotvip-ph-win-555-login__button--secondary {  background-color: transparent;  color: #e44d26;  border: 1px solid #e44d26;}.page-slotvip-ph-win-555-login__button--secondary:hover {  background-color: #e44d26;  color: #fff;  transform: translateY(-2px);}.page-slotvip-ph-win-555-login__button--accent {  background-color: #28a745; /* Green accent for quick access */  color: #fff;  border: 1px solid #28a745;}.page-slotvip-ph-win-555-login__button--accent:hover {  background-color: #218838;  transform: translateY(-2px);}.page-slotvip-ph-win-555-login__button--small {  padding: 8px 15px;  font-size: 0.9em;}/* HERO Section */.page-slotvip-ph-win-555-login__hero-section {  position: relative;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  min-height: 600px;  color: #fff;  text-align: center;  overflow: hidden;  padding-top: 10px; /* Small top padding, body handles main offset */  background-color: #000; /* Fallback */}.page-slotvip-ph-win-555-login__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 0;}.page-slotvip-ph-win-555-login__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.6; /* Darken image for text readability */}.page-slotvip-ph-win-555-login__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  padding: 20px;  background: rgba(0, 0, 0, 0.4); /* Semi-transparent background for text */  border-radius: 10px;  margin-top: 50px; /* Adjust if needed to push content down from header */}.page-slotvip-ph-win-555-login__hero-title {  font-size: 3.5em;  margin-bottom: 15px;  line-height: 1.2;  color: #fff;}.page-slotvip-ph-win-555-login__hero-subtitle {  font-size: 1.4em;  margin-bottom: 30px;  color: #eee;}.page-slotvip-ph-win-555-login__hero-cta-group {  display: flex;  gap: 20px;  justify-content: center;  flex-wrap: wrap;}/* Introduction Section */.page-slotvip-ph-win-555-login__intro-section {  padding: 60px 20px;  background-color: #fff;  text-align: center;}.page-slotvip-ph-win-555-login__features {  display: flex;  justify-content: center;  gap: 30px;  flex-wrap: wrap;  margin-top: 40px;}.page-slotvip-ph-win-555-login__feature-item {  flex: 1;  min-width: 280px;  max-width: 350px;  background-color: #f0f0f0;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease;}.page-slotvip-ph-win-555-login__feature-item:hover {  transform: translateY(-10px);}.page-slotvip-ph-win-555-login__feature-icon {  width: 80px;  height: 80px;  margin-bottom: 20px;  object-fit: contain;}.page-slotvip-ph-win-555-login__feature-title {  font-size: 1.5em;  color: #e44d26;  margin-bottom: 10px;}.page-slotvip-ph-win-555-login__feature-text {  font-size: 1em;  color: #666;}/* Quick Access Section */.page-slotvip-ph-win-555-login__quick-access-section {  padding: 60px 20px;  background-color: #eef;  text-align: center;}.page-slotvip-ph-win-555-login__access-links {  display: flex;  justify-content: center;  gap: 20px;  flex-wrap: wrap;  margin-top: 40px;}/* Games Section */.page-slotvip-ph-win-555-login__games-section {  padding: 60px 20px;  background-color: #fff;  text-align: center;}.page-slotvip-ph-win-555-login__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto;}.page-slotvip-ph-win-555-login__game-category-card {  background-color: #f9f9f9;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;  padding-bottom: 20px;}.page-slotvip-ph-win-555-login__game-category-card:hover {  transform: translateY(-10px);}.page-slotvip-ph-win-555-login__game-card-image {  width: 100%;  height: 200px; /* Fixed height for consistency */  object-fit: cover;  margin-bottom: 20px;}.page-slotvip-ph-win-555-login__game-card-title {  font-size: 1.4em;  color: #1a1a1a;  margin-bottom: 10px;  padding: 0 15px;}.page-slotvip-ph-win-555-login__game-card-description {  font-size: 0.95em;  color: #666;  padding: 0 15px;  flex-grow: 1; /* Allows description to take available space */  margin-bottom: 20px;}.page-slotvip-ph-win-555-login__providers {  margin-top: 60px;  padding: 30px;  background-color: #f0f0f0;  border-radius: 10px;  max-width: 1200px;  margin-left: auto;  margin-right: auto;}.page-slotvip-ph-win-555-login__providers-title {  font-size: 1.8em;  color: #e44d26;  margin-bottom: 25px;}.page-slotvip-ph-win-555-login__provider-logos {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 25px;}.page-slotvip-ph-win-555-login__provider-logo {  height: 60px; /* Adjusted for gamelogo, CSS controls size */  width: auto;  object-fit: contain;  filter: grayscale(80%); /* Example: make logos less distracting */  transition: filter 0.3s ease;}.page-slotvip-ph-win-555-login__provider-logo:hover {  filter: grayscale(0%);}/* Promotions Section */.page-slotvip-ph-win-555-login__promotions-section {  padding: 60px 20px;  background-color: #f8f9fa;  text-align: center;}.page-slotvip-ph-win-555-login__promo-cards {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto;}.page-slotvip-ph-win-555-login__promo-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  text-align: center;  transition: transform 0.3s ease;  display: flex;  flex-direction: column;  align-items: center;  padding-bottom: 20px;}.page-slotvip-ph-win-555-login__promo-card:hover {  transform: translateY(-10px);}.page-slotvip-ph-win-555-login__promo-card-image {  width: 100%;  height: 180px;  object-fit: cover;  margin-bottom: 20px;}.page-slotvip-ph-win-555-login__promo-card-title {  font-size: 1.3em;  color: #1a1a1a;  margin-bottom: 10px;  padding: 0 15px;}.page-slotvip-ph-win-555-login__promo-card-description {  font-size: 0.9em;  color: #666;  padding: 0 15px;  flex-grow: 1;  margin-bottom: 20px;}/* Security & Customer Service Section */.page-slotvip-ph-win-555-login__security-service-section {  padding: 60px 20px;  background-color: #f0f8ff;}.page-slotvip-ph-win-555-login__security-content {  display: flex;  align-items: center;  gap: 40px;  max-width: 1200px;  margin: 40px auto 0 auto;  flex-wrap: wrap;}.page-slotvip-ph-win-555-login__security-text {  flex: 1;  min-width: 300px;  text-align: left;}.page-slotvip-ph-win-555-login__security-text p {  margin-bottom: 15px;  font-size: 1.1em;  color: #444;}.page-slotvip-ph-win-555-login__security-image-wrapper {  flex: 1;  min-width: 300px;  text-align: center;}.page-slotvip-ph-win-555-login__security-image {  max-width: 100%;  height: auto;  border-radius: 10px;  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);}.page-slotvip-ph-win-555-login__security-text .page-slotvip-ph-win-555-login__button {  margin-top: 20px;}/* FAQ Section */.page-slotvip-ph-win-555-login__faq-section {  padding: 60px 20px;  background-color: #fff;}.page-slotvip-ph-win-555-login__faq-list {  max-width: 800px;  margin: 40px auto;}.page-slotvip-ph-win-555-login__faq-item {  background-color: #f9f9f9;  border: 1px solid #ddd;  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;}.page-slotvip-ph-win-555-login__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  background-color: #e44d26;  color: #fff;  cursor: pointer;  user-select: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-slotvip-ph-win-555-login__faq-question:hover {  background-color: #d13c1c;}.page-slotvip-ph-win-555-login__faq-question-text {  margin: 0;  font-size: 1.2em;  flex-grow: 1;  pointer-events: none; /* Prevent h3 from blocking click event */  word-wrap: break-word;  overflow-wrap: break-word;}.page-slotvip-ph-win-555-login__faq-toggle {  font-size: 1.5em;  line-height: 1;  margin-left: 15px;  pointer-events: none; /* Prevent span from blocking click event */}.page-slotvip-ph-win-555-login__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px; /* Initial padding for collapsed state */  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  background-color: #fff;  color: #333;}.page-slotvip-ph-win-555-login__faq-answer p {  margin-bottom: 15px;}.page-slotvip-ph-win-555-login__faq-answer a {  color: #e44d26;  text-decoration: none;  font-weight: bold;}.page-slotvip-ph-win-555-login__faq-answer a:hover {  text-decoration: underline;}.page-slotvip-ph-win-555-login__faq-item.active .page-slotvip-ph-win-555-login__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px !important; /* Apply padding for expanded state */  opacity: 1;}.page-slotvip-ph-win-555-login__faq-item.active .page-slotvip-ph-win-555-login__faq-question {  background-color: #d13c1c;}/* Blog Section */.page-slotvip-ph-win-555-login__blog-section {  padding: 60px 20px;  background-color: #eef;}.page-slotvip-ph-win-555-login__blog-articles {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 40px auto;}.page-slotvip-ph-win-555-login__blog-card {  background-color: #fff;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  overflow: hidden;  display: flex;  flex-direction: column;  transition: transform 0.3s ease;}.page-slotvip-ph-win-555-login__blog-card:hover {  transform: translateY(-10px);}.page-slotvip-ph-win-555-login__blog-card-image {  width: 100%;  height: 220px;  object-fit: cover;}.page-slotvip-ph-win-555-login__blog-card-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-slotvip-ph-win-555-login__blog-card-title {  font-size: 1.3em;  margin-bottom: 10px;  line-height: 1.3;}.page-slotvip-ph-win-555-login__blog-card-title a {  color: #1a1a1a;  text-decoration: none;  transition: color 0.3s ease;}.page-slotvip-ph-win-555-login__blog-card-title a:hover {  color: #e44d26;}.page-slotvip-ph-win-555-login__blog-card-excerpt {  font-size: 0.95em;  color: #666;  margin-bottom: 15px;  flex-grow: 1;}.page-slotvip-ph-win-555-login__blog-card-date {  font-size: 0.85em;  color: #999;  text-align: right;  display: block;  margin-top: auto;}/* Responsive Design */@media (max-width: 1024px) {  .page-slotvip-ph-win-555-login__hero-title {    font-size: 3em;  }  .page-slotvip-ph-win-555-login__hero-subtitle {    font-size: 1.2em;  }  .page-slotvip-ph-win-555-login__section-title {    font-size: 2em;  }}.page-slotvip-ph-win-555-login img {  max-width: 100% !important;  height: auto !important;  box-sizing: border-box !important;}.page-slotvip-ph-win-555-login__hero-image-wrapper, .page-slotvip-ph-win-555-login__security-image-wrapper {  width: 100% !important;  max-width: 100% !important;  overflow: hidden !important;  box-sizing: border-box !important;}@media (max-width: 768px) {  .page-slotvip-ph-win-555-login__hero-section {    min-height: 500px;  }  .page-slotvip-ph-win-555-login__hero-content {    padding: 15px;    margin-top: 30px;  }  .page-slotvip-ph-win-555-login__hero-title {    font-size: 2.5em;  }  .page-slotvip-ph-win-555-login__hero-subtitle {    font-size: 1.1em;  }  .page-slotvip-ph-win-555-login__hero-cta-group {    flex-direction: column;    gap: 15px;  }  .page-slotvip-ph-win-555-login__button {    width: 80%;    max-width: 300px;  }  .page-slotvip-ph-win-555-login__section-title {    font-size: 1.8em;  }  .page-slotvip-ph-win-555-login__section-description {    font-size: 1em;    margin-bottom: 30px;  }  /* List item mobile responsiveness */  .page-slotvip-ph-win-555-login__features,  .page-slotvip-ph-win-555-login__access-links,  .page-slotvip-ph-win-555-login__game-categories,  .page-slotvip-ph-win-555-login__promo-cards,  .page-slotvip-ph-win-555-login__blog-articles {    flex-direction: column;    gap: 20px;    margin-left: 0 !important;    margin-right: 0 !important;    padding-left: 15px !important;    padding-right: 15px !important;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;  }  .page-slotvip-ph-win-555-login__feature-item,  .page-slotvip-ph-win-555-login__game-category-card,  .page-slotvip-ph-win-555-login__promo-card,  .page-slotvip-ph-win-555-login__blog-card {    width: 100% !important;    max-width: 100% !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-slotvip-ph-win-555-login__security-content {    flex-direction: column;  }  .page-slotvip-ph-win-555-login__security-text {    text-align: center;  }  .page-slotvip-ph-win-555-login__security-text .page-slotvip-ph-win-555-login__button {    width: auto;    max-width: none;  }  .page-slotvip-ph-win-555-login__provider-logos {    gap: 15px;  }  .page-slotvip-ph-win-555-login__provider-logo {    height: 50px;  }  .page-slotvip-ph-win-555-login__faq-question {    padding: 12px 15px;  }  .page-slotvip-ph-win-555-login__faq-question-text {    font-size: 1.1em;  }  .page-slotvip-ph-win-555-login__faq-answer {    padding: 0 15px;  }  .page-slotvip-ph-win-555-login__faq-item.active .page-slotvip-ph-win-555-login__faq-answer {    padding: 15px !important;  }}.page-slotvip-ph-win-555-login__game-category-card, .page-slotvip-ph-win-555-login__promo-card, .page-slotvip-ph-win-555-login__blog-card {  width: 100% !important;  max-width: 100% !important;  overflow: hidden !important;  box-sizing: border-box !important;}@media (max-width: 480px) {  .page-slotvip-ph-win-555-login__hero-title {    font-size: 2em;  }  .page-slotvip-ph-win-555-login__hero-subtitle {    font-size: 1em;  }  .page-slotvip-ph-win-555-login__section-title {    font-size: 1.5em;  }  .page-slotvip-ph-win-555-login__button {    padding: 10px 20px;    font-size: 0.9em;  }  .page-slotvip-ph-win-555-login__feature-item,  .page-slotvip-ph-win-555-login__game-category-card,  .page-slotvip-ph-win-555-login__promo-card,  .page-slotvip-ph-win-555-login__blog-card {    min-width: unset;  }}