.page-s1mple-csgo-playtime {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-bottom: 40px;
    }

    .page-s1mple-csgo-playtime h1,
    .page-s1mple-csgo-playtime h2,
    .page-s1mple-csgo-playtime h3 {
      color: #0056b3;
      margin-bottom: 15px;
    }

    .page-s1mple-csgo-playtime h1 {
      font-size: 2.8em;
      text-align: center;
      margin-bottom: 20px;
    }

    .page-s1mple-csgo-playtime h2 {
      font-size: 2.2em;
      text-align: center;
      margin-bottom: 30px;
      padding-top: 20px;
    }

    .page-s1mple-csgo-playtime h3 {
      font-size: 1.6em;
      margin-bottom: 10px;
    }

    .page-s1mple-csgo-playtime section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      margin-bottom: 30px;
    }

    .page-s1mple-csgo-playtime p {
      margin-bottom: 15px;
      color: #555;
    }

    .page-s1mple-csgo-playtime__hero-section {
      padding: 100px 20px;
      background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
      color: #fff;
      text-align: center;
      position: relative;
      overflow: hidden;
      margin-bottom: 0;
      border-radius: 0;
      box-shadow: none;
      padding-top: 10px; /* Small decorative padding, as body handles main offset */
    }

    .page-s1mple-csgo-playtime__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }

    .page-s1mple-csgo-playtime__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      margin: 0 auto;
    }

    .page-s1mple-csgo-playtime__hero-title {
      color: #fff;
      font-size: 3.5em;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .page-s1mple-csgo-playtime__hero-subtitle {
      font-size: 1.4em;
      margin-bottom: 40px;
      color: #eee;
    }

    .page-s1mple-csgo-playtime__hero-cta,
    .page-s1mple-csgo-playtime__access-button,
    .page-s1mple-csgo-playtime__game-cta,
    .page-s1mple-csgo-playtime__promo-cta,
    .page-s1mple-csgo-playtime__contact-cta,
    .page-s1mple-csgo-playtime__blog-cta {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      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;
      margin-top: 10px;
    }

    .page-s1mple-csgo-playtime__hero-cta:hover,
    .page-s1mple-csgo-playtime__access-button:hover,
    .page-s1mple-csgo-playtime__game-cta:hover,
    .page-s1mple-csgo-playtime__promo-cta:hover,
    .page-s1mple-csgo-playtime__contact-cta:hover,
    .page-s1mple-csgo-playtime__blog-cta:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-s1mple-csgo-playtime__intro-section {
      text-align: center;
    }

    .page-s1mple-csgo-playtime__features {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 40px;
    }

    .page-s1mple-csgo-playtime__feature-item {
      flex: 1 1 calc(33% - 40px);
      min-width: 280px;
      text-align: center;
      padding: 20px;
      background-color: #f9f9f9;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-s1mple-csgo-playtime__feature-icon {
      width: 250px;
      height: 250px;
      object-fit: contain;
      margin-bottom: 15px;
      border-radius: 50%;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .page-s1mple-csgo-playtime__feature-heading {
      color: #007bff;
      font-size: 1.5em;
      margin-bottom: 10px;
    }

    .page-s1mple-csgo-playtime__quick-access-section {
      text-align: center;
    }

    .page-s1mple-csgo-playtime__access-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 30px;
    }

    .page-s1mple-csgo-playtime__access-button {
      flex: 1 1 auto;
      min-width: 200px;
      max-width: 280px;
      padding: 12px 25px;
      font-size: 1em;
      background-color: #28a745;
    }

    .page-s1mple-csgo-playtime__access-button:hover {
      background-color: #218838;
    }

    .page-s1mple-csgo-playtime__games-section {
      text-align: center;
    }

    .page-s1mple-csgo-playtime__game-categories {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-s1mple-csgo-playtime__game-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      padding: 25px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .page-s1mple-csgo-playtime__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }

    .page-s1mple-csgo-playtime__game-logo {
      width: 100px; /* gamelogo type does not specify dimensions */
      height: 100px;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .page-s1mple-csgo-playtime__game-heading {
      color: #007bff;
      font-size: 1.4em;
      margin-bottom: 10px;
    }

    .page-s1mple-csgo-playtime__game-text {
      font-size: 0.95em;
      color: #666;
      min-height: 60px;
    }

    .page-s1mple-csgo-playtime__game-cta {
      padding: 10px 20px;
      font-size: 0.9em;
      background-color: #17a2b8;
    }

    .page-s1mple-csgo-playtime__game-cta:hover {
      background-color: #138496;
    }

    .page-s1mple-csgo-playtime__promo-section {
      text-align: center;
      background-color: #eaf6ff;
    }

    .page-s1mple-csgo-playtime__promo-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-s1mple-csgo-playtime__promo-card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-s1mple-csgo-playtime__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }

    .page-s1mple-csgo-playtime__promo-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-s1mple-csgo-playtime__promo-card h3,
    .page-s1mple-csgo-playtime__promo-card p {
      padding: 0 20px;
    }

    .page-s1mple-csgo-playtime__promo-heading {
      font-size: 1.4em;
      margin-top: 20px;
      color: #007bff;
    }

    .page-s1mple-csgo-playtime__promo-text {
      font-size: 0.95em;
      color: #666;
      flex-grow: 1;
      margin-bottom: 20px;
    }

    .page-s1mple-csgo-playtime__promo-cta {
      margin-top: auto;
      padding: 10px 20px;
      font-size: 0.9em;
      background-color: #ffc107;
      color: #333;
      margin-bottom: 20px;
      align-self: center;
    }

    .page-s1mple-csgo-playtime__promo-cta:hover {
      background-color: #e0a800;
      color: #fff;
    }

    .page-s1mple-csgo-playtime__security-section {
      text-align: center;
    }

    .page-s1mple-csgo-playtime__security-content {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 40px;
    }

    .page-s1mple-csgo-playtime__security-item {
      flex: 1 1 calc(33% - 40px);
      min-width: 280px;
      text-align: center;
      padding: 20px;
      background-color: #f9f9f9;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-s1mple-csgo-playtime__security-icon {
      width: 250px;
      height: 250px;
      object-fit: contain;
      margin-bottom: 15px;
    }

    .page-s1mple-csgo-playtime__security-heading {
      color: #007bff;
      font-size: 1.5em;
      margin-bottom: 10px;
    }

    .page-s1mple-csgo-playtime__contact-cta {
      margin-top: 40px;
      background-color: #dc3545;
    }

    .page-s1mple-csgo-playtime__contact-cta:hover {
      background-color: #c82333;
    }

    .page-s1mple-csgo-playtime__faq-section {
      background-color: #f0f8ff;
    }

    .page-s1mple-csgo-playtime__faq-items {
      margin-top: 30px;
    }

    .page-s1mple-csgo-playtime__faq-item {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    }

    .page-s1mple-csgo-playtime__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      cursor: pointer;
      user-select: none;
      background-color: #e9f5ff;
      color: #0056b3;
      font-weight: bold;
      border-bottom: 1px solid #eee;
    }

    .page-s1mple-csgo-playtime__faq-question:hover {
      background-color: #d6ecff;
    }

    .page-s1mple-csgo-playtime__faq-heading {
      margin: 0;
      font-size: 1.2em;
      pointer-events: none; /* Prevent text selection from interfering with click */
      color: #0056b3; /* Ensure contrast */
    }

    .page-s1mple-csgo-playtime__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent toggle icon from interfering with click */
    }

    .page-s1mple-csgo-playtime__faq-item.active .page-s1mple-csgo-playtime__faq-toggle {
      transform: rotate(45deg);
    }

    .page-s1mple-csgo-playtime__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      background-color: #fdfdfd;
      color: #555;
    }

    .page-s1mple-csgo-playtime__faq-item.active .page-s1mple-csgo-playtime__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-s1mple-csgo-playtime__blog-section {
      text-align: center;
    }

    .page-s1mple-csgo-playtime__blog-articles {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-s1mple-csgo-playtime__blog-card {
      background-color: #f9f9f9;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
    }

    .page-s1mple-csgo-playtime__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    }

    .page-s1mple-csgo-playtime__blog-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
    }

    .page-s1mple-csgo-playtime__blog-card h3,
    .page-s1mple-csgo-playtime__blog-card p {
      padding: 0 20px;
    }

    .page-s1mple-csgo-playtime__blog-heading {
      font-size: 1.3em;
      margin-top: 20px;
      color: #007bff;
      text-align: left;
    }

    .page-s1mple-csgo-playtime__blog-excerpt {
      font-size: 0.9em;
      color: #666;
      flex-grow: 1;
      margin-bottom: 20px;
      text-align: left;
    }

    .page-s1mple-csgo-playtime__blog-cta {
      margin-top: auto;
      padding: 10px 20px;
      font-size: 0.9em;
      background-color: #6c757d;
      margin-bottom: 20px;
      align-self: flex-start;
      margin-left: 20px;
    }

    .page-s1mple-csgo-playtime__blog-cta:hover {
      background-color: #5a6268;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
      .page-s1mple-csgo-playtime h1 {
        font-size: 2.2em;
      }

      .page-s1mple-csgo-playtime h2 {
        font-size: 1.8em;
      }

      .page-s1mple-csgo-playtime__hero-section {
        padding: 80px 15px;
      }

      .page-s1mple-csgo-playtime__hero-title {
        font-size: 2.5em;
      }

      .page-s1mple-csgo-playtime__hero-subtitle {
        font-size: 1.1em;
      }

      .page-s1mple-csgo-playtime__hero-cta {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-s1mple-csgo-playtime section {
        padding: 30px 15px;
        margin-bottom: 20px;
      }

      .page-s1mple-csgo-playtime__features,
      .page-s1mple-csgo-playtime__security-content,
      .page-s1mple-csgo-playtime__access-buttons,
      .page-s1mple-csgo-playtime__game-categories,
      .page-s1mple-csgo-playtime__promo-cards,
      .page-s1mple-csgo-playtime__blog-articles {
        flex-direction: column;
        gap: 20px;
      }

      .page-s1mple-csgo-playtime__feature-item,
      .page-s1mple-csgo-playtime__security-item,
      .page-s1mple-csgo-playtime__game-card,
      .page-s1mple-csgo-playtime__promo-card,
      .page-s1mple-csgo-playtime__blog-card {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 15px;
      }

      .page-s1mple-csgo-playtime__feature-icon,
      .page-s1mple-csgo-playtime__security-icon {
        width: 150px;
        height: 150px;
      }

      .page-s1mple-csgo-playtime__game-logo {
        width: 80px;
        height: 80px;
      }

      .page-s1mple-csgo-playtime__access-button {
        max-width: 100%;
        width: 100% !important;
        padding: 10px 15px;
      }

      .page-s1mple-csgo-playtime__faq-question {
        padding: 12px 15px;
      }

      .page-s1mple-csgo-playtime__faq-heading {
        font-size: 1.1em;
      }

      .page-s1mple-csgo-playtime__faq-answer {
        padding: 0 15px;
      }

      .page-s1mple-csgo-playtime__faq-item.active .page-s1mple-csgo-playtime__faq-answer {
        padding: 15px !important;
      }

      .page-s1mple-csgo-playtime__blog-heading,
      .page-s1mple-csgo-playtime__blog-excerpt {
        padding: 0 15px;
      }
      .page-s1mple-csgo-playtime__blog-cta {
        margin-left: 15px;
      }
      .page-s1mple-csgo-playtime__promo-card h3,
      .page-s1mple-csgo-playtime__promo-card p {
        padding: 0 15px;
      }
    }

    /* Text wrapping for mobile */
    .page-s1mple-csgo-playtime p,
    .page-s1mple-csgo-playtime li,
    .page-s1mple-csgo-playtime h1,
    .page-s1mple-csgo-playtime h2,
    .page-s1mple-csgo-playtime h3,
    .page-s1mple-csgo-playtime__blog-excerpt,
    .page-s1mple-csgo-playtime__promo-text,
    .page-s1mple-csgo-playtime__game-text {
      word-wrap: break-word !important;
      overflow-wrap: break-word !important;
      word-break: break-word !important;
    }