.page-7game-com-legit { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; padding-top: var(--header-offset, 122px); } @media (max-width: 768px) { .page-7game-com-legit { padding-top: var(--header-offset-mobile, 80px); } } .page-7game-com-legit__container { max-width: 1200px; margin: 0 auto; padding: 20px; } @media (max-width: 768px) { .page-7game-com-legit__container { padding: 10px; } } .page-7game-com-legit__hero-section { position: relative; text-align: center; color: #fff; padding: 100px 20px; background-color: #2a0000; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; min-height: 500px; } .page-7game-com-legit__hero-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); z-index: 1; } .page-7game-com-legit__hero-content { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; } .page-7game-com-legit__hero-title { font-size: 3.5em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } @media (max-width: 768px) { .page-7game-com-legit__hero-title { font-size: 2.5em; } } .page-7game-com-legit__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } @media (max-width: 768px) { .page-7game-com-legit__hero-subtitle { font-size: 1.2em; } } .page-7game-com-legit__cta-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } .page-7game-com-legit__cta-button { background-color: #e44d26; 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-7game-com-legit__cta-button:hover { background-color: #f76c49; } .page-7game-com-legit__section-title { font-size: 2.5em; text-align: center; color: #2a0000; margin-bottom: 40px; padding-top: 40px; } @media (max-width: 768px) { .page-7game-com-legit__section-title { font-size: 2em; margin-bottom: 20px; padding-top: 20px; } } .page-7game-com-legit__text-content { font-size: 1.1em; margin-bottom: 20px; text-align: center; } .page-7game-com-legit__text-content p { margin-bottom: 15px; } .page-7game-com-legit__quick-access-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-bottom: 40px; } .page-7game-com-legit__quick-access-item { background-color: #fff; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); text-align: center; padding: 30px 20px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-7game-com-legit__quick-access-item:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-7game-com-legit__quick-access-link { display: block; color: #2a0000; font-size: 1.2em; font-weight: bold; text-decoration: none; } .page-7game-com-legit__quick-access-link:hover { color: #e44d26; } .page-7game-com-legit__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; } @media (max-width: 768px) { .page-7game-com-legit__games-grid { grid-template-columns: 1fr; gap: 20px; } } .page-7game-com-legit__game-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-7game-com-legit__game-card:hover { transform: translateY(-7px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); } .page-7game-com-legit__game-image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-7game-com-legit__game-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-7game-com-legit__game-image { max-width: 100% !important; height: auto !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; box-sizing: border-box !important; } } .page-7game-com-legit__game-content { padding: 20px; } .page-7game-com-legit__game-title { font-size: 1.5em; color: #2a0000; margin-bottom: 10px; } .page-7game-com-legit__game-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-7game-com-legit__game-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-7game-com-legit__game-button:hover { background-color: #f76c49; } .page-7game-com-legit__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } @media (max-width: 768px) { .page-7game-com-legit__promotions-grid { grid-template-columns: 1fr; gap: 20px; } } .page-7game-com-legit__promo-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-7game-com-legit__promo-card:hover { transform: translateY(-7px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); } .page-7game-com-legit__promo-image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-7game-com-legit__promo-image { width: 100%; height: 220px; object-fit: cover; } @media (max-width: 768px) { .page-7game-com-legit__promo-image { max-width: 100% !important; height: auto !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; box-sizing: border-box !important; } } .page-7game-com-legit__promo-content { padding: 20px; } .page-7game-com-legit__promo-title { font-size: 1.4em; color: #2a0000; margin-bottom: 10px; } .page-7game-com-legit__promo-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-7game-com-legit__promo-button { display: inline-block; background-color: #e44d26; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-7game-com-legit__promo-button:hover { background-color: #f76c49; } .page-7game-com-legit__security-cs-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin-bottom: 40px; } @media (max-width: 768px) { .page-7game-com-legit__security-cs-features { grid-template-columns: 1fr; gap: 20px; } } .page-7game-com-legit__feature-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); padding: 30px; text-align: center; } .page-7game-com-legit__feature-icon { margin-bottom: 15px; width: 60px; height: 60px; display: block; margin-left: auto; margin-right: auto; } .page-7game-com-legit__feature-title { font-size: 1.3em; color: #2a0000; margin-bottom: 10px; } .page-7game-com-legit__feature-description { font-size: 0.9em; color: #666; } .page-7game-com-legit__faq-list { margin-bottom: 40px; } .page-7game-com-legit__faq-item { background-color: #fff; border-radius: 8px; margin-bottom: 15px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); overflow: hidden; } .page-7game-com-legit__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px; cursor: pointer; user-select: none; background-color: #f0f0f0; border-bottom: 1px solid #eee; transition: background-color 0.3s ease; } .page-7game-com-legit__faq-question:hover { background-color: #e0e0e0; } .page-7game-com-legit__faq-question h3 { margin: 0; font-size: 1.2em; color: #2a0000; pointer-events: none; } @media (max-width: 768px) { .page-7game-com-legit__faq-question h3 { font-size: 1em; } } .page-7game-com-legit__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e44d26; transition: transform 0.3s ease; pointer-events: none; } .page-7game-com-legit__faq-item.active .page-7game-com-legit__faq-toggle { transform: rotate(45deg); } .page-7game-com-legit__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; color: #555; } .page-7game-com-legit__faq-item.active .page-7game-com-legit__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-7game-com-legit__faq-answer p { margin-bottom: 10px; } .page-7game-com-legit__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-bottom: 40px; } @media (max-width: 768px) { .page-7game-com-legit__blog-grid { grid-template-columns: 1fr; gap: 20px; } } .page-7game-com-legit__blog-card { background-color: #fff; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-7game-com-legit__blog-card:hover { transform: translateY(-7px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); } .page-7game-com-legit__blog-image-wrapper { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; } .page-7game-com-legit__blog-image { width: 100%; height: 200px; object-fit: cover; } @media (max-width: 768px) { .page-7game-com-legit__blog-image { max-width: 100% !important; height: auto !important; word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; box-sizing: border-box !important; } } .page-7game-com-legit__blog-content { padding: 20px; } .page-7game-com-legit__blog-title { font-size: 1.3em; color: #2a0000; margin-bottom: 10px; } .page-7game-com-legit__blog-excerpt { font-size: 0.9em; color: #666; margin-bottom: 15px; } .page-7game-com-legit__read-more { display: inline-block; color: #e44d26; text-decoration: none; font-weight: bold; } .page-7game-com-legit__read-more:hover { text-decoration: underline; } .page-7game-com-legit__floating-buttons { position: fixed; bottom: 20px; right: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 1000; } @media (max-width: 768px) { .page-7game-com-legit__floating-buttons { right: 10px; bottom: 10px; } } .page-7game-com-legit__floating-button { background-color: #e44d26; color: #fff; padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease, transform 0.3s ease; min-width: 120px; } .page-7game-com-legit__floating-button:hover { background-color: #f76c49; transform: translateY(-3px); }