.page-apaldo-website { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; }.page-apaldo-website__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box; }.page-apaldo-website__section { padding: 40px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }.page-apaldo-website__section:last-of-type { border-bottom: none; }.page-apaldo-website__title { font-size: 2.5em; color: #e94560; text-align: center; margin-bottom: 20px; text-transform: uppercase; }.page-apaldo-website__subtitle { font-size: 1.2em; color: #e0e0e0; text-align: center; margin-bottom: 30px; }.page-apaldo-website__text { font-size: 1em; color: #cccccc; margin-bottom: 15px; }.page-apaldo-website__button { display: inline-block; background-color: #0f3460; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; }.page-apaldo-website__button:hover { background-color: #16213e; }.page-apaldo-website__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('[GALLERY:hero:1920x1080:online_casino,gaming_philippines]') center/cover no-repeat; text-align: center; padding: 80px 20px; min-height: 500px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-top: calc(80px + 10px); /* Add a small offset for hero, relying on body for full header offset */ }.page-apaldo-website__hero-title { font-size: 3em; color: #e94560; margin-bottom: 15px; text-transform: uppercase; line-height: 1.2; }.page-apaldo-website__hero-subtitle { font-size: 1.5em; color: #ffffff; margin-bottom: 30px; }.page-apaldo-website__hero-cta { background-color: #e94560; padding: 15px 35px; font-size: 1.2em; border-radius: 50px; }.page-apaldo-website__hero-cta:hover { background-color: #ff6b8a; }.page-apaldo-website__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: 30px 15px; background-color: #16213e; }.page-apaldo-website__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-apaldo-website__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-apaldo-website__introduction-content { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 30px; }.page-apaldo-website__introduction-text { flex: 1; min-width: 300px; }.page-apaldo-website__introduction-image { flex: 1; min-width: 300px; text-align: center; }.page-apaldo-website__introduction-image img { max-width: 100%; height: auto; border-radius: 10px; }.page-apaldo-website__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-apaldo-website__quick-access-item { background-color: #0f3460; padding: 25px; border-radius: 8px; text-align: center; transition: transform 0.3s ease; }.page-apaldo-website__quick-access-item:hover { transform: translateY(-5px); }.page-apaldo-website__quick-access-item h3 { color: #e94560; margin-bottom: 15px; font-size: 1.4em; }.page-apaldo-website__quick-access-item .page-apaldo-website__button { width: 100%; }.page-apaldo-website__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-apaldo-website__game-card { background-color: #16213e; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease; }.page-apaldo-website__game-card:hover { transform: translateY(-10px); }.page-apaldo-website__game-card img { width: 100%; height: 250px; object-fit: cover; }.page-apaldo-website__game-card-content { padding: 20px; }.page-apaldo-website__game-card-content h3 { color: #e94560; margin-bottom: 10px; font-size: 1.5em; }.page-apaldo-website__game-card-content p { color: #cccccc; margin-bottom: 20px; }.page-apaldo-website__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-apaldo-website__promotion-card { background-color: #16213e; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease; }.page-apaldo-website__promotion-card:hover { transform: translateY(-10px); }.page-apaldo-website__promotion-card img { width: 100%; height: 200px; object-fit: cover; }.page-apaldo-website__promotion-card-content { padding: 20px; }.page-apaldo-website__promotion-card-content h3 { color: #e94560; margin-bottom: 10px; font-size: 1.4em; }.page-apaldo-website__promotion-card-content p { color: #cccccc; margin-bottom: 15px; }.page-apaldo-website__security-support-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-apaldo-website__security-support-item { background-color: #0f3460; padding: 25px; border-radius: 8px; text-align: center; }.page-apaldo-website__security-support-item h3 { color: #e94560; margin-bottom: 10px; font-size: 1.4em; }.page-apaldo-website__security-support-item p { color: #cccccc; }.page-apaldo-website__faq-item { background-color: #16213e; margin-bottom: 15px; border-radius: 8px; overflow: hidden; }.page-apaldo-website__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #0f3460; border-radius: 8px; transition: background-color 0.3s ease; }.page-apaldo-website__faq-question:hover { background-color: #1a1a2e; }.page-apaldo-website__faq-question h3 { margin: 0; font-size: 1.2em; color: #e0e0e0; pointer-events: none; }.page-apaldo-website__faq-toggle { font-size: 1.8em; font-weight: bold; color: #e94560; pointer-events: none; transition: transform 0.3s ease; }.page-apaldo-website__faq-item.active .page-apaldo-website__faq-toggle { transform: rotate(45deg); }.page-apaldo-website__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; }.page-apaldo-website__faq-item.active .page-apaldo-website__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-apaldo-website__faq-answer p { margin: 0; color: #cccccc; }.page-apaldo-website__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-apaldo-website__blog-card { background-color: #16213e; border-radius: 10px; overflow: hidden; transition: transform 0.3s ease; }.page-apaldo-website__blog-card:hover { transform: translateY(-10px); }.page-apaldo-website__blog-card img { width: 100%; height: 200px; object-fit: cover; }.page-apaldo-website__blog-card-content { padding: 20px; }.page-apaldo-website__blog-card-content h3 { margin-bottom: 10px; font-size: 1.4em; }.page-apaldo-website__blog-card-content h3 a { color: #e94560; text-decoration: none; }.page-apaldo-website__blog-card-content h3 a:hover { text-decoration: underline; }.page-apaldo-website__blog-card-content p { color: #cccccc; font-size: 0.9em; margin-bottom: 15px; }.page-apaldo-website__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-apaldo-website__floating-button { background-color: #e94560; color: #ffffff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease; text-align: center; }.page-apaldo-website__floating-button:hover { background-color: #ff6b8a; }.page-apaldo-website__list-item { list-style: none; margin-bottom: 10px; color: #cccccc; }.page-apaldo-website__list-item::before { content: '•'; color: #e94560; font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; }.page-apaldo-website__list-container { padding-left: 20px; }.page-apaldo-website__app-download-section { text-align: center; background-color: #0f3460; padding: 40px 20px; border-radius: 10px; margin-top: 40px; }.page-apaldo-website__app-download-section h2 { color: #e94560; margin-bottom: 20px; }.page-apaldo-website__app-download-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }.page-apaldo-website__app-download-button { display: flex; align-items: center; gap: 10px; background-color: #e94560; color: #ffffff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-apaldo-website__app-download-button:hover { background-color: #ff6b8a; }.page-apaldo-website__app-download-button img { width: 30px; height: 30px; object-fit: contain; }.page-apaldo-website__app-image { max-width: 300px; height: auto; margin-top: 30px; border-radius: 10px; }.page-apaldo-website__core-games-tabs { display: flex; justify-content: center; flex-wrap: wrap; margin-bottom: 30px; gap: 10px; }.page-apaldo-website__core-games-tab-button { background-color: #16213e; color: #e0e0e0; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease; font-size: 1em; }.page-apaldo-website__core-games-tab-button.active, .page-apaldo-website__core-games-tab-button:hover { background-color: #e94560; color: #ffffff; }.page-apaldo-website__core-games-tab-content { display: none; }.page-apaldo-website__core-games-tab-content.active { display: block; }.page-apaldo-website__core-games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 30px; }.page-apaldo-website__core-games-card { background-color: #16213e; border-radius: 10px; overflow: hidden; text-align: center; transition: transform 0.3s ease; }.page-apaldo-website__core-games-card:hover { transform: translateY(-10px); }.page-apaldo-website__core-games-card img { width: 100%; height: 250px; object-fit: cover; }.page-apaldo-website__core-games-card-content { padding: 20px; }.page-apaldo-website__core-games-card-content h3 { color: #e94560; margin-bottom: 10px; font-size: 1.5em; }.page-apaldo-website__core-games-card-content p { color: #cccccc; margin-bottom: 20px; }@media (max-width: 768px) { .page-apaldo-website__hero-title { font-size: 2.2em; }.page-apaldo-website__hero-subtitle { font-size: 1.2em; }.page-apaldo-website__title { font-size: 2em; }.page-apaldo-website__quick-access-grid, .page-apaldo-website__games-grid, .page-apaldo-website__promotions-grid, .page-apaldo-website__security-support-grid, .page-apaldo-website__blog-grid { grid-template-columns: 1fr; }.page-apaldo-website__introduction-content { flex-direction: column; }.page-apaldo-website__introduction-text, .page-apaldo-website__introduction-image { min-width: unset; width: 100%; }.page-apaldo-website__app-download-buttons { flex-direction: column; align-items: center; }.page-apaldo-website__app-download-button { width: 100%; max-width: 300px; }.page-apaldo-website__faq-question { padding: 15px 20px; }.page-apaldo-website__faq-question h3 { font-size: 1.1em; }.page-apaldo-website__faq-answer { padding: 0 20px; }.page-apaldo-website__faq-item.active .page-apaldo-website__faq-answer { padding: 15px 20px !important; }.page-apaldo-website__floating-buttons { right: 10px; bottom: 10px; }.page-apaldo-website__floating-button { padding: 10px 15px; font-size: 0.9em; }.page-apaldo-website__list-container { padding-left: 10px !important; }.page-apaldo-website__list-item { width: 100% !important; box-sizing: border-box !important; word-wrap: break-word !important; margin-left: 0 !important; margin-right: 0 !important; } .page-apaldo-website__core-games-tabs { flex-direction: column; align-items: center; }.page-apaldo-website__core-games-tab-button { width: 100%; max-width: 250px; } .page-apaldo-website__core-games-grid { grid-template-columns: 1fr; } .page-apaldo-website__core-games-card img { height: 200px; } .page-apaldo-website__introduction-image img { max-width: 100% !important; height: auto !important; } .page-apaldo-website__game-card img { max-width: 100% !important; height: auto !important; } .page-apaldo-website__promotion-card img { max-width: 100% !important; height: auto !important; } .page-apaldo-website__blog-card img { max-width: 100% !important; height: auto !important; } .page-apaldo-website__app-image { max-width: 100% !important; height: auto !important; } }