.page-poppy-playtime-chapte1 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-poppy-playtime-chapte1__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-poppy-playtime-chapte1__section { padding: 40px 20px; margin-bottom: 20px; border-radius: 8px; background-color: #222; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-poppy-playtime-chapte1__section--dark { background-color: #1a1a1a; } .page-poppy-playtime-chapte1__section-title { text-align: center; color: #ffcc00; margin-bottom: 30px; font-size: 2.5em; font-weight: bold; text-transform: uppercase; letter-spacing: 1.5px; } .page-poppy-playtime-chapte1__section-subtitle { text-align: center; color: #fff; margin-bottom: 20px; font-size: 1.8em; } .page-poppy-playtime-chapte1__text-center { text-align: center; } .page-poppy-playtime-chapte1__button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1em; } .page-poppy-playtime-chapte1__button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-poppy-playtime-chapte1__hero-section { background-image: url('[GALLERY:hero:1920x1080:poppy playtime,chapter 1,gaming,entertainment]'); background-size: cover; background-position: center; color: #fff; text-align: center; padding: 150px 20px; border-radius: 0; box-shadow: none; position: relative; overflow: hidden; padding-top: 10px; } .page-poppy-playtime-chapte1__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 1; } .page-poppy-playtime-chapte1__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-poppy-playtime-chapte1__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-chapte1__hero-description { font-size: 1.4em; margin-bottom: 30px; line-height: 1.5; } .page-poppy-playtime-chapte1__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: #1a1a1a; } .page-poppy-playtime-chapte1__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; background-color: #333; border-radius: 8px; display: flex; justify-content: center; align-items: center; padding: 10px; } .page-poppy-playtime-chapte1__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-poppy-playtime-chapte1__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-poppy-playtime-chapte1__intro-card { background-color: #333; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-chapte1__intro-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapte1__intro-card-title { color: #ffcc00; font-size: 1.5em; margin-bottom: 15px; } .page-poppy-playtime-chapte1__quick-links-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-poppy-playtime-chapte1__quick-link-button { flex: 1 1 auto; min-width: 150px; max-width: 250px; text-align: center; background-color: #007bff; color: #fff; padding: 15px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-poppy-playtime-chapte1__quick-link-button--register { background-color: #28a745; } .page-poppy-playtime-chapte1__quick-link-button--login { background-color: #6c757d; } .page-poppy-playtime-chapte1__quick-link-button--promo { background-color: #ffc107; color: #1a1a1a; } .page-poppy-playtime-chapte1__quick-link-button:hover { transform: translateY(-2px); opacity: 0.9; } .page-poppy-playtime-chapte1__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; } .page-poppy-playtime-chapte1__game-card { background-color: #333; border-radius: 8px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-chapte1__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapte1__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-chapte1__game-card-content { padding: 20px; } .page-poppy-playtime-chapte1__game-card-title { color: #ffcc00; font-size: 1.4em; margin-bottom: 10px; } .page-poppy-playtime-chapte1__game-card-description { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-poppy-playtime-chapte1__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-poppy-playtime-chapte1__promo-card { background-color: #333; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-chapte1__promo-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapte1__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-poppy-playtime-chapte1__promo-card-content { padding: 20px; } .page-poppy-playtime-chapte1__promo-card-title { color: #ffcc00; font-size: 1.5em; margin-bottom: 10px; } .page-poppy-playtime-chapte1__promo-card-description { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-poppy-playtime-chapte1__faq-list { list-style: none; padding: 0; margin-top: 30px; } .page-poppy-playtime-chapte1__faq-item { background-color: #333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-poppy-playtime-chapte1__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 15px; cursor: pointer; background-color: #444; border-bottom: 1px solid #555; transition: background-color 0.3s ease; user-select: none; } .page-poppy-playtime-chapte1__faq-question:hover { background-color: #555; } .page-poppy-playtime-chapte1__faq-question h3 { color: #ffcc00; font-size: 1.2em; margin: 0; pointer-events: none; } .page-poppy-playtime-chapte1__faq-toggle { font-size: 1.5em; color: #ffcc00; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-chapte1__faq-item.active .page-poppy-playtime-chapte1__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-chapte1__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; 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; } .page-poppy-playtime-chapte1__faq-item.active .page-poppy-playtime-chapte1__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-poppy-playtime-chapte1__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-poppy-playtime-chapte1__blog-card { background-color: #333; border-radius: 8px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-poppy-playtime-chapte1__blog-card:hover { transform: translateY(-5px); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5); } .page-poppy-playtime-chapte1__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-poppy-playtime-chapte1__blog-card-content { padding: 20px; } .page-poppy-playtime-chapte1__blog-card-title { color: #ffcc00; font-size: 1.4em; margin-bottom: 10px; } .page-poppy-playtime-chapte1__blog-card-description { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-poppy-playtime-chapte1__blog-card-link { display: inline-block; color: #007bff; text-decoration: none; font-weight: bold; } .page-poppy-playtime-chapte1__blog-card-link:hover { text-decoration: underline; } .page-poppy-playtime-chapte1__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; } .page-poppy-playtime-chapte1__security-item { background-color: #333; padding: 20px; border-radius: 8px; text-align: center; } .page-poppy-playtime-chapte1__security-item h3 { color: #ffcc00; font-size: 1.3em; margin-bottom: 10px; } .page-poppy-playtime-chapte1__social-media-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; } .page-poppy-playtime-chapte1__social-media-link { display: inline-block; background-color: #555; color: #fff; padding: 10px 15px; border-radius: 5px; text-decoration: none; transition: background-color 0.3s ease; } .page-poppy-playtime-chapte1__social-media-link:hover { background-color: #777; } .page-poppy-playtime-chapte1 img { max-width: 100%; height: auto; box-sizing: border-box; } .page-poppy-playtime-chapte1__intro-card p, .page-poppy-playtime-chapte1__game-card-content p, .page-poppy-playtime-chapte1__promo-card-content p, .page-poppy-playtime-chapte1__faq-answer p, .page-poppy-playtime-chapte1__blog-card-content p, .page-poppy-playtime-chapte1__security-item p { word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; } @media (max-width: 768px) { .page-poppy-playtime-chapte1__container { padding: 15px; } .page-poppy-playtime-chapte1__section { padding: 30px 15px; } .page-poppy-playtime-chapte1__section-title { font-size: 2em; } .page-poppy-playtime-chapte1__hero-section { padding: 100px 15px; } .page-poppy-playtime-chapte1__hero-title { font-size: 2.5em; } .page-poppy-playtime-chapte1__hero-description { font-size: 1.1em; } .page-poppy-playtime-chapte1__payment-providers { gap: 16px; padding: 30px 15px; } .page-poppy-playtime-chapte1__payment-logo, .page-poppy-playtime-chapte1__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-poppy-playtime-chapte1__intro-grid, .page-poppy-playtime-chapte1__games-grid, .page-poppy-playtime-chapte1__promotions-grid, .page-poppy-playtime-chapte1__blog-grid, .page-poppy-playtime-chapte1__security-features { grid-template-columns: 1fr; gap: 20px; } .page-poppy-playtime-chapte1__quick-links-grid { flex-direction: column; align-items: center; gap: 15px; } .page-poppy-playtime-chapte1__quick-link-button { width: 100%; max-width: 300px; } .page-poppy-playtime-chapte1__faq-question h3 { font-size: 1.1em; } .page-poppy-playtime-chapte1__faq-answer { padding: 15px !important; font-size: 0.9em; } .page-poppy-playtime-chapte1__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapte1__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-poppy-playtime-chapte1__security-item h3 { font-size: 1.1em; } }