:root { --page-primary-color: #FFD700; /* Gold */ --page-secondary-color: #FF4500; /* OrangeRed */ --page-dark-background: #1A1A2E; /* Dark Blue */ --page-light-text: #FFFFFF; --page-gray-text: #CCCCCC; --page-accent-color: #E60000; /* Red */ --page-section-padding: 60px 20px; --page-mobile-section-padding: 30px 15px;}.page-is-poppy-playtime-5-last-chapter { font-family: 'Arial', sans-serif; color: var(--page-light-text); background-color: var(--page-dark-background); line-height: 1.6;}.page-is-poppy-playtime-5-last-chapter__section-title { font-size: 2.5em; color: var(--page-primary-color); text-align: center; margin-bottom: 30px; position: relative; padding-bottom: 10px;}.page-is-poppy-playtime-5-last-chapter__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: var(--page-secondary-color); border-radius: 2px;}.page-is-poppy-playtime-5-last-chapter__section-description { font-size: 1.1em; color: var(--page-gray-text); text-align: center; max-width: 800px; margin: 0 auto 40px auto;}.page-is-poppy-playtime-5-last-chapter__primary-button, .page-is-poppy-playtime-5-last-chapter__secondary-button, .page-is-poppy-playtime-5-last-chapter__hero-cta { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; text-align: center; cursor: pointer; border: none;}.page-is-poppy-playtime-5-last-chapter__primary-button, .page-is-poppy-playtime-5-last-chapter__hero-cta { background-color: var(--page-secondary-color); color: var(--page-light-text); box-shadow: 0 4px 15px rgba(255, 69, 0, 0.4);}.page-is-poppy-playtime-5-last-chapter__primary-button:hover, .page-is-poppy-playtime-5-last-chapter__hero-cta:hover { background-color: #FF6347; /* Lighter OrangeRed */ transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 69, 0, 0.6);}.page-is-poppy-playtime-5-last-chapter__secondary-button { background-color: var(--page-primary-color); color: var(--page-dark-background); box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);}.page-is-poppy-playtime-5-last-chapter__secondary-button:hover { background-color: #FFDB58; /* Lighter Gold */ transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);}.page-is-poppy-playtime-5-last-chapter__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; padding-top: 10px;}.page-is-poppy-playtime-5-last-chapter__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1;}.page-is-poppy-playtime-5-last-chapter__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.6); border-radius: 10px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.7);}.page-is-poppy-playtime-5-last-chapter__hero-title { font-size: 3.5em; margin-bottom: 20px; color: var(--page-primary-color); text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);}.page-is-poppy-playtime-5-last-chapter__hero-description { font-size: 1.3em; margin-bottom: 30px; color: var(--page-light-text); text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);}.page-is-poppy-playtime-5-last-chapter__hero-cta { font-size: 1.2em; padding: 18px 35px;}.page-is-poppy-playtime-5-last-chapter__payment-providers { padding: var(--page-section-padding); background-color: #1F203A; text-align: center;}.page-is-poppy-playtime-5-last-chapter__payment-logos-wrapper, .page-is-poppy-playtime-5-last-chapter__game-providers-wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; margin-top: 30px;}.page-is-poppy-playtime-5-last-chapter__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.1); border-radius: 10px; padding: 10px; transition: transform 0.3s ease;}.page-is-poppy-playtime-5-last-chapter__payment-logo:hover { transform: translateY(-5px);}.page-is-poppy-playtime-5-last-chapter__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; filter: grayscale(100%); transition: filter 0.3s ease;}.page-is-poppy-playtime-5-last-chapter__payment-logo:hover img { filter: grayscale(0%);}.page-is-poppy-playtime-5-last-chapter__intro-section { padding: var(--page-section-padding); text-align: center; background-color: var(--page-dark-background);}.page-is-poppy-playtime-5-last-chapter__intro-text { font-size: 1.15em; max-width: 900px; margin: 0 auto 40px auto; color: var(--page-gray-text);}.page-is-poppy-playtime-5-last-chapter__quick-access-section { padding: var(--page-section-padding); background-color: #1F203A; text-align: center;}.page-is-poppy-playtime-5-last-chapter__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto;}.page-is-poppy-playtime-5-last-chapter__access-item { background-color: rgba(255, 255, 255, 0.08); border-radius: 10px; padding: 25px; text-decoration: none; color: var(--page-light-text); transition: transform 0.3s ease, background-color 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);}.page-is-poppy-playtime-5-last-chapter__access-item:hover { transform: translateY(-8px); background-color: rgba(255, 255, 255, 0.15);}.page-is-poppy-playtime-5-last-chapter__access-item img { width: 100%; max-width: 200px; height: auto; border-radius: 8px; margin-bottom: 15px; object-fit: cover; max-height: 150px;}.page-is-poppy-playtime-5-last-chapter__access-title { font-size: 1.4em; color: var(--page-primary-color); margin-bottom: 0;}.page-is-poppy-playtime-5-last-chapter__games-section { padding: var(--page-section-padding); background-color: var(--page-dark-background); text-align: center;}.page-is-poppy-playtime-5-last-chapter__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto;}.page-is-poppy-playtime-5-last-chapter__game-card { background-color: rgba(255, 255, 255, 0.08); border-radius: 10px; overflow: hidden; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column;}.page-is-poppy-playtime-5-last-chapter__game-card:hover { transform: translateY(-8px);}.page-is-poppy-playtime-5-last-chapter__game-card img { width: 100%; height: 200px; object-fit: cover; border-bottom: 2px solid var(--page-secondary-color);}.page-is-poppy-playtime-5-last-chapter__game-card h3 { font-size: 1.5em; color: var(--page-primary-color); padding: 15px 20px 10px;}.page-is-poppy-playtime-5-last-chapter__game-card p { font-size: 1em; color: var(--page-gray-text); padding: 0 20px 15px; flex-grow: 1;}.page-is-poppy-playtime-5-last-chapter__game-card .page-is-poppy-playtime-5-last-chapter__secondary-button { margin: 0 20px 20px; width: calc(100% - 40px); font-size: 0.95em;}.page-is-poppy-playtime-5-last-chapter__promo-section { padding: var(--page-section-padding); background-color: #1F203A; text-align: center;}.page-is-poppy-playtime-5-last-chapter__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto;}.page-is-poppy-playtime-5-last-chapter__promo-card { background-color: rgba(255, 255, 255, 0.08); border-radius: 10px; overflow: hidden; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column;}.page-is-poppy-playtime-5-last-chapter__promo-card:hover { transform: translateY(-8px);}.page-is-poppy-playtime-5-last-chapter__promo-card img { width: 100%; height: 200px; object-fit: cover; border-bottom: 2px solid var(--page-primary-color);}.page-is-poppy-playtime-5-last-chapter__promo-card h3 { font-size: 1.5em; color: var(--page-secondary-color); padding: 15px 20px 10px;}.page-is-poppy-playtime-5-last-chapter__promo-card p { font-size: 1em; color: var(--page-gray-text); padding: 0 20px 15px; flex-grow: 1;}.page-is-poppy-playtime-5-last-chapter__promo-card .page-is-poppy-playtime-5-last-chapter__secondary-button { margin: 0 20px 20px; width: calc(100% - 40px); font-size: 0.95em;}.page-is-poppy-playtime-5-last-chapter__security-section { padding: var(--page-section-padding); background-color: var(--page-dark-background); text-align: center;}.page-is-poppy-playtime-5-last-chapter__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 40px auto;}.page-is-poppy-playtime-5-last-chapter__security-item { background-color: rgba(255, 255, 255, 0.08); border-radius: 10px; padding: 25px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease;}.page-is-poppy-playtime-5-last-chapter__security-item:hover { transform: translateY(-8px);}.page-is-poppy-playtime-5-last-chapter__security-item img { width: 100%; max-width: 150px; height: auto; margin-bottom: 15px; object-fit: contain;}.page-is-poppy-playtime-5-last-chapter__security-title { font-size: 1.4em; color: var(--page-primary-color); margin-bottom: 10px;}.page-is-poppy-playtime-5-last-chapter__security-description { font-size: 0.95em; color: var(--page-gray-text);}.page-is-poppy-playtime-5-last-chapter__faq-section { padding: var(--page-section-padding); background-color: #1F203A; text-align: center;}.page-is-poppy-playtime-5-last-chapter__faq-container { max-width: 900px; margin: 0 auto; text-align: left;}.page-is-poppy-playtime-5-last-chapter__faq-item { background-color: rgba(255, 255, 255, 0.08); margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);}.page-is-poppy-playtime-5-last-chapter__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: rgba(255, 255, 255, 0.15); user-select: none; transition: background-color 0.3s ease;}.page-is-poppy-playtime-5-last-chapter__faq-question:hover { background-color: rgba(255, 255, 255, 0.25);}.page-is-poppy-playtime-5-last-chapter__faq-question-text { margin: 0; font-size: 1.2em; color: var(--page-primary-color); flex-grow: 1; pointer-events: none;}.page-is-poppy-playtime-5-last-chapter__faq-toggle { font-size: 1.8em; font-weight: bold; color: var(--page-secondary-color); margin-left: 15px; transition: transform 0.3s ease; pointer-events: none;}.page-is-poppy-playtime-5-last-chapter__faq-item.active .page-is-poppy-playtime-5-last-chapter__faq-toggle { transform: rotate(45deg);}.page-is-poppy-playtime-5-last-chapter__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; color: var(--page-gray-text);}.page-is-poppy-playtime-5-last-chapter__faq-item.active .page-is-poppy-playtime-5-last-chapter__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1;}.page-is-poppy-playtime-5-last-chapter__faq-answer p { margin: 0; line-height: 1.8;}.page-is-poppy-playtime-5-last-chapter__blog-section { padding: var(--page-section-padding); background-color: var(--page-dark-background); text-align: center;}.page-is-poppy-playtime-5-last-chapter__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto 40px auto;}.page-is-poppy-playtime-5-last-chapter__blog-card { background-color: rgba(255, 255, 255, 0.08); border-radius: 10px; overflow: hidden; text-align: left; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; display: flex; flex-direction: column; text-decoration: none; color: inherit;}.page-is-poppy-playtime-5-last-chapter__blog-card:hover { transform: translateY(-8px);}.page-is-poppy-playtime-5-last-chapter__blog-card img { width: 100%; height: 200px; object-fit: cover; border-bottom: 2px solid var(--page-accent-color);}.page-is-poppy-playtime-5-last-chapter__blog-title { font-size: 1.4em; color: var(--page-primary-color); padding: 15px 20px 10px; margin: 0;}.page-is-poppy-playtime-5-last-chapter__blog-excerpt { font-size: 0.95em; color: var(--page-gray-text); padding: 0 20px 20px; flex-grow: 1;}@media (max-width: 1024px) { .page-is-poppy-playtime-5-last-chapter__hero-title { font-size: 3em; } .page-is-poppy-playtime-5-last-chapter__hero-description { font-size: 1.1em; } .page-is-poppy-playtime-5-last-chapter__section-title { font-size: 2em; }}@media (max-width: 768px) { .page-is-poppy-playtime-5-last-chapter__hero-section { height: 500px; padding-top: 10px; } .page-is-poppy-playtime-5-last-chapter__hero-title { font-size: 2.2em; } .page-is-poppy-playtime-5-last-chapter__hero-description { font-size: 1em; } .page-is-poppy-playtime-5-last-chapter__hero-cta { font-size: 1em; padding: 12px 25px; } .page-is-poppy-playtime-5-last-chapter__section-title { font-size: 1.8em; margin-bottom: 20px; } .page-is-poppy-playtime-5-last-chapter__section-description { font-size: 0.95em; margin-bottom: 30px; } .page-is-poppy-playtime-5-last-chapter__primary-button, .page-is-poppy-playtime-5-last-chapter__secondary-button { padding: 12px 20px; font-size: 0.9em; } .page-is-poppy-playtime-5-last-chapter__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: var(--page-mobile-section-padding); } .page-is-poppy-playtime-5-last-chapter__payment-logo, .page-is-poppy-playtime-5-last-chapter__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; box-sizing: border-box !important; } .page-is-poppy-playtime-5-last-chapter img:not(.page-is-poppy-playtime-5-last-chapter__payment-logo img) { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-is-poppy-playtime-5-last-chapter__quick-access-grid, .page-is-poppy-playtime-5-last-chapter__games-grid, .page-is-poppy-playtime-5-last-chapter__promo-grid, .page-is-poppy-playtime-5-last-chapter__security-grid, .page-is-poppy-playtime-5-last-chapter__blog-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 15px; } .page-is-poppy-playtime-5-last-chapter__access-item, .page-is-poppy-playtime-5-last-chapter__game-card, .page-is-poppy-playtime-5-last-chapter__promo-card, .page-is-poppy-playtime-5-last-chapter__security-item, .page-is-poppy-playtime-5-last-chapter__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-is-poppy-playtime-5-last-chapter__access-item img, .page-is-poppy-playtime-5-last-chapter__game-card img, .page-is-poppy-playtime-5-last-chapter__promo-card img, .page-is-poppy-playtime-5-last-chapter__security-item img, .page-is-poppy-playtime-5-last-chapter__blog-card img { width: 100% !important; height: auto !important; max-width: 100% !important; box-sizing: border-box !important; object-fit: cover; } .page-is-poppy-playtime-5-last-chapter__faq-question { padding: 15px 20px; } .page-is-poppy-playtime-5-last-chapter__faq-question-text { font-size: 1.1em; } .page-is-poppy-playtime-5-last-chapter__faq-toggle { font-size: 1.5em; } .page-is-poppy-playtime-5-last-chapter__faq-answer { padding: 0 20px; } .page-is-poppy-playtime-5-last-chapter__faq-item.active .page-is-poppy-playtime-5-last-chapter__faq-answer { padding: 15px 20px !important; } .page-is-poppy-playtime-5-last-chapter__intro-section, .page-is-poppy-playtime-5-last-chapter__quick-access-section, .page-is-poppy-playtime-5-last-chapter__games-section, .page-is-poppy-playtime-5-last-chapter__promo-section, .page-is-poppy-playtime-5-last-chapter__security-section, .page-is-poppy-playtime-5-last-chapter__faq-section, .page-is-poppy-playtime-5-last-chapter__blog-section { padding: var(--page-mobile-section-padding); } .page-is-poppy-playtime-5-last-chapter p, .page-is-poppy-playtime-5-last-chapter h1, .page-is-poppy-playtime-5-last-chapter h2, .page-is-poppy-playtime-5-last-chapter h3, .page-is-poppy-playtime-5-last-chapter li { word-wrap: break-word !important; overflow-wrap: break-word !important; }}@media (max-width: 480px) { .page-is-poppy-playtime-5-last-chapter__hero-title { font-size: 1.8em; } .page-is-poppy-playtime-5-last-chapter__hero-description { font-size: 0.9em; } .page-is-poppy-playtime-5-last-chapter__hero-cta { padding: 10px 20px; font-size: 0.9em; } .page-is-poppy-playtime-5-last-chapter__section-title { font-size: 1.5em; } .page-is-poppy-playtime-5-last-chapter__faq-question-text { font-size: 1em; }}