.page-poppy-playtime-laptop-download { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #333; background-color: #f5f5f5; line-height: 1.6; } .page-poppy-playtime-laptop-download__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-laptop-download__hero-section { background-color: #1a1a2e; color: #e0e0e0; text-align: center; padding: 10px 0 60px; position: relative; overflow: hidden; border-bottom: 5px solid #e74c3c; } .page-poppy-playtime-laptop-download__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-poppy-playtime-laptop-download__hero-content { position: relative; z-index: 1; padding: 20px; } .page-poppy-playtime-laptop-download__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-laptop-download__hero-subtitle { font-size: 1.4em; margin-bottom: 30px; color: #ccc; } .page-poppy-playtime-laptop-download__cta-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-laptop-download__cta-button:hover { background-color: #c0392b; transform: translateY(-3px); } .page-poppy-playtime-laptop-download__section { background-color: #fff; padding: 40px 20px; margin-bottom: 20px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-poppy-playtime-laptop-download__section:nth-of-type(even) { background-color: #fcfcfc; } .page-poppy-playtime-laptop-download__section-title { font-size: 2em; color: #1a1a2e; margin-bottom: 25px; text-align: center; } .page-poppy-playtime-laptop-download__text-content { font-size: 1.1em; margin-bottom: 20px; color: #555; } .page-poppy-playtime-laptop-download__feature-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-poppy-playtime-laptop-download__feature-item { background-color: #f9f9f9; border: 1px solid #eee; border-radius: 8px; padding: 25px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-poppy-playtime-laptop-download__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); } .page-poppy-playtime-laptop-download__feature-icon { margin-bottom: 15px; } .page-poppy-playtime-laptop-download__feature-title { font-size: 1.3em; color: #e74c3c; margin-bottom: 10px; } .page-poppy-playtime-laptop-download__feature-description { color: #666; font-size: 0.95em; } .page-poppy-playtime-laptop-download__button-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .page-poppy-playtime-laptop-download__button-grid .page-poppy-playtime-laptop-download__cta-button { width: 100%; box-sizing: border-box; font-size: 1em; padding: 12px 20px; } .page-poppy-playtime-laptop-download__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-laptop-download__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-laptop-download__game-card:hover { transform: translateY(-7px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .page-poppy-playtime-laptop-download__game-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-laptop-download__game-content { padding: 20px; } .page-poppy-playtime-laptop-download__game-title { font-size: 1.4em; color: #1a1a2e; margin-bottom: 10px; } .page-poppy-playtime-laptop-download__game-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-poppy-playtime-laptop-download__promotion-card { background-color: #f9f9f9; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-laptop-download__promotion-card:hover { transform: translateY(-7px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .page-poppy-playtime-laptop-download__promotion-title { font-size: 1.5em; color: #e74c3c; margin-bottom: 15px; } .page-poppy-playtime-laptop-download__promotion-description { font-size: 1em; color: #555; margin-bottom: 20px; } .page-poppy-playtime-laptop-download__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-poppy-playtime-laptop-download__security-item { background-color: #f9f9f9; border-left: 5px solid #2ecc71; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); box-sizing: border-box; } .page-poppy-playtime-laptop-download__security-title { font-size: 1.2em; color: #2ecc71; margin-bottom: 10px; } .page-poppy-playtime-laptop-download__security-description { font-size: 0.95em; color: #666; } .page-poppy-playtime-laptop-download__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-poppy-playtime-laptop-download__faq-item { background-color: #f9f9f9; border: 1px solid #eee; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-laptop-download__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e74c3c; color: #fff; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-laptop-download__faq-question:hover { background-color: #c0392b; } .page-poppy-playtime-laptop-download__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-poppy-playtime-laptop-download__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-laptop-download__faq-item.active .page-poppy-playtime-laptop-download__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-laptop-download__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: #fff; color: #555; } .page-poppy-playtime-laptop-download__faq-item.active .page-poppy-playtime-laptop-download__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-poppy-playtime-laptop-download__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-laptop-download__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-laptop-download__blog-card:hover { transform: translateY(-7px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); } .page-poppy-playtime-laptop-download__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-laptop-download__blog-content { padding: 20px; } .page-poppy-playtime-laptop-download__blog-title { font-size: 1.3em; color: #1a1a2e; margin-bottom: 10px; } .page-poppy-playtime-laptop-download__blog-date { font-size: 0.85em; color: #888; margin-bottom: 15px; } .page-poppy-playtime-laptop-download__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-poppy-playtime-laptop-download__blog-link { display: inline-block; background-color: #3498db; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; } .page-poppy-playtime-laptop-download__blog-link:hover { background-color: #2980b9; } @media (max-width: 768px) { .page-poppy-playtime-laptop-download__hero-title { font-size: 2em; } .page-poppy-playtime-laptop-download__hero-subtitle { font-size: 1.1em; } .page-poppy-playtime-laptop-download__cta-button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-laptop-download__section-title { font-size: 1.7em; } .page-poppy-playtime-laptop-download__feature-list, .page-poppy-playtime-laptop-download__button-grid, .page-poppy-playtime-laptop-download__game-grid, .page-poppy-playtime-laptop-download__security-features, .page-poppy-playtime-laptop-download__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-laptop-download__feature-item, .page-poppy-playtime-laptop-download__security-item, .page-poppy-playtime-laptop-download__promotion-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px; } .page-poppy-playtime-laptop-download__faq-list { 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-laptop-download__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-poppy-playtime-laptop-download__game-image, .page-poppy-playtime-laptop-download__blog-image { max-width: 100% !important; height: auto !important; } .page-poppy-playtime-laptop-download__container { padding: 10px; } }