:root {  --page-phpvip-legit-primary-color: #ffcc00; /* Gold/Yellow accent */  --page-phpvip-legit-secondary-color: #ff6600; /* Orange accent */  --page-phpvip-legit-dark-bg: #1a1a1a; /* Dark background */  --page-phpvip-legit-light-text: #f0f0f0; /* Light text */  --page-phpvip-legit-gray-text: #cccccc; /* Gray text */  --page-phpvip-legit-card-bg: #2a2a2a; /* Card background */  --page-phpvip-legit-border-color: #3a3a3a; /* Border color */  --page-phpvip-legit-button-hover-bg: #e6b800; /* Button hover */}body { margin: 0; padding: 0; } .page-phpvip-legit {  font-family: 'Arial', sans-serif;  color: var(--page-phpvip-legit-light-text);  background-color: var(--page-phpvip-legit-dark-bg);  line-height: 1.6;}.page-phpvip-legit__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;}.page-phpvip-legit__section-title {  color: var(--page-phpvip-legit-primary-color);  text-align: center;  font-size: 2.2em;  margin-bottom: 30px;  position: relative;  padding-bottom: 10px;}.page-phpvip-legit__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 3px;  background-color: var(--page-phpvip-legit-secondary-color);  border-radius: 5px;}/* Hero Section */.page-phpvip-legit__hero-section {  position: relative;  overflow: hidden;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  min-height: 60vh;  padding: 10px 0 60px 0;  background-color: #000; /* Fallback */}.page-phpvip-legit__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;  opacity: 0.5;}.page-phpvip-legit__hero-content {  position: relative;  z-index: 2;  max-width: 800px;  padding: 20px;  background: rgba(0, 0, 0, 0.6);  border-radius: 10px;}.page-phpvip-legit__hero-title {  font-size: 3em;  color: var(--page-phpvip-legit-primary-color);  margin-bottom: 15px;  line-height: 1.2;}.page-phpvip-legit__hero-subtitle {  font-size: 1.2em;  color: var(--page-phpvip-legit-light-text);  margin-bottom: 30px;}.page-phpvip-legit__hero-cta-group {  display: flex;  gap: 15px;  justify-content: center;}.page-phpvip-legit__hero-btn {  display: inline-block;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  font-size: 1.1em;}.page-phpvip-legit__hero-btn--primary {  background-color: var(--page-phpvip-legit-primary-color);  color: var(--page-phpvip-legit-dark-bg);}.page-phpvip-legit__hero-btn--primary:hover {  background-color: var(--page-phpvip-legit-button-hover-bg);  transform: translateY(-3px);}.page-phpvip-legit__hero-btn--secondary {  background-color: var(--page-phpvip-legit-secondary-color);  color: var(--page-phpvip-legit-light-text);  border: 1px solid var(--page-phpvip-legit-secondary-color);}.page-phpvip-legit__hero-btn--secondary:hover {  background-color: #e05500;  transform: translateY(-3px);}/* Introduction Section */.page-phpvip-legit__intro-section {  padding: 60px 0;  background-color: #222;}.page-phpvip-legit__intro-text {  text-align: center;  font-size: 1.1em;  margin-bottom: 40px;  max-width: 800px;  margin-left: auto;  margin-right: auto;  color: var(--page-phpvip-legit-gray-text);}.page-phpvip-legit__intro-features {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  list-style: none;  padding: 0;  margin: 0;}.page-phpvip-legit__intro-feature-item {  background-color: var(--page-phpvip-legit-card-bg);  padding: 25px;  border-radius: 8px;  text-align: center;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease, box-shadow 0.3s ease;  box-sizing: border-box;}.page-phpvip-legit__intro-feature-item:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);}.page-phpvip-legit__intro-feature-title {  color: var(--page-phpvip-legit-primary-color);  font-size: 1.4em;  margin-top: 0;  margin-bottom: 15px;}.page-phpvip-legit__intro-feature-description {  color: var(--page-phpvip-legit-gray-text);  font-size: 0.95em;  word-wrap: break-word;}/* Quick Access Section */.page-phpvip-legit__quick-access-section {  padding: 60px 0;  background-color: var(--page-phpvip-legit-dark-bg);}.page-phpvip-legit__quick-access-description {  text-align: center;  font-size: 1.1em;  margin-bottom: 40px;  color: var(--page-phpvip-legit-gray-text);}.page-phpvip-legit__access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;}.page-phpvip-legit__access-card {  display: block;  background-color: var(--page-phpvip-legit-card-bg);  padding: 25px;  border-radius: 8px;  text-align: center;  text-decoration: none;  color: var(--page-phpvip-legit-light-text);  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-phpvip-legit__access-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);}.page-phpvip-legit__access-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 15px;  max-width: 100%;  height: auto;}.page-phpvip-legit__access-title {  color: var(--page-phpvip-legit-primary-color);  font-size: 1.4em;  margin-top: 0;  margin-bottom: 10px;}.page-phpvip-legit__access-text {  color: var(--page-phpvip-legit-gray-text);  font-size: 0.95em;  word-wrap: break-word;}/* Core Games Section */.page-phpvip-legit__games-section {  padding: 60px 0;  background-color: #222;}.page-phpvip-legit__games-description {  text-align: center;  font-size: 1.1em;  margin-bottom: 40px;  color: var(--page-phpvip-legit-gray-text);}.page-phpvip-legit__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 30px;}.page-phpvip-legit__game-category-item {  background-color: var(--page-phpvip-legit-card-bg);  border-radius: 8px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  text-align: center;  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-phpvip-legit__game-category-item:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);}.page-phpvip-legit__game-category-image {  width: 100%;  height: 200px;  object-fit: cover;  border-bottom: 1px solid var(--page-phpvip-legit-border-color);  max-width: 100%;  height: auto;}.page-phpvip-legit__game-category-title {  color: var(--page-phpvip-legit-primary-color);  font-size: 1.3em;  margin: 15px 0 10px 0;}.page-phpvip-legit__game-category-text {  color: var(--page-phpvip-legit-gray-text);  font-size: 0.9em;  padding: 0 15px;  margin-bottom: 20px;  word-wrap: break-word;}.page-phpvip-legit__game-category-btn {  display: inline-block;  background-color: var(--page-phpvip-legit-secondary-color);  color: var(--page-phpvip-legit-light-text);  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-phpvip-legit__game-category-btn:hover {  background-color: #e05500;}/* Promotions Section */.page-phpvip-legit__promotions-section {  padding: 60px 0;  background-color: var(--page-phpvip-legit-dark-bg);}.page-phpvip-legit__promotions-description {  text-align: center;  font-size: 1.1em;  margin-bottom: 40px;  color: var(--page-phpvip-legit-gray-text);}.page-phpvip-legit__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-phpvip-legit__promo-card {  background-color: var(--page-phpvip-legit-card-bg);  border-radius: 8px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-phpvip-legit__promo-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);}.page-phpvip-legit__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  max-width: 100%;  height: auto;}.page-phpvip-legit__promo-content {  padding: 20px;}.page-phpvip-legit__promo-title {  color: var(--page-phpvip-legit-primary-color);  font-size: 1.4em;  margin-top: 0;  margin-bottom: 10px;}.page-phpvip-legit__promo-text {  color: var(--page-phpvip-legit-gray-text);  font-size: 0.95em;  margin-bottom: 20px;  word-wrap: break-word;}.page-phpvip-legit__promo-btn {  display: inline-block;  background-color: var(--page-phpvip-legit-primary-color);  color: var(--page-phpvip-legit-dark-bg);  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-phpvip-legit__promo-btn:hover {  background-color: var(--page-phpvip-legit-button-hover-bg);}/* Security Section */.page-phpvip-legit__security-section {  padding: 60px 0;  background-color: #222;}.page-phpvip-legit__security-description {  text-align: center;  font-size: 1.1em;  margin-bottom: 40px;  color: var(--page-phpvip-legit-gray-text);}.page-phpvip-legit__security-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-bottom: 50px;}.page-phpvip-legit__security-item {  background-color: var(--page-phpvip-legit-card-bg);  padding: 25px;  border-radius: 8px;  text-align: center;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  box-sizing: border-box;}.page-phpvip-legit__security-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 15px;  max-width: 100%;  height: auto;}.page-phpvip-legit__security-title {  color: var(--page-phpvip-legit-primary-color);  font-size: 1.4em;  margin-top: 0;  margin-bottom: 10px;}.page-phpvip-legit__security-text {  color: var(--page-phpvip-legit-gray-text);  font-size: 0.95em;  word-wrap: break-word;}.page-phpvip-legit__social-media {  text-align: center;}.page-phpvip-legit__social-title {  color: var(--page-phpvip-legit-primary-color);  font-size: 1.5em;  margin-bottom: 20px;}.page-phpvip-legit__social-icons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;}.page-phpvip-legit__social-link {  display: inline-block;  width: 50px;  height: 50px;  border-radius: 50%;  background-color: var(--page-phpvip-legit-card-bg);  display: flex;  align-items: center;  justify-content: center;  transition: background-color 0.3s ease, transform 0.3s ease;}.page-phpvip-legit__social-link:hover {  background-color: var(--page-phpvip-legit-primary-color);  transform: translateY(-3px);}.page-phpvip-legit__social-icon {  width: 30px;  height: 30px;  object-fit: contain;  max-width: 100%;  height: auto;}/* FAQ Section */.page-phpvip-legit__faq-section {  padding: 60px 0;  background-color: var(--page-phpvip-legit-dark-bg);}.page-phpvip-legit__faq-intro-text {  text-align: center;  font-size: 1.1em;  margin-bottom: 40px;  color: var(--page-phpvip-legit-gray-text);}.page-phpvip-legit__faq-list {  max-width: 800px;  margin: 0 auto;}.page-phpvip-legit__faq-item {  background-color: var(--page-phpvip-legit-card-bg);  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);}.page-phpvip-legit__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  cursor: pointer;  background-color: #333;  color: var(--page-phpvip-legit-light-text);  font-weight: bold;  user-select: none;  transition: background-color 0.3s ease;}.page-phpvip-legit__faq-question:hover {  background-color: #444;}.page-phpvip-legit__faq-question-title {  margin: 0;  font-size: 1.1em;  color: var(--page-phpvip-legit-primary-color);  pointer-events: none;  word-wrap: break-word;  flex-grow: 1;}.page-phpvip-legit__faq-toggle {  font-size: 1.5em;  line-height: 1;  margin-left: 15px;  transition: transform 0.3s ease;  pointer-events: none;}.page-phpvip-legit__faq-item.active .page-phpvip-legit__faq-toggle {  transform: rotate(45deg);}.page-phpvip-legit__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;}.page-phpvip-legit__faq-item.active .page-phpvip-legit__faq-answer {  max-height: 2000px !important;  padding: 20px 20px !important;  opacity: 1;}.page-phpvip-legit__faq-answer-text {  margin: 0;  color: var(--page-phpvip-legit-gray-text);  font-size: 0.95em;  word-wrap: break-word;}/* Latest Blog Content Section */.page-phpvip-legit__blog-section {  padding: 60px 0;  background-color: #222;}.page-phpvip-legit__blog-intro-text {  text-align: center;  font-size: 1.1em;  margin-bottom: 40px;  color: var(--page-phpvip-legit-gray-text);}.page-phpvip-legit__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;}.page-phpvip-legit__blog-card {  display: block;  background-color: var(--page-phpvip-legit-card-bg);  border-radius: 8px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  text-decoration: none;  color: var(--page-phpvip-legit-light-text);  transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-phpvip-legit__blog-card:hover {  transform: translateY(-5px);  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);}.page-phpvip-legit__blog-image {  width: 100%;  height: 180px;  object-fit: cover;  border-bottom: 1px solid var(--page-phpvip-legit-border-color);  max-width: 100%;  height: auto;}.page-phpvip-legit__blog-content {  padding: 20px;}.page-phpvip-legit__blog-title {  color: var(--page-phpvip-legit-primary-color);  font-size: 1.3em;  margin-top: 0;  margin-bottom: 10px;  word-wrap: break-word;}.page-phpvip-legit__blog-date {  font-size: 0.85em;  color: var(--page-phpvip-legit-secondary-color);  margin-bottom: 10px;}.page-phpvip-legit__blog-excerpt {  font-size: 0.9em;  color: var(--page-phpvip-legit-gray-text);  word-wrap: break-word;}/* General Responsive Adjustments */@media (max-width: 768px) {  .page-phpvip-legit__container {    padding: 15px;  }  .page-phpvip-legit__section-title {    font-size: 1.8em;    margin-bottom: 25px;  }  .page-phpvip-legit__hero-section {    min-height: 50vh;    padding: 10px 0 40px 0;  }  .page-phpvip-legit__hero-title {    font-size: 2.2em;  }  .page-phpvip-legit__hero-subtitle {    font-size: 1em;    margin-bottom: 20px;  }  .page-phpvip-legit__hero-cta-group {    flex-direction: column;    gap: 10px;  }  .page-phpvip-legit__hero-btn {    width: 100%;    padding: 12px 20px;    font-size: 1em;  }  .page-phpvip-legit__intro-features,  .page-phpvip-legit__access-grid,  .page-phpvip-legit__game-categories,  .page-phpvip-legit__promo-grid,  .page-phpvip-legit__security-grid,  .page-phpvip-legit__blog-grid {    grid-template-columns: 1fr;    gap: 20px;    width: 100% !important;    max-width: 100% !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }  .page-phpvip-legit__intro-feature-item,  .page-phpvip-legit__access-card,  .page-phpvip-legit__game-category-item,  .page-phpvip-legit__promo-card,  .page-phpvip-legit__security-item,  .page-phpvip-legit__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px;  }  .page-phpvip-legit__intro-feature-description,  .page-phpvip-legit__access-text,  .page-phpvip-legit__game-category-text,  .page-phpvip-legit__promo-text,  .page-phpvip-legit__security-text,  .page-phpvip-legit__faq-answer-text,  .page-phpvip-legit__blog-excerpt {    word-break: break-word !important;    font-size: 0.9em;  }  .page-phpvip-legit__access-icon,  .page-phpvip-legit__security-icon {    width: 80px;    height: 80px;  }  .page-phpvip-legit__faq-question {    padding: 12px 15px;  }  .page-phpvip-legit__faq-question-title {    font-size: 1em;  }  .page-phpvip-legit__faq-answer {    padding: 0 15px;  }  .page-phpvip-legit__faq-item.active .page-phpvip-legit__faq-answer {    padding: 15px 15px !important;  }  .page-phpvip-legit__blog-image {    height: 150px;  }}