/* ============================================================================
   HOME PAGE
   ============================================================================ */

.home-main {
    padding-top: 1rem;
}

.home-intro {
    text-align: center;
    margin-bottom: 2.5rem;
}

.home-intro-logo {
    display: block;
    height: 72px;
    width: auto;
    margin: 0 auto 1.25rem;
    opacity: 0.85;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.home-eyebrow {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 0.75rem;
}

.home-title {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.home-lead {
    font-size: 1.05rem;
    color: #94a3b8;
    max-width: 560px;
    margin: 1rem auto 0;
    line-height: 1.7;
}

.home-lead-more {
    margin-top: 1rem;
    text-align: center;
}

.home-lead-more .text-link {
    font-size: 0.95rem;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Shared 2-column grid so all CTAs match Show Your Interest / Documents widths */
.home-hero-cta-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    align-items: stretch;
}

.home-hero-cta-stack .tj-hero-actions {
    display: contents;
}

.home-hero-cta-stack .tj-hero-banner {
    grid-column: 1 / -1;
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
}

.home-hero-cta-stack .cta-button {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 820px) {
    .home-hero-cta-stack {
        grid-template-columns: 1fr;
        justify-items: stretch;
        max-width: 22rem;
        margin-left: auto;
        margin-right: auto;
    }

    .home-hero-cta-stack .tj-hero-banner {
        text-align: center;
    }
}
