.page-no-hu {
    background: var(--deep-navy, #08162B);
    color: #f3f8ff;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}
.page-no-hu__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
}
.page-no-hu__hero-image-wrap {
    width: 100%;
    max-width: 1200px;
}
.page-no-hu__hero-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/7;
    object-fit: cover;
    border-radius: 16px;
}
.page-no-hu__hero-content {
    text-align: center;
    margin: 24px 0 32px;
    width: 100%;
    max-width: 900px;
}
.page-no-hu__hero-title {
    color: #f3f8ff;
    font-size: clamp(1.2rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    margin-bottom: 16px;
}
.page-no-hu__hero-subtitle {
    color: #AFC4E8;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 24px;
}
.page-no-hu__btn {
    display: inline-block;
    padding: 12px 32px;
    background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
    color: #fff;
    font-weight: 700;
    border-radius: 32px;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(79, 168, 255, 0.25);
}
.page-no-hu__btn:hover {
    opacity: 0.87;
}
.page-no-hu__btn--gold {
    background: linear-gradient(180deg, #FFE259 0%, #FFA751 100%);
    color: #08162B;
}
.page-no-hu__section-title {
    color: #f3f8ff;
    background: linear-gradient(90deg, #4FA8FF 0%, #F2C14E 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    text-align: center;
    margin: 40px auto 32px;
    padding: 0 20px;
    line-height: 1.3;
}
.page-no-hu__intro-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}
.page-no-hu__intro-text {
    color: #AFC4E8;
    font-size: 1rem;
    text-align: center;
}
.page-no-hu__games-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.page-no-hu__games-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.page-no-hu__game-card {
    background: #10233F;
    border: 1px solid #244D84;
    border-radius: 16px;
    overflow: hidden;
    padding-bottom: 20px;
    text-align: center;
    transition: box-shadow 0.2s ease;
}
.page-no-hu__game-card:hover {
    box-shadow: 0 8px 30px rgba(79, 168, 255, 0.15);
}
.page-no-hu__game-image {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    display: block;
}
.page-no-hu__game-name {
    color: #f3f8ff;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 16px 0 8px;
}
.page-no-hu__game-desc {
    color: #AFC4E8;
    font-size: 0.85rem;
    padding: 0 16px;
}
.page-no-hu__game-link {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 24px;
    background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
    color: #fff;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}
.page-no-hu__guide-section {
    max-width: 900px;
    margin: 40px auto 0;
    padding: 0 20px;
}
.page-no-hu__guide-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.page-no-hu__guide-step {
    background: #10233F;
    border: 1px solid #244D84;
    border-radius: 16px;
    padding: 24px;
    text-align: left;
}
.page-no-hu__guide-number {
    color: #F2C14E;
    font-size: 2.5rem;
    font-weight: 800;
    opacity: 0.6;
    line-height: 1;
}
.page-no-hu__guide-title {
    color: #FFD700;
    font-size: 1.2rem;
    margin: 8px 0;
}
.page-no-hu__guide-text {
    color: #AFC4E8;
    font-size: 0.9rem;
}
.page-no-hu__cta-box {
    text-align: center;
    margin: 36px 0 20px;
    background: linear-gradient(145deg, #113B7A, #1D5FD1);
    border-radius: 16px;
    padding: 32px;
    border: 1px solid rgba(79, 168, 255, 0.2);
}
.page-no-hu__cta-text {
    color: #f3f8ff;
    font-size: 1rem;
    margin-bottom: 12px;
}
.page-no-hu__features-section {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 0 20px;
}
.page-no-hu__features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.page-no-hu__feature-item {
    background: #10233F;
    border: 1px solid #244D84;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
}
.page-no-hu__feature-title {
    color: #f3f8ff;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 8px;
}
.page-no-hu__feature-text {
    color: #AFC4E8;
    font-size: 0.9rem;
}
.page-no-hu__tips-section {
    max-width: 900px;
    margin: 40px auto 0;
    padding: 0 20px;
}
.page-no-hu__tips-content {
    background: #10233F;
    border-radius: 16px;
    border: 1px solid #244D84;
    padding: 24px;
}
.page-no-hu__tips-list {
    color: #f3f8ff;
    padding-left: 24px;
    list-style-type: circle;
}
.page-no-hu__tips-list li {
    margin-bottom: 8px;
    font-size: 0.98rem;
}
.page-no-hu__tips-list strong {
    color: #f3f8ff;
}
.page-no-hu__tips-link, .page-no-hu__tips-link:visited {
    color: #4FA8FF;
    display: inline-block;
    margin: 20px 0 0;
    font-weight: 600;
}
.page-no-hu__promo-section {
    max-width: 900px;
    margin: 40px auto auto;
    padding: 0 20px;
}
.page-no-hu__promo-box {
    background: linear-gradient(145deg, #FFD700, #F2C14E);
    border-radius: 16px;
    padding: 32px;
    text-align: center;
}
.page-no-hu__promo-text {
    color: #08162B;
    font-weight: 600;
}
.page-no-hu__bank-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}
.page-no-hu__bank-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    gap: 20px;
    background: #10233F;
    border-radius: 16px;
    padding: 20px;
}
.page-no-hu__bank-item {
    filter: brightness(0.9) contrast(1.1);
    background: #fff;
    border-radius: 8px;
    padding: 8px;
    max-width: 80%;
    height: auto;
}
.page-no-hu__cta-bottom {
    text-align: center;
    background: linear-gradient(135deg, #113B7A 0%, #082c4c 100%);
    padding: 32px 20px;
}
.page-no-hu__cta-heading {
    color: #f3f8ff;
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    font-weight: 800;
}
.page-no-hu__cta-bottom-text {
    color: #AFC4E8;
    margin-bottom: 24px;
}
.page-no-hu__btn--large {
    padding: 16px 48px;
    font-size: 1.2rem;
}
.page-no-hu__faq-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}
.page-no-hu__faq-item {
    background: #10233F;
    border: 1px solid #244D84;
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 8px 20px;
}
.page-no-hu__faq-question {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    color: #f3f8ff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 0;
    list-style: none;
}
.page-no-hu__faq-question::-webkit-details-marker {
    display: none;
}
.page-no-hu__faq-icon {
    color: #F2C14E;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    user-select: none;
}
.page-no-hu__faq-answer {
    color: #AFC4E8;
    padding-bottom: 20px;
}

/* Tablet và Mobile */
@media (max-width: 1024px) {
    .page-no-hu__games-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 700px;
        margin: 0 auto;
    }
    .page-no-hu__guide-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .page-no-hu {
        overflow-x: hidden;
    }
    .page-no-hu__section-title {
        margin: 32px 4px 22px;
    }
    .page-no-hu__hero-section {
        padding-top: 8px;
    }
    .page-no-hu__hero-image {
        aspect-ratio: 16/10; 
    }
    .page-no-hu__games-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .page-no-hu__game-card {
        max-width: 100%;
    }
    .page-no-hu__guide-steps {
        grid-template-columns: 1fr;
    }
    .page-no-hu__features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .page-no-hu__promo-box {
        padding: 20px 15px;
    }
    .page-no-hu__bank-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 15px;
    }
    .page-no-hu__tips-content {
        padding: 10px;
    }
    .page-no-hu__game-image,
    .page-no-hu__hero-image,
    .page-no-hu__guide-figure img,
    .page-no-hu img {
        max-width: 100%;
        height: auto;
    }
    .page-no-hu .page-no-hu__hero-section,
    .page-no-hu .page-no-hu__cta-button-group {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .page-no-hu__games-grid {
        grid-template-columns: 1fr;
    }
    .page-no-hu__game-desc {
        font-size: 0.8rem;
    }
    .page-no-hu__feature-item {
        text-align: left;
    }
    .page-no-hu__bank-grid {
        gap: 12px;
    }
    .page-no-hu__promo-text {
        font-size: 0.9rem;
    }
}