.page-heylink-winph { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; }.page-heylink-winph__hero-section { position: relative; width: 100%; height: 600px; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; padding-top: 10px; box-sizing: border-box; }.page-heylink-winph__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; filter: brightness(0.6); }.page-heylink-winph__hero-content { z-index: 1; max-width: 900px; padding: 20px; }.page-heylink-winph__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); line-height: 1.2; }.page-heylink-winph__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }.page-heylink-winph__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; }.page-heylink-winph__cta-button:hover { background-color: #e6b800; transform: translateY(-2px); }.page-heylink-winph__section { padding: 60px 20px; max-width: 1200px; margin: 0 auto; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 40px; }.page-heylink-winph__section--dark { background-color: #333; color: #fff; }.page-heylink-winph__section-title { font-size: 2.8em; color: #007bff; text-align: center; margin-bottom: 40px; }.page-heylink-winph__section--dark .page-heylink-winph__section-title { color: #ffcc00; }.page-heylink-winph__text-content { font-size: 1.1em; text-align: center; margin-bottom: 30px; }.page-heylink-winph__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }.page-heylink-winph__card { background-color: #f0f0f0; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-heylink-winph__card:hover { transform: translateY(-5px); }.page-heylink-winph__card-title { font-size: 1.8em; color: #007bff; margin-bottom: 15px; }.page-heylink-winph__card-text { font-size: 1em; color: #555; }.page-heylink-winph__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; margin-bottom: 20px; }.page-heylink-winph__image { max-width: 100%; height: auto; border-radius: 8px; display: block; margin: 0 auto; }.page-heylink-winph__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; }.page-heylink-winph__game-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-heylink-winph__game-card:hover { transform: translateY(-5px); }.page-heylink-winph__game-image { width: 100%; height: 200px; object-fit: cover; }.page-heylink-winph__game-title { font-size: 1.5em; padding: 15px; color: #007bff; }.page-heylink-winph__game-button { display: block; background-color: #ffcc00; color: #333; padding: 10px 15px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-heylink-winph__game-button:hover { background-color: #e6b800; }.page-heylink-winph__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-heylink-winph__promo-card { background-color: #f0f0f0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: left; }.page-heylink-winph__promo-image { width: 100%; height: 250px; object-fit: cover; }.page-heylink-winph__promo-content { padding: 20px; }.page-heylink-winph__promo-title { font-size: 1.8em; color: #007bff; margin-bottom: 10px; }.page-heylink-winph__promo-text { font-size: 1em; color: #555; margin-bottom: 20px; }.page-heylink-winph__faq-section { background-color: #f8f8f8; padding: 60px 20px; max-width: 900px; margin: 0 auto 40px auto; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); }.page-heylink-winph__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 5px; overflow: hidden; }.page-heylink-winph__faq-question { background-color: #007bff; color: #fff; padding: 15px 20px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: bold; font-size: 1.1em; user-select: none; transition: background-color 0.3s ease; }.page-heylink-winph__faq-question:hover { background-color: #0056b3; }.page-heylink-winph__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; }.page-heylink-winph__faq-toggle { font-size: 1.5em; margin-left: 10px; transition: transform 0.3s ease; pointer-events: none; }.page-heylink-winph__faq-item.active .page-heylink-winph__faq-toggle { transform: rotate(45deg); }.page-heylink-winph__faq-answer { background-color: #e9f5ff; color: #333; max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; }.page-heylink-winph__faq-item.active .page-heylink-winph__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-heylink-winph__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }.page-heylink-winph__blog-card { background-color: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-heylink-winph__blog-card:hover { transform: translateY(-5px); }.page-heylink-winph__blog-image { width: 100%; height: 220px; object-fit: cover; }.page-heylink-winph__blog-content { padding: 20px; }.page-heylink-winph__blog-title { font-size: 1.6em; color: #007bff; margin-bottom: 10px; }.page-heylink-winph__blog-title a { text-decoration: none; color: #007bff; }.page-heylink-winph__blog-title a:hover { text-decoration: underline; }.page-heylink-winph__blog-excerpt { font-size: 0.95em; color: #555; margin-bottom: 15px; }.page-heylink-winph__blog-date { font-size: 0.85em; color: #888; text-align: right; }.page-heylink-winph__quick-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; }.page-heylink-winph__quick-link-button { background-color: #ffcc00; color: #333; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-heylink-winph__quick-link-button:hover { background-color: #e6b800; }.page-heylink-winph__provider-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; }.page-heylink-winph__provider-logo { height: 80px; width: auto; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: filter 0.3s ease, opacity 0.3s ease; }.page-heylink-winph__provider-logo:hover { filter: grayscale(0%); opacity: 1; }.page-heylink-winph__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 30px; }.page-heylink-winph__payment-logo { height: 60px; width: auto; object-fit: contain; opacity: 0.8; transition: opacity 0.3s ease; }.page-heylink-winph__payment-logo:hover { opacity: 1; }@media (max-width: 1024px) { .page-heylink-winph__hero-title { font-size: 3em; }.page-heylink-winph__hero-subtitle { font-size: 1.3em; }.page-heylink-winph__section-title { font-size: 2.5em; }}.page-heylink-winph__list-item { box-sizing: border-box; }.page-heylink-winph__list-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; padding: 0; margin-left: 0; margin-right: 0; }@media (max-width: 768px) { .page-heylink-winph__hero-section { height: 500px; }.page-heylink-winph__hero-title { font-size: 2.2em; }.page-heylink-winph__hero-subtitle { font-size: 1.1em; }.page-heylink-winph__cta-button { padding: 12px 25px; font-size: 1em; }.page-heylink-winph__section { padding: 40px 15px; margin-bottom: 30px; }.page-heylink-winph__section-title { font-size: 2em; margin-bottom: 30px; }.page-heylink-winph__text-content { font-size: 1em; }.page-heylink-winph__grid, .page-heylink-winph__game-grid, .page-heylink-winph__promo-grid, .page-heylink-winph__blog-grid { grid-template-columns: 1fr; gap: 20px; }.page-heylink-winph__card, .page-heylink-winph__game-card, .page-heylink-winph__promo-card, .page-heylink-winph__blog-card { padding: 20px; }.page-heylink-winph__card-title, .page-heylink-winph__game-title, .page-heylink-winph__promo-title, .page-heylink-winph__blog-title { font-size: 1.5em; }.page-heylink-winph__faq-section { padding: 40px 15px; margin: 0 auto 30px auto; }.page-heylink-winph__faq-question { padding: 12px 15px; font-size: 1em; }.page-heylink-winph__faq-answer { padding: 15px 15px !important; }.page-heylink-winph__quick-links { flex-direction: column; }.page-heylink-winph__quick-link-button { width: 100%; }.page-heylink-winph__image, .page-heylink-winph__game-image, .page-heylink-winph__promo-image, .page-heylink-winph__blog-image { max-width: 100% !important; height: auto !important; }.page-heylink-winph__image-container { width: 100% !important; max-width: 100% !important; overflow: hidden !important; box-sizing: border-box !important; }.page-heylink-winph__provider-logos, .page-heylink-winph__payment-logos { gap: 10px; }.page-heylink-winph__provider-logo, .page-heylink-winph__payment-logo { height: 50px; }.page-heylink-winph__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }}.page-heylink-winph__sticky-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-heylink-winph__sticky-button { background-color: #007bff; color: #fff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 0.9em; text-align: center; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; }.page-heylink-winph__sticky-button:hover { background-color: #0056b3; transform: translateY(-2px); }.page-heylink-winph__sticky-button--register { background-color: #ffcc00; color: #333; }.page-heylink-winph__sticky-button--register:hover { background-color: #e6b800; }