.hero {
    padding: 5rem 0 8rem;
    background-color: #fff;
    position: relative;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 4rem;
    min-height: 70vh;
}

.hero-text {
    flex: 0 0 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.hero-image {
    flex: 0 0 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-illustration {
    width: 100%;
    height: auto;
    max-width: 500px;
    border-radius: 8px;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #000;
    text-align: center;
}

.hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 2.5rem;
    text-align: center;
}
