.page-apk-puppy-playtime-chapter-1 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a1a; line-height: 1.6; } .page-apk-puppy-playtime-chapter-1__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-apk-puppy-playtime-chapter-1__section { padding: 40px 20px; margin-bottom: 30px; background-color: #222; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); } .page-apk-puppy-playtime-chapter-1__section--hero { padding: 10px 0 0 0; margin-bottom: 0; background-color: transparent; box-shadow: none; border-radius: 0; } .page-apk-puppy-playtime-chapter-1__hero-content { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; position: relative; z-index: 1; padding: 60px 20px; } .page-apk-puppy-playtime-chapter-1__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-apk-puppy-playtime-chapter-1__hero-title { font-size: 3em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-apk-puppy-playtime-chapter-1__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 800px; } .page-apk-puppy-playtime-chapter-1__cta-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 15px 30px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-apk-puppy-playtime-chapter-1__cta-button:hover { background-color: #e6b800; transform: translateY(-3px); } .page-apk-puppy-playtime-chapter-1__title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 30px; } .page-apk-puppy-playtime-chapter-1__subtitle { font-size: 1.8em; color: #fff; text-align: center; margin-bottom: 20px; } .page-apk-puppy-playtime-chapter-1__text-content { font-size: 1.1em; color: #ccc; text-align: justify; margin-bottom: 20px; } .page-apk-puppy-playtime-chapter-1__highlight { color: #ffcc00; font-weight: bold; } .page-apk-puppy-playtime-chapter-1__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-apk-puppy-playtime-chapter-1__grid-item { background-color: #333; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; } .page-apk-puppy-playtime-chapter-1__grid-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); } .page-apk-puppy-playtime-chapter-1__grid-item-image { width: 100%; height: 200px; object-fit: cover; border-radius: 6px; margin-bottom: 15px; max-width: 100%; height: auto; box-sizing: border-box; } .page-apk-puppy-playtime-chapter-1__grid-item-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-apk-puppy-playtime-chapter-1__grid-item-description { font-size: 0.95em; color: #bbb; margin-bottom: 15px; } .page-apk-puppy-playtime-chapter-1__game-logo { width: 100px; height: auto; margin-bottom: 15px; max-width: 100%; height: auto; box-sizing: border-box; } .page-apk-puppy-playtime-chapter-1__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .page-apk-puppy-playtime-chapter-1__quick-link-button { background-color: #444; color: #ffcc00; padding: 12px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; text-align: center; transition: background-color 0.3s ease, color 0.3s ease; border: 2px solid #ffcc00; } .page-apk-puppy-playtime-chapter-1__quick-link-button:hover { background-color: #ffcc00; color: #1a1a1a; } .page-apk-puppy-playtime-chapter-1__faq-list { list-style: none; padding: 0; } .page-apk-puppy-playtime-chapter-1__faq-item { background-color: #333; margin-bottom: 15px; border-radius: 8px; overflow: hidden; } .page-apk-puppy-playtime-chapter-1__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; background-color: #444; color: #fff; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-apk-puppy-playtime-chapter-1__faq-question:hover { background-color: #555; } .page-apk-puppy-playtime-chapter-1__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; color: #ffcc00; } .page-apk-puppy-playtime-chapter-1__faq-toggle { font-size: 1.5em; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-apk-puppy-playtime-chapter-1__faq-item.active .page-apk-puppy-playtime-chapter-1__faq-toggle { transform: rotate(45deg); } .page-apk-puppy-playtime-chapter-1__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: #ccc; font-size: 1em; background-color: #333; } .page-apk-puppy-playtime-chapter-1__faq-item.active .page-apk-puppy-playtime-chapter-1__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-apk-puppy-playtime-chapter-1__blog-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-apk-puppy-playtime-chapter-1__blog-card { background-color: #333; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-apk-puppy-playtime-chapter-1__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); } .page-apk-puppy-playtime-chapter-1__blog-card-image { width: 100%; height: 220px; object-fit: cover; max-width: 100%; height: auto; box-sizing: border-box; } .page-apk-puppy-playtime-chapter-1__blog-card-content { padding: 20px; } .page-apk-puppy-playtime-chapter-1__blog-card-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-apk-puppy-playtime-chapter-1__blog-card-excerpt { font-size: 0.95em; color: #bbb; margin-bottom: 15px; } .page-apk-puppy-playtime-chapter-1__blog-card-date { font-size: 0.85em; color: #888; margin-bottom: 15px; } .page-apk-puppy-playtime-chapter-1__read-more-button { display: inline-block; background-color: #ffcc00; color: #1a1a1a; padding: 10px 20px; border-radius: 20px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-apk-puppy-playtime-chapter-1__read-more-button:hover { background-color: #e6b800; } .page-apk-puppy-playtime-chapter-1__payment-providers, .page-apk-puppy-playtime-chapter-1__game-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-apk-puppy-playtime-chapter-1__provider-logo { width: 120px; height: auto; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; max-width: 100%; height: auto; box-sizing: border-box; } .page-apk-puppy-playtime-chapter-1__provider-logo:hover { filter: grayscale(0%); opacity: 1; } @media (max-width: 768px) { .page-apk-puppy-playtime-chapter-1__hero-title { font-size: 2.2em; } .page-apk-puppy-playtime-chapter-1__hero-subtitle { font-size: 1.2em; } .page-apk-puppy-playtime-chapter-1__cta-button { padding: 12px 25px; font-size: 1em; } .page-apk-puppy-playtime-chapter-1__title { font-size: 2em; } .page-apk-puppy-playtime-chapter-1__subtitle { font-size: 1.4em; } .page-apk-puppy-playtime-chapter-1__text-content { font-size: 1em; } .page-apk-puppy-playtime-chapter-1__grid, .page-apk-puppy-playtime-chapter-1__quick-links-grid, .page-apk-puppy-playtime-chapter-1__blog-card-grid { grid-template-columns: 1fr; } .page-apk-puppy-playtime-chapter-1__grid-item, .page-apk-puppy-playtime-chapter-1__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-apk-puppy-playtime-chapter-1__faq-question { font-size: 1.1em; padding: 15px 18px; } .page-apk-puppy-playtime-chapter-1__faq-answer { padding: 15px 18px !important; } .page-apk-puppy-playtime-chapter-1__section { padding: 25px 15px; } .page-apk-puppy-playtime-chapter-1__hero-content { padding: 40px 15px; } .page-apk-puppy-playtime-chapter-1__payment-providers, .page-apk-puppy-playtime-chapter-1__game-providers { gap: 15px; } .page-apk-puppy-playtime-chapter-1__provider-logo { width: 90px; } } @media (max-width: 375px) { .page-apk-puppy-playtime-chapter-1__section { padding: 20px 10px; } .page-apk-puppy-playtime-chapter-1__hero-content { padding: 30px 10px; } .page-apk-puppy-playtime-chapter-1__faq-question { padding: 12px 15px; font-size: 1em; } .page-apk-puppy-playtime-chapter-1__faq-answer { padding: 12px 15px !important; } .page-apk-puppy-playtime-chapter-1__hero-title { font-size: 1.8em; } .page-apk-puppy-playtime-chapter-1__hero-subtitle { font-size: 1em; } .page-apk-puppy-playtime-chapter-1__cta-button { padding: 10px 20px; font-size: 0.9em; } }