.page-who-is-the-green-robot-in-poppy-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f4f4; padding-top: var(--header-offset, 122px); } .page-who-is-the-green-robot-in-poppy-playtime__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; min-height: 500px; padding: 20px 15px 50px; overflow: hidden; background: linear-gradient(135deg, #0f0f0f, #333333); } .page-who-is-the-green-robot-in-poppy-playtime__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-who-is-the-green-robot-in-poppy-playtime__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; } .page-who-is-the-green-robot-in-poppy-playtime__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-who-is-the-green-robot-in-poppy-playtime__hero-title { font-size: 2.8em; margin-bottom: 20px; color: #00ff00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-who-is-the-green-robot-in-poppy-playtime__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; } .page-who-is-the-green-robot-in-poppy-playtime__hero-cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-who-is-the-green-robot-in-poppy-playtime__hero-cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-who-is-the-green-robot-in-poppy-playtime__introduction-section, .page-who-is-the-green-robot-in-poppy-playtime__quick-access-section, .page-who-is-the-green-robot-in-poppy-playtime__games-section, .page-who-is-the-green-robot-in-poppy-playtime__promotions-section, .page-who-is-the-green-robot-in-poppy-playtime__security-section, .page-who-is-the-green-robot-in-poppy-playtime__faq-section, .page-who-is-the-green-robot-in-poppy-playtime__blog-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 20px; } .page-who-is-the-green-robot-in-poppy-playtime__section-title { font-size: 2em; color: #1a1a1a; text-align: center; margin-bottom: 30px; position: relative; } .page-who-is-the-green-robot-in-poppy-playtime__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #ffcc00; margin: 10px auto 0; border-radius: 2px; } .page-who-is-the-green-robot-in-poppy-playtime__section-paragraph { font-size: 1.1em; margin-bottom: 20px; text-align: justify; color: #555; } .page-who-is-the-green-robot-in-poppy-playtime__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-who-is-the-green-robot-in-poppy-playtime__access-button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-who-is-the-green-robot-in-poppy-playtime__access-button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-who-is-the-green-robot-in-poppy-playtime__game-categories, .page-who-is-the-green-robot-in-poppy-playtime__promo-cards, .page-who-is-the-green-robot-in-poppy-playtime__security-features, .page-who-is-the-green-robot-in-poppy-playtime__blog-posts { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-who-is-the-green-robot-in-poppy-playtime__game-card, .page-who-is-the-green-robot-in-poppy-playtime__promo-card, .page-who-is-the-green-robot-in-poppy-playtime__feature-item, .page-who-is-the-green-robot-in-poppy-playtime__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); text-align: center; display: flex; flex-direction: column; transition: transform 0.3s ease; } .page-who-is-the-green-robot-in-poppy-playtime__game-card:hover, .page-who-is-the-green-robot-in-poppy-playtime__promo-card:hover, .page-who-is-the-green-robot-in-poppy-playtime__blog-card:hover { transform: translateY(-5px); } .page-who-is-the-green-robot-in-poppy-playtime__game-card-image, .page-who-is-the-green-robot-in-poppy-playtime__promo-card-image, .page-who-is-the-green-robot-in-poppy-playtime__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-who-is-the-green-robot-in-poppy-playtime__game-card-title, .page-who-is-the-green-robot-in-poppy-playtime__promo-card-title, .page-who-is-the-green-robot-in-poppy-playtime__feature-title, .page-who-is-the-green-robot-in-poppy-playtime__blog-card-title { font-size: 1.3em; color: #1a1a1a; margin: 15px 10px 10px; min-height: 40px; } .page-who-is-the-green-robot-in-poppy-playtime__blog-card-title a { text-decoration: none; color: #1a1a1a; transition: color 0.3s ease; } .page-who-is-the-green-robot-in-poppy-playtime__blog-card-title a:hover { color: #ffcc00; } .page-who-is-the-green-robot-in-poppy-playtime__game-card-description, .page-who-is-the-green-robot-in-poppy-playtime__promo-card-description, .page-who-is-the-green-robot-in-poppy-playtime__feature-description, .page-who-is-the-green-robot-in-poppy-playtime__blog-card-excerpt { font-size: 0.95em; color: #666; padding: 0 15px 15px; flex-grow: 1; text-align: left; } .page-who-is-the-green-robot-in-poppy-playtime__game-card-button, .page-who-is-the-green-robot-in-poppy-playtime__promo-card-button, .page-who-is-the-green-robot-in-poppy-playtime__blog-card-readmore { display: block; background-color: #ffcc00; color: #1a1a1a; padding: 10px 15px; border-radius: 0 0 8px 8px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: auto; } .page-who-is-the-green-robot-in-poppy-playtime__game-card-button:hover, .page-who-is-the-green-robot-in-poppy-playtime__promo-card-button:hover, .page-who-is-the-green-robot-in-poppy-playtime__blog-card-readmore:hover { background-color: #e6b800; } .page-who-is-the-green-robot-in-poppy-playtime__feature-item { padding: 20px; } .page-who-is-the-green-robot-in-poppy-playtime__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 15px; } .page-who-is-the-green-robot-in-poppy-playtime__contact-cta { text-align: center; margin-top: 30px; } .page-who-is-the-green-robot-in-poppy-playtime__contact-button { display: inline-block; background-color: #28a745; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; } .page-who-is-the-green-robot-in-poppy-playtime__contact-button:hover { background-color: #218838; transform: translateY(-3px); } .page-who-is-the-green-robot-in-poppy-playtime__faq-container { margin-top: 30px; } .page-who-is-the-green-robot-in-poppy-playtime__faq-item { background-color: #f0f0f0; border-radius: 8px; margin-bottom: 10px; overflow: hidden; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05); } .page-who-is-the-green-robot-in-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #e9e9e9; border-bottom: 1px solid #ddd; transition: background-color 0.3s ease; } .page-who-is-the-green-robot-in-poppy-playtime__faq-question:hover { background-color: #e0e0e0; } .page-who-is-the-green-robot-in-poppy-playtime__faq-title { font-size: 1.1em; color: #333; margin: 0; flex-grow: 1; text-align: left; pointer-events: none; } .page-who-is-the-green-robot-in-poppy-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #666; margin-left: 10px; transition: transform 0.3s ease; pointer-events: none; } .page-who-is-the-green-robot-in-poppy-playtime__faq-item.active .page-who-is-the-green-robot-in-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-who-is-the-green-robot-in-poppy-playtime__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.4s ease; } .page-who-is-the-green-robot-in-poppy-playtime__faq-item.active .page-who-is-the-green-robot-in-poppy-playtime__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-who-is-the-green-robot-in-poppy-playtime__faq-answer p { margin: 0; color: #555; text-align: justify; } .page-who-is-the-green-robot-in-poppy-playtime__blog-card { text-align: left; } @media (max-width: 768px) { .page-who-is-the-green-robot-in-poppy-playtime__hero-title { font-size: 2em; } .page-who-is-the-green-robot-in-poppy-playtime__hero-description { font-size: 1em; } .page-who-is-the-green-robot-in-poppy-playtime__section-title { font-size: 1.6em; } .page-who-is-the-green-robot-in-poppy-playtime__section-paragraph { font-size: 0.95em; } .page-who-is-the-green-robot-in-poppy-playtime__access-buttons { flex-direction: column; } .page-who-is-the-green-robot-in-poppy-playtime__access-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-who-is-the-green-robot-in-poppy-playtime__game-categories, .page-who-is-the-green-robot-in-poppy-playtime__promo-cards, .page-who-is-the-green-robot-in-poppy-playtime__security-features, .page-who-is-the-green-robot-in-poppy-playtime__blog-posts { grid-template-columns: 1fr; } .page-who-is-the-green-robot-in-poppy-playtime__game-card, .page-who-is-the-green-robot-in-poppy-playtime__promo-card, .page-who-is-the-green-robot-in-poppy-playtime__feature-item, .page-who-is-the-green-robot-in-poppy-playtime__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-who-is-the-green-robot-in-poppy-playtime__game-card-image, .page-who-is-the-green-robot-in-poppy-playtime__promo-card-image, .page-who-is-the-green-robot-in-poppy-playtime__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-who-is-the-green-robot-in-poppy-playtime__faq-question { padding: 12px 15px; } .page-who-is-the-green-robot-in-poppy-playtime__faq-title { font-size: 1em; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-who-is-the-green-robot-in-poppy-playtime__faq-answer { padding: 0 15px !important; } .page-who-is-the-green-robot-in-poppy-playtime__faq-answer p { font-size: 0.9em; } .page-who-is-the-green-robot-in-poppy-playtime__hero-section, .page-who-is-the-green-robot-in-poppy-playtime__introduction-section, .page-who-is-the-green-robot-in-poppy-playtime__quick-access-section, .page-who-is-the-green-robot-in-poppy-playtime__games-section, .page-who-is-the-green-robot-in-poppy-playtime__promotions-section, .page-who-is-the-green-robot-in-poppy-playtime__security-section, .page-who-is-the-green-robot-in-poppy-playtime__faq-section, .page-who-is-the-green-robot-in-poppy-playtime__blog-section { padding: 20px 15px; } }