/* General Styling */:root { --primary-color: #e44d26; /* A vibrant orange-red for action */--secondary-color: #f7931e; /* A complementary orange */--dark-background: #1a1a2e; /* Dark blue/purple for deep backgrounds */--light-background: #2a2a4a; /* Slightly lighter dark background */--text-color-light: #ffffff;--text-color-dark: #cccccc;--border-color: #3f3f6e;}.page-winph-7 { font-family: 'Arial', sans-serif; color: var(--text-color-light); background-color: var(--dark-background); line-height: 1.6;}.page-winph-7__section { padding: 40px 20px; text-align: center; border-bottom: 1px solid var(--border-color);}.page-winph-7__section:last-of-type { border-bottom: none;}.page-winph-7__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; box-sizing: border-box;}.page-winph-7__title { font-size: 2.8em; color: var(--primary-color); margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);}.page-winph-7__subtitle { font-size: 1.8em; color: var(--secondary-color); margin-bottom: 30px;}.page-winph-7__text { font-size: 1.1em; margin-bottom: 15px; color: var(--text-color-dark);}.page-winph-7__button { display: inline-block; background-color: var(--primary-color); color: var(--text-color-light); padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer;}.page-winph-7__button:hover { background-color: var(--secondary-color); transform: translateY(-2px);}.page-winph-7__button--secondary { background-color: var(--light-background); border: 1px solid var(--primary-color);}.page-winph-7__button--secondary:hover { background-color: var(--primary-color); border-color: var(--secondary-color);}.page-winph-7__image { max-width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4); display: block; margin: 20px auto;}.page-winph-7__image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 30px;}.page-winph-7__image-grid-item { background-color: var(--light-background); border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); text-align: center; padding-bottom: 20px;}.page-winph-7__image-grid-item img { width: 100%; height: 200px; object-fit: cover; border-bottom: 1px solid var(--border-color);}.page-winph-7__image-grid-item h3 { font-size: 1.4em; color: var(--primary-color); margin: 15px 10px 10px;}.page-winph-7__image-grid-item p { font-size: 0.95em; color: var(--text-color-dark); padding: 0 15px 10px;}.page-winph-7__image-grid-item .page-winph-7__button { margin-top: 15px;}/* Hero Section */.page-winph-7__hero-section { background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('[GALLERY:hero:1920x1080:winph 7,jili77 casino,online gaming,Philippines]') no-repeat center center/cover; padding: 100px 20px; display: flex; align-items: center; justify-content: center; min-height: 60vh; text-align: center; position: relative; padding-top: 10px; /* Small top padding, assuming body already has header offset */}.page-winph-7__hero-content { max-width: 800px;}.page-winph-7__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: var(--text-color-light); text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);}.page-winph-7__hero-slogan { font-size: 1.5em; margin-bottom: 40px; color: var(--text-color-dark);}.page-winph-7__hero-buttons .page-winph-7__button { margin: 0 10px;}/* Quick Access Section */.page-winph-7__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px;}.page-winph-7__quick-access-links .page-winph-7__button { min-width: 180px;}/* Core Games Section */.page-winph-7__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px;}.page-winph-7__game-card { background-color: var(--light-background); border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center;}.page-winph-7__game-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);}.page-winph-7__game-card img { width: 100%; height: 220px; object-fit: cover; border-bottom: 2px solid var(--primary-color);}.page-winph-7__game-card-content { padding: 20px;}.page-winph-7__game-card-content h3 { font-size: 1.6em; margin-bottom: 10px; color: var(--primary-color);}.page-winph-7__game-card-content p { font-size: 1em; color: var(--text-color-dark); margin-bottom: 20px;}.page-winph-7__game-card-providers { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 15px;}.page-winph-7__game-card-providers img { width: 60px; height: 60px; object-fit: contain; background-color: rgba(255, 255, 255, 0.1); border-radius: 50%; padding: 5px;}.page-winph-7__game-card-content .page-winph-7__button { margin-top: 15px;}/* Promotions Section */.page-winph-7__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px;}.page-winph-7__promo-card { background-color: var(--light-background); border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); text-align: left;}.page-winph-7__promo-card img { width: 100%; height: 250px; object-fit: cover;}.page-winph-7__promo-card-content { padding: 20px;}.page-winph-7__promo-card-content h3 { font-size: 1.5em; margin-bottom: 10px; color: var(--secondary-color);}.page-winph-7__promo-card-content p { font-size: 0.95em; color: var(--text-color-dark); margin-bottom: 20px;}.page-winph-7__promo-card-content .page-winph-7__button { width: 100%;}/* Security & Customer Service */.page-winph-7__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; text-align: left;}.page-winph-7__feature-item { background-color: var(--light-background); padding: 25px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);}.page-winph-7__feature-item h3 { font-size: 1.4em; color: var(--primary-color); margin-bottom: 10px;}.page-winph-7__feature-item p { font-size: 0.95em; color: var(--text-color-dark);}.page-winph-7__payment-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px;}.page-winph-7__payment-logos img { width: 80px; height: 50px; object-fit: contain; background-color: rgba(255, 255, 255, 0.1); border-radius: 5px; padding: 5px;}.page-winph-7__contact-button { margin-top: 30px;}/* FAQ Section */.page-winph-7__faq-list { max-width: 900px; margin: 30px auto; text-align: left;}.page-winph-7__faq-item { background-color: var(--light-background); margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}.page-winph-7__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 25px; cursor: pointer; user-select: none; background-color: var(--light-background); border-bottom: 1px solid var(--border-color); transition: background-color 0.3s ease;}.page-winph-7__faq-question:hover { background-color: #3a3a5a;}.page-winph-7__faq-question h3 { margin: 0; font-size: 1.2em; color: var(--secondary-color); pointer-events: none; /* Prevents text from blocking click */}.page-winph-7__faq-toggle { font-size: 1.8em; font-weight: bold; color: var(--primary-color); margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; /* Prevents icon from blocking click */}.page-winph-7__faq-item.active .page-winph-7__faq-toggle { transform: rotate(45deg); /* Changes + to x or - visually */}.page-winph-7__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;}.page-winph-7__faq-item.active .page-winph-7__faq-answer { max-height: 2000px !important; /* Sufficiently large */ padding: 20px 25px !important; opacity: 1;}/* Blog Section */.page-winph-7__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-top: 30px;}.page-winph-7__blog-card { background-color: var(--light-background); border-radius: 12px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); text-align: left;}.page-winph-7__blog-card img { width: 100%; height: 200px; object-fit: cover;}.page-winph-7__blog-card-content { padding: 20px;}.page-winph-7__blog-card-content h3 { font-size: 1.4em; margin-bottom: 10px; color: var(--secondary-color);}.page-winph-7__blog-card-content p { font-size: 0.95em; color: var(--text-color-dark); margin-bottom: 20px;}.page-winph-7__blog-card-content .page-winph-7__button { width: 100%;}/* Responsive Design */@media (max-width: 1024px) { .page-winph-7__hero-title { font-size: 3em;}.page-winph-7__hero-slogan { font-size: 1.3em;}}.page-winph-7__hero-buttons .page-winph-7__button { margin: 10px 5px;}.page-winph-7__title { font-size: 2.2em;}.page-winph-7__subtitle { font-size: 1.5em;}@media (max-width: 768px) { .page-winph-7__section { padding: 30px 15px;}.page-winph-7__hero-section { min-height: 50vh; padding: 80px 15px;}.page-winph-7__hero-title { font-size: 2.5em;}.page-winph-7__hero-slogan { font-size: 1.1em;}.page-winph-7__hero-buttons { display: flex; flex-direction: column; gap: 10px; align-items: center;}.page-winph-7__hero-buttons .page-winph-7__button { width: 80%;}.page-winph-7__title { font-size: 2em;}.page-winph-7__subtitle { font-size: 1.3em;}.page-winph-7__text { font-size: 1em;}.page-winph-7__quick-access-links { flex-direction: column; align-items: center;}.page-winph-7__quick-access-links .page-winph-7__button { width: 90%;}.page-winph-7__image-grid { grid-template-columns: 1fr;}.page-winph-7__game-card { margin: 0 auto; max-width: 350px;}.page-winph-7__games-grid { grid-template-columns: 1fr;}.page-winph-7__promo-grid { grid-template-columns: 1fr;}.page-winph-7__features-grid { grid-template-columns: 1fr;}.page-winph-7__payment-logos img { width: 60px; height: 40px;}.page-winph-7__faq-question { padding: 15px 20px;}.page-winph-7__faq-question h3 { font-size: 1.1em;}.page-winph-7__faq-answer { padding: 15px 20px !important;}.page-winph-7__blog-grid { grid-template-columns: 1fr;}.page-winph-7__image, .page-winph-7__image-grid-item img, .page-winph-7__game-card img, .page-winph-7__promo-card img, .page-winph-7__payment-logos img, .page-winph-7__blog-card img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important;}.page-winph-7__image-grid-item, .page-winph-7__game-card, .page-winph-7__promo-card, .page-winph-7__feature-item, .page-winph-7__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding-left: 0 !important; padding-right: 0 !important;}.page-winph-7__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding-left: 0 !important; padding-right: 0 !important; margin-left: 0 !important; margin-right: 0 !important;}.page-winph-7__faq-item, .page-winph-7__faq-question, .page-winph-7__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important;}}@media (max-width: 480px) { .page-winph-7__hero-title { font-size: 2em;}.page-winph-7__hero-slogan { font-size: 1em;}.page-winph-7__title { font-size: 1.8em;}.page-winph-7__subtitle { font-size: 1.2em;}.page-winph-7__hero-buttons .page-winph-7__button { width: 95%;}.page-winph-7__game-card img { height: 180px;}.page-winph-7__promo-card img { height: 200px;}.page-winph-7__blog-card img { height: 160px;}.page-winph-7__faq-question h3 { font-size: 1em;}.page-winph-7__faq-toggle { font-size: 1.5em;}}