.page-n-h { font-family: 'Arial', sans-serif; color: #f0f0f0; background-color: #1a1a2e; line-height: 1.6; } .page-n-h__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-n-h__section { padding: 40px 0; margin-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .page-n-h__section:last-of-type { border-bottom: none; margin-bottom: 0; } .page-n-h__hero-section { background: linear-gradient(135deg, #2c0e3a, #1a1a2e); text-align: center; padding: 80px 0 40px; position: relative; overflow: hidden; border-radius: 10px; margin-top: 10px; } .page-n-h__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: brightness(0.6); } .page-n-h__hero-content { position: relative; z-index: 1; color: #fff; max-width: 900px; margin: 0 auto; } .page-n-h__hero-title { font-size: 3.5em; margin-bottom: 15px; color: #ffcc00; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); font-weight: bold; line-height: 1.2; } .page-n-h__hero-description { font-size: 1.3em; margin-bottom: 30px; color: #e0e0e0; } .page-n-h__btn { display: inline-block; background-color: #ffcc00; color: #1a1a2e; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; border: none; cursor: pointer; } .page-n-h__btn:hover { background-color: #e6b800; transform: translateY(-3px); } .page-n-h__title { font-size: 2.5em; color: #ffcc00; text-align: center; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-n-h__subtitle { font-size: 1.8em; color: #f0f0f0; text-align: center; margin-bottom: 20px; } .page-n-h__text { font-size: 1.1em; color: #e0e0e0; margin-bottom: 15px; text-align: justify; } .page-n-h__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-n-h__card { background-color: #2a2a4a; border-radius: 10px; padding: 25px; text-align: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; } .page-n-h__card:hover { transform: translateY(-5px); } .page-n-h__card-icon { width: 80px; height: 80px; margin-bottom: 15px; display: block; margin-left: auto; margin-right: auto; } .page-n-h__card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-n-h__card-description { font-size: 1em; color: #e0e0e0; margin-bottom: 20px; } .page-n-h__img { max-width: 100%; height: auto; border-radius: 8px; margin-bottom: 15px; display: block; object-fit: cover; } .page-n-h__game-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; text-align: center; } .page-n-h__game-card:hover { transform: translateY(-5px); } .page-n-h__game-card-image-wrapper { width: 100%; height: 200px; overflow: hidden; display: flex; justify-content: center; align-items: center; } .page-n-h__game-card-image { width: 100%; height: 100%; object-fit: cover; } .page-n-h__game-card-content { padding: 20px; } .page-n-h__game-card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 10px; } .page-n-h__game-card-description { font-size: 1em; color: #e0e0e0; margin-bottom: 20px; } .page-n-h__list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; } .page-n-h__list-item { background-color: #2a2a4a; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); display: flex; align-items: center; justify-content: flex-start; text-align: left; } .page-n-h__list-item-icon { width: 60px; height: 60px; margin-right: 15px; flex-shrink: 0; } .page-n-h__list-item-text { font-size: 1.1em; color: #e0e0e0; } .page-n-h__faq-section { background-color: #1a1a2e; padding: 40px 0; } .page-n-h__faq-item { background-color: #2a2a4a; margin-bottom: 15px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); } .page-n-h__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a3a5a; transition: background-color 0.3s ease; } .page-n-h__faq-question:hover { background-color: #4a4a6a; } .page-n-h__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-n-h__faq-toggle { font-size: 1.8em; font-weight: bold; color: #ffcc00; transition: transform 0.3s ease; pointer-events: none; } .page-n-h__faq-item.active .page-n-h__faq-toggle { transform: rotate(45deg); } .page-n-h__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; } .page-n-h__faq-item.active .page-n-h__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-n-h__faq-answer p { margin: 0; font-size: 1em; color: #e0e0e0; } .page-n-h__blog-card { background-color: #2a2a4a; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; text-align: left; } .page-n-h__blog-card:hover { transform: translateY(-5px); } .page-n-h__blog-card-image-wrapper { width: 100%; height: 200px; overflow: hidden; } .page-n-h__blog-card-image { width: 100%; height: 100%; object-fit: cover; } .page-n-h__blog-card-content { padding: 20px; } .page-n-h__blog-card-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-n-h__blog-card-title a { color: #ffcc00; text-decoration: none; } .page-n-h__blog-card-title a:hover { text-decoration: underline; } .page-n-h__blog-card-excerpt { font-size: 0.95em; color: #e0e0e0; margin-bottom: 15px; line-height: 1.5; } .page-n-h__blog-card-date { font-size: 0.85em; color: #aaaaaa; } @media (max-width: 768px) { .page-n-h__hero-title { font-size: 2.5em; } .page-n-h__hero-description { font-size: 1em; } .page-n-h__btn { padding: 12px 25px; font-size: 1em; } .page-n-h__title { font-size: 2em; } .page-n-h__subtitle { font-size: 1.5em; } .page-n-h__text { font-size: 0.95em; } .page-n-h__grid, .page-n-h__list { grid-template-columns: 1fr; } .page-n-h__list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; } .page-n-h__list-item-text { word-wrap: break-word !important; overflow-wrap: break-word !important; word-break: break-word !important; } .page-n-h__faq-question { padding: 15px 20px; } .page-n-h__faq-question h3 { font-size: 1.1em; } .page-n-h__faq-answer { padding: 0 20px; } .page-n-h__faq-item.active .page-n-h__faq-answer { padding: 15px 20px !important; } .page-n-h__blog-card-content { padding: 15px; } .page-n-h__blog-card-image-wrapper { height: 150px; } .page-n-h__img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-n-h__game-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-n-h__blog-card-image { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } }