/* INDEX SPECIFIC OVERRIDES */
.landing-page-ui.index-bg {
    background-image: url('../../img/main_full.png') !important;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /* Adding a subtle dark overlay so the text/form remain legible against potentially bright parts of the image */
    background-color: rgba(31, 35, 38, 0.85) !important;
    background-blend-mode: overlay !important;
}

.sub-text {
    color: var(--text-main);
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
    padding-top: 1rem;
}

.sub-text a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.sub-text a:hover {
    color: var(--primary-hover, #AB0C25);
    text-decoration: underline;
}
