.header {
    min-height: 430px;

    background: linear-gradient(
        135deg,
        #d98baa,
        #e9b6c9
    );

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    color: white;
}

.header-content {
    max-width: 750px;
}

.label {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #fff0f5;
}

.header h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.header h1 span {
    display: block;
    color: #ffe1eb;
}

.header p {
    font-size: 17px;
    margin-bottom: 30px;
}