.page-superph-is-legit { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; } .page-superph-is-legit__container { max-width: 1200px; margin: 0 auto; padding: 20px; } .page-superph-is-legit__section { padding: 40px 20px; margin-bottom: 20px; background-color: #ffffff; border-radius: 8px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); } .page-superph-is-legit__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-superph-is-legit__hero-section { position: relative; text-align: center; color: #ffffff; padding: 10px 0 60px; overflow: hidden; background-color: #0d1a26; } .page-superph-is-legit__hero-image { width: 100%; height: 500px; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 0; filter: brightness(0.5); } .page-superph-is-legit__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 40px 20px; } .page-superph-is-legit__hero-title { font-size: 3em; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); } .page-superph-is-legit__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; } .page-superph-is-legit__button { display: inline-block; background-color: #e74c3c; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-superph-is-legit__button:hover { background-color: #c0392b; transform: translateY(-2px); } .page-superph-is-legit__button--secondary { background-color: #3498db; } .page-superph-is-legit__button--secondary:hover { background-color: #2980b9; } .page-superph-is-legit__h1, .page-superph-is-legit__h2, .page-superph-is-legit__h3 { color: #2c3e50; margin-bottom: 25px; text-align: center; } .page-superph-is-legit__h1 { font-size: 2.8em; } .page-superph-is-legit__h2 { font-size: 2.2em; } .page-superph-is-legit__h3 { font-size: 1.8em; } .page-superph-is-legit__intro-text { text-align: center; margin-bottom: 40px; font-size: 1.1em; color: #555; } .page-superph-is-legit__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-superph-is-legit__grid-item { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-superph-is-legit__grid-item:hover { transform: translateY(-5px); } .page-superph-is-legit__grid-item-icon { width: 80px; height: 80px; margin-bottom: 15px; } .page-superph-is-legit__grid-item-title { font-size: 1.3em; margin-bottom: 10px; color: #e74c3c; } .page-superph-is-legit__game-category-tabs { display: flex; justify-content: center; margin-bottom: 30px; flex-wrap: wrap; } .page-superph-is-legit__game-category-tab { padding: 12px 25px; border: 1px solid #ddd; border-radius: 25px; margin: 5px; cursor: pointer; transition: all 0.3s ease; background-color: #f0f0f0; color: #555; font-weight: bold; } .page-superph-is-legit__game-category-tab:hover { background-color: #e74c3c; color: #ffffff; border-color: #e74c3c; } .page-superph-is-legit__game-category-tab--active { background-color: #e74c3c; color: #ffffff; border-color: #e74c3c; } .page-superph-is-legit__game-display { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; } .page-superph-is-legit__game-card { background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); text-align: center; } .page-superph-is-legit__game-card-image { width: 100%; height: 200px; object-fit: cover; } .page-superph-is-legit__game-card-content { padding: 20px; } .page-superph-is-legit__game-card-title { font-size: 1.2em; margin-bottom: 10px; color: #2c3e50; } .page-superph-is-legit__game-card-button { margin-top: 15px; } .page-superph-is-legit__promotion-card { background-color: #f9f9f9; padding: 25px; border-radius: 8px; text-align: center; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-superph-is-legit__promotion-card-image { width: 100%; height: 200px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; } .page-superph-is-legit__promotion-card-title { font-size: 1.4em; margin-bottom: 10px; color: #e74c3c; } .page-superph-is-legit__promotion-card-description { margin-bottom: 20px; color: #666; } .page-superph-is-legit__faq-list { list-style: none; padding: 0; } .page-superph-is-legit__faq-item { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 8px; overflow: hidden; } .page-superph-is-legit__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #f0f0f0; cursor: pointer; user-select: none; transition: background-color 0.3s ease; } .page-superph-is-legit__faq-question:hover { background-color: #e0e0e0; } .page-superph-is-legit__faq-question h3 { margin: 0; font-size: 1.1em; color: #2c3e50; pointer-events: none; } .page-superph-is-legit__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; pointer-events: none; } .page-superph-is-legit__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #ffffff; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-superph-is-legit__faq-item.active .page-superph-is-legit__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-superph-is-legit__blog-card { background-color: #ffffff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); } .page-superph-is-legit__blog-card-image { width: 100%; height: 220px; object-fit: cover; } .page-superph-is-legit__blog-card-content { padding: 20px; } .page-superph-is-legit__blog-card-title { font-size: 1.3em; margin-bottom: 10px; color: #2c3e50; } .page-superph-is-legit__blog-card-meta { font-size: 0.9em; color: #777; margin-bottom: 10px; } .page-superph-is-legit__blog-card-excerpt { font-size: 1em; color: #555; margin-bottom: 15px; } @media (max-width: 768px) { .page-superph-is-legit__hero-title { font-size: 2em; } .page-superph-is-legit__hero-subtitle { font-size: 1.2em; } .page-superph-is-legit__h1 { font-size: 2em; } .page-superph-is-legit__h2 { font-size: 1.8em; } .page-superph-is-legit__h3 { font-size: 1.5em; } .page-superph-is-legit__section { padding: 20px 10px; } .page-superph-is-legit__container { padding: 10px; } .page-superph-is-legit__game-category-tabs { justify-content: flex-start; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; /* Firefox */ -ms-overflow-style: none; /* IE 10+ */ } .page-superph-is-legit__game-category-tabs::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera */ } .page-superph-is-legit__game-category-tab { padding: 8px 15px; font-size: 0.9em; white-space: nowrap; } .page-superph-is-legit__game-display { grid-template-columns: 1fr; } .page-superph-is-legit__grid { grid-template-columns: 1fr; } .page-superph-is-legit__faq-answer { padding: 0 15px; } .page-superph-is-legit__faq-item.active .page-superph-is-legit__faq-answer { padding: 15px !important; } .page-superph-is-legit__blog-card-image { height: 180px; } .page-superph-is-legit__blog-card-content { padding: 15px; } .page-superph-is-legit__blog-card-title { font-size: 1.1em; } .page-superph-is-legit__blog-card-excerpt { font-size: 0.9em; } .page-superph-is-legit img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-superph-is-legit__game-card-image, .page-superph-is-legit__promotion-card-image, .page-superph-is-legit__blog-card-image { width: 100% !important; height: auto !important; } .page-superph-is-legit__faq-list, .page-superph-is-legit__grid, .page-superph-is-legit__game-display { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-superph-is-legit__faq-item, .page-superph-is-legit__grid-item, .page-superph-is-legit__game-card, .page-superph-is-legit__promotion-card, .page-superph-is-legit__blog-card { 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; } } @media (max-width: 480px) { .page-superph-is-legit__hero-content { padding: 20px 10px; } .page-superph-is-legit__hero-image { height: 350px; } .page-superph-is-legit__hero-title { font-size: 1.8em; } .page-superph-is-legit__hero-subtitle { font-size: 1em; } .page-superph-is-legit__button { padding: 12px 20px; font-size: 0.9em; } .page-superph-is-legit__h1 { font-size: 1.8em; } .page-superph-is-legit__h2 { font-size: 1.6em; } .page-superph-is-legit__h3 { font-size: 1.3em; } }