/* General styles for the page-bpi-winwin context */.page-bpi-winwin{font-family:'Arial',sans-serif;color:#e0e0e0;background-color:#1a1a2e;line-height:1.6;overflow-x:hidden;}.page-bpi-winwin__container{max-width:1200px;margin:0 auto;padding:20px;box-sizing:border-box;}.page-bpi-winwin__section-title{font-size:2.5em;color:#e94560;text-align:center;margin-bottom:40px;padding-top:20px;font-weight:bold;}.page-bpi-winwin__section-title strong{color:#0f3460;}.page-bpi-winwin__text-content{font-size:1.1em;text-align:center;margin-bottom:30px;max-width:800px;margin-left:auto;margin-right:auto;}/* Hero Section */.page-bpi-winwin__hero-section{position:relative;width:100%;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding:10px 0;box-sizing:border-box;}.page-bpi-winwin__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;filter:brightness(0.5);}.page-bpi-winwin__hero-content{position:relative;z-index:2;max-width:900px;padding:20px;background:rgba(0,0,0,0.4);border-radius:10px;}.page-bpi-winwin__hero-title{font-size:3.5em;color:#ffffff;margin-bottom:20px;line-height:1.2;}.page-bpi-winwin__hero-title strong{color:#e94560;}.page-bpi-winwin__hero-subtitle{font-size:1.4em;color:#f0f0f0;margin-bottom:30px;}.page-bpi-winwin__hero-cta-group{display:flex;gap:20px;justify-content:center;}.page-bpi-winwin__hero-button{display:inline-block;padding:15px 30px;border-radius:50px;text-decoration:none;font-size:1.2em;font-weight:bold;transition:background-color 0.3s ease,transform 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.2);}.page-bpi-winwin__hero-button--primary{background-color:#e94560;color:#ffffff;}.page-bpi-winwin__hero-button--primary:hover{background-color:#c9354f;transform:translateY(-3px);}.page-bpi-winwin__hero-button--secondary{background-color:#0f3460;color:#ffffff;border:2px solid #e94560;}.page-bpi-winwin__hero-button--secondary:hover{background-color:#1a1a2e;border-color:#c9354f;transform:translateY(-3px);}/* Payment Providers Section */.page-bpi-winwin__payment-providers{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:100%;box-sizing:border-box;background-color:#0f3460;padding:40px 20px;}.page-bpi-winwin__payment-logo-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:1200px;margin:0 auto;}.page-bpi-winwin__payment-logo{flex:0 0 auto;width:80px;height:80px;max-width:80px;max-height:80px;box-sizing:border-box;background-color:#2e3a59;border-radius:10px;display:flex;justify-content:center;align-items:center;padding:5px;}.page-bpi-winwin__payment-logo img{display:block;width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;object-fit:contain;}/* Intro Section */.page-bpi-winwin__intro-section{padding:60px 0;background-color:#16213e;}.page-bpi-winwin__feature-list{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;list-style:none;padding:0;margin:0;}.page-bpi-winwin__feature-item{flex:1 1 calc(33% - 40px);background-color:#0f3460;padding:30px;border-radius:15px;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,0.3);transition:transform 0.3s ease,box-shadow 0.3s ease;min-width:280px;box-sizing:border-box;}.page-bpi-winwin__feature-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.4);}.page-bpi-winwin__feature-icon{width:80px;height:80px;margin-bottom:20px;object-fit:contain;filter:brightness(1.2);}.page-bpi-winwin__feature-item h3{font-size:1.5em;color:#e94560;margin-bottom:15px;}.page-bpi-winwin__feature-item p{font-size:1em;color:#e0e0e0;}/* Quick Access Section */.page-bpi-winwin__quick-access-section{padding:60px 0;background-color:#1a1a2e;text-align:center;}.page-bpi-winwin__quick-access-links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px;}.page-bpi-winwin__quick-access-button{display:inline-block;background-color:#0f3460;color:#ffffff;padding:12px 25px;border-radius:30px;text-decoration:none;font-weight:bold;font-size:1.1em;transition:background-color 0.3s ease,transform 0.3s ease;box-shadow:0 3px 10px rgba(0,0,0,0.2);min-width:180px;text-align:center;}.page-bpi-winwin__quick-access-button:hover{background-color:#e94560;transform:translateY(-3px);}/* Games Section */.page-bpi-winwin__games-section{padding:60px 0;background-color:#16213e;}.page-bpi-winwin__game-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;}.page-bpi-winwin__game-card{background-color:#0f3460;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,0.3);text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column;}.page-bpi-winwin__game-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.4);}.page-bpi-winwin__game-image{width:100%;height:200px;object-fit:cover;display:block;}.page-bpi-winwin__game-title{font-size:1.6em;color:#e94560;margin:20px 15px 10px;}.page-bpi-winwin__game-description{font-size:0.95em;color:#e0e0e0;padding:0 15px;flex-grow:1;}.page-bpi-winwin__game-button{display:inline-block;background-color:#e94560;color:#ffffff;padding:10px 20px;border-radius:25px;text-decoration:none;font-weight:bold;margin:20px 15px;transition:background-color 0.3s ease,transform 0.3s ease;}.page-bpi-winwin__game-button:hover{background-color:#c9354f;transform:translateY(-2px);}/* Promotions Section */.page-bpi-winwin__promotions-section{padding:60px 0;background-color:#1a1a2e;}.page-bpi-winwin__promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;}.page-bpi-winwin__promo-card{background-color:#0f3460;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,0.3);text-align:center;transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column;}.page-bpi-winwin__promo-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.4);}.page-bpi-winwin__promo-image{width:100%;height:200px;object-fit:cover;display:block;}.page-bpi-winwin__promo-title{font-size:1.6em;color:#e94560;margin:20px 15px 10px;}.page-bpi-winwin__promo-description{font-size:0.95em;color:#e0e0e0;padding:0 15px;flex-grow:1;}.page-bpi-winwin__promo-button{display:inline-block;background-color:#e94560;color:#ffffff;padding:10px 20px;border-radius:25px;text-decoration:none;font-weight:bold;margin:20px 15px;transition:background-color 0.3s ease,transform 0.3s ease;}.page-bpi-winwin__promo-button:hover{background-color:#c9354f;transform:translateY(-2px);}/* Security & Support Section */.page-bpi-winwin__security-support-section{padding:60px 0;background-color:#16213e;}.page-bpi-winwin__security-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px;}.page-bpi-winwin__feature-box{background-color:#0f3460;padding:30px;border-radius:15px;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,0.3);transition:transform 0.3s ease,box-shadow 0.3s ease;box-sizing:border-box;}.page-bpi-winwin__feature-box:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.4);}.page-bpi-winwin__feature-box-icon{width:80px;height:80px;margin-bottom:20px;object-fit:contain;filter:brightness(1.2);}.page-bpi-winwin__feature-box h3{font-size:1.5em;color:#e94560;margin-bottom:15px;}.page-bpi-winwin__feature-box p{font-size:1em;color:#e0e0e0;}.page-bpi-winwin__contact-cta{text-align:center;margin-top:50px;}.page-bpi-winwin__contact-button{display:inline-block;background-color:#e94560;color:#ffffff;padding:15px 30px;border-radius:50px;text-decoration:none;font-size:1.2em;font-weight:bold;transition:background-color 0.3s ease,transform 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.2);}.page-bpi-winwin__contact-button:hover{background-color:#c9354f;transform:translateY(-3px);}/* FAQ Section */.page-bpi-winwin__faq-section{padding:60px 0;background-color:#1a1a2e;}.page-bpi-winwin__faq-list{max-width:800px;margin:40px auto 0;}.page-bpi-winwin__faq-item{background-color:#0f3460;margin-bottom:15px;border-radius:10px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,0.2);}.page-bpi-winwin__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;background-color:#1a1a2e;border-radius:10px;transition:background-color 0.3s ease;user-select:none;}.page-bpi-winwin__faq-question:hover{background-color:#2e3a59;}.page-bpi-winwin__faq-question-title{font-size:1.2em;color:#ffffff;margin:0;pointer-events:none;flex-grow:1;text-align:left;}.page-bpi-winwin__faq-toggle{font-size:1.5em;font-weight:bold;color:#e94560;margin-left:15px;transition:transform 0.3s ease;pointer-events:none;}.page-bpi-winwin__faq-item.active .page-bpi-winwin__faq-toggle{transform:rotate(45deg);}.page-bpi-winwin__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;background-color:#0f3460;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}.page-bpi-winwin__faq-item.active .page-bpi-winwin__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1;}.page-bpi-winwin__faq-answer p{margin:0;font-size:1em;color:#e0e0e0;}/* Blog Section */.page-bpi-winwin__blog-section{padding:60px 0;background-color:#16213e;}.page-bpi-winwin__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;}.page-bpi-winwin__blog-card{background-color:#0f3460;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,0.3);transition:transform 0.3s ease,box-shadow 0.3s ease;display:flex;flex-direction:column;}.page-bpi-winwin__blog-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.4);}.page-bpi-winwin__blog-image{width:100%;height:200px;object-fit:cover;display:block;}.page-bpi-winwin__blog-content-wrapper{padding:20px;display:flex;flex-direction:column;flex-grow:1;}.page-bpi-winwin__blog-title{font-size:1.4em;margin-bottom:10px;line-height:1.3;}.page-bpi-winwin__blog-title a{color:#e94560;text-decoration:none;transition:color 0.3s ease;}.page-bpi-winwin__blog-title a:hover{color:#ffffff;}.page-bpi-winwin__blog-excerpt{font-size:0.95em;color:#e0e0e0;margin-bottom:15px;flex-grow:1;}.page-bpi-winwin__blog-date{font-size:0.85em;color:#999;align-self:flex-end;}/* Responsive adjustments */@media (max-width: 1024px){.page-bpi-winwin__hero-title{font-size:3em;}.page-bpi-winwin__hero-subtitle{font-size:1.2em;}.page-bpi-winwin__section-title{font-size:2em;}.page-bpi-winwin__feature-item{flex:1 1 calc(50% - 30px);}}@media (max-width: 768px){.page-bpi-winwin__hero-section{min-height:500px;}.page-bpi-winwin__hero-title{font-size:2.2em;}.page-bpi-winwin__hero-subtitle{font-size:1em;}.page-bpi-winwin__hero-cta-group{flex-direction:column;gap:15px;}.page-bpi-winwin__hero-button{width:100%;max-width:250px;margin:0 auto;font-size:1.1em;padding:12px 25px;}.page-bpi-winwin__payment-providers{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px;padding:30px 15px;}.page-bpi-winwin__payment-logo,.page-bpi-winwin__payment-logo img{width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;}.page-bpi-winwin__section-title{font-size:1.8em;margin-bottom:30px;}.page-bpi-winwin__text-content{font-size:1em;padding:0 10px;}/* List item mobile responsiveness */.page-bpi-winwin__feature-list,.page-bpi-winwin__game-categories,.page-bpi-winwin__promo-grid,.page-bpi-winwin__security-features,.page-bpi-winwin__blog-grid{flex-direction:column;gap:20px;padding:0 15px;width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;}.page-bpi-winwin__feature-item,.page-bpi-winwin__game-card,.page-bpi-winwin__promo-card,.page-bpi-winwin__feature-box,.page-bpi-winwin__blog-card{flex:1 1 100% !important;width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;padding:20px;}.page-bpi-winwin__feature-item h3,.page-bpi-winwin__game-title,.page-bpi-winwin__promo-title,.page-bpi-winwin__feature-box h3,.page-bpi-winwin__blog-title{font-size:1.3em;}.page-bpi-winwin__feature-item p,.page-bpi-winwin__game-description,.page-bpi-winwin__promo-description,.page-bpi-winwin__feature-box p,.page-bpi-winwin__blog-excerpt{font-size:0.9em;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;}.page-bpi-winwin__quick-access-links{flex-direction:column;padding:0 15px;}.page-bpi-winwin__quick-access-button{width:100%;max-width:none;}.page-bpi-winwin__faq-list{padding:0 15px;}.page-bpi-winwin__faq-question{padding:15px 20px;}.page-bpi-winwin__faq-question-title{font-size:1.1em;}.page-bpi-winwin__faq-answer{padding:0 20px;}.page-bpi-winwin__faq-item.active .page-bpi-winwin__faq-answer{padding:15px 20px !important;}}@media (max-width: 480px){.page-bpi-winwin__hero-title{font-size:1.8em;}.page-bpi-winwin__hero-subtitle{font-size:0.9em;}.page-bpi-winwin__section-title{font-size:1.5em;}.page-bpi-winwin__hero-button{font-size:1em;padding:10px 20px;}}