.page-neo849 { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; }.page-neo849__hero-section { background: linear-gradient(135deg, #0f3443, #34e89e); color: #ffffff; text-align: center; padding: 10px 20px 80px; position: relative; overflow: hidden; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }.page-neo849__hero-title { font-size: 2.8em; margin-bottom: 15px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }.page-neo849__hero-subtitle { font-size: 1.2em; max-width: 800px; margin: 0 auto 30px; }.page-neo849__hero-button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }.page-neo849__hero-button:hover { background-color: #d62d3a; transform: translateY(-3px); }.page-neo849__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; }.page-neo849__floating-button { background-color: #007bff; color: #ffffff; padding: 12px 20px; border-radius: 30px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.2s ease; }.page-neo849__floating-button:hover { background-color: #0056b3; transform: translateY(-2px); }.page-neo849__floating-button--register { background-color: #28a745; }.page-neo849__floating-button--register:hover { background-color: #218838; }.page-neo849__product-section { padding: 60px 20px; text-align: center; background-color: #1a1a2e; }.page-neo849__section-title { font-size: 2.2em; color: #34e89e; margin-bottom: 40px; text-align: center; }.page-neo849__product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-neo849__product-card { background-color: #2c3e50; border-radius: 15px; overflow: hidden; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; padding-bottom: 20px; }.page-neo849__product-card:hover { transform: translateY(-10px); box-shadow: 0 12px 25px rgba(0, 0, 0, 0.6); }.page-neo849__product-image { width: 100%; height: 250px; object-fit: cover; display: block; }.page-neo849__product-content { padding: 20px; text-align: center; flex-grow: 1; }.page-neo849__product-title { font-size: 1.5em; color: #34e89e; margin-bottom: 10px; }.page-neo849__product-description { font-size: 0.95em; color: #cccccc; margin-bottom: 20px; }.page-neo849__product-button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 10px 25px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-neo849__product-button:hover { background-color: #d62d3a; }.page-neo849__promotions-section { background-color: #23233b; padding: 60px 20px; text-align: center; }.page-neo849__promotion-list { list-style: none; padding: 0; margin: 0 auto; max-width: 900px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }.page-neo849__promotion-item { background-color: #2c3e50; border-radius: 12px; padding: 25px; text-align: left; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; box-sizing: border-box; }.page-neo849__promotion-item:hover { transform: translateY(-5px); }.page-neo849__promotion-item h3 { color: #34e89e; font-size: 1.3em; margin-bottom: 10px; }.page-neo849__promotion-item p { color: #cccccc; font-size: 0.9em; margin-bottom: 15px; }.page-neo849__promotion-button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 8px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; }.page-neo849__promotion-button:hover { background-color: #d62d3a; }.page-neo849__providers-section { padding: 60px 20px; background-color: #1a1a2e; text-align: center; }.page-neo849__providers-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin: 0 auto; }.page-neo849__provider-logo { width: 120px; height: 80px; object-fit: contain; transition: transform 0.3s ease; }.page-neo849__provider-logo:hover { transform: scale(1.1); }.page-neo849__payment-section { padding: 60px 20px; background-color: #23233b; text-align: center; }.page-neo849__payment-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin: 0 auto; }.page-neo849__payment-logo { width: 100px; height: 60px; object-fit: contain; transition: transform 0.3s ease; }.page-neo849__payment-logo:hover { transform: scale(1.1); }.page-neo849__faq-section { padding: 60px 20px; background-color: #1a1a2e; max-width: 900px; margin: 0 auto; }.page-neo849__faq-item { background-color: #2c3e50; margin-bottom: 15px; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); overflow: hidden; }.page-neo849__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; background-color: #34e89e; color: #1a1a2e; font-weight: bold; font-size: 1.1em; user-select: none; transition: background-color 0.3s ease; }.page-neo849__faq-question:hover { background-color: #2ed18c; }.page-neo849__faq-question h3 { margin: 0; pointer-events: none; flex-grow: 1; text-align: left; }.page-neo849__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; width: 25px; text-align: center; }.page-neo849__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; background-color: #384f64; color: #f0f0f0; }.page-neo849__faq-item.active .page-neo849__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-neo849__faq-item.active .page-neo849__faq-question { background-color: #2ed18c; }.page-neo849__faq-item.active .page-neo849__faq-toggle { transform: rotate(45deg); }.page-neo849__cta-section { background-color: #1a1a2e; padding: 60px 20px; text-align: center; }.page-neo849__cta-title { font-size: 2.5em; color: #34e89e; margin-bottom: 25px; }.page-neo849__cta-description { font-size: 1.1em; color: #cccccc; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; }.page-neo849__cta-button { display: inline-block; background-color: #e63946; color: #ffffff; padding: 18px 40px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.2s ease; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); }.page-neo849__cta-button:hover { background-color: #d62d3a; transform: translateY(-3px); }@media (max-width: 768px) { .page-neo849__hero-title { font-size: 2em; }.page-neo849__hero-subtitle { font-size: 1em; }.page-neo849__hero-button { padding: 12px 25px; font-size: 1em; }.page-neo849__floating-buttons { bottom: 10px; right: 10px; gap: 8px; }.page-neo849__floating-button { padding: 10px 15px; font-size: 0.9em; }.page-neo849__section-title { font-size: 1.8em; }.page-neo849__product-grid { grid-template-columns: 1fr; }.page-neo849__product-card { width: 100%; box-sizing: border-box; }.page-neo849__product-image { height: 200px; }.page-neo849__promotion-list { grid-template-columns: 1fr; }.page-neo849__promotion-item { width: 100%; max-width: 100%; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 20px !important; word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-neo849__promotion-item h3 { font-size: 1.2em; }.page-neo849__promotion-item p { font-size: 0.85em; }.page-neo849__providers-grid, .page-neo849__payment-grid { gap: 20px; }.page-neo849__provider-logo { width: 100px; height: 70px; }.page-neo849__payment-logo { width: 80px; height: 50px; }.page-neo849__faq-question { padding: 15px; font-size: 1em; }.page-neo849__faq-answer { padding: 15px 10px !important; }.page-neo849__cta-title { font-size: 2em; }.page-neo849__cta-description { font-size: 1em; }.page-neo849__cta-button { padding: 15px 30px; font-size: 1.1em; }}