.page-op88n { font-family: 'Arial', sans-serif; background-color: #1a1a2e; color: #e0e0e0; line-height: 1.6; } .page-op88n__section-title { font-size: 2.5em; color: #f0b90b; text-align: center; margin-bottom: 40px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-op88n__section-title--small { font-size: 1.8em; margin-bottom: 20px; } .page-op88n__text-content { max-width: 800px; margin: 0 auto 20px; text-align: center; font-size: 1.1em; color: #cccccc; } .page-op88n__button { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: bold; transition: all 0.3s ease; cursor: pointer; border: none; font-size: 1.05em; } .page-op88n__button--primary { background-color: #f0b90b; color: #1a1a2e; } .page-op88n__button--primary:hover { background-color: #e6a800; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-op88n__button--secondary { background-color: transparent; color: #f0b90b; border: 2px solid #f0b90b; margin-left: 15px; } .page-op88n__button--secondary:hover { background-color: #f0b90b; color: #1a1a2e; transform: translateY(-2px); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); } .page-op88n__button--small { padding: 8px 18px; font-size: 0.95em; } .page-op88n__hero-section { position: relative; width: 100%; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding-top: 10px; } .page-op88n__hero-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-op88n__hero-content { position: relative; z-index: 2; color: #ffffff; max-width: 900px; padding: 20px; background: rgba(0, 0, 0, 0.6); border-radius: 15px; } .page-op88n__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7); color: #f0b90b; } .page-op88n__hero-description { font-size: 1.3em; margin-bottom: 30px; } .page-op88n__hero-buttons { display: flex; justify-content: center; gap: 20px; } .page-op88n__payment-providers { padding: 50px 20px; background-color: #2a2a4a; text-align: center; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; } .page-op88n__logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; } .page-op88n__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; filter: grayscale(100%); transition: filter 0.3s ease; } .page-op88n__payment-logo:hover { filter: grayscale(0%); } .page-op88n__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-op88n__introduction-section { padding: 80px 20px; background-color: #1a1a2e; } .page-op88n__quick-access-section { padding: 60px 20px; background-color: #2a2a4a; text-align: center; } .page-op88n__access-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; max-width: 1000px; margin: 0 auto; } .page-op88n__button--quick-access { background-color: #3f51b5; color: #ffffff; padding: 15px 30px; border-radius: 10px; font-size: 1.1em; } .page-op88n__button--quick-access:hover { background-color: #303f9f; } .page-op88n__games-section { padding: 80px 20px; background-color: #1a1a2e; } .page-op88n__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-op88n__game-card { background-color: #2a2a4a; border-radius: 15px; overflow: hidden; text-align: center; padding-bottom: 20px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-op88n__game-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); } .page-op88n__game-image { width: 100%; height: 200px; object-fit: cover; margin-bottom: 15px; } .page-op88n__game-title { font-size: 1.8em; color: #f0b90b; margin-bottom: 10px; padding: 0 15px; } .page-op88n__game-description { font-size: 1em; color: #cccccc; margin-bottom: 20px; padding: 0 15px; } .page-op88n__promotions-section { padding: 80px 20px; background-color: #2a2a4a; } .page-op88n__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-op88n__promo-card { background-color: #1a1a2e; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-op88n__promo-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); } .page-op88n__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-op88n__promo-title { font-size: 1.6em; color: #f0b90b; padding: 15px; margin-bottom: 5px; } .page-op88n__promo-description { font-size: 1em; color: #cccccc; padding: 0 15px 15px; } .page-op88n__security-section { padding: 80px 20px; background-color: #1a1a2e; text-align: center; } .page-op88n__security-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto 40px; } .page-op88n__security-item { background-color: #2a2a4a; border-radius: 15px; padding: 30px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); } .page-op88n__security-icon { width: 100px; height: 100px; object-fit: contain; margin-bottom: 20px; } .page-op88n__security-title { font-size: 1.5em; color: #f0b90b; margin-bottom: 10px; } .page-op88n__security-description { font-size: 1em; color: #cccccc; } .page-op88n__button--contact { margin-top: 20px; } .page-op88n__faq-section { padding: 80px 20px; background-color: #2a2a4a; } .page-op88n__faq-container { max-width: 800px; margin: 0 auto; } .page-op88n__faq-item { background-color: #1a1a2e; border-radius: 10px; margin-bottom: 15px; overflow: hidden; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); } .page-op88n__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3f51b5; color: #ffffff; font-weight: bold; transition: background-color 0.3s ease; } .page-op88n__faq-question:hover { background-color: #303f9f; } .page-op88n__faq-q-title { margin: 0; font-size: 1.2em; flex-grow: 1; text-align: left; pointer-events: none; } .page-op88n__faq-toggle { font-size: 1.8em; font-weight: bold; margin-left: 15px; width: 25px; text-align: center; pointer-events: none; transition: transform 0.3s ease; } .page-op88n__faq-item.active .page-op88n__faq-toggle { transform: rotate(45deg); } .page-op88n__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: #1a1a2e; color: #cccccc; } .page-op88n__faq-item.active .page-op88n__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-op88n__faq-answer p { margin-bottom: 0; } .page-op88n__blog-section { padding: 80px 20px; background-color: #1a1a2e; } .page-op88n__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-op88n__blog-card { background-color: #2a2a4a; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-op88n__blog-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6); } .page-op88n__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-op88n__blog-content-wrapper { padding: 15px 20px 20px; } .page-op88n__blog-title { font-size: 1.5em; margin-bottom: 10px; } .page-op88n__blog-title a { color: #f0b90b; text-decoration: none; transition: color 0.3s ease; } .page-op88n__blog-title a:hover { color: #fff; } .page-op88n__blog-date { font-size: 0.9em; color: #999999; margin-bottom: 10px; } .page-op88n__blog-excerpt { font-size: 1em; color: #cccccc; margin-bottom: 20px; } .page-op88n__button--read-more { background-color: #f0b90b; color: #1a1a2e; } @media (max-width: 1024px) { .page-op88n__hero-title { font-size: 3em; } .page-op88n__hero-description { font-size: 1.1em; } .page-op88n__section-title { font-size: 2em; } .page-op88n__game-grid, .page-op88n__promo-grid, .page-op88n__blog-grid, .page-op88n__security-content { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); } } @media (max-width: 768px) { .page-op88n__hero-section { min-height: 400px; } .page-op88n__hero-title { font-size: 2.2em; } .page-op88n__hero-description { font-size: 1em; } .page-op88n__hero-buttons { flex-direction: column; gap: 10px; } .page-op88n__button--secondary { margin-left: 0; } .page-op88n__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-op88n__section-title--small { font-size: 1.5em; margin-bottom: 15px; } .page-op88n__text-content { font-size: 0.95em; padding: 0 10px; } .page-op88n__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 10px; } .page-op88n__payment-logo, .page-op88n__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-op88n__introduction-section, .page-op88n__quick-access-section, .page-op88n__games-section, .page-op88n__promotions-section, .page-op88n__security-section, .page-op88n__faq-section, .page-op88n__blog-section { padding: 40px 15px; } .page-op88n__access-links { flex-direction: column; gap: 15px; } .page-op88n__button--quick-access { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-op88n__game-card, .page-op88n__promo-card, .page-op88n__blog-card, .page-op88n__security-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-op88n__game-image, .page-op88n__promo-image, .page-op88n__blog-image, .page-op88n__security-icon { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-op88n__faq-question { padding: 15px 20px; } .page-op88n__faq-q-title { font-size: 1.1em; } .page-op88n__faq-toggle { font-size: 1.6em; } .page-op88n__faq-answer { padding: 0 20px; } .page-op88n__faq-item.active .page-op88n__faq-answer { padding: 15px 20px !important; } .page-op88n__faq-answer p { word-wrap: break-word !important; overflow-wrap: break-word !important; } } @media (max-width: 480px) { .page-op88n__hero-title { font-size: 1.8em; } .page-op88n__hero-description { font-size: 0.9em; } .page-op88n__button { padding: 10px 20px; font-size: 0.9em; } .page-op88n__section-title { font-size: 1.5em; } .page-op88n__game-title, .page-op88n__promo-title, .page-op88n__security-title, .page-op88n__blog-title { font-size: 1.3em; } }