.page-game-over-ph-menu { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-bottom: 20px; } .page-game-over-ph-menu__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:gaming,casino,philippines,neon]') center/cover no-repeat; text-align: center; padding: calc(10px + var(--header-offset, 122px)) 20px 80px; position: relative; overflow: hidden; border-bottom: 5px solid #e94560; } @media (max-width: 768px) { .page-game-over-ph-menu__hero-section { padding-top: calc(10px + var(--header-offset, 122px)); } } .page-game-over-ph-menu__hero-title { font-size: 3.5em; color: #fff; margin-bottom: 20px; text-shadow: 0 0 10px rgba(233, 69, 96, 0.8); } @media (max-width: 768px) { .page-game-over-ph-menu__hero-title { font-size: 2.2em; } } .page-game-over-ph-menu__hero-subtitle { font-size: 1.5em; color: #f0f0f0; margin-bottom: 40px; } @media (max-width: 768px) { .page-game-over-ph-menu__hero-subtitle { font-size: 1.1em; } } .page-game-over-ph-menu__cta-button { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; } .page-game-over-ph-menu__cta-button:hover { background-color: #ff6b81; transform: translateY(-3px); } .page-game-over-ph-menu__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; text-align: center; } @media (max-width: 768px) { .page-game-over-ph-menu__section { padding: 40px 15px; } } .page-game-over-ph-menu__section-title { font-size: 2.5em; color: #fff; margin-bottom: 40px; text-shadow: 0 0 8px rgba(233, 69, 96, 0.5); } @media (max-width: 768px) { .page-game-over-ph-menu__section-title { font-size: 1.8em; margin-bottom: 30px; } } .page-game-over-ph-menu__section-text { font-size: 1.1em; color: #ccc; margin-bottom: 30px; } .page-game-over-ph-menu__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 40px; } @media (max-width: 768px) { .page-game-over-ph-menu__grid { grid-template-columns: 1fr; gap: 20px; margin-top: 20px; } } .page-game-over-ph-menu__card { background-color: #2e2e4e; border-radius: 15px; padding: 30px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #4a4a70; } .page-game-over-ph-menu__card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-game-over-ph-menu__card-icon { width: 80px; height: 80px; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto; } .page-game-over-ph-menu__card-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px; text-align: center; } .page-game-over-ph-menu__card-description { font-size: 1em; color: #ccc; text-align: center; } .page-game-over-ph-menu__game-card { background-color: #2e2e4e; border-radius: 15px; overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #4a4a70; } .page-game-over-ph-menu__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-game-over-ph-menu__game-image { width: 100%; height: 200px; object-fit: cover; display: block; } @media (max-width: 768px) { .page-game-over-ph-menu__game-image { height: 180px; } } .page-game-over-ph-menu__game-content { padding: 20px; } .page-game-over-ph-menu__game-title { font-size: 1.3em; color: #e94560; margin-bottom: 10px; } .page-game-over-ph-menu__game-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; } .page-game-over-ph-menu__game-button { display: inline-block; background-color: #e94560; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-game-over-ph-menu__game-button:hover { background-color: #ff6b81; } .page-game-over-ph-menu__promo-item { background-color: #2e2e4e; border-radius: 15px; padding: 25px; text-align: center; border: 1px solid #4a4a70; } .page-game-over-ph-menu__promo-image { width: 100%; height: 200px; object-fit: cover; border-radius: 10px; margin-bottom: 20px; } @media (max-width: 768px) { .page-game-over-ph-menu__promo-image { height: 160px; } } .page-game-over-ph-menu__promo-title { font-size: 1.4em; color: #fff; margin-bottom: 15px; } .page-game-over-ph-menu__promo-description { font-size: 1em; color: #ccc; margin-bottom: 20px; } .page-game-over-ph-menu__promo-button { display: inline-block; background-color: #e94560; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-game-over-ph-menu__promo-button:hover { background-color: #ff6b81; } .page-game-over-ph-menu__faq-container { margin-top: 40px; text-align: left; } .page-game-over-ph-menu__faq-item { background-color: #2e2e4e; border-radius: 10px; margin-bottom: 15px; overflow: hidden; border: 1px solid #4a4a70; } .page-game-over-ph-menu__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #3e3e6e; transition: background-color 0.3s ease; user-select: none; } .page-game-over-ph-menu__faq-question:hover { background-color: #4a4a70; } .page-game-over-ph-menu__faq-question h3 { margin: 0; font-size: 1.2em; color: #fff; pointer-events: none; } @media (max-width: 768px) { .page-game-over-ph-menu__faq-question h3 { font-size: 1.1em; } } .page-game-over-ph-menu__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; transition: transform 0.3s ease; pointer-events: none; } .page-game-over-ph-menu__faq-item.active .page-game-over-ph-menu__faq-toggle { transform: rotate(45deg); } .page-game-over-ph-menu__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; color: #ccc; font-size: 1em; } .page-game-over-ph-menu__faq-item.active .page-game-over-ph-menu__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-game-over-ph-menu__blog-card { background-color: #2e2e4e; border-radius: 15px; overflow: hidden; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #4a4a70; } .page-game-over-ph-menu__blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-game-over-ph-menu__blog-image { width: 100%; height: 220px; object-fit: cover; display: block; } @media (max-width: 768px) { .page-game-over-ph-menu__blog-image { height: 180px; } } .page-game-over-ph-menu__blog-content { padding: 20px; } .page-game-over-ph-menu__blog-title { font-size: 1.3em; color: #e94560; margin-bottom: 10px; } .page-game-over-ph-menu__blog-link { text-decoration: none; color: #e94560; transition: color 0.3s ease; } .page-game-over-ph-menu__blog-link:hover { color: #ff6b81; } .page-game-over-ph-menu__blog-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 15px; } .page-game-over-ph-menu__blog-date { font-size: 0.85em; color: #888; } .page-game-over-ph-menu__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 15px; z-index: 1000; } .page-game-over-ph-menu__floating-button { background-color: #e94560; color: #fff; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.9em; font-weight: bold; text-decoration: none; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; text-align: center; line-height: 1.2; } .page-game-over-ph-menu__floating-button:hover { background-color: #ff6b81; transform: scale(1.05); } .page-game-over-ph-menu__floating-button span { display: block; } @media (max-width: 768px) { .page-game-over-ph-menu__floating-buttons { bottom: 15px; right: 15px; gap: 10px; } .page-game-over-ph-menu__floating-button { width: 50px; height: 50px; font-size: 0.8em; } } .page-game-over-ph-menu__payment-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .page-game-over-ph-menu__payment-logo { max-width: 120px; height: auto; object-fit: contain; filter: grayscale(50%); transition: filter 0.3s ease; } .page-game-over-ph-menu__payment-logo:hover { filter: grayscale(0%); } .page-game-over-ph-menu__provider-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 20px; margin-top: 40px; align-items: center; justify-content: center; } .page-game-over-ph-menu__provider-logo { max-width: 100px; height: auto; object-fit: contain; filter: grayscale(70%); transition: filter 0.3s ease; } .page-game-over-ph-menu__provider-logo:hover { filter: grayscale(0%); } @media (max-width: 768px) { .page-game-over-ph-menu__payment-logo, .page-game-over-ph-menu__provider-logo { max-width: 80px; } } .page-game-over-ph-menu__social-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 25px; margin-top: 40px; } .page-game-over-ph-menu__social-link { display: inline-block; width: 60px; height: 60px; border-radius: 50%; background-color: #e94560; display: flex; align-items: center; justify-content: center; transition: background-color 0.3s ease, transform 0.3s ease; } .page-game-over-ph-menu__social-link:hover { background-color: #ff6b81; transform: translateY(-3px); } .page-game-over-ph-menu__social-icon { width: 35px; height: 35px; object-fit: contain; } @media (max-width: 768px) { .page-game-over-ph-menu__social-link { width: 50px; height: 50px; } .page-game-over-ph-menu__social-icon { width: 30px; height: 30px; } }