.page-no-hu { background-color: #08160F; color: #F2FFF6; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; line-height: 1.6; }
.page-no-hu__container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.page-no-hu__hero-section { display: flex; flex-direction: column; padding: 10px 20px 40px; max-width: 1240px; margin: 0 auto; }
.page-no-hu__hero-image { width: 100%; border-radius: 16px; overflow: hidden; border: 1px solid #2E7A4E; box-shadow: 0 10px 40px rgba(17, 168, 78, 0.25); }
.page-no-hu__hero-image img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: cover; }
.page-no-hu__hero-content { margin-top: 28px; text-align: center; }
.page-no-hu__main-title { color: #F2FFF6; font-weight: 800; line-height: 1.3; letter-spacing: 0.5px; margin: 0 0 16px; max-width: 900px; margin-left: auto; margin-right: auto; }
.page-no-hu__hero-desc { color: #A7D9B8; font-size: 1.0625rem; max-width: 800px; margin: 0 auto 24px; }
.page-no-hu__hero-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.page-no-hu__btn { display: inline-block; padding: 14px 32px; border-radius: 10px; font-weight: 700; font-size: 1rem; text-decoration: none; text-align: center; transition: transform 0.2s ease, box-shadow 0.2s ease; cursor: pointer; }
.page-no-hu__btn--primary { background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); color: #F2FFF6; box-shadow: 0 6px 20px rgba(34, 199, 104, 0.35); border: none; }
.page-no-hu__btn--outline { background: transparent; color: #57E38D; border: 2px solid #2E7A4E; }
.page-no-hu__btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(34, 199, 104, 0.45); }
.page-no-hu__section-title { color: #F2FFF6; font-weight: 700; font-size: 1.75rem; text-align: center; margin: 0 0 28px; line-height: 1.35; }
.page-no-hu__text { color: #A7D9B8; font-size: 1rem; margin: 0 0 18px; }
.page-no-hu__text strong { color: #57E38D; }
.page-no-hu__text a { color: #57E38D; text-decoration: underline; }
.page-no-hu__intro-section { padding: 50px 0; background-color: #08160F; }
.page-no-hu__features-section { padding: 50px 0; background-color: #0A4B2C; }
.page-no-hu__features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.page-no-hu__feature-card { background-color: #11271B; border: 1px solid #2E7A4E; border-radius: 14px; overflow: hidden; padding-bottom: 20px; transition: transform 0.25s ease, border-color 0.25s ease; }
.page-no-hu__feature-card:hover { transform: translateY(-4px); border-color: #57E38D; }
.page-no-hu__feature-image img { display: block; width: 100%; max-width: 100%; height: auto; }
.page-no-hu__feature-title { color: #F2FFF6; font-size: 1.125rem; font-weight: 700; margin: 16px 18px 8px; }
.page-no-hu__feature-text { color: #A7D9B8; font-size: 0.9375rem; margin: 0 18px; }
.page-no-hu__games-section { padding: 50px 0; background-color: #08160F; }
.page-no-hu__game-frame-wrapper { position: relative; width: 100%; max-width: 1000px; margin: 0 auto 28px; aspect-ratio: 16 / 9; background-color: #11271B; border: 1px solid #2E7A4E; border-radius: 16px; overflow: hidden; }
.page-no-hu__game-trial-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.page-no-hu__game-cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.page-no-hu__guide-section { padding: 50px 0; background-color: #0A4B2C; }
.page-no-hu__guide-layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 36px; align-items: start; }
.page-no-hu__guide-subtitle { color: #57E38D; font-size: 1.1875rem; font-weight: 700; margin: 0 0 10px; }
.page-no-hu__guide-image { border-radius: 16px; overflow: hidden; border: 1px solid #2E7A4E; }
.page-no-hu__guide-image img { display: block; width: 100%; max-width: 100%; height: auto; }
.page-no-hu__products-section { padding: 50px 0; background-color: #08160F; }
.page-no-hu__products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.page-no-hu__product-card { background-color: #11271B; border: 1px solid #2E7A4E; border-radius: 14px; overflow: hidden; padding-bottom: 20px; transition: transform 0.25s ease, border-color 0.25s ease; }
.page-no-hu__product-card:hover { transform: translateY(-4px); border-color: #57E38D; }
.page-no-hu__product-card img { display: block; width: 100%; max-width: 100%; height: auto; }
.page-no-hu__product-title { font-size: 1.125rem; font-weight: 700; margin: 16px 18px 8px; }
.page-no-hu__product-title a { color: #F2FFF6; text-decoration: none; }
.page-no-hu__product-title a:hover { color: #57E38D; }
.page-no-hu__product-text { color: #A7D9B8; font-size: 0.9375rem; margin: 0 18px; }
.page-no-hu__faq-section { padding: 50px 0; background-color: #0A4B2C; }
.page-no-hu__faq-list { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.page-no-hu__faq-item { background-color: #11271B; border: 1px solid #2E7A4E; border-radius: 12px; padding: 20px 24px; }
.page-no-hu__faq-question { color: #F2FFF6; font-size: 1.0625rem; font-weight: 700; margin: 0 0 10px; }
.page-no-hu__faq-answer { color: #A7D9B8; font-size: 0.9375rem; margin: 0; }
.page-no-hu__faq-answer a { color: #57E38D; text-decoration: underline; }
.page-no-hu__cta-section { padding: 60px 0; background: linear-gradient(180deg, #0A4B2C 0%, #08160F 100%); }
.page-no-hu__cta-title { color: #F2FFF6; font-weight: 800; font-size: 1.875rem; text-align: center; margin: 0 0 16px; }
.page-no-hu__cta-text { color: #A7D9B8; font-size: 1.0625rem; text-align: center; max-width: 760px; margin: 0 auto 28px; }
.page-no-hu__cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
@media (max-width: 1024px) {
.page-no-hu__features-grid { grid-template-columns: repeat(2, 1fr); }
.page-no-hu__products-grid { grid-template-columns: repeat(2, 1fr); }
.page-no-hu__guide-layout { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
.page-no-hu { overflow-x: hidden; }
.page-no-hu__container { padding: 0 16px; }
.page-no-hu__hero-section { padding: 10px 16px 30px; }
.page-no-hu__hero-content { margin-top: 20px; }
.page-no-hu__hero-desc { font-size: 1rem; }
.page-no-hu__btn { width: 100%; max-width: 100%; padding: 14px 20px; box-sizing: border-box; }
.page-no-hu__hero-actions { flex-direction: column; align-items: stretch; }
.page-no-hu__section-title { font-size: 1.375rem; }
.page-no-hu__features-grid { grid-template-columns: 1fr; gap: 18px; }
.page-no-hu__products-grid { grid-template-columns: 1fr; gap: 18px; }
.page-no-hu__game-cta { flex-direction: column; align-items: stretch; }
.page-no-hu__guide-layout { grid-template-columns: 1fr; gap: 24px; }
.page-no-hu__cta-actions { flex-direction: column; align-items: stretch; }
.page-no-hu__faq-item { padding: 16px 18px; }
.page-no-hu img { max-width: 100% !important; height: auto !important; }
}
@media (max-width: 480px) {
.page-no-hu__main-title { letter-spacing: 0.2px; }
.page-no-hu__section-title { font-size: 1.25rem; }
.page-no-hu__cta-title { font-size: 1.5rem; }
}