.doc-card.plano-sustentavel-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px;
    height: 93%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    background: #ffffff;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(0,0,0,0.06);
}

.doc-card.plano-sustentavel-card:hover {
    border-color: #335d8d;
    background-color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(51, 93, 141, 0.12);
}

.plano-sustentavel-card .doc-cover-img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    margin-bottom: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.doc-card.plano-sustentavel-card:hover .doc-cover-img {
    transform: scale(1.02);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.plano-sustentavel-card .doc-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plano-sustentavel-card .doc-info h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #2b3a4a;
    margin-bottom: 6px;
    text-transform: none;
}

.plano-sustentavel-card .doc-info p {
    font-size: 0.9rem;
    color: #6c757d;
}
