/* General styling for the page */.page-1win{font-family:'Arial',sans-serif;color:#333;line-height:1.6;background-color:#f8f8f8}.page-1win__container{max-width:1200px;margin:0 auto;padding:0 15px;box-sizing:border-box}/* Hero Section */.page-1win__hero-section{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:10px 0 60px;min-height:500px;overflow:hidden;background:linear-gradient(135deg,#0f0f0f,#333333)}.page-1win__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0.3;z-index:0}.page-1win__hero-content{position:relative;z-index:1;max-width:800px;padding:20px;background-color:rgba(0,0,0,0.5);border-radius:10px;margin:20px}.page-1win__hero-title{font-size:2.8em;margin-bottom:20px;line-height:1.2;color:#FFD700}.page-1win__hero-description{font-size:1.2em;margin-bottom:30px;color:#e0e0e0}.page-1win__hero-cta-button{display:inline-block;background-color:#FFD700;color:#1a1a1a;padding:15px 30px;border-radius:5px;text-decoration:none;font-weight:bold;font-size:1.1em;transition:background-color .3s ease,transform .3s ease;border:none;cursor:pointer}.page-1win__hero-cta-button:hover{background-color:#e6c200;transform:translateY(-3px)}/* Payment Providers Section */.page-1win__payment-providers{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:100%;box-sizing:border-box;padding:40px 15px;background-color:#fff;border-bottom:1px solid #eee}.page-1win__payment-providers-title{width:100%;text-align:center;margin-bottom:30px;font-size:2em;color:#1a1a1a}.page-1win__payment-logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px}.page-1win__payment-logo{flex:0 0 auto;width:80px;height:80px;max-width:80px;max-height:80px;box-sizing:border-box;object-fit:contain}.page-1win__payment-logo img{display:block;width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;object-fit:contain}/* Introduction Section */.page-1win__introduction-section{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding:60px 15px;background-color:#f8f8f8;gap:40px}.page-1win__introduction-content{flex:1;min-width:300px;max-width:600px}.page-1win__introduction-image{flex:1;min-width:300px;max-width:500px;height:auto;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,0.1);max-width:100%;height:auto;box-sizing:border-box}.page-1win__introduction-title{font-size:2.2em;margin-bottom:20px;color:#1a1a1a}.page-1win__introduction-text{font-size:1.1em;margin-bottom:15px;color:#555}/* Quick Access Section */.page-1win__quick-access-section{padding:60px 15px;background-color:#333;text-align:center}.page-1win__quick-access-title{font-size:2.2em;margin-bottom:40px;color:#FFD700}.page-1win__quick-access-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:900px;margin:0 auto}.page-1win__quick-access-button{display:inline-block;background-color:#FFD700;color:#1a1a1a;padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:bold;font-size:1em;transition:background-color .3s ease,transform .3s ease;border:none;cursor:pointer;flex-grow:1;max-width:220px;box-sizing:border-box}.page-1win__quick-access-button:hover{background-color:#e6c200;transform:translateY(-2px)}/* Games Section */.page-1win__games-section{padding:60px 15px;background-color:#f8f8f8;text-align:center}.page-1win__games-title{font-size:2.2em;margin-bottom:20px;color:#1a1a1a}.page-1win__games-description{font-size:1.1em;margin-bottom:40px;color:#555;max-width:800px;margin-left:auto;margin-right:auto}.page-1win__games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-1win__game-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.08);overflow:hidden;text-align:left;transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box}.page-1win__game-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,0.15)}.page-1win__game-card-image{width:100%;height:200px;object-fit:cover;display:block;max-width:100%;box-sizing:border-box}.page-1win__game-card-title{font-size:1.5em;margin:20px 15px 10px;color:#1a1a1a}.page-1win__game-card-text{font-size:.95em;color:#666;padding:0 15px 20px}.page-1win__game-card-button{display:block;background-color:#007bff;color:#fff;padding:10px 15px;text-align:center;text-decoration:none;font-weight:bold;transition:background-color .3s ease;border:none;cursor:pointer}.page-1win__game-card-button:hover{background-color:#0056b3}/* Promotions Section */.page-1win__promotions-section{padding:60px 15px;background-color:#eee;text-align:center}.page-1win__promotions-title{font-size:2.2em;margin-bottom:20px;color:#1a1a1a}.page-1win__promotions-description{font-size:1.1em;margin-bottom:40px;color:#555;max-width:800px;margin-left:auto;margin-right:auto}.page-1win__promotions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-1win__promo-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.08);overflow:hidden;text-align:left;transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box}.page-1win__promo-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,0.15)}.page-1win__promo-card-image{width:100%;height:220px;object-fit:cover;display:block;max-width:100%;box-sizing:border-box}.page-1win__promo-card-title{font-size:1.5em;margin:20px 15px 10px;color:#1a1a1a}.page-1win__promo-card-text{font-size:.95em;color:#666;padding:0 15px 20px}.page-1win__promo-card-button{display:block;background-color:#FFD700;color:#1a1a1a;padding:10px 15px;text-align:center;text-decoration:none;font-weight:bold;transition:background-color .3s ease;border:none;cursor:pointer}.page-1win__promo-card-button:hover{background-color:#e6c200}/* Security Section */.page-1win__security-section{padding:60px 15px;background-color:#fff;text-align:center}.page-1win__security-title{font-size:2.2em;margin-bottom:40px;color:#1a1a1a}.page-1win__security-content{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;max-width:1200px;margin:0 auto}.page-1win__security-item{flex:1;min-width:280px;max-width:350px;background-color:#f8f8f8;padding:30px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.05);box-sizing:border-box}.page-1win__security-icon{width:80px;height:80px;margin-bottom:20px;object-fit:contain;max-width:100%;box-sizing:border-box}.page-1win__security-item-title{font-size:1.5em;margin-bottom:15px;color:#1a1a1a}.page-1win__security-item-text{font-size:1em;color:#666}/* FAQ Section */.page-1win__faq-section{padding:60px 15px;background-color:#eee}.page-1win__faq-title{font-size:2.2em;margin-bottom:40px;text-align:center;color:#1a1a1a}.page-1win__faq-list{max-width:900px;margin:0 auto}.page-1win__faq-item{background-color:#fff;border-radius:8px;margin-bottom:15px;box-shadow:0 2px 8px rgba(0,0,0,0.05);overflow:hidden;box-sizing:border-box}.page-1win__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;font-size:1.1em;font-weight:bold;color:#1a1a1a;cursor:pointer;user-select:none;background-color:#f0f0f0;transition:background-color .3s ease}.page-1win__faq-question:hover{background-color:#e0e0e0}.page-1win__faq-question-text{margin:0;pointer-events:none;flex-grow:1;word-wrap:break-word;overflow-wrap:break-word}.page-1win__faq-toggle{font-size:1.5em;line-height:1;margin-left:15px;pointer-events:none;transition:transform .3s ease}.page-1win__faq-item.active .page-1win__faq-toggle{transform:rotate(45deg)}.page-1win__faq-answer{max-height:0;overflow:hidden;padding:0 25px;opacity:0;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease}.page-1win__faq-item.active .page-1win__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1}.page-1win__faq-answer-text{margin:0;color:#555;word-wrap:break-word;overflow-wrap:break-word}/* Blog Section */.page-1win__blog-section{padding:60px 15px;background-color:#f8f8f8;text-align:center}.page-1win__blog-title{font-size:2.2em;margin-bottom:40px;color:#1a1a1a}.page-1win__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.page-1win__blog-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.08);overflow:hidden;text-align:left;transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box}.page-1win__blog-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,0.15)}.page-1win__blog-card-image{width:100%;height:220px;object-fit:cover;display:block;max-width:100%;box-sizing:border-box}.page-1win__blog-card-content{padding:20px 15px}.page-1win__blog-card-title{font-size:1.4em;margin-bottom:10px;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word}.page-1win__blog-card-title a{color:#1a1a1a;text-decoration:none;transition:color .3s ease}.page-1win__blog-card-title a:hover{color:#007bff}.page-1win__blog-card-date{font-size:.85em;color:#999;margin-bottom:15px}.page-1win__blog-card-excerpt{font-size:.95em;color:#666;margin-bottom:20px;word-wrap:break-word;overflow-wrap:break-word}.page-1win__blog-card-read-more{display:inline-block;background-color:#007bff;color:#fff;padding:8px 15px;border-radius:5px;text-decoration:none;font-size:.9em;transition:background-color .3s ease}.page-1win__blog-card-read-more:hover{background-color:#0056b3}/* Responsive Adjustments */@media (max-width:768px){.page-1win__hero-title{font-size:2em}.page-1win__hero-description{font-size:1em}.page-1win__hero-cta-button{padding:12px 25px;font-size:1em}.page-1win__introduction-section{flex-direction:column;text-align:center}.page-1win__introduction-image{order:-1;margin-bottom:30px}.page-1win__introduction-title,.page-1win__quick-access-title,.page-1win__games-title,.page-1win__promotions-title,.page-1win__security-title,.page-1win__faq-title,.page-1win__blog-title,.page-1win__payment-providers-title{font-size:1.8em}.page-1win__quick-access-buttons{flex-direction:column;gap:15px}.page-1win__quick-access-button{max-width:100%;width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}.page-1win__games-grid,.page-1win__promotions-grid,.page-1win__security-content,.page-1win__blog-grid{grid-template-columns:1fr}.page-1win__game-card,.page-1win__promo-card,.page-1win__security-item,.page-1win__blog-card{max-width:100%;width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}.page-1win__faq-list{padding:0 5px}.page-1win__faq-item{max-width:100%;width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}.page-1win__faq-question{padding:15px 15px;font-size:1em}.page-1win__faq-answer{padding:0 15px}.page-1win__faq-item.active .page-1win__faq-answer{padding:15px 15px !important}.page-1win__blog-card-title{font-size:1.2em}/* Payment provider logos - specific override as per instructions */.page-1win__payment-providers{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px}.page-1win__payment-logo{width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important}.page-1win__payment-logo img{width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;object-fit:contain}/* General image responsive rules */.page-1win img:not(.page-1win__payment-logo){max-width:100% !important;height:auto !important;box-sizing:border-box !important}.page-1win__hero-section,.page-1win__introduction-section,.page-1win__quick-access-section,.page-1win__games-section,.page-1win__promotions-section,.page-1win__security-section,.page-1win__faq-section,.page-1win__blog-section{padding-left:10px;padding-right:10px}}/* Ensure text wrapping for long content */.page-1win__hero-description,.page-1win__introduction-text,.page-1win__games-description,.page-1win__game-card-text,.page-1win__promotions-description,.page-1win__promo-card-text,.page-1win__security-item-text,.page-1win__faq-question-text,.page-1win__faq-answer-text,.page-1win__blog-card-title,.page-1win__blog-card-excerpt{word-wrap:break-word !important;overflow-wrap:break-word !important}/* Color Contrast Check */.page-1win__introduction-title,.page-1win__introduction-text,.page-1win__games-title,.page-1win__games-description,.page-1win__game-card-title,.page-1win__game-card-text,.page-1win__promotions-title,.page-1win__promotions-description,.page-1win__promo-card-title,.page-1win__promo-card-text,.page-1win__security-title,.page-1win__security-item-title,.page-1win__security-item-text,.page-1win__faq-title,.page-1win__faq-question,.page-1win__faq-answer-text,.page-1win__blog-title,.page-1win__blog-card-title a,.page-1win__blog-card-excerpt,.page-1win__payment-providers-title{color:#1a1a1a}.page-1win__hero-title,.page-1win__hero-description,.page-1win__quick-access-title{color:#FFD700}.page-1win__hero-cta-button,.page-1win__quick-access-button,.page-1win__promo-card-button{background-color:#FFD700;color:#1a1a1a}.page-1win__game-card-button,.page-1win__blog-card-read-more{background-color:#007bff;color:#fff}