.page-home .hero,
.page-start-planning .hero {
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 30%),
        linear-gradient(180deg, #fff7ed 0%, #f8fafc 100%);
}

.hero-card {
    display: flex;
    justify-content: flex-end;
}

.page-start-planning .section p,
.page-start-planning .section li,
.page-home .section p {
    color: #4b5563;
}