/* CSS for page-bigwin-99 */.page-bigwin-99{font-family:'Arial',sans-serif;color:#f0f0f0;background-color:#1a1a2e;line-height:1.6;overflow-x:hidden;box-sizing:border-box}.page-bigwin-99 *,.page-bigwin-99 *::before,.page-bigwin-99 *::after{box-sizing:border-box}.page-bigwin-99__hero-section{position:relative;width:100%;padding:10px 20px 60px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:80vh;background-color:#0d0d1a;overflow:hidden}.page-bigwin-99__hero-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.page-bigwin-99__hero-image{width:100%;height:100%;object-fit:cover;opacity:0.3;transition:transform .5s ease-in-out}.page-bigwin-99__hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:20px;background:rgba(0,0,0,.5);border-radius:15px}.page-bigwin-99__hero-title{font-size:2.8em;color:#ffd700;margin-bottom:20px;line-height:1.2}.page-bigwin-99__hero-description{font-size:1.1em;color:#e0e0e0;margin-bottom:30px}.page-bigwin-99__hero-cta-group{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.page-bigwin-99__button{display:inline-block;padding:14px 28px;border-radius:30px;text-decoration:none;font-weight:bold;font-size:1.05em;transition:background-color .3s ease,transform .3s ease,box-shadow .3s ease;box-sizing:border-box;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-bigwin-99__button--primary{background-color:#e63946;color:#ffffff;border:2px solid #e63946;box-shadow:0 4px 15px rgba(230,57,70,.4)}.page-bigwin-99__button--primary:hover{background-color:#d62d3c;transform:translateY(-2px);box-shadow:0 6px 20px rgba(230,57,70,.6)}.page-bigwin-99__button--secondary{background-color:transparent;color:#ffd700;border:2px solid #ffd700;box-shadow:0 4px 15px rgba(255,215,0,.2)}.page-bigwin-99__button--secondary:hover{background-color:rgba(255,215,0,.1);transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,215,0,.4)}.page-bigwin-99__button--small{padding:10px 20px;font-size:.95em;border-radius:20px;background-color:#e63946;color:#ffffff;border:none}.page-bigwin-99__button--small:hover{background-color:#d62d3c;transform:translateY(-1px)}.page-bigwin-99__button--large{padding:18px 36px;font-size:1.2em;border-radius:35px;background-color:#ffd700;color:#1a1a2e;border:none;box-shadow:0 6px 20px rgba(255,215,0,.4)}.page-bigwin-99__button--large:hover{background-color:#ffc107;transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,215,0,.6)}.page-bigwin-99__section-title{font-size:2.2em;color:#ffd700;text-align:center;margin-bottom:40px;padding:0 15px}.page-bigwin-99__section-title .highlight{color:#e63946}.page-bigwin-99__features-section,.page-bigwin-99__games-section,.page-bigwin-99__cta-section,.page-bigwin-99__faq-section{padding:60px 20px;background-color:#1a1a2e;text-align:center;overflow:hidden}.page-bigwin-99__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-bigwin-99__feature-item{background-color:#2a2a4a;padding:30px;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.3);transition:transform .3s ease,background-color .3s ease;word-wrap:break-word;overflow-wrap:break-word}.page-bigwin-99__feature-item:hover{transform:translateY(-10px);background-color:#3a3a5a}.page-bigwin-99__feature-icon{width:100px;height:100px;object-fit:contain;margin-bottom:20px;max-width:100%;height:auto}.page-bigwin-99__feature-title{font-size:1.5em;color:#ffd700;margin-bottom:15px}.page-bigwin-99__feature-description{font-size:1em;color:#c0c0c0}.page-bigwin-99__games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-bigwin-99__game-card{background-color:#2a2a4a;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease;text-align:left;display:flex;flex-direction:column;word-wrap:break-word;overflow-wrap:break-word}.page-bigwin-99__game-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px rgba(0,0,0,.5)}.page-bigwin-99__game-image{width:100%;height:200px;object-fit:cover;border-bottom:2px solid #e63946;max-width:100%;height:auto}.page-bigwin-99__game-card h3,.page-bigwin-99__game-card p{padding:0 20px}.page-bigwin-99__game-title{font-size:1.4em;color:#ffd700;margin-top:20px;margin-bottom:10px}.page-bigwin-99__game-description{font-size:.95em;color:#c0c0c0;margin-bottom:20px;flex-grow:1}.page-bigwin-99__game-card .page-bigwin-99__button{margin:0 20px 20px;align-self:flex-start}.page-bigwin-99__cta-section{background:linear-gradient(135deg,#e63946,#b82c36);padding:80px 20px;display:flex;flex-direction:column;align-items:center;gap:40px}.page-bigwin-99__cta-content{max-width:800px;text-align:center}.page-bigwin-99__cta-title{font-size:2.5em;color:#ffffff;margin-bottom:20px;line-height:1.2}.page-bigwin-99__cta-description{font-size:1.2em;color:#f0f0f0;margin-bottom:30px}.page-bigwin-99__cta-image{width:100%;max-width:600px;height:auto;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.4)}.page-bigwin-99__faq-container{max-width:900px;margin:0 auto;text-align:left}.page-bigwin-99__faq-item{background-color:#2a2a4a;margin-bottom:15px;border-radius:10px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.2);word-wrap:break-word;overflow-wrap:break-word}.page-bigwin-99__faq-question{display:flex;justify-content:space-between;align-items:center;padding:18px 25px;background-color:#3a3a5a;color:#ffd700;cursor:pointer;user-select:none;font-size:1.1em;font-weight:bold;transition:background-color .3s ease}.page-bigwin-99__faq-question:hover{background-color:#4a4a6a}.page-bigwin-99__faq-question-text{margin:0;flex-grow:1;pointer-events:none;color:#ffd700}.page-bigwin-99__faq-toggle{font-size:1.5em;line-height:1;margin-left:15px;transition:transform .3s ease;pointer-events:none}.page-bigwin-99__faq-item.active .page-bigwin-99__faq-toggle{transform:rotate(45deg)}.page-bigwin-99__faq-answer{max-height:0;overflow:hidden;padding:0 25px;background-color:#2a2a4a;color:#e0e0e0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0}.page-bigwin-99__faq-item.active .page-bigwin-99__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1}.page-bigwin-99__faq-answer p{margin:0;padding-bottom:10px}.page-bigwin-99__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.page-bigwin-99__floating-button{display:block;padding:12px 25px;border-radius:30px;text-decoration:none;font-weight:bold;font-size:1em;text-align:center;box-shadow:0 4px 15px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-bigwin-99__floating-button--register{background-color:#ffd700;color:#1a1a2e}.page-bigwin-99__floating-button--register:hover{background-color:#ffc107;transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,215,0,.4)}.page-bigwin-99__floating-button--login{background-color:#e63946;color:#ffffff}.page-bigwin-99__floating-button--login:hover{background-color:#d62d3c;transform:translateY(-2px);box-shadow:0 6px 20px rgba(230,57,70,.4)}@media (max-width:1024px){.page-bigwin-99__hero-title{font-size:2.5em}.page-bigwin-99__section-title{font-size:2em}.page-bigwin-99__cta-title{font-size:2.2em}}@media (max-width:768px){.page-bigwin-99__hero-section{padding:10px 15px 40px;min-height:70vh}.page-bigwin-99__hero-content{padding:15px}.page-bigwin-99__hero-title{font-size:2em}.page-bigwin-99__hero-description{font-size:1em}.page-bigwin-99__hero-cta-group{flex-direction:column;gap:10px}.page-bigwin-99__button{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:12px 20px;font-size:1em}.page-bigwin-99__section-title{font-size:1.8em;margin-bottom:30px}.page-bigwin-99__features-section,.page-bigwin-99__games-section,.page-bigwin-99__cta-section,.page-bigwin-99__faq-section{padding:40px 15px}.page-bigwin-99__feature-item,.page-bigwin-99__game-card{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}.page-bigwin-99__feature-item p,.page-bigwin-99__game-card p{word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important}.page-bigwin-99__game-card .page-bigwin-99__button{width:calc(100% - 40px);margin-left:20px;margin-right:20px}.page-bigwin-99__cta-section{flex-direction:column;padding:50px 15px}.page-bigwin-99__cta-title{font-size:2em}.page-bigwin-99__cta-description{font-size:1.1em}.page-bigwin-99__faq-question{padding:15px 20px;font-size:1em}.page-bigwin-99__faq-answer{padding:0 20px}.page-bigwin-99__faq-item.active .page-bigwin-99__faq-answer{padding:15px 20px !important}.page-bigwin-99__floating-buttons{bottom:10px;right:10px;flex-direction:row;gap:8px}.page-bigwin-99__floating-button{padding:10px 18px;font-size:.9em}}@media (max-width:480px){.page-bigwin-99__hero-title{font-size:1.8em}.page-bigwin-99__hero-description{font-size:.95em}.page-bigwin-99__section-title{font-size:1.6em}.page-bigwin-99__cta-title{font-size:1.8em}.page-bigwin-99__cta-description{font-size:1em}}.page-bigwin-99 img{max-width:100%;height:auto;display:block}@media (max-width:768px){.page-bigwin-99 img{max-width:100% !important;height:auto !important;box-sizing:border-box !important}}