.page-happy-playtime-dog-day { font-family: Arial, sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-happy-playtime-dog-day__hero-section { position: relative; background: linear-gradient(135deg, #FFD700, #FF8C00); color: #fff; padding: 10px 20px 60px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; min-height: 500px; }.page-happy-playtime-dog-day__hero-image-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; overflow: hidden; }.page-happy-playtime-dog-day__hero-image { width: 100%; height: 100%; object-fit: cover; opacity: 0.3; max-width: 100% !important; }.page-happy-playtime-dog-day__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.4); border-radius: 10px; margin-top: 50px; }.page-happy-playtime-dog-day__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-happy-playtime-dog-day__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #eee; }.page-happy-playtime-dog-day__hero-buttons { display: flex; gap: 15px; justify-content: center; }.page-happy-playtime-dog-day__button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; }.page-happy-playtime-dog-day__button--primary { background-color: #FF4500; color: #fff; border: 2px solid #FF4500; }.page-happy-playtime-dog-day__button--primary:hover { background-color: #E63900; transform: translateY(-2px); }.page-happy-playtime-dog-day__button--secondary { background-color: transparent; color: #fff; border: 2px solid #fff; }.page-happy-playtime-dog-day__button--secondary:hover { background-color: rgba(255, 255, 255, 0.2); transform: translateY(-2px); }.page-happy-playtime-dog-day__section-title { font-size: 2.2em; color: #333; text-align: center; margin-bottom: 40px; margin-top: 60px; position: relative; }.page-happy-playtime-dog-day__section-title::after { content: ''; position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); width: 80px; height: 4px; background-color: #FF8C00; border-radius: 2px; }.page-happy-playtime-dog-day__features-section, .page-happy-playtime-dog-day__games-section, .page-happy-playtime-dog-day__promo-cta-section, .page-happy-playtime-dog-day__faq-section { padding: 40px 20px; max-width: 1200px; margin: 0 auto; }.page-happy-playtime-dog-day__feature-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; }.page-happy-playtime-dog-day__feature-item { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); padding: 30px; text-align: center; flex: 1 1 calc(33% - 40px); max-width: calc(33% - 40px); box-sizing: border-box; transition: transform 0.3s ease, box-shadow 0.3s ease; }.page-happy-playtime-dog-day__feature-item:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-happy-playtime-dog-day__feature-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; max-width: 100% !important; }.page-happy-playtime-dog-day__feature-heading { font-size: 1.5em; color: #FF8C00; margin-bottom: 10px; }.page-happy-playtime-dog-day__feature-description { font-size: 1em; color: #666; }.page-happy-playtime-dog-day__section-intro { text-align: center; font-size: 1.1em; color: #555; margin-bottom: 50px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-happy-playtime-dog-day__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-happy-playtime-dog-day__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center; box-sizing: border-box; }.page-happy-playtime-dog-day__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }.page-happy-playtime-dog-day__game-image { width: 100%; height: 200px; object-fit: cover; max-width: 100% !important; }.page-happy-playtime-dog-day__game-title { font-size: 1.4em; color: #333; margin: 20px 15px 10px; }.page-happy-playtime-dog-day__game-description { font-size: 0.95em; color: #666; padding: 0 15px 20px; }.page-happy-playtime-dog-day__promo-cta-section { display: flex; flex-direction: column; align-items: center; text-align: center; background: linear-gradient(90deg, #FF8C00, #FFD700); color: #fff; padding: 60px 20px; border-radius: 15px; margin-top: 60px; margin-bottom: 60px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); gap: 30px; }.page-happy-playtime-dog-day__promo-content { max-width: 800px; }.page-happy-playtime-dog-day__promo-title { font-size: 2.5em; margin-bottom: 15px; color: #fff; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); }.page-happy-playtime-dog-day__promo-description { font-size: 1.2em; margin-bottom: 30px; color: #eee; }.page-happy-playtime-dog-day__promo-image { width: 100%; max-width: 500px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); max-width: 100% !important; }/* FAQ Section Styles */.page-happy-playtime-dog-day__faq-container { max-width: 800px; margin: 40px auto; background-color: #fff; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); overflow: hidden; }.page-happy-playtime-dog-day__faq-item { border-bottom: 1px solid #eee; }.page-happy-playtime-dog-day__faq-item:last-child { border-bottom: none; }.page-happy-playtime-dog-day__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #fcfcfc; transition: background-color 0.3s ease; user-select: none; }.page-happy-playtime-dog-day__faq-question:hover { background-color: #f0f0f0; }.page-happy-playtime-dog-day__faq-title { font-size: 1.2em; color: #333; margin: 0; flex-grow: 1; }.page-happy-playtime-dog-day__faq-toggle { font-size: 1.5em; color: #FF8C00; margin-left: 15px; font-weight: bold; transition: transform 0.3s ease; }.page-happy-playtime-dog-day__faq-item.active .page-happy-playtime-dog-day__faq-toggle { transform: rotate(45deg); }.page-happy-playtime-dog-day__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-happy-playtime-dog-day__faq-item.active .page-happy-playtime-dog-day__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-happy-playtime-dog-day__faq-answer p { margin: 0; color: #555; font-size: 0.95em; }/* Responsive Design */@media (max-width: 768px) { .page-happy-playtime-dog-day__hero-section { padding: 10px 15px 40px; min-height: 400px; } .page-happy-playtime-dog-day__hero-content { margin-top: 30px; } .page-happy-playtime-dog-day__hero-title { font-size: 2em; } .page-happy-playtime-dog-day__hero-description { font-size: 1em; } .page-happy-playtime-dog-day__hero-buttons { flex-direction: column; gap: 10px; } .page-happy-playtime-dog-day__button { width: 100%; padding: 10px 20px; } .page-happy-playtime-dog-day__section-title { font-size: 1.8em; margin-top: 40px; margin-bottom: 30px; } .page-happy-playtime-dog-day__features-section, .page-happy-playtime-dog-day__games-section, .page-happy-playtime-dog-day__promo-cta-section, .page-happy-playtime-dog-day__faq-section { padding: 30px 15px; } .page-happy-playtime-dog-day__feature-list { flex-direction: column; gap: 20px; } .page-happy-playtime-dog-day__feature-item { flex: 1 1 100% !important; max-width: 100% !important; padding: 20px; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-happy-playtime-dog-day__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; } .page-happy-playtime-dog-day__game-categories { grid-template-columns: 1fr; gap: 20px; } .page-happy-playtime-dog-day__game-card { padding-bottom: 15px; } .page-happy-playtime-dog-day__game-image { height: 180px; } .page-happy-playtime-dog-day__promo-cta-section { padding: 40px 15px; margin-top: 40px; margin-bottom: 40px; } .page-happy-playtime-dog-day__promo-title { font-size: 1.8em; } .page-happy-playtime-dog-day__promo-description { font-size: 1em; } .page-happy-playtime-dog-day__faq-container { margin: 30px auto; } .page-happy-playtime-dog-day__faq-question { padding: 15px 20px; } .page-happy-playtime-dog-day__faq-title { font-size: 1.1em; } .page-happy-playtime-dog-day__faq-answer { padding: 0 20px; } .page-happy-playtime-dog-day__faq-item.active .page-happy-playtime-dog-day__faq-answer { padding: 15px 20px !important; } /* Ensure images are responsive */ .page-happy-playtime-dog-day img { max-width: 100% !important; height: auto !important; } }@media (max-width: 375px) { .page-happy-playtime-dog-day__hero-title { font-size: 1.6em; } .page-happy-playtime-dog-day__section-title { font-size: 1.5em; } .page-happy-playtime-dog-day__promo-title { font-size: 1.6em; } .page-happy-playtime-dog-day__feature-item, .page-happy-playtime-dog-day__game-card { padding-left: 10px; padding-right: 10px; box-sizing: border-box !important; } .page-happy-playtime-dog-day__faq-question, .page-happy-playtime-dog-day__faq-answer { padding-left: 15px; padding-right: 15px; } .page-happy-playtime-dog-day__faq-item.active .page-happy-playtime-dog-day__faq-answer { padding-left: 15px !important; padding-right: 15px !important; } .page-happy-playtime-dog-day__feature-description, .page-happy-playtime-dog-day__game-description, .page-happy-playtime-dog-day__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } }