.page-1win__hero-section{position:relative;width:100%;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:8px 20px 60px;overflow:hidden;box-sizing:border-box}.page-1win__hero-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.page-1win__hero-content{max-width:900px;z-index:1;background:rgba(0,0,0,.5);padding:30px;border-radius:10px}.page-1win__hero-title{font-size:2.8em;margin-bottom:20px;line-height:1.2;font-weight:700}.page-1win__hero-description{font-size:1.2em;margin-bottom:30px}.page-1win__hero-cta-buttons{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.page-1win__cta-button{background-color:#ffcc00;color:#1a1a1a;padding:15px 30px;border-radius:5px;text-decoration:none;font-weight:700;font-size:1.1em;transition:background-color .3s ease,transform .3s ease}.page-1win__cta-button:hover{background-color:#e6b800;transform:translateY(-3px)}.page-1win__section{padding:60px 20px;background-color:#2a2a2a;color:#eee;text-align:center}.page-1win__section--alt{background-color:#1a1a1a}.page-1win__section-title{font-size:2.2em;margin-bottom:40px;color:#ffcc00}.page-1win__section-content{max-width:1200px;margin:0 auto;line-height:1.6}.page-1win__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.page-1win__grid-item{background-color:#333;padding:25px;border-radius:8px;text-align:left;transition:transform .3s ease}.page-1win__grid-item:hover{transform:translateY(-5px)}.page-1win__grid-item-title{font-size:1.4em;color:#ffcc00;margin-bottom:15px}.page-1win__grid-item-text{font-size:.95em;color:#ccc}.page-1win__quick-access-links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:40px}.page-1win__game-card{background-color:#333;border-radius:10px;overflow:hidden;text-align:center;display:flex;flex-direction:column;box-shadow:0 4px 15px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease}.page-1win__game-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.4)}.page-1win__game-card-image{width:100%;height:180px;object-fit:cover}.page-1win__game-card-content{padding:20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.page-1win__game-card-title{font-size:1.3em;color:#ffcc00;margin-bottom:10px}.page-1win__game-card-description{font-size:.9em;color:#ccc;margin-bottom:15px}.page-1win__game-card-button{background-color:#ffcc00;color:#1a1a1a;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.page-1win__game-card-button:hover{background-color:#e6b800}.page-1win__promo-card{background-color:#333;border-radius:10px;overflow:hidden;text-align:center;display:flex;flex-direction:column;box-shadow:0 4px 15px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease}.page-1win__promo-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.4)}.page-1win__promo-card-image{width:100%;height:200px;object-fit:cover}.page-1win__promo-card-content{padding:20px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.page-1win__promo-card-title{font-size:1.3em;color:#ffcc00;margin-bottom:10px}.page-1win__promo-card-description{font-size:.9em;color:#ccc;margin-bottom:15px}.page-1win__promo-card-button{background-color:#ffcc00;color:#1a1a1a;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.page-1win__promo-card-button:hover{background-color:#e6b800}.page-1win__faq-list{margin-top:40px;text-align:left;max-width:800px;margin-left:auto;margin-right:auto}.page-1win__faq-item{background-color:#333;margin-bottom:15px;border-radius:8px;overflow:hidden}.page-1win__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;cursor:pointer;background-color:#444;color:#ffcc00;font-size:1.1em;font-weight:600;user-select:none;transition:background-color .3s ease}.page-1win__faq-question:hover{background-color:#555}.page-1win__faq-question h3{margin:0;pointer-events:none;font-size:1em}.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;background-color:#333;color:#ccc;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s ease,opacity .4s ease;opacity:0}.page-1win__faq-item.active .page-1win__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1}.page-1win__blog-card{background-color:#333;border-radius:10px;overflow:hidden;text-align:left;box-shadow:0 4px 15px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit}.page-1win__blog-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.4)}.page-1win__blog-card-image{width:100%;height:180px;object-fit:cover}.page-1win__blog-card-content{padding:20px}.page-1win__blog-card-title{font-size:1.3em;color:#ffcc00;margin-bottom:10px}.page-1win__blog-card-summary{font-size:.9em;color:#ccc}.page-1win__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.page-1win__floating-button{background-color:#ffcc00;color:#1a1a1a;padding:12px 20px;border-radius:50px;text-decoration:none;font-weight:700;font-size:.95em;box-shadow:0 4px 10px rgba(0,0,0,.3);transition:background-color .3s ease,transform .3s ease}.page-1win__floating-button:hover{background-color:#e6b800;transform:scale(1.05)}@media (max-width:768px){.page-1win__hero-title{font-size:2em}.page-1win__hero-description{font-size:1em}.page-1win__section-title{font-size:1.8em}.page-1win__grid{grid-template-columns:1fr}.page-1win__grid-item,.page-1win__game-card,.page-1win__promo-card,.page-1win__blog-card{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important}.page-1win__section-content{padding:0 10px}.page-1win__faq-question,.page-1win__faq-answer{padding-left:15px;padding-right:15px}.page-1win__faq-question h3{font-size:.95em}.page-1win__floating-buttons{right:10px;bottom:10px}.page-1win__floating-button{padding:10px 15px;font-size:.9em}}.page-1win__section-content ul,.page-1win__section-content ol{list-style:none;padding:0;margin:20px auto;max-width:800px}.page-1win__section-content li{margin-bottom:10px;padding:10px;background-color:#3a3a3a;border-radius:5px;text-align:left;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word}.page-1win__section-content li:last-child{margin-bottom:0}@media (max-width:768px){.page-1win__section-content ul,.page-1win__section-content ol{width:100% !important;max-width:100% !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important}.page-1win__section-content li{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:8px 10px !important;margin-left:0 !important;margin-right:0 !important;word-break:break-word !important}}