.page-moana-2-playtime { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-moana-2-playtime__section { padding: 40px 20px; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-moana-2-playtime__section--dark { background-color: #2c3e50; color: #ecf0f1; }.page-moana-2-playtime__hero { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; padding: 100px 20px 60px; min-height: 400px; overflow: hidden; box-sizing: border-box; padding-top: 10px; /* Adjusting for header offset */ }.page-moana-2-playtime__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.6); }.page-moana-2-playtime__hero-content { position: relative; z-index: 1; max-width: 800px; }.page-moana-2-playtime__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); color: #ecf0f1; }.page-moana-2-playtime__hero-description { font-size: 1.2em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); color: #ecf0f1; }.page-moana-2-playtime__button { display: inline-block; background-color: #e74c3c; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; }.page-moana-2-playtime__button:hover { background-color: #c0392b; transform: translateY(-2px); }.page-moana-2-playtime__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px 0; }.page-moana-2-playtime__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-moana-2-playtime__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-moana-2-playtime__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-moana-2-playtime__card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; }.page-moana-2-playtime__card:hover { transform: translateY(-5px); }.page-moana-2-playtime__card-image { width: 100%; height: 200px; object-fit: cover; }.page-moana-2-playtime__card-content { padding: 20px; }.page-moana-2-playtime__card-title { font-size: 1.4em; margin-bottom: 10px; color: #34495e; }.page-moana-2-playtime__card-text { font-size: 0.95em; color: #7f8c8d; margin-bottom: 20px; }.page-moana-2-playtime__list { list-style: none; padding: 0; margin: 0; }.page-moana-2-playtime__list-item { background-color: #ecf0f1; margin-bottom: 10px; padding: 15px 20px; border-radius: 5px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; }.page-moana-2-playtime__list-item strong { color: #2c3e50; }.page-moana-2-playtime__faq-item { background-color: #fdfdfd; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); }.page-moana-2-playtime__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; background-color: #e0e0e0; border-bottom: 1px solid #ccc; transition: background-color 0.3s ease; }.page-moana-2-playtime__faq-question:hover { background-color: #d5d5d5; }.page-moana-2-playtime__faq-question h3 { margin: 0; font-size: 1.1em; color: #34495e; pointer-events: none; }.page-moana-2-playtime__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; }.page-moana-2-playtime__faq-item.active .page-moana-2-playtime__faq-toggle { transform: rotate(45deg); }.page-moana-2-playtime__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.3s ease; opacity: 0; }.page-moana-2-playtime__faq-item.active .page-moana-2-playtime__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; }.page-moana-2-playtime__blog-card { display: flex; flex-direction: column; background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease; }.page-moana-2-playtime__blog-card:hover { transform: translateY(-5px); }.page-moana-2-playtime__blog-image { width: 100%; height: 200px; object-fit: cover; }.page-moana-2-playtime__blog-content { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }.page-moana-2-playtime__blog-title { font-size: 1.3em; margin-bottom: 10px; color: #34495e; }.page-moana-2-playtime__blog-date { font-size: 0.85em; color: #95a5a6; margin-bottom: 10px; }.page-moana-2-playtime__blog-excerpt { font-size: 0.9em; color: #7f8c8d; margin-bottom: 20px; flex-grow: 1; }.page-moana-2-playtime__blog-link { align-self: flex-start; }.page-moana-2-playtime__h2 { font-size: 2em; color: #2c3e50; text-align: center; margin-bottom: 30px; }.page-moana-2-playtime__h3 { font-size: 1.5em; color: #34495e; margin-bottom: 15px; }.page-moana-2-playtime__text { font-size: 1em; color: #555; margin-bottom: 15px; }.page-moana-2-playtime__text--center { text-align: center; }.page-moana-2-playtime__text--small { font-size: 0.85em; color: #7f8c8d; }.page-moana-2-playtime__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; }.page-moana-2-playtime__floating-button { background-color: #3498db; color: #fff; padding: 10px 15px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; text-align: center; }.page-moana-2-playtime__floating-button--register { background-color: #2ecc71; }.page-moana-2-playtime__floating-button--login { background-color: #f39c12; }.page-moana-2-playtime__floating-button:hover { transform: translateY(-3px); }.page-moana-2-playtime img { max-width: 100%; height: auto; display: block; object-fit: cover; }.page-moana-2-playtime__card-image, .page-moana-2-playtime__blog-image { min-width: 200px; min-height: 200px; }.page-moana-2-playtime__img-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; }.page-moana-2-playtime__img-wrapper img { max-width: 100%; height: auto; display: block; }.page-moana-2-playtime ul { padding: 0; margin: 0; list-style: none; }.page-moana-2-playtime li { box-sizing: border-box; }.page-moana-2-playtime__promo-list-item { display: flex; align-items: center; gap: 15px; background-color: #ecf0f1; padding: 15px; border-radius: 8px; margin-bottom: 15px; }.page-moana-2-playtime__promo-icon { width: 60px; height: 60px; object-fit: contain; flex-shrink: 0; }.page-moana-2-playtime__promo-content { flex-grow: 1; }.page-moana-2-playtime__promo-title { font-size: 1.2em; color: #34495e; margin-bottom: 5px; }.page-moana-2-playtime__promo-description { font-size: 0.9em; color: #7f8c8d; }.page-moana-2-playtime__promo-button { margin-top: 10px; align-self: flex-start; }.page-moana-2-playtime__secure-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; text-align: center; }.page-moana-2-playtime__feature-item { flex: 1 1 280px; background-color: #fdfdfd; padding: 25px; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); }.page-moana-2-playtime__feature-icon { width: 80px; height: 80px; margin-bottom: 15px; object-fit: contain; }.page-moana-2-playtime__feature-title { font-size: 1.3em; color: #34495e; margin-bottom: 10px; }.page-moana-2-playtime__feature-text { font-size: 0.95em; color: #7f8c8d; }.page-moana-2-playtime__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }.page-moana-2-playtime__contact-info { text-align: center; padding: 20px; background-color: #fdfdfd; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-moana-2-playtime__contact-detail { margin-bottom: 10px; font-size: 1.1em; color: #34495e; }.page-moana-2-playtime__contact-detail span { font-weight: bold; }.page-moana-2-playtime__contact-button { margin-top: 20px; }.page-moana-2-playtime__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-top: 20px; }.page-moana-2-playtime__quick-access-button { width: 100%; text-align: center; }.page-moana-2-playtime__h2 { text-align: center; margin-bottom: 30px; color: #2c3e50; font-size: 2.2em; }.page-moana-2-playtime__h3 { font-size: 1.6em; color: #34495e; margin-bottom: 15px; }.page-moana-2-playtime__p { font-size: 1em; color: #555; margin-bottom: 15px; }.page-moana-2-playtime__p--center { text-align: center; }.page-moana-2-playtime__p--small { font-size: 0.85em; color: #7f8c8d; }.page-moana-2-playtime__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 0; }.page-moana-2-playtime__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 0 20px; }.page-moana-2-playtime__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 5px rgba(0,0,0,0.8); }.page-moana-2-playtime__hero-description { font-size: 1.4em; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0,0,0,0.7); }.page-moana-2-playtime__main-content { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-moana-2-playtime__floating-buttons { right: 20px; bottom: 20px; }.page-moana-2-playtime__floating-button { width: 120px; }.page-moana-2-playtime__text-highlight { color: #e74c3c; font-weight: bold; }.page-moana-2-playtime__text-secondary { color: #3498db; font-weight: bold; }@media (max-width: 1024px) { .page-moana-2-playtime__hero-title { font-size: 2.5em; } .page-moana-2-playtime__hero-description { font-size: 1.2em; } .page-moana-2-playtime__h2 { font-size: 1.8em; } .page-moana-2-playtime__h3 { font-size: 1.4em; }}.page-moana-2-playtime__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box;}.page-moana-2-playtime__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box;}.page-moana-2-playtime__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain;}@media (max-width: 768px) { .page-moana-2-playtime__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-moana-2-playtime__payment-logo, .page-moana-2-playtime__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-moana-2-playtime__hero { padding: 80px 15px 40px; min-height: 350px; } .page-moana-2-playtime__hero-title { font-size: 2em; } .page-moana-2-playtime__hero-description { font-size: 1em; } .page-moana-2-playtime__button { padding: 10px 20px; font-size: 0.9em; } .page-moana-2-playtime__section { padding: 30px 15px; } .page-moana-2-playtime__h2 { font-size: 1.5em; } .page-moana-2-playtime__h3 { font-size: 1.2em; } .page-moana-2-playtime__card-image { height: 180px; } .page-moana-2-playtime__blog-image { height: 180px; } .page-moana-2-playtime__card-title, .page-moana-2-playtime__blog-title { font-size: 1.2em; } .page-moana-2-playtime__card-text, .page-moana-2-playtime__blog-excerpt { font-size: 0.85em; } .page-moana-2-playtime__list-item { padding: 12px 15px; } .page-moana-2-playtime__faq-question { padding: 15px; } .page-moana-2-playtime__faq-question h3 { font-size: 1em; } .page-moana-2-playtime__faq-answer { padding: 15px !important; } .page-moana-2-playtime__floating-buttons { right: 15px; bottom: 15px; gap: 8px; } .page-moana-2-playtime__floating-button { width: 100px; padding: 8px 12px; font-size: 0.85em; } .page-moana-2-playtime__grid, .page-moana-2-playtime__blog-grid, .page-moana-2-playtime__secure-features { grid-template-columns: 1fr; } .page-moana-2-playtime__list, .page-moana-2-playtime__quick-access-grid { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; } .page-moana-2-playtime__list-item { width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-moana-2-playtime__promo-list-item { flex-direction: column; text-align: center; } .page-moana-2-playtime__promo-button { align-self: center; } .page-moana-2-playtime img { max-width: 100% !important; height: auto !important; } .page-moana-2-playtime__img-wrapper { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}