.page-poppy-playtime-chapter-6 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-poppy-playtime-chapter-6__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-poppy-playtime-chapter-6__hero-section { background: linear-gradient(135deg, #FFD700, #FFA500); color: #fff; text-align: center; padding: 100px 20px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; box-sizing: border-box; padding-top: var(--header-offset, 122px); } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__hero-section { padding: 60px 20px; padding-top: calc(var(--header-offset, 122px) + 20px); } } .page-poppy-playtime-chapter-6__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-poppy-playtime-chapter-6__hero-content { position: relative; z-index: 2; } .page-poppy-playtime-chapter-6__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__hero-title { font-size: 2.2em; } } .page-poppy-playtime-chapter-6__hero-description { font-size: 1.4em; margin-bottom: 30px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__hero-description { font-size: 1.1em; } } .page-poppy-playtime-chapter-6__cta-button { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 30px; text-decoration: none; border-radius: 50px; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-chapter-6__cta-button:hover { background-color: #0056b3; transform: translateY(-3px); } .page-poppy-playtime-chapter-6__section-title { font-size: 2.5em; color: #222; text-align: center; margin-bottom: 40px; position: relative; } .page-poppy-playtime-chapter-6__section-title::after { content: ''; display: block; width: 60px; height: 4px; background-color: #FFD700; margin: 10px auto 0; border-radius: 2px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__section-title { font-size: 1.8em; margin-bottom: 30px; } } .page-poppy-playtime-chapter-6__text-content { text-align: center; margin-bottom: 30px; } .page-poppy-playtime-chapter-6__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 20px; background-color: #fff; border-radius: 10px; margin-bottom: 40px; } .page-poppy-playtime-chapter-6__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; } .page-poppy-playtime-chapter-6__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 20px 10px; } .page-poppy-playtime-chapter-6__payment-logo, .page-poppy-playtime-chapter-6__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } } .page-poppy-playtime-chapter-6__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__grid { grid-template-columns: 1fr; gap: 20px; } } .page-poppy-playtime-chapter-6__card { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; } .page-poppy-playtime-chapter-6__card:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-6__card-icon { margin-bottom: 20px; } .page-poppy-playtime-chapter-6__card-icon img { width: 250px; height: 250px; max-width: 100%; height: auto; border-radius: 8px; object-fit: cover; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__card-icon img { width: 100% !important; max-width: 100% !important; height: auto !important; } } .page-poppy-playtime-chapter-6__card-title { font-size: 1.5em; color: #FFD700; margin-bottom: 15px; } .page-poppy-playtime-chapter-6__card-description { font-size: 1em; color: #555; } .page-poppy-playtime-chapter-6__cta-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-bottom: 40px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__cta-grid { flex-direction: column; align-items: center; } } .page-poppy-playtime-chapter-6__cta-item { flex: 1 1 45%; min-width: 280px; text-align: center; } .page-poppy-playtime-chapter-6__cta-item .page-poppy-playtime-chapter-6__cta-button { width: 100%; max-width: 300px; } .page-poppy-playtime-chapter-6__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__game-grid { grid-template-columns: 1fr; gap: 20px; } } .page-poppy-playtime-chapter-6__game-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-poppy-playtime-chapter-6__game-card:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-6__game-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-chapter-6__game-image img { width: 100%; height: 100%; max-width: 100%; height: auto; object-fit: cover; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__game-image img { width: 100% !important; max-width: 100% !important; height: auto !important; } } .page-poppy-playtime-chapter-6__game-content { padding: 20px; text-align: center; } .page-poppy-playtime-chapter-6__game-title { font-size: 1.3em; color: #333; margin-bottom: 10px; } .page-poppy-playtime-chapter-6__game-description { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-poppy-playtime-chapter-6__promo-card { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; margin-bottom: 20px; } .page-poppy-playtime-chapter-6__promo-title { font-size: 1.8em; color: #FFD700; margin-bottom: 15px; } .page-poppy-playtime-chapter-6__promo-text { font-size: 1.1em; color: #555; margin-bottom: 20px; } .page-poppy-playtime-chapter-6__promo-button { background-color: #28a745; } .page-poppy-playtime-chapter-6__promo-button:hover { background-color: #218838; } .page-poppy-playtime-chapter-6__faq-section { background-color: #fff; padding: 40px 20px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); margin-bottom: 40px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__faq-section { padding: 20px 10px; } } .page-poppy-playtime-chapter-6__faq-item { border-bottom: 1px solid #eee; margin-bottom: 10px; } .page-poppy-playtime-chapter-6__faq-item:last-child { border-bottom: none; margin-bottom: 0; } .page-poppy-playtime-chapter-6__faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 15px 0; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-6__faq-question:hover { background-color: #f0f0f0; } .page-poppy-playtime-chapter-6__faq-question h3 { margin: 0; font-size: 1.2em; color: #333; pointer-events: none; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__faq-question h3 { font-size: 1em; } } .page-poppy-playtime-chapter-6__faq-toggle { font-size: 1.5em; font-weight: bold; color: #FFD700; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-chapter-6__faq-item.active .page-poppy-playtime-chapter-6__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-6__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #666; font-size: 0.95em; } .page-poppy-playtime-chapter-6__faq-item.active .page-poppy-playtime-chapter-6__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__faq-answer { padding: 0 5px; } .page-poppy-playtime-chapter-6__faq-item.active .page-poppy-playtime-chapter-6__faq-answer { padding: 15px 5px !important; } } .page-poppy-playtime-chapter-6__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__blog-grid { grid-template-columns: 1fr; gap: 20px; } } .page-poppy-playtime-chapter-6__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-poppy-playtime-chapter-6__blog-card:hover { transform: translateY(-5px); } .page-poppy-playtime-chapter-6__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-chapter-6__blog-image img { width: 100%; height: 100%; max-width: 100%; height: auto; object-fit: cover; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__blog-image img { width: 100% !important; max-width: 100% !important; height: auto !important; } } .page-poppy-playtime-chapter-6__blog-content { padding: 20px; } .page-poppy-playtime-chapter-6__blog-title { font-size: 1.3em; color: #333; margin-bottom: 10px; } .page-poppy-playtime-chapter-6__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-poppy-playtime-chapter-6__blog-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; } .page-poppy-playtime-chapter-6__blog-link:hover { text-decoration: underline; } .page-poppy-playtime-chapter-6__image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-poppy-playtime-chapter-6__image-wrapper img { max-width: 100% !important; height: auto !important; } @media (max-width: 768px) { .page-poppy-playtime-chapter-6__image-wrapper { width: 100% !important; max-width: 100% !important; } .page-poppy-playtime-chapter-6__image-wrapper img { max-width: 100% !important; height: auto !important; } }