.td-landing-hero {
    position: relative;
    padding: 7rem 0 5.5rem;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.td-landing-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 6, 14, 0.82);
}

.td-landing-hero .td-hero-inner {
    position: relative;
    z-index: 1;
}

.td-landing-hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #fff;
    margin-bottom: 1.1rem;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.td-landing-footer {
    padding: 2rem 0;
    text-align: center;
    background: #0D0D0D;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 991.98px) {
    .td-landing-hero {
        padding: 4.5rem 0 3.5rem;
    }
}

@media (max-width: 575.98px) {
    .td-landing-hero h1 {
        font-size: 1.85rem;
    }
}