.page-poppy-playtime-demo-free {
      font-family: 'Arial', sans-serif;
      color: #e0e0e0;
      background-color: #1a1a2e;
      line-height: 1.6;
      overflow-x: hidden;
    }

    .page-poppy-playtime-demo-free__hero-section {
      padding-top: 10px;
    }

    .page-poppy-playtime-demo-free section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    .page-poppy-playtime-demo-free__section-title {
      font-size: 2.5em;
      color: #e94560;
      text-align: center;
      margin-bottom: 40px;
      font-weight: bold;
    }

    .page-poppy-playtime-demo-free__text-content {
      font-size: 1.1em;
      margin-bottom: 20px;
      text-align: center;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-poppy-playtime-demo-free__highlight {
      color: #e94560;
      font-weight: bold;
    }

    .page-poppy-playtime-demo-free__button {
      display: inline-block;
      padding: 12px 25px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease, transform 0.3s ease;
      text-align: center;
      white-space: nowrap;
      box-sizing: border-box;
    }

    .page-poppy-playtime-demo-free__button--primary {
      background-color: #e94560;
      color: #ffffff;
      border: 2px solid #e94560;
    }

    .page-poppy-playtime-demo-free__button--primary:hover {
      background-color: #ff6b81;
      border-color: #ff6b81;
      transform: translateY(-2px);
    }

    .page-poppy-playtime-demo-free__button--secondary {
      background-color: transparent;
      color: #e94560;
      border: 2px solid #e94560;
    }

    .page-poppy-playtime-demo-free__button--secondary:hover {
      background-color: #e94560;
      color: #ffffff;
      transform: translateY(-2px);
    }

    .page-poppy-playtime-demo-free__button--explore,
    .page-poppy-playtime-demo-free__button--contact {
      background-color: #0f3460;
      color: #ffffff;
      border: 2px solid #0f3460;
      margin-top: 20px;
    }

    .page-poppy-playtime-demo-free__button--explore:hover,
    .page-poppy-playtime-demo-free__button--contact:hover {
      background-color: #1b4980;
      border-color: #1b4980;
      transform: translateY(-2px);
    }

    .page-poppy-playtime-demo-free img {
      max-width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .page-poppy-playtime-demo-free__hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      min-height: 600px;
      justify-content: center;
      gap: 40px;
      background: linear-gradient(135deg, #1a1a2e, #0f3460);
      padding-bottom: 80px;
    }

    .page-poppy-playtime-demo-free__hero-content {
      max-width: 800px;
    }

    .page-poppy-playtime-demo-free__hero-title {
      font-size: 3.5em;
      color: #ffffff;
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .page-poppy-playtime-demo-free__hero-description {
      font-size: 1.3em;
      color: #e0e0e0;
      margin-bottom: 30px;
    }

    .page-poppy-playtime-demo-free__hero-cta-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      flex-wrap: wrap;
    }

    .page-poppy-playtime-demo-free__hero-image-container {
      width: 100%;
      max-width: 800px;
      margin-top: 40px;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .page-poppy-playtime-demo-free__hero-image {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    .page-poppy-playtime-demo-free__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 20px;
      background-color: #0f3460;
    }

    .page-poppy-playtime-demo-free__payment-providers .page-poppy-playtime-demo-free__section-title {
      width: 100%;
      margin-bottom: 30px;
      color: #ffffff;
    }

    .page-poppy-playtime-demo-free__payment-logos {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 30px;
      width: 100%;
    }

    .page-poppy-playtime-demo-free__payment-logo {
      flex: 0 0 auto;
      width: 80px;
      height: 80px;
      max-width: 80px;
      max-height: 80px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #2e3b55;
      border-radius: 10px;
      padding: 5px;
    }
    .page-poppy-playtime-demo-free__payment-logo img {
      display: block;
      width: 80px !important;
      height: 80px !important;
      max-width: 80px !important;
      max-height: 80px !important;
      object-fit: contain;
    }

    .page-poppy-playtime-demo-free__quick-access-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-poppy-playtime-demo-free__access-card {
      background-color: #2e3b55;
      border-radius: 12px;
      padding: 25px;
      text-align: center;
      text-decoration: none;
      color: #e0e0e0;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
    }

    .page-poppy-playtime-demo-free__access-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
    }

    .page-poppy-playtime-demo-free__access-card-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 15px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #e94560;
    }

    .page-poppy-playtime-demo-free__access-card-title {
      font-size: 1.4em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-poppy-playtime-demo-free__access-card-description {
      font-size: 0.95em;
      color: #c0c0c0;
    }

    .page-poppy-playtime-demo-free__games-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-poppy-playtime-demo-free__game-card {
      background-color: #2e3b55;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
    }

    .page-poppy-playtime-demo-free__game-card:hover {
      transform: translateY(-5px);
    }

    .page-poppy-playtime-demo-free__game-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 3px solid #e94560;
    }

    .page-poppy-playtime-demo-free__game-title {
      font-size: 1.5em;
      color: #e94560;
      margin: 20px 15px 10px;
    }

    .page-poppy-playtime-demo-free__game-description {
      font-size: 1em;
      color: #c0c0c0;
      padding: 0 15px 20px;
      flex-grow: 1;
    }

    .page-poppy-playtime-demo-free__game-card .page-poppy-playtime-demo-free__button {
      margin: 0 15px 20px;
      width: calc(100% - 30px);
      max-width: 200px;
      align-self: center;
    }

    .page-poppy-playtime-demo-free__promotions-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-poppy-playtime-demo-free__promo-card {
      background-color: #2e3b55;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: center;
      transition: transform 0.3s ease;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
    }

    .page-poppy-playtime-demo-free__promo-card:hover {
      transform: translateY(-5px);
    }

    .page-poppy-playtime-demo-free__promo-image {
      width: 100%;
      height: 180px;
      object-fit: cover;
      border-bottom: 3px solid #0f3460;
    }

    .page-poppy-playtime-demo-free__promo-title {
      font-size: 1.4em;
      color: #e94560;
      margin: 15px 15px 10px;
    }

    .page-poppy-playtime-demo-free__promo-description {
      font-size: 0.95em;
      color: #c0c0c0;
      padding: 0 15px 15px;
      flex-grow: 1;
    }

    .page-poppy-playtime-demo-free__promo-card .page-poppy-playtime-demo-free__button {
      margin: 0 15px 20px;
      width: calc(100% - 30px);
      max-width: 180px;
      align-self: center;
    }

    .page-poppy-playtime-demo-free__security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-poppy-playtime-demo-free__security-item {
      background-color: #2e3b55;
      border-radius: 12px;
      padding: 25px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      box-sizing: border-box;
    }

    .page-poppy-playtime-demo-free__security-icon {
      width: 100px;
      height: 100px;
      margin-bottom: 15px;
      object-fit: contain;
    }

    .page-poppy-playtime-demo-free__security-title {
      font-size: 1.4em;
      color: #e94560;
      margin-bottom: 10px;
    }

    .page-poppy-playtime-demo-free__security-description {
      font-size: 0.95em;
      color: #c0c0c0;
    }

    .page-poppy-playtime-demo-free__contact-cta {
      text-align: center;
      margin-top: 60px;
      background-color: #0f3460;
      padding: 40px 20px;
      border-radius: 15px;
    }

    .page-poppy-playtime-demo-free__contact-text {
      font-size: 1.2em;
      color: #ffffff;
      margin-bottom: 25px;
    }

    .page-poppy-playtime-demo-free__faq-container {
      margin-top: 40px;
      max-width: 900px;
      margin-left: auto;
      margin-right: auto;
    }

    .page-poppy-playtime-demo-free__faq-item {
      background-color: #2e3b55;
      border-radius: 10px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    }

    .page-poppy-playtime-demo-free__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      background-color: #0f3460;
      color: #ffffff;
      font-size: 1.2em;
      font-weight: bold;
      user-select: none;
      transition: background-color 0.3s ease;
    }

    .page-poppy-playtime-demo-free__faq-question:hover {
      background-color: #1b4980;
    }

    .page-poppy-playtime-demo-free__faq-question-title {
      margin: 0;
      flex-grow: 1;
      pointer-events: none;
      color: inherit;
    }

    .page-poppy-playtime-demo-free__faq-toggle {
      font-size: 1.5em;
      margin-left: 20px;
      pointer-events: none;
      transition: transform 0.3s ease;
    }

    .page-poppy-playtime-demo-free__faq-item.active .page-poppy-playtime-demo-free__faq-toggle {
      transform: rotate(45deg);
    }

    .page-poppy-playtime-demo-free__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 25px;
      opacity: 0;
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      color: #c0c0c0;
    }

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

    .page-poppy-playtime-demo-free__faq-answer p {
      margin: 0;
      padding: 0;
    }

    .page-poppy-playtime-demo-free__blog-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      margin-top: 40px;
    }

    .page-poppy-playtime-demo-free__blog-card {
      background-color: #2e3b55;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
      box-sizing: border-box;
      display: flex;
      flex-direction: column;
    }

    .page-poppy-playtime-demo-free__blog-card:hover {
      transform: translateY(-5px);
    }

    .page-poppy-playtime-demo-free__blog-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 3px solid #e94560;
    }

    .page-poppy-playtime-demo-free__blog-title {
      font-size: 1.4em;
      color: #e94560;
      margin: 15px 15px 10px;
    }

    .page-poppy-playtime-demo-free__blog-excerpt {
      font-size: 0.95em;
      color: #c0c0c0;
      padding: 0 15px 15px;
      flex-grow: 1;
    }

    .page-poppy-playtime-demo-free__blog-card .page-poppy-playtime-demo-free__button {
      margin: 0 15px 20px;
      width: calc(100% - 30px);
      max-width: 180px;
      align-self: center;
    }

    @media (max-width: 768px) {
      .page-poppy-playtime-demo-free section {
        padding: 40px 15px;
      }

      .page-poppy-playtime-demo-free__section-title {
        font-size: 2em;
        margin-bottom: 30px;
      }

      .page-poppy-playtime-demo-free__hero-section {
        padding-top: 5px;
        min-height: auto;
        padding-bottom: 40px;
      }

      .page-poppy-playtime-demo-free__hero-title {
        font-size: 2.2em;
      }

      .page-poppy-playtime-demo-free__hero-description {
        font-size: 1em;
      }

      .page-poppy-playtime-demo-free__hero-cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
      }

      .page-poppy-playtime-demo-free__hero-button {
        width: calc(100% - 40px);
        margin: 0 auto;
      }

      .page-poppy-playtime-demo-free__hero-image-container {
        margin-top: 30px;
      }

      .page-poppy-playtime-demo-free__payment-providers {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        padding: 30px 15px;
      }
      .page-poppy-playtime-demo-free__payment-logo,
      .page-poppy-playtime-demo-free__payment-logo img {
        width: 80px !important;
        height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
      }

      .page-poppy-playtime-demo-free__quick-access-grid,
      .page-poppy-playtime-demo-free__games-grid,
      .page-poppy-playtime-demo-free__promotions-grid,
      .page-poppy-playtime-demo-free__security-grid,
      .page-poppy-playtime-demo-free__blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }
      
      .page-poppy-playtime-demo-free__quick-access-grid .page-poppy-playtime-demo-free__access-card,
      .page-poppy-playtime-demo-free__games-grid .page-poppy-playtime-demo-free__game-card,
      .page-poppy-playtime-demo-free__promotions-grid .page-poppy-playtime-demo-free__promo-card,
      .page-poppy-playtime-demo-free__security-grid .page-poppy-playtime-demo-free__security-item,
      .page-poppy-playtime-demo-free__blog-grid .page-poppy-playtime-demo-free__blog-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 20px;
      }

      .page-poppy-playtime-demo-free__access-card-description,
      .page-poppy-playtime-demo-free__game-description,
      .page-poppy-playtime-demo-free__promo-description,
      .page-poppy-playtime-demo-free__security-description,
      .page-poppy-playtime-demo-free__blog-excerpt {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }

      .page-poppy-playtime-demo-free__hero-image,
      .page-poppy-playtime-demo-free__access-card-icon,
      .page-poppy-playtime-demo-free__game-image,
      .page-poppy-playtime-demo-free__promo-image,
      .page-poppy-playtime-demo-free__security-icon,
      .page-poppy-playtime-demo-free__blog-image {
        max-width: 100% !important;
        height: auto !important;
      }
      
      .page-poppy-playtime-demo-free__faq-question {
        padding: 15px 20px;
        font-size: 1.1em;
      }

      .page-poppy-playtime-demo-free__faq-answer {
        padding: 0 20px;
      }

      .page-poppy-playtime-demo-free__faq-item.active .page-poppy-playtime-demo-free__faq-answer {
        padding: 15px 20px !important;
      }
    }

    .page-poppy-playtime-demo-free h1, .page-poppy-playtime-demo-free h2, .page-poppy-playtime-demo-free h3, .page-poppy-playtime-demo-free p, .page-poppy-playtime-demo-free a {
      color: #e0e0e0;
    }
    .page-poppy-playtime-demo-free__section-title,
    .page-poppy-playtime-demo-free__access-card-title,
    .page-poppy-playtime-demo-free__game-title,
    .page-poppy-playtime-demo-free__promo-title,
    .page-poppy-playtime-demo-free__security-title,
    .page-poppy-playtime-demo-free__blog-title {
      color: #e94560;
    }
    .page-poppy-playtime-demo-free__hero-title {
      color: #ffffff;
    }
    .page-poppy-playtime-demo-free__faq-question {
      color: #ffffff;
    }
    .page-poppy-playtime-demo-free__contact-text {
      color: #ffffff;
    }