/* General Styling */.page-playtime-ph-pagcor {font-family: 'Arial', sans-serif;color: #f0f0f0;background-color: #1a1a2e;line-height: 1.6;box-sizing: border-box;}.page-playtime-ph-pagcor * {box-sizing: border-box;}.page-playtime-ph-pagcor__section-title {font-size: 2.5em;color: #e94560;text-align: center;margin-bottom: 40px;padding-top: 20px;}.page-playtime-ph-pagcor__section-title .highlight {color: #fff;}.page-playtime-ph-pagcor__text-content {max-width: 800px;margin: 0 auto 30px auto;text-align: center;font-size: 1.1em;color: #ccc;}/* Hero Section */.page-playtime-ph-pagcor__hero-section {position: relative;width: 100%;height: 600px;display: flex;align-items: center;justify-content: center;text-align: center;overflow: hidden;padding: 10px 20px 0 20px; /* 10px top padding for header offset consideration */} .page-playtime-ph-pagcor__hero-image {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;z-index: 1;filter: brightness(0.5);} .page-playtime-ph-pagcor__hero-content {position: relative;z-index: 2;color: #fff;max-width: 900px;padding: 20px;}.page-playtime-ph-pagcor__hero-title {font-size: 3.5em;margin-bottom: 20px;line-height: 1.2;}.page-playtime-ph-pagcor__hero-title .highlight {color: #e94560;}.page-playtime-ph-pagcor__hero-description {font-size: 1.3em;margin-bottom: 30px;color: #ddd;}.page-playtime-ph-pagcor__hero-buttons {display: flex;justify-content: center;gap: 20px;}.page-playtime-ph-pagcor__cta-button {display: inline-block;background-color: #e94560;color: #fff;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-size: 1.1em;font-weight: bold;transition: background-color 0.3s ease;}.page-playtime-ph-pagcor__cta-button:hover {background-color: #c9344d;}.page-playtime-ph-pagcor__cta-button--secondary {background-color: #0f3460;}.page-playtime-ph-pagcor__cta-button--secondary:hover {background-color: #0a223f;}/* Partner Logos Section */.page-playtime-ph-pagcor__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: 40px 20px;background-color: #0f3460;}.page-playtime-ph-pagcor__provider-logos {display: flex;flex-wrap: wrap;justify-content: center;gap: 30px;width: 100%;}.page-playtime-ph-pagcor__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;object-fit: contain;}/* Introduction Section */.page-playtime-ph-pagcor__introduction-section {padding: 60px 20px;text-align: center;}.page-playtime-ph-pagcor__main-cta-button {display: inline-block;background-color: #e94560;color: #fff;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-size: 1.1em;font-weight: bold;transition: background-color 0.3s ease;margin-top: 30px;}.page-playtime-ph-pagcor__main-cta-button:hover {background-color: #c9344d;}/* Quick Access Section */.page-playtime-ph-pagcor__quick-access-section {padding: 60px 20px;background-color: #16213e;text-align: center;}.page-playtime-ph-pagcor__access-buttons {display: flex;flex-wrap: wrap;justify-content: center;gap: 15px;margin-top: 30px;}.page-playtime-ph-pagcor__access-button {display: inline-block;background-color: #0f3460;color: #fff;padding: 12px 25px;border-radius: 5px;text-decoration: none;font-size: 1em;transition: background-color 0.3s ease;}.page-playtime-ph-pagcor__access-button:hover {background-color: #e94560;}/* Games Section */.page-playtime-ph-pagcor__games-section {padding: 60px 20px;text-align: center;}.page-playtime-ph-pagcor__game-categories {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 40px auto 0 auto;}.page-playtime-ph-pagcor__game-card {background-color: #0f3460;border-radius: 10px;overflow: hidden;text-align: center;padding-bottom: 20px;display: flex;flex-direction: column;justify-content: space-between;}.page-playtime-ph-pagcor__game-image {width: 100%;height: 200px;object-fit: cover;margin-bottom: 15px;}.page-playtime-ph-pagcor__game-title {font-size: 1.5em;color: #e94560;margin-bottom: 10px;padding: 0 15px;}.page-playtime-ph-pagcor__game-description {color: #ccc;font-size: 0.95em;margin-bottom: 20px;flex-grow: 1;padding: 0 15px;}.page-playtime-ph-pagcor__game-button {display: inline-block;background-color: #e94560;color: #fff;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-size: 0.9em;font-weight: bold;transition: background-color 0.3s ease;margin-top: 10px;}.page-playtime-ph-pagcor__game-button:hover {background-color: #c9344d;}/* Promotions Section */.page-playtime-ph-pagcor__promotions-section {padding: 60px 20px;background-color: #16213e;text-align: center;}.page-playtime-ph-pagcor__promo-cards {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;max-width: 1200px;margin: 40px auto 0 auto;}.page-playtime-ph-pagcor__promo-card {background-color: #0f3460;border-radius: 10px;overflow: hidden;text-align: center;padding-bottom: 20px;display: flex;flex-direction: column;justify-content: space-between;}.page-playtime-ph-pagcor__promo-image {width: 100%;height: 220px;object-fit: cover;margin-bottom: 15px;}.page-playtime-ph-pagcor__promo-title {font-size: 1.6em;color: #e94560;margin-bottom: 10px;padding: 0 15px;}.page-playtime-ph-pagcor__promo-description {color: #ccc;font-size: 0.95em;margin-bottom: 20px;flex-grow: 1;padding: 0 15px;}.page-playtime-ph-pagcor__promo-button {display: inline-block;background-color: #e94560;color: #fff;padding: 10px 20px;border-radius: 5px;text-decoration: none;font-size: 0.9em;font-weight: bold;transition: background-color 0.3s ease;margin-top: 10px;}.page-playtime-ph-pagcor__promo-button:hover {background-color: #c9344d;}/* Security Section */.page-playtime-ph-pagcor__security-section {padding: 60px 20px;text-align: center;}.page-playtime-ph-pagcor__security-features {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 30px;max-width: 1200px;margin: 40px auto 0 auto;}.page-playtime-ph-pagcor__feature-item {background-color: #0f3460;border-radius: 10px;padding: 30px;text-align: center;}.page-playtime-ph-pagcor__feature-icon {width: 100px;height: 100px;object-fit: contain;margin-bottom: 20px;}.page-playtime-ph-pagcor__feature-title {font-size: 1.4em;color: #e94560;margin-bottom: 10px;}.page-playtime-ph-pagcor__feature-description {color: #ccc;font-size: 0.95em;}.page-playtime-ph-pagcor__contact-button {display: inline-block;background-color: #e94560;color: #fff;padding: 15px 30px;border-radius: 5px;text-decoration: none;font-size: 1.1em;font-weight: bold;transition: background-color 0.3s ease;margin-top: 50px;}.page-playtime-ph-pagcor__contact-button:hover {background-color: #c9344d;}/* FAQ Section */.page-playtime-ph-pagcor__faq-section {padding: 60px 20px;background-color: #16213e;}.page-playtime-ph-pagcor__faq-container {max-width: 900px;margin: 40px auto 0 auto;}.page-playtime-ph-pagcor__faq-item {background-color: #0f3460;margin-bottom: 15px;border-radius: 8px;overflow: hidden;}.page-playtime-ph-pagcor__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 20px 25px;cursor: pointer;user-select: none;background-color: #0f3460;color: #fff;transition: background-color 0.3s ease;}.page-playtime-ph-pagcor__faq-question:hover {background-color: #e94560;}.page-playtime-ph-pagcor__faq-title {font-size: 1.2em;margin: 0;flex-grow: 1;text-align: left;pointer-events: none;}.page-playtime-ph-pagcor__faq-toggle {font-size: 1.5em;font-weight: bold;margin-left: 15px;pointer-events: none;transition: transform 0.3s ease;}.page-playtime-ph-pagcor__faq-item.active .page-playtime-ph-pagcor__faq-toggle {transform: rotate(45deg);}.page-playtime-ph-pagcor__faq-answer {max-height: 0;overflow: hidden;padding: 0 25px;color: #ccc;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;opacity: 0;}.page-playtime-ph-pagcor__faq-item.active .page-playtime-ph-pagcor__faq-answer {max-height: 2000px !important;padding: 20px 25px !important;opacity: 1;}.page-playtime-ph-pagcor__faq-answer p {margin: 0;text-align: left;}/* Blog Section */.page-playtime-ph-pagcor__blog-section {padding: 60px 20px;}.page-playtime-ph-pagcor__blog-posts {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 30px;max-width: 1200px;margin: 40px auto 0 auto;}.page-playtime-ph-pagcor__blog-card {background-color: #0f3460;border-radius: 10px;overflow: hidden;display: flex;flex-direction: column;justify-content: space-between;}.page-playtime-ph-pagcor__blog-image {width: 100%;height: 220px;object-fit: cover;}.page-playtime-ph-pagcor__blog-card-title {font-size: 1.4em;margin: 15px 15px 10px 15px;color: #e94560;}.page-playtime-ph-pagcor__blog-card-title a {color: #e94560;text-decoration: none;transition: color 0.3s ease;}.page-playtime-ph-pagcor__blog-card-title a:hover {color: #fff;}.page-playtime-ph-pagcor__blog-card-meta {font-size: 0.85em;color: #aaa;margin: 0 15px 10px 15px;}.page-playtime-ph-pagcor__blog-card-excerpt {color: #ccc;font-size: 0.95em;margin: 0 15px 20px 15px;flex-grow: 1;}.page-playtime-ph-pagcor__blog-card-link {display: inline-block;background-color: #e94560;color: #fff;padding: 8px 15px;border-radius: 5px;text-decoration: none;font-size: 0.85em;margin: 0 15px 15px 15px;align-self: flex-start;transition: background-color 0.3s ease;}.page-playtime-ph-pagcor__blog-card-link:hover {background-color: #c9344d;}/* Responsive Design */@media (max-width: 1024px) {.page-playtime-ph-pagcor__hero-title {font-size: 3em;}}@media (max-width: 768px) {.page-playtime-ph-pagcor__hero-section {height: 500px;padding: 10px 15px 0 15px;} .page-playtime-ph-pagcor__hero-title {font-size: 2.2em;} .page-playtime-ph-pagcor__hero-description {font-size: 1.1em;} .page-playtime-ph-pagcor__hero-buttons {flex-direction: column;gap: 10px;} .page-playtime-ph-pagcor__cta-button {width: 100%;max-width: 300px;margin: 0 auto;} .page-playtime-ph-pagcor__section-title {font-size: 2em;margin-bottom: 30px;} .page-playtime-ph-pagcor__text-content {font-size: 1em;margin-bottom: 20px;} /* Partner Logos Section Mobile */ .page-playtime-ph-pagcor__payment-providers {flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 16px;padding: 30px 15px;} .page-playtime-ph-pagcor__payment-logo,.page-playtime-ph-pagcor__payment-logo img {width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;} .page-playtime-ph-pagcor__introduction-section,.page-playtime-ph-pagcor__quick-access-section,.page-playtime-ph-pagcor__games-section,.page-playtime-ph-pagcor__promotions-section,.page-playtime-ph-pagcor__security-section,.page-playtime-ph-pagcor__faq-section,.page-playtime-ph-pagcor__blog-section {padding: 40px 15px;} .page-playtime-ph-pagcor__access-buttons {flex-direction: column;align-items: center;} .page-playtime-ph-pagcor__access-button {width: 100%;max-width: 280px;} .page-playtime-ph-pagcor__game-categories,.page-playtime-ph-pagcor__promo-cards,.page-playtime-ph-pagcor__security-features,.page-playtime-ph-pagcor__blog-posts {grid-template-columns: 1fr;gap: 20px;margin-top: 30px;} .page-playtime-ph-pagcor__game-card,.page-playtime-ph-pagcor__promo-card,.page-playtime-ph-pagcor__feature-item,.page-playtime-ph-pagcor__blog-card {width: 100% !important;max-width: 100% !important;margin-left: 0 !important;margin-right: 0 !important;box-sizing: border-box !important;padding: 15px;} .page-playtime-ph-pagcor__faq-question {padding: 15px 20px;} .page-playtime-ph-pagcor__faq-title {font-size: 1.1em;} .page-playtime-ph-pagcor__faq-answer {padding: 0 20px;} .page-playtime-ph-pagcor__faq-item.active .page-playtime-ph-pagcor__faq-answer {padding: 15px 20px !important;} .page-playtime-ph-pagcor__blog-card-title {font-size: 1.2em;} } /* Ensure images in general are responsive */ .page-playtime-ph-pagcor img:not(.page-playtime-ph-pagcor__payment-logo) {max-width: 100%;height: auto;display: block;} /* Force responsive for all images on mobile except payment logos */ @media (max-width: 768px) {.page-playtime-ph-pagcor img:not(.page-playtime-ph-pagcor__payment-logo) {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}}