.page-puppy-playtime-chapter-3-photos { font-family: 'Arial', sans-serif; color: #fff; background-color: #1a1a2e; line-height: 1.6; } .page-puppy-playtime-chapter-3-photos__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-puppy-playtime-chapter-3-photos__container { padding: 15px; } } .page-puppy-playtime-chapter-3-photos__section { padding: 60px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } @media (max-width: 768px) { .page-puppy-playtime-chapter-3-photos__section { padding: 40px 0; } } .page-puppy-playtime-chapter-3-photos__section-title { text-align: center; font-size: 2.5em; margin-bottom: 40px; color: #e94560; text-shadow: 0 0 10px rgba(233, 69, 96, 0.5); } @media (max-width: 768px) { .page-puppy-playtime-chapter-3-photos__section-title { font-size: 2em; margin-bottom: 30px; } } .page-puppy-playtime-chapter-3-photos__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:puppy playtime chapter 3,gaming,online casino]') center/cover no-repeat; text-align: center; padding: 10px 0 80px; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 70vh; position: relative; overflow: hidden; } .page-puppy-playtime-chapter-3-photos__hero-content { z-index: 1; max-width: 900px; margin: 0 auto; padding: 0 20px; } .page-puppy-playtime-chapter-3-photos__hero-title { font-size: 3.8em; margin-bottom: 20px; color: #f0f0f0; text-shadow: 0 0 15px rgba(255, 255, 255, 0.8); line-height: 1.2; } @media (max-width: 768px) { .page-puppy-playtime-chapter-3-photos__hero-title { font-size: 2.5em; } } .page-puppy-playtime-chapter-3-photos__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; color: #c0c0c0; } @media (max-width: 768px) { .page-puppy-playtime-chapter-3-photos__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; } } .page-puppy-playtime-chapter-3-photos__hero-buttons { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-puppy-playtime-chapter-3-photos__button { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 8px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-puppy-playtime-chapter-3-photos__button:hover { background-color: #ff6b82; transform: translateY(-3px); } .page-puppy-playtime-chapter-3-photos__button--secondary { background-color: #0f3460; } .page-puppy-playtime-chapter-3-photos__button--secondary:hover { background-color: #164e8e; } .page-puppy-playtime-chapter-3-photos__intro-text { text-align: center; max-width: 800px; margin: 0 auto 40px; font-size: 1.1em; color: #c0c0c0; } .page-puppy-playtime-chapter-3-photos__features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-puppy-playtime-chapter-3-photos__features { grid-template-columns: 1fr; } } .page-puppy-playtime-chapter-3-photos__feature-item { background-color: #0f3460; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-puppy-playtime-chapter-3-photos__feature-item:hover { transform: translateY(-5px); } .page-puppy-playtime-chapter-3-photos__feature-item h3 { color: #e94560; font-size: 1.5em; margin-bottom: 15px; } .page-puppy-playtime-chapter-3-photos__feature-item p { color: #c0c0c0; } .page-puppy-playtime-chapter-3-photos__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; } @media (max-width: 768px) { .page-puppy-playtime-chapter-3-photos__quick-access-grid { grid-template-columns: 1fr; } } .page-puppy-playtime-chapter-3-photos__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-puppy-playtime-chapter-3-photos__game-categories { grid-template-columns: 1fr; } } .page-puppy-playtime-chapter-3-photos__game-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; box-sizing: border-box; } .page-puppy-playtime-chapter-3-photos__game-card:hover { transform: translateY(-5px); } .page-puppy-playtime-chapter-3-photos__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-puppy-playtime-chapter-3-photos__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-puppy-playtime-chapter-3-photos__game-card h3 { color: #e94560; font-size: 1.4em; margin-bottom: 10px; } .page-puppy-playtime-chapter-3-photos__game-card p { color: #c0c0c0; font-size: 0.95em; margin-bottom: 15px; } .page-puppy-playtime-chapter-3-photos__game-card .page-puppy-playtime-chapter-3-photos__button { width: 100%; text-align: center; padding: 10px 15px; font-size: 1em; } .page-puppy-playtime-chapter-3-photos__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-puppy-playtime-chapter-3-photos__promotions-grid { grid-template-columns: 1fr; } } .page-puppy-playtime-chapter-3-photos__promo-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-puppy-playtime-chapter-3-photos__promo-card:hover { transform: translateY(-5px); } .page-puppy-playtime-chapter-3-photos__promo-card-image { width: 100%; height: 220px; object-fit: cover; } .page-puppy-playtime-chapter-3-photos__promo-card-content { padding: 20px; } .page-puppy-playtime-chapter-3-photos__promo-card h3 { color: #e94560; font-size: 1.4em; margin-bottom: 10px; } .page-puppy-playtime-chapter-3-photos__promo-card p { color: #c0c0c0; font-size: 0.95em; margin-bottom: 15px; } .page-puppy-playtime-chapter-3-photos__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-puppy-playtime-chapter-3-photos__security-grid { grid-template-columns: 1fr; } } .page-puppy-playtime-chapter-3-photos__security-item { background-color: #0f3460; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); box-sizing: border-box; } .page-puppy-playtime-chapter-3-photos__security-item h3 { color: #e94560; font-size: 1.5em; margin-bottom: 15px; } .page-puppy-playtime-chapter-3-photos__security-item p { color: #c0c0c0; } .page-puppy-playtime-chapter-3-photos__faq-list { max-width: 800px; margin: 40px auto 0; } .page-puppy-playtime-chapter-3-photos__faq-item { background-color: #0f3460; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .page-puppy-playtime-chapter-3-photos__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #16213e; border-bottom: 1px solid rgba(255, 255, 255, 0.1); user-select: none; } .page-puppy-playtime-chapter-3-photos__faq-question:hover { background-color: #1a2a4e; } .page-puppy-playtime-chapter-3-photos__faq-question h3 { margin: 0; font-size: 1.2em; color: #e94560; pointer-events: none; } .page-puppy-playtime-chapter-3-photos__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-puppy-playtime-chapter-3-photos__faq-item.active .page-puppy-playtime-chapter-3-photos__faq-toggle { transform: rotate(45deg); } .page-puppy-playtime-chapter-3-photos__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; color: #c0c0c0; } .page-puppy-playtime-chapter-3-photos__faq-item.active .page-puppy-playtime-chapter-3-photos__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-puppy-playtime-chapter-3-photos__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-puppy-playtime-chapter-3-photos__blog-grid { grid-template-columns: 1fr; } } .page-puppy-playtime-chapter-3-photos__blog-card { background-color: #0f3460; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; } .page-puppy-playtime-chapter-3-photos__blog-card:hover { transform: translateY(-5px); } .page-puppy-playtime-chapter-3-photos__blog-card-image { width: 100%; height: 200px; object-fit: cover; } .page-puppy-playtime-chapter-3-photos__blog-card-content { padding: 20px; } .page-puppy-playtime-chapter-3-photos__blog-card h3 { font-size: 1.4em; margin-bottom: 10px; } .page-puppy-playtime-chapter-3-photos__blog-card h3 a { color: #e94560; text-decoration: none; transition: color 0.3s ease; } .page-puppy-playtime-chapter-3-photos__blog-card h3 a:hover { color: #ff6b82; } .page-puppy-playtime-chapter-3-photos__blog-card p { color: #c0c0c0; font-size: 0.95em; margin-bottom: 15px; } .page-puppy-playtime-chapter-3-photos__blog-card-date { font-size: 0.85em; color: #888; margin-bottom: 10px; } .page-puppy-playtime-chapter-3-photos__blog-card .page-puppy-playtime-chapter-3-photos__button { width: auto; padding: 8px 15px; font-size: 0.9em; } @media (max-width: 768px) { .page-puppy-playtime-chapter-3-photos__features, .page-puppy-playtime-chapter-3-photos__quick-access-grid, .page-puppy-playtime-chapter-3-photos__game-categories, .page-puppy-playtime-chapter-3-photos__promotions-grid, .page-puppy-playtime-chapter-3-photos__security-grid, .page-puppy-playtime-chapter-3-photos__blog-grid { display: block; } .page-puppy-playtime-chapter-3-photos__feature-item, .page-puppy-playtime-chapter-3-photos__quick-access-grid .page-puppy-playtime-chapter-3-photos__button, .page-puppy-playtime-chapter-3-photos__game-card, .page-puppy-playtime-chapter-3-photos__promo-card, .page-puppy-playtime-chapter-3-photos__security-item, .page-puppy-playtime-chapter-3-photos__blog-card { margin-bottom: 20px; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-puppy-playtime-chapter-3-photos__quick-access-grid .page-puppy-playtime-chapter-3-photos__button { display: block; } .page-puppy-playtime-chapter-3-photos__faq-list { padding: 0 15px; } .page-puppy-playtime-chapter-3-photos__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }