.page-suchibi-mmlive { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; }.page-suchibi-mmlive__hero-section { position: relative; width: 100%; overflow: hidden; color: #fff; text-align: center; padding: 10px 0 50px; background-color: #0d1a26; }.page-suchibi-mmlive__hero-image { width: 100%; height: auto; max-height: 500px; object-fit: cover; display: block; margin-bottom: 20px; }.page-suchibi-mmlive__hero-content { position: relative; z-index: 1; padding: 0 15px; }.page-suchibi-mmlive__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffeb3b; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); }.page-suchibi-mmlive__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; }.page-suchibi-mmlive__cta-button { display: inline-block; background-color: #ff4500; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease; }.page-suchibi-mmlive__cta-button:hover { background-color: #e63900; }.page-suchibi-mmlive__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: 30px 15px; background-color: #fff; border-bottom: 1px solid #eee; }.page-suchibi-mmlive__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-suchibi-mmlive__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; }.page-suchibi-mmlive__intro-section, .page-suchibi-mmlive__games-section, .page-suchibi-mmlive__promo-section, .page-suchibi-mmlive__security-section, .page-suchibi-mmlive__blog-section { padding: 40px 15px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-suchibi-mmlive__section-title { font-size: 2em; color: #0d1a26; text-align: center; margin-bottom: 30px; position: relative; }.page-suchibi-mmlive__section-title::after { content: ''; display: block; width: 60px; height: 3px; background-color: #ff4500; margin: 10px auto 0; }.page-suchibi-mmlive__text-content { font-size: 1.1em; text-align: justify; margin-bottom: 20px; color: #555; }.page-suchibi-mmlive__feature-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-suchibi-mmlive__feature-item { background-color: #f0f8ff; border-left: 5px solid #ff4500; padding: 20px; border-radius: 5px; flex: 1 1 calc(33% - 40px); min-width: 280px; box-sizing: border-box; transition: transform 0.3s ease; }.page-suchibi-mmlive__feature-item:hover { transform: translateY(-5px); }.page-suchibi-mmlive__feature-item h3 { color: #0d1a26; margin-top: 0; font-size: 1.3em; }.page-suchibi-mmlive__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-suchibi-mmlive__game-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; transition: transform 0.3s ease; }.page-suchibi-mmlive__game-card:hover { transform: translateY(-5px); }.page-suchibi-mmlive__game-card img { width: 100%; height: 200px; object-fit: cover; display: block; }.page-suchibi-mmlive__game-card-content { padding: 15px; }.page-suchibi-mmlive__game-card-content h3 { font-size: 1.2em; margin-top: 0; margin-bottom: 10px; color: #0d1a26; }.page-suchibi-mmlive__game-card-content p { font-size: 0.9em; color: #666; }.page-suchibi-mmlive__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }.page-suchibi-mmlive__promo-card { background-color: #f0f8ff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); text-align: center; padding: 20px; transition: transform 0.3s ease; }.page-suchibi-mmlive__promo-card:hover { transform: translateY(-5px); }.page-suchibi-mmlive__promo-card h3 { font-size: 1.4em; color: #ff4500; margin-bottom: 10px; }.page-suchibi-mmlive__promo-card p { font-size: 1em; color: #555; margin-bottom: 15px; }.page-suchibi-mmlive__promo-button { display: inline-block; background-color: #0d1a26; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; }.page-suchibi-mmlive__promo-button:hover { background-color: #2c3e50; }.page-suchibi-mmlive__faq-section { padding: 40px 15px; background-color: #fff; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); }.page-suchibi-mmlive__faq-item { margin-bottom: 10px; border: 1px solid #eee; border-radius: 5px; overflow: hidden; }.page-suchibi-mmlive__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px; background-color: #f9f9f9; cursor: pointer; user-select: none; transition: background-color 0.3s ease; }.page-suchibi-mmlive__faq-question:hover { background-color: #e9e9e9; }.page-suchibi-mmlive__faq-question h3 { margin: 0; font-size: 1.1em; color: #0d1a26; pointer-events: none; }.page-suchibi-mmlive__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ff4500; pointer-events: none; }.page-suchibi-mmlive__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: #fff; color: #555; }.page-suchibi-mmlive__faq-item.active .page-suchibi-mmlive__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; }.page-suchibi-mmlive__faq-item.active .page-suchibi-mmlive__faq-toggle { content: '−'; }.page-suchibi-mmlive__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }.page-suchibi-mmlive__blog-card { background-color: #f9f9f9; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; }.page-suchibi-mmlive__blog-card:hover { transform: translateY(-5px); }.page-suchibi-mmlive__blog-card img { width: 100%; height: 200px; object-fit: cover; display: block; }.page-suchibi-mmlive__blog-card-content { padding: 15px; }.page-suchibi-mmlive__blog-card-content h3 { font-size: 1.2em; margin-top: 0; margin-bottom: 10px; }.page-suchibi-mmlive__blog-card-content h3 a { color: #0d1a26; text-decoration: none; }.page-suchibi-mmlive__blog-card-content h3 a:hover { text-decoration: underline; }.page-suchibi-mmlive__blog-card-content p { font-size: 0.9em; color: #666; margin-bottom: 15px; }.page-suchibi-mmlive__read-more { display: inline-block; background-color: #ff4500; color: #fff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; transition: background-color 0.3s ease; }.page-suchibi-mmlive__read-more:hover { background-color: #e63900; }.page-suchibi-mmlive__quick-access-section { padding: 40px 15px; background-color: #e0f2f7; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); text-align: center; }.page-suchibi-mmlive__quick-access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 20px; }.page-suchibi-mmlive__quick-access-links .page-suchibi-mmlive__cta-button { background-color: #007bff; }.page-suchibi-mmlive__quick-access-links .page-suchibi-mmlive__cta-button:hover { background-color: #0056b3; }@media (max-width: 768px) { .page-suchibi-mmlive__hero-title { font-size: 2em; }.page-suchibi-mmlive__hero-subtitle { font-size: 1em; }.page-suchibi-mmlive__cta-button { padding: 12px 25px; font-size: 1em; }.page-suchibi-mmlive__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; }.page-suchibi-mmlive__payment-logo, .page-suchibi-mmlive__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; }.page-suchibi-mmlive__section-title { font-size: 1.8em; }.page-suchibi-mmlive__feature-item { flex: 1 1 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; width: 100% !important; word-wrap: break-word !important; overflow-wrap: break-word !important; }.page-suchibi-mmlive__feature-list { padding: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; }.page-suchibi-mmlive__text-content { font-size: 1em; }.page-suchibi-mmlive__game-grid, .page-suchibi-mmlive__promo-grid, .page-suchibi-mmlive__blog-grid { grid-template-columns: 1fr; }.page-suchibi-mmlive__game-card img, .page-suchibi-mmlive__blog-card img { height: 180px; }.page-suchibi-mmlive__faq-question { padding: 12px; }.page-suchibi-mmlive__faq-question h3 { font-size: 1em; }.page-suchibi-mmlive__faq-answer { padding: 15px !important; }.page-suchibi-mmlive__faq-item.active .page-suchibi-mmlive__faq-answer { padding: 15px !important; }.page-suchibi-mmlive__quick-access-links { flex-direction: column; }.page-suchibi-mmlive__quick-access-links .page-suchibi-mmlive__cta-button { width: 100%; box-sizing: border-box; }}