.page-player-poppy-playtime-figure { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; } .page-player-poppy-playtime-figure__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-player-poppy-playtime-figure__hero-section { background: linear-gradient(135deg, #0f0f20, #2c0047); padding: 50px 20px; text-align: center; border-radius: 10px; margin-top: 10px; position: relative; overflow: hidden; } .page-player-poppy-playtime-figure__hero-section::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 70%); animation: page-player-poppy-playtime-figure-rotate 20s linear infinite; z-index: 0; } @keyframes page-player-poppy-playtime-figure-rotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } .page-player-poppy-playtime-figure__hero-content { position: relative; z-index: 1; } .page-player-poppy-playtime-figure__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-player-poppy-playtime-figure__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; color: #e0e0e0; } .page-player-poppy-playtime-figure__hero-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); margin-bottom: 30px; } .page-player-poppy-playtime-figure__button { display: inline-block; background-color: #e60073; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-player-poppy-playtime-figure__button:hover { background-color: #ff3399; transform: translateY(-3px); } .page-player-poppy-playtime-figure__section { padding: 40px 20px; background-color: #1a1a2e; border-bottom: 1px solid #333; } .page-player-poppy-playtime-figure__section-title { font-size: 2.2em; text-align: center; margin-bottom: 30px; color: #ffcc00; } .page-player-poppy-playtime-figure__content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-player-poppy-playtime-figure__card { background-color: #2a0a3e; padding: 25px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); text-align: center; } .page-player-poppy-playtime-figure__card-icon { width: 100px; height: auto; margin-bottom: 20px; } .page-player-poppy-playtime-figure__card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; } .page-player-poppy-playtime-figure__card-description { font-size: 1em; color: #ccc; } .page-player-poppy-playtime-figure__text-block { background-color: #2a0a3e; padding: 30px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); margin-top: 30px; } .page-player-poppy-playtime-figure__text-block h3 { font-size: 1.8em; color: #ffcc00; margin-bottom: 15px; text-align: center; } .page-player-poppy-playtime-figure__text-block p { font-size: 1.1em; color: #e0e0e0; text-align: justify; margin-bottom: 15px; } .page-player-poppy-playtime-figure__cta-section { background: linear-gradient(135deg, #e60073, #ff3399); padding: 60px 20px; text-align: center; border-radius: 10px; margin: 40px auto; } .page-player-poppy-playtime-figure__cta-title { font-size: 2.5em; color: #fff; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); } .page-player-poppy-playtime-figure__cta-description { font-size: 1.2em; color: #ffe0f0; margin-bottom: 40px; } .page-player-poppy-playtime-figure__faq-section { background-color: #1a1a2e; padding: 40px 20px; } .page-player-poppy-playtime-figure__faq-title { font-size: 2.2em; text-align: center; margin-bottom: 30px; color: #ffcc00; } .page-player-poppy-playtime-figure__faq-list { max-width: 800px; margin: 0 auto; } .page-player-poppy-playtime-figure__faq-item { background-color: #2a0a3e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .page-player-poppy-playtime-figure__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; font-size: 1.2em; color: #ffcc00; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-player-poppy-playtime-figure__faq-question:hover { background-color: #3d0e57; } .page-player-poppy-playtime-figure__faq-question h3 { margin: 0; font-size: 1.2em; flex-grow: 1; text-align: left; pointer-events: none; } .page-player-poppy-playtime-figure__faq-toggle { font-size: 1.5em; font-weight: bold; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-player-poppy-playtime-figure__faq-item.active .page-player-poppy-playtime-figure__faq-toggle { transform: rotate(45deg); } .page-player-poppy-playtime-figure__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; color: #e0e0e0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-player-poppy-playtime-figure__faq-item.active .page-player-poppy-playtime-figure__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-player-poppy-playtime-figure__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } .page-player-poppy-playtime-figure__floating-buttons .page-player-poppy-playtime-figure__button { padding: 12px 20px; font-size: 0.9em; border-radius: 30px; } .page-player-poppy-playtime-figure__floating-buttons--left { right: auto; left: 20px; } @media (max-width: 768px) { .page-player-poppy-playtime-figure__hero-title { font-size: 2em; } .page-player-poppy-playtime-figure__hero-subtitle { font-size: 1.1em; } .page-player-poppy-playtime-figure__section-title, .page-player-poppy-playtime-figure__cta-title, .page-player-poppy-playtime-figure__faq-title { font-size: 1.8em; } .page-player-poppy-playtime-figure__text-block h3 { font-size: 1.5em; } .page-player-poppy-playtime-figure__text-block p { font-size: 1em; } .page-player-poppy-playtime-figure__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-player-poppy-playtime-figure__faq-question h3 { font-size: 1.1em; } .page-player-poppy-playtime-figure__faq-answer { padding: 0 20px; } .page-player-poppy-playtime-figure__faq-item.active .page-player-poppy-playtime-figure__faq-answer { padding: 15px 20px !important; } .page-player-poppy-playtime-figure__floating-buttons { bottom: 10px; right: 10px; gap: 8px; } .page-player-poppy-playtime-figure__floating-buttons .page-player-poppy-playtime-figure__button { padding: 10px 18px; font-size: 0.85em; } .page-player-poppy-playtime-figure__content-grid { grid-template-columns: 1fr; } .page-player-poppy-playtime-figure__card { padding: 20px; } .page-player-poppy-playtime-figure__card-icon { width: 80px; } .page-player-poppy-playtime-figure__text-block { padding: 20px; } } .page-player-poppy-playtime-figure img { max-width: 100%; height: auto; display: block; margin: 0 auto; } .page-player-poppy-playtime-figure__hero-image-wrapper, .page-player-poppy-playtime-figure__figure-image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; margin-bottom: 20px; } @media (max-width: 768px) { .page-player-poppy-playtime-figure img { max-width: 100% !important; height: auto !important; } .page-player-poppy-playtime-figure__hero-image-wrapper, .page-player-poppy-playtime-figure__figure-image-wrapper { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-player-poppy-playtime-figure__faq-list { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-player-poppy-playtime-figure__faq-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }