body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f7f6; color: #333; } .page-poppy-playtime-1-poppy__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-poppy-playtime-1-poppy__container { padding: 10px; } } .page-poppy-playtime-1-poppy__hero-section { background-color: #0d1a26; color: #fff; text-align: center; padding: 80px 20px; position: relative; overflow: hidden; border-radius: 0 0 15px 15px; padding-top: 10px; } @media (max-width: 768px) { .page-poppy-playtime-1-poppy__hero-section { padding: 60px 15px; padding-top: 10px; } } .page-poppy-playtime-1-poppy__hero-background-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-poppy-playtime-1-poppy__hero-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 300px; } .page-poppy-playtime-1-poppy__hero-title { font-size: 3em; margin-bottom: 20px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); color: #ffeb3b; } @media (max-width: 768px) { .page-poppy-playtime-1-poppy__hero-title { font-size: 2em; } } .page-poppy-playtime-1-poppy__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; line-height: 1.5; } @media (max-width: 768px) { .page-poppy-playtime-1-poppy__hero-subtitle { font-size: 1em; } } .page-poppy-playtime-1-poppy__cta-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-poppy-playtime-1-poppy__btn { background-color: #ffeb3b; color: #0d1a26; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; text-align: center; white-space: nowrap; } .page-poppy-playtime-1-poppy__btn:hover { background-color: #ffd700; transform: translateY(-3px); } .page-poppy-playtime-1-poppy__section { padding: 60px 0; text-align: center; background-color: #fff; margin-bottom: 20px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); } @media (max-width: 768px) { .page-poppy-playtime-1-poppy__section { padding: 40px 0; } } .page-poppy-playtime-1-poppy__section-title { font-size: 2.5em; margin-bottom: 30px; color: #0d1a26; } @media (max-width: 768px) { .page-poppy-playtime-1-poppy__section-title { font-size: 1.8em; } } .page-poppy-playtime-1-poppy__section-description { font-size: 1.1em; max-width: 800px; margin: 0 auto 40px auto; line-height: 1.6; } @media (max-width: 768px) { .page-poppy-playtime-1-poppy__section-description { font-size: 1em; margin-bottom: 30px; } } .page-poppy-playtime-1-poppy__features-grid, .page-poppy-playtime-1-poppy__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; padding: 0 20px; } @media (max-width: 768px) { .page-poppy-playtime-1-poppy__features-grid, .page-poppy-playtime-1-poppy__games-grid { grid-template-columns: 1fr; padding: 0 15px; } } .page-poppy-playtime-1-poppy__feature-item, .page-poppy-playtime-1-poppy__game-card { background-color: #f9f9f9; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-poppy-playtime-1-poppy__feature-item:hover, .page-poppy-playtime-1-poppy__game-card:hover { transform: translateY(-5px); } .page-poppy-playtime-1-poppy__feature-icon { margin-bottom: 20px; width: 100px; height: 100px; object-fit: contain; } .page-poppy-playtime-1-poppy__game-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; } .page-poppy-playtime-1-poppy__item-title { font-size: 1.5em; margin-bottom: 10px; color: #0d1a26; } .page-poppy-playtime-1-poppy__item-description { font-size: 1em; line-height: 1.6; color: #555; } .page-poppy-playtime-1-poppy__download-section { background-color: #0d1a26; color: #fff; padding: 60px 20px; text-align: center; border-radius: 10px; margin-bottom: 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); } .page-poppy-playtime-1-poppy__download-content { display: flex; flex-direction: column; align-items: center; gap: 30px; } .page-poppy-playtime-1-poppy__download-image { max-width: 400px; width: 100%; height: auto; object-fit: contain; margin-bottom: 20px; } .page-poppy-playtime-1-poppy__download-text h2 { color: #ffeb3b; font-size: 2.2em; margin-bottom: 15px; } .page-poppy-playtime-1-poppy__download-text p { font-size: 1.1em; line-height: 1.6; max-width: 700px; margin-bottom: 30px; } .page-poppy-playtime-1-poppy__faq-section { text-align: left; padding: 60px 20px; background-color: #fff; margin-bottom: 20px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); } .page-poppy-playtime-1-poppy__faq-title { text-align: center; font-size: 2.5em; margin-bottom: 40px; color: #0d1a26; } @media (max-width: 768px) { .page-poppy-playtime-1-poppy__faq-title { font-size: 1.8em; } } .page-poppy-playtime-1-poppy__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; } .page-poppy-playtime-1-poppy__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; cursor: pointer; user-select: none; } .page-poppy-playtime-1-poppy__faq-question h3 { margin: 0; font-size: 1.2em; color: #0d1a26; transition: color 0.3s ease; pointer-events: none; } .page-poppy-playtime-1-poppy__faq-question:hover h3 { color: #ffeb3b; } .page-poppy-playtime-1-poppy__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffeb3b; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-1-poppy__faq-item.active .page-poppy-playtime-1-poppy__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-1-poppy__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; } .page-poppy-playtime-1-poppy__faq-item.active .page-poppy-playtime-1-poppy__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-poppy-playtime-1-poppy__faq-answer p { margin: 0; line-height: 1.6; color: #555; } .page-poppy-playtime-1-poppy__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } @media (max-width: 768px) { .page-poppy-playtime-1-poppy__floating-buttons { bottom: 10px; right: 10px; } } .page-poppy-playtime-1-poppy__floating-btn { background-color: #ffeb3b; color: #0d1a26; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; font-size: 0.9em; } .page-poppy-playtime-1-poppy__floating-btn:hover { background-color: #ffd700; transform: translateY(-3px); } .page-poppy-playtime-1-poppy__image { max-width: 100%; height: auto; object-fit: cover; } .page-poppy-playtime-1-poppy__features-grid .page-poppy-playtime-1-poppy__feature-item img, .page-poppy-playtime-1-poppy__games-grid .page-poppy-playtime-1-poppy__game-card img { max-width: 100%; height: auto; box-sizing: border-box; } @media (max-width: 768px) { .page-poppy-playtime-1-poppy__features-grid .page-poppy-playtime-1-poppy__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !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-1-poppy__features-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-1-poppy__games-grid .page-poppy-playtime-1-poppy__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !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-1-poppy__games-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-1-poppy__download-section .page-poppy-playtime-1-poppy__btn { width: 100%; } }