/* General styling for the page */.page-poppy-playtime-chapter-3-cast {font-family: 'Arial', sans-serif;color: #333;line-height: 1.6;background-color: #f8f8f8;padding-top: 10px; /* Small padding for visual spacing, assuming body has header offset */} .page-poppy-playtime-chapter-3-cast__section-title {font-size: 2.5em;color: #2c3e50;text-align: center;margin-bottom: 40px;position: relative;padding-bottom: 15px;margin-top: 60px;} .page-poppy-playtime-chapter-3-cast__section-title::after {content: '';position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);width: 80px;height: 4px;background-color: #e74c3c;border-radius: 2px;} .page-poppy-playtime-chapter-3-cast__text-content {max-width: 900px;margin: 0 auto 30px auto;text-align: center;font-size: 1.1em;color: #555;padding: 0 15px;} .page-poppy-playtime-chapter-3-cast .highlight {color: #e74c3c;font-weight: bold;}/* Buttons */.page-poppy-playtime-chapter-3-cast .btn {display: inline-block;background-color: #e74c3c;color: #fff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease, transform 0.2s ease;border: none;cursor: pointer;font-size: 1em;} .page-poppy-playtime-chapter-3-cast .btn:hover {background-color: #c0392b;transform: translateY(-2px);}/* Image styling */.page-poppy-playtime-chapter-3-cast img {max-width: 100%;height: auto;display: block;object-fit: cover;}/* Hero Section */.page-poppy-playtime-chapter-3-cast__hero {position: relative;width: 100%;height: 600px; /* Adjust height as needed */display: flex;align-items: center;justify-content: center;text-align: center;color: #fff;overflow: hidden;box-sizing: border-box;} .page-poppy-playtime-chapter-3-cast__hero-image-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;} .page-poppy-playtime-chapter-3-cast__hero-image {width: 100%;height: 100%;object-fit: cover;filter: brightness(0.5); /* Darken image for better text contrast */} .page-poppy-playtime-chapter-3-cast__hero-content {position: relative;z-index: 2;max-width: 800px;padding: 20px;background-color: rgba(0, 0, 0, 0.4);border-radius: 10px;} .page-poppy-playtime-chapter-3-cast__hero-title {font-size: 3.5em;margin-bottom: 20px;line-height: 1.2;} .page-poppy-playtime-chapter-3-cast__hero-subtitle {font-size: 1.5em;margin-bottom: 30px;} .page-poppy-playtime-chapter-3-cast__hero-cta {font-size: 1.2em;padding: 15px 35px;}/* Partner/Supplier Logo Section */.page-poppy-playtime-chapter-3-cast__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 15px;background-color: #fff;border-bottom: 1px solid #eee;} .page-poppy-playtime-chapter-3-cast__provider-logos {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px;width: 100%;max-width: 1200px;} .page-poppy-playtime-chapter-3-cast__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;} .page-poppy-playtime-chapter-3-cast__payment-logo img {display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}/* Introduction Section */.page-poppy-playtime-chapter-3-cast__introduction {padding: 60px 20px;background-color: #fff;text-align: center;} .page-poppy-playtime-chapter-3-cast__features {display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;margin-top: 40px;max-width: 1200px;margin-left: auto;margin-right: auto;} .page-poppy-playtime-chapter-3-cast__feature-item {flex: 1 1 300px;background-color: #f9f9f9;padding: 30px;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);transition: transform 0.3s ease;box-sizing: border-box;} .page-poppy-playtime-chapter-3-cast__feature-item:hover {transform: translateY(-5px);} .page-poppy-playtime-chapter-3-cast__feature-icon {width: 100px;height: 100px;margin: 0 auto 20px auto;object-fit: contain;} .page-poppy-playtime-chapter-3-cast__feature-title {font-size: 1.5em;color: #e74c3c;margin-bottom: 15px;} .page-poppy-playtime-chapter-3-cast__feature-description {color: #666;} .page-poppy-playtime-chapter-3-cast__main-cta {margin-top: 50px;}/* Quick Access Section */.page-poppy-playtime-chapter-3-cast__quick-access {padding: 60px 20px;background-color: #f2f2f2;text-align: center;} .page-poppy-playtime-chapter-3-cast__access-buttons {display: flex;flex-wrap: wrap;justify-content: center;gap: 20px;margin-top: 40px;max-width: 1000px;margin-left: auto;margin-right: auto;} .page-poppy-playtime-chapter-3-cast__access-btn {flex: 1 1 auto;min-width: 180px;max-width: 250px;box-sizing: border-box;padding: 15px 20px;}/* Games Section */.page-poppy-playtime-chapter-3-cast__games {padding: 60px 20px;background-color: #fff;text-align: center;} .page-poppy-playtime-chapter-3-cast__game-categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 40px;max-width: 1200px;margin-left: auto;margin-right: auto;} .page-poppy-playtime-chapter-3-cast__game-card {background-color: #f9f9f9;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);transition: transform 0.3s ease;box-sizing: border-box;text-align: left;} .page-poppy-playtime-chapter-3-cast__game-card:hover {transform: translateY(-5px);} .page-poppy-playtime-chapter-3-cast__game-image {width: 100%;height: 200px;object-fit: cover;} .page-poppy-playtime-chapter-3-cast__game-title {font-size: 1.4em;color: #2c3e50;margin: 20px 20px 10px 20px;} .page-poppy-playtime-chapter-3-cast__game-description {color: #666;margin: 0 20px 20px 20px;} .page-poppy-playtime-chapter-3-cast__game-cta {display: block;text-align: center;margin: 0 20px 20px 20px;}/* Promotions Section */.page-poppy-playtime-chapter-3-cast__promotions {padding: 60px 20px;background-color: #f2f2f2;text-align: center;} .page-poppy-playtime-chapter-3-cast__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;max-width: 1200px;margin-left: auto;margin-right: auto;} .page-poppy-playtime-chapter-3-cast__promo-card {background-color: #fff;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);transition: transform 0.3s ease;box-sizing: border-box;text-align: left;} .page-poppy-playtime-chapter-3-cast__promo-card:hover {transform: translateY(-5px);} .page-poppy-playtime-chapter-3-cast__promo-image {width: 100%;height: 220px;object-fit: cover;} .page-poppy-playtime-chapter-3-cast__promo-title {font-size: 1.4em;color: #2c3e50;margin: 20px 20px 10px 20px;} .page-poppy-playtime-chapter-3-cast__promo-description {color: #666;margin: 0 20px 20px 20px;} .page-poppy-playtime-chapter-3-cast__promo-cta {display: block;text-align: center;margin: 0 20px 20px 20px;}/* Security & Support Section */.page-poppy-playtime-chapter-3-cast__security-support {padding: 60px 20px;background-color: #fff;text-align: center;} .page-poppy-playtime-chapter-3-cast__support-features {display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;margin-top: 40px;max-width: 1200px;margin-left: auto;margin-right: auto;} .page-poppy-playtime-chapter-3-cast__support-item {flex: 1 1 300px;background-color: #f9f9f9;padding: 30px;border-radius: 10px;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);transition: transform 0.3s ease;box-sizing: border-box;} .page-poppy-playtime-chapter-3-cast__support-item:hover {transform: translateY(-5px);} .page-poppy-playtime-chapter-3-cast__support-icon {width: 100px;height: 100px;margin: 0 auto 20px auto;object-fit: contain;} .page-poppy-playtime-chapter-3-cast__support-title {font-size: 1.5em;color: #e74c3c;margin-bottom: 15px;} .page-poppy-playtime-chapter-3-cast__support-description {color: #666;} .page-poppy-playtime-chapter-3-cast__contact-cta {margin-top: 50px;}/* FAQ Section */.page-poppy-playtime-chapter-3-cast__faq {padding: 60px 20px;background-color: #f2f2f2;text-align: center;} .page-poppy-playtime-chapter-3-cast__faq-container {max-width: 900px;margin: 40px auto 0 auto;text-align: left;} .page-poppy-playtime-chapter-3-cast__faq-item {background-color: #fff;margin-bottom: 15px;border-radius: 8px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);overflow: hidden;} .page-poppy-playtime-chapter-3-cast__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;background-color: #e74c3c;color: #fff;cursor: pointer;user-select: none;font-weight: bold;font-size: 1.1em;transition: background-color 0.3s ease;} .page-poppy-playtime-chapter-3-cast__faq-question:hover {background-color: #c0392b;} .page-poppy-playtime-chapter-3-cast__faq-title {margin: 0;flex-grow: 1;pointer-events: none; /* Prevent h3 from blocking click event on parent */color: #fff; /* Ensure text color is white for contrast */font-size: 1em; /* Adjust font size to fit container */} .page-poppy-playtime-chapter-3-cast__faq-toggle {font-size: 1.5em;line-height: 1;margin-left: 15px;pointer-events: none; /* Prevent span from blocking click event on parent */transition: transform 0.3s ease;} .page-poppy-playtime-chapter-3-cast__faq-item.active .page-poppy-playtime-chapter-3-cast__faq-toggle {transform: rotate(45deg); /* + becomes x or - */} .page-poppy-playtime-chapter-3-cast__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;background-color: #fefefe;color: #333;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-chapter-3-cast__faq-item.active .page-poppy-playtime-chapter-3-cast__faq-answer {max-height: 2000px !important; /* Sufficiently large value */padding: 20px 25px !important;opacity: 1;} .page-poppy-playtime-chapter-3-cast__faq-answer p {margin: 0;}/* Blog Section */.page-poppy-playtime-chapter-3-cast__blog {padding: 60px 20px;background-color: #fff;text-align: center;} .page-poppy-playtime-chapter-3-cast__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 40px;max-width: 1200px;margin-left: auto;margin-right: auto;} .page-poppy-playtime-chapter-3-cast__blog-card {background-color: #f9f9f9;border-radius: 10px;overflow: hidden;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);transition: transform 0.3s ease;box-sizing: border-box;text-align: left;} .page-poppy-playtime-chapter-3-cast__blog-card:hover {transform: translateY(-5px);} .page-poppy-playtime-chapter-3-cast__blog-image {width: 100%;height: 220px;object-fit: cover;} .page-poppy-playtime-chapter-3-cast__blog-content {padding: 20px;} .page-poppy-playtime-chapter-3-cast__blog-title {font-size: 1.3em;color: #2c3e50;margin-bottom: 10px;} .page-poppy-playtime-chapter-3-cast__blog-excerpt {color: #666;margin-bottom: 20px;} .page-poppy-playtime-chapter-3-cast__blog-cta {color: #e74c3c;text-decoration: none;font-weight: bold;transition: color 0.3s ease;} .page-poppy-playtime-chapter-3-cast__blog-cta:hover {color: #c0392b;text-decoration: underline;}/* Responsive Adjustments for Mobile */@media (max-width: 768px) {.page-poppy-playtime-chapter-3-cast__hero {height: 450px;} .page-poppy-playtime-chapter-3-cast__hero-title {font-size: 2.2em;} .page-poppy-playtime-chapter-3-cast__hero-subtitle {font-size: 1.1em;} .page-poppy-playtime-chapter-3-cast__hero-cta {font-size: 1em;padding: 10px 20px;} .page-poppy-playtime-chapter-3-cast__section-title {font-size: 2em;margin-top: 40px;margin-bottom: 30px;} .page-poppy-playtime-chapter-3-cast__text-content {font-size: 1em;}/* Payment Providers specific mobile CSS */.page-poppy-playtime-chapter-3-cast__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;padding: 30px 15px;} .page-poppy-playtime-chapter-3-cast__payment-logo,.page-poppy-playtime-chapter-3-cast__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;} .page-poppy-playtime-chapter-3-cast__introduction,.page-poppy-playtime-chapter-3-cast__quick-access,.page-poppy-playtime-chapter-3-cast__games,.page-poppy-playtime-chapter-3-cast__promotions,.page-poppy-playtime-chapter-3-cast__security-support,.page-poppy-playtime-chapter-3-cast__faq,.page-poppy-playtime-chapter-3-cast__blog {padding: 40px 15px;} .page-poppy-playtime-chapter-3-cast__features,.page-poppy-playtime-chapter-3-cast__game-categories,.page-poppy-playtime-chapter-3-cast__promo-grid,.page-poppy-playtime-chapter-3-cast__support-features,.page-poppy-playtime-chapter-3-cast__blog-grid {grid-template-columns: 1fr; /* Single column layout for cards */gap: 20px;} .page-poppy-playtime-chapter-3-cast__feature-item,.page-poppy-playtime-chapter-3-cast__game-card,.page-poppy-playtime-chapter-3-cast__promo-card,.page-poppy-playtime-chapter-3-cast__support-item,.page-poppy-playtime-chapter-3-cast__blog-card {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: 20px; /* Adjust padding for mobile */} .page-poppy-playtime-chapter-3-cast__access-buttons {flex-direction: column;align-items: center;} .page-poppy-playtime-chapter-3-cast__access-btn {width: 100% !important;max-width: 300px; /* Constrain width for better appearance */box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;} .page-poppy-playtime-chapter-3-cast__faq-question {padding: 15px 20px;font-size: 1em;} .page-poppy-playtime-chapter-3-cast__faq-answer {padding: 0 20px;} .page-poppy-playtime-chapter-3-cast__faq-item.active .page-poppy-playtime-chapter-3-cast__faq-answer {padding: 15px 20px !important;}/* Ensure all images are responsive */.page-poppy-playtime-chapter-3-cast img {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;} .page-poppy-playtime-chapter-3-cast__game-image,.page-poppy-playtime-chapter-3-cast__promo-image,.page-poppy-playtime-chapter-3-cast__blog-image {height: 180px; /* Adjust image height for mobile cards */}}