.page-poppy-playtime-porn-animations__hero-section { background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%); color: #ffffff; padding: 60px 20px; text-align: center; border-radius: 10px; margin-bottom: 30px; box-sizing: border-box; } @media (max-width: 768px) { .page-poppy-playtime-porn-animations__hero-section { padding: 40px 15px; } } .page-poppy-playtime-porn-animations__hero-title { font-size: 2.5em; margin-bottom: 15px; line-height: 1.2; } @media (max-width: 768px) { .page-poppy-playtime-porn-animations__hero-title { font-size: 1.8em; } } .page-poppy-playtime-porn-animations__hero-description { font-size: 1.1em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } @media (max-width: 768px) { .page-poppy-playtime-porn-animations__hero-description { font-size: 1em; } } .page-poppy-playtime-porn-animations__button-group { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; } .page-poppy-playtime-porn-animations__button { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; white-space: nowrap; } .page-poppy-playtime-porn-animations__button:hover { background-color: #ff6a00; } .page-poppy-playtime-porn-animations__section-title { font-size: 2em; color: #333333; text-align: center; margin-bottom: 30px; } @media (max-width: 768px) { .page-poppy-playtime-porn-animations__section-title { font-size: 1.6em; } } .page-poppy-playtime-porn-animations__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; padding: 0 20px; max-width: 1200px; margin: 0 auto 50px auto; } @media (max-width: 768px) { .page-poppy-playtime-porn-animations__game-categories { grid-template-columns: 1fr; padding: 0 15px; } } .page-poppy-playtime-porn-animations__category-card { background-color: #ffffff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-porn-animations__category-card:hover { transform: translateY(-5px); } .page-poppy-playtime-porn-animations__card-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-poppy-playtime-porn-animations__card-image { height: 180px; max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-poppy-playtime-porn-animations__card-content { padding: 20px; } .page-poppy-playtime-porn-animations__card-title { font-size: 1.5em; color: #333333; margin-bottom: 10px; } .page-poppy-playtime-porn-animations__card-description { font-size: 0.95em; color: #666666; margin-bottom: 20px; } .page-poppy-playtime-porn-animations__app-download-section { background-color: #f8f8f8; padding: 50px 20px; text-align: center; margin-bottom: 50px; border-radius: 10px; box-sizing: border-box; } @media (max-width: 768px) { .page-poppy-playtime-porn-animations__app-download-section { padding: 30px 15px; } } .page-poppy-playtime-porn-animations__app-description { font-size: 1.1em; color: #555555; margin-bottom: 25px; max-width: 700px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-porn-animations__app-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-poppy-playtime-porn-animations__app-button { display: inline-flex; align-items: center; background-color: #007bff; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; white-space: nowrap; } .page-poppy-playtime-porn-animations__app-button:hover { background-color: #0056b3; } .page-poppy-playtime-porn-animations__app-button-icon { margin-right: 10px; width: 24px; height: 24px; } .page-poppy-playtime-porn-animations__faq-section { max-width: 900px; margin: 50px auto; padding: 0 20px; } @media (max-width: 768px) { .page-poppy-playtime-porn-animations__faq-section { padding: 0 15px; } } .page-poppy-playtime-porn-animations__faq-item { background-color: #ffffff; border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-poppy-playtime-porn-animations__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-size: 1.1em; color: #333333; cursor: pointer; user-select: none; background-color: #f9f9f9; transition: background-color 0.3s ease; } .page-poppy-playtime-porn-animations__faq-question:hover { background-color: #f0f0f0; } .page-poppy-playtime-porn-animations__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; pointer-events: none; } .page-poppy-playtime-porn-animations__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 10px; color: #666666; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-porn-animations__faq-item.active .page-poppy-playtime-porn-animations__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-porn-animations__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #555555; text-align: left; } .page-poppy-playtime-porn-animations__faq-item.active .page-poppy-playtime-porn-animations__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-porn-animations__faq-question { font-size: 1em; padding: 12px 15px; } .page-poppy-playtime-porn-animations__faq-toggle { font-size: 1.2em; } .page-poppy-playtime-porn-animations__faq-answer { padding: 0 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-poppy-playtime-porn-animations__faq-item.active .page-poppy-playtime-porn-animations__faq-answer { padding: 15px 15px !important; } .page-poppy-playtime-porn-animations__game-categories { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-porn-animations__category-card { 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; } }