.page-puppy-playtime-chapter-3-mobile {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
      padding-bottom: 80px; /* Space for floating buttons */
    }

    .page-puppy-playtime-chapter-3-mobile__container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 15px;
    }

    .page-puppy-playtime-chapter-3-mobile__section {
      padding: 40px 0;
      background-color: #fff;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .page-puppy-playtime-chapter-3-mobile__section--dark {
      background-color: #f2f2f2;
    }

    .page-puppy-playtime-chapter-3-mobile__hero-section {
      background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
      color: #fff;
      text-align: center;
      padding: 100px 15px 60px;
      border-radius: 0;
      margin-bottom: 0;
      position: relative;
      overflow: hidden;
      padding-top: calc(var(--header-offset, 0px) + 60px); /* Adjust for fixed header */
    }

    .page-puppy-playtime-chapter-3-mobile__hero-section::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('[GALLERY:pattern:1920x1080:abstract,geometric]');
      background-size: cover;
      opacity: 0.1;
      z-index: 0;
    }

    .page-puppy-playtime-chapter-3-mobile__hero-content {
      position: relative;
      z-index: 1;
    }

    .page-puppy-playtime-chapter-3-mobile__hero-title {
      font-size: 2.8em;
      margin-bottom: 20px;
      color: #fff;
      text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    }

    .page-puppy-playtime-chapter-3-mobile__hero-subtitle {
      font-size: 1.3em;
      margin-bottom: 30px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      color: #eee;
    }

    .page-puppy-playtime-chapter-3-mobile__btn {
      display: inline-block;
      background-color: #ffcc00;
      color: #333;
      padding: 12px 25px;
      border-radius: 5px;
      text-decoration: none;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      font-size: 1.1em;
      white-space: nowrap;
    }

    .page-puppy-playtime-chapter-3-mobile__btn:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-puppy-playtime-chapter-3-mobile__btn--primary {
      background-color: #28a745;
      color: #fff;
    }

    .page-puppy-playtime-chapter-3-mobile__btn--primary:hover {
      background-color: #218838;
    }

    .page-puppy-playtime-chapter-3-mobile__heading {
      text-align: center;
      font-size: 2.2em;
      margin-bottom: 30px;
      color: #333;
      position: relative;
      padding-bottom: 10px;
    }

    .page-puppy-playtime-chapter-3-mobile__heading::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 60px;
      height: 4px;
      background-color: #ffcc00;
      border-radius: 2px;
    }

    .page-puppy-playtime-chapter-3-mobile__text-center {
      text-align: center;
    }

    .page-puppy-playtime-chapter-3-mobile__image-container {
      text-align: center;
      margin: 30px 0;
    }

    .page-puppy-playtime-chapter-3-mobile__image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    }

    .page-puppy-playtime-chapter-3-mobile__features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-puppy-playtime-chapter-3-mobile__feature-item {
      background-color: #fcfcfc;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      text-align: center;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .page-puppy-playtime-chapter-3-mobile__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-puppy-playtime-chapter-3-mobile__feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 15px;
      border-radius: 50%;
      background-color: #ffcc00;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2em;
      color: #333;
      font-weight: bold;
    }

    .page-puppy-playtime-chapter-3-mobile__feature-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #333;
    }

    .page-puppy-playtime-chapter-3-mobile__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      margin-top: 30px;
    }

    .page-puppy-playtime-chapter-3-mobile__game-tabs {
      display: flex;
      justify-content: center;
      margin-bottom: 30px;
      flex-wrap: wrap;
    }

    .page-puppy-playtime-chapter-3-mobile__game-tab-btn {
      background-color: #e0e0e0;
      color: #555;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      margin: 5px;
      transition: background-color 0.3s ease, color 0.3s ease;
      font-weight: bold;
    }

    .page-puppy-playtime-chapter-3-mobile__game-tab-btn.active {
      background-color: #2575fc;
      color: #fff;
    }

    .page-puppy-playtime-chapter-3-mobile__game-content {
      display: none;
      padding: 20px 0;
    }

    .page-puppy-playtime-chapter-3-mobile__game-content.active {
      display: block;
    }

    .page-puppy-playtime-chapter-3-mobile__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    .page-puppy-playtime-chapter-3-mobile__game-card {
      background-color: #fcfcfc;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      overflow: hidden;
      text-align: center;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .page-puppy-playtime-chapter-3-mobile__game-card:hover {
      transform: translateY(-5px);
    }

    .page-puppy-playtime-chapter-3-mobile__game-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .page-puppy-playtime-chapter-3-mobile__game-info {
      padding: 15px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-puppy-playtime-chapter-3-mobile__game-title {
      font-size: 1.3em;
      margin-bottom: 10px;
      color: #333;
    }

    .page-puppy-playtime-chapter-3-mobile__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-puppy-playtime-chapter-3-mobile__promo-card {
      background-color: #fcfcfc;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .page-puppy-playtime-chapter-3-mobile__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-puppy-playtime-chapter-3-mobile__promo-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .page-puppy-playtime-chapter-3-mobile__promo-info {
      padding: 20px;
      flex-grow: 1;
    }

    .page-puppy-playtime-chapter-3-mobile__promo-title {
      font-size: 1.4em;
      margin-bottom: 10px;
      color: #333;
    }

    .page-puppy-playtime-chapter-3-mobile__promo-description {
      font-size: 0.95em;
      color: #555;
      margin-bottom: 15px;
    }

    .page-puppy-playtime-chapter-3-mobile__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-puppy-playtime-chapter-3-mobile__security-item {
      background-color: #fcfcfc;
      padding: 25px;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      text-align: center;
    }

    .page-puppy-playtime-chapter-3-mobile__security-icon {
      width: 80px;
      height: 80px;
      margin: 0 auto 15px;
      background-color: #28a745;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2em;
      color: #fff;
      font-weight: bold;
    }

    .page-puppy-playtime-chapter-3-mobile__faq-item {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      background-color: #fcfcfc;
    }

    .page-puppy-playtime-chapter-3-mobile__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #f0f0f0;
      cursor: pointer;
      font-weight: bold;
      color: #333;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-puppy-playtime-chapter-3-mobile__faq-question:hover {
      background-color: #e5e5e5;
    }

    .page-puppy-playtime-chapter-3-mobile__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: #333;
      pointer-events: none; /* Prevent click interference */
    }

    .page-puppy-playtime-chapter-3-mobile__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent click interference */
      transition: transform 0.3s ease;
    }

    .page-puppy-playtime-chapter-3-mobile__faq-item.active .page-puppy-playtime-chapter-3-mobile__faq-toggle {
      transform: rotate(45deg);
    }

    .page-puppy-playtime-chapter-3-mobile__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      background-color: #fff;
      color: #555;
    }

    .page-puppy-playtime-chapter-3-mobile__faq-item.active .page-puppy-playtime-chapter-3-mobile__faq-answer {
      max-height: 2000px !important;
      padding: 20px !important;
      opacity: 1;
    }

    .page-puppy-playtime-chapter-3-mobile__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin-top: 30px;
    }

    .page-puppy-playtime-chapter-3-mobile__blog-card {
      background-color: #fcfcfc;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.08);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      transition: transform 0.3s ease;
    }

    .page-puppy-playtime-chapter-3-mobile__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-puppy-playtime-chapter-3-mobile__blog-img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .page-puppy-playtime-chapter-3-mobile__blog-info {
      padding: 15px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .page-puppy-playtime-chapter-3-mobile__blog-title {
      font-size: 1.2em;
      margin-bottom: 10px;
      color: #333;
    }

    .page-puppy-playtime-chapter-3-mobile__blog-date {
      font-size: 0.85em;
      color: #777;
      margin-top: 10px;
    }

    .page-puppy-playtime-chapter-3-mobile__floating-buttons {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
      background-color: rgba(0, 0, 0, 0.8);
      box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
      z-index: 1000;
    }

    .page-puppy-playtime-chapter-3-mobile__floating-btn {
      flex: 1;
      text-align: center;
      padding: 12px 0;
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      background-color: #ffcc00;
      color: #333;
      margin: 0 5px;
      border-radius: 5px;
      transition: background-color 0.3s ease;
    }

    .page-puppy-playtime-chapter-3-mobile__floating-btn:hover {
      background-color: #e6b800;
    }

    .page-puppy-playtime-chapter-3-mobile__floating-btn--login {
      background-color: #2575fc;
      color: #fff;
    }

    .page-puppy-playtime-chapter-3-mobile__floating-btn--login:hover {
      background-color: #1a5ac7;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .page-puppy-playtime-chapter-3-mobile__hero-title {
        font-size: 2em;
      }
      .page-puppy-playtime-chapter-3-mobile__hero-subtitle {
        font-size: 1em;
      }
      .page-puppy-playtime-chapter-3-mobile__heading {
        font-size: 1.8em;
      }
      .page-puppy-playtime-chapter-3-mobile__features-grid,
      .page-puppy-playtime-chapter-3-mobile__quick-access-grid,
      .page-puppy-playtime-chapter-3-mobile__game-grid,
      .page-puppy-playtime-chapter-3-mobile__promo-grid,
      .page-puppy-playtime-chapter-3-mobile__security-grid,
      .page-puppy-playtime-chapter-3-mobile__blog-grid {
        grid-template-columns: 1fr;
      }
      .page-puppy-playtime-chapter-3-mobile__game-tab-btn {
        width: 100%;
        margin: 5px 0;
      }
      .page-puppy-playtime-chapter-3-mobile__game-tabs {
        flex-direction: column;
      }
      /* List item responsive adjustments */
      .page-puppy-playtime-chapter-3-mobile__features-grid > div,
      .page-puppy-playtime-chapter-3-mobile__quick-access-grid > a,
      .page-puppy-playtime-chapter-3-mobile__game-grid > div,
      .page-puppy-playtime-chapter-3-mobile__promo-grid > div,
      .page-puppy-playtime-chapter-3-mobile__security-grid > div,
      .page-puppy-playtime-chapter-3-mobile__blog-grid > div {
        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-puppy-playtime-chapter-3-mobile__faq-answer {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
      .page-puppy-playtime-chapter-3-mobile__image {
        max-width: 100% !important;
        height: auto !important;
      }
      .page-puppy-playtime-chapter-3-mobile__game-img,
      .page-puppy-playtime-chapter-3-mobile__promo-img,
      .page-puppy-playtime-chapter-3-mobile__blog-img {
        max-width: 100% !important;
        height: auto !important;
      }
    }

    @media (max-width: 480px) {
      .page-puppy-playtime-chapter-3-mobile__floating-buttons {
        flex-direction: column;
        padding: 5px;
      }
      .page-puppy-playtime-chapter-3-mobile__floating-btn {
        margin: 5px 0;
      }
    }