.page-poppy-playtime-chapter-3-cutout { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-poppy-playtime-chapter-3-cutout__hero-section { position: relative; width: 100%; height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; margin-bottom: 40px; padding-top: 10px; }.page-poppy-playtime-chapter-3-cutout__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }.page-poppy-playtime-chapter-3-cutout__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 2; }.page-poppy-playtime-chapter-3-cutout__hero-content { position: relative; z-index: 3; color: #fff; max-width: 900px; padding: 20px; }.page-poppy-playtime-chapter-3-cutout__hero-title { font-size: 3.2em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-poppy-playtime-chapter-3-cutout__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; }.page-poppy-playtime-chapter-3-cutout__hero-buttons { display: flex; gap: 20px; justify-content: center; }.page-poppy-playtime-chapter-3-cutout__cta-button { display: inline-block; padding: 15px 30px; background-color: #e44d26; color: #fff; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; }.page-poppy-playtime-chapter-3-cutout__cta-button:hover { background-color: #ff6a00; transform: translateY(-3px); }.page-poppy-playtime-chapter-3-cutout__cta-button--secondary { background-color: transparent; border: 2px solid #e44d26; }.page-poppy-playtime-chapter-3-cutout__cta-button--secondary:hover { background-color: #e44d26; color: #fff; }.page-poppy-playtime-chapter-3-cutout__intro-section, .page-poppy-playtime-chapter-3-cutout__quick-access-section, .page-poppy-playtime-chapter-3-cutout__games-section, .page-poppy-playtime-chapter-3-cutout__promotions-section, .page-poppy-playtime-chapter-3-cutout__security-section, .page-poppy-playtime-chapter-3-cutout__faq-section, .page-poppy-playtime-chapter-3-cutout__blog-section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); margin-bottom: 40px; }.page-poppy-playtime-chapter-3-cutout__section-title { font-size: 2.5em; color: #e44d26; text-align: center; margin-bottom: 20px; }.page-poppy-playtime-chapter-3-cutout__section-description { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 40px auto; color: #555; }.page-poppy-playtime-chapter-3-cutout__features-grid, .page-poppy-playtime-chapter-3-cutout__game-categories, .page-poppy-playtime-chapter-3-cutout__promo-grid, .page-poppy-playtime-chapter-3-cutout__security-features, .page-poppy-playtime-chapter-3-cutout__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-poppy-playtime-chapter-3-cutout__feature-item, .page-poppy-playtime-chapter-3-cutout__game-card, .page-poppy-playtime-chapter-3-cutout__promo-card, .page-poppy-playtime-chapter-3-cutout__security-item, .page-poppy-playtime-chapter-3-cutout__blog-card { background-color: #fefefe; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; }.page-poppy-playtime-chapter-3-cutout__feature-item:hover, .page-poppy-playtime-chapter-3-cutout__game-card:hover, .page-poppy-playtime-chapter-3-cutout__promo-card:hover, .page-poppy-playtime-chapter-3-cutout__security-item:hover, .page-poppy-playtime-chapter-3-cutout__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); }.page-poppy-playtime-chapter-3-cutout__feature-icon, .page-poppy-playtime-chapter-3-cutout__security-icon { width: 80px; height: 80px; object-fit: contain; margin: 0 auto 20px auto; display: block; }.page-poppy-playtime-chapter-3-cutout__feature-title, .page-poppy-playtime-chapter-3-cutout__game-title, .page-poppy-playtime-chapter-3-cutout__promo-title, .page-poppy-playtime-chapter-3-cutout__security-title { font-size: 1.5em; color: #e44d26; margin-bottom: 10px; }.page-poppy-playtime-chapter-3-cutout__feature-text, .page-poppy-playtime-chapter-3-cutout__game-text, .page-poppy-playtime-chapter-3-cutout__promo-text, .page-poppy-playtime-chapter-3-cutout__security-text { font-size: 0.95em; color: #666; }.page-poppy-playtime-chapter-3-cutout__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-poppy-playtime-chapter-3-cutout__access-button { display: inline-block; padding: 12px 25px; background-color: #007bff; color: #fff; text-decoration: none; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-poppy-playtime-chapter-3-cutout__access-button:hover { background-color: #0056b3; }.page-poppy-playtime-chapter-3-cutout__game-image, .page-poppy-playtime-chapter-3-cutout__promo-image, .page-poppy-playtime-chapter-3-cutout__blog-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; }.page-poppy-playtime-chapter-3-cutout__game-button, .page-poppy-playtime-chapter-3-cutout__promo-button { display: inline-block; padding: 10px 20px; background-color: #28a745; color: #fff; text-decoration: none; border-radius: 5px; margin-top: 15px; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-poppy-playtime-chapter-3-cutout__game-button:hover, .page-poppy-playtime-chapter-3-cutout__promo-button:hover { background-color: #218838; }.page-poppy-playtime-chapter-3-cutout__contact-info { text-align: center; margin-top: 60px; padding: 30px; background-color: #f0f0f0; border-radius: 8px; }.page-poppy-playtime-chapter-3-cutout__contact-title { font-size: 2em; color: #e44d26; margin-bottom: 10px; }.page-poppy-playtime-chapter-3-cutout__contact-text { font-size: 1.1em; color: #555; margin-bottom: 20px; }.page-poppy-playtime-chapter-3-cutout__contact-button { display: inline-block; padding: 15px 30px; background-color: #17a2b8; color: #fff; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-poppy-playtime-chapter-3-cutout__contact-button:hover { background-color: #138496; }.page-poppy-playtime-chapter-3-cutout__faq-container { margin-top: 30px; }.page-poppy-playtime-chapter-3-cutout__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; }.page-poppy-playtime-chapter-3-cutout__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f5f5f5; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-poppy-playtime-chapter-3-cutout__faq-question:hover { background-color: #eee; }.page-poppy-playtime-chapter-3-cutout__faq-q-title { font-size: 1.2em; color: #333; margin: 0; pointer-events: none; }.page-poppy-playtime-chapter-3-cutout__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; }.page-poppy-playtime-chapter-3-cutout__faq-item.active .page-poppy-playtime-chapter-3-cutout__faq-toggle { transform: rotate(45deg); }.page-poppy-playtime-chapter-3-cutout__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-poppy-playtime-chapter-3-cutout__faq-item.active .page-poppy-playtime-chapter-3-cutout__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; }.page-poppy-playtime-chapter-3-cutout__faq-answer p { margin: 0; color: #555; }.page-poppy-playtime-chapter-3-cutout__blog-card { text-align: left; }.page-poppy-playtime-chapter-3-cutout__blog-title { font-size: 1.3em; margin-bottom: 10px; }.page-poppy-playtime-chapter-3-cutout__blog-title a { color: #e44d26; text-decoration: none; transition: color 0.3s ease; }.page-poppy-playtime-chapter-3-cutout__blog-title a:hover { color: #ff6a00; text-decoration: underline; }.page-poppy-playtime-chapter-3-cutout__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 10px; }.page-poppy-playtime-chapter-3-cutout__blog-date { font-size: 0.8em; color: #999; display: block; }.page-poppy-playtime-chapter-3-cutout__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-poppy-playtime-chapter-3-cutout__floating-button { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background-color: #e44d26; color: #fff; border-radius: 50%; font-size: 1.5em; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-poppy-playtime-chapter-3-cutout__floating-button:hover { background-color: #ff6a00; transform: scale(1.1); }.page-poppy-playtime-chapter-3-cutout__floating-button span { display: none; margin-left: 10px; font-size: 0.9em; white-space: nowrap; }.page-poppy-playtime-chapter-3-cutout__floating-button:hover span { display: block; }.page-poppy-playtime-chapter-3-cutout__download-app-button { position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%); width: calc(100% - 40px); max-width: 300px; padding: 15px 0; background-color: #007bff; color: #fff; text-align: center; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); z-index: 999; transition: background-color 0.3s ease, transform 0.3s ease; display: none; /* Hidden by default, shown on mobile */ }.page-poppy-playtime-chapter-3-cutout__download-app-button:hover { background-color: #0056b3; transform: translateX(-50%) translateY(-3px); }@media (max-width: 768px) { .page-poppy-playtime-chapter-3-cutout__hero-title { font-size: 2.2em; }.page-poppy-playtime-chapter-3-cutout__hero-subtitle { font-size: 1em; }.page-poppy-playtime-chapter-3-cutout__hero-buttons { flex-direction: column; gap: 10px; }.page-poppy-playtime-chapter-3-cutout__cta-button { width: 100%; padding: 12px 20px; font-size: 1em; }.page-poppy-playtime-chapter-3-cutout__section-title { font-size: 1.8em; }.page-poppy-playtime-chapter-3-cutout__section-description { font-size: 0.95em; }.page-poppy-playtime-chapter-3-cutout__intro-section, .page-poppy-playtime-chapter-3-cutout__quick-access-section, .page-poppy-playtime-chapter-3-cutout__games-section, .page-poppy-playtime-chapter-3-cutout__promotions-section, .page-poppy-playtime-chapter-3-cutout__security-section, .page-poppy-playtime-chapter-3-cutout__faq-section, .page-poppy-playtime-chapter-3-cutout__blog-section { padding: 30px 15px; margin-bottom: 20px; }.page-poppy-playtime-chapter-3-cutout__features-grid, .page-poppy-playtime-chapter-3-cutout__game-categories, .page-poppy-playtime-chapter-3-cutout__promo-grid, .page-poppy-playtime-chapter-3-cutout__security-features, .page-poppy-playtime-chapter-3-cutout__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-poppy-playtime-chapter-3-cutout__feature-item, .page-poppy-playtime-chapter-3-cutout__game-card, .page-poppy-playtime-chapter-3-cutout__promo-card, .page-poppy-playtime-chapter-3-cutout__security-item, .page-poppy-playtime-chapter-3-cutout__blog-card { padding: 20px; box-sizing: border-box !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }.page-poppy-playtime-chapter-3-cutout__game-image, .page-poppy-playtime-chapter-3-cutout__promo-image, .page-poppy-playtime-chapter-3-cutout__blog-image { height: 180px; }.page-poppy-playtime-chapter-3-cutout__access-buttons { flex-direction: column; }.page-poppy-playtime-chapter-3-cutout__access-button { width: 100%; }.page-poppy-playtime-chapter-3-cutout__faq-q-title { font-size: 1em; }.page-poppy-playtime-chapter-3-cutout__faq-answer { padding: 0 15px; }.page-poppy-playtime-chapter-3-cutout__faq-item.active .page-poppy-playtime-chapter-3-cutout__faq-answer { padding: 15px 15px !important; }.page-poppy-playtime-chapter-3-cutout__contact-info { padding: 20px; }.page-poppy-playtime-chapter-3-cutout__contact-title { font-size: 1.5em; }.page-poppy-playtime-chapter-3-cutout__contact-button { width: 100%; padding: 12px 20px; font-size: 1em; }.page-poppy-playtime-chapter-3-cutout__download-app-button { display: block; } .page-poppy-playtime-chapter-3-cutout__floating-buttons { bottom: 80px; right: 10px; }}.page-poppy-playtime-chapter-3-cutout__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-poppy-playtime-chapter-3-cutout__floating-button { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background-color: #e44d26; color: #fff; border-radius: 50%; font-size: 1.5em; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-poppy-playtime-chapter-3-cutout__floating-button:hover { background-color: #ff6a00; transform: scale(1.1); }.page-poppy-playtime-chapter-3-cutout__floating-button span { display: none; margin-left: 10px; font-size: 0.9em; white-space: nowrap; }.page-poppy-playtime-chapter-3-cutout__floating-button:hover span { display: block; }.page-poppy-playtime-chapter-3-cutout__download-app-button { position: fixed; bottom: 80px; left: 50%; transform: translateX(-50%); width: calc(100% - 40px); max-width: 300px; padding: 15px 0; background-color: #007bff; color: #fff; text-align: center; text-decoration: none; border-radius: 8px; font-weight: bold; font-size: 1.1em; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); z-index: 999; transition: background-color 0.3s ease, transform 0.3s ease; display: none; /* Hidden by default, shown on mobile */ }.page-poppy-playtime-chapter-3-cutout__download-app-button:hover { background-color: #0056b3; transform: translateX(-50%) translateY(-3px); }@media (max-width: 768px) { .page-poppy-playtime-chapter-3-cutout__download-app-button { display: block; } .page-poppy-playtime-chapter-3-cutout__floating-buttons { bottom: 140px; right: 10px; }}