.hero-card-d4506090 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
}

.hero-card-d4506090::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: background-color 0.3s ease;
}

.hero-card-content-d4506090 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.hero-card-title-d4506090 {
    margin: auto 0; /* Center title vertically within card layout */
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.hero-card-btn-wrapper-d4506090 {
    margin-top: auto;
    width: 100%;
    text-align: center;
}

.hero-card-btn-d4506090 {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    cursor: pointer;
}
