body{font-family:'Arial',sans-serif;margin:0;padding-top:var(--header-offset,122px);background-color:#f8f8f8;color:#333}.page-phcrown-code__container{max-width:1200px;margin:0 auto;padding:20px}.page-phcrown-code__section{padding:60px 20px;margin-bottom:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.page-phcrown-code__section--dark{background-color:#222;color:#eee}.page-phcrown-code__section-title{font-size:2.5em;color:#0056b3;text-align:center;margin-bottom:40px}.page-phcrown-code__section--dark .page-phcrown-code__section-title{color:#fff}.page-phcrown-code__text-center{text-align:center}.page-phcrown-code__btn{display:inline-block;background-color:#007bff;color:#fff;padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color .3s ease;margin:10px}.page-phcrown-code__btn:hover{background-color:#0056b3}.page-phcrown-code__hero-section{background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url('[GALLERY:hero:1920x1080:philippines,online_casino,gaming,jackpot,phcrown_code]') no-repeat center center/cover;color:#fff;text-align:center;padding:120px 20px 100px;border-radius:0;box-shadow:none}.page-phcrown-code__hero-section .page-phcrown-code__section-title{font-size:3.5em;margin-bottom:20px;color:#fff}.page-phcrown-code__hero-section p{font-size:1.3em;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto}.page-phcrown-code__hero-cta-group{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.page-phcrown-code__hero-cta-group .page-phcrown-code__btn{padding:15px 35px;font-size:1.1em}.page-phcrown-code__intro-content{display:flex;flex-wrap:wrap;align-items:center;gap:30px}.page-phcrown-code__intro-text{flex:2;min-width:300px}.page-phcrown-code__intro-image{flex:1;min-width:250px;text-align:center}.page-phcrown-code__intro-image img{max-width:100%;height:auto;border-radius:8px}.page-phcrown-code__quick-access-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:30px}.page-phcrown-code__quick-access-grid .page-phcrown-code__btn{width:100%;box-sizing:border-box;margin:0}.page-phcrown-code__game-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.page-phcrown-code__game-card{background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.1);text-align:center;transition:transform .3s ease;display:flex;flex-direction:column;align-items:center;padding-bottom:20px}.page-phcrown-code__game-card:hover{transform:translateY(-5px)}.page-phcrown-code__game-card-image{width:100%;height:200px;object-fit:cover}.page-phcrown-code__game-card-content{padding:20px;flex-grow:1}.page-phcrown-code__game-card h3{margin-top:0;font-size:1.5em;color:#0056b3}.page-phcrown-code__game-card p{font-size:.95em;line-height:1.6}.page-phcrown-code__game-providers{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px}.page-phcrown-code__game-provider-logo{height:60px;width:auto;object-fit:contain;filter:grayscale(80%);transition:filter .3s ease}.page-phcrown-code__game-provider-logo:hover{filter:grayscale(0)}.page-phcrown-code__promotions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.page-phcrown-code__promotion-card{background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:transform .3s ease;display:flex;flex-direction:column}.page-phcrown-code__promotion-card:hover{transform:translateY(-5px)}.page-phcrown-code__promotion-card-image{width:100%;height:220px;object-fit:cover}.page-phcrown-code__promotion-card-content{padding:20px;flex-grow:1}.page-phcrown-code__promotion-card h3{margin-top:0;color:#0056b3}.page-phcrown-code__promotion-card p{font-size:.95em;line-height:1.6}.page-phcrown-code__security-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:30px}.page-phcrown-code__feature-item{text-align:center;padding:20px;border:1px solid #eee;border-radius:8px}.page-phcrown-code__feature-item img{max-width:100px;height:auto;margin-bottom:15px}.page-phcrown-code__feature-item h3{color:#0056b3}.page-phcrown-code__payment-methods{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px}.page-phcrown-code__payment-logo{height:40px;width:auto;object-fit:contain;filter:grayscale(50%);transition:filter .3s ease}.page-phcrown-code__payment-logo:hover{filter:grayscale(0)}.page-phcrown-code__faq-list{margin-top:30px}.page-phcrown-code__faq-item{margin-bottom:10px;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9}.page-phcrown-code__faq-question{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;user-select:none;background-color:#eee;border-radius:8px;transition:background-color .3s ease}.page-phcrown-code__faq-question:hover{background-color:#e0e0e0}.page-phcrown-code__faq-question h3{margin:0;font-size:1.1em;color:#333;pointer-events:none}.page-phcrown-code__faq-toggle{font-size:1.5em;font-weight:bold;pointer-events:none;transition:transform .3s ease}.page-phcrown-code__faq-item.active .page-phcrown-code__faq-toggle{transform:rotate(45deg)}.page-phcrown-code__faq-answer{max-height:0;overflow:hidden;padding:0 20px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease}.page-phcrown-code__faq-item.active .page-phcrown-code__faq-answer{max-height:2000px!important;padding:20px!important;opacity:1}.page-phcrown-code__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.page-phcrown-code__blog-card{background-color:#f9f9f9;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:transform .3s ease;display:flex;flex-direction:column}.page-phcrown-code__blog-card:hover{transform:translateY(-5px)}.page-phcrown-code__blog-card-image{width:100%;height:200px;object-fit:cover}.page-phcrown-code__blog-card-content{padding:20px;flex-grow:1}.page-phcrown-code__blog-card h3{margin-top:0;font-size:1.3em;color:#0056b3}.page-phcrown-code__blog-card p{font-size:.9em;line-height:1.5;color:#555}.page-phcrown-code__blog-card .page-phcrown-code__btn{margin-top:15px;align-self:flex-start}.page-phcrown-code__text-small{font-size:.85em;color:#777}.page-phcrown-code__content-list{list-style:none;padding:0;margin:20px 0}.page-phcrown-code__content-list li{margin-bottom:10px;padding-left:25px;position:relative}.page-phcrown-code__content-list li:before{content:'✓';position:absolute;left:0;color:#28a745;font-weight:bold}.page-phcrown-code__contact-info{margin-top:20px}.page-phcrown-code__contact-info p{margin:5px 0}.page-phcrown-code__social-links{margin-top:20px}.page-phcrown-code__social-links a{margin-right:15px;color:#007bff;text-decoration:none;font-weight:bold}.page-phcrown-code__social-links a:hover{text-decoration:underline}@media (max-width:1024px){.page-phcrown-code__section-title{font-size:2em}.page-phcrown-code__hero-section{padding:80px 20px 60px}.page-phcrown-code__hero-section .page-phcrown-code__section-title{font-size:2.8em}.page-phcrown-code__hero-section p{font-size:1.1em}}.page-phcrown-code__game-card-image,.page-phcrown-code__promotion-card-image,.page-phcrown-code__blog-card-image{max-width:100%;height:auto}.page-phcrown-code__game-card,.page-phcrown-code__promotion-card,.page-phcrown-code__blog-card{width:100%;max-width:100%;box-sizing:border-box}.page-phcrown-code__game-categories,.page-phcrown-code__promotions-grid,.page-phcrown-code__blog-grid{grid-template-columns:1fr}@media (max-width:768px){.page-phcrown-code__section{padding:40px 15px}.page-phcrown-code__section-title{font-size:1.8em}.page-phcrown-code__hero-section{padding:60px 15px 40px}.page-phcrown-code__hero-section .page-phcrown-code__section-title{font-size:2.2em}.page-phcrown-code__hero-section p{font-size:1em}.page-phcrown-code__hero-cta-group{flex-direction:column;gap:10px}.page-phcrown-code__hero-cta-group .page-phcrown-code__btn{width:90%;margin-left:auto;margin-right:auto}.page-phcrown-code__intro-content{flex-direction:column}.page-phcrown-code__intro-text,.page-phcrown-code__intro-image{min-width:unset;width:100%}.page-phcrown-code__quick-access-grid{grid-template-columns:1fr}.page-phcrown-code__game-categories,.page-phcrown-code__promotions-grid,.page-phcrown-code__blog-grid{gap:20px}.page-phcrown-code__faq-question{padding:12px 15px}.page-phcrown-code__faq-question h3{font-size:1em}.page-phcrown-code__faq-answer{padding:0 15px}.page-phcrown-code__faq-item.active .page-phcrown-code__faq-answer{padding:15px!important}.page-phcrown-code__content-list li{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding-left:20px!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-phcrown-code__content-list{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:0!important;margin-left:0!important;margin-right:0!important}img{max-width:100%!important;height:auto!important;box-sizing:border-box!important}}