/* Landing page styles (on top of Pico CSS) */

nav .brand {
    font-weight: 700;
}

.hero {
    text-align: center;
    padding: 4rem 0 3rem;
}

.hero h1 {
    margin-bottom: 1rem;
}

.hero p {
    max-width: 640px;
    margin: 0 auto 2rem;
    color: var(--pico-muted-color);
}

.features {
    padding: 2rem 0 3rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.features-grid article {
    text-align: center;
}
