.page-poppy-playtime-ost-download { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-poppy-playtime-ost-download__hero-section { background: linear-gradient(135deg, #ff6b6b, #ee3b3b); color: #fff; padding: 10px 20px 60px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; overflow: hidden; border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; } .page-poppy-playtime-ost-download__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; opacity: 0.3; } .page-poppy-playtime-ost-download__hero-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; } .page-poppy-playtime-ost-download__title { font-size: 2.8em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .page-poppy-playtime-ost-download__subtitle { font-size: 1.3em; margin-bottom: 30px; } .page-poppy-playtime-ost-download__button { display: inline-block; background-color: #4CAF50; 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.3s ease; box-shadow: 0 4px 8px rgba(0,0,0,0.2); } .page-poppy-playtime-ost-download__button:hover { background-color: #45a049; transform: translateY(-3px); } .page-poppy-playtime-ost-download__section { padding: 40px 20px; text-align: center; max-width: 1000px; margin: 0 auto; } .page-poppy-playtime-ost-download__section:nth-of-type(even) { background-color: #fff; } .page-poppy-playtime-ost-download__section-title { font-size: 2em; color: #333; margin-bottom: 30px; position: relative; padding-bottom: 10px; } .page-poppy-playtime-ost-download__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 4px; background-color: #ff6b6b; border-radius: 2px; } .page-poppy-playtime-ost-download__text-content { text-align: left; margin-bottom: 30px; } .page-poppy-playtime-ost-download__image-wrapper { margin-bottom: 30px; overflow: hidden; border-radius: 15px; box-shadow: 0 8px 16px rgba(0,0,0,0.1); width: 100%; max-width: 800px; margin-left: auto; margin-right: auto; } .page-poppy-playtime-ost-download__image { max-width: 100%; height: auto; display: block; } .page-poppy-playtime-ost-download__list { list-style: none; padding: 0; margin: 0 auto 30px; max-width: 600px; text-align: left; } .page-poppy-playtime-ost-download__list-item { background-color: #f0f0f0; margin-bottom: 15px; padding: 15px; border-radius: 10px; display: flex; align-items: center; box-shadow: 0 2px 4px rgba(0,0,0,0.1); box-sizing: border-box; } .page-poppy-playtime-ost-download__list-item::before { content: '✓'; color: #ff6b6b; font-weight: bold; margin-right: 10px; font-size: 1.2em; } .page-poppy-playtime-ost-download__faq-section { background-color: #f0f0f0; padding: 50px 20px; } .page-poppy-playtime-ost-download__faq-container { max-width: 800px; margin: 0 auto; text-align: left; } .page-poppy-playtime-ost-download__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0,0,0,0.1); } .page-poppy-playtime-ost-download__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; font-weight: bold; font-size: 1.1em; color: #333; transition: background-color 0.3s ease; } .page-poppy-playtime-ost-download__faq-question:hover { background-color: #f5f5f5; } .page-poppy-playtime-ost-download__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-poppy-playtime-ost-download__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-ost-download__faq-item.active .page-poppy-playtime-ost-download__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-ost-download__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.3s ease; } .page-poppy-playtime-ost-download__faq-item.active .page-poppy-playtime-ost-download__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-ost-download__hero-section { padding: 10px 15px 40px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; } .page-poppy-playtime-ost-download__title { font-size: 2em; margin-bottom: 15px; } .page-poppy-playtime-ost-download__subtitle { font-size: 1em; margin-bottom: 20px; } .page-poppy-playtime-ost-download__button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-ost-download__section { padding: 30px 15px; } .page-poppy-playtime-ost-download__section-title { font-size: 1.6em; margin-bottom: 20px; } .page-poppy-playtime-ost-download__text-content { font-size: 0.95em; } .page-poppy-playtime-ost-download__list { max-width: 100%; } .page-poppy-playtime-ost-download__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 12px; font-size: 0.9em; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-poppy-playtime-ost-download__faq-question { padding: 15px; font-size: 1em; } .page-poppy-playtime-ost-download__faq-question h3 { font-size: 1em; } .page-poppy-playtime-ost-download__faq-answer { padding: 0 15px; } .page-poppy-playtime-ost-download__faq-item.active .page-poppy-playtime-ost-download__faq-answer { padding: 15px !important; } }