/* Page-specific CSS */.page-1win__container{max-width:1200px;margin:0 auto;padding:20px}.page-1win__hero-section{background-color:#1a1a2e;color:#fff;text-align:center;padding:60px 20px 40px;position:relative;overflow:hidden;padding-top:10px}.page-1win__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.3;z-index:0}.page-1win__hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto}.page-1win__hero-title{font-size:3.2em;margin-bottom:20px;line-height:1.2;color:#e94560}.page-1win__hero-description{font-size:1.4em;margin-bottom:30px;opacity:.9}.page-1win__hero-cta-button{display:inline-block;background-color:#e94560;color:#fff;padding:15px 40px;border-radius:30px;text-decoration:none;font-weight:700;font-size:1.2em;transition:background-color .3s ease,transform .3s ease}.page-1win__hero-cta-button:hover{background-color:#c0392b;transform:translateY(-3px)}.page-1win__section-title{font-size:2.5em;color:#e94560;text-align:center;margin-bottom:30px;padding-top:40px}.page-1win__section-text{font-size:1.1em;line-height:1.6;color:#ccc;text-align:center;max-width:800px;margin:0 auto 40px}.page-1win__section-image{max-width:100%;height:auto;margin:40px auto;display:block;border-radius:10px}.page-1win__introduction-section,.page-1win__quick-access-section,.page-1win__games-section,.page-1win__promotions-section,.page-1win__security-support-section,.page-1win__faq-section,.page-1win__blog-section{background-color:#1a1a2e;padding:60px 0;border-bottom:1px solid #2e2e4a}.page-1win__introduction-section .page-1win__container,.page-1win__quick-access-section .page-1win__container,.page-1win__games-section .page-1win__container,.page-1win__promotions-section .page-1win__container,.page-1win__security-support-section .page-1win__container,.page-1win__faq-section .page-1win__container,.page-1win__blog-section .page-1win__container{padding:20px}.page-1win__inline-link{color:#e94560;text-decoration:none;font-weight:600}.page-1win__inline-link:hover{text-decoration:underline}.page-1win__quick-access-buttons{display:flex;justify-content:center;gap:20px;margin-bottom:40px;flex-wrap:wrap}.page-1win__button{display:inline-block;background-color:#333;color:#fff;padding:12px 25px;border-radius:25px;text-decoration:none;font-weight:600;font-size:1em;transition:background-color .3s ease,transform .3s ease;border:1px solid #e94560}.page-1win__button:hover{background-color:#e94560;transform:translateY(-2px)}.page-1win__button--primary{background-color:#e94560;border-color:#e94560}.page-1win__button--primary:hover{background-color:#c0392b}.page-1win__button--small{padding:8px 18px;font-size:.9em}.page-1win__button--large{padding:18px 35px;font-size:1.1em}.page-1win__game-categories,.page-1win__promo-grid,.page-1win__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px}.page-1win__game-card,.page-1win__promo-card,.page-1win__blog-card{background-color:#2e2e4a;border-radius:15px;overflow:hidden;text-align:center;padding:25px;box-shadow:0 5px 15px rgba(0,0,0,.2);transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between}.page-1win__game-card:hover,.page-1win__promo-card:hover,.page-1win__blog-card:hover{transform:translateY(-5px)}.page-1win__game-image,.page-1win__promo-image,.page-1win__blog-image{max-width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:20px}.page-1win__game-title,.page-1win__promo-title,.page-1win__blog-title{font-size:1.5em;color:#e94560;margin-bottom:15px}.page-1win__game-description,.page-1win__promo-description,.page-1win__blog-summary{font-size:.95em;color:#ccc;line-height:1.5;margin-bottom:20px;flex-grow:1}.page-1win__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:40px}.page-1win__feature-item{background-color:#2e2e4a;border-radius:15px;padding:30px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.2);transition:transform .3s ease}.page-1win__feature-item:hover{transform:translateY(-5px)}.page-1win__feature-icon{max-width:100px;height:auto;margin-bottom:20px}.page-1win__feature-title{font-size:1.4em;color:#e94560;margin-bottom:10px}.page-1win__feature-description{font-size:.95em;color:#ccc;line-height:1.5}.page-1win__faq-list{margin-top:40px}.page-1win__faq-item{background-color:#2e2e4a;border-radius:10px;margin-bottom:15px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.1)}.page-1win__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;background-color:#333;color:#fff;font-weight:600;font-size:1.1em;user-select:none;transition:background-color .3s ease}.page-1win__faq-question:hover{background-color:#444}.page-1win__faq-question-title{margin:0;color:#fff;font-size:1.1em}.page-1win__faq-toggle{font-size:1.5em;line-height:1;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 15px;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 15px !important;opacity:1}.page-1win__faq-answer p{margin:0;color:#ccc;line-height:1.6;box-sizing:border-box}.page-1win__blog-section .page-1win__section-text{margin-bottom:20px}.page-1win__blog-card{text-align:left}.page-1win__blog-card .page-1win__button{margin-top:auto;align-self:flex-start}@media (max-width:1024px){.page-1win__hero-title{font-size:2.8em}.page-1win__hero-description{font-size:1.2em}.page-1win__section-title{font-size:2em}}@media (max-width:768px){.page-1win__hero-section{padding:40px 20px 30px;padding-top:10px}.page-1win__hero-title{font-size:2.2em}.page-1win__hero-description{font-size:1em}.page-1win__hero-cta-button{padding:12px 30px;font-size:1em}.page-1win__section-title{font-size:1.8em}.page-1win__section-text{font-size:.95em;margin-bottom:30px}.page-1win__quick-access-buttons{flex-direction:column;align-items:center;gap:15px}.page-1win__button{width:calc(100% - 40px);max-width:300px}.page-1win__game-categories,.page-1win__promo-grid,.page-1win__blog-grid,.page-1win__features-grid{grid-template-columns:1fr;gap:20px}.page-1win__game-card,.page-1win__promo-card,.page-1win__blog-card,.page-1win__feature-item{padding:20px}.page-1win__game-image,.page-1win__promo-image,.page-1win__blog-image{height:180px}.page-1win__game-title,.page-1win__promo-title,.page-1win__blog-title{font-size:1.3em}.page-1win__feature-title{font-size:1.2em}.page-1win__faq-question{padding:15px;font-size:1em}.page-1win__faq-question-title{font-size:1em}.page-1win__faq-answer p{font-size:.9em}.page-1win__faq-item,.page-1win__faq-question,.page-1win__faq-answer,.page-1win__faq-answer p{box-sizing:border-box !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:15px !important;padding-right:15px !important;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;}.page-1win__faq-answer{padding-top:10px !important;padding-bottom:10px !important;}}