.page-wolfenstein-new-order-playtime__hero-section {  background: linear-gradient(135deg, #2a0000 0%, #000000 100%);  color: #ffffff;  padding: 80px 20px;  text-align: center;  display: flex;  align-items: center;  justify-content: center;  min-height: 400px;}.page-wolfenstein-new-order-playtime__hero-content {  max-width: 900px;  margin: 0 auto;}.page-wolfenstein-new-order-playtime__title {  font-size: 3.2em;  margin-bottom: 20px;  line-height: 1.2;  color: #ffcc00;}.page-wolfenstein-new-order-playtime__title strong {  color: #ffffff;}.page-wolfenstein-new-order-playtime__subtitle {  font-size: 1.3em;  margin-bottom: 30px;  color: #e0e0e0;}.page-wolfenstein-new-order-playtime__cta-button {  display: inline-block;  background-color: #ffcc00;  color: #333333;  padding: 15px 30px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);}.page-wolfenstein-new-order-playtime__cta-button:hover {  background-color: #e6b800;  transform: translateY(-2px);}.page-wolfenstein-new-order-playtime__section {  padding: 60px 20px;  background-color: #1a1a1a;  color: #f0f0f0;  border-bottom: 1px solid #333333;}.page-wolfenstein-new-order-playtime__section:last-of-type {  border-bottom: none;}.page-wolfenstein-new-order-playtime__container {  max-width: 1200px;  margin: 0 auto;}.page-wolfenstein-new-order-playtime__section-title {  font-size: 2.5em;  color: #ffcc00;  text-align: center;  margin-bottom: 40px;  position: relative;  padding-bottom: 10px;}.page-wolfenstein-new-order-playtime__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: 0;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #cc0000;  border-radius: 2px;}.page-wolfenstein-new-order-playtime__description {  font-size: 1.1em;  line-height: 1.7;  margin-bottom: 30px;  text-align: center;  max-width: 900px;  margin-left: auto;  margin-right: auto;}.page-wolfenstein-new-order-playtime__image-container {  text-align: center;  margin-bottom: 40px;}.page-wolfenstein-new-order-playtime__image {  max-width: 100%;  height: auto;  border-radius: 10px;  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);}.page-wolfenstein-new-order-playtime__playtime-details {  display: flex;  justify-content: center;  gap: 30px;  flex-wrap: wrap;  margin-bottom: 40px;}.page-wolfenstein-new-order-playtime__playtime-card {  background-color: #333333;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);  flex: 1;  min-width: 280px;  max-width: 350px;  text-align: center;  border: 1px solid #444444;  transition: transform 0.3s ease, background-color 0.3s ease;}.page-wolfenstein-new-order-playtime__playtime-card:hover {  transform: translateY(-5px);  background-color: #444444;}.page-wolfenstein-new-order-playtime__card-title {  font-size: 1.8em;  color: #ffcc00;  margin-bottom: 15px;}.page-wolfenstein-new-order-playtime__card-text {  font-size: 1em;  line-height: 1.6;  color: #cccccc;}.page-wolfenstein-new-order-playtime__cta-button--secondary {  background-color: #cc0000;  color: #ffffff;}.page-wolfenstein-new-order-playtime__cta-button--secondary:hover {  background-color: #a30000;}.page-wolfenstein-new-order-playtime__faq-section {  background-color: #0d0d0d;}.page-wolfenstein-new-order-playtime__faq-list {  max-width: 900px;  margin: 0 auto;}.page-wolfenstein-new-order-playtime__faq-item {  background-color: #1e1e1e;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);  border: 1px solid #333333;}.page-wolfenstein-new-order-playtime__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  background-color: #2a2a2a;  color: #ffffff;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease;}.page-wolfenstein-new-order-playtime__faq-question:hover {  background-color: #3a3a3a;}.page-wolfenstein-new-order-playtime__faq-title {  margin: 0;  color: #ffcc00;  pointer-events: none;}.page-wolfenstein-new-order-playtime__faq-toggle {  font-size: 1.5em;  line-height: 1;  transition: transform 0.3s ease;  pointer-events: none;  color: #ffffff;}.page-wolfenstein-new-order-playtime__faq-item.active .page-wolfenstein-new-order-playtime__faq-toggle {  transform: rotate(45deg);}.page-wolfenstein-new-order-playtime__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  color: #cccccc;}.page-wolfenstein-new-order-playtime__faq-item.active .page-wolfenstein-new-order-playtime__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}/* Responsive Design */@media (max-width: 768px) {  .page-wolfenstein-new-order-playtime__hero-section {    padding: 60px 15px;    min-height: 300px;  }  .page-wolfenstein-new-order-playtime__title {    font-size: 2.5em;  }  .page-wolfenstein-new-order-playtime__subtitle {    font-size: 1.1em;  }  .page-wolfenstein-new-order-playtime__section {    padding: 40px 15px;  }  .page-wolfenstein-new-order-playtime__section-title {    font-size: 2em;    margin-bottom: 30px;  }  .page-wolfenstein-new-order-playtime__description {    font-size: 1em;  }  .page-wolfenstein-new-order-playtime__playtime-details {    flex-direction: column;    align-items: center;    gap: 20px;  }  .page-wolfenstein-new-order-playtime__playtime-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px;  }  .page-wolfenstein-new-order-playtime__card-title {    font-size: 1.5em;  }  .page-wolfenstein-new-order-playtime__faq-question {    padding: 15px 20px;    font-size: 1.1em;  }  .page-wolfenstein-new-order-playtime__faq-answer {    padding: 0 20px;    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-wolfenstein-new-order-playtime__faq-item.active .page-wolfenstein-new-order-playtime__faq-answer {    padding: 15px 20px !important;  }  .page-wolfenstein-new-order-playtime__image,  .page-wolfenstein-new-order-playtime__image-container {    width: 100% !important;    max-width: 100% !important;    height: auto;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 0;  }}