.story-content p {
    margin-bottom: 1.25rem;
    line-height: 1.8;
    font-size: 1.05rem;
}

.story-inline-img {
    max-height: 480px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.story-cta {
    background: linear-gradient(135deg, #0d3b2a, #0a2b1e);
    color: #fff;
}

.story-cta h3 {
    color: #fff;
}

.story-cta p {
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}
