.page-resources-fi88-app-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light body background */
    background-color: #FFFFFF; /* Explicitly set for content area if needed, though body is white */
}

.page-resources-fi88-app-guide__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    padding-top: calc(var(--header-offset, 120px) + 60px); /* Ensure space for fixed header + additional padding */
    background: linear-gradient(135deg, #017439, #005a2d); /* Brand colors */
    color: #ffffff;
    overflow: hidden;
}

.page-resources-fi88-app-guide__hero-content {
    max-width: 900px;
    z-index: 1;
    margin-bottom: 40px;
}

.page-resources-fi88-app-guide__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.2;
}

.page-resources-fi88-app-guide__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #ffffff;
}

.page-resources-fi88-app-guide__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}