.page-game-over-ph { font-family: 'Arial', sans-serif; background-color: #0d1a26; color: #e0e0e0; line-height: 1.6; } .page-game-over-ph__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-game-over-ph__container { padding: 10px; } } .page-game-over-ph__section { padding: 40px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-game-over-ph__section:last-of-type { border-bottom: none; } @media (max-width: 768px) { .page-game-over-ph__section { padding: 20px 0; } } .page-game-over-ph__title { font-size: 2.5em; color: #ffd700; text-align: center; margin-bottom: 20px; text-transform: uppercase; } @media (max-width: 768px) { .page-game-over-ph__title { font-size: 1.8em; } } .page-game-over-ph__subtitle { font-size: 1.5em; color: #a0a0a0; text-align: center; margin-bottom: 30px; } @media (max-width: 768px) { .page-game-over-ph__subtitle { font-size: 1.2em; } } .page-game-over-ph__text { font-size: 1.1em; margin-bottom: 15px; text-align: justify; } @media (max-width: 768px) { .page-game-over-ph__text { font-size: 1em; } } .page-game-over-ph__button { display: inline-block; background-color: #007bff; color: #fff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; text-align: center; } .page-game-over-ph__button:hover { background-color: #0056b3; } .page-game-over-ph__button--primary { background-color: #ffd700; color: #1a1a1a; } .page-game-over-ph__button--primary:hover { background-color: #e6c200; } .page-game-over-ph__flex-center { display: flex; justify-content: center; align-items: center; } .page-game-over-ph__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; } .page-game-over-ph__card { background-color: #1a2a38; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; } .page-game-over-ph__card:hover { transform: translateY(-5px); } .page-game-over-ph__card-title { font-size: 1.3em; color: #ffd700; margin-bottom: 10px; } .page-game-over-ph__card-text { font-size: 0.95em; color: #a0a0a0; } .page-game-over-ph__image { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; } .page-game-over-ph__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)); background-size: cover; background-position: center; text-align: center; padding: 100px 20px; position: relative; padding-top: 10px; } @media (max-width: 768px) { .page-game-over-ph__hero-section { padding: 60px 10px; padding-top: 10px; } } .page-game-over-ph__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-game-over-ph__hero-title { font-size: 3.5em; color: #fff; margin-bottom: 15px; line-height: 1.2; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-game-over-ph__hero-title { font-size: 2.2em; } } .page-game-over-ph__hero-subtitle { font-size: 1.8em; color: #ffd700; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } @media (max-width: 768px) { .page-game-over-ph__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; } } .page-game-over-ph__cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; } .page-game-over-ph__cta-button { font-size: 1.2em; padding: 15px 30px; } @media (max-width: 768px) { .page-game-over-ph__cta-button { font-size: 1em; padding: 12px 25px; } } .page-game-over-ph__about-content { display: flex; align-items: center; gap: 30px; flex-wrap: wrap; margin-top: 30px; } .page-game-over-ph__about-text-column { flex: 1; min-width: 300px; } .page-game-over-ph__about-image-column { flex: 1; min-width: 250px; text-align: center; } .page-game-over-ph__about-image { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-game-over-ph__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 15px; margin-top: 30px; } .page-game-over-ph__quick-access-button { background-color: #2a3e50; color: #ffd700; padding: 15px 10px; border-radius: 8px; text-decoration: none; font-weight: bold; text-align: center; transition: background-color 0.3s ease, color 0.3s ease; font-size: 1.1em; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; } .page-game-over-ph__quick-access-button:hover { background-color: #3e5b77; color: #fff; } .page-game-over-ph__quick-access-icon { margin-bottom: 8px; } .page-game-over-ph__game-category-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-top: 30px; } .page-game-over-ph__game-category-card { background-color: #1a2a38; border-radius: 10px; overflow: hidden; text-align: center; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-game-over-ph__game-category-card:hover { transform: translateY(-7px); } .page-game-over-ph__game-category-image { width: 100%; height: 180px; object-fit: cover; } .page-game-over-ph__game-category-content { padding: 20px; } .page-game-over-ph__game-category-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; } .page-game-over-ph__game-category-description { font-size: 0.95em; color: #a0a0a0; margin-bottom: 20px; } .page-game-over-ph__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-game-over-ph__promo-card { background-color: #1a2a38; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; transition: transform 0.3s ease; } .page-game-over-ph__promo-card:hover { transform: translateY(-7px); } .page-game-over-ph__promo-image { width: 100%; height: 200px; object-fit: cover; } .page-game-over-ph__promo-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-game-over-ph__promo-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; } .page-game-over-ph__promo-description { font-size: 0.95em; color: #a0a0a0; margin-bottom: 20px; flex-grow: 1; } .page-game-over-ph__promo-button { margin-top: auto; } .page-game-over-ph__security-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .page-game-over-ph__feature-item { background-color: #1a2a38; border-radius: 8px; padding: 20px; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .page-game-over-ph__feature-icon { margin-bottom: 10px; } .page-game-over-ph__feature-title { font-size: 1.2em; color: #ffd700; margin-bottom: 8px; } .page-game-over-ph__feature-description { font-size: 0.9em; color: #a0a0a0; } .page-game-over-ph__faq-list { margin-top: 30px; } .page-game-over-ph__faq-item { background-color: #1a2a38; border-radius: 8px; margin-bottom: 10px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); } .page-game-over-ph__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; user-select: none; background-color: #2a3e50; color: #fff; border-radius: 8px; transition: background-color 0.3s ease; } .page-game-over-ph__faq-question:hover { background-color: #3e5b77; } .page-game-over-ph__faq-question h3 { margin: 0; font-size: 1.1em; pointer-events: none; } .page-game-over-ph__faq-toggle { font-size: 1.5em; font-weight: bold; pointer-events: none; transition: transform 0.3s ease; } .page-game-over-ph__faq-item.active .page-game-over-ph__faq-toggle { transform: rotate(45deg); } .page-game-over-ph__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #1a2a38; color: #e0e0e0; } .page-game-over-ph__faq-item.active .page-game-over-ph__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-game-over-ph__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px; } .page-game-over-ph__blog-card { background-color: #1a2a38; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); display: flex; flex-direction: column; transition: transform 0.3s ease; } .page-game-over-ph__blog-card:hover { transform: translateY(-7px); } .page-game-over-ph__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-game-over-ph__blog-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; } .page-game-over-ph__blog-title { font-size: 1.4em; color: #ffd700; margin-bottom: 10px; } .page-game-over-ph__blog-text { font-size: 0.95em; color: #a0a0a0; margin-bottom: 20px; flex-grow: 1; } .page-game-over-ph__blog-date { font-size: 0.85em; color: #777; text-align: right; margin-top: auto; } @media (max-width: 768px) { .page-game-over-ph__blog-grid, .page-game-over-ph__promo-grid, .page-game-over-ph__game-category-grid, .page-game-over-ph__quick-access-grid, .page-game-over-ph__security-features { grid-template-columns: 1fr; } .page-game-over-ph__about-content { flex-direction: column; } .page-game-over-ph__quick-access-button { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-over-ph__quick-access-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-over-ph__quick-access-button span { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-game-over-ph__feature-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-over-ph__security-features { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-over-ph__feature-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-game-over-ph__faq-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-over-ph__faq-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-game-over-ph__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-game-over-ph__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-over-ph__blog-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-over-ph__blog-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-game-over-ph__promo-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-over-ph__promo-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-over-ph__promo-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-game-over-ph__game-category-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-over-ph__game-category-grid { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-game-over-ph__game-category-description { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-game-over-ph__image, .page-game-over-ph__about-image, .page-game-over-ph__game-category-image, .page-game-over-ph__promo-image, .page-game-over-ph__blog-image { max-width: 100% !important; height: auto !important; } } .page-game-over-ph__register-login-floating-buttons { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%); display: flex; gap: 15px; z-index: 1000; } @media (max-width: 768px) { .page-game-over-ph__register-login-floating-buttons { bottom: 10px; gap: 10px; } } .page-game-over-ph__register-login-floating-buttons .page-game-over-ph__button { padding: 10px 20px; font-size: 1em; } @media (max-width: 768px) { .page-game-over-ph__register-login-floating-buttons .page-game-over-ph__button { padding: 8px 15px; font-size: 0.9em; } }