.page-poppy-playtime-daydog { font-family: 'Arial', sans-serif; color: #eee; background-color: #1a1a1a; line-height: 1.6; } .page-poppy-playtime-daydog__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-poppy-playtime-daydog__section { padding: 60px 0; border-bottom: 1px solid #333; } .page-poppy-playtime-daydog__section:last-of-type { border-bottom: none; } .page-poppy-playtime-daydog__hero-section { background-image: url('[GALLERY:hero:1920x1080:poppy playtime daydog,999pub,gaming,adventure]'); background-size: cover; background-position: center; text-align: center; padding: 100px 15px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 70vh; position: relative; overflow: hidden; padding-top: 10px; } .page-poppy-playtime-daydog__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-poppy-playtime-daydog__hero-content { position: relative; z-index: 2; max-width: 900px; } .page-poppy-playtime-daydog__hero-title { font-size: 3.5em; margin-bottom: 20px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-poppy-playtime-daydog__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; color: #ddd; } .page-poppy-playtime-daydog__btn { display: inline-block; background-color: #e44d26; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-poppy-playtime-daydog__btn:hover { background-color: #ff6a00; } .page-poppy-playtime-daydog__title { font-size: 2.5em; text-align: center; margin-bottom: 40px; color: #e44d26; } .page-poppy-playtime-daydog__text-content { text-align: center; margin-bottom: 30px; } .page-poppy-playtime-daydog__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-poppy-playtime-daydog__card { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-poppy-playtime-daydog__card:hover { transform: translateY(-5px); } .page-poppy-playtime-daydog__card-image { width: 100%; height: 250px; object-fit: cover; display: block; } .page-poppy-playtime-daydog__card-content { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-poppy-playtime-daydog__card-title { font-size: 1.5em; margin-bottom: 10px; color: #e44d26; } .page-poppy-playtime-daydog__card-description { font-size: 0.9em; color: #ccc; margin-bottom: 15px; } .page-poppy-playtime-daydog__features-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; } .page-poppy-playtime-daydog__feature-item { background-color: #2a2a2a; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); flex: 1 1 calc(33% - 40px); box-sizing: border-box; min-width: 280px; } .page-poppy-playtime-daydog__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; } .page-poppy-playtime-daydog__feature-title { font-size: 1.3em; color: #e44d26; margin-bottom: 10px; } .page-poppy-playtime-daydog__feature-description { font-size: 0.95em; color: #ccc; } .page-poppy-playtime-daydog__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-poppy-playtime-daydog__quick-access-links .page-poppy-playtime-daydog__btn { padding: 12px 25px; font-size: 1em; } .page-poppy-playtime-daydog__game-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; margin-top: 40px; } .page-poppy-playtime-daydog__provider-logo { height: 60px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-poppy-playtime-daydog__provider-logo:hover { filter: grayscale(0%); opacity: 1; } .page-poppy-playtime-daydog__payment-methods { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 25px; margin-top: 40px; } .page-poppy-playtime-daydog__payment-logo { height: 40px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-poppy-playtime-daydog__payment-logo:hover { filter: grayscale(0%); opacity: 1; } .page-poppy-playtime-daydog__faq-item { background-color: #2a2a2a; border-radius: 8px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-poppy-playtime-daydog__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #333; color: #e44d26; font-weight: bold; transition: background-color 0.3s ease; } .page-poppy-playtime-daydog__faq-question:hover { background-color: #444; } .page-poppy-playtime-daydog__faq-question h3 { margin: 0; font-size: 1.2em; flex-grow: 1; text-align: left; pointer-events: none; } .page-poppy-playtime-daydog__faq-toggle { font-size: 1.5em; margin-left: 10px; pointer-events: none; transition: transform 0.3s ease; } .page-poppy-playtime-daydog__faq-item.active .page-poppy-playtime-daydog__faq-toggle { transform: rotate(45deg); } .page-poppy-playtime-daydog__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #2a2a2a; color: #ccc; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-poppy-playtime-daydog__faq-item.active .page-poppy-playtime-daydog__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-poppy-playtime-daydog__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-poppy-playtime-daydog__blog-post { background-color: #2a2a2a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; } .page-poppy-playtime-daydog__blog-post:hover { transform: translateY(-5px); } .page-poppy-playtime-daydog__blog-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-poppy-playtime-daydog__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-poppy-playtime-daydog__blog-title { font-size: 1.4em; margin-bottom: 10px; color: #e44d26; } .page-poppy-playtime-daydog__blog-summary { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-poppy-playtime-daydog__blog-date { font-size: 0.8em; color: #888; margin-bottom: 15px; } .page-poppy-playtime-daydog__social-icons { display: flex; justify-content: center; gap: 25px; margin-top: 40px; } .page-poppy-playtime-daydog__social-icon { height: 40px; width: 40px; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; } .page-poppy-playtime-daydog__social-icon:hover { filter: grayscale(0%); opacity: 1; } @media (max-width: 768px) { .page-poppy-playtime-daydog__hero-title { font-size: 2.5em; } .page-poppy-playtime-daydog__hero-subtitle { font-size: 1.2em; } .page-poppy-playtime-daydog__title { font-size: 2em; } .page-poppy-playtime-daydog__grid, .page-poppy-playtime-daydog__blog-grid { grid-template-columns: 1fr; } .page-poppy-playtime-daydog__feature-item { flex: 1 1 100% !important; max-width: 100% !important; margin: 0 !important; box-sizing: border-box !important; padding: 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-poppy-playtime-daydog__features-list { padding: 0 !important; margin: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-poppy-playtime-daydog__quick-access-links { flex-direction: column; align-items: center; } .page-poppy-playtime-daydog__quick-access-links .page-poppy-playtime-daydog__btn { width: 80%; } .page-poppy-playtime-daydog__faq-question { padding: 12px 15px; } .page-poppy-playtime-daydog__faq-question h3 { font-size: 1.1em; } .page-poppy-playtime-daydog__faq-answer { padding: 15px !important; } .page-poppy-playtime-daydog__payment-methods, .page-poppy-playtime-daydog__game-providers, .page-poppy-playtime-daydog__social-icons { gap: 15px; } .page-poppy-playtime-daydog__provider-logo, .page-poppy-playtime-daydog__payment-logo, .page-poppy-playtime-daydog__social-icon { height: 35px; } }