:root {--primary-color: #e44d26; /* A vibrant orange-red, often associated with action/energy */--secondary-color: #333;--text-color: #333;--light-text-color: #fff;--background-color: #f8f8f8;--dark-background-color: #222;--card-background-color: #fff;--border-color: #eee;--button-hover-color: #ff6a00;--link-color: #e44d26;--link-hover-color: #ff6a00;--header-offset: 122px; /* Default value, will be overridden by shared.css */}.page-jili77-com-telegram {font-family: 'Arial', sans-serif;line-height: 1.6;color: var(--text-color);background-color: var(--background-color);padding-top: 10px; /* Small top padding for visual separation from header, assuming body has header-offset */}/* General section styling */.page-jili77-com-telegram__section {padding: 40px 20px;margin-bottom: 20px;background-color: var(--card-background-color);border-radius: 8px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);max-width: 1200px;margin-left: auto;margin-right: auto;}.page-jili77-com-telegram__section--dark {background-color: var(--dark-background-color);color: var(--light-text-color);}.page-jili77-com-telegram__section--dark h2,.page-jili77-com-telegram__section--dark h3 {color: var(--light-text-color);}.page-jili77-com-telegram__container {max-width: 1200px;margin: 0 auto;padding: 0 15px;}.page-jili77-com-telegram__h1,.page-jili77-com-telegram__h2,.page-jili77-com-telegram__h3 {color: var(--primary-color);text-align: center;margin-bottom: 30px;}.page-jili77-com-telegram__h1 {font-size: 2.8em;margin-top: 0;}.page-jili77-com-telegram__h2 {font-size: 2.2em;padding-bottom: 10px;border-bottom: 2px solid var(--primary-color);display: inline-block;margin-left: auto;margin-right: auto;}.page-jili77-com-telegram__h3 {font-size: 1.8em;margin-bottom: 15px;}.page-jili77-com-telegram__paragraph {margin-bottom: 15px;text-align: justify;}/* Buttons */.page-jili77-com-telegram__button {display: inline-block;background-color: var(--primary-color);color: var(--light-text-color);padding: 12px 25px;border-radius: 5px;text-decoration: none;font-weight: bold;transition: background-color 0.3s ease;text-align: center;border: none;cursor: pointer;}.page-jili77-com-telegram__button:hover {background-color: var(--button-hover-color);}/* Hero Section */.page-jili77-com-telegram__hero-section {position: relative;text-align: center;color: var(--light-text-color);overflow: hidden;margin-bottom: 20px;border-radius: 8px;}.page-jili77-com-telegram__hero-background {width: 100%;height: 500px;object-fit: cover;position: absolute;top: 0;left: 0;z-index: 0;filter: brightness(0.6); /* Darken image for text readability */}.page-jili77-com-telegram__hero-content {position: relative;z-index: 1;padding: 80px 20px;display: flex;flex-direction: column;justify-content: center;align-items: center;min-height: 500px; /* Ensure content area is at least as tall as background */}.page-jili77-com-telegram__hero-content .page-jili77-com-telegram__h1 {color: var(--light-text-color);font-size: 3.5em;margin-bottom: 20px;text-shadow: 2px 2px 4px rgba(0,0,0,0.7);}.page-jili77-com-telegram__hero-content .page-jili77-com-telegram__paragraph {max-width: 800px;font-size: 1.3em;margin-bottom: 40px;color: var(--light-text-color);text-shadow: 1px 1px 3px rgba(0,0,0,0.5);}/* Payment Providers (Gamelogo section) */.page-jili77-com-telegram__payment-providers-wrapper {background-color: var(--dark-background-color);padding: 30px 20px;margin-bottom: 20px;border-radius: 8px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);max-width: 1200px;margin-left: auto;margin-right: auto;text-align: center;}.page-jili77-com-telegram__payment-providers-wrapper .page-jili77-com-telegram__h2 {color: var(--light-text-color);border-color: var(--light-text-color);}.page-jili77-com-telegram__payment-providers {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 30px;width: 100%;max-width: 100%;box-sizing: border-box;}.page-jili77-com-telegram__payment-logo {flex: 0 0 auto;width: 80px;height: 80px;max-width: 80px;max-height: 80px;box-sizing: border-box;}.page-jili77-com-telegram__payment-logo img {display: block;width: 80px !important;height: 80px !important;max-width: 80px !important;max-height: 80px !important;object-fit: contain;}/* Quick Access */.page-jili77-com-telegram__quick-access-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 20px;margin-top: 30px;}.page-jili77-com-telegram__quick-access-item {background-color: var(--dark-background-color);color: var(--light-text-color);padding: 25px;border-radius: 8px;text-align: center;transition: transform 0.3s ease, background-color 0.3s ease;display: flex;flex-direction: column;justify-content: center;align-items: center;}.page-jili77-com-telegram__quick-access-item:hover {transform: translateY(-5px);background-color: #444;}.page-jili77-com-telegram__quick-access-item .page-jili77-com-telegram__button {width: 100%;margin-top: 15px;font-size: 1.1em;padding: 15px 0;}/* Core Games */.page-jili77-com-telegram__games-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 25px;margin-top: 30px;}.page-jili77-com-telegram__game-card {background-color: var(--card-background-color);border-radius: 8px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);overflow: hidden;text-align: center;transition: transform 0.3s ease;display: flex;flex-direction: column;height: 100%; /* Ensure cards are same height */}.page-jili77-com-telegram__game-card:hover {transform: translateY(-5px);}.page-jili77-com-telegram__game-card-image {width: 100%;height: 200px;object-fit: cover;}.page-jili77-com-telegram__game-card-content {padding: 20px;flex-grow: 1;display: flex;flex-direction: column;justify-content: space-between;}.page-jili77-com-telegram__game-card-content .page-jili77-com-telegram__h3 {color: var(--secondary-color);margin-top: 0;margin-bottom: 10px;}.page-jili77-com-telegram__game-card-content .page-jili77-com-telegram__paragraph {font-size: 0.95em;color: #666;margin-bottom: 20px;flex-grow: 1; /* Allow paragraph to take available space */}/* Promotions */.page-jili77-com-telegram__promo-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 25px;margin-top: 30px;}.page-jili77-com-telegram__promo-card {background-color: var(--card-background-color);border-radius: 8px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);overflow: hidden;text-align: center;transition: transform 0.3s ease;display: flex;flex-direction: column;height: 100%;}.page-jili77-com-telegram__promo-card:hover {transform: translateY(-5px);}.page-jili77-com-telegram__promo-card-image {width: 100%;height: 180px;object-fit: cover;}.page-jili77-com-telegram__promo-card-content {padding: 20px;flex-grow: 1;display: flex;flex-direction: column;justify-content: space-between;}.page-jili77-com-telegram__promo-card-content .page-jili77-com-telegram__h3 {color: var(--secondary-color);margin-top: 0;margin-bottom: 10px;}.page-jili77-com-telegram__promo-card-content .page-jili77-com-telegram__paragraph {font-size: 0.95em;color: #666;margin-bottom: 20px;flex-grow: 1;}/* Security & Support */.page-jili77-com-telegram__features-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));gap: 20px;margin-top: 30px;}.page-jili77-com-telegram__feature-item {background-color: var(--card-background-color);padding: 25px;border-radius: 8px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);text-align: center;}.page-jili77-com-telegram__feature-icon {width: 60px;height: 60px;margin-bottom: 15px;object-fit: contain;display: block;margin-left: auto;margin-right: auto;}.page-jili77-com-telegram__feature-item .page-jili77-com-telegram__h3 {margin-top: 0;color: var(--primary-color);}/* FAQ Section */.page-jili77-com-telegram__faq-list {margin-top: 30px;}.page-jili77-com-telegram__faq-item {background-color: var(--card-background-color);border: 1px solid var(--border-color);border-radius: 8px;margin-bottom: 10px;overflow: hidden;}.page-jili77-com-telegram__faq-question {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;cursor: pointer;background-color: #f0f0f0;color: var(--secondary-color);font-weight: bold;transition: background-color 0.3s ease;user-select: none;}.page-jili77-com-telegram__faq-question:hover {background-color: #e0e0e0;}.page-jili77-com-telegram__faq-question h3 {margin: 0;font-size: 1.1em;flex-grow: 1;text-align: left;color: var(--secondary-color);pointer-events: none; /* Prevent h3 from blocking click event on parent */}.page-jili77-com-telegram__faq-toggle {font-size: 1.5em;line-height: 1;margin-left: 15px;transition: transform 0.3s ease;pointer-events: none; /* Prevent toggle from blocking click event on parent */}.page-jili77-com-telegram__faq-answer {max-height: 0;overflow: hidden;padding: 0 20px; /* Adjust padding for closed state */opacity: 0;transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;color: #555;}.page-jili77-com-telegram__faq-item.active .page-jili77-com-telegram__faq-answer {max-height: 2000px !important; /* Sufficiently large value */padding: 20px !important; /* Padding for open state */opacity: 1;}.page-jili77-com-telegram__faq-item.active .page-jili77-com-telegram__faq-toggle {transform: rotate(45deg); /* Change + to X or similar */}/* Blog Section */.page-jili77-com-telegram__blog-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));gap: 25px;margin-top: 30px;}.page-jili77-com-telegram__blog-card {background-color: var(--card-background-color);border-radius: 8px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);overflow: hidden;transition: transform 0.3s ease;display: flex;flex-direction: column;height: 100%;}.page-jili77-com-telegram__blog-card:hover {transform: translateY(-5px);}.page-jili77-com-telegram__blog-card-image {width: 100%;height: 200px;object-fit: cover;}.page-jili77-com-telegram__blog-card-content {padding: 20px;flex-grow: 1;display: flex;flex-direction: column;justify-content: space-between;}.page-jili77-com-telegram__blog-card-content .page-jili77-com-telegram__h3 {color: var(--secondary-color);margin-top: 0;margin-bottom: 10px;font-size: 1.3em;}.page-jili77-com-telegram__blog-card-meta {font-size: 0.85em;color: #999;margin-bottom: 15px;}.page-jili77-com-telegram__blog-card-content .page-jili77-com-telegram__paragraph {font-size: 0.95em;color: #666;margin-bottom: 20px;flex-grow: 1;}/* General image styling */.page-jili77-com-telegram img:not(.page-jili77-com-telegram__payment-logo img) {max-width: 100%;height: auto;display: block;}/* Responsive adjustments */@media (max-width: 1024px) {.page-jili77-com-telegram__h1 {font-size: 2.5em;}.page-jili77-com-telegram__h2 {font-size: 2em;}.page-jili77-com-telegram__hero-content {padding: 60px 20px;}}@media (max-width: 768px) {.page-jili77-com-telegram__section {padding: 30px 15px;margin-bottom: 15px;}.page-jili77-com-telegram__h1 {font-size: 2em;}.page-jili77-com-telegram__h2 {font-size: 1.8em;}.page-jili77-com-telegram__h3 {font-size: 1.5em;}.page-jili77-com-telegram__hero-background {height: 400px;}.page-jili77-com-telegram__hero-content {min-height: 400px;padding: 40px 15px;}.page-jili77-com-telegram__hero-content .page-jili77-com-telegram__paragraph {font-size: 1.1em;}.page-jili77-com-telegram__quick-access-grid,.page-jili77-com-telegram__games-grid,.page-jili77-com-telegram__promo-grid,.page-jili77-com-telegram__features-grid,.page-jili77-com-telegram__blog-grid {grid-template-columns: 1fr;gap: 15px;margin-top: 20px;}/* List item mobile responsiveness */.page-jili77-com-telegram__quick-access-grid > *,.page-jili77-com-telegram__games-grid > *,.page-jili77-com-telegram__promo-grid > *,.page-jili77-com-telegram__features-grid > *,.page-jili77-com-telegram__blog-grid > *,.page-jili77-com-telegram__faq-list > * {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;}.page-jili77-com-telegram__quick-access-grid,.page-jili77-com-telegram__games-grid,.page-jili77-com-telegram__promo-grid,.page-jili77-com-telegram__features-grid,.page-jili77-com-telegram__blog-grid,.page-jili77-com-telegram__faq-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-jili77-com-telegram img:not(.page-jili77-com-telegram__payment-logo img) {max-width: 100% !important;height: auto !important;box-sizing: border-box !important;}.page-jili77-com-telegram__hero-background {max-width: 100% !important;height: auto !important;}}@media (max-width: 480px) {.page-jili77-com-telegram__h1 {font-size: 1.8em;}.page-jili77-com-telegram__h2 {font-size: 1.6em;}.page-jili77-com-telegram__hero-background {height: 350px;}.page-jili77-com-telegram__hero-content {min-height: 350px;padding: 30px 10px;}.page-jili77-com-telegram__hero-content .page-jili77-com-telegram__paragraph {font-size: 1em;}.page-jili77-com-telegram__button {padding: 10px 20px;font-size: 0.9em;}.page-jili77-com-telegram__faq-question {padding: 12px 15px;}.page-jili77-com-telegram__faq-question h3 {font-size: 1em;}.page-jili77-com-telegram__faq-answer {padding: 0 15px;}.page-jili77-com-telegram__faq-item.active .page-jili77-com-telegram__faq-answer {padding: 15px !important;}}