body {
    margin: 0;
    background: #f8fff8;
    font-family: "Inter", sans-serif;
    color: #0c4f20;
}

header {
    background: #c8f5cb;
    padding: 20px;
    text-align: center;
}

h1 {
    font-size: 40px;
}

.section {
    padding: 60px 8%;
}

.section-title {
    font-size: 30px;
    margin-bottom: 12px;
}

.card {
    background: #ffffff;
    padding: 24px;
    margin: 20px 0;
    border-radius: 14px;
    border: 1px solid #b9e7bb;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.card h3 {
    margin-top: 0;
}

.card p {
    line-height: 1.6;
}
