body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-poppy-playtime-chapter-3-traler { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-poppy-playtime-chapter-3-traler__hero { background: linear-gradient(135deg, #2a003a, #0d001a); color: #fff; text-align: center; padding: 60px 20px; border-radius: 10px; margin-bottom: 40px; padding-top: 70px; position: relative; overflow: hidden; } .page-poppy-playtime-chapter-3-traler__hero::before { content: ''; position: absolute; top: -50px; left: -50px; width: 200px; height: 200px; background: rgba(255, 255, 255, 0.05); border-radius: 50%; transform: rotate(45deg); } .page-poppy-playtime-chapter-3-traler__hero::after { content: ''; position: absolute; bottom: -50px; right: -50px; width: 200px; height: 200px; background: rgba(255, 255, 255, 0.05); border-radius: 50%; transform: rotate(-45deg); } .page-poppy-playtime-chapter-3-traler__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapter-3-traler__hero-description { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-chapter-3-traler__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-3-traler__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-poppy-playtime-chapter-3-traler__section { padding: 40px 0; margin-bottom: 30px; border-radius: 10px; background-color: #23013d; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapter-3-traler__section-title { font-size: 2.2em; color: #ffcc00; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); } .page-poppy-playtime-chapter-3-traler__content-text { font-size: 1.1em; text-align: justify; max-width: 900px; margin: 0 auto 20px auto; padding: 0 20px; } .page-poppy-playtime-chapter-3-traler__video-container { position: relative; width: 100%; padding-bottom: 56.25%; /* 16:9 aspect ratio */ height: 0; overflow: hidden; background-color: #000; border-radius: 10px; margin: 0 auto; max-width: 800px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); } .page-poppy-playtime-chapter-3-traler__video-placeholder { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 10px; } .page-poppy-playtime-chapter-3-traler__play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 4em; color: #ffcc00; background-color: rgba(0, 0, 0, 0.6); border-radius: 50%; width: 100px; height: 100px; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease; } .page-poppy-playtime-chapter-3-traler__play-icon:hover { background-color: rgba(0, 0, 0, 0.8); color: #fff; } .page-poppy-playtime-chapter-3-traler__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; max-width: 1000px; margin: 0 auto; } .page-poppy-playtime-chapter-3-traler__feature-item { background-color: #33035c; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, background-color 0.3s ease; } .page-poppy-playtime-chapter-3-traler__feature-item:hover { transform: translateY(-5px); background-color: #44047a; } .page-poppy-playtime-chapter-3-traler__feature-icon { margin-bottom: 15px; } .page-poppy-playtime-chapter-3-traler__feature-icon img { max-width: 100px; height: auto; border-radius: 5px; } .page-poppy-playtime-chapter-3-traler__feature-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-poppy-playtime-chapter-3-traler__feature-description { font-size: 1em; color: #ccc; } .page-poppy-playtime-chapter-3-traler__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; padding: 0 20px; max-width: 1000px; margin: 0 auto; } .page-poppy-playtime-chapter-3-traler__promo-card { background-color: #33035c; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-chapter-3-traler__promo-card:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-3-traler__promo-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-chapter-3-traler__promo-content { padding: 20px; } .page-poppy-playtime-chapter-3-traler__promo-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-poppy-playtime-chapter-3-traler__promo-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-poppy-playtime-chapter-3-traler__faq-section { background-color: #23013d; padding: 40px 0; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3); margin-bottom: 30px; } .page-poppy-playtime-chapter-3-traler__faq-container { max-width: 900px; margin: 0 auto; padding: 0 20px; } .page-poppy-playtime-chapter-3-traler__faq-item { background-color: #33035c; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-chapter-3-traler__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #4a0584; color: #fff; font-size: 1.1em; font-weight: bold; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-3-traler__faq-question:hover { background-color: #5d06a8; } .page-poppy-playtime-chapter-3-traler__faq-question h3 { margin: 0; pointer-events: none; flex-grow: 1; } .page-poppy-playtime-chapter-3-traler__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-3-traler__faq-item.active .page-poppy-playtime-chapter-3-traler__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-3-traler__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; 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: #33035c; color: #ccc; } .page-poppy-playtime-chapter-3-traler__faq-item.active .page-poppy-playtime-chapter-3-traler__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-poppy-playtime-chapter-3-traler__faq-answer p { margin: 0; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-traler__hero { padding: 50px 15px; padding-top: 60px; } .page-poppy-playtime-chapter-3-traler__hero-title { font-size: 2em; } .page-poppy-playtime-chapter-3-traler__hero-description { font-size: 1em; } .page-poppy-playtime-chapter-3-traler__cta-button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-chapter-3-traler__section-title { font-size: 1.8em; margin-bottom: 20px; } .page-poppy-playtime-chapter-3-traler__content-text { font-size: 1em; padding: 0 15px; } .page-poppy-playtime-chapter-3-traler__features-grid, .page-poppy-playtime-chapter-3-traler__promotions-grid { grid-template-columns: 1fr; padding: 0 15px; } .page-poppy-playtime-chapter-3-traler__feature-item, .page-poppy-playtime-chapter-3-traler__promo-card { margin-bottom: 20px; } .page-poppy-playtime-chapter-3-traler__feature-icon img { max-width: 80px; } .page-poppy-playtime-chapter-3-traler__feature-title { font-size: 1.3em; } .page-poppy-playtime-chapter-3-traler__promo-image { height: 180px; } .page-poppy-playtime-chapter-3-traler__promo-title { font-size: 1.2em; } .page-poppy-playtime-chapter-3-traler__faq-question { padding: 12px 15px; font-size: 1em; } .page-poppy-playtime-chapter-3-traler__faq-toggle { font-size: 1.3em; } .page-poppy-playtime-chapter-3-traler__faq-answer { padding: 15px 15px !important; } .page-poppy-playtime-chapter-3-traler__features-grid > *, .page-poppy-playtime-chapter-3-traler__promotions-grid > * { width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-3-traler__features-grid, .page-poppy-playtime-chapter-3-traler__promotions-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-chapter-3-traler__content-text, .page-poppy-playtime-chapter-3-traler__faq-container { padding: 0 10px; } .page-poppy-playtime-chapter-3-traler__faq-item, .page-poppy-playtime-chapter-3-traler__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }