.page-resources-how-to-register-and-play-on-42-vipph {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light background */
    background-color: #FFFFFF; /* Body background is white */
    padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-how-to-register-and-play-on-42-vipph__hero-section {
    position: relative;
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
    padding: 0;
}

.page-resources-how-to-register-and-play-on-42-vipph__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: brightness(0.6); /* Darken image for text readability, not changing color */
}

.page-resources-how-to-register-and-play-on-42-vipph__hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: 90%;
    z-index: 10;
    padding: 20px;
    box-sizing: border-box;
}

.page-resources-how-to-register-and-play-on-42-vipph__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #FFFFFF;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-how-to-register-and-play-on-42-vipph__hero-description {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #F0F0F0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.page-resources-how-to-register-and-play-on-42-vipph__hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}