.page-poppy-playtime-new-character { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-poppy-playtime-new-character a { text-decoration: none; color: #ffcc00; } .page-poppy-playtime-new-character a:hover { color: #ffe680; text-decoration: underline; } .page-poppy-playtime-new-character h1, .page-poppy-playtime-new-character h2, .page-poppy-playtime-new-character h3 { color: #ffcc00; text-align: center; margin-bottom: 20px; } .page-poppy-playtime-new-character section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-poppy-playtime-new-character__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); background-size: cover; background-position: center; text-align: center; padding: 100px 20px; position: relative; overflow: hidden; border-bottom: 5px solid #ffcc00; } .page-poppy-playtime-new-character__hero-section img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-poppy-playtime-new-character__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); color: #ffcc00; } .page-poppy-playtime-new-character__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; } .page-poppy-playtime-new-character__cta-button { display: inline-block; background-color: #e62e2e; color: #ffffff; padding: 15px 30px; border-radius: 8px; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-new-character__cta-button:hover { background-color: #ff4d4d; transform: translateY(-3px); text-decoration: none; } .page-poppy-playtime-new-character__intro-section { background-color: #2a2a4a; padding: 60px 20px; } .page-poppy-playtime-new-character__intro-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 30px; } .page-poppy-playtime-new-character__intro-text { flex: 1; min-width: 300px; max-width: 600px; text-align: center; } .page-poppy-playtime-new-character__intro-text h2 { font-size: 2em; margin-bottom: 20px; } .page-poppy-playtime-new-character__intro-text p { font-size: 1.1em; margin-bottom: 15px; color: #c0c0c0; } .page-poppy-playtime-new-character__intro-image-wrapper { flex: 0 0 400px; max-width: 100%; text-align: center; } .page-poppy-playtime-new-character__intro-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-new-character__quick-access-section { background-color: #1a1a2e; text-align: center; padding: 50px 20px; } .page-poppy-playtime-new-character__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; max-width: 900px; margin: 30px auto 0; } .page-poppy-playtime-new-character__quick-access-item { background-color: #2a2a4a; border-radius: 10px; padding: 25px 15px; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); } .page-poppy-playtime-new-character__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); } .page-poppy-playtime-new-character__quick-access-link { display: block; color: #ffcc00; font-size: 1.1em; font-weight: bold; text-transform: uppercase; } .page-poppy-playtime-new-character__games-section { background-color: #2a2a4a; padding: 60px 20px; } .page-poppy-playtime-new-character__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-new-character__game-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-new-character__game-card:hover { transform: translateY(-8px); } .page-poppy-playtime-new-character__game-image { max-width: 100%; height: 200px; object-fit: cover; border-bottom: 3px solid #ffcc00; } .page-poppy-playtime-new-character__game-content { padding: 20px; } .page-poppy-playtime-new-character__game-title { font-size: 1.4em; margin-bottom: 10px; color: #ffcc00; } .page-poppy-playtime-new-character__game-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-poppy-playtime-new-character__game-button { display: inline-block; background-color: #e62e2e; color: #ffffff; padding: 10px 20px; border-radius: 5px; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-new-character__game-button:hover { background-color: #ff4d4d; text-decoration: none; } .page-poppy-playtime-new-character__promotions-section { background-color: #1a1a2e; padding: 60px 20px; } .page-poppy-playtime-new-character__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-new-character__promo-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-new-character__promo-card:hover { transform: translateY(-8px); } .page-poppy-playtime-new-character__promo-image { max-width: 100%; height: 220px; object-fit: cover; border-bottom: 3px solid #ffcc00; } .page-poppy-playtime-new-character__promo-content { padding: 20px; } .page-poppy-playtime-new-character__promo-title { font-size: 1.4em; margin-bottom: 10px; color: #ffcc00; } .page-poppy-playtime-new-character__promo-description { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-poppy-playtime-new-character__promo-button { display: inline-block; background-color: #e62e2e; color: #ffffff; padding: 10px 20px; border-radius: 5px; font-size: 1em; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-new-character__promo-button:hover { background-color: #ff4d4d; text-decoration: none; } .page-poppy-playtime-new-character__security-support-section { background-color: #2a2a4a; padding: 60px 20px; } .page-poppy-playtime-new-character__security-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-new-character__security-item { background-color: #1a1a2e; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-new-character__security-icon { max-width: 80px; height: auto; margin-bottom: 15px; } .page-poppy-playtime-new-character__security-title { font-size: 1.3em; margin-bottom: 10px; color: #ffcc00; } .page-poppy-playtime-new-character__security-description { font-size: 1em; color: #c0c0c0; } .page-poppy-playtime-new-character__faq-section { background-color: #1a1a2e; padding: 60px 20px; } .page-poppy-playtime-new-character__faq-container { max-width: 800px; margin: 40px auto 0; } .page-poppy-playtime-new-character__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-new-character__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #3a3a5a; border-bottom: 1px solid #4a4a7a; } .page-poppy-playtime-new-character__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; text-align: left; pointer-events: none; } .page-poppy-playtime-new-character__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-new-character__faq-item.active .page-poppy-playtime-new-character__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-new-character__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #2a2a4a; color: #c0c0c0; } .page-poppy-playtime-new-character__faq-item.active .page-poppy-playtime-new-character__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-poppy-playtime-new-character__blog-section { background-color: #2a2a4a; padding: 60px 20px; } .page-poppy-playtime-new-character__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-poppy-playtime-new-character__blog-card { background-color: #1a1a2e; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); text-align: left; transition: transform 0.3s ease; } .page-poppy-playtime-new-character__blog-card:hover { transform: translateY(-8px); } .page-poppy-playtime-new-character__blog-image { max-width: 100%; height: 180px; object-fit: cover; border-bottom: 3px solid #ffcc00; } .page-poppy-playtime-new-character__blog-content { padding: 20px; } .page-poppy-playtime-new-character__blog-date { font-size: 0.85em; color: #888; margin-bottom: 10px; } .page-poppy-playtime-new-character__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #ffcc00; } .page-poppy-playtime-new-character__blog-excerpt { font-size: 0.95em; color: #c0c0c0; margin-bottom: 15px; } .page-poppy-playtime-new-character__blog-link { display: inline-block; background-color: #e62e2e; color: #ffffff; padding: 8px 15px; border-radius: 5px; font-size: 0.9em; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-new-character__blog-link:hover { background-color: #ff4d4d; text-decoration: none; } .page-poppy-playtime-new-character__sticky-cta-section { position: sticky; bottom: 0; left: 0; width: 100%; background-color: #e62e2e; padding: 15px 20px; box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.5); z-index: 1000; text-align: center; display: flex; justify-content: space-around; gap: 10px; border-top: 3px solid #ffcc00; } .page-poppy-playtime-new-character__sticky-cta-button { flex: 1; background-color: #ffcc00; color: #1a1a2e; padding: 12px 10px; border-radius: 8px; font-size: 1.1em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; max-width: 200px; } .page-poppy-playtime-new-character__sticky-cta-button:hover { background-color: #ffe680; transform: translateY(-2px); } /* Mobile Responsiveness */ @media (max-width: 768px) { .page-poppy-playtime-new-character__hero-title { font-size: 2em; } .page-poppy-playtime-new-character__hero-subtitle { font-size: 1em; } .page-poppy-playtime-new-character__cta-button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-new-character__intro-content { flex-direction: column; } .page-poppy-playtime-new-character__intro-text { max-width: 100%; } .page-poppy-playtime-new-character__intro-text h2 { font-size: 1.8em; } .page-poppy-playtime-new-character__quick-access-grid { grid-template-columns: 1fr; } .page-poppy-playtime-new-character__games-grid, .page-poppy-playtime-new-character__promo-grid, .page-poppy-playtime-new-character__security-support-grid, .page-poppy-playtime-new-character__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-new-character__faq-question h3 { font-size: 1.1em; } .page-poppy-playtime-new-character__faq-answer { padding: 15px !important; } .page-poppy-playtime-new-character__faq-item.active .page-poppy-playtime-new-character__faq-answer { padding: 15px !important; } .page-poppy-playtime-new-character__sticky-cta-section { flex-direction: row; padding: 10px; } .page-poppy-playtime-new-character__sticky-cta-button { padding: 10px 8px; font-size: 0.9em; max-width: none; } /* List item responsiveness */ .page-poppy-playtime-new-character__quick-access-grid .page-poppy-playtime-new-character__quick-access-item, .page-poppy-playtime-new-character__games-grid .page-poppy-playtime-new-character__game-card, .page-poppy-playtime-new-character__promo-grid .page-poppy-playtime-new-character__promo-card, .page-poppy-playtime-new-character__security-support-grid .page-poppy-playtime-new-character__security-item, .page-poppy-playtime-new-character__blog-grid .page-poppy-playtime-new-character__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-new-character__quick-access-grid, .page-poppy-playtime-new-character__games-grid, .page-poppy-playtime-new-character__promo-grid, .page-poppy-playtime-new-character__security-support-grid, .page-poppy-playtime-new-character__blog-grid { 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-new-character p, .page-poppy-playtime-new-character li, .page-poppy-playtime-new-character__game-description, .page-poppy-playtime-new-character__promo-description, .page-poppy-playtime-new-character__security-description, .page-poppy-playtime-new-character__blog-excerpt, .page-poppy-playtime-new-character__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }