.page-puppy-playtime-experiment-1006 { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-puppy-playtime-experiment-1006__section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; } .page-puppy-playtime-experiment-1006__section--dark { background-color: #16213e; } .page-puppy-playtime-experiment-1006__section--light { background-color: #0f3460; } .page-puppy-playtime-experiment-1006__hero-section { text-align: center; padding: 10px 20px 60px; background: url('[GALLERY:hero:1920x1080:puppy playtime,horror,game,dark]') no-repeat center center/cover; position: relative; color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 500px; } .page-puppy-playtime-experiment-1006__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-puppy-playtime-experiment-1006__hero-content { position: relative; z-index: 2; max-width: 800px; } .page-puppy-playtime-experiment-1006__h1 { font-size: 2.8em; margin-bottom: 20px; color: #e94560; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-puppy-playtime-experiment-1006__p { font-size: 1.1em; margin-bottom: 30px; color: #ccc; } .page-puppy-playtime-experiment-1006__button { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; font-size: 1em; } .page-puppy-playtime-experiment-1006__button:hover { background-color: #ff6e82; transform: translateY(-2px); } .page-puppy-playtime-experiment-1006__image-container { text-align: center; margin-top: 30px; } .page-puppy-playtime-experiment-1006__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-puppy-playtime-experiment-1006__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; } .page-puppy-playtime-experiment-1006__card { background-color: #0f3460; padding: 25px; border-radius: 8px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.3s ease; } .page-puppy-playtime-experiment-1006__card:hover { transform: translateY(-5px); } .page-puppy-playtime-experiment-1006__card-icon { max-width: 250px; height: auto; margin-bottom: 15px; border-radius: 4px; } .page-puppy-playtime-experiment-1006__h2 { font-size: 2em; margin-bottom: 25px; text-align: center; color: #e94560; } .page-puppy-playtime-experiment-1006__h3 { font-size: 1.5em; margin-bottom: 15px; color: #e94560; } .page-puppy-playtime-experiment-1006__text-content { font-size: 1em; color: #ccc; } .page-puppy-playtime-experiment-1006__list { list-style: none; padding: 0; margin-top: 20px; } .page-puppy-playtime-experiment-1006__list-item { background-color: #16213e; margin-bottom: 10px; padding: 15px; border-radius: 5px; display: flex; align-items: center; } .page-puppy-playtime-experiment-1006__list-item::before { content: '✓'; color: #e94560; font-weight: bold; margin-right: 10px; } .page-puppy-playtime-experiment-1006__faq-section { background-color: #16213e; padding: 60px 20px; } .page-puppy-playtime-experiment-1006__faq-container { max-width: 800px; margin: 0 auto; } .page-puppy-playtime-experiment-1006__faq-item { margin-bottom: 15px; border: 1px solid #0f3460; border-radius: 8px; overflow: hidden; } .page-puppy-playtime-experiment-1006__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; background-color: #0f3460; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-puppy-playtime-experiment-1006__faq-question:hover { background-color: #1a1a2e; } .page-puppy-playtime-experiment-1006__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } .page-puppy-playtime-experiment-1006__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-puppy-playtime-experiment-1006__faq-item.active .page-puppy-playtime-experiment-1006__faq-toggle { transform: rotate(45deg); } .page-puppy-playtime-experiment-1006__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #1a1a2e; 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; } .page-puppy-playtime-experiment-1006__faq-item.active .page-puppy-playtime-experiment-1006__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-puppy-playtime-experiment-1006__h1 { font-size: 2em; } .page-puppy-playtime-experiment-1006__p { font-size: 1em; } .page-puppy-playtime-experiment-1006__section { padding: 30px 15px; } .page-puppy-playtime-experiment-1006__grid { grid-template-columns: 1fr; } .page-puppy-playtime-experiment-1006__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 10px 15px; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-puppy-playtime-experiment-1006__image { max-width: 100%; height: auto; } .page-puppy-playtime-experiment-1006__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-puppy-playtime-experiment-1006__faq-question { padding: 15px 20px; } .page-puppy-playtime-experiment-1006__faq-question h3 { font-size: 1.1em; } .page-puppy-playtime-experiment-1006__faq-answer { padding: 0 20px; } .page-puppy-playtime-experiment-1006__faq-item.active .page-puppy-playtime-experiment-1006__faq-answer { padding: 15px 20px !important; } } @media (max-width: 480px) { .page-puppy-playtime-experiment-1006__h1 { font-size: 1.8em; } .page-puppy-playtime-experiment-1006__button { padding: 12px 25px; font-size: 0.9em; } }