.page-taya365-within-32-2-km {
      font-family: Arial, sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      overflow-x: hidden;
      padding-top: var(--header-offset, 0px); /* Fallback for header offset if not provided, though the instruction says body handles it. This is a safe fallback for the main container. */
    }

    /* Hero Section */
    .page-taya365-within-32-2-km__hero-section {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      min-height: 500px;
      padding: 10px 20px 50px; /* Small decorative padding-top as per instruction */
      overflow: hidden;
      background-color: #333; /* Fallback */
    }

    .page-taya365-within-32-2-km__hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      max-width: 100%;
      height: auto; /* Ensure aspect ratio is maintained */
    }

    .page-taya365-within-32-2-km__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 30px;
      border-radius: 10px;
    }

    .page-taya365-within-32-2-km__hero-title {
      font-size: 3.2em;
      margin-bottom: 20px;
      color: #ffd700;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      line-height: 1.2;
    }

    .page-taya365-within-32-2-km__hero-description {
      font-size: 1.2em;
      margin-bottom: 30px;
    }

    .page-taya365-within-32-2-km__hero-cta {
      display: inline-block;
      background-color: #ffd700;
      color: #333;
      padding: 15px 30px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      min-width: 200px;
      box-sizing: border-box;
    }

    .page-taya365-within-32-2-km__hero-cta:hover {
      background-color: #e6c200;
    }

    /* General Section Styling */
    .page-taya365-within-32-2-km__intro-section,
    .page-taya365-within-32-2-km__quick-access-section,
    .page-taya365-within-32-2-km__games-section,
    .page-taya365-within-32-2-km__promotions-section,
    .page-taya365-within-32-2-km__security-section,
    .page-taya365-within-32-2-km__faq-section,
    .page-taya365-within-32-2-km__blog-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .page-taya365-within-32-2-km__intro-title,
    .page-taya365-within-32-2-km__quick-access-title,
    .page-taya365-within-32-2-km__games-title,
    .page-taya365-within-32-2-km__promotions-title,
    .page-taya365-within-32-2-km__security-title,
    .page-taya365-within-32-2-km__faq-title,
    .page-taya365-within-32-2-km__blog-title {
      font-size: 2.5em;
      margin-bottom: 40px;
      color: #333;
      line-height: 1.3;
    }

    /* Introduction Section */
    .page-taya365-within-32-2-km__intro-text {
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-taya365-within-32-2-km__intro-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 40px;
    }

    .page-taya365-within-32-2-km__intro-feature-item {
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-taya365-within-32-2-km__intro-feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
    }

    .page-taya365-within-32-2-km__intro-feature-heading {
      font-size: 1.5em;
      margin-bottom: 15px;
      color: #007bff;
    }

    .page-taya365-within-32-2-km__intro-feature-description {
      font-size: 1em;
      color: #555;
    }

    /* Quick Access Section */
    .page-taya365-within-32-2-km__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 40px;
    }

    .page-taya365-within-32-2-km__quick-access-btn {
      display: block;
      background-color: #007bff;
      color: #fff;
      padding: 15px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-taya365-within-32-2-km__quick-access-btn:hover {
      background-color: #0056b3;
    }

    /* Games Section */
    .page-taya365-within-32-2-km__games-intro {
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-taya365-within-32-2-km__game-tabs {
      display: flex;
      justify-content: center;
      margin-bottom: 30px;
      flex-wrap: wrap;
      gap: 10px;
    }

    .page-taya365-within-32-2-km__game-tab-header {
      padding: 12px 25px;
      cursor: pointer;
      background-color: #eee;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease, color 0.3s ease;
      color: #555;
      user-select: none;
    }

    .page-taya365-within-32-2-km__game-tab-header:hover {
      background-color: #ddd;
    }

    .page-taya365-within-32-2-km__game-tab-header.active {
      background-color: #28a745;
      color: #fff;
    }

    .page-taya365-within-32-2-km__game-tab-pane {
      display: none;
      animation: fadeIn 0.5s ease-in-out;
    }

    .page-taya365-within-32-2-km__game-tab-pane.active {
      display: block;
    }

    .page-taya365-within-32-2-km__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-taya365-within-32-2-km__game-card,
    .page-taya365-within-32-2-km__promo-card,
    .page-taya365-within-32-2-km__blog-card {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      text-align: left;
      box-sizing: border-box;
    }

    .page-taya365-within-32-2-km__game-card-image,
    .page-taya365-within-32-2-km__promo-card-image,
    .page-taya365-within-32-2-km__blog-card-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
      max-width: 100%;
      height: auto; /* Ensure aspect ratio is maintained */
    }

    .page-taya365-within-32-2-km__game-card-title,
    .page-taya365-within-32-2-km__promo-card-title,
    .page-taya365-within-32-2-km__blog-card-title {
      font-size: 1.3em;
      margin: 20px 20px 10px;
      color: #333;
    }

    .page-taya365-within-32-2-km__game-card-description,
    .page-taya365-within-32-2-km__promo-card-description,
    .page-taya365-within-32-2-km__blog-card-summary {
      font-size: 0.95em;
      color: #555;
      margin: 0 20px 20px;
    }

    .page-taya365-within-32-2-km__game-card-cta,
    .page-taya365-within-32-2-km__promo-card-cta,
    .page-taya365-within-32-2-km__blog-card-cta {
      display: inline-block;
      background-color: #17a2b8;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      margin: 0 20px 20px;
      transition: background-color 0.3s ease;
    }

    .page-taya365-within-32-2-km__game-card-cta:hover,
    .page-taya365-within-32-2-km__promo-card-cta:hover,
    .page-taya365-within-32-2-km__blog-card-cta:hover {
      background-color: #138496;
    }

    /* Promotions Section */
    .page-taya365-within-32-2-km__promotions-intro {
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-taya365-within-32-2-km__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    /* Security Section */
    .page-taya365-within-32-2-km__security-intro {
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-taya365-within-32-2-km__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-taya365-within-32-2-km__security-item {
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
    }

    .page-taya365-within-32-2-km__security-item-image {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
    }

    .page-taya365-within-32-2-km__security-item-heading {
      font-size: 1.5em;
      margin-bottom: 15px;
      color: #dc3545;
    }

    .page-taya365-within-32-2-km__security-item-description {
      font-size: 1em;
      color: #555;
    }

    /* FAQ Section */
    .page-taya365-within-32-2-km__faq-container {
      max-width: 800px;
      margin: 40px auto 0;
      text-align: left;
    }

    .page-taya365-within-32-2-km__faq-item {
      background-color: #fff;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      box-sizing: border-box;
    }

    .page-taya365-within-32-2-km__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      background-color: #f1f1f1;
      cursor: pointer;
      user-select: none;
      transition: background-color 0.3s ease;
      box-sizing: border-box;
    }

    .page-taya365-within-32-2-km__faq-question:hover {
      background-color: #e0e0e0;
    }

    .page-taya365-within-32-2-km__faq-question h3 {
      margin: 0;
      font-size: 1.2em;
      color: #333;
      pointer-events: none; /* Prevent h3 from interfering with click event */
    }

    .page-taya365-within-32-2-km__faq-toggle {
      font-size: 1.5em;
      font-weight: bold;
      color: #007bff;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from interfering with click event */
    }

    .page-taya365-within-32-2-km__faq-item.active .page-taya365-within-32-2-km__faq-toggle {
      transform: rotate(45deg); /* Change '+' to 'x' or '-' */
      color: #dc3545;
    }

    .page-taya365-within-32-2-km__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px; /* Initial padding, will be overridden when active */
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
      color: #555;
      box-sizing: border-box;
    }

    .page-taya365-within-32-2-km__faq-item.active .page-taya365-within-32-2-km__faq-answer {
      max-height: 2000px !important; /* Sufficiently large value */
      padding: 20px 25px !important; /* Active padding */
      opacity: 1;
    }

    .page-taya365-within-32-2-km__faq-answer p {
      margin: 0;
      padding-bottom: 10px; /* Space between answer and next item if any */
    }

    /* Blog Section */
    .page-taya365-within-32-2-km__blog-intro {
      font-size: 1.1em;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-taya365-within-32-2-km__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 30px;
    }

    .page-taya365-within-32-2-km__blog-card-content {
      padding: 20px;
    }

    .page-taya365-within-32-2-km__blog-card-date {
      font-size: 0.85em;
      color: #888;
      margin-bottom: 10px;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
      .page-taya365-within-32-2-km__hero-title {
        font-size: 2.2em;
      }

      .page-taya365-within-32-2-km__hero-description {
        font-size: 1em;
      }

      .page-taya365-within-32-2-km__hero-cta {
        padding: 12px 25px;
        font-size: 1em;
      }

      .page-taya365-within-32-2-km__intro-title,
      .page-taya365-within-32-2-km__quick-access-title,
      .page-taya365-within-32-2-km__games-title,
      .page-taya365-within-32-2-km__promotions-title,
      .page-taya365-within-32-2-km__security-title,
      .page-taya365-within-32-2-km__faq-title,
      .page-taya365-within-32-2-km__blog-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-taya365-within-32-2-km__intro-section,
      .page-taya365-within-32-2-km__quick-access-section,
      .page-taya365-within-32-2-km__games-section,
      .page-taya365-within-32-2-km__promotions-section,
      .page-taya365-within-32-2-km__security-section,
      .page-taya365-within-32-2-km__faq-section,
      .page-taya365-within-32-2-km__blog-section {
        padding: 40px 15px;
      }

      .page-taya365-within-32-2-km__intro-features,
      .page-taya365-within-32-2-km__quick-access-grid,
      .page-taya365-within-32-2-km__game-grid,
      .page-taya365-within-32-2-km__promotions-grid,
      .page-taya365-within-32-2-km__security-grid,
      .page-taya365-within-32-2-km__blog-grid {
        grid-template-columns: 1fr; /* Stack columns on mobile */
        gap: 20px;
      }

      /* List item responsive adjustments */
      .page-taya365-within-32-2-km__intro-feature-item,
      .page-taya365-within-32-2-km__quick-access-btn,
      .page-taya365-within-32-2-km__game-card,
      .page-taya365-within-32-2-km__promo-card,
      .page-taya365-within-32-2-km__security-item,
      .page-taya365-within-32-2-km__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
      }
      
      .page-taya365-within-32-2-km__game-tabs {
        flex-direction: column;
        align-items: center;
      }
      .page-taya365-within-32-2-km__game-tab-header {
        width: 100%;
        max-width: 300px; /* Limit tab width on mobile for better appearance */
      }

      .page-taya365-within-32-2-km__faq-question {
        padding: 15px 20px;
      }
      .page-taya365-within-32-2-km__faq-question h3 {
        font-size: 1.1em;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-taya365-within-32-2-km__faq-answer {
        padding: 0 20px;
      }
      .page-taya365-within-32-2-km__faq-item.active .page-taya365-within-32-2-km__faq-answer {
        padding: 15px 20px !important;
      }

      .page-taya365-within-32-2-km__blog-card-title {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
      .page-taya365-within-32-2-km__blog-card-summary {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    /* Animations */
    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }