/* General Styling for rich9 net page */.page-rich9-net { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: 10px; /* Small padding, relying on body padding for header offset */}.page-rich9-net__section-title { text-align: center; color: #1a1a1a; margin-bottom: 40px; font-size: 2.2em; font-weight: bold; padding: 0 15px;}.page-rich9-net__paragraph { max-width: 900px; margin: 0 auto 20px auto; padding: 0 15px; text-align: center; color: #555;}.page-rich9-net__highlight { color: #e44d26; /* A vibrant color for highlights */ font-weight: bold;}.page-rich9-net__inline-link { color: #007bff; text-decoration: none; font-weight: bold;}.page-rich9-net__inline-link:hover { text-decoration: underline;}.page-rich9-net__hero-button,.page-rich9-net__access-button,.page-rich9-net__game-button,.page-rich9-net__promo-button,.page-rich9-net__support-button { display: inline-block; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; text-align: center; white-space: nowrap; box-sizing: border-box;}.page-rich9-net__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; overflow: hidden; margin-bottom: 50px; background-color: #333; /* Fallback background */}.page-rich9-net__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1;}.page-rich9-net__hero-content { position: relative; z-index: 2; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay for readability */ border-radius: 10px;}.page-rich9-net__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: #ffffff; /* Ensure high contrast */}.page-rich9-net__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; /* Ensure high contrast */}.page-rich9-net__hero-cta-group { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;}.page-rich9-net__hero-button { background-color: #e44d26; /* Primary button color */ color: #fff; border: 2px solid #e44d26;}.page-rich9-net__hero-button--register { background-color: #e44d26; border-color: #e44d26;}.page-rich9-net__hero-button--download { background-color: #007bff; border-color: #007bff;}.page-rich9-net__hero-button:hover { background-color: #ff6f40; border-color: #ff6f40; transform: translateY(-2px);}.page-rich9-net__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 40px 15px; background-color: #fff; margin-bottom: 50px;}.page-rich9-net__payment-logo-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin-top: 20px;}.page-rich9-net__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; object-fit: contain; filter: grayscale(100%); /* Optional: make logos grayscale */ transition: filter 0.3s ease;}.page-rich9-net__payment-logo:hover { filter: grayscale(0%); /* Optional: colorize on hover */}.page-rich9-net__introduction-section { padding: 50px 0; background-color: #f0f0f0; margin-bottom: 50px;}.page-rich9-net__quick-access-section { padding: 50px 0; text-align: center; margin-bottom: 50px;}.page-rich9-net__access-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 20px auto 0 auto; padding: 0 15px;}.page-rich9-net__access-button { background-color: #e44d26; color: #fff; border: none; flex: 1 1 200px; /* Allows buttons to grow and shrink, minimum 200px width */ max-width: 250px;}.page-rich9-net__access-button:hover { background-color: #ff6f40; transform: translateY(-2px);}.page-rich9-net__games-section { padding: 50px 0; background-color: #fff; margin-bottom: 50px;}.page-rich9-net__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 20px auto 0 auto; padding: 0 15px;}.page-rich9-net__game-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; display: flex; flex-direction: column; box-sizing: border-box;}.page-rich9-net__game-image { width: 100%; height: 200px; object-fit: cover;}.page-rich9-net__game-title { font-size: 1.5em; color: #1a1a1a; margin: 20px 15px 10px 15px;}.page-rich9-net__game-description { color: #555; padding: 0 15px 20px 15px; flex-grow: 1;}.page-rich9-net__game-button { background-color: #007bff; color: #fff; border: none; margin: 0 15px 20px 15px;}.page-rich9-net__game-button:hover { background-color: #0056b3; transform: translateY(-2px);}.page-rich9-net__promotions-section { padding: 50px 0; background-color: #f0f0f0; margin-bottom: 50px;}.page-rich9-net__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 20px auto 0 auto; padding: 0 15px;}.page-rich9-net__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; box-sizing: border-box;}.page-rich9-net__promo-image { width: 100%; height: 250px; object-fit: cover;}.page-rich9-net__promo-title { font-size: 1.5em; color: #1a1a1a; margin: 20px 15px 10px 15px;}.page-rich9-net__promo-description { color: #555; padding: 0 15px 20px 15px;}.page-rich9-net__promo-button { background-color: #e44d26; color: #fff; border: none; margin: 0 15px 20px 15px;}.page-rich9-net__promo-button:hover { background-color: #ff6f40; transform: translateY(-2px);}.page-rich9-net__security-support-section { padding: 50px 0; background-color: #fff; margin-bottom: 50px;}.page-rich9-net__security-content { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; max-width: 1200px; margin: 0 auto; padding: 0 15px; gap: 30px;}.page-rich9-net__security-text { flex: 1 1 45%; min-width: 300px; text-align: left;}.page-rich9-net__security-image { flex: 1 1 45%; min-width: 300px; max-width: 500px; height: auto; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); max-width: 100%; /* Ensure responsiveness */ height: auto; /* Maintain aspect ratio */ box-sizing: border-box;}.page-rich9-net__support-button { background-color: #e44d26; color: #fff; border: none; margin-top: 20px;}.page-rich9-net__support-button:hover { background-color: #ff6f40; transform: translateY(-2px);}.page-rich9-net__faq-section { padding: 50px 0; background-color: #f0f0f0; margin-bottom: 50px;}.page-rich9-net__faq-container { max-width: 900px; margin: 20px auto 0 auto; padding: 0 15px;}.page-rich9-net__faq-item { background-color: #fff; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); overflow: hidden;}.page-rich9-net__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #fcfcfc; border-bottom: 1px solid #eee; user-select: none;}.page-rich9-net__faq-question:hover { background-color: #f5f5f5;}.page-rich9-net__faq-heading { font-size: 1.1em; color: #1a1a1a; margin: 0; flex-grow: 1; text-align: left; pointer-events: none; /* Prevent text selection interference with click */}.page-rich9-net__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; margin-left: 15px; transition: transform 0.3s ease; pointer-events: none; /* Prevent toggle icon interference with click */}.page-rich9-net__faq-item.active .page-rich9-net__faq-toggle { transform: rotate(45deg); /* Change '+' to 'x' or '-' */}.page-rich9-net__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; 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: #fff; text-align: left;}.page-rich9-net__faq-item.active .page-rich9-net__faq-answer { max-height: 2000px !important; /* Large enough to contain any content */ padding: 20px 25px !important; opacity: 1;}.page-rich9-net__faq-answer .page-rich9-net__paragraph { margin: 0; text-align: left;}.page-rich9-net__blog-section { padding: 50px 0; background-color: #fff;}.page-rich9-net__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 20px auto 0 auto; padding: 0 15px;}.page-rich9-net__blog-card { background-color: #f9f9f9; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); box-sizing: border-box; display: flex; flex-direction: column;}.page-rich9-net__blog-image { width: 100%; height: 220px; object-fit: cover;}.page-rich9-net__blog-title { font-size: 1.3em; margin: 15px 15px 10px 15px; color: #1a1a1a;}.page-rich9-net__blog-title a { text-decoration: none; color: #1a1a1a;}.page-rich9-net__blog-title a:hover { color: #e44d26; text-decoration: underline;}.page-rich9-net__blog-excerpt { color: #555; padding: 0 15px 15px 15px; flex-grow: 1;}.page-rich9-net__blog-date { display: block; font-size: 0.9em; color: #777; padding: 0 15px 15px 15px; text-align: right;}@media (max-width: 1024px) { .page-rich9-net__hero-title { font-size: 2.8em; } .page-rich9-net__hero-subtitle { font-size: 1.1em; } .page-rich9-net__section-title { font-size: 2em; } .page-rich9-net__security-content { flex-direction: column; text-align: center; } .page-rich9-net__security-text { text-align: center; }}@media (max-width: 768px) { .page-rich9-net__hero-section { min-height: 400px; } .page-rich9-net__hero-title { font-size: 2em; } .page-rich9-net__hero-subtitle { font-size: 1em; } .page-rich9-net__hero-cta-group { flex-direction: column; gap: 15px; } .page-rich9-net__hero-button { width: 100%; max-width: 280px; /* Limit button width on small screens */ margin: 0 auto; } .page-rich9-net__section-title { font-size: 1.8em; } .page-rich9-net__paragraph { font-size: 0.95em; } .page-rich9-net__payment-providers { flex-direction: row; /* Keep as row */ flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-rich9-net__payment-logo, .page-rich9-net__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-rich9-net__access-grid { flex-direction: column; align-items: center; } .page-rich9-net__access-button { width: 100% !important; max-width: 300px; } .page-rich9-net__game-grid, .page-rich9-net__promo-grid, .page-rich9-net__blog-grid { grid-template-columns: 1fr; } .page-rich9-net__game-card, .page-rich9-net__promo-card, .page-rich9-net__blog-card, .page-rich9-net__faq-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; } .page-rich9-net__game-grid, .page-rich9-net__promo-grid, .page-rich9-net__blog-grid, .page-rich9-net__faq-container { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 15px !important; /* Adjust padding as needed */ margin-left: 0 !important; margin-right: 0 !important; } .page-rich9-net__faq-question { padding: 15px 20px; } .page-rich9-net__faq-heading { font-size: 1em; } .page-rich9-net__faq-answer { padding: 15px 20px !important; } .page-rich9-net__hero-image, .page-rich9-net__game-image, .page-rich9-net__promo-image, .page-rich9-net__security-image, .page-rich9-net__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-rich9-net__security-image { width: 100% !important; /* Ensure it takes full width */ }}