:root { --primary-color: #e74c3c; /* Reddish for horror/attention */ --secondary-color: #f1c40f; /* Yellow for contrast */ --text-color: #ecf0f1; /* Light text for dark backgrounds */ --background-dark: #2c3e50; /* Dark blue-grey */ --background-light: #34495e; /* Slightly lighter blue-grey */ --accent-color: #3498db; /* Blue for links/highlights */ --border-color: rgba(255, 255, 255, 0.1); --header-offset: 122px; /* Placeholder for shared header height */ } body { font-family: 'Arial', sans-serif; line-height: 1.6; color: var(--text-color); background-color: var(--background-dark); margin: 0; padding-top: var(--header-offset); /* Ensure content is not hidden by fixed header */ overflow-x: hidden; /* Prevent horizontal scroll on small screens */ } .page-poppy-playtime-5-free-pc { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; } .page-poppy-playtime-5-free-pc__section-title { font-size: 2.5em; color: var(--primary-color); text-align: center; margin-bottom: 40px; padding-top: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-5-free-pc__text-content { font-size: 1.1em; margin-bottom: 20px; text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; } /* Hero Section */ .page-poppy-playtime-5-free-pc__hero-section { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; min-height: 60vh; padding: 50px 20px; background-color: var(--background-light); overflow: hidden; border-radius: 10px; margin-bottom: 40px; padding-top: 10px; /* Decorative top padding, body already handles header offset */ } .page-poppy-playtime-5-free-pc__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; } .page-poppy-playtime-5-free-pc__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; /* Make background image subtle */ } .page-poppy-playtime-5-free-pc__hero-content { position: relative; z-index: 1; max-width: 800px; } .page-poppy-playtime-5-free-pc__hero-title { font-size: 3.5em; color: var(--secondary-color); margin-bottom: 20px; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-5-free-pc__hero-description { font-size: 1.3em; margin-bottom: 30px; color: var(--text-color); text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-5-free-pc__hero-cta-button, .page-poppy-playtime-5-free-pc__access-button, .page-poppy-playtime-5-free-pc__promo-cta, .page-poppy-playtime-5-free-pc__blog-read-more { display: inline-block; background-color: var(--primary-color); 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.2s ease; border: none; cursor: pointer; } .page-poppy-playtime-5-free-pc__hero-cta-button:hover, .page-poppy-playtime-5-free-pc__access-button:hover, .page-poppy-playtime-5-free-pc__promo-cta:hover, .page-poppy-playtime-5-free-pc__blog-read-more:hover { background-color: #c0392b; transform: translateY(-2px); } /* Partner/Provider Logo Section */ .page-poppy-playtime-5-free-pc__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 0; background-color: var(--background-light); border-radius: 10px; margin-bottom: 40px; } .page-poppy-playtime-5-free-pc__payment-logo-container { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; } .page-poppy-playtime-5-free-pc__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; object-fit: contain; filter: grayscale(100%) brightness(150%); /* Make logos blend in, not change color */ transition: filter 0.3s ease; } .page-poppy-playtime-5-free-pc__payment-logo:hover { filter: grayscale(0%) brightness(100%); } /* Introduction Section */ .page-poppy-playtime-5-free-pc__introduction-section { padding: 40px 20px; background-color: var(--background-light); border-radius: 10px; margin-bottom: 40px; text-align: center; } /* Quick Access Section */ .page-poppy-playtime-5-free-pc__quick-access-section { padding: 40px 20px; background-color: var(--background-dark); border-radius: 10px; margin-bottom: 40px; text-align: center; } .page-poppy-playtime-5-free-pc__access-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } /* Features Section */ .page-poppy-playtime-5-free-pc__features-section { padding: 40px 20px; background-color: var(--background-light); border-radius: 10px; margin-bottom: 40px; text-align: center; } .page-poppy-playtime-5-free-pc__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-poppy-playtime-5-free-pc__feature-card { background-color: var(--background-dark); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; padding-bottom: 20px; } .page-poppy-playtime-5-free-pc__feature-card:hover { transform: translateY(-5px); } .page-poppy-playtime-5-free-pc__feature-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; } .page-poppy-playtime-5-free-pc__feature-title { font-size: 1.5em; color: var(--secondary-color); margin-bottom: 10px; padding: 0 15px; } .page-poppy-playtime-5-free-pc__feature-description { font-size: 0.95em; color: var(--text-color); padding: 0 15px; } /* Promotions Section */ .page-poppy-playtime-5-free-pc__promotions-section { padding: 40px 20px; background-color: var(--background-dark); border-radius: 10px; margin-bottom: 40px; text-align: center; } .page-poppy-playtime-5-free-pc__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-poppy-playtime-5-free-pc__promo-card { background-color: var(--background-light); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; text-align: center; padding-bottom: 20px; } .page-poppy-playtime-5-free-pc__promo-card:hover { transform: translateY(-5px); } .page-poppy-playtime-5-free-pc__promo-image { width: 100%; height: 180px; object-fit: cover; margin-bottom: 15px; } .page-poppy-playtime-5-free-pc__promo-title { font-size: 1.4em; color: var(--secondary-color); margin-bottom: 10px; padding: 0 15px; } .page-poppy-playtime-5-free-pc__promo-description { font-size: 0.9em; color: var(--text-color); margin-bottom: 20px; flex-grow: 1; padding: 0 15px; } /* Security Section */ .page-poppy-playtime-5-free-pc__security-section { padding: 40px 20px; background-color: var(--background-light); border-radius: 10px; margin-bottom: 40px; text-align: center; } .page-poppy-playtime-5-free-pc__security-list { list-style: none; padding: 0; margin: 30px auto 0 auto; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 900px; } .page-poppy-playtime-5-free-pc__security-list-item { background-color: var(--background-dark); border-radius: 8px; padding: 25px; text-align: center; flex: 1 1 calc(33% - 40px); /* For desktop, 3 items per row */ box-sizing: border-box; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-5-free-pc__security-list-title { font-size: 1.3em; color: var(--accent-color); margin-bottom: 10px; } .page-poppy-playtime-5-free-pc__security-list-description { font-size: 0.9em; color: var(--text-color); } /* FAQ Section */ .page-poppy-playtime-5-free-pc__faq-section { padding: 40px 20px; background-color: var(--background-dark); border-radius: 10px; margin-bottom: 40px; } .page-poppy-playtime-5-free-pc__faq-container { max-width: 800px; margin: 30px auto 0 auto; } .page-poppy-playtime-5-free-pc__faq-item { background-color: var(--background-light); border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-5-free-pc__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: var(--background-light); border-bottom: 1px solid var(--border-color); transition: background-color 0.3s ease; } .page-poppy-playtime-5-free-pc__faq-question:hover { background-color: #4a627a; /* Slightly lighter on hover */ } .page-poppy-playtime-5-free-pc__faq-title { font-size: 1.2em; color: var(--text-color); margin: 0; flex-grow: 1; text-align: left; } .page-poppy-playtime-5-free-pc__faq-toggle { font-size: 1.5em; color: var(--secondary-color); margin-left: 15px; transition: transform 0.3s ease; line-height: 1; } .page-poppy-playtime-5-free-pc__faq-item.active .page-poppy-playtime-5-free-pc__faq-toggle { transform: rotate(45deg); /* Plus to X (or minus) */ } .page-poppy-playtime-5-free-pc__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #3f5872; /* Slightly different background for answer */ transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-poppy-playtime-5-free-pc__faq-item.active .page-poppy-playtime-5-free-pc__faq-answer { max-height: 2000px !important; /* Sufficiently large */ padding: 20px !important; opacity: 1; } .page-poppy-playtime-5-free-pc__faq-answer p { margin: 0; font-size: 1em; color: var(--text-color); } /* Blog Section */ .page-poppy-playtime-5-free-pc__blog-section { padding: 40px 20px; background-color: var(--background-light); border-radius: 10px; margin-bottom: 40px; text-align: center; } .page-poppy-playtime-5-free-pc__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-poppy-playtime-5-free-pc__blog-card { background-color: var(--background-dark); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-poppy-playtime-5-free-pc__blog-card:hover { transform: translateY(-5px); } .page-poppy-playtime-5-free-pc__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-5-free-pc__blog-content { padding: 20px; text-align: left; display: flex; flex-direction: column; flex-grow: 1; } .page-poppy-playtime-5-free-pc__blog-title { font-size: 1.3em; color: var(--secondary-color); margin-top: 0; margin-bottom: 10px; line-height: 1.3; } .page-poppy-playtime-5-free-pc__blog-title a { color: var(--secondary-color); text-decoration: none; transition: color 0.3s ease; } .page-poppy-playtime-5-free-pc__blog-title a:hover { color: var(--primary-color); } .page-poppy-playtime-5-free-pc__blog-summary { font-size: 0.9em; color: var(--text-color); margin-bottom: 15px; flex-grow: 1; } .page-poppy-playtime-5-free-pc__blog-read-more { align-self: flex-start; font-size: 0.9em; padding: 10px 20px; } /* General Image Styling for responsiveness */ .page-poppy-playtime-5-free-pc img:not(.page-poppy-playtime-5-free-pc__payment-logo) { max-width: 100%; height: auto; display: block; box-sizing: border-box; } /* Responsive design */ @media (max-width: 768px) { .page-poppy-playtime-5-free-pc { padding: 0 10px; } .page-poppy-playtime-5-free-pc__hero-title { font-size: 2.5em; } .page-poppy-playtime-5-free-pc__hero-description { font-size: 1.1em; } .page-poppy-playtime-5-free-pc__hero-cta-button { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-5-free-pc__section-title { font-size: 2em; margin-bottom: 30px; } /* Partner/Provider Logo Section Mobile */ .page-poppy-playtime-5-free-pc__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 10px; } .page-poppy-playtime-5-free-pc__payment-logo, .page-poppy-playtime-5-free-pc__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-poppy-playtime-5-free-pc__access-buttons { flex-direction: column; align-items: center; } .page-poppy-playtime-5-free-pc__access-button { width: 100% !important; max-width: 300px !important; box-sizing: border-box !important; margin: 0 !important; padding: 15px 0; } .page-poppy-playtime-5-free-pc__features-grid, .page-poppy-playtime-5-free-pc__promo-cards, .page-poppy-playtime-5-free-pc__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-5-free-pc__feature-card, .page-poppy-playtime-5-free-pc__promo-card, .page-poppy-playtime-5-free-pc__blog-card { margin: 0 auto; max-width: 400px; /* Constrain card width on mobile */ } .page-poppy-playtime-5-free-pc__security-list { flex-direction: column; gap: 15px; width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-poppy-playtime-5-free-pc__security-list-item { flex: 1 1 100%; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-poppy-playtime-5-free-pc__faq-question { padding: 15px; } .page-poppy-playtime-5-free-pc__faq-title { font-size: 1.1em; } .page-poppy-playtime-5-free-pc__faq-answer { padding: 0 15px; } .page-poppy-playtime-5-free-pc__faq-item.active .page-poppy-playtime-5-free-pc__faq-answer { padding: 15px !important; } .page-poppy-playtime-5-free-pc__blog-content { padding: 15px; } .page-poppy-playtime-5-free-pc__blog-title { font-size: 1.2em; } .page-poppy-playtime-5-free-pc img:not(.page-poppy-playtime-5-free-pc__payment-logo) { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }