/* Base styles for the page */:root {  --primary-color: #007bff; /* A vibrant blue for CTAs and highlights */  --secondary-color: #6c757d; /* A muted grey for secondary text */  --text-color-dark: #212529; /* Dark text for readability */  --text-color-light: #f8f9fa; /* Light text on dark backgrounds */  --background-light: #ffffff; /* Light background */  --background-dark: #343a40; /* Dark background sections */  --border-color: #dee2e6; /* Light border */  --header-offset: 122px; /* Placeholder for shared header height */}.page-what-does-total-playtime-on-tiktok-mean {  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;  line-height: 1.6;  color: var(--text-color-dark);  background-color: var(--background-light);  padding-top: var(--header-offset, 122px); /* Fallback for body padding if not set by shared.css */}.page-what-does-total-playtime-on-tiktok-mean__section-title {  font-size: 2.2em;  color: var(--primary-color);  text-align: center;  margin-bottom: 40px;  margin-top: 60px;  padding: 0 15px;  line-height: 1.2;}.page-what-does-total-playtime-on-tiktok-mean__text-content {  font-size: 1.1em;  margin-bottom: 20px;  max-width: 800px;  margin-left: auto;  margin-right: auto;  padding: 0 15px;}/* HERO Section */.page-what-does-total-playtime-on-tiktok-mean__hero-section {  position: relative;  width: 100%;  min-height: 500px;  display: flex;  align-items: center;  justify-content: center;  color: var(--text-color-light);  text-align: center;  overflow: hidden;  padding: 10px 0 60px 0; /* Add 10px top padding if body already has --header-offset */}.page-what-does-total-playtime-on-tiktok-mean__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;  filter: brightness(0.5); /* Allowed for background images to improve text readability, not changing intrinsic color */  max-width: 100% !important;  height: auto !important;  box-sizing: border-box !important;}.page-what-does-total-playtime-on-tiktok-mean__hero-content {  position: relative;  z-index: 2;  max-width: 900px;  padding: 20px;  background: rgba(0, 0, 0, 0.4);  border-radius: 8px;  margin: 0 15px;}.page-what-does-total-playtime-on-tiktok-mean__hero-title {  font-size: 3em;  margin-bottom: 20px;  line-height: 1.1;  color: var(--text-color-light);}.page-what-does-total-playtime-on-tiktok-mean__hero-subtitle {  font-size: 1.3em;  margin-bottom: 30px;  color: var(--text-color-light);}.page-what-does-total-playtime-on-tiktok-mean__hero-cta {  display: inline-block;  background-color: var(--primary-color);  color: var(--text-color-light);  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease;}.page-what-does-total-playtime-on-tiktok-mean__hero-cta:hover {  background-color: #0056b3;}/* Partner/Supplier Logo Area */.page-what-does-total-playtime-on-tiktok-mean__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 15px;  background-color: var(--background-dark);  color: var(--text-color-light);}.page-what-does-total-playtime-on-tiktok-mean__payment-providers .page-what-does-total-playtime-on-tiktok-mean__section-title {  color: var(--text-color-light);  width: 100%;  margin-top: 0;  margin-bottom: 30px;}.page-what-does-total-playtime-on-tiktok-mean__logo-grid {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 30px;    width: 100%;    max-width: 1200px;}.page-what-does-total-playtime-on-tiktok-mean__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;  object-fit: contain;}/* Introduction Section */.page-what-does-total-playtime-on-tiktok-mean__introduction-section {  padding: 60px 20px;  background-color: var(--background-light);  text-align: center;}/* Quick Access Section */.page-what-does-total-playtime-on-tiktok-mean__quick-access-section {  padding: 60px 20px;  background-color: #f0f2f5;  text-align: center;}.page-what-does-total-playtime-on-tiktok-mean__access-buttons {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  max-width: 900px;  margin: 0 auto;}.page-what-does-total-playtime-on-tiktok-mean__access-button {  background-color: var(--primary-color);  color: var(--text-color-light);  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  flex-grow: 1;  max-width: 250px;  text-align: center;}.page-what-does-total-playtime-on-tiktok-mean__access-button:hover {  background-color: #0056b3;}/* Core Services Section */.page-what-does-total-playtime-on-tiktok-mean__core-services-section {  padding: 60px 20px;  background-color: var(--background-light);}.page-what-does-total-playtime-on-tiktok-mean__service-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-what-does-total-playtime-on-tiktok-mean__service-item {  background-color: #fff;  border: 1px solid var(--border-color);  border-radius: 8px;  padding: 25px;  text-align: center;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);  display: flex;  flex-direction: column;  align-items: center;}.page-what-does-total-playtime-on-tiktok-mean__service-image {  width: 100%;  height: 200px;  object-fit: cover;  border-radius: 8px;  margin-bottom: 20px;  max-width: 100% !important;  height: auto !important;  box-sizing: border-box !important;}.page-what-does-total-playtime-on-tiktok-mean__service-title {  font-size: 1.5em;  color: var(--text-color-dark);  margin-bottom: 15px;}.page-what-does-total-playtime-on-tiktok-mean__service-description {  font-size: 1em;  color: var(--secondary-color);  margin-bottom: 20px;  flex-grow: 1;}.page-what-does-total-playtime-on-tiktok-mean__service-button {  background-color: var(--primary-color);  color: var(--text-color-light);  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  margin-top: auto;}.page-what-does-total-playtime-on-tiktok-mean__service-button:hover {  background-color: #0056b3;}/* Promotions Section */.page-what-does-total-playtime-on-tiktok-mean__promotions-section {  padding: 60px 20px;  background-color: #e9ecef;  text-align: center;}.page-what-does-total-playtime-on-tiktok-mean__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1000px;  margin: 0 auto;}.page-what-does-total-playtime-on-tiktok-mean__promo-item {  background-color: #fff;  border-radius: 8px;  padding: 30px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);  display: flex;  flex-direction: column;  align-items: center;}.page-what-does-total-playtime-on-tiktok-mean__promo-title {  font-size: 1.8em;  color: var(--primary-color);  margin-bottom: 15px;}.page-what-does-total-playtime-on-tiktok-mean__promo-description {  font-size: 1.1em;  color: var(--secondary-color);  margin-bottom: 25px;  flex-grow: 1;}.page-what-does-total-playtime-on-tiktok-mean__promo-button {  background-color: var(--primary-color);  color: var(--text-color-light);  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;  margin-top: auto;}.page-what-does-total-playtime-on-tiktok-mean__promo-button:hover {  background-color: #0056b3;}/* Security & Customer Support Section */.page-what-does-total-playtime-on-tiktok-mean__security-support-section {  padding: 60px 20px;  background-color: var(--background-dark);  color: var(--text-color-light);  text-align: center;}.page-what-does-total-playtime-on-tiktok-mean__security-support-section .page-what-does-total-playtime-on-tiktok-mean__section-title {  color: var(--text-color-light);}.page-what-does-total-playtime-on-tiktok-mean__support-items {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;  max-width: 1000px;  margin: 0 auto 40px auto;}.page-what-does-total-playtime-on-tiktok-mean__support-item {  flex: 1 1 300px;  background-color: rgba(255, 255, 255, 0.1);  border-radius: 8px;  padding: 30px;  display: flex;  flex-direction: column;  align-items: center;}.page-what-does-total-playtime-on-tiktok-mean__support-icon {  width: 80px;  height: 80px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100% !important;  height: auto !important;  box-sizing: border-box !important;}.page-what-does-total-playtime-on-tiktok-mean__support-title {  font-size: 1.6em;  color: var(--text-color-light);  margin-bottom: 15px;}.page-what-does-total-playtime-on-tiktok-mean__support-description {  font-size: 1em;  color: rgba(255, 255, 255, 0.8);  flex-grow: 1;}.page-what-does-total-playtime-on-tiktok-mean__contact-button {  background-color: var(--primary-color);  color: var(--text-color-light);  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease;  display: inline-block;}.page-what-does-total-playtime-on-tiktok-mean__contact-button:hover {  background-color: #0056b3;}/* FAQ Section */.page-what-does-total-playtime-on-tiktok-mean__faq-section {  padding: 60px 20px;  background-color: var(--background-light);}.page-what-does-total-playtime-on-tiktok-mean__faq-list {  max-width: 900px;  margin: 0 auto;}.page-what-does-total-playtime-on-tiktok-mean__faq-item {  border: 1px solid var(--border-color);  border-radius: 8px;  margin-bottom: 15px;  overflow: hidden;}.page-what-does-total-playtime-on-tiktok-mean__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  background-color: #f8f9fa;  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;}.page-what-does-total-playtime-on-tiktok-mean__faq-question:hover {  background-color: #e9ecef;}.page-what-does-total-playtime-on-tiktok-mean__faq-question h3 {  margin: 0;  font-size: 1.2em;  color: var(--text-color-dark);  pointer-events: none; /* Prevent h3 from blocking click event */}.page-what-does-total-playtime-on-tiktok-mean__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: var(--primary-color);  pointer-events: none; /* Prevent span from blocking click event */  transition: transform 0.3s ease;}.page-what-does-total-playtime-on-tiktok-mean__faq-item.active .page-what-does-total-playtime-on-tiktok-mean__faq-toggle {  transform: rotate(45deg); /* Change '+' to 'x' visually */}.page-what-does-total-playtime-on-tiktok-mean__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  background-color: #ffffff;  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(--secondary-color);}.page-what-does-total-playtime-on-tiktok-mean__faq-item.active .page-what-does-total-playtime-on-tiktok-mean__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px !important;  opacity: 1;}.page-what-does-total-playtime-on-tiktok-mean__faq-answer p {  margin: 0;}/* Latest Blog Content Section */.page-what-does-total-playtime-on-tiktok-mean__blog-section {  padding: 60px 20px;  background-color: #f0f2f5;}.page-what-does-total-playtime-on-tiktok-mean__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-what-does-total-playtime-on-tiktok-mean__blog-card {  background-color: #fff;  border-radius: 8px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);  overflow: hidden;  display: flex;  flex-direction: column;}.page-what-does-total-playtime-on-tiktok-mean__blog-image {  width: 100%;  height: 220px;  object-fit: cover;  max-width: 100% !important;  height: auto !important;  box-sizing: border-box !important;}.page-what-does-total-playtime-on-tiktok-mean__blog-title {  font-size: 1.3em;  margin: 20px 20px 10px 20px;  line-height: 1.3;  flex-grow: 1;}.page-what-does-total-playtime-on-tiktok-mean__blog-title a {  color: var(--primary-color);  text-decoration: none;  transition: color 0.3s ease;}.page-what-does-total-playtime-on-tiktok-mean__blog-title a:hover {  color: #0056b3;}.page-what-does-total-playtime-on-tiktok-mean__blog-excerpt {  font-size: 0.95em;  color: var(--secondary-color);  padding: 0 20px 20px 20px;}/* Responsive adjustments */@media (max-width: 1024px) {  .page-what-does-total-playtime-on-tiktok-mean__hero-title {    font-size: 2.5em;  }  .page-what-does-total-playtime-on-tiktok-mean__hero-subtitle {    font-size: 1.1em;  }  .page-what-does-total-playtime-on-tiktok-mean__section-title {    font-size: 2em;  }}@media (max-width: 768px) {  .page-what-does-total-playtime-on-tiktok-mean {    padding-top: var(--header-offset, 122px);  }  .page-what-does-total-playtime-on-tiktok-mean__hero-section {    min-height: 400px;    padding-bottom: 40px;  }  .page-what-does-total-playtime-on-tiktok-mean__hero-content {    padding: 15px;  }  .page-what-does-total-playtime-on-tiktok-mean__hero-title {    font-size: 2em;    margin-bottom: 15px;  }  .page-what-does-total-playtime-on-tiktok-mean__hero-subtitle {    font-size: 1em;    margin-bottom: 25px;  }  .page-what-does-total-playtime-on-tiktok-mean__hero-cta {    padding: 12px 25px;    font-size: 1em;  }  .page-what-does-total-playtime-on-tiktok-mean__section-title {    font-size: 1.8em;    margin-top: 40px;    margin-bottom: 30px;  }  .page-what-does-total-playtime-on-tiktok-mean__text-content {    font-size: 1em;    padding: 0 10px;  }  /* Partner/Supplier Logo Area Mobile */  .page-what-does-total-playtime-on-tiktok-mean__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 10px;  }  .page-what-does-total-playtime-on-tiktok-mean__payment-logo,  .page-what-does-total-playtime-on-tiktok-mean__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-what-does-total-playtime-on-tiktok-mean__payment-providers .page-what-does-total-playtime-on-tiktok-mean__section-title {    font-size: 1.5em;  }  .page-what-does-total-playtime-on-tiktok-mean__quick-access-section,  .page-what-does-total-playtime-on-tiktok-mean__core-services-section,  .page-what-does-total-playtime-on-tiktok-mean__promotions-section,  .page-what-does-total-playtime-on-tiktok-mean__security-support-section,  .page-what-does-total-playtime-on-tiktok-mean__faq-section,  .page-what-does-total-playtime-on-tiktok-mean__blog-section {    padding: 40px 10px;  }  .page-what-does-total-playtime-on-tiktok-mean__access-buttons {    flex-direction: column;    align-items: center;    gap: 15px;  }  .page-what-does-total-playtime-on-tiktok-mean__access-button {    width: 100% !important;    max-width: 300px;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-what-does-total-playtime-on-tiktok-mean__service-grid,  .page-what-does-total-playtime-on-tiktok-mean__promo-grid,  .page-what-does-total-playtime-on-tiktok-mean__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-what-does-total-playtime-on-tiktok-mean__service-item,  .page-what-does-total-playtime-on-tiktok-mean__promo-item,  .page-what-does-total-playtime-on-tiktok-mean__blog-card {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-what-does-total-playtime-on-tiktok-mean__service-image,  .page-what-does-total-playtime-on-tiktok-mean__support-icon,  .page-what-does-total-playtime-on-tiktok-mean__blog-image {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-what-does-total-playtime-on-tiktok-mean__support-items {    flex-direction: column;    gap: 20px;  }  .page-what-does-total-playtime-on-tiktok-mean__support-item {    flex: 1 1 auto;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;  }  .page-what-does-total-playtime-on-tiktok-mean__faq-question {    padding: 12px 15px;  }  .page-what-does-total-playtime-on-tiktok-mean__faq-question h3 {    font-size: 1.1em;  }  .page-what-does-total-playtime-on-tiktok-mean__faq-answer {    padding: 0 15px;  }  .page-what-does-total-playtime-on-tiktok-mean__faq-item.active .page-what-does-total-playtime-on-tiktok-mean__faq-answer {    padding: 15px !important;  }}