.page-poppy-playtime-3-deep-sleep { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-poppy-playtime-3-deep-sleep__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-3-deep-sleep__section { padding: 40px 20px; margin-bottom: 30px; background-color: #2c2c54; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-3-deep-sleep__section-title { text-align: center; color: #e94560; font-size: 2.5em; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1.5px; } .page-poppy-playtime-3-deep-sleep__hero-section { position: relative; padding: 10px 0 60px 0; text-align: center; color: #fff; overflow: hidden; background-color: #0d0d2b; } .page-poppy-playtime-3-deep-sleep__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.6); } .page-poppy-playtime-3-deep-sleep__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 40px 20px; } .page-poppy-playtime-3-deep-sleep__hero-title { font-size: 3.5em; margin-bottom: 15px; text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); line-height: 1.2; color: #e94560; } .page-poppy-playtime-3-deep-sleep__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); } .page-poppy-playtime-3-deep-sleep__cta-button { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-3-deep-sleep__cta-button:hover { background-color: #ff6a85; transform: translateY(-3px); } .page-poppy-playtime-3-deep-sleep__intro-text { font-size: 1.1em; text-align: center; max-width: 800px; margin: 0 auto 20px auto; color: #ccc; } .page-poppy-playtime-3-deep-sleep__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-3-deep-sleep__feature-item { background-color: #16213e; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-poppy-playtime-3-deep-sleep__feature-item:hover { transform: translateY(-5px); } .page-poppy-playtime-3-deep-sleep__feature-icon { margin-bottom: 15px; max-width: 100%; height: auto; border-radius: 4px; } .page-poppy-playtime-3-deep-sleep__feature-title { color: #e94560; font-size: 1.4em; margin-bottom: 10px; } .page-poppy-playtime-3-deep-sleep__feature-description { color: #aaa; font-size: 0.95em; } .page-poppy-playtime-3-deep-sleep__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 30px; } .page-poppy-playtime-3-deep-sleep__access-card { background-color: #16213e; padding: 20px; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-3-deep-sleep__access-link { display: block; color: #fff; text-decoration: none; font-size: 1.1em; font-weight: bold; padding: 10px 0; border: 2px solid #e94560; border-radius: 5px; transition: background-color 0.3s ease, color 0.3s ease; } .page-poppy-playtime-3-deep-sleep__access-link:hover { background-color: #e94560; color: #fff; } .page-poppy-playtime-3-deep-sleep__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-3-deep-sleep__game-card { background-color: #16213e; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-3-deep-sleep__game-card:hover { transform: translateY(-5px); } .page-poppy-playtime-3-deep-sleep__game-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-3-deep-sleep__game-content { padding: 20px; } .page-poppy-playtime-3-deep-sleep__game-title { color: #e94560; font-size: 1.3em; margin-bottom: 10px; } .page-poppy-playtime-3-deep-sleep__game-description { color: #aaa; font-size: 0.9em; margin-bottom: 20px; } .page-poppy-playtime-3-deep-sleep__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-3-deep-sleep__promo-card { background-color: #16213e; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; } .page-poppy-playtime-3-deep-sleep__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-poppy-playtime-3-deep-sleep__promo-content { padding: 20px; } .page-poppy-playtime-3-deep-sleep__promo-title { color: #e94560; font-size: 1.4em; margin-bottom: 10px; } .page-poppy-playtime-3-deep-sleep__promo-description { color: #aaa; font-size: 0.95em; margin-bottom: 20px; } .page-poppy-playtime-3-deep-sleep__info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-3-deep-sleep__info-item { background-color: #16213e; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-3-deep-sleep__info-title { color: #e94560; font-size: 1.4em; margin-bottom: 10px; } .page-poppy-playtime-3-deep-sleep__info-description { color: #aaa; font-size: 0.95em; } .page-poppy-playtime-3-deep-sleep__faq-list { margin-top: 30px; } .page-poppy-playtime-3-deep-sleep__faq-item { background-color: #16213e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-3-deep-sleep__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 15px; cursor: pointer; user-select: none; background-color: #1e2a4a; transition: background-color 0.3s ease; } .page-poppy-playtime-3-deep-sleep__faq-question:hover { background-color: #2c3e6b; } .page-poppy-playtime-3-deep-playtime-3-deep-sleep__faq-question h3 { margin: 0; color: #e94560; font-size: 1.1em; pointer-events: none; } .page-poppy-playtime-3-deep-sleep__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-poppy-playtime-3-deep-sleep__faq-item.active .page-poppy-playtime-3-deep-sleep__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-3-deep-sleep__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #ccc; opacity: 0; } .page-poppy-playtime-3-deep-sleep__faq-item.active .page-poppy-playtime-3-deep-sleep__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-poppy-playtime-3-deep-sleep__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-poppy-playtime-3-deep-sleep__blog-card { background-color: #16213e; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-poppy-playtime-3-deep-sleep__blog-card:hover { transform: translateY(-5px); } .page-poppy-playtime-3-deep-sleep__blog-image { width: 100%; height: 180px; object-fit: cover; } .page-poppy-playtime-3-deep-sleep__blog-content { padding: 20px; } .page-poppy-playtime-3-deep-sleep__blog-title { color: #e94560; font-size: 1.2em; margin-bottom: 10px; } .page-poppy-playtime-3-deep-sleep__blog-description { color: #aaa; font-size: 0.9em; margin-bottom: 15px; } .page-poppy-playtime-3-deep-sleep__blog-link { display: inline-block; color: #e94560; text-decoration: none; font-weight: bold; font-size: 0.9em; } .page-poppy-playtime-3-deep-sleep__blog-link:hover { text-decoration: underline; } @media (max-width: 768px) { .page-poppy-playtime-3-deep-sleep__hero-title { font-size: 2.5em; } .page-poppy-playtime-3-deep-sleep__hero-subtitle { font-size: 1.2em; } .page-poppy-playtime-3-deep-sleep__section-title { font-size: 2em; } .page-poppy-playtime-3-deep-sleep__features-grid, .page-poppy-playtime-3-deep-sleep__quick-access-grid, .page-poppy-playtime-3-deep-sleep__game-grid, .page-poppy-playtime-3-deep-sleep__promo-grid, .page-poppy-playtime-3-deep-sleep__info-grid, .page-poppy-playtime-3-deep-sleep__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-3-deep-sleep__feature-item, .page-poppy-playtime-3-deep-sleep__access-card, .page-poppy-playtime-3-deep-sleep__game-card, .page-poppy-playtime-3-deep-sleep__promo-card, .page-poppy-playtime-3-deep-sleep__info-item, .page-poppy-playtime-3-deep-sleep__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 15px; padding-right: 15px; } .page-poppy-playtime-3-deep-sleep__faq-list { padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-3-deep-sleep__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-3-deep-sleep__faq-question h3 { font-size: 1em; } .page-poppy-playtime-3-deep-sleep__faq-answer { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-poppy-playtime-3-deep-sleep img { max-width: 100% !important; height: auto !important; } } .page-poppy-playtime-3-deep-sleep__promo-grid img, .page-poppy-playtime-3-deep-sleep__blog-grid img { width: 100%; max-width: 100%; height: auto; object-fit: cover; } .page-poppy-playtime-3-deep-sleep__features-grid img, .page-poppy-playtime-3-deep-sleep__game-grid img, .page-poppy-playtime-3-deep-sleep__info-grid img { max-width: 100%; height: auto; object-fit: cover; }