.page-poppy-playtime-chapter-4-mobile-itch-io { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-mobile-itch-io { padding-top: 5px; } } .page-poppy-playtime-chapter-4-mobile-itch-io__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-mobile-itch-io__container { padding: 10px; } } .page-poppy-playtime-chapter-4-mobile-itch-io__hero-section { text-align: center; background-color: #222; color: #fff; padding: 60px 20px; margin-bottom: 30px; border-radius: 8px; position: relative; overflow: hidden; } .page-poppy-playtime-chapter-4-mobile-itch-io__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-poppy-playtime-chapter-4-mobile-itch-io__hero-content { position: relative; z-index: 1; } .page-poppy-playtime-chapter-4-mobile-itch-io__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #e0f2f7; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-mobile-itch-io__hero-title { font-size: 2.2em; } } .page-poppy-playtime-chapter-4-mobile-itch-io__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #b3e0ff; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-mobile-itch-io__hero-subtitle { font-size: 1.1em; } } .page-poppy-playtime-chapter-4-mobile-itch-io__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-chapter-4-mobile-itch-io__button:hover { background-color: #c0392b; transform: translateY(-3px); } .page-poppy-playtime-chapter-4-mobile-itch-io__section-title { font-size: 2.5em; color: #2c3e50; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 10px; } .page-poppy-playtime-chapter-4-mobile-itch-io__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e74c3c; border-radius: 2px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-mobile-itch-io__section-title { font-size: 1.8em; margin-bottom: 25px; } } .page-poppy-playtime-chapter-4-mobile-itch-io__content-block { background-color: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); margin-bottom: 30px; } .page-poppy-playtime-chapter-4-mobile-itch-io__content-block h3 { color: #34495e; font-size: 1.8em; margin-bottom: 15px; } .page-poppy-playtime-chapter-4-mobile-itch-io__content-block p { margin-bottom: 15px; } .page-poppy-playtime-chapter-4-mobile-itch-io__image-full { width: 100%; max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; object-fit: cover; } .page-poppy-playtime-chapter-4-mobile-itch-io__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-mobile-itch-io__features-grid { grid-template-columns: 1fr; } } .page-poppy-playtime-chapter-4-mobile-itch-io__feature-item { background-color: #ecf0f1; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; box-sizing: border-box; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-mobile-itch-io__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 15px !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-4-mobile-itch-io__feature-item:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-4-mobile-itch-io__feature-item h4 { font-size: 1.4em; color: #2c3e50; margin-bottom: 10px; } .page-poppy-playtime-chapter-4-mobile-itch-io__feature-item p { font-size: 0.95em; color: #555; } .page-poppy-playtime-chapter-4-mobile-itch-io__faq-section { margin-top: 50px; } .page-poppy-playtime-chapter-4-mobile-itch-io__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-poppy-playtime-chapter-4-mobile-itch-io__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; background-color: #f2f2f2; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; user-select: none; } .page-poppy-playtime-chapter-4-mobile-itch-io__faq-question:hover { background-color: #e0e0e0; } .page-poppy-playtime-chapter-4-mobile-itch-io__faq-question h3 { margin: 0; font-size: 1.2em; color: #34495e; pointer-events: none; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-mobile-itch-io__faq-question h3 { font-size: 1.1em; } } .page-poppy-playtime-chapter-4-mobile-itch-io__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-chapter-4-mobile-itch-io__faq-item.active .page-poppy-playtime-chapter-4-mobile-itch-io__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-4-mobile-itch-io__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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-4-mobile-itch-io__faq-item.active .page-poppy-playtime-chapter-4-mobile-itch-io__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-mobile-itch-io__faq-answer { padding: 0 15px; } .page-poppy-playtime-chapter-4-mobile-itch-io__faq-item.active .page-poppy-playtime-chapter-4-mobile-itch-io__faq-answer { padding: 15px !important; } } .page-poppy-playtime-chapter-4-mobile-itch-io__download-cta { text-align: center; padding: 50px 20px; background-color: #34495e; color: #fff; margin-top: 40px; border-radius: 8px; } .page-poppy-playtime-chapter-4-mobile-itch-io__download-cta h2 { color: #fff; margin-bottom: 20px; } .page-poppy-playtime-chapter-4-mobile-itch-io__download-cta p { margin-bottom: 30px; font-size: 1.1em; } .page-poppy-playtime-chapter-4-mobile-itch-io__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; margin-bottom: 20px; } .page-poppy-playtime-chapter-4-mobile-itch-io__image-wrapper img { max-width: 100%; height: auto; box-sizing: border-box; } @media (max-width: 768px) { .page-poppy-playtime-chapter-4-mobile-itch-io__image-wrapper { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapter-4-mobile-itch-io__image-wrapper img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }