:root {  --primary-color: #e04a2a; /* A vibrant red/orange */  --secondary-color: #f7b20e; /* A golden yellow */  --dark-background: #1a1a2e; /* Dark blue/purple for background */  --light-text: #ffffff;  --dark-text: #333333;  --gray-text: #cccccc;  --card-background: #2a2a4a; /* Slightly lighter dark for cards */  --border-color: #444466;  --header-offset: 122px; /* Default for fixed header */}.page-when-does-project-playtime-come-out {  font-family: 'Arial', sans-serif;  background-color: var(--dark-background);  color: var(--light-text);  line-height: 1.6;  padding-top: var(--header-offset, 122px); /* Apply header offset to the main content wrapper */}.page-when-does-project-playtime-come-out__hero-section {  position: relative;  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  text-align: center;  min-height: 600px;  overflow: hidden;  padding: 20px;  box-sizing: border-box;}.page-when-does-project-playtime-come-out__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 0;  overflow: hidden;}.page-when-does-project-playtime-come-out__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  filter: brightness(0.5); /* Darken background image for text readability */}.page-when-does-project-playtime-come-out__hero-content {  position: relative;  z-index: 1;  max-width: 900px;  padding: 20px;  background-color: rgba(0, 0, 0, 0.5);  border-radius: 10px;}.page-when-does-project-playtime-come-out__hero-title {  font-size: 3.5em;  color: var(--secondary-color);  margin-bottom: 15px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-when-does-project-playtime-come-out__hero-subtitle {  font-size: 1.4em;  color: var(--light-text);  margin-bottom: 30px;}.page-when-does-project-playtime-come-out__hero-cta-button {  display: inline-block;  background-color: var(--primary-color);  color: var(--light-text);  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  font-size: 1.2em;  transition: background-color 0.3s ease, transform 0.3s ease;  border: 2px solid var(--primary-color);}.page-when-does-project-playtime-come-out__hero-cta-button:hover {  background-color: var(--secondary-color);  border-color: var(--secondary-color);  transform: translateY(-3px);}.page-when-does-project-playtime-come-out__intro-section,.page-when-does-project-playtime-come-out__quick-access-section,.page-when-does-project-playtime-come-out__games-section,.page-when-does-project-playtime-come-out__promotions-section,.page-when-does-project-playtime-come-out__security-support-section,.page-when-does-project-playtime-come-out__faq-section,.page-when-does-project-playtime-come-out__blog-section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-when-does-project-playtime-come-out__intro-title,.page-when-does-project-playtime-come-out__quick-access-title,.page-when-does-project-playtime-come-out__games-title,.page-when-does-project-playtime-come-out__promotions-title,.page-when-does-project-playtime-come-out__security-support-title,.page-when-does-project-playtime-come-out__faq-title,.page-when-does-project-playtime-come-out__blog-title {  font-size: 2.5em;  color: var(--secondary-color);  margin-bottom: 20px;}.page-when-does-project-playtime-come-out__intro-text,.page-when-does-project-playtime-come-out__quick-access-description,.page-when-does-project-playtime-come-out__games-description,.page-when-does-project-playtime-come-out__promotions-description,.page-when-does-project-playtime-come-out__security-support-description,.page-when-does-project-playtime-come-out__blog-description {  font-size: 1.1em;  color: var(--gray-text);  margin-bottom: 40px;  max-width: 800px;  margin-left: auto;  margin-right: auto;}.page-when-does-project-playtime-come-out__intro-features {  display: flex;  justify-content: space-around;  flex-wrap: wrap;  gap: 30px;  margin-top: 40px;}.page-when-does-project-playtime-come-out__feature-item {  background-color: var(--card-background);  padding: 30px;  border-radius: 10px;  flex: 1;  min-width: 280px;  max-width: 350px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  border: 1px solid var(--border-color);  transition: transform 0.3s ease;}.page-when-does-project-playtime-come-out__feature-item:hover {  transform: translateY(-5px);}.page-when-does-project-playtime-come-out__feature-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100%;  height: auto;  box-sizing: border-box;}.page-when-does-project-playtime-come-out__feature-title {  font-size: 1.5em;  color: var(--primary-color);  margin-bottom: 10px;}.page-when-does-project-playtime-come-out__feature-description {  color: var(--gray-text);  font-size: 0.95em;}.page-when-does-project-playtime-come-out__access-buttons {  display: flex;  justify-content: center;  flex-wrap: wrap;  gap: 20px;  margin-top: 40px;}.page-when-does-project-playtime-come-out__access-button {  background-color: var(--primary-color);  color: var(--light-text);  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  border: 1px solid var(--primary-color);}.page-when-does-project-playtime-come-out__access-button:hover {  background-color: var(--secondary-color);  border-color: var(--secondary-color);  transform: translateY(-2px);}.page-when-does-project-playtime-come-out__game-categories,.page-when-does-project-playtime-come-out__promo-grid,.page-when-does-project-playtime-come-out__security-grid,.page-when-does-project-playtime-come-out__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-when-does-project-playtime-come-out__game-card,.page-when-does-project-playtime-come-out__promo-card,.page-when-does-project-playtime-come-out__blog-card {  background-color: var(--card-background);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  border: 1px solid var(--border-color);  text-align: left;  transition: transform 0.3s ease;}.page-when-does-project-playtime-come-out__game-card:hover,.page-when-does-project-playtime-come-out__promo-card:hover,.page-when-does-project-playtime-come-out__blog-card:hover {  transform: translateY(-5px);}.page-when-does-project-playtime-come-out__game-image,.page-when-does-project-playtime-come-out__promo-image,.page-when-does-project-playtime-come-out__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  display: block;  max-width: 100%;  box-sizing: border-box;}.page-when-does-project-playtime-come-out__game-card-title,.page-when-does-project-playtime-come-out__promo-card-title,.page-when-does-project-playtime-come-out__blog-card-title {  font-size: 1.4em;  color: var(--secondary-color);  padding: 15px 20px 0;}.page-when-does-project-playtime-come-out__blog-card-title a {  color: var(--secondary-color);  text-decoration: none;  transition: color 0.3s ease;}.page-when-does-project-playtime-come-out__blog-card-title a:hover {  color: var(--primary-color);}.page-when-does-project-playtime-come-out__game-card-text,.page-when-does-project-playtime-come-out__promo-card-text,.page-when-does-project-playtime-come-out__blog-card-text {  color: var(--gray-text);  padding: 10px 20px;  font-size: 0.9em;}.page-when-does-project-playtime-come-out__game-card-button,.page-when-does-project-playtime-come-out__promo-card-button {  display: inline-block;  background-color: var(--primary-color);  color: var(--light-text);  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin: 15px 20px 20px;  transition: background-color 0.3s ease;  border: 1px solid var(--primary-color);}.page-when-does-project-playtime-come-out__game-card-button:hover,.page-when-does-project-playtime-come-out__promo-card-button:hover {  background-color: var(--secondary-color);  border-color: var(--secondary-color);}.page-when-does-project-playtime-come-out__security-item {  background-color: var(--card-background);  padding: 30px;  border-radius: 10px;  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);  border: 1px solid var(--border-color);  transition: transform 0.3s ease;}.page-when-does-project-playtime-come-out__security-item:hover {  transform: translateY(-5px);}.page-when-does-project-playtime-come-out__security-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100%;  height: auto;  box-sizing: border-box;}.page-when-does-project-playtime-come-out__security-item-title {  font-size: 1.5em;  color: var(--primary-color);  margin-bottom: 10px;}.page-when-does-project-playtime-come-out__security-item-text {  color: var(--gray-text);  font-size: 0.95em;}.page-when-does-project-playtime-come-out__contact-button {  display: inline-block;  background-color: var(--secondary-color);  color: var(--dark-background);  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  font-size: 1.2em;  margin-top: 40px;  transition: background-color 0.3s ease, transform 0.3s ease;  border: 2px solid var(--secondary-color);}.page-when-does-project-playtime-come-out__contact-button:hover {  background-color: var(--primary-color);  border-color: var(--primary-color);  transform: translateY(-3px);}.page-when-does-project-playtime-come-out__faq-list {  text-align: left;  margin-top: 40px;  border-radius: 10px;  overflow: hidden;}.page-when-does-project-playtime-come-out__faq-item {  background-color: var(--card-background);  border: 1px solid var(--border-color);  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;}.page-when-does-project-playtime-come-out__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px;  cursor: pointer;  background-color: #333355;  user-select: none;  transition: background-color 0.3s ease;}.page-when-does-project-playtime-come-out__faq-question:hover {  background-color: #444466;}.page-when-does-project-playtime-come-out__faq-question-text {  font-size: 1.2em;  color: var(--light-text);  margin: 0;  pointer-events: none; /* Prevent text selection interference with click */}.page-when-does-project-playtime-come-out__faq-toggle {  font-size: 1.5em;  color: var(--primary-color);  font-weight: bold;  margin-left: 20px;  pointer-events: none; /* Prevent icon interference with click */  transition: transform 0.3s ease;}.page-when-does-project-playtime-come-out__faq-item.active .page-when-does-project-playtime-come-out__faq-toggle {  transform: rotate(45deg); /* Change + to X or - */  color: var(--secondary-color);}.page-when-does-project-playtime-come-out__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px; /* Initial padding */  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  color: var(--gray-text);}.page-when-does-project-playtime-come-out__faq-item.active .page-when-does-project-playtime-come-out__faq-answer {  max-height: 2000px !important; /* Sufficiently large to show all content */  padding: 20px !important; /* Adjusted padding when active */  opacity: 1;}.page-when-does-project-playtime-come-out__faq-answer p {  margin: 0;}/* Responsive adjustments */@media (max-width: 992px) {  .page-when-does-project-playtime-come-out__hero-title {    font-size: 2.8em;  }  .page-when-does-project-playtime-come-out__hero-subtitle {    font-size: 1.2em;  }  .page-when-does-project-playtime-come-out__intro-title,  .page-when-does-project-playtime-come-out__quick-access-title,  .page-when-does-project-playtime-come-out__games-title,  .page-when-does-project-playtime-come-out__promotions-title,  .page-when-does-project-playtime-come-out__security-support-title,  .page-when-does-project-playtime-come-out__faq-title,  .page-when-does-project-playtime-come-out__blog-title {    font-size: 2em;  }}.page-when-does-project-playtime-come-out__blog-card-title { font-size: 1.2em; }@media (max-width: 768px) {  .page-when-does-project-playtime-come-out__hero-section {    min-height: 500px;  }  .page-when-does-project-playtime-come-out__hero-title {    font-size: 2.2em;  }  .page-when-does-project-playtime-come-out__hero-subtitle {    font-size: 1em;  }  .page-when-does-project-playtime-come-out__hero-cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-when-does-project-playtime-come-out__intro-section,  .page-when-does-project-playtime-come-out__quick-access-section,  .page-when-does-project-playtime-come-out__games-section,  .page-when-does-project-playtime-come-out__promotions-section,  .page-when-does-project-playtime-come-out__security-support-section,  .page-when-does-project-playtime-come-out__faq-section,  .page-when-does-project-playtime-come-out__blog-section {    padding: 40px 15px;  }  .page-when-does-project-playtime-come-out__intro-title,  .page-when-does-project-playtime-come-out__quick-access-title,  .page-when-does-project-playtime-come-out__games-title,  .page-when-does-project-playtime-come-out__promotions-title,  .page-when-does-project-playtime-come-out__security-support-title,  .page-when-does-project-playtime-come-out__faq-title,  .page-when-does-project-playtime-come-out__blog-title {    font-size: 1.8em;  }  .page-when-does-project-playtime-come-out__intro-text,  .page-when-does-project-playtime-come-out__quick-access-description,  .page-when-does-project-playtime-come-out__games-description,  .page-when-does-project-playtime-come-out__promotions-description,  .page-when-does-project-playtime-come-out__security-support-description,  .page-when-does-project-playtime-come-out__blog-description {    font-size: 1em;  }  /* List items responsiveness */  .page-when-does-project-playtime-come-out__intro-features,  .page-when-does-project-playtime-come-out__game-categories,  .page-when-does-project-playtime-come-out__promo-grid,  .page-when-does-project-playtime-come-out__security-grid,  .page-when-does-project-playtime-come-out__blog-grid {    grid-template-columns: 1fr; /* Stack items */    gap: 20px;  }  .page-when-does-project-playtime-come-out__feature-item,  .page-when-does-project-playtime-come-out__game-card,  .page-when-does-project-playtime-come-out__promo-card,  .page-when-does-project-playtime-come-out__security-item,  .page-when-does-project-playtime-come-out__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px 15px; /* Adjust padding for smaller screens */  }  .page-when-does-project-playtime-come-out__feature-icon,  .page-when-does-project-playtime-come-out__security-icon,  .page-when-does-project-playtime-come-out__game-image,  .page-when-does-project-playtime-come-out__promo-image,  .page-when-does-project-playtime-come-out__blog-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-when-does-project-playtime-come-out__access-buttons {    flex-direction: column;    align-items: center;  }  .page-when-does-project-playtime-come-out__access-button {    width: 80%;    max-width: 300px;  }  .page-when-does-project-playtime-come-out__faq-question-text {    font-size: 1.1em;  }  .page-when-does-project-playtime-come-out__faq-toggle {    font-size: 1.3em;  }  .page-when-does-project-playtime-come-out__faq-answer {    padding: 0 15px;  }  .page-when-does-project-playtime-come-out__faq-item.active .page-when-does-project-playtime-come-out__faq-answer {    padding: 15px !important;  }}@media (max-width: 480px) {  .page-when-does-project-playtime-come-out__hero-title {    font-size: 1.8em;  }  .page-when-does-project-playtime-come-out__hero-subtitle {    font-size: 0.9em;  }  .page-when-does-project-playtime-come-out__intro-title,  .page-when-does-project-playtime-come-out__quick-access-title,  .page-when-does-project-playtime-come-out__games-title,  .page-when-does-project-playtime-come-out__promotions-title,  .page-when-does-project-playtime-come-out__security-support-title,  .page-when-does-project-playtime-come-out__faq-title,  .page-when-does-project-playtime-come-out__blog-title {    font-size: 1.5em;  }  .page-when-does-project-playtime-come-out__faq-question-text {    font-size: 1em;  }  .page-when-does-project-playtime-come-out__faq-toggle {    font-size: 1.2em;  }}