body {
    margin: 0;
    padding: 0;
    font-family: "Inter", "Helvetica Neue", sans-serif;
    background: linear-gradient(180deg, #f7f9fc, #eef2f7);
    color: #1f2937;
}

.hero {
    text-align: center;
    padding: 90px 20px 50px;
}

.hero img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 25px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.hero h1 {
    margin: 0;
    font-size: 38px;
    font-weight: 600;
}

.subtitle {
    margin-top: 10px;
    font-size: 17px;
    color: #6b7280;
}

.content {
    max-width: 780px;
    margin: 0 auto;
    padding: 40px 25px 80px;
    font-size: 18px;
    line-height: 1.85;
}

.update {
    margin-top: 50px;
    font-style: italic;
    color: #6b7280;
    text-align: center;
}
