body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #f4f7f6; color: #333; } .page-puppy-playtime-games { padding: var(--header-offset, 122px) 0 0; max-width: 1200px; margin: 0 auto; box-sizing: border-box; } @media (max-width: 768px) { .page-puppy-playtime-games { padding-left: 15px; padding-right: 15px; } } .page-puppy-playtime-games__hero-section { background: linear-gradient(135deg, #FFD700, #FFA500); color: #fff; padding: 60px 20px; text-align: center; border-radius: 10px; margin-bottom: 40px; position: relative; overflow: hidden; box-sizing: border-box; } .page-puppy-playtime-games__hero-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('[GALLERY:pattern:1920x1080:gold,abstract,pattern]') no-repeat center center/cover; opacity: 0.15; z-index: 0; } .page-puppy-playtime-games__hero-content { position: relative; z-index: 1; } .page-puppy-playtime-games__hero-title { font-size: 3em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); line-height: 1.2; } .page-puppy-playtime-games__hero-subtitle { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-puppy-playtime-games__button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-puppy-playtime-games__button:hover { background-color: #0056b3; transform: translateY(-2px); } .page-puppy-playtime-games__section { background-color: #fff; padding: 40px 20px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); box-sizing: border-box; } .page-puppy-playtime-games__section-title { font-size: 2.2em; color: #333; margin-bottom: 25px; text-align: center; } .page-puppy-playtime-games__section-text { font-size: 1.1em; line-height: 1.6; text-align: center; max-width: 900px; margin: 0 auto 20px auto; } .page-puppy-playtime-games__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-puppy-playtime-games__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; } .page-puppy-playtime-games__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); } .page-puppy-playtime-games__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } .page-puppy-playtime-games__game-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; } .page-puppy-playtime-games__game-title { font-size: 1.4em; color: #333; margin-bottom: 10px; } .page-puppy-playtime-games__game-description { font-size: 0.95em; color: #666; line-height: 1.5; margin-bottom: 15px; } .page-puppy-playtime-games__feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; text-align: left; margin-top: 20px; } .page-puppy-playtime-games__feature-item { background-color: #e9f7ef; padding: 20px; border-radius: 8px; display: flex; align-items: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); box-sizing: border-box; } .page-puppy-playtime-games__feature-item::before { content: '✔'; color: #28a745; font-size: 1.5em; margin-right: 15px; } .page-puppy-playtime-games__feature-text { font-size: 1em; color: #333; line-height: 1.5; } .page-puppy-playtime-games__faq-section { background-color: #fdfdfd; padding: 40px 20px; margin-bottom: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); box-sizing: border-box; } .page-puppy-playtime-games__faq-item { border-bottom: 1px solid #eee; margin-bottom: 15px; } .page-puppy-playtime-games__faq-item:last-child { border-bottom: none; margin-bottom: 0; } .page-puppy-playtime-games__faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 15px 0; user-select: none; transition: background-color 0.3s ease; } .page-puppy-playtime-games__faq-question:hover { background-color: #f0f0f0; } .page-puppy-playtime-games__faq-question h3 { margin: 0; font-size: 1.15em; color: #333; pointer-events: none; } .page-puppy-playtime-games__faq-toggle { font-size: 1.5em; font-weight: bold; color: #007bff; transition: transform 0.3s ease; pointer-events: none; } .page-puppy-playtime-games__faq-item.active .page-puppy-playtime-games__faq-toggle { transform: rotate(45deg); } .page-puppy-playtime-games__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: #555; line-height: 1.6; } .page-puppy-playtime-games__faq-item.active .page-puppy-playtime-games__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-puppy-playtime-games__cta-section { background: linear-gradient(90deg, #1a2a6c, #b21f1f, #fdbb2d); color: #fff; padding: 60px 20px; text-align: center; border-radius: 10px; margin-bottom: 40px; } .page-puppy-playtime-games__cta-title { font-size: 2.5em; margin-bottom: 20px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); } .page-puppy-playtime-games__cta-text { font-size: 1.2em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-puppy-playtime-games__disclaimer { font-size: 0.85em; color: #777; text-align: center; padding: 20px; margin-top: 20px; } @media (max-width: 768px) { .page-puppy-playtime-games__hero-title { font-size: 2.2em; } .page-puppy-playtime-games__hero-subtitle { font-size: 1em; } .page-puppy-playtime-games__section-title { font-size: 1.8em; } .page-puppy-playtime-games__game-grid { grid-template-columns: 1fr; } .page-puppy-playtime-games__feature-list { grid-template-columns: 1fr; } .page-puppy-playtime-games__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-puppy-playtime-games__feature-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-puppy-playtime-games__cta-title { font-size: 2em; } .page-puppy-playtime-games__cta-text { font-size: 1em; } .page-puppy-playtime-games__faq-question h3 { font-size: 1em; } .page-puppy-playtime-games__faq-answer { padding: 0 10px; } .page-puppy-playtime-games__faq-item.active .page-puppy-playtime-games__faq-answer { padding: 15px 10px !important; } }