/* General reset for the page content, scoped to main container */.page-puppy-playtime-is-the-light * { box-sizing: border-box; }.page-puppy-playtime-is-the-light { font-family: 'Arial', sans-serif; color: #e0e0e0; background-color: #1a1a2e; line-height: 1.6; padding-top: var(--header-offset, 122px); }/* Hero Section */.page-puppy-playtime-is-the-light__hero-section { position: relative; width: 100%; min-height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 20px 0; }.page-puppy-playtime-is-the-light__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }.page-puppy-playtime-is-the-light__hero-image { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.5); max-width: 100%; }.page-puppy-playtime-is-the-light__hero-content { position: relative; z-index: 1; max-width: 900px; padding: 20px; background-color: rgba(0, 0, 0, 0.6); border-radius: 10px; margin: 0 15px; }.page-puppy-playtime-is-the-light__hero-title { font-size: 2.8em; color: #fdd835; margin-bottom: 20px; text-shadow: 0 0 10px rgba(253, 216, 53, 0.7); }.page-puppy-playtime-is-the-light__hero-description { font-size: 1.2em; margin-bottom: 30px; color: #e0e0e0; }.page-puppy-playtime-is-the-light__hero-actions { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; }.page-puppy-playtime-is-the-light__hero-button { display: inline-block; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; font-size: 1.1em; text-align: center; min-width: 150px; }.page-puppy-playtime-is-the-light__hero-button--primary { background-color: #fdd835; color: #1a1a2e; }.page-puppy-playtime-is-the-light__hero-button--primary:hover { background-color: #ffeb3b; transform: translateY(-3px); }.page-puppy-playtime-is-the-light__hero-button--secondary { background-color: #4a148c; color: #e0e0e0; border: 2px solid #fdd835; }.page-puppy-playtime-is-the-light__hero-button--secondary:hover { background-color: #6a1b9a; transform: translateY(-3px); }/* Floating Buttons */.page-puppy-playtime-is-the-light__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-puppy-playtime-is-the-light__floating-button { display: block; width: 100px; padding: 10px 0; border-radius: 50px; text-align: center; text-decoration: none; font-weight: bold; color: #1a1a2e; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.2s ease; }.page-puppy-playtime-is-the-light__floating-button--register { background-color: #fdd835; }.page-puppy-playtime-is-the-light__floating-button--register:hover { background-color: #ffeb3b; transform: scale(1.05); }.page-puppy-playtime-is-the-light__floating-button--login { background-color: #9c27b0; color: #e0e0e0; }.page-puppy-playtime-is-the-light__floating-button--login:hover { background-color: #ba68c8; transform: scale(1.05); }/* Section common styles */.page-puppy-playtime-is-the-light__games-section,.page-puppy-playtime-is-the-light__promotions-section,.page-puppy-playtime-is-the-light__app-download-section,.page-puppy-playtime-is-the-light__faq-section { padding: 60px 20px; text-align: center; max-width: 1200px; margin: 0 auto; }.page-puppy-playtime-is-the-light__section-title { font-size: 2.2em; color: #fdd835; margin-bottom: 20px; text-shadow: 0 0 5px rgba(253, 216, 53, 0.5); }.page-puppy-playtime-is-the-light__section-description { font-size: 1.1em; color: #bdbdbd; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }/* Game Grid */.page-puppy-playtime-is-the-light__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; }.page-puppy-playtime-is-the-light__game-card { background-color: #2e1a47; border-radius: 10px; padding: 25px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: space-between; }.page-puppy-playtime-is-the-light__game-card:hover { transform: translateY(-10px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); }.page-puppy-playtime-is-the-light__game-image { width: 100%; max-width: 250px; height: auto; margin-bottom: 20px; border-radius: 8px; object-fit: cover; max-width: 100%; }.page-puppy-playtime-is-the-light__game-title { font-size: 1.5em; color: #fdd835; margin-bottom: 10px; }.page-puppy-playtime-is-the-light__game-text { color: #bdbdbd; margin-bottom: 20px; flex-grow: 1; }.page-puppy-playtime-is-the-light__game-button { display: inline-block; background-color: #fdd835; color: #1a1a2e; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; }.page-puppy-playtime-is-the-light__game-button:hover { background-color: #ffeb3b; transform: translateY(-3px); }/* Promotions Section */.page-puppy-playtime-is-the-light__promo-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }.page-puppy-playtime-is-the-light__promo-item { background-color: #2e1a47; border-radius: 10px; padding: 25px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; justify-content: space-between; }.page-puppy-playtime-is-the-light__promo-item:hover { transform: translateY(-10px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); }.page-puppy-playtime-is-the-light__promo-image { width: 100%; max-width: 400px; height: auto; margin-bottom: 20px; border-radius: 8px; object-fit: cover; max-width: 100%; }.page-puppy-playtime-is-the-light__promo-title { font-size: 1.5em; color: #fdd835; margin-bottom: 10px; }.page-puppy-playtime-is-the-light__promo-text { color: #bdbdbd; margin-bottom: 20px; flex-grow: 1; }.page-puppy-playtime-is-the-light__promo-button { display: inline-block; background-color: #9c27b0; color: #e0e0e0; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; }.page-puppy-playtime-is-the-light__promo-button:hover { background-color: #ba68c8; transform: translateY(-3px); }/* App Download Section */.page-puppy-playtime-is-the-light__app-download-section { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 50px; background-color: #1f1f3a; padding: 80px 20px; }.page-puppy-playtime-is-the-light__app-content { text-align: left; max-width: 500px; }.page-puppy-playtime-is-the-light__app-content .page-puppy-playtime-is-the-light__section-title { text-align: left; margin-left: 0; margin-right: 0; }.page-puppy-playtime-is-the-light__app-content .page-puppy-playtime-is-the-light__section-description { text-align: left; margin-left: 0; margin-right: 0; margin-bottom: 30px; }.page-puppy-playtime-is-the-light__app-download-button { display: inline-block; background-color: #fdd835; color: #1a1a2e; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; }.page-puppy-playtime-is-the-light__app-download-button:hover { background-color: #ffeb3b; transform: translateY(-3px); }.page-puppy-playtime-is-the-light__app-image-wrapper { max-width: 500px; width: 100%; text-align: center; }.page-puppy-playtime-is-the-light__app-image { width: 100%; height: auto; border-radius: 15px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5); max-width: 100%; }/* FAQ Section */.page-puppy-playtime-is-the-light__faq-section { background-color: #1a1a2e; }.page-puppy-playtime-is-the-light__faq-container { max-width: 800px; margin: 40px auto 0 auto; text-align: left; }.page-puppy-playtime-is-the-light__faq-item { background-color: #2e1a47; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }.page-puppy-playtime-is-the-light__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; background-color: #4a148c; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-puppy-playtime-is-the-light__faq-question:hover { background-color: #6a1b9a; }.page-puppy-playtime-is-the-light__faq-title { font-size: 1.2em; color: #e0e0e0; margin: 0; pointer-events: none; }.page-puppy-playtime-is-the-light__faq-toggle { font-size: 1.8em; color: #fdd835; font-weight: bold; line-height: 1; transition: transform 0.3s ease; pointer-events: none; }.page-puppy-playtime-is-the-light__faq-item.active .page-puppy-playtime-is-the-light__faq-toggle { transform: rotate(45deg); }.page-puppy-playtime-is-the-light__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; background-color: #2e1a47; color: #bdbdbd; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-puppy-playtime-is-the-light__faq-item.active .page-puppy-playtime-is-the-light__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-puppy-playtime-is-the-light__faq-answer p { margin: 0; }/* Responsive Styles */@media (max-width: 768px) { .page-puppy-playtime-is-the-light__hero-section { min-height: 60vh; } .page-puppy-playtime-is-the-light__hero-title { font-size: 2em; } .page-puppy-playtime-is-the-light__hero-description { font-size: 1em; } .page-puppy-playtime-is-the-light__hero-actions { flex-direction: column; gap: 15px; } .page-puppy-playtime-is-the-light__hero-button { width: 100%; max-width: 250px; margin: 0 auto; } .page-puppy-playtime-is-the-light__floating-buttons { bottom: 10px; right: 10px; gap: 5px; } .page-puppy-playtime-is-the-light__floating-button { width: 80px; padding: 8px 0; font-size: 0.9em; } .page-puppy-playtime-is-the-light__games-section,.page-puppy-playtime-is-the-light__promotions-section,.page-puppy-playtime-is-the-light__app-download-section,.page-puppy-playtime-is-the-light__faq-section { padding: 40px 15px; } .page-puppy-playtime-is-the-light__section-title { font-size: 1.8em; } .page-puppy-playtime-is-the-light__section-description { font-size: 0.95em; } .page-puppy-playtime-is-the-light__game-grid,.page-puppy-playtime-is-the-light__promo-list { grid-template-columns: 1fr; gap: 20px; } .page-puppy-playtime-is-the-light__app-download-section { flex-direction: column; gap: 30px; padding: 50px 15px; } .page-puppy-playtime-is-the-light__app-content { text-align: center; } .page-puppy-playtime-is-the-light__app-content .page-puppy-playtime-is-the-light__section-title,.page-puppy-playtime-is-the-light__app-content .page-puppy-playtime-is-the-light__section-description { text-align: center; } .page-puppy-playtime-is-the-light__app-download-button { width: 100%; max-width: 300px; margin: 0 auto; } /* List item specific responsive requirements */ /* For game cards */ .page-puppy-playtime-is-the-light__game-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px; } .page-puppy-playtime-is-the-light__game-card p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } /* For promo items */ .page-puppy-playtime-is-the-light__promo-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px 15px; } .page-puppy-playtime-is-the-light__promo-item p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } /* For FAQ items */ .page-puppy-playtime-is-the-light__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-puppy-playtime-is-the-light__faq-question { padding: 15px 15px; } .page-puppy-playtime-is-the-light__faq-title { font-size: 1.1em; } .page-puppy-playtime-is-the-light__faq-answer { padding: 0 15px; } .page-puppy-playtime-is-the-light__faq-item.active .page-puppy-playtime-is-the-light__faq-answer { padding: 15px 15px !important; } .page-puppy-playtime-is-the-light__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } /* Ensure all images are responsive */ .page-puppy-playtime-is-the-light img { max-width: 100% !important; height: auto !important; } }/* Ensure good color contrast *//* Text on dark background */.page-puppy-playtime-is-the-light__hero-description,.page-puppy-playtime-is-the-light__section-description,.page-puppy-playtime-is-the-light__game-text,.page-puppy-playtime-is-the-light__promo-text,.page-puppy-playtime-is-the-light__faq-answer p { color: #e0e0e0; }/* Buttons */.page-puppy-playtime-is-the-light__hero-button--primary,.page-puppy-playtime-is-the-light__game-button,.page-puppy-playtime-is-the-light__app-download-button { background-color: #fdd835; color: #1a1a2e; }.page-puppy-playtime-is-the-light__hero-button--secondary { background-color: #4a148c; color: #e0e0e0; border-color: #fdd835; }.page-puppy-playtime-is-the-light__floating-button--register { background-color: #fdd835; color: #1a1a2e; }.page-puppy-playtime-is-the-light__floating-button--login { background-color: #9c27b0; color: #e0e0e0; }.page-puppy-playtime-is-the-light__promo-button { background-color: #9c27b0; color: #e0e0e0; }/* Titles */.page-puppy-playtime-is-the-light__hero-title,.page-puppy-playtime-is-the-light__section-title,.page-puppy-playtime-is-the-light__game-title,.page-puppy-playtime-is-the-light__promo-title { color: #fdd835; }/* FAQ question text */.page-puppy-playtime-is-the-light__faq-title { color: #e0e0e0; }.page-puppy-playtime-is-the-light__faq-toggle { color: #fdd835; }