.page-puppy-playtime-mobile-chapter-1 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-bottom: 40px; } .page-puppy-playtime-mobile-chapter-1__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-puppy-playtime-mobile-chapter-1__section-title { font-size: 2.5rem; color: #2c3e50; text-align: center; margin-bottom: 40px; position: relative; padding-bottom: 15px; } .page-puppy-playtime-mobile-chapter-1__section-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 4px; background-color: #e74c3c; border-radius: 2px; } .page-puppy-playtime-mobile-chapter-1__hero-section { position: relative; height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; background: url('[GALLERY:hero:1920x1080:puppy_playtime,mobile_game,arena_plus,chapter_1_hero]') no-repeat center center/cover; } .page-puppy-playtime-mobile-chapter-1__hero-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.6); z-index: 1; } .page-puppy-playtime-mobile-chapter-1__hero-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; } .page-puppy-playtime-mobile-chapter-1__hero-title { font-size: 3.5rem; margin-bottom: 20px; line-height: 1.2; } .page-puppy-playtime-mobile-chapter-1__hero-description { font-size: 1.3rem; margin-bottom: 30px; font-weight: 300; } .page-puppy-playtime-mobile-chapter-1__hero-button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1rem; font-weight: bold; transition: background-color 0.3s ease; } .page-puppy-playtime-mobile-chapter-1__hero-button:hover { background-color: #c0392b; } .page-puppy-playtime-mobile-chapter-1__about-section { padding: 60px 0; background-color: #fff; } .page-puppy-playtime-mobile-chapter-1__content-wrapper { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; } .page-puppy-playtime-mobile-chapter-1__image-wrapper { flex: 1; min-width: 300px; text-align: center; } .page-puppy-playtime-mobile-chapter-1__image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); } .page-puppy-playtime-mobile-chapter-1__text-content { flex: 2; min-width: 300px; } .page-puppy-playtime-mobile-chapter-1__text-content p { margin-bottom: 15px; font-size: 1.1rem; color: #555; } .page-puppy-playtime-mobile-chapter-1__text-content strong { color: #e74c3c; } .page-puppy-playtime-mobile-chapter-1__features-section { padding: 60px 0; background-color: #f0f2f5; } .page-puppy-playtime-mobile-chapter-1__features-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; list-style: none; padding: 0; margin: 0; } .page-puppy-playtime-mobile-chapter-1__features-item { background-color: #fff; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease, box-shadow 0.3s ease; box-sizing: border-box; } .page-puppy-playtime-mobile-chapter-1__features-item:hover { transform: translateY(-5px); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12); } .page-puppy-playtime-mobile-chapter-1__features-icon { width: 100px; height: 100px; margin-bottom: 20px; object-fit: contain; } .page-puppy-playtime-mobile-chapter-1__features-heading { font-size: 1.5rem; color: #2c3e50; margin-bottom: 10px; } .page-puppy-playtime-mobile-chapter-1__features-description { font-size: 1rem; color: #666; } .page-puppy-playtime-mobile-chapter-1__arena-plus-promo { padding: 60px 0; background-color: #34495e; color: #fff; text-align: center; } .page-puppy-playtime-mobile-chapter-1__promo-text { font-size: 1.2rem; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-puppy-playtime-mobile-chapter-1__promo-buttons { display: flex; justify-content: center; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; } .page-puppy-playtime-mobile-chapter-1__promo-button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1rem; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-puppy-playtime-mobile-chapter-1__promo-button--primary { background-color: #e74c3c; color: #fff; border: 2px solid #e74c3c; } .page-puppy-playtime-mobile-chapter-1__promo-button--primary:hover { background-color: #c0392b; transform: translateY(-2px); } .page-puppy-playtime-mobile-chapter-1__promo-button--secondary { background-color: transparent; color: #fff; border: 2px solid #fff; } .page-puppy-playtime-mobile-chapter-1__promo-button--secondary:hover { background-color: rgba(255, 255, 255, 0.1); transform: translateY(-2px); } .page-puppy-playtime-mobile-chapter-1__gamelogo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; margin-top: 40px; max-width: 900px; margin-left: auto; margin-right: auto; align-items: center; } .page-puppy-playtime-mobile-chapter-1__gamelogo { width: 100%; height: auto; max-height: 80px; object-fit: contain; transition: transform 0.3s ease; } .page-puppy-playtime-mobile-chapter-1__gamelogo:hover { transform: scale(1.05); } .page-puppy-playtime-mobile-chapter-1__faq-section { padding: 60px 0; background-color: #fff; } .page-puppy-playtime-mobile-chapter-1__faq-list { max-width: 800px; margin: 0 auto; } .page-puppy-playtime-mobile-chapter-1__faq-item { background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; margin-bottom: 15px; overflow: hidden; } .page-puppy-playtime-mobile-chapter-1__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #eee; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-puppy-playtime-mobile-chapter-1__faq-question:hover { background-color: #e0e0e0; } .page-puppy-playtime-mobile-chapter-1__faq-heading { font-size: 1.2rem; color: #333; margin: 0; pointer-events: none; } .page-puppy-playtime-mobile-chapter-1__faq-toggle { font-size: 1.5rem; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; } .page-puppy-playtime-mobile-chapter-1__faq-item.active .page-puppy-playtime-mobile-chapter-1__faq-toggle { transform: rotate(45deg); } .page-puppy-playtime-mobile-chapter-1__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-puppy-playtime-mobile-chapter-1__faq-item.active .page-puppy-playtime-mobile-chapter-1__faq-answer { max-height: 2000px !important; padding: 20px 20px !important; opacity: 1; } .page-puppy-playtime-mobile-chapter-1__faq-answer p { margin-bottom: 15px; font-size: 1rem; color: #555; } .page-puppy-playtime-mobile-chapter-1__inline-link { color: #e74c3c; text-decoration: none; font-weight: bold; } .page-puppy-playtime-mobile-chapter-1__inline-link:hover { text-decoration: underline; } .page-puppy-playtime-mobile-chapter-1__cta-section { padding: 60px 0; background-color: #e74c3c; color: #fff; text-align: center; } .page-puppy-playtime-mobile-chapter-1__cta-title { font-size: 2.8rem; margin-bottom: 20px; } .page-puppy-playtime-mobile-chapter-1__cta-description { font-size: 1.2rem; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; } .page-puppy-playtime-mobile-chapter-1__cta-button { display: inline-block; background-color: #2c3e50; color: #fff; padding: 18px 35px; border-radius: 8px; text-decoration: none; font-size: 1.2rem; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-puppy-playtime-mobile-chapter-1__cta-button:hover { background-color: #34495e; transform: translateY(-3px); } @media (max-width: 1024px) { .page-puppy-playtime-mobile-chapter-1__hero-title { font-size: 3rem; } .page-puppy-playtime-mobile-chapter-1__section-title { font-size: 2rem; } } @media (max-width: 768px) { .page-puppy-playtime-mobile-chapter-1__hero-section { height: 400px; } .page-puppy-playtime-mobile-chapter-1__hero-title { font-size: 2.5rem; } .page-puppy-playtime-mobile-chapter-1__hero-description { font-size: 1.1rem; } .page-puppy-playtime-mobile-chapter-1__hero-button { padding: 12px 25px; font-size: 1rem; } .page-puppy-playtime-mobile-chapter-1__section-title { font-size: 1.8rem; margin-bottom: 30px; } .page-puppy-playtime-mobile-chapter-1__content-wrapper { flex-direction: column; } .page-puppy-playtime-mobile-chapter-1__image-wrapper, .page-puppy-playtime-mobile-chapter-1__text-content { min-width: unset; width: 100%; } .page-puppy-playtime-mobile-chapter-1__features-list { grid-template-columns: 1fr; width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-puppy-playtime-mobile-chapter-1__features-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 20px !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-puppy-playtime-mobile-chapter-1__promo-buttons { flex-direction: column; gap: 15px; } .page-puppy-playtime-mobile-chapter-1__promo-button { width: 100%; max-width: 300px; margin: 0 auto; } .page-puppy-playtime-mobile-chapter-1__gamelogo-grid { grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)); gap: 15px; } .page-puppy-playtime-mobile-chapter-1__gamelogo { max-height: 60px; } .page-puppy-playtime-mobile-chapter-1__faq-question { padding: 12px 15px; } .page-puppy-playtime-mobile-chapter-1__faq-heading { font-size: 1.1rem; } .page-puppy-playtime-mobile-chapter-1__faq-answer { padding: 0 15px; } .page-puppy-playtime-mobile-chapter-1__faq-item.active .page-puppy-playtime-mobile-chapter-1__faq-answer { padding: 15px 15px !important; } .page-puppy-playtime-mobile-chapter-1__cta-title { font-size: 2rem; } .page-puppy-playtime-mobile-chapter-1__cta-description { font-size: 1.1rem; } .page-puppy-playtime-mobile-chapter-1__cta-button { padding: 15px 30px; font-size: 1.1rem; } } @media (max-width: 480px) { .page-puppy-playtime-mobile-chapter-1__hero-section { height: 350px; } .page-puppy-playtime-mobile-chapter-1__hero-title { font-size: 2rem; } .page-puppy-playtime-mobile-chapter-1__hero-description { font-size: 1rem; } .page-puppy-playtime-mobile-chapter-1__section-title { font-size: 1.5rem; } .page-puppy-playtime-mobile-chapter-1__cta-title { font-size: 1.8rem; } .page-puppy-playtime-mobile-chapter-1__gamelogo-grid { grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); } .page-puppy-playtime-mobile-chapter-1__gamelogo { max-height: 50px; } }