.page-sg777-app { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; padding-top: 10px; } @media (max-width: 768px) { .page-sg777-app { padding-top: 10px; } } .page-sg777-app__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-sg777-app__section { padding: 60px 20px; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-sg777-app__section:last-of-type { border-bottom: none; } .page-sg777-app__section-title { font-size: 2.8em; color: #e94560; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; } .page-sg777-app__section-subtitle { font-size: 1.2em; color: #c0c0c0; margin-bottom: 40px; } @media (max-width: 768px) { .page-sg777-app__section { padding: 40px 15px; } .page-sg777-app__section-title { font-size: 2em; } .page-sg777-app__section-subtitle { font-size: 1em; } } .page-sg777-app__hero { background-color: #0f3460; background-size: cover; background-position: center; color: #fff; padding: 100px 20px; display: flex; align-items: center; justify-content: center; min-height: 500px; position: relative; overflow: hidden; } .page-sg777-app__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)); z-index: 1; } .page-sg777-app__hero-content { position: relative; z-index: 2; max-width: 900px; text-align: center; } .page-sg777-app__hero-title { font-size: 3.5em; margin-bottom: 20px; line-height: 1.2; color: #f0f0f0; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-sg777-app__hero-subtitle { font-size: 1.5em; margin-bottom: 40px; color: #ccc; } @media (max-width: 768px) { .page-sg777-app__hero { padding: 80px 15px; min-height: 400px; } .page-sg777-app__hero-title { font-size: 2.5em; } .page-sg777-app__hero-subtitle { font-size: 1.2em; } } .page-sg777-app__btn { display: inline-block; background-color: #e94560; color: #fff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; border: none; cursor: pointer; font-size: 1.1em; } .page-sg777-app__btn:hover { background-color: #c2334e; transform: translateY(-3px); } .page-sg777-app__intro-text { font-size: 1.1em; max-width: 800px; margin: 0 auto 40px auto; color: #ccc; } .page-sg777-app__features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; } .page-sg777-app__feature-item { background-color: #2a2a4a; padding: 30px; border-radius: 10px; text-align: center; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-sg777-app__feature-item:hover { transform: translateY(-5px); } .page-sg777-app__feature-icon { width: 250px; height: 150px; object-fit: contain; margin-bottom: 20px; } .page-sg777-app__feature-title { font-size: 1.5em; color: #e94560; margin-bottom: 15px; } .page-sg777-app__feature-description { font-size: 0.95em; color: #b0b0b0; } @media (max-width: 768px) { .page-sg777-app__features-grid { grid-template-columns: 1fr; } .page-sg777-app__feature-icon { width: 100% !important; max-width: 250px !important; height: auto !important; margin-left: auto !important; margin-right: auto !important; box-sizing: border-box !important; } } .page-sg777-app__quick-links-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 40px; } .page-sg777-app__quick-link-btn { background-color: #0f3460; padding: 15px 20px; border-radius: 5px; text-decoration: none; color: #fff; font-weight: bold; transition: background-color 0.3s ease, transform 0.3s ease; } .page-sg777-app__quick-link-btn:hover { background-color: #1a4f8a; transform: translateY(-2px); } @media (max-width: 768px) { .page-sg777-app__quick-links-grid { grid-template-columns: 1fr; } } .page-sg777-app__game-categories-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-top: 50px; } .page-sg777-app__game-category-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-sg777-app__game-category-card:hover { transform: translateY(-5px); } .page-sg777-app__game-category-image { width: 100%; height: 200px; object-fit: cover; } .page-sg777-app__game-category-content { padding: 25px; } .page-sg777-app__game-category-title { font-size: 1.6em; color: #e94560; margin-bottom: 10px; } .page-sg777-app__game-category-description { font-size: 0.95em; color: #b0b0b0; margin-bottom: 20px; } @media (max-width: 768px) { .page-sg777-app__game-categories-grid { grid-template-columns: 1fr; } .page-sg777-app__game-category-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-sg777-app__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .page-sg777-app__promotion-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-sg777-app__promotion-card:hover { transform: translateY(-5px); } .page-sg777-app__promotion-image { width: 100%; height: 220px; object-fit: cover; } .page-sg777-app__promotion-content { padding: 25px; } .page-sg777-app__promotion-title { font-size: 1.6em; color: #e94560; margin-bottom: 10px; } .page-sg777-app__promotion-description { font-size: 0.95em; color: #b0b0b0; margin-bottom: 20px; } @media (max-width: 768px) { .page-sg777-app__promotions-grid { grid-template-columns: 1fr; } .page-sg777-app__promotion-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-sg777-app__security-info { display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; gap: 40px; margin-top: 50px; } .page-sg777-app__info-block { flex: 1; min-width: 280px; max-width: 450px; text-align: left; background-color: #2a2a4a; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-sg777-app__info-block-title { font-size: 1.8em; color: #e94560; margin-bottom: 15px; } .page-sg777-app__info-block-text { font-size: 1em; color: #b0b0b0; margin-bottom: 10px; } .page-sg777-app__payment-methods-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 15px; margin-top: 20px; } .page-sg777-app__payment-logo { width: 100%; max-width: 150px; height: auto; object-fit: contain; filter: grayscale(0%); transition: filter 0.3s ease; } .page-sg777-app__payment-logo:hover { filter: grayscale(0%); } @media (max-width: 768px) { .page-sg777-app__security-info { flex-direction: column; align-items: center; } .page-sg777-app__info-block { min-width: unset; width: 100%; max-width: 100%; } .page-sg777-app__payment-methods-grid { grid-template-columns: repeat(3, 1fr); } .page-sg777-app__payment-logo { width: 100% !important; max-width: 100px !important; height: auto !important; box-sizing: border-box !important; } } .page-sg777-app__social-links { margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; } .page-sg777-app__social-icon { width: 200px; height: 100px; object-fit: contain; } @media (max-width: 768px) { .page-sg777-app__social-icon { width: 100% !important; max-width: 150px !important; height: auto !important; box-sizing: border-box !important; } } .page-sg777-app__faq-list { max-width: 900px; margin: 50px auto 0 auto; text-align: left; } .page-sg777-app__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .page-sg777-app__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; background-color: #0f3460; color: #f0f0f0; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; user-select: none; } .page-sg777-app__faq-question:hover { background-color: #1a4f8a; } .page-sg777-app__faq-question h3 { margin: 0; flex-grow: 1; pointer-events: none; color: #f0f0f0; } .page-sg777-app__faq-toggle { font-size: 1.5em; line-height: 1; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; color: #e94560; } .page-sg777-app__faq-item.active .page-sg777-app__faq-toggle { transform: rotate(45deg); } .page-sg777-app__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; background-color: #2a2a4a; color: #b0b0b0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; font-size: 1em; } .page-sg777-app__faq-item.active .page-sg777-app__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } @media (max-width: 768px) { .page-sg777-app__faq-question { padding: 15px 20px; font-size: 1.1em; } .page-sg777-app__faq-answer { padding: 0 20px; } .page-sg777-app__faq-item.active .page-sg777-app__faq-answer { padding: 15px 20px !important; } } .page-sg777-app__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; } .page-sg777-app__blog-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); text-align: left; transition: transform 0.3s ease; } .page-sg777-app__blog-card:hover { transform: translateY(-5px); } .page-sg777-app__blog-image { width: 100%; height: 220px; object-fit: cover; } .page-sg777-app__blog-content { padding: 25px; } .page-sg777-app__blog-title { font-size: 1.6em; color: #e94560; margin-bottom: 10px; } .page-sg777-app__blog-description { font-size: 0.95em; color: #b0b0b0; margin-bottom: 20px; } .page-sg777-app__blog-date { font-size: 0.85em; color: #888; margin-top: 15px; } @media (max-width: 768px) { .page-sg777-app__blog-grid { grid-template-columns: 1fr; } .page-sg777-app__blog-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } } .page-sg777-app__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-sg777-app__floating-btn { background-color: #e94560; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; } .page-sg777-app__floating-btn:hover { background-color: #c2334e; transform: scale(1.05); }