/* Base styles for the page */.page-is-there-a-poppy-playtime-chapter-3 {font-family: 'Arial', sans-serif;color: #e0e0e0; /* Light text for dark background */background-color: #1a1a1a; /* Dark background */line-height: 1.6;overflow-x: hidden;}/* Section general styling */.page-is-there-a-poppy-playtime-chapter-3__hero-section,.page-is-there-a-poppy-playtime-chapter-3__payment-providers,.page-is-there-a-poppy-playtime-chapter-3__intro-section,.page-is-there-a-poppy-playtime-chapter-3__quick-access,.page-is-there-a-poppy-playtime-chapter-3__game-info,.page-is-there-a-poppy-playtime-chapter-3__promotions-section,.page-is-there-a-poppy-playtime-chapter-3__security-section,.page-is-there-a-poppy-playtime-chapter-3__faq-section,.page-is-there-a-poppy-playtime-chapter-3__blog-section {padding: 40px 20px;max-width: 1200px;margin: 0 auto;box-sizing: border-box;}.page-is-there-a-poppy-playtime-chapter-3__section-title {font-size: 2.5em;color: #ffcc00; /* Accent color */text-align: center;margin-bottom: 30px;text-shadow: 0 0 8px rgba(255, 204, 0, 0.5);}.page-is-there-a-poppy-playtime-chapter-3__text-content {font-size: 1.1em;margin-bottom: 20px;text-align: center;max-width: 800px;margin-left: auto;margin-right: auto;}/* Hero Section */.page-is-there-a-poppy-playtime-chapter-3__hero-section {position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;padding-top: 10px; /* Small top padding, assuming body has header offset */min-height: 600px;overflow: hidden;background-color: #000;}.page-is-there-a-poppy-playtime-chapter-3__hero-image-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}.page-is-there-a-poppy-playtime-chapter-3__hero-image {width: 100%;height: 100%;object-fit: cover;opacity: 0.4; /* Darken image for better text readability */}.page-is-there-a-poppy-playtime-chapter-3__hero-content {position: relative;z-index: 2;color: #fff;max-width: 800px;padding: 20px;background-color: rgba(0, 0, 0, 0.6);border-radius: 10px;}.page-is-there-a-poppy-playtime-chapter-3__hero-title {font-size: 3.5em;margin-bottom: 15px;color: #ffcc00;text-shadow: 0 0 10px rgba(255, 204, 0, 0.7);}.page-is-there-a-poppy-playtime-chapter-3__hero-subtitle {font-size: 1.3em;margin-bottom: 30px;}.page-is-there-a-poppy-playtime-chapter-3__hero-cta-button {display: inline-block;background-color: #e63946; /* Reddish accent */color: #fff;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-size: 1.2em;font-weight: bold;transition: background-color 0.3s ease, transform 0.2s ease;box-shadow: 0 4px 15px rgba(230, 57, 70, 0.4);}.page-is-there-a-poppy-playtime-chapter-3__hero-cta-button:hover {background-color: #c9323f;transform: translateY(-2px);}/* Payment Providers Section */.page-is-there-a-poppy-playtime-chapter-3__payment-providers {display: flex;flex-direction: column;align-items: center;background-color: #2a2a2a;padding: 30px 20px;border-bottom: 1px solid #333;}.page-is-there-a-poppy-playtime-chapter-3__payment-title {font-size: 1.8em;color: #ffcc00;margin-bottom: 25px;text-align: center;}.page-is-there-a-poppy-playtime-chapter-3__payment-logo-grid {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px;width: 100%;max-width: 100%;box-sizing: border-box;}.page-is-there-a-poppy-playtime-chapter-3__payment-logo {flex: 0 0 auto;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;box-sizing: border-box;object-fit: contain;}/* Quick Access Section */.page-is-there-a-poppy-playtime-chapter-3__quick-access {background-color: #1a1a1a;text-align: center;}.page-is-there-a-poppy-playtime-chapter-3__access-links {display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;margin-top: 20px;}.page-is-there-a-poppy-playtime-chapter-3__access-button {display: inline-block;background-color: #007bff; /* Blue accent */color: #fff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-size: 1em;font-weight: bold;transition: background-color 0.3s ease, transform 0.2s ease;box-shadow: 0 2px 10px rgba(0, 123, 255, 0.3);}.page-is-there-a-poppy-playtime-chapter-3__access-button:hover {background-color: #0056b3;transform: translateY(-2px);}/* Game Info Section */.page-is-there-a-poppy-playtime-chapter-3__game-info {background-color: #2a2a2a;}.page-is-there-a-poppy-playtime-chapter-3__info-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 30px;}.page-is-there-a-poppy-playtime-chapter-3__info-card {background-color: #1a1a1a;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);text-align: center;transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-is-there-a-poppy-playtime-chapter-3__info-card:hover {transform: translateY(-5px);box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);}.page-is-there-a-poppy-playtime-chapter-3__info-card-image {width: 100%;height: 200px;object-fit: cover;display: block;}.page-is-there-a-poppy-playtime-chapter-3__info-card-title {font-size: 1.5em;color: #ffcc00;margin: 20px 15px 10px;}.page-is-there-a-poppy-playtime-chapter-3__info-card-text {font-size: 0.95em;color: #ccc;padding: 0 15px 20px;}/* Promotions Section */.page-is-there-a-poppy-playtime-chapter-3__promotions-section {background-color: #1a1a1a;}.page-is-there-a-poppy-playtime-chapter-3__promo-cards {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;margin-top: 30px;}.page-is-there-a-poppy-playtime-chapter-3__promo-card {background-color: #2a2a2a;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);text-align: center;transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-is-there-a-poppy-playtime-chapter-3__promo-card:hover {transform: translateY(-5px);box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);}.page-is-there-a-poppy-playtime-chapter-3__promo-card-image {width: 100%;height: 220px;object-fit: cover;display: block;}.page-is-there-a-poppy-playtime-chapter-3__promo-card-title {font-size: 1.6em;color: #ffcc00;margin: 20px 15px 10px;}.page-is-there-a-poppy-playtime-chapter-3__promo-card-text {font-size: 0.95em;color: #ccc;padding: 0 15px 20px;}.page-is-there-a-poppy-playtime-chapter-3__promo-button {display: inline-block;background-color: #e63946;color: #fff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-size: 1em;font-weight: bold;margin-bottom: 20px;transition: background-color 0.3s ease, transform 0.2s ease;}.page-is-there-a-poppy-playtime-chapter-3__promo-button:hover {background-color: #c9323f;transform: translateY(-2px);}/* Security Section */.page-is-there-a-poppy-playtime-chapter-3__security-section {background-color: #2a2a2a;}.page-is-there-a-poppy-playtime-chapter-3__security-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 30px;margin-top: 30px;text-align: center;}.page-is-there-a-poppy-playtime-chapter-3__security-item {background-color: #1a1a1a;border-radius: 10px;padding: 30px 20px;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);}.page-is-there-a-poppy-playtime-chapter-3__security-icon {width: 200px; /* Min size for icons */height: 200px; /* Min size for icons */object-fit: contain;margin-bottom: 20px;}.page-is-there-a-poppy-playtime-chapter-3__security-title {font-size: 1.4em;color: #ffcc00;margin-bottom: 10px;}.page-is-there-a-poppy-playtime-chapter-3__security-text {font-size: 0.95em;color: #ccc;margin-bottom: 20px;}.page-is-there-a-poppy-playtime-chapter-3__security-button {display: inline-block;background-color: #007bff;color: #fff;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-size: 0.9em;font-weight: bold;transition: background-color 0.3s ease, transform 0.2s ease;}.page-is-there-a-poppy-playtime-chapter-3__security-button:hover {background-color: #0056b3;transform: translateY(-2px);}/* FAQ Section */.page-is-there-a-poppy-playtime-chapter-3__faq-section {background-color: #1a1a1a;}.page-is-there-a-poppy-playtime-chapter-3__faq-container {margin-top: 30px;max-width: 900px;margin-left: auto;margin-right: auto;}.page-is-there-a-poppy-playtime-chapter-3__faq-item {background-color: #2a2a2a;border-radius: 8px;margin-bottom: 15px;overflow: hidden;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);}.page-is-there-a-poppy-playtime-chapter-3__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 18px 25px;background-color: #3a3a3a;cursor: pointer;user-select: none;border-bottom: 1px solid #444;transition: background-color 0.3s ease;}.page-is-there-a-poppy-playtime-chapter-3__faq-question:hover {background-color: #4a4a4a;}.page-is-there-a-poppy-playtime-chapter-3__faq-question-title {font-size: 1.2em;color: #fff;margin: 0;pointer-events: none; /* Prevent h3 from blocking click event */}.page-is-there-a-poppy-playtime-chapter-3__faq-toggle {font-size: 1.5em;color: #ffcc00;font-weight: bold;transition: transform 0.3s ease;pointer-events: none; /* Prevent span from blocking click event */}.page-is-there-a-poppy-playtime-chapter-3__faq-item.active .page-is-there-a-poppy-playtime-chapter-3__faq-toggle {transform: rotate(45deg); /* Changes '+' to 'x' or '-' */color: #e63946;}.page-is-there-a-poppy-playtime-chapter-3__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px; /* Initial padding, will be overridden when active */transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;color: #ccc;font-size: 1em;}.page-is-there-a-poppy-playtime-chapter-3__faq-item.active .page-is-there-a-poppy-playtime-chapter-3__faq-answer {max-height: 2000px !important; /* Sufficiently large to show all content */padding: 20px 25px !important;opacity: 1;}.page-is-there-a-poppy-playtime-chapter-3__faq-answer p {margin: 0;}/* Blog Section */.page-is-there-a-poppy-playtime-chapter-3__blog-section {background-color: #2a2a2a;}.page-is-there-a-poppy-playtime-chapter-3__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;margin-top: 30px;}.page-is-there-a-poppy-playtime-chapter-3__blog-card {background-color: #1a1a1a;border-radius: 10px;overflow: hidden;box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);transition: transform 0.3s ease, box-shadow 0.3s ease;}.page-is-there-a-poppy-playtime-chapter-3__blog-card:hover {transform: translateY(-5px);box-shadow: 0 8px 25px rgba(0, 0, 0, 0.7);}.page-is-there-a-poppy-playtime-chapter-3__blog-image {width: 100%;height: 180px;object-fit: cover;display: block;}.page-is-there-a-poppy-playtime-chapter-3__blog-card-title {font-size: 1.3em;margin: 15px 15px 10px;}.page-is-there-a-poppy-playtime-chapter-3__blog-card-title a {color: #ffcc00;text-decoration: none;transition: color 0.3s ease;}.page-is-there-a-poppy-playtime-chapter-3__blog-card-title a:hover {color: #e63946;}.page-is-there-a-poppy-playtime-chapter-3__blog-excerpt {font-size: 0.9em;color: #ccc;padding: 0 15px 20px;}/* General image responsive styles (min 200x200px, except gamelogo) */.page-is-there-a-poppy-playtime-chapter-3 img {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;display: block; /* Ensures no extra space below image */}/* Mobile Responsiveness */@media (max-width: 768px) {.page-is-there-a-poppy-playtime-chapter-3__hero-section {min-height: 500px;padding-top: 10px;}.page-is-there-a-poppy-playtime-chapter-3__hero-title {font-size: 2.2em;}.page-is-there-a-poppy-playtime-chapter-3__hero-subtitle {font-size: 1em;}.page-is-there-a-poppy-playtime-chapter-3__hero-cta-button {padding: 12px 25px;font-size: 1em;}.page-is-there-a-poppy-playtime-chapter-3__section-title {font-size: 1.8em;margin-bottom: 20px;}.page-is-there-a-poppy-playtime-chapter-3__text-content {font-size: 1em;text-align: left;}/* Payment Providers specific mobile styles */.page-is-there-a-poppy-playtime-chapter-3__payment-logo-grid {flex-direction: row; /* Keep as row */flex-wrap: wrap;justify-content: center;gap: 16px;}.page-is-there-a-poppy-playtime-chapter-3__payment-logo {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;}.page-is-there-a-poppy-playtime-chapter-3__access-links {flex-direction: column;align-items: center;}.page-is-there-a-poppy-playtime-chapter-3__access-button {width: 100% !important;max-width: 300px !important; /* Limit width for better appearance */box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;padding: 12px 15px !important;font-size: 0.95em !important;}.page-is-there-a-poppy-playtime-chapter-3__info-grid,.page-is-there-a-poppy-playtime-chapter-3__promo-cards,.page-is-there-a-poppy-playtime-chapter-3__security-grid,.page-is-there-a-poppy-playtime-chapter-3__blog-grid {grid-template-columns: 1fr;gap: 20px;}.page-is-there-a-poppy-playtime-chapter-3__info-card-image,.page-is-there-a-poppy-playtime-chapter-3__promo-card-image,.page-is-there-a-poppy-playtime-chapter-3__blog-image {height: 150px;}.page-is-there-a-poppy-playtime-chapter-3__faq-question {padding: 15px 20px;}.page-is-there-a-poppy-playtime-chapter-3__faq-question-title {font-size: 1.1em;}.page-is-there-a-poppy-playtime-chapter-3__faq-answer {padding: 0 20px;}.page-is-there-a-poppy-playtime-chapter-3__faq-item.active .page-is-there-a-poppy-playtime-chapter-3__faq-answer {padding: 15px 20px !important;}/* List item specific responsive requirements */.page-is-there-a-poppy-playtime-chapter-3__access-links > * {width: 100% !important;max-width: 100% !important;box-sizing: border-box !important;margin-left: 0 !important;margin-right: 0 !important;word-wrap: break-word !important;overflow-wrap: break-word !important;word-break: break-word !important;}}.page-is-there-a-poppy-playtime-chapter-3 h1,.page-is-there-a-poppy-playtime-chapter-3 h2,.page-is-there-a-poppy-playtime-chapter-3 h3,.page-is-there-a-poppy-playtime-chapter-3 p,.page-is-there-a-poppy-playtime-chapter-3 a,.page-is-there-a-poppy-playtime-chapter-3 span {color: #fff;}.page-is-there-a-poppy-playtime-chapter-3__hero-title,.page-is-there-a-poppy-playtime-chapter-3__section-title,.page-is-there-a-poppy-playtime-chapter-3__payment-title,.page-is-there-a-poppy-playtime-chapter-3__info-card-title,.page-is-there-a-poppy-playtime-chapter-3__promo-card-title,.page-is-there-a-poppy-playtime-chapter-3__security-title,.page-is-there-a-poppy-playtime-chapter-3__faq-question-title,.page-is-there-a-poppy-playtime-chapter-3__blog-card-title a {color: #ffcc00;}.page-is-there-a-poppy-playtime-chapter-3__hero-cta-button,.page-is-there-a-poppy-playtime-chapter-3__access-button,.page-is-there-a-poppy-playtime-chapter-3__promo-button,.page-is-there-a-poppy-playtime-chapter-3__security-button {color: #fff;}