.page-dogday-poppy-playtime-sex {
      font-family: 'Arial', sans-serif;
      color: #E0E0E0;
      background-color: #1A1A2E; /* Dark background */
      line-height: 1.6;
      overflow-x: hidden;
    }

    .page-dogday-poppy-playtime-sex__hero-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 10px 20px 40px; /* 10px top padding as per requirement */
      background: linear-gradient(135deg, #2C0E3A, #0A0A1A); /* Dark gradient */
      position: relative;
      overflow: hidden;
    }

    .page-dogday-poppy-playtime-sex__hero-content {
      max-width: 900px;
      z-index: 2;
      margin-bottom: 30px;
    }

    .page-dogday-poppy-playtime-sex__hero-title {
      font-size: 2.8em;
      color: #FFD700; /* Gold accent */
      margin-bottom: 20px;
      line-height: 1.2;
    }

    .page-dogday-poppy-playtime-sex__hero-description {
      font-size: 1.1em;
      color: #C0C0C0;
      margin-bottom: 30px;
    }

    .page-dogday-poppy-playtime-sex__hero-buttons {
      display: flex;
      gap: 15px;
      justify-content: center;
    }

    .page-dogday-poppy-playtime-sex__button {
      display: inline-block;
      padding: 14px 28px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.3s ease;
      font-size: 1.05em;
      cursor: pointer;
      border: none;
    }

    .page-dogday-poppy-playtime-sex__button--primary {
      background-color: #FFD700; /* Gold */
      color: #1A1A2E;
    }

    .page-dogday-poppy-playtime-sex__button--primary:hover {
      background-color: #E6C200;
      transform: translateY(-2px);
    }

    .page-dogday-poppy-playtime-sex__button--secondary {
      background-color: #007BFF; /* Blue */
      color: #FFFFFF;
    }

    .page-dogday-poppy-playtime-sex__button--secondary:hover {
      background-color: #0056b3;
      transform: translateY(-2px);
    }

    .page-dogday-poppy-playtime-sex__hero-image-wrapper {
      width: 100%;
      max-width: 1200px;
      margin-top: 30px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    }

    .page-dogday-poppy-playtime-sex__hero-image {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .page-dogday-poppy-playtime-sex__features-section,
    .page-dogday-poppy-playtime-sex__game-categories-section,
    .page-dogday-poppy-playtime-sex__download-app-section,
    .page-dogday-poppy-playtime-sex__faq-section {
      padding: 60px 20px;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .page-dogday-poppy-playtime-sex__section-title {
      font-size: 2.2em;
      color: #FFD700;
      margin-bottom: 20px;
    }

    .page-dogday-poppy-playtime-sex__section-description {
      font-size: 1.1em;
      color: #C0C0C0;
      margin-bottom: 40px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
    }

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

    .page-dogday-poppy-playtime-sex__feature-item {
      background-color: #2A2A4A;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s ease;
    }

    .page-dogday-poppy-playtime-sex__feature-item:hover {
      transform: translateY(-5px);
    }

    .page-dogday-poppy-playtime-sex__feature-icon {
      width: 100px;
      height: 100px;
      object-fit: contain;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }

    .page-dogday-poppy-playtime-sex__feature-title {
      font-size: 1.5em;
      color: #007BFF;
      margin-bottom: 15px;
    }

    .page-dogday-poppy-playtime-sex__feature-text {
      font-size: 0.95em;
      color: #B0B0B0;
    }

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

    .page-dogday-poppy-playtime-sex__category-card {
      background-color: #2A2A4A;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      text-align: left;
      transition: transform 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

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

    .page-dogday-poppy-playtime-sex__category-image {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }

    .page-dogday-poppy-playtime-sex__category-card h3,
    .page-dogday-poppy-playtime-sex__category-card p,
    .page-dogday-poppy-playtime-sex__category-card .page-dogday-poppy-playtime-sex__button {
      padding: 0 20px;
    }

    .page-dogday-poppy-playtime-sex__category-title {
      font-size: 1.4em;
      color: #FFD700;
      margin-top: 20px;
      margin-bottom: 10px;
    }

    .page-dogday-poppy-playtime-sex__category-text {
      font-size: 0.9em;
      color: #B0B0B0;
      flex-grow: 1; /* Pushes button to bottom */
      margin-bottom: 20px;
    }

    .page-dogday-poppy-playtime-sex__button--small {
      padding: 10px 20px;
      font-size: 0.9em;
      margin-bottom: 20px;
      margin-left: 20px; /* Align with text */
      margin-right: 20px;
      align-self: flex-start;
    }

    .page-dogday-poppy-playtime-sex__download-app-section {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      background-color: #0A0A1A;
      padding: 80px 20px;
      border-radius: 10px;
      margin-top: 40px;
      margin-bottom: 40px;
      text-align: left;
    }

    .page-dogday-poppy-playtime-sex__download-content {
      flex: 1;
      max-width: 600px;
      margin-right: 40px;
    }

    .page-dogday-poppy-playtime-sex__download-content .page-dogday-poppy-playtime-sex__section-title {
      text-align: left;
      margin-bottom: 15px;
    }

    .page-dogday-poppy-playtime-sex__download-content .page-dogday-poppy-playtime-sex__section-description {
      text-align: left;
      margin-bottom: 30px;
      margin-left: 0;
      margin-right: 0;
    }

    .page-dogday-poppy-playtime-sex__download-image-wrapper {
      flex: 1;
      max-width: 400px;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    }

    .page-dogday-poppy-playtime-sex__download-image {
      max-width: 100%;
      height: auto;
      display: block;
    }

    /* FAQ Section Styles */
    .page-dogday-poppy-playtime-sex__faq-container {
      margin-top: 40px;
      text-align: left;
    }

    .page-dogday-poppy-playtime-sex__faq-item {
      background-color: #2A2A4A;
      border-radius: 8px;
      margin-bottom: 15px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

    .page-dogday-poppy-playtime-sex__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 25px;
      cursor: pointer;
      user-select: none;
      background-color: #3A3A5A;
      transition: background-color 0.3s ease;
    }

    .page-dogday-poppy-playtime-sex__faq-question:hover {
      background-color: #4A4A6A;
    }

    .page-dogday-poppy-playtime-sex__faq-title {
      font-size: 1.2em;
      color: #FFD700;
      margin: 0;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-dogday-poppy-playtime-sex__faq-toggle {
      font-size: 1.8em;
      color: #007BFF;
      font-weight: bold;
      line-height: 1;
      transition: transform 0.3s ease;
      pointer-events: none; /* Prevent span from blocking click event */
    }

    .page-dogday-poppy-playtime-sex__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: #B0B0B0;
    }

    .page-dogday-poppy-playtime-sex__faq-answer p {
      margin-top: 0;
      margin-bottom: 20px;
    }

    .page-dogday-poppy-playtime-sex__faq-item.active .page-dogday-poppy-playtime-sex__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 25px !important;
      opacity: 1;
    }

    .page-dogday-poppy-playtime-sex__faq-item.active .page-dogday-poppy-playtime-sex__faq-toggle {
      transform: rotate(45deg); /* Change + to X or - */
      color: #E6C200;
    }

    /* Responsive Styles */
    @media (max-width: 1024px) {
      .page-dogday-poppy-playtime-sex__hero-title {
        font-size: 2.4em;
      }
      .page-dogday-poppy-playtime-sex__section-title {
        font-size: 2em;
      }
      .page-dogday-poppy-playtime-sex__download-app-section {
        flex-direction: column;
        text-align: center;
      }
      .page-dogday-poppy-playtime-sex__download-content {
        margin-right: 0;
        margin-bottom: 30px;
      }
      .page-dogday-poppy-playtime-sex__download-content .page-dogday-poppy-playtime-sex__section-title,
      .page-dogday-poppy-playtime-sex__download-content .page-dogday-poppy-playtime-sex__section-description {
        text-align: center;
      }
    }

    @media (max-width: 768px) {
      .page-dogday-poppy-playtime-sex__hero-title {
        font-size: 2em;
      }
      .page-dogday-poppy-playtime-sex__hero-description {
        font-size: 1em;
      }
      .page-dogday-poppy-playtime-sex__hero-buttons {
        flex-direction: column;
        gap: 10px;
      }
      .page-dogday-poppy-playtime-sex__button {
        width: 100%;
        max-width: 300px;
      }
      .page-dogday-poppy-playtime-sex__section-title {
        font-size: 1.8em;
      }
      .page-dogday-poppy-playtime-sex__section-description {
        font-size: 0.95em;
      }
      .page-dogday-poppy-playtime-sex__feature-grid,
      .page-dogday-poppy-playtime-sex__category-grid {
        grid-template-columns: 1fr;
      }

      /* List item responsive requirements */
      .page-dogday-poppy-playtime-sex__feature-item,
      .page-dogday-poppy-playtime-sex__category-card,
      .page-dogday-poppy-playtime-sex__faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
      }

      .page-dogday-poppy-playtime-sex__feature-item {
        padding: 20px;
      }
      .page-dogday-poppy-playtime-sex__category-card {
        padding-bottom: 10px; /* Adjust padding for mobile */
      }
      .page-dogday-poppy-playtime-sex__category-card h3,
      .page-dogday-poppy-playtime-sex__category-card p,
      .page-dogday-poppy-playtime-sex__category-card .page-dogday-poppy-playtime-sex__button {
        padding: 0 15px; /* Reduce horizontal padding */
      }
      .page-dogday-poppy-playtime-sex__button--small {
        margin-left: 15px; /* Adjust margin for mobile */
        margin-right: 15px;
      }

      /* Image responsiveness */
      .page-dogday-poppy-playtime-sex__hero-image-wrapper,
      .page-dogday-poppy-playtime-sex__download-image-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
      }
      .page-dogday-poppy-playtime-sex__hero-image,
      .page-dogday-poppy-playtime-sex__feature-icon,
      .page-dogday-poppy-playtime-sex__category-image,
      .page-dogday-poppy-playtime-sex__download-image {
        max-width: 100% !important;
        height: auto !important;
      }

      /* FAQ specific mobile adjustments */
      .page-dogday-poppy-playtime-sex__faq-question {
        padding: 15px 20px;
      }
      .page-dogday-poppy-playtime-sex__faq-title {
        font-size: 1.1em;
      }
      .page-dogday-poppy-playtime-sex__faq-answer {
        padding: 0 20px;
      }
      .page-dogday-poppy-playtime-sex__faq-item.active .page-dogday-poppy-playtime-sex__faq-answer {
        padding: 15px 20px !important;
      }
      /* Word wrap for all text elements */
      .page-dogday-poppy-playtime-sex p,
      .page-dogday-poppy-playtime-sex h1,
      .page-dogday-poppy-playtime-sex h2,
      .page-dogday-poppy-playtime-sex h3,
      .page-dogday-poppy-playtime-sex__feature-text,
      .page-dogday-poppy-playtime-sex__category-text,
      .page-dogday-poppy-playtime-sex__faq-answer p {
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        word-break: break-word !important;
      }
    }

    @media (max-width: 480px) {
      .page-dogday-poppy-playtime-sex__hero-title {
        font-size: 1.8em;
      }
      .page-dogday-poppy-playtime-sex__section-title {
        font-size: 1.6em;
      }
      .page-dogday-poppy-playtime-sex__button {
        padding: 12px 20px;
        font-size: 0.95em;
      }
    }