.page-thank-goodness-youre-here-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-thank-goodness-youre-here-playtime__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime__container { padding: 15px; } } .page-thank-goodness-youre-here-playtime__hero-section { background: linear-gradient(135deg, #001a33, #003366); color: #fff; text-align: center; padding: 10px 0 60px 0; position: relative; overflow: hidden; border-radius: 0 0 20px 20px; margin-bottom: 40px; } .page-thank-goodness-youre-here-playtime__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 0.3; } .page-thank-goodness-youre-here-playtime__hero-content { position: relative; z-index: 1; padding: 20px; max-width: 900px; margin: 0 auto; } .page-thank-goodness-youre-here-playtime__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime__hero-title { font-size: 2.5em; } } .page-thank-goodness-youre-here-playtime__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime__hero-subtitle { font-size: 1.2em; } } .page-thank-goodness-youre-here-playtime__button-group { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-thank-goodness-youre-here-playtime__btn { display: inline-block; background-color: #ffcc00; color: #001a33; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-thank-goodness-youre-here-playtime__btn:hover { background-color: #e6b800; transform: translateY(-3px); } .page-thank-goodness-youre-here-playtime__download-btn { background-color: #007bff; color: #fff; } .page-thank-goodness-youre-here-playtime__download-btn:hover { background-color: #0056b3; } .page-thank-goodness-youre-here-playtime__section { padding: 60px 0; text-align: center; } @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime__section { padding: 40px 0; } } .page-thank-goodness-youre-here-playtime__section:nth-of-type(even) { background-color: #eef4f8; } .page-thank-goodness-youre-here-playtime__section-title { font-size: 2.8em; color: #001a33; margin-bottom: 30px; } @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime__section-title { font-size: 2em; } } .page-thank-goodness-youre-here-playtime__section-description { font-size: 1.1em; max-width: 800px; margin: 0 auto 40px auto; color: #555; } .page-thank-goodness-youre-here-playtime__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime__grid { grid-template-columns: 1fr; } } .page-thank-goodness-youre-here-playtime__grid-item { background-color: #fff; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-thank-goodness-youre-here-playtime__grid-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-thank-goodness-youre-here-playtime__grid-item-icon { margin-bottom: 20px; display: block; max-width: 100%; height: auto; border-radius: 5px; } .page-thank-goodness-youre-here-playtime__grid-item-title { font-size: 1.5em; color: #001a33; margin-bottom: 15px; } .page-thank-goodness-youre-here-playtime__grid-item-text { color: #666; font-size: 1em; } .page-thank-goodness-youre-here-playtime__game-categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 40px; } @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime__game-categories { grid-template-columns: 1fr; } } .page-thank-goodness-youre-here-playtime__category-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; } .page-thank-goodness-youre-here-playtime__category-card:hover { transform: translateY(-5px); } .page-thank-goodness-youre-here-playtime__category-image { width: 100%; height: 200px; object-fit: cover; } .page-thank-goodness-youre-here-playtime__category-content { padding: 20px; } .page-thank-goodness-youre-here-playtime__category-title { font-size: 1.3em; color: #001a33; margin-bottom: 10px; } .page-thank-goodness-youre-here-playtime__category-text { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-thank-goodness-youre-here-playtime__promo-list { list-style: none; padding: 0; margin: 40px auto 0 auto; max-width: 800px; } .page-thank-goodness-youre-here-playtime__promo-item { background-color: #fff; margin-bottom: 20px; padding: 25px; border-radius: 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); text-align: left; display: flex; align-items: center; gap: 20px; } @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime__promo-item { flex-direction: column; text-align: center; } } .page-thank-goodness-youre-here-playtime__promo-icon { width: 80px; height: 80px; object-fit: contain; flex-shrink: 0; } .page-thank-goodness-youre-here-playtime__promo-details { flex-grow: 1; } .page-thank-goodness-youre-here-playtime__promo-title { font-size: 1.4em; color: #001a33; margin-bottom: 10px; } .page-thank-goodness-youre-here-playtime__promo-text { color: #666; font-size: 0.95em; } .page-thank-goodness-youre-here-playtime__faq-section { background-color: #f0f7ff; padding: 60px 0; } @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime__faq-section { padding: 40px 0; } } .page-thank-goodness-youre-here-playtime__faq-container { max-width: 800px; margin: 0 auto; padding: 0 20px; } .page-thank-goodness-youre-here-playtime__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-thank-goodness-youre-here-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #003366; color: #fff; transition: background-color 0.3s ease; } .page-thank-goodness-youre-here-playtime__faq-question:hover { background-color: #004080; } .page-thank-goodness-youre-here-playtime__faq-question h3 { margin: 0; font-size: 1.2em; flex-grow: 1; text-align: left; pointer-events: none; } @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime__faq-question h3 { font-size: 1.1em; } } .page-thank-goodness-youre-here-playtime__faq-toggle { font-size: 1.8em; font-weight: bold; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; } .page-thank-goodness-youre-here-playtime__faq-item.active .page-thank-goodness-youre-here-playtime__faq-toggle { transform: rotate(45deg); } .page-thank-goodness-youre-here-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #f9f9f9; color: #333; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; text-align: left; } .page-thank-goodness-youre-here-playtime__faq-item.active .page-thank-goodness-youre-here-playtime__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime__faq-answer { padding: 15px !important; } } .page-thank-goodness-youre-here-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime__blog-grid { grid-template-columns: 1fr; } } .page-thank-goodness-youre-here-playtime__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; text-align: left; } .page-thank-goodness-youre-here-playtime__blog-card:hover { transform: translateY(-5px); } .page-thank-goodness-youre-here-playtime__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-thank-goodness-youre-here-playtime__blog-content { padding: 20px; } .page-thank-goodness-youre-here-playtime__blog-title { font-size: 1.4em; color: #001a33; margin-bottom: 10px; } .page-thank-goodness-youre-here-playtime__blog-excerpt { font-size: 0.95em; color: #666; margin-bottom: 20px; } .page-thank-goodness-youre-here-playtime__blog-date { font-size: 0.85em; color: #999; margin-top: 15px; } .page-thank-goodness-youre-here-playtime__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-thank-goodness-youre-here-playtime__quick-access-link { background-color: #003366; color: #fff; padding: 12px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 0.95em; transition: background-color 0.3s ease; } .page-thank-goodness-youre-here-playtime__quick-access-link:hover { background-color: #004080; } /* Responsive overrides for lists */ @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime__grid, .page-thank-goodness-youre-here-playtime__game-categories, .page-thank-goodness-youre-here-playtime__blog-grid { display: block; } .page-thank-goodness-youre-here-playtime__grid-item, .page-thank-goodness-youre-here-playtime__category-card, .page-thank-goodness-youre-here-playtime__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-bottom: 20px; margin-left: 0 !important; margin-right: 0 !important; } .page-thank-goodness-youre-here-playtime__promo-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-thank-goodness-youre-here-playtime__promo-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 15px; } .page-thank-goodness-youre-here-playtime__grid-item-text, .page-thank-goodness-youre-here-playtime__category-text, .page-thank-goodness-youre-here-playtime__promo-text, .page-thank-goodness-youre-here-playtime__blog-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-thank-goodness-youre-here-playtime__quick-access-links { flex-direction: column; align-items: center; } .page-thank-goodness-youre-here-playtime__quick-access-link { width: 80%; text-align: center; } } /* Image responsive styles */ .page-thank-goodness-youre-here-playtime img { max-width: 100%; height: auto; display: block; margin: 0 auto; } .page-thank-goodness-youre-here-playtime__img-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } @media (max-width: 768px) { .page-thank-goodness-youre-here-playtime img { max-width: 100% !important; height: auto !important; } .page-thank-goodness-youre-here-playtime__img-wrapper { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } }