body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f7f6; color: #333; } .page-poppy-playtime-r34-prototype { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-poppy-playtime-r34-prototype__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-poppy-playtime-r34-prototype__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 15px; } .page-poppy-playtime-r34-prototype__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e74c3c; border-radius: 2px; } .page-poppy-playtime-r34-prototype__hero-section { background: linear-gradient(135deg, #2c3e50, #34495e); color: #ecf0f1; text-align: center; padding: 10px 0 60px 0; border-radius: 0 0 15px 15px; margin-bottom: 30px; } .page-poppy-playtime-r34-prototype__hero-content { max-width: 900px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-r34-prototype__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: #f1c40f; } .page-poppy-playtime-r34-prototype__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-poppy-playtime-r34-prototype__hero-cta { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-poppy-playtime-r34-prototype__hero-cta:hover { background-color: #c0392b; transform: translateY(-3px); } .page-poppy-playtime-r34-prototype__hero-image { max-width: 100%; height: auto; border-radius: 10px; margin-top: 40px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-r34-prototype__intro-content, .page-poppy-playtime-r34-prototype__security-content { text-align: center; padding: 0 20px; line-height: 1.8; font-size: 1.1em; } .page-poppy-playtime-r34-prototype__intro-content p, .page-poppy-playtime-r34-prototype__security-content p { margin-bottom: 15px; } .page-poppy-playtime-r34-prototype__quick-access-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; padding: 0 20px; } .page-poppy-playtime-r34-prototype__quick-access-item { flex: 1 1 calc(33% - 40px); min-width: 250px; text-align: center; } .page-poppy-playtime-r34-prototype__quick-access-btn { display: block; width: 100%; background-color: #3498db; color: #fff; padding: 15px 20px; border-radius: 8px; text-decoration: none; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-poppy-playtime-r34-prototype__quick-access-btn:hover { background-color: #2980b9; transform: translateY(-2px); } .page-poppy-playtime-r34-prototype__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; } .page-poppy-playtime-r34-prototype__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-r34-prototype__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-poppy-playtime-r34-prototype__game-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-r34-prototype__game-content { padding: 20px; } .page-poppy-playtime-r34-prototype__game-title { font-size: 1.5em; color: #2c3e50; margin-bottom: 10px; } .page-poppy-playtime-r34-prototype__game-description { font-size: 0.95em; color: #777; margin-bottom: 20px; line-height: 1.6; } .page-poppy-playtime-r34-prototype__game-btn { display: inline-block; background-color: #2ecc71; color: #fff; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-r34-prototype__game-btn:hover { background-color: #27ae60; } .page-poppy-playtime-r34-prototype__promo-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; } .page-poppy-playtime-r34-prototype__promo-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-poppy-playtime-r34-prototype__promo-card:hover { transform: translateY(-5px); } .page-poppy-playtime-r34-prototype__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-poppy-playtime-r34-prototype__promo-content { padding: 20px; } .page-poppy-playtime-r34-prototype__promo-title { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; } .page-poppy-playtime-r34-prototype__promo-description { font-size: 0.9em; color: #777; margin-bottom: 20px; line-height: 1.6; } .page-poppy-playtime-r34-prototype__promo-btn { display: inline-block; background-color: #f39c12; color: #fff; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-r34-prototype__promo-btn:hover { background-color: #e67e22; } .page-poppy-playtime-r34-prototype__faq-list { padding: 0 20px; max-width: 800px; margin: 0 auto; } .page-poppy-playtime-r34-prototype__faq-item { background-color: #f9f9f9; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-poppy-playtime-r34-prototype__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #ecf0f1; color: #2c3e50; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; user-select: none; } .page-poppy-playtime-r34-prototype__faq-question:hover { background-color: #e0e6e9; } .page-poppy-playtime-r34-prototype__faq-question h3 { margin: 0; font-size: 1.1em; color: #2c3e50; pointer-events: none; } .page-poppy-playtime-r34-prototype__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-r34-prototype__faq-item.active .page-poppy-playtime-r34-prototype__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-r34-prototype__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; } .page-poppy-playtime-r34-prototype__faq-item.active .page-poppy-playtime-r34-prototype__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-poppy-playtime-r34-prototype__faq-answer p { margin: 0 0 10px 0; line-height: 1.7; color: #555; } .page-poppy-playtime-r34-prototype__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; } .page-poppy-playtime-r34-prototype__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-poppy-playtime-r34-prototype__blog-card:hover { transform: translateY(-5px); } .page-poppy-playtime-r34-prototype__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-r34-prototype__blog-content { padding: 20px; } .page-poppy-playtime-r34-prototype__blog-date { font-size: 0.85em; color: #999; margin-bottom: 10px; } .page-poppy-playtime-r34-prototype__blog-title { font-size: 1.3em; color: #2c3e50; margin-bottom: 10px; line-height: 1.4; } .page-poppy-playtime-r34-prototype__blog-title a { text-decoration: none; color: inherit; transition: color 0.3s ease; } .page-poppy-playtime-r34-prototype__blog-title a:hover { color: #e74c3c; } .page-poppy-playtime-r34-prototype__blog-excerpt { font-size: 0.9em; color: #777; margin-bottom: 20px; line-height: 1.6; } .page-poppy-playtime-r34-prototype__read-more { display: inline-block; background-color: #3498db; color: #fff; padding: 8px 18px; border-radius: 18px; text-decoration: none; font-size: 0.85em; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-r34-prototype__read-more:hover { background-color: #2980b9; } .page-poppy-playtime-r34-prototype img { max-width: 100%; height: auto; box-sizing: border-box; } /* Responsive Styles */ @media (max-width: 992px) { .page-poppy-playtime-r34-prototype__hero-title { font-size: 2.8em; } .page-poppy-playtime-r34-prototype__hero-subtitle { font-size: 1.3em; } .page-poppy-playtime-r34-prototype__section-title { font-size: 2em; } .page-poppy-playtime-r34-prototype__quick-access-item { flex: 1 1 calc(50% - 30px); } .page-poppy-playtime-r34-prototype__games-grid, .page-poppy-playtime-r34-prototype__promo-list, .page-poppy-playtime-r34-prototype__blog-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); } } @media (max-width: 768px) { .page-poppy-playtime-r34-prototype__hero-title { font-size: 2.2em; } .page-poppy-playtime-r34-prototype__hero-subtitle { font-size: 1.1em; } .page-poppy-playtime-r34-prototype__section { padding: 30px 0; } .page-poppy-playtime-r34-prototype__section-title { font-size: 1.8em; } .page-poppy-playtime-r34-prototype__hero-cta { padding: 12px 25px; font-size: 1.1em; } .page-poppy-playtime-r34-prototype__quick-access-list { flex-direction: column; gap: 15px; padding: 0 10px; } .page-poppy-playtime-r34-prototype__quick-access-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-r34-prototype__quick-access-btn { width: 100%; box-sizing: border-box; } .page-poppy-playtime-r34-prototype__games-grid, .page-poppy-playtime-r34-prototype__promo-list, .page-poppy-playtime-r34-prototype__blog-grid { grid-template-columns: 1fr; padding: 0 10px; } .page-poppy-playtime-r34-prototype__game-card, .page-poppy-playtime-r34-prototype__promo-card, .page-poppy-playtime-r34-prototype__blog-card { width: 100%; max-width: 100%; box-sizing: border-box; margin-left: 0; margin-right: 0; } .page-poppy-playtime-r34-prototype__intro-content, .page-poppy-playtime-r34-prototype__security-content { padding: 0 10px; font-size: 1em; } .page-poppy-playtime-r34-prototype__faq-list { padding: 0 10px; } .page-poppy-playtime-r34-prototype__faq-question { padding: 15px 20px; font-size: 1em; } .page-poppy-playtime-r34-prototype__faq-question h3 { font-size: 1em; } .page-poppy-playtime-r34-prototype__faq-answer { padding: 0 20px; } .page-poppy-playtime-r34-prototype__faq-item.active .page-poppy-playtime-r34-prototype__faq-answer { padding: 15px 20px !important; } .page-poppy-playtime-r34-prototype img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } @media (max-width: 480px) { .page-poppy-playtime-r34-prototype__hero-title { font-size: 1.8em; } .page-poppy-playtime-r34-prototype__hero-subtitle { font-size: 0.9em; } .page-poppy-playtime-r34-prototype__hero-cta { padding: 10px 20px; font-size: 1em; } .page-poppy-playtime-r34-prototype__section-title { font-size: 1.5em; } }