.page-poppy-playtime-chapter-3-plushies__container { max-width: 1200px; margin: 0 auto; padding: 20px; font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-plushies__container { padding: 10px; } } .page-poppy-playtime-chapter-3-plushies__hero-section { position: relative; width: 100%; min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-poppy-playtime-chapter-3-plushies__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-poppy-playtime-chapter-3-plushies__hero-content { z-index: 1; max-width: 800px; padding: 20px; background-color: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-poppy-playtime-chapter-3-plushies__hero-title { font-size: 3em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-plushies__hero-title { font-size: 2em; } } .page-poppy-playtime-chapter-3-plushies__hero-description { font-size: 1.2em; margin-bottom: 30px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-plushies__hero-description { font-size: 1em; } } .page-poppy-playtime-chapter-3-plushies__button { display: inline-block; background-color: #ffcc00; color: #333; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-poppy-playtime-chapter-3-plushies__button:hover { background-color: #e6b800; } .page-poppy-playtime-chapter-3-plushies__section { padding: 40px 0; background-color: #f9f9f9; border-bottom: 1px solid #eee; } .page-poppy-playtime-chapter-3-plushies__section:nth-of-type(even) { background-color: #fff; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-plushies__section { padding: 20px 0; } } .page-poppy-playtime-chapter-3-plushies__section-title { font-size: 2.5em; text-align: center; margin-bottom: 30px; color: #333; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-plushies__section-title { font-size: 1.8em; margin-bottom: 20px; } } .page-poppy-playtime-chapter-3-plushies__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-plushies__text-content { font-size: 1em; } } .page-poppy-playtime-chapter-3-plushies__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; padding: 0 20px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-plushies__grid { grid-template-columns: 1fr; padding: 0 10px; } } .page-poppy-playtime-chapter-3-plushies__card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-poppy-playtime-chapter-3-plushies__card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); } .page-poppy-playtime-chapter-3-plushies__card-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-chapter-3-plushies__card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-poppy-playtime-chapter-3-plushies__card-title { font-size: 1.4em; margin-bottom: 10px; color: #333; } .page-poppy-playtime-chapter-3-plushies__card-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-poppy-playtime-chapter-3-plushies__card-button { margin-top: auto; } .page-poppy-playtime-chapter-3-plushies__faq-list { max-width: 900px; margin: 30px auto; padding: 0 20px; } .page-poppy-playtime-chapter-3-plushies__faq-item { background-color: #fff; border: 1px solid #ddd; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-chapter-3-plushies__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f0f0f0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-poppy-playtime-chapter-3-plushies__faq-question:hover { background-color: #e0e0e0; } .page-poppy-playtime-chapter-3-plushies__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-poppy-playtime-chapter-3-plushies__faq-toggle { font-size: 1.5em; font-weight: bold; color: #555; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-chapter-3-plushies__faq-item.active .page-poppy-playtime-chapter-3-plushies__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapter-3-plushies__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; color: #555; } .page-poppy-playtime-chapter-3-plushies__faq-item.active .page-poppy-playtime-chapter-3-plushies__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-plushies__faq-list { padding: 0 10px; } .page-poppy-playtime-chapter-3-plushies__faq-question { padding: 12px 15px; } .page-poppy-playtime-chapter-3-plushies__faq-question h3 { font-size: 1em; } .page-poppy-playtime-chapter-3-plushies__faq-answer { padding: 0 15px; } .page-poppy-playtime-chapter-3-plushies__faq-item.active .page-poppy-playtime-chapter-3-plushies__faq-answer { padding: 15px !important; } } .page-poppy-playtime-chapter-3-plushies__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; padding: 0 20px; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-plushies__blog-grid { grid-template-columns: 1fr; padding: 0 10px; } } .page-poppy-playtime-chapter-3-plushies__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; } .page-poppy-playtime-chapter-3-plushies__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); } .page-poppy-playtime-chapter-3-plushies__blog-image { width: 100%; height: 180px; object-fit: cover; } .page-poppy-playtime-chapter-3-plushies__blog-content { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-poppy-playtime-chapter-3-plushies__blog-title { font-size: 1.2em; margin-bottom: 10px; color: #333; text-decoration: none; display: block; } .page-poppy-playtime-chapter-3-plushies__blog-title:hover { color: #ffcc00; } .page-poppy-playtime-chapter-3-plushies__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-poppy-playtime-chapter-3-plushies__read-more { display: inline-block; color: #ffcc00; text-decoration: none; font-weight: bold; transition: color 0.3s ease; margin-top: auto; } .page-poppy-playtime-chapter-3-plushies__read-more:hover { color: #e6b800; } .page-poppy-playtime-chapter-3-plushies__payment-providers, .page-poppy-playtime-chapter-3-plushies__game-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; padding: 20px; } .page-poppy-playtime-chapter-3-plushies__provider-logo { max-width: 120px; height: auto; object-fit: contain; } @media (max-width: 768px) { .page-poppy-playtime-chapter-3-plushies__provider-logo { max-width: 80px; } }