/* style/no-hu.css */
.page-no-hu {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #F3F8FF;
    background-color: transparent;
}

.page-no-hu__hero-section {
    padding-top: 10px;
    padding-bottom: 60px;
    background-color: #08162B;
    position: relative;
    overflow: hidden;
}

.page-no-hu__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 60px 20px;
    gap: 40px;
    box-sizing: border-box;
}

.page-no-hu__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    color: #F3F8FF;
}

.page-no-hu__hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #F2C14E;
}

.page-no-hu__hero-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #AFC4E8;
}

.page-no-hu__hero-cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-no-hu__hero-image {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-no-hu__hero-side-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(79, 168, 255, 0.5);
}

.page-no-hu__btn-primary,
.page-no-hu__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-no-hu__btn-primary {
    background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
    color: #F3F8FF;
    box-shadow: 0 5px 15px rgba(17, 67, 166, 0.4);
}

.page-no-hu__btn-primary:hover {
    background: linear-gradient(180deg, #1144A6 0%, #2B73F6 100%);
    box-shadow: 0 8px 20px rgba(17, 67, 166, 0.6);
}

.page-no-hu__btn-secondary {
    background: transparent;
    color: #1D5FD1;
    border-color: #1D5FD1;
}

.page-no-hu__btn-secondary:hover {
    background-color: #1D5FD1;
    color: #F3F8FF;
}

.page-no-hu__btn-small {
    padding: 10px 20px;
    font-size: 0.9rem;
}

.page-no-hu__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.page-no-hu__section-title {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    color: #F2C14E;
    line-height: 1.3;
}

.page-no-hu__section-description {
    font-size: 1.1rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #AFC4E8;
}

.page-no-hu__dark-section {
    background-color: #10233F;
    padding: 60px 0;
}

.page-no-hu__dark-section .page-no-hu__section-title {
    color: #F2C14E;
}

.page-no-hu__dark-section .page-no-hu__section-description {
    color: #AFC4E8;
}

.page-no-hu__intro-section {
    padding: 80px 0;
}

.page-no-hu__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.page-no-hu__feature-item {
    background-color: #08162B;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
    border: 1px solid #244D84;
}

.page-no-hu__feature-item:hover {
    transform: translateY(-5px);
}

.page-no-hu__icon-box-media {
    width: 180px;
    height: 180px;
    aspect-ratio: 1/1;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #1D5FD1;
    box-shadow: 0 0 15px rgba(29, 95, 209, 0.5);
}

.page-no-hu__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.page-no-hu__feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #F2C14E;
}

.page-no-hu__feature-text {
    font-size: 1rem;
    color: #AFC4E8;
}

.page-no-hu__guide-section {
    padding: 80px 0;
    background-color: #08162B;
}

.page-no-hu__guide-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-no-hu__guide-item {
    background-color: #10233F;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    border: 1px solid #244D84;
}

.page-no-hu__guide-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
    color: #F3F8FF;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(17, 67, 166, 0.5);
}

.page-no-hu__guide-step-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #F2C14E;
}

.page-no-hu__guide-step-text {
    font-size: 1rem;
    color: #AFC4E8;
}

.page-no-hu__guide-cta {
    text-align: center;
    margin-top: 50px;
}

.page-no-hu__games-showcase {
    padding: 80px 0;
    background-color: #08162B;
}

.page-no-hu__game-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-no-hu__game-card {
    background-color: #10233F;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    border: 1px solid #244D84;
}

.page-no-hu__game-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.page-no-hu__game-card-title {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 15px 20px 0;
    margin-bottom: 10px;
    color: #F2C14E;
}

.page-no-hu__game-card-title a {
    color: inherit;
    text-decoration: none;
}

.page-no-hu__game-card-title a:hover {
    text-decoration: underline;
}

.page-no-hu__game-card-text {
    font-size: 0.95rem;
    color: #AFC4E8;
    padding: 0 20px 15px;
    flex-grow: 1;
}

.page-no-hu__game-card .page-no-hu__btn-secondary {
    margin: 0 20px 20px;
    align-self: flex-start;
}

.page-no-hu__promo-section {
    padding: 80px 0;
}

.page-no-hu__promo-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-no-hu__promo-item {
    background-color: #08162B;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    border: 1px solid #244D84;
}

