body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(#fff7f5, #fdeaea);
    text-align: center;
    color: #5a5a5a;
}

.container {
    margin: auto;
}

.logo {
    font-size: 42px;
    color: #6c8a3c;
    margin-bottom: 20px;
}

.image-box img {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.15);
}

h2 {
    font-size: 36px;
    margin-top: 25px;
    color: #7a6a2f;
}

.tagline {
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.6;
}

.features {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.features div {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    font-size: 16px;
}

footer {
    margin-top: 40px;
    font-size: 14px;
    color: #999;
}
