/* General Reset & Base Styles */:root { --primary-color: #FFD700; /* Gold */ --secondary-color: #00BFFF; /* Deep Sky Blue */ --background-dark: #1a1a2e; /* Dark Blue */ --text-light: #ffffff; --text-dark: #333333; --accent-red: #E74C3C; --button-hover: #FFC400; --button-text: #1a1a2e; --card-background: #2e2e4a; --border-color: rgba(255, 255, 255, 0.1); --header-offset: 122px; /* Default for body padding-top if not set by shared.css */ } body { font-family: 'Arial', sans-serif; line-height: 1.6; color: var(--text-light); background-color: var(--background-dark); margin: 0; padding-top: var(--header-offset); } /* Main Content Wrapper */ .page-critter-crew-poppy-playtime { max-width: 1200px; margin: 0 auto; padding: 10px 15px 30px; box-sizing: border-box; } /* Section Styling */ .page-critter-crew-poppy-playtime__section-title { font-size: 2.2em; color: var(--primary-color); text-align: center; margin-bottom: 20px; text-transform: uppercase; letter-spacing: 1px; } .page-critter-crew-poppy-playtime__section-description { text-align: center; max-width: 800px; margin: 0 auto 40px; font-size: 1.1em; color: rgba(255, 255, 255, 0.8); } .page-critter-crew-poppy-playtime__hero-section, .page-critter-crew-poppy-playtime__intro-section, .page-critter-crew-poppy-playtime__quick-access-section, .page-critter-crew-poppy-playtime__games-section, .page-critter-crew-poppy-playtime__promotions-section, .page-critter-crew-poppy-playtime__security-support-section, .page-critter-crew-poppy-playtime__faq-section, .page-critter-crew-poppy-playtime__blog-section { padding: 60px 0; border-bottom: 1px solid var(--border-color); } .page-critter-crew-poppy-playtime__blog-section { border-bottom: none; } /* Hero Section */ .page-critter-crew-poppy-playtime__hero-section { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1d 100%); padding-top: 10px; /* Small decorative padding, actual header offset handled by body padding-top */ padding-bottom: 60px; position: relative; overflow: hidden; } .page-critter-crew-poppy-playtime__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; opacity: 0.2; } .page-critter-crew-poppy-playtime__hero-image { width: 100%; height: 100%; object-fit: cover; } .page-critter-crew-poppy-playtime__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; } .page-critter-crew-poppy-playtime__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.2; color: var(--text-light); } .page-critter-crew-poppy-playtime__hero-title .highlight { color: var(--primary-color); } .page-critter-crew-poppy-playtime__hero-subtitle { font-size: 1.4em; color: rgba(255, 255, 255, 0.9); margin-bottom: 30px; } .page-critter-crew-poppy-playtime__cta-button, .page-critter-crew-poppy-playtime__download-app-button { display: inline-block; background-color: var(--primary-color); color: var(--button-text); padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; margin: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-critter-crew-poppy-playtime__cta-button:hover, .page-critter-crew-poppy-playtime__download-app-button:hover { background-color: var(--button-hover); transform: translateY(-3px); } .page-critter-crew-poppy-playtime__download-app-button { background-color: var(--secondary-color); color: var(--text-light); } .page-critter-crew-poppy-playtime__download-app-button:hover { background-color: #009ACD; } /* Features Grid */ .page-critter-crew-poppy-playtime__features-grid, .page-critter-crew-poppy-playtime__access-links-grid, .page-critter-crew-poppy-playtime__game-categories, .page-critter-crew-poppy-playtime__promo-cards-grid, .page-critter-crew-poppy-playtime__info-grid, .page-critter-crew-poppy-playtime__blog-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; } .page-critter-crew-poppy-playtime__feature-item, .page-critter-crew-poppy-playtime__access-link, .page-critter-crew-poppy-playtime__game-category-item, .page-critter-crew-poppy-playtime__promo-card, .page-critter-crew-poppy-playtime__info-item, .page-critter-crew-poppy-playtime__blog-card { background-color: var(--card-background); padding: 30px; border-radius: 15px; text-align: center; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; } .page-critter-crew-poppy-playtime__feature-item:hover, .page-critter-crew-poppy-playtime__access-link:hover, .page-critter-crew-poppy-playplaytime__game-category-item:hover, .page-critter-crew-poppy-playtime__promo-card:hover, .page-critter-crew-poppy-playtime__info-item:hover, .page-critter-crew-poppy-playtime__blog-card:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4); } .page-critter-crew-poppy-playtime__feature-icon, .page-critter-crew-poppy-playtime__info-icon { width: 100px; height: 100px; object-fit: contain; margin: 0 auto 20px; max-width: 100%; height: auto; box-sizing: border-box; } .page-critter-crew-poppy-playtime__feature-title, .page-critter-crew-poppy-playtime__access-title, .page-critter-crew-poppy-playtime__game-category-title, .page-critter-crew-poppy-playtime__promo-title, .page-critter-crew-poppy-playtime__info-title, .page-critter-crew-poppy-playtime__blog-title { font-size: 1.4em; color: var(--primary-color); margin-bottom: 10px; } .page-critter-crew-poppy-playtime__feature-text, .page-critter-crew-poppy-playtime__access-text, .page-critter-crew-poppy-playtime__game-category-text, .page-critter-crew-poppy-playtime__promo-text, .page-critter-crew-poppy-playtime__info-text { font-size: 1em; color: rgba(255, 255, 255, 0.7); } /* Quick Access Links */ .page-critter-crew-poppy-playtime__access-link { text-decoration: none; color: inherit; } .page-critter-crew-poppy-playtime__access-link .page-critter-crew-poppy-playtime__access-title { color: var(--secondary-color); } /* Games Section */ .page-critter-crew-poppy-playtime__game-logo { width: 80px; height: 80px; object-fit: contain; margin: 0 auto 15px; max-width: 100%; box-sizing: border-box; } .page-critter-crew-poppy-playtime__games-cta { margin-top: 50px; } /* Promotions Section */ .page-critter-crew-poppy-playtime__promo-card { padding-bottom: 20px; } .page-critter-crew-poppy-playtime__promo-image { width: 100%; height: 200px; object-fit: cover; border-radius: 10px; margin-bottom: 20px; max-width: 100%; box-sizing: border-box; } .page-critter-crew-poppy-playtime__promo-button { background-color: var(--accent-red); color: var(--text-light); padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; margin-top: 20px; align-self: center; } .page-critter-crew-poppy-playtime__promo-button:hover { background-color: #C0392B; } /* Security & Support Section */ .page-critter-crew-poppy-playtime__contact-cta { margin-top: 50px; } /* FAQ Section */ .page-critter-crew-poppy-playtime__faq-list { max-width: 800px; margin: 40px auto 0; } .page-critter-crew-poppy-playtime__faq-item { background-color: var(--card-background); border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); } .page-critter-crew-poppy-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; border-bottom: 1px solid var(--border-color); transition: background-color 0.3s ease; } .page-critter-crew-poppy-playtime__faq-question:hover { background-color: rgba(255, 255, 255, 0.05); } .page-critter-crew-poppy-playtime__faq-title { font-size: 1.2em; color: var(--text-light); margin: 0; pointer-events: none; /* Prevent h3 from blocking click event */ } .page-critter-crew-poppy-playtime__faq-toggle { font-size: 1.8em; font-weight: bold; color: var(--primary-color); transition: transform 0.3s ease; pointer-events: none; /* Prevent span from blocking click event */ } .page-critter-crew-poppy-playtime__faq-item.active .page-critter-crew-poppy-playtime__faq-toggle { transform: rotate(45deg); } .page-critter-crew-poppy-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-critter-crew-poppy-playtime__faq-item.active .page-critter-crew-poppy-playtime__faq-answer { max-height: 2000px !important; /* Sufficiently large value */ padding: 20px 25px !important; opacity: 1; } .page-critter-crew-poppy-playtime__faq-text { margin: 0; font-size: 1em; color: rgba(255, 255, 255, 0.7); } /* Blog Section */ .page-critter-crew-poppy-playtime__blog-card { text-decoration: none; color: inherit; text-align: left; } .page-critter-crew-poppy-playtime__blog-image { width: 100%; height: 220px; object-fit: cover; border-radius: 10px; margin-bottom: 15px; max-width: 100%; box-sizing: border-box; } .page-critter-crew-poppy-playtime__blog-title { font-size: 1.3em; color: var(--primary-color); margin-bottom: 8px; line-height: 1.3; } .page-critter-crew-poppy-playtime__blog-date { font-size: 0.85em; color: rgba(255, 255, 255, 0.5); margin-bottom: 10px; } .page-critter-crew-poppy-playtime__blog-summary { font-size: 0.95em; color: rgba(255, 255, 255, 0.7); } /* Responsive Design */ @media (max-width: 992px) { .page-critter-crew-poppy-playtime__hero-title { font-size: 2.8em; } .page-critter-crew-poppy-playtime__hero-subtitle { font-size: 1.2em; } .page-critter-crew-poppy-playtime__section-title { font-size: 2em; } .page-critter-crew-poppy-playtime__cta-button, .page-critter-crew-poppy-playtime__download-app-button { padding: 12px 25px; font-size: 1em; } } @media (max-width: 768px) { .page-critter-crew-poppy-playtime { padding: 10px 10px 20px; } .page-critter-crew-poppy-playtime__hero-title { font-size: 2.2em; } .page-critter-crew-poppy-playtime__hero-subtitle { font-size: 1em; } .page-critter-crew-poppy-playtime__cta-button, .page-critter-crew-poppy-playtime__download-app-button { display: block; width: fit-content; margin-left: auto; margin-right: auto; } .page-critter-crew-poppy-playtime__section-title { font-size: 1.8em; } .page-critter-crew-poppy-playtime__section-description { font-size: 0.95em; margin-bottom: 30px; } .page-critter-crew-poppy-playtime__features-grid, .page-critter-crew-poppy-playtime__access-links-grid, .page-critter-crew-poppy-playtime__game-categories, .page-critter-crew-poppy-playtime__promo-cards-grid, .page-critter-crew-poppy-playtime__info-grid, .page-critter-crew-poppy-playtime__blog-cards-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; } .page-critter-crew-poppy-playtime__feature-item, .page-critter-crew-poppy-playtime__access-link, .page-critter-crew-poppy-playtime__game-category-item, .page-critter-crew-poppy-playtime__promo-card, .page-critter-crew-poppy-playtime__info-item, .page-critter-crew-poppy-playtime__blog-card { padding: 25px; } .page-critter-crew-poppy-playtime__feature-icon, .page-critter-crew-poppy-playtime__info-icon, .page-critter-crew-poppy-playtime__game-logo { width: 80px; height: 80px; margin-bottom: 15px; } .page-critter-crew-poppy-playtime__feature-title, .page-critter-crew-poppy-playtime__access-title, .page-critter-crew-poppy-playtime__game-category-title, .page-critter-crew-poppy-playtime__promo-title, .page-critter-crew-poppy-playtime__info-title, .page-critter-crew-poppy-playtime__blog-title { font-size: 1.2em; } .page-critter-crew-poppy-playtime__feature-text, .page-critter-crew-poppy-playtime__access-text, .page-critter-crew-poppy-playtime__game-category-text, .page-critter-crew-poppy-playtime__promo-text, .page-critter-crew-poppy-playtime__info-text, .page-critter-crew-poppy-playtime__blog-summary { font-size: 0.9em; } .page-critter-crew-poppy-playtime__promo-image { height: 180px; } .page-critter-crew-poppy-playtime__blog-image { height: 180px; } .page-critter-crew-poppy-playtime__faq-question { padding: 15px 20px; } .page-critter-crew-poppy-playtime__faq-title { font-size: 1.1em; } .page-critter-crew-poppy-playtime__faq-toggle { font-size: 1.5em; } .page-critter-crew-poppy-playtime__faq-answer { padding: 0 20px; } .page-critter-crew-poppy-playtime__faq-item.active .page-critter-crew-poppy-playtime__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-critter-crew-poppy-playtime__hero-title { font-size: 1.8em; } .page-critter-crew-poppy-playtime__hero-subtitle { font-size: 0.9em; } .page-critter-crew-poppy-playtime__cta-button, .page-critter-crew-poppy-playtime__download-app-button { padding: 10px 20px; font-size: 0.9em; } .page-critter-crew-poppy-playtime__section-title { font-size: 1.5em; } .page-critter-crew-poppy-playtime__faq-title { font-size: 1em; } } /* Enforce responsive image and list item behavior */ img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } @media (max-width: 768px) { .page-critter-crew-poppy-playtime__features-grid > div, .page-critter-crew-poppy-playtime__access-links-grid > a, .page-critter-crew-poppy-playtime__game-categories > div, .page-critter-crew-poppy-playtime__promo-cards-grid > div, .page-critter-crew-poppy-playtime__info-grid > div, .page-critter-crew-poppy-playtime__blog-cards-grid > a { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-critter-crew-poppy-playtime__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-critter-crew-poppy-playtime__faq-item { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }