.hero-header img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    display: block;
}
body {
    margin: 0;
    background-color: #FFF0F5;
    font-family: Arial, sans-serif;
    color: #5B2D6B;
    text-align: center;
}

.hero-header img {
    width: 100%;
    height: auto;
    display: block;
}

.coming-soon-wrapper {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.message-box {
    max-width: 700px;
    background: #FFFFFF;
    padding: 40px 30px;
    border-radius: 30px;
    border: 3px solid #FF6FAE;
    box-shadow: 0 10px 30px rgba(232, 61, 140, 0.15);
}

h1 {
    color: #E83D8C;
    font-size: 2.4rem;
    margin-bottom: 20px;
}

p {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 0;
}

.heart {
    color: #E83D8C;
    font-size: 2rem;
    margin-top: 25px;
}