:root{--primary-color:#FFD700;--secondary-color:#1a1a2e;--accent-color:#e94560;--text-color-light:#f5f5f5;--text-color-dark:#333;--bg-color-dark:#121212;--bg-color-light:#24243e;--button-hover-color:#FFC400;--header-offset:122px;}body{font-family:'Arial',sans-serif;line-height:1.6;color:var(--text-color-light);background-color:var(--bg-color-dark);margin:0;padding-top:var(--header-offset);}.page-bc-game-casino-ph__container{max-width:1200px;margin:0 auto;padding:0 15px;box-sizing:border-box;}.page-bc-game-casino-ph__section{padding:60px 0;text-align:center;background-color:var(--bg-color-dark);}.page-bc-game-casino-ph__section--alt{background-color:var(--bg-color-light);}.page-bc-game-casino-ph__title{font-size:2.8em;color:var(--primary-color);margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;}.page-bc-game-casino-ph__subtitle{font-size:1.8em;color:var(--text-color-light);margin-bottom:30px;}.page-bc-game-casino-ph__description{font-size:1.1em;color:var(--text-color-light);margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;}.page-bc-game-casino-ph__button{display:inline-block;background-color:var(--primary-color);color:var(--secondary-color);padding:15px 30px;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color .3s ease;font-size:1.1em;border:none;cursor:pointer;}.page-bc-game-casino-ph__button:hover{background-color:var(--button-hover-color);}/* Hero Section */.page-bc-game-casino-ph__hero-section{position:relative;background-color:var(--bg-color-dark);padding:10px 0 60px;overflow:hidden;}.page-bc-game-casino-ph__hero-image{width:100%;height:500px;object-fit:cover;position:absolute;top:0;left:0;z-index:0;filter:brightness(.5);}.page-bc-game-casino-ph__hero-content{position:relative;z-index:1;padding:100px 0 50px;color:var(--text-color-light);text-shadow:2px 2px 4px rgba(0,0,0,.7);}.page-bc-game-casino-ph__hero-title{font-size:3.5em;color:var(--primary-color);margin-bottom:20px;text-transform:uppercase;letter-spacing:2px;}.page-bc-game-casino-ph__hero-description{font-size:1.3em;margin-bottom:40px;max-width:900px;margin-left:auto;margin-right:auto;}/* Games Showcase */.page-bc-game-casino-ph__games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;}.page-bc-game-casino-ph__game-card{background-color:var(--bg-color-light);border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.3);transition:transform .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;}.page-bc-game-casino-ph__game-card:hover{transform:translateY(-5px);}.page-bc-game-casino-ph__game-card-image{width:100%;height:200px;object-fit:cover;}.page-bc-game-casino-ph__game-card-content{padding:20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;width:100%;box-sizing:border-box;}.page-bc-game-casino-ph__game-card-title{font-size:1.4em;color:var(--primary-color);margin-bottom:10px;}.page-bc-game-casino-ph__game-card-description{font-size:.95em;color:var(--text-color-light);margin-bottom:15px;}/* Promotions */.page-bc-game-casino-ph__promotions-list{display:grid;grid-template-columns:1fr;gap:30px;margin-top:40px;max-width:900px;margin-left:auto;margin-right:auto;}.page-bc-game-casino-ph__promo-item{background-color:var(--bg-color-light);border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.3);display:flex;align-items:center;padding:20px;text-align:left;}.page-bc-game-casino-ph__promo-image{width:200px;height:150px;object-fit:cover;border-radius:8px;margin-right:20px;flex-shrink:0;}.page-bc-game-casino-ph__promo-content{flex-grow:1;}.page-bc-game-casino-ph__promo-title{font-size:1.5em;color:var(--primary-color);margin-bottom:10px;}.page-bc-game-casino-ph__promo-description{font-size:1em;color:var(--text-color-light);margin-bottom:15px;}/* Why Choose Us */.page-bc-game-casino-ph__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px;}.page-bc-game-casino-ph__feature-item{background-color:var(--bg-color-light);padding:30px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.3);}.page-bc-game-casino-ph__feature-icon{width:80px;height:80px;margin-bottom:20px;}.page-bc-game-casino-ph__feature-title{font-size:1.3em;color:var(--primary-color);margin-bottom:10px;}.page-bc-game-casino-ph__feature-description{font-size:.95em;color:var(--text-color-light);}/* FAQ Section */.page-bc-game-casino-ph__faq-list{max-width:900px;margin:40px auto 0;text-align:left;}.page-bc-game-casino-ph__faq-item{background-color:var(--bg-color-light);margin-bottom:15px;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.2);}.page-bc-game-casino-ph__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;background-color:var(--secondary-color);color:var(--text-color-light);font-size:1.1em;font-weight:bold;transition:background-color .3s ease;user-select:none;}.page-bc-game-casino-ph__faq-question:hover{background-color:#2b2b4d;}.page-bc-game-casino-ph__faq-question h3{margin:0;flex-grow:1;pointer-events:none;color:var(--primary-color);}.page-bc-game-casino-ph__faq-toggle{font-size:1.8em;line-height:1;margin-left:15px;transition:transform .3s ease;pointer-events:none;color:var(--primary-color);}.page-bc-game-casino-ph__faq-item.active .page-bc-game-casino-ph__faq-toggle{transform:rotate(45deg);}.page-bc-game-casino-ph__faq-answer{max-height:0;overflow:hidden;padding:0 25px;color:var(--text-color-light);font-size:1em;text-align:left;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0;}.page-bc-game-casino-ph__faq-item.active .page-bc-game-casino-ph__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1;}/* Floating Buttons */.page-bc-game-casino-ph__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000;}.page-bc-game-casino-ph__floating-button{background-color:var(--accent-color);color:var(--text-color-light);padding:12px 20px;border-radius:50px;text-decoration:none;font-weight:bold;text-align:center;box-shadow:0 4px 10px rgba(0,0,0,.3);transition:background-color .3s ease;font-size:1em;border:none;cursor:pointer;min-width:120px;}/* Ensure buttons are wide enough */.page-bc-game-casino-ph__floating-button:hover{background-color:#c73750;}/* Darker accent */ /* Responsive Design */@media (max-width:992px){.page-bc-game-casino-ph__hero-title{font-size:3em;}.page-bc-game-casino-ph__hero-description{font-size:1.2em;}.page-bc-game-casino-ph__promo-item{flex-direction:column;text-align:center;}.page-bc-game-casino-ph__promo-image{margin-right:0;margin-bottom:20px;}}@media (max-width:768px){.page-bc-game-casino-ph__hero-section{padding-bottom:40px;}.page-bc-game-casino-ph__hero-content{padding:80px 0 40px;}.page-bc-game-casino-ph__hero-title{font-size:2.5em;}.page-bc-game-casino-ph__hero-image{height:400px;}.page-bc-game-casino-ph__section{padding:40px 0;}.page-bc-game-casino-ph__title{font-size:2.2em;}.page-bc-game-casino-ph__subtitle{font-size:1.5em;}.page-bc-game-casino-ph__description{font-size:1em;}.page-bc-game-casino-ph__button{padding:12px 25px;font-size:1em;}.page-bc-game-casino-ph__games-grid{grid-template-columns:1fr;}.page-bc-game-casino-ph__game-card-image{height:180px;}.page-bc-game-casino-ph__promotions-list{padding:0 10px;}.page-bc-game-casino-ph__promo-item{padding:15px;}.page-bc-game-casino-ph__promo-image{width:100%;height:120px;}.page-bc-game-casino-ph__promo-title{font-size:1.3em;}.page-bc-game-casino-ph__features-grid{grid-template-columns:1fr;}.page-bc-game-casino-ph__faq-question{padding:15px 20px;font-size:1em;}.page-bc-game-casino-ph__faq-question h3{font-size:1.1em;}.page-bc-game-casino-ph__faq-answer{padding:15px 20px;font-size:.95em;}.page-bc-game-casino-ph__faq-item.active .page-bc-game-casino-ph__faq-answer{padding:15px 20px !important;}/* Mobile list item specific rules */.page-bc-game-casino-ph__games-grid,.page-bc-game-casino-ph__promotions-list,.page-bc-game-casino-ph__features-grid,.page-bc-game-casino-ph__faq-list{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 15px !important;margin-left:0 !important;margin-right:0 !important;}.page-bc-game-casino-ph__game-card,.page-bc-game-casino-ph__promo-item,.page-bc-game-casino-ph__feature-item,.page-bc-game-casino-ph__faq-item{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;}.page-bc-game-casino-ph__game-card-description,.page-bc-game-casino-ph__promo-description,.page-bc-game-casino-ph__feature-description,.page-bc-game-casino-ph__faq-answer{word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;}.page-bc-game-casino-ph__floating-buttons{bottom:15px;right:15px;flex-direction:row;gap:8px;}.page-bc-game-casino-ph__floating-button{padding:10px 15px;font-size:.9em;min-width:unset;flex-grow:1;}}@media (max-width:480px){.page-bc-game-casino-ph__hero-title{font-size:2em;}.page-bc-game-casino-ph__hero-description{font-size:1em;}.page-bc-game-casino-ph__title{font-size:1.8em;}.page-bc-game-casino-ph__subtitle{font-size:1.3em;}.page-bc-game-casino-ph__floating-buttons{left:15px;right:15px;flex-direction:row;}.page-bc-game-casino-ph__floating-button{padding:10px;font-size:.85em;}}