.page-poppy-playtime-3-nightmare-huggy {
      font-family: 'Arial', sans-serif;
      color: #333;
      line-height: 1.6;
      background-color: #f8f8f8;
    }

    .page-poppy-playtime-3-nightmare-huggy__section-title {
      font-size: 2.5em;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 40px;
      padding: 0 15px;
      line-height: 1.2;
    }

    .page-poppy-playtime-3-nightmare-huggy__paragraph {
      font-size: 1.1em;
      text-align: center;
      max-width: 800px;
      margin: 0 auto 30px auto;
      padding: 0 15px;
      color: #555;
    }

    .page-poppy-playtime-3-nightmare-huggy__hero-section {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      padding: 10px 0 80px 0; /* 10px for header offset, 80px for bottom padding */
      overflow: hidden;
      min-height: 600px;
      background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); /* Dark gradient background */
    }

    .page-poppy-playtime-3-nightmare-huggy__hero-image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      overflow: hidden;
    }

    .page-poppy-playtime-3-nightmare-huggy__hero-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      filter: blur(3px);
      max-width: 100% !important;
      box-sizing: border-box !important;
    }

    .page-poppy-playtime-3-nightmare-huggy__hero-content {
      position: relative;
      z-index: 1;
      max-width: 900px;
      padding: 20px;
    }

    .page-poppy-playtime-3-nightmare-huggy__hero-title {
      font-size: 3.8em;
      margin-bottom: 20px;
      line-height: 1.1;
      font-weight: bold;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      color: #ffffff;
    }

    .page-poppy-playtime-3-nightmare-huggy__hero-title .highlight {
      color: #ffcc00;
    }

    .page-poppy-playtime-3-nightmare-huggy__hero-description {
      font-size: 1.4em;
      margin-bottom: 40px;
      max-width: 700px;
      line-height: 1.4;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
      color: #e0e0e0;
    }

    .page-poppy-playtime-3-nightmare-huggy__hero-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-poppy-playtime-3-nightmare-huggy__hero-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #333;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-poppy-playtime-3-nightmare-huggy__hero-button:hover {
      background-color: #e6b800;
      transform: translateY(-3px);
    }

    .page-poppy-playtime-3-nightmare-huggy__hero-button--secondary {
      background-color: transparent;
      color: #ffcc00;
      border: 2px solid #ffcc00;
    }

    .page-poppy-playtime-3-nightmare-huggy__hero-button--secondary:hover {
      background-color: #ffcc00;
      color: #333;
    }

    /* Partner Logos Section */
    .page-poppy-playtime-3-nightmare-huggy__payment-section {
      padding: 60px 20px;
      background-color: #fff;
      border-bottom: 1px solid #eee;
      text-align: center;
    }

    .page-poppy-playtime-3-nightmare-huggy__payment-providers {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      margin-top: 30px;
    }

    .page-poppy-playtime-3-nightmare-huggy__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-poppy-playtime-3-nightmare-huggy__introduction-section {
      padding: 80px 20px;
      background-color: #f0f0f0;
      text-align: center;
    }

    .page-poppy-playtime-3-nightmare-huggy__intro-features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 50px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-poppy-playtime-3-nightmare-huggy__intro-feature-item {
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      background-color: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-sizing: border-box;
    }

    .page-poppy-playtime-3-nightmare-huggy__intro-feature-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

    .page-poppy-playtime-3-nightmare-huggy__intro-feature-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      object-fit: contain;
      max-width: 100% !important;
      box-sizing: border-box !important;
    }

    .page-poppy-playtime-3-nightmare-huggy__intro-feature-title {
      font-size: 1.5em;
      color: #222;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-3-nightmare-huggy__intro-feature-description {
      font-size: 1em;
      color: #666;
      line-height: 1.5;
    }

    /* Quick Access Section */
    .page-poppy-playtime-3-nightmare-huggy__quick-access-section {
      padding: 80px 20px;
      background-color: #fff;
      text-align: center;
    }

    .page-poppy-playtime-3-nightmare-huggy__access-links-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1000px;
      margin: 50px auto 0 auto;
    }

    .page-poppy-playtime-3-nightmare-huggy__access-link {
      display: block;
      background-color: #302b63;
      color: #fff;
      padding: 20px;
      border-radius: 8px;
      text-decoration: none;
      font-size: 1.1em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
    }

    .page-poppy-playtime-3-nightmare-huggy__access-link:hover {
      background-color: #24243e;
      transform: translateY(-3px);
    }

    /* Games Section */
    .page-poppy-playtime-3-nightmare-huggy__games-section {
      padding: 80px 20px;
      background-color: #f8f8f8;
      text-align: center;
    }

    .page-poppy-playtime-3-nightmare-huggy__game-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 50px auto 0 auto;
    }

    .page-poppy-playtime-3-nightmare-huggy__game-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
      box-sizing: border-box;
    }

    .page-poppy-playtime-3-nightmare-huggy__game-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

    .page-poppy-playtime-3-nightmare-huggy__game-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100% !important;
      box-sizing: border-box !important;
    }

    .page-poppy-playtime-3-nightmare-huggy__game-card-title {
      font-size: 1.6em;
      color: #222;
      margin: 20px 20px 10px 20px;
    }

    .page-poppy-playtime-3-nightmare-huggy__game-card-description {
      font-size: 0.95em;
      color: #666;
      margin: 0 20px 20px 20px;
      line-height: 1.5;
    }

    .page-poppy-playtime-3-nightmare-huggy__game-card-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #333;
      padding: 10px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      margin: 0 20px 20px 20px;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-3-nightmare-huggy__game-card-button:hover {
      background-color: #e6b800;
    }

    /* Promotions Section */
    .page-poppy-playtime-3-nightmare-huggy__promotions-section {
      padding: 80px 20px;
      background-color: #f0f0f0;
      text-align: center;
    }

    .page-poppy-playtime-3-nightmare-huggy__promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 50px auto 0 auto;
    }

    .page-poppy-playtime-3-nightmare-huggy__promo-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
      box-sizing: border-box;
    }

    .page-poppy-playtime-3-nightmare-huggy__promo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

    .page-poppy-playtime-3-nightmare-huggy__promo-card-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      max-width: 100% !important;
      box-sizing: border-box !important;
    }

    .page-poppy-playtime-3-nightmare-huggy__promo-card-title {
      font-size: 1.6em;
      color: #222;
      margin: 20px 20px 10px 20px;
    }

    .page-poppy-playtime-3-nightmare-huggy__promo-card-description {
      font-size: 0.95em;
      color: #666;
      margin: 0 20px 20px 20px;
      line-height: 1.5;
    }

    .page-poppy-playtime-3-nightmare-huggy__promo-card-button {
      display: inline-block;
      background-color: #ffcc00;
      color: #333;
      padding: 10px 20px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em;
      margin: 0 20px 20px 20px;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-3-nightmare-huggy__promo-card-button:hover {
      background-color: #e6b800;
    }

    /* Security & Support Section */
    .page-poppy-playtime-3-nightmare-huggy__security-support-section {
      padding: 80px 20px;
      background-color: #fff;
      text-align: center;
    }

    .page-poppy-playtime-3-nightmare-huggy__security-support-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      margin-top: 50px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-poppy-playtime-3-nightmare-huggy__security-support-item {
      flex: 1;
      min-width: 280px;
      max-width: 350px;
      background-color: #f9f9f9;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
      box-sizing: border-box;
    }

    .page-poppy-playtime-3-nightmare-huggy__security-support-icon {
      width: 80px;
      height: 80px;
      margin-bottom: 20px;
      object-fit: contain;
      max-width: 100% !important;
      box-sizing: border-box !important;
    }

    .page-poppy-playtime-3-nightmare-huggy__security-support-title {
      font-size: 1.5em;
      color: #222;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-3-nightmare-huggy__security-support-description {
      font-size: 1em;
      color: #666;
      line-height: 1.5;
    }

    .page-poppy-playtime-3-nightmare-huggy__contact-cta {
      margin-top: 60px;
    }

    .page-poppy-playtime-3-nightmare-huggy__contact-button {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 15px 30px;
      border-radius: 50px;
      text-decoration: none;
      font-size: 1.2em;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .page-poppy-playtime-3-nightmare-huggy__contact-button:hover {
      background-color: #0056b3;
      transform: translateY(-3px);
    }

    /* FAQ Section */
    .page-poppy-playtime-3-nightmare-huggy__faq-section {
      padding: 80px 20px;
      background-color: #f8f8f8;
      text-align: center;
    }

    .page-poppy-playtime-3-nightmare-huggy__faq-container {
      max-width: 900px;
      margin: 50px auto 0 auto;
      text-align: left;
    }

    .page-poppy-playtime-3-nightmare-huggy__faq-item {
      background-color: #fff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .page-poppy-playtime-3-nightmare-huggy__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #fff;
      border-bottom: 1px solid #eee;
      transition: background-color 0.3s ease;
      user-select: none;
    }

    .page-poppy-playtime-3-nightmare-huggy__faq-question:hover {
      background-color: #f5f5f5;
    }

    .page-poppy-playtime-3-nightmare-huggy__faq-question-title {
      font-size: 1.25em;
      color: #333;
      margin: 0;
      pointer-events: none;
      flex-grow: 1;
      line-height: 1.4;
    }

    .page-poppy-playtime-3-nightmare-huggy__faq-toggle {
      font-size: 1.8em;
      color: #007bff;
      font-weight: bold;
      margin-left: 20px;
      pointer-events: none;
      width: 25px;
      text-align: center;
      line-height: 1;
    }

    .page-poppy-playtime-3-nightmare-huggy__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      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;
      font-size: 1em;
      line-height: 1.6;
    }

    .page-poppy-playtime-3-nightmare-huggy__faq-answer p {
      margin-top: 0;
      margin-bottom: 15px;
    }

    .page-poppy-playtime-3-nightmare-huggy__faq-item.active .page-poppy-playtime-3-nightmare-huggy__faq-answer {
      max-height: 2000px !important;
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-poppy-playtime-3-nightmare-huggy__faq-item.active .page-poppy-playtime-3-nightmare-huggy__faq-toggle {
      content: "−";
      color: #dc3545;
    }

    /* Blog Section */
    .page-poppy-playtime-3-nightmare-huggy__blog-section {
      padding: 80px 20px;
      background-color: #f0f0f0;
      text-align: center;
    }

    .page-poppy-playtime-3-nightmare-huggy__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 50px auto 0 auto;
    }

    .page-poppy-playtime-3-nightmare-huggy__blog-card {
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      text-align: left;
      box-sizing: border-box;
    }

    .page-poppy-playtime-3-nightmare-huggy__blog-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    }

    .page-poppy-playtime-3-nightmare-huggy__blog-card-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      max-width: 100% !important;
      box-sizing: border-box !important;
    }

    .page-poppy-playtime-3-nightmare-huggy__blog-card-content {
      padding: 20px;
    }

    .page-poppy-playtime-3-nightmare-huggy__blog-card-title {
      font-size: 1.4em;
      color: #222;
      margin-top: 0;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .page-poppy-playtime-3-nightmare-huggy__blog-card-description {
      font-size: 0.95em;
      color: #666;
      margin-bottom: 20px;
      line-height: 1.5;
    }

    .page-poppy-playtime-3-nightmare-huggy__blog-card-link {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      padding: 8px 15px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 0.9em;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-3-nightmare-huggy__blog-card-link:hover {
      background-color: #0056b3;
    }

    /* General utility classes */
    .page-poppy-playtime-3-nightmare-huggy .highlight {
      color: #ffcc00;
    }

    /* Responsive Styles */
    @media (max-width: 1024px) {
      .page-poppy-playtime-3-nightmare-huggy__hero-title {
        font-size: 3em;
      }
      .page-poppy-playtime-3-nightmare-huggy__hero-description {
        font-size: 1.2em;
      }
      .page-poppy-playtime-3-nightmare-huggy__section-title {
        font-size: 2em;
      }
    }

    @media (max-width: 768px) {
      .page-poppy-playtime-3-nightmare-huggy__hero-section {
        min-height: 500px;
        padding-bottom: 60px;
      }
      .page-poppy-playtime-3-nightmare-huggy__hero-title {
        font-size: 2.2em;
      }
      .page-poppy-playtime-3-nightmare-huggy__hero-description {
        font-size: 1em;
      }
      .page-poppy-playtime-3-nightmare-huggy__hero-buttons {
        flex-direction: column;
        gap: 15px;
      }
      .page-poppy-playtime-3-nightmare-huggy__hero-button {
        width: 80%;
        max-width: 300px;
        font-size: 1.1em;
        padding: 12px 25px;
      }

      .page-poppy-playtime-3-nightmare-huggy__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
      }
      .page-poppy-playtime-3-nightmare-huggy__paragraph {
        font-size: 1em;
      }

      /* Partner Logos */
      .page-poppy-playtime-3-nightmare-huggy__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 40px 15px;
      }
      .page-poppy-playtime-3-nightmare-huggy__payment-logo {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      /* Intro Features */
      .page-poppy-playtime-3-nightmare-huggy__intro-features {
        gap: 20px;
      }
      .page-poppy-playtime-3-nightmare-huggy__intro-feature-item {
        min-width: unset;
        max-width: 100%;
        width: 100% !important;
        padding: 25px;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-poppy-playtime-3-nightmare-huggy__intro-feature-description {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      /* Quick Access Links */
      .page-poppy-playtime-3-nightmare-huggy__access-links-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
      }
      .page-poppy-playtime-3-nightmare-huggy__access-link {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      /* Game Cards */
      .page-poppy-playtime-3-nightmare-huggy__game-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
      }
      .page-poppy-playtime-3-nightmare-huggy__game-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-poppy-playtime-3-nightmare-huggy__game-card-image {
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-poppy-playtime-3-nightmare-huggy__game-card-description {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      /* Promo Cards */
      .page-poppy-playtime-3-nightmare-huggy__promo-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
      }
      .page-poppy-playtime-3-nightmare-huggy__promo-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-poppy-playtime-3-nightmare-huggy__promo-card-image {
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-poppy-playtime-3-nightmare-huggy__promo-card-description {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      /* Security & Support */
      .page-poppy-playtime-3-nightmare-huggy__security-support-grid {
        gap: 20px;
      }
      .page-poppy-playtime-3-nightmare-huggy__security-support-item {
        min-width: unset;
        max-width: 100%;
        width: 100% !important;
        padding: 25px;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-poppy-playtime-3-nightmare-huggy__security-support-description {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      /* FAQ */
      .page-poppy-playtime-3-nightmare-huggy__faq-container {
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
      }
      .page-poppy-playtime-3-nightmare-huggy__faq-question {
        padding: 15px 20px;
      }
      .page-poppy-playtime-3-nightmare-huggy__faq-question-title {
        font-size: 1.1em;
      }
      .page-poppy-playtime-3-nightmare-huggy__faq-toggle {
        font-size: 1.5em;
        margin-left: 15px;
      }
      .page-poppy-playtime-3-nightmare-huggy__faq-answer {
        padding: 0 20px;
      }
      .page-poppy-playtime-3-nightmare-huggy__faq-item.active .page-poppy-playtime-3-nightmare-huggy__faq-answer {
        padding: 15px 20px !important;
      }
      .page-poppy-playtime-3-nightmare-huggy__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }

      /* Blog */
      .page-poppy-playtime-3-nightmare-huggy__blog-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
      }
      .page-poppy-playtime-3-nightmare-huggy__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }
      .page-poppy-playtime-3-nightmare-huggy__blog-card-image {
        max-width: 100% !important;
        box-sizing: border-box !important;
      }
      .page-poppy-playtime-3-nightmare-huggy__blog-card-description {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-poppy-playtime-3-nightmare-huggy__hero-title {
        font-size: 1.8em;
      }
      .page-poppy-playtime-3-nightmare-huggy__hero-description {
        font-size: 0.9em;
      }
      .page-poppy-playtime-3-nightmare-huggy__section-title {
        font-size: 1.5em;
      }
      .page-poppy-playtime-3-nightmare-huggy__hero-button {
        font-size: 1em;
        padding: 10px 20px;
      }
    }