.page-prototype-poppy-playtime-png { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-prototype-poppy-playtime-png__hero-section { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 60px 20px 40px; min-height: 400px; background-color: #2a2a4a; } .page-prototype-poppy-playtime-png__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-prototype-poppy-playtime-png__hero-image-wrapper img { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; } .page-prototype-poppy-playtime-png__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; } .page-prototype-poppy-playtime-png__hero-title { font-size: 2.8em; color: #e94560; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-prototype-poppy-playtime-png__hero-title strong { color: #f0f0f0; } .page-prototype-poppy-playtime-png__hero-description { font-size: 1.2em; color: #c0c0c0; margin-bottom: 30px; } .page-prototype-poppy-playtime-png__hero-button, .page-prototype-poppy-playtime-png__cta-button { display: inline-block; background-color: #e94560; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-prototype-poppy-playtime-png__hero-button:hover, .page-prototype-poppy-playtime-png__cta-button:hover { background-color: #ff6a80; transform: translateY(-3px); } .page-prototype-poppy-playtime-png__content-section { padding: 50px 20px; max-width: 1200px; margin: 0 auto; } .page-prototype-poppy-playtime-png__section-title { font-size: 2.2em; color: #e94560; text-align: center; margin-bottom: 40px; } .page-prototype-poppy-playtime-png__section-title strong { color: #f0f0f0; } .page-prototype-poppy-playtime-png__section-subtitle { font-size: 1.1em; color: #c0c0c0; text-align: center; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-prototype-poppy-playtime-png__content-grid { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; justify-content: center; margin-bottom: 50px; } .page-prototype-poppy-playtime-png__text-block { flex: 1; min-width: 300px; max-width: 600px; } .page-prototype-poppy-playtime-png__text-block p { margin-bottom: 15px; color: #c0c0c0; } .page-prototype-poppy-playtime-png__image-block { flex: 1; min-width: 300px; max-width: 500px; text-align: center; } .page-prototype-poppy-playtime-png__image-block img { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-prototype-poppy-playtime-png__slots8-features { background-color: #2a2a4a; padding: 60px 20px; text-align: center; } .page-prototype-poppy-playtime-png__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 40px auto; } .page-prototype-poppy-playtime-png__feature-item { background-color: #1a1a2e; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-prototype-poppy-playtime-png__feature-item:hover { transform: translateY(-5px); } .page-prototype-poppy-playtime-png__feature-item img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; } .page-prototype-poppy-playtime-png__feature-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px; } .page-prototype-poppy-playtime-png__feature-description { font-size: 1em; color: #c0c0c0; } .page-prototype-poppy-playtime-png__cta-area { margin-top: 50px; } .page-prototype-poppy-playtime-png__faq-section { padding: 50px 20px; max-width: 900px; margin: 0 auto; } .page-prototype-poppy-playtime-png__faq-list { margin-top: 30px; } .page-prototype-poppy-playtime-png__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-prototype-poppy-playtime-png__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #3e3e5c; color: #f0f0f0; font-size: 1.1em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-prototype-poppy-playtime-png__faq-question:hover { background-color: #4c4c70; } .page-prototype-poppy-playtime-png__faq-question-text { margin: 0; pointer-events: none; } .page-prototype-poppy-playtime-png__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; } .page-prototype-poppy-playtime-png__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #1a1a2e; color: #c0c0c0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-prototype-poppy-playtime-png__faq-answer p { margin: 0; padding-bottom: 15px; } .page-prototype-poppy-playtime-png__faq-item.active .page-prototype-poppy-playtime-png__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-prototype-poppy-playtime-png__faq-item.active .page-prototype-poppy-playtime-png__faq-question { background-color: #e94560; } .page-prototype-poppy-playtime-png__faq-item.active .page-prototype-poppy-playtime-png__faq-toggle { transform: rotate(45deg); } @media (max-width: 768px) { .page-prototype-poppy-playtime-png__hero-title { font-size: 2em; } .page-prototype-poppy-playtime-png__hero-description { font-size: 1em; } .page-prototype-poppy-playtime-png__hero-button, .page-prototype-poppy-playtime-png__cta-button { padding: 12px 25px; font-size: 1em; } .page-prototype-poppy-playtime-png__section-title { font-size: 1.8em; } .page-prototype-poppy-playtime-png__content-grid { flex-direction: column; gap: 30px; } .page-prototype-poppy-playtime-png__text-block, .page-prototype-poppy-playtime-png__image-block { max-width: 100%; } .page-prototype-poppy-playtime-png__features-grid { grid-template-columns: 1fr; } .page-prototype-poppy-playtime-png__feature-item { padding: 20px; } .page-prototype-poppy-playtime-png__feature-title { font-size: 1.3em; } .page-prototype-poppy-playtime-png__feature-description { font-size: 0.9em; } .page-prototype-poppy-playtime-png__faq-question { font-size: 1em; padding: 12px 15px; } .page-prototype-poppy-playtime-png__faq-answer { padding: 0 15px; } .page-prototype-poppy-playtime-png__faq-item.active .page-prototype-poppy-playtime-png__faq-answer { padding: 15px !important; } } body { padding-top: var(--header-offset, 0); } .page-prototype-poppy-playtime-png__hero-section { padding-top: calc(60px + var(--header-offset, 0px)); }