.page-no-hu__promo-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.page-no-hu__promo-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.page-no-hu__promo-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #F2C14E;
}

.page-no-hu__promo-text {
    font-size: 0.95rem;
    color: #AFC4E8;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-no-hu__promo-cta {
    text-align: center;
    margin-top: 50px;
}

.page-no-hu__faq-section {
    padding: 80px 0;
    background-color: #08162B;
}

.page-no-hu__faq-list {
    max-width: 900px;
    margin: 40px auto 0;
}

.page-no-hu__faq-item {
    background-color: #10233F;
    border: 1px solid #244D84;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-no-hu__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #F3F8FF;
    cursor: pointer;
    background-color: #113B7A;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    list-style: none;
}

.page-no-hu__faq-question::-webkit-details-marker {
    display: none;
}

.page-no-hu__faq-question:hover {
    background-color: #1D5FD1;
}

.page-no-hu__faq-qtext {
    flex-grow: 1;
    color: #F3F8FF;
}

.page-no-hu__faq-toggle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #F2C14E;
    margin-left: 15px;
    line-height: 1;
}

.page-no-hu__faq-item[open] .page-no-hu__faq-question .page-no-hu__faq-toggle {
    content: "−";
}

.page-no-hu__faq-answer {
    padding: 15px 25px 20px;
    font-size: 1rem;
    color: #AFC4E8;
    background-color: #10233F;
    border-top: 1px solid #244D84;
}

.page-no-hu__faq-answer p {
    margin-bottom: 10px;
    color: #AFC4E8;
}

.page-no-hu__faq-answer p:last-child {
    margin-bottom: 0;
}

.page-no-hu__final-cta-section {
    padding: 80px 0;
    text-align: center;
}

.page-no-hu__final-cta-content {
    max-width: 900px;
    margin: 0 auto;
}

.page-no-hu img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .page-no-hu {
        font-size: 15px;
    }

    .page-no-hu__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-no-hu__hero-container {
        flex-direction: column;
        padding: 30px 15px;
        gap: 30px;
    }

    .page-no-hu__hero-content {
        order: 2;
        text-align: center;
    }

    .page-no-hu__hero-image {
        order: 1;
        width: 100%;
    }

    .page-no-hu__hero-title {
        font-size: clamp(2rem, 8vw, 2.5rem);
        margin-bottom: 15px;
    }

    .page-no-hu__hero-description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .page-no-hu__hero-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-no-hu__btn-primary,
    .page-no-hu__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-no-hu__intro-section,
    .page-no-hu__guide-section,
    .page-no-hu__games-showcase,
    .page-no-hu__promo-section,
    .page-no-hu__faq-section,
    .page-no-hu__final-cta-section {
        padding: 40px 0;
    }

    .page-no-hu__content-area {
        padding: 20px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-no-hu__section-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }

    .page-no-hu__section-description {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }

    .page-no-hu__feature-grid,
    .page-no-hu__guide-steps,
    .page-no-hu__game-cards,
    .page-no-hu__promo-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-no-hu__icon-box-media {
        width: 150px;
        height: 150px;
        margin-bottom: 15px;
    }
    .page-no-hu__icon-box-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page-no-hu__feature-item {
        padding: 20px;
    }

    .page-no-hu__feature-title {
        font-size: 1.3rem;
    }

    .page-no-hu__guide-step-number {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .page-no-hu__guide-step-title {
        font-size: 1.2rem;
    }

    .page-no-hu__game-card-image {
        height: 180px;
    }

    .page-no-hu__game-card-title {
        font-size: 1.2rem;
        padding: 10px 15px 0;
    }

    .page-no-hu__game-card-text {
        font-size: 0.9rem;
        padding: 0 15px 10px;
    }

    .page-no-hu__game-card .page-no-hu__btn-secondary {
        margin: 0 15px 15px;
    }

    .page-no-hu__promo-image {
        height: 180px;
    }

    .page-no-hu__promo-content {
        padding: 15px;
    }

    .page-no-hu__promo-title {
        font-size: 1.2rem;
    }

    .page-no-hu__faq-question {
        padding: 15px 20px;
        font-size: 1rem;
    }

    .page-no-hu__faq-toggle {
        font-size: 1.5rem;
    }

    .page-no-hu__faq-answer {
        padding: 10px 20px 15px;
        font-size: 0.95rem;
    }

    .page-no-hu img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}