/* General Styling for 1win Page */.page-1win{font-family:'Arial',sans-serif;color:#e0e0e0;background-color:#1a1a1a;line-height:1.6;}.page-1win__container{max-width:1200px;margin:0 auto;padding:20px 15px;box-sizing:border-box;}.page-1win__section-title{font-size:2.2em;color:#ffffff;text-align:center;margin-bottom:20px;position:relative;padding-bottom:10px;}.page-1win__section-title::after{content:'';position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:60px;height:3px;background-color:#ffcc00;}.page-1win__section-description{font-size:1.1em;color:#cccccc;text-align:center;margin-bottom:40px;max-width:800px;margin-left:auto;margin-right:auto;}/* Helper for images */.page-1win img{max-width:100%;height:auto;display:block;box-sizing:border-box;}/* Hero Section */.page-1win__hero-section{position:relative;width:100%;height:600px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;padding-top:10px;box-sizing:border-box;}.page-1win__hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;}.page-1win__hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.4),rgba(0,0,0,0.7));z-index:2;}.page-1win__hero-content{position:relative;z-index:3;color:#ffffff;max-width:900px;padding:20px;}.page-1win__hero-title{font-size:3.5em;margin-bottom:15px;line-height:1.2;color:#ffcc00;}.page-1win__hero-subtitle{font-size:1.4em;margin-bottom:30px;max-width:700px;margin-left:auto;margin-right:auto;}.page-1win__hero-ctas{display:flex;justify-content:center;gap:20px;margin-bottom:30px;}.page-1win__hero-button{display:inline-block;padding:15px 30px;border-radius:5px;text-decoration:none;font-weight:bold;font-size:1.1em;transition:background-color 0.3s ease,transform 0.2s ease;white-space:nowrap;}.page-1win__hero-button--primary{background-color:#ffcc00;color:#1a1a1a;}.page-1win__hero-button--primary:hover{background-color:#e6b800;transform:translateY(-2px);}.page-1win__hero-button--secondary{background-color:#333333;color:#ffffff;border:1px solid #ffcc00;}.page-1win__hero-button--secondary:hover{background-color:#555555;transform:translateY(-2px);}.page-1win__download-app-button{display:inline-block;padding:12px 25px;background-color:#007bff;color:#ffffff;border-radius:5px;text-decoration:none;font-weight:bold;font-size:1em;margin-top:20px;transition:background-color 0.3s ease,transform 0.2s ease;}.page-1win__download-app-button:hover{background-color:#0056b3;transform:translateY(-2px);}/* Intro Section */.page-1win__intro-section{padding:60px 0;background-color:#222222;}.page-1win__features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;}.page-1win__feature-item{background-color:#333333;padding:30px;border-radius:10px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,0.3);transition:transform 0.3s ease;}.page-1win__feature-item:hover{transform:translateY(-5px);}.page-1win__feature-icon{width:100px;height:100px;object-fit:contain;margin:0 auto 20px auto;}.page-1win__feature-title{font-size:1.5em;color:#ffcc00;margin-bottom:10px;}.page-1win__feature-text{font-size:1em;color:#cccccc;}/* Quick Access Section */.page-1win__quick-access-section{padding:60px 0;background-color:#1a1a1a;}.page-1win__access-links{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;margin-top:40px;}.page-1win__access-button{display:inline-block;padding:12px 25px;background-color:#444444;color:#ffffff;border:1px solid #555555;border-radius:5px;text-decoration:none;font-weight:bold;transition:background-color 0.3s ease,border-color 0.3s ease,transform 0.2s ease;white-space:nowrap;}.page-1win__access-button:hover{background-color:#555555;border-color:#ffcc00;transform:translateY(-2px);}/* Games Section */.page-1win__games-section{padding:60px 0;background-color:#222222;}.page-1win__game-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;}.page-1win__game-card{background-color:#333333;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.3);display:flex;flex-direction:column;transition:transform 0.3s ease;}.page-1win__game-card:hover{transform:translateY(-5px);}.page-1win__game-card-image{width:100%;height:200px;object-fit:cover;}.page-1win__game-card-title{font-size:1.4em;color:#ffcc00;margin:15px 15px 10px 15px;}.page-1win__game-card-text{font-size:0.95em;color:#cccccc;padding:0 15px 15px 15px;flex-grow:1;}.page-1win__game-card-button{display:block;text-align:center;padding:10px 15px;background-color:#007bff;color:#ffffff;text-decoration:none;font-weight:bold;border-radius:0 0 10px 10px;transition:background-color 0.3s ease;}.page-1win__game-card-button:hover{background-color:#0056b3;}/* Promotions Section */.page-1win__promotions-section{padding:60px 0;background-color:#1a1a1a;}.page-1win__promo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px;}.page-1win__promo-card{background-color:#333333;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.3);display:flex;flex-direction:column;transition:transform 0.3s ease;}.page-1win__promo-card:hover{transform:translateY(-5px);}.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;}.page-1win__promo-card-title{font-size:1.4em;color:#ffcc00;margin-bottom:10px;}.page-1win__promo-card-text{font-size:0.95em;color:#cccccc;margin-bottom:20px;flex-grow:1;}.page-1win__promo-card-button{display:inline-block;padding:10px 20px;background-color:#007bff;color:#ffffff;text-decoration:none;font-weight:bold;border-radius:5px;align-self:flex-start;transition:background-color 0.3s ease;}.page-1win__promo-card-button:hover{background-color:#0056b3;}/* Security & Support Section */.page-1win__security-support-section{padding:60px 0;background-color:#222222;}.page-1win__security-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;}.page-1win__security-item{background-color:#333333;padding:30px;border-radius:10px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,0.3);transition:transform 0.3s ease;}.page-1win__security-item:hover{transform:translateY(-5px);}.page-1win__security-icon{width:100px;height:100px;object-fit:contain;margin:0 auto 20px auto;}.page-1win__security-title{font-size:1.5em;color:#ffcc00;margin-bottom:10px;}.page-1win__security-text{font-size:1em;color:#cccccc;margin-bottom:20px;}.page-1win__security-button{display:inline-block;padding:10px 20px;background-color:#007bff;color:#ffffff;text-decoration:none;font-weight:bold;border-radius:5px;transition:background-color 0.3s ease;}.page-1win__security-button:hover{background-color:#0056b3;}/* FAQ Section */.page-1win__faq-section{padding:60px 0;background-color:#1a1a1a;}.page-1win__faq-list{margin-top:40px;max-width:900px;margin-left:auto;margin-right:auto;}.page-1win__faq-item{background-color:#333333;margin-bottom:15px;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.2);}.page-1win__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px 25px;background-color:#444444;color:#ffffff;cursor:pointer;user-select:none;font-size:1.2em;font-weight:bold;transition:background-color 0.3s ease;}.page-1win__faq-question:hover{background-color:#555555;}.page-1win__faq-question-text{margin:0;color:inherit;pointer-events:none;flex-grow:1;}.page-1win__faq-toggle{font-size:1.5em;line-height:1;margin-left:15px;color:#ffcc00;pointer-events:none;transition:transform 0.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:#3a3a3a;color:#cccccc;transition:max-height 0.4s cubic-bezier(0.4,0,0.2,1),padding 0.4s ease,opacity 0.4s ease;opacity:0;font-size:1em;}.page-1win__faq-item.active .page-1win__faq-answer{max-height:2000px !important;padding:20px 25px !important;opacity:1;}.page-1win__faq-answer p{margin-bottom:15px;}.page-1win__faq-answer p:last-child{margin-bottom:0;}.page-1win__faq-link{display:inline-block;margin-top:10px;padding:8px 15px;background-color:#007bff;color:#ffffff;text-decoration:none;border-radius:4px;font-size:0.9em;transition:background-color 0.3s ease;}.page-1win__faq-link:hover{background-color:#0056b3;}/* Blog Section */.page-1win__blog-section{padding:60px 0;background-color:#222222;}.page-1win__blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:40px;}.page-1win__blog-card{background-color:#333333;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,0.3);display:flex;flex-direction:column;transition:transform 0.3s ease;}.page-1win__blog-card:hover{transform:translateY(-5px);}.page-1win__blog-card-image{width:100%;height:200px;object-fit:cover;}.page-1win__blog-card-content{padding:20px;flex-grow:1;display:flex;flex-direction:column;}.page-1win__blog-card-title{font-size:1.3em;color:#ffcc00;margin-bottom:10px;}.page-1win__blog-card-date{font-size:0.85em;color:#999999;margin-bottom:10px;}.page-1win__blog-card-excerpt{font-size:0.95em;color:#cccccc;margin-bottom:20px;flex-grow:1;}.page-1win__blog-card-button{display:inline-block;padding:10px 20px;background-color:#007bff;color:#ffffff;text-decoration:none;font-weight:bold;border-radius:5px;align-self:flex-start;transition:background-color 0.3s ease;}.page-1win__blog-card-button:hover{background-color:#0056b3;}/* Floating Register/Login Buttons */.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 25px;border-radius:30px;text-decoration:none;font-weight:bold;font-size:1.1em;box-shadow:0 4px 10px rgba(0,0,0,0.4);transition:background-color 0.3s ease,transform 0.2s ease;text-align:center;}.page-1win__floating-button--login{background-color:#007bff;color:#ffffff;}.page-1win__floating-button:hover{transform:translateY(-3px);}.page-1win__floating-button--login:hover{background-color:#0056b3;}/* Responsive Styles */@media (max-width:1024px){.page-1win__hero-title{font-size:3em;}.page-1win__hero-subtitle{font-size:1.2em;}.page-1win__section-title{font-size:1.8em;}}@media (max-width:768px){.page-1win__hero-section{height:500px;}.page-1win__hero-title{font-size:2.5em;}.page-1win__hero-subtitle{font-size:1.1em;}.page-1win__hero-ctas{flex-direction:column;gap:15px;}.page-1win__hero-button{width:100%;max-width:300px;margin:0 auto;}.page-1win__download-app-button{width:100%;max-width:300px;margin:20px auto 0 auto;}.page-1win__section-title{font-size:1.5em;}.page-1win__section-description{font-size:1em;}.page-1win__features,.page-1win__game-categories,.page-1win__promo-grid,.page-1win__security-grid,.page-1win__blog-grid{grid-template-columns:1fr;}.page-1win__access-links{flex-direction:column;align-items:center;}.page-1win__access-button{width:100%;max-width:300px;}.page-1win__faq-question{font-size:1.1em;padding:15px 20px;}.page-1win__faq-answer{padding:0 20px;}.page-1win__faq-item.active .page-1win__faq-answer{padding:15px 20px !important;}/* Specific mobile list item requirements */.page-1win__features .page-1win__feature-item,.page-1win__game-categories .page-1win__game-card,.page-1win__promo-grid .page-1win__promo-card,.page-1win__security-grid .page-1win__security-item,.page-1win__blog-grid .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__features,.page-1win__game-categories,.page-1win__promo-grid,.page-1win__security-grid,.page-1win__blog-grid,.page-1win__access-links,.page-1win__faq-list{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;}.page-1win__feature-text,.page-1win__game-card-text,.page-1win__promo-card-text,.page-1win__security-text,.page-1win__blog-card-excerpt,.page-1win__faq-answer p{word-wrap:break-word !important;overflow-wrap:break-word !important;}.page-1win__floating-buttons{right:10px;bottom:10px;}.page-1win__floating-button{padding:10px 20px;font-size:1em;}}@media (max-width:480px){.page-1win__hero-title{font-size:2em;}.page-1win__hero-subtitle{font-size:1em;}.page-1win__hero-button{padding:12px 20px;font-size:1em;}.page-1win__download-app-button{padding:10px 20px;font-size:0.9em;}.page-1win__section-title{font-size:1.3em;}.page-1win__faq-question{font-size:1em;}.page-1win__faq-toggle{font-size:1.3em;}}/* Ensure all images have responsive properties */.page-1win img{max-width:100% !important;height:auto !important;box-sizing:border-box !important;}/* Ensure image containers are responsive */.page-1win__hero-section,.page-1win__feature-item,.page-1win__game-card,.page-1win__promo-card,.page-1win__security-item,.page-1win__blog-card{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;}