body { margin: 0; font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #ffffff; box-sizing: border-box; } .page-doey-the-doughman-poppy-playtime-4__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-doey-the-doughman-poppy-playtime-4__section-title { font-size: 2.5em; text-align: center; margin-bottom: 40px; color: #e94560; } .page-doey-the-doughman-poppy-playtime-4__paragraph { font-size: 1.1em; line-height: 1.6; margin-bottom: 20px; text-align: justify; } .page-doey-the-doughman-poppy-playtime-4__cta-button { display: inline-block; background-color: #007bff; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; margin-top: 20px; text-align: center; } .page-doey-the-doughman-poppy-playtime-4__cta-button:hover { background-color: #0056b3; } .page-doey-the-doughman-poppy-playtime-4__hero-section { position: relative; width: 100%; min-height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; box-sizing: border-box; } .page-doey-the-doughman-poppy-playtime-4__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } .page-doey-the-doughman-poppy-playtime-4__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); } .page-doey-the-doughman-poppy-playtime-4__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .page-doey-the-doughman-poppy-playtime-4__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #e94560; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-doey-the-doughman-poppy-playtime-4__hero-description { font-size: 1.3em; margin-bottom: 30px; line-height: 1.5; } .page-doey-the-doughman-poppy-playtime-4__hero-cta { background-color: #e94560; padding: 18px 35px; font-size: 1.4em; border-radius: 8px; transition: background-color 0.3s ease, transform 0.3s ease; } .page-doey-the-doughman-poppy-playtime-4__hero-cta:hover { background-color: #c0392b; transform: translateY(-3px); } .page-doey-the-doughman-poppy-playtime-4__introduction-section, .page-doey-the-doughman-poppy-playtime-4__quick-access-section, .page-doey-the-doughman-poppy-playtime-4__games-section, .page-doey-the-doughman-poppy-playtime-4__promotions-section, .page-doey-the-doughman-poppy-playtime-4__security-section, .page-doey-the-doughman-poppy-playtime-4__faq-section, .page-doey-the-doughman-poppy-playtime-4__blog-section { padding: 60px 0; } .page-doey-the-doughman-poppy-playtime-4__access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; margin-bottom: 40px; } .page-doey-the-doughman-poppy-playtime-4__access-button { background-color: #0f3460; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; text-align: center; flex: 1 1 auto; min-width: 200px; max-width: 280px; } .page-doey-the-doughman-poppy-playtime-4__access-button:hover { background-color: #16213e; } .page-doey-the-doughman-poppy-playtime-4__section-image { max-width: 100%; height: auto; display: block; margin: 0 auto; border-radius: 10px; } .page-doey-the-doughman-poppy-playtime-4__games-section { background-color: #0f3460; } .page-doey-the-doughman-poppy-playtime-4__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } .page-doey-the-doughman-poppy-playtime-4__game-card { background-color: #16213e; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-doey-the-doughman-poppy-playtime-4__game-card:hover { transform: translateY(-5px); } .page-doey-the-doughman-poppy-playtime-4__game-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 20px; } .page-doey-the-doughman-poppy-playtime-4__game-title { font-size: 1.8em; margin-bottom: 15px; color: #e94560; } .page-doey-the-doughman-poppy-playtime-4__game-description { font-size: 1em; line-height: 1.6; margin-bottom: 20px; flex-grow: 1; } .page-doey-the-doughman-poppy-playtime-4__game-cta { background-color: #e94560; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-doey-the-doughman-poppy-playtime-4__game-cta:hover { background-color: #c0392b; } .page-doey-the-doughman-poppy-playtime-4__promotions-section { background-color: #1a1a2e; } .page-doey-the-doughman-poppy-playtime-4__promo-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-doey-the-doughman-poppy-playtime-4__promo-card { background-color: #16213e; padding: 25px; border-radius: 10px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; align-items: center; } .page-doey-the-doughman-poppy-playtime-4__promo-image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 20px; object-fit: cover; } .page-doey-the-doughman-poppy-playtime-4__promo-title { font-size: 1.6em; margin-bottom: 15px; color: #e94560; } .page-doey-the-doughman-poppy-playtime-4__promo-description { font-size: 1em; line-height: 1.6; margin-bottom: 20px; flex-grow: 1; } .page-doey-the-doughman-poppy-playtime-4__promo-cta { background-color: #007bff; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-doey-the-doughman-poppy-playtime-4__promo-cta:hover { background-color: #0056b3; } .page-doey-the-doughman-poppy-playtime-4__security-section { background-color: #0f3460; } .page-doey-the-doughman-poppy-playtime-4__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 40px; text-align: center; } .page-doey-the-doughman-poppy-playtime-4__feature-item { background-color: #16213e; padding: 25px; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .page-doey-the-doughman-poppy-playtime-4__feature-icon { width: 200px; height: 200px; object-fit: contain; margin-bottom: 15px; } .page-doey-the-doughman-poppy-playtime-4__feature-title { font-size: 1.5em; margin-bottom: 10px; color: #e94560; } .page-doey-the-doughman-poppy-playtime-4__feature-description { font-size: 0.95em; line-height: 1.5; } .page-doey-the-doughman-poppy-playtime-4__faq-list { margin-top: 40px; } .page-doey-the-doughman-poppy-playtime-4__faq-item { background-color: #16213e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-doey-the-doughman-poppy-playtime-4__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #1f4068; transition: background-color 0.3s ease; } .page-doey-the-doughman-poppy-playtime-4__faq-question:hover { background-color: #213d6a; } .page-doey-the-doughman-poppy-playtime-4__faq-title { font-size: 1.3em; margin: 0; color: #e94560; pointer-events: none; } .page-doey-the-doughman-poppy-playtime-4__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-doey-the-doughman-poppy-playtime-4__faq-item.active .page-doey-the-doughman-poppy-playtime-4__faq-toggle { transform: rotate(45deg); } .page-doey-the-doughman-poppy-playtime-4__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; } .page-doey-the-doughman-poppy-playtime-4__faq-item.active .page-doey-the-doughman-poppy-playtime-4__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-doey-the-doughman-poppy-playtime-4__faq-answer p { margin: 0; font-size: 1em; line-height: 1.6; } .page-doey-the-doughman-poppy-playtime-4__blog-section { background-color: #1a1a2e; } .page-doey-the-doughman-poppy-playtime-4__blog-articles { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .page-doey-the-doughman-poppy-playtime-4__blog-card { background-color: #16213e; padding: 20px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; } .page-doey-the-doughman-poppy-playtime-4__blog-image { max-width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; } .page-doey-the-doughman-poppy-playtime-4__blog-card-title { font-size: 1.4em; margin-bottom: 10px; color: #e94560; line-height: 1.4; } .page-doey-the-doughman-poppy-playtime-4__blog-card-title a { color: #e94560; text-decoration: none; transition: color 0.3s ease; } .page-doey-the-doughman-poppy-playtime-4__blog-card-title a:hover { color: #ffffff; } .page-doey-the-doughman-poppy-playtime-4__blog-excerpt { font-size: 0.95em; line-height: 1.6; margin-bottom: 15px; flex-grow: 1; } .page-doey-the-doughman-poppy-playtime-4__blog-read-more { display: inline-block; background-color: #007bff; color: #ffffff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-doey-the-doughman-poppy-playtime-4__blog-read-more:hover { background-color: #0056b3; } @media (max-width: 768px) { .page-doey-the-doughman-poppy-playtime-4__hero-section { min-height: 400px; } .page-doey-the-doughman-poppy-playtime-4__hero-title { font-size: 2.2em; } .page-doey-the-doughman-poppy-playtime-4__hero-description { font-size: 1em; } .page-doey-the-doughman-poppy-playtime-4__hero-cta { padding: 12px 25px; font-size: 1.1em; } .page-doey-the-doughman-poppy-playtime-4__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-doey-the-doughman-poppy-playtime-4__paragraph { font-size: 0.95em; } .page-doey-the-doughman-poppy-playtime-4__cta-button, .page-doey-the-doughman-poppy-playtime-4__access-button, .page-doey-the-doughman-poppy-playtime-4__game-cta, .page-doey-the-doughman-poppy-playtime-4__promo-cta, .page-doey-the-doughman-poppy-playtime-4__blog-read-more { padding: 10px 20px !important; font-size: 1em !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-doey-the-doughman-poppy-playtime-4__access-links { flex-direction: column; align-items: center; } .page-doey-the-doughman-poppy-playtime-4__game-categories, .page-doey-the-doughman-poppy-playtime-4__promo-cards, .page-doey-the-doughman-poppy-playtime-4__security-features, .page-doey-the-doughman-poppy-playtime-4__blog-articles { grid-template-columns: 1fr; gap: 20px; } .page-doey-the-doughman-poppy-playtime-4__game-card, .page-doey-the-doughman-poppy-playtime-4__promo-card, .page-doey-the-doughman-poppy-playtime-4__feature-item, .page-doey-the-doughman-poppy-playtime-4__blog-card { padding: 20px; } .page-doey-the-doughman-poppy-playtime-4__game-icon, .page-doey-the-doughman-poppy-playtime-4__feature-icon { width: 150px; height: 150px; } .page-doey-the-doughman-poppy-playtime-4__faq-question { padding: 15px 20px; } .page-doey-the-doughman-poppy-playtime-4__faq-title { font-size: 1.1em; } .page-doey-the-doughman-poppy-playtime-4__faq-answer { padding: 0 20px; } .page-doey-the-doughman-poppy-playtime-4__faq-item.active .page-doey-the-doughman-poppy-playtime-4__faq-answer { padding: 15px 20px !important; } .page-doey-the-doughman-poppy-playtime-4__blog-image { height: 180px; } .page-doey-the-doughman-poppy-playtime-4__blog-card-title { font-size: 1.2em; } .page-doey-the-doughman-poppy-playtime-4__blog-excerpt { font-size: 0.9em; } } @media (max-width: 480px) { .page-doey-the-doughman-poppy-playtime-4__hero-title { font-size: 1.8em; } .page-doey-the-doughman-poppy-playtime-4__hero-description { font-size: 0.9em; } .page-doey-the-doughman-poppy-playtime-4__hero-cta { font-size: 1em; padding: 10px 20px; } .page-doey-the-doughman-poppy-playtime-4__section-title { font-size: 1.5em; } .page-doey-the-doughman-poppy-playtime-4__container { padding: 15px; } .page-doey-the-doughman-poppy-playtime-4__faq-question { padding: 12px 15px; } .page-doey-the-doughman-poppy-playtime-4__faq-title { font-size: 1em; } .page-doey-the-doughman-poppy-playtime-4__faq-answer { padding: 0 15px; } .page-doey-the-doughman-poppy-playtime-4__faq-item.active .page-doey-the-doughman-poppy-playtime-4__faq-answer { padding: 10px 15px !important; } .page-doey-the-doughman-poppy-playtime-4__game-icon, .page-doey-the-doughman-poppy-playtime-4__feature-icon { width: 100px; height: 100px; } } .page-doey-the-doughman-poppy-playtime-4__hero-image, .page-doey-the-doughman-poppy-playtime-4__section-image, .page-doey-the-doughman-poppy-playtime-4__promo-image, .page-doey-the-doughman-poppy-playtime-4__blog-image { max-width: 100%; height: auto; display: block; box-sizing: border-box; } .page-doey-the-doughman-poppy-playtime-4__game-icon, .page-doey-the-doughman-poppy-playtime-4__feature-icon { max-width: 100%; height: auto; object-fit: contain; box-sizing: border-box; } @media (max-width: 768px) { .page-doey-the-doughman-poppy-playtime-4__access-links, .page-doey-the-doughman-poppy-playtime-4__game-categories, .page-doey-the-doughman-poppy-playtime-4__promo-cards, .page-doey-the-doughman-poppy-playtime-4__security-features, .page-doey-the-doughman-poppy-playtime-4__blog-articles { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-doey-the-doughman-poppy-playtime-4__access-button, .page-doey-the-doughman-poppy-playtime-4__game-card, .page-doey-the-doughman-poppy-playtime-4__promo-card, .page-doey-the-doughman-poppy-playtime-4__feature-item, .page-doey-the-doughman-poppy-playtime-4__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-doey-the-doughman-poppy-playtime-4__faq-item, .page-doey-the-doughman-poppy-playtime-4__faq-question, .page-doey-the-doughman-poppy-playtime-4__faq-answer { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-doey-the-doughman-poppy-playtime-4__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }