.page-jl-gear-ratio-chart__container { max-width: 1200px; margin: 0 auto; padding: 20px; }.page-jl-gear-ratio-chart__hero-section { background: linear-gradient(135deg, #0f0c29, #302b63, #24243e); color: #fff; text-align: center; padding: 100px 20px; position: relative; overflow: hidden; border-radius: 10px; margin-bottom: 40px; }.page-jl-gear-ratio-chart__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; }.page-jl-gear-ratio-chart__hero-content { position: relative; z-index: 1; }.page-jl-gear-ratio-chart__hero-title { font-size: 3em; margin-bottom: 20px; line-height: 1.2; }.page-jl-gear-ratio-chart__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; }.page-jl-gear-ratio-chart__cta-button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; }.page-jl-gear-ratio-chart__cta-button:hover { background-color: #e6b800; }.page-jl-gear-ratio-chart__section { padding: 60px 20px; margin-bottom: 40px; background-color: #1e1e2d; border-radius: 10px; color: #f0f0f0; }.page-jl-gear-ratio-chart__section-title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 40px; }.page-jl-gear-ratio-chart__text-content { font-size: 1.1em; line-height: 1.7; color: #ccc; text-align: justify; }.page-jl-gear-ratio-chart__text-content p { margin-bottom: 15px; }.page-jl-gear-ratio-chart__button-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; }.page-jl-gear-ratio-chart__grid-item { text-align: center; }.page-jl-gear-ratio-chart__grid-item a { display: block; background-color: #333; color: #ffcc00; padding: 15px 10px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, color 0.3s ease; }.page-jl-gear-ratio-chart__grid-item a:hover { background-color: #ffcc00; color: #333; }.page-jl-gear-ratio-chart__game-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; }.page-jl-gear-ratio-chart__game-card { background-color: #2a2a3e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; width: calc(33% - 20px); min-width: 280px; display: flex; flex-direction: column; }.page-jl-gear-ratio-chart__game-card:hover { transform: translateY(-5px); }.page-jl-gear-ratio-chart__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-jl-gear-ratio-chart__game-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-jl-gear-ratio-chart__game-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; }.page-jl-gear-ratio-chart__game-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; }.page-jl-gear-ratio-chart__game-card-button { display: inline-block; background-color: #007bff; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; text-align: center; margin-top: auto; }.page-jl-gear-ratio-chart__game-card-button:hover { background-color: #0056b3; }.page-jl-gear-ratio-chart__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; }.page-jl-gear-ratio-chart__promo-card { background-color: #2a2a3e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-jl-gear-ratio-chart__promo-card:hover { transform: translateY(-5px); }.page-jl-gear-ratio-chart__promo-card-image { width: 100%; height: 180px; object-fit: cover; }.page-jl-gear-ratio-chart__promo-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-jl-gear-ratio-chart__promo-card-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; }.page-jl-gear-ratio-chart__promo-card-description { font-size: 0.95em; color: #ccc; margin-bottom: 15px; }.page-jl-gear-ratio-chart__promo-card-button { display: inline-block; background-color: #28a745; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 0.9em; transition: background-color 0.3s ease; text-align: center; margin-top: auto; }.page-jl-gear-ratio-chart__promo-card-button:hover { background-color: #218838; }.page-jl-gear-ratio-chart__security-features { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 30px; }.page-jl-gear-ratio-chart__feature-item { text-align: center; max-width: 250px; }.page-jl-gear-ratio-chart__feature-icon { width: 100px; height: 100px; margin-bottom: 15px; object-fit: contain; }.page-jl-gear-ratio-chart__feature-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; }.page-jl-gear-ratio-chart__feature-description { font-size: 0.95em; color: #ccc; }.page-jl-gear-ratio-chart__faq-list { margin-top: 30px; }.page-jl-gear-ratio-chart__faq-item { background-color: #2a2a3e; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }.page-jl-gear-ratio-chart__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; cursor: pointer; user-select: none; background-color: #333; color: #ffcc00; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; }.page-jl-gear-ratio-chart__faq-question:hover { background-color: #444; }.page-jl-gear-ratio-chart__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; }.page-jl-gear-ratio-chart__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; }.page-jl-gear-ratio-chart__faq-item.active .page-jl-gear-ratio-chart__faq-toggle { transform: rotate(45deg); }.page-jl-gear-ratio-chart__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: #2a2a3e; color: #ccc; font-size: 1em; line-height: 1.6; }.page-jl-gear-ratio-chart__faq-item.active .page-jl-gear-ratio-chart__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-jl-gear-ratio-chart__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 30px; }.page-jl-gear-ratio-chart__blog-card { background-color: #2a2a3e; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; display: flex; flex-direction: column; }.page-jl-gear-ratio-chart__blog-card:hover { transform: translateY(-5px); }.page-jl-gear-ratio-chart__blog-card-image { width: 100%; height: 180px; object-fit: cover; }.page-jl-gear-ratio-chart__blog-card-content { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }.page-jl-gear-ratio-chart__blog-card-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; }.page-jl-gear-ratio-chart__blog-card-title a { color: #ffcc00; text-decoration: none; }.page-jl-gear-ratio-chart__blog-card-title a:hover { text-decoration: underline; }.page-jl-gear-ratio-chart__blog-card-excerpt { font-size: 0.95em; color: #ccc; margin-bottom: 15px; }.page-jl-gear-ratio-chart__blog-card-date { font-size: 0.85em; color: #999; text-align: right; margin-top: auto; }.page-jl-gear-ratio-chart__main-logo { display: block; margin: 0 auto 20px; max-width: 200px; height: auto; }.page-jl-gear-ratio-chart__main-logo img { max-width: 100%; height: auto; }.page-jl-gear-ratio-chart__app-download { text-align: center; margin-top: 40px; }.page-jl-gear-ratio-chart__app-download-button { display: inline-block; background-color: #007bff; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease; }.page-jl-gear-ratio-chart__app-download-button:hover { background-color: #0056b3; }@media (max-width: 768px) { .page-jl-gear-ratio-chart__hero-title { font-size: 2em; }.page-jl-gear-ratio-chart__hero-subtitle { font-size: 1.2em; }.page-jl-gear-ratio-chart__section-title { font-size: 2em; }.page-jl-gear-ratio-chart__game-card, .page-jl-gear-ratio-chart__promo-card, .page-jl-gear-ratio-chart__blog-card { width: 100%; }.page-jl-gear-ratio-chart__game-categories { flex-direction: column; align-items: center; }.page-jl-gear-ratio-chart__button-grid { grid-template-columns: 1fr; }.page-jl-gear-ratio-chart__security-features { flex-direction: column; align-items: center; }.page-jl-gear-ratio-chart__faq-question { font-size: 1.1em; padding: 15px; }.page-jl-gear-ratio-chart__faq-answer { font-size: 0.95em; padding: 15px; }.page-jl-gear-ratio-chart__faq-item.active .page-jl-gear-ratio-chart__faq-answer { padding: 15px !important; }/* Image responsiveness */img { max-width: 100% !important; height: auto !important; }.page-jl-gear-ratio-chart__hero-background { max-width: 100% !important; height: auto !important; }.page-jl-gear-ratio-chart__game-card-image { max-width: 100% !important; height: auto !important; }.page-jl-gear-ratio-chart__promo-card-image { max-width: 100% !important; height: auto !important; }.page-jl-gear-ratio-chart__feature-icon { max-width: 100% !important; height: auto !important; }.page-jl-gear-ratio-chart__blog-card-image { max-width: 100% !important; height: auto !important; }/* List item responsiveness */.page-jl-gear-ratio-chart__game-categories, .page-jl-gear-ratio-chart__promotions-grid, .page-jl-gear-ratio-chart__blog-grid, .page-jl-gear-ratio-chart__security-features { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; }}.page-jl-gear-ratio-chart__text-content, .page-jl-gear-ratio-chart__game-card-description, .page-jl-gear-ratio-chart__promo-card-description, .page-jl-gear-ratio-chart__feature-description, .page-jl-gear-ratio-chart__faq-answer, .page-jl-gear-ratio-chart__blog-card-excerpt { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; }