.page-99-vine-bus__floating-buttons{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:1000}.page-99-vine-bus__floating-button{background-color:#007bff;color:#fff;border:none;border-radius:25px;padding:10px 20px;font-size:16px;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.2);text-decoration:none;text-align:center}.page-99-vine-bus__floating-button--register{background-color:#28a745}.page-99-vine-bus__floating-button:hover{opacity:.9}.page-99-vine-bus__hero-section{position:relative;width:100%;padding-top:10px;color:#fff;text-align:center;overflow:hidden}.page-99-vine-bus__hero-image{width:100%;height:auto;display:block;object-fit:cover;min-height:250px}.page-99-vine-bus__hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:90%;max-width:800px;background-color:rgba(0,0,0,.5);padding:20px;border-radius:10px}.page-99-vine-bus__hero-title{font-size:2.5em;margin-bottom:10px;color:#ffeb3b}.page-99-vine-bus__hero-subtitle{font-size:1.2em;margin-bottom:20px}.page-99-vine-bus__hero-cta{display:inline-block;background-color:#007bff;color:#fff;padding:12px 25px;border-radius:5px;text-decoration:none;font-weight:700;transition:background-color .3s ease}.page-99-vine-bus__hero-cta:hover{background-color:#0056b3}.page-99-vine-bus__payment-providers{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:100%;box-sizing:border-box;background-color:#f8f9fa;padding:20px 0}.page-99-vine-bus__payment-logo{flex:0 0 auto;width:80px;height:80px;max-width:80px;max-height:80px;box-sizing:border-box}.page-99-vine-bus__payment-logo img{display:block;width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;object-fit:contain}.page-99-vine-bus__section{padding:40px 20px;text-align:center;background-color:#fff;margin-bottom:20px}.page-99-vine-bus__section:nth-of-type(even){background-color:#f0f2f5}.page-99-vine-bus__section-title{font-size:2em;margin-bottom:20px;color:#333}.page-99-vine-bus__section-description{font-size:1.1em;line-height:1.6;color:#555;max-width:800px;margin:0 auto 30px auto}.page-99-vine-bus__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;max-width:1200px;margin:0 auto}.page-99-vine-bus__grid-item{background-color:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;text-align:left;transition:transform .3s ease;padding-bottom:15px}.page-99-vine-bus__grid-item:hover{transform:translateY(-5px)}.page-99-vine-bus__grid-item-image{width:100%;height:200px;object-fit:cover;display:block}.page-99-vine-bus__grid-item-content{padding:15px}.page-99-vine-bus__grid-item-title{font-size:1.4em;margin-bottom:10px;color:#333}.page-99-vine-bus__grid-item-text{font-size:.95em;color:#666;line-height:1.5}.page-99-vine-bus__button{display:inline-block;background-color:#007bff;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;margin-top:20px;font-weight:700;transition:background-color .3s ease}.page-99-vine-bus__button:hover{background-color:#0056b3}.page-99-vine-bus__link-list{list-style:none;padding:0;margin:0}.page-99-vine-bus__link-item{margin-bottom:10px}.page-99-vine-bus__link-item a{color:#007bff;text-decoration:none;font-size:1.1em}.page-99-vine-bus__link-item a:hover{text-decoration:underline}.page-99-vine-bus__game-category-tabs{display:flex;justify-content:center;margin-bottom:30px;flex-wrap:wrap;gap:10px}.page-99-vine-bus__game-category-button{background-color:#eee;color:#333;border:none;padding:10px 20px;border-radius:20px;cursor:pointer;font-size:1em;transition:background-color .3s ease}.page-99-vine-bus__game-category-button.active,.page-99-vine-bus__game-category-button:hover{background-color:#007bff;color:#fff}.page-99-vine-bus__game-content{display:none}.page-99-vine-bus__game-content.active{display:block}.page-99-vine-bus__offer-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;text-align:left;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.page-99-vine-bus__offer-title{font-size:1.5em;color:#333;margin-bottom:10px}.page-99-vine-bus__offer-description{font-size:.95em;color:#666;line-height:1.5;margin-bottom:15px}.page-99-vine-bus__offer-cta{display:inline-block;background-color:#28a745;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-weight:700;align-self:flex-start;transition:background-color .3s ease}.page-99-vine-bus__offer-cta:hover{background-color:#218838}.page-99-vine-bus__faq-list{max-width:800px;margin:0 auto}.page-99-vine-bus__faq-item{background-color:#fff;border-radius:8px;margin-bottom:15px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.page-99-vine-bus__faq-question{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;user-select:none;background-color:#f9f9f9;border-radius:8px;transition:background-color .3s ease}.page-99-vine-bus__faq-question:hover{background-color:#f0f0f0}.page-99-vine-bus__faq-question h3{margin:0;font-size:1.2em;color:#333;pointer-events:none}.page-99-vine-bus__faq-toggle{font-size:1.5em;font-weight:700;color:#007bff;pointer-events:none;transition:transform .3s ease}.page-99-vine-bus__faq-item.active .page-99-vine-bus__faq-toggle{transform:rotate(45deg)}.page-99-vine-bus__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;text-align:left}.page-99-vine-bus__faq-item.active .page-99-vine-bus__faq-answer{max-height:2000px !important;padding:20px 15px !important;opacity:1}.page-99-vine-bus__faq-answer p{margin-bottom:10px;color:#555;line-height:1.6}.page-99-vine-bus__blog-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1);overflow:hidden;text-align:left;transition:transform .3s ease}.page-99-vine-bus__blog-card:hover{transform:translateY(-5px)}.page-99-vine-bus__blog-image{width:100%;height:220px;object-fit:cover}.page-99-vine-bus__blog-content{padding:15px}.page-99-vine-bus__blog-title{font-size:1.3em;margin-bottom:10px;color:#333}.page-99-vine-bus__blog-title a{text-decoration:none;color:#333}.page-99-vine-bus__blog-title a:hover{color:#007bff}.page-99-vine-bus__blog-excerpt{font-size:.95em;color:#666;line-height:1.5;margin-bottom:15px}.page-99-vine-bus__blog-date{font-size:.85em;color:#999}.page-99-vine-bus__register-login-buttons{position:fixed;top:20px;right:20px;display:flex;gap:10px;z-index:1000}.page-99-vine-bus__register-login-button{background-color:#007bff;color:#fff;border:none;border-radius:25px;padding:10px 20px;font-size:16px;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.2);text-decoration:none;text-align:center}.page-99-vine-bus__register-login-button--register{background-color:#28a745}.page-99-vine-bus__register-login-button:hover{opacity:.9}@media (max-width:768px){.page-99-vine-bus__hero-title{font-size:1.8em}.page-99-vine-bus__hero-subtitle{font-size:1em}.page-99-vine-bus__hero-cta{padding:10px 20px;font-size:.9em}.page-99-vine-bus__payment-providers{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:16px}.page-99-vine-bus__payment-logo,.page-99-vine-bus__payment-logo img{width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important}.page-99-vine-bus__section{padding:30px 15px}.page-99-vine-bus__section-title{font-size:1.6em}.page-99-vine-bus__section-description{font-size:1em}.page-99-vine-bus__grid{grid-template-columns:1fr}.page-99-vine-bus__grid-item-image{height:180px}.page-99-vine-bus__grid-item-title{font-size:1.2em}.page-99-vine-bus__game-category-tabs{flex-direction:row;flex-wrap:wrap}.page-99-vine-bus__game-category-button{width:calc(50% - 10px);box-sizing:border-box;font-size:.9em;padding:8px 15px}.page-99-vine-bus__offer-card{padding:15px}.page-99-vine-bus__offer-title{font-size:1.3em}.page-99-vine-bus__offer-description{font-size:.9em}.page-99-vine-bus__faq-question{padding:12px 15px}.page-99-vine-bus__faq-question h3{font-size:1em}.page-99-vine-bus__faq-answer{padding:0 10px}.page-99-vine-bus__faq-item.active .page-99-vine-bus__faq-answer{padding:15px 10px !important}.page-99-vine-bus__blog-image{height:180px}.page-99-vine-bus__blog-title{font-size:1.1em}.page-99-vine-bus__blog-excerpt{font-size:.85em}.page-99-vine-bus__register-login-buttons{top:10px;right:10px}.page-99-vine-bus__register-login-button{padding:8px 15px;font-size:14px}.page-99-vine-bus__link-list{width:100% !important;max-width:100% !important;box-sizing:border-box !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important}.page-99-vine-bus__link-item{width:100% !important;max-width:100% !important;box-sizing:border-box !important;margin-left:0 !important;margin-right:0 !important;word-wrap:break-word !important;overflow-wrap:break-word !important;word-break:break-word !important}}