@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');:root{--page-1win-lucky-jet-primary-color:#FFD700;--page-1win-lucky-jet-secondary-color:#000000;--page-1win-lucky-jet-accent-color:#FF4500;--page-1win-lucky-jet-text-color:#FFFFFF;--page-1win-lucky-jet-bg-dark:#1A1A1A;--page-1win-lucky-jet-bg-light:#2C2C2C;--page-1win-lucky-jet-border-radius:10px;}.page-1win-lucky-jet{font-family:'Poppins',sans-serif;color:var(--page-1win-lucky-jet-text-color);background-color:var(--page-1win-lucky-jet-bg-dark);line-height:1.6;overflow-x:hidden;}.page-1win-lucky-jet__container{max-width:1200px;margin:0 auto;padding:20px 15px;box-sizing:border-box;}.page-1win-lucky-jet__section{padding:60px 0;text-align:center;}.page-1win-lucky-jet__section:nth-of-type(even){background-color:var(--page-1win-lucky-jet-bg-light);}.page-1win-lucky-jet__title{font-size:2.8em;color:var(--page-1win-lucky-jet-primary-color);margin-bottom:20px;font-weight:700;}.page-1win-lucky-jet__subtitle{font-size:1.5em;color:var(--page-1win-lucky-jet-text-color);margin-bottom:30px;font-weight:400;}.page-1win-lucky-jet__text{font-size:1.1em;margin-bottom:20px;max-width:800px;margin-left:auto;margin-right:auto;}.page-1win-lucky-jet__button{display:inline-block;background-color:var(--page-1win-lucky-jet-accent-color);color:var(--page-1win-lucky-jet-text-color);padding:15px 30px;border-radius:var(--page-1win-lucky-jet-border-radius);text-decoration:none;font-weight:600;font-size:1.1em;transition:background-color 0.3s ease,transform 0.3s ease;border:none;cursor:pointer;}.page-1win-lucky-jet__button:hover{background-color:#FF6347;transform:translateY(-3px);}.page-1win-lucky-jet__hero-section{background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('[GALLERY:hero:1920x1080:1win lucky jet, game, space]') center center/cover no-repeat;padding:100px 15px 80px;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - var(--header-offset, 0px));text-align:center;padding-top:10px;}.page-1win-lucky-jet__hero-content{max-width:900px;}.page-1win-lucky-jet__hero-title{font-size:3.5em;margin-bottom:15px;color:var(--page-1win-lucky-jet-primary-color);line-height:1.2;}.page-1win-lucky-jet__hero-description{font-size:1.3em;margin-bottom:40px;color:rgba(255,255,255,0.9);}.page-1win-lucky-jet__hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;}.page-1win-lucky-jet__image-full{width:100%;height:auto;border-radius:var(--page-1win-lucky-jet-border-radius);margin-top:40px;margin-bottom:40px;max-width:800px;}.page-1win-lucky-jet__features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px;}.page-1win-lucky-jet__feature-item{background-color:var(--page-1win-lucky-jet-bg-light);padding:30px;border-radius:var(--page-1win-lucky-jet-border-radius);box-shadow:0 5px 15px rgba(0,0,0,0.2);transition:transform 0.3s ease;}.page-1win-lucky-jet__feature-item:hover{transform:translateY(-5px);}.page-1win-lucky-jet__feature-icon{margin-bottom:20px;}.page-1win-lucky-jet__feature-icon img{width:250px;height:250px;object-fit:contain;}.page-1win-lucky-jet__feature-title{font-size:1.8em;color:var(--page-1win-lucky-jet-primary-color);margin-bottom:15px;}.page-1win-lucky-jet__how-to-play-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-top:40px;}.page-1win-lucky-jet__how-to-play-item{background-color:var(--page-1win-lucky-jet-bg-light);padding:25px;border-radius:var(--page-1win-lucky-jet-border-radius);text-align:left;box-shadow:0 4px 10px rgba(0,0,0,0.1);position:relative;padding-left:70px;}.page-1win-lucky-jet__how-to-play-item::before{content:attr(data-step);position:absolute;left:20px;top:20px;background-color:var(--page-1win-lucky-jet-primary-color);color:var(--page-1win-lucky-jet-bg-dark);width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5em;font-weight:700;}.page-1win-lucky-jet__how-to-play-title{font-size:1.4em;color:var(--page-1win-lucky-jet-primary-color);margin-bottom:10px;}.page-1win-lucky-jet__how-to-play-description{font-size:1em;color:rgba(255,255,255,0.8);}.page-1win-lucky-jet__providers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;margin-top:40px;}.page-1win-lucky-jet__provider-logo{background-color:#000000;padding:15px;border-radius:var(--page-1win-lucky-jet-border-radius);display:flex;justify-content:center;align-items:center;height:100px;box-shadow:0 2px 8px rgba(0,0,0,0.3);}.page-1win-lucky-jet__provider-logo img{max-width:100%;max-height:100%;object-fit:contain;}.page-1win-lucky-jet__faq-list{margin-top:40px;max-width:900px;margin-left:auto;margin-right:auto;text-align:left;}.page-1win-lucky-jet__faq-item{background-color:var(--page-1win-lucky-jet-bg-light);margin-bottom:15px;border-radius:var(--page-1win-lucky-jet-border-radius);overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.2);}.page-1win-lucky-jet__faq-question{display:flex;justify-content:space-between;align-items:center;padding:20px;cursor:pointer;user-select:none;background-color:var(--page-1win-lucky-jet-bg-dark);border-bottom:1px solid #333;}.page-1win-lucky-jet__faq-question:hover{background-color:#222;}.page-1win-lucky-jet__faq-question h3{margin:0;font-size:1.2em;color:var(--page-1win-lucky-jet-primary-color);pointer-events:none;}.page-1win-lucky-jet__faq-toggle{font-size:1.8em;font-weight:700;color:var(--page-1win-lucky-jet-primary-color);transition:transform 0.3s ease;pointer-events:none;}.page-1win-lucky-jet__faq-item.active .page-1win-lucky-jet__faq-toggle{transform:rotate(45deg);}.page-1win-lucky-jet__faq-answer{max-height:0;overflow:hidden;padding:0 20px;opacity:0;transition:max-height 0.4s cubic-bezier(0.4,0,0.2,1),padding 0.4s ease,opacity 0.4s ease;color:rgba(255,255,255,0.8);}.page-1win-lucky-jet__faq-item.active .page-1win-lucky-jet__faq-answer{max-height:2000px !important;padding:20px !important;opacity:1;}@media (max-width:1024px){.page-1win-lucky-jet__hero-title{font-size:3em;}.page-1win-lucky-jet__hero-description{font-size:1.2em;}.page-1win-lucky-jet__title{font-size:2.2em;}}.page-1win-lucky-jet__features-grid,.page-1win-lucky-jet__how-to-play-list,.page-1win-lucky-jet__providers-grid{grid-template-columns:1fr;}.page-1win-lucky-jet__how-to-play-item{padding-left:60px;}.page-1win-lucky-jet__how-to-play-item::before{width:35px;height:35px;font-size:1.3em;left:15px;}.page-1win-lucky-jet__faq-question h3{font-size:1.1em;}.page-1win-lucky-jet__faq-toggle{font-size:1.5em;}@media (max-width:768px){.page-1win-lucky-jet__hero-section{padding:80px 15px 60px;}.page-1win-lucky-jet__hero-title{font-size:2.5em;}.page-1win-lucky-jet__hero-description{font-size:1em;}.page-1win-lucky-jet__hero-buttons{flex-direction:column;gap:15px;}.page-1win-lucky-jet__button{width:100%;max-width:300px;}.page-1win-lucky-jet__section{padding:40px 0;}.page-1win-lucky-jet__title{font-size:1.8em;}.page-1win-lucky-jet__subtitle{font-size:1.2em;}.page-1win-lucky-jet__text{font-size:0.95em;}.page-1win-lucky-jet__features-grid,.page-1win-lucky-jet__how-to-play-list,.page-1win-lucky-jet__providers-grid{grid-template-columns:1fr;}.page-1win-lucky-jet__feature-item,.page-1win-lucky-jet__how-to-play-item,.page-1win-lucky-jet__provider-logo{box-sizing:border-box !important;width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;}.page-1win-lucky-jet__feature-title{font-size:1.5em;}.page-1win-lucky-jet__how-to-play-item{padding-left:55px;}.page-1win-lucky-jet__how-to-play-item::before{width:30px;height:30px;font-size:1.2em;left:15px;}.page-1win-lucky-jet__how-to-play-description{word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;}.page-1win-lucky-jet__faq-question{padding:15px;}.page-1win-lucky-jet__faq-question h3{font-size:1em;}.page-1win-lucky-jet__faq-answer{padding:15px !important;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important;}}@media (max-width:480px){.page-1win-lucky-jet__hero-title{font-size:2em;}.page-1win-lucky-jet__hero-description{font-size:0.9em;}.page-1win-lucky-jet__title{font-size:1.5em;}.page-1win-lucky-jet__subtitle{font-size:1em;}.page-1win-lucky-jet__button{padding:12px 20px;font-size:1em;}}