.page-the-game-puppy-playtime {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f8f8f8;}.page-the-game-puppy-playtime__container {  max-width: 1200px;  margin: 0 auto;  padding: 20px;  box-sizing: border-box;}.page-the-game-puppy-playtime__section {  padding: 60px 0;  text-align: center;  background-color: #fff;  margin-bottom: 20px;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-the-game-puppy-playtime__section--dark {  background-color: #222;  color: #eee;}.page-the-game-puppy-playtime__section-title {  font-size: 2.8em;  color: #333;  margin-bottom: 30px;  text-transform: uppercase;  letter-spacing: 1px;}.page-the-game-puppy-playtime__section--dark .page-the-game-puppy-playtime__section-title {  color: #eee;}.page-the-game-puppy-playtime__section-subtitle {  font-size: 1.5em;  color: #555;  margin-bottom: 40px;}.page-the-game-puppy-playtime__section--dark .page-the-game-puppy-playtime__section-subtitle {  color: #ccc;}.page-the-game-puppy-playtime__hero-section {  position: relative;  width: 100%;  height: 600px;  background-color: #000;  overflow: hidden;  display: flex;  align-items: center;  justify-content: center;  color: #fff;  text-align: center;  padding-top: 10px;}.page-the-game-puppy-playtime__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.6;}.page-the-game-puppy-playtime__hero-content {  position: relative;  z-index: 1;  max-width: 800px;  padding: 20px;}.page-the-game-puppy-playtime__hero-title {  font-size: 3.5em;  margin-bottom: 20px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-the-game-puppy-playtime__hero-description {  font-size: 1.3em;  margin-bottom: 30px;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);}.page-the-game-puppy-playtime__button {  display: inline-block;  background-color: #ffcc00;  color: #333;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;}.page-the-game-puppy-playtime__button:hover {  background-color: #e6b800;  transform: translateY(-2px);}.page-the-game-puppy-playtime__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: #f0f0f0;  margin-bottom: 20px;}.page-the-game-puppy-playtime__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  display: flex;  align-items: center;  justify-content: center;}.page-the-game-puppy-playtime__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-the-game-puppy-playtime__intro-content {  max-width: 900px;  margin: 0 auto;  text-align: left;}.page-the-game-puppy-playtime__intro-content p {  margin-bottom: 20px;  font-size: 1.1em;}.page-the-game-puppy-playtime__quick-access-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 25px;  max-width: 1000px;  margin: 0 auto;}.page-the-game-puppy-playtime__quick-access-item {  background-color: #f9f9f9;  padding: 25px;  border-radius: 8px;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);  text-align: center;  transition: transform 0.3s ease;}.page-the-game-puppy-playtime__quick-access-item:hover {  transform: translateY(-5px);}.page-the-game-puppy-playtime__quick-access-item h3 {  font-size: 1.4em;  margin-bottom: 15px;  color: #007bff;}.page-the-game-puppy-playtime__quick-access-item .page-the-game-puppy-playtime__button {  width: 100%;  box-sizing: border-box;}.page-the-game-puppy-playtime__games-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1100px;  margin: 0 auto;}.page-the-game-puppy-playtime__game-card {  background-color: #f9f9f9;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  text-align: left;  transition: transform 0.3s ease;}.page-the-game-puppy-playtime__game-card:hover {  transform: translateY(-8px);}.page-the-game-puppy-playtime__game-card-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-the-game-puppy-playtime__game-card-content {  padding: 20px;}.page-the-game-puppy-playtime__game-card-title {  font-size: 1.5em;  margin-bottom: 10px;  color: #333;}.page-the-game-puppy-playtime__game-card-description {  font-size: 0.95em;  color: #666;  margin-bottom: 20px;}.page-the-game-puppy-playtime__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1100px;  margin: 0 auto;}.page-the-game-puppy-playtime__promo-card {  background-color: #f9f9f9;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  text-align: left;  transition: transform 0.3s ease;}.page-the-game-puppy-playtime__promo-card:hover {  transform: translateY(-8px);}.page-the-game-puppy-playtime__promo-card-image {  width: 100%;  height: 220px;  object-fit: cover;}.page-the-game-puppy-playtime__promo-card-content {  padding: 20px;}.page-the-game-puppy-playtime__promo-card-title {  font-size: 1.6em;  margin-bottom: 10px;  color: #e44d26;}.page-the-game-puppy-playtime__promo-card-description {  font-size: 0.95em;  color: #666;  margin-bottom: 20px;}.page-the-game-puppy-playtime__security-content {  max-width: 900px;  margin: 0 auto;  text-align: left;}.page-the-game-puppy-playtime__security-content p {  margin-bottom: 20px;  font-size: 1.1em;}.page-the-game-puppy-playtime__faq-list {  max-width: 900px;  margin: 0 auto;  text-align: left;}.page-the-game-puppy-playtime__faq-item {  background-color: #f9f9f9;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);}.page-the-game-puppy-playtime__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  background-color: #007bff;  color: #fff;  cursor: pointer;  user-select: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease;}.page-the-game-puppy-playtime__faq-question:hover {  background-color: #0056b3;}.page-the-game-puppy-playtime__faq-question h3 {  margin: 0;  pointer-events: none;  color: #fff;}.page-the-game-puppy-playtime__faq-toggle {  font-size: 1.5em;  font-weight: bold;  pointer-events: none;  transition: transform 0.3s ease;}.page-the-game-puppy-playtime__faq-item.active .page-the-game-puppy-playtime__faq-toggle {  transform: rotate(45deg);}.page-the-game-puppy-playtime__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  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-the-game-puppy-playtime__faq-item.active .page-the-game-puppy-playtime__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-the-game-puppy-playtime__faq-answer p {  margin-bottom: 10px;  color: #333;}.page-the-game-puppy-playtime__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1100px;  margin: 0 auto;}.page-the-game-puppy-playtime__blog-card {  background-color: #f9f9f9;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);  text-align: left;  transition: transform 0.3s ease;}.page-the-game-puppy-playtime__blog-card:hover {  transform: translateY(-8px);}.page-the-game-puppy-playtime__blog-card-image {  width: 100%;  height: 220px;  object-fit: cover;}.page-the-game-puppy-playtime__blog-card-content {  padding: 20px;}.page-the-game-puppy-playtime__blog-card-title {  font-size: 1.4em;  margin-bottom: 10px;}.page-the-game-puppy-playtime__blog-card-title a {  color: #333;  text-decoration: none;  transition: color 0.3s ease;}.page-the-game-puppy-playtime__blog-card-title a:hover {  color: #007bff;}.page-the-game-puppy-playtime__blog-card-meta {  font-size: 0.85em;  color: #888;  margin-bottom: 15px;}.page-the-game-puppy-playtime__blog-card-description {  font-size: 0.95em;  color: #666;}.page-the-game-puppy-playtime img {  max-width: 100%;  height: auto;  display: block;  margin: 0 auto;}.page-the-game-puppy-playtime__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  z-index: 1000;  display: flex;  flex-direction: column;  gap: 10px;}.page-the-game-puppy-playtime__floating-button {  background-color: #007bff;  color: #fff;  padding: 12px 20px;  border-radius: 30px;  text-decoration: none;  font-weight: bold;  font-size: 1em;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  transition: background-color 0.3s ease, transform 0.3s ease;  text-align: center;}.page-the-game-puppy-playtime__floating-button--register {  background-color: #28a745;}.page-the-game-puppy-playtime__floating-button--register:hover {  background-color: #218838;  transform: translateY(-2px);}.page-the-game-puppy-playtime__floating-button:hover {  background-color: #0056b3;  transform: translateY(-2px);}@media (max-width: 768px) {  .page-the-game-puppy-playtime__container {    padding: 10px;  }  .page-the-game-puppy-playtime__section {    padding: 40px 0;  }  .page-the-game-puppy-playtime__section-title {    font-size: 2em;    margin-bottom: 20px;  }  .page-the-game-puppy-playtime__section-subtitle {    font-size: 1.2em;    margin-bottom: 30px;  }  .page-the-game-puppy-playtime__hero-section {    height: 400px;  }  .page-the-game-puppy-playtime__hero-title {    font-size: 2.2em;  }  .page-the-game-puppy-playtime__hero-description {    font-size: 1em;  }  .page-the-game-puppy-playtime__button {    padding: 12px 25px;    font-size: 1em;  }  .page-the-game-puppy-playtime__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 20px 10px;  }  .page-the-game-puppy-playtime__payment-logo,  .page-the-game-puppy-playtime__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-the-game-puppy-playtime__intro-content,  .page-the-game-puppy-playtime__security-content,  .page-the-game-puppy-playtime__faq-list {    padding: 0 10px;  }  .page-the-game-puppy-playtime__intro-content p,  .page-the-game-puppy-playtime__security-content p {    font-size: 1em;  }  .page-the-game-puppy-playtime__quick-access-grid,  .page-the-game-puppy-playtime__games-grid,  .page-the-game-puppy-playtime__promo-grid,  .page-the-game-puppy-playtime__blog-grid {    grid-template-columns: 1fr;    gap: 20px;    padding: 0 10px;  }  .page-the-game-puppy-playtime__quick-access-item,  .page-the-game-puppy-playtime__game-card,  .page-the-game-puppy-playtime__promo-card,  .page-the-game-puppy-playtime__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-the-game-puppy-playtime__game-card-image,  .page-the-game-puppy-playtime__promo-card-image,  .page-the-game-puppy-playtime__blog-card-image {    height: 180px;  }  .page-the-game-puppy-playtime__faq-question {    font-size: 1em;    padding: 15px 20px;  }  .page-the-game-puppy-playtime__faq-answer {    padding: 0 20px;  }  .page-the-game-puppy-playtime__faq-item.active .page-the-game-puppy-playtime__faq-answer {    padding: 15px 20px !important;  }  .page-the-game-puppy-playtime__floating-buttons {    flex-direction: row;    bottom: 10px;    right: 10px;    left: 10px;    gap: 5px;  }  .page-the-game-puppy-playtime__floating-button {    flex: 1;    padding: 10px 15px;    font-size: 0.9em;  }  .page-the-game-puppy-playtime__faq-list {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 10px !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-the-game-puppy-playtime__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-the-game-puppy-playtime__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-the-game-puppy-playtime__quick-access-item,  .page-the-game-puppy-playtime__game-card,  .page-the-game-puppy-playtime__promo-card,  .page-the-game-puppy-playtime__blog-card {    padding: 15px;  }  .page-the-game-puppy-playtime__game-card-content,  .page-the-game-puppy-playtime__promo-card-content,  .page-the-game-puppy-playtime__blog-card-content {    padding: 15px;  }}