.features-hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #16314f 55%, #0f766e 100%);
    color: #fff;
    border-radius: 12px;
    padding: 1.75rem 1.5rem 1.6rem;
    margin-bottom: 1.25rem;
}

.features-hero h1 {
    margin: 0.2rem 0 0.75rem;
    font-size: clamp(1.6rem, 2.4vw, 2.15rem);
    letter-spacing: -0.02em;
}

.features-lede {
    margin: 0;
    max-width: 46rem;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.92);
}

.features-hero .features-kicker {
    color: #99f6e4;
}

.features-kicker {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f766e;
}

.features-jump {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0 0 1.5rem;
}

.features-jump a {
    display: inline-block;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dde3ea;
    color: #1e3a5f;
    text-decoration: none;
    font-size: 0.88rem;
}

.features-jump a:hover,
.features-jump a:focus {
    border-color: #1e3a5f;
    background: #eef4fb;
}

.features-section {
    margin-bottom: 1.75rem;
    scroll-margin-top: 1rem;
}

.features-section-head {
    margin-bottom: 0.85rem;
}

.features-section-head h2 {
    margin: 0.15rem 0 0.4rem;
}

.features-section-head p {
    margin: 0;
    max-width: 46rem;
    color: #5f6368;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.85rem;
}

.features-card {
    background: #fff;
    border: 1px solid #dde3ea;
    border-radius: 10px;
    padding: 1rem 1.05rem 1.05rem;
    box-shadow: 0 1px 0 rgba(30, 58, 95, 0.04);
}

.features-card h3 {
    margin: 0 0 0.4rem;
    font-size: 1.02rem;
    color: #1e3a5f;
}

.features-card p {
    margin: 0;
    color: #3c4043;
    line-height: 1.5;
    font-size: 0.95rem;
}

.features-foot-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.85rem 0 0;
}

.features-foot-links .button {
    margin: 0;
}

.features-dash-card {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.features-dash-card h2 {
    margin-bottom: 0.35rem;
}

.features-dash-card p {
    margin: 0;
    max-width: 40rem;
}

.features-public-bar .features-public-brand {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.features-public-bar .features-public-brand:hover {
    text-decoration: underline;
}